vue-layout-gitcode 1.1.24 → 1.1.26

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent, computed, openBlock, createBlock, unref, normalizeProps, mergeProps, createElementBlock, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, h, getCurrentInstance, effectScope, onMounted, onUnmounted, shallowRef, ref, onBeforeMount, watch, Fragment, isRef, createVNode, Text, provide, withCtx, toDisplayString as toDisplayString$1, createCommentVNode, renderList, createTextVNode, Transition, withModifiers, render, resolveComponent, watchEffect, guardReactiveProps, onBeforeUnmount, nextTick, defineAsyncComponent, withDirectives, vShow, withKeys, resolveDynamicComponent, toRaw, mergeModels, useModel as useModel$1, watchPostEffect, createSlots } from "vue";
1
+ import { defineComponent, computed, createBlock, createElementBlock, openBlock, unref, normalizeProps, mergeProps, normalizeClass, renderSlot, normalizeStyle, createElementVNode, reactive, readonly, inject, effectScope, ref, shallowRef, watch, isRef, getCurrentInstance, h, Fragment, onBeforeMount, onMounted, onUnmounted, createVNode, Text, provide, createCommentVNode, withCtx, toDisplayString as toDisplayString$1, renderList, createTextVNode, Transition, withModifiers, render, resolveComponent, watchEffect, guardReactiveProps, onBeforeUnmount, nextTick, defineAsyncComponent, withDirectives, vShow, withKeys, resolveDynamicComponent, toRaw, mergeModels, useModel as useModel$1, watchPostEffect, createSlots } from "vue";
2
2
  import { Button } from "vue-devui-lal/button";
3
3
  import { Popover } from "vue-devui-lal/popover";
4
4
  import { Tooltip } from "vue-devui-lal/tooltip";
@@ -91,7 +91,6 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
91
91
  };
92
92
  }
93
93
  });
94
- const index_vue_vue_type_style_index_0_scoped_2115280a_lang = "";
95
94
  const _export_sfc = (sfc, props) => {
96
95
  const target = sfc.__vccOpts || sfc;
97
96
  for (const [key, val] of props) {
@@ -99,7 +98,7 @@ const _export_sfc = (sfc, props) => {
99
98
  }
100
99
  return target;
101
100
  };
102
- const GIcon = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-2115280a"]]);
101
+ const GIcon = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-gitcode-layout-lib"]]);
103
102
  const defaultConfig = {
104
103
  VITE_ENV: "production",
105
104
  VITE_HOST: "https://gitcode.com",
@@ -178,6 +177,14 @@ function asideRequest(request) {
178
177
  method: "get",
179
178
  params
180
179
  }), params);
180
+ },
181
+ // 我创建的项目
182
+ getMyCreatedProjects(params) {
183
+ return reqCatch(() => request({
184
+ url: `/api/v2/projects/profile/${params.user_name}/projects`,
185
+ method: "get",
186
+ params
187
+ }), params);
181
188
  }
182
189
  };
183
190
  }
@@ -252,8 +259,7 @@ function sha1$1(s) {
252
259
  const l = (data.length + 8 >>> 6 << 4) + 16;
253
260
  var s = new Uint8Array(l << 2);
254
261
  s.set(new Uint8Array(data.buffer)), s = new Uint32Array(s.buffer);
255
- for (t2 = new DataView(s.buffer), i = 0; i < l; i++)
256
- s[i] = t2.getUint32(i << 2);
262
+ for (t2 = new DataView(s.buffer), i = 0; i < l; i++) s[i] = t2.getUint32(i << 2);
257
263
  s[data.length >> 2] |= 128 << 24 - (data.length & 3) * 8;
258
264
  s[l - 1] = data.length << 3;
259
265
  const w = [];
@@ -282,12 +288,10 @@ function sha1$1(s) {
282
288
  for (j = 0; j < 80; j++) {
283
289
  w[j] = j < 16 ? s[i + j] : rol(w[j - 3] ^ w[j - 8] ^ w[j - 14] ^ w[j - 16], 1), t2 = rol(m[0], 5) + f[j / 20 | 0]() + m[4] + w[j] + k[j / 20 | 0] | 0, m[1] = rol(m[1], 30), m.pop(), m.unshift(t2);
284
290
  }
285
- for (j = 0; j < 5; j++)
286
- m[j] = m[j] + o[j] | 0;
291
+ for (j = 0; j < 5; j++) m[j] = m[j] + o[j] | 0;
287
292
  }
288
293
  t2 = new DataView(new Uint32Array(m).buffer);
289
- for (var i = 0; i < 5; i++)
290
- m[i] = t2.getUint32(i << 2);
294
+ for (var i = 0; i < 5; i++) m[i] = t2.getUint32(i << 2);
291
295
  const hex = Array.prototype.map.call(new Uint8Array(new Uint32Array(m).buffer), function(e) {
292
296
  return (e < 16 ? "0" : "") + e.toString(16);
293
297
  }).join("");
@@ -299,15 +303,12 @@ function encodeUTF8(s) {
299
303
  let c;
300
304
  let x;
301
305
  for (i = 0; i < s.length; i++) {
302
- if ((c = s.charCodeAt(i)) < 128)
303
- r.push(c);
304
- else if (c < 2048)
305
- r.push(192 + (c >> 6 & 31), 128 + (c & 63));
306
+ if ((c = s.charCodeAt(i)) < 128) r.push(c);
307
+ else if (c < 2048) r.push(192 + (c >> 6 & 31), 128 + (c & 63));
306
308
  else {
307
309
  if ((x = c ^ 55296) >> 10 === 0) {
308
310
  c = (x << 10) + (s.charCodeAt(++i) ^ 56320) + 65536, r.push(240 + (c >> 18 & 7), 128 + (c >> 12 & 63));
309
- } else
310
- r.push(224 + (c >> 12 & 15));
311
+ } else r.push(224 + (c >> 12 & 15));
311
312
  r.push(128 + (c >> 6 & 63), 128 + (c & 63));
312
313
  }
313
314
  }
@@ -315,8 +316,7 @@ function encodeUTF8(s) {
315
316
  }
316
317
  function udeskInit(config = {}) {
317
318
  var _a, _b, _c;
318
- if (window.ud)
319
- return;
319
+ if (window.ud) return;
320
320
  const randomNum = generateRandomString(16);
321
321
  const nowTimeStr = Date.now().toString();
322
322
  const userInfo = localStorage$2.getItem("userInfo") || "";
@@ -373,16 +373,8 @@ var SceneValue = /* @__PURE__ */ ((SceneValue2) => {
373
373
  const REPO_PAGE_SIZE = {
374
374
  // 仓库页面头部高度
375
375
  HEADERS_HEIGHT: 56,
376
- // 仓库页面头部高度(包含安全区域)
377
- HEADERS_SAFE_HEIGHT: 96,
378
376
  // 仓库页面tabs菜单高度
379
- REPO_INFO_HEIGHT: 52,
380
- // 仓库页面文件列表距离顶部距离
381
- GAP_TOP: 32,
382
- // 仓库页面文件列表距离底部距离
383
- GAP_BOTTOM: 36,
384
- // 仓库页面文件列表距离左右距离
385
- PADDING_NORMAl: 16
377
+ REPO_INFO_HEIGHT: 52
386
378
  };
387
379
  var ToolsFloatDisplayItem = /* @__PURE__ */ ((ToolsFloatDisplayItem2) => {
388
380
  ToolsFloatDisplayItem2["GROWTH_CENTER"] = "0301";
@@ -628,20 +620,11 @@ var EXPRESSIONS = /* @__PURE__ */ Object.freeze({
628
620
  });
629
621
  const NODE_TYPE = {
630
622
  element: 1,
631
- attribute: 2,
632
623
  text: 3,
633
- cdataSection: 4,
634
- entityReference: 5,
635
- // Deprecated
636
- entityNode: 6,
637
624
  // Deprecated
638
625
  progressingInstruction: 7,
639
626
  comment: 8,
640
- document: 9,
641
- documentType: 10,
642
- documentFragment: 11,
643
- notation: 12
644
- // Deprecated
627
+ document: 9
645
628
  };
646
629
  const getGlobal = function getGlobal2() {
647
630
  return typeof window === "undefined" ? null : window;
@@ -1161,10 +1144,8 @@ function createDOMPurify() {
1161
1144
  if (SANITIZE_DOM && (lcName === "id" || lcName === "name") && (value in document2 || value in formElement)) {
1162
1145
  return false;
1163
1146
  }
1164
- if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName))
1165
- ;
1166
- else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName))
1167
- ;
1147
+ if (ALLOW_DATA_ATTR && !FORBID_ATTR[lcName] && regExpTest(DATA_ATTR2, lcName)) ;
1148
+ else if (ALLOW_ARIA_ATTR && regExpTest(ARIA_ATTR2, lcName)) ;
1168
1149
  else if (!ALLOWED_ATTR[lcName] || FORBID_ATTR[lcName]) {
1169
1150
  if (
1170
1151
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
@@ -1173,23 +1154,17 @@ function createDOMPurify() {
1173
1154
  _isBasicCustomElement(lcTag) && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, lcTag) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(lcTag)) && (CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.attributeNameCheck, lcName) || CUSTOM_ELEMENT_HANDLING.attributeNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.attributeNameCheck(lcName)) || // Alternative, second condition checks if it's an `is`-attribute, AND
1174
1155
  // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
1175
1156
  lcName === "is" && CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements && (CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof RegExp && regExpTest(CUSTOM_ELEMENT_HANDLING.tagNameCheck, value) || CUSTOM_ELEMENT_HANDLING.tagNameCheck instanceof Function && CUSTOM_ELEMENT_HANDLING.tagNameCheck(value))
1176
- )
1177
- ;
1157
+ ) ;
1178
1158
  else {
1179
1159
  return false;
1180
1160
  }
1181
- } else if (URI_SAFE_ATTRIBUTES[lcName])
1182
- ;
1183
- else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE2, "")))
1184
- ;
1185
- else if ((lcName === "src" || lcName === "xlink:href" || lcName === "href") && lcTag !== "script" && stringIndexOf(value, "data:") === 0 && DATA_URI_TAGS[lcTag])
1186
- ;
1187
- else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA2, stringReplace(value, ATTR_WHITESPACE2, "")))
1188
- ;
1161
+ } else if (URI_SAFE_ATTRIBUTES[lcName]) ;
1162
+ else if (regExpTest(IS_ALLOWED_URI$1, stringReplace(value, ATTR_WHITESPACE2, ""))) ;
1163
+ else if ((lcName === "src" || lcName === "xlink:href" || lcName === "href") && lcTag !== "script" && stringIndexOf(value, "data:") === 0 && DATA_URI_TAGS[lcTag]) ;
1164
+ else if (ALLOW_UNKNOWN_PROTOCOLS && !regExpTest(IS_SCRIPT_OR_DATA2, stringReplace(value, ATTR_WHITESPACE2, ""))) ;
1189
1165
  else if (value) {
1190
1166
  return false;
1191
- } else
1192
- ;
1167
+ } else ;
1193
1168
  return true;
1194
1169
  };
1195
1170
  const _isBasicCustomElement = function _isBasicCustomElement2(tagName) {
@@ -1255,8 +1230,7 @@ function createDOMPurify() {
1255
1230
  continue;
1256
1231
  }
1257
1232
  if (trustedTypesPolicy && typeof trustedTypes === "object" && typeof trustedTypes.getAttributeType === "function") {
1258
- if (namespaceURI)
1259
- ;
1233
+ if (namespaceURI) ;
1260
1234
  else {
1261
1235
  switch (trustedTypes.getAttributeType(lcTag, lcName)) {
1262
1236
  case "TrustedHTML": {
@@ -1446,13 +1420,11 @@ if (typeof purify.addHook === "function" && typeof document !== "undefined" && d
1446
1420
  });
1447
1421
  }
1448
1422
  function xssPurify(str) {
1449
- if (typeof window === "undefined")
1450
- return str;
1423
+ if (typeof window === "undefined") return str;
1451
1424
  return purify.sanitize(str, purifyConfig);
1452
1425
  }
1453
1426
  const highlightWords = (Word, title, inherit) => {
1454
- if (!Word)
1455
- return xssPurify(title || "");
1427
+ if (!Word) return xssPurify(title || "");
1456
1428
  title = title ? xssPurify(title) : "";
1457
1429
  const color = inherit ? `inherit` : "var(--theme-link)";
1458
1430
  const regexPattern = new RegExp(`(${Word.replace(/([.?*+^$[\]\\(){}|-])/gi, "\\$1")})`, "gi");
@@ -1557,7 +1529,7 @@ function init(converter, defaultAttributes) {
1557
1529
  }
1558
1530
  var api = init(defaultConverter, { path: "/" });
1559
1531
  /*!
1560
- * shared v9.14.4
1532
+ * shared v9.14.3
1561
1533
  * (c) 2025 kazuya kawaguchi
1562
1534
  * Released under the MIT License.
1563
1535
  */
@@ -1731,7 +1703,7 @@ function deepCopy(src, des) {
1731
1703
  }
1732
1704
  }
1733
1705
  /*!
1734
- * message-compiler v9.14.4
1706
+ * message-compiler v9.14.3
1735
1707
  * (c) 2025 kazuya kawaguchi
1736
1708
  * Released under the MIT License.
1737
1709
  */
@@ -1740,9 +1712,6 @@ function createPosition(line, column, offset) {
1740
1712
  }
1741
1713
  function createLocation(start, end, source) {
1742
1714
  const loc = { start, end };
1743
- if (source != null) {
1744
- loc.source = source;
1745
- }
1746
1715
  return loc;
1747
1716
  }
1748
1717
  const RE_ARGS = /\{([0-9a-zA-Z]+)\}/g;
@@ -1771,7 +1740,7 @@ const warnMessages$2 = {
1771
1740
  [CompileWarnCodes.USE_MODULO_SYNTAX]: `Use modulo before '{{0}}'.`
1772
1741
  };
1773
1742
  function createCompileWarn(code2, loc, ...args) {
1774
- const msg = format$1(warnMessages$2[code2] || "", ...args || []);
1743
+ const msg = format$1(warnMessages$2[code2], ...args || []);
1775
1744
  const message = { message: String(msg), code: code2 };
1776
1745
  if (loc) {
1777
1746
  message.location = loc;
@@ -2636,9 +2605,6 @@ function createParser(options = {}) {
2636
2605
  return node;
2637
2606
  }
2638
2607
  function endNode(node, offset, pos, type) {
2639
- if (type) {
2640
- node.type = type;
2641
- }
2642
2608
  if (location) {
2643
2609
  node.end = offset;
2644
2610
  if (node.loc) {
@@ -3078,7 +3044,7 @@ function minify(node) {
3078
3044
  }
3079
3045
  const ERROR_DOMAIN = "parser";
3080
3046
  function createCodeGenerator(ast, options) {
3081
- const { sourceMap, filename, breakLineCode, needIndent: _needIndent } = options;
3047
+ const { filename, breakLineCode, needIndent: _needIndent } = options;
3082
3048
  const location = options.location !== false;
3083
3049
  const _context = {
3084
3050
  filename,
@@ -3242,14 +3208,12 @@ function generateNode(generator, node) {
3242
3208
  const generate = (ast, options = {}) => {
3243
3209
  const mode = isString$1(options.mode) ? options.mode : "normal";
3244
3210
  const filename = isString$1(options.filename) ? options.filename : "message.intl";
3245
- const sourceMap = !!options.sourceMap;
3211
+ !!options.sourceMap;
3246
3212
  const breakLineCode = options.breakLineCode != null ? options.breakLineCode : mode === "arrow" ? ";" : "\n";
3247
3213
  const needIndent = options.needIndent ? options.needIndent : mode !== "arrow";
3248
3214
  const helpers = ast.helpers || [];
3249
3215
  const generator = createCodeGenerator(ast, {
3250
- mode,
3251
3216
  filename,
3252
- sourceMap,
3253
3217
  breakLineCode,
3254
3218
  needIndent
3255
3219
  });
@@ -3289,7 +3253,7 @@ function baseCompile$1(source, options = {}) {
3289
3253
  }
3290
3254
  }
3291
3255
  /*!
3292
- * core-base v9.14.4
3256
+ * core-base v9.14.3
3293
3257
  * (c) 2025 kazuya kawaguchi
3294
3258
  * Released under the MIT License.
3295
3259
  */
@@ -3304,76 +3268,6 @@ function initFeatureFlags$1() {
3304
3268
  getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__ = false;
3305
3269
  }
3306
3270
  }
3307
- function isMessageAST(val) {
3308
- return isObject$b(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
3309
- }
3310
- const PROPS_BODY = ["b", "body"];
3311
- function resolveBody(node) {
3312
- return resolveProps(node, PROPS_BODY);
3313
- }
3314
- const PROPS_CASES = ["c", "cases"];
3315
- function resolveCases(node) {
3316
- return resolveProps(node, PROPS_CASES, []);
3317
- }
3318
- const PROPS_STATIC = ["s", "static"];
3319
- function resolveStatic(node) {
3320
- return resolveProps(node, PROPS_STATIC);
3321
- }
3322
- const PROPS_ITEMS = ["i", "items"];
3323
- function resolveItems(node) {
3324
- return resolveProps(node, PROPS_ITEMS, []);
3325
- }
3326
- const PROPS_TYPE = ["t", "type"];
3327
- function resolveType(node) {
3328
- return resolveProps(node, PROPS_TYPE);
3329
- }
3330
- const PROPS_VALUE = ["v", "value"];
3331
- function resolveValue$1(node, type) {
3332
- const resolved = resolveProps(node, PROPS_VALUE);
3333
- if (resolved != null) {
3334
- return resolved;
3335
- } else {
3336
- throw createUnhandleNodeError(type);
3337
- }
3338
- }
3339
- const PROPS_MODIFIER = ["m", "modifier"];
3340
- function resolveLinkedModifier(node) {
3341
- return resolveProps(node, PROPS_MODIFIER);
3342
- }
3343
- const PROPS_KEY = ["k", "key"];
3344
- function resolveLinkedKey(node) {
3345
- const resolved = resolveProps(node, PROPS_KEY);
3346
- if (resolved) {
3347
- return resolved;
3348
- } else {
3349
- throw createUnhandleNodeError(
3350
- 6
3351
- /* NodeTypes.Linked */
3352
- );
3353
- }
3354
- }
3355
- function resolveProps(node, props, defaultValue) {
3356
- for (let i = 0; i < props.length; i++) {
3357
- const prop = props[i];
3358
- if (hasOwn(node, prop) && node[prop] != null) {
3359
- return node[prop];
3360
- }
3361
- }
3362
- return defaultValue;
3363
- }
3364
- const AST_NODE_PROPS_KEYS = [
3365
- ...PROPS_BODY,
3366
- ...PROPS_CASES,
3367
- ...PROPS_STATIC,
3368
- ...PROPS_ITEMS,
3369
- ...PROPS_KEY,
3370
- ...PROPS_MODIFIER,
3371
- ...PROPS_VALUE,
3372
- ...PROPS_TYPE
3373
- ];
3374
- function createUnhandleNodeError(type) {
3375
- return new Error(`unhandled node type: ${type}`);
3376
- }
3377
3271
  const pathStateMachine = [];
3378
3272
  pathStateMachine[
3379
3273
  0
@@ -3780,7 +3674,7 @@ const cache = /* @__PURE__ */ new Map();
3780
3674
  function resolveWithKeyValue(obj, path) {
3781
3675
  return isObject$b(obj) ? obj[path] : null;
3782
3676
  }
3783
- function resolveValue(obj, path) {
3677
+ function resolveValue$1(obj, path) {
3784
3678
  if (!isObject$b(obj)) {
3785
3679
  return null;
3786
3680
  }
@@ -3798,11 +3692,7 @@ function resolveValue(obj, path) {
3798
3692
  let last = obj;
3799
3693
  let i = 0;
3800
3694
  while (i < len) {
3801
- const key = hit[i];
3802
- if (AST_NODE_PROPS_KEYS.includes(key) && isMessageAST(last)) {
3803
- return null;
3804
- }
3805
- const val = last[key];
3695
+ const val = last[hit[i]];
3806
3696
  if (val === void 0) {
3807
3697
  return null;
3808
3698
  }
@@ -4096,7 +3986,7 @@ function appendItemToChain(chain, target, blocks) {
4096
3986
  }
4097
3987
  return follow;
4098
3988
  }
4099
- const VERSION$2 = "9.14.4";
3989
+ const VERSION$3 = "9.14.3";
4100
3990
  const NOT_REOSLVED = -1;
4101
3991
  const DEFAULT_LOCALE = "en-US";
4102
3992
  const MISSING_RESOLVE_VALUE = "";
@@ -4139,7 +4029,7 @@ const getFallbackContext = () => _fallbackContext;
4139
4029
  let _cid = 0;
4140
4030
  function createCoreContext(options = {}) {
4141
4031
  const onWarn = isFunction$4(options.onWarn) ? options.onWarn : warn;
4142
- const version = isString$2(options.version) ? options.version : VERSION$2;
4032
+ const version = isString$2(options.version) ? options.version : VERSION$3;
4143
4033
  const locale2 = isString$2(options.locale) || isFunction$4(options.locale) ? options.locale : DEFAULT_LOCALE;
4144
4034
  const _locale = isFunction$4(locale2) ? DEFAULT_LOCALE : locale2;
4145
4035
  const fallbackLocale = isArray$5(options.fallbackLocale) || isPlainObject$1(options.fallbackLocale) || isString$2(options.fallbackLocale) || options.fallbackLocale === false ? options.fallbackLocale : _locale;
@@ -4283,6 +4173,14 @@ function formatParts(ctx, ast) {
4283
4173
  return formatMessageParts(ctx, body);
4284
4174
  }
4285
4175
  }
4176
+ const PROPS_BODY = ["b", "body"];
4177
+ function resolveBody(node) {
4178
+ return resolveProps(node, PROPS_BODY);
4179
+ }
4180
+ const PROPS_CASES = ["c", "cases"];
4181
+ function resolveCases(node) {
4182
+ return resolveProps(node, PROPS_CASES, []);
4183
+ }
4286
4184
  function formatMessageParts(ctx, node) {
4287
4185
  const static_ = resolveStatic(node);
4288
4186
  if (static_ != null) {
@@ -4292,14 +4190,22 @@ function formatMessageParts(ctx, node) {
4292
4190
  return ctx.normalize(messages);
4293
4191
  }
4294
4192
  }
4193
+ const PROPS_STATIC = ["s", "static"];
4194
+ function resolveStatic(node) {
4195
+ return resolveProps(node, PROPS_STATIC);
4196
+ }
4197
+ const PROPS_ITEMS = ["i", "items"];
4198
+ function resolveItems(node) {
4199
+ return resolveProps(node, PROPS_ITEMS, []);
4200
+ }
4295
4201
  function formatMessagePart(ctx, node) {
4296
4202
  const type = resolveType(node);
4297
4203
  switch (type) {
4298
4204
  case 3: {
4299
- return resolveValue$1(node, type);
4205
+ return resolveValue(node, type);
4300
4206
  }
4301
4207
  case 9: {
4302
- return resolveValue$1(node, type);
4208
+ return resolveValue(node, type);
4303
4209
  }
4304
4210
  case 4: {
4305
4211
  const named = node;
@@ -4328,15 +4234,56 @@ function formatMessagePart(ctx, node) {
4328
4234
  return ctx.linked(formatMessagePart(ctx, key), modifier ? formatMessagePart(ctx, modifier) : void 0, ctx.type);
4329
4235
  }
4330
4236
  case 7: {
4331
- return resolveValue$1(node, type);
4237
+ return resolveValue(node, type);
4332
4238
  }
4333
4239
  case 8: {
4334
- return resolveValue$1(node, type);
4240
+ return resolveValue(node, type);
4335
4241
  }
4336
4242
  default:
4337
4243
  throw new Error(`unhandled node on format message part: ${type}`);
4338
4244
  }
4339
4245
  }
4246
+ const PROPS_TYPE = ["t", "type"];
4247
+ function resolveType(node) {
4248
+ return resolveProps(node, PROPS_TYPE);
4249
+ }
4250
+ const PROPS_VALUE = ["v", "value"];
4251
+ function resolveValue(node, type) {
4252
+ const resolved = resolveProps(node, PROPS_VALUE);
4253
+ if (resolved) {
4254
+ return resolved;
4255
+ } else {
4256
+ throw createUnhandleNodeError(type);
4257
+ }
4258
+ }
4259
+ const PROPS_MODIFIER = ["m", "modifier"];
4260
+ function resolveLinkedModifier(node) {
4261
+ return resolveProps(node, PROPS_MODIFIER);
4262
+ }
4263
+ const PROPS_KEY = ["k", "key"];
4264
+ function resolveLinkedKey(node) {
4265
+ const resolved = resolveProps(node, PROPS_KEY);
4266
+ if (resolved) {
4267
+ return resolved;
4268
+ } else {
4269
+ throw createUnhandleNodeError(
4270
+ 6
4271
+ /* NodeTypes.Linked */
4272
+ );
4273
+ }
4274
+ }
4275
+ function resolveProps(node, props, defaultValue) {
4276
+ for (let i = 0; i < props.length; i++) {
4277
+ const prop = props[i];
4278
+ if (hasOwn(node, prop) && node[prop] != null) {
4279
+ return node[prop];
4280
+ }
4281
+ }
4282
+ return defaultValue;
4283
+ }
4284
+ function createUnhandleNodeError(type) {
4285
+ return new Error(`unhandled node type: ${type}`);
4286
+ }
4340
4287
  const WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;
4341
4288
  function checkHtmlMessage(source, warnHtmlMessage) {
4342
4289
  if (warnHtmlMessage && detectHtmlTag(source)) {
@@ -4352,6 +4299,9 @@ reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-forma
4352
4299
  (message compiler warning message: ${_warn.message})`);
4353
4300
  }
4354
4301
  }
4302
+ function isMessageAST(val) {
4303
+ return isObject$b(val) && resolveType(val) === 0 && (hasOwn(val, "b") || hasOwn(val, "body"));
4304
+ }
4355
4305
  function baseCompile(message, options = {}) {
4356
4306
  let detectError = false;
4357
4307
  const onError = options.onError || defaultOnError;
@@ -5180,11 +5130,11 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
5180
5130
  }
5181
5131
  }
5182
5132
  /*!
5183
- * vue-i18n v9.14.4
5133
+ * vue-i18n v9.14.3
5184
5134
  * (c) 2025 kazuya kawaguchi
5185
5135
  * Released under the MIT License.
5186
5136
  */
5187
- const VERSION$1 = "9.14.4";
5137
+ const VERSION$2 = "9.14.3";
5188
5138
  function initFeatureFlags() {
5189
5139
  if (typeof __VUE_I18N_FULL_INSTALL__ !== "boolean") {
5190
5140
  getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;
@@ -5317,9 +5267,6 @@ function handleFlatJson(obj) {
5317
5267
  if (!isObject$b(obj)) {
5318
5268
  return obj;
5319
5269
  }
5320
- if (isMessageAST(obj)) {
5321
- return obj;
5322
- }
5323
5270
  for (const key in obj) {
5324
5271
  if (!hasOwn(obj, key)) {
5325
5272
  continue;
@@ -5350,20 +5297,11 @@ function handleFlatJson(obj) {
5350
5297
  currentObj = currentObj[subKeys[i]];
5351
5298
  }
5352
5299
  if (!hasStringValue) {
5353
- if (!isMessageAST(currentObj)) {
5354
- currentObj[subKeys[lastIndex]] = obj[key];
5355
- delete obj[key];
5356
- } else {
5357
- if (!AST_NODE_PROPS_KEYS.includes(subKeys[lastIndex])) {
5358
- delete obj[key];
5359
- }
5360
- }
5300
+ currentObj[subKeys[lastIndex]] = obj[key];
5301
+ delete obj[key];
5361
5302
  }
5362
- if (!isMessageAST(currentObj)) {
5363
- const target = currentObj[subKeys[lastIndex]];
5364
- if (isObject$b(target)) {
5365
- handleFlatJson(target);
5366
- }
5303
+ if (isObject$b(currentObj[subKeys[lastIndex]])) {
5304
+ handleFlatJson(currentObj[subKeys[lastIndex]]);
5367
5305
  }
5368
5306
  }
5369
5307
  }
@@ -5375,10 +5313,10 @@ function getLocaleMessages(locale2, options) {
5375
5313
  if (isArray$5(__i18n)) {
5376
5314
  __i18n.forEach((custom) => {
5377
5315
  if ("locale" in custom && "resource" in custom) {
5378
- const { locale: locale3, resource } = custom;
5379
- if (locale3) {
5380
- ret[locale3] = ret[locale3] || create();
5381
- deepCopy(resource, ret[locale3]);
5316
+ const { locale: locale22, resource } = custom;
5317
+ if (locale22) {
5318
+ ret[locale22] = ret[locale22] || create();
5319
+ deepCopy(resource, ret[locale22]);
5382
5320
  } else {
5383
5321
  deepCopy(resource, ret);
5384
5322
  }
@@ -5487,7 +5425,7 @@ function createComposer(options = {}, VueI18nLegacy) {
5487
5425
  const getCoreContext = () => {
5488
5426
  _isGlobal && setFallbackContext(null);
5489
5427
  const ctxOptions = {
5490
- version: VERSION$1,
5428
+ version: VERSION$2,
5491
5429
  locale: _locale.value,
5492
5430
  fallbackLocale: _fallbackLocale.value,
5493
5431
  messages: _messages.value,
@@ -5579,8 +5517,7 @@ function createComposer(options = {}, VueI18nLegacy) {
5579
5517
  }
5580
5518
  ret = fn(_context);
5581
5519
  } finally {
5582
- if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__)
5583
- ;
5520
+ if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) ;
5584
5521
  if (!_isGlobal) {
5585
5522
  _context.fallbackContext = void 0;
5586
5523
  }
@@ -5686,17 +5623,17 @@ function createComposer(options = {}, VueI18nLegacy) {
5686
5623
  _pluralRules = rules;
5687
5624
  _context.pluralRules = _pluralRules;
5688
5625
  }
5689
- function te(key, locale3) {
5626
+ function te(key, locale22) {
5690
5627
  return wrapWithDeps(() => {
5691
5628
  if (!key) {
5692
5629
  return false;
5693
5630
  }
5694
- const targetLocale = isString$2(locale3) ? locale3 : _locale.value;
5631
+ const targetLocale = isString$2(locale22) ? locale22 : _locale.value;
5695
5632
  const message = getLocaleMessage(targetLocale);
5696
5633
  const resolved = _context.messageResolver(message, key);
5697
5634
  return !translateExistCompatible ? isMessageAST(resolved) || isMessageFunction(resolved) || isString$2(resolved) : resolved != null;
5698
5635
  }, () => [key], "translate exists", (root2) => {
5699
- return Reflect.apply(root2.te, root2, [key, locale3]);
5636
+ return Reflect.apply(root2.te, root2, [key, locale22]);
5700
5637
  }, NOOP_RETURN_FALSE, (val) => isBoolean$1(val));
5701
5638
  }
5702
5639
  function resolveMessages(key) {
@@ -5716,25 +5653,25 @@ function createComposer(options = {}, VueI18nLegacy) {
5716
5653
  const messages2 = resolveMessages(key);
5717
5654
  return messages2 != null ? messages2 : __root ? __root.tm(key) || {} : {};
5718
5655
  }
5719
- function getLocaleMessage(locale3) {
5720
- return _messages.value[locale3] || {};
5656
+ function getLocaleMessage(locale22) {
5657
+ return _messages.value[locale22] || {};
5721
5658
  }
5722
- function setLocaleMessage(locale3, message) {
5659
+ function setLocaleMessage(locale22, message) {
5723
5660
  if (flatJson) {
5724
- const _message = { [locale3]: message };
5661
+ const _message = { [locale22]: message };
5725
5662
  for (const key in _message) {
5726
5663
  if (hasOwn(_message, key)) {
5727
5664
  handleFlatJson(_message[key]);
5728
5665
  }
5729
5666
  }
5730
- message = _message[locale3];
5667
+ message = _message[locale22];
5731
5668
  }
5732
- _messages.value[locale3] = message;
5669
+ _messages.value[locale22] = message;
5733
5670
  _context.messages = _messages.value;
5734
5671
  }
5735
- function mergeLocaleMessage(locale3, message) {
5736
- _messages.value[locale3] = _messages.value[locale3] || {};
5737
- const _message = { [locale3]: message };
5672
+ function mergeLocaleMessage(locale22, message) {
5673
+ _messages.value[locale22] = _messages.value[locale22] || {};
5674
+ const _message = { [locale22]: message };
5738
5675
  if (flatJson) {
5739
5676
  for (const key in _message) {
5740
5677
  if (hasOwn(_message, key)) {
@@ -5742,35 +5679,35 @@ function createComposer(options = {}, VueI18nLegacy) {
5742
5679
  }
5743
5680
  }
5744
5681
  }
5745
- message = _message[locale3];
5746
- deepCopy(message, _messages.value[locale3]);
5682
+ message = _message[locale22];
5683
+ deepCopy(message, _messages.value[locale22]);
5747
5684
  _context.messages = _messages.value;
5748
5685
  }
5749
- function getDateTimeFormat(locale3) {
5750
- return _datetimeFormats.value[locale3] || {};
5686
+ function getDateTimeFormat(locale22) {
5687
+ return _datetimeFormats.value[locale22] || {};
5751
5688
  }
5752
- function setDateTimeFormat(locale3, format2) {
5753
- _datetimeFormats.value[locale3] = format2;
5689
+ function setDateTimeFormat(locale22, format2) {
5690
+ _datetimeFormats.value[locale22] = format2;
5754
5691
  _context.datetimeFormats = _datetimeFormats.value;
5755
- clearDateTimeFormat(_context, locale3, format2);
5692
+ clearDateTimeFormat(_context, locale22, format2);
5756
5693
  }
5757
- function mergeDateTimeFormat(locale3, format2) {
5758
- _datetimeFormats.value[locale3] = assign$1(_datetimeFormats.value[locale3] || {}, format2);
5694
+ function mergeDateTimeFormat(locale22, format2) {
5695
+ _datetimeFormats.value[locale22] = assign$1(_datetimeFormats.value[locale22] || {}, format2);
5759
5696
  _context.datetimeFormats = _datetimeFormats.value;
5760
- clearDateTimeFormat(_context, locale3, format2);
5697
+ clearDateTimeFormat(_context, locale22, format2);
5761
5698
  }
5762
- function getNumberFormat(locale3) {
5763
- return _numberFormats.value[locale3] || {};
5699
+ function getNumberFormat(locale22) {
5700
+ return _numberFormats.value[locale22] || {};
5764
5701
  }
5765
- function setNumberFormat(locale3, format2) {
5766
- _numberFormats.value[locale3] = format2;
5702
+ function setNumberFormat(locale22, format2) {
5703
+ _numberFormats.value[locale22] = format2;
5767
5704
  _context.numberFormats = _numberFormats.value;
5768
- clearNumberFormat(_context, locale3, format2);
5705
+ clearNumberFormat(_context, locale22, format2);
5769
5706
  }
5770
- function mergeNumberFormat(locale3, format2) {
5771
- _numberFormats.value[locale3] = assign$1(_numberFormats.value[locale3] || {}, format2);
5707
+ function mergeNumberFormat(locale22, format2) {
5708
+ _numberFormats.value[locale22] = assign$1(_numberFormats.value[locale22] || {}, format2);
5772
5709
  _context.numberFormats = _numberFormats.value;
5773
- clearNumberFormat(_context, locale3, format2);
5710
+ clearNumberFormat(_context, locale22, format2);
5774
5711
  }
5775
5712
  composerID++;
5776
5713
  if (__root && inBrowser) {
@@ -5921,9 +5858,9 @@ function convertComposerOptions(options) {
5921
5858
  if (isPlainObject$1(options.sharedMessages)) {
5922
5859
  const sharedMessages = options.sharedMessages;
5923
5860
  const locales = Object.keys(sharedMessages);
5924
- messages = locales.reduce((messages2, locale3) => {
5925
- const message = messages2[locale3] || (messages2[locale3] = {});
5926
- assign$1(message, sharedMessages[locale3]);
5861
+ messages = locales.reduce((messages2, locale22) => {
5862
+ const message = messages2[locale22] || (messages2[locale22] = {});
5863
+ assign$1(message, sharedMessages[locale22]);
5927
5864
  return messages2;
5928
5865
  }, messages || {});
5929
5866
  }
@@ -7325,49 +7262,49 @@ function useI18nForLegacy(instance, scope, root2, options = {}) {
7325
7262
  function tm(key) {
7326
7263
  return _composer.value ? _composer.value.tm(key) : {};
7327
7264
  }
7328
- function te(key, locale3) {
7329
- return _composer.value ? _composer.value.te(key, locale3) : false;
7265
+ function te(key, locale22) {
7266
+ return _composer.value ? _composer.value.te(key, locale22) : false;
7330
7267
  }
7331
- function getLocaleMessage(locale3) {
7332
- return _composer.value ? _composer.value.getLocaleMessage(locale3) : {};
7268
+ function getLocaleMessage(locale22) {
7269
+ return _composer.value ? _composer.value.getLocaleMessage(locale22) : {};
7333
7270
  }
7334
- function setLocaleMessage(locale3, message) {
7271
+ function setLocaleMessage(locale22, message) {
7335
7272
  if (_composer.value) {
7336
- _composer.value.setLocaleMessage(locale3, message);
7337
- _messages.value[locale3] = message;
7273
+ _composer.value.setLocaleMessage(locale22, message);
7274
+ _messages.value[locale22] = message;
7338
7275
  }
7339
7276
  }
7340
- function mergeLocaleMessage(locale3, message) {
7277
+ function mergeLocaleMessage(locale22, message) {
7341
7278
  if (_composer.value) {
7342
- _composer.value.mergeLocaleMessage(locale3, message);
7279
+ _composer.value.mergeLocaleMessage(locale22, message);
7343
7280
  }
7344
7281
  }
7345
- function getDateTimeFormat(locale3) {
7346
- return _composer.value ? _composer.value.getDateTimeFormat(locale3) : {};
7282
+ function getDateTimeFormat(locale22) {
7283
+ return _composer.value ? _composer.value.getDateTimeFormat(locale22) : {};
7347
7284
  }
7348
- function setDateTimeFormat(locale3, format2) {
7285
+ function setDateTimeFormat(locale22, format2) {
7349
7286
  if (_composer.value) {
7350
- _composer.value.setDateTimeFormat(locale3, format2);
7351
- _datetimeFormats.value[locale3] = format2;
7287
+ _composer.value.setDateTimeFormat(locale22, format2);
7288
+ _datetimeFormats.value[locale22] = format2;
7352
7289
  }
7353
7290
  }
7354
- function mergeDateTimeFormat(locale3, format2) {
7291
+ function mergeDateTimeFormat(locale22, format2) {
7355
7292
  if (_composer.value) {
7356
- _composer.value.mergeDateTimeFormat(locale3, format2);
7293
+ _composer.value.mergeDateTimeFormat(locale22, format2);
7357
7294
  }
7358
7295
  }
7359
- function getNumberFormat(locale3) {
7360
- return _composer.value ? _composer.value.getNumberFormat(locale3) : {};
7296
+ function getNumberFormat(locale22) {
7297
+ return _composer.value ? _composer.value.getNumberFormat(locale22) : {};
7361
7298
  }
7362
- function setNumberFormat(locale3, format2) {
7299
+ function setNumberFormat(locale22, format2) {
7363
7300
  if (_composer.value) {
7364
- _composer.value.setNumberFormat(locale3, format2);
7365
- _numberFormats.value[locale3] = format2;
7301
+ _composer.value.setNumberFormat(locale22, format2);
7302
+ _numberFormats.value[locale22] = format2;
7366
7303
  }
7367
7304
  }
7368
- function mergeNumberFormat(locale3, format2) {
7305
+ function mergeNumberFormat(locale22, format2) {
7369
7306
  if (_composer.value) {
7370
- _composer.value.mergeNumberFormat(locale3, format2);
7307
+ _composer.value.mergeNumberFormat(locale22, format2);
7371
7308
  }
7372
7309
  }
7373
7310
  const wrapper3 = {
@@ -7470,14 +7407,14 @@ function useI18nForLegacy(instance, scope, root2, options = {}) {
7470
7407
  function sync(composer) {
7471
7408
  composer.locale.value = _locale.value;
7472
7409
  composer.fallbackLocale.value = _fallbackLocale.value;
7473
- Object.keys(_messages.value).forEach((locale3) => {
7474
- composer.mergeLocaleMessage(locale3, _messages.value[locale3]);
7410
+ Object.keys(_messages.value).forEach((locale22) => {
7411
+ composer.mergeLocaleMessage(locale22, _messages.value[locale22]);
7475
7412
  });
7476
- Object.keys(_datetimeFormats.value).forEach((locale3) => {
7477
- composer.mergeDateTimeFormat(locale3, _datetimeFormats.value[locale3]);
7413
+ Object.keys(_datetimeFormats.value).forEach((locale22) => {
7414
+ composer.mergeDateTimeFormat(locale22, _datetimeFormats.value[locale22]);
7478
7415
  });
7479
- Object.keys(_numberFormats.value).forEach((locale3) => {
7480
- composer.mergeNumberFormat(locale3, _numberFormats.value[locale3]);
7416
+ Object.keys(_numberFormats.value).forEach((locale22) => {
7417
+ composer.mergeNumberFormat(locale22, _numberFormats.value[locale22]);
7481
7418
  });
7482
7419
  composer.escapeParameter = _escapeParameter;
7483
7420
  composer.fallbackFormat = _fallbackFormat;
@@ -7555,15 +7492,14 @@ if (__INTLIFY_JIT_COMPILATION__) {
7555
7492
  } else {
7556
7493
  registerMessageCompiler(compileToFunction);
7557
7494
  }
7558
- registerMessageResolver(resolveValue);
7495
+ registerMessageResolver(resolveValue$1);
7559
7496
  registerLocaleFallbacker(fallbackWithLocaleChain);
7560
7497
  if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
7561
7498
  const target = getGlobalThis();
7562
7499
  target.__INTLIFY__ = true;
7563
7500
  setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
7564
7501
  }
7565
- if (process.env.NODE_ENV !== "production")
7566
- ;
7502
+ if (process.env.NODE_ENV !== "production") ;
7567
7503
  const gitCodeLayout$1 = {
7568
7504
  home: {
7569
7505
  alreadyFollowed: "已关注",
@@ -7698,7 +7634,8 @@ const gitCodeLayout$1 = {
7698
7634
  readPrivacyPolicy: "请阅读并同意用户协议以及其隐私政策",
7699
7635
  welcome: "欢迎来到Gitcode"
7700
7636
  },
7701
- foldup: "收起"
7637
+ foldup: "收起",
7638
+ iCreated: "我创建的"
7702
7639
  },
7703
7640
  org: {
7704
7641
  project: "项目",
@@ -7973,7 +7910,8 @@ const gitCodeLayout = {
7973
7910
  readPrivacyPolicy: "Please Read and Agree to the User Agreement and Privacy Policy",
7974
7911
  welcome: "Welcome to GitCode"
7975
7912
  },
7976
- foldup: "Collapse"
7913
+ foldup: "Collapse",
7914
+ iCreated: "Yours"
7977
7915
  },
7978
7916
  org: {
7979
7917
  project: "Repositories",
@@ -8185,8 +8123,7 @@ const handleAvatarRedPoint = (type, other) => {
8185
8123
  }
8186
8124
  };
8187
8125
  function extractRepoInfoWithURL(repoUrl) {
8188
- if (!repoUrl)
8189
- return "";
8126
+ if (!repoUrl) return "";
8190
8127
  const url = new URL(repoUrl);
8191
8128
  const pathname = url.pathname.replace(/^\//, "");
8192
8129
  const parts = pathname.replace(/.git$/, "").split("/").filter(Boolean);
@@ -8214,8 +8151,7 @@ const isTrustedRepo = (topics) => {
8214
8151
  };
8215
8152
  const INCUBATION_TOPICS = layoutConfig$4.VITE_INCUBATION_TOPIC || "";
8216
8153
  const isIncubationRepo = (topics = []) => {
8217
- if (!topics)
8218
- return false;
8154
+ if (!topics) return false;
8219
8155
  const incubationIds = INCUBATION_TOPICS.split(",");
8220
8156
  if (topics.some((e) => /孵化项目/.test(e.name) || incubationIds.includes(e.topic_id || e.id))) {
8221
8157
  return true;
@@ -8306,7 +8242,7 @@ function mitt(n) {
8306
8242
  const emitter = mitt();
8307
8243
  const addEventListener = (evtName, callback) => emitter.on(evtName, callback);
8308
8244
  const emitEvent = (evtName, payload) => emitter.emit(evtName, payload);
8309
- const offEvent = (evtName, handler) => emitter.off(evtName, handler || void 0);
8245
+ const offEvent = (evtName, handler) => emitter.off(evtName, void 0);
8310
8246
  function bind(fn, thisArg) {
8311
8247
  return function wrap() {
8312
8248
  return fn.apply(thisArg, arguments);
@@ -8314,8 +8250,7 @@ function bind(fn, thisArg) {
8314
8250
  }
8315
8251
  const { toString } = Object.prototype;
8316
8252
  const { getPrototypeOf } = Object;
8317
- const { iterator, toStringTag } = Symbol;
8318
- const kindOf = ((cache2) => (thing) => {
8253
+ const kindOf = /* @__PURE__ */ ((cache2) => (thing) => {
8319
8254
  const str = toString.call(thing);
8320
8255
  return cache2[str] || (cache2[str] = str.slice(8, -1).toLowerCase());
8321
8256
  })(/* @__PURE__ */ Object.create(null));
@@ -8349,7 +8284,7 @@ const isPlainObject = (val) => {
8349
8284
  return false;
8350
8285
  }
8351
8286
  const prototype2 = getPrototypeOf(val);
8352
- return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(toStringTag in val) && !(iterator in val);
8287
+ return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
8353
8288
  };
8354
8289
  const isDate$2 = kindOfTest("Date");
8355
8290
  const isFile = kindOfTest("File");
@@ -8401,8 +8336,7 @@ function findKey(obj, key) {
8401
8336
  return null;
8402
8337
  }
8403
8338
  const _global = (() => {
8404
- if (typeof globalThis !== "undefined")
8405
- return globalThis;
8339
+ if (typeof globalThis !== "undefined") return globalThis;
8406
8340
  return typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : global;
8407
8341
  })();
8408
8342
  const isContextDefined = (context) => !isUndefined$1(context) && context !== _global;
@@ -8456,8 +8390,7 @@ const toFlatObject = (sourceObj, destObj, filter2, propFilter) => {
8456
8390
  let prop;
8457
8391
  const merged = {};
8458
8392
  destObj = destObj || {};
8459
- if (sourceObj == null)
8460
- return destObj;
8393
+ if (sourceObj == null) return destObj;
8461
8394
  do {
8462
8395
  props = Object.getOwnPropertyNames(sourceObj);
8463
8396
  i = props.length;
@@ -8482,29 +8415,26 @@ const endsWith = (str, searchString, position) => {
8482
8415
  return lastIndex !== -1 && lastIndex === position;
8483
8416
  };
8484
8417
  const toArray = (thing) => {
8485
- if (!thing)
8486
- return null;
8487
- if (isArray$4(thing))
8488
- return thing;
8418
+ if (!thing) return null;
8419
+ if (isArray$4(thing)) return thing;
8489
8420
  let i = thing.length;
8490
- if (!isNumber(i))
8491
- return null;
8421
+ if (!isNumber(i)) return null;
8492
8422
  const arr = new Array(i);
8493
8423
  while (i-- > 0) {
8494
8424
  arr[i] = thing[i];
8495
8425
  }
8496
8426
  return arr;
8497
8427
  };
8498
- const isTypedArray$2 = ((TypedArray) => {
8428
+ const isTypedArray$2 = /* @__PURE__ */ ((TypedArray) => {
8499
8429
  return (thing) => {
8500
8430
  return TypedArray && thing instanceof TypedArray;
8501
8431
  };
8502
8432
  })(typeof Uint8Array !== "undefined" && getPrototypeOf(Uint8Array));
8503
8433
  const forEachEntry = (obj, fn) => {
8504
- const generator = obj && obj[iterator];
8505
- const _iterator = generator.call(obj);
8434
+ const generator = obj && obj[Symbol.iterator];
8435
+ const iterator = generator.call(obj);
8506
8436
  let result2;
8507
- while ((result2 = _iterator.next()) && !result2.done) {
8437
+ while ((result2 = iterator.next()) && !result2.done) {
8508
8438
  const pair = result2.value;
8509
8439
  fn.call(obj, pair[0], pair[1]);
8510
8440
  }
@@ -8545,8 +8475,7 @@ const freezeMethods = (obj) => {
8545
8475
  return false;
8546
8476
  }
8547
8477
  const value = obj[name];
8548
- if (!isFunction$3(value))
8549
- return;
8478
+ if (!isFunction$3(value)) return;
8550
8479
  descriptor.enumerable = false;
8551
8480
  if ("writable" in descriptor) {
8552
8481
  descriptor.writable = false;
@@ -8575,7 +8504,7 @@ const toFiniteNumber = (value, defaultValue) => {
8575
8504
  return value != null && Number.isFinite(value = +value) ? value : defaultValue;
8576
8505
  };
8577
8506
  function isSpecCompliantForm(thing) {
8578
- return !!(thing && isFunction$3(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
8507
+ return !!(thing && isFunction$3(thing.append) && thing[Symbol.toStringTag] === "FormData" && thing[Symbol.iterator]);
8579
8508
  }
8580
8509
  const toJSONObject = (obj) => {
8581
8510
  const stack = new Array(10);
@@ -8621,7 +8550,6 @@ const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
8621
8550
  isFunction$3(_global.postMessage)
8622
8551
  );
8623
8552
  const asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global) : typeof process !== "undefined" && process.nextTick || _setImmediate;
8624
- const isIterable = (thing) => thing != null && isFunction$3(thing[iterator]);
8625
8553
  const utils$1 = {
8626
8554
  isArray: isArray$4,
8627
8555
  isArrayBuffer,
@@ -8678,10 +8606,9 @@ const utils$1 = {
8678
8606
  isAsyncFn,
8679
8607
  isThenable,
8680
8608
  setImmediate: _setImmediate,
8681
- asap,
8682
- isIterable
8609
+ asap
8683
8610
  };
8684
- function AxiosError(message, code2, config, request, response) {
8611
+ function AxiosError$1(message, code2, config, request, response) {
8685
8612
  Error.call(this);
8686
8613
  if (Error.captureStackTrace) {
8687
8614
  Error.captureStackTrace(this, this.constructor);
@@ -8698,7 +8625,7 @@ function AxiosError(message, code2, config, request, response) {
8698
8625
  this.status = response.status ? response.status : null;
8699
8626
  }
8700
8627
  }
8701
- utils$1.inherits(AxiosError, Error, {
8628
+ utils$1.inherits(AxiosError$1, Error, {
8702
8629
  toJSON: function toJSON() {
8703
8630
  return {
8704
8631
  // Standard
@@ -8719,7 +8646,7 @@ utils$1.inherits(AxiosError, Error, {
8719
8646
  };
8720
8647
  }
8721
8648
  });
8722
- const prototype$1 = AxiosError.prototype;
8649
+ const prototype$1 = AxiosError$1.prototype;
8723
8650
  const descriptors = {};
8724
8651
  [
8725
8652
  "ERR_BAD_OPTION_VALUE",
@@ -8738,16 +8665,16 @@ const descriptors = {};
8738
8665
  ].forEach((code2) => {
8739
8666
  descriptors[code2] = { value: code2 };
8740
8667
  });
8741
- Object.defineProperties(AxiosError, descriptors);
8668
+ Object.defineProperties(AxiosError$1, descriptors);
8742
8669
  Object.defineProperty(prototype$1, "isAxiosError", { value: true });
8743
- AxiosError.from = (error, code2, config, request, response, customProps) => {
8670
+ AxiosError$1.from = (error, code2, config, request, response, customProps) => {
8744
8671
  const axiosError = Object.create(prototype$1);
8745
8672
  utils$1.toFlatObject(error, axiosError, function filter2(obj) {
8746
8673
  return obj !== Error.prototype;
8747
8674
  }, (prop) => {
8748
8675
  return prop !== "isAxiosError";
8749
8676
  });
8750
- AxiosError.call(axiosError, error.message, code2, config, request, response);
8677
+ AxiosError$1.call(axiosError, error.message, code2, config, request, response);
8751
8678
  axiosError.cause = error;
8752
8679
  axiosError.name = error.name;
8753
8680
  customProps && Object.assign(axiosError, customProps);
@@ -8761,8 +8688,7 @@ function removeBrackets(key) {
8761
8688
  return utils$1.endsWith(key, "[]") ? key.slice(0, -2) : key;
8762
8689
  }
8763
8690
  function renderKey(path, key, dots) {
8764
- if (!path)
8765
- return key;
8691
+ if (!path) return key;
8766
8692
  return path.concat(key).map(function each(token, i) {
8767
8693
  token = removeBrackets(token);
8768
8694
  return !dots && i ? "[" + token + "]" : token;
@@ -8774,7 +8700,7 @@ function isFlatArray(arr) {
8774
8700
  const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
8775
8701
  return /^is[A-Z]/.test(prop);
8776
8702
  });
8777
- function toFormData(obj, formData, options) {
8703
+ function toFormData$1(obj, formData, options) {
8778
8704
  if (!utils$1.isObject(obj)) {
8779
8705
  throw new TypeError("target must be an object");
8780
8706
  }
@@ -8796,13 +8722,12 @@ function toFormData(obj, formData, options) {
8796
8722
  throw new TypeError("visitor must be a function");
8797
8723
  }
8798
8724
  function convertValue(value) {
8799
- if (value === null)
8800
- return "";
8725
+ if (value === null) return "";
8801
8726
  if (utils$1.isDate(value)) {
8802
8727
  return value.toISOString();
8803
8728
  }
8804
8729
  if (!useBlob && utils$1.isBlob(value)) {
8805
- throw new AxiosError("Blob is not supported. Use a Buffer instead.");
8730
+ throw new AxiosError$1("Blob is not supported. Use a Buffer instead.");
8806
8731
  }
8807
8732
  if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
8808
8733
  return useBlob && typeof Blob === "function" ? new Blob([value]) : Buffer.from(value);
@@ -8840,8 +8765,7 @@ function toFormData(obj, formData, options) {
8840
8765
  isVisitable
8841
8766
  });
8842
8767
  function build(value, path) {
8843
- if (utils$1.isUndefined(value))
8844
- return;
8768
+ if (utils$1.isUndefined(value)) return;
8845
8769
  if (stack.indexOf(value) !== -1) {
8846
8770
  throw Error("Circular reference detected in " + path.join("."));
8847
8771
  }
@@ -8882,7 +8806,7 @@ function encode$1(str) {
8882
8806
  }
8883
8807
  function AxiosURLSearchParams(params, options) {
8884
8808
  this._pairs = [];
8885
- params && toFormData(params, this, options);
8809
+ params && toFormData$1(params, this, options);
8886
8810
  }
8887
8811
  const prototype = AxiosURLSearchParams.prototype;
8888
8812
  prototype.append = function append(name, value) {
@@ -8986,7 +8910,6 @@ class InterceptorManager {
8986
8910
  });
8987
8911
  }
8988
8912
  }
8989
- const InterceptorManager$1 = InterceptorManager;
8990
8913
  const transitionalDefaults = {
8991
8914
  silentJSONParsing: true,
8992
8915
  forcedJSONParsing: true,
@@ -9025,7 +8948,7 @@ const platform = {
9025
8948
  ...platform$1
9026
8949
  };
9027
8950
  function toURLEncodedForm(data, options) {
9028
- return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({
8951
+ return toFormData$1(data, new platform.classes.URLSearchParams(), Object.assign({
9029
8952
  visitor: function(value, key, path, helpers) {
9030
8953
  if (platform.isNode && utils$1.isBuffer(value)) {
9031
8954
  this.append(key, value.toString("base64"));
@@ -9055,8 +8978,7 @@ function arrayToObject(arr) {
9055
8978
  function formDataToJSON(formData) {
9056
8979
  function buildPath(path, value, target, index2) {
9057
8980
  let name = path[index2++];
9058
- if (name === "__proto__")
9059
- return true;
8981
+ if (name === "__proto__") return true;
9060
8982
  const isNumericKey = Number.isFinite(+name);
9061
8983
  const isLast = index2 >= path.length;
9062
8984
  name = !name && utils$1.isArray(target) ? target.length : name;
@@ -9130,7 +9052,7 @@ const defaults = {
9130
9052
  }
9131
9053
  if ((isFileList2 = utils$1.isFileList(data)) || contentType.indexOf("multipart/form-data") > -1) {
9132
9054
  const _FormData = this.env && this.env.FormData;
9133
- return toFormData(
9055
+ return toFormData$1(
9134
9056
  isFileList2 ? { "files[]": data } : data,
9135
9057
  _FormData && new _FormData(),
9136
9058
  this.formSerializer
@@ -9158,7 +9080,7 @@ const defaults = {
9158
9080
  } catch (e) {
9159
9081
  if (strictJSONParsing) {
9160
9082
  if (e.name === "SyntaxError") {
9161
- throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
9083
+ throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
9162
9084
  }
9163
9085
  throw e;
9164
9086
  }
@@ -9192,7 +9114,6 @@ const defaults = {
9192
9114
  utils$1.forEach(["delete", "get", "head", "post", "put", "patch"], (method) => {
9193
9115
  defaults.headers[method] = {};
9194
9116
  });
9195
- const defaults$1 = defaults;
9196
9117
  const ignoreDuplicateOf = utils$1.toObjectSet([
9197
9118
  "age",
9198
9119
  "authorization",
@@ -9263,8 +9184,7 @@ function matchHeaderValue(context, value, header, filter2, isHeaderNameFilter) {
9263
9184
  if (isHeaderNameFilter) {
9264
9185
  value = header;
9265
9186
  }
9266
- if (!utils$1.isString(value))
9267
- return;
9187
+ if (!utils$1.isString(value)) return;
9268
9188
  if (utils$1.isString(filter2)) {
9269
9189
  return value.indexOf(filter2) !== -1;
9270
9190
  }
@@ -9288,7 +9208,7 @@ function buildAccessors(obj, header) {
9288
9208
  });
9289
9209
  });
9290
9210
  }
9291
- class AxiosHeaders {
9211
+ let AxiosHeaders$1 = class AxiosHeaders {
9292
9212
  constructor(headers) {
9293
9213
  headers && this.set(headers);
9294
9214
  }
@@ -9309,15 +9229,10 @@ class AxiosHeaders {
9309
9229
  setHeaders(header, valueOrRewrite);
9310
9230
  } else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
9311
9231
  setHeaders(parseHeaders(header), valueOrRewrite);
9312
- } else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
9313
- let obj = {}, dest, key;
9314
- for (const entry of header) {
9315
- if (!utils$1.isArray(entry)) {
9316
- throw TypeError("Object iterator must return a key-value pair");
9317
- }
9318
- obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
9232
+ } else if (utils$1.isHeaders(header)) {
9233
+ for (const [key, value] of header.entries()) {
9234
+ setHeader(value, key, rewrite);
9319
9235
  }
9320
- setHeaders(obj, valueOrRewrite);
9321
9236
  } else {
9322
9237
  header != null && setHeader(valueOrRewrite, header, rewrite);
9323
9238
  }
@@ -9421,9 +9336,6 @@ class AxiosHeaders {
9421
9336
  toString() {
9422
9337
  return Object.entries(this.toJSON()).map(([header, value]) => header + ": " + value).join("\n");
9423
9338
  }
9424
- getSetCookie() {
9425
- return this.get("set-cookie") || [];
9426
- }
9427
9339
  get [Symbol.toStringTag]() {
9428
9340
  return "AxiosHeaders";
9429
9341
  }
@@ -9451,9 +9363,9 @@ class AxiosHeaders {
9451
9363
  utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
9452
9364
  return this;
9453
9365
  }
9454
- }
9455
- AxiosHeaders.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
9456
- utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
9366
+ };
9367
+ AxiosHeaders$1.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
9368
+ utils$1.reduceDescriptors(AxiosHeaders$1.prototype, ({ value }, key) => {
9457
9369
  let mapped = key[0].toUpperCase() + key.slice(1);
9458
9370
  return {
9459
9371
  get: () => value,
@@ -9462,10 +9374,9 @@ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
9462
9374
  }
9463
9375
  };
9464
9376
  });
9465
- utils$1.freezeMethods(AxiosHeaders);
9466
- const AxiosHeaders$1 = AxiosHeaders;
9377
+ utils$1.freezeMethods(AxiosHeaders$1);
9467
9378
  function transformData(fns, response) {
9468
- const config = this || defaults$1;
9379
+ const config = this || defaults;
9469
9380
  const context = response || config;
9470
9381
  const headers = AxiosHeaders$1.from(context.headers);
9471
9382
  let data = context.data;
@@ -9475,14 +9386,14 @@ function transformData(fns, response) {
9475
9386
  headers.normalize();
9476
9387
  return data;
9477
9388
  }
9478
- function isCancel(value) {
9389
+ function isCancel$1(value) {
9479
9390
  return !!(value && value.__CANCEL__);
9480
9391
  }
9481
- function CanceledError(message, config, request) {
9482
- AxiosError.call(this, message == null ? "canceled" : message, AxiosError.ERR_CANCELED, config, request);
9392
+ function CanceledError$1(message, config, request) {
9393
+ AxiosError$1.call(this, message == null ? "canceled" : message, AxiosError$1.ERR_CANCELED, config, request);
9483
9394
  this.name = "CanceledError";
9484
9395
  }
9485
- utils$1.inherits(CanceledError, AxiosError, {
9396
+ utils$1.inherits(CanceledError$1, AxiosError$1, {
9486
9397
  __CANCEL__: true
9487
9398
  });
9488
9399
  function settle(resolve, reject, response) {
@@ -9490,9 +9401,9 @@ function settle(resolve, reject, response) {
9490
9401
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
9491
9402
  resolve(response);
9492
9403
  } else {
9493
- reject(new AxiosError(
9404
+ reject(new AxiosError$1(
9494
9405
  "Request failed with status code " + response.status,
9495
- [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
9406
+ [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
9496
9407
  response.config,
9497
9408
  response.request,
9498
9409
  response
@@ -9601,7 +9512,7 @@ const progressEventDecorator = (total, throttled) => {
9601
9512
  }), throttled[1]];
9602
9513
  };
9603
9514
  const asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args));
9604
- const isURLSameOrigin = platform.hasStandardBrowserEnv ? ((origin2, isMSIE) => (url) => {
9515
+ const isURLSameOrigin = platform.hasStandardBrowserEnv ? /* @__PURE__ */ ((origin2, isMSIE) => (url) => {
9605
9516
  url = new URL(url, platform.origin);
9606
9517
  return origin2.protocol === url.protocol && origin2.host === url.host && (isMSIE || origin2.port === url.port);
9607
9518
  })(
@@ -9653,7 +9564,7 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
9653
9564
  return requestedURL;
9654
9565
  }
9655
9566
  const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
9656
- function mergeConfig(config1, config2) {
9567
+ function mergeConfig$1(config1, config2) {
9657
9568
  config2 = config2 || {};
9658
9569
  const config = {};
9659
9570
  function getMergedValue(target, source, prop, caseless) {
@@ -9731,7 +9642,7 @@ function mergeConfig(config1, config2) {
9731
9642
  return config;
9732
9643
  }
9733
9644
  const resolveConfig = (config) => {
9734
- const newConfig = mergeConfig({}, config);
9645
+ const newConfig = mergeConfig$1({}, config);
9735
9646
  let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
9736
9647
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
9737
9648
  newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
@@ -9822,11 +9733,11 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
9822
9733
  if (!request) {
9823
9734
  return;
9824
9735
  }
9825
- reject(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config, request));
9736
+ reject(new AxiosError$1("Request aborted", AxiosError$1.ECONNABORTED, config, request));
9826
9737
  request = null;
9827
9738
  };
9828
9739
  request.onerror = function handleError() {
9829
- reject(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request));
9740
+ reject(new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request));
9830
9741
  request = null;
9831
9742
  };
9832
9743
  request.ontimeout = function handleTimeout() {
@@ -9835,9 +9746,9 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
9835
9746
  if (_config.timeoutErrorMessage) {
9836
9747
  timeoutErrorMessage = _config.timeoutErrorMessage;
9837
9748
  }
9838
- reject(new AxiosError(
9749
+ reject(new AxiosError$1(
9839
9750
  timeoutErrorMessage,
9840
- transitional2.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
9751
+ transitional2.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
9841
9752
  config,
9842
9753
  request
9843
9754
  ));
@@ -9869,7 +9780,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
9869
9780
  if (!request) {
9870
9781
  return;
9871
9782
  }
9872
- reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
9783
+ reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
9873
9784
  request.abort();
9874
9785
  request = null;
9875
9786
  };
@@ -9880,7 +9791,7 @@ const xhrAdapter = isXHRAdapterSupported && function(config) {
9880
9791
  }
9881
9792
  const protocol = parseProtocol(_config.url);
9882
9793
  if (protocol && platform.protocols.indexOf(protocol) === -1) {
9883
- reject(new AxiosError("Unsupported protocol " + protocol + ":", AxiosError.ERR_BAD_REQUEST, config));
9794
+ reject(new AxiosError$1("Unsupported protocol " + protocol + ":", AxiosError$1.ERR_BAD_REQUEST, config));
9884
9795
  return;
9885
9796
  }
9886
9797
  request.send(requestData || null);
@@ -9896,12 +9807,12 @@ const composeSignals = (signals, timeout) => {
9896
9807
  aborted = true;
9897
9808
  unsubscribe();
9898
9809
  const err = reason instanceof Error ? reason : this.reason;
9899
- controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
9810
+ controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
9900
9811
  }
9901
9812
  };
9902
9813
  let timer = timeout && setTimeout(() => {
9903
9814
  timer = null;
9904
- onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT));
9815
+ onabort(new AxiosError$1(`timeout ${timeout} of ms exceeded`, AxiosError$1.ETIMEDOUT));
9905
9816
  }, timeout);
9906
9817
  const unsubscribe = () => {
9907
9818
  if (signals) {
@@ -9919,10 +9830,9 @@ const composeSignals = (signals, timeout) => {
9919
9830
  return signal;
9920
9831
  }
9921
9832
  };
9922
- const composeSignals$1 = composeSignals;
9923
9833
  const streamChunk = function* (chunk, chunkSize) {
9924
9834
  let len = chunk.byteLength;
9925
- if (!chunkSize || len < chunkSize) {
9835
+ if (len < chunkSize) {
9926
9836
  yield chunk;
9927
9837
  return;
9928
9838
  }
@@ -9958,7 +9868,7 @@ const readStream = async function* (stream) {
9958
9868
  }
9959
9869
  };
9960
9870
  const trackStream = (stream, chunkSize, onProgress, onFinish) => {
9961
- const iterator2 = readBytes(stream, chunkSize);
9871
+ const iterator = readBytes(stream, chunkSize);
9962
9872
  let bytes = 0;
9963
9873
  let done;
9964
9874
  let _onFinish = (e) => {
@@ -9970,7 +9880,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
9970
9880
  return new ReadableStream({
9971
9881
  async pull(controller) {
9972
9882
  try {
9973
- const { done: done2, value } = await iterator2.next();
9883
+ const { done: done2, value } = await iterator.next();
9974
9884
  if (done2) {
9975
9885
  _onFinish();
9976
9886
  controller.close();
@@ -9989,7 +9899,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
9989
9899
  },
9990
9900
  cancel(reason) {
9991
9901
  _onFinish(reason);
9992
- return iterator2.return();
9902
+ return iterator.return();
9993
9903
  }
9994
9904
  }, {
9995
9905
  highWaterMark: 2
@@ -9997,7 +9907,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
9997
9907
  };
9998
9908
  const isFetchSupported = typeof fetch === "function" && typeof Request === "function" && typeof Response === "function";
9999
9909
  const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === "function";
10000
- const encodeText = isFetchSupported && (typeof TextEncoder === "function" ? ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : async (str) => new Uint8Array(await new Response(str).arrayBuffer()));
9910
+ const encodeText = isFetchSupported && (typeof TextEncoder === "function" ? /* @__PURE__ */ ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : async (str) => new Uint8Array(await new Response(str).arrayBuffer()));
10001
9911
  const test = (fn, ...args) => {
10002
9912
  try {
10003
9913
  return !!fn(...args);
@@ -10025,7 +9935,7 @@ const resolvers = {
10025
9935
  isFetchSupported && ((res) => {
10026
9936
  ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((type) => {
10027
9937
  !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? (res2) => res2[type]() : (_, config) => {
10028
- throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
9938
+ throw new AxiosError$1(`Response type '${type}' is not supported`, AxiosError$1.ERR_NOT_SUPPORT, config);
10029
9939
  });
10030
9940
  });
10031
9941
  })(new Response());
@@ -10073,7 +9983,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
10073
9983
  fetchOptions
10074
9984
  } = resolveConfig(config);
10075
9985
  responseType = responseType ? (responseType + "").toLowerCase() : "text";
10076
- let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
9986
+ let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
10077
9987
  let request;
10078
9988
  const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
10079
9989
  composedSignal.unsubscribe();
@@ -10146,15 +10056,15 @@ const fetchAdapter = isFetchSupported && (async (config) => {
10146
10056
  });
10147
10057
  } catch (err) {
10148
10058
  unsubscribe && unsubscribe();
10149
- if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
10059
+ if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
10150
10060
  throw Object.assign(
10151
- new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request),
10061
+ new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
10152
10062
  {
10153
10063
  cause: err.cause || err
10154
10064
  }
10155
10065
  );
10156
10066
  }
10157
- throw AxiosError.from(err, err && err.code, config, request);
10067
+ throw AxiosError$1.from(err, err && err.code, config, request);
10158
10068
  }
10159
10069
  });
10160
10070
  const knownAdapters = {
@@ -10187,7 +10097,7 @@ const adapters = {
10187
10097
  if (!isResolvedHandle(nameOrAdapter)) {
10188
10098
  adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
10189
10099
  if (adapter === void 0) {
10190
- throw new AxiosError(`Unknown adapter '${id}'`);
10100
+ throw new AxiosError$1(`Unknown adapter '${id}'`);
10191
10101
  }
10192
10102
  }
10193
10103
  if (adapter) {
@@ -10200,7 +10110,7 @@ const adapters = {
10200
10110
  ([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build")
10201
10111
  );
10202
10112
  let s = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
10203
- throw new AxiosError(
10113
+ throw new AxiosError$1(
10204
10114
  `There is no suitable adapter to dispatch the request ` + s,
10205
10115
  "ERR_NOT_SUPPORT"
10206
10116
  );
@@ -10214,7 +10124,7 @@ function throwIfCancellationRequested(config) {
10214
10124
  config.cancelToken.throwIfRequested();
10215
10125
  }
10216
10126
  if (config.signal && config.signal.aborted) {
10217
- throw new CanceledError(null, config);
10127
+ throw new CanceledError$1(null, config);
10218
10128
  }
10219
10129
  }
10220
10130
  function dispatchRequest(config) {
@@ -10227,7 +10137,7 @@ function dispatchRequest(config) {
10227
10137
  if (["post", "put", "patch"].indexOf(config.method) !== -1) {
10228
10138
  config.headers.setContentType("application/x-www-form-urlencoded", false);
10229
10139
  }
10230
- const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter);
10140
+ const adapter = adapters.getAdapter(config.adapter || defaults.adapter);
10231
10141
  return adapter(config).then(function onAdapterResolution(response) {
10232
10142
  throwIfCancellationRequested(config);
10233
10143
  response.data = transformData.call(
@@ -10238,7 +10148,7 @@ function dispatchRequest(config) {
10238
10148
  response.headers = AxiosHeaders$1.from(response.headers);
10239
10149
  return response;
10240
10150
  }, function onAdapterRejection(reason) {
10241
- if (!isCancel(reason)) {
10151
+ if (!isCancel$1(reason)) {
10242
10152
  throwIfCancellationRequested(config);
10243
10153
  if (reason && reason.response) {
10244
10154
  reason.response.data = transformData.call(
@@ -10252,7 +10162,7 @@ function dispatchRequest(config) {
10252
10162
  return Promise.reject(reason);
10253
10163
  });
10254
10164
  }
10255
- const VERSION = "1.9.0";
10165
+ const VERSION$1 = "1.8.4";
10256
10166
  const validators$1 = {};
10257
10167
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
10258
10168
  validators$1[type] = function validator2(thing) {
@@ -10262,13 +10172,13 @@ const validators$1 = {};
10262
10172
  const deprecatedWarnings = {};
10263
10173
  validators$1.transitional = function transitional(validator2, version, message) {
10264
10174
  function formatMessage(opt, desc) {
10265
- return "[Axios v" + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
10175
+ return "[Axios v" + VERSION$1 + "] Transitional option '" + opt + "'" + desc + (message ? ". " + message : "");
10266
10176
  }
10267
10177
  return (value, opt, opts) => {
10268
10178
  if (validator2 === false) {
10269
- throw new AxiosError(
10179
+ throw new AxiosError$1(
10270
10180
  formatMessage(opt, " has been removed" + (version ? " in " + version : "")),
10271
- AxiosError.ERR_DEPRECATED
10181
+ AxiosError$1.ERR_DEPRECATED
10272
10182
  );
10273
10183
  }
10274
10184
  if (version && !deprecatedWarnings[opt]) {
@@ -10291,7 +10201,7 @@ validators$1.spelling = function spelling(correctSpelling) {
10291
10201
  };
10292
10202
  function assertOptions(options, schema, allowUnknown) {
10293
10203
  if (typeof options !== "object") {
10294
- throw new AxiosError("options must be an object", AxiosError.ERR_BAD_OPTION_VALUE);
10204
+ throw new AxiosError$1("options must be an object", AxiosError$1.ERR_BAD_OPTION_VALUE);
10295
10205
  }
10296
10206
  const keys2 = Object.keys(options);
10297
10207
  let i = keys2.length;
@@ -10302,12 +10212,12 @@ function assertOptions(options, schema, allowUnknown) {
10302
10212
  const value = options[opt];
10303
10213
  const result2 = value === void 0 || validator2(value, opt, options);
10304
10214
  if (result2 !== true) {
10305
- throw new AxiosError("option " + opt + " must be " + result2, AxiosError.ERR_BAD_OPTION_VALUE);
10215
+ throw new AxiosError$1("option " + opt + " must be " + result2, AxiosError$1.ERR_BAD_OPTION_VALUE);
10306
10216
  }
10307
10217
  continue;
10308
10218
  }
10309
10219
  if (allowUnknown !== true) {
10310
- throw new AxiosError("Unknown option " + opt, AxiosError.ERR_BAD_OPTION);
10220
+ throw new AxiosError$1("Unknown option " + opt, AxiosError$1.ERR_BAD_OPTION);
10311
10221
  }
10312
10222
  }
10313
10223
  }
@@ -10316,12 +10226,12 @@ const validator = {
10316
10226
  validators: validators$1
10317
10227
  };
10318
10228
  const validators = validator.validators;
10319
- class Axios {
10229
+ let Axios$1 = class Axios {
10320
10230
  constructor(instanceConfig) {
10321
- this.defaults = instanceConfig || {};
10231
+ this.defaults = instanceConfig;
10322
10232
  this.interceptors = {
10323
- request: new InterceptorManager$1(),
10324
- response: new InterceptorManager$1()
10233
+ request: new InterceptorManager(),
10234
+ response: new InterceptorManager()
10325
10235
  };
10326
10236
  }
10327
10237
  /**
@@ -10359,7 +10269,7 @@ class Axios {
10359
10269
  } else {
10360
10270
  config = configOrUrl || {};
10361
10271
  }
10362
- config = mergeConfig(this.defaults, config);
10272
+ config = mergeConfig$1(this.defaults, config);
10363
10273
  const { transitional: transitional2, paramsSerializer, headers } = config;
10364
10274
  if (transitional2 !== void 0) {
10365
10275
  validator.assertOptions(transitional2, {
@@ -10380,8 +10290,7 @@ class Axios {
10380
10290
  }, true);
10381
10291
  }
10382
10292
  }
10383
- if (config.allowAbsoluteUrls !== void 0)
10384
- ;
10293
+ if (config.allowAbsoluteUrls !== void 0) ;
10385
10294
  else if (this.defaults.allowAbsoluteUrls !== void 0) {
10386
10295
  config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;
10387
10296
  } else {
@@ -10456,14 +10365,14 @@ class Axios {
10456
10365
  return promise;
10457
10366
  }
10458
10367
  getUri(config) {
10459
- config = mergeConfig(this.defaults, config);
10368
+ config = mergeConfig$1(this.defaults, config);
10460
10369
  const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
10461
10370
  return buildURL(fullPath, config.params, config.paramsSerializer);
10462
10371
  }
10463
- }
10372
+ };
10464
10373
  utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoData(method) {
10465
- Axios.prototype[method] = function(url, config) {
10466
- return this.request(mergeConfig(config || {}, {
10374
+ Axios$1.prototype[method] = function(url, config) {
10375
+ return this.request(mergeConfig$1(config || {}, {
10467
10376
  method,
10468
10377
  url,
10469
10378
  data: (config || {}).data
@@ -10473,7 +10382,7 @@ utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoDa
10473
10382
  utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method) {
10474
10383
  function generateHTTPMethod(isForm) {
10475
10384
  return function httpMethod(url, data, config) {
10476
- return this.request(mergeConfig(config || {}, {
10385
+ return this.request(mergeConfig$1(config || {}, {
10477
10386
  method,
10478
10387
  headers: isForm ? {
10479
10388
  "Content-Type": "multipart/form-data"
@@ -10483,11 +10392,10 @@ utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method)
10483
10392
  }));
10484
10393
  };
10485
10394
  }
10486
- Axios.prototype[method] = generateHTTPMethod();
10487
- Axios.prototype[method + "Form"] = generateHTTPMethod(true);
10395
+ Axios$1.prototype[method] = generateHTTPMethod();
10396
+ Axios$1.prototype[method + "Form"] = generateHTTPMethod(true);
10488
10397
  });
10489
- const Axios$1 = Axios;
10490
- class CancelToken {
10398
+ let CancelToken$1 = class CancelToken {
10491
10399
  constructor(executor) {
10492
10400
  if (typeof executor !== "function") {
10493
10401
  throw new TypeError("executor must be a function.");
@@ -10498,8 +10406,7 @@ class CancelToken {
10498
10406
  });
10499
10407
  const token = this;
10500
10408
  this.promise.then((cancel) => {
10501
- if (!token._listeners)
10502
- return;
10409
+ if (!token._listeners) return;
10503
10410
  let i = token._listeners.length;
10504
10411
  while (i-- > 0) {
10505
10412
  token._listeners[i](cancel);
@@ -10521,7 +10428,7 @@ class CancelToken {
10521
10428
  if (token.reason) {
10522
10429
  return;
10523
10430
  }
10524
- token.reason = new CanceledError(message, config, request);
10431
+ token.reason = new CanceledError$1(message, config, request);
10525
10432
  resolvePromise(token.reason);
10526
10433
  });
10527
10434
  }
@@ -10582,17 +10489,16 @@ class CancelToken {
10582
10489
  cancel
10583
10490
  };
10584
10491
  }
10585
- }
10586
- const CancelToken$1 = CancelToken;
10587
- function spread(callback) {
10492
+ };
10493
+ function spread$1(callback) {
10588
10494
  return function wrap(arr) {
10589
10495
  return callback.apply(null, arr);
10590
10496
  };
10591
10497
  }
10592
- function isAxiosError(payload) {
10498
+ function isAxiosError$1(payload) {
10593
10499
  return utils$1.isObject(payload) && payload.isAxiosError === true;
10594
10500
  }
10595
- const HttpStatusCode = {
10501
+ const HttpStatusCode$1 = {
10596
10502
  Continue: 100,
10597
10503
  SwitchingProtocols: 101,
10598
10504
  Processing: 102,
@@ -10657,41 +10563,57 @@ const HttpStatusCode = {
10657
10563
  NotExtended: 510,
10658
10564
  NetworkAuthenticationRequired: 511
10659
10565
  };
10660
- Object.entries(HttpStatusCode).forEach(([key, value]) => {
10661
- HttpStatusCode[value] = key;
10566
+ Object.entries(HttpStatusCode$1).forEach(([key, value]) => {
10567
+ HttpStatusCode$1[value] = key;
10662
10568
  });
10663
- const HttpStatusCode$1 = HttpStatusCode;
10664
10569
  function createInstance(defaultConfig2) {
10665
10570
  const context = new Axios$1(defaultConfig2);
10666
10571
  const instance = bind(Axios$1.prototype.request, context);
10667
10572
  utils$1.extend(instance, Axios$1.prototype, context, { allOwnKeys: true });
10668
10573
  utils$1.extend(instance, context, null, { allOwnKeys: true });
10669
10574
  instance.create = function create2(instanceConfig) {
10670
- return createInstance(mergeConfig(defaultConfig2, instanceConfig));
10575
+ return createInstance(mergeConfig$1(defaultConfig2, instanceConfig));
10671
10576
  };
10672
10577
  return instance;
10673
10578
  }
10674
- const axios = createInstance(defaults$1);
10579
+ const axios = createInstance(defaults);
10675
10580
  axios.Axios = Axios$1;
10676
- axios.CanceledError = CanceledError;
10581
+ axios.CanceledError = CanceledError$1;
10677
10582
  axios.CancelToken = CancelToken$1;
10678
- axios.isCancel = isCancel;
10679
- axios.VERSION = VERSION;
10680
- axios.toFormData = toFormData;
10681
- axios.AxiosError = AxiosError;
10583
+ axios.isCancel = isCancel$1;
10584
+ axios.VERSION = VERSION$1;
10585
+ axios.toFormData = toFormData$1;
10586
+ axios.AxiosError = AxiosError$1;
10682
10587
  axios.Cancel = axios.CanceledError;
10683
10588
  axios.all = function all(promises) {
10684
10589
  return Promise.all(promises);
10685
10590
  };
10686
- axios.spread = spread;
10687
- axios.isAxiosError = isAxiosError;
10688
- axios.mergeConfig = mergeConfig;
10591
+ axios.spread = spread$1;
10592
+ axios.isAxiosError = isAxiosError$1;
10593
+ axios.mergeConfig = mergeConfig$1;
10689
10594
  axios.AxiosHeaders = AxiosHeaders$1;
10690
10595
  axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
10691
10596
  axios.getAdapter = adapters.getAdapter;
10692
10597
  axios.HttpStatusCode = HttpStatusCode$1;
10693
10598
  axios.default = axios;
10694
- const axios$1 = axios;
10599
+ const {
10600
+ Axios: Axios2,
10601
+ AxiosError,
10602
+ CanceledError,
10603
+ isCancel,
10604
+ CancelToken: CancelToken2,
10605
+ VERSION,
10606
+ all: all2,
10607
+ Cancel,
10608
+ isAxiosError,
10609
+ spread,
10610
+ toFormData,
10611
+ AxiosHeaders: AxiosHeaders2,
10612
+ HttpStatusCode,
10613
+ formToJSON,
10614
+ getAdapter,
10615
+ mergeConfig
10616
+ } = axios;
10695
10617
  function isPhone() {
10696
10618
  if (typeof window !== "undefined" && window.navigator) {
10697
10619
  const flag = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(window.navigator.userAgent);
@@ -10747,20 +10669,13 @@ const getOSVersion = () => {
10747
10669
  }
10748
10670
  break;
10749
10671
  case "Windows":
10750
- if (userAgent.indexOf("Windows NT 10.0") > -1)
10751
- version = "10";
10752
- else if (userAgent.indexOf("Windows NT 6.3") > -1)
10753
- version = "8.1";
10754
- else if (userAgent.indexOf("Windows NT 6.2") > -1)
10755
- version = "8";
10756
- else if (userAgent.indexOf("Windows NT 6.1") > -1)
10757
- version = "7";
10758
- else if (userAgent.indexOf("Windows NT 6.0") > -1)
10759
- version = "Vista";
10760
- else if (userAgent.indexOf("Windows NT 5.1") > -1)
10761
- version = "XP";
10762
- else if (userAgent.indexOf("Windows NT 5.0") > -1)
10763
- version = "2000";
10672
+ if (userAgent.indexOf("Windows NT 10.0") > -1) version = "10";
10673
+ else if (userAgent.indexOf("Windows NT 6.3") > -1) version = "8.1";
10674
+ else if (userAgent.indexOf("Windows NT 6.2") > -1) version = "8";
10675
+ else if (userAgent.indexOf("Windows NT 6.1") > -1) version = "7";
10676
+ else if (userAgent.indexOf("Windows NT 6.0") > -1) version = "Vista";
10677
+ else if (userAgent.indexOf("Windows NT 5.1") > -1) version = "XP";
10678
+ else if (userAgent.indexOf("Windows NT 5.0") > -1) version = "2000";
10764
10679
  break;
10765
10680
  case "Android":
10766
10681
  if (userAgent.match(/Android (\d+)\.?(\d+)?/)) {
@@ -10818,7 +10733,7 @@ const setPassportPrefix = (url, method) => {
10818
10733
  return url;
10819
10734
  };
10820
10735
  const proxyService = (params, customConfigs) => {
10821
- const service = axios$1.create({
10736
+ const service = axios.create({
10822
10737
  baseURL: layoutConfig$3.VITE_API_HOST,
10823
10738
  timeout: (customConfigs == null ? void 0 : customConfigs.customTimeout) || 3e4,
10824
10739
  withCredentials: true
@@ -10855,6 +10770,7 @@ const proxyService = (params, customConfigs) => {
10855
10770
  },
10856
10771
  async (error) => {
10857
10772
  const { response } = error;
10773
+ const { config } = response || {};
10858
10774
  if (response) {
10859
10775
  const errData = response.data;
10860
10776
  errData.http_status = response.status;
@@ -10953,7 +10869,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
10953
10869
  const emits = __emit;
10954
10870
  const toggleGrowthCenter = () => {
10955
10871
  if (!props.isLogin) {
10956
- emitEvent("login", {});
10872
+ emitEvent("login", { loginTriggerSource: "toolsFloat_growthCenter" });
10957
10873
  return;
10958
10874
  }
10959
10875
  emits("toggle-growth-center");
@@ -10982,8 +10898,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
10982
10898
  npsPopVisible.value = nps_global.expire && nps_global.expire < Date.now();
10983
10899
  }
10984
10900
  const swTab = (item) => {
10985
- if (rateNow.value === null && item.index === 1)
10986
- return;
10901
+ if (rateNow.value === null && item.index === 1) return;
10987
10902
  NPSOffsetOptions.crossAxis = item.offset_x;
10988
10903
  opinionStep.value = item.index;
10989
10904
  window.dispatchEvent(new Event("resize"));
@@ -11032,7 +10947,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11032
10947
  };
11033
10948
  fetchAdList();
11034
10949
  const handleLogin = (type) => {
11035
- emitEvent("login", { type, triggerType: activeAdItem.value.title });
10950
+ emitEvent("login", { type, triggerType: activeAdItem.value.title, loginTriggerSource: "toolsFloat_ads" });
11036
10951
  (window == null ? void 0 : window.location.href) && localStorage$2.setItem("sign_path", window == null ? void 0 : window.location.href);
11037
10952
  };
11038
10953
  const handleActive = () => {
@@ -11325,9 +11240,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11325
11240
  };
11326
11241
  }
11327
11242
  });
11328
- const index_vue_vue_type_style_index_0_scoped_1ef34c7b_lang = "";
11329
- const index_vue_vue_type_style_index_1_lang$3 = "";
11330
- const ToolsFloat = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-1ef34c7b"]]);
11243
+ const ToolsFloat = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-gitcode-layout-lib"]]);
11331
11244
  function usePopup(className, rootElement) {
11332
11245
  const root2 = rootElement || document.getElementById("app");
11333
11246
  let cacheClass = "popup-container";
@@ -11441,8 +11354,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
11441
11354
  };
11442
11355
  }
11443
11356
  });
11444
- const index_vue_vue_type_style_index_0_scoped_c4346995_lang = "";
11445
- const GLink = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-c4346995"]]);
11357
+ const GLink = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-gitcode-layout-lib"]]);
11446
11358
  const black = {
11447
11359
  "theme-stress-text": "#f0f6fc",
11448
11360
  "theme-text": "#D2D8E4",
@@ -11884,8 +11796,7 @@ class Theme {
11884
11796
  }
11885
11797
  applyTheme() {
11886
11798
  const isAutoTheme = this.getIsAutoTheme();
11887
- if (!isAutoTheme)
11888
- return;
11799
+ if (!isAutoTheme) return;
11889
11800
  if (this.darkModeMediaQuery.matches) {
11890
11801
  console.log("dark");
11891
11802
  setTheme(ThemeType.BLACK);
@@ -11948,7 +11859,7 @@ const usePageResize = () => {
11948
11859
  });
11949
11860
  return { widthType, width, widthConfig, isMobile };
11950
11861
  };
11951
- const _imports_0 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQuMDAwMDAwIiBoZWlnaHQ9IjI0LjAwMDAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcy8+Cgk8ZyBvcGFjaXR5PSIwLjYwMDAwMCI+CgkJPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIyIDEzLjg5QzIyIDExLjgyIDIwLjcyIDEwLjAxIDE4LjgxIDkuMkMxOS4wOCAxMC4xIDE5LjI3IDExIDE5LjI3IDExLjkxQzE5LjI3IDE0LjcgMTggMTcuMjMgMTUuOSAxOC44NkMxNi4xOCAxOC45NSAxNi41NCAxOC45NSAxNi45IDE4Ljk1QzE3LjU0IDE4Ljk1IDIwLjI3IDE5LjA0IDIxLjM2IDE5LjEzQzIxLjU0IDE5LjEzIDIxLjYzIDE4Ljk1IDIxLjU0IDE4Ljc3QzIxLjA4IDE4LjQxIDIwLjQ1IDE3LjU5IDIwLjcyIDE3LjIzQzIxLjU0IDE2LjMzIDIyIDE1LjE2IDIyIDEzLjg5TDIyIDEzLjg5WiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIxLjAwMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cgk8L2c+Cgk8cGF0aCBpZD0i5YeP5Y676aG25bGCIiBkPSJNMTAuMTgxNiAzLjg3NUM1LjYzNjcyIDMuODc1IDIgNy40ODYwOCAyIDExLjkwOTdDMiAxMy45ODYxIDIuNzI2NTYgMTUuNzkxNiA0IDE3LjIzNjFDNC4zNjMyOCAxNy42ODc1IDQgMTguNTkwMyAzLjU0NDkyIDE5LjMxMjVDMy4zNjMyOCAxOS42NzM2IDMuNTQ0OTIgMjAuMTI1IDQgMjAuMTI1QzUuNzI2NTYgMjAuMTI1IDkuMTgxNjQgMjAuMDM0NyAxMC4xODE2IDIwLjAzNDdDMTQuNzI2NiAyMC4wMzQ3IDE4LjM2MzMgMTYuNDIzNiAxOC4zNjMzIDExLjkwOTdDMTguMzYzMyA3LjQ4NjA4IDE0LjcyNjYgMy44NzUgMTAuMTgxNiAzLjg3NVpNMTEuOTc0NiAxNS4xNDI3TDEwLjU3NjIgOS41OTIwNEMxMC41MjM0IDkuMzgzMDYgMTAuNDAyMyA5LjE5NzUxIDEwLjIzMjQgOS4wNjQ5NEMxMC4wNjA1IDguOTMyMjUgOS44NDk2MSA4Ljg2MDM1IDkuNjMyODEgOC44NjAyM0w3LjY4NTU1IDguODYwMjNDNy40Njg3NSA4Ljg2MDM1IDcuMjU3ODEgOC45MzIyNSA3LjA4NTk0IDkuMDY0OTRDNi45MTYwMiA5LjE5NzUxIDYuNzk0OTIgOS4zODMwNiA2Ljc0MjE5IDkuNTkyMDRMNS4zNDM3NSAxNS4xNDI3TDcuMzUxNTYgMTUuMTQyN0w3LjU5Mzc1IDE0LjE3Nkw5LjcyNDYxIDE0LjE3Nkw5Ljk2NjggMTUuMTQyN0wxMS45NzQ2IDE1LjE0MjdaTTE0Ljk4NjMgOC44NjAzNUwxNC45ODYzIDE1LjE0MzdMMTMuMDQxIDE1LjE0MzdMMTMuMDQxIDguODYwMzVMMTQuOTg2MyA4Ljg2MDM1Wk04LjQ0NTMxIDEwLjc5MzFMOC44NzMwNSAxMC43OTMxTDkuMjM4MjggMTIuMjQzTDguMDgwMDggMTIuMjQzTDguNDQ1MzEgMTAuNzkzMVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIxLjAwMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=";
11862
+ const _imports_0 = "data:image/svg+xml,%3csvg%20width='24.000000'%20height='24.000000'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e%20Created%20with%20Pixso.%20%3c/desc%3e%3cdefs/%3e%3cg%20opacity='0.600000'%3e%3cpath%20id='Vector'%20d='M22%2013.89C22%2011.82%2020.72%2010.01%2018.81%209.2C19.08%2010.1%2019.27%2011%2019.27%2011.91C19.27%2014.7%2018%2017.23%2015.9%2018.86C16.18%2018.95%2016.54%2018.95%2016.9%2018.95C17.54%2018.95%2020.27%2019.04%2021.36%2019.13C21.54%2019.13%2021.63%2018.95%2021.54%2018.77C21.08%2018.41%2020.45%2017.59%2020.72%2017.23C21.54%2016.33%2022%2015.16%2022%2013.89L22%2013.89Z'%20fill='%23FFFFFF'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/g%3e%3cpath%20id='减去顶层'%20d='M10.1816%203.875C5.63672%203.875%202%207.48608%202%2011.9097C2%2013.9861%202.72656%2015.7916%204%2017.2361C4.36328%2017.6875%204%2018.5903%203.54492%2019.3125C3.36328%2019.6736%203.54492%2020.125%204%2020.125C5.72656%2020.125%209.18164%2020.0347%2010.1816%2020.0347C14.7266%2020.0347%2018.3633%2016.4236%2018.3633%2011.9097C18.3633%207.48608%2014.7266%203.875%2010.1816%203.875ZM11.9746%2015.1427L10.5762%209.59204C10.5234%209.38306%2010.4023%209.19751%2010.2324%209.06494C10.0605%208.93225%209.84961%208.86035%209.63281%208.86023L7.68555%208.86023C7.46875%208.86035%207.25781%208.93225%207.08594%209.06494C6.91602%209.19751%206.79492%209.38306%206.74219%209.59204L5.34375%2015.1427L7.35156%2015.1427L7.59375%2014.176L9.72461%2014.176L9.9668%2015.1427L11.9746%2015.1427ZM14.9863%208.86035L14.9863%2015.1437L13.041%2015.1437L13.041%208.86035L14.9863%208.86035ZM8.44531%2010.7931L8.87305%2010.7931L9.23828%2012.243L8.08008%2012.243L8.44531%2010.7931Z'%20clip-rule='evenodd'%20fill='%23FFFFFF'%20fill-opacity='1.000000'%20fill-rule='evenodd'/%3e%3c/svg%3e";
11952
11863
  const _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAmsSURBVHgB7VpdbxxnFT7nfccmRam6/gXZXIBy1y3qRe8YR6kUoUpdbhACJNtShFJUSCyBBFd2I1ClAoklVAE32BYXRAJqIwEyUOrNL4h70dtm+wvqNG7deGbe03PO+7Gzlr27/kpzsSeazO5kZvZ95jnnOR8TgLGNbWxjG9vYDjWEp8zyNjUg22lBiS1TuOeNo5YFbBgyTUMAFgz4PXYnDEzf3XimO+h+GTwFls9S43G5O2NLaLtqp2VKaJiSCB0yGEQEJAHFIMkwKXxMjl8AopwvXxl07y8V4EvXdnMo3cye+6xtK3jOVISmYCAlb/KZgTBT4Pd8TD+TfGegiApyiH0pAF+6vpvzOhegoNxUvNiSwZS88II32VcAniVhTIAya6AgeS9/AK0AFXKH2BMFmN+kxqfF4wVXwA0snQdUgQcXtwoFgLJk/T6xqG7Kx2w4xi5Mw37ziQF88fXd/NHe58scZxfYBdGzBQkYFkxVpSBQAXkXZJC8CYMUXTQCxZEU0sATsG/c+PwOL3/TVnhBY0vYqyABk7jjGJSnvc0L72qMeQaxB8gIWGGPgtjw+fRw2G+fKYMv/nQ3dwUuG2VNGfPMCagYd+yiWFGXH8Dcfzae7cRr2y/vzHJKuM3gGh4cX+tUXKAHHLvD1nDqAFuLnMc+ezyLlXnVFS5XN4ziUQpbAgySqGAF3Qmqpjc2prr1+6z/7/zK917e2XJg70eXtMFtmT3vtkDbw9ZzKon+0pvUnHhc5FTiDC+a8xg1AqAeuCIATIqpqUCUcva/G+dXD7v39y/v3WGtvGlDHhT2VGD4+zkwU0sdHAjyWAxeukPN0rk2L/J5jp0c98omRcGoakCKnoik3BZFpRQmDHz1XPGPQb9ljemgo5uqrME1hRWpZIaBOzLA5u+paQtYLsX1Ks8ABpZEJDAy0wcuuWUQFU0FZFBiCmh9fWrgIvmah2iikqJPH8j3Q3h/lDWPrKLNt9n1CrrP+csn5+hyhVN2cE/VkIL7UQIXXJKBkX8QoTLhLeNE/cqVR/nABRpq8oNgl/R50fKDsfp0cG2UdY8EsLnMMVXBGi/4OSvMFE4XbXnxtopMyTEXlNFFEQmqGR6IVigQVVBSAWQ2mxn023zWgj4MERjJg6wslv3OTMC9UdY+EsDsISx4qYeecIgCMns+j0VBCUAkaSc2fcxZ513MahaLUs/XOJz5zpXdhf2/eZO7imt5cYfBNbkk89UN/2Wt7jtLG8NThD6gYSc0WVAy5x54twzMiEDsOS8a+/KaFXctqFah+PhM8aN1pCFflYSqhUQMcIvBrPDnh/xvF9glZxUcqKCw2PBemBOA6OZ+/e9sBUawoQC/dts9QGEvyb1DDyLGmcP+dKAu7MWHY9CD6wGJUh9rTHG/UHv6mtMBxHNDyabgBJjN+GEZ7L71L3MRRrSBKvr13xJX/K5py6CWQe49uAgUA9CacqrCgiRxBReSMwYwmBbv/PFQY1I6FyXeQu3JMafgdOPjhlbhCHYoQMl1VLhFLFMq6CXp0ss+ps91Nw0PoFIgqXAOe5V7jF2BB5diUhllcCgs8lkh5lBc0wOELv/CCpwGQCroDvbnsH4gyhz0qpJ6T1ehFxBfYlESlBqbsWnt6xS0BZIYkwTvgSX2BCSz98t3TBeOYAfG4KU3ixwcbpr9zNVbnCIJSmSOcE/Usq8TT66Zvke2yAMSN62XXypE/CVL4CiIC3Z/9ffRYw8GMUgOb2S9uDuIuRCLdRfl4YmLAKJi1kQDtFHt7+sAUroQcJzEGQhhxh8YEMeegGOWeZ9N4DQcww4EyMm8lUQlxlMCF5SzSK7pK5Z6zGm+gygUDLWW96AmJnXBAc+c5jmvmOgFRkYT8Mbi3dHy3n47MNEjuG/bgrZToSzlWFBOTfBclmEsrKtQRGs745N4HDlEoKl/A8+irXUF0uvptfyFFRJqiklh3731N7sIx7QDGfxgcXKr9fPdF0xpZpjJpq14CZXTeQlUjmeU1LAFflNd1Lugd0+o5bveyCG5pSWsl2qQ4s5qKsAAKqgmPzQ+MTPuDTiBHbsfnH7lExlB5LXRQm3EkJJ5YJFrVj8Ng16CD6ADY3W19PUmCeDuwl+OLix1O/ZMxpbY6WND48r/8SoJyT2TgjrwM5U4ejBQT+ReVEL8yT7LTsae2LFHFnzhPaxJvwmioi2NqqKh9AB6M03vxj7PxdoSA3PskqKerJiqoPJvpgMntJEYlPcFl9uP1vJv8TuDYBs8IGK366TOoDfew1ploqzG2EsTamFuXxKXOLS6MThR0Azu/WLleMpZt6EM6ssQ+HQTKmhxLPFnSPkoq9w8w7kfhAXrc0uLWC/HQicuSokQSi8VFE0DNpRk1gNX0BO4DqdgZhRwnAZakhZ4LfnVq70OnCdfW8aZeY0pCnNLrSf9GyDjAjBhTjvx0BHYmkpmQWgyVKDqnpnQX440kjg2wDo4yYVZSuDY14G/8+65JSbjlk/aRgXEhpFEHL2r+5rohqjllzKVEZhYivETUbCBwZ/9YaIDZwkQYIcHtk7BCQvowhgdcLZ9ld8K1ezuu88sctjMsQt/JC6JFAe0Rl2Vi2Sf2zxbJHspx2RLzPnc5/OhwQ6ckh0K0Mo7uirlLazFklQvy9+9utusn//n9yZXVt+bvIhEcxnRvfSiJDSrPgWI/OsGsQyzNbeMdSczuwVnDfD//3x2+vxXqqmswhdSJ06hM+BRAlRm8wdXuOvYZ3/qTK78sZNNy1CWF7uqOU3Z8e6X1DMd90OkkOxD/JmRBkonAigmM0t+yg27r8XxsQVNbjs2Zy/vLV87AKgMZTNrHphepRJryyQq3j1DUpcyLdNOovvjpdNR0KEAxfg3W2mkUJuraCog7Q1moMLNH+buw+t5P1BTYybLVDUpxCKpm6ZeT87V7kEGSieuXo4EkJ/zq71SLPV2aHsvJH1sAl3k5JD33TxUK6FhpSyopWctdQuh7lT3nH/t9mjTslFtaKKX/+Vgomv29pReK8euHczK2x1c7Lv5pNOXzCE1qFJpM5tRck3f97FqUjn/o99Mnpq4jASwnX/cCFVJlxN6B8m9n7lJjo9ShrGbCSgquLn91xumS1XReLc0me/5bOr54GNm+dbrS2YJzsgGAlzvTG2323Txr+v9b3Gu57vgaBJC4bx6EDi9eVZ9pNWo1pYI/eCwU1mc+8nSyevNQXbsfvC13K2xi24fBk5scZYaWUUfcgxOxZqT43Cbg3d+/nenG2uH2Zn/T6e3ZvdarCJrIjA8w181k9nS/NLw93pjG9vYxja2p8G+ADz7MtW/3lU1AAAAAElFTkSuQmCC";
11953
11864
  const _sfc_main$x = /* @__PURE__ */ defineComponent({
11954
11865
  ...{
@@ -11991,14 +11902,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
11991
11902
  };
11992
11903
  }
11993
11904
  });
11994
- const index_vue_vue_type_style_index_0_lang$1 = "";
11995
11905
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
11996
11906
  function getDefaultExportFromCjs(x) {
11997
11907
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
11998
11908
  }
11999
11909
  function getAugmentedNamespace(n) {
12000
- if (n.__esModule)
12001
- return n;
11910
+ if (n.__esModule) return n;
12002
11911
  var f = n.default;
12003
11912
  if (typeof f == "function") {
12004
11913
  var a = function a2() {
@@ -12008,8 +11917,7 @@ function getAugmentedNamespace(n) {
12008
11917
  return f.apply(this, arguments);
12009
11918
  };
12010
11919
  a.prototype = f.prototype;
12011
- } else
12012
- a = {};
11920
+ } else a = {};
12013
11921
  Object.defineProperty(a, "__esModule", { value: true });
12014
11922
  Object.keys(n).forEach(function(k) {
12015
11923
  var d = Object.getOwnPropertyDescriptor(n, k);
@@ -12035,8 +11943,7 @@ const __viteBrowserExternal$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Ob
12035
11943
  const require$$0 = /* @__PURE__ */ getAugmentedNamespace(__viteBrowserExternal$1);
12036
11944
  var hasRequiredCore;
12037
11945
  function requireCore() {
12038
- if (hasRequiredCore)
12039
- return core.exports;
11946
+ if (hasRequiredCore) return core.exports;
12040
11947
  hasRequiredCore = 1;
12041
11948
  (function(module, exports) {
12042
11949
  (function(root2, factory) {
@@ -12084,7 +11991,7 @@ function requireCore() {
12084
11991
  }
12085
11992
  throw new Error("Native crypto module could not be used to get secure random number.");
12086
11993
  };
12087
- var create2 = Object.create || function() {
11994
+ var create2 = Object.create || /* @__PURE__ */ function() {
12088
11995
  function F() {
12089
11996
  }
12090
11997
  return function(obj) {
@@ -12097,7 +12004,7 @@ function requireCore() {
12097
12004
  }();
12098
12005
  var C = {};
12099
12006
  var C_lib = C.lib = {};
12100
- var Base = C_lib.Base = function() {
12007
+ var Base = C_lib.Base = /* @__PURE__ */ function() {
12101
12008
  return {
12102
12009
  /**
12103
12010
  * Creates a new object that inherits from this object.
@@ -12643,8 +12550,7 @@ function requireCore() {
12643
12550
  var encBase64 = { exports: {} };
12644
12551
  var hasRequiredEncBase64;
12645
12552
  function requireEncBase64() {
12646
- if (hasRequiredEncBase64)
12647
- return encBase64.exports;
12553
+ if (hasRequiredEncBase64) return encBase64.exports;
12648
12554
  hasRequiredEncBase64 = 1;
12649
12555
  (function(module, exports) {
12650
12556
  (function(root2, factory) {
@@ -12751,8 +12657,7 @@ function requireEncBase64() {
12751
12657
  var md5 = { exports: {} };
12752
12658
  var hasRequiredMd5;
12753
12659
  function requireMd5() {
12754
- if (hasRequiredMd5)
12755
- return md5.exports;
12660
+ if (hasRequiredMd5) return md5.exports;
12756
12661
  hasRequiredMd5 = 1;
12757
12662
  (function(module, exports) {
12758
12663
  (function(root2, factory) {
@@ -12931,8 +12836,7 @@ var evpkdf = { exports: {} };
12931
12836
  var sha1 = { exports: {} };
12932
12837
  var hasRequiredSha1;
12933
12838
  function requireSha1() {
12934
- if (hasRequiredSha1)
12935
- return sha1.exports;
12839
+ if (hasRequiredSha1) return sha1.exports;
12936
12840
  hasRequiredSha1 = 1;
12937
12841
  (function(module, exports) {
12938
12842
  (function(root2, factory) {
@@ -13022,8 +12926,7 @@ function requireSha1() {
13022
12926
  var hmac = { exports: {} };
13023
12927
  var hasRequiredHmac;
13024
12928
  function requireHmac() {
13025
- if (hasRequiredHmac)
13026
- return hmac.exports;
12929
+ if (hasRequiredHmac) return hmac.exports;
13027
12930
  hasRequiredHmac = 1;
13028
12931
  (function(module, exports) {
13029
12932
  (function(root2, factory) {
@@ -13128,8 +13031,7 @@ function requireHmac() {
13128
13031
  }
13129
13032
  var hasRequiredEvpkdf;
13130
13033
  function requireEvpkdf() {
13131
- if (hasRequiredEvpkdf)
13132
- return evpkdf.exports;
13034
+ if (hasRequiredEvpkdf) return evpkdf.exports;
13133
13035
  hasRequiredEvpkdf = 1;
13134
13036
  (function(module, exports) {
13135
13037
  (function(root2, factory, undef) {
@@ -13219,8 +13121,7 @@ function requireEvpkdf() {
13219
13121
  var cipherCore = { exports: {} };
13220
13122
  var hasRequiredCipherCore;
13221
13123
  function requireCipherCore() {
13222
- if (hasRequiredCipherCore)
13223
- return cipherCore.exports;
13124
+ if (hasRequiredCipherCore) return cipherCore.exports;
13224
13125
  hasRequiredCipherCore = 1;
13225
13126
  (function(module, exports) {
13226
13127
  (function(root2, factory, undef) {
@@ -13362,7 +13263,7 @@ function requireCipherCore() {
13362
13263
  *
13363
13264
  * var AES = CryptoJS.lib.Cipher._createHelper(CryptoJS.algo.AES);
13364
13265
  */
13365
- _createHelper: function() {
13266
+ _createHelper: /* @__PURE__ */ function() {
13366
13267
  function selectCipherStrategy(key) {
13367
13268
  if (typeof key == "string") {
13368
13269
  return PasswordBasedCipher;
@@ -14175,11 +14076,11 @@ function headRequest(request) {
14175
14076
  })
14176
14077
  );
14177
14078
  },
14178
- /** 获取手机或者邮箱验证码 */
14179
- getMobileEmailCode(mobile_email) {
14079
+ /** 重置密码 - 获取手机或者邮箱验证码 */
14080
+ getMobileEmailCode({ mobile_email = "", captcha_id = "" }) {
14180
14081
  return reqCatch(
14181
14082
  () => request({
14182
- url: `/api/v1/user/forgetCode?mobile_email=${mobile_email}`
14083
+ url: `/api/v1/user/forgetCode?mobile_email=${mobile_email}&captcha_id=${captcha_id}`
14183
14084
  })
14184
14085
  );
14185
14086
  },
@@ -14187,7 +14088,7 @@ function headRequest(request) {
14187
14088
  resetUserPassword(data) {
14188
14089
  return reqCatch(
14189
14090
  () => request({
14190
- url: "/api/v1/user/forgetPassword?captcha_id=" + data.captcha_id,
14091
+ url: "/api/v1/user/forgetPassword",
14191
14092
  method: "post",
14192
14093
  data
14193
14094
  })
@@ -14533,9 +14434,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
14533
14434
  };
14534
14435
  }
14535
14436
  });
14536
- const AiHubMenus_vue_vue_type_style_index_0_scoped_b21e73c1_lang = "";
14537
- const AiHubMenus_vue_vue_type_style_index_1_lang = "";
14538
- const AiHubMenus = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-b21e73c1"]]);
14437
+ const AiHubMenus = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-gitcode-layout-lib"]]);
14539
14438
  const _hoisted_1$q = ["src"];
14540
14439
  const _sfc_main$v = /* @__PURE__ */ defineComponent({
14541
14440
  ...{ name: "FlashTag" },
@@ -14590,7 +14489,6 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
14590
14489
  };
14591
14490
  }
14592
14491
  });
14593
- const FlashTag_vue_vue_type_style_index_0_lang = "";
14594
14492
  function listCacheClear$1() {
14595
14493
  this.__data__ = [];
14596
14494
  this.size = 0;
@@ -15044,7 +14942,7 @@ var baseIsArguments = _baseIsArguments, isObjectLike$5 = isObjectLike_1;
15044
14942
  var objectProto$6 = Object.prototype;
15045
14943
  var hasOwnProperty$4 = objectProto$6.hasOwnProperty;
15046
14944
  var propertyIsEnumerable$1 = objectProto$6.propertyIsEnumerable;
15047
- var isArguments$1 = baseIsArguments(function() {
14945
+ var isArguments$1 = baseIsArguments(/* @__PURE__ */ function() {
15048
14946
  return arguments;
15049
14947
  }()) ? baseIsArguments : function(value) {
15050
14948
  return isObjectLike$5(value) && hasOwnProperty$4.call(value, "callee") && !propertyIsEnumerable$1.call(value, "callee");
@@ -15451,7 +15349,7 @@ function initCloneByTag$1(object, tag, isDeep) {
15451
15349
  var _initCloneByTag = initCloneByTag$1;
15452
15350
  var isObject$4 = isObject_1;
15453
15351
  var objectCreate = Object.create;
15454
- var baseCreate$1 = function() {
15352
+ var baseCreate$1 = /* @__PURE__ */ function() {
15455
15353
  function object() {
15456
15354
  }
15457
15355
  return function(proto2) {
@@ -15631,8 +15529,7 @@ var relativeTime$1 = { exports: {} };
15631
15529
  break;
15632
15530
  }
15633
15531
  }
15634
- if (n2)
15635
- return a;
15532
+ if (n2) return a;
15636
15533
  var M2 = s ? l.future : l.past;
15637
15534
  return "function" == typeof M2 ? M2(a) : M2.replace("%s", a);
15638
15535
  }, n.to = function(r2, e2) {
@@ -15688,8 +15585,7 @@ const en = {
15688
15585
  };
15689
15586
  var padStart = function padStart2(string, length, pad) {
15690
15587
  var s = String(string);
15691
- if (!s || s.length >= length)
15692
- return string;
15588
+ if (!s || s.length >= length) return string;
15693
15589
  return "" + Array(length + 1 - s.length).join(pad) + string;
15694
15590
  };
15695
15591
  var padZoneStr = function padZoneStr2(instance) {
@@ -15700,8 +15596,7 @@ var padZoneStr = function padZoneStr2(instance) {
15700
15596
  return (negMinutes <= 0 ? "+" : "-") + padStart(hourOffset, 2, "0") + ":" + padStart(minuteOffset, 2, "0");
15701
15597
  };
15702
15598
  var monthDiff = function monthDiff2(a, b) {
15703
- if (a.date() < b.date())
15704
- return -monthDiff2(b, a);
15599
+ if (a.date() < b.date()) return -monthDiff2(b, a);
15705
15600
  var wholeMonthDiff = (b.year() - a.year()) * 12 + (b.month() - a.month());
15706
15601
  var anchor = a.clone().add(wholeMonthDiff, M);
15707
15602
  var c = b - anchor < 0;
@@ -15746,8 +15641,7 @@ var isDayjs = function isDayjs2(d) {
15746
15641
  };
15747
15642
  var parseLocale = function parseLocale2(preset, object, isLocal) {
15748
15643
  var l;
15749
- if (!preset)
15750
- return L;
15644
+ if (!preset) return L;
15751
15645
  if (typeof preset === "string") {
15752
15646
  var presetLower = preset.toLowerCase();
15753
15647
  if (Ls[presetLower]) {
@@ -15766,8 +15660,7 @@ var parseLocale = function parseLocale2(preset, object, isLocal) {
15766
15660
  Ls[name] = preset;
15767
15661
  l = name;
15768
15662
  }
15769
- if (!isLocal && l)
15770
- L = l;
15663
+ if (!isLocal && l) L = l;
15771
15664
  return l || !isLocal && L;
15772
15665
  };
15773
15666
  var dayjs = function dayjs2(date, c) {
@@ -15794,12 +15687,9 @@ Utils.i = isDayjs;
15794
15687
  Utils.w = wrapper;
15795
15688
  var parseDate = function parseDate2(cfg) {
15796
15689
  var date = cfg.date, utc2 = cfg.utc;
15797
- if (date === null)
15798
- return /* @__PURE__ */ new Date(NaN);
15799
- if (Utils.u(date))
15800
- return /* @__PURE__ */ new Date();
15801
- if (date instanceof Date)
15802
- return new Date(date);
15690
+ if (date === null) return /* @__PURE__ */ new Date(NaN);
15691
+ if (Utils.u(date)) return /* @__PURE__ */ new Date();
15692
+ if (date instanceof Date) return new Date(date);
15803
15693
  if (typeof date === "string" && !/Z$/i.test(date)) {
15804
15694
  var d = date.match(REGEX_PARSE);
15805
15695
  if (d) {
@@ -15853,8 +15743,7 @@ var Dayjs = /* @__PURE__ */ function() {
15853
15743
  return this.endOf(units) < dayjs(that);
15854
15744
  };
15855
15745
  _proto.$g = function $g(input, get, set) {
15856
- if (Utils.u(input))
15857
- return this[get];
15746
+ if (Utils.u(input)) return this[get];
15858
15747
  return this.set(set, input);
15859
15748
  };
15860
15749
  _proto.unix = function unix() {
@@ -15919,8 +15808,7 @@ var Dayjs = /* @__PURE__ */ function() {
15919
15808
  date.$d[name](arg);
15920
15809
  date.init();
15921
15810
  this.$d = date.set(DATE, Math.min(this.$D, date.daysInMonth())).$d;
15922
- } else if (name)
15923
- this.$d[name](arg);
15811
+ } else if (name) this.$d[name](arg);
15924
15812
  this.init();
15925
15813
  return this;
15926
15814
  };
@@ -15960,8 +15848,7 @@ var Dayjs = /* @__PURE__ */ function() {
15960
15848
  _proto.format = function format2(formatStr) {
15961
15849
  var _this3 = this;
15962
15850
  var locale2 = this.$locale();
15963
- if (!this.isValid())
15964
- return locale2.invalidDate || INVALID_DATE_STRING;
15851
+ if (!this.isValid()) return locale2.invalidDate || INVALID_DATE_STRING;
15965
15852
  var str = formatStr || FORMAT_DEFAULT;
15966
15853
  var zoneStr = Utils.z(this);
15967
15854
  var $H = this.$H, $m = this.$m, $M = this.$M;
@@ -16084,12 +15971,10 @@ var Dayjs = /* @__PURE__ */ function() {
16084
15971
  return Ls[this.$L];
16085
15972
  };
16086
15973
  _proto.locale = function locale2(preset, object) {
16087
- if (!preset)
16088
- return this.$L;
15974
+ if (!preset) return this.$L;
16089
15975
  var that = this.clone();
16090
15976
  var nextLocaleName = parseLocale(preset, object, true);
16091
- if (nextLocaleName)
16092
- that.$L = nextLocaleName;
15977
+ if (nextLocaleName) that.$L = nextLocaleName;
16093
15978
  return that;
16094
15979
  };
16095
15980
  _proto.clone = function clone2() {
@@ -16218,8 +16103,7 @@ var timezone = { exports: {} };
16218
16103
  f.tz = function(t3, e2) {
16219
16104
  void 0 === t3 && (t3 = r);
16220
16105
  var n2, i2 = this.utcOffset(), a2 = this.toDate(), u2 = a2.toLocaleString("en-US", { timeZone: t3 }), f2 = Math.round((a2 - new Date(u2)) / 1e3 / 60), s2 = 15 * -Math.round(a2.getTimezoneOffset() / 15) - f2;
16221
- if (!Number(s2))
16222
- n2 = this.utcOffset(0, e2);
16106
+ if (!Number(s2)) n2 = this.utcOffset(0, e2);
16223
16107
  else if (n2 = o(u2, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(s2, true), e2) {
16224
16108
  var m = n2.utcOffset();
16225
16109
  n2 = n2.add(i2 - m, "minute");
@@ -16233,18 +16117,15 @@ var timezone = { exports: {} };
16233
16117
  };
16234
16118
  var s = f.startOf;
16235
16119
  f.startOf = function(t3, e2) {
16236
- if (!this.$x || !this.$x.$timezone)
16237
- return s.call(this, t3, e2);
16120
+ if (!this.$x || !this.$x.$timezone) return s.call(this, t3, e2);
16238
16121
  var n2 = o(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
16239
16122
  return s.call(n2, t3, e2).tz(this.$x.$timezone, true);
16240
16123
  }, o.tz = function(t3, e2, n2) {
16241
16124
  var i2 = n2 && e2, a2 = n2 || e2 || r, f2 = u(+o(), a2);
16242
- if ("string" != typeof t3)
16243
- return o(t3).tz(a2);
16125
+ if ("string" != typeof t3) return o(t3).tz(a2);
16244
16126
  var s2 = function(t4, e3, n3) {
16245
16127
  var i3 = t4 - 60 * e3 * 1e3, o2 = u(i3, n3);
16246
- if (e3 === o2)
16247
- return [i3, e3];
16128
+ if (e3 === o2) return [i3, e3];
16248
16129
  var r2 = u(i3 -= 60 * (o2 - e3) * 1e3, n3);
16249
16130
  return o2 === r2 ? [i3, o2] : [t4 - 60 * Math.min(o2, r2) * 1e3, Math.max(o2, r2)];
16250
16131
  }(o.utc(t3, i2).valueOf(), f2, a2), m = s2[0], c = s2[1], d = o(m).utcOffset(c);
@@ -16285,31 +16166,25 @@ var utc$1 = { exports: {} };
16285
16166
  if (this.$u) {
16286
16167
  var t3 = this.$d;
16287
16168
  this.$y = t3.getUTCFullYear(), this.$M = t3.getUTCMonth(), this.$D = t3.getUTCDate(), this.$W = t3.getUTCDay(), this.$H = t3.getUTCHours(), this.$m = t3.getUTCMinutes(), this.$s = t3.getUTCSeconds(), this.$ms = t3.getUTCMilliseconds();
16288
- } else
16289
- r.call(this);
16169
+ } else r.call(this);
16290
16170
  };
16291
16171
  var a = u.utcOffset;
16292
16172
  u.utcOffset = function(s2, f2) {
16293
16173
  var n2 = this.$utils().u;
16294
- if (n2(s2))
16295
- return this.$u ? 0 : n2(this.$offset) ? a.call(this) : this.$offset;
16174
+ if (n2(s2)) return this.$u ? 0 : n2(this.$offset) ? a.call(this) : this.$offset;
16296
16175
  if ("string" == typeof s2 && (s2 = function(t3) {
16297
16176
  void 0 === t3 && (t3 = "");
16298
16177
  var s3 = t3.match(i);
16299
- if (!s3)
16300
- return null;
16178
+ if (!s3) return null;
16301
16179
  var f3 = ("" + s3[0]).match(e) || ["-", 0, 0], n3 = f3[0], u3 = 60 * +f3[1] + +f3[2];
16302
16180
  return 0 === u3 ? 0 : "+" === n3 ? u3 : -u3;
16303
- }(s2), null === s2))
16304
- return this;
16181
+ }(s2), null === s2)) return this;
16305
16182
  var u2 = Math.abs(s2) <= 16 ? 60 * s2 : s2, o2 = this;
16306
- if (f2)
16307
- return o2.$offset = u2, o2.$u = 0 === s2, o2;
16183
+ if (f2) return o2.$offset = u2, o2.$u = 0 === s2, o2;
16308
16184
  if (0 !== s2) {
16309
16185
  var r2 = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
16310
16186
  (o2 = this.local().add(u2 + r2, t2)).$offset = u2, o2.$x.$localOffset = r2;
16311
- } else
16312
- o2 = this.utc();
16187
+ } else o2 = this.utc();
16313
16188
  return o2;
16314
16189
  };
16315
16190
  var h2 = u.format;
@@ -16332,8 +16207,7 @@ var utc$1 = { exports: {} };
16332
16207
  };
16333
16208
  var c = u.diff;
16334
16209
  u.diff = function(t3, i2, e2) {
16335
- if (t3 && this.$u === t3.$u)
16336
- return c.call(this, t3, i2, e2);
16210
+ if (t3 && this.$u === t3.$u) return c.call(this, t3, i2, e2);
16337
16211
  var s2 = this.local(), f2 = n(t3).local();
16338
16212
  return c.call(s2, f2, i2, e2);
16339
16213
  };
@@ -16360,14 +16234,12 @@ dayjs$1.extend(utc);
16360
16234
  dayjs$1.tz.setDefault("Asia/Shanghai");
16361
16235
  const useTimeFormat = () => {
16362
16236
  const formatTimeFromNow = (time) => {
16363
- if (!time)
16364
- return "-";
16237
+ if (!time) return "-";
16365
16238
  const targetDate = isDate$1(time) ? time : new Date(time);
16366
16239
  return formatTimeDifference(targetDate);
16367
16240
  };
16368
16241
  const formatTime = (time, format2) => {
16369
- if (!time)
16370
- return "-";
16242
+ if (!time) return "-";
16371
16243
  return dayjs$1(time).format(format2);
16372
16244
  };
16373
16245
  return {
@@ -16468,18 +16340,16 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
16468
16340
  const inAIHub = computed(() => aiHubSceneValue.includes(props.scene));
16469
16341
  const emits = __emit;
16470
16342
  const handleOrgFollow = (val) => {
16471
- if (props.scene !== SceneValue.org)
16472
- return;
16343
+ if (props.scene !== SceneValue.org) return;
16473
16344
  if (!props.isLogin) {
16474
- emitEvent("login", { triggerType: "关注组织" });
16345
+ emitEvent("login", { triggerType: "关注组织", loginTriggerSource: "toolbar_org_follow" });
16475
16346
  return;
16476
16347
  }
16477
16348
  emits("followDevCommunity", !val);
16478
16349
  };
16479
16350
  const topicTag = computed(() => {
16480
16351
  var _a, _b;
16481
- if (props.scene !== SceneValue.repo)
16482
- return false;
16352
+ if (props.scene !== SceneValue.repo) return false;
16483
16353
  let repoType = 1;
16484
16354
  repoType = Number((_a = repoInfo.value) == null ? void 0 : _a.repo_type) - 1;
16485
16355
  if ((_b = props.repoProps) == null ? void 0 : _b.isSpaces) {
@@ -16510,10 +16380,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
16510
16380
  return false;
16511
16381
  });
16512
16382
  const toAiHub = () => {
16513
- if (props.scene !== SceneValue.repo)
16514
- return;
16515
- if (!topicTag.value)
16516
- return;
16383
+ if (props.scene !== SceneValue.repo) return;
16384
+ if (!topicTag.value) return;
16517
16385
  const aiUrl = `${layoutConfig2.VITE_AI_HOST}${topicTag.value.linkUrl}`;
16518
16386
  if (typeof window !== "undefined" && window.location) {
16519
16387
  window.location.href = aiUrl;
@@ -16521,8 +16389,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
16521
16389
  };
16522
16390
  const showTimeTopic = computed(() => {
16523
16391
  var _a, _b;
16524
- if (props.scene !== SceneValue.repo)
16525
- return false;
16392
+ if (props.scene !== SceneValue.repo) return false;
16526
16393
  if (!((_a = repoInfo.value) == null ? void 0 : _a.last_activity_at)) {
16527
16394
  return false;
16528
16395
  }
@@ -16537,8 +16404,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
16537
16404
  return formatTimeFromNow((_a = repoInfo.value) == null ? void 0 : _a.last_activity_at);
16538
16405
  });
16539
16406
  const handleFollowUser = () => {
16540
- if (props.scene !== SceneValue.user)
16541
- return;
16407
+ if (props.scene !== SceneValue.user) return;
16542
16408
  emits("followUser");
16543
16409
  };
16544
16410
  return (_ctx, _cache) => {
@@ -16785,9 +16651,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
16785
16651
  };
16786
16652
  }
16787
16653
  });
16788
- const HeaderCustom_vue_vue_type_style_index_0_scoped_b1bd3db4_lang = "";
16789
- const HeaderCustom_vue_vue_type_style_index_1_lang = "";
16790
- const HeaderCustom = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-b1bd3db4"]]);
16654
+ const HeaderCustom = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-gitcode-layout-lib"]]);
16791
16655
  const logo = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAAAkCAYAAADrcPSPAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA8USURBVHgB7V1NbCRHFX6vemx+DmQWIgJc0j5kQ4RQvGeUeHyE2LteEJwixY4EydomthGIG7YvKEIRa7P2ZgEpHitXBLP2rpAipJ1NDjnaOUE2SG6iiEuQcASbLJ7pKt6r7p6p7unf8exidvuT2jPTXf26+lW9V6++et0GKFGixF0DQh84sGvVFsAUgnxSAtq0a9QQ6CiAQzp2dQis5ojTdKBEiQcUhQzsll2bBlDP0VbLfxY2AeT2aeetOpQo8YAhl4G9a9dotFIXybBs6B80somlx51mA0qUeECQamAcCrZBbSlQUzA4rJ123lyCe4SpRVWFdjeEBQmHjcu4DyXuK5ydd1eUwuXODiFndi9V6vA/hkg6QMZlt0DtDdi4GIvv2mN/gHuENhmXq9SNYFMoF6BEiXuEWAPzjevGMUPCRFC4OfWeXatBiRL3OXoMzGMIB2Fc2CRDSgwFFbg2lChxn6PHwNogl+OMCwGJnEAHUkATukOPNVQzp52b4xWw6sllLQdKlLjPUTF/EA0/qkAuxhVsAy49QWtaHNrROpft794/7TQTCQNaAzu8ZY81Y2h95zGn2YQTCE2KHIHtBmt7Ag4tchyNDXYcfcibVaOuIH1JqPJvS4BDWt9vrOFh4jkvKpvOqQW/6fr7ATGj5Zl1k+D0Q9rQfdoukz9+vYL7zKpbgqzB6ywiq596nQRUwj+Zik9HUcNwAWdIQUbIiU3eBwPC1LyquQjnwCX56HcWgjWEM9QgTiE5Si27LTVqyqFYlu4BYHJO8o+6NSRWs+Ryh5NHsKBQLbpAnY9kBHyty99bWl4TlNzevdzLdGnjQrUV/JaoVql+VarflmtGF1w31LIcVFgXw7CeabhDsABSTdN9eveI4fvMqltIXldntRAf3dUZ1UU1cunMrBuoHv0H9bIULg2CBT47qxYQZYddlkIc7l7CTHZ7ck59DRF+Tl8v7Gzg37PKd0JEj3QosoCcDzzqUbg4MgRCbxw6PjGA7A72cqRwzQxSoyxSAzPbWTO23GBlazneedXkksgd84DKL6fVi8uQca2ky2IjElvUYJlOjelnv352QhGbr0fX3eORKa6A7sCW2tO6Sq9Xp25p9zlBxwydJaHq62zv7BwnKMSDj+WsGzlTkpVSrzzgupO+1iTVLdjIkG9mnXduXn2dWPXfKameoM/ffntRfTnrnI6BKUhWAME5rlFwytSg0qZ0J8bMxs2FyVk1zcoucg53Zvbe0f26E3v1yurAprTFyQvuIgwGNnXmG3EHqAP31MubM1PIitDUn9GaJdwn6ww9B5IXVepf9W9Ru0UPsM74GBTQGderX52xMUfrTr9XdzcwMwGCRtJvCISHgP4oBV9pt+BXZxfUI2nnmCRHLakQjdLbcIJAnZjX0ToNojsKdRJBDRVs4HWebGDYG5IsCj/UEoUiZyjMHOFPatEZjHRADtd66mXBcrRe1BlWQ7IQz/sduguBy3oekwlVV4jjJOvU7qbAhLrZk3PhzjfhGYlt7pN0jzubguWM7G6Icf60XBzx7r8LIr2meqoR0Zm+H6qHvkfauI5xOrOwd7Qmw98KiwKnR2csC8P1yq+zLnxjDjlTNq6dDWslz/nXNvCKVPgKjbR0eeRB6Uvgyl+cf1F9MekcPQcjan60BdJOKOM87ry5AicE7D0hPA9piGE93yo8AZ6cb0/R+bYpa+eyOB9TlBu3ziEpdB2Rzd49mMjr0Qu4bh64o4ghHN9ZE06MrMbEvLuC3cyDqmxrcmkFEhDXEfy5yD5duylphOqST3iO/nQ6EkqwQ3MkMojrG1bPqN24gg4Z4xJ1HdOAQnqN6p+MYf3ahhUdTRz+QwbQkC1dr2DkqnH00SFsPJ3VutXSOjtDOou2pdY/6WyNdBYkClTdlpw27zMNfogcHsVJD3mNK8C1TfwljZ4tqdTzyOOTgkdcIVe/+UP1sz9ewg+j5bWBuXpNKilrKj8TxMnAZNXcuKFQwA9FdDiCIN8hX7bfN4uI3VCWGyTBIPKJAmRGtANrOH2SSx71PIVg/wx++969yd/dijsKqhsQkIdLJVmoU66QwY6Bb7A0zxqDxHrSfaZ0BDYMGrXWqWQwQtTYuyc6HQWjkFgv3d7NpOPUp86B6tbLqoiVpKJ8fTKoGZ43BftclDXwR0mTKdWiySGlOcoKXYsM9jnlGwlp+0nIAdaFHzrbwT5tzBXsq+/svmpdmpx1j6gvPqvoDyI+XJHyp5M/UC/v/gb/YZbVPUIlT565E+YKD4mOJyXKLc7SoM02N7rCqEeg0HyHOgEtBdy4ZT99cMt+ahoKAg3jVUquwjFAnbrbQAquZjFdfuM3O3WRaHfrhWanzUVRk/c3J9aJnZ6cVhMyQExdPbTjqNum1jBE5xfViTm5NznbnuZRWG9EjuQJudAcvaheWZEDj1ZmeGcaBQppPua0n0v/qDr9kciJGuSAe6TDUNu4lpNlzFnYvWz9WqF8jfSBUu8RD6th+dJ3l9TnzXIVv6LVpPGrEonJ4+CHmKNQDDbd6hYZ5hgxi7lpe2UM8ZY43mI1NXxVBd5YqM596jAIe+dYPRA04e1WzO4K7urMD00OYs9XoV/VlHr+DTLAneUs0eId/YiuPD5G4dW6EV55joqYQjdQQMv70NS6Yicir8bR9OSUqkbF3wm+9CTbhs7pfqc5zKnOfhCPBrKoTOceec6IKp6sUTl11pHFjCOG82mFwvNFlnCScG2jwkzrEXEeU1JJGsjgC/85ki88c+HwyvVXqzrSERkymPnLtPI7eQmFWKhpGs0yqWoGd9bQjkov81XoyrqzHEdA8sh/0sDzJJ4v5Sha1UseeglBHiTR/hpCFW930ymZu7EbehdA9oiL8qPoPr3wPyhYeiQn4xLa9BXCnduPPPRJcFiPYDRZc3gc6xdM4dP8a4YfxuRwE4vnMS7S+dtpWSEanyZDbsHAQMTBYeARpdlYAkKhYBKEUk6sXBVpeMyWdVz484zUDsdGRk5qrV2RixTSPuk7CDvlFLvd0oztmdijsuuglKQ+JLJDWVJ6p41RyY+UP/c3R7aKhEMygiYMALub1ho5CuYFap2dxACTvvaPO4pNzLdnlITv0dfbZMjU7cUHHw7DlbdX8E5QRhuYAPdQJpIc+UDGUaePevCbM/Lb4bi3ygm+FBYsxOU6Ko8wSDWwaBjkes95OWnnUCOOJhE4SudWemszaMzH/DWRBhSA8ur+nP/dDkgGJiBo1zjcZbhttxYKSCrxuvTrsxh3zAvNmJlDk0gaNdlS0ymZbOXuZayD0f65gHDYiTYROiSPzzIOTGe0/DBDLOueMb1gZ7R1nGsQyfECDVfPkj5ua30oeF+1YP3tTfzELKcNzAKrKeNHMJuz6/OEiVH4i8pOdD/Jq7dBHaieRU98FHLA78g174fiOUWGIeBCsiz5Dl03iM/1RD/Nq/kkgFnvw2CirFDsY7fnVd0jl+XW+5HVF5TohNk+YVBYVsAgkhM7Z7YP9Y0adEZ0JmY6hM5oUZ2ZZWnU2+fh3kfVNOQ8siCnznyWddVgWRk1XqwmRnANCoLmdfPky56n/sfGRZG3cu58Vrz8xiZ+HC2rXZ5nQPE31k5ht/oBX4tGjh7vSgufp/KcH2Heamkr+hNeSo0NiRBN8xdTuampRi21x2lQwQZGY1doxEBzLoriYlzmgpbF4RwxW6Ys3yALgzulvz5nB/tovr1t1puOK3NjQiJNpkqZU0sQpkOrcghZRGdm2Si76XqhW7ws0hld60ZIZ+38mTwcKgLELvDbUAATc+6PSEMvKZrAg+af1MFDnxXLb7yCt+PKd5J9yRBvYkw2h/IWHZswIHgPc2qPGIKAfIQFrYWskXKNR8Px4uQsryfJqwGr6Hph4bms3Er22Dqx1Vg85oYjb1cHZsgULXiirDK17HpPdocWKU1vbDB1ncVji9Z/qG4NYKeg/MVTi2S1mKUMZXw4YtjKFZJGjIkTgCORAMn6VLfjsvcOsYugyZ0Fougdily6Wfr+qxU4eRciTkkYjoh1RvKcYGmHQ0h2TKSzpqkz8oRjLkafhlf1hrHwzjqj87aNkNTTf4LOMJwlQ2uDmEtnAY4bKj4z514gNuPHdPF/cwY2sYfvfe4z+JPXE4yL0TGwYRBrLf0sWBSq9hf7qcWvOm8VHkrj0E7M2I+s4yTAb5Sl0HCvE33FVIdyLjCf5Oxs0tWNcMiK096HlwYfDZ55pKJFyp6lBTZ+fyHUDteNwlDssilR8HpeY62SM6RDGxJIJF2vGAqanGQ0PKpqip6OeE8J6NEbEmQ60bCNCOmZCI1uR3UWbQJv7Un0rFvS+t0i6WysqM64DlAQOlScVzOkcPOVFblDRVER16GtneMpEPKW+li89PpmsnHpc4Iv/jxrPb4QXmQjg2OC1rwSXqCD9UwG0QAP95yvlqdsTw5bBOzBqVOOY84RVHcUpRcpe8qz8Qu3kKxDzgnMeiwkFzgXcwjPxD3KUURfMTJ7vLueqyGeL6SzocHpjK99rc9nzTSBpSLz9pyh4u46vj8k8DsUHv4JPxbf33kN/5V1TmgdbAjECibE32xkbCAc4kFB8KMwXqZHN1fPhAtYuPE51YiTU0nmdmzjUOfgpFNiRzOf8dFG5noJqnGUepBMzEnASZ24I4u85M6mGAlkJehTJ7SSrJHrm0Un2XKd8xKDzU+yPcUJu1mpWawvXgvLcDqO8JOK02RyRw10FievR2cpdYvqLK4MXyPQ2W7B0DAKa1gnIpvtEoSKmfj9Jfzg2qY1m8e4GD2x1F/t2hSxRqlvfSKSosFv7uWcwriRx3vdG5Mj7ijR8qlzIQoCVgeRTBxhmELsUsQ75WKezHOOu15S9PrRTJIiGd8F62XqbKD3ea9lFWUYY8ofu85xiJ2svGs/zSPZMuSEMt7VQd6vqnI+28Pv+XjMudl3su79intlYCXuPmJTpXhE4ZEFcsJM7M1rXHTWfmWArw4oUeIkIjEXsaiRFQPuDwGO97OAXaLE/xNSk329uZGgUWagsen6aefmmdK4SjwIyLVg9GdiDi3vdW7HeO00v4gUV0/q69pKlLgbyL8iC4GhcdZDvn9hpN9JAUA0umiUhlXiQUQhA4uC17eCLHl+aNMTKGgdRb8scr/853slSpQoUeKu4b/VMDt15riwZwAAAABJRU5ErkJggg==";
16792
16656
  const _hoisted_1$o = ["src"];
16793
16657
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
@@ -16814,8 +16678,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
16814
16678
  };
16815
16679
  }
16816
16680
  });
16817
- const ChatBot_vue_vue_type_style_index_0_scoped_4e1ce39a_lang = "";
16818
- const ChatBot = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-4e1ce39a"]]);
16681
+ const ChatBot = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-gitcode-layout-lib"]]);
16819
16682
  const _hoisted_1$n = { class: "devui-select__item g-option-link" };
16820
16683
  const _sfc_main$s = /* @__PURE__ */ defineComponent({
16821
16684
  ...{
@@ -16846,9 +16709,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
16846
16709
  };
16847
16710
  }
16848
16711
  });
16849
- const index_vue_vue_type_style_index_0_scoped_7712be3b_lang = "";
16850
- const OptionLink = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-7712be3b"]]);
16851
- const index_vue_vue_type_style_index_0_scoped_8c5cf616_lang = "";
16712
+ const OptionLink = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-gitcode-layout-lib"]]);
16852
16713
  const _sfc_main$r = /* @__PURE__ */ Object.assign({
16853
16714
  name: "Create"
16854
16715
  }, {
@@ -16938,7 +16799,7 @@ const _sfc_main$r = /* @__PURE__ */ Object.assign({
16938
16799
  };
16939
16800
  }
16940
16801
  });
16941
- const Create = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-8c5cf616"]]);
16802
+ const Create = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-gitcode-layout-lib"]]);
16942
16803
  const _sfc_main$q = /* @__PURE__ */ defineComponent({
16943
16804
  ...{
16944
16805
  name: "DocumentCenter"
@@ -16965,8 +16826,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
16965
16826
  };
16966
16827
  }
16967
16828
  });
16968
- const DocumentCenter_vue_vue_type_style_index_0_scoped_47994d3a_lang = "";
16969
- const DocumentCenter = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-47994d3a"]]);
16829
+ const DocumentCenter = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-gitcode-layout-lib"]]);
16970
16830
  var root = _root;
16971
16831
  var now$1 = function() {
16972
16832
  return root.Date.now();
@@ -17163,8 +17023,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
17163
17023
  };
17164
17024
  }
17165
17025
  });
17166
- const Notice_vue_vue_type_style_index_0_scoped_5dc62369_lang = "";
17167
- const Notice = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-5dc62369"]]);
17026
+ const Notice = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-gitcode-layout-lib"]]);
17168
17027
  const _hoisted_1$m = {
17169
17028
  key: 0,
17170
17029
  class: "user-level-avatar-badge"
@@ -17247,8 +17106,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
17247
17106
  };
17248
17107
  }
17249
17108
  });
17250
- const UserLevel_vue_vue_type_style_index_0_scoped_b57b4f46_lang = "";
17251
- const UserLevel = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-b57b4f46"]]);
17109
+ const UserLevel = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-gitcode-layout-lib"]]);
17252
17110
  const _hoisted_1$l = { class: "g-user-drawer-info-list pl-[16px]" };
17253
17111
  const _hoisted_2$f = { class: "max-w-[200px]" };
17254
17112
  const _hoisted_3$c = ["title"];
@@ -17362,7 +17220,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
17362
17220
  }
17363
17221
  }
17364
17222
  const getVisit = async (value) => {
17365
- const visitedDate = value || localStorage$2.getItem(AVATAR_VISITED_DATE);
17223
+ const visitedDate = localStorage$2.getItem(AVATAR_VISITED_DATE);
17366
17224
  const nowDate = (/* @__PURE__ */ new Date()).toLocaleDateString("zh-CN");
17367
17225
  const nowUserName = localStorage$2.getItem(AVATAR_VISITED_USERNAME);
17368
17226
  if (visitedDate === nowDate && nowUserName === props.accountInfo.username) {
@@ -17435,8 +17293,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
17435
17293
  };
17436
17294
  }
17437
17295
  });
17438
- const UserAvatarMenu_vue_vue_type_style_index_0_scoped_f5353edc_lang = "";
17439
- const UserAvatarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-f5353edc"]]);
17296
+ const UserAvatarMenu = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-gitcode-layout-lib"]]);
17440
17297
  const _hoisted_1$k = { class: "g-user-avatar flex-center ml-1" };
17441
17298
  const _hoisted_2$e = {
17442
17299
  key: 0,
@@ -17480,14 +17337,14 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
17480
17337
  handleAvatarRedPoint(CLICK_TIME_MODULE.GROWTH_CENTER, accountInfo.value.username);
17481
17338
  };
17482
17339
  const getVisit = async (value) => {
17483
- const visitedDate = value || localStorage$2.getItem(AVATAR_VISITED_DATE);
17340
+ const visitedDate = localStorage$2.getItem(AVATAR_VISITED_DATE);
17484
17341
  const nowDate = (/* @__PURE__ */ new Date()).toLocaleDateString("zh-CN");
17485
17342
  const nowUserName = localStorage$2.getItem(AVATAR_VISITED_USERNAME);
17486
17343
  if (visitedDate === nowDate && nowUserName === accountInfo.value.username) {
17487
17344
  haveVisited.value = true;
17488
17345
  }
17489
17346
  };
17490
- getVisit("");
17347
+ getVisit();
17491
17348
  const getScrollDom = () => {
17492
17349
  if (typeof document !== "undefined" && document.getElementById) {
17493
17350
  const appDom = document.getElementById("app");
@@ -17556,9 +17413,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
17556
17413
  };
17557
17414
  }
17558
17415
  });
17559
- const UserAvatar_vue_vue_type_style_index_0_scoped_11438075_lang = "";
17560
- const UserAvatar_vue_vue_type_style_index_1_lang = "";
17561
- const UserAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-11438075"]]);
17416
+ const UserAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-gitcode-layout-lib"]]);
17562
17417
  var EVENT_NAME = /* @__PURE__ */ ((EVENT_NAME2) => {
17563
17418
  EVENT_NAME2["START_SEARCH"] = "开始搜索";
17564
17419
  EVENT_NAME2["SEARCH"] = "搜索";
@@ -17617,7 +17472,7 @@ function _frEventTrack(eventName, type = "custom") {
17617
17472
  }
17618
17473
  }
17619
17474
  const setlocalVistHistory = (data, localType) => {
17620
- const storeName = localType || "localVistList";
17475
+ const storeName = localType;
17621
17476
  const localData = localStorage$2.getItem(storeName);
17622
17477
  let cur = [];
17623
17478
  if (localData) {
@@ -17635,18 +17490,13 @@ const setlocalVistHistory = (data, localType) => {
17635
17490
  cur.splice(cur.indexOf(target), 1);
17636
17491
  cur.unshift(target);
17637
17492
  }
17638
- } else {
17639
- if (!cur.some((ele) => ele === data || data.label && ele.label === data.label)) {
17640
- cur.unshift(data);
17641
- }
17642
17493
  }
17643
17494
  } catch (e) {
17644
17495
  }
17645
17496
  } else {
17646
17497
  cur = [data];
17647
17498
  }
17648
- const isLocalSearch = localType === "localSearchText";
17649
- const storageCount = isLocalSearch ? 10 : 5;
17499
+ const storageCount = 10;
17650
17500
  cur.splice(storageCount);
17651
17501
  localStorage$2.setItem(storeName, JSON.stringify(cur));
17652
17502
  return cur;
@@ -17728,13 +17578,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
17728
17578
  setup(__props) {
17729
17579
  var _a;
17730
17580
  const { t: $t } = i18n.global;
17731
- const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-917c7374.js"));
17732
- const UserSearch = defineAsyncComponent(() => import("./UserSearch-46f7b75f.js"));
17733
- const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-27d67aa6.js"));
17734
- const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-037bc378.js"));
17735
- const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-7395df06.js"));
17736
- const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-bf0fc0b5.js"));
17737
- const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-edb231bb.js"));
17581
+ const ProjectSearch = defineAsyncComponent(() => import("./ProjectSearch-BUP8uaCj.js"));
17582
+ const UserSearch = defineAsyncComponent(() => import("./UserSearch-JAMg7W9B.js"));
17583
+ const GloabarSearch = defineAsyncComponent(() => import("./GloabarSearch-DlBp6deP.js"));
17584
+ const SearchHistoryList = defineAsyncComponent(() => import("./SearchHistoryList-C2uR-dRD.js"));
17585
+ const SearchScopeList = defineAsyncComponent(() => import("./SearchScopeList-tBGWHbat.js"));
17586
+ const SearchPrefixTag = defineAsyncComponent(() => import("./SearchPrefixTag-DGk5Ak40.js"));
17587
+ const SearchRecommed = defineAsyncComponent(() => import("./SearchRecommed-CNJb8ccy.js"));
17738
17588
  const props = __props;
17739
17589
  const repoInfo = inject("repoInfo");
17740
17590
  const orgInfo = inject("orgInfo");
@@ -18253,10 +18103,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
18253
18103
  };
18254
18104
  }
18255
18105
  });
18256
- const index_vue_vue_type_style_index_0_scoped_3074798a_lang = "";
18257
- const index_vue_vue_type_style_index_1_lang$2 = "";
18258
- const Search = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-3074798a"]]);
18259
- const NoticeModal = defineAsyncComponent(() => import("./notice-589c8e14.js"));
18106
+ const Search = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-gitcode-layout-lib"]]);
18107
+ const NoticeModal = defineAsyncComponent(() => import("./notice-Ikg9Y_ia.js"));
18260
18108
  function clearNotice() {
18261
18109
  if (localStorage$2.getItem("validator_email")) {
18262
18110
  localStorage$2.removeItem("validator_email");
@@ -18403,12 +18251,12 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
18403
18251
  return false;
18404
18252
  });
18405
18253
  const handleLogin = (type) => {
18406
- emitEvent("login", { type, triggerType: "主动注册" });
18254
+ emitEvent("login", { type, triggerType: "主动注册", loginTriggerSource: type === "login" ? "toolbar_login" : "" });
18407
18255
  localStorage$2.setItem("sign_path", (window == null ? void 0 : window.location.href) || "");
18408
18256
  };
18409
18257
  const { notice } = useNotification();
18410
18258
  const status = ref(false);
18411
- const { login, isMounted } = useLogin(props.request);
18259
+ const { login, isMounted } = useLogin(props.request, props.globalStore);
18412
18260
  const { t: t2 } = i18n.global;
18413
18261
  const toNotice = () => {
18414
18262
  if (localStorage$2.getItem("validator_email") === "invalid") {
@@ -18596,8 +18444,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
18596
18444
  };
18597
18445
  }
18598
18446
  });
18599
- const index_vue_vue_type_style_index_0_scoped_7f0c99aa_lang = "";
18600
- const GitCodeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-7f0c99aa"]]);
18447
+ const GitCodeHeader = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-gitcode-layout-lib"]]);
18601
18448
  const createSetting = () => {
18602
18449
  const { t: t2 } = i18n.global;
18603
18450
  const settings = {
@@ -18645,7 +18492,6 @@ if (isBrowser) {
18645
18492
  }
18646
18493
  };
18647
18494
  }
18648
- const sessionStorage$1 = sessionStorage;
18649
18495
  const _hoisted_1$h = { class: "tools-item-wrapper" };
18650
18496
  const _hoisted_2$b = { class: "tools-item-wrapper-checkbox" };
18651
18497
  const _hoisted_3$8 = ["onClick", "title"];
@@ -18657,12 +18503,11 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
18657
18503
  const router2 = useRouter();
18658
18504
  const { t: t2 } = i18n.global;
18659
18505
  const handleClick = (linkItem) => {
18660
- if (lang.value === linkItem.value)
18661
- return;
18506
+ if (lang.value === linkItem.value) return;
18662
18507
  lang.value = linkItem.value;
18663
18508
  const isHomePage = router2.currentRoute.value.name === "home";
18664
18509
  if (isHomePage) {
18665
- sessionStorage$1.setItem("page_reload", "changedLang");
18510
+ sessionStorage.setItem("page_reload", "changedLang");
18666
18511
  }
18667
18512
  window.location.reload();
18668
18513
  };
@@ -18709,8 +18554,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
18709
18554
  { value: ThemeType.BLACK, icon: "gt-line-dark" }
18710
18555
  ]);
18711
18556
  const handleClick = (themeItem) => {
18712
- if (activeTheme.value === themeItem.value)
18713
- return;
18557
+ if (activeTheme.value === themeItem.value) return;
18714
18558
  activeTheme.value = themeItem.value;
18715
18559
  if (themeItem.value === "System") {
18716
18560
  theme.startAutoTheme();
@@ -18747,7 +18591,6 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
18747
18591
  };
18748
18592
  }
18749
18593
  });
18750
- const Theme_vue_vue_type_style_index_0_lang = "";
18751
18594
  const loadAsideData = async (requestFn, params = {}, dataType = "project") => {
18752
18595
  var _a, _b;
18753
18596
  try {
@@ -18792,16 +18635,14 @@ const loadAsideData = async (requestFn, params = {}, dataType = "project") => {
18792
18635
  };
18793
18636
  const layoutConfig$1 = useLayoutConfig();
18794
18637
  const transWebUrl = (url, params) => {
18795
- if (!url)
18796
- return url;
18638
+ if (!url) return url;
18797
18639
  let processedUrl = url;
18798
18640
  if (layoutConfig$1.VITE_ENV !== "production") {
18799
18641
  const regex = /^(?:https?:\/\/)?(?:www\.)?([^\/]+)(\/.*)$/;
18800
18642
  const match = url.match(regex);
18801
18643
  processedUrl = match ? match[2] : url || "/";
18802
18644
  }
18803
- if (!params)
18804
- return processedUrl;
18645
+ if (!params) return processedUrl;
18805
18646
  const separator = processedUrl.includes("?") ? "&" : "?";
18806
18647
  if (typeof params === "string") {
18807
18648
  return `${processedUrl}${separator}${params}`;
@@ -18830,20 +18671,21 @@ const _hoisted_9$3 = {
18830
18671
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
18831
18672
  __name: "ProjectMenuList",
18832
18673
  props: {
18833
- type: {},
18834
- title: {},
18835
- buttonText: {},
18836
- subShow: { type: Boolean },
18837
- query: {},
18838
- defaultData: {},
18839
- isLogin: { type: Boolean },
18840
- defaultOrg: { default: () => ({}) },
18841
- color: {},
18674
+ type: { default: "project" },
18675
+ buttonText: { default: "" },
18676
+ subShow: { type: Boolean, default: false },
18677
+ query: { default: {} },
18678
+ defaultData: { default: {} },
18679
+ isLogin: { type: Boolean, default: false },
18680
+ defaultOrg: { default: {} },
18842
18681
  username: { default: "" }
18843
18682
  },
18844
18683
  setup(__props) {
18845
18684
  const { t: t2 } = i18n.global;
18846
- const API = asideRequest(inject("request"));
18685
+ const request = inject("request");
18686
+ const API = asideRequest(request);
18687
+ const globalStore = inject("globalStore");
18688
+ const { useReport: useReport2 } = useRequestReport(request, globalStore);
18847
18689
  const props = __props;
18848
18690
  const projectList = ref([]);
18849
18691
  const loading = ref(false);
@@ -18872,7 +18714,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18872
18714
  watch(
18873
18715
  () => props.defaultData,
18874
18716
  () => {
18875
- firstLoading.value = props.defaultData.loading;
18717
+ firstLoading.value = !!props.defaultData.loading;
18876
18718
  if (props.defaultData && props.defaultData.list) {
18877
18719
  projectList.value = [...props.defaultData.list];
18878
18720
  if (props.defaultData.storeData) {
@@ -18883,6 +18725,24 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18883
18725
  },
18884
18726
  { immediate: true, deep: true }
18885
18727
  );
18728
+ const customRequest = (params, type) => {
18729
+ if (type === "project" && params.namespace_id === "my-repo") {
18730
+ const temp = { ...params };
18731
+ delete temp.namespace_id;
18732
+ return {
18733
+ params: {
18734
+ ...temp,
18735
+ repo_query_type: "created",
18736
+ repo_type: "0,1,2"
18737
+ },
18738
+ requestFn: (params2) => API.getMyCreatedProjects(params2)
18739
+ };
18740
+ }
18741
+ return {
18742
+ params,
18743
+ requestFn: type === "project" ? (params2) => API.getMyProjects(params2) : (params2) => API.getMyGroups(params2)
18744
+ };
18745
+ };
18886
18746
  const loadMoreData = (loadType) => {
18887
18747
  const data = [...storeData];
18888
18748
  if (totalNum.value > pageQuery.size * pageQuery.page || loadType === "search") {
@@ -18894,7 +18754,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18894
18754
  ...props.query,
18895
18755
  ...extendQuery
18896
18756
  };
18897
- loadAsideData(props.type === "project" ? (params2) => API.getMyProjects(params2) : (params2) => API.getMyGroups(params2), params, props.type).then(
18757
+ const { params: newParams, requestFn } = customRequest(params, props.type);
18758
+ loadAsideData(requestFn, newParams, props.type).then(
18898
18759
  (res) => {
18899
18760
  if (params.search !== searchKey.value && loadType === "search") {
18900
18761
  return;
@@ -18920,14 +18781,15 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18920
18781
  size: 10
18921
18782
  };
18922
18783
  const moreOrgData = ref([]);
18784
+ const DEFAULT_ORG_FILTER_OPTIONS = [{ id: 0, label: t2("gitCodeLayout.common.all") }, { id: "my-repo", label: props.username || t2("gitCodeLayout.common.iCreated") }];
18923
18785
  const teamList = computed(() => {
18924
18786
  var _a;
18925
18787
  if (props.defaultOrg.list) {
18926
18788
  loadMoreTotal = props.defaultOrg.totalNum;
18927
18789
  const propStoreData = ((_a = props.defaultOrg) == null ? void 0 : _a.storeData) || [];
18928
- return [{ id: 0, label: t2("gitCodeLayout.common.all") }, ...props.defaultOrg.list, ...propStoreData, ...moreOrgData.value];
18790
+ return [...DEFAULT_ORG_FILTER_OPTIONS, ...props.defaultOrg.list, ...propStoreData, ...moreOrgData.value];
18929
18791
  }
18930
- return [{ id: 0, label: t2("gitCodeLayout.common.all") }, ...moreOrgData.value];
18792
+ return [...DEFAULT_ORG_FILTER_OPTIONS, ...moreOrgData.value];
18931
18793
  });
18932
18794
  const fastToLink = (type) => {
18933
18795
  if (type === "project") {
@@ -18936,9 +18798,9 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18936
18798
  router2.push({ name: "settingOrganization" });
18937
18799
  }
18938
18800
  };
18939
- const selectLoadData = () => {
18801
+ const loadMoreTeams = () => {
18940
18802
  loadAsideData(
18941
- props.type === "project" ? (params) => API.getMyProjects(params) : (params) => API.getMyProjects(params),
18803
+ (params) => API.getMyProjects(params),
18942
18804
  {
18943
18805
  page: selectQuery.page,
18944
18806
  per_page: selectQuery.size
@@ -18954,7 +18816,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18954
18816
  const loadTeam = () => {
18955
18817
  if (loadMoreTotal > selectQuery.size * selectQuery.page) {
18956
18818
  selectQuery.page++;
18957
- selectLoadData();
18819
+ loadMoreTeams();
18958
18820
  }
18959
18821
  };
18960
18822
  const searchProject = () => {
@@ -18976,8 +18838,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18976
18838
  if (inputIng.value) {
18977
18839
  return;
18978
18840
  }
18979
- if (scTimer)
18980
- clearTimeout(scTimer);
18841
+ if (scTimer) clearTimeout(scTimer);
18981
18842
  scTimer = setTimeout(() => {
18982
18843
  if (props.type === "project") {
18983
18844
  searchProject();
@@ -18986,11 +18847,17 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
18986
18847
  }
18987
18848
  }, 200);
18988
18849
  };
18850
+ const createRepoOrOrg = () => {
18851
+ if (!props.isLogin) {
18852
+ useReport2("login_exposure", { source: props.type === "project" ? "aside_createRepo" : "aside_createOrg" });
18853
+ }
18854
+ router2.push(props.type === "project" ? projectRoute : teamRoute);
18855
+ };
18989
18856
  return (_ctx, _cache) => {
18990
18857
  return openBlock(), createElementBlock("ul", _hoisted_1$f, [
18991
18858
  _ctx.type === "project" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
18992
18859
  createElementVNode("div", _hoisted_2$9, [
18993
- _cache[14] || (_cache[14] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
18860
+ _cache[13] || (_cache[13] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
18994
18861
  createElementVNode("span", _hoisted_3$6, [
18995
18862
  createElementVNode("div", {
18996
18863
  class: "fast-click-button",
@@ -19051,7 +18918,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19051
18918
  ], 64)) : createCommentVNode("", true),
19052
18919
  _ctx.type === "team" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
19053
18920
  createElementVNode("div", _hoisted_4$5, [
19054
- _cache[15] || (_cache[15] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
18921
+ _cache[14] || (_cache[14] = createElementVNode("span", { class: "devui-menu-icon" }, null, -1)),
19055
18922
  createElementVNode("span", _hoisted_5$3, [
19056
18923
  createElementVNode("div", {
19057
18924
  class: "fast-click-button",
@@ -19132,7 +18999,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19132
18999
  key: 4,
19133
19000
  variant: "text",
19134
19001
  class: "more-btn",
19135
- onClick: _cache[13] || (_cache[13] = withModifiers(($event) => unref(router2).push(_ctx.type === "project" ? projectRoute : teamRoute), ["stop"]))
19002
+ onClick: withModifiers(createRepoOrOrg, ["stop"])
19136
19003
  }, {
19137
19004
  default: withCtx(() => [
19138
19005
  createTextVNode(toDisplayString$1(_ctx.buttonText), 1)
@@ -19157,9 +19024,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
19157
19024
  };
19158
19025
  }
19159
19026
  });
19160
- const ProjectMenuList_vue_vue_type_style_index_0_scoped_78f758d1_lang = "";
19161
- const ProjectMenuList_vue_vue_type_style_index_1_lang = "";
19162
- const ProjectMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-78f758d1"]]);
19027
+ const ProjectMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-gitcode-layout-lib"]]);
19163
19028
  const _hoisted_1$e = { class: "side-bar-label" };
19164
19029
  const _hoisted_2$8 = {
19165
19030
  key: 0,
@@ -19250,18 +19115,15 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19250
19115
  };
19251
19116
  const username = computed(() => (userInfo == null ? void 0 : userInfo.username) || JSON.parse(localStorage$2.getItem("userInfo") || "{}").username);
19252
19117
  const showPreferencesSetting = computed(() => {
19253
- if (props.showPreferencesSetting !== void 0)
19254
- return !props.asideSetShowLittle && props.showPreferencesSetting;
19118
+ if (props.showPreferencesSetting !== void 0) return !props.asideSetShowLittle && props.showPreferencesSetting;
19255
19119
  return !props.asideSetShowLittle && route.name !== AICopilot_ROUTE_NAME && isModuleVisible(AsideDisplayItem.PREFERENCE);
19256
19120
  });
19257
19121
  const showThemeSetting = computed(() => {
19258
- if (props.showPreferencesSetting !== void 0 && props.showThemeSetting !== void 0)
19259
- return props.showThemeSetting;
19122
+ if (props.showPreferencesSetting !== void 0 && props.showThemeSetting !== void 0) return props.showThemeSetting;
19260
19123
  return ![SceneValue.aiHome, SceneValue.aiGuide].includes(props.sceneValue);
19261
19124
  });
19262
19125
  const showLangSetting = computed(() => {
19263
- if (props.showPreferencesSetting !== void 0 && props.showLangSetting !== void 0)
19264
- return props.showLangSetting;
19126
+ if (props.showPreferencesSetting !== void 0 && props.showLangSetting !== void 0) return props.showLangSetting;
19265
19127
  return true;
19266
19128
  });
19267
19129
  const isEn = computed(() => {
@@ -19424,7 +19286,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19424
19286
  if (sizeStore.isMobile.value) {
19425
19287
  emits("onMenuClick");
19426
19288
  }
19427
- emitEvent("login");
19289
+ emitEvent("login", { loginTriggerSource: `aside_${routeData.name}` });
19428
19290
  return;
19429
19291
  }
19430
19292
  const needNamespaceRoute = ["userFollowing", "userStars"].includes(routeData.name);
@@ -19450,16 +19312,14 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19450
19312
  emits("onMenuClick");
19451
19313
  };
19452
19314
  function checkMenu() {
19453
- if (!route)
19454
- return;
19315
+ if (!route) return;
19455
19316
  const name = route == null ? void 0 : route.name;
19456
19317
  if (MENU_ITEM_ROUTE_NAME.includes(name)) {
19457
19318
  defaultSelectKeys.value = [name];
19458
19319
  console.log(defaultSelectKeys.value);
19459
19320
  } else {
19460
19321
  const basePath = route.meta.basePath;
19461
- if (basePath)
19462
- defaultSelectKeys.value = [basePath];
19322
+ if (basePath) defaultSelectKeys.value = [basePath];
19463
19323
  }
19464
19324
  }
19465
19325
  watch(
@@ -19480,8 +19340,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19480
19340
  const timer = ref(null);
19481
19341
  const handleScroll = () => {
19482
19342
  isScroll.value = true;
19483
- if (timer.value)
19484
- clearTimeout(timer.value);
19343
+ if (timer.value) clearTimeout(timer.value);
19485
19344
  timer.value = setTimeout(() => {
19486
19345
  isScroll.value = false;
19487
19346
  }, 1e3);
@@ -19758,9 +19617,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
19758
19617
  };
19759
19618
  }
19760
19619
  });
19761
- const asideContent_vue_vue_type_style_index_0_scoped_76d7f3fb_lang = "";
19762
- const asideContent_vue_vue_type_style_index_1_lang = "";
19763
- const AsideContent = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-76d7f3fb"]]);
19620
+ const AsideContent = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-gitcode-layout-lib"]]);
19764
19621
  const _hoisted_1$d = { class: "p-[16px] flex justify-between items-center h-[60px]" };
19765
19622
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
19766
19623
  __name: "index",
@@ -19787,8 +19644,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
19787
19644
  provide("userInfo", computed(() => props.userInfo));
19788
19645
  provide("useReport", useReport2);
19789
19646
  const showBgColor = computed(() => {
19790
- if (route.meta.showBgColor)
19791
- return true;
19647
+ if (route.meta.showBgColor) return true;
19792
19648
  return false;
19793
19649
  });
19794
19650
  const asideSetShow = computed(() => {
@@ -19894,9 +19750,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
19894
19750
  };
19895
19751
  }
19896
19752
  });
19897
- const index_vue_vue_type_style_index_0_scoped_db4c58e3_lang = "";
19898
- const index_vue_vue_type_style_index_1_lang$1 = "";
19899
- const GitCodeAside = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-db4c58e3"]]);
19753
+ const GitCodeAside = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-gitcode-layout-lib"]]);
19900
19754
  const repoInfoData = {
19901
19755
  "star_count": 0,
19902
19756
  "forks_count": 0,
@@ -20571,14 +20425,13 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
20571
20425
  };
20572
20426
  }
20573
20427
  });
20574
- const home_vue_vue_type_style_index_0_lang = "";
20575
20428
  const _hoisted_1$b = { class: "home-wrapper" };
20576
20429
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
20577
20430
  __name: "login",
20578
20431
  setup(__props) {
20579
20432
  const isLogin = ref(false);
20580
20433
  const login = () => {
20581
- emitEvent("login");
20434
+ emitEvent("login", { loginTriggerSource: "toolbar_login" });
20582
20435
  };
20583
20436
  const loginSuccess = (data) => {
20584
20437
  isLogin.value = true;
@@ -20618,7 +20471,6 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
20618
20471
  };
20619
20472
  }
20620
20473
  });
20621
- const login_vue_vue_type_style_index_0_lang = "";
20622
20474
  const routes = [
20623
20475
  {
20624
20476
  path: "/",
@@ -20706,7 +20558,7 @@ async function csdnloginCheck(route, loginCallback, request) {
20706
20558
  localStorage$2.setItem("cache_loginTimes", `${Number(loginTimes) + 1}`);
20707
20559
  window.page_title = ((_f = route.meta) == null ? void 0 : _f.reportTitle) || "";
20708
20560
  await useReport("pageview", {}, request);
20709
- sessionStorage$1.setItem(GOTO_QUICK_LOGIN, "1");
20561
+ sessionStorage.setItem(GOTO_QUICK_LOGIN, "1");
20710
20562
  loginCallback();
20711
20563
  return true;
20712
20564
  }
@@ -20726,8 +20578,7 @@ const createLoginConfig = (request) => {
20726
20578
  }, failFunc = () => {
20727
20579
  } } = param;
20728
20580
  const check = validFunc ? await validFunc() : true;
20729
- if (!check)
20730
- return;
20581
+ if (!check) return;
20731
20582
  const result2 = await API.loginByMobile(loginParams);
20732
20583
  if (!result2.error) {
20733
20584
  const resultData = result2.data.data;
@@ -20744,8 +20595,7 @@ const createLoginConfig = (request) => {
20744
20595
  }, failFunc = () => {
20745
20596
  } } = param;
20746
20597
  const check = validFunc ? await validFunc() : true;
20747
- if (!check)
20748
- return;
20598
+ if (!check) return;
20749
20599
  const result2 = await API.toLogin(loginParams);
20750
20600
  if (((_a = result2 == null ? void 0 : result2.error) == null ? void 0 : _a.error_code) === GRAPH_CODE) {
20751
20601
  graphValidate();
@@ -20793,8 +20643,7 @@ const createLoginConfig = (request) => {
20793
20643
  beforeCsdnLogin(param) {
20794
20644
  const { type, validFunc } = param;
20795
20645
  const check = validFunc ? validFunc() : true;
20796
- if (!check)
20797
- return;
20646
+ if (!check) return;
20798
20647
  saveStatusBeforeLogin(param);
20799
20648
  goAuthPage(type);
20800
20649
  },
@@ -20820,8 +20669,7 @@ const createLoginConfig = (request) => {
20820
20669
  async beforeWechatLogin(param) {
20821
20670
  const { validFunc, type } = param;
20822
20671
  const check = validFunc == null ? void 0 : validFunc();
20823
- if (!check)
20824
- return;
20672
+ if (!check) return;
20825
20673
  saveStatusBeforeLogin(param);
20826
20674
  goAuthPage(type);
20827
20675
  },
@@ -20833,8 +20681,7 @@ const createLoginConfig = (request) => {
20833
20681
  beforeOtherLogin(param) {
20834
20682
  const { type, validFunc } = param;
20835
20683
  const check = validFunc ? validFunc() : true;
20836
- if (!check)
20837
- return;
20684
+ if (!check) return;
20838
20685
  saveStatusBeforeLogin(param);
20839
20686
  goAuthPage(type);
20840
20687
  },
@@ -20861,7 +20708,7 @@ function saveSignPath() {
20861
20708
  localStorage$2.setItem("sign_path", (window == null ? void 0 : window.location.href) || "");
20862
20709
  }
20863
20710
  function saveLoginType(triggerType = "") {
20864
- sessionStorage$1.setItem("loginType", triggerType);
20711
+ sessionStorage.setItem("loginType", triggerType);
20865
20712
  }
20866
20713
  function getLoginReturnUrl() {
20867
20714
  return api.get("third_utm_source_sign_path") || localStorage$2.getItem("loginReturnUrl") || "/";
@@ -21040,57 +20887,57 @@ const HandleParentWindowGetLoginInfo = (request) => {
21040
20887
  }
21041
20888
  };
21042
20889
  };
21043
- const logoBack = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMv5bem5aSH5Lu9PC90aXRsZT4KICAgIDxnIGlkPSJQQ+erryIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjAyLeeZu+W9leazqOWGjC3nmbvlvZXjgIHms6jlhowiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTMsIC0xODU1KSIgZmlsbD0iIzhBOEU5OSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC04IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjUsIDE4MzApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpYy/lt6blpIfku70iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxLjEzOTMsIDI4Ljk2OTcpIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0i6Lev5b6EIiBwb2ludHM9IjguMDMwMjkxMjEgMy41NTI3MTM2OGUtMTUgOS4wOTEwMjkxNCAxLjA2MDU4MjQgMi44NzI1IDcuMjc5NSAxNy44NjA2NjAyIDcuMjgwMjkxMiAxNy44NjA2NjAyIDguNzgwMjkxMiAyLjg2OTUgOC43Nzk1IDkuMDkxMDI5MTQgMTQuOTk5OTIyMiA4LjAzMDM2ODk4IDE2LjA2MDY2MDIgMCA4LjAzMTQ2ODg0Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==";
20890
+ const logoBack = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic/左备份%3c/title%3e%3cg%20id='PC端'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='02-登录注册-登录、注册'%20transform='translate(-153,%20-1855)'%20fill='%238A8E99'%20fill-rule='nonzero'%3e%3cg%20id='编组-8'%20transform='translate(125,%201830)'%3e%3cg%20id='ic/左备份'%20transform='translate(31.1393,%2028.9697)'%3e%3cpolygon%20id='路径'%20points='8.03029121%203.55271368e-15%209.09102914%201.0605824%202.8725%207.2795%2017.8606602%207.2802912%2017.8606602%208.7802912%202.8695%208.7795%209.09102914%2014.9999222%208.03036898%2016.0606602%200%208.03146884'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
21044
20891
  const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21045
20892
  __proto__: null,
21046
20893
  default: logoBack
21047
20894
  }, Symbol.toStringTag, { value: "Module" }));
21048
- const logoCsdn = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMvY3NkbjwvdGl0bGU+CiAgICA8ZyBpZD0iaWMvY3NkbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0LjczODU2MTIsMjEuODE4NzkxIEMyNC40NzI4MjA2LDIxLjU2NjI0MzIgMjQuMTA5MDc2MywyMS40MjY3NzY1IDIzLjc1NzU4MjUsMjEuNDM0MzE1MiBDMjMuMzk2NjY1MywyMS40Mzk5NjkzIDIzLjA2OTY3MjQsMjEuNTkwNzQ0MSAyMi44Mzc4NTYyLDIxLjg1NTU0MjQgQzIwLjc1ODEwNjEsMjQuMjM0OTU3NCAxNy4xMzQ3OTg4LDI0LjQ5MjIxNjkgMTUuNjczMjI1NCwyNC40OTIyMTY5IEMxMi45NjExNjM0LDI0LjQ5MjIxNjkgMTAuODg2MTI1LDIzLjgwNDMwNjkgOS41MDU1OTMxNSwyMi40NTAxNjA1IEM4LjE5Mzg1MjI1LDIxLjE2Mzg2MjkgNy41MDU5NDIxNiwxOS4yNjc4Njk2IDcuNDYwNzA5NzIsMTYuODE2ODM2NSBDNy4zNTUxNjczNSwxMS4xMzQ1MTA3IDEwLjU3MzI2NzMsNS4yNTgwNjIyNiAxNi4xMzk2ODUsNS4yNTgwNjIyNiBDMTguNzk4MDMzNSw1LjI1ODA2MjI2IDIwLjg2MjcwNjEsNy4xNDM2ODk3OSAyMS42MjYwMDM2LDcuOTU0MTA0NDMgQzIxLjg5MTc0NDIsOC4yMzU4NjQ4NiAyMi4yNTgzMTU1LDguMzk3OTQ3NzkgMjIuNjM1MjUyNSw4LjM5OTgzMjQ3IEMyMy4wMTMxMzE5LDguNDA5MjU1OSAyMy4zNjI3NDEsOC4yNDE1MTg5MiAyMy41OTkyNjksNy45NjE2NDMxNyBMMjMuODE2MDA3OCw3LjcwNTMyNTk4IEMyNC4yNjA3OTM1LDcuMTgyMzI1ODQgMjQuNDYwNTcwMSw2LjUwNTcyMzg2IDI0LjM4MDQ3MSw1LjgwMTc5Mzk0IEMyNC4yOTg0ODcyLDUuMDkxMjY3NjMgMjMuOTQyMjgxNyw0LjQ0MjkzNTkyIDIzLjM3NzgxODUsMy45NzQ1OTE2NSBDMjIuMDEzMzA2NCwyLjg0NDcyMjg4IDE5LjY5NTE0MzYsMS41IDE2LjM5Njk0NDUsMS41IEMxMi45NzE1MjkyLDEuNSA5LjU4NzU3Njk1LDMuMDc0NjU0NDcgNy4xMTI5ODUzLDUuODI0NDEwMTYgQzQuNTEzMDYyMDgsOC43MTI2OTAyMSAzLjEyNDA0OTEsMTIuNjQ0MTQzNSAzLjIwMzIwNTg4LDE2Ljg5NTA1MSBDMy4yNjYzNDI4MywyMC4zMDYzMzExIDQuMzg0OTAzNDksMjMuMTcyOTM3MyA2LjQ0MDE1MjY5LDI1LjE4ODYwODEgQzguNjQ4MDYxMzgsMjcuMzU1MDUzNyAxMS44ODIxODEyLDI4LjUgMTUuNzk0Nzg3NiwyOC41IEMyMC4zODQ5Mzg0LDI4LjUgMjMuMjI4OTI4MywyNy4xNDAxOTk2IDI0LjgwODI5NDUsMjYuMDAwOTA3NCBDMjUuNDE5ODc0OSwyNS41NjA4MzM0IDI1Ljc4NDU2MTUsMjQuODY0NDQyMyAyNS44MTI4MzE3LDI0LjA5MzYwNiBDMjUuODM5MjE3MywyMy4zMTkwMDA0IDI1LjUyMjU5MDIsMjIuNTYwNDE0NiAyNC45NDMwNDk1LDIyLjAxMTk3MTIgTDI0LjczODU2MTIsMjEuODE4NzkxIFoiIGlkPSJGaWxsLTEiIGZpbGw9IiNGQzU1MzMiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+";
20895
+ const logoCsdn = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic/csdn%3c/title%3e%3cg%20id='ic/csdn'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M24.7385612,21.818791%20C24.4728206,21.5662432%2024.1090763,21.4267765%2023.7575825,21.4343152%20C23.3966653,21.4399693%2023.0696724,21.5907441%2022.8378562,21.8555424%20C20.7581061,24.2349574%2017.1347988,24.4922169%2015.6732254,24.4922169%20C12.9611634,24.4922169%2010.886125,23.8043069%209.50559315,22.4501605%20C8.19385225,21.1638629%207.50594216,19.2678696%207.46070972,16.8168365%20C7.35516735,11.1345107%2010.5732673,5.25806226%2016.139685,5.25806226%20C18.7980335,5.25806226%2020.8627061,7.14368979%2021.6260036,7.95410443%20C21.8917442,8.23586486%2022.2583155,8.39794779%2022.6352525,8.39983247%20C23.0131319,8.4092559%2023.362741,8.24151892%2023.599269,7.96164317%20L23.8160078,7.70532598%20C24.2607935,7.18232584%2024.4605701,6.50572386%2024.380471,5.80179394%20C24.2984872,5.09126763%2023.9422817,4.44293592%2023.3778185,3.97459165%20C22.0133064,2.84472288%2019.6951436,1.5%2016.3969445,1.5%20C12.9715292,1.5%209.58757695,3.07465447%207.1129853,5.82441016%20C4.51306208,8.71269021%203.1240491,12.6441435%203.20320588,16.895051%20C3.26634283,20.3063311%204.38490349,23.1729373%206.44015269,25.1886081%20C8.64806138,27.3550537%2011.8821812,28.5%2015.7947876,28.5%20C20.3849384,28.5%2023.2289283,27.1401996%2024.8082945,26.0009074%20C25.4198749,25.5608334%2025.7845615,24.8644423%2025.8128317,24.093606%20C25.8392173,23.3190004%2025.5225902,22.5604146%2024.9430495,22.0119712%20L24.7385612,21.818791%20Z'%20id='Fill-1'%20fill='%23FC5533'%3e%3c/path%3e%3c/g%3e%3c/svg%3e";
21049
20896
  const __vite_glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21050
20897
  __proto__: null,
21051
20898
  default: logoCsdn
21052
20899
  }, Symbol.toStringTag, { value: "Module" }));
21053
- const logoGit = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUwODRfMjg2KSI+CjxwYXRoIGQ9Ik0zNS4yODY4IDE2LjM5ODNMMTkuNTgzOSAwLjY5NjIyOUMxOC42Nzk4IC0wLjIwODYzOSAxNy4yMTMyIC0wLjIwODYzOSAxNi4zMDgzIDAuNjk2MjI5TDEyLjY2IDQuMzQ0NDdMMTUuNDA1NiA3LjA5QzE1Ljg0NTggNi44NzkyNSAxNi4zMzg1IDYuNzYxMjggMTYuODU5MyA2Ljc2MTI4QzE4LjcyMTUgNi43NjEyOCAyMC4yMzEzIDguMjcxMDcgMjAuMjMxMyAxMC4xMzMzQzIwLjIzMTMgMTAuNjU0MSAyMC4xMTMzIDExLjE0NjggMTkuOTAyNiAxMS41ODdMMjQuMzk3NCAxNi4wODE4QzI0LjgzNzYgMTUuODcxMSAyNS4zMzAzIDE1Ljc1MzEgMjUuODUxMSAxNS43NTMxQzI3LjcxMzQgMTUuNzUzMSAyOS4yMjMxIDE3LjI2MjkgMjkuMjIzMSAxOS4xMjUyQzI5LjIyMzEgMjAuOTg3NCAyNy43MTM0IDIyLjQ5NzIgMjUuODUxMSAyMi40OTcyQzIzLjk4ODkgMjIuNDk3MiAyMi40NzkxIDIwLjk4NzQgMjIuNDc5MSAxOS4xMjUyQzIyLjQ3OTEgMTguNjA0NCAyMi41OTcgMTguMTExNyAyMi44MDc4IDE3LjY3MTVMMTguMzEzIDEzLjE3NjZDMTguMjA1OCAxMy4yMjc3IDE4LjA5NTcgMTMuMjczIDE3Ljk4MzUgMTMuMzEyNlYyMi42ODkyQzE5LjI5MjYgMjMuMTUyNSAyMC4yMzEzIDI0LjQwMDQgMjAuMjMxMyAyNS44Njg1QzIwLjIzMTMgMjcuNzMwOCAxOC43MjE1IDI5LjI0MDUgMTYuODU5MyAyOS4yNDA1QzE0Ljk5NyAyOS4yNDA1IDEzLjQ4NzIgMjcuNzMwOCAxMy40ODcyIDI1Ljg2ODVDMTMuNDg3MiAyNC40MDA0IDE0LjQyNTkgMjMuMTUyNSAxNS43MzUgMjIuNjg5MlYxMy4zMTI2QzE0LjQyNTkgMTIuODQ5NCAxMy40ODcyIDExLjYwMTQgMTMuNDg3MiAxMC4xMzMzQzEzLjQ4NzIgOS42MTI1NSAxMy42MDUyIDkuMTE5ODQgMTMuODE1OSA4LjY3OTYzTDExLjA3MDQgNS45MzQxTDAuNjc4MTExIDE2LjMyNTdDLTAuMjI2MDM3IDE3LjIzMTMgLTAuMjI2MDM3IDE4LjY5NzkgMC42NzgxMTEgMTkuNjAyMUwxNi4zODE3IDM1LjMwNDJDMTcuMjg1OCAzNi4yMDgzIDE4Ljc1MTcgMzYuMjA4MyAxOS42NTczIDM1LjMwNDJMMzUuMjg2OCAxOS42NzQ3QzM2LjE5MTYgMTguNzY5OCAzNi4xOTE2IDE3LjMwMjUgMzUuMjg2OCAxNi4zOTgzWiIgZmlsbD0iI0Y3NEUyNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUwODRfMjg2Ij4KPHJlY3Qgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=";
20900
+ const logoGit = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5084_286)'%3e%3cpath%20d='M35.2868%2016.3983L19.5839%200.696229C18.6798%20-0.208639%2017.2132%20-0.208639%2016.3083%200.696229L12.66%204.34447L15.4056%207.09C15.8458%206.87925%2016.3385%206.76128%2016.8593%206.76128C18.7215%206.76128%2020.2313%208.27107%2020.2313%2010.1333C20.2313%2010.6541%2020.1133%2011.1468%2019.9026%2011.587L24.3974%2016.0818C24.8376%2015.8711%2025.3303%2015.7531%2025.8511%2015.7531C27.7134%2015.7531%2029.2231%2017.2629%2029.2231%2019.1252C29.2231%2020.9874%2027.7134%2022.4972%2025.8511%2022.4972C23.9889%2022.4972%2022.4791%2020.9874%2022.4791%2019.1252C22.4791%2018.6044%2022.597%2018.1117%2022.8078%2017.6715L18.313%2013.1766C18.2058%2013.2277%2018.0957%2013.273%2017.9835%2013.3126V22.6892C19.2926%2023.1525%2020.2313%2024.4004%2020.2313%2025.8685C20.2313%2027.7308%2018.7215%2029.2405%2016.8593%2029.2405C14.997%2029.2405%2013.4872%2027.7308%2013.4872%2025.8685C13.4872%2024.4004%2014.4259%2023.1525%2015.735%2022.6892V13.3126C14.4259%2012.8494%2013.4872%2011.6014%2013.4872%2010.1333C13.4872%209.61255%2013.6052%209.11984%2013.8159%208.67963L11.0704%205.9341L0.678111%2016.3257C-0.226037%2017.2313%20-0.226037%2018.6979%200.678111%2019.6021L16.3817%2035.3042C17.2858%2036.2083%2018.7517%2036.2083%2019.6573%2035.3042L35.2868%2019.6747C36.1916%2018.7698%2036.1916%2017.3025%2035.2868%2016.3983Z'%20fill='%23F74E27'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5084_286'%3e%3crect%20width='36'%20height='36'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
21054
20901
  const __vite_glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21055
20902
  __proto__: null,
21056
20903
  default: logoGit
21057
20904
  }, Symbol.toStringTag, { value: "Module" }));
21058
- const logoGitee = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjk4ODA1NjY0NzU1IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYxMTYiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBhdGggZD0iTTUxMiA1MTJtLTQ5NC45MzMzMzMgMGE0OTQuOTMzMzMzIDQ5NC45MzMzMzMgMCAxIDAgOTg5Ljg2NjY2NiAwIDQ5NC45MzMzMzMgNDk0LjkzMzMzMyAwIDEgMC05ODkuODY2NjY2IDBaIiBmaWxsPSIjQzcxRDIzIiBwLWlkPSI2MTE3Ij48L3BhdGg+PHBhdGggZD0iTTc2Mi41Mzg2NjcgNDU3LjA0NTMzM2gtMjgxLjA4OGEyNC40NzM2IDI0LjQ3MzYgMCAwIDAtMjQuNDM5NDY3IDI0LjQwNTMzNHY2MS4wOTg2NjZjLTAuMDM0MTMzIDEzLjUxNjggMTAuOTIyNjY3IDI0LjQzOTQ2NyAyNC40MDUzMzMgMjQuNDM5NDY3aDE3MS4xMTA0YzEzLjUxNjggMCAyNC40Mzk0NjcgMTAuOTIyNjY3IDI0LjQzOTQ2NyAyNC40Mzk0Njd2MTIuMjE5NzMzYTczLjMxODQgNzMuMzE4NCAwIDAgMS03My4zMTg0IDczLjMxODRoLTIzMi4yMDkwNjdhMjQuNDM5NDY3IDI0LjQzOTQ2NyAwIDAgMS0yNC40Mzk0NjYtMjQuNDM5NDY3di0yMzIuMTc0OTMzYTczLjMxODQgNzMuMzE4NCAwIDAgMSA3My4zMTg0LTczLjMxODRoMzQyLjE1MjUzM2MxMy40ODI2NjcgMCAyNC40MDUzMzMtMTAuOTIyNjY3IDI0LjQzOTQ2Ny0yNC40Mzk0NjdsMC4wMzQxMzMtNjEuMDk4NjY2YTI0LjQwNTMzMyAyNC40MDUzMzMgMCAwIDAtMjQuNDA1MzMzLTI0LjQzOTQ2N0g0MjAuMzUyYTE4My4yOTYgMTgzLjI5NiAwIDAgMC0xODMuMjk2IDE4My4yOTZWNzYyLjUzODY2N2MwIDEzLjQ4MjY2NyAxMC45MjI2NjcgMjQuNDM5NDY3IDI0LjQwNTMzMyAyNC40Mzk0NjZoMzYwLjUxNjI2N2ExNjQuOTY2NCAxNjQuOTY2NCAwIDAgMCAxNjUuMDAwNTMzLTE2NS4wMDA1MzN2LTE0MC41MjY5MzNhMjQuNDM5NDY3IDI0LjQzOTQ2NyAwIDAgMC0yNC40Mzk0NjYtMjQuNDM5NDY3eiIgZmlsbD0iI0ZGRkZGRiIgcC1pZD0iNjExOCI+PC9wYXRoPjwvc3ZnPg==";
20905
+ const logoGitee = "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='1698805664755'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='6116'%20width='128'%20height='128'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M512%20512m-494.933333%200a494.933333%20494.933333%200%201%200%20989.866666%200%20494.933333%20494.933333%200%201%200-989.866666%200Z'%20fill='%23C71D23'%20p-id='6117'%3e%3c/path%3e%3cpath%20d='M762.538667%20457.045333h-281.088a24.4736%2024.4736%200%200%200-24.439467%2024.405334v61.098666c-0.034133%2013.5168%2010.922667%2024.439467%2024.405333%2024.439467h171.1104c13.5168%200%2024.439467%2010.922667%2024.439467%2024.439467v12.219733a73.3184%2073.3184%200%200%201-73.3184%2073.3184h-232.209067a24.439467%2024.439467%200%200%201-24.439466-24.439467v-232.174933a73.3184%2073.3184%200%200%201%2073.3184-73.3184h342.152533c13.482667%200%2024.405333-10.922667%2024.439467-24.439467l0.034133-61.098666a24.405333%2024.405333%200%200%200-24.405333-24.439467H420.352a183.296%20183.296%200%200%200-183.296%20183.296V762.538667c0%2013.482667%2010.922667%2024.439467%2024.405333%2024.439466h360.516267a164.9664%20164.9664%200%200%200%20165.000533-165.000533v-140.526933a24.439467%2024.439467%200%200%200-24.439466-24.439467z'%20fill='%23FFFFFF'%20p-id='6118'%3e%3c/path%3e%3c/svg%3e";
21059
20906
  const __vite_glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21060
20907
  __proto__: null,
21061
20908
  default: logoGitee
21062
20909
  }, Symbol.toStringTag, { value: "Module" }));
21063
- const logoGithubWhite = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzI4NDY4MDkyNTQ4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI3NTk5IiBpZD0ibXhfbl8xNzI4NDY4MDkyNTQ5IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiPjxwYXRoIGQ9Ik01MzMuMzEyIDMyQTQ5MC40OTYgNDkwLjQ5NiAwIDAgMCA0Mi42ODggNTIyLjY4OGE0OTAuMjQgNDkwLjI0IDAgMCAwIDMzNS40ODggNDY1LjQ3MmMyNC41MTIgNC4yODggMzMuNjY0LTEwLjQzMiAzMy42NjQtMjMuMjk2IDAtMTEuNjQ4LTAuNTc2LTUwLjI0LTAuNTc2LTkxLjM5Mi0xMjMuMjY0IDIyLjcyLTE1NS4xMzYtMzAuMDgtMTY0LjkyOC01Ny42LTUuNTY4LTE0LjA4LTI5LjQ0LTU3LjY2NC01MC4zNjgtNjkuMzEyLTE3LjE1Mi05LjIxNi00MS42NjQtMzEuOTM2LTAuNjQtMzIuNTEyIDM4LjcyLTAuNjQgNjYuMzA0IDM1LjU4NCA3NS41MiA1MC4zMDQgNDQuMTYgNzQuMjQgMTE0LjY4OCA1My4zMTIgMTQyLjkxMiA0MC40NDggNC4yMjQtMzEuODcyIDE3LjE1Mi01My4zNzYgMzEuMjMyLTY1LjY2NC0xMDkuMTg0LTEyLjIyNC0yMjMuMjMyLTU0LjUyOC0yMjMuMjMyLTI0Mi4yNCAwLTUzLjMxMiAxOS4wMDgtOTcuNDcyIDUwLjMwNC0xMzEuODQtNC45MjgtMTIuMjg4LTIyLjA4LTYyLjU5MiA0Ljg2NC0xMzAuMDQ4IDAgMCA0MS4wODgtMTIuODY0IDEzNC45NzYgNTAuMzA0YTQ1NC43MiA0NTQuNzIgMCAwIDEgMTIyLjY4OC0xNi41NzZjNDEuNjY0IDAgODMuMzkyIDUuNTY4IDEyMi42MjQgMTYuNTc2IDkzLjg4OC02My44MDggMTM0LjkxMi01MC4zMDQgMTM0LjkxMi01MC4zMDQgMjcuMDA4IDY3LjQ1NiA5Ljg1NiAxMTcuNzYgNC45MjggMTMwLjA0OCAzMS4yOTYgMzQuMzY4IDUwLjMwNCA3Ny44ODggNTAuMzA0IDEzMS44NCAwIDE4OC4yODgtMTE0LjY4OCAyMjkuOTUyLTIyMy44NzIgMjQyLjI0IDE3Ljc5MiAxNS4zNiAzMy4wODggNDQuOCAzMy4wODggOTAuODE2IDAgNjUuNi0wLjU3NiAxMTguNC0wLjU3NiAxMzQuOTEyIDAgMTIuODY0IDkuMjE2IDI4LjIyNCAzMy43MjggMjMuMzZBNDkxLjQ1NiA0OTEuNDU2IDAgMCAwIDEwMjQgNTIyLjY4OCA0OTAuNDk2IDQ5MC40OTYgMCAwIDAgNTMzLjMxMiAzMnoiIHAtaWQ9IjI3NjAwIiBmaWxsPSIjZjBmNmZjIj48L3BhdGg+PC9zdmc+";
20910
+ const logoGithubWhite = "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='1728468092548'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='27599'%20id='mx_n_1728468092549'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M533.312%2032A490.496%20490.496%200%200%200%2042.688%20522.688a490.24%20490.24%200%200%200%20335.488%20465.472c24.512%204.288%2033.664-10.432%2033.664-23.296%200-11.648-0.576-50.24-0.576-91.392-123.264%2022.72-155.136-30.08-164.928-57.6-5.568-14.08-29.44-57.664-50.368-69.312-17.152-9.216-41.664-31.936-0.64-32.512%2038.72-0.64%2066.304%2035.584%2075.52%2050.304%2044.16%2074.24%20114.688%2053.312%20142.912%2040.448%204.224-31.872%2017.152-53.376%2031.232-65.664-109.184-12.224-223.232-54.528-223.232-242.24%200-53.312%2019.008-97.472%2050.304-131.84-4.928-12.288-22.08-62.592%204.864-130.048%200%200%2041.088-12.864%20134.976%2050.304a454.72%20454.72%200%200%201%20122.688-16.576c41.664%200%2083.392%205.568%20122.624%2016.576%2093.888-63.808%20134.912-50.304%20134.912-50.304%2027.008%2067.456%209.856%20117.76%204.928%20130.048%2031.296%2034.368%2050.304%2077.888%2050.304%20131.84%200%20188.288-114.688%20229.952-223.872%20242.24%2017.792%2015.36%2033.088%2044.8%2033.088%2090.816%200%2065.6-0.576%20118.4-0.576%20134.912%200%2012.864%209.216%2028.224%2033.728%2023.36A491.456%20491.456%200%200%200%201024%20522.688%20490.496%20490.496%200%200%200%20533.312%2032z'%20p-id='27600'%20fill='%23f0f6fc'%3e%3c/path%3e%3c/svg%3e";
21064
20911
  const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21065
20912
  __proto__: null,
21066
20913
  default: logoGithubWhite
21067
20914
  }, Symbol.toStringTag, { value: "Module" }));
21068
- const logoGithub = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMvZ2l0aHViPC90aXRsZT4KICAgIDxnIGlkPSJpYy9naXRodWIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xNS4wMTE5OTgsMC41IEM2Ljk4NzIzOCwwLjUgMC41LDcuMDM1MDYyNzcgMC41LDE1LjExOTgyNjYgQzAuNSwyMS41ODI0MDk2IDQuNjU2NTk2OTcsMjcuMDUyODUxMiAxMC40MjI4OTg3LDI4Ljk4OTAxMjEgQzExLjE0MzgzNSwyOS4xMzQ1NjU3IDExLjQwNzkxMDksMjguNjc0NDM3OSAxMS40MDc5MTA5LDI4LjI4NzM4NCBDMTEuNDA3OTEwOSwyNy45NDg0NTE4IDExLjM4NDE0NzEsMjYuNzg2Njk1OSAxMS4zODQxNDcxLDI1LjU3NjIyNDEgQzcuMzQ3MjYwNTUsMjYuNDQ3NzYzOCA2LjUwNjYxMzgzLDIzLjgzMzQ0MTYgNi41MDY2MTM4MywyMy44MzM0NDE2IEM1Ljg1Nzg2MDMzLDIyLjEzOTA3ODEgNC44OTY2MTIwMSwyMS43MDM2MDUzIDQuODk2NjEyMDEsMjEuNzAzNjA1MyBDMy41NzUzNDExMywyMC44MDgwMDQ2IDQuOTkyODU1NjYsMjAuODA4MDA0NiA0Ljk5Mjg1NTY2LDIwLjgwODAwNDYgQzYuNDU4NDkyMDEsMjAuOTA0ODQyNCA3LjIyNzU1MDA4LDIyLjMwODY5MjcgNy4yMjc1NTAwOCwyMi4zMDg2OTI3IEM4LjUyNDc2MDA0LDI0LjUzNTM2NjggMTAuNjE1MDg5LDIzLjkwNjIxODUgMTEuNDU2MDMyNywyMy41MTg4Njc1IEMxMS41NzYwNDAzLDIyLjU3NDg0OCAxMS45NjA3MTc4LDIxLjkyMTM0MTcgMTIuMzY5MTU5MiwyMS41NTgzNDg2IEM5LjE0OTQ1MjYzLDIxLjIxOTQxNjUgNS43NjE5MTM3MywxOS45NjA4MjI4IDUuNzYxOTEzNzMsMTQuMzQ1MTI0NiBDNS43NjE5MTM3MywxMi43NDc1OTg4IDYuMzM4MTg3NDQsMTEuNDQwNTg2MiA3LjI1MTMxMzk0LDEwLjQyNDA4NjkgQzcuMTA3MjQ1NTEsMTAuMDYxMDkzOSA2LjYwMjU2MDQ0LDguNTYwMTA4NzkgNy4zOTU2Nzk0Miw2LjU1MTE3MTA4IEM3LjM5NTY3OTQyLDYuNTUxMTcxMDggOC42MjEwMDM2OSw2LjE2MzgyMDA5IDExLjM4Mzg1LDguMDUxODU5MTMgQzEyLjU2NjcyMjgsNy43MzE4Mzc4OCAxMy43ODY2MDAzLDcuNTY5MDQxMDYgMTUuMDExOTk4LDcuNTY3NjcwMzkgQzE2LjIzNzMyMjMsNy41Njc2NzAzOSAxNy40ODY0MTA0LDcuNzM3Mjg0OTcgMTguNjM5ODQ5LDguMDUxODU5MTMgQzIxLjQwMjk5MjQsNi4xNjM4MjAwOSAyMi42MjgzMTY2LDYuNTUxMTcxMDggMjIuNjI4MzE2Niw2LjU1MTE3MTA4IEMyMy40MjE0MzU2LDguNTYwMTA4NzkgMjIuOTE2NDUzNSwxMC4wNjEwOTM5IDIyLjc3MjM4NTEsMTAuNDI0MDg2OSBDMjMuNzA5NTcyNSwxMS40NDA1ODYyIDI0LjI2MjA4MjMsMTIuNzQ3NTk4OCAyNC4yNjIwODIzLDE0LjM0NTEyNDYgQzI0LjI2MjA4MjMsMTkuOTYwODIyOCAyMC44NzQ1NDM0LDIxLjE5NTA1ODYgMTcuNjMwNzc1OSwyMS41NTgzNDg2IEMxOC4xNTk1MjE5LDIyLjAxODE3OTQgMTguNjE1Nzg4MSwyMi44ODk0MjIxIDE4LjYxNTc4ODEsMjQuMjY5MjExNSBDMTguNjE1Nzg4MSwyNi4yMjk3MzAzIDE4LjU5MjAyNDIsMjcuODAzMTk1MiAxOC41OTIwMjQyLDI4LjI4NzA4NjkgQzE4LjU5MjAyNDIsMjguNjc0NDM3OSAxOC44NTYzOTcyLDI5LjEzNDU2NTcgMTkuNTc3MDM2NCwyOC45ODkzMDkxIEMyNS4zNDMzMzgyLDI3LjA1MjU1NDEgMjkuNSwyMS41ODI0MDk2IDI5LjUsMTUuMTE5ODI2NiBDMjkuNTIzNjk5LDcuMDM1MDYyNzcgMjMuMDEyNjk3MiwwLjUgMTUuMDExOTk4LDAuNSBaIiBpZD0i6Lev5b6EIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==";
20915
+ const logoGithub = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic/github%3c/title%3e%3cg%20id='ic/github'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M15.011998,0.5%20C6.987238,0.5%200.5,7.03506277%200.5,15.1198266%20C0.5,21.5824096%204.65659697,27.0528512%2010.4228987,28.9890121%20C11.143835,29.1345657%2011.4079109,28.6744379%2011.4079109,28.287384%20C11.4079109,27.9484518%2011.3841471,26.7866959%2011.3841471,25.5762241%20C7.34726055,26.4477638%206.50661383,23.8334416%206.50661383,23.8334416%20C5.85786033,22.1390781%204.89661201,21.7036053%204.89661201,21.7036053%20C3.57534113,20.8080046%204.99285566,20.8080046%204.99285566,20.8080046%20C6.45849201,20.9048424%207.22755008,22.3086927%207.22755008,22.3086927%20C8.52476004,24.5353668%2010.615089,23.9062185%2011.4560327,23.5188675%20C11.5760403,22.574848%2011.9607178,21.9213417%2012.3691592,21.5583486%20C9.14945263,21.2194165%205.76191373,19.9608228%205.76191373,14.3451246%20C5.76191373,12.7475988%206.33818744,11.4405862%207.25131394,10.4240869%20C7.10724551,10.0610939%206.60256044,8.56010879%207.39567942,6.55117108%20C7.39567942,6.55117108%208.62100369,6.16382009%2011.38385,8.05185913%20C12.5667228,7.73183788%2013.7866003,7.56904106%2015.011998,7.56767039%20C16.2373223,7.56767039%2017.4864104,7.73728497%2018.639849,8.05185913%20C21.4029924,6.16382009%2022.6283166,6.55117108%2022.6283166,6.55117108%20C23.4214356,8.56010879%2022.9164535,10.0610939%2022.7723851,10.4240869%20C23.7095725,11.4405862%2024.2620823,12.7475988%2024.2620823,14.3451246%20C24.2620823,19.9608228%2020.8745434,21.1950586%2017.6307759,21.5583486%20C18.1595219,22.0181794%2018.6157881,22.8894221%2018.6157881,24.2692115%20C18.6157881,26.2297303%2018.5920242,27.8031952%2018.5920242,28.2870869%20C18.5920242,28.6744379%2018.8563972,29.1345657%2019.5770364,28.9893091%20C25.3433382,27.0525541%2029.5,21.5824096%2029.5,15.1198266%20C29.523699,7.03506277%2023.0126972,0.5%2015.011998,0.5%20Z'%20id='路径'%20fill='%23000000'%3e%3c/path%3e%3c/g%3e%3c/svg%3e";
21069
20916
  const __vite_glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21070
20917
  __proto__: null,
21071
20918
  default: logoGithub
21072
20919
  }, Symbol.toStringTag, { value: "Module" }));
21073
- const logoGitlab = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjc3NzIgMTkuOTYxTDMxLjExNzMgMTQuODUyNkwyNy44Mjc3IDQuNzI3NjhDMjcuNjU4NSA0LjIwNjc2IDI2LjkyMTUgNC4yMDY3NiAyNi43NTIyIDQuNzI3NjhMMjMuNDYyMyAxNC44NTI1SDEyLjUzODFMOS4yNDgyOSA0LjcyNzZDOS4wNzkwOSA0LjIwNjY4IDguMzQyMDkgNC4yMDY2OCA4LjE3Mjc1IDQuNzI3Nkw0Ljg4MzA3IDE0Ljg1MjVMMy4yMjMzMyAxOS45NjExQzMuMTQ5NTIgMjAuMTg4MiAzLjE0OTUyIDIwLjQzMjggMy4yMjMzMSAyMC42NkMzLjI5NzA5IDIwLjg4NzEgMy40NDA4OSAyMS4wODUgMy42MzQwOSAyMS4yMjU0TDE3Ljk5OTkgMzEuNjYyOUwzMi4zNjU4IDIxLjIyNTVDMzIuNzYyMSAyMC45Mzc1IDMyLjkyOCAyMC40MjcgMzIuNzc2NiAxOS45NjExIiBmaWxsPSIjRkM2RDI2Ii8+CjxwYXRoIGQ9Ik0xOC4wMDAyIDMxLjY2MjNMMjMuNDYyMyAxNC44NTE2SDEyLjUzODFMMTguMDAwMiAzMS42NjIzWiIgZmlsbD0iI0UyNDMyOSIvPgo8cGF0aCBkPSJNMTcuOTk5NyAzMS42NjI3TDEyLjUzNzYgMTQuODUyNUg0Ljg4MjgxTDE3Ljk5OTcgMzEuNjYyN1oiIGZpbGw9IiNGQzZEMjYiLz4KPHBhdGggZD0iTTQuODgzMjEgMTQuODUyNUwzLjIyMzMyIDE5Ljk2MTFDMy4xNDk1MiAyMC4xODgyIDMuMTQ5NTIgMjAuNDMyOSAzLjIyMzMyIDIwLjY2QzMuMjk3MTIgMjAuODg3MSAzLjQ0MDk0IDIxLjA4NSAzLjYzNDE2IDIxLjIyNTRMMTggMzEuNjYzTDQuODgzMjEgMTQuODUyNVoiIGZpbGw9IiNGQ0EzMjYiLz4KPHBhdGggZD0iTTQuODgyODEgMTQuODUxNkgxMi41Mzc2TDkuMjQ3ODEgNC43MjY2OEM5LjA3ODYxIDQuMjA1NjkgOC4zNDE1NSA0LjIwNTY5IDguMTcyMzUgNC43MjY2OEw0Ljg4MjgxIDE0Ljg1MTZaIiBmaWxsPSIjRTI0MzI5Ii8+CjxwYXRoIGQ9Ik0xOC4wMDAxIDMxLjY2MjdMMjMuNDYyMiAxNC44NTI1SDMxLjExN0wxOC4wMDAxIDMxLjY2MjdaIiBmaWxsPSIjRkM2RDI2Ii8+CjxwYXRoIGQ9Ik0zMS4xMTc4IDE0Ljg1MjVMMzIuNzc3NyAxOS45NjExQzMyLjg1MTUgMjAuMTg4MiAzMi44NTE1IDIwLjQzMjkgMzIuNzc3NyAyMC42NkMzMi43MDM5IDIwLjg4NzEgMzIuNTYwMSAyMS4wODUgMzIuMzY2OCAyMS4yMjU0TDE4LjAwMSAzMS42NjNMMzEuMTE3OCAxNC44NTI1WiIgZmlsbD0iI0ZDQTMyNiIvPgo8cGF0aCBkPSJNMzEuMTE2NyAxNC44NTE2SDIzLjQ2MTlMMjYuNzUxNyA0LjcyNjY4QzI2LjkyMSA0LjIwNTY5IDI3LjY1OCA0LjIwNTY5IDI3LjgyNzIgNC43MjY2OEwzMS4xMTY3IDE0Ljg1MTZaIiBmaWxsPSIjRTI0MzI5Ii8+Cjwvc3ZnPgo=";
20920
+ const logoGitlab = "data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32.7772%2019.961L31.1173%2014.8526L27.8277%204.72768C27.6585%204.20676%2026.9215%204.20676%2026.7522%204.72768L23.4623%2014.8525H12.5381L9.24829%204.7276C9.07909%204.20668%208.34209%204.20668%208.17275%204.7276L4.88307%2014.8525L3.22333%2019.9611C3.14952%2020.1882%203.14952%2020.4328%203.22331%2020.66C3.29709%2020.8871%203.44089%2021.085%203.63409%2021.2254L17.9999%2031.6629L32.3658%2021.2255C32.7621%2020.9375%2032.928%2020.427%2032.7766%2019.9611'%20fill='%23FC6D26'/%3e%3cpath%20d='M18.0002%2031.6623L23.4623%2014.8516H12.5381L18.0002%2031.6623Z'%20fill='%23E24329'/%3e%3cpath%20d='M17.9997%2031.6627L12.5376%2014.8525H4.88281L17.9997%2031.6627Z'%20fill='%23FC6D26'/%3e%3cpath%20d='M4.88321%2014.8525L3.22332%2019.9611C3.14952%2020.1882%203.14952%2020.4329%203.22332%2020.66C3.29712%2020.8871%203.44094%2021.085%203.63416%2021.2254L18%2031.663L4.88321%2014.8525Z'%20fill='%23FCA326'/%3e%3cpath%20d='M4.88281%2014.8516H12.5376L9.24781%204.72668C9.07861%204.20569%208.34155%204.20569%208.17235%204.72668L4.88281%2014.8516Z'%20fill='%23E24329'/%3e%3cpath%20d='M18.0001%2031.6627L23.4622%2014.8525H31.117L18.0001%2031.6627Z'%20fill='%23FC6D26'/%3e%3cpath%20d='M31.1178%2014.8525L32.7777%2019.9611C32.8515%2020.1882%2032.8515%2020.4329%2032.7777%2020.66C32.7039%2020.8871%2032.5601%2021.085%2032.3668%2021.2254L18.001%2031.663L31.1178%2014.8525Z'%20fill='%23FCA326'/%3e%3cpath%20d='M31.1167%2014.8516H23.4619L26.7517%204.72668C26.921%204.20569%2027.658%204.20569%2027.8272%204.72668L31.1167%2014.8516Z'%20fill='%23E24329'/%3e%3c/svg%3e";
21074
20921
  const __vite_glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21075
20922
  __proto__: null,
21076
20923
  default: logoGitlab
21077
20924
  }, Symbol.toStringTag, { value: "Module" }));
21078
- const logoHb = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkwIiBoZWlnaHQ9IjI5MCIgdmlld0JveD0iMCAwIDI5MCAyOTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyOTAiIGhlaWdodD0iMjkwIiByeD0iMTQ1IiBmaWxsPSIjMUI5RjM1Ii8+CjxwYXRoIGQ9Ik0yMzIuNSA2OS41SDU3LjVMNzAuOTYyNSAyMjdMMTQ1IDI0NC41TDIxOS4wMzggMjI3TDIzMi41IDY5LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTUgOTQuNUgxMDcuNVYxMzJIMTgyLjVWOTQuNUgxOTVWMTk0LjVIMTgyLjVWMTQ0LjVIMTA3LjVWMTk0LjVIOTVWOTQuNVoiIGZpbGw9IiMxQjlGMzUiLz4KPC9zdmc+Cg==";
20925
+ const logoHb = "data:image/svg+xml,%3csvg%20width='290'%20height='290'%20viewBox='0%200%20290%20290'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='290'%20height='290'%20rx='145'%20fill='%231B9F35'/%3e%3cpath%20d='M232.5%2069.5H57.5L70.9625%20227L145%20244.5L219.038%20227L232.5%2069.5Z'%20fill='white'/%3e%3cpath%20d='M95%2094.5H107.5V132H182.5V94.5H195V194.5H182.5V144.5H107.5V194.5H95V94.5Z'%20fill='%231B9F35'/%3e%3c/svg%3e";
21079
20926
  const __vite_glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21080
20927
  __proto__: null,
21081
20928
  default: logoHb
21082
20929
  }, Symbol.toStringTag, { value: "Module" }));
21083
- const logoHuawei = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWMvaHVhd2VpPC90aXRsZT4KICAgIDxnIGlkPSJpYy9odWF3ZWkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik0xMi45MTk0MzA2LDIwLjEzNjE5MDYgQzEyLjk1MjI0NjUsMjAuMTA5NDY5MSAxMi45NjYzMTA0LDIwLjA2Mzk5NTYgMTIuOTQ0Mjc2OSwyMC4wMjYwMjMgQzEwLjY5Njg1OCwxNS4yMDMwMjY1IDcuODk1Nzg4NDMsMTAuNjU4NDk2MSA0LjU5NTQ0ODY4LDYuNDg0MzE2NDIgQzQuNTk1NDQ4NjgsNi40ODQzMTY0MiAxLjk3MTU4NDgxLDguOTY4OTQ3MiAyLjE1ODYzNTMyLDExLjQ2ODU3OTUgQzIuMjUyMzk0OTcsMTIuNjMyMTM2OCAyLjc5NDMyNTc2LDEzLjcxMjcxNjggMy42Nzg5NDgwOCwxNC40Njg4ODg0IEM1Ljk2NjY4MzU5LDE2LjY5ODk2MTcgMTEuNTA2NDcyNiwxOS41MTMxNTc3IDEyLjc5NDczMDMsMjAuMTUwNzIzMyBDMTIuODM1NTE1NywyMC4xNzMyMjU2IDEyLjg4NjYxNDcsMjAuMTY1NzI0OSAxMi45MTg0OTMsMjAuMTMxOTcxNCBNMTIuMDYzNDA1LDIyLjA0NDY2ODMgQzEyLjA0NjA1OTQsMjEuOTk0MDM4MSAxMS45OTg3MTA4LDIxLjk2MDI4NDYgMTEuOTQ0Nzk5LDIxLjk2MDI4NDYgTDExLjk0NDc5OSwyMS45NjMwOTc0IEwyLjcyMTY2MjAzLDIyLjI4NDIyNDIgQzMuNzIxNjA4NzIsMjQuMDY4MDAxNiA1LjQwNjAwMDg3LDI1LjQ1MjM2MjggNy4xNjExODE1NiwyNS4wMjg1NjkyIEM4LjM3MjA4NzQ2LDI0LjcyNTcyNTUgMTEuMTE2NDMyNSwyMi44MTIwOTEgMTIuMDE5ODA2NywyMi4xNjYwODcgTDEyLjAxODg2OTEsMjIuMTYyMzM2NiBDMTIuMDg3NzgyNSwyMi4wOTk5ODY1IDEyLjA2MjkzNjIsMjIuMDQ5ODI1MSAxMi4wNjI5MzYyLDIyLjA0OTgyNTEgTTEyLjIwMjE2OTMsMjEuMjIwMDUyMSBDMTIuMjQ2MjM2MywyMS4xNDczODg0IDEyLjE2NzQ3ODIsMjEuMDg1MDM4MiAxMi4xNjc0NzgyLDIxLjA4NTAzODIgTDEyLjE2ODQxNTgsMjEuMDgxMjg3OSBDOC4xMTc1MzAwMSwxOC4zNDQ5MTI0IDAuMjY2MDk2NzQsMTQuMTQ5NjM2OCAwLjI2NjA5Njc0LDE0LjE0OTYzNjggQy0wLjYxNjY1MDM4NCwxNi44Nzg5ODAyIDAuNzYzMDIyODk3LDE5LjgyNTg0NjEgMy40MjU3OTcwMiwyMC44OTQ3MDYyIEMzLjk4ODg1OTMyLDIxLjExODQ1NzQgNC41ODQ0NDI1MiwyMS4yNDk1NDI3IDUuMTg5NDE2MDcsMjEuMjgyODcxMSBDNS4zMjgxODAzNiwyMS4zMDg2NTUgMTAuNjc0MzU1NywyMS4yODU2ODM5IDEyLjEwNzAwMzIsMjEuMjc5MTIwNyBDMTIuMTQ3MzE5OSwyMS4yNzQ0MzI3IDEyLjE4Mjk0ODUsMjEuMjUwOTkyOCAxMi4yMDI2MzgxLDIxLjIxNDg5NTQgTTEyLjgxNDQxOTgsMi41MDA0Njg4IEMxMi40MTIxOTA5LDIuNTM1MTU5ODcgMTEuMzI4MzI5MywyLjc4MTc0Nzc1IDExLjMyODMyOTMsMi43ODE3NDc3NSBDOS44OTgwNTc4MSwzLjE0Njg1OTM0IDguNzU2ODY1NTQsNC4yMjMyMDUxIDguMzA4Nzk5Nyw1LjYyOTY5NzE5IEM4LjA1NTY0ODY0LDYuNTg4ODU4NDMgOC4wNjAzMzY2Miw3LjU5NzcxMjI5IDguMzIxNDU3MjUsOC41NTQ5OTgzMyBDOS4xMzU3NTk4MywxMi4xNzEzMDgxIDEzLjE0NzczNTMsMTguMTE1MjAxMyAxNC4wMDc5ODAyLDE5LjM2MTczNTggQzE0LjA2ODkyMzksMTkuNDIyNjc5NiAxNC4xMTkwODUzLDE5LjQwMDE3NzMgMTQuMTE5MDg1MywxOS40MDAxNzczIEMxNC4xNzE1OTA3LDE5LjM4NzUxOTcgMTQuMjA3MjE5NCwxOS4zMzkyMzM1IDE0LjIwNDQwNjYsMTkuMjg1MzIxNyBMMTQuMjA2MjgxOCwxOS4yODUzMjE3IEMxNS41MzIwNDMzLDYuMDE2OTI0NTUgMTIuODEzOTUxLDIuNSAxMi44MTM5NTEsMi41IE0xNS44NjcyMzQxLDE5LjM5NzM2NDUgQzE1LjkxNzg2NDMsMTkuNDE3NTIyOCAxNS45NzUwNTc3LDE5LjM5NjQyNjkgMTYuMDAwMzcyOCwxOS4zNDc2NzE5IEwxNi4wMDEzMTA0LDE5LjM0NzY3MTkgQzE2Ljg5MjAyNzEsMTguMDY2OTE1IDIwLjg3MzUzMDcsMTIuMTU2MzA2NiAyMS42ODQwODI5LDguNTU1OTM1OTMgQzIxLjkyNjIwODcsNy41OTY2NTQyNSAyMS45MzE1MTc5LDYuNTkyODkyODcgMjEuNjk5NTUzMiw1LjYzMTEwMzU4IEMyMS4yNDU5MjcyLDQuMjE3NzUyMTYgMjAuMDkyNDA3NSwzLjE0MDM0MTMzIDE4LjY1MTQyNjksMi43ODQwOTE3NSBDMTguNjUxNDI2OSwyLjc4NDA5MTc1IDE3Ljk0NjM1NDMsMi42MDU5NDg0MSAxNy4xOTkwODk5LDIuNTAxNDA2MzkgQzE3LjE5OTA4OTksMi41MDE0MDYzOSAxNC40NjUwNTg1LDYuMDIwMjA2MTQgMTUuNzk0NTcwMywxOS4yOTcwNDE3IEwxNS43OTY0NDU1LDE5LjI5NzA0MTcgQzE1Ljc5NjkxNDMsMTkuMzQyMDQ2MyAxNS44MjQ1NzM0LDE5LjM4MTQyNTQgMTUuODY2NzY1MywxOS4zOTc4MzMzIE0xOC4wNDk5NTg4LDIxLjk2MzA5NzQgQzE4LjA0OTk1ODgsMjEuOTYzMDk3NCAxNy45NjkzMjU1LDIxLjk3Mzg3OTcgMTcuOTQ2ODIzMSwyMi4wMzM0MTcxIEMxNy45MzYwNDA4LDIyLjA3ODg5MDYgMTcuOTQ5NjM1OSwyMi4xMjYyMzkyIDE3Ljk4MjQ1MTgsMjIuMTU5MDU1MSBMMTcuOTgxNTE0MiwyMi4xNTkwNTUxIEMxOC44NjM3OTI1LDIyLjc5MTkzMjcgMjEuNTQ0MzgxLDI0LjY2NDMxMyAyMi44MzA3NjM0LDI1LjAyNzE2MjggQzIyLjgzMDc2MzQsMjUuMDI3MTYyOCAyNS4yMTUwNzE0LDI1LjgzODE4MzggMjcuMjg2MjIyMSwyMi4yODE4ODAyIEwxOC4wNTA4OTY0LDIxLjk1OTgxNTggTDE4LjA0OTk1ODgsMjEuOTYzMDk3NCBaIE0yOS43NDE3ODc0LDE0LjEzMDQxNiBDMjkuNzQxNzg3NCwxNC4xMzA0MTYgMjEuOTAxMTM2NSwxOC4zMzY5NDI4IDE3Ljg0NjUwMDMsMjEuMDcyMzgwNyBMMTcuODQ3NDM3OSwyMS4wNzIzODA3IEMxNy44MDA1NTgxLDIxLjEwMjg1MjYgMTcuNzg2NDk0MSwyMS4xNTY3NjQ0IDE3LjgwMDU1ODEsMjEuMjA3Mzk0NiBDMTcuODAwNTU4MSwyMS4yMDczOTQ2IDE3LjgzODk5OTUsMjEuMjc2MzA3OSAxNy44OTYxOTI5LDIxLjI3NjMwNzkgTDE3Ljg5NjE5MjksMjEuMjc4MTgzMSBMMjQuOTc1MDQ2NywyMS4yNTk0MzEyIEMyNS41MTk2NDc1LDIxLjIxNjc2OTcgMjYuMDU0OTA0OSwyMS4wOTM1NDA0IDI2LjU2MzMzNTIsMjAuODkzNzY4NiBDMjcuODg3ODI4OSwyMC4zNzQ0NTI5IDI4Ljk1NDQ1NDQsMTkuMzU0MzEyMyAyOS41MzIyMzQ2LDE4LjA1NDI1NzUgQzMwLjA3NDg0MjksMTYuODE0NjQ5OCAzMC4xNDc5OTIsMTUuNDE5OTg1IDI5LjczODAzNywxNC4xMzA0MTYgTTE3LjEwMjA0ODcsMjAuMTMxMDMzOCBDMTcuMTM4MzM2MiwyMC4xNTc5MjY2IDE3LjE4Njg0ODEsMjAuMTYxNTc0MSAxNy4yMjY3NDksMjAuMTQwNDA5NyBMMTcuMjI2NzQ5LDIwLjE0MjI4NDkgQzE4LjU0NzgyMjUsMTkuNDgzMTU0NiAyNC4wNDYzNTczLDE2LjY4NzI0MTggMjYuMzIzMzEwNSwxNC40Njg0MTk2IEMyNy4yMDc0MzA0LDEzLjcwMTM1MzkgMjcuNzUzMjQzMSwxMi42MTY0NjcgMjcuODQyMjE2OCwxMS40NDkzNTg4IEMyOC4wMDgxNzE0LDguODcwOTY4MzYgMjUuNDA4MjE2Myw2LjQ3Nzc1MzI0IDI1LjQwODIxNjMsNi40Nzc3NTMyNCBDMjIuMTE2NjI4NiwxMC42NDAyNzA2IDE5LjMxOTc4MSwxNS4xNzExMDcgMTcuMDczOTIwOCwxOS45NzkxNDMxIEwxNy4wNzY3MzM2LDE5Ljk3OTE0MzEgQzE3LjA1MjM1MDEsMjAuMDI4MjcxOCAxNy4wNjIzODE2LDIwLjA4NzUxNDYgMTcuMTAxNTc5OSwyMC4xMjU4NzciIGlkPSLlvaLnirYiIGZpbGw9IiNFMTIyMjkiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+";
20930
+ const logoHuawei = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='30px'%20height='30px'%20viewBox='0%200%2030%2030'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eic/huawei%3c/title%3e%3cg%20id='ic/huawei'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M12.9194306,20.1361906%20C12.9522465,20.1094691%2012.9663104,20.0639956%2012.9442769,20.026023%20C10.696858,15.2030265%207.89578843,10.6584961%204.59544868,6.48431642%20C4.59544868,6.48431642%201.97158481,8.9689472%202.15863532,11.4685795%20C2.25239497,12.6321368%202.79432576,13.7127168%203.67894808,14.4688884%20C5.96668359,16.6989617%2011.5064726,19.5131577%2012.7947303,20.1507233%20C12.8355157,20.1732256%2012.8866147,20.1657249%2012.918493,20.1319714%20M12.063405,22.0446683%20C12.0460594,21.9940381%2011.9987108,21.9602846%2011.944799,21.9602846%20L11.944799,21.9630974%20L2.72166203,22.2842242%20C3.72160872,24.0680016%205.40600087,25.4523628%207.16118156,25.0285692%20C8.37208746,24.7257255%2011.1164325,22.812091%2012.0198067,22.166087%20L12.0188691,22.1623366%20C12.0877825,22.0999865%2012.0629362,22.0498251%2012.0629362,22.0498251%20M12.2021693,21.2200521%20C12.2462363,21.1473884%2012.1674782,21.0850382%2012.1674782,21.0850382%20L12.1684158,21.0812879%20C8.11753001,18.3449124%200.26609674,14.1496368%200.26609674,14.1496368%20C-0.616650384,16.8789802%200.763022897,19.8258461%203.42579702,20.8947062%20C3.98885932,21.1184574%204.58444252,21.2495427%205.18941607,21.2828711%20C5.32818036,21.308655%2010.6743557,21.2856839%2012.1070032,21.2791207%20C12.1473199,21.2744327%2012.1829485,21.2509928%2012.2026381,21.2148954%20M12.8144198,2.5004688%20C12.4121909,2.53515987%2011.3283293,2.78174775%2011.3283293,2.78174775%20C9.89805781,3.14685934%208.75686554,4.2232051%208.3087997,5.62969719%20C8.05564864,6.58885843%208.06033662,7.59771229%208.32145725,8.55499833%20C9.13575983,12.1713081%2013.1477353,18.1152013%2014.0079802,19.3617358%20C14.0689239,19.4226796%2014.1190853,19.4001773%2014.1190853,19.4001773%20C14.1715907,19.3875197%2014.2072194,19.3392335%2014.2044066,19.2853217%20L14.2062818,19.2853217%20C15.5320433,6.01692455%2012.813951,2.5%2012.813951,2.5%20M15.8672341,19.3973645%20C15.9178643,19.4175228%2015.9750577,19.3964269%2016.0003728,19.3476719%20L16.0013104,19.3476719%20C16.8920271,18.066915%2020.8735307,12.1563066%2021.6840829,8.55593593%20C21.9262087,7.59665425%2021.9315179,6.59289287%2021.6995532,5.63110358%20C21.2459272,4.21775216%2020.0924075,3.14034133%2018.6514269,2.78409175%20C18.6514269,2.78409175%2017.9463543,2.60594841%2017.1990899,2.50140639%20C17.1990899,2.50140639%2014.4650585,6.02020614%2015.7945703,19.2970417%20L15.7964455,19.2970417%20C15.7969143,19.3420463%2015.8245734,19.3814254%2015.8667653,19.3978333%20M18.0499588,21.9630974%20C18.0499588,21.9630974%2017.9693255,21.9738797%2017.9468231,22.0334171%20C17.9360408,22.0788906%2017.9496359,22.1262392%2017.9824518,22.1590551%20L17.9815142,22.1590551%20C18.8637925,22.7919327%2021.544381,24.664313%2022.8307634,25.0271628%20C22.8307634,25.0271628%2025.2150714,25.8381838%2027.2862221,22.2818802%20L18.0508964,21.9598158%20L18.0499588,21.9630974%20Z%20M29.7417874,14.130416%20C29.7417874,14.130416%2021.9011365,18.3369428%2017.8465003,21.0723807%20L17.8474379,21.0723807%20C17.8005581,21.1028526%2017.7864941,21.1567644%2017.8005581,21.2073946%20C17.8005581,21.2073946%2017.8389995,21.2763079%2017.8961929,21.2763079%20L17.8961929,21.2781831%20L24.9750467,21.2594312%20C25.5196475,21.2167697%2026.0549049,21.0935404%2026.5633352,20.8937686%20C27.8878289,20.3744529%2028.9544544,19.3543123%2029.5322346,18.0542575%20C30.0748429,16.8146498%2030.147992,15.419985%2029.738037,14.130416%20M17.1020487,20.1310338%20C17.1383362,20.1579266%2017.1868481,20.1615741%2017.226749,20.1404097%20L17.226749,20.1422849%20C18.5478225,19.4831546%2024.0463573,16.6872418%2026.3233105,14.4684196%20C27.2074304,13.7013539%2027.7532431,12.616467%2027.8422168,11.4493588%20C28.0081714,8.87096836%2025.4082163,6.47775324%2025.4082163,6.47775324%20C22.1166286,10.6402706%2019.319781,15.171107%2017.0739208,19.9791431%20L17.0767336,19.9791431%20C17.0523501,20.0282718%2017.0623816,20.0875146%2017.1015799,20.125877'%20id='形状'%20fill='%23E12229'%3e%3c/path%3e%3c/g%3e%3c/svg%3e";
21084
20931
  const __vite_glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21085
20932
  __proto__: null,
21086
20933
  default: logoHuawei
21087
20934
  }, Symbol.toStringTag, { value: "Module" }));
21088
- const logoMobile = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjkzOTAwNTM0MTY0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjYwNDAiIGlkPSJteF9uXzE2OTM5MDA1MzQxNjYiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yOTAuMTMzMzMzIDM0LjEzMzMzM2g0NDMuNzMzMzM0YTEwMi40IDEwMi40IDAgMCAxIDEwMi40IDEwMi40djc1MC45MzMzMzRhMTAyLjQgMTAyLjQgMCAwIDEtMTAyLjQgMTAyLjRoLTQ0My43MzMzMzRhMTAyLjQgMTAyLjQgMCAwIDEtMTAyLjQtMTAyLjRWMTM2LjUzMzMzM2ExMDIuNCAxMDIuNCAwIDAgMSAxMDIuNC0xMDIuNHoiIGZpbGw9IiNFNEU5RjAiIHAtaWQ9IjYwNDEiPjwvcGF0aD48cGF0aCBkPSJNNzMzLjg2NjY2NyAzNC4xMzMzMzNhMTAyLjQgMTAyLjQgMCAwIDEgMTAyLjQgMTAyLjR2NzUwLjkzMzMzNGExMDIuNCAxMDIuNCAwIDAgMS0xMDIuNCAxMDIuNGgtNDQzLjczMzMzNGExMDIuNCAxMDIuNCAwIDAgMS0xMDIuNC0xMDIuNFYxMzYuNTMzMzMzYTEwMi40IDEwMi40IDAgMCAxIDEwMi40LTEwMi40aDQ0My43MzMzMzR6TTYxNC40IDExOS40NjY2NjdhMzQuMTMzMzMzIDM0LjEzMzMzMyAwIDAgMS0zNC4xMzMzMzMgMzQuMTMzMzMzaC0xMzYuNTMzMzM0YTM0LjEzMzMzMyAzNC4xMzMzMzMgMCAwIDEtMzQuMTMzMzMzLTM0LjEzMzMzM3YtMzQuMTMzMzM0SDI5MC4xMzMzMzNBNTEuMiA1MS4yIDAgMCAwIDIzOC45MzMzMzMgMTM2LjUzMzMzM3Y3NTAuOTMzMzM0YTUxLjIgNTEuMiAwIDAgMCA1MS4yIDUxLjJoNDQzLjczMzMzNEE1MS4yIDUxLjIgMCAwIDAgNzg1LjA2NjY2NyA4ODcuNDY2NjY3VjEzNi41MzMzMzNhNTEuMiA1MS4yIDAgMCAwLTUxLjItNTEuMkg2MTQuNHYzNC4xMzMzMzR6TTUxMiA3NTAuOTMzMzMzYTY4LjI2NjY2NyA2OC4yNjY2NjcgMCAxIDEgMCAxMzYuNTMzMzM0IDY4LjI2NjY2NyA2OC4yNjY2NjcgMCAwIDEgMC0xMzYuNTMzMzM0eiIgZmlsbD0iIzcwN0E4NyIgcC1pZD0iNjA0MiI+PC9wYXRoPjwvc3ZnPg==";
20935
+ const logoMobile = "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='1693900534164'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='6040'%20id='mx_n_1693900534166'%20width='64'%20height='64'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M290.133333%2034.133333h443.733334a102.4%20102.4%200%200%201%20102.4%20102.4v750.933334a102.4%20102.4%200%200%201-102.4%20102.4h-443.733334a102.4%20102.4%200%200%201-102.4-102.4V136.533333a102.4%20102.4%200%200%201%20102.4-102.4z'%20fill='%23E4E9F0'%20p-id='6041'%3e%3c/path%3e%3cpath%20d='M733.866667%2034.133333a102.4%20102.4%200%200%201%20102.4%20102.4v750.933334a102.4%20102.4%200%200%201-102.4%20102.4h-443.733334a102.4%20102.4%200%200%201-102.4-102.4V136.533333a102.4%20102.4%200%200%201%20102.4-102.4h443.733334zM614.4%20119.466667a34.133333%2034.133333%200%200%201-34.133333%2034.133333h-136.533334a34.133333%2034.133333%200%200%201-34.133333-34.133333v-34.133334H290.133333A51.2%2051.2%200%200%200%20238.933333%20136.533333v750.933334a51.2%2051.2%200%200%200%2051.2%2051.2h443.733334A51.2%2051.2%200%200%200%20785.066667%20887.466667V136.533333a51.2%2051.2%200%200%200-51.2-51.2H614.4v34.133334zM512%20750.933333a68.266667%2068.266667%200%201%201%200%20136.533334%2068.266667%2068.266667%200%200%201%200-136.533334z'%20fill='%23707A87'%20p-id='6042'%3e%3c/path%3e%3c/svg%3e";
21089
20936
  const __vite_glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21090
20937
  __proto__: null,
21091
20938
  default: logoMobile
21092
20939
  }, Symbol.toStringTag, { value: "Module" }));
21093
- const logoWechat = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE1MzJfMTgyKSI+CjxwYXRoIGQ9Ik01LjI3MTY1IDUuMzQxMDRDNC45OTQxOSA1LjM0MTA0IDQuNzE2NzQgNS41MjYwMSA0LjcxNjc0IDUuODAzNDdDNC43MTY3NCA2LjA4MDkzIDQuOTk0MTkgNi4yNjU5IDUuMjcxNjUgNi4yNjU5QzUuNTQ5MTEgNi4yNjU5IDUuNzM0MDggNi4wODA5MyA1LjczNDA4IDUuODAzNDdDNS43MzQwOCA1LjUxNDQ1IDUuNTQ5MTEgNS4zNDEwNCA1LjI3MTY1IDUuMzQxMDRaTTkuMDI4ODcgOC4wMjMxMkM4Ljg0MzkgOC4wMjMxMiA4LjY3MDQ5IDguMjE5NjUgOC42NzA0OSA4LjM5MzA2QzguNjcwNDkgOC41ODk2IDguODU1NDYgOC43NjMwMSA5LjAyODg3IDguNzYzMDFDOS4zMDYzMyA4Ljc2MzAxIDkuNDkxMyA4LjU3ODA0IDkuNDkxMyA4LjM5MzA2QzkuNDkxMyA4LjIwODA5IDkuMzA2MzMgOC4wMjMxMiA5LjAyODg3IDguMDIzMTJaTTcuODM4MTIgNi4yNjU5QzguMTE1NTggNi4yNjU5IDguMzAwNTUgNi4wNjkzNyA4LjMwMDU1IDUuODAzNDdDOC4zMDA1NSA1LjUyNjAxIDguMTE1NTggNS4zNDEwNCA3LjgzODEyIDUuMzQxMDRDNy41NjA2NyA1LjM0MTA0IDcuMjgzMjEgNS41MjYwMSA3LjI4MzIxIDUuODAzNDdDNy4yODMyMSA2LjA4MDkzIDcuNTYwNjcgNi4yNjU5IDcuODM4MTIgNi4yNjU5Wk0xMS4wNDA0IDguMDIzMTJDMTAuODU1NSA4LjAyMzEyIDEwLjY4MjEgOC4yMTk2NSAxMC42ODIxIDguMzkzMDZDMTAuNjgyMSA4LjU4OTYgMTAuODY3IDguNzYzMDEgMTEuMDQwNCA4Ljc2MzAxQzExLjMxNzkgOC43NjMwMSAxMS41MDI5IDguNTc4MDQgMTEuNTAyOSA4LjM5MzA2QzExLjUwMjkgOC4yMDgwOSAxMS4zMTc5IDguMDIzMTIgMTEuMDQwNCA4LjAyMzEyWiIgZmlsbD0iIzI4QzQ0NSIvPgo8cGF0aCBkPSJNNy45NzY4OCAwLjA0NjI0MThDMy41NzIyNSAwLjA0NjI0MTggMCAzLjYxODUgMCA4LjAyMzEyQzAgMTIuNDI3NyAzLjU3MjI1IDE2IDcuOTc2ODggMTZDMTIuMzgxNSAxNiAxNS45NTM4IDEyLjQyNzcgMTUuOTUzOCA4LjAyMzEyQzE1Ljk1MzggMy42MTg1IDEyLjM4MTUgMC4wNDYyNDE4IDcuOTc2ODggMC4wNDYyNDE4Wk02LjQ2MjQzIDEwLjA2OTRDNiAxMC4wNjk0IDUuNjMwMDYgOS45NzY4OCA1LjE5MDc1IDkuODcyODNMMy45MTkwOCAxMC41MjAyTDQuMjc3NDYgOS4zOTg4NEMzLjM2NDE2IDguNzUxNDQgMi44MDkyNSA3LjkwNzUxIDIuODA5MjUgNi45MDE3M0MyLjgwOTI1IDUuMTMyOTUgNC40NjI0MyAzLjc0NTY2IDYuNDYyNDMgMy43NDU2NkM4LjI1NDM0IDMuNzQ1NjYgOS44MzgxNSA0Ljg1NTQ5IDEwLjE1MDMgNi4zNDY4MkMxMC4wMzQ3IDYuMzM1MjYgOS45MTkwOCA2LjMyMzcgOS44MDM0NyA2LjMyMzdDOC4wNjkzNiA2LjM0NjgyIDYuNzA1MiA3LjY1MzE4IDYuNzA1MiA5LjI3MTY4QzYuNzA1MiA5LjUzNzU3IDYuNzUxNDUgOS43OTE5MSA2LjgyMDgxIDEwLjA0NjJDNi43MDUyIDEwLjA1NzggNi41NzgwMyAxMC4wNjk0IDYuNDYyNDMgMTAuMDY5NFpNMTEuODcyOCAxMS4zNjQyTDEyLjE1MDMgMTIuMjg5TDExLjE1NjEgMTEuNzM0MUMxMC43OTc3IDExLjgyNjYgMTAuNDI3NyAxMS45MTkxIDEwLjA1NzggMTEuOTE5MUM4LjMxMjE0IDExLjkxOTEgNi45MzY0MiAxMC43MTY4IDYuOTM2NDIgOS4yMjU0M0M2LjkyNDg2IDcuNzQ1NjYgOC4zMDA1OCA2LjU0MzM1IDEwLjAzNDcgNi41NDMzNUMxMS42ODc5IDYuNTQzMzUgMTMuMTQ0NSA3Ljc1NzIyIDEzLjE0NDUgOS4yMzY5OUMxMy4xNDQ1IDEwLjA2OTQgMTIuNjAxMiAxMC44MDkyIDExLjg3MjggMTEuMzY0MloiIGZpbGw9IiMyOEM0NDUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNTMyXzE4MiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K";
20940
+ const logoWechat = "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_1532_182)'%3e%3cpath%20d='M5.27165%205.34104C4.99419%205.34104%204.71674%205.52601%204.71674%205.80347C4.71674%206.08093%204.99419%206.2659%205.27165%206.2659C5.54911%206.2659%205.73408%206.08093%205.73408%205.80347C5.73408%205.51445%205.54911%205.34104%205.27165%205.34104ZM9.02887%208.02312C8.8439%208.02312%208.67049%208.21965%208.67049%208.39306C8.67049%208.5896%208.85546%208.76301%209.02887%208.76301C9.30633%208.76301%209.4913%208.57804%209.4913%208.39306C9.4913%208.20809%209.30633%208.02312%209.02887%208.02312ZM7.83812%206.2659C8.11558%206.2659%208.30055%206.06937%208.30055%205.80347C8.30055%205.52601%208.11558%205.34104%207.83812%205.34104C7.56067%205.34104%207.28321%205.52601%207.28321%205.80347C7.28321%206.08093%207.56067%206.2659%207.83812%206.2659ZM11.0404%208.02312C10.8555%208.02312%2010.6821%208.21965%2010.6821%208.39306C10.6821%208.5896%2010.867%208.76301%2011.0404%208.76301C11.3179%208.76301%2011.5029%208.57804%2011.5029%208.39306C11.5029%208.20809%2011.3179%208.02312%2011.0404%208.02312Z'%20fill='%2328C445'/%3e%3cpath%20d='M7.97688%200.0462418C3.57225%200.0462418%200%203.6185%200%208.02312C0%2012.4277%203.57225%2016%207.97688%2016C12.3815%2016%2015.9538%2012.4277%2015.9538%208.02312C15.9538%203.6185%2012.3815%200.0462418%207.97688%200.0462418ZM6.46243%2010.0694C6%2010.0694%205.63006%209.97688%205.19075%209.87283L3.91908%2010.5202L4.27746%209.39884C3.36416%208.75144%202.80925%207.90751%202.80925%206.90173C2.80925%205.13295%204.46243%203.74566%206.46243%203.74566C8.25434%203.74566%209.83815%204.85549%2010.1503%206.34682C10.0347%206.33526%209.91908%206.3237%209.80347%206.3237C8.06936%206.34682%206.7052%207.65318%206.7052%209.27168C6.7052%209.53757%206.75145%209.79191%206.82081%2010.0462C6.7052%2010.0578%206.57803%2010.0694%206.46243%2010.0694ZM11.8728%2011.3642L12.1503%2012.289L11.1561%2011.7341C10.7977%2011.8266%2010.4277%2011.9191%2010.0578%2011.9191C8.31214%2011.9191%206.93642%2010.7168%206.93642%209.22543C6.92486%207.74566%208.30058%206.54335%2010.0347%206.54335C11.6879%206.54335%2013.1445%207.75722%2013.1445%209.23699C13.1445%2010.0694%2012.6012%2010.8092%2011.8728%2011.3642Z'%20fill='%2328C445'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1532_182'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
21094
20941
  const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
21095
20942
  __proto__: null,
21096
20943
  default: logoWechat
@@ -21225,7 +21072,6 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
21225
21072
  };
21226
21073
  }
21227
21074
  });
21228
- const inputButton_vue_vue_type_style_index_0_lang = "";
21229
21075
  const _hoisted_1$9 = { class: "flex flex-1 g-input-select" };
21230
21076
  const _hoisted_2$6 = { class: "flex justify-between gap-[8px] flex-wrap" };
21231
21077
  const _sfc_main$b = /* @__PURE__ */ defineComponent({
@@ -21312,7 +21158,6 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
21312
21158
  };
21313
21159
  }
21314
21160
  });
21315
- const inputSelect_vue_vue_type_style_index_0_lang = "";
21316
21161
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
21317
21162
  __name: "index",
21318
21163
  props: {
@@ -21601,7 +21446,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
21601
21446
  };
21602
21447
  }
21603
21448
  });
21604
- const index_vue_vue_type_style_index_0_lang = "";
21605
21449
  const _hoisted_1$8 = { class: "tips text-[var(--devui-disabled-text)]" };
21606
21450
  const _hoisted_2$5 = { class: "icons" };
21607
21451
  const _hoisted_3$3 = ["src", "alt", "onClick"];
@@ -21648,8 +21492,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
21648
21492
  };
21649
21493
  }
21650
21494
  });
21651
- const auth_vue_vue_type_style_index_0_scoped_e0abf97b_lang = "";
21652
- const GAuth = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-e0abf97b"]]);
21495
+ const GAuth = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-gitcode-layout-lib"]]);
21653
21496
  const _hoisted_1$7 = { class: "text-[var(--theme-placeholder)]" };
21654
21497
  const _hoisted_2$4 = { class: "text-[var(--theme-placeholder)]" };
21655
21498
  const _sfc_main$8 = /* @__PURE__ */ defineComponent({
@@ -21732,7 +21575,6 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
21732
21575
  };
21733
21576
  }
21734
21577
  });
21735
- const agreements_vue_vue_type_style_index_0_lang = "";
21736
21578
  const _hoisted_1$5 = { class: "text-center text-[18px] leading-[26px] font-bold mb-[24px] flex items-center justify-center relative" };
21737
21579
  const _hoisted_2$3 = { class: "back-img absolute mr-[24px] left-0" };
21738
21580
  const _hoisted_3$2 = ["src"];
@@ -21765,8 +21607,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
21765
21607
  };
21766
21608
  }
21767
21609
  });
21768
- const title_vue_vue_type_style_index_0_scoped_ac0f6963_lang = "";
21769
- const GTitle = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-ac0f6963"]]);
21610
+ const GTitle = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-gitcode-layout-lib"]]);
21770
21611
  const FindFileName = (path) => {
21771
21612
  var _a;
21772
21613
  const isName = /.*\/.*\/(.*\..*)/;
@@ -21777,7 +21618,7 @@ const TransAssetsUrl = (source, key, path) => {
21777
21618
  if (key) {
21778
21619
  let target = "";
21779
21620
  target = Object.keys(source).find((pathName) => {
21780
- const p = path ? `${path}${key}` : key;
21621
+ const p = key;
21781
21622
  return p === FindFileName(pathName);
21782
21623
  });
21783
21624
  if (target) {
@@ -21795,7 +21636,7 @@ const verifyCodeRegExp4 = /^\d{4}$/;
21795
21636
  const verifyCodeRegExp6 = /^\d{6}$/;
21796
21637
  const mobileRegExp = /^1[3-9]\d{9}$/;
21797
21638
  const usernameRegExp = /^(?!-)(?!.*-$)[a-zA-Z][a-zA-Z0-9_-]{1,18}[a-zA-Z0-9]$/;
21798
- 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}"]]] } };
21639
+ const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
21799
21640
  function withMetadataArgument(func, _arguments) {
21800
21641
  var args = Array.prototype.slice.call(_arguments);
21801
21642
  args.push(metadata);
@@ -21809,14 +21650,10 @@ function compare(a, b) {
21809
21650
  for (var i = 0; i < 3; i++) {
21810
21651
  var na = Number(pa[i]);
21811
21652
  var nb = Number(pb[i]);
21812
- if (na > nb)
21813
- return 1;
21814
- if (nb > na)
21815
- return -1;
21816
- if (!isNaN(na) && isNaN(nb))
21817
- return 1;
21818
- if (isNaN(na) && !isNaN(nb))
21819
- return -1;
21653
+ if (na > nb) return 1;
21654
+ if (nb > na) return -1;
21655
+ if (!isNaN(na) && isNaN(nb)) return 1;
21656
+ if (isNaN(na) && !isNaN(nb)) return -1;
21820
21657
  }
21821
21658
  if (a[1] && b[1]) {
21822
21659
  return a[1] > b[1] ? 1 : a[1] < b[1] ? -1 : 0;
@@ -21840,21 +21677,17 @@ function _classCallCheck$2(instance, Constructor) {
21840
21677
  throw new TypeError("Cannot call a class as a function");
21841
21678
  }
21842
21679
  }
21843
- function _defineProperties$2(target, props) {
21680
+ function _defineProperties$1(target, props) {
21844
21681
  for (var i = 0; i < props.length; i++) {
21845
21682
  var descriptor = props[i];
21846
21683
  descriptor.enumerable = descriptor.enumerable || false;
21847
21684
  descriptor.configurable = true;
21848
- if ("value" in descriptor)
21849
- descriptor.writable = true;
21685
+ if ("value" in descriptor) descriptor.writable = true;
21850
21686
  Object.defineProperty(target, descriptor.key, descriptor);
21851
21687
  }
21852
21688
  }
21853
21689
  function _createClass$2(Constructor, protoProps, staticProps) {
21854
- if (protoProps)
21855
- _defineProperties$2(Constructor.prototype, protoProps);
21856
- if (staticProps)
21857
- _defineProperties$2(Constructor, staticProps);
21690
+ if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
21858
21691
  Object.defineProperty(Constructor, "prototype", { writable: false });
21859
21692
  return Constructor;
21860
21693
  }
@@ -21884,8 +21717,7 @@ var Metadata = /* @__PURE__ */ function() {
21884
21717
  }, {
21885
21718
  key: "nonGeographic",
21886
21719
  value: function nonGeographic() {
21887
- if (this.v1 || this.v2 || this.v3)
21888
- return;
21720
+ if (this.v1 || this.v2 || this.v3) return;
21889
21721
  return this.metadata.nonGeographic || this.metadata.nonGeographical;
21890
21722
  }
21891
21723
  }, {
@@ -22060,8 +21892,7 @@ var Metadata = /* @__PURE__ */ function() {
22060
21892
  }, {
22061
21893
  key: "countryCallingCodes",
22062
21894
  value: function countryCallingCodes() {
22063
- if (this.v1)
22064
- return this.metadata.country_phone_code_to_countries;
21895
+ if (this.v1) return this.metadata.country_phone_code_to_countries;
22065
21896
  return this.metadata.country_calling_codes;
22066
21897
  }
22067
21898
  // Deprecated.
@@ -22105,31 +21936,27 @@ var NumberingPlan = /* @__PURE__ */ function() {
22105
21936
  }, {
22106
21937
  key: "IDDPrefix",
22107
21938
  value: function IDDPrefix() {
22108
- if (this.v1 || this.v2)
22109
- return;
21939
+ if (this.v1 || this.v2) return;
22110
21940
  return this.metadata[1];
22111
21941
  }
22112
21942
  // Is only present when a country supports multiple IDD prefixes.
22113
21943
  }, {
22114
21944
  key: "defaultIDDPrefix",
22115
21945
  value: function defaultIDDPrefix() {
22116
- if (this.v1 || this.v2)
22117
- return;
21946
+ if (this.v1 || this.v2) return;
22118
21947
  return this.metadata[12];
22119
21948
  }
22120
21949
  }, {
22121
21950
  key: "nationalNumberPattern",
22122
21951
  value: function nationalNumberPattern() {
22123
- if (this.v1 || this.v2)
22124
- return this.metadata[1];
21952
+ if (this.v1 || this.v2) return this.metadata[1];
22125
21953
  return this.metadata[2];
22126
21954
  }
22127
21955
  // "possible length" data is always present in Google's metadata.
22128
21956
  }, {
22129
21957
  key: "possibleLengths",
22130
21958
  value: function possibleLengths() {
22131
- if (this.v1)
22132
- return;
21959
+ if (this.v1) return;
22133
21960
  return this.metadata[this.v2 ? 2 : 3];
22134
21961
  }
22135
21962
  }, {
@@ -22224,8 +22051,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
22224
22051
  }, {
22225
22052
  key: "ext",
22226
22053
  value: function ext() {
22227
- if (this.v1 || this.v2)
22228
- return DEFAULT_EXT_PREFIX;
22054
+ if (this.v1 || this.v2) return DEFAULT_EXT_PREFIX;
22229
22055
  return this.metadata[13] || DEFAULT_EXT_PREFIX;
22230
22056
  }
22231
22057
  }]);
@@ -22292,15 +22118,13 @@ var Type = /* @__PURE__ */ function() {
22292
22118
  _createClass$2(Type2, [{
22293
22119
  key: "pattern",
22294
22120
  value: function pattern() {
22295
- if (this.metadata.v1)
22296
- return this.type;
22121
+ if (this.metadata.v1) return this.type;
22297
22122
  return this.type[0];
22298
22123
  }
22299
22124
  }, {
22300
22125
  key: "possibleLengths",
22301
22126
  value: function possibleLengths() {
22302
- if (this.metadata.v1)
22303
- return;
22127
+ if (this.metadata.v1) return;
22304
22128
  return this.type[1] || this.metadata.possibleLengths();
22305
22129
  }
22306
22130
  }]);
@@ -22370,55 +22194,6 @@ function setVersion(metadata2) {
22370
22194
  }
22371
22195
  }
22372
22196
  }
22373
- function _createForOfIteratorHelperLoose$4(o, allowArrayLike) {
22374
- var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
22375
- if (it)
22376
- return (it = it.call(o)).next.bind(it);
22377
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$5(o)) || allowArrayLike && o && typeof o.length === "number") {
22378
- if (it)
22379
- o = it;
22380
- var i = 0;
22381
- return function() {
22382
- if (i >= o.length)
22383
- return { done: true };
22384
- return { done: false, value: o[i++] };
22385
- };
22386
- }
22387
- throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
22388
- }
22389
- function _unsupportedIterableToArray$5(o, minLen) {
22390
- if (!o)
22391
- return;
22392
- if (typeof o === "string")
22393
- return _arrayLikeToArray$5(o, minLen);
22394
- var n = Object.prototype.toString.call(o).slice(8, -1);
22395
- if (n === "Object" && o.constructor)
22396
- n = o.constructor.name;
22397
- if (n === "Map" || n === "Set")
22398
- return Array.from(o);
22399
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
22400
- return _arrayLikeToArray$5(o, minLen);
22401
- }
22402
- function _arrayLikeToArray$5(arr, len) {
22403
- if (len == null || len > arr.length)
22404
- len = arr.length;
22405
- for (var i = 0, arr2 = new Array(len); i < len; i++) {
22406
- arr2[i] = arr[i];
22407
- }
22408
- return arr2;
22409
- }
22410
- function mergeArrays(a, b) {
22411
- var merged = a.slice();
22412
- for (var _iterator = _createForOfIteratorHelperLoose$4(b), _step; !(_step = _iterator()).done; ) {
22413
- var element = _step.value;
22414
- if (a.indexOf(element) < 0) {
22415
- merged.push(element);
22416
- }
22417
- }
22418
- return merged.sort(function(a2, b2) {
22419
- return a2 - b2;
22420
- });
22421
- }
22422
22197
  function checkNumberLength(nationalNumber, metadata2) {
22423
22198
  return checkNumberLengthForType(nationalNumber, void 0, metadata2);
22424
22199
  }
@@ -22428,17 +22203,6 @@ function checkNumberLengthForType(nationalNumber, type, metadata2) {
22428
22203
  if (!possible_lengths) {
22429
22204
  return "IS_POSSIBLE";
22430
22205
  }
22431
- if (type === "FIXED_LINE_OR_MOBILE") {
22432
- if (!metadata2.type("FIXED_LINE")) {
22433
- return checkNumberLengthForType(nationalNumber, "MOBILE", metadata2);
22434
- }
22435
- var mobile_type = metadata2.type("MOBILE");
22436
- if (mobile_type) {
22437
- possible_lengths = mergeArrays(possible_lengths, mobile_type.possibleLengths());
22438
- }
22439
- } else if (type && !type_info) {
22440
- return "INVALID_LENGTH";
22441
- }
22442
22206
  var actual_length = nationalNumber.length;
22443
22207
  var minimum_length = possible_lengths[0];
22444
22208
  if (minimum_length === actual_length) {
@@ -22502,36 +22266,27 @@ function matchesEntirely(text2, regular_expression) {
22502
22266
  }
22503
22267
  function _createForOfIteratorHelperLoose$3(o, allowArrayLike) {
22504
22268
  var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
22505
- if (it)
22506
- return (it = it.call(o)).next.bind(it);
22507
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike && o && typeof o.length === "number") {
22508
- if (it)
22509
- o = it;
22269
+ if (it) return (it = it.call(o)).next.bind(it);
22270
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray$4(o)) || allowArrayLike) {
22271
+ if (it) o = it;
22510
22272
  var i = 0;
22511
22273
  return function() {
22512
- if (i >= o.length)
22513
- return { done: true };
22274
+ if (i >= o.length) return { done: true };
22514
22275
  return { done: false, value: o[i++] };
22515
22276
  };
22516
22277
  }
22517
22278
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
22518
22279
  }
22519
22280
  function _unsupportedIterableToArray$4(o, minLen) {
22520
- if (!o)
22521
- return;
22522
- if (typeof o === "string")
22523
- return _arrayLikeToArray$4(o, minLen);
22281
+ if (!o) return;
22282
+ if (typeof o === "string") return _arrayLikeToArray$4(o, minLen);
22524
22283
  var n = Object.prototype.toString.call(o).slice(8, -1);
22525
- if (n === "Object" && o.constructor)
22526
- n = o.constructor.name;
22527
- if (n === "Map" || n === "Set")
22528
- return Array.from(o);
22529
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
22530
- return _arrayLikeToArray$4(o, minLen);
22284
+ if (n === "Object" && o.constructor) n = o.constructor.name;
22285
+ if (n === "Map" || n === "Set") return Array.from(o);
22286
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$4(o, minLen);
22531
22287
  }
22532
22288
  function _arrayLikeToArray$4(arr, len) {
22533
- if (len == null || len > arr.length)
22534
- len = arr.length;
22289
+ if (len == null || len > arr.length) len = arr.length;
22535
22290
  for (var i = 0, arr2 = new Array(len); i < len; i++) {
22536
22291
  arr2[i] = arr[i];
22537
22292
  }
@@ -22788,8 +22543,6 @@ function applyInternationalSeparatorStyle(formattedNumber) {
22788
22543
  var FIRST_GROUP_PATTERN = /(\$\d)/;
22789
22544
  function formatNationalNumberUsingFormat(number2, format2, _ref) {
22790
22545
  var useInternationalFormat = _ref.useInternationalFormat, withNationalPrefix = _ref.withNationalPrefix;
22791
- _ref.carrierCode;
22792
- _ref.metadata;
22793
22546
  var formattedNumber = number2.replace(new RegExp(format2.pattern()), useInternationalFormat ? format2.internationalFormat() : (
22794
22547
  // This library doesn't use `domestic_carrier_code_formatting_rule`,
22795
22548
  // because that one is only used when formatting phone numbers
@@ -22875,36 +22628,27 @@ function formatRFC3966(_ref) {
22875
22628
  }
22876
22629
  function _createForOfIteratorHelperLoose$2(o, allowArrayLike) {
22877
22630
  var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
22878
- if (it)
22879
- return (it = it.call(o)).next.bind(it);
22880
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike && o && typeof o.length === "number") {
22881
- if (it)
22882
- o = it;
22631
+ if (it) return (it = it.call(o)).next.bind(it);
22632
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike) {
22633
+ if (it) o = it;
22883
22634
  var i = 0;
22884
22635
  return function() {
22885
- if (i >= o.length)
22886
- return { done: true };
22636
+ if (i >= o.length) return { done: true };
22887
22637
  return { done: false, value: o[i++] };
22888
22638
  };
22889
22639
  }
22890
22640
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
22891
22641
  }
22892
22642
  function _unsupportedIterableToArray$3(o, minLen) {
22893
- if (!o)
22894
- return;
22895
- if (typeof o === "string")
22896
- return _arrayLikeToArray$3(o, minLen);
22643
+ if (!o) return;
22644
+ if (typeof o === "string") return _arrayLikeToArray$3(o, minLen);
22897
22645
  var n = Object.prototype.toString.call(o).slice(8, -1);
22898
- if (n === "Object" && o.constructor)
22899
- n = o.constructor.name;
22900
- if (n === "Map" || n === "Set")
22901
- return Array.from(o);
22902
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
22903
- return _arrayLikeToArray$3(o, minLen);
22646
+ if (n === "Object" && o.constructor) n = o.constructor.name;
22647
+ if (n === "Map" || n === "Set") return Array.from(o);
22648
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen);
22904
22649
  }
22905
22650
  function _arrayLikeToArray$3(arr, len) {
22906
- if (len == null || len > arr.length)
22907
- len = arr.length;
22651
+ if (len == null || len > arr.length) len = arr.length;
22908
22652
  for (var i = 0, arr2 = new Array(len); i < len; i++) {
22909
22653
  arr2[i] = arr[i];
22910
22654
  }
@@ -22958,8 +22702,7 @@ function formatNumber(input, format2, options, metadata2) {
22958
22702
  metadata2.country(input.country);
22959
22703
  } else if (input.countryCallingCode) {
22960
22704
  metadata2.selectNumberingPlan(input.countryCallingCode);
22961
- } else
22962
- return input.phone || "";
22705
+ } else return input.phone || "";
22963
22706
  var countryCallingCode = metadata2.countryCallingCode();
22964
22707
  var nationalNumber = options.v2 ? input.nationalNumber : input.phone;
22965
22708
  var number2;
@@ -23001,9 +22744,7 @@ function formatNationalNumber(number2, carrierCode, formatAs, metadata2, options
23001
22744
  }
23002
22745
  return formatNationalNumberUsingFormat(number2, format2, {
23003
22746
  useInternationalFormat: formatAs === "INTERNATIONAL",
23004
- withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true,
23005
- carrierCode,
23006
- metadata: metadata2
22747
+ withNationalPrefix: format2.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && options && options.nationalPrefix === false ? false : true
23007
22748
  });
23008
22749
  }
23009
22750
  function chooseFormatForNumber(availableFormats, nationalNnumber) {
@@ -23071,21 +22812,17 @@ function _classCallCheck$1(instance, Constructor) {
23071
22812
  throw new TypeError("Cannot call a class as a function");
23072
22813
  }
23073
22814
  }
23074
- function _defineProperties$1(target, props) {
22815
+ function _defineProperties(target, props) {
23075
22816
  for (var i = 0; i < props.length; i++) {
23076
22817
  var descriptor = props[i];
23077
22818
  descriptor.enumerable = descriptor.enumerable || false;
23078
22819
  descriptor.configurable = true;
23079
- if ("value" in descriptor)
23080
- descriptor.writable = true;
22820
+ if ("value" in descriptor) descriptor.writable = true;
23081
22821
  Object.defineProperty(target, descriptor.key, descriptor);
23082
22822
  }
23083
22823
  }
23084
22824
  function _createClass$1(Constructor, protoProps, staticProps) {
23085
- if (protoProps)
23086
- _defineProperties$1(Constructor.prototype, protoProps);
23087
- if (staticProps)
23088
- _defineProperties$1(Constructor, staticProps);
22825
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
23089
22826
  Object.defineProperty(Constructor, "prototype", { writable: false });
23090
22827
  return Constructor;
23091
22828
  }
@@ -23246,21 +22983,7 @@ function _typeof(obj) {
23246
22983
  return obj2 && "function" == typeof Symbol && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
23247
22984
  }, _typeof(obj);
23248
22985
  }
23249
- function _defineProperties(target, props) {
23250
- for (var i = 0; i < props.length; i++) {
23251
- var descriptor = props[i];
23252
- descriptor.enumerable = descriptor.enumerable || false;
23253
- descriptor.configurable = true;
23254
- if ("value" in descriptor)
23255
- descriptor.writable = true;
23256
- Object.defineProperty(target, descriptor.key, descriptor);
23257
- }
23258
- }
23259
22986
  function _createClass(Constructor, protoProps, staticProps) {
23260
- if (protoProps)
23261
- _defineProperties(Constructor.prototype, protoProps);
23262
- if (staticProps)
23263
- _defineProperties(Constructor, staticProps);
23264
22987
  Object.defineProperty(Constructor, "prototype", { writable: false });
23265
22988
  return Constructor;
23266
22989
  }
@@ -23275,8 +22998,7 @@ function _inherits(subClass, superClass) {
23275
22998
  }
23276
22999
  subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
23277
23000
  Object.defineProperty(subClass, "prototype", { writable: false });
23278
- if (superClass)
23279
- _setPrototypeOf(subClass, superClass);
23001
+ if (superClass) _setPrototypeOf(subClass, superClass);
23280
23002
  }
23281
23003
  function _createSuper(Derived) {
23282
23004
  var hasNativeReflectConstruct = _isNativeReflectConstruct();
@@ -23308,14 +23030,12 @@ function _assertThisInitialized(self2) {
23308
23030
  function _wrapNativeSuper(Class) {
23309
23031
  var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
23310
23032
  _wrapNativeSuper = function _wrapNativeSuper2(Class2) {
23311
- if (Class2 === null || !_isNativeFunction(Class2))
23312
- return Class2;
23033
+ if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
23313
23034
  if (typeof Class2 !== "function") {
23314
23035
  throw new TypeError("Super expression must either be null or a function");
23315
23036
  }
23316
23037
  if (typeof _cache !== "undefined") {
23317
- if (_cache.has(Class2))
23318
- return _cache.get(Class2);
23038
+ if (_cache.has(Class2)) return _cache.get(Class2);
23319
23039
  _cache.set(Class2, Wrapper);
23320
23040
  }
23321
23041
  function Wrapper() {
@@ -23335,20 +23055,16 @@ function _construct(Parent, args, Class) {
23335
23055
  a.push.apply(a, args2);
23336
23056
  var Constructor = Function.bind.apply(Parent2, a);
23337
23057
  var instance = new Constructor();
23338
- if (Class2)
23339
- _setPrototypeOf(instance, Class2.prototype);
23058
+ if (Class2) _setPrototypeOf(instance, Class2.prototype);
23340
23059
  return instance;
23341
23060
  };
23342
23061
  }
23343
23062
  return _construct.apply(null, arguments);
23344
23063
  }
23345
23064
  function _isNativeReflectConstruct() {
23346
- if (typeof Reflect === "undefined" || !Reflect.construct)
23347
- return false;
23348
- if (Reflect.construct.sham)
23349
- return false;
23350
- if (typeof Proxy === "function")
23351
- return true;
23065
+ if (typeof Reflect === "undefined" || !Reflect.construct) return false;
23066
+ if (Reflect.construct.sham) return false;
23067
+ if (typeof Proxy === "function") return true;
23352
23068
  try {
23353
23069
  Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
23354
23070
  }));
@@ -23482,36 +23198,27 @@ function parseDigit(character) {
23482
23198
  }
23483
23199
  function _createForOfIteratorHelperLoose$1(o, allowArrayLike) {
23484
23200
  var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
23485
- if (it)
23486
- return (it = it.call(o)).next.bind(it);
23487
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike && o && typeof o.length === "number") {
23488
- if (it)
23489
- o = it;
23201
+ if (it) return (it = it.call(o)).next.bind(it);
23202
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike) {
23203
+ if (it) o = it;
23490
23204
  var i = 0;
23491
23205
  return function() {
23492
- if (i >= o.length)
23493
- return { done: true };
23206
+ if (i >= o.length) return { done: true };
23494
23207
  return { done: false, value: o[i++] };
23495
23208
  };
23496
23209
  }
23497
23210
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
23498
23211
  }
23499
23212
  function _unsupportedIterableToArray$2(o, minLen) {
23500
- if (!o)
23501
- return;
23502
- if (typeof o === "string")
23503
- return _arrayLikeToArray$2(o, minLen);
23213
+ if (!o) return;
23214
+ if (typeof o === "string") return _arrayLikeToArray$2(o, minLen);
23504
23215
  var n = Object.prototype.toString.call(o).slice(8, -1);
23505
- if (n === "Object" && o.constructor)
23506
- n = o.constructor.name;
23507
- if (n === "Map" || n === "Set")
23508
- return Array.from(o);
23509
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
23510
- return _arrayLikeToArray$2(o, minLen);
23216
+ if (n === "Object" && o.constructor) n = o.constructor.name;
23217
+ if (n === "Map" || n === "Set") return Array.from(o);
23218
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen);
23511
23219
  }
23512
23220
  function _arrayLikeToArray$2(arr, len) {
23513
- if (len == null || len > arr.length)
23514
- len = arr.length;
23221
+ if (len == null || len > arr.length) len = arr.length;
23515
23222
  for (var i = 0, arr2 = new Array(len); i < len; i++) {
23516
23223
  arr2[i] = arr[i];
23517
23224
  }
@@ -23528,9 +23235,6 @@ function parseIncompletePhoneNumber(string) {
23528
23235
  function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2) {
23529
23236
  if (character === "+") {
23530
23237
  if (prevParsedCharacters) {
23531
- if (typeof emitEvent2 === "function") {
23532
- emitEvent2("end");
23533
- }
23534
23238
  return;
23535
23239
  }
23536
23240
  return "+";
@@ -23539,45 +23243,34 @@ function parsePhoneNumberCharacter(character, prevParsedCharacters, emitEvent2)
23539
23243
  }
23540
23244
  function _createForOfIteratorHelperLoose(o, allowArrayLike) {
23541
23245
  var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
23542
- if (it)
23543
- return (it = it.call(o)).next.bind(it);
23544
- if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike && o && typeof o.length === "number") {
23545
- if (it)
23546
- o = it;
23246
+ if (it) return (it = it.call(o)).next.bind(it);
23247
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike) {
23248
+ if (it) o = it;
23547
23249
  var i = 0;
23548
23250
  return function() {
23549
- if (i >= o.length)
23550
- return { done: true };
23251
+ if (i >= o.length) return { done: true };
23551
23252
  return { done: false, value: o[i++] };
23552
23253
  };
23553
23254
  }
23554
23255
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
23555
23256
  }
23556
23257
  function _unsupportedIterableToArray$1(o, minLen) {
23557
- if (!o)
23558
- return;
23559
- if (typeof o === "string")
23560
- return _arrayLikeToArray$1(o, minLen);
23258
+ if (!o) return;
23259
+ if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
23561
23260
  var n = Object.prototype.toString.call(o).slice(8, -1);
23562
- if (n === "Object" && o.constructor)
23563
- n = o.constructor.name;
23564
- if (n === "Map" || n === "Set")
23565
- return Array.from(o);
23566
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
23567
- return _arrayLikeToArray$1(o, minLen);
23261
+ if (n === "Object" && o.constructor) n = o.constructor.name;
23262
+ if (n === "Map" || n === "Set") return Array.from(o);
23263
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
23568
23264
  }
23569
23265
  function _arrayLikeToArray$1(arr, len) {
23570
- if (len == null || len > arr.length)
23571
- len = arr.length;
23266
+ if (len == null || len > arr.length) len = arr.length;
23572
23267
  for (var i = 0, arr2 = new Array(len); i < len; i++) {
23573
23268
  arr2[i] = arr[i];
23574
23269
  }
23575
23270
  return arr2;
23576
23271
  }
23577
23272
  function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
23578
- var countries = _ref.countries;
23579
- _ref.defaultCountry;
23580
- var metadata2 = _ref.metadata;
23273
+ var countries = _ref.countries, metadata2 = _ref.metadata;
23581
23274
  metadata2 = new Metadata(metadata2);
23582
23275
  for (var _iterator = _createForOfIteratorHelperLoose(countries), _step; !(_step = _iterator()).done; ) {
23583
23276
  var country = _step.value;
@@ -23594,14 +23287,8 @@ function getCountryByNationalNumber(nationalPhoneNumber, _ref) {
23594
23287
  }
23595
23288
  }
23596
23289
  }
23597
- var USE_NON_GEOGRAPHIC_COUNTRY_CODE = false;
23598
23290
  function getCountryByCallingCode(callingCode, _ref) {
23599
- var nationalPhoneNumber = _ref.nationalNumber, defaultCountry = _ref.defaultCountry, metadata2 = _ref.metadata;
23600
- if (USE_NON_GEOGRAPHIC_COUNTRY_CODE) {
23601
- if (metadata2.isNonGeographicCallingCode(callingCode)) {
23602
- return "001";
23603
- }
23604
- }
23291
+ var nationalPhoneNumber = _ref.nationalNumber, metadata2 = _ref.metadata;
23605
23292
  var possibleCountries = metadata2.getCountryCodesForCallingCode(callingCode);
23606
23293
  if (!possibleCountries) {
23607
23294
  return;
@@ -23611,7 +23298,6 @@ function getCountryByCallingCode(callingCode, _ref) {
23611
23298
  }
23612
23299
  return getCountryByNationalNumber(nationalPhoneNumber, {
23613
23300
  countries: possibleCountries,
23614
- defaultCountry,
23615
23301
  metadata: metadata2.metadata
23616
23302
  });
23617
23303
  }
@@ -23820,8 +23506,7 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
23820
23506
  country = defaultCountry;
23821
23507
  }
23822
23508
  countryCallingCode = defaultCallingCode || getCountryCallingCode(defaultCountry, metadata2.metadata);
23823
- } else
23824
- return {};
23509
+ } else return {};
23825
23510
  if (!number2) {
23826
23511
  return {
23827
23512
  countryCallingCodeSource,
@@ -23831,13 +23516,11 @@ function parsePhoneNumber$1(formattedPhoneNumber, defaultCountry, defaultCalling
23831
23516
  var _extractNationalNumbe = extractNationalNumber(parseIncompletePhoneNumber(number2), metadata2), nationalNumber = _extractNationalNumbe.nationalNumber, carrierCode = _extractNationalNumbe.carrierCode;
23832
23517
  var exactCountry = getCountryByCallingCode(countryCallingCode, {
23833
23518
  nationalNumber,
23834
- defaultCountry,
23835
23519
  metadata: metadata2
23836
23520
  });
23837
23521
  if (exactCountry) {
23838
23522
  country = exactCountry;
23839
- if (exactCountry === "001")
23840
- ;
23523
+ if (exactCountry === "001") ;
23841
23524
  else {
23842
23525
  metadata2.country(country);
23843
23526
  }
@@ -23920,21 +23603,15 @@ function _nonIterableRest() {
23920
23603
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
23921
23604
  }
23922
23605
  function _unsupportedIterableToArray(o, minLen) {
23923
- if (!o)
23924
- return;
23925
- if (typeof o === "string")
23926
- return _arrayLikeToArray(o, minLen);
23606
+ if (!o) return;
23607
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
23927
23608
  var n = Object.prototype.toString.call(o).slice(8, -1);
23928
- if (n === "Object" && o.constructor)
23929
- n = o.constructor.name;
23930
- if (n === "Map" || n === "Set")
23931
- return Array.from(o);
23932
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
23933
- return _arrayLikeToArray(o, minLen);
23609
+ if (n === "Object" && o.constructor) n = o.constructor.name;
23610
+ if (n === "Map" || n === "Set") return Array.from(o);
23611
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
23934
23612
  }
23935
23613
  function _arrayLikeToArray(arr, len) {
23936
- if (len == null || len > arr.length)
23937
- len = arr.length;
23614
+ if (len == null || len > arr.length) len = arr.length;
23938
23615
  for (var i = 0, arr2 = new Array(len); i < len; i++) {
23939
23616
  arr2[i] = arr[i];
23940
23617
  }
@@ -23942,8 +23619,7 @@ function _arrayLikeToArray(arr, len) {
23942
23619
  }
23943
23620
  function _iterableToArrayLimit(arr, i) {
23944
23621
  var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
23945
- if (_i == null)
23946
- return;
23622
+ if (_i == null) return;
23947
23623
  var _arr = [];
23948
23624
  var _n = true;
23949
23625
  var _d = false;
@@ -23951,26 +23627,22 @@ function _iterableToArrayLimit(arr, i) {
23951
23627
  try {
23952
23628
  for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
23953
23629
  _arr.push(_s.value);
23954
- if (i && _arr.length === i)
23955
- break;
23630
+ if (i && _arr.length === i) break;
23956
23631
  }
23957
23632
  } catch (err) {
23958
23633
  _d = true;
23959
23634
  _e = err;
23960
23635
  } finally {
23961
23636
  try {
23962
- if (!_n && _i["return"] != null)
23963
- _i["return"]();
23637
+ if (!_n && _i["return"] != null) _i["return"]();
23964
23638
  } finally {
23965
- if (_d)
23966
- throw _e;
23639
+ if (_d) throw _e;
23967
23640
  }
23968
23641
  }
23969
23642
  return _arr;
23970
23643
  }
23971
23644
  function _arrayWithHoles(arr) {
23972
- if (Array.isArray(arr))
23973
- return arr;
23645
+ if (Array.isArray(arr)) return arr;
23974
23646
  }
23975
23647
  function normalizeArguments(args) {
23976
23648
  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];
@@ -23979,8 +23651,7 @@ function normalizeArguments(args) {
23979
23651
  var metadata2;
23980
23652
  if (typeof arg_1 === "string") {
23981
23653
  text2 = arg_1;
23982
- } else
23983
- throw new TypeError("A text for parsing must be a string.");
23654
+ } else throw new TypeError("A text for parsing must be a string.");
23984
23655
  if (!arg_2 || typeof arg_2 === "string") {
23985
23656
  if (arg_4) {
23986
23657
  options = arg_3;
@@ -24001,8 +23672,7 @@ function normalizeArguments(args) {
24001
23672
  } else {
24002
23673
  metadata2 = arg_2;
24003
23674
  }
24004
- } else
24005
- throw new Error("Invalid second argument: ".concat(arg_2));
23675
+ } else throw new Error("Invalid second argument: ".concat(arg_2));
24006
23676
  return {
24007
23677
  text: text2,
24008
23678
  options,
@@ -24047,8 +23717,7 @@ function parsePhoneNumber(text2, options, metadata2) {
24047
23717
  try {
24048
23718
  return parsePhoneNumberWithError(text2, options, metadata2);
24049
23719
  } catch (error) {
24050
- if (error instanceof ParseError)
24051
- ;
23720
+ if (error instanceof ParseError) ;
24052
23721
  else {
24053
23722
  throw error;
24054
23723
  }
@@ -24340,7 +24009,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
24340
24009
  };
24341
24010
  }
24342
24011
  });
24343
- const loginCheckModal_vue_vue_type_style_index_0_lang = "";
24344
24012
  const GIT_CODE_LOGO_WHITE = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPMAAAA4CAYAAAAo2c5IAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA0wSURBVHgB7Z1fctQ6FsY/d26m5u3mruAqDzB1n2gWcMFZAWEFNCsgrCCdFRBWkGYFhBXEwAIIT1MTaipiBeS+zQykNee0ZHC7bUm2ZXeH6FelSrr9V2590tHRkQxEIpGfggQDcSlS8RXYoQvuKEDQX8nf0/9X2/T/rsyuEIlEWtOLmEm4O/8D0hHmDxWSNIESJNod+1HJOe0jE8zfbGMrI3FLRCIRb4KK+ZNIUwV1SOIdu8XrIsmA+au78v0MkUjESWcxcyv8DfNn9O9BdwFXIskYP4qijkTsdBLzhUgnZBa/6EnEZWQUdSRSTysxa2eWOiFxpRicZLaN5Cj2qSORZRqLmfvF1Jd9PVBrXIcERo/vyuwckUhkwajJzv8WD54pzM/WLGRGUIVyxhYCIpHIAm8xfxIPDq+BY2wOO2TqHyISiSzwMrO5Rd4wIedcbWO0e5sCTpRa+CmE+ZglSSIRicCjZSaP9XhYISeZov6w5847/1m/yT8IJGJB6ZL+PaN0YtIlfXdC6VY8g4idX2wbjdf6NYZBJhg9vSOzjD9ciAdeB/2dWmf85LCQoUUsKjZPzPd7iPQO/RZj+vPMsstHspbWYsVaxaz7pIuCVAs5w45GUFfUmj5yDVUpJDIpnE9/JlMRyatcxD9g89F+bdyemO4U1UL+vp0FH03uQWAraGLZnmFNXdJaMXNACHmMJ3CgSMh35Hu++eN/Uku+DZBZPh+TQH+nbZ+ptZX0XeNYazr2FQnd4eBSR9gwjMm7T+khtAh3sNwVkCa9gn+fV3juI7EmKvItCpu5wj036WWsdPrB0jL7eYpJtN8L6h9asJxO0ZG/YXTMYaJ1w2B03dM78t0MG4IpzIuwVtj78cKk1Bw3oz9HjgLuY31cWe6NTcP9ms2zLuIy+eayMkF9vvn71KQDOobLx/Mo6rBUOsB0q+w0cRckPTmg2Hwm031Pm9tL17ti0/6OfOvrJOsdKpwsYnZOTdH8eUwondE5Diz7zGAXtCRh2AJoWMiHNUmgJYV8uyqwqvth510cWgxITcu8GQ/ZRHjt6tlYEFTzXG1pk31j+snsTYa9D+WDoPSCzvUriXKl60DfXdG259Ae7DISbufXPQQmUL6ndB4W9h7nEZFOrIhZC2cu4I3qPaRy1Tm2GVBBZE//PsLxW90GKuwzul5mrpeL8yO0mewSQlDrKZCQc+KwWiBWxEyOpydowDW2MtxCqEC/QFghs6lsM7Vh+pjHaM4YgTCm8QRhkIitcjCq+swpvElmf9zC2UtUoCfQ/URfuLBK1Pd7eVsv48TGQRWk9TOOtGmDQyTsHvbHN9AJJrGhLLXMlyIdf21gYl8j2bihoYHw8SmwcF+i5C02ASATaM93LjJroTaCtFUeV8VABSM6Yc7/EHaemBDRIud0vtOKfX0CiPJ8H+ctbmHYquhwe+5w2i1hzpFSeoTVoS8+j6T0hrsj6IB5Fnyf/Ax3CufnxOU9mBVh8jTB8jAmStd8RXnK0JRP4s+DC/FA+aWHJ7iFcKus3Fwa0drOw+GZHxxe7OK+1uuV9j9T3TjpI9+0bYfSMaUpGkD7P6P0RflxqbTl1Ailn/GZx7n3HfuceV6vSZ5eK+UeXVpqmRUS5wE5HLWFAHDsN/0Z1zndOLpsji3Jnmy62fMN8GQ/c2zn+9tzmY9m+33cHHx8KdZ8m5bau3uidMvFFUsT34TgY+hYbu2e+/THlbZkWISu7oiAn3ViuxZfg/0tkwaHcf7HdOxjmzVTcoAl9xYBmm5kFw/z8rph88UDrJu+pbjawHxxV1+xmIpJ48zJeUJe9DlGb/8hs1MMhKkdXc4kVwDIjUP9MHFtzELm21yTBdbWeTeBFoDVwaZ+xL0H8St40DZPgtJrkx9ZtcOo4gAPWtjwBb5C8QIH0zaLHOhjFI87H5DIX5PJf3kh/pxgGFLH9qt1Bdn3jE/hC+0/eYHuXvixOY+NwYSs9AhIlzwJVMcaLFgSM7V2XpmilvENWmKiy7r+SEUE3fkJi3qAlUdc9/0WPyepY3sWuFWeINzwF/f1U8t1BAZANR8BqSOty0+pz+xXQyUd3PPcN+68vm814qteSmivx8X+XJFUlf0ZpR1KAn68JWFM0Y2Phf+LXtkq+J6vLMczAv7XC4FrtIDvl302fO8ptIfblkd+/rstrsNk0JV0PjLQtiFyXYstm0VXxfThef86X8G+ua8lrFMg6+iykJ6eLtmTnH8I+n5PjjJXZSdrvk/hL2aJjhSDT4x3NbXs/txj6ON3x/aQwzVcUIVjt72CI2hmWiqbF5k91Wkxn+rH8J2No3LFqrQnvlG4s1peHaaK58XuGeeNjnmK1eGqHK68Vlr5Up/Zy1Tq9MN9w9Zp0u+CAizovmLLh3KS3GYeOba/KXt0jUgzx3HlVi517C9rLKQMzdmH/TorfhbjtKsbMRKqYnWZRqtzGjoJkSPGvmF0Xy1uNMl6EvYBe8wRuYm4zNis5nuXH+dRoOu0wdY947H3k6oEe8CPKH+xZGaTsPjlbQJ2OovEhIBOit+x8+qbfjvkjsK1mBfmSetplsmvWNyb38L7/8X1BMOv+PCzViCuCjdkvoVj+3nD73PK9+jqOnxGOGwVRx4F1hSBUp5LDjDlk4EdbvVC90l3fyxsYIVXM9larEvm8ognKcKLmR+esGy3bbvJ/OXYLhAOV8VQV+4kup236fmaMEglXzKzR16Ora9rLLTcqm8j2XOZ56Me5vDCXVvXmUX8XLNCkrhZuMqFK/47JH36W24SK89hSczbnsv90PDSPtaItgq6Ba60RDq2j6vGAMmZwWF4e3lCvWNjU3GasHVjnz1Q18oJDHOdNvRRAa2cc8nMZpFciIeZq1+aIBmyJq7E4+XtEuHhys4VUcSe9Aw/F/lYtO2Zh8q3hF2YY1RXLi7xlY9xCUwgHLZnx9u8GtEiVTHaK+PMCeZvlO5vWlApr0iyrhVA9Hre89Sxm0RgzIB+BvuwBkfoHFYt/7MmOhdas2xRHqBRh1e+TQvOFWLdtE+XX6LOV+Ia0vrs+FwmZDeNg06EZbvXhBAXK0NTv2Br5jNcRKb2ybqGf3zeMdUl5NSBj4k8NcMLAuvH5bxyOBK/41M5cb4Pq/Kt9PRHFnE+0aBu9pErJPZJeYzVXC91HFdu/Vxdh7qwyTYit12L8xIkLmJFzHpVTK8Cy2+7cJmcweEX2NHPN3HsJvuaTWUmv0uPXSfQK1B+MPNRpybx+KFrGmVIXIX2iSrM/zWiW6mkPQMzmCmlqjxfYjlqaWzEXWYGe2PC93ZmIrjylp4rBgE7WemzT/ngPHBsN98rB2qw6I7RnBnseTqoq/zN78HbL11+icq4Sj38M7+EB3SC6R35bhCTkoWsvJatUU/vyvcz9IRH+GAXOD73ael6AloMdXAUUVXscZN7vTJJQJvApxXn4m0fENY5NC2b5m1CJh28rFpfzSPUtQ2ZcXKWrzWFX5648pXQv8UYy5ZT5blzkroN/xIPpon3A00yGi562tcEBzP/mYV84LG7vCvf7aJnlF4hpA/LJKiYzfFf0EyAR3WTPXrK91LlYSwDrjQEuiMp3a/qk/ZUKdeJOVSe9upi6WvDOfmNEv4eYZXyBAduOUNPQ2RHG5nzHzyFDH75HAbAxNP2YZG4+rhteNlw/9p+dA/5ZpGdl67B3z1G9yEdPr52cYIGXYfOBMxTbQObwIJZQ7tRzaXfOJGcVr8Mzg9eSoi86o/oPBPfN2sYXlKr7CX6UJj+JrdUIUxPFt20XPgCtMxNWwVeZOE32w6BWmgJy1JDpl/s0x+uIhey1WfQssWUlv2tpnCDJYpsVHaDEtdRzcztKngyBQ9rcKjo1vcHq7jAUIbmlJJFmt8j8ZKIydnQLqNyG6P761gjzIhtCr91sqrIoE3bzHL+1mIunKPutbBV7CaOBQc65ruy4qq5RtM1yjNKTxPPBRMaPpvFfVP6UrPdKubC9dgpmKIZEjpfWdVGp5gZEjQPV7UtqEMgrzHaW/ca3uZH4kKXLwdrgwsxjxqcJo75xIXCVod0FaDCeabQ4ZfCsitXuj7znJuel/O8svyw5zVS6FGAfcu5+b6PkjZL0+K7lVVcDrhIVjy30m8zqeqO8DLFXu9BM3mawL64Qh5U8sqVLy8xMxfi4YfAy/0EZHS/y4IJfWF+rB0s/1CLQpcEXGanDWp5be2chSe1SwCDMVvzc+cEy3PN+Tvfd+ka5WeT9f17VVyz8TPzFrP2KNNYGFQTc2cA+h2GikRuCt5izrkQD44xbNBDJTpKbfR4U18qF4kMTWMxM/zmC3JWDR79VWAj+siRyCbRZtkg3JHvj0lM5D31f1dQQF6y1zoKORJZplXLXMSsg33YcDy4BTzElRxFszoSqaazmHOMqJ/4rtHlTxRxJOJDMDHn8CSNX3C9rzB61CYAxESQnfO8ap6OuQEviotEbgTBxVyGQzOpYy6uMR8XVtksoP4i0UuFrcW42iaOF0cikUgkEolEIs34P3h7TBmol5dNAAAAAElFTkSuQmCC";
24345
24013
  const _hoisted_1$3 = { class: "mfa" };
24346
24014
  const _hoisted_2$1 = ["src"];
@@ -24435,8 +24103,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
24435
24103
  });
24436
24104
  const activeInputIndex = ref(0);
24437
24105
  const inputChange = (e, index2) => {
24438
- if (!e)
24439
- return;
24106
+ if (!e) return;
24440
24107
  activeInputIndex.value = index2 + 1;
24441
24108
  if (activeInputIndex.value >= inputList.value.length) {
24442
24109
  activeInputIndex.value = inputList.value.length - 1;
@@ -24450,15 +24117,13 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
24450
24117
  };
24451
24118
  const keyUp = (e, index2) => {
24452
24119
  activeInputIndex.value = index2;
24453
- if (e.key === "Tab")
24454
- return;
24120
+ if (e.key === "Tab") return;
24455
24121
  if (e.key === "Backspace") {
24456
24122
  inputList.value[activeInputIndex.value] && (inputList.value[activeInputIndex.value].value = "");
24457
24123
  if (!currentInputValue.value) {
24458
24124
  activeInputIndex.value--;
24459
24125
  }
24460
- if (activeInputIndex.value < 0)
24461
- activeInputIndex.value = 0;
24126
+ if (activeInputIndex.value < 0) activeInputIndex.value = 0;
24462
24127
  }
24463
24128
  focusInput();
24464
24129
  };
@@ -24606,10 +24271,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
24606
24271
  };
24607
24272
  }
24608
24273
  });
24609
- const MFA_vue_vue_type_style_index_0_lang = "";
24610
- const MFA_vue_vue_type_style_index_1_scoped_02a2d8c5_lang = "";
24611
- const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-02a2d8c5"]]);
24612
- const SlidCaptcha = defineAsyncComponent(() => import("./index-ce95cb0a.js"));
24274
+ const MFA = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-gitcode-layout-lib"]]);
24275
+ const SlidCaptcha = defineAsyncComponent(() => import("./index-aMICzTxu.js"));
24613
24276
  const useSlidCaptcha = () => {
24614
24277
  const { mount, unMount } = usePopup("slid-captcha-popup");
24615
24278
  const open = (config) => {
@@ -24628,7 +24291,6 @@ const useSlidCaptcha = () => {
24628
24291
  close: unMount
24629
24292
  };
24630
24293
  };
24631
- const contentLoading_vue_vue_type_style_index_0_scoped_0985c44e_lang = "";
24632
24294
  const _sfc_main$3 = {};
24633
24295
  const _hoisted_1$2 = { class: "content-loading" };
24634
24296
  function _sfc_render(_ctx, _cache) {
@@ -24645,7 +24307,7 @@ function _sfc_render(_ctx, _cache) {
24645
24307
  ], -1)
24646
24308
  ]));
24647
24309
  }
24648
- const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-0985c44e"]]);
24310
+ const ContentLoading = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render], ["__scopeId", "data-v-gitcode-layout-lib"]]);
24649
24311
  const _sfc_main$2 = /* @__PURE__ */ defineComponent({
24650
24312
  __name: "index",
24651
24313
  props: {
@@ -24677,15 +24339,13 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
24677
24339
  };
24678
24340
  }
24679
24341
  });
24680
- const index_vue_vue_type_style_index_0_scoped_98ddb697_lang = "";
24681
- const DataPanel = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-98ddb697"]]);
24342
+ const DataPanel = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-gitcode-layout-lib"]]);
24682
24343
  function useVisibilityPoll(pollFunction, options = {}, shouldPoll) {
24683
24344
  const { interval = 1e4, immediate = true } = options;
24684
24345
  const timer = ref(null);
24685
24346
  const isPageVisible = ref(true);
24686
24347
  const startPoll = () => {
24687
- if (shouldPoll !== void 0 && !shouldPoll.value)
24688
- return;
24348
+ if (shouldPoll !== void 0 && !shouldPoll.value) return;
24689
24349
  if (!timer.value && isPageVisible.value) {
24690
24350
  if (immediate) {
24691
24351
  pollFunction();
@@ -24994,8 +24654,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
24994
24654
  cb(new Error($t("gitCodeLayout.LoginModal.rule.username")));
24995
24655
  return;
24996
24656
  }
24997
- if (usernameCheckLoading.value)
24998
- return;
24657
+ if (usernameCheckLoading.value) return;
24999
24658
  usernameCheckLoading.value = true;
25000
24659
  try {
25001
24660
  const res = await API.checkUsername(val);
@@ -25182,12 +24841,13 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25182
24841
  const data = {
25183
24842
  mobile_email: res.mobile_email,
25184
24843
  password: res.password,
25185
- code: res.code,
25186
- captcha_id: nowCaptchaId.value
24844
+ code: res.code
25187
24845
  };
25188
24846
  const result2 = await API.resetUserPassword(data);
25189
24847
  if (!result2.error) {
25190
24848
  dealLog($t("gitCodeLayout.LoginModal.tips.updatePassword"), "success", "login");
24849
+ } else {
24850
+ extraErrors.requestInfo = result2.error.error_message;
25191
24851
  }
25192
24852
  setTimeout(() => {
25193
24853
  loading.value = false;
@@ -25276,8 +24936,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25276
24936
  useReport("signup_submit", {}, API.report);
25277
24937
  }
25278
24938
  const formData = await ((_a = FormRef.value) == null ? void 0 : _a.ValidateForm());
25279
- if (!formData || formData.type === "fail")
25280
- return false;
24939
+ if (!formData || formData.type === "fail") return false;
25281
24940
  const res = formData.forms;
25282
24941
  const { country } = ((_b = FormRef.value) == null ? void 0 : _b.Data) || {};
25283
24942
  const mobile = getPhone({ value: res.mobile, country });
@@ -25286,8 +24945,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25286
24945
  return;
25287
24946
  } else if (formType.value === "register") {
25288
24947
  const check = await LoginCheck();
25289
- if (!check)
25290
- return;
24948
+ if (!check) return;
25291
24949
  await registerAction(res, mobile);
25292
24950
  } else {
25293
24951
  const loginFunction = tabPanel.value === "password" ? LoginConfig.password : LoginConfig.phone;
@@ -25352,7 +25010,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25352
25010
  res = await API.getQuickLoginMsg({ mobile, captchaId: conf.captchaId });
25353
25011
  break;
25354
25012
  case "forget":
25355
- res = await API.getMobileEmailCode(conf.value);
25013
+ res = await API.getMobileEmailCode({ mobile_email: mobile, captcha_id: conf.captchaId });
25356
25014
  break;
25357
25015
  default:
25358
25016
  res = await API.verifyRegisterCode({ mobile, type: "REGISTER", captchaId: conf.captchaId });
@@ -25360,7 +25018,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25360
25018
  }
25361
25019
  return res;
25362
25020
  };
25363
- const nowCaptchaId = ref();
25364
25021
  const handleCountDown = async (conf) => {
25365
25022
  var _a, _b;
25366
25023
  const formData = await FormRef.value.ValidateFormKeys([conf.key]);
@@ -25377,7 +25034,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25377
25034
  if (formType.value === "forget" && !conf.captchaId) {
25378
25035
  slidCaptcha.open({
25379
25036
  onSuccess: (captchaData) => {
25380
- nowCaptchaId.value = captchaData.id;
25381
25037
  handleCountDown({ ...conf, captchaId: captchaData.id });
25382
25038
  }
25383
25039
  });
@@ -25652,17 +25308,19 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25652
25308
  };
25653
25309
  const fetchMiniProgramStatus = async () => {
25654
25310
  var _a;
25655
- const res = await LoginConfig.miniProgramCheckStatus(miniProgramInfo.value.scene_id);
25656
- if (res.error)
25311
+ if (tabPanel.value !== "miniProgram") {
25312
+ stopPoll();
25657
25313
  return;
25314
+ }
25315
+ const res = await LoginConfig.miniProgramCheckStatus(miniProgramInfo.value.scene_id);
25316
+ if (res.error) return;
25658
25317
  const { status: miniProgramCurrentStatus } = ((_a = res == null ? void 0 : res.data) == null ? void 0 : _a.data) || "WAITING";
25659
25318
  miniProgramStatus.value = miniProgramCurrentStatus;
25660
25319
  if (miniProgramCurrentStatus === "TIMEOUT" || miniProgramCurrentStatus === "CANCEL") {
25661
25320
  stopPoll();
25662
25321
  return;
25663
25322
  }
25664
- if (miniProgramCurrentStatus !== "LOGIN")
25665
- return;
25323
+ if (miniProgramCurrentStatus !== "LOGIN") return;
25666
25324
  stopPoll();
25667
25325
  const loginResult = await LoginConfig.miniProgramLogin(miniProgramInfo.value.scene_id);
25668
25326
  if (!loginResult.success) {
@@ -25675,8 +25333,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25675
25333
  }, shouldMiniProgramPoll);
25676
25334
  const getMiniProgramQrCode = async () => {
25677
25335
  var _a;
25678
- if (miniProgramLoading.value)
25679
- return;
25336
+ if (miniProgramLoading.value) return;
25680
25337
  miniProgramLoading.value = true;
25681
25338
  stopPoll();
25682
25339
  miniProgramStatus.value = "WAITING";
@@ -25989,20 +25646,22 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
25989
25646
  };
25990
25647
  }
25991
25648
  });
25992
- const index_vue_vue_type_style_index_0_scoped_2fce7d0b_lang = "";
25993
- const index_vue_vue_type_style_index_1_lang = "";
25994
- const LoginModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-2fce7d0b"]]);
25649
+ const LoginModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-gitcode-layout-lib"]]);
25995
25650
  const { t } = i18n.global;
25996
- function useLogin(request) {
25651
+ function useLogin(request, globalStore) {
25997
25652
  const successMsg = t("gitCodeLayout.common.tips.welcome");
25998
25653
  const { mount, unMount, isMounted, closeModal, refreshModal } = usePopup();
25999
25654
  const router2 = useRouter();
26000
25655
  const route = useRoute();
26001
- const login = (options = { Authorization: true, type: "login" }, loginSuccess, openHarmonyGuide) => {
26002
- const { Authorization = true, type = "login", triggerType = "" } = options;
25656
+ const { useReport: useReport2 } = useRequestReport(request, globalStore);
25657
+ const login = (options = { Authorization: true, type: "login", triggerType: "", loginTriggerSource: "" }, loginSuccess, openHarmonyGuide) => {
25658
+ const { Authorization = true, type = "login", triggerType = "", loginTriggerSource = "" } = options;
26003
25659
  if (isMounted()) {
26004
25660
  return;
26005
25661
  }
25662
+ if (loginTriggerSource) {
25663
+ useReport2("login_exposure", { source: loginTriggerSource });
25664
+ }
26006
25665
  if (isPhone()) {
26007
25666
  saveLoginType(triggerType || "");
26008
25667
  let url = window.location.href;
@@ -26088,7 +25747,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26088
25747
  setup(__props) {
26089
25748
  const props = __props;
26090
25749
  const status = ref(false);
26091
- const { login, isMounted } = useLogin(props.request);
25750
+ const { login, isMounted } = useLogin(props.request, props.globalStore);
26092
25751
  const { t: t2 } = i18n.global;
26093
25752
  const { notice } = useNotification();
26094
25753
  const toNotice = () => {
@@ -26148,7 +25807,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26148
25807
  };
26149
25808
  }
26150
25809
  });
26151
- const main = "";
26152
25810
  const GitCodeLayoutEmitter = emitter;
26153
25811
  const index = {
26154
25812
  install: (app) => {
@@ -26170,8 +25828,8 @@ export {
26170
25828
  TOPIC_TYPE as T,
26171
25829
  _export_sfc as _,
26172
25830
  i18n as a,
26173
- REPO_EVENT as b,
26174
- REPO_TYPE as c,
25831
+ REPO_TYPE as b,
25832
+ REPO_EVENT as c,
26175
25833
  debounce$1 as d,
26176
25834
  extractRepoInfoWithURL as e,
26177
25835
  useTimeFormat as f,