@bagelink/vue 0.0.483 → 0.0.493

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.
Files changed (100) hide show
  1. package/dist/components/Accordion.vue.d.ts +4 -2
  2. package/dist/components/Accordion.vue.d.ts.map +1 -1
  3. package/dist/components/AccordionItem.vue.d.ts +13 -11
  4. package/dist/components/AccordionItem.vue.d.ts.map +1 -1
  5. package/dist/components/Alert.vue.d.ts +1 -1
  6. package/dist/components/Alert.vue.d.ts.map +1 -1
  7. package/dist/components/Avatar.vue.d.ts +8 -8
  8. package/dist/components/Avatar.vue.d.ts.map +1 -1
  9. package/dist/components/Btn.vue.d.ts +39 -37
  10. package/dist/components/Btn.vue.d.ts.map +1 -1
  11. package/dist/components/Card.vue.d.ts +22 -20
  12. package/dist/components/Card.vue.d.ts.map +1 -1
  13. package/dist/components/Carousel.vue.d.ts +14 -12
  14. package/dist/components/Carousel.vue.d.ts.map +1 -1
  15. package/dist/components/DataPreview.vue.d.ts +6 -4
  16. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  17. package/dist/components/ListItem.vue.d.ts +16 -14
  18. package/dist/components/ListItem.vue.d.ts.map +1 -1
  19. package/dist/components/ListView.vue.d.ts +4 -2
  20. package/dist/components/ListView.vue.d.ts.map +1 -1
  21. package/dist/components/MaterialIcon.vue.d.ts +8 -8
  22. package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
  23. package/dist/components/Modal.vue.d.ts +20 -18
  24. package/dist/components/Modal.vue.d.ts.map +1 -1
  25. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  26. package/dist/components/NavBar.vue.d.ts +19 -15
  27. package/dist/components/NavBar.vue.d.ts.map +1 -1
  28. package/dist/components/PageTitle.vue.d.ts +6 -4
  29. package/dist/components/PageTitle.vue.d.ts.map +1 -1
  30. package/dist/components/TableSchema.vue.d.ts +53 -399
  31. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  32. package/dist/components/Title.vue.d.ts +6 -4
  33. package/dist/components/Title.vue.d.ts.map +1 -1
  34. package/dist/components/TopBar.vue.d.ts +4 -2
  35. package/dist/components/TopBar.vue.d.ts.map +1 -1
  36. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  37. package/dist/components/form/BglForm.vue.d.ts +23 -21
  38. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  39. package/dist/components/form/inputs/CheckInput.vue.d.ts +6 -4
  40. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  41. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  42. package/dist/components/form/inputs/ColorPicker.vue.d.ts +14 -14
  43. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  44. package/dist/components/form/inputs/DateInput.vue.d.ts +14 -14
  45. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  46. package/dist/components/form/inputs/DatePicker.vue.d.ts +14 -14
  47. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  48. package/dist/components/form/inputs/FileUpload.vue.d.ts +39 -161
  49. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  50. package/dist/components/form/inputs/JSONInput.vue.d.ts +10 -10
  51. package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
  52. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -6
  53. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
  54. package/dist/components/form/inputs/SelectInput.vue.d.ts +26 -24
  55. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  56. package/dist/components/form/inputs/SignaturePad.vue.d.ts +18 -18
  57. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  58. package/dist/components/form/inputs/TableField.vue.d.ts +2 -2
  59. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  60. package/dist/components/form/inputs/TelInput.vue.d.ts +3 -3
  61. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  62. package/dist/components/form/inputs/TextInput.vue.d.ts +46 -46
  63. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  64. package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
  65. package/dist/components/layout/BottomMenu.vue.d.ts +6 -4
  66. package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
  67. package/dist/components/layout/Layout.vue.d.ts +6 -4
  68. package/dist/components/layout/Layout.vue.d.ts.map +1 -1
  69. package/dist/components/layout/SidebarMenu.vue.d.ts +13 -11
  70. package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
  71. package/dist/components/layout/TabbedLayout.vue.d.ts +16 -14
  72. package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
  73. package/dist/components/layout/Tabs.vue.d.ts +6 -4
  74. package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
  75. package/dist/components/layout/TabsBody.vue.d.ts +4 -2
  76. package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
  77. package/dist/components/layout/TabsNav.vue.d.ts +13 -10
  78. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  79. package/dist/index.cjs +682 -1195
  80. package/dist/index.mjs +682 -1195
  81. package/dist/plugins/bagel.d.ts.map +1 -1
  82. package/dist/style.css +440 -182
  83. package/dist/utils/index.d.ts.map +1 -1
  84. package/dist/utils/lang.d.ts.map +1 -1
  85. package/package.json +4 -4
  86. package/src/components/AccordionItem.vue +3 -2
  87. package/src/components/Btn.vue +3 -2
  88. package/src/components/Card.vue +1 -0
  89. package/src/components/ListItem.vue +1 -1
  90. package/src/components/NavBar.vue +1 -1
  91. package/src/components/TableSchema.vue +1 -1
  92. package/src/components/form/inputs/FileUpload.vue +2 -1
  93. package/src/components/form/inputs/ToggleInput.vue +13 -10
  94. package/src/components/layout/TabsNav.vue +56 -31
  95. package/src/styles/appearance.css +8 -0
  96. package/src/styles/inputs.css +18 -0
  97. package/src/styles/layout.css +93 -0
  98. package/src/styles/mobilLayout.css +94 -0
  99. package/src/styles/text.css +81 -0
  100. package/src/styles/theme.css +1 -1
package/dist/index.mjs CHANGED
@@ -1,9 +1,6 @@
1
1
  var __defProp2 = Object.defineProperty;
2
2
  var __defNormalProp2 = (obj, key, value) => key in obj ? __defProp2(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField2 = (obj, key, value) => {
4
- __defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
5
- return value;
6
- };
3
+ var __publicField2 = (obj, key, value) => __defNormalProp2(obj, typeof key !== "symbol" ? key + "" : key, value);
7
4
  import { pushScopeId, popScopeId, defineComponent, nextTick, openBlock, createBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, withScopeId, resolveComponent, normalizeStyle, withKeys, createElementVNode, Fragment as Fragment$1, createCommentVNode, mergeProps, withCtx, createVNode, ref, createApp, h as h$2, toDisplayString, reactive, computed, inject, unref, renderList, resolveDynamicComponent, useCssVars, useSlots, withModifiers, createTextVNode, watch, onMounted, onUnmounted, mergeModels, useModel, createSlots, Transition, provide, isRef, withDirectives, vModelCheckbox, toRef, Teleport, render as render$f, onBeforeUpdate, vShow, getCurrentScope, onScopeDispose, TransitionGroup, vModelDynamic, vModelText, vModelRadio, onBeforeUnmount, getCurrentInstance, watchEffect, markRaw, customRef, resolveDirective } from "vue";
8
5
  const sides = ["top", "right", "bottom", "left"];
9
6
  const alignments = ["start", "end"];
@@ -72,8 +69,7 @@ function getSideList(side, isStart, rtl) {
72
69
  switch (side) {
73
70
  case "top":
74
71
  case "bottom":
75
- if (rtl)
76
- return isStart ? rl : lr2;
72
+ if (rtl) return isStart ? rl : lr2;
77
73
  return isStart ? lr2 : rl;
78
74
  case "left":
79
75
  case "right":
@@ -808,8 +804,7 @@ function s(t) {
808
804
  }
809
805
  let f;
810
806
  function u() {
811
- if (f)
812
- return f;
807
+ if (f) return f;
813
808
  const t = navigator.userAgentData;
814
809
  return t && Array.isArray(t.brands) ? (f = t.brands.map((t4) => t4.brand + "/" + t4.version).join(" "), f) : navigator.userAgent;
815
810
  }
@@ -823,8 +818,7 @@ function h$1(t) {
823
818
  return t instanceof n$1(t).Node;
824
819
  }
825
820
  function p(t) {
826
- if ("undefined" == typeof ShadowRoot)
827
- return false;
821
+ if ("undefined" == typeof ShadowRoot) return false;
828
822
  return t instanceof n$1(t).ShadowRoot || t instanceof ShadowRoot;
829
823
  }
830
824
  function g$1(t) {
@@ -853,8 +847,7 @@ function v(t) {
853
847
  const b$1 = { x: 1, y: 1 };
854
848
  function L$2(t) {
855
849
  const e = v(t);
856
- if (!a(e))
857
- return b$1;
850
+ if (!a(e)) return b$1;
858
851
  const n2 = e.getBoundingClientRect(), { width: o2, height: i2, fallback: r2 } = c$1(e);
859
852
  let s2 = (r2 ? l(n2.width) : n2.width) / o2, f2 = (r2 ? l(n2.height) : n2.height) / i2;
860
853
  return s2 && Number.isFinite(s2) || (s2 = 1), f2 && Number.isFinite(f2) || (f2 = 1), { x: s2, y: f2 };
@@ -887,8 +880,7 @@ function C$1(t) {
887
880
  return E$1(R(t)).left + T(t).scrollLeft;
888
881
  }
889
882
  function F(t) {
890
- if ("html" === s(t))
891
- return t;
883
+ if ("html" === s(t)) return t;
892
884
  const e = t.assignedSlot || t.parentNode || p(t) && t.host || R(t);
893
885
  return p(e) ? e.host : e;
894
886
  }
@@ -928,13 +920,11 @@ function A(t) {
928
920
  function H$1(t) {
929
921
  const e = n$1(t);
930
922
  let i2 = A(t);
931
- for (; i2 && m$1(i2) && "static" === o(i2).position; )
932
- i2 = A(i2);
923
+ for (; i2 && m$1(i2) && "static" === o(i2).position; ) i2 = A(i2);
933
924
  return i2 && ("html" === s(i2) || "body" === s(i2) && "static" === o(i2).position && !y$2(i2)) ? e : i2 || function(t4) {
934
925
  let e3 = F(t4);
935
926
  for (; a(e3) && !w(e3); ) {
936
- if (y$2(e3))
937
- return e3;
927
+ if (y$2(e3)) return e3;
938
928
  e3 = F(e3);
939
929
  }
940
930
  return null;
@@ -944,20 +934,17 @@ function O(t, e, n2) {
944
934
  const o2 = a(e), i2 = R(e), r2 = E$1(t, true, "fixed" === n2, e);
945
935
  let l2 = { scrollLeft: 0, scrollTop: 0 };
946
936
  const c2 = { x: 0, y: 0 };
947
- if (o2 || !o2 && "fixed" !== n2)
948
- if (("body" !== s(e) || g$1(i2)) && (l2 = T(e)), a(e)) {
949
- const t4 = E$1(e, true);
950
- c2.x = t4.x + e.clientLeft, c2.y = t4.y + e.clientTop;
951
- } else
952
- i2 && (c2.x = C$1(i2));
937
+ if (o2 || !o2 && "fixed" !== n2) if (("body" !== s(e) || g$1(i2)) && (l2 = T(e)), a(e)) {
938
+ const t4 = E$1(e, true);
939
+ c2.x = t4.x + e.clientLeft, c2.y = t4.y + e.clientTop;
940
+ } else i2 && (c2.x = C$1(i2));
953
941
  return { x: r2.left + l2.scrollLeft - c2.x, y: r2.top + l2.scrollTop - c2.y, width: r2.width, height: r2.height };
954
942
  }
955
943
  const P = { getClippingRect: function(t) {
956
944
  let { element: e, boundary: n2, rootBoundary: l2, strategy: c2 } = t;
957
945
  const f2 = "clippingAncestors" === n2 ? function(t4, e3) {
958
946
  const n3 = e3.get(t4);
959
- if (n3)
960
- return n3;
947
+ if (n3) return n3;
961
948
  let i2 = D(t4).filter((t5) => d$1(t5) && "body" !== s(t5)), r2 = null;
962
949
  const l3 = "fixed" === o(t4).position;
963
950
  let c3 = l3 ? F(t4) : t4;
@@ -974,8 +961,7 @@ const P = { getClippingRect: function(t) {
974
961
  }, convertOffsetParentRelativeRectToViewportRelativeRect: function(t) {
975
962
  let { rect: e, offsetParent: n2, strategy: o2 } = t;
976
963
  const i2 = a(n2), r2 = R(n2);
977
- if (n2 === r2)
978
- return e;
964
+ if (n2 === r2) return e;
979
965
  let l2 = { scrollLeft: 0, scrollTop: 0 }, c2 = { x: 1, y: 1 };
980
966
  const f2 = { x: 0, y: 0 };
981
967
  if ((i2 || !i2 && "fixed" !== o2) && (("body" !== s(n2) || g$1(r2)) && (l2 = T(n2)), a(n2))) {
@@ -2640,8 +2626,7 @@ function findKey$1(obj, key) {
2640
2626
  return null;
2641
2627
  }
2642
2628
  const _global = (() => {
2643
- if (typeof globalThis !== "undefined")
2644
- return globalThis;
2629
+ if (typeof globalThis !== "undefined") return globalThis;
2645
2630
  return typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : global;
2646
2631
  })();
2647
2632
  const isContextDefined = (context) => !isUndefined(context) && context !== _global;
@@ -2695,8 +2680,7 @@ const toFlatObject = (sourceObj, destObj, filter3, propFilter) => {
2695
2680
  let prop3;
2696
2681
  const merged = {};
2697
2682
  destObj = destObj || {};
2698
- if (sourceObj == null)
2699
- return destObj;
2683
+ if (sourceObj == null) return destObj;
2700
2684
  do {
2701
2685
  props2 = Object.getOwnPropertyNames(sourceObj);
2702
2686
  i2 = props2.length;
@@ -2721,13 +2705,10 @@ const endsWith = (str, searchString, position) => {
2721
2705
  return lastIndex !== -1 && lastIndex === position;
2722
2706
  };
2723
2707
  const toArray = (thing) => {
2724
- if (!thing)
2725
- return null;
2726
- if (isArray(thing))
2727
- return thing;
2708
+ if (!thing) return null;
2709
+ if (isArray(thing)) return thing;
2728
2710
  let i2 = thing.length;
2729
- if (!isNumber$1(i2))
2730
- return null;
2711
+ if (!isNumber$1(i2)) return null;
2731
2712
  const arr = new Array(i2);
2732
2713
  while (i2-- > 0) {
2733
2714
  arr[i2] = thing[i2];
@@ -2784,8 +2765,7 @@ const freezeMethods = (obj) => {
2784
2765
  return false;
2785
2766
  }
2786
2767
  const value = obj[name];
2787
- if (!isFunction$1(value))
2788
- return;
2768
+ if (!isFunction$1(value)) return;
2789
2769
  descriptor.enumerable = false;
2790
2770
  if ("writable" in descriptor) {
2791
2771
  descriptor.writable = false;
@@ -2990,8 +2970,7 @@ function removeBrackets(key) {
2990
2970
  return utils$1.endsWith(key, "[]") ? key.slice(0, -2) : key;
2991
2971
  }
2992
2972
  function renderKey(path, key, dots) {
2993
- if (!path)
2994
- return key;
2973
+ if (!path) return key;
2995
2974
  return path.concat(key).map(function each(token, i2) {
2996
2975
  token = removeBrackets(token);
2997
2976
  return !dots && i2 ? "[" + token + "]" : token;
@@ -3025,8 +3004,7 @@ function toFormData(obj, formData, options) {
3025
3004
  throw new TypeError("visitor must be a function");
3026
3005
  }
3027
3006
  function convertValue(value) {
3028
- if (value === null)
3029
- return "";
3007
+ if (value === null) return "";
3030
3008
  if (utils$1.isDate(value)) {
3031
3009
  return value.toISOString();
3032
3010
  }
@@ -3069,8 +3047,7 @@ function toFormData(obj, formData, options) {
3069
3047
  isVisitable
3070
3048
  });
3071
3049
  function build(value, path) {
3072
- if (utils$1.isUndefined(value))
3073
- return;
3050
+ if (utils$1.isUndefined(value)) return;
3074
3051
  if (stack2.indexOf(value) !== -1) {
3075
3052
  throw Error("Circular reference detected in " + path.join("."));
3076
3053
  }
@@ -3278,8 +3255,7 @@ function arrayToObject(arr) {
3278
3255
  function formDataToJSON(formData) {
3279
3256
  function buildPath(path, value, target, index2) {
3280
3257
  let name = path[index2++];
3281
- if (name === "__proto__")
3282
- return true;
3258
+ if (name === "__proto__") return true;
3283
3259
  const isNumericKey = Number.isFinite(+name);
3284
3260
  const isLast = index2 >= path.length;
3285
3261
  name = !name && utils$1.isArray(target) ? target.length : name;
@@ -3485,8 +3461,7 @@ function matchHeaderValue(context, value, header, filter3, isHeaderNameFilter) {
3485
3461
  if (isHeaderNameFilter) {
3486
3462
  value = header;
3487
3463
  }
3488
- if (!utils$1.isString(value))
3489
- return;
3464
+ if (!utils$1.isString(value)) return;
3490
3465
  if (utils$1.isString(filter3)) {
3491
3466
  return value.indexOf(filter3) !== -1;
3492
3467
  }
@@ -4670,8 +4645,7 @@ class CancelToken {
4670
4645
  });
4671
4646
  const token = this;
4672
4647
  this.promise.then((cancel) => {
4673
- if (!token._listeners)
4674
- return;
4648
+ if (!token._listeners) return;
4675
4649
  let i2 = token._listeners.length;
4676
4650
  while (i2-- > 0) {
4677
4651
  token._listeners[i2](cancel);
@@ -5261,8 +5235,7 @@ function keyToLabel(key) {
5261
5235
  }
5262
5236
  async function copyText(text, cb) {
5263
5237
  await navigator.clipboard.writeText(text);
5264
- if (cb)
5265
- cb("Copied to clipboard");
5238
+ if (cb) cb("Copied to clipboard");
5266
5239
  }
5267
5240
  function initials(...strArr) {
5268
5241
  strArr = strArr.map((str) => str.split(/\s/)).flat();
@@ -5275,14 +5248,12 @@ function useEscape(event, closeModel) {
5275
5248
  }
5276
5249
  function classify(fieldVal, row, ...classes) {
5277
5250
  return classes.map((cls) => {
5278
- if (typeof cls === "function")
5279
- return cls(fieldVal, row);
5251
+ if (typeof cls === "function") return cls(fieldVal, row);
5280
5252
  return cls;
5281
5253
  }).join(" ");
5282
5254
  }
5283
5255
  function bindAttrs(attrs, fieldVal, row) {
5284
- if (!attrs)
5285
- return {};
5256
+ if (!attrs) return {};
5286
5257
  const exclude = ["class"];
5287
5258
  const arr = Object.entries(attrs).filter(([key]) => !exclude.includes(key)).map(([key, value]) => [
5288
5259
  key,
@@ -5293,14 +5264,10 @@ function bindAttrs(attrs, fieldVal, row) {
5293
5264
  }
5294
5265
  function iffer(field, itemData) {
5295
5266
  var _a2;
5296
- if (field["v-if"] === void 0)
5297
- return true;
5298
- if (typeof field["v-if"] === "boolean")
5299
- return field["v-if"];
5300
- if (typeof field["v-if"] === "string")
5301
- return true;
5302
- if (typeof field["v-if"] === "function")
5303
- return (_a2 = field["v-if"]) == null ? void 0 : _a2.call(field, itemData == null ? void 0 : itemData[field.id], itemData);
5267
+ if (field["v-if"] === void 0) return true;
5268
+ if (typeof field["v-if"] === "boolean") return field["v-if"];
5269
+ if (typeof field["v-if"] === "string") return true;
5270
+ if (typeof field["v-if"] === "function") return (_a2 = field["v-if"]) == null ? void 0 : _a2.call(field, itemData == null ? void 0 : itemData[field.id], itemData);
5304
5271
  return true;
5305
5272
  }
5306
5273
  const denullify = (itemData, fieldID) => fieldID && itemData ? itemData[fieldID] : null;
@@ -5308,14 +5275,12 @@ const bagelInjectionKey = Symbol("bagel");
5308
5275
  const i18nTInjectionKey = Symbol("bagel");
5309
5276
  function useBagel() {
5310
5277
  const bagel = inject(bagelInjectionKey);
5311
- if (!bagel)
5312
- throw new Error("No bagel provided");
5278
+ if (!bagel) throw new Error("No bagel provided");
5313
5279
  return bagel;
5314
5280
  }
5315
5281
  function useI18nT() {
5316
5282
  const i18nT = inject(i18nTInjectionKey);
5317
- if (!i18nT)
5318
- throw new Error("No i18nT provided");
5283
+ if (!i18nT) throw new Error("No i18nT provided");
5319
5284
  return i18nT;
5320
5285
  }
5321
5286
  const BagelVue = {
@@ -5332,12 +5297,9 @@ const BagelVue = {
5332
5297
  }
5333
5298
  });
5334
5299
  const { availableLangs, defaultLang, lang } = useLang();
5335
- if (options.availableLangs)
5336
- availableLangs.value = options.availableLangs;
5337
- if (options.defaultLang)
5338
- defaultLang.value = options.defaultLang;
5339
- if (options.language)
5340
- lang.value = options.language;
5300
+ if (options.availableLangs) availableLangs.value = options.availableLangs;
5301
+ if (options.defaultLang) defaultLang.value = options.defaultLang;
5302
+ if (options.language) lang.value = options.language;
5341
5303
  app.config.globalProperties.$bagel = bagel;
5342
5304
  app.provide(bagelInjectionKey, bagel);
5343
5305
  app.config.globalProperties.$i18T = options.i18nT || ((key) => key);
@@ -5347,8 +5309,7 @@ const BagelVue = {
5347
5309
  const ModalSymbol = Symbol("modal");
5348
5310
  function useModal() {
5349
5311
  const modalApi = inject(ModalSymbol);
5350
- if (!modalApi)
5351
- throw new Error("Modal API not provided");
5312
+ if (!modalApi) throw new Error("Modal API not provided");
5352
5313
  return modalApi;
5353
5314
  }
5354
5315
  const ModalPlugin = {
@@ -5358,8 +5319,7 @@ const ModalPlugin = {
5358
5319
  modalStack.value.splice(index2, 1);
5359
5320
  };
5360
5321
  const modalConfirm = (options) => new Promise((resolve) => {
5361
- if (typeof options === "string")
5362
- options = { title: options, message: "" };
5322
+ if (typeof options === "string") options = { title: options, message: "" };
5363
5323
  modalStack.value.push({
5364
5324
  modalOptions: { ...options, resolve },
5365
5325
  modalType: "confirm",
@@ -5372,8 +5332,7 @@ const ModalPlugin = {
5372
5332
  modalType,
5373
5333
  componentSlots: slots
5374
5334
  });
5375
- if (modalType === "modalForm")
5376
- return modalStack.value.at(-1);
5335
+ if (modalType === "modalForm") return modalStack.value.at(-1);
5377
5336
  return modalStack.value.at(-1);
5378
5337
  };
5379
5338
  app.provide(ModalSymbol, {
@@ -5391,10 +5350,8 @@ const ModalPlugin = {
5391
5350
  const props2 = { ...modal.modalOptions, "visible": true, "onUpdate:visible": () => {
5392
5351
  hideModal(index2);
5393
5352
  } };
5394
- if (modal.modalType === "modalForm")
5395
- return h$2(ModalForm, props2, modal.componentSlots);
5396
- if (modal.modalType === "confirm")
5397
- return h$2(_sfc_main$r, props2, {});
5353
+ if (modal.modalType === "modalForm") return h$2(ModalForm, props2, modal.componentSlots);
5354
+ if (modal.modalType === "confirm") return h$2(_sfc_main$r, props2, {});
5398
5355
  return h$2(_sfc_main$J, props2, modal.componentSlots);
5399
5356
  });
5400
5357
  }
@@ -5440,7 +5397,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
5440
5397
  return openBlock(), createElementBlock("div", {
5441
5398
  class: normalizeClass({ open: isOpen.value, closed: !isOpen.value })
5442
5399
  }, [
5443
- renderSlot(_ctx.$slots, "top", {}, void 0, true),
5400
+ renderSlot(_ctx.$slots, "top", { isOpen: isOpen.value }, void 0, true),
5444
5401
  createElementVNode("div", {
5445
5402
  class: "nav-expend",
5446
5403
  role: "button",
@@ -5512,7 +5469,7 @@ const _export_sfc = (sfc, props2) => {
5512
5469
  }
5513
5470
  return target;
5514
5471
  };
5515
- const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-99d2db65"]]);
5472
+ const NavBar = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-d1115533"]]);
5516
5473
  const _hoisted_1$G = {
5517
5474
  key: 0,
5518
5475
  class: "loading"
@@ -5543,15 +5500,14 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5543
5500
  },
5544
5501
  setup(__props) {
5545
5502
  useCssVars((_ctx) => ({
5546
- "a8626e32": computedBackgroundColor.value,
5547
- "223eadfc": cumputedTextColor.value
5503
+ "23db5d74": computedBackgroundColor.value,
5504
+ "82322962": cumputedTextColor.value
5548
5505
  }));
5549
5506
  const props2 = __props;
5550
5507
  const slots = useSlots();
5551
5508
  const computedTheme = computed(
5552
5509
  () => {
5553
- if (props2.disabled)
5554
- return "gray-light";
5510
+ if (props2.disabled) return "gray-light";
5555
5511
  return props2.color || props2.theme;
5556
5512
  }
5557
5513
  );
@@ -5628,7 +5584,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
5628
5584
  };
5629
5585
  }
5630
5586
  });
5631
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-b96e25bd"]]);
5587
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-957b4083"]]);
5632
5588
  const _hoisted_1$F = {
5633
5589
  key: 0,
5634
5590
  class: "tool-bar"
@@ -5660,21 +5616,16 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
5660
5616
  watch(
5661
5617
  () => props2.visible,
5662
5618
  (val) => {
5663
- if (val === isVisible.value || val === void 0)
5664
- return;
5665
- if (val)
5666
- openModal();
5667
- else
5668
- closeModal();
5619
+ if (val === isVisible.value || val === void 0) return;
5620
+ if (val) openModal();
5621
+ else closeModal();
5669
5622
  },
5670
5623
  { immediate: true }
5671
5624
  );
5672
5625
  const maxWidth = computed(() => {
5673
5626
  const { width } = props2;
5674
- if (width == null ? void 0 : width.match(/px|em|rem|vw|vh|%/))
5675
- return { "max-width": width };
5676
- if (width == null ? void 0 : width.match(/\d+/))
5677
- return { "max-width": `${width}px` };
5627
+ if (width == null ? void 0 : width.match(/px|em|rem|vw|vh|%/)) return { "max-width": width };
5628
+ if (width == null ? void 0 : width.match(/\d+/)) return { "max-width": `${width}px` };
5678
5629
  return { "max-width": "720px" };
5679
5630
  });
5680
5631
  function closeModal() {
@@ -5781,8 +5732,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
5781
5732
  const bagel = useBagel();
5782
5733
  const modal = ref();
5783
5734
  const computedFormSchema = computed(() => {
5784
- if (typeof props2.schema === "function")
5785
- return props2.schema();
5735
+ if (typeof props2.schema === "function") return props2.schema();
5786
5736
  return props2.schema;
5787
5737
  });
5788
5738
  const formData = useModel(__props, "modelValue");
@@ -5793,16 +5743,13 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
5793
5743
  };
5794
5744
  async function runSubmit() {
5795
5745
  var _a2, _b, _c, _d;
5796
- if (((_b = (_a2 = form.value) == null ? void 0 : _a2.validateForm) == null ? void 0 : _b.call(_a2)) === false)
5797
- return;
5746
+ if (((_b = (_a2 = form.value) == null ? void 0 : _a2.validateForm) == null ? void 0 : _b.call(_a2)) === false) return;
5798
5747
  try {
5799
5748
  await ((_c = props2.onSubmit) == null ? void 0 : _c.call(props2, formData.value));
5800
5749
  closeModal();
5801
5750
  } catch (err) {
5802
- if (props2.onError)
5803
- props2.onError(err);
5804
- else
5805
- (_d = bagel.onError) == null ? void 0 : _d.call(bagel, err);
5751
+ if (props2.onError) props2.onError(err);
5752
+ else (_d = bagel.onError) == null ? void 0 : _d.call(bagel, err);
5806
5753
  }
5807
5754
  }
5808
5755
  function runDelete() {
@@ -5893,25 +5840,21 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
5893
5840
  }
5894
5841
  });
5895
5842
  onMounted(() => {
5896
- if (props2.open)
5897
- isOpen.value = true;
5843
+ if (props2.open) isOpen.value = true;
5898
5844
  });
5899
- const accordionState = inject("accordionState");
5845
+ const accordionState = inject("accordionState") || {};
5900
5846
  const id = props2.id || Math.random().toString(36).substring(7);
5901
5847
  watch(
5902
5848
  () => accordionState.openItem,
5903
5849
  (currentOpenId) => {
5904
- if (currentOpenId !== id)
5905
- isOpen.value = false;
5850
+ if (currentOpenId !== id) isOpen.value = false;
5906
5851
  },
5907
5852
  { immediate: true }
5908
5853
  );
5909
5854
  function toggle() {
5910
5855
  isOpen.value = !isOpen.value;
5911
- if (isOpen.value && accordionState.openItem)
5912
- accordionState.openItem = id;
5913
- else if (accordionState.openItem === id)
5914
- accordionState.openItem = null;
5856
+ if (isOpen.value && accordionState.openItem) accordionState.openItem = id;
5857
+ else if (accordionState.openItem === id) accordionState.openItem = null;
5915
5858
  }
5916
5859
  return (_ctx, _cache) => {
5917
5860
  return openBlock(), createElementBlock("div", _hoisted_1$E, [
@@ -5947,7 +5890,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
5947
5890
  };
5948
5891
  }
5949
5892
  });
5950
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8f4a7e11"]]);
5893
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-b862dfb8"]]);
5951
5894
  const _sfc_main$G = {};
5952
5895
  const _hoisted_1$D = { class: "list-wrap bgl_card thin grid overflow-hidden h-100 p-0" };
5953
5896
  const _hoisted_2$u = { class: "p-1" };
@@ -5963,7 +5906,7 @@ function _sfc_render$2(_ctx, _cache) {
5963
5906
  ]);
5964
5907
  }
5965
5908
  const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$2]]);
5966
- const _hoisted_1$C = { class: "txt16 no-margin ellipsis" };
5909
+ const _hoisted_1$C = { class: "txt16 no-margin ellipsis line-height-14" };
5967
5910
  const _hoisted_2$t = { class: "txt14 no-margin txt-gray ellipsis" };
5968
5911
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
5969
5912
  __name: "ListItem",
@@ -6107,17 +6050,14 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6107
6050
  const numAValue = Number.parseInt(aValue, 10);
6108
6051
  const numBValue = Number.parseInt(bValue, 10);
6109
6052
  if (!Number.isNaN(numAValue) && !Number.isNaN(numBValue)) {
6110
- if (sortDirection.value === "ASC")
6111
- return numAValue - numBValue;
6053
+ if (sortDirection.value === "ASC") return numAValue - numBValue;
6112
6054
  return numBValue - numAValue;
6113
6055
  }
6114
6056
  if (typeof aValue === "string") {
6115
- if (sortDirection.value === "ASC")
6116
- return aValue.localeCompare(bValue);
6057
+ if (sortDirection.value === "ASC") return aValue.localeCompare(bValue);
6117
6058
  return bValue.localeCompare(aValue);
6118
6059
  }
6119
- if (sortDirection.value === "ASC")
6120
- return aValue < bValue ? -1 : 1;
6060
+ if (sortDirection.value === "ASC") return aValue < bValue ? -1 : 1;
6121
6061
  return aValue < bValue ? 1 : -1;
6122
6062
  });
6123
6063
  }
@@ -6125,10 +6065,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6125
6065
  });
6126
6066
  function sort2(fieldname) {
6127
6067
  if (sortField.value === fieldname) {
6128
- if (sortDirection.value === "ASC")
6129
- sortDirection.value = "DESC";
6130
- else
6131
- sortField.value = "";
6068
+ if (sortDirection.value === "ASC") sortDirection.value = "DESC";
6069
+ else sortField.value = "";
6132
6070
  } else {
6133
6071
  sortField.value = fieldname;
6134
6072
  sortDirection.value = "ASC";
@@ -6199,7 +6137,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
6199
6137
  };
6200
6138
  }
6201
6139
  });
6202
- const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-6cb0708f"]]);
6140
+ const TableSchema = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-ae8770a6"]]);
6203
6141
  const _sfc_main$C = {};
6204
6142
  const _hoisted_1$z = { class: "flex space-between" };
6205
6143
  function _sfc_render$1(_ctx, _cache) {
@@ -6301,7 +6239,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
6301
6239
  createElementVNode("div", _hoisted_5$a, toDisplayString(unref(keyToLabel)(key)), 1),
6302
6240
  createElementVNode("div", _hoisted_6$6, toDisplayString(itemData.value[key]), 1)
6303
6241
  ]);
6304
- }), 256))
6242
+ }), 128))
6305
6243
  ])) : createCommentVNode("", true),
6306
6244
  renderSlot(_ctx.$slots, "footer", {}, void 0, true)
6307
6245
  ])) : createCommentVNode("", true);
@@ -6516,11 +6454,9 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
6516
6454
  );
6517
6455
  const embedType = computed(() => {
6518
6456
  const youtubeRegex = /youtube\.com|youtu\.be/;
6519
- if (youtubeRegex.test(props2.src || ""))
6520
- return "YouTube";
6457
+ if (youtubeRegex.test(props2.src || "")) return "YouTube";
6521
6458
  const vimeoRegex = /vimeo\.com/;
6522
- if (vimeoRegex.test(props2.src || ""))
6523
- return "Vimeo";
6459
+ if (vimeoRegex.test(props2.src || "")) return "Vimeo";
6524
6460
  return null;
6525
6461
  });
6526
6462
  const videoUrl = computed(() => {
@@ -6616,15 +6552,13 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
6616
6552
  }
6617
6553
  let yHeight = ref("auto");
6618
6554
  function evalHeight() {
6619
- if (!props2.autoHeight || !bglSlider.value)
6620
- return;
6555
+ if (!props2.autoHeight || !bglSlider.value) return;
6621
6556
  const slidChildren = bglSlider.value.children[activeSlideIndex.value].children;
6622
6557
  const height = Array.from(slidChildren).map((el) => el.clientHeight).reduce((a2, b2) => a2 + b2, 0);
6623
6558
  yHeight.value = `${height}px`;
6624
6559
  }
6625
6560
  function goToSlide(index2) {
6626
- if (!bglSlider.value || index2 < 0 || index2 > bglSlider.value.children.length - 1)
6627
- return;
6561
+ if (!bglSlider.value || index2 < 0 || index2 > bglSlider.value.children.length - 1) return;
6628
6562
  const slider = bglSlider.value;
6629
6563
  const isRTL = getComputedStyle(bglSlider.value).direction === "rtl";
6630
6564
  const scrollX = slider.offsetWidth * index2 * (isRTL ? -1 : 1);
@@ -6641,23 +6575,19 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
6641
6575
  );
6642
6576
  function scrollEnd() {
6643
6577
  const slider = bglSlider.value;
6644
- if (!slider || props2.items !== 1)
6645
- return;
6578
+ if (!slider || props2.items !== 1) return;
6646
6579
  const nextSlide = Math.round(slider.scrollLeft / slider.offsetWidth);
6647
6580
  goToSlide(nextSlide);
6648
6581
  }
6649
6582
  function stopDragging(e) {
6650
6583
  isPressed.value = false;
6651
6584
  const slider = bglSlider.value;
6652
- if (!slider)
6653
- return;
6585
+ if (!slider) return;
6654
6586
  const isDragForward = startX.value > e.pageX + slider.offsetLeft;
6655
6587
  if (isDragForward)
6656
6588
  activeSlideIndex.value = Math.ceil(slider.scrollLeft / slider.offsetWidth);
6657
- else
6658
- activeSlideIndex.value = Math.floor(slider.scrollLeft / slider.offsetWidth);
6659
- if (props2.items === 1)
6660
- goToSlide(activeSlideIndex.value);
6589
+ else activeSlideIndex.value = Math.floor(slider.scrollLeft / slider.offsetWidth);
6590
+ if (props2.items === 1) goToSlide(activeSlideIndex.value);
6661
6591
  startX.value = 0;
6662
6592
  document.removeEventListener("mousemove", move);
6663
6593
  document.removeEventListener("mouseup", stopDragging);
@@ -6665,20 +6595,16 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
6665
6595
  setTimeout(() => isDragging.value = false, 100);
6666
6596
  }
6667
6597
  function move(e) {
6668
- if (!bglSlider.value)
6669
- return;
6598
+ if (!bglSlider.value) return;
6670
6599
  const x2 = e.pageX - bglSlider.value.offsetLeft;
6671
6600
  const walk = x2 - startX.value;
6672
- if (walk > 20 || walk < -20)
6673
- isDragging.value = true;
6674
- if (!isDragging.value)
6675
- return;
6601
+ if (walk > 20 || walk < -20) isDragging.value = true;
6602
+ if (!isDragging.value) return;
6676
6603
  const scroll = x2 - startX.value;
6677
6604
  bglSlider.value.scrollLeft = scrollLeft.value - scroll;
6678
6605
  }
6679
6606
  function startDragging(e) {
6680
- if (e.button !== 0 || !props2.freeDrag || !bglSlider.value)
6681
- return;
6607
+ if (e.button !== 0 || !props2.freeDrag || !bglSlider.value) return;
6682
6608
  startX.value = e.pageX - bglSlider.value.offsetLeft;
6683
6609
  scrollLeft.value = bglSlider.value.scrollLeft;
6684
6610
  isPressed.value = true;
@@ -6687,27 +6613,20 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
6687
6613
  document.addEventListener("dragend", stopDragging);
6688
6614
  }
6689
6615
  function next() {
6690
- if (!bglSlider.value)
6691
- return;
6616
+ if (!bglSlider.value) return;
6692
6617
  const slideCount = bglSlider.value.children.length;
6693
6618
  const isLastSlide = activeSlideIndex.value >= slideCount - 1;
6694
- if (isLastSlide)
6695
- goToSlide(0);
6696
- else
6697
- goToSlide(activeSlideIndex.value + 1);
6619
+ if (isLastSlide) goToSlide(0);
6620
+ else goToSlide(activeSlideIndex.value + 1);
6698
6621
  }
6699
6622
  function prev() {
6700
- if (!bglSlider.value)
6701
- return;
6623
+ if (!bglSlider.value) return;
6702
6624
  const slideCount = bglSlider.value.children.length;
6703
- if (activeSlideIndex.value === 0)
6704
- goToSlide(slideCount - 1);
6705
- else
6706
- goToSlide(activeSlideIndex.value - 1);
6625
+ if (activeSlideIndex.value === 0) goToSlide(slideCount - 1);
6626
+ else goToSlide(activeSlideIndex.value - 1);
6707
6627
  }
6708
6628
  function evalWidth() {
6709
- if (!bglSlider.value)
6710
- return;
6629
+ if (!bglSlider.value) return;
6711
6630
  goToSlide(activeSlideIndex.value);
6712
6631
  }
6713
6632
  onMounted(() => {
@@ -16393,8 +16312,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
16393
16312
  });
16394
16313
  }
16395
16314
  watch(() => props2.address, (address) => {
16396
- if (address)
16397
- geocodeAddress(address).catch(console.error);
16315
+ if (address) geocodeAddress(address).catch(console.error);
16398
16316
  }, { immediate: true });
16399
16317
  return (_ctx, _cache) => {
16400
16318
  return openBlock(), createElementBlock(Fragment$1, null, [
@@ -16419,18 +16337,15 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
16419
16337
  setup(__props) {
16420
16338
  const props2 = __props;
16421
16339
  const fis = computed(() => {
16422
- if (props2.circle || props2.square)
16423
- return true;
16340
+ if (props2.circle || props2.square) return true;
16424
16341
  return false;
16425
16342
  });
16426
16343
  const height = computed(() => `${props2.size || 1}rem`);
16427
16344
  const backgroundImage = computed(() => {
16428
16345
  let country = props2.country.toLowerCase();
16429
- if (country === "ac")
16430
- country = "sh-ac";
16346
+ if (country === "ac") country = "sh-ac";
16431
16347
  const baseURL = "https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/flags";
16432
- if (fis.value)
16433
- return `url(${baseURL}/1x1/${country.toLowerCase()}.svg)`;
16348
+ if (fis.value) return `url(${baseURL}/1x1/${country.toLowerCase()}.svg)`;
16434
16349
  return `url(${baseURL}/4x3/${country.toLowerCase()}.svg)`;
16435
16350
  });
16436
16351
  return (_ctx, _cache) => {
@@ -16492,8 +16407,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
16492
16407
  );
16493
16408
  function runSubmit() {
16494
16409
  const isValid2 = validateForm();
16495
- if (!isValid2)
16496
- return;
16410
+ if (!isValid2) return;
16497
16411
  emit2("submit", { ...formData.value });
16498
16412
  isDirty.value = false;
16499
16413
  }
@@ -16574,16 +16488,11 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16574
16488
  const props2 = __props;
16575
16489
  const emit2 = __emit;
16576
16490
  const is4 = computed(() => {
16577
- if (props2.field.$el === "text")
16578
- return TextInput;
16579
- if (props2.field.$el === "select")
16580
- return SelectInput;
16581
- if (props2.field.$el === "toggle")
16582
- return ToggleInput;
16583
- if (props2.field.$el === "check")
16584
- return CheckInput;
16585
- if (props2.field.$el === "richtext")
16586
- return _sfc_main$a;
16491
+ if (props2.field.$el === "text") return TextInput;
16492
+ if (props2.field.$el === "select") return SelectInput;
16493
+ if (props2.field.$el === "toggle") return ToggleInput;
16494
+ if (props2.field.$el === "check") return CheckInput;
16495
+ if (props2.field.$el === "richtext") return _sfc_main$a;
16587
16496
  return props2.field.$el || "div";
16588
16497
  });
16589
16498
  const formData = computed({
@@ -16594,25 +16503,20 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
16594
16503
  });
16595
16504
  const fieldData = computed({
16596
16505
  set: (val) => {
16597
- if (!props2.field.id)
16598
- return;
16506
+ if (!props2.field.id) return;
16599
16507
  const data2 = { ...props2.modelValue };
16600
16508
  data2[props2.field.id] = val;
16601
16509
  emit2("update:modelValue", data2);
16602
16510
  },
16603
16511
  get: () => {
16604
- if (props2.field.id)
16605
- return props2.modelValue[props2.field.id];
16512
+ if (props2.field.id) return props2.modelValue[props2.field.id];
16606
16513
  return props2.field.defaultValue || "";
16607
16514
  }
16608
16515
  });
16609
16516
  const vIf = computed(() => {
16610
- if (props2.field["v-if"] === void 0)
16611
- return true;
16612
- if (typeof props2.field["v-if"] === "boolean")
16613
- return props2.field["v-if"];
16614
- if (typeof props2.field["v-if"] === "string")
16615
- return true;
16517
+ if (props2.field["v-if"] === void 0) return true;
16518
+ if (typeof props2.field["v-if"] === "boolean") return props2.field["v-if"];
16519
+ if (typeof props2.field["v-if"] === "string") return true;
16616
16520
  if (typeof props2.field["v-if"] === "function") {
16617
16521
  return props2.field["v-if"](fieldData.value, formData.value);
16618
16522
  }
@@ -16734,8 +16638,7 @@ function constructFrom(date2, value) {
16734
16638
  }
16735
16639
  function addDays(date2, amount) {
16736
16640
  const _date = toDate(date2);
16737
- if (isNaN(amount))
16738
- return constructFrom(date2, NaN);
16641
+ if (isNaN(amount)) return constructFrom(date2, NaN);
16739
16642
  if (!amount) {
16740
16643
  return _date;
16741
16644
  }
@@ -16744,8 +16647,7 @@ function addDays(date2, amount) {
16744
16647
  }
16745
16648
  function addMonths(date2, amount) {
16746
16649
  const _date = toDate(date2);
16747
- if (isNaN(amount))
16748
- return constructFrom(date2, NaN);
16650
+ if (isNaN(amount)) return constructFrom(date2, NaN);
16749
16651
  if (!amount) {
16750
16652
  return _date;
16751
16653
  }
@@ -17344,12 +17246,10 @@ function findIndex(array2, predicate) {
17344
17246
  function buildMatchPatternFn(args) {
17345
17247
  return (string2, options = {}) => {
17346
17248
  const matchResult = string2.match(args.matchPattern);
17347
- if (!matchResult)
17348
- return null;
17249
+ if (!matchResult) return null;
17349
17250
  const matchedString = matchResult[0];
17350
17251
  const parseResult = string2.match(args.parsePattern);
17351
- if (!parseResult)
17352
- return null;
17252
+ if (!parseResult) return null;
17353
17253
  let value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
17354
17254
  value = options.valueCallback ? options.valueCallback(value) : value;
17355
17255
  const rest = string2.slice(matchedString.length);
@@ -18033,8 +17933,7 @@ const formatters = {
18033
17933
  h: function(date2, token, localize2) {
18034
17934
  if (token === "ho") {
18035
17935
  let hours = date2.getHours() % 12;
18036
- if (hours === 0)
18037
- hours = 12;
17936
+ if (hours === 0) hours = 12;
18038
17937
  return localize2.ordinalNumber(hours, { unit: "hour" });
18039
17938
  }
18040
17939
  return lightFormatters.h(date2, token);
@@ -18057,8 +17956,7 @@ const formatters = {
18057
17956
  // Hour [1-24]
18058
17957
  k: function(date2, token, localize2) {
18059
17958
  let hours = date2.getHours();
18060
- if (hours === 0)
18061
- hours = 24;
17959
+ if (hours === 0) hours = 24;
18062
17960
  if (token === "ko") {
18063
17961
  return localize2.ordinalNumber(hours, { unit: "hour" });
18064
17962
  }
@@ -18243,8 +18141,7 @@ function isProtectedWeekYearToken(token) {
18243
18141
  function warnOrThrowProtectedError(token, format2, input) {
18244
18142
  const _message = message(token, format2, input);
18245
18143
  console.warn(_message);
18246
- if (throwTokens.includes(token))
18247
- throw new RangeError(_message);
18144
+ if (throwTokens.includes(token)) throw new RangeError(_message);
18248
18145
  }
18249
18146
  function message(token, format2, input) {
18250
18147
  const subject = token[0] === "Y" ? "years" : "days of the month";
@@ -18299,8 +18196,7 @@ function format$1(date2, formatStr, options) {
18299
18196
  locale: locale2
18300
18197
  };
18301
18198
  return parts.map((part) => {
18302
- if (!part.isToken)
18303
- return part.value;
18199
+ if (!part.isToken) return part.value;
18304
18200
  const token = part.value;
18305
18201
  if (!(options == null ? void 0 : options.useAdditionalWeekYearTokens) && isProtectedWeekYearToken(token) || !(options == null ? void 0 : options.useAdditionalDayOfYearTokens) && isProtectedDayOfYearToken(token)) {
18306
18202
  warnOrThrowProtectedError(token, formatStr, String(date2));
@@ -18428,8 +18324,7 @@ class DateToSystemTimezoneSetter extends Setter {
18428
18324
  __publicField2(this, "subPriority", -1);
18429
18325
  }
18430
18326
  set(date2, flags) {
18431
- if (flags.timestampIsSet)
18432
- return date2;
18327
+ if (flags.timestampIsSet) return date2;
18433
18328
  return constructFrom(date2, transpose(date2, Date));
18434
18329
  }
18435
18330
  }
@@ -19861,8 +19756,7 @@ class ISOTimezoneWithZParser extends Parser {
19861
19756
  }
19862
19757
  }
19863
19758
  set(date2, flags, value) {
19864
- if (flags.timestampIsSet)
19865
- return date2;
19759
+ if (flags.timestampIsSet) return date2;
19866
19760
  return constructFrom(
19867
19761
  date2,
19868
19762
  date2.getTime() - getTimezoneOffsetInMilliseconds(date2) - value
@@ -19900,8 +19794,7 @@ class ISOTimezoneParser extends Parser {
19900
19794
  }
19901
19795
  }
19902
19796
  set(date2, flags, value) {
19903
- if (flags.timestampIsSet)
19904
- return date2;
19797
+ if (flags.timestampIsSet) return date2;
19905
19798
  return constructFrom(
19906
19799
  date2,
19907
19800
  date2.getTime() - getTimezoneOffsetInMilliseconds(date2) - value
@@ -25288,8 +25181,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25288
25181
  }
25289
25182
  }
25290
25183
  const selectedLabel = computed(() => {
25291
- if (selectedItems.value.length === 0)
25292
- return props2.placeholder || "Select";
25184
+ if (selectedItems.value.length === 0) return props2.placeholder || "Select";
25293
25185
  if (selectedItems.value.length > 4) {
25294
25186
  const str = selectedItems.value.slice(0, 4).map((item) => getLabel(item)).join(", ");
25295
25187
  return `${str}... +${selectedItems.value.length - 4}`;
@@ -25297,21 +25189,15 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25297
25189
  return selectedItems.value.map((item) => getLabel(item)).join(", ");
25298
25190
  });
25299
25191
  function getLabel(option2) {
25300
- if (!option2)
25301
- return "";
25302
- if (typeof option2 === "string")
25303
- return option2;
25304
- if (typeof option2 === "number")
25305
- return `${option2}`;
25192
+ if (!option2) return "";
25193
+ if (typeof option2 === "string") return option2;
25194
+ if (typeof option2 === "number") return `${option2}`;
25306
25195
  return option2.label;
25307
25196
  }
25308
25197
  function getValue(option2) {
25309
- if (!option2)
25310
- return void 0;
25311
- if (typeof option2 === "string")
25312
- return option2;
25313
- if (typeof option2 === "number")
25314
- return option2;
25198
+ if (!option2) return void 0;
25199
+ if (typeof option2 === "string") return option2;
25200
+ if (typeof option2 === "number") return option2;
25315
25201
  return option2.value;
25316
25202
  }
25317
25203
  const isSelected = (option2) => !!selectedItems.value.find((item) => getValue(option2) === getValue(item));
@@ -25333,8 +25219,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25333
25219
  } else {
25334
25220
  selectedItems.value.splice(0, selectedItems.value.length, option2);
25335
25221
  }
25336
- if (!props2.multiselect)
25337
- (_a2 = dropdown.value) == null ? void 0 : _a2.hide();
25222
+ if (!props2.multiselect) (_a2 = dropdown.value) == null ? void 0 : _a2.hide();
25338
25223
  emitUpdate();
25339
25224
  }
25340
25225
  function emitUpdate() {
@@ -25356,8 +25241,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25356
25241
  (newVal) => {
25357
25242
  if (!props2.multiselect) {
25358
25243
  const newOption = props2.options.find((o2) => getValue(o2) === newVal) || newVal;
25359
- if (newOption && !isSelected(newOption))
25360
- selectedItems.value = [newOption];
25244
+ if (newOption && !isSelected(newOption)) selectedItems.value = [newOption];
25361
25245
  } else {
25362
25246
  const isSame = compareArrays([newVal].flat(), selectedItems.value);
25363
25247
  if (!isSame) {
@@ -25374,10 +25258,8 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25374
25258
  const exists = props2.options.find(
25375
25259
  (o2) => getValue(o2) === getValue(option2)
25376
25260
  );
25377
- if (!exists)
25378
- selectedItems.value.splice(i2, 1);
25379
- else
25380
- selectedItems.value.splice(i2, 1, exists);
25261
+ if (!exists) selectedItems.value.splice(i2, 1);
25262
+ else selectedItems.value.splice(i2, 1, exists);
25381
25263
  });
25382
25264
  },
25383
25265
  { deep: true, immediate: true }
@@ -25549,32 +25431,27 @@ function _extends() {
25549
25431
  return _extends.apply(this, arguments);
25550
25432
  }
25551
25433
  function _objectWithoutPropertiesLoose(source, excluded) {
25552
- if (source == null)
25553
- return {};
25434
+ if (source == null) return {};
25554
25435
  var target = {};
25555
25436
  var sourceKeys = Object.keys(source);
25556
25437
  var key, i2;
25557
25438
  for (i2 = 0; i2 < sourceKeys.length; i2++) {
25558
25439
  key = sourceKeys[i2];
25559
- if (excluded.indexOf(key) >= 0)
25560
- continue;
25440
+ if (excluded.indexOf(key) >= 0) continue;
25561
25441
  target[key] = source[key];
25562
25442
  }
25563
25443
  return target;
25564
25444
  }
25565
25445
  function _objectWithoutProperties(source, excluded) {
25566
- if (source == null)
25567
- return {};
25446
+ if (source == null) return {};
25568
25447
  var target = _objectWithoutPropertiesLoose(source, excluded);
25569
25448
  var key, i2;
25570
25449
  if (Object.getOwnPropertySymbols) {
25571
25450
  var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
25572
25451
  for (i2 = 0; i2 < sourceSymbolKeys.length; i2++) {
25573
25452
  key = sourceSymbolKeys[i2];
25574
- if (excluded.indexOf(key) >= 0)
25575
- continue;
25576
- if (!Object.prototype.propertyIsEnumerable.call(source, key))
25577
- continue;
25453
+ if (excluded.indexOf(key) >= 0) continue;
25454
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
25578
25455
  target[key] = source[key];
25579
25456
  }
25580
25457
  }
@@ -25603,8 +25480,7 @@ function off(el, event, fn2) {
25603
25480
  el.removeEventListener(event, fn2, !IE11OrLess && captureMode);
25604
25481
  }
25605
25482
  function matches$1(el, selector2) {
25606
- if (!selector2)
25607
- return;
25483
+ if (!selector2) return;
25608
25484
  selector2[0] === ">" && (selector2 = selector2.substring(1));
25609
25485
  if (el) {
25610
25486
  try {
@@ -25631,8 +25507,7 @@ function closest(el, selector2, ctx, includeCTX) {
25631
25507
  if (selector2 != null && (selector2[0] === ">" ? el.parentNode === ctx && matches$1(el, selector2) : matches$1(el, selector2)) || includeCTX && el === ctx) {
25632
25508
  return el;
25633
25509
  }
25634
- if (el === ctx)
25635
- break;
25510
+ if (el === ctx) break;
25636
25511
  } while (el = getParentOrHost(el));
25637
25512
  }
25638
25513
  return null;
@@ -25702,8 +25577,7 @@ function getWindowScrollingElement() {
25702
25577
  }
25703
25578
  }
25704
25579
  function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) {
25705
- if (!el.getBoundingClientRect && el !== window)
25706
- return;
25580
+ if (!el.getBoundingClientRect && el !== window) return;
25707
25581
  var elRect, top2, left2, bottom2, right2, height, width;
25708
25582
  if (el !== window && el.parentNode && el !== getWindowScrollingElement()) {
25709
25583
  elRect = el.getBoundingClientRect();
@@ -25763,10 +25637,8 @@ function isScrolledPast(el, elSide, parentSide) {
25763
25637
  {
25764
25638
  visible = elSideVal >= parentSideVal;
25765
25639
  }
25766
- if (!visible)
25767
- return parent;
25768
- if (parent === getWindowScrollingElement())
25769
- break;
25640
+ if (!visible) return parent;
25641
+ if (parent === getWindowScrollingElement()) break;
25770
25642
  parent = getParentAutoScrollElement(parent, false);
25771
25643
  }
25772
25644
  return false;
@@ -25816,28 +25688,23 @@ function getRelativeScrollOffset(el) {
25816
25688
  }
25817
25689
  function indexOfObject(arr, obj) {
25818
25690
  for (var i2 in arr) {
25819
- if (!arr.hasOwnProperty(i2))
25820
- continue;
25691
+ if (!arr.hasOwnProperty(i2)) continue;
25821
25692
  for (var key in obj) {
25822
- if (obj.hasOwnProperty(key) && obj[key] === arr[i2][key])
25823
- return Number(i2);
25693
+ if (obj.hasOwnProperty(key) && obj[key] === arr[i2][key]) return Number(i2);
25824
25694
  }
25825
25695
  }
25826
25696
  return -1;
25827
25697
  }
25828
25698
  function getParentAutoScrollElement(el, includeSelf) {
25829
- if (!el || !el.getBoundingClientRect)
25830
- return getWindowScrollingElement();
25699
+ if (!el || !el.getBoundingClientRect) return getWindowScrollingElement();
25831
25700
  var elem = el;
25832
25701
  var gotSelf = false;
25833
25702
  do {
25834
25703
  if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) {
25835
25704
  var elemCSS = css(elem);
25836
25705
  if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == "auto" || elemCSS.overflowX == "scroll") || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == "auto" || elemCSS.overflowY == "scroll")) {
25837
- if (!elem.getBoundingClientRect || elem === document.body)
25838
- return getWindowScrollingElement();
25839
- if (gotSelf || includeSelf)
25840
- return elem;
25706
+ if (!elem.getBoundingClientRect || elem === document.body) return getWindowScrollingElement();
25707
+ if (gotSelf || includeSelf) return elem;
25841
25708
  gotSelf = true;
25842
25709
  }
25843
25710
  }
@@ -25898,12 +25765,10 @@ function AnimationStateManager() {
25898
25765
  return {
25899
25766
  captureAnimationState: function captureAnimationState() {
25900
25767
  animationStates = [];
25901
- if (!this.options.animation)
25902
- return;
25768
+ if (!this.options.animation) return;
25903
25769
  var children2 = [].slice.call(this.el.children);
25904
25770
  children2.forEach(function(child) {
25905
- if (css(child, "display") === "none" || child === Sortable.ghost)
25906
- return;
25771
+ if (css(child, "display") === "none" || child === Sortable.ghost) return;
25907
25772
  animationStates.push({
25908
25773
  target: child,
25909
25774
  rect: getRect(child)
@@ -25931,8 +25796,7 @@ function AnimationStateManager() {
25931
25796
  var _this = this;
25932
25797
  if (!this.options.animation) {
25933
25798
  clearTimeout(animationCallbackId);
25934
- if (typeof callback === "function")
25935
- callback();
25799
+ if (typeof callback === "function") callback();
25936
25800
  return;
25937
25801
  }
25938
25802
  var animating = false, animationTime = 0;
@@ -25973,12 +25837,10 @@ function AnimationStateManager() {
25973
25837
  });
25974
25838
  clearTimeout(animationCallbackId);
25975
25839
  if (!animating) {
25976
- if (typeof callback === "function")
25977
- callback();
25840
+ if (typeof callback === "function") callback();
25978
25841
  } else {
25979
25842
  animationCallbackId = setTimeout(function() {
25980
- if (typeof callback === "function")
25981
- callback();
25843
+ if (typeof callback === "function") callback();
25982
25844
  }, animationTime);
25983
25845
  }
25984
25846
  animationStates = [];
@@ -26038,8 +25900,7 @@ var PluginManager = {
26038
25900
  };
26039
25901
  var eventNameGlobal = eventName + "Global";
26040
25902
  plugins.forEach(function(plugin) {
26041
- if (!sortable[plugin.pluginName])
26042
- return;
25903
+ if (!sortable[plugin.pluginName]) return;
26043
25904
  if (sortable[plugin.pluginName][eventNameGlobal]) {
26044
25905
  sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({
26045
25906
  sortable
@@ -26055,8 +25916,7 @@ var PluginManager = {
26055
25916
  initializePlugins: function initializePlugins(sortable, el, defaults2, options) {
26056
25917
  plugins.forEach(function(plugin) {
26057
25918
  var pluginName = plugin.pluginName;
26058
- if (!sortable.options[pluginName] && !plugin.initializeByDefault)
26059
- return;
25919
+ if (!sortable.options[pluginName] && !plugin.initializeByDefault) return;
26060
25920
  var initialized = new plugin(sortable, el, sortable.options);
26061
25921
  initialized.sortable = sortable;
26062
25922
  initialized.options = sortable.options;
@@ -26064,8 +25924,7 @@ var PluginManager = {
26064
25924
  _extends(defaults2, initialized.defaults);
26065
25925
  });
26066
25926
  for (var option2 in sortable.options) {
26067
- if (!sortable.options.hasOwnProperty(option2))
26068
- continue;
25927
+ if (!sortable.options.hasOwnProperty(option2)) continue;
26069
25928
  var modified = this.modifyOption(sortable, option2, sortable.options[option2]);
26070
25929
  if (typeof modified !== "undefined") {
26071
25930
  sortable.options[option2] = modified;
@@ -26075,8 +25934,7 @@ var PluginManager = {
26075
25934
  getEventProperties: function getEventProperties(name, sortable) {
26076
25935
  var eventProperties = {};
26077
25936
  plugins.forEach(function(plugin) {
26078
- if (typeof plugin.eventProperties !== "function")
26079
- return;
25937
+ if (typeof plugin.eventProperties !== "function") return;
26080
25938
  _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name));
26081
25939
  });
26082
25940
  return eventProperties;
@@ -26084,8 +25942,7 @@ var PluginManager = {
26084
25942
  modifyOption: function modifyOption(sortable, name, value) {
26085
25943
  var modifiedValue;
26086
25944
  plugins.forEach(function(plugin) {
26087
- if (!sortable[plugin.pluginName])
26088
- return;
25945
+ if (!sortable[plugin.pluginName]) return;
26089
25946
  if (plugin.optionListeners && typeof plugin.optionListeners[name] === "function") {
26090
25947
  modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value);
26091
25948
  }
@@ -26096,8 +25953,7 @@ var PluginManager = {
26096
25953
  function dispatchEvent$2(_ref) {
26097
25954
  var sortable = _ref.sortable, rootEl2 = _ref.rootEl, name = _ref.name, targetEl = _ref.targetEl, cloneEl2 = _ref.cloneEl, toEl = _ref.toEl, fromEl = _ref.fromEl, oldIndex2 = _ref.oldIndex, newIndex2 = _ref.newIndex, oldDraggableIndex2 = _ref.oldDraggableIndex, newDraggableIndex2 = _ref.newDraggableIndex, originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, extraEventProperties = _ref.extraEventProperties;
26098
25955
  sortable = sortable || rootEl2 && rootEl2[expando];
26099
- if (!sortable)
26100
- return;
25956
+ if (!sortable) return;
26101
25957
  var evt, options = sortable.options, onName = "on" + name.charAt(0).toUpperCase() + name.substr(1);
26102
25958
  if (window.CustomEvent && !IE11OrLess && !Edge) {
26103
25959
  evt = new CustomEvent(name, {
@@ -26180,8 +26036,7 @@ function _dispatchEvent(info) {
26180
26036
  }
26181
26037
  var dragEl, parentEl, ghostEl, rootEl, nextEl, lastDownEl, cloneEl, cloneHidden, oldIndex, newIndex, oldDraggableIndex, newDraggableIndex, activeGroup, putSortable, awaitingDragStarted = false, ignoreNextClick = false, sortables = [], tapEvt, touchEvt, lastDx, lastDy, tapDistanceLeft, tapDistanceTop, moved, lastTarget, lastDirection, pastFirstInvertThresh = false, isCircumstantialInvert = false, targetMoveDistance, ghostRelativeParent, ghostRelativeParentInitialScroll = [], _silent = false, savedInputChecked = [];
26182
26038
  var documentExists = typeof document !== "undefined", PositionGhostAbsolutely = IOS, CSSFloatProperty = Edge || IE11OrLess ? "cssFloat" : "float", supportDraggable = documentExists && !ChromeForAndroid && !IOS && "draggable" in document.createElement("div"), supportCssPointerEvents = function() {
26183
- if (!documentExists)
26184
- return;
26039
+ if (!documentExists) return;
26185
26040
  if (IE11OrLess) {
26186
26041
  return false;
26187
26042
  }
@@ -26208,8 +26063,7 @@ var documentExists = typeof document !== "undefined", PositionGhostAbsolutely =
26208
26063
  var ret;
26209
26064
  sortables.some(function(sortable) {
26210
26065
  var threshold = sortable[expando].options.emptyInsertThreshold;
26211
- if (!threshold || lastChild(sortable))
26212
- return;
26066
+ if (!threshold || lastChild(sortable)) return;
26213
26067
  var rect = getRect(sortable), insideHorizontally = x2 >= rect.left - threshold && x2 <= rect.right + threshold, insideVertically = y2 >= rect.top - threshold && y2 <= rect.bottom + threshold;
26214
26068
  if (insideHorizontally && insideVertically) {
26215
26069
  return ret = sortable;
@@ -26381,8 +26235,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26381
26235
  return typeof this.options.direction === "function" ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction;
26382
26236
  },
26383
26237
  _onTapStart: function _onTapStart(evt) {
26384
- if (!evt.cancelable)
26385
- return;
26238
+ if (!evt.cancelable) return;
26386
26239
  var _this = this, el = this.el, options = this.options, preventOnFilter = options.preventOnFilter, type3 = evt.type, touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === "touch" && evt, target = (touch || evt).target, originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target, filter3 = options.filter;
26387
26240
  _saveInputCheckedState(el);
26388
26241
  if (dragEl) {
@@ -26601,8 +26454,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26601
26454
  var parent = target;
26602
26455
  while (target && target.shadowRoot) {
26603
26456
  target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
26604
- if (target === parent)
26605
- break;
26457
+ if (target === parent) break;
26606
26458
  parent = target;
26607
26459
  }
26608
26460
  dragEl.parentNode[expando]._isOutsideThisEl(target);
@@ -26670,8 +26522,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26670
26522
  ghostRelativeParent = ghostRelativeParent.parentNode;
26671
26523
  }
26672
26524
  if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) {
26673
- if (ghostRelativeParent === document)
26674
- ghostRelativeParent = getWindowScrollingElement();
26525
+ if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement();
26675
26526
  rect.top += ghostRelativeParent.scrollTop;
26676
26527
  rect.left += ghostRelativeParent.scrollLeft;
26677
26528
  } else {
@@ -26722,8 +26573,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26722
26573
  }
26723
26574
  _this.cloneId = _nextTick(function() {
26724
26575
  pluginEvent("clone", _this);
26725
- if (Sortable.eventCanceled)
26726
- return;
26576
+ if (Sortable.eventCanceled) return;
26727
26577
  if (!_this.options.removeCloneOnHide) {
26728
26578
  rootEl.insertBefore(cloneEl, dragEl);
26729
26579
  }
@@ -26759,8 +26609,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26759
26609
  // Returns true - if no further action is needed (either inserted or another condition)
26760
26610
  _onDragOver: function _onDragOver(evt) {
26761
26611
  var el = this.el, target = evt.target, dragRect, targetRect, revert, options = this.options, group = options.group, activeSortable = Sortable.active, isOwner = activeGroup === group, canSort = options.sort, fromSortable = putSortable || activeSortable, vertical, _this = this, completedFired = false;
26762
- if (_silent)
26763
- return;
26612
+ if (_silent) return;
26764
26613
  function dragOverEvent(name, extra) {
26765
26614
  pluginEvent(name, _this, _objectSpread2({
26766
26615
  evt,
@@ -26844,8 +26693,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26844
26693
  }
26845
26694
  target = closest(target, options.draggable, el, true);
26846
26695
  dragOverEvent("dragOver");
26847
- if (Sortable.eventCanceled)
26848
- return completedFired;
26696
+ if (Sortable.eventCanceled) return completedFired;
26849
26697
  if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {
26850
26698
  return completed(false);
26851
26699
  }
@@ -26854,8 +26702,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
26854
26702
  vertical = this._getDirection(evt, target) === "vertical";
26855
26703
  dragRect = getRect(dragEl);
26856
26704
  dragOverEvent("dragOverValid");
26857
- if (Sortable.eventCanceled)
26858
- return completedFired;
26705
+ if (Sortable.eventCanceled) return completedFired;
26859
26706
  if (revert) {
26860
26707
  parentEl = rootEl;
26861
26708
  capture();
@@ -27220,8 +27067,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
27220
27067
  _hideClone: function _hideClone() {
27221
27068
  if (!cloneHidden) {
27222
27069
  pluginEvent("hideClone", this);
27223
- if (Sortable.eventCanceled)
27224
- return;
27070
+ if (Sortable.eventCanceled) return;
27225
27071
  css(cloneEl, "display", "none");
27226
27072
  if (this.options.removeCloneOnHide && cloneEl.parentNode) {
27227
27073
  cloneEl.parentNode.removeChild(cloneEl);
@@ -27236,8 +27082,7 @@ Sortable.prototype = /** @lends Sortable.prototype */
27236
27082
  }
27237
27083
  if (cloneHidden) {
27238
27084
  pluginEvent("showClone", this);
27239
- if (Sortable.eventCanceled)
27240
- return;
27085
+ if (Sortable.eventCanceled) return;
27241
27086
  if (dragEl.parentNode == rootEl && !this.options.group.revertClone) {
27242
27087
  rootEl.insertBefore(cloneEl, dragEl);
27243
27088
  } else if (nextEl) {
@@ -27390,14 +27235,12 @@ Sortable.mount = function() {
27390
27235
  for (var _len = arguments.length, plugins2 = new Array(_len), _key = 0; _key < _len; _key++) {
27391
27236
  plugins2[_key] = arguments[_key];
27392
27237
  }
27393
- if (plugins2[0].constructor === Array)
27394
- plugins2 = plugins2[0];
27238
+ if (plugins2[0].constructor === Array) plugins2 = plugins2[0];
27395
27239
  plugins2.forEach(function(plugin) {
27396
27240
  if (!plugin.prototype || !plugin.prototype.constructor) {
27397
27241
  throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin));
27398
27242
  }
27399
- if (plugin.utils)
27400
- Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
27243
+ if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
27401
27244
  PluginManager.mount(plugin);
27402
27245
  });
27403
27246
  };
@@ -27505,8 +27348,7 @@ function clearPointerElemChangedInterval() {
27505
27348
  clearInterval(pointerElemChangedInterval);
27506
27349
  }
27507
27350
  var autoScroll = throttle$1(function(evt, options, rootEl2, isFallback) {
27508
- if (!options.scroll)
27509
- return;
27351
+ if (!options.scroll) return;
27510
27352
  var x2 = (evt.touches ? evt.touches[0] : evt).clientX, y2 = (evt.touches ? evt.touches[0] : evt).clientY, sens = options.scrollSensitivity, speed = options.scrollSpeed, winScroller = getWindowScrollingElement();
27511
27353
  var scrollThisInstance = false, scrollCustomFn;
27512
27354
  if (scrollRootEl !== rootEl2) {
@@ -27568,8 +27410,7 @@ var autoScroll = throttle$1(function(evt, options, rootEl2, isFallback) {
27568
27410
  }, 30);
27569
27411
  var drop = function drop2(_ref) {
27570
27412
  var originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, dragEl2 = _ref.dragEl, activeSortable = _ref.activeSortable, dispatchSortableEvent = _ref.dispatchSortableEvent, hideGhostForTarget = _ref.hideGhostForTarget, unhideGhostForTarget = _ref.unhideGhostForTarget;
27571
- if (!originalEvent)
27572
- return;
27413
+ if (!originalEvent) return;
27573
27414
  var toSortable = putSortable2 || activeSortable;
27574
27415
  hideGhostForTarget();
27575
27416
  var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;
@@ -28177,17 +28018,13 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
28177
28018
  let inputVal = ref();
28178
28019
  const input = ref();
28179
28020
  const rows = computed(() => {
28180
- if (props2.lines)
28181
- return props2.lines;
28182
- if (props2.autoheight)
28183
- return `${inputVal.value}`.split("\n").length || 1;
28184
- if (props2.multiline || props2.code)
28185
- return 4;
28021
+ if (props2.lines) return props2.lines;
28022
+ if (props2.autoheight) return `${inputVal.value}`.split("\n").length || 1;
28023
+ if (props2.multiline || props2.code) return 4;
28186
28024
  return 1;
28187
28025
  });
28188
28026
  function updateInputVal() {
28189
- if (props2.disabled)
28190
- return;
28027
+ if (props2.disabled) return;
28191
28028
  emit2("update:modelValue", inputVal.value);
28192
28029
  debounce$2(() => {
28193
28030
  emit2("debounce", inputVal.value);
@@ -28196,17 +28033,15 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
28196
28033
  watch(
28197
28034
  () => props2.modelValue,
28198
28035
  (newVal) => {
28199
- if (newVal !== inputVal.value)
28200
- inputVal.value = newVal;
28036
+ if (newVal !== inputVal.value) inputVal.value = newVal;
28201
28037
  },
28202
28038
  { immediate: true }
28203
28039
  );
28204
28040
  onMounted(() => {
28205
- if (props2.autofocus)
28206
- setTimeout(() => {
28207
- var _a2;
28208
- return (_a2 = input.value) == null ? void 0 : _a2.focus();
28209
- }, 10);
28041
+ if (props2.autofocus) setTimeout(() => {
28042
+ var _a2;
28043
+ return (_a2 = input.value) == null ? void 0 : _a2.focus();
28044
+ }, 10);
28210
28045
  });
28211
28046
  return (_ctx, _cache) => {
28212
28047
  return openBlock(), createElementBlock("div", {
@@ -28443,17 +28278,13 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
28443
28278
  const props2 = __props;
28444
28279
  const emits = __emit;
28445
28280
  function getLabel(option2) {
28446
- if (typeof option2 === "string")
28447
- return option2;
28448
- if (typeof option2 === "number")
28449
- return `${option2}`;
28281
+ if (typeof option2 === "string") return option2;
28282
+ if (typeof option2 === "number") return `${option2}`;
28450
28283
  return option2.label;
28451
28284
  }
28452
28285
  function getValue(option2) {
28453
- if (typeof option2 === "string")
28454
- return option2;
28455
- if (typeof option2 === "number")
28456
- return option2;
28286
+ if (typeof option2 === "string") return option2;
28287
+ if (typeof option2 === "number") return option2;
28457
28288
  return option2.value;
28458
28289
  }
28459
28290
  let selectedValue = ref(props2.modelValue);
@@ -28466,10 +28297,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
28466
28297
  watch(
28467
28298
  () => props2.modelValue,
28468
28299
  (newVal, oldVal) => {
28469
- if (newVal === oldVal || oldVal === void 0)
28470
- return;
28471
- if (selectedValue.value !== newVal)
28472
- selectedValue.value = newVal;
28300
+ if (newVal === oldVal || oldVal === void 0) return;
28301
+ if (selectedValue.value !== newVal) selectedValue.value = newVal;
28473
28302
  },
28474
28303
  { immediate: true }
28475
28304
  );
@@ -28504,7 +28333,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
28504
28333
  }
28505
28334
  });
28506
28335
  const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-681173be"]]);
28507
- const _withScopeId$2 = (n2) => (pushScopeId("data-v-bf26cc92"), n2 = n2(), popScopeId(), n2);
28336
+ const _withScopeId$2 = (n2) => (pushScopeId("data-v-82316bcb"), n2 = n2(), popScopeId(), n2);
28508
28337
  const _hoisted_1$h = { class: "bagel-input" };
28509
28338
  const _hoisted_2$d = {
28510
28339
  key: 0,
@@ -28553,7 +28382,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
28553
28382
  const compareIds = (v1, v2) => [v1].flat().join(",") === [v2].flat().join(",");
28554
28383
  onMounted(() => {
28555
28384
  if (!props2.files && [file_bindkeys.value].flat().length) {
28556
- const ids = [file_bindkeys.value].flat();
28385
+ const ids = [file_bindkeys.value].flat().filter(Boolean);
28386
+ if (!ids.length) return;
28557
28387
  if (props2.multiple) {
28558
28388
  ids.forEach((id) => {
28559
28389
  void bagel.get(`/files/${id}`).then((file) => {
@@ -28610,8 +28440,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
28610
28440
  }
28611
28441
  function flushQueue() {
28612
28442
  fileQueue.value.forEach(async (file, i2) => {
28613
- if (!props2.multiple)
28614
- storageFiles.value.splice(0, 1);
28443
+ if (!props2.multiple) storageFiles.value.splice(0, 1);
28615
28444
  const serverFile = await bagel.uploadFile(file.file, {
28616
28445
  onUploadProgress: (e) => file.progress = e.progress * 100 - 1
28617
28446
  });
@@ -28634,17 +28463,13 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
28634
28463
  }
28635
28464
  function dragleave(e) {
28636
28465
  preventDefault(e);
28637
- if (e.dataTransfer)
28638
- isDragOver.value = false;
28639
- else
28640
- isDragOver.value = false;
28466
+ if (e.dataTransfer) isDragOver.value = false;
28467
+ else isDragOver.value = false;
28641
28468
  }
28642
28469
  function dragover(e) {
28643
28470
  preventDefault(e);
28644
- if (e.dataTransfer)
28645
- isDragOver.value = true;
28646
- else
28647
- isDragOver.value = false;
28471
+ if (e.dataTransfer) isDragOver.value = true;
28472
+ else isDragOver.value = false;
28648
28473
  }
28649
28474
  function drop3(e) {
28650
28475
  preventDefault(e);
@@ -28744,8 +28569,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
28744
28569
  };
28745
28570
  }
28746
28571
  });
28747
- const $el = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-bf26cc92"]]);
28748
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-1ebbd25c"), n2 = n2(), popScopeId(), n2);
28572
+ const $el = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-82316bcb"]]);
28573
+ const _withScopeId$1 = (n2) => (pushScopeId("data-v-c7810f72"), n2 = n2(), popScopeId(), n2);
28749
28574
  const _hoisted_1$g = ["title"];
28750
28575
  const _hoisted_2$c = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("span", { class: "slider round" }, null, -1));
28751
28576
  const _hoisted_3$9 = [
@@ -28788,7 +28613,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
28788
28613
  };
28789
28614
  }
28790
28615
  });
28791
- const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-1ebbd25c"]]);
28616
+ const ToggleInput = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c7810f72"]]);
28792
28617
  function OrderedMap(content) {
28793
28618
  this.content = content;
28794
28619
  }
@@ -28796,8 +28621,7 @@ OrderedMap.prototype = {
28796
28621
  constructor: OrderedMap,
28797
28622
  find: function(key) {
28798
28623
  for (var i2 = 0; i2 < this.content.length; i2 += 2)
28799
- if (this.content[i2] === key)
28800
- return i2;
28624
+ if (this.content[i2] === key) return i2;
28801
28625
  return -1;
28802
28626
  },
28803
28627
  // :: (string) → ?any
@@ -28818,8 +28642,7 @@ OrderedMap.prototype = {
28818
28642
  content.push(newKey || key, value);
28819
28643
  } else {
28820
28644
  content[found2 + 1] = value;
28821
- if (newKey)
28822
- content[found2] = newKey;
28645
+ if (newKey) content[found2] = newKey;
28823
28646
  }
28824
28647
  return new OrderedMap(content);
28825
28648
  },
@@ -28827,8 +28650,7 @@ OrderedMap.prototype = {
28827
28650
  // Return a map with the given key removed, if it existed.
28828
28651
  remove: function(key) {
28829
28652
  var found2 = this.find(key);
28830
- if (found2 == -1)
28831
- return this;
28653
+ if (found2 == -1) return this;
28832
28654
  var content = this.content.slice();
28833
28655
  content.splice(found2, 2);
28834
28656
  return new OrderedMap(content);
@@ -28866,8 +28688,7 @@ OrderedMap.prototype = {
28866
28688
  // appear in `map` before the keys in `map`.
28867
28689
  prepend: function(map4) {
28868
28690
  map4 = OrderedMap.from(map4);
28869
- if (!map4.size)
28870
- return this;
28691
+ if (!map4.size) return this;
28871
28692
  return new OrderedMap(map4.content.concat(this.subtract(map4).content));
28872
28693
  },
28873
28694
  // :: (union<Object, OrderedMap>) → OrderedMap
@@ -28875,8 +28696,7 @@ OrderedMap.prototype = {
28875
28696
  // appear in `map` after the keys in `map`.
28876
28697
  append: function(map4) {
28877
28698
  map4 = OrderedMap.from(map4);
28878
- if (!map4.size)
28879
- return this;
28699
+ if (!map4.size) return this;
28880
28700
  return new OrderedMap(this.subtract(map4).content.concat(map4.content));
28881
28701
  },
28882
28702
  // :: (union<Object, OrderedMap>) → OrderedMap
@@ -28905,12 +28725,9 @@ OrderedMap.prototype = {
28905
28725
  }
28906
28726
  };
28907
28727
  OrderedMap.from = function(value) {
28908
- if (value instanceof OrderedMap)
28909
- return value;
28728
+ if (value instanceof OrderedMap) return value;
28910
28729
  var content = [];
28911
- if (value)
28912
- for (var prop3 in value)
28913
- content.push(prop3, value[prop3]);
28730
+ if (value) for (var prop3 in value) content.push(prop3, value[prop3]);
28914
28731
  return new OrderedMap(content);
28915
28732
  };
28916
28733
  function findDiffStart(a2, b2, pos) {
@@ -33275,21 +33092,20 @@ class Fitter {
33275
33092
  return after;
33276
33093
  }
33277
33094
  findCloseLevel($to) {
33278
- scan:
33279
- for (let i2 = Math.min(this.depth, $to.depth); i2 >= 0; i2--) {
33280
- let { match: match2, type: type3 } = this.frontier[i2];
33281
- let dropInner = i2 < $to.depth && $to.end(i2 + 1) == $to.pos + ($to.depth - (i2 + 1));
33282
- let fit = contentAfterFits($to, i2, type3, match2, dropInner);
33283
- if (!fit)
33284
- continue;
33285
- for (let d2 = i2 - 1; d2 >= 0; d2--) {
33286
- let { match: match3, type: type4 } = this.frontier[d2];
33287
- let matches2 = contentAfterFits($to, d2, type4, match3, true);
33288
- if (!matches2 || matches2.childCount)
33289
- continue scan;
33290
- }
33291
- return { depth: i2, fit, move: dropInner ? $to.doc.resolve($to.after(i2 + 1)) : $to };
33095
+ scan: for (let i2 = Math.min(this.depth, $to.depth); i2 >= 0; i2--) {
33096
+ let { match: match2, type: type3 } = this.frontier[i2];
33097
+ let dropInner = i2 < $to.depth && $to.end(i2 + 1) == $to.pos + ($to.depth - (i2 + 1));
33098
+ let fit = contentAfterFits($to, i2, type3, match2, dropInner);
33099
+ if (!fit)
33100
+ continue;
33101
+ for (let d2 = i2 - 1; d2 >= 0; d2--) {
33102
+ let { match: match3, type: type4 } = this.frontier[d2];
33103
+ let matches2 = contentAfterFits($to, d2, type4, match3, true);
33104
+ if (!matches2 || matches2.childCount)
33105
+ continue scan;
33292
33106
  }
33107
+ return { depth: i2, fit, move: dropInner ? $to.doc.resolve($to.after(i2 + 1)) : $to };
33108
+ }
33293
33109
  }
33294
33110
  close($to) {
33295
33111
  let close2 = this.findCloseLevel($to);
@@ -35932,12 +35748,9 @@ class NodeViewDesc extends ViewDesc {
35932
35748
  }, (child, outerDeco, innerDeco, i2) => {
35933
35749
  updater.syncToMarks(child.marks, inline, view);
35934
35750
  let compIndex;
35935
- if (updater.findNodeMatch(child, outerDeco, innerDeco, i2))
35936
- ;
35937
- else if (compositionInChild && view.state.selection.from > off2 && view.state.selection.to < off2 + child.nodeSize && (compIndex = updater.findIndexWithChild(composition.node)) > -1 && updater.updateNodeAt(child, outerDeco, innerDeco, compIndex, view))
35938
- ;
35939
- else if (updater.updateNextNode(child, outerDeco, innerDeco, view, i2, off2))
35940
- ;
35751
+ if (updater.findNodeMatch(child, outerDeco, innerDeco, i2)) ;
35752
+ else if (compositionInChild && view.state.selection.from > off2 && view.state.selection.to < off2 + child.nodeSize && (compIndex = updater.findIndexWithChild(composition.node)) > -1 && updater.updateNodeAt(child, outerDeco, innerDeco, compIndex, view)) ;
35753
+ else if (updater.updateNextNode(child, outerDeco, innerDeco, view, i2, off2)) ;
35941
35754
  else {
35942
35755
  updater.addNode(child, outerDeco, innerDeco, view, off2);
35943
35756
  }
@@ -36501,36 +36314,35 @@ class ViewTreeUpdater {
36501
36314
  function preMatch(frag, parentDesc) {
36502
36315
  let curDesc = parentDesc, descI = curDesc.children.length;
36503
36316
  let fI = frag.childCount, matched = /* @__PURE__ */ new Map(), matches2 = [];
36504
- outer:
36505
- while (fI > 0) {
36506
- let desc;
36507
- for (; ; ) {
36508
- if (descI) {
36509
- let next = curDesc.children[descI - 1];
36510
- if (next instanceof MarkViewDesc) {
36511
- curDesc = next;
36512
- descI = next.children.length;
36513
- } else {
36514
- desc = next;
36515
- descI--;
36516
- break;
36517
- }
36518
- } else if (curDesc == parentDesc) {
36519
- break outer;
36317
+ outer: while (fI > 0) {
36318
+ let desc;
36319
+ for (; ; ) {
36320
+ if (descI) {
36321
+ let next = curDesc.children[descI - 1];
36322
+ if (next instanceof MarkViewDesc) {
36323
+ curDesc = next;
36324
+ descI = next.children.length;
36520
36325
  } else {
36521
- descI = curDesc.parent.children.indexOf(curDesc);
36522
- curDesc = curDesc.parent;
36326
+ desc = next;
36327
+ descI--;
36328
+ break;
36523
36329
  }
36330
+ } else if (curDesc == parentDesc) {
36331
+ break outer;
36332
+ } else {
36333
+ descI = curDesc.parent.children.indexOf(curDesc);
36334
+ curDesc = curDesc.parent;
36524
36335
  }
36525
- let node = desc.node;
36526
- if (!node)
36527
- continue;
36528
- if (node != frag.child(fI - 1))
36529
- break;
36530
- --fI;
36531
- matched.set(desc, fI);
36532
- matches2.push(desc);
36533
36336
  }
36337
+ let node = desc.node;
36338
+ if (!node)
36339
+ continue;
36340
+ if (node != frag.child(fI - 1))
36341
+ break;
36342
+ --fI;
36343
+ matched.set(desc, fI);
36344
+ matches2.push(desc);
36345
+ }
36534
36346
  return { index: fI, matched, matches: matches2.reverse() };
36535
36347
  }
36536
36348
  function compareSide(a2, b2) {
@@ -37953,8 +37765,7 @@ handlers.dragstart = (view, _event) => {
37953
37765
  let sel = view.state.selection;
37954
37766
  let pos = sel.empty ? null : view.posAtCoords(eventCoords(event));
37955
37767
  let node;
37956
- if (pos && pos.pos >= sel.from && pos.pos <= (sel instanceof NodeSelection ? sel.to - 1 : sel.to))
37957
- ;
37768
+ if (pos && pos.pos >= sel.from && pos.pos <= (sel instanceof NodeSelection ? sel.to - 1 : sel.to)) ;
37958
37769
  else if (mouseDown && mouseDown.mightDrag) {
37959
37770
  node = NodeSelection.create(view.state.doc, mouseDown.mightDrag.pos);
37960
37771
  } else if (event.target && event.target.nodeType == 1) {
@@ -39447,8 +39258,7 @@ class EditorView {
39447
39258
  */
39448
39259
  scrollToSelection() {
39449
39260
  let startDOM = this.domSelectionRange().focusNode;
39450
- if (this.someProp("handleScrollToSelection", (f2) => f2(this)))
39451
- ;
39261
+ if (this.someProp("handleScrollToSelection", (f2) => f2(this))) ;
39452
39262
  else if (this.state.selection instanceof NodeSelection) {
39453
39263
  let target = this.docView.domAfterPos(this.state.selection.from);
39454
39264
  if (target.nodeType == 1)
@@ -39869,32 +39679,22 @@ var shift = {
39869
39679
  };
39870
39680
  var mac$1 = typeof navigator != "undefined" && /Mac/.test(navigator.platform);
39871
39681
  var ie = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
39872
- for (var i = 0; i < 10; i++)
39873
- base[48 + i] = base[96 + i] = String(i);
39874
- for (var i = 1; i <= 24; i++)
39875
- base[i + 111] = "F" + i;
39682
+ for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i);
39683
+ for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i;
39876
39684
  for (var i = 65; i <= 90; i++) {
39877
39685
  base[i] = String.fromCharCode(i + 32);
39878
39686
  shift[i] = String.fromCharCode(i);
39879
39687
  }
39880
- for (var code in base)
39881
- if (!shift.hasOwnProperty(code))
39882
- shift[code] = base[code];
39688
+ for (var code in base) if (!shift.hasOwnProperty(code)) shift[code] = base[code];
39883
39689
  function keyName(event) {
39884
39690
  var ignoreKey = mac$1 && event.metaKey && event.shiftKey && !event.ctrlKey && !event.altKey || ie && event.shiftKey && event.key && event.key.length == 1 || event.key == "Unidentified";
39885
39691
  var name = !ignoreKey && event.key || (event.shiftKey ? shift : base)[event.keyCode] || event.key || "Unidentified";
39886
- if (name == "Esc")
39887
- name = "Escape";
39888
- if (name == "Del")
39889
- name = "Delete";
39890
- if (name == "Left")
39891
- name = "ArrowLeft";
39892
- if (name == "Up")
39893
- name = "ArrowUp";
39894
- if (name == "Right")
39895
- name = "ArrowRight";
39896
- if (name == "Down")
39897
- name = "ArrowDown";
39692
+ if (name == "Esc") name = "Escape";
39693
+ if (name == "Del") name = "Delete";
39694
+ if (name == "Left") name = "ArrowLeft";
39695
+ if (name == "Up") name = "ArrowUp";
39696
+ if (name == "Right") name = "ArrowRight";
39697
+ if (name == "Down") name = "ArrowDown";
39898
39698
  return name;
39899
39699
  }
39900
39700
  const mac = typeof navigator != "undefined" ? /Mac|iP(hone|[oa]d)/.test(navigator.platform) : false;
@@ -44934,42 +44734,41 @@ class GapCursor extends Selection$1 {
44934
44734
  @internal
44935
44735
  */
44936
44736
  static findGapCursorFrom($pos, dir, mustMove = false) {
44937
- search:
44737
+ search: for (; ; ) {
44738
+ if (!mustMove && GapCursor.valid($pos))
44739
+ return $pos;
44740
+ let pos = $pos.pos, next = null;
44741
+ for (let d2 = $pos.depth; ; d2--) {
44742
+ let parent = $pos.node(d2);
44743
+ if (dir > 0 ? $pos.indexAfter(d2) < parent.childCount : $pos.index(d2) > 0) {
44744
+ next = parent.child(dir > 0 ? $pos.indexAfter(d2) : $pos.index(d2) - 1);
44745
+ break;
44746
+ } else if (d2 == 0) {
44747
+ return null;
44748
+ }
44749
+ pos += dir;
44750
+ let $cur = $pos.doc.resolve(pos);
44751
+ if (GapCursor.valid($cur))
44752
+ return $cur;
44753
+ }
44938
44754
  for (; ; ) {
44939
- if (!mustMove && GapCursor.valid($pos))
44940
- return $pos;
44941
- let pos = $pos.pos, next = null;
44942
- for (let d2 = $pos.depth; ; d2--) {
44943
- let parent = $pos.node(d2);
44944
- if (dir > 0 ? $pos.indexAfter(d2) < parent.childCount : $pos.index(d2) > 0) {
44945
- next = parent.child(dir > 0 ? $pos.indexAfter(d2) : $pos.index(d2) - 1);
44946
- break;
44947
- } else if (d2 == 0) {
44948
- return null;
44949
- }
44950
- pos += dir;
44951
- let $cur = $pos.doc.resolve(pos);
44952
- if (GapCursor.valid($cur))
44953
- return $cur;
44954
- }
44955
- for (; ; ) {
44956
- let inside = dir > 0 ? next.firstChild : next.lastChild;
44957
- if (!inside) {
44958
- if (next.isAtom && !next.isText && !NodeSelection.isSelectable(next)) {
44959
- $pos = $pos.doc.resolve(pos + next.nodeSize * dir);
44960
- mustMove = false;
44961
- continue search;
44962
- }
44963
- break;
44755
+ let inside = dir > 0 ? next.firstChild : next.lastChild;
44756
+ if (!inside) {
44757
+ if (next.isAtom && !next.isText && !NodeSelection.isSelectable(next)) {
44758
+ $pos = $pos.doc.resolve(pos + next.nodeSize * dir);
44759
+ mustMove = false;
44760
+ continue search;
44964
44761
  }
44965
- next = inside;
44966
- pos += dir;
44967
- let $cur = $pos.doc.resolve(pos);
44968
- if (GapCursor.valid($cur))
44969
- return $cur;
44762
+ break;
44970
44763
  }
44971
- return null;
44764
+ next = inside;
44765
+ pos += dir;
44766
+ let $cur = $pos.doc.resolve(pos);
44767
+ if (GapCursor.valid($cur))
44768
+ return $cur;
44972
44769
  }
44770
+ return null;
44771
+ }
44973
44772
  }
44974
44773
  }
44975
44774
  GapCursor.prototype.visible = false;
@@ -45252,10 +45051,8 @@ RopeSequence.prototype.appendInner = function appendInner(other) {
45252
45051
  return new Append(this, other);
45253
45052
  };
45254
45053
  RopeSequence.prototype.slice = function slice2(from2, to2) {
45255
- if (from2 === void 0)
45256
- from2 = 0;
45257
- if (to2 === void 0)
45258
- to2 = this.length;
45054
+ if (from2 === void 0) from2 = 0;
45055
+ if (to2 === void 0) to2 = this.length;
45259
45056
  if (from2 >= to2) {
45260
45057
  return RopeSequence.empty;
45261
45058
  }
@@ -45268,10 +45065,8 @@ RopeSequence.prototype.get = function get(i2) {
45268
45065
  return this.getInner(i2);
45269
45066
  };
45270
45067
  RopeSequence.prototype.forEach = function forEach2(f2, from2, to2) {
45271
- if (from2 === void 0)
45272
- from2 = 0;
45273
- if (to2 === void 0)
45274
- to2 = this.length;
45068
+ if (from2 === void 0) from2 = 0;
45069
+ if (to2 === void 0) to2 = this.length;
45275
45070
  if (from2 <= to2) {
45276
45071
  this.forEachInner(f2, from2, to2, 0);
45277
45072
  } else {
@@ -45279,10 +45074,8 @@ RopeSequence.prototype.forEach = function forEach2(f2, from2, to2) {
45279
45074
  }
45280
45075
  };
45281
45076
  RopeSequence.prototype.map = function map2(f2, from2, to2) {
45282
- if (from2 === void 0)
45283
- from2 = 0;
45284
- if (to2 === void 0)
45285
- to2 = this.length;
45077
+ if (from2 === void 0) from2 = 0;
45078
+ if (to2 === void 0) to2 = this.length;
45286
45079
  var result2 = [];
45287
45080
  this.forEach(function(elt, i2) {
45288
45081
  return result2.push(f2(elt, i2));
@@ -45300,8 +45093,7 @@ var Leaf = /* @__PURE__ */ function(RopeSequence3) {
45300
45093
  RopeSequence3.call(this);
45301
45094
  this.values = values3;
45302
45095
  }
45303
- if (RopeSequence3)
45304
- Leaf2.__proto__ = RopeSequence3;
45096
+ if (RopeSequence3) Leaf2.__proto__ = RopeSequence3;
45305
45097
  Leaf2.prototype = Object.create(RopeSequence3 && RopeSequence3.prototype);
45306
45098
  Leaf2.prototype.constructor = Leaf2;
45307
45099
  var prototypeAccessors = { length: { configurable: true }, depth: { configurable: true } };
@@ -45359,8 +45151,7 @@ var Append = /* @__PURE__ */ function(RopeSequence3) {
45359
45151
  this.length = left2.length + right2.length;
45360
45152
  this.depth = Math.max(left2.depth, right2.depth) + 1;
45361
45153
  }
45362
- if (RopeSequence3)
45363
- Append2.__proto__ = RopeSequence3;
45154
+ if (RopeSequence3) Append2.__proto__ = RopeSequence3;
45364
45155
  Append2.prototype = Object.create(RopeSequence3 && RopeSequence3.prototype);
45365
45156
  Append2.prototype.constructor = Append2;
45366
45157
  Append2.prototype.flatten = function flatten() {
@@ -47135,8 +46926,7 @@ function flip(_ref) {
47135
46926
  };
47136
46927
  for (var _i = numberOfChecks; _i > 0; _i--) {
47137
46928
  var _ret = _loop(_i);
47138
- if (_ret === "break")
47139
- break;
46929
+ if (_ret === "break") break;
47140
46930
  }
47141
46931
  }
47142
46932
  if (state2.placement !== firstFittingPlacement) {
@@ -52396,8 +52186,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
52396
52186
  const { txtField: txtField2 } = bagelFormUtils;
52397
52187
  let editor = ref();
52398
52188
  function focus2() {
52399
- if (!editor.value)
52400
- throw new Error("editor is not defined");
52189
+ if (!editor.value) throw new Error("editor is not defined");
52401
52190
  return editor.value.chain().focus();
52402
52191
  }
52403
52192
  const { showModalForm } = useModal();
@@ -52598,8 +52387,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
52598
52387
  () => props2.modelValue,
52599
52388
  (value) => {
52600
52389
  var _a2, _b;
52601
- if (((_a2 = editor.value) == null ? void 0 : _a2.getHTML()) === value)
52602
- return;
52390
+ if (((_a2 = editor.value) == null ? void 0 : _a2.getHTML()) === value) return;
52603
52391
  (_b = editor.value) == null ? void 0 : _b.commands.setContent(value, false);
52604
52392
  },
52605
52393
  { immediate: true }
@@ -52633,7 +52421,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
52633
52421
  };
52634
52422
  }
52635
52423
  });
52636
- 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]|22"], "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", "[24-689]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], "BL": ["590", "00", "590\\d{6}|(?: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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|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-8]\\d|90)\\d{8}|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])|90[25])[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(?:00|2[125-9]|33|44|66|77|88)|622)[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]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\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{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "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], [["(\\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[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "10(?:10|9[56])|2[0-57-9](?:100|9[56])"], "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])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($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], [["(\\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", ["(?:1[3-79]|[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{6}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[56]|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{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\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], [["(\\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}"], ["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]], 0, 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", ["60|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[013-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-4]|5[01]|8[0-3]))\\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{6}|(?: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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "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{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "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", "2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"], "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|80\\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", "(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "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]))\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-5]|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]", "800\\d{4}|(?:[249]\\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], [["(\\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]|77|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-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "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|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 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[1-5]"]], ["(\\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, [["(?:5056(?:[0-35-9]\\d|4[468])|7302[0-4]\\d)\\d{4}|(?:472[24]|505[2-57-9]|7306|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|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[1247]|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}"]]], "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-79]\\d|88)\\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], 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)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\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", "(?: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])\\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|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "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}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], "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, 0, 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}"]]] } };
52424
+ 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]|22"], "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", "[24-689]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], "BL": ["590", "00", "590\\d{6}|(?: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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|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-8]\\d|90)\\d{8}|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])|90[25])[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(?:00|2[125-9]|33|44|66|77|88)|622)[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]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\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{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "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], [["(\\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[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "10(?:10|9[56])|2[0-57-9](?:100|9[56])"], "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])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($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], [["(\\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", ["(?:1[3-79]|[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{6}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[56]|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{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\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], [["(\\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}"], ["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]], 0, 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", ["60|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[013-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-4]|5[01]|8[0-3]))\\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{6}|(?: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))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\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", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "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{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "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", "2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"], "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|80\\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", "(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "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]))\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-5]|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]", "800\\d{4}|(?:[249]\\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], [["(\\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]|77|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-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "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|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 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[1-5]"]], ["(\\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[468])|7302[0-4]\\d)\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|7306|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[013569]|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[1247]|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-79]\\d|88)\\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], 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)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\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", "(?: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])\\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|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "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}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], "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, 0, 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}"]]] } };
52637
52425
  function withMetadataArgument(func, _arguments) {
52638
52426
  var args = Array.prototype.slice.call(_arguments);
52639
52427
  args.push(metadata);
@@ -52662,8 +52450,7 @@ function _inherits(subClass, superClass) {
52662
52450
  }
52663
52451
  subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } });
52664
52452
  Object.defineProperty(subClass, "prototype", { writable: false });
52665
- if (superClass)
52666
- _setPrototypeOf(subClass, superClass);
52453
+ if (superClass) _setPrototypeOf(subClass, superClass);
52667
52454
  }
52668
52455
  function _createSuper(Derived) {
52669
52456
  var hasNativeReflectConstruct = _isNativeReflectConstruct();
@@ -52695,14 +52482,12 @@ function _assertThisInitialized(self2) {
52695
52482
  function _wrapNativeSuper(Class) {
52696
52483
  var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
52697
52484
  _wrapNativeSuper = function _wrapNativeSuper2(Class2) {
52698
- if (Class2 === null || !_isNativeFunction(Class2))
52699
- return Class2;
52485
+ if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
52700
52486
  if (typeof Class2 !== "function") {
52701
52487
  throw new TypeError("Super expression must either be null or a function");
52702
52488
  }
52703
52489
  if (typeof _cache !== "undefined") {
52704
- if (_cache.has(Class2))
52705
- return _cache.get(Class2);
52490
+ if (_cache.has(Class2)) return _cache.get(Class2);
52706
52491
  _cache.set(Class2, Wrapper);
52707
52492
  }
52708
52493
  function Wrapper() {
@@ -52722,20 +52507,16 @@ function _construct(Parent, args, Class) {
52722
52507
  a2.push.apply(a2, args2);
52723
52508
  var Constructor = Function.bind.apply(Parent2, a2);
52724
52509
  var instance = new Constructor();
52725
- if (Class2)
52726
- _setPrototypeOf(instance, Class2.prototype);
52510
+ if (Class2) _setPrototypeOf(instance, Class2.prototype);
52727
52511
  return instance;
52728
52512
  };
52729
52513
  }
52730
52514
  return _construct.apply(null, arguments);
52731
52515
  }
52732
52516
  function _isNativeReflectConstruct() {
52733
- if (typeof Reflect === "undefined" || !Reflect.construct)
52734
- return false;
52735
- if (Reflect.construct.sham)
52736
- return false;
52737
- if (typeof Proxy === "function")
52738
- return true;
52517
+ if (typeof Reflect === "undefined" || !Reflect.construct) return false;
52518
+ if (Reflect.construct.sham) return false;
52519
+ if (typeof Proxy === "function") return true;
52739
52520
  try {
52740
52521
  Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
52741
52522
  }));
@@ -52793,14 +52574,10 @@ function compare(a2, b2) {
52793
52574
  for (var i2 = 0; i2 < 3; i2++) {
52794
52575
  var na = Number(pa[i2]);
52795
52576
  var nb = Number(pb[i2]);
52796
- if (na > nb)
52797
- return 1;
52798
- if (nb > na)
52799
- return -1;
52800
- if (!isNaN(na) && isNaN(nb))
52801
- return 1;
52802
- if (isNaN(na) && !isNaN(nb))
52803
- return -1;
52577
+ if (na > nb) return 1;
52578
+ if (nb > na) return -1;
52579
+ if (!isNaN(na) && isNaN(nb)) return 1;
52580
+ if (isNaN(na) && !isNaN(nb)) return -1;
52804
52581
  }
52805
52582
  if (a2[1] && b2[1]) {
52806
52583
  return a2[1] > b2[1] ? 1 : a2[1] < b2[1] ? -1 : 0;
@@ -52829,14 +52606,12 @@ function _defineProperties$1(target, props2) {
52829
52606
  var descriptor = props2[i2];
52830
52607
  descriptor.enumerable = descriptor.enumerable || false;
52831
52608
  descriptor.configurable = true;
52832
- if ("value" in descriptor)
52833
- descriptor.writable = true;
52609
+ if ("value" in descriptor) descriptor.writable = true;
52834
52610
  Object.defineProperty(target, descriptor.key, descriptor);
52835
52611
  }
52836
52612
  }
52837
52613
  function _createClass$1(Constructor, protoProps, staticProps) {
52838
- if (protoProps)
52839
- _defineProperties$1(Constructor.prototype, protoProps);
52614
+ if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
52840
52615
  Object.defineProperty(Constructor, "prototype", { writable: false });
52841
52616
  return Constructor;
52842
52617
  }
@@ -52866,8 +52641,7 @@ var Metadata = /* @__PURE__ */ function() {
52866
52641
  }, {
52867
52642
  key: "nonGeographic",
52868
52643
  value: function nonGeographic() {
52869
- if (this.v1 || this.v2 || this.v3)
52870
- return;
52644
+ if (this.v1 || this.v2 || this.v3) return;
52871
52645
  return this.metadata.nonGeographic || this.metadata.nonGeographical;
52872
52646
  }
52873
52647
  }, {
@@ -53042,8 +52816,7 @@ var Metadata = /* @__PURE__ */ function() {
53042
52816
  }, {
53043
52817
  key: "countryCallingCodes",
53044
52818
  value: function countryCallingCodes() {
53045
- if (this.v1)
53046
- return this.metadata.country_phone_code_to_countries;
52819
+ if (this.v1) return this.metadata.country_phone_code_to_countries;
53047
52820
  return this.metadata.country_calling_codes;
53048
52821
  }
53049
52822
  // Deprecated.
@@ -53087,31 +52860,27 @@ var NumberingPlan = /* @__PURE__ */ function() {
53087
52860
  }, {
53088
52861
  key: "IDDPrefix",
53089
52862
  value: function IDDPrefix() {
53090
- if (this.v1 || this.v2)
53091
- return;
52863
+ if (this.v1 || this.v2) return;
53092
52864
  return this.metadata[1];
53093
52865
  }
53094
52866
  // Is only present when a country supports multiple IDD prefixes.
53095
52867
  }, {
53096
52868
  key: "defaultIDDPrefix",
53097
52869
  value: function defaultIDDPrefix() {
53098
- if (this.v1 || this.v2)
53099
- return;
52870
+ if (this.v1 || this.v2) return;
53100
52871
  return this.metadata[12];
53101
52872
  }
53102
52873
  }, {
53103
52874
  key: "nationalNumberPattern",
53104
52875
  value: function nationalNumberPattern() {
53105
- if (this.v1 || this.v2)
53106
- return this.metadata[1];
52876
+ if (this.v1 || this.v2) return this.metadata[1];
53107
52877
  return this.metadata[2];
53108
52878
  }
53109
52879
  // "possible length" data is always present in Google's metadata.
53110
52880
  }, {
53111
52881
  key: "possibleLengths",
53112
52882
  value: function possibleLengths() {
53113
- if (this.v1)
53114
- return;
52883
+ if (this.v1) return;
53115
52884
  return this.metadata[this.v2 ? 2 : 3];
53116
52885
  }
53117
52886
  }, {
@@ -53206,8 +52975,7 @@ var NumberingPlan = /* @__PURE__ */ function() {
53206
52975
  }, {
53207
52976
  key: "ext",
53208
52977
  value: function ext() {
53209
- if (this.v1 || this.v2)
53210
- return DEFAULT_EXT_PREFIX;
52978
+ if (this.v1 || this.v2) return DEFAULT_EXT_PREFIX;
53211
52979
  return this.metadata[13] || DEFAULT_EXT_PREFIX;
53212
52980
  }
53213
52981
  }]);
@@ -53274,15 +53042,13 @@ var Type = /* @__PURE__ */ function() {
53274
53042
  _createClass$1(Type2, [{
53275
53043
  key: "pattern",
53276
53044
  value: function pattern() {
53277
- if (this.metadata.v1)
53278
- return this.type;
53045
+ if (this.metadata.v1) return this.type;
53279
53046
  return this.type[0];
53280
53047
  }
53281
53048
  }, {
53282
53049
  key: "possibleLengths",
53283
53050
  value: function possibleLengths() {
53284
- if (this.metadata.v1)
53285
- return;
53051
+ if (this.metadata.v1) return;
53286
53052
  return this.type[1] || this.metadata.possibleLengths();
53287
53053
  }
53288
53054
  }]);
@@ -53489,36 +53255,27 @@ function parseDigit(character) {
53489
53255
  }
53490
53256
  function _createForOfIteratorHelperLoose$3(o2, allowArrayLike) {
53491
53257
  var it2 = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
53492
- if (it2)
53493
- return (it2 = it2.call(o2)).next.bind(it2);
53258
+ if (it2) return (it2 = it2.call(o2)).next.bind(it2);
53494
53259
  if (Array.isArray(o2) || (it2 = _unsupportedIterableToArray$4(o2)) || allowArrayLike) {
53495
- if (it2)
53496
- o2 = it2;
53260
+ if (it2) o2 = it2;
53497
53261
  var i2 = 0;
53498
53262
  return function() {
53499
- if (i2 >= o2.length)
53500
- return { done: true };
53263
+ if (i2 >= o2.length) return { done: true };
53501
53264
  return { done: false, value: o2[i2++] };
53502
53265
  };
53503
53266
  }
53504
53267
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
53505
53268
  }
53506
53269
  function _unsupportedIterableToArray$4(o2, minLen) {
53507
- if (!o2)
53508
- return;
53509
- if (typeof o2 === "string")
53510
- return _arrayLikeToArray$4(o2, minLen);
53270
+ if (!o2) return;
53271
+ if (typeof o2 === "string") return _arrayLikeToArray$4(o2, minLen);
53511
53272
  var n2 = Object.prototype.toString.call(o2).slice(8, -1);
53512
- if (n2 === "Object" && o2.constructor)
53513
- n2 = o2.constructor.name;
53514
- if (n2 === "Map" || n2 === "Set")
53515
- return Array.from(o2);
53516
- if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
53517
- return _arrayLikeToArray$4(o2, minLen);
53273
+ if (n2 === "Object" && o2.constructor) n2 = o2.constructor.name;
53274
+ if (n2 === "Map" || n2 === "Set") return Array.from(o2);
53275
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2)) return _arrayLikeToArray$4(o2, minLen);
53518
53276
  }
53519
53277
  function _arrayLikeToArray$4(arr, len) {
53520
- if (len == null || len > arr.length)
53521
- len = arr.length;
53278
+ if (len == null || len > arr.length) len = arr.length;
53522
53279
  for (var i2 = 0, arr2 = new Array(len); i2 < len; i2++) {
53523
53280
  arr2[i2] = arr[i2];
53524
53281
  }
@@ -53613,36 +53370,27 @@ function matchesEntirely(text, regular_expression) {
53613
53370
  }
53614
53371
  function _createForOfIteratorHelperLoose$2(o2, allowArrayLike) {
53615
53372
  var it2 = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
53616
- if (it2)
53617
- return (it2 = it2.call(o2)).next.bind(it2);
53373
+ if (it2) return (it2 = it2.call(o2)).next.bind(it2);
53618
53374
  if (Array.isArray(o2) || (it2 = _unsupportedIterableToArray$3(o2)) || allowArrayLike) {
53619
- if (it2)
53620
- o2 = it2;
53375
+ if (it2) o2 = it2;
53621
53376
  var i2 = 0;
53622
53377
  return function() {
53623
- if (i2 >= o2.length)
53624
- return { done: true };
53378
+ if (i2 >= o2.length) return { done: true };
53625
53379
  return { done: false, value: o2[i2++] };
53626
53380
  };
53627
53381
  }
53628
53382
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
53629
53383
  }
53630
53384
  function _unsupportedIterableToArray$3(o2, minLen) {
53631
- if (!o2)
53632
- return;
53633
- if (typeof o2 === "string")
53634
- return _arrayLikeToArray$3(o2, minLen);
53385
+ if (!o2) return;
53386
+ if (typeof o2 === "string") return _arrayLikeToArray$3(o2, minLen);
53635
53387
  var n2 = Object.prototype.toString.call(o2).slice(8, -1);
53636
- if (n2 === "Object" && o2.constructor)
53637
- n2 = o2.constructor.name;
53638
- if (n2 === "Map" || n2 === "Set")
53639
- return Array.from(o2);
53640
- if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
53641
- return _arrayLikeToArray$3(o2, minLen);
53388
+ if (n2 === "Object" && o2.constructor) n2 = o2.constructor.name;
53389
+ if (n2 === "Map" || n2 === "Set") return Array.from(o2);
53390
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2)) return _arrayLikeToArray$3(o2, minLen);
53642
53391
  }
53643
53392
  function _arrayLikeToArray$3(arr, len) {
53644
- if (len == null || len > arr.length)
53645
- len = arr.length;
53393
+ if (len == null || len > arr.length) len = arr.length;
53646
53394
  for (var i2 = 0, arr2 = new Array(len); i2 < len; i2++) {
53647
53395
  arr2[i2] = arr[i2];
53648
53396
  }
@@ -53767,36 +53515,27 @@ function formatRFC3966(_ref) {
53767
53515
  }
53768
53516
  function _createForOfIteratorHelperLoose$1(o2, allowArrayLike) {
53769
53517
  var it2 = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
53770
- if (it2)
53771
- return (it2 = it2.call(o2)).next.bind(it2);
53518
+ if (it2) return (it2 = it2.call(o2)).next.bind(it2);
53772
53519
  if (Array.isArray(o2) || (it2 = _unsupportedIterableToArray$2(o2)) || allowArrayLike) {
53773
- if (it2)
53774
- o2 = it2;
53520
+ if (it2) o2 = it2;
53775
53521
  var i2 = 0;
53776
53522
  return function() {
53777
- if (i2 >= o2.length)
53778
- return { done: true };
53523
+ if (i2 >= o2.length) return { done: true };
53779
53524
  return { done: false, value: o2[i2++] };
53780
53525
  };
53781
53526
  }
53782
53527
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
53783
53528
  }
53784
53529
  function _unsupportedIterableToArray$2(o2, minLen) {
53785
- if (!o2)
53786
- return;
53787
- if (typeof o2 === "string")
53788
- return _arrayLikeToArray$2(o2, minLen);
53530
+ if (!o2) return;
53531
+ if (typeof o2 === "string") return _arrayLikeToArray$2(o2, minLen);
53789
53532
  var n2 = Object.prototype.toString.call(o2).slice(8, -1);
53790
- if (n2 === "Object" && o2.constructor)
53791
- n2 = o2.constructor.name;
53792
- if (n2 === "Map" || n2 === "Set")
53793
- return Array.from(o2);
53794
- if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
53795
- return _arrayLikeToArray$2(o2, minLen);
53533
+ if (n2 === "Object" && o2.constructor) n2 = o2.constructor.name;
53534
+ if (n2 === "Map" || n2 === "Set") return Array.from(o2);
53535
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2)) return _arrayLikeToArray$2(o2, minLen);
53796
53536
  }
53797
53537
  function _arrayLikeToArray$2(arr, len) {
53798
- if (len == null || len > arr.length)
53799
- len = arr.length;
53538
+ if (len == null || len > arr.length) len = arr.length;
53800
53539
  for (var i2 = 0, arr2 = new Array(len); i2 < len; i2++) {
53801
53540
  arr2[i2] = arr[i2];
53802
53541
  }
@@ -53850,8 +53589,7 @@ function formatNumber(input, format2, options, metadata2) {
53850
53589
  metadata2.country(input.country);
53851
53590
  } else if (input.countryCallingCode) {
53852
53591
  metadata2.selectNumberingPlan(input.countryCallingCode);
53853
- } else
53854
- return input.phone || "";
53592
+ } else return input.phone || "";
53855
53593
  var countryCallingCode = metadata2.countryCallingCode();
53856
53594
  var nationalNumber = options.v2 ? input.nationalNumber : input.phone;
53857
53595
  var number2;
@@ -53968,14 +53706,12 @@ function _defineProperties(target, props2) {
53968
53706
  var descriptor = props2[i2];
53969
53707
  descriptor.enumerable = descriptor.enumerable || false;
53970
53708
  descriptor.configurable = true;
53971
- if ("value" in descriptor)
53972
- descriptor.writable = true;
53709
+ if ("value" in descriptor) descriptor.writable = true;
53973
53710
  Object.defineProperty(target, descriptor.key, descriptor);
53974
53711
  }
53975
53712
  }
53976
53713
  function _createClass(Constructor, protoProps, staticProps) {
53977
- if (protoProps)
53978
- _defineProperties(Constructor.prototype, protoProps);
53714
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
53979
53715
  Object.defineProperty(Constructor, "prototype", { writable: false });
53980
53716
  return Constructor;
53981
53717
  }
@@ -54271,36 +54007,27 @@ function extractCountryCallingCode(number2, country, callingCode, metadata2) {
54271
54007
  }
54272
54008
  function _createForOfIteratorHelperLoose(o2, allowArrayLike) {
54273
54009
  var it2 = typeof Symbol !== "undefined" && o2[Symbol.iterator] || o2["@@iterator"];
54274
- if (it2)
54275
- return (it2 = it2.call(o2)).next.bind(it2);
54010
+ if (it2) return (it2 = it2.call(o2)).next.bind(it2);
54276
54011
  if (Array.isArray(o2) || (it2 = _unsupportedIterableToArray$1(o2)) || allowArrayLike) {
54277
- if (it2)
54278
- o2 = it2;
54012
+ if (it2) o2 = it2;
54279
54013
  var i2 = 0;
54280
54014
  return function() {
54281
- if (i2 >= o2.length)
54282
- return { done: true };
54015
+ if (i2 >= o2.length) return { done: true };
54283
54016
  return { done: false, value: o2[i2++] };
54284
54017
  };
54285
54018
  }
54286
54019
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
54287
54020
  }
54288
54021
  function _unsupportedIterableToArray$1(o2, minLen) {
54289
- if (!o2)
54290
- return;
54291
- if (typeof o2 === "string")
54292
- return _arrayLikeToArray$1(o2, minLen);
54022
+ if (!o2) return;
54023
+ if (typeof o2 === "string") return _arrayLikeToArray$1(o2, minLen);
54293
54024
  var n2 = Object.prototype.toString.call(o2).slice(8, -1);
54294
- if (n2 === "Object" && o2.constructor)
54295
- n2 = o2.constructor.name;
54296
- if (n2 === "Map" || n2 === "Set")
54297
- return Array.from(o2);
54298
- if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
54299
- return _arrayLikeToArray$1(o2, minLen);
54025
+ if (n2 === "Object" && o2.constructor) n2 = o2.constructor.name;
54026
+ if (n2 === "Map" || n2 === "Set") return Array.from(o2);
54027
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2)) return _arrayLikeToArray$1(o2, minLen);
54300
54028
  }
54301
54029
  function _arrayLikeToArray$1(arr, len) {
54302
- if (len == null || len > arr.length)
54303
- len = arr.length;
54030
+ if (len == null || len > arr.length) len = arr.length;
54304
54031
  for (var i2 = 0, arr2 = new Array(len); i2 < len; i2++) {
54305
54032
  arr2[i2] = arr[i2];
54306
54033
  }
@@ -54555,8 +54282,7 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
54555
54282
  country = defaultCountry;
54556
54283
  }
54557
54284
  countryCallingCode = defaultCallingCode || getCountryCallingCode(defaultCountry, metadata2.metadata);
54558
- } else
54559
- return {};
54285
+ } else return {};
54560
54286
  if (!number2) {
54561
54287
  return {
54562
54288
  countryCallingCodeSource,
@@ -54571,8 +54297,7 @@ function parsePhoneNumber$3(formattedPhoneNumber, defaultCountry, defaultCalling
54571
54297
  });
54572
54298
  if (exactCountry) {
54573
54299
  country = exactCountry;
54574
- if (exactCountry === "001")
54575
- ;
54300
+ if (exactCountry === "001") ;
54576
54301
  else {
54577
54302
  metadata2.country(country);
54578
54303
  }
@@ -54655,21 +54380,15 @@ function _nonIterableRest() {
54655
54380
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
54656
54381
  }
54657
54382
  function _unsupportedIterableToArray(o2, minLen) {
54658
- if (!o2)
54659
- return;
54660
- if (typeof o2 === "string")
54661
- return _arrayLikeToArray(o2, minLen);
54383
+ if (!o2) return;
54384
+ if (typeof o2 === "string") return _arrayLikeToArray(o2, minLen);
54662
54385
  var n2 = Object.prototype.toString.call(o2).slice(8, -1);
54663
- if (n2 === "Object" && o2.constructor)
54664
- n2 = o2.constructor.name;
54665
- if (n2 === "Map" || n2 === "Set")
54666
- return Array.from(o2);
54667
- if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2))
54668
- return _arrayLikeToArray(o2, minLen);
54386
+ if (n2 === "Object" && o2.constructor) n2 = o2.constructor.name;
54387
+ if (n2 === "Map" || n2 === "Set") return Array.from(o2);
54388
+ if (n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2)) return _arrayLikeToArray(o2, minLen);
54669
54389
  }
54670
54390
  function _arrayLikeToArray(arr, len) {
54671
- if (len == null || len > arr.length)
54672
- len = arr.length;
54391
+ if (len == null || len > arr.length) len = arr.length;
54673
54392
  for (var i2 = 0, arr2 = new Array(len); i2 < len; i2++) {
54674
54393
  arr2[i2] = arr[i2];
54675
54394
  }
@@ -54677,8 +54396,7 @@ function _arrayLikeToArray(arr, len) {
54677
54396
  }
54678
54397
  function _iterableToArrayLimit(arr, i2) {
54679
54398
  var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
54680
- if (_i == null)
54681
- return;
54399
+ if (_i == null) return;
54682
54400
  var _arr = [];
54683
54401
  var _n2 = true;
54684
54402
  var _d = false;
@@ -54686,26 +54404,22 @@ function _iterableToArrayLimit(arr, i2) {
54686
54404
  try {
54687
54405
  for (_i = _i.call(arr); !(_n2 = (_s = _i.next()).done); _n2 = true) {
54688
54406
  _arr.push(_s.value);
54689
- if (i2 && _arr.length === i2)
54690
- break;
54407
+ if (i2 && _arr.length === i2) break;
54691
54408
  }
54692
54409
  } catch (err) {
54693
54410
  _d = true;
54694
54411
  _e2 = err;
54695
54412
  } finally {
54696
54413
  try {
54697
- if (!_n2 && _i["return"] != null)
54698
- _i["return"]();
54414
+ if (!_n2 && _i["return"] != null) _i["return"]();
54699
54415
  } finally {
54700
- if (_d)
54701
- throw _e2;
54416
+ if (_d) throw _e2;
54702
54417
  }
54703
54418
  }
54704
54419
  return _arr;
54705
54420
  }
54706
54421
  function _arrayWithHoles(arr) {
54707
- if (Array.isArray(arr))
54708
- return arr;
54422
+ if (Array.isArray(arr)) return arr;
54709
54423
  }
54710
54424
  function normalizeArguments(args) {
54711
54425
  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];
@@ -54714,8 +54428,7 @@ function normalizeArguments(args) {
54714
54428
  var metadata2;
54715
54429
  if (typeof arg_1 === "string") {
54716
54430
  text = arg_1;
54717
- } else
54718
- throw new TypeError("A text for parsing must be a string.");
54431
+ } else throw new TypeError("A text for parsing must be a string.");
54719
54432
  if (!arg_2 || typeof arg_2 === "string") {
54720
54433
  if (arg_4) {
54721
54434
  options = arg_3;
@@ -54736,8 +54449,7 @@ function normalizeArguments(args) {
54736
54449
  } else {
54737
54450
  metadata2 = arg_2;
54738
54451
  }
54739
- } else
54740
- throw new Error("Invalid second argument: ".concat(arg_2));
54452
+ } else throw new Error("Invalid second argument: ".concat(arg_2));
54741
54453
  return {
54742
54454
  text,
54743
54455
  options,
@@ -54782,8 +54494,7 @@ function parsePhoneNumber$2(text, options, metadata2) {
54782
54494
  try {
54783
54495
  return parsePhoneNumberWithError(text, options, metadata2);
54784
54496
  } catch (error) {
54785
- if (error instanceof ParseError)
54786
- ;
54497
+ if (error instanceof ParseError) ;
54787
54498
  else {
54788
54499
  throw error;
54789
54500
  }
@@ -54848,8 +54559,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
54848
54559
  const emit2 = __emit;
54849
54560
  async function getIp() {
54850
54561
  const apiData = sessionStorage.getItem("ipapi");
54851
- if (apiData)
54852
- return JSON.parse(apiData);
54562
+ if (apiData) return JSON.parse(apiData);
54853
54563
  const { data: data2 } = await axios$1.get("https://ipapi.co/json/");
54854
54564
  sessionStorage.setItem("ipapi", JSON.stringify(data2));
54855
54565
  return data2;
@@ -54930,8 +54640,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
54930
54640
  const phone = useModel(__props, "modelValue", {
54931
54641
  set: (value) => {
54932
54642
  const formatted = formatPhone(`${value}`);
54933
- if (!formatted)
54934
- return "";
54643
+ if (!formatted) return "";
54935
54644
  emit2("update:modelValue", formatted);
54936
54645
  debounce$2(() => {
54937
54646
  emit2("debounce", formatted);
@@ -54944,8 +54653,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
54944
54653
  const phoneNumber = parsePhoneNumber(val, parseArgs.value);
54945
54654
  if (!phoneNumber) {
54946
54655
  const dialCode = ((_a2 = sortedCountries.value.find((c2) => c2.iso2 === activeCountryCode.value)) == null ? void 0 : _a2.dialCode) || "";
54947
- if (props2.mode === "INTERNATIONAL")
54948
- return `+${dialCode}`;
54656
+ if (props2.mode === "INTERNATIONAL") return `+${dialCode}`;
54949
54657
  return dialCode;
54950
54658
  }
54951
54659
  return phoneNumber.format(props2.mode).replaceAll(" ", "") || "";
@@ -54957,8 +54665,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
54957
54665
  activeCountryCode.value = oldValue.iso2;
54958
54666
  return;
54959
54667
  }
54960
- if (value == null ? void 0 : value.iso2)
54961
- emit2("country-changed", value);
54668
+ if (value == null ? void 0 : value.iso2) emit2("country-changed", value);
54962
54669
  }
54963
54670
  );
54964
54671
  async function initializeCountry() {
@@ -54994,8 +54701,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
54994
54701
  const countryList = [];
54995
54702
  list.forEach((countryCode) => {
54996
54703
  const country = findCountry(countryCode);
54997
- if (country)
54998
- countryList.push(country);
54704
+ if (country) countryList.push(country);
54999
54705
  });
55000
54706
  return countryList;
55001
54707
  }
@@ -55004,11 +54710,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
55004
54710
  }
55005
54711
  function chooseCountry(country) {
55006
54712
  var _a2;
55007
- if (!country)
55008
- return;
54713
+ if (!country) return;
55009
54714
  const parsedCountry = findCountry(country);
55010
- if (!parsedCountry)
55011
- return;
54715
+ if (!parsedCountry) return;
55012
54716
  activeCountryCode.value = parsedCountry.iso2;
55013
54717
  if (((_a2 = props2.inputOptions) == null ? void 0 : _a2.showDialCode) && parsedCountry) {
55014
54718
  phone.value = `+ ${parsedCountry.dialCode}`;
@@ -55037,11 +54741,9 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
55037
54741
  }
55038
54742
  function handleInput(e) {
55039
54743
  const keyVal = e.key;
55040
- if (keyVal.length > 1 || e.metaKey)
55041
- return;
54744
+ if (keyVal.length > 1 || e.metaKey) return;
55042
54745
  const hasBadChars = /[^+\d]/.test(keyVal);
55043
- if (!hasBadChars)
55044
- return;
54746
+ if (!hasBadChars) return;
55045
54747
  e.preventDefault();
55046
54748
  }
55047
54749
  return (_ctx, _cache) => {
@@ -55801,10 +55503,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
55801
55503
  () => props2.disabled,
55802
55504
  (val) => {
55803
55505
  var _a2, _b;
55804
- if (val)
55805
- (_a2 = sig.value) == null ? void 0 : _a2.off();
55806
- else
55807
- (_b = sig.value) == null ? void 0 : _b.on();
55506
+ if (val) (_a2 = sig.value) == null ? void 0 : _a2.off();
55507
+ else (_b = sig.value) == null ? void 0 : _b.on();
55808
55508
  }
55809
55509
  );
55810
55510
  function addWaterMark(data2) {
@@ -55820,8 +55520,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
55820
55520
  sy: data2.sy || 40
55821
55521
  };
55822
55522
  const ctx = (_a2 = vCanvas.value) == null ? void 0 : _a2.getContext("2d");
55823
- if (!ctx)
55824
- return;
55523
+ if (!ctx) return;
55825
55524
  ctx.font = data2.font || "20px sans-serif";
55826
55525
  ctx.fillStyle = data2.fillStyle || "#333";
55827
55526
  ctx.strokeStyle = data2.strokeStyle || "#333";
@@ -55840,26 +55539,21 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
55840
55539
  sig.value = new SignaturePad(canvas, signatureOptions.value);
55841
55540
  function resizeCanvas(c2) {
55842
55541
  let url;
55843
- if (!isEmpty2())
55844
- url = save2();
55542
+ if (!isEmpty2()) url = save2();
55845
55543
  const ratio = props2.ratio || 1 / 2;
55846
55544
  const { width } = c2.getBoundingClientRect();
55847
55545
  c2.width = props2.width ? Number(props2.width.replace(/px/g, "")) : width;
55848
55546
  c2.height = props2.height ? Number(props2.height.replace(/px/g, "")) : width * ratio;
55849
55547
  clear();
55850
- if (!props2.clearOnResize && url !== void 0)
55851
- fromDataURL(url);
55852
- if (props2.waterMark)
55853
- addWaterMark(props2.waterMark);
55548
+ if (!props2.clearOnResize && url !== void 0) fromDataURL(url);
55549
+ if (props2.waterMark) addWaterMark(props2.waterMark);
55854
55550
  }
55855
55551
  window.addEventListener("resize", () => {
55856
55552
  resizeCanvas(canvas);
55857
55553
  });
55858
55554
  resizeCanvas(canvas);
55859
- if (props2.disabled)
55860
- sig.value.off();
55861
- else
55862
- sig.value.on();
55555
+ if (props2.disabled) sig.value.off();
55556
+ else sig.value.on();
55863
55557
  }
55864
55558
  onMounted(draw);
55865
55559
  __expose({
@@ -56748,28 +56442,22 @@ function bisector(f2) {
56748
56442
  }
56749
56443
  function left2(a2, x2, lo2 = 0, hi = a2.length) {
56750
56444
  if (lo2 < hi) {
56751
- if (compare1(x2, x2) !== 0)
56752
- return hi;
56445
+ if (compare1(x2, x2) !== 0) return hi;
56753
56446
  do {
56754
56447
  const mid = lo2 + hi >>> 1;
56755
- if (compare2(a2[mid], x2) < 0)
56756
- lo2 = mid + 1;
56757
- else
56758
- hi = mid;
56448
+ if (compare2(a2[mid], x2) < 0) lo2 = mid + 1;
56449
+ else hi = mid;
56759
56450
  } while (lo2 < hi);
56760
56451
  }
56761
56452
  return lo2;
56762
56453
  }
56763
56454
  function right2(a2, x2, lo2 = 0, hi = a2.length) {
56764
56455
  if (lo2 < hi) {
56765
- if (compare1(x2, x2) !== 0)
56766
- return hi;
56456
+ if (compare1(x2, x2) !== 0) return hi;
56767
56457
  do {
56768
56458
  const mid = lo2 + hi >>> 1;
56769
- if (compare2(a2[mid], x2) <= 0)
56770
- lo2 = mid + 1;
56771
- else
56772
- hi = mid;
56459
+ if (compare2(a2[mid], x2) <= 0) lo2 = mid + 1;
56460
+ else hi = mid;
56773
56461
  } while (lo2 < hi);
56774
56462
  }
56775
56463
  return lo2;
@@ -56796,13 +56484,10 @@ function extent(values3, valueof) {
56796
56484
  for (const value of values3) {
56797
56485
  if (value != null) {
56798
56486
  if (min2 === void 0) {
56799
- if (value >= value)
56800
- min2 = max2 = value;
56487
+ if (value >= value) min2 = max2 = value;
56801
56488
  } else {
56802
- if (min2 > value)
56803
- min2 = value;
56804
- if (max2 < value)
56805
- max2 = value;
56489
+ if (min2 > value) min2 = value;
56490
+ if (max2 < value) max2 = value;
56806
56491
  }
56807
56492
  }
56808
56493
  }
@@ -56813,9 +56498,7 @@ class InternMap extends Map {
56813
56498
  constructor(entries, key = keyof) {
56814
56499
  super();
56815
56500
  Object.defineProperties(this, { _intern: { value: /* @__PURE__ */ new Map() }, _key: { value: key } });
56816
- if (entries != null)
56817
- for (const [key2, value] of entries)
56818
- this.set(key2, value);
56501
+ if (entries != null) for (const [key2, value] of entries) this.set(key2, value);
56819
56502
  }
56820
56503
  get(key) {
56821
56504
  return super.get(intern_get(this, key));
@@ -56836,8 +56519,7 @@ function intern_get({ _intern, _key }, value) {
56836
56519
  }
56837
56520
  function intern_set({ _intern, _key }, value) {
56838
56521
  const key = _key(value);
56839
- if (_intern.has(key))
56840
- return _intern.get(key);
56522
+ if (_intern.has(key)) return _intern.get(key);
56841
56523
  _intern.set(key, value);
56842
56524
  return value;
56843
56525
  }
@@ -56860,48 +56542,32 @@ function tickSpec(start2, stop, count2) {
56860
56542
  inc = Math.pow(10, -power) / factor;
56861
56543
  i1 = Math.round(start2 * inc);
56862
56544
  i2 = Math.round(stop * inc);
56863
- if (i1 / inc < start2)
56864
- ++i1;
56865
- if (i2 / inc > stop)
56866
- --i2;
56545
+ if (i1 / inc < start2) ++i1;
56546
+ if (i2 / inc > stop) --i2;
56867
56547
  inc = -inc;
56868
56548
  } else {
56869
56549
  inc = Math.pow(10, power) * factor;
56870
56550
  i1 = Math.round(start2 / inc);
56871
56551
  i2 = Math.round(stop / inc);
56872
- if (i1 * inc < start2)
56873
- ++i1;
56874
- if (i2 * inc > stop)
56875
- --i2;
56552
+ if (i1 * inc < start2) ++i1;
56553
+ if (i2 * inc > stop) --i2;
56876
56554
  }
56877
- if (i2 < i1 && 0.5 <= count2 && count2 < 2)
56878
- return tickSpec(start2, stop, count2 * 2);
56555
+ if (i2 < i1 && 0.5 <= count2 && count2 < 2) return tickSpec(start2, stop, count2 * 2);
56879
56556
  return [i1, i2, inc];
56880
56557
  }
56881
56558
  function ticks(start2, stop, count2) {
56882
56559
  stop = +stop, start2 = +start2, count2 = +count2;
56883
- if (!(count2 > 0))
56884
- return [];
56885
- if (start2 === stop)
56886
- return [start2];
56560
+ if (!(count2 > 0)) return [];
56561
+ if (start2 === stop) return [start2];
56887
56562
  const reverse = stop < start2, [i1, i2, inc] = reverse ? tickSpec(stop, start2, count2) : tickSpec(start2, stop, count2);
56888
- if (!(i2 >= i1))
56889
- return [];
56563
+ if (!(i2 >= i1)) return [];
56890
56564
  const n2 = i2 - i1 + 1, ticks2 = new Array(n2);
56891
56565
  if (reverse) {
56892
- if (inc < 0)
56893
- for (let i3 = 0; i3 < n2; ++i3)
56894
- ticks2[i3] = (i2 - i3) / -inc;
56895
- else
56896
- for (let i3 = 0; i3 < n2; ++i3)
56897
- ticks2[i3] = (i2 - i3) * inc;
56566
+ if (inc < 0) for (let i3 = 0; i3 < n2; ++i3) ticks2[i3] = (i2 - i3) / -inc;
56567
+ else for (let i3 = 0; i3 < n2; ++i3) ticks2[i3] = (i2 - i3) * inc;
56898
56568
  } else {
56899
- if (inc < 0)
56900
- for (let i3 = 0; i3 < n2; ++i3)
56901
- ticks2[i3] = (i1 + i3) / -inc;
56902
- else
56903
- for (let i3 = 0; i3 < n2; ++i3)
56904
- ticks2[i3] = (i1 + i3) * inc;
56569
+ if (inc < 0) for (let i3 = 0; i3 < n2; ++i3) ticks2[i3] = (i1 + i3) / -inc;
56570
+ else for (let i3 = 0; i3 < n2; ++i3) ticks2[i3] = (i1 + i3) * inc;
56905
56571
  }
56906
56572
  return ticks2;
56907
56573
  }
@@ -56976,18 +56642,14 @@ function initInterpolator(domain2, interpolator) {
56976
56642
  case 0:
56977
56643
  break;
56978
56644
  case 1: {
56979
- if (typeof domain2 === "function")
56980
- this.interpolator(domain2);
56981
- else
56982
- this.range(domain2);
56645
+ if (typeof domain2 === "function") this.interpolator(domain2);
56646
+ else this.range(domain2);
56983
56647
  break;
56984
56648
  }
56985
56649
  default: {
56986
56650
  this.domain(domain2);
56987
- if (typeof interpolator === "function")
56988
- this.interpolator(interpolator);
56989
- else
56990
- this.range(interpolator);
56651
+ if (typeof interpolator === "function") this.interpolator(interpolator);
56652
+ else this.range(interpolator);
56991
56653
  break;
56992
56654
  }
56993
56655
  }
@@ -56999,19 +56661,16 @@ function ordinal() {
56999
56661
  function scale(d2) {
57000
56662
  let i2 = index2.get(d2);
57001
56663
  if (i2 === void 0) {
57002
- if (unknown !== implicit)
57003
- return unknown;
56664
+ if (unknown !== implicit) return unknown;
57004
56665
  index2.set(d2, i2 = domain2.push(d2) - 1);
57005
56666
  }
57006
56667
  return range2[i2 % range2.length];
57007
56668
  }
57008
56669
  scale.domain = function(_2) {
57009
- if (!arguments.length)
57010
- return domain2.slice();
56670
+ if (!arguments.length) return domain2.slice();
57011
56671
  domain2 = [], index2 = new InternMap();
57012
56672
  for (const value of _2) {
57013
- if (index2.has(value))
57014
- continue;
56673
+ if (index2.has(value)) continue;
57015
56674
  index2.set(value, domain2.push(value) - 1);
57016
56675
  }
57017
56676
  return scale;
@@ -57034,12 +56693,10 @@ function band() {
57034
56693
  function rescale() {
57035
56694
  var n2 = domain2().length, reverse = r1 < r0, start2 = reverse ? r1 : r0, stop = reverse ? r0 : r1;
57036
56695
  step = (stop - start2) / Math.max(1, n2 - paddingInner + paddingOuter * 2);
57037
- if (round2)
57038
- step = Math.floor(step);
56696
+ if (round2) step = Math.floor(step);
57039
56697
  start2 += (stop - start2 - step * (n2 - paddingInner)) * align;
57040
56698
  bandwidth = step * (1 - paddingInner);
57041
- if (round2)
57042
- start2 = Math.round(start2), bandwidth = Math.round(bandwidth);
56699
+ if (round2) start2 = Math.round(start2), bandwidth = Math.round(bandwidth);
57043
56700
  var values3 = range(n2).map(function(i2) {
57044
56701
  return start2 + step * i2;
57045
56702
  });
@@ -57086,8 +56743,7 @@ function define(constructor, factory, prototype2) {
57086
56743
  }
57087
56744
  function extend(parent, definition) {
57088
56745
  var prototype2 = Object.create(parent.prototype);
57089
- for (var key in definition)
57090
- prototype2[key] = definition[key];
56746
+ for (var key in definition) prototype2[key] = definition[key];
57091
56747
  return prototype2;
57092
56748
  }
57093
56749
  function Color() {
@@ -57281,15 +56937,12 @@ function rgbn(n2) {
57281
56937
  return new Rgb(n2 >> 16 & 255, n2 >> 8 & 255, n2 & 255, 1);
57282
56938
  }
57283
56939
  function rgba(r2, g2, b2, a2) {
57284
- if (a2 <= 0)
57285
- r2 = g2 = b2 = NaN;
56940
+ if (a2 <= 0) r2 = g2 = b2 = NaN;
57286
56941
  return new Rgb(r2, g2, b2, a2);
57287
56942
  }
57288
56943
  function rgbConvert(o2) {
57289
- if (!(o2 instanceof Color))
57290
- o2 = color(o2);
57291
- if (!o2)
57292
- return new Rgb();
56944
+ if (!(o2 instanceof Color)) o2 = color(o2);
56945
+ if (!o2) return new Rgb();
57293
56946
  o2 = o2.rgb();
57294
56947
  return new Rgb(o2.r, o2.g, o2.b, o2.opacity);
57295
56948
  }
@@ -57348,32 +57001,22 @@ function hex(value) {
57348
57001
  return (value < 16 ? "0" : "") + value.toString(16);
57349
57002
  }
57350
57003
  function hsla(h2, s2, l2, a2) {
57351
- if (a2 <= 0)
57352
- h2 = s2 = l2 = NaN;
57353
- else if (l2 <= 0 || l2 >= 1)
57354
- h2 = s2 = NaN;
57355
- else if (s2 <= 0)
57356
- h2 = NaN;
57004
+ if (a2 <= 0) h2 = s2 = l2 = NaN;
57005
+ else if (l2 <= 0 || l2 >= 1) h2 = s2 = NaN;
57006
+ else if (s2 <= 0) h2 = NaN;
57357
57007
  return new Hsl(h2, s2, l2, a2);
57358
57008
  }
57359
57009
  function hslConvert(o2) {
57360
- if (o2 instanceof Hsl)
57361
- return new Hsl(o2.h, o2.s, o2.l, o2.opacity);
57362
- if (!(o2 instanceof Color))
57363
- o2 = color(o2);
57364
- if (!o2)
57365
- return new Hsl();
57366
- if (o2 instanceof Hsl)
57367
- return o2;
57010
+ if (o2 instanceof Hsl) return new Hsl(o2.h, o2.s, o2.l, o2.opacity);
57011
+ if (!(o2 instanceof Color)) o2 = color(o2);
57012
+ if (!o2) return new Hsl();
57013
+ if (o2 instanceof Hsl) return o2;
57368
57014
  o2 = o2.rgb();
57369
57015
  var r2 = o2.r / 255, g2 = o2.g / 255, b2 = o2.b / 255, min2 = Math.min(r2, g2, b2), max2 = Math.max(r2, g2, b2), h2 = NaN, s2 = max2 - min2, l2 = (max2 + min2) / 2;
57370
57016
  if (s2) {
57371
- if (r2 === max2)
57372
- h2 = (g2 - b2) / s2 + (g2 < b2) * 6;
57373
- else if (g2 === max2)
57374
- h2 = (b2 - r2) / s2 + 2;
57375
- else
57376
- h2 = (r2 - g2) / s2 + 4;
57017
+ if (r2 === max2) h2 = (g2 - b2) / s2 + (g2 < b2) * 6;
57018
+ else if (g2 === max2) h2 = (b2 - r2) / s2 + 2;
57019
+ else h2 = (r2 - g2) / s2 + 4;
57377
57020
  s2 /= l2 < 0.5 ? max2 + min2 : 2 - max2 - min2;
57378
57021
  h2 *= 60;
57379
57022
  } else {
@@ -57433,15 +57076,11 @@ const radians = Math.PI / 180;
57433
57076
  const degrees = 180 / Math.PI;
57434
57077
  const K = 18, Xn = 0.96422, Yn = 1, Zn = 0.82521, t0 = 4 / 29, t1 = 6 / 29, t2 = 3 * t1 * t1, t3 = t1 * t1 * t1;
57435
57078
  function labConvert(o2) {
57436
- if (o2 instanceof Lab)
57437
- return new Lab(o2.l, o2.a, o2.b, o2.opacity);
57438
- if (o2 instanceof Hcl)
57439
- return hcl2lab(o2);
57440
- if (!(o2 instanceof Rgb))
57441
- o2 = rgbConvert(o2);
57079
+ if (o2 instanceof Lab) return new Lab(o2.l, o2.a, o2.b, o2.opacity);
57080
+ if (o2 instanceof Hcl) return hcl2lab(o2);
57081
+ if (!(o2 instanceof Rgb)) o2 = rgbConvert(o2);
57442
57082
  var r2 = rgb2lrgb(o2.r), g2 = rgb2lrgb(o2.g), b2 = rgb2lrgb(o2.b), y2 = xyz2lab((0.2225045 * r2 + 0.7168786 * g2 + 0.0606169 * b2) / Yn), x2, z2;
57443
- if (r2 === g2 && g2 === b2)
57444
- x2 = z2 = y2;
57083
+ if (r2 === g2 && g2 === b2) x2 = z2 = y2;
57445
57084
  else {
57446
57085
  x2 = xyz2lab((0.4360747 * r2 + 0.3850649 * g2 + 0.1430804 * b2) / Xn);
57447
57086
  z2 = xyz2lab((0.0139322 * r2 + 0.0971045 * g2 + 0.7141733 * b2) / Zn);
@@ -57490,12 +57129,9 @@ function rgb2lrgb(x2) {
57490
57129
  return (x2 /= 255) <= 0.04045 ? x2 / 12.92 : Math.pow((x2 + 0.055) / 1.055, 2.4);
57491
57130
  }
57492
57131
  function hclConvert(o2) {
57493
- if (o2 instanceof Hcl)
57494
- return new Hcl(o2.h, o2.c, o2.l, o2.opacity);
57495
- if (!(o2 instanceof Lab))
57496
- o2 = labConvert(o2);
57497
- if (o2.a === 0 && o2.b === 0)
57498
- return new Hcl(NaN, 0 < o2.l && o2.l < 100 ? 0 : NaN, o2.l, o2.opacity);
57132
+ if (o2 instanceof Hcl) return new Hcl(o2.h, o2.c, o2.l, o2.opacity);
57133
+ if (!(o2 instanceof Lab)) o2 = labConvert(o2);
57134
+ if (o2.a === 0 && o2.b === 0) return new Hcl(NaN, 0 < o2.l && o2.l < 100 ? 0 : NaN, o2.l, o2.opacity);
57499
57135
  var h2 = Math.atan2(o2.b, o2.a) * degrees;
57500
57136
  return new Hcl(h2 < 0 ? h2 + 360 : h2, Math.sqrt(o2.a * o2.a + o2.b * o2.b), o2.l, o2.opacity);
57501
57137
  }
@@ -57509,8 +57145,7 @@ function Hcl(h2, c2, l2, opacity) {
57509
57145
  this.opacity = +opacity;
57510
57146
  }
57511
57147
  function hcl2lab(o2) {
57512
- if (isNaN(o2.h))
57513
- return new Lab(o2.l, 0, 0, o2.opacity);
57148
+ if (isNaN(o2.h)) return new Lab(o2.l, 0, 0, o2.opacity);
57514
57149
  var h2 = o2.h * radians;
57515
57150
  return new Lab(o2.l, Math.cos(h2) * o2.c, Math.sin(h2) * o2.c, o2.opacity);
57516
57151
  }
@@ -57565,12 +57200,10 @@ var rgb = function rgbGamma(y2) {
57565
57200
  return rgb2;
57566
57201
  }(1);
57567
57202
  function numberArray(a2, b2) {
57568
- if (!b2)
57569
- b2 = [];
57203
+ if (!b2) b2 = [];
57570
57204
  var n2 = a2 ? Math.min(b2.length, a2.length) : 0, c2 = b2.slice(), i2;
57571
57205
  return function(t) {
57572
- for (i2 = 0; i2 < n2; ++i2)
57573
- c2[i2] = a2[i2] * (1 - t) + b2[i2] * t;
57206
+ for (i2 = 0; i2 < n2; ++i2) c2[i2] = a2[i2] * (1 - t) + b2[i2] * t;
57574
57207
  return c2;
57575
57208
  };
57576
57209
  }
@@ -57579,13 +57212,10 @@ function isNumberArray(x2) {
57579
57212
  }
57580
57213
  function genericArray(a2, b2) {
57581
57214
  var nb = b2 ? b2.length : 0, na = a2 ? Math.min(nb, a2.length) : 0, x2 = new Array(na), c2 = new Array(nb), i2;
57582
- for (i2 = 0; i2 < na; ++i2)
57583
- x2[i2] = interpolate(a2[i2], b2[i2]);
57584
- for (; i2 < nb; ++i2)
57585
- c2[i2] = b2[i2];
57215
+ for (i2 = 0; i2 < na; ++i2) x2[i2] = interpolate(a2[i2], b2[i2]);
57216
+ for (; i2 < nb; ++i2) c2[i2] = b2[i2];
57586
57217
  return function(t) {
57587
- for (i2 = 0; i2 < na; ++i2)
57588
- c2[i2] = x2[i2](t);
57218
+ for (i2 = 0; i2 < na; ++i2) c2[i2] = x2[i2](t);
57589
57219
  return c2;
57590
57220
  };
57591
57221
  }
@@ -57602,10 +57232,8 @@ function interpolateNumber(a2, b2) {
57602
57232
  }
57603
57233
  function object(a2, b2) {
57604
57234
  var i2 = {}, c2 = {}, k2;
57605
- if (a2 === null || typeof a2 !== "object")
57606
- a2 = {};
57607
- if (b2 === null || typeof b2 !== "object")
57608
- b2 = {};
57235
+ if (a2 === null || typeof a2 !== "object") a2 = {};
57236
+ if (b2 === null || typeof b2 !== "object") b2 = {};
57609
57237
  for (k2 in b2) {
57610
57238
  if (k2 in a2) {
57611
57239
  i2[k2] = interpolate(a2[k2], b2[k2]);
@@ -57614,8 +57242,7 @@ function object(a2, b2) {
57614
57242
  }
57615
57243
  }
57616
57244
  return function(t) {
57617
- for (k2 in i2)
57618
- c2[k2] = i2[k2](t);
57245
+ for (k2 in i2) c2[k2] = i2[k2](t);
57619
57246
  return c2;
57620
57247
  };
57621
57248
  }
@@ -57636,16 +57263,12 @@ function string(a2, b2) {
57636
57263
  while ((am = reA.exec(a2)) && (bm = reB.exec(b2))) {
57637
57264
  if ((bs = bm.index) > bi) {
57638
57265
  bs = b2.slice(bi, bs);
57639
- if (s2[i2])
57640
- s2[i2] += bs;
57641
- else
57642
- s2[++i2] = bs;
57266
+ if (s2[i2]) s2[i2] += bs;
57267
+ else s2[++i2] = bs;
57643
57268
  }
57644
57269
  if ((am = am[0]) === (bm = bm[0])) {
57645
- if (s2[i2])
57646
- s2[i2] += bm;
57647
- else
57648
- s2[++i2] = bm;
57270
+ if (s2[i2]) s2[i2] += bm;
57271
+ else s2[++i2] = bm;
57649
57272
  } else {
57650
57273
  s2[++i2] = null;
57651
57274
  q2.push({ i: i2, x: interpolateNumber(am, bm) });
@@ -57654,14 +57277,11 @@ function string(a2, b2) {
57654
57277
  }
57655
57278
  if (bi < b2.length) {
57656
57279
  bs = b2.slice(bi);
57657
- if (s2[i2])
57658
- s2[i2] += bs;
57659
- else
57660
- s2[++i2] = bs;
57280
+ if (s2[i2]) s2[i2] += bs;
57281
+ else s2[++i2] = bs;
57661
57282
  }
57662
57283
  return s2.length < 2 ? q2[0] ? one(q2[0].x) : zero(b2) : (b2 = q2.length, function(t) {
57663
- for (var i3 = 0, o2; i3 < b2; ++i3)
57664
- s2[(o2 = q2[i3]).i] = o2.x(t);
57284
+ for (var i3 = 0, o2; i3 < b2; ++i3) s2[(o2 = q2[i3]).i] = o2.x(t);
57665
57285
  return s2.join("");
57666
57286
  });
57667
57287
  }
@@ -57706,18 +57326,15 @@ function normalize$1(a2, b2) {
57706
57326
  }
57707
57327
  function clamper(a2, b2) {
57708
57328
  var t;
57709
- if (a2 > b2)
57710
- t = a2, a2 = b2, b2 = t;
57329
+ if (a2 > b2) t = a2, a2 = b2, b2 = t;
57711
57330
  return function(x2) {
57712
57331
  return Math.max(a2, Math.min(b2, x2));
57713
57332
  };
57714
57333
  }
57715
57334
  function bimap(domain2, range2, interpolate2) {
57716
57335
  var d0 = domain2[0], d1 = domain2[1], r0 = range2[0], r1 = range2[1];
57717
- if (d1 < d0)
57718
- d0 = normalize$1(d1, d0), r0 = interpolate2(r1, r0);
57719
- else
57720
- d0 = normalize$1(d0, d1), r0 = interpolate2(r0, r1);
57336
+ if (d1 < d0) d0 = normalize$1(d1, d0), r0 = interpolate2(r1, r0);
57337
+ else d0 = normalize$1(d0, d1), r0 = interpolate2(r0, r1);
57721
57338
  return function(x2) {
57722
57339
  return r0(d0(x2));
57723
57340
  };
@@ -57744,8 +57361,7 @@ function transformer$1() {
57744
57361
  var domain2 = unit, range2 = unit, interpolate$1 = interpolate, transform, untransform, unknown, clamp2 = identity$3, piecewise, output, input;
57745
57362
  function rescale() {
57746
57363
  var n2 = Math.min(domain2.length, range2.length);
57747
- if (clamp2 !== identity$3)
57748
- clamp2 = clamper(domain2[0], domain2[n2 - 1]);
57364
+ if (clamp2 !== identity$3) clamp2 = clamper(domain2[0], domain2[n2 - 1]);
57749
57365
  piecewise = n2 > 2 ? polymap : bimap;
57750
57366
  output = input = null;
57751
57367
  return scale;
@@ -57786,8 +57402,7 @@ function formatDecimal(x2) {
57786
57402
  return Math.abs(x2 = Math.round(x2)) >= 1e21 ? x2.toLocaleString("en").replace(/,/g, "") : x2.toString(10);
57787
57403
  }
57788
57404
  function formatDecimalParts(x2, p2) {
57789
- if ((i2 = (x2 = p2 ? x2.toExponential(p2 - 1) : x2.toExponential()).indexOf("e")) < 0)
57790
- return null;
57405
+ if ((i2 = (x2 = p2 ? x2.toExponential(p2 - 1) : x2.toExponential()).indexOf("e")) < 0) return null;
57791
57406
  var i2, coefficient = x2.slice(0, i2);
57792
57407
  return [
57793
57408
  coefficient.length > 1 ? coefficient[0] + coefficient.slice(2) : coefficient,
@@ -57801,11 +57416,9 @@ function formatGroup(grouping, thousands) {
57801
57416
  return function(value, width) {
57802
57417
  var i2 = value.length, t = [], j = 0, g2 = grouping[0], length = 0;
57803
57418
  while (i2 > 0 && g2 > 0) {
57804
- if (length + g2 + 1 > width)
57805
- g2 = Math.max(1, width - length);
57419
+ if (length + g2 + 1 > width) g2 = Math.max(1, width - length);
57806
57420
  t.push(value.substring(i2 -= g2, i2 + g2));
57807
- if ((length += g2 + 1) > width)
57808
- break;
57421
+ if ((length += g2 + 1) > width) break;
57809
57422
  g2 = grouping[j = (j + 1) % grouping.length];
57810
57423
  }
57811
57424
  return t.reverse().join(thousands);
@@ -57820,8 +57433,7 @@ function formatNumerals(numerals) {
57820
57433
  }
57821
57434
  var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
57822
57435
  function formatSpecifier(specifier) {
57823
- if (!(match2 = re.exec(specifier)))
57824
- throw new Error("invalid format: " + specifier);
57436
+ if (!(match2 = re.exec(specifier))) throw new Error("invalid format: " + specifier);
57825
57437
  var match2;
57826
57438
  return new FormatSpecifier({
57827
57439
  fill: match2[1],
@@ -57853,39 +57465,33 @@ FormatSpecifier.prototype.toString = function() {
57853
57465
  return this.fill + this.align + this.sign + this.symbol + (this.zero ? "0" : "") + (this.width === void 0 ? "" : Math.max(1, this.width | 0)) + (this.comma ? "," : "") + (this.precision === void 0 ? "" : "." + Math.max(0, this.precision | 0)) + (this.trim ? "~" : "") + this.type;
57854
57466
  };
57855
57467
  function formatTrim(s2) {
57856
- out:
57857
- for (var n2 = s2.length, i2 = 1, i0 = -1, i1; i2 < n2; ++i2) {
57858
- switch (s2[i2]) {
57859
- case ".":
57860
- i0 = i1 = i2;
57861
- break;
57862
- case "0":
57863
- if (i0 === 0)
57864
- i0 = i2;
57865
- i1 = i2;
57866
- break;
57867
- default:
57868
- if (!+s2[i2])
57869
- break out;
57870
- if (i0 > 0)
57871
- i0 = 0;
57872
- break;
57873
- }
57468
+ out: for (var n2 = s2.length, i2 = 1, i0 = -1, i1; i2 < n2; ++i2) {
57469
+ switch (s2[i2]) {
57470
+ case ".":
57471
+ i0 = i1 = i2;
57472
+ break;
57473
+ case "0":
57474
+ if (i0 === 0) i0 = i2;
57475
+ i1 = i2;
57476
+ break;
57477
+ default:
57478
+ if (!+s2[i2]) break out;
57479
+ if (i0 > 0) i0 = 0;
57480
+ break;
57874
57481
  }
57482
+ }
57875
57483
  return i0 > 0 ? s2.slice(0, i0) + s2.slice(i1 + 1) : s2;
57876
57484
  }
57877
57485
  var prefixExponent;
57878
57486
  function formatPrefixAuto(x2, p2) {
57879
57487
  var d2 = formatDecimalParts(x2, p2);
57880
- if (!d2)
57881
- return x2 + "";
57488
+ if (!d2) return x2 + "";
57882
57489
  var coefficient = d2[0], exponent2 = d2[1], i2 = exponent2 - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent2 / 3))) * 3) + 1, n2 = coefficient.length;
57883
57490
  return i2 === n2 ? coefficient : i2 > n2 ? coefficient + new Array(i2 - n2 + 1).join("0") : i2 > 0 ? coefficient.slice(0, i2) + "." + coefficient.slice(i2) : "0." + new Array(1 - i2).join("0") + formatDecimalParts(x2, Math.max(0, p2 + i2 - 1))[0];
57884
57491
  }
57885
57492
  function formatRounded(x2, p2) {
57886
57493
  var d2 = formatDecimalParts(x2, p2);
57887
- if (!d2)
57888
- return x2 + "";
57494
+ if (!d2) return x2 + "";
57889
57495
  var coefficient = d2[0], exponent2 = d2[1];
57890
57496
  return exponent2 < 0 ? "0." + new Array(-exponent2).join("0") + coefficient : coefficient.length > exponent2 + 1 ? coefficient.slice(0, exponent2 + 1) + "." + coefficient.slice(exponent2 + 1) : coefficient + new Array(exponent2 - coefficient.length + 2).join("0");
57891
57497
  }
@@ -57913,12 +57519,9 @@ function formatLocale(locale2) {
57913
57519
  function newFormat(specifier) {
57914
57520
  specifier = formatSpecifier(specifier);
57915
57521
  var fill = specifier.fill, align = specifier.align, sign2 = specifier.sign, symbol = specifier.symbol, zero2 = specifier.zero, width = specifier.width, comma = specifier.comma, precision = specifier.precision, trim2 = specifier.trim, type3 = specifier.type;
57916
- if (type3 === "n")
57917
- comma = true, type3 = "g";
57918
- else if (!formatTypes[type3])
57919
- precision === void 0 && (precision = 12), trim2 = true, type3 = "g";
57920
- if (zero2 || fill === "0" && align === "=")
57921
- zero2 = true, fill = "0", align = "=";
57522
+ if (type3 === "n") comma = true, type3 = "g";
57523
+ else if (!formatTypes[type3]) precision === void 0 && (precision = 12), trim2 = true, type3 = "g";
57524
+ if (zero2 || fill === "0" && align === "=") zero2 = true, fill = "0", align = "=";
57922
57525
  var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type3) ? "0" + type3.toLowerCase() : "", suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type3) ? percent : "";
57923
57526
  var formatType = formatTypes[type3], maybeSuffix = /[defgprs%]/.test(type3);
57924
57527
  precision = precision === void 0 ? 6 : /[gprs]/.test(type3) ? Math.max(1, Math.min(21, precision)) : Math.max(0, Math.min(20, precision));
@@ -57931,10 +57534,8 @@ function formatLocale(locale2) {
57931
57534
  value = +value;
57932
57535
  var valueNegative = value < 0 || 1 / value < 0;
57933
57536
  value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
57934
- if (trim2)
57935
- value = formatTrim(value);
57936
- if (valueNegative && +value === 0 && sign2 !== "+")
57937
- valueNegative = false;
57537
+ if (trim2) value = formatTrim(value);
57538
+ if (valueNegative && +value === 0 && sign2 !== "+") valueNegative = false;
57938
57539
  valuePrefix = (valueNegative ? sign2 === "(" ? sign2 : minus : sign2 === "-" || sign2 === "(" ? "" : sign2) + valuePrefix;
57939
57540
  valueSuffix = (type3 === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign2 === "(" ? ")" : "");
57940
57541
  if (maybeSuffix) {
@@ -57948,11 +57549,9 @@ function formatLocale(locale2) {
57948
57549
  }
57949
57550
  }
57950
57551
  }
57951
- if (comma && !zero2)
57952
- value = group(value, Infinity);
57552
+ if (comma && !zero2) value = group(value, Infinity);
57953
57553
  var length = valuePrefix.length + value.length + valueSuffix.length, padding = length < width ? new Array(width - length + 1).join(fill) : "";
57954
- if (comma && zero2)
57955
- value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
57554
+ if (comma && zero2) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
57956
57555
  switch (align) {
57957
57556
  case "<":
57958
57557
  value = valuePrefix + value + valueSuffix + padding;
@@ -58015,8 +57614,7 @@ function tickFormat(start2, stop, count2, specifier) {
58015
57614
  switch (specifier.type) {
58016
57615
  case "s": {
58017
57616
  var value = Math.max(Math.abs(start2), Math.abs(stop));
58018
- if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value)))
58019
- specifier.precision = precision;
57617
+ if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value))) specifier.precision = precision;
58020
57618
  return formatPrefix(specifier, value);
58021
57619
  }
58022
57620
  case "":
@@ -58024,14 +57622,12 @@ function tickFormat(start2, stop, count2, specifier) {
58024
57622
  case "g":
58025
57623
  case "p":
58026
57624
  case "r": {
58027
- if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start2), Math.abs(stop)))))
58028
- specifier.precision = precision - (specifier.type === "e");
57625
+ if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start2), Math.abs(stop))))) specifier.precision = precision - (specifier.type === "e");
58029
57626
  break;
58030
57627
  }
58031
57628
  case "f":
58032
57629
  case "%": {
58033
- if (specifier.precision == null && !isNaN(precision = precisionFixed(step)))
58034
- specifier.precision = precision - (specifier.type === "%") * 2;
57630
+ if (specifier.precision == null && !isNaN(precision = precisionFixed(step))) specifier.precision = precision - (specifier.type === "%") * 2;
58035
57631
  break;
58036
57632
  }
58037
57633
  }
@@ -58048,8 +57644,7 @@ function linearish(scale) {
58048
57644
  return tickFormat(d2[0], d2[d2.length - 1], count2 == null ? 10 : count2, specifier);
58049
57645
  };
58050
57646
  scale.nice = function(count2) {
58051
- if (count2 == null)
58052
- count2 = 10;
57647
+ if (count2 == null) count2 = 10;
58053
57648
  var d2 = domain2();
58054
57649
  var i0 = 0;
58055
57650
  var i1 = d2.length - 1;
@@ -58263,10 +57858,8 @@ function append(strings) {
58263
57858
  }
58264
57859
  function appendRound(digits) {
58265
57860
  let d2 = Math.floor(digits);
58266
- if (!(d2 >= 0))
58267
- throw new Error(`invalid digits: ${digits}`);
58268
- if (d2 > 15)
58269
- return append;
57861
+ if (!(d2 >= 0)) throw new Error(`invalid digits: ${digits}`);
57862
+ if (d2 > 15) return append;
58270
57863
  const k2 = 10 ** d2;
58271
57864
  return function(strings) {
58272
57865
  this._ += strings[0];
@@ -58302,13 +57895,11 @@ class Path {
58302
57895
  }
58303
57896
  arcTo(x1, y1, x2, y2, r2) {
58304
57897
  x1 = +x1, y1 = +y1, x2 = +x2, y2 = +y2, r2 = +r2;
58305
- if (r2 < 0)
58306
- throw new Error(`negative radius: ${r2}`);
57898
+ if (r2 < 0) throw new Error(`negative radius: ${r2}`);
58307
57899
  let x0 = this._x1, y0 = this._y1, x21 = x2 - x1, y21 = y2 - y1, x01 = x0 - x1, y01 = y0 - y1, l01_2 = x01 * x01 + y01 * y01;
58308
57900
  if (this._x1 === null) {
58309
57901
  this._append`M${this._x1 = x1},${this._y1 = y1}`;
58310
- } else if (!(l01_2 > epsilon$1))
58311
- ;
57902
+ } else if (!(l01_2 > epsilon$1)) ;
58312
57903
  else if (!(Math.abs(y01 * x21 - y21 * x01) > epsilon$1) || !r2) {
58313
57904
  this._append`L${this._x1 = x1},${this._y1 = y1}`;
58314
57905
  } else {
@@ -58321,18 +57912,15 @@ class Path {
58321
57912
  }
58322
57913
  arc(x2, y2, r2, a0, a1, ccw) {
58323
57914
  x2 = +x2, y2 = +y2, r2 = +r2, ccw = !!ccw;
58324
- if (r2 < 0)
58325
- throw new Error(`negative radius: ${r2}`);
57915
+ if (r2 < 0) throw new Error(`negative radius: ${r2}`);
58326
57916
  let dx = r2 * Math.cos(a0), dy = r2 * Math.sin(a0), x0 = x2 + dx, y0 = y2 + dy, cw = 1 ^ ccw, da2 = ccw ? a0 - a1 : a1 - a0;
58327
57917
  if (this._x1 === null) {
58328
57918
  this._append`M${x0},${y0}`;
58329
57919
  } else if (Math.abs(this._x1 - x0) > epsilon$1 || Math.abs(this._y1 - y0) > epsilon$1) {
58330
57920
  this._append`L${x0},${y0}`;
58331
57921
  }
58332
- if (!r2)
58333
- return;
58334
- if (da2 < 0)
58335
- da2 = da2 % tau + tau;
57922
+ if (!r2) return;
57923
+ if (da2 < 0) da2 = da2 % tau + tau;
58336
57924
  if (da2 > tauEpsilon) {
58337
57925
  this._append`A${r2},${r2},0,1,${cw},${x2 - dx},${y2 - dy}A${r2},${r2},0,1,${cw},${this._x1 = x0},${this._y1 = y0}`;
58338
57926
  } else if (da2 > epsilon$1) {
@@ -58349,14 +57937,12 @@ class Path {
58349
57937
  function withPath(shape) {
58350
57938
  let digits = 3;
58351
57939
  shape.digits = function(_2) {
58352
- if (!arguments.length)
58353
- return digits;
57940
+ if (!arguments.length) return digits;
58354
57941
  if (_2 == null) {
58355
57942
  digits = null;
58356
57943
  } else {
58357
57944
  const d2 = Math.floor(_2);
58358
- if (!(d2 >= 0))
58359
- throw new RangeError(`invalid digits: ${_2}`);
57945
+ if (!(d2 >= 0)) throw new RangeError(`invalid digits: ${_2}`);
58360
57946
  digits = d2;
58361
57947
  }
58362
57948
  return shape;
@@ -58380,15 +57966,13 @@ function arcPadAngle(d2) {
58380
57966
  }
58381
57967
  function intersect(x0, y0, x1, y1, x2, y2, x3, y3) {
58382
57968
  var x10 = x1 - x0, y10 = y1 - y0, x32 = x3 - x2, y32 = y3 - y2, t = y32 * x10 - x32 * y10;
58383
- if (t * t < epsilon$2)
58384
- return;
57969
+ if (t * t < epsilon$2) return;
58385
57970
  t = (x32 * (y0 - y2) - y32 * (x0 - x2)) / t;
58386
57971
  return [x0 + t * x10, y0 + t * y10];
58387
57972
  }
58388
57973
  function cornerTangents(x0, y0, x1, y1, r1, rc, cw) {
58389
57974
  var x01 = x0 - x1, y01 = y0 - y1, lo2 = (cw ? rc : -rc) / sqrt(x01 * x01 + y01 * y01), ox = lo2 * y01, oy = -lo2 * x01, x11 = x0 + ox, y11 = y0 + oy, x10 = x1 + ox, y10 = y1 + oy, x00 = (x11 + x10) / 2, y00 = (y11 + y10) / 2, dx = x10 - x11, dy = y10 - y11, d2 = dx * dx + dy * dy, r2 = r1 - rc, D2 = x11 * y10 - x10 * y11, d3 = (dy < 0 ? -1 : 1) * sqrt(max(0, r2 * r2 * d2 - D2 * D2)), cx0 = (D2 * dy - dx * d3) / d2, cy0 = (-D2 * dx - dy * d3) / d2, cx1 = (D2 * dy + dx * d3) / d2, cy1 = (-D2 * dx + dy * d3) / d2, dx0 = cx0 - x00, dy0 = cy0 - y00, dx1 = cx1 - x00, dy1 = cy1 - y00;
58390
- if (dx0 * dx0 + dy0 * dy0 > dx1 * dx1 + dy1 * dy1)
58391
- cx0 = cx1, cy0 = cy1;
57975
+ if (dx0 * dx0 + dy0 * dy0 > dx1 * dx1 + dy1 * dy1) cx0 = cx1, cy0 = cy1;
58392
57976
  return {
58393
57977
  cx: cx0,
58394
57978
  cy: cy0,
@@ -58402,12 +57986,9 @@ function arc() {
58402
57986
  var innerRadius = arcInnerRadius, outerRadius = arcOuterRadius, cornerRadius = constant$2(0), padRadius = null, startAngle = arcStartAngle, endAngle = arcEndAngle, padAngle = arcPadAngle, context = null, path = withPath(arc2);
58403
57987
  function arc2() {
58404
57988
  var buffer, r2, r0 = +innerRadius.apply(this, arguments), r1 = +outerRadius.apply(this, arguments), a0 = startAngle.apply(this, arguments) - halfPi, a1 = endAngle.apply(this, arguments) - halfPi, da2 = abs(a1 - a0), cw = a1 > a0;
58405
- if (!context)
58406
- context = buffer = path();
58407
- if (r1 < r0)
58408
- r2 = r1, r1 = r0, r0 = r2;
58409
- if (!(r1 > epsilon$2))
58410
- context.moveTo(0, 0);
57989
+ if (!context) context = buffer = path();
57990
+ if (r1 < r0) r2 = r1, r1 = r0, r0 = r2;
57991
+ if (!(r1 > epsilon$2)) context.moveTo(0, 0);
58411
57992
  else if (da2 > tau$1 - epsilon$2) {
58412
57993
  context.moveTo(r1 * cos(a0), r1 * sin(a0));
58413
57994
  context.arc(0, 0, r1, a0, a1, !cw);
@@ -58419,14 +58000,10 @@ function arc() {
58419
58000
  var a01 = a0, a11 = a1, a00 = a0, a10 = a1, da0 = da2, da1 = da2, ap = padAngle.apply(this, arguments) / 2, rp = ap > epsilon$2 && (padRadius ? +padRadius.apply(this, arguments) : sqrt(r0 * r0 + r1 * r1)), rc = min(abs(r1 - r0) / 2, +cornerRadius.apply(this, arguments)), rc0 = rc, rc1 = rc, t02, t12;
58420
58001
  if (rp > epsilon$2) {
58421
58002
  var p0 = asin(rp / r0 * sin(ap)), p1 = asin(rp / r1 * sin(ap));
58422
- if ((da0 -= p0 * 2) > epsilon$2)
58423
- p0 *= cw ? 1 : -1, a00 += p0, a10 -= p0;
58424
- else
58425
- da0 = 0, a00 = a10 = (a0 + a1) / 2;
58426
- if ((da1 -= p1 * 2) > epsilon$2)
58427
- p1 *= cw ? 1 : -1, a01 += p1, a11 -= p1;
58428
- else
58429
- da1 = 0, a01 = a11 = (a0 + a1) / 2;
58003
+ if ((da0 -= p0 * 2) > epsilon$2) p0 *= cw ? 1 : -1, a00 += p0, a10 -= p0;
58004
+ else da0 = 0, a00 = a10 = (a0 + a1) / 2;
58005
+ if ((da1 -= p1 * 2) > epsilon$2) p1 *= cw ? 1 : -1, a01 += p1, a11 -= p1;
58006
+ else da1 = 0, a01 = a11 = (a0 + a1) / 2;
58430
58007
  }
58431
58008
  var x01 = r1 * cos(a01), y01 = r1 * sin(a01), x10 = r0 * cos(a10), y10 = r0 * sin(a10);
58432
58009
  if (rc > epsilon$2) {
@@ -58441,40 +58018,33 @@ function arc() {
58441
58018
  }
58442
58019
  }
58443
58020
  }
58444
- if (!(da1 > epsilon$2))
58445
- context.moveTo(x01, y01);
58021
+ if (!(da1 > epsilon$2)) context.moveTo(x01, y01);
58446
58022
  else if (rc1 > epsilon$2) {
58447
58023
  t02 = cornerTangents(x00, y00, x01, y01, r1, rc1, cw);
58448
58024
  t12 = cornerTangents(x11, y11, x10, y10, r1, rc1, cw);
58449
58025
  context.moveTo(t02.cx + t02.x01, t02.cy + t02.y01);
58450
- if (rc1 < rc)
58451
- context.arc(t02.cx, t02.cy, rc1, atan2(t02.y01, t02.x01), atan2(t12.y01, t12.x01), !cw);
58026
+ if (rc1 < rc) context.arc(t02.cx, t02.cy, rc1, atan2(t02.y01, t02.x01), atan2(t12.y01, t12.x01), !cw);
58452
58027
  else {
58453
58028
  context.arc(t02.cx, t02.cy, rc1, atan2(t02.y01, t02.x01), atan2(t02.y11, t02.x11), !cw);
58454
58029
  context.arc(0, 0, r1, atan2(t02.cy + t02.y11, t02.cx + t02.x11), atan2(t12.cy + t12.y11, t12.cx + t12.x11), !cw);
58455
58030
  context.arc(t12.cx, t12.cy, rc1, atan2(t12.y11, t12.x11), atan2(t12.y01, t12.x01), !cw);
58456
58031
  }
58457
- } else
58458
- context.moveTo(x01, y01), context.arc(0, 0, r1, a01, a11, !cw);
58459
- if (!(r0 > epsilon$2) || !(da0 > epsilon$2))
58460
- context.lineTo(x10, y10);
58032
+ } else context.moveTo(x01, y01), context.arc(0, 0, r1, a01, a11, !cw);
58033
+ if (!(r0 > epsilon$2) || !(da0 > epsilon$2)) context.lineTo(x10, y10);
58461
58034
  else if (rc0 > epsilon$2) {
58462
58035
  t02 = cornerTangents(x10, y10, x11, y11, r0, -rc0, cw);
58463
58036
  t12 = cornerTangents(x01, y01, x00, y00, r0, -rc0, cw);
58464
58037
  context.lineTo(t02.cx + t02.x01, t02.cy + t02.y01);
58465
- if (rc0 < rc)
58466
- context.arc(t02.cx, t02.cy, rc0, atan2(t02.y01, t02.x01), atan2(t12.y01, t12.x01), !cw);
58038
+ if (rc0 < rc) context.arc(t02.cx, t02.cy, rc0, atan2(t02.y01, t02.x01), atan2(t12.y01, t12.x01), !cw);
58467
58039
  else {
58468
58040
  context.arc(t02.cx, t02.cy, rc0, atan2(t02.y01, t02.x01), atan2(t02.y11, t02.x11), !cw);
58469
58041
  context.arc(0, 0, r0, atan2(t02.cy + t02.y11, t02.cx + t02.x11), atan2(t12.cy + t12.y11, t12.cx + t12.x11), cw);
58470
58042
  context.arc(t12.cx, t12.cy, rc0, atan2(t12.y11, t12.x11), atan2(t12.y01, t12.x01), !cw);
58471
58043
  }
58472
- } else
58473
- context.arc(0, 0, r0, a10, a00, cw);
58044
+ } else context.arc(0, 0, r0, a10, a00, cw);
58474
58045
  }
58475
58046
  context.closePath();
58476
- if (buffer)
58477
- return context = null, buffer + "" || null;
58047
+ if (buffer) return context = null, buffer + "" || null;
58478
58048
  }
58479
58049
  arc2.centroid = function() {
58480
58050
  var r2 = (+innerRadius.apply(this, arguments) + +outerRadius.apply(this, arguments)) / 2, a2 = (+startAngle.apply(this, arguments) + +endAngle.apply(this, arguments)) / 2 - pi$1 / 2;
@@ -58523,8 +58093,7 @@ Linear.prototype = {
58523
58093
  this._point = 0;
58524
58094
  },
58525
58095
  lineEnd: function() {
58526
- if (this._line || this._line !== 0 && this._point === 1)
58527
- this._context.closePath();
58096
+ if (this._line || this._line !== 0 && this._point === 1) this._context.closePath();
58528
58097
  this._line = 1 - this._line;
58529
58098
  },
58530
58099
  point: function(x2, y2) {
@@ -58557,20 +58126,15 @@ function line(x$12, y$12) {
58557
58126
  y$12 = typeof y$12 === "function" ? y$12 : y$12 === void 0 ? y : constant$2(y$12);
58558
58127
  function line2(data2) {
58559
58128
  var i2, n2 = (data2 = array$1(data2)).length, d2, defined0 = false, buffer;
58560
- if (context == null)
58561
- output = curve(buffer = path());
58129
+ if (context == null) output = curve(buffer = path());
58562
58130
  for (i2 = 0; i2 <= n2; ++i2) {
58563
58131
  if (!(i2 < n2 && defined(d2 = data2[i2], i2, data2)) === defined0) {
58564
- if (defined0 = !defined0)
58565
- output.lineStart();
58566
- else
58567
- output.lineEnd();
58132
+ if (defined0 = !defined0) output.lineStart();
58133
+ else output.lineEnd();
58568
58134
  }
58569
- if (defined0)
58570
- output.point(+x$12(d2, i2, data2), +y$12(d2, i2, data2));
58135
+ if (defined0) output.point(+x$12(d2, i2, data2), +y$12(d2, i2, data2));
58571
58136
  }
58572
- if (buffer)
58573
- return output = null, buffer + "" || null;
58137
+ if (buffer) return output = null, buffer + "" || null;
58574
58138
  }
58575
58139
  line2.x = function(_2) {
58576
58140
  return arguments.length ? (x$12 = typeof _2 === "function" ? _2 : constant$2(+_2), line2) : x$12;
@@ -58596,8 +58160,7 @@ function area(x0, y0, y1) {
58596
58160
  y1 = typeof y1 === "function" ? y1 : y1 === void 0 ? y : constant$2(+y1);
58597
58161
  function area2(data2) {
58598
58162
  var i2, j, k2, n2 = (data2 = array$1(data2)).length, d2, defined0 = false, buffer, x0z = new Array(n2), y0z = new Array(n2);
58599
- if (context == null)
58600
- output = curve(buffer = path());
58163
+ if (context == null) output = curve(buffer = path());
58601
58164
  for (i2 = 0; i2 <= n2; ++i2) {
58602
58165
  if (!(i2 < n2 && defined(d2 = data2[i2], i2, data2)) === defined0) {
58603
58166
  if (defined0 = !defined0) {
@@ -58619,8 +58182,7 @@ function area(x0, y0, y1) {
58619
58182
  output.point(x1 ? +x1(d2, i2, data2) : x0z[i2], y1 ? +y1(d2, i2, data2) : y0z[i2]);
58620
58183
  }
58621
58184
  }
58622
- if (buffer)
58623
- return output = null, buffer + "" || null;
58185
+ if (buffer) return output = null, buffer + "" || null;
58624
58186
  }
58625
58187
  function arealine() {
58626
58188
  return line().defined(defined).curve(curve).context(context);
@@ -58678,14 +58240,12 @@ function pie() {
58678
58240
  sum += v2;
58679
58241
  }
58680
58242
  }
58681
- if (sortValues != null)
58682
- index2.sort(function(i3, j2) {
58683
- return sortValues(arcs[i3], arcs[j2]);
58684
- });
58685
- else if (sort2 != null)
58686
- index2.sort(function(i3, j2) {
58687
- return sort2(data2[i3], data2[j2]);
58688
- });
58243
+ if (sortValues != null) index2.sort(function(i3, j2) {
58244
+ return sortValues(arcs[i3], arcs[j2]);
58245
+ });
58246
+ else if (sort2 != null) index2.sort(function(i3, j2) {
58247
+ return sort2(data2[i3], data2[j2]);
58248
+ });
58689
58249
  for (i2 = 0, k2 = sum ? (da2 - n2 * pa) / sum : 0; i2 < n2; ++i2, a0 = a1) {
58690
58250
  j = index2[i2], v2 = arcs[j], a1 = a0 + (v2 > 0 ? v2 * k2 : 0) + pa, arcs[j] = {
58691
58251
  data: data2[j],
@@ -58756,15 +58316,13 @@ MonotoneX.prototype = {
58756
58316
  point(this, this._t0, slope2(this, this._t0));
58757
58317
  break;
58758
58318
  }
58759
- if (this._line || this._line !== 0 && this._point === 1)
58760
- this._context.closePath();
58319
+ if (this._line || this._line !== 0 && this._point === 1) this._context.closePath();
58761
58320
  this._line = 1 - this._line;
58762
58321
  },
58763
58322
  point: function(x2, y2) {
58764
58323
  var t12 = NaN;
58765
58324
  x2 = +x2, y2 = +y2;
58766
- if (x2 === this._x1 && y2 === this._y1)
58767
- return;
58325
+ if (x2 === this._x1 && y2 === this._y1) return;
58768
58326
  switch (this._point) {
58769
58327
  case 0:
58770
58328
  this._point = 1;
@@ -58842,8 +58400,7 @@ Natural.prototype = {
58842
58400
  }
58843
58401
  }
58844
58402
  }
58845
- if (this._line || this._line !== 0 && n2 === 1)
58846
- this._context.closePath();
58403
+ if (this._line || this._line !== 0 && n2 === 1) this._context.closePath();
58847
58404
  this._line = 1 - this._line;
58848
58405
  this._x = this._y = null;
58849
58406
  },
@@ -58855,17 +58412,13 @@ Natural.prototype = {
58855
58412
  function controlPoints(x2) {
58856
58413
  var i2, n2 = x2.length - 1, m2, a2 = new Array(n2), b2 = new Array(n2), r2 = new Array(n2);
58857
58414
  a2[0] = 0, b2[0] = 2, r2[0] = x2[0] + 2 * x2[1];
58858
- for (i2 = 1; i2 < n2 - 1; ++i2)
58859
- a2[i2] = 1, b2[i2] = 4, r2[i2] = 4 * x2[i2] + 2 * x2[i2 + 1];
58415
+ for (i2 = 1; i2 < n2 - 1; ++i2) a2[i2] = 1, b2[i2] = 4, r2[i2] = 4 * x2[i2] + 2 * x2[i2 + 1];
58860
58416
  a2[n2 - 1] = 2, b2[n2 - 1] = 7, r2[n2 - 1] = 8 * x2[n2 - 1] + x2[n2];
58861
- for (i2 = 1; i2 < n2; ++i2)
58862
- m2 = a2[i2] / b2[i2 - 1], b2[i2] -= m2, r2[i2] -= m2 * r2[i2 - 1];
58417
+ for (i2 = 1; i2 < n2; ++i2) m2 = a2[i2] / b2[i2 - 1], b2[i2] -= m2, r2[i2] -= m2 * r2[i2 - 1];
58863
58418
  a2[n2 - 1] = r2[n2 - 1] / b2[n2 - 1];
58864
- for (i2 = n2 - 2; i2 >= 0; --i2)
58865
- a2[i2] = (r2[i2] - a2[i2 + 1]) / b2[i2];
58419
+ for (i2 = n2 - 2; i2 >= 0; --i2) a2[i2] = (r2[i2] - a2[i2 + 1]) / b2[i2];
58866
58420
  b2[n2 - 1] = (x2[n2] + a2[n2 - 1]) / 2;
58867
- for (i2 = 0; i2 < n2 - 1; ++i2)
58868
- b2[i2] = 2 * x2[i2 + 1] - a2[i2 + 1];
58421
+ for (i2 = 0; i2 < n2 - 1; ++i2) b2[i2] = 2 * x2[i2 + 1] - a2[i2 + 1];
58869
58422
  return [a2, b2];
58870
58423
  }
58871
58424
  function curveNatural(context) {
@@ -58887,12 +58440,9 @@ Step.prototype = {
58887
58440
  this._point = 0;
58888
58441
  },
58889
58442
  lineEnd: function() {
58890
- if (0 < this._t && this._t < 1 && this._point === 2)
58891
- this._context.lineTo(this._x, this._y);
58892
- if (this._line || this._line !== 0 && this._point === 1)
58893
- this._context.closePath();
58894
- if (this._line >= 0)
58895
- this._t = 1 - this._t, this._line = 1 - this._line;
58443
+ if (0 < this._t && this._t < 1 && this._point === 2) this._context.lineTo(this._x, this._y);
58444
+ if (this._line || this._line !== 0 && this._point === 1) this._context.closePath();
58445
+ if (this._line >= 0) this._t = 1 - this._t, this._line = 1 - this._line;
58896
58446
  },
58897
58447
  point: function(x2, y2) {
58898
58448
  x2 = +x2, y2 = +y2;
@@ -58925,8 +58475,7 @@ function stepAfter(context) {
58925
58475
  return new Step(context, 1);
58926
58476
  }
58927
58477
  function none$1(series, order2) {
58928
- if (!((n2 = series.length) > 1))
58929
- return;
58478
+ if (!((n2 = series.length) > 1)) return;
58930
58479
  for (var i2 = 1, j, s0, s1 = series[order2[0]], n2, m2 = s1.length; i2 < n2; ++i2) {
58931
58480
  s0 = s1, s1 = series[order2[i2]];
58932
58481
  for (j = 0; j < m2; ++j) {
@@ -58936,8 +58485,7 @@ function none$1(series, order2) {
58936
58485
  }
58937
58486
  function stackOrderNone(series) {
58938
58487
  var n2 = series.length, o2 = new Array(n2);
58939
- while (--n2 >= 0)
58940
- o2[n2] = n2;
58488
+ while (--n2 >= 0) o2[n2] = n2;
58941
58489
  return o2;
58942
58490
  }
58943
58491
  function stackValue(d2, key) {
@@ -59100,8 +58648,7 @@ var namespaces = {
59100
58648
  };
59101
58649
  function namespace(name) {
59102
58650
  var prefix = name += "", i2 = prefix.indexOf(":");
59103
- if (i2 >= 0 && (prefix = name.slice(0, i2)) !== "xmlns")
59104
- name = name.slice(i2 + 1);
58651
+ if (i2 >= 0 && (prefix = name.slice(0, i2)) !== "xmlns") name = name.slice(i2 + 1);
59105
58652
  return namespaces.hasOwnProperty(prefix) ? { space: namespaces[prefix], local: name } : name;
59106
58653
  }
59107
58654
  function creatorInherit(name) {
@@ -59127,13 +58674,11 @@ function selector(selector2) {
59127
58674
  };
59128
58675
  }
59129
58676
  function selection_select(select2) {
59130
- if (typeof select2 !== "function")
59131
- select2 = selector(select2);
58677
+ if (typeof select2 !== "function") select2 = selector(select2);
59132
58678
  for (var groups = this._groups, m2 = groups.length, subgroups = new Array(m2), j = 0; j < m2; ++j) {
59133
58679
  for (var group = groups[j], n2 = group.length, subgroup = subgroups[j] = new Array(n2), node, subnode, i2 = 0; i2 < n2; ++i2) {
59134
58680
  if ((node = group[i2]) && (subnode = select2.call(node, node.__data__, i2, group))) {
59135
- if ("__data__" in node)
59136
- subnode.__data__ = node.__data__;
58681
+ if ("__data__" in node) subnode.__data__ = node.__data__;
59137
58682
  subgroup[i2] = subnode;
59138
58683
  }
59139
58684
  }
@@ -59157,10 +58702,8 @@ function arrayAll(select2) {
59157
58702
  };
59158
58703
  }
59159
58704
  function selection_selectAll(select2) {
59160
- if (typeof select2 === "function")
59161
- select2 = arrayAll(select2);
59162
- else
59163
- select2 = selectorAll(select2);
58705
+ if (typeof select2 === "function") select2 = arrayAll(select2);
58706
+ else select2 = selectorAll(select2);
59164
58707
  for (var groups = this._groups, m2 = groups.length, subgroups = [], parents = [], j = 0; j < m2; ++j) {
59165
58708
  for (var group = groups[j], n2 = group.length, node, i2 = 0; i2 < n2; ++i2) {
59166
58709
  if (node = group[i2]) {
@@ -59206,8 +58749,7 @@ function selection_selectChildren(match2) {
59206
58749
  return this.selectAll(match2 == null ? children : childrenFilter(typeof match2 === "function" ? match2 : childMatcher(match2)));
59207
58750
  }
59208
58751
  function selection_filter(match2) {
59209
- if (typeof match2 !== "function")
59210
- match2 = matcher(match2);
58752
+ if (typeof match2 !== "function") match2 = matcher(match2);
59211
58753
  for (var groups = this._groups, m2 = groups.length, subgroups = new Array(m2), j = 0; j < m2; ++j) {
59212
58754
  for (var group = groups[j], n2 = group.length, subgroup = subgroups[j] = [], node, i2 = 0; i2 < n2; ++i2) {
59213
58755
  if ((node = group[i2]) && match2.call(node, node.__data__, i2, group)) {
@@ -59298,20 +58840,16 @@ function datum(node) {
59298
58840
  return node.__data__;
59299
58841
  }
59300
58842
  function selection_data(value, key) {
59301
- if (!arguments.length)
59302
- return Array.from(this, datum);
58843
+ if (!arguments.length) return Array.from(this, datum);
59303
58844
  var bind3 = key ? bindKey : bindIndex, parents = this._parents, groups = this._groups;
59304
- if (typeof value !== "function")
59305
- value = constant$1(value);
58845
+ if (typeof value !== "function") value = constant$1(value);
59306
58846
  for (var m2 = groups.length, update = new Array(m2), enter2 = new Array(m2), exit = new Array(m2), j = 0; j < m2; ++j) {
59307
58847
  var parent = parents[j], group = groups[j], groupLength = group.length, data2 = arraylike(value.call(parent, parent && parent.__data__, j, parents)), dataLength = data2.length, enterGroup = enter2[j] = new Array(dataLength), updateGroup = update[j] = new Array(dataLength), exitGroup = exit[j] = new Array(groupLength);
59308
58848
  bind3(parent, group, enterGroup, updateGroup, exitGroup, data2, key);
59309
58849
  for (var i0 = 0, i1 = 0, previous, next; i0 < dataLength; ++i0) {
59310
58850
  if (previous = enterGroup[i0]) {
59311
- if (i0 >= i1)
59312
- i1 = i0 + 1;
59313
- while (!(next = updateGroup[i1]) && ++i1 < dataLength)
59314
- ;
58851
+ if (i0 >= i1) i1 = i0 + 1;
58852
+ while (!(next = updateGroup[i1]) && ++i1 < dataLength) ;
59315
58853
  previous._next = next || null;
59316
58854
  }
59317
58855
  }
@@ -59331,20 +58869,16 @@ function selection_join(onenter, onupdate, onexit) {
59331
58869
  var enter2 = this.enter(), update = this, exit = this.exit();
59332
58870
  if (typeof onenter === "function") {
59333
58871
  enter2 = onenter(enter2);
59334
- if (enter2)
59335
- enter2 = enter2.selection();
58872
+ if (enter2) enter2 = enter2.selection();
59336
58873
  } else {
59337
58874
  enter2 = enter2.append(onenter + "");
59338
58875
  }
59339
58876
  if (onupdate != null) {
59340
58877
  update = onupdate(update);
59341
- if (update)
59342
- update = update.selection();
58878
+ if (update) update = update.selection();
59343
58879
  }
59344
- if (onexit == null)
59345
- exit.remove();
59346
- else
59347
- onexit(exit);
58880
+ if (onexit == null) exit.remove();
58881
+ else onexit(exit);
59348
58882
  return enter2 && update ? enter2.merge(update).order() : update;
59349
58883
  }
59350
58884
  function selection_merge(context) {
@@ -59365,8 +58899,7 @@ function selection_order() {
59365
58899
  for (var groups = this._groups, j = -1, m2 = groups.length; ++j < m2; ) {
59366
58900
  for (var group = groups[j], i2 = group.length - 1, next = group[i2], node; --i2 >= 0; ) {
59367
58901
  if (node = group[i2]) {
59368
- if (next && node.compareDocumentPosition(next) ^ 4)
59369
- next.parentNode.insertBefore(node, next);
58902
+ if (next && node.compareDocumentPosition(next) ^ 4) next.parentNode.insertBefore(node, next);
59370
58903
  next = node;
59371
58904
  }
59372
58905
  }
@@ -59374,8 +58907,7 @@ function selection_order() {
59374
58907
  return this;
59375
58908
  }
59376
58909
  function selection_sort(compare2) {
59377
- if (!compare2)
59378
- compare2 = ascending;
58910
+ if (!compare2) compare2 = ascending;
59379
58911
  function compareNode(a2, b2) {
59380
58912
  return a2 && b2 ? compare2(a2.__data__, b2.__data__) : !a2 - !b2;
59381
58913
  }
@@ -59405,16 +58937,14 @@ function selection_node() {
59405
58937
  for (var groups = this._groups, j = 0, m2 = groups.length; j < m2; ++j) {
59406
58938
  for (var group = groups[j], i2 = 0, n2 = group.length; i2 < n2; ++i2) {
59407
58939
  var node = group[i2];
59408
- if (node)
59409
- return node;
58940
+ if (node) return node;
59410
58941
  }
59411
58942
  }
59412
58943
  return null;
59413
58944
  }
59414
58945
  function selection_size() {
59415
58946
  let size2 = 0;
59416
- for (const node of this)
59417
- ++size2;
58947
+ for (const node of this) ++size2;
59418
58948
  return size2;
59419
58949
  }
59420
58950
  function selection_empty() {
@@ -59423,8 +58953,7 @@ function selection_empty() {
59423
58953
  function selection_each(callback) {
59424
58954
  for (var groups = this._groups, j = 0, m2 = groups.length; j < m2; ++j) {
59425
58955
  for (var group = groups[j], i2 = 0, n2 = group.length, node; i2 < n2; ++i2) {
59426
- if (node = group[i2])
59427
- callback.call(node, node.__data__, i2, group);
58956
+ if (node = group[i2]) callback.call(node, node.__data__, i2, group);
59428
58957
  }
59429
58958
  }
59430
58959
  return this;
@@ -59452,19 +58981,15 @@ function attrConstantNS(fullname, value) {
59452
58981
  function attrFunction(name, value) {
59453
58982
  return function() {
59454
58983
  var v2 = value.apply(this, arguments);
59455
- if (v2 == null)
59456
- this.removeAttribute(name);
59457
- else
59458
- this.setAttribute(name, v2);
58984
+ if (v2 == null) this.removeAttribute(name);
58985
+ else this.setAttribute(name, v2);
59459
58986
  };
59460
58987
  }
59461
58988
  function attrFunctionNS(fullname, value) {
59462
58989
  return function() {
59463
58990
  var v2 = value.apply(this, arguments);
59464
- if (v2 == null)
59465
- this.removeAttributeNS(fullname.space, fullname.local);
59466
- else
59467
- this.setAttributeNS(fullname.space, fullname.local, v2);
58991
+ if (v2 == null) this.removeAttributeNS(fullname.space, fullname.local);
58992
+ else this.setAttributeNS(fullname.space, fullname.local, v2);
59468
58993
  };
59469
58994
  }
59470
58995
  function selection_attr(name, value) {
@@ -59491,10 +59016,8 @@ function styleConstant(name, value, priority) {
59491
59016
  function styleFunction(name, value, priority) {
59492
59017
  return function() {
59493
59018
  var v2 = value.apply(this, arguments);
59494
- if (v2 == null)
59495
- this.style.removeProperty(name);
59496
- else
59497
- this.style.setProperty(name, v2, priority);
59019
+ if (v2 == null) this.style.removeProperty(name);
59020
+ else this.style.setProperty(name, v2, priority);
59498
59021
  };
59499
59022
  }
59500
59023
  function selection_style(name, value, priority) {
@@ -59516,10 +59039,8 @@ function propertyConstant(name, value) {
59516
59039
  function propertyFunction(name, value) {
59517
59040
  return function() {
59518
59041
  var v2 = value.apply(this, arguments);
59519
- if (v2 == null)
59520
- delete this[name];
59521
- else
59522
- this[name] = v2;
59042
+ if (v2 == null) delete this[name];
59043
+ else this[name] = v2;
59523
59044
  };
59524
59045
  }
59525
59046
  function selection_property(name, value) {
@@ -59556,13 +59077,11 @@ ClassList.prototype = {
59556
59077
  };
59557
59078
  function classedAdd(node, names) {
59558
59079
  var list = classList(node), i2 = -1, n2 = names.length;
59559
- while (++i2 < n2)
59560
- list.add(names[i2]);
59080
+ while (++i2 < n2) list.add(names[i2]);
59561
59081
  }
59562
59082
  function classedRemove(node, names) {
59563
59083
  var list = classList(node), i2 = -1, n2 = names.length;
59564
- while (++i2 < n2)
59565
- list.remove(names[i2]);
59084
+ while (++i2 < n2) list.remove(names[i2]);
59566
59085
  }
59567
59086
  function classedTrue(names) {
59568
59087
  return function() {
@@ -59583,9 +59102,7 @@ function selection_classed(name, value) {
59583
59102
  var names = classArray(name + "");
59584
59103
  if (arguments.length < 2) {
59585
59104
  var list = classList(this.node()), i2 = -1, n2 = names.length;
59586
- while (++i2 < n2)
59587
- if (!list.contains(names[i2]))
59588
- return false;
59105
+ while (++i2 < n2) if (!list.contains(names[i2])) return false;
59589
59106
  return true;
59590
59107
  }
59591
59108
  return this.each((typeof value === "function" ? classedFunction : value ? classedTrue : classedFalse)(names, value));
@@ -59625,15 +59142,13 @@ function selection_html(value) {
59625
59142
  return arguments.length ? this.each(value == null ? htmlRemove : (typeof value === "function" ? htmlFunction : htmlConstant)(value)) : this.node().innerHTML;
59626
59143
  }
59627
59144
  function raise() {
59628
- if (this.nextSibling)
59629
- this.parentNode.appendChild(this);
59145
+ if (this.nextSibling) this.parentNode.appendChild(this);
59630
59146
  }
59631
59147
  function selection_raise() {
59632
59148
  return this.each(raise);
59633
59149
  }
59634
59150
  function lower() {
59635
- if (this.previousSibling)
59636
- this.parentNode.insertBefore(this, this.parentNode.firstChild);
59151
+ if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
59637
59152
  }
59638
59153
  function selection_lower() {
59639
59154
  return this.each(lower);
@@ -59655,8 +59170,7 @@ function selection_insert(name, before) {
59655
59170
  }
59656
59171
  function remove() {
59657
59172
  var parent = this.parentNode;
59658
- if (parent)
59659
- parent.removeChild(this);
59173
+ if (parent) parent.removeChild(this);
59660
59174
  }
59661
59175
  function selection_remove() {
59662
59176
  return this.each(remove);
@@ -59683,16 +59197,14 @@ function contextListener(listener) {
59683
59197
  function parseTypenames(typenames) {
59684
59198
  return typenames.trim().split(/^|\s+/).map(function(t) {
59685
59199
  var name = "", i2 = t.indexOf(".");
59686
- if (i2 >= 0)
59687
- name = t.slice(i2 + 1), t = t.slice(0, i2);
59200
+ if (i2 >= 0) name = t.slice(i2 + 1), t = t.slice(0, i2);
59688
59201
  return { type: t, name };
59689
59202
  });
59690
59203
  }
59691
59204
  function onRemove(typename) {
59692
59205
  return function() {
59693
59206
  var on2 = this.__on;
59694
- if (!on2)
59695
- return;
59207
+ if (!on2) return;
59696
59208
  for (var j = 0, i2 = -1, m2 = on2.length, o2; j < m2; ++j) {
59697
59209
  if (o2 = on2[j], (!typename.type || o2.type === typename.type) && o2.name === typename.name) {
59698
59210
  this.removeEventListener(o2.type, o2.listener, o2.options);
@@ -59700,49 +59212,42 @@ function onRemove(typename) {
59700
59212
  on2[++i2] = o2;
59701
59213
  }
59702
59214
  }
59703
- if (++i2)
59704
- on2.length = i2;
59705
- else
59706
- delete this.__on;
59215
+ if (++i2) on2.length = i2;
59216
+ else delete this.__on;
59707
59217
  };
59708
59218
  }
59709
59219
  function onAdd(typename, value, options) {
59710
59220
  return function() {
59711
59221
  var on2 = this.__on, o2, listener = contextListener(value);
59712
- if (on2)
59713
- for (var j = 0, m2 = on2.length; j < m2; ++j) {
59714
- if ((o2 = on2[j]).type === typename.type && o2.name === typename.name) {
59715
- this.removeEventListener(o2.type, o2.listener, o2.options);
59716
- this.addEventListener(o2.type, o2.listener = listener, o2.options = options);
59717
- o2.value = value;
59718
- return;
59719
- }
59222
+ if (on2) for (var j = 0, m2 = on2.length; j < m2; ++j) {
59223
+ if ((o2 = on2[j]).type === typename.type && o2.name === typename.name) {
59224
+ this.removeEventListener(o2.type, o2.listener, o2.options);
59225
+ this.addEventListener(o2.type, o2.listener = listener, o2.options = options);
59226
+ o2.value = value;
59227
+ return;
59720
59228
  }
59229
+ }
59721
59230
  this.addEventListener(typename.type, listener, options);
59722
59231
  o2 = { type: typename.type, name: typename.name, value, listener, options };
59723
- if (!on2)
59724
- this.__on = [o2];
59725
- else
59726
- on2.push(o2);
59232
+ if (!on2) this.__on = [o2];
59233
+ else on2.push(o2);
59727
59234
  };
59728
59235
  }
59729
59236
  function selection_on(typename, value, options) {
59730
59237
  var typenames = parseTypenames(typename + ""), i2, n2 = typenames.length, t;
59731
59238
  if (arguments.length < 2) {
59732
59239
  var on2 = this.node().__on;
59733
- if (on2)
59734
- for (var j = 0, m2 = on2.length, o2; j < m2; ++j) {
59735
- for (i2 = 0, o2 = on2[j]; i2 < n2; ++i2) {
59736
- if ((t = typenames[i2]).type === o2.type && t.name === o2.name) {
59737
- return o2.value;
59738
- }
59240
+ if (on2) for (var j = 0, m2 = on2.length, o2; j < m2; ++j) {
59241
+ for (i2 = 0, o2 = on2[j]; i2 < n2; ++i2) {
59242
+ if ((t = typenames[i2]).type === o2.type && t.name === o2.name) {
59243
+ return o2.value;
59739
59244
  }
59740
59245
  }
59246
+ }
59741
59247
  return;
59742
59248
  }
59743
59249
  on2 = value ? onAdd : onRemove;
59744
- for (i2 = 0; i2 < n2; ++i2)
59745
- this.each(on2(typenames[i2], value, options));
59250
+ for (i2 = 0; i2 < n2; ++i2) this.each(on2(typenames[i2], value, options));
59746
59251
  return this;
59747
59252
  }
59748
59253
  function dispatchEvent(node, type3, params) {
@@ -59751,10 +59256,8 @@ function dispatchEvent(node, type3, params) {
59751
59256
  event = new event(type3, params);
59752
59257
  } else {
59753
59258
  event = window2.document.createEvent("Event");
59754
- if (params)
59755
- event.initEvent(type3, params.bubbles, params.cancelable), event.detail = params.detail;
59756
- else
59757
- event.initEvent(type3, false, false);
59259
+ if (params) event.initEvent(type3, params.bubbles, params.cancelable), event.detail = params.detail;
59260
+ else event.initEvent(type3, false, false);
59758
59261
  }
59759
59262
  node.dispatchEvent(event);
59760
59263
  }
@@ -59774,8 +59277,7 @@ function selection_dispatch(type3, params) {
59774
59277
  function* selection_iterator() {
59775
59278
  for (var groups = this._groups, j = 0, m2 = groups.length; j < m2; ++j) {
59776
59279
  for (var group = groups[j], i2 = 0, n2 = group.length, node; i2 < n2; ++i2) {
59777
- if (node = group[i2])
59778
- yield node;
59280
+ if (node = group[i2]) yield node;
59779
59281
  }
59780
59282
  }
59781
59283
  }
@@ -59830,14 +59332,12 @@ function select(selector2) {
59830
59332
  }
59831
59333
  function sourceEvent(event) {
59832
59334
  let sourceEvent2;
59833
- while (sourceEvent2 = event.sourceEvent)
59834
- event = sourceEvent2;
59335
+ while (sourceEvent2 = event.sourceEvent) event = sourceEvent2;
59835
59336
  return event;
59836
59337
  }
59837
59338
  function pointer(event, node) {
59838
59339
  event = sourceEvent(event);
59839
- if (node === void 0)
59840
- node = event.currentTarget;
59340
+ if (node === void 0) node = event.currentTarget;
59841
59341
  if (node) {
59842
59342
  var svg = node.ownerSVGElement || node;
59843
59343
  if (svg.createSVGPoint) {
@@ -59868,8 +59368,7 @@ function number(scale) {
59868
59368
  }
59869
59369
  function center(scale, offset2) {
59870
59370
  offset2 = Math.max(0, scale.bandwidth() - offset2 * 2) / 2;
59871
- if (scale.round())
59872
- offset2 = Math.round(offset2);
59371
+ if (scale.round()) offset2 = Math.round(offset2);
59873
59372
  return (d2) => +scale(d2) + offset2;
59874
59373
  }
59875
59374
  function entering() {
@@ -60395,8 +59894,7 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
60395
59894
  );
60396
59895
  }
60397
59896
  function styleInject(css2, ref2) {
60398
- if (ref2 === void 0)
60399
- ref2 = {};
59897
+ if (ref2 === void 0) ref2 = {};
60400
59898
  var insertAt = ref2.insertAt;
60401
59899
  if (!css2 || typeof document === "undefined") {
60402
59900
  return;
@@ -61313,7 +60811,7 @@ const _hoisted_1$2$1 = {
61313
60811
  key: 0,
61314
60812
  class: "layer-marker"
61315
60813
  };
61316
- const _hoisted_2$2$1 = ["x", "y", "fill"];
60814
+ const _hoisted_2$2 = ["x", "y", "fill"];
61317
60815
  const _hoisted_3$1$1 = ["x1", "y1", "x2", "y2", "stroke", "stroke-opacity", "stroke-width", "stroke-dasharray"];
61318
60816
  const _hoisted_4$1 = {
61319
60817
  key: 1,
@@ -61328,7 +60826,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
61328
60826
  y: _ctx.y - 5,
61329
60827
  "text-anchor": "start",
61330
60828
  fill: _ctx.color
61331
- }, toDisplayString(_ctx.label), 9, _hoisted_2$2$1),
60829
+ }, toDisplayString(_ctx.label), 9, _hoisted_2$2),
61332
60830
  createElementVNode("line", {
61333
60831
  x1: _ctx.canvas.x,
61334
60832
  y1: _ctx.y,
@@ -61363,11 +60861,8 @@ script$2.render = render$2;
61363
60861
  script$2.__file = "src/components/Marker/index.vue";
61364
60862
  function count(node) {
61365
60863
  var sum = 0, children2 = node.children, i2 = children2 && children2.length;
61366
- if (!i2)
61367
- sum = 1;
61368
- else
61369
- while (--i2 >= 0)
61370
- sum += children2[i2].value;
60864
+ if (!i2) sum = 1;
60865
+ else while (--i2 >= 0) sum += children2[i2].value;
61371
60866
  node.value = sum;
61372
60867
  }
61373
60868
  function node_count() {
@@ -61418,8 +60913,7 @@ function node_find(callback, that) {
61418
60913
  function node_sum(value) {
61419
60914
  return this.eachAfter(function(node) {
61420
60915
  var sum = +value(node.data) || 0, children2 = node.children, i2 = children2 && children2.length;
61421
- while (--i2 >= 0)
61422
- sum += children2[i2].value;
60916
+ while (--i2 >= 0) sum += children2[i2].value;
61423
60917
  node.value = sum;
61424
60918
  });
61425
60919
  }
@@ -61444,8 +60938,7 @@ function node_path(end2) {
61444
60938
  return nodes;
61445
60939
  }
61446
60940
  function leastCommonAncestor(a2, b2) {
61447
- if (a2 === b2)
61448
- return a2;
60941
+ if (a2 === b2) return a2;
61449
60942
  var aNodes = a2.ancestors(), bNodes = b2.ancestors(), c2 = null;
61450
60943
  a2 = aNodes.pop();
61451
60944
  b2 = bNodes.pop();
@@ -61501,8 +60994,7 @@ function* node_iterator() {
61501
60994
  function hierarchy(data2, children2) {
61502
60995
  if (data2 instanceof Map) {
61503
60996
  data2 = [void 0, data2];
61504
- if (children2 === void 0)
61505
- children2 = mapChildren;
60997
+ if (children2 === void 0) children2 = mapChildren;
61506
60998
  } else if (children2 === void 0) {
61507
60999
  children2 = objectChildren;
61508
61000
  }
@@ -61529,8 +61021,7 @@ function mapChildren(d2) {
61529
61021
  return Array.isArray(d2) ? d2[1] : null;
61530
61022
  }
61531
61023
  function copyData(node) {
61532
- if (node.data.value !== void 0)
61533
- node.value = node.data.value;
61024
+ if (node.data.value !== void 0) node.value = node.data.value;
61534
61025
  node.data = node.data.data;
61535
61026
  }
61536
61027
  function computeHeight(node) {
@@ -61565,8 +61056,7 @@ function optional(f2) {
61565
61056
  return f2 == null ? null : required(f2);
61566
61057
  }
61567
61058
  function required(f2) {
61568
- if (typeof f2 !== "function")
61569
- throw new Error();
61059
+ if (typeof f2 !== "function") throw new Error();
61570
61060
  return f2;
61571
61061
  }
61572
61062
  function constantZero() {
@@ -61630,31 +61120,24 @@ function stratify() {
61630
61120
  node = nodes[i2];
61631
61121
  if (nodeId = node.parent) {
61632
61122
  parent = nodeByKey.get(nodeId);
61633
- if (!parent)
61634
- throw new Error("missing: " + nodeId);
61635
- if (parent === ambiguous)
61636
- throw new Error("ambiguous: " + nodeId);
61637
- if (parent.children)
61638
- parent.children.push(node);
61639
- else
61640
- parent.children = [node];
61123
+ if (!parent) throw new Error("missing: " + nodeId);
61124
+ if (parent === ambiguous) throw new Error("ambiguous: " + nodeId);
61125
+ if (parent.children) parent.children.push(node);
61126
+ else parent.children = [node];
61641
61127
  node.parent = parent;
61642
61128
  } else {
61643
- if (root2)
61644
- throw new Error("multiple roots");
61129
+ if (root2) throw new Error("multiple roots");
61645
61130
  root2 = node;
61646
61131
  }
61647
61132
  }
61648
- if (!root2)
61649
- throw new Error("no root");
61133
+ if (!root2) throw new Error("no root");
61650
61134
  if (path != null) {
61651
61135
  while (root2.data === imputed && root2.children.length === 1) {
61652
61136
  root2 = root2.children[0], --n2;
61653
61137
  }
61654
61138
  for (let i3 = nodes.length - 1; i3 >= 0; --i3) {
61655
61139
  node = nodes[i3];
61656
- if (node.data !== imputed)
61657
- break;
61140
+ if (node.data !== imputed) break;
61658
61141
  node.data = null;
61659
61142
  }
61660
61143
  }
@@ -61664,8 +61147,7 @@ function stratify() {
61664
61147
  --n2;
61665
61148
  }).eachBefore(computeHeight);
61666
61149
  root2.parent = null;
61667
- if (n2 > 0)
61668
- throw new Error("cycle");
61150
+ if (n2 > 0) throw new Error("cycle");
61669
61151
  return root2;
61670
61152
  }
61671
61153
  stratify2.id = function(x2) {
@@ -61682,26 +61164,20 @@ function stratify() {
61682
61164
  function normalize(path) {
61683
61165
  path = `${path}`;
61684
61166
  let i2 = path.length;
61685
- if (slash(path, i2 - 1) && !slash(path, i2 - 2))
61686
- path = path.slice(0, -1);
61167
+ if (slash(path, i2 - 1) && !slash(path, i2 - 2)) path = path.slice(0, -1);
61687
61168
  return path[0] === "/" ? path : `/${path}`;
61688
61169
  }
61689
61170
  function parentof(path) {
61690
61171
  let i2 = path.length;
61691
- if (i2 < 2)
61692
- return "";
61693
- while (--i2 > 1)
61694
- if (slash(path, i2))
61695
- break;
61172
+ if (i2 < 2) return "";
61173
+ while (--i2 > 1) if (slash(path, i2)) break;
61696
61174
  return path.slice(0, i2);
61697
61175
  }
61698
61176
  function slash(path, i2) {
61699
61177
  if (path[i2] === "/") {
61700
61178
  let k2 = 0;
61701
- while (i2 > 0 && path[--i2] === "\\")
61702
- ++k2;
61703
- if ((k2 & 1) === 0)
61704
- return true;
61179
+ while (i2 > 0 && path[--i2] === "\\") ++k2;
61180
+ if ((k2 & 1) === 0) return true;
61705
61181
  }
61706
61182
  return false;
61707
61183
  }
@@ -61726,10 +61202,8 @@ function squarifyRatio(ratio, parent, x0, y0, x1, y1) {
61726
61202
  minRatio = Math.max(maxValue / beta, beta / minValue);
61727
61203
  for (; i1 < n2; ++i1) {
61728
61204
  sumValue += nodeValue = nodes[i1].value;
61729
- if (nodeValue < minValue)
61730
- minValue = nodeValue;
61731
- if (nodeValue > maxValue)
61732
- maxValue = nodeValue;
61205
+ if (nodeValue < minValue) minValue = nodeValue;
61206
+ if (nodeValue > maxValue) maxValue = nodeValue;
61733
61207
  beta = sumValue * sumValue * alpha;
61734
61208
  newRatio = Math.max(maxValue / beta, beta / minValue);
61735
61209
  if (newRatio > minRatio) {
@@ -61739,10 +61213,8 @@ function squarifyRatio(ratio, parent, x0, y0, x1, y1) {
61739
61213
  minRatio = newRatio;
61740
61214
  }
61741
61215
  rows.push(row = { value: sumValue, dice: dx < dy, children: nodes.slice(i0, i1) });
61742
- if (row.dice)
61743
- treemapDice(row, x0, y0, x1, value ? y0 += dy * sumValue / value : y1);
61744
- else
61745
- treemapSlice(row, x0, y0, value ? x0 += dx * sumValue / value : x1, y1);
61216
+ if (row.dice) treemapDice(row, x0, y0, x1, value ? y0 += dy * sumValue / value : y1);
61217
+ else treemapSlice(row, x0, y0, value ? x0 += dx * sumValue / value : x1, y1);
61746
61218
  value -= sumValue, i0 = i1;
61747
61219
  }
61748
61220
  return rows;
@@ -61764,16 +61236,13 @@ function treemap() {
61764
61236
  root2.y1 = dy;
61765
61237
  root2.eachBefore(positionNode);
61766
61238
  paddingStack = [0];
61767
- if (round2)
61768
- root2.eachBefore(roundNode);
61239
+ if (round2) root2.eachBefore(roundNode);
61769
61240
  return root2;
61770
61241
  }
61771
61242
  function positionNode(node) {
61772
61243
  var p2 = paddingStack[node.depth], x0 = node.x0 + p2, y0 = node.y0 + p2, x1 = node.x1 - p2, y1 = node.y1 - p2;
61773
- if (x1 < x0)
61774
- x0 = x1 = (x0 + x1) / 2;
61775
- if (y1 < y0)
61776
- y0 = y1 = (y0 + y1) / 2;
61244
+ if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
61245
+ if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
61777
61246
  node.x0 = x0;
61778
61247
  node.y0 = y0;
61779
61248
  node.x1 = x1;
@@ -61784,10 +61253,8 @@ function treemap() {
61784
61253
  y0 += paddingTop(node) - p2;
61785
61254
  x1 -= paddingRight(node) - p2;
61786
61255
  y1 -= paddingBottom(node) - p2;
61787
- if (x1 < x0)
61788
- x0 = x1 = (x0 + x1) / 2;
61789
- if (y1 < y0)
61790
- y0 = y1 = (y0 + y1) / 2;
61256
+ if (x1 < x0) x0 = x1 = (x0 + x1) / 2;
61257
+ if (y1 < y0) y0 = y1 = (y0 + y1) / 2;
61791
61258
  tile(node, x0, y0, x1, y1);
61792
61259
  }
61793
61260
  }
@@ -62127,8 +61594,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
62127
61594
  function adjustChartSize() {
62128
61595
  chartSize.value = null;
62129
61596
  const el = chartContainer.value;
62130
- if (!el)
62131
- return;
61597
+ if (!el) return;
62132
61598
  const { width, height } = el.getBoundingClientRect();
62133
61599
  chartSize.value = { width: width - 5, height: height - 10 };
62134
61600
  console.log(chartSize.value);
@@ -62237,15 +61703,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
62237
61703
  const gapSize = computed(() => `${props2.gap}rem`);
62238
61704
  const mGridTemplateRows = computed(() => {
62239
61705
  var _a2;
62240
- if ((_a2 = props2.mRows) == null ? void 0 : _a2.length)
62241
- return props2.mRows.join(" ");
61706
+ if ((_a2 = props2.mRows) == null ? void 0 : _a2.length) return props2.mRows.join(" ");
62242
61707
  return gridTemplateRows.value;
62243
61708
  });
62244
61709
  const gridTemplateColumns = computed(() => props2.columns.length ? props2.columns.join(" ") : "auto");
62245
61710
  const mGridTemplateColumns = computed(() => {
62246
61711
  var _a2;
62247
- if ((_a2 = props2.mColumns) == null ? void 0 : _a2.length)
62248
- return props2.mColumns.join(" ");
61712
+ if ((_a2 = props2.mColumns) == null ? void 0 : _a2.length) return props2.mColumns.join(" ");
62249
61713
  return gridTemplateColumns.value;
62250
61714
  });
62251
61715
  return (_ctx, _cache) => {
@@ -62260,7 +61724,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
62260
61724
  const Layout = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-f1781965"]]);
62261
61725
  const _withScopeId = (n2) => (pushScopeId("data-v-8fdf4035"), n2 = n2(), popScopeId(), n2);
62262
61726
  const _hoisted_1$5 = { class: "w-100 px-075" };
62263
- const _hoisted_2$2 = { key: 0 };
61727
+ const _hoisted_2$1 = { key: 0 };
62264
61728
  const _hoisted_3$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { style: { "flex-grow": "1" } }, null, -1));
62265
61729
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
62266
61730
  __name: "SidebarMenu",
@@ -62308,7 +61772,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
62308
61772
  icon: nav2.icon,
62309
61773
  size: 1.4
62310
61774
  }, null, 8, ["icon"]),
62311
- _ctx.open ? (openBlock(), createElementBlock("p", _hoisted_2$2, toDisplayString(nav2.label), 1)) : createCommentVNode("", true)
61775
+ _ctx.open ? (openBlock(), createElementBlock("p", _hoisted_2$1, toDisplayString(nav2.label), 1)) : createCommentVNode("", true)
62312
61776
  ]),
62313
61777
  _: 2
62314
61778
  }, 1032, ["to"])), [
@@ -62409,8 +61873,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
62409
61873
  const currentTabIndex = props2.tabs.findIndex(
62410
61874
  (tab) => tabValue(tab) === currentTab.value
62411
61875
  );
62412
- if (currentTabIndex === -1)
62413
- return null;
61876
+ if (currentTabIndex === -1) return null;
62414
61877
  const slotChildren = (_b = (_a2 = slots.default) == null ? void 0 : _a2.call(slots)[1]) == null ? void 0 : _b.children;
62415
61878
  return h$2("div", slotChildren[currentTabIndex]);
62416
61879
  }
@@ -62431,8 +61894,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
62431
61894
  };
62432
61895
  }
62433
61896
  });
62434
- const _hoisted_1$2 = { class: "grid auto-flow-columns fit-content bgl_tabs_wrap" };
62435
- const _hoisted_2$1 = ["onClick"];
61897
+ const _hoisted_1$2 = ["onClick"];
62436
61898
  const _sfc_main$2 = /* @__PURE__ */ defineComponent({
62437
61899
  __name: "TabsNav",
62438
61900
  props: {
@@ -62448,35 +61910,61 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
62448
61910
  const emit2 = __emit;
62449
61911
  const { currentTab } = useTabs(props2.group);
62450
61912
  currentTab.value = props2.modelValue || typeof props2.tabs[0] === "string" ? props2.tabs[0] : props2.tabs[0].id;
61913
+ const tabsWrap = ref(null);
61914
+ const tabs = ref([]);
61915
+ function updateIndicator() {
61916
+ const activeTab = tabs.value.find((tab) => tab.classList.contains("active"));
61917
+ if (activeTab && tabsWrap.value) {
61918
+ const { offsetLeft, offsetWidth } = activeTab;
61919
+ tabsWrap.value.style.setProperty("--indicator-left", `${offsetLeft}px`);
61920
+ tabsWrap.value.style.setProperty("--indicator-width", `${offsetWidth}px`);
61921
+ }
61922
+ }
62451
61923
  function selectTab(tab) {
62452
61924
  currentTab.value = typeof tab === "string" ? tab : tab.id;
62453
61925
  emit2("update:modelValue", currentTab.value);
61926
+ nextTick(() => {
61927
+ updateIndicator();
61928
+ });
62454
61929
  }
62455
61930
  function isActive2(tab) {
62456
- if (typeof tab === "string")
62457
- return currentTab.value === tab;
61931
+ if (typeof tab === "string") return currentTab.value === tab;
62458
61932
  return currentTab.value === tab.id;
62459
61933
  }
62460
61934
  function tabLabel(tab) {
62461
- if (typeof tab === "string")
62462
- return tab;
61935
+ if (typeof tab === "string") return tab;
62463
61936
  return tab.label;
62464
61937
  }
62465
61938
  watch(
62466
61939
  () => props2.modelValue,
62467
61940
  (value) => {
62468
- if (value && !isActive2(value))
62469
- currentTab.value = value;
61941
+ if (value && !isActive2(value)) currentTab.value = value;
61942
+ nextTick(() => {
61943
+ updateIndicator();
61944
+ });
62470
61945
  },
62471
61946
  { immediate: true }
62472
61947
  );
61948
+ onMounted(() => {
61949
+ var _a2;
61950
+ tabs.value = Array.from(((_a2 = tabsWrap.value) == null ? void 0 : _a2.querySelectorAll(".bgl_tab")) || []);
61951
+ updateIndicator();
61952
+ window.addEventListener("resize", updateIndicator);
61953
+ });
61954
+ onBeforeUnmount(() => {
61955
+ window.removeEventListener("resize", updateIndicator);
61956
+ });
62473
61957
  return (_ctx, _cache) => {
62474
- return openBlock(), createElementBlock("div", _hoisted_1$2, [
62475
- (openBlock(true), createElementBlock(Fragment$1, null, renderList(_ctx.tabs, (tab, i2) => {
61958
+ return openBlock(), createElementBlock("div", {
61959
+ ref_key: "tabsWrap",
61960
+ ref: tabsWrap,
61961
+ class: "grid auto-flow-columns relative fit-content bgl_tabs_wrap"
61962
+ }, [
61963
+ (openBlock(true), createElementBlock(Fragment$1, null, renderList(props2.tabs, (tab, i2) => {
62476
61964
  return openBlock(), createElementBlock("button", {
62477
61965
  key: i2,
62478
61966
  type: "button",
62479
- class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab"]),
61967
+ class: normalizeClass([{ active: isActive2(tab) }, "bgl_tab relative z-1"]),
62480
61968
  onClick: ($event) => selectTab(tab)
62481
61969
  }, [
62482
61970
  typeof tab !== "string" && tab.icon ? (openBlock(), createBlock(unref(_sfc_main$M), {
@@ -62484,13 +61972,13 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
62484
61972
  icon: tab.icon
62485
61973
  }, null, 8, ["icon"])) : createCommentVNode("", true),
62486
61974
  createTextVNode(" " + toDisplayString(tabLabel(tab)), 1)
62487
- ], 10, _hoisted_2$1);
61975
+ ], 10, _hoisted_1$2);
62488
61976
  }), 128))
62489
- ]);
61977
+ ], 512);
62490
61978
  };
62491
61979
  }
62492
61980
  });
62493
- const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-09a61175"]]);
61981
+ const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-b6feec19"]]);
62494
61982
  const _hoisted_1$1 = { key: 0 };
62495
61983
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
62496
61984
  __name: "TabsBody",
@@ -62527,8 +62015,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62527
62015
  function changeTab(tab) {
62528
62016
  activeTab.value = tab;
62529
62017
  emit2("update:modelValue", activeTab.value);
62530
- if (!props2.router)
62531
- return;
62018
+ if (!props2.router) return;
62532
62019
  void props2.router.push({
62533
62020
  path: props2.router.currentRoute.value.path,
62534
62021
  query: { ...props2.router.currentRoute.value.query, t: tab },