@bagelink/vue 1.2.126 → 1.2.132

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 (57) hide show
  1. package/dist/components/AddressSearch.vue.d.ts.map +1 -1
  2. package/dist/components/Carousel2.vue.d.ts +89 -0
  3. package/dist/components/Carousel2.vue.d.ts.map +1 -0
  4. package/dist/components/DragOver.vue.d.ts +1 -0
  5. package/dist/components/DragOver.vue.d.ts.map +1 -1
  6. package/dist/components/Dropdown.vue.d.ts.map +1 -1
  7. package/dist/components/ImportData.vue.d.ts.map +1 -1
  8. package/dist/components/Loading.vue.d.ts +1 -0
  9. package/dist/components/Loading.vue.d.ts.map +1 -1
  10. package/dist/components/Modal.vue.d.ts +10 -5
  11. package/dist/components/Modal.vue.d.ts.map +1 -1
  12. package/dist/components/Pill.vue.d.ts +2 -0
  13. package/dist/components/Pill.vue.d.ts.map +1 -1
  14. package/dist/components/calendar/views/CalendarPopover.vue.d.ts +2 -2
  15. package/dist/components/calendar/views/CalendarPopover.vue.d.ts.map +1 -1
  16. package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
  17. package/dist/components/dataTable/useTableData.d.ts +10 -10
  18. package/dist/components/dataTable/useTableData.d.ts.map +1 -1
  19. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  20. package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +5 -1
  21. package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
  22. package/dist/components/form/inputs/Upload/upload.types.d.ts +2 -0
  23. package/dist/components/form/inputs/Upload/upload.types.d.ts.map +1 -1
  24. package/dist/components/form/inputs/Upload/useFileUpload.d.ts +8 -1
  25. package/dist/components/form/inputs/Upload/useFileUpload.d.ts.map +1 -1
  26. package/dist/components/form/inputs/index.d.ts +0 -1
  27. package/dist/components/form/inputs/index.d.ts.map +1 -1
  28. package/dist/index.cjs +599 -1008
  29. package/dist/index.mjs +599 -1008
  30. package/dist/style.css +1747 -1932
  31. package/dist/types/BagelForm.d.ts.map +1 -1
  32. package/dist/types/TableSchema.d.ts +1 -1
  33. package/dist/types/TableSchema.d.ts.map +1 -1
  34. package/dist/utils/BagelFormUtils.d.ts +2 -2
  35. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  36. package/package.json +1 -1
  37. package/src/components/DragOver.vue +21 -2
  38. package/src/components/ImportData.vue +34 -33
  39. package/src/components/Loading.vue +58 -50
  40. package/src/components/Modal.vue +10 -4
  41. package/src/components/Pill.vue +28 -5
  42. package/src/components/dataTable/DataTable.vue +5 -11
  43. package/src/components/dataTable/useTableData.ts +11 -10
  44. package/src/components/form/inputs/SelectInput.vue +1 -1
  45. package/src/components/form/inputs/Upload/UploadInput.vue +35 -47
  46. package/src/components/form/inputs/Upload/upload.css +12 -9
  47. package/src/components/form/inputs/Upload/upload.types.ts +2 -0
  48. package/src/components/form/inputs/Upload/useFileUpload.ts +35 -9
  49. package/src/components/form/inputs/index.ts +0 -1
  50. package/src/styles/layout.css +1466 -1460
  51. package/src/styles/theme.css +2 -1
  52. package/src/types/BagelForm.ts +2 -0
  53. package/src/types/TableSchema.ts +1 -1
  54. package/src/utils/BagelFormUtils.ts +2 -2
  55. package/dist/types/timeago.d.ts +0 -23
  56. package/dist/types/timeago.d.ts.map +0 -1
  57. package/src/components/form/inputs/FileUpload.vue +0 -724
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { en
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
4
  import { defineComponent, reactive, provide, createElementBlock, openBlock, renderSlot, ref, computed, inject, watch, normalizeClass, createElementVNode, createVNode, unref, createCommentVNode, toDisplayString, Transition, withCtx, Fragment, renderList, createBlock, isRef, useSlots, resolveDirective, withDirectives, resolveDynamicComponent, mergeProps, withKeys, withModifiers, createTextVNode, normalizeStyle, onMounted, onUnmounted, nextTick, resolveComponent, isVNode, h as h$2, toValue, getCurrentScope, onScopeDispose, getCurrentInstance, shallowRef, mergeModels, useCssVars, useModel, vModelCheckbox, createApp, pushScopeId, popScopeId, withScopeId, normalizeProps, guardReactiveProps, createSlots, vModelText, Comment, Text, vModelRadio, TransitionGroup, vModelDynamic, onBeforeUnmount, watchEffect, toRef } from "vue";
5
5
  import { RouterLink } from "vue-router";
6
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
6
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
7
7
  __name: "Accordion",
8
8
  setup(__props) {
9
9
  const state2 = reactive({
@@ -17,10 +17,10 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
17
17
  };
18
18
  }
19
19
  });
20
- const _hoisted_1$15 = ["aria-expanded", "aria-controls"];
20
+ const _hoisted_1$14 = ["aria-expanded", "aria-controls"];
21
21
  const _hoisted_2$P = { class: "accordion-label" };
22
22
  const _hoisted_3$H = ["id", "aria-hidden"];
23
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
23
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
24
24
  __name: "AccordionItem",
25
25
  props: {
26
26
  label: {},
@@ -94,7 +94,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
94
94
  }, [
95
95
  createVNode(unref(_sfc_main$v), { icon: computedIcon.value }, null, 8, ["icon"])
96
96
  ], 2)) : createCommentVNode("", true)
97
- ], 8, _hoisted_1$15),
97
+ ], 8, _hoisted_1$14),
98
98
  createVNode(Transition, { name: "expand" }, {
99
99
  default: withCtx(() => [
100
100
  unref(isOpen) ? (openBlock(), createElementBlock("div", {
@@ -119,9 +119,9 @@ const _export_sfc = (sfc, props2) => {
119
119
  }
120
120
  return target;
121
121
  };
122
- const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-3334f637"]]);
123
- const _hoisted_1$14 = { class: "relative" };
124
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
122
+ const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-3334f637"]]);
123
+ const _hoisted_1$13 = { class: "relative" };
124
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
125
125
  __name: "AddressSearch",
126
126
  emits: ["addressSelected"],
127
127
  setup(__props, { emit: __emit }) {
@@ -143,8 +143,8 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
143
143
  (_a = suggestion.value) == null ? void 0 : _a.show();
144
144
  }
145
145
  return (_ctx, _cache) => {
146
- return openBlock(), createElementBlock("div", _hoisted_1$14, [
147
- createVNode(unref(_sfc_main$_), {
146
+ return openBlock(), createElementBlock("div", _hoisted_1$13, [
147
+ createVNode(unref(_sfc_main$Z), {
148
148
  ref_key: "suggestion",
149
149
  ref: suggestion,
150
150
  noAutoFocus: true,
@@ -179,11 +179,11 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
179
179
  };
180
180
  }
181
181
  });
182
- const _hoisted_1$13 = {
182
+ const _hoisted_1$12 = {
183
183
  key: 1,
184
184
  class: "bgl_btn-flex"
185
185
  };
186
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
186
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
187
187
  __name: "Btn",
188
188
  props: {
189
189
  disabled: { type: Boolean, default: false },
@@ -252,7 +252,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
252
252
  key: 0,
253
253
  class: "h-100p",
254
254
  size: "15"
255
- })) : (openBlock(), createElementBlock("div", _hoisted_1$13, [
255
+ })) : (openBlock(), createElementBlock("div", _hoisted_1$12, [
256
256
  _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$v), {
257
257
  key: 0,
258
258
  icon: _ctx.icon,
@@ -276,10 +276,10 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
276
276
  };
277
277
  }
278
278
  });
279
- const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-99c4aa53"]]);
280
- const _hoisted_1$12 = ["dismissable"];
279
+ const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-99c4aa53"]]);
280
+ const _hoisted_1$11 = ["dismissable"];
281
281
  const _hoisted_2$O = { class: "m-0" };
282
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
282
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
283
283
  __name: "Alert",
284
284
  props: {
285
285
  message: {},
@@ -317,13 +317,13 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
317
317
  icon: "close",
318
318
  onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
319
319
  })
320
- ], 10, _hoisted_1$12)) : createCommentVNode("", true);
320
+ ], 10, _hoisted_1$11)) : createCommentVNode("", true);
321
321
  };
322
322
  }
323
323
  });
324
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-15c4ee95"]]);
325
- const _hoisted_1$11 = ["src", "alt"];
326
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
324
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-15c4ee95"]]);
325
+ const _hoisted_1$10 = ["src", "alt"];
326
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
327
327
  __name: "Avatar",
328
328
  props: {
329
329
  fallback: {},
@@ -341,7 +341,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
341
341
  key: 0,
342
342
  src: _ctx.src,
343
343
  alt: _ctx.name
344
- }, null, 8, _hoisted_1$11)) : (openBlock(), createElementBlock("p", {
344
+ }, null, 8, _hoisted_1$10)) : (openBlock(), createElementBlock("p", {
345
345
  key: 1,
346
346
  style: normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
347
347
  }, toDisplayString((_ctx.fallback || unref(initials)(_ctx.name || "")).toUpperCase()), 5))
@@ -349,8 +349,8 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
349
349
  };
350
350
  }
351
351
  });
352
- const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-b73b9e30"]]);
353
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
352
+ const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-b73b9e30"]]);
353
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
354
354
  __name: "Badge",
355
355
  props: {
356
356
  color: {},
@@ -379,11 +379,11 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
379
379
  };
380
380
  }
381
381
  });
382
- const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-689f051f"]]);
383
- const _hoisted_1$10 = ["src"];
382
+ const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-689f051f"]]);
383
+ const _hoisted_1$$ = ["src"];
384
384
  const _hoisted_2$N = ["autoplay", "muted", "loop", "controls", "playsinline"];
385
385
  const _hoisted_3$G = ["src", "type"];
386
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
386
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
387
387
  __name: "BglVideo",
388
388
  props: {
389
389
  src: {},
@@ -460,7 +460,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
460
460
  allowfullscreen: "",
461
461
  title: "Video",
462
462
  allow: "autoplay"
463
- }, null, 12, _hoisted_1$10)) : _ctx.src ? (openBlock(), createElementBlock("video", {
463
+ }, null, 12, _hoisted_1$$)) : _ctx.src ? (openBlock(), createElementBlock("video", {
464
464
  key: 1,
465
465
  ref_key: "video",
466
466
  ref: video,
@@ -480,8 +480,8 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
480
480
  };
481
481
  }
482
482
  });
483
- const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-006552f6"]]);
484
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
483
+ const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-006552f6"]]);
484
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
485
485
  __name: "CalendarPopover",
486
486
  props: {
487
487
  event: {},
@@ -524,7 +524,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
524
524
  }
525
525
  return (_ctx, _cache) => {
526
526
  const _directive_click_outside = resolveDirective("click-outside");
527
- return _ctx.show && _ctx.event ? withDirectives((openBlock(), createBlock(unref(_sfc_main$15), {
527
+ return _ctx.show && _ctx.event ? withDirectives((openBlock(), createBlock(unref(_sfc_main$14), {
528
528
  key: 0,
529
529
  ref_key: "popoverRef",
530
530
  ref: popoverRef,
@@ -546,14 +546,14 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
546
546
  };
547
547
  }
548
548
  });
549
- const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-6f51f6b3"]]);
550
- const _hoisted_1$$ = { class: "agenda-view" };
549
+ const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-6f51f6b3"]]);
550
+ const _hoisted_1$_ = { class: "agenda-view" };
551
551
  const _hoisted_2$M = ["data-date", "onClick"];
552
552
  const _hoisted_3$F = { class: "event-content" };
553
- const _hoisted_4$s = { class: "event-time" };
554
- const _hoisted_5$r = { class: "event-details" };
555
- const _hoisted_6$n = { class: "event-title" };
556
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
553
+ const _hoisted_4$r = { class: "event-time" };
554
+ const _hoisted_5$q = { class: "event-details" };
555
+ const _hoisted_6$m = { class: "event-title" };
556
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
557
557
  __name: "AgendaView",
558
558
  props: {
559
559
  events: {},
@@ -651,7 +651,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
651
651
  }
652
652
  });
653
653
  return (_ctx, _cache) => {
654
- return openBlock(), createElementBlock("div", _hoisted_1$$, [
654
+ return openBlock(), createElementBlock("div", _hoisted_1$_, [
655
655
  _cache[0] || (_cache[0] = createElementVNode("div", { class: "agenda-header" }, [
656
656
  createElementVNode("div", { class: "time-column" }, " Time "),
657
657
  createElementVNode("div", { class: "event-column" }, " Event ")
@@ -673,9 +673,9 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
673
673
  onClick: withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
674
674
  }, [
675
675
  createElementVNode("div", _hoisted_3$F, [
676
- createElementVNode("div", _hoisted_4$s, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
677
- createElementVNode("div", _hoisted_5$r, [
678
- createElementVNode("div", _hoisted_6$n, toDisplayString(event.title), 1),
676
+ createElementVNode("div", _hoisted_4$r, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
677
+ createElementVNode("div", _hoisted_5$q, [
678
+ createElementVNode("div", _hoisted_6$m, toDisplayString(event.title), 1),
679
679
  createElementVNode("div", {
680
680
  class: normalizeClass(["event-day", { today: event.isToday }])
681
681
  }, toDisplayString(event.dayLabel), 3)
@@ -688,20 +688,20 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
688
688
  };
689
689
  }
690
690
  });
691
- const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-1e2b483b"]]);
692
- const _hoisted_1$_ = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
691
+ const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-1e2b483b"]]);
692
+ const _hoisted_1$Z = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
693
693
  const _hoisted_2$L = { class: "border-bottom me-1 txt-center p-05 dayGrid" };
694
694
  const _hoisted_3$E = { class: "overflow h-100p pe-05" };
695
- const _hoisted_4$r = { class: "time-column" };
696
- const _hoisted_5$q = { class: "events-column" };
697
- const _hoisted_6$m = ["onClick"];
698
- const _hoisted_7$i = { class: "event-content" };
699
- const _hoisted_8$c = { class: "white-space ellipsis-1" };
695
+ const _hoisted_4$q = { class: "time-column" };
696
+ const _hoisted_5$p = { class: "events-column" };
697
+ const _hoisted_6$l = ["onClick"];
698
+ const _hoisted_7$h = { class: "event-content" };
699
+ const _hoisted_8$b = { class: "white-space ellipsis-1" };
700
700
  const _hoisted_9$8 = { class: "event-time opacity-8" };
701
- const _hoisted_10$7 = { class: "color-primary txt-12 p-025" };
701
+ const _hoisted_10$6 = { class: "color-primary txt-12 p-025" };
702
702
  const slotHeight$1 = 60;
703
703
  const slotDuration$1 = 60;
704
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
704
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
705
705
  __name: "DayView",
706
706
  props: {
707
707
  events: {},
@@ -835,7 +835,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
835
835
  }
836
836
  });
837
837
  return (_ctx, _cache) => {
838
- return openBlock(), createElementBlock("div", _hoisted_1$_, [
838
+ return openBlock(), createElementBlock("div", _hoisted_1$Z, [
839
839
  createElementVNode("div", _hoisted_2$L, [
840
840
  _cache[0] || (_cache[0] = createElementVNode("div", null, null, -1)),
841
841
  createElementVNode("div", null, toDisplayString(unref(formatDate)(_ctx.startDate)), 1)
@@ -845,7 +845,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
845
845
  class: "time-slots dayGrid border-end relative",
846
846
  onMousedown: handleMouseDown
847
847
  }, [
848
- createElementVNode("div", _hoisted_4$r, [
848
+ createElementVNode("div", _hoisted_4$q, [
849
849
  (openBlock(true), createElementBlock(Fragment, null, renderList(timeSlots.value, (slot) => {
850
850
  return openBlock(), createElementBlock("div", {
851
851
  key: slot.time,
@@ -854,7 +854,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
854
854
  }, toDisplayString(slot.time), 5);
855
855
  }), 128))
856
856
  ]),
857
- createElementVNode("div", _hoisted_5$q, [
857
+ createElementVNode("div", _hoisted_5$p, [
858
858
  isToday.value ? (openBlock(), createElementBlock("div", {
859
859
  key: 0,
860
860
  class: "absolute end w-100p z-2 flex pointer-events-none",
@@ -874,11 +874,11 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
874
874
  }),
875
875
  onClick: withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
876
876
  }, [
877
- createElementVNode("div", _hoisted_7$i, [
878
- createElementVNode("div", _hoisted_8$c, toDisplayString(event.title), 1),
877
+ createElementVNode("div", _hoisted_7$h, [
878
+ createElementVNode("div", _hoisted_8$b, toDisplayString(event.title), 1),
879
879
  createElementVNode("div", _hoisted_9$8, toDisplayString(unref(formatDate)(new Date(event.start_time), { fmt: "HH:mm" })) + " - " + toDisplayString(unref(formatDate)(new Date(event.end_time), { fmt: "HH:mm" })), 1)
880
880
  ])
881
- ], 12, _hoisted_6$m);
881
+ ], 12, _hoisted_6$l);
882
882
  }), 128))
883
883
  ]),
884
884
  dragState.value.isDragging && dragState.value.start && dragState.value.end ? (openBlock(), createElementBlock("div", {
@@ -891,7 +891,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
891
891
  right: "10px"
892
892
  })
893
893
  }, [
894
- createElementVNode("div", _hoisted_10$7, toDisplayString(dragState.value.startTime ? unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + toDisplayString(dragState.value.endTime ? unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
894
+ createElementVNode("div", _hoisted_10$6, toDisplayString(dragState.value.startTime ? unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + toDisplayString(dragState.value.endTime ? unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
895
895
  ], 4)) : createCommentVNode("", true)
896
896
  ], 32)
897
897
  ]),
@@ -900,20 +900,20 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
900
900
  };
901
901
  }
902
902
  });
903
- const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-8b1a770f"]]);
904
- const _hoisted_1$Z = { class: "month-view" };
903
+ const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-8b1a770f"]]);
904
+ const _hoisted_1$Y = { class: "month-view" };
905
905
  const _hoisted_2$K = { class: "month-header" };
906
906
  const _hoisted_3$D = { class: "month-grid" };
907
- const _hoisted_4$q = { class: "day-number" };
908
- const _hoisted_5$p = { class: "day-events" };
909
- const _hoisted_6$l = {
907
+ const _hoisted_4$p = { class: "day-number" };
908
+ const _hoisted_5$o = { class: "day-events" };
909
+ const _hoisted_6$k = {
910
910
  key: 0,
911
911
  class: "event-dot"
912
912
  };
913
- const _hoisted_7$h = ["onClick"];
914
- const _hoisted_8$b = { class: "event-title" };
913
+ const _hoisted_7$g = ["onClick"];
914
+ const _hoisted_8$a = { class: "event-title" };
915
915
  const _hoisted_9$7 = { class: "event-time" };
916
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
916
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
917
917
  __name: "MonthView",
918
918
  props: {
919
919
  events: {},
@@ -987,7 +987,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
987
987
  }
988
988
  }
989
989
  return (_ctx, _cache) => {
990
- return openBlock(), createElementBlock("div", _hoisted_1$Z, [
990
+ return openBlock(), createElementBlock("div", _hoisted_1$Y, [
991
991
  createElementVNode("div", _hoisted_2$K, [
992
992
  (openBlock(true), createElementBlock(Fragment, null, renderList(weekDays.value, (day) => {
993
993
  return openBlock(), createElementBlock("div", {
@@ -1006,10 +1006,10 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
1006
1006
  "other-month": !day.isCurrentMonth
1007
1007
  }])
1008
1008
  }, [
1009
- createElementVNode("div", _hoisted_4$q, toDisplayString(unref(fmtDate)(day.date, { fmt: "DD" })), 1),
1010
- createElementVNode("div", _hoisted_5$p, [
1009
+ createElementVNode("div", _hoisted_4$p, toDisplayString(unref(fmtDate)(day.date, { fmt: "DD" })), 1),
1010
+ createElementVNode("div", _hoisted_5$o, [
1011
1011
  isMobile.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
1012
- day.events.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_6$l)) : createCommentVNode("", true)
1012
+ day.events.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_6$k)) : createCommentVNode("", true)
1013
1013
  ], 64)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(day.events, (event) => {
1014
1014
  return openBlock(), createElementBlock("div", {
1015
1015
  key: event.id,
@@ -1017,9 +1017,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
1017
1017
  style: normalizeStyle({ backgroundColor: event.color || "var(--bgl-primary)" }),
1018
1018
  onClick: withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
1019
1019
  }, [
1020
- createElementVNode("div", _hoisted_8$b, toDisplayString(event.title), 1),
1020
+ createElementVNode("div", _hoisted_8$a, toDisplayString(event.title), 1),
1021
1021
  createElementVNode("div", _hoisted_9$7, toDisplayString(unref(fmtDate)(event.start_time, { fmt: "HH:mm" })), 1)
1022
- ], 12, _hoisted_7$h);
1022
+ ], 12, _hoisted_7$g);
1023
1023
  }), 128))
1024
1024
  ])
1025
1025
  ], 2);
@@ -1029,18 +1029,18 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
1029
1029
  };
1030
1030
  }
1031
1031
  });
1032
- const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-0b1117c4"]]);
1033
- const _hoisted_1$Y = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
1032
+ const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-0b1117c4"]]);
1033
+ const _hoisted_1$X = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
1034
1034
  const _hoisted_2$J = { class: "overflow h-100p pe-05" };
1035
1035
  const _hoisted_3$C = ["onMousedown"];
1036
- const _hoisted_4$p = ["onClick"];
1037
- const _hoisted_5$o = { class: "overflow-hidden color-white p-025 txt12 h-100p" };
1038
- const _hoisted_6$k = { class: "white-space ellipsis-1" };
1039
- const _hoisted_7$g = { class: "txt10 opacity-8 user-select-none" };
1040
- const _hoisted_8$a = { class: "color-primary txt-12 p-025" };
1036
+ const _hoisted_4$o = ["onClick"];
1037
+ const _hoisted_5$n = { class: "overflow-hidden color-white p-025 txt12 h-100p" };
1038
+ const _hoisted_6$j = { class: "white-space ellipsis-1" };
1039
+ const _hoisted_7$f = { class: "txt10 opacity-8 user-select-none" };
1040
+ const _hoisted_8$9 = { class: "color-primary txt-12 p-025" };
1041
1041
  const slotHeight = 60;
1042
1042
  const slotDuration = 60;
1043
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
1043
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
1044
1044
  __name: "WeekView",
1045
1045
  props: {
1046
1046
  events: { default: () => [] },
@@ -1294,7 +1294,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
1294
1294
  }
1295
1295
  });
1296
1296
  return (_ctx, _cache) => {
1297
- return openBlock(), createElementBlock("div", _hoisted_1$Y, [
1297
+ return openBlock(), createElementBlock("div", _hoisted_1$X, [
1298
1298
  createElementVNode("div", {
1299
1299
  ref_key: "calendarGrid",
1300
1300
  ref: calendarGrid,
@@ -1365,11 +1365,11 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
1365
1365
  }, ["stop"])),
1366
1366
  onClick: withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
1367
1367
  }, [
1368
- createElementVNode("div", _hoisted_5$o, [
1369
- createElementVNode("div", _hoisted_6$k, toDisplayString(event.title), 1),
1370
- createElementVNode("div", _hoisted_7$g, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })) + " - " + toDisplayString(unref(formatDate)(event.end_time, { fmt: "HH:mm" })), 1)
1368
+ createElementVNode("div", _hoisted_5$n, [
1369
+ createElementVNode("div", _hoisted_6$j, toDisplayString(event.title), 1),
1370
+ createElementVNode("div", _hoisted_7$f, toDisplayString(unref(formatDate)(event.start_time, { fmt: "HH:mm" })) + " - " + toDisplayString(unref(formatDate)(event.end_time, { fmt: "HH:mm" })), 1)
1371
1371
  ])
1372
- ], 44, _hoisted_4$p);
1372
+ ], 44, _hoisted_4$o);
1373
1373
  }), 128))
1374
1374
  ], 40, _hoisted_3$C);
1375
1375
  }), 128)),
@@ -1383,7 +1383,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
1383
1383
  height: `${Math.abs(dragState.value.end.y - dragState.value.start.y)}px`
1384
1384
  })
1385
1385
  }, [
1386
- createElementVNode("div", _hoisted_8$a, toDisplayString(dragState.value.startTime ? unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + toDisplayString(dragState.value.endTime ? unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
1386
+ createElementVNode("div", _hoisted_8$9, toDisplayString(dragState.value.startTime ? unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + toDisplayString(dragState.value.endTime ? unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
1387
1387
  ], 4)) : createCommentVNode("", true)
1388
1388
  ], 512)
1389
1389
  ]),
@@ -1392,12 +1392,12 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
1392
1392
  };
1393
1393
  }
1394
1394
  });
1395
- const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-2d5bca17"]]);
1396
- const _hoisted_1$X = { class: "calendar" };
1395
+ const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-2d5bca17"]]);
1396
+ const _hoisted_1$W = { class: "calendar" };
1397
1397
  const _hoisted_2$I = { class: "flex m_block m_pb-1" };
1398
1398
  const _hoisted_3$B = { class: "txt-light my-0" };
1399
- const _hoisted_4$o = { class: "ms-auto flex gap-025" };
1400
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
1399
+ const _hoisted_4$n = { class: "ms-auto flex gap-025" };
1400
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
1401
1401
  __name: "Index",
1402
1402
  props: {
1403
1403
  events: { default: () => [] },
@@ -1489,14 +1489,14 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
1489
1489
  emit2("ready", state2.value);
1490
1490
  });
1491
1491
  return (_ctx, _cache) => {
1492
- return openBlock(), createElementBlock("div", _hoisted_1$X, [
1492
+ return openBlock(), createElementBlock("div", _hoisted_1$W, [
1493
1493
  createElementVNode("div", _hoisted_2$I, [
1494
1494
  createElementVNode("h3", _hoisted_3$B, [
1495
1495
  createElementVNode("b", null, toDisplayString(unref(fmtDate)(currentDate.value, { fmt: "MMMM" })), 1),
1496
1496
  createTextVNode(" " + toDisplayString(unref(fmtDate)(currentDate.value, { fmt: "YYYY" })), 1)
1497
1497
  ]),
1498
- createElementVNode("div", _hoisted_4$o, [
1499
- createVNode(unref(_sfc_main$_), {
1498
+ createElementVNode("div", _hoisted_4$n, [
1499
+ createVNode(unref(_sfc_main$Z), {
1500
1500
  thin: "",
1501
1501
  value: currentView.value,
1502
1502
  iconEnd: "keyboard_arrow_down",
@@ -1567,12 +1567,12 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
1567
1567
  };
1568
1568
  }
1569
1569
  });
1570
- const Index = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-840b6594"]]);
1571
- const _hoisted_1$W = {
1570
+ const Index = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-840b6594"]]);
1571
+ const _hoisted_1$V = {
1572
1572
  key: 0,
1573
1573
  class: "card_label"
1574
1574
  };
1575
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
1575
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
1576
1576
  __name: "Card",
1577
1577
  props: {
1578
1578
  label: {},
@@ -1601,7 +1601,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
1601
1601
  }])
1602
1602
  }, {
1603
1603
  default: withCtx(() => [
1604
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$W, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
1604
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$V, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
1605
1605
  renderSlot(_ctx.$slots, "default")
1606
1606
  ]),
1607
1607
  _: 3
@@ -1611,7 +1611,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
1611
1611
  };
1612
1612
  }
1613
1613
  });
1614
- const _hoisted_1$V = ["dir"];
1614
+ const _hoisted_1$U = ["dir"];
1615
1615
  const _hoisted_2$H = {
1616
1616
  key: 0,
1617
1617
  class: "dots"
@@ -1619,7 +1619,7 @@ const _hoisted_2$H = {
1619
1619
  const _hoisted_3$A = ["onClick"];
1620
1620
  const GAP_PERCENT = 1;
1621
1621
  const VELOCITY_SAMPLE_DURATION = 100;
1622
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
1622
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
1623
1623
  __name: "Carousel",
1624
1624
  props: {
1625
1625
  autoHeight: { type: Boolean, default: false },
@@ -2084,11 +2084,11 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
2084
2084
  }, void 0, true)
2085
2085
  ])
2086
2086
  ], 2)
2087
- ], 8, _hoisted_1$V);
2087
+ ], 8, _hoisted_1$U);
2088
2088
  };
2089
2089
  }
2090
2090
  });
2091
- const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-406c405d"]]);
2091
+ const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-406c405d"]]);
2092
2092
  function _isPlaceholder(a2) {
2093
2093
  return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
2094
2094
  }
@@ -6999,7 +6999,7 @@ const _hoisted_4$2$1 = {
6999
6999
  };
7000
7000
  const _hoisted_5$2$1 = ["x1", "y1", "x2", "y2"];
7001
7001
  const _hoisted_6$2$1 = ["x1", "y1", "x2", "y2"];
7002
- const _hoisted_7$f = ["x1", "y1", "x2", "y2"];
7002
+ const _hoisted_7$e = ["x1", "y1", "x2", "y2"];
7003
7003
  function render$5(_ctx, _cache, $props, $setup, $data, $options) {
7004
7004
  return _ctx.data.length ? (openBlock(), createElementBlock("g", {
7005
7005
  key: 0,
@@ -7055,7 +7055,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
7055
7055
  y1: _ctx.canvas.y,
7056
7056
  x2: _ctx.canvas.width - 1,
7057
7057
  y2: _ctx.canvas.height
7058
- }, null, 8, _hoisted_7$f)
7058
+ }, null, 8, _hoisted_7$e)
7059
7059
  ])
7060
7060
  ], 8, _hoisted_1$4$1)) : createCommentVNode("v-if", true);
7061
7061
  }
@@ -7923,9 +7923,9 @@ const _hoisted_1$1$1 = {
7923
7923
  };
7924
7924
  const _hoisted_2$1$1 = ["width", "height", "viewBox"];
7925
7925
  const _hoisted_3$z = { class: "layer-rectangles" };
7926
- const _hoisted_4$n = ["transform", "onMouseover"];
7927
- const _hoisted_5$n = ["width", "height"];
7928
- const _hoisted_6$j = {
7926
+ const _hoisted_4$m = ["transform", "onMouseover"];
7927
+ const _hoisted_5$m = ["width", "height"];
7928
+ const _hoisted_6$i = {
7929
7929
  x: 0 + 10,
7930
7930
  y: 0 + 20,
7931
7931
  "font-size": `15px`,
@@ -7961,21 +7961,21 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
7961
7961
  y: 0,
7962
7962
  width: r2.width,
7963
7963
  height: r2.height
7964
- }), null, 16, _hoisted_5$n),
7964
+ }), null, 16, _hoisted_5$m),
7965
7965
  renderSlot(_ctx.$slots, "text", {
7966
7966
  r: r2,
7967
7967
  selected: _ctx.selected === i2
7968
7968
  }, () => [
7969
7969
  createElementVNode(
7970
7970
  "text",
7971
- _hoisted_6$j,
7971
+ _hoisted_6$i,
7972
7972
  toDisplayString(r2.data.name),
7973
7973
  1
7974
7974
  /* TEXT */
7975
7975
  )
7976
7976
  ])
7977
7977
  ])
7978
- ], 42, _hoisted_4$n);
7978
+ ], 42, _hoisted_4$m);
7979
7979
  }),
7980
7980
  128
7981
7981
  /* KEYED_FRAGMENT */
@@ -8032,13 +8032,13 @@ var script = defineComponent({
8032
8032
  return { bar, canvas, direction, mouse };
8033
8033
  }
8034
8034
  });
8035
- const _hoisted_1$U = {
8035
+ const _hoisted_1$T = {
8036
8036
  key: 0,
8037
8037
  class: "layer-hover-bar"
8038
8038
  };
8039
8039
  const _hoisted_2$G = ["x", "y", "width", "height"];
8040
8040
  function render(_ctx, _cache, $props, $setup, $data, $options) {
8041
- return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$U, [
8041
+ return _ctx.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$T, [
8042
8042
  createElementVNode("rect", mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
8043
8043
  x: _ctx.bar.x,
8044
8044
  y: _ctx.bar.y,
@@ -8050,7 +8050,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
8050
8050
  script.render = render;
8051
8051
  script.__file = "src/components/HoverBar/index.vue";
8052
8052
  const BRAND_COLOR = "var(--bgl-primary)";
8053
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
8053
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
8054
8054
  __name: "Lineart",
8055
8055
  props: {
8056
8056
  data: {},
@@ -8218,8 +8218,8 @@ ${indent}}`;
8218
8218
  text: TextInput,
8219
8219
  textarea: TextInput,
8220
8220
  number: NumberInput,
8221
- array: _sfc_main$V,
8222
- color: _sfc_main$R,
8221
+ array: _sfc_main$U,
8222
+ color: _sfc_main$Q,
8223
8223
  tel: TelInput,
8224
8224
  select: SelectInput,
8225
8225
  toggle: ToggleInput,
@@ -8227,9 +8227,9 @@ ${indent}}`;
8227
8227
  richtext: RichText,
8228
8228
  upload: UploadInput,
8229
8229
  file: UploadInput,
8230
- date: _sfc_main$P,
8230
+ date: _sfc_main$O,
8231
8231
  tabs: TabsNav,
8232
- form: _sfc_main$X,
8232
+ form: _sfc_main$W,
8233
8233
  range: RangeInput,
8234
8234
  email: EmailInput
8235
8235
  };
@@ -8388,7 +8388,7 @@ function useTableData(options) {
8388
8388
  function resolveSchema() {
8389
8389
  try {
8390
8390
  schemaState.value = "loading";
8391
- const dataValue = options.data.value || [];
8391
+ const dataValue = toValue(options.data) || [];
8392
8392
  const schema = useBglSchema({
8393
8393
  schema: toValue(options.schema),
8394
8394
  columns: toValue(options.columns),
@@ -8462,12 +8462,11 @@ function useTableData(options) {
8462
8462
  }
8463
8463
  const computedSortField = computed(() => sortField.value ? `_transformed_${sortField.value}` : "");
8464
8464
  const computedData = computed(() => {
8465
- const currentData = options.data.value || [];
8465
+ const currentData = toValue(options.data) || [];
8466
8466
  if (!Array.isArray(currentData) || currentData.length === 0) {
8467
8467
  return [];
8468
8468
  }
8469
- const useServerSortValue = computed(() => toValue(options.useServerSort));
8470
- if (!sortField.value || useServerSortValue.value === true) {
8469
+ if (!sortField.value || toValue(options.useServerSort) === true) {
8471
8470
  return currentData.map(transform);
8472
8471
  }
8473
8472
  return currentData.map(transform).sort((a2, z2) => {
@@ -8512,19 +8511,19 @@ function useTableData(options) {
8512
8511
  schemaState: computed(() => schemaState.value)
8513
8512
  };
8514
8513
  }
8515
- const _hoisted_1$T = { class: "data-preview" };
8514
+ const _hoisted_1$S = { class: "data-preview" };
8516
8515
  const _hoisted_2$F = {
8517
8516
  key: 1,
8518
8517
  class: "empty-preview"
8519
8518
  };
8520
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
8519
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
8521
8520
  __name: "DataPreview",
8522
8521
  props: {
8523
8522
  modelValue: {},
8524
8523
  includeUnset: { type: Boolean },
8525
8524
  schema: {},
8526
8525
  columns: {},
8527
- useServerSort: {},
8526
+ useServerSort: { type: Boolean },
8528
8527
  selectable: { type: Boolean },
8529
8528
  onLastItemVisible: { type: Function }
8530
8529
  },
@@ -8559,7 +8558,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
8559
8558
  onUpdateModelValue: void 0
8560
8559
  });
8561
8560
  return (_ctx, _cache) => {
8562
- return openBlock(), createElementBlock("div", _hoisted_1$T, [
8561
+ return openBlock(), createElementBlock("div", _hoisted_1$S, [
8563
8562
  unref(computedSchema) && unref(computedSchema).length > 0 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(computedSchema), (field) => {
8564
8563
  return openBlock(), createBlock(resolveDynamicComponent(unref(renderField)(field, unref(slots))), {
8565
8564
  key: field.id
@@ -8569,7 +8568,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
8569
8568
  };
8570
8569
  }
8571
8570
  });
8572
- const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-d084907a"]]);
8571
+ const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-d084907a"]]);
8573
8572
  function useTableSelection(options) {
8574
8573
  const allSelectorEl = ref();
8575
8574
  const computedSelectedItems = computed(() => options.selectedItems.value);
@@ -9501,26 +9500,26 @@ function useTableVirtualization(options) {
9501
9500
  registerLastItemObserver
9502
9501
  };
9503
9502
  }
9504
- const _hoisted_1$S = {
9503
+ const _hoisted_1$R = {
9505
9504
  key: 0,
9506
9505
  class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
9507
9506
  };
9508
9507
  const _hoisted_2$E = { class: "infinite-wrapper" };
9509
9508
  const _hoisted_3$y = { class: "row first-row" };
9510
- const _hoisted_4$m = { key: 0 };
9511
- const _hoisted_5$m = ["onClick"];
9512
- const _hoisted_6$i = { class: "flex" };
9513
- const _hoisted_7$e = ["onClick"];
9514
- const _hoisted_8$9 = { key: 0 };
9509
+ const _hoisted_4$l = { key: 0 };
9510
+ const _hoisted_5$l = ["onClick"];
9511
+ const _hoisted_6$h = { class: "flex" };
9512
+ const _hoisted_7$d = ["onClick"];
9513
+ const _hoisted_8$8 = { key: 0 };
9515
9514
  const _hoisted_9$6 = ["value"];
9516
- const _hoisted_10$6 = { key: 1 };
9517
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9515
+ const _hoisted_10$5 = { key: 1 };
9516
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
9518
9517
  __name: "DataTable",
9519
9518
  props: /* @__PURE__ */ mergeModels({
9520
9519
  data: {},
9521
9520
  schema: {},
9522
9521
  columns: {},
9523
- useServerSort: {},
9522
+ useServerSort: { type: Boolean },
9524
9523
  selectable: { type: Boolean },
9525
9524
  onLastItemVisible: { type: Function }
9526
9525
  }, {
@@ -9534,7 +9533,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9534
9533
  emits: /* @__PURE__ */ mergeModels(["orderBy", "select", "lastItemVisible"], ["update:loading", "update:itemHeight", "update:selectedItems"]),
9535
9534
  setup(__props, { emit: __emit }) {
9536
9535
  useCssVars((_ctx) => ({
9537
- "4c16a687": unref(computedItemHeight)
9536
+ "25c2d418": unref(computedItemHeight)
9538
9537
  }));
9539
9538
  const props2 = __props;
9540
9539
  const emit2 = __emit;
@@ -9542,10 +9541,6 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9542
9541
  const loading = useModel(__props, "loading");
9543
9542
  const itemHeight = useModel(__props, "itemHeight");
9544
9543
  const selectedItems = useModel(__props, "selectedItems");
9545
- const data2 = computed(() => props2.data);
9546
- const schema = computed(() => props2.schema);
9547
- const columns = computed(() => props2.columns);
9548
- const useServerSort = computed(() => props2.useServerSort);
9549
9544
  const {
9550
9545
  computedSchema,
9551
9546
  computedData,
@@ -9554,10 +9549,10 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9554
9549
  toggleSort,
9555
9550
  cleanTransformedData
9556
9551
  } = useTableData({
9557
- data: data2,
9558
- schema,
9559
- columns,
9560
- useServerSort,
9552
+ data: computed(() => props2.data),
9553
+ schema: computed(() => toValue(props2.schema)),
9554
+ columns: computed(() => toValue(props2.columns)),
9555
+ useServerSort: computed(() => toValue(props2.useServerSort)),
9561
9556
  onSort: (field, direction) => {
9562
9557
  emit2("orderBy", `${field.trim()} ${direction.trim()}`);
9563
9558
  }
@@ -9634,7 +9629,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9634
9629
  return openBlock(), createElementBlock("div", mergeProps({ class: "table-list-wrap h-100" }, unref(containerProps), {
9635
9630
  class: { "loading-table": showLoading.value }
9636
9631
  }), [
9637
- showLoading.value ? (openBlock(), createElementBlock("div", _hoisted_1$S, _cache[4] || (_cache[4] = [
9632
+ showLoading.value ? (openBlock(), createElementBlock("div", _hoisted_1$R, _cache[4] || (_cache[4] = [
9638
9633
  createElementVNode("div", { class: "loading-table-animation fixed oval top-7" }, null, -1)
9639
9634
  ]))) : createCommentVNode("", true),
9640
9635
  createElementVNode("div", mergeProps(unref(wrapperProps), {
@@ -9642,7 +9637,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9642
9637
  }), [
9643
9638
  createElementVNode("table", _hoisted_2$E, [
9644
9639
  createElementVNode("thead", _hoisted_3$y, [
9645
- unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_4$m, [
9640
+ unref(isSelectable) ? (openBlock(), createElementBlock("th", _hoisted_4$l, [
9646
9641
  createElementVNode("input", {
9647
9642
  ref_key: "allSelectorEl",
9648
9643
  ref: allSelectorEl,
@@ -9658,7 +9653,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9658
9653
  class: "col",
9659
9654
  onClick: ($event) => unref(toggleSort)((field == null ? void 0 : field.id) || "")
9660
9655
  }, [
9661
- createElementVNode("div", _hoisted_6$i, [
9656
+ createElementVNode("div", _hoisted_6$h, [
9662
9657
  createTextVNode(toDisplayString(field.label || unref(keyToLabel)(field == null ? void 0 : field.id)) + " ", 1),
9663
9658
  createElementVNode("div", {
9664
9659
  class: normalizeClass(["list-arrows", { sorted: unref(sortField) === (field == null ? void 0 : field.id) }])
@@ -9669,7 +9664,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9669
9664
  }, null, 8, ["class"])
9670
9665
  ], 2)
9671
9666
  ])
9672
- ], 8, _hoisted_5$m);
9667
+ ], 8, _hoisted_5$l);
9673
9668
  }), 128))
9674
9669
  ]),
9675
9670
  createElementVNode("tbody", null, [
@@ -9679,7 +9674,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9679
9674
  class: normalizeClass(["row row-item position-relative", { selected: (row == null ? void 0 : row.id) && unref(computedSelectedItems).includes(row.id) }]),
9680
9675
  onClick: ($event) => unref(toggleSelectItem)(row)
9681
9676
  }, [
9682
- unref(isSelectable) ? (openBlock(), createElementBlock("td", _hoisted_8$9, [
9677
+ unref(isSelectable) ? (openBlock(), createElementBlock("td", _hoisted_8$8, [
9683
9678
  createElementVNode("div", {
9684
9679
  onClick: _cache[3] || (_cache[3] = withModifiers(() => {
9685
9680
  }, ["stop"]))
@@ -9703,12 +9698,12 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9703
9698
  key: 0,
9704
9699
  row,
9705
9700
  field
9706
- }, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10$6, [
9701
+ }, void 0, true) : (openBlock(), createElementBlock("div", _hoisted_10$5, [
9707
9702
  (openBlock(), createBlock(resolveDynamicComponent(renderFieldForRow(field, row))))
9708
9703
  ]))
9709
9704
  ]);
9710
9705
  }), 128))
9711
- ], 10, _hoisted_7$e);
9706
+ ], 10, _hoisted_7$d);
9712
9707
  }), 128)),
9713
9708
  props2.onLastItemVisible !== void 0 ? (openBlock(), createElementBlock("tr", {
9714
9709
  key: 0,
@@ -9723,7 +9718,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
9723
9718
  };
9724
9719
  }
9725
9720
  });
9726
- const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-979bbdcd"]]);
9721
+ const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f795f660"]]);
9727
9722
  function useDraggable(options = {}) {
9728
9723
  const isDragging = ref(false);
9729
9724
  const dragElement = ref(null);
@@ -10198,7 +10193,7 @@ function useDraggable(options = {}) {
10198
10193
  initDraggableContainer
10199
10194
  };
10200
10195
  }
10201
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
10196
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
10202
10197
  __name: "Draggable",
10203
10198
  props: {
10204
10199
  modelValue: {},
@@ -10272,16 +10267,17 @@ const vDraggable = {
10272
10267
  }
10273
10268
  }
10274
10269
  };
10275
- const _hoisted_1$R = {
10270
+ const _hoisted_1$Q = {
10276
10271
  key: 0,
10277
10272
  class: "drag-overlay"
10278
10273
  };
10279
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
10274
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
10280
10275
  __name: "DragOver",
10281
10276
  props: {
10282
10277
  multiple: { type: Boolean },
10283
10278
  accept: {},
10284
- disabled: { type: Boolean }
10279
+ disabled: { type: Boolean },
10280
+ browse: { type: Boolean }
10285
10281
  },
10286
10282
  emits: ["addFiles"],
10287
10283
  setup(__props, { emit: __emit }) {
@@ -10310,6 +10306,24 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
10310
10306
  isDragging.value = false;
10311
10307
  }
10312
10308
  }
10309
+ function handleClick(e) {
10310
+ if (!props2.browse || props2.disabled) {
10311
+ return;
10312
+ }
10313
+ e.preventDefault();
10314
+ e.stopPropagation();
10315
+ const input = document.createElement("input");
10316
+ input.type = "file";
10317
+ input.multiple = !!props2.multiple;
10318
+ input.accept = props2.accept || "*";
10319
+ input.onchange = (e22) => {
10320
+ const { files: files2 } = e22.target;
10321
+ if (files2) {
10322
+ emit2("addFiles", files2);
10323
+ }
10324
+ };
10325
+ input.click();
10326
+ }
10313
10327
  function handleDrop(e) {
10314
10328
  if (props2.disabled) return;
10315
10329
  e.preventDefault();
@@ -10328,17 +10342,18 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
10328
10342
  onDragenter: handleDragEnter,
10329
10343
  onDragover: handleDragOver,
10330
10344
  onDragleave: handleDragLeave,
10331
- onDrop: handleDrop
10345
+ onDrop: handleDrop,
10346
+ onClick: handleClick
10332
10347
  }, [
10333
10348
  renderSlot(_ctx.$slots, "default", {}, void 0, true),
10334
- isDragging.value && !_ctx.disabled ? (openBlock(), createElementBlock("div", _hoisted_1$R, _cache[0] || (_cache[0] = [
10349
+ isDragging.value && !_ctx.disabled ? (openBlock(), createElementBlock("div", _hoisted_1$Q, _cache[0] || (_cache[0] = [
10335
10350
  createElementVNode("div", { class: "drag-message" }, " Drop files here to upload ", -1)
10336
10351
  ]))) : createCommentVNode("", true)
10337
10352
  ], 34);
10338
10353
  };
10339
10354
  }
10340
10355
  });
10341
- const DragOver = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-efa2a825"]]);
10356
+ const DragOver = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-b8085ae2"]]);
10342
10357
  const sides = ["top", "right", "bottom", "left"];
10343
10358
  const alignments = ["start", "end"];
10344
10359
  const placements = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
@@ -12885,7 +12900,7 @@ const Gt = {
12885
12900
  install: Ct,
12886
12901
  options: h
12887
12902
  };
12888
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
12903
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
12889
12904
  __name: "Dropdown",
12890
12905
  props: /* @__PURE__ */ mergeModels({
12891
12906
  value: {},
@@ -12979,9 +12994,9 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
12979
12994
  };
12980
12995
  }
12981
12996
  });
12982
- const _hoisted_1$Q = { class: "px-1 pt-025 pb-1" };
12997
+ const _hoisted_1$P = { class: "px-1 pt-025 pb-1" };
12983
12998
  const _hoisted_2$D = { class: "ms-1" };
12984
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
12999
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
12985
13000
  __name: "FieldSetVue",
12986
13001
  props: {
12987
13002
  label: {},
@@ -12989,15 +13004,15 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
12989
13004
  },
12990
13005
  setup(__props) {
12991
13006
  return (_ctx, _cache) => {
12992
- return openBlock(), createElementBlock("fieldset", _hoisted_1$Q, [
13007
+ return openBlock(), createElementBlock("fieldset", _hoisted_1$P, [
12993
13008
  createElementVNode("legend", _hoisted_2$D, toDisplayString(_ctx.legend || _ctx.label), 1),
12994
13009
  renderSlot(_ctx.$slots, "default", {}, void 0, true)
12995
13010
  ]);
12996
13011
  };
12997
13012
  }
12998
13013
  });
12999
- const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-f7e758e5"]]);
13000
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
13014
+ const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-f7e758e5"]]);
13015
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
13001
13016
  __name: "Flag",
13002
13017
  props: {
13003
13018
  country: {},
@@ -13027,7 +13042,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
13027
13042
  };
13028
13043
  }
13029
13044
  });
13030
- const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-f99f1900"]]);
13045
+ const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-f99f1900"]]);
13031
13046
  function getBaseField(id, labelOrRest = {}, rest = {}) {
13032
13047
  if (typeof labelOrRest === "object") return { id, ...labelOrRest };
13033
13048
  return { id, label: labelOrRest, ...rest };
@@ -13534,7 +13549,7 @@ function downloadFile(source, fileName) {
13534
13549
  link.click();
13535
13550
  document.body.removeChild(link);
13536
13551
  }
13537
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
13552
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13538
13553
  __name: "BagelForm",
13539
13554
  props: {
13540
13555
  modelValue: { default: void 0 },
@@ -13667,20 +13682,20 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
13667
13682
  };
13668
13683
  }
13669
13684
  });
13670
- const _hoisted_1$P = { class: "bgl-multi-step-form" };
13685
+ const _hoisted_1$O = { class: "bgl-multi-step-form" };
13671
13686
  const _hoisted_2$C = {
13672
13687
  key: 0,
13673
13688
  class: "bgl-step-progress"
13674
13689
  };
13675
13690
  const _hoisted_3$x = { class: "bgl-steps-indicator" };
13676
- const _hoisted_4$l = ["onClick"];
13677
- const _hoisted_5$l = {
13691
+ const _hoisted_4$k = ["onClick"];
13692
+ const _hoisted_5$k = {
13678
13693
  key: 0,
13679
13694
  class: "bgl-step-label"
13680
13695
  };
13681
- const _hoisted_6$h = { class: "bgl-form-wrapper" };
13682
- const _hoisted_7$d = { class: "bgl-step-controls" };
13683
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
13696
+ const _hoisted_6$g = { class: "bgl-form-wrapper" };
13697
+ const _hoisted_7$c = { class: "bgl-step-controls" };
13698
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
13684
13699
  __name: "BglMultiStepForm",
13685
13700
  props: /* @__PURE__ */ mergeModels({
13686
13701
  bagelFormProps: { default: () => ({}) },
@@ -13845,7 +13860,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13845
13860
  prevStep
13846
13861
  });
13847
13862
  return (_ctx, _cache) => {
13848
- return openBlock(), createElementBlock("div", _hoisted_1$P, [
13863
+ return openBlock(), createElementBlock("div", _hoisted_1$O, [
13849
13864
  _ctx.showProgress ? (openBlock(), createElementBlock("div", _hoisted_2$C, [
13850
13865
  renderSlot(_ctx.$slots, "progress", normalizeProps(guardReactiveProps({
13851
13866
  currentStep: currentStep.value,
@@ -13867,13 +13882,13 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13867
13882
  onClick: ($event) => props2.allowStepNavigation && goToStep(index2)
13868
13883
  }, [
13869
13884
  createElementVNode("span", null, toDisplayString(index2 + 1), 1),
13870
- props2.stepLabels && props2.stepLabels[index2] ? (openBlock(), createElementBlock("span", _hoisted_5$l, toDisplayString(props2.stepLabels[index2]), 1)) : createCommentVNode("", true)
13871
- ], 10, _hoisted_4$l);
13885
+ props2.stepLabels && props2.stepLabels[index2] ? (openBlock(), createElementBlock("span", _hoisted_5$k, toDisplayString(props2.stepLabels[index2]), 1)) : createCommentVNode("", true)
13886
+ ], 10, _hoisted_4$k);
13872
13887
  }), 128))
13873
13888
  ])
13874
13889
  ], true)
13875
13890
  ])) : createCommentVNode("", true),
13876
- createElementVNode("div", _hoisted_6$h, [
13891
+ createElementVNode("div", _hoisted_6$g, [
13877
13892
  createVNode(Transition, {
13878
13893
  name: slideDirection.value === "right" ? "slide-right" : "slide-left",
13879
13894
  mode: "out-in"
@@ -13885,7 +13900,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13885
13900
  ref: formContainer,
13886
13901
  class: "bgl-form-container"
13887
13902
  }, [
13888
- createVNode(unref(_sfc_main$X), mergeProps({
13903
+ createVNode(unref(_sfc_main$W), mergeProps({
13889
13904
  ref_key: "formRef",
13890
13905
  ref: formRef,
13891
13906
  modelValue: formData.value,
@@ -13911,7 +13926,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13911
13926
  ]),
13912
13927
  _: 3
13913
13928
  }, 8, ["name"]),
13914
- createElementVNode("div", _hoisted_7$d, [
13929
+ createElementVNode("div", _hoisted_7$c, [
13915
13930
  renderSlot(_ctx.$slots, "steppers", normalizeProps(guardReactiveProps({
13916
13931
  prevStep,
13917
13932
  nextStep,
@@ -13944,8 +13959,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
13944
13959
  };
13945
13960
  }
13946
13961
  });
13947
- const BglMultiStepForm = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-2b84dfc5"]]);
13948
- const _hoisted_1$O = {
13962
+ const BglMultiStepForm = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-2b84dfc5"]]);
13963
+ const _hoisted_1$N = {
13949
13964
  key: 0,
13950
13965
  class: "label mb-05"
13951
13966
  };
@@ -13954,16 +13969,16 @@ const _hoisted_3$w = {
13954
13969
  key: 0,
13955
13970
  class: "flex-center h-300px"
13956
13971
  };
13957
- const _hoisted_4$k = {
13972
+ const _hoisted_4$j = {
13958
13973
  key: 1,
13959
13974
  class: "py-1"
13960
13975
  };
13961
- const _hoisted_5$k = {
13976
+ const _hoisted_5$j = {
13962
13977
  key: 0,
13963
13978
  class: "minimizedText txt14 p-025 opacity-7"
13964
13979
  };
13965
- const _hoisted_6$g = { class: "bg-gray-80 -my-05 px-025 pt-065 pb-05 txt-center space-between flex column" };
13966
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
13980
+ const _hoisted_6$f = { class: "bg-gray-80 -my-05 px-025 pt-065 pb-05 txt-center space-between flex column" };
13981
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
13967
13982
  __name: "FieldArray",
13968
13983
  props: {
13969
13984
  el: { default: "div" },
@@ -13989,7 +14004,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
13989
14004
  setup(__props, { emit: __emit }) {
13990
14005
  const props2 = __props;
13991
14006
  const emit2 = __emit;
13992
- const BagelFormFA = _sfc_main$X;
14007
+ const BagelFormFA = _sfc_main$W;
13993
14008
  const minimizedItems = ref([]);
13994
14009
  const internalData = ref(props2.modelValue || []);
13995
14010
  const schemaState = ref("loaded");
@@ -14050,7 +14065,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14050
14065
  return openBlock(), createElementBlock("div", {
14051
14066
  class: normalizeClass(props2.class)
14052
14067
  }, [
14053
- _ctx.label ? (openBlock(), createElementBlock("p", _hoisted_1$O, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
14068
+ _ctx.label ? (openBlock(), createElementBlock("p", _hoisted_1$N, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
14054
14069
  createElementVNode("div", _hoisted_2$B, [
14055
14070
  schemaState.value !== "loaded" ? (openBlock(), createElementBlock("div", _hoisted_3$w, [
14056
14071
  schemaState.value === "loading" ? (openBlock(), createBlock(unref(Loading), { key: 0 })) : schemaState.value === "error" ? (openBlock(), createBlock(unref(_sfc_main$v), {
@@ -14058,7 +14073,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14058
14073
  icon: "error",
14059
14074
  color: "red"
14060
14075
  })) : createCommentVNode("", true)
14061
- ])) : !canRenderItems.value ? (openBlock(), createElementBlock("div", _hoisted_4$k, _cache[0] || (_cache[0] = [
14076
+ ])) : !canRenderItems.value ? (openBlock(), createElementBlock("div", _hoisted_4$j, _cache[0] || (_cache[0] = [
14062
14077
  createElementVNode("p", { class: "opacity-7" }, " No schema available ", -1)
14063
14078
  ]))) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
14064
14079
  (openBlock(true), createElementBlock(Fragment, null, renderList(internalData.value, (item, i2) => {
@@ -14068,13 +14083,13 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14068
14083
  thin: "",
14069
14084
  class: normalizeClass(["mb-05 itemBox transition ps-05 pb-025 pt-025 radius-05 gap-05 overflow-hidden", { minimized: minimizedItems.value[i2] }])
14070
14085
  }, [
14071
- minimizedItems.value[i2] ? (openBlock(), createElementBlock("p", _hoisted_5$k, toDisplayString(_ctx.label) + " " + toDisplayString(i2 + 1), 1)) : (openBlock(), createBlock(unref(BagelFormFA), {
14086
+ minimizedItems.value[i2] ? (openBlock(), createElementBlock("p", _hoisted_5$j, toDisplayString(_ctx.label) + " " + toDisplayString(i2 + 1), 1)) : (openBlock(), createBlock(unref(BagelFormFA), {
14072
14087
  key: 1,
14073
14088
  "model-value": isPrimitiveType.value ? { value: item } : item,
14074
14089
  schema: unref(resolvedSchemaData),
14075
14090
  "onUpdate:modelValue": (val) => updateItem(i2, val)
14076
14091
  }, null, 8, ["model-value", "schema", "onUpdate:modelValue"])),
14077
- createElementVNode("div", _hoisted_6$g, [
14092
+ createElementVNode("div", _hoisted_6$f, [
14078
14093
  showMinimizeButton.value ? (openBlock(), createBlock(unref(Btn), {
14079
14094
  key: 0,
14080
14095
  class: "block rotate-180 txt10 opacity-7 p-025",
@@ -14113,8 +14128,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
14113
14128
  };
14114
14129
  }
14115
14130
  });
14116
- const _hoisted_1$N = { class: "primary-checkbox" };
14117
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
14131
+ const _hoisted_1$M = { class: "primary-checkbox" };
14132
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
14118
14133
  __name: "Checkbox",
14119
14134
  props: {
14120
14135
  "modelValue": { type: Boolean, ...{ default: false } },
@@ -14124,7 +14139,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
14124
14139
  setup(__props) {
14125
14140
  const val = useModel(__props, "modelValue");
14126
14141
  return (_ctx, _cache) => {
14127
- return openBlock(), createElementBlock("label", _hoisted_1$N, [
14142
+ return openBlock(), createElementBlock("label", _hoisted_1$M, [
14128
14143
  renderSlot(_ctx.$slots, "label", {}, void 0, true),
14129
14144
  withDirectives(createElementVNode("input", {
14130
14145
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
@@ -14136,11 +14151,11 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
14136
14151
  };
14137
14152
  }
14138
14153
  });
14139
- const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-73f1d9ad"]]);
14140
- const _hoisted_1$M = ["title"];
14154
+ const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-73f1d9ad"]]);
14155
+ const _hoisted_1$L = ["title"];
14141
14156
  const _hoisted_2$A = ["id", "value", "required"];
14142
14157
  const _hoisted_3$v = ["for"];
14143
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
14158
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
14144
14159
  __name: "CheckInput",
14145
14160
  props: /* @__PURE__ */ mergeModels({
14146
14161
  label: {},
@@ -14183,11 +14198,11 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
14183
14198
  createTextVNode(toDisplayString(_ctx.label), 1)
14184
14199
  ], true)
14185
14200
  ], 8, _hoisted_3$v)
14186
- ], 10, _hoisted_1$M);
14201
+ ], 10, _hoisted_1$L);
14187
14202
  };
14188
14203
  }
14189
14204
  });
14190
- const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-722373de"]]);
14205
+ const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-722373de"]]);
14191
14206
  function useHighlight() {
14192
14207
  const hljs = ref(null);
14193
14208
  const loaded = ref(false);
@@ -14241,7 +14256,7 @@ function useHighlight() {
14241
14256
  highlightCode
14242
14257
  };
14243
14258
  }
14244
- const _hoisted_1$L = {
14259
+ const _hoisted_1$K = {
14245
14260
  key: 0,
14246
14261
  class: "label"
14247
14262
  };
@@ -14250,9 +14265,9 @@ const _hoisted_3$u = {
14250
14265
  class: "code-display",
14251
14266
  wrap: ""
14252
14267
  };
14253
- const _hoisted_4$j = ["innerHTML"];
14254
- const _hoisted_5$j = ["value"];
14255
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
14268
+ const _hoisted_4$i = ["innerHTML"];
14269
+ const _hoisted_5$i = ["value"];
14270
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
14256
14271
  __name: "Index",
14257
14272
  props: {
14258
14273
  language: { default: "html" },
@@ -14313,7 +14328,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
14313
14328
  class: "code-editor-container ltr",
14314
14329
  style: normalizeStyle({ maxHeight: maxHeight.value })
14315
14330
  }, [
14316
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_1$L, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
14331
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_1$K, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
14317
14332
  unref(loaded) ? (openBlock(), createElementBlock("div", {
14318
14333
  key: 1,
14319
14334
  ref_key: "editorRef",
@@ -14322,7 +14337,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
14322
14337
  }, [
14323
14338
  createElementVNode("div", _hoisted_2$z, [
14324
14339
  createElementVNode("pre", _hoisted_3$u, [
14325
- createElementVNode("code", { innerHTML: formattedCode.value }, null, 8, _hoisted_4$j)
14340
+ createElementVNode("code", { innerHTML: formattedCode.value }, null, 8, _hoisted_4$i)
14326
14341
  ]),
14327
14342
  !_ctx.readonly ? (openBlock(), createElementBlock("textarea", {
14328
14343
  key: 0,
@@ -14334,18 +14349,18 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
14334
14349
  autocapitalize: "off",
14335
14350
  onInput: handleInput,
14336
14351
  onKeydown: handleTab
14337
- }, null, 40, _hoisted_5$j)) : createCommentVNode("", true)
14352
+ }, null, 40, _hoisted_5$i)) : createCommentVNode("", true)
14338
14353
  ])
14339
14354
  ], 512)) : createCommentVNode("", true)
14340
14355
  ], 4);
14341
14356
  };
14342
14357
  }
14343
14358
  });
14344
- const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-de01e351"]]);
14345
- const _hoisted_1$K = ["title"];
14359
+ const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-de01e351"]]);
14360
+ const _hoisted_1$J = ["title"];
14346
14361
  const _hoisted_2$y = { class: "flex bg-input rounded px-025 colorInputPickWrap" };
14347
14362
  const _hoisted_3$t = ["id", "placeholder", "required"];
14348
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
14363
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
14349
14364
  __name: "ColorInput",
14350
14365
  props: {
14351
14366
  label: {},
@@ -14405,7 +14420,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
14405
14420
  }, null, 8, ["class"])
14406
14421
  ])
14407
14422
  ])
14408
- ], 10, _hoisted_1$K);
14423
+ ], 10, _hoisted_1$J);
14409
14424
  };
14410
14425
  }
14411
14426
  });
@@ -14926,17 +14941,17 @@ class Time {
14926
14941
  return number2 < 10 ? `0${number2}` : String(number2);
14927
14942
  }
14928
14943
  }
14929
- const _hoisted_1$J = { class: "ltr flex gap-075 m_flex-wrap calendar-container justify-content-center h-100p" };
14944
+ const _hoisted_1$I = { class: "ltr flex gap-075 m_flex-wrap calendar-container justify-content-center h-100p" };
14930
14945
  const _hoisted_2$x = { class: "calendar-section m_border-none pe-05 m_p-0" };
14931
14946
  const _hoisted_3$s = { class: "flex space-between pb-1" };
14932
- const _hoisted_4$i = { class: "flex gap-05" };
14933
- const _hoisted_5$i = { class: "month-year" };
14934
- const _hoisted_6$f = {
14947
+ const _hoisted_4$h = { class: "flex gap-05" };
14948
+ const _hoisted_5$h = { class: "month-year" };
14949
+ const _hoisted_6$e = {
14935
14950
  key: 0,
14936
14951
  class: "calendar-grid grid gap-025"
14937
14952
  };
14938
- const _hoisted_7$c = ["disabled", "onClick"];
14939
- const _hoisted_8$8 = {
14953
+ const _hoisted_7$b = ["disabled", "onClick"];
14954
+ const _hoisted_8$7 = {
14940
14955
  key: 1,
14941
14956
  class: "month-grid grid gap-05 p-05"
14942
14957
  };
@@ -14944,12 +14959,12 @@ const _hoisted_9$5 = {
14944
14959
  key: 2,
14945
14960
  class: "year-grid grid gap-05 p-0"
14946
14961
  };
14947
- const _hoisted_10$5 = {
14962
+ const _hoisted_10$4 = {
14948
14963
  key: 0,
14949
14964
  class: "time-picker border-start flex column gap-1 w-120px px-025"
14950
14965
  };
14951
- const _hoisted_11$5 = { class: "flex gap-025" };
14952
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
14966
+ const _hoisted_11$4 = { class: "flex gap-025" };
14967
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
14953
14968
  __name: "DatePicker",
14954
14969
  props: {
14955
14970
  modelValue: {},
@@ -15182,7 +15197,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15182
15197
  }
15183
15198
  }
15184
15199
  return (_ctx, _cache) => {
15185
- return openBlock(), createElementBlock("div", _hoisted_1$J, [
15200
+ return openBlock(), createElementBlock("div", _hoisted_1$I, [
15186
15201
  createElementVNode("div", _hoisted_2$x, [
15187
15202
  createElementVNode("div", _hoisted_3$s, [
15188
15203
  currentView.value === "days" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
@@ -15192,7 +15207,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15192
15207
  icon: "chevron_left",
15193
15208
  onClick: unref(previousMonth)
15194
15209
  }, null, 8, ["onClick"]),
15195
- createElementVNode("div", _hoisted_4$i, [
15210
+ createElementVNode("div", _hoisted_4$h, [
15196
15211
  createVNode(unref(Btn), {
15197
15212
  flat: "",
15198
15213
  thin: "",
@@ -15229,7 +15244,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15229
15244
  icon: "chevron_left",
15230
15245
  onClick: unref(previousYear)
15231
15246
  }, null, 8, ["onClick"]),
15232
- createElementVNode("span", _hoisted_5$i, toDisplayString(unref(currentMonthValue).formatted.year), 1),
15247
+ createElementVNode("span", _hoisted_5$h, toDisplayString(unref(currentMonthValue).formatted.year), 1),
15233
15248
  createVNode(unref(Btn), {
15234
15249
  flat: "",
15235
15250
  thin: "",
@@ -15238,7 +15253,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15238
15253
  }, null, 8, ["onClick"])
15239
15254
  ], 64))
15240
15255
  ]),
15241
- currentView.value === "days" ? (openBlock(), createElementBlock("div", _hoisted_6$f, [
15256
+ currentView.value === "days" ? (openBlock(), createElementBlock("div", _hoisted_6$e, [
15242
15257
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(weekDays), (day) => {
15243
15258
  return openBlock(), createElementBlock("div", {
15244
15259
  key: day,
@@ -15258,9 +15273,9 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15258
15273
  }]),
15259
15274
  disabled: unref(isDateDisabled)(date2),
15260
15275
  onClick: ($event) => selectDate(date2)
15261
- }, toDisplayString(date2 == null ? void 0 : date2.getDate()), 11, _hoisted_7$c);
15276
+ }, toDisplayString(date2 == null ? void 0 : date2.getDate()), 11, _hoisted_7$b);
15262
15277
  }), 128))
15263
- ])) : currentView.value === "months" ? (openBlock(), createElementBlock("div", _hoisted_8$8, [
15278
+ ])) : currentView.value === "months" ? (openBlock(), createElementBlock("div", _hoisted_8$7, [
15264
15279
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(months), (month) => {
15265
15280
  return openBlock(), createBlock(unref(Btn), {
15266
15281
  key: month.value,
@@ -15284,8 +15299,8 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15284
15299
  }), 128))
15285
15300
  ]))
15286
15301
  ]),
15287
- _ctx.enableTime && currentView.value === "days" ? (openBlock(), createElementBlock("div", _hoisted_10$5, [
15288
- createElementVNode("div", _hoisted_11$5, [
15302
+ _ctx.enableTime && currentView.value === "days" ? (openBlock(), createElementBlock("div", _hoisted_10$4, [
15303
+ createElementVNode("div", _hoisted_11$4, [
15289
15304
  createVNode(unref(NumberInput), {
15290
15305
  center: "",
15291
15306
  modelValue: unref(hours),
@@ -15313,14 +15328,14 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
15313
15328
  };
15314
15329
  }
15315
15330
  });
15316
- const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-16646325"]]);
15317
- const _hoisted_1$I = ["title"];
15331
+ const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-16646325"]]);
15332
+ const _hoisted_1$H = ["title"];
15318
15333
  const _hoisted_2$w = { key: 0 };
15319
15334
  const _hoisted_3$r = {
15320
15335
  key: 0,
15321
15336
  class: "required"
15322
15337
  };
15323
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
15338
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15324
15339
  __name: "DateInput",
15325
15340
  props: /* @__PURE__ */ mergeModels({
15326
15341
  required: { type: Boolean },
@@ -15440,7 +15455,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
15440
15455
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15441
15456
  _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_3$r, "*")) : createCommentVNode("", true)
15442
15457
  ])) : createCommentVNode("", true),
15443
- createVNode(unref(_sfc_main$_), {
15458
+ createVNode(unref(_sfc_main$Z), {
15444
15459
  shown: isOpen.value,
15445
15460
  placement: "bottom-start",
15446
15461
  autoHide: false,
@@ -15495,7 +15510,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
15495
15510
  ]),
15496
15511
  _: 1
15497
15512
  }, 8, ["shown"])
15498
- ], 42, _hoisted_1$I);
15513
+ ], 42, _hoisted_1$H);
15499
15514
  };
15500
15515
  }
15501
15516
  });
@@ -15504,20 +15519,20 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
15504
15519
  const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
15505
15520
  const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
15506
15521
  const EMAIL_REGEX = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-0-9]+\.)+[a-z]{2,}))$/i;
15507
- const _hoisted_1$H = ["title"];
15522
+ const _hoisted_1$G = ["title"];
15508
15523
  const _hoisted_2$v = ["for"];
15509
15524
  const _hoisted_3$q = { class: "flex" };
15510
- const _hoisted_4$h = { key: 0 };
15511
- const _hoisted_5$h = {
15525
+ const _hoisted_4$g = { key: 0 };
15526
+ const _hoisted_5$g = {
15512
15527
  key: 1,
15513
15528
  class: "opacity-7 light"
15514
15529
  };
15515
- const _hoisted_6$e = {
15530
+ const _hoisted_6$d = {
15516
15531
  key: 3,
15517
15532
  class: "validating"
15518
15533
  };
15519
- const _hoisted_7$b = ["id", "name", "title", "placeholder", "disabled", "required"];
15520
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
15534
+ const _hoisted_7$a = ["id", "name", "title", "placeholder", "disabled", "required"];
15535
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
15521
15536
  __name: "EmailInput",
15522
15537
  props: {
15523
15538
  id: {},
@@ -15783,14 +15798,14 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15783
15798
  createElementVNode("label", { for: _ctx.id }, [
15784
15799
  createElementVNode("div", _hoisted_3$q, [
15785
15800
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
15786
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$h, "*")) : createCommentVNode("", true),
15787
- _ctx.helptext ? (openBlock(), createElementBlock("span", _hoisted_5$h, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
15801
+ _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_4$g, "*")) : createCommentVNode("", true),
15802
+ _ctx.helptext ? (openBlock(), createElementBlock("span", _hoisted_5$g, toDisplayString(_ctx.helptext), 1)) : createCommentVNode("", true),
15788
15803
  suggestedCorrection.value ? (openBlock(), createElementBlock("span", {
15789
15804
  key: 2,
15790
15805
  class: "pointer nowrap inline-block ms-auto color-red txt-10px p-0",
15791
15806
  onClick: withModifiers(applyCorrection, ["prevent"])
15792
15807
  }, " did you mean " + toDisplayString(suggestedCorrection.value) + "? ", 1)) : createCommentVNode("", true),
15793
- isValidating.value ? (openBlock(), createElementBlock("span", _hoisted_6$e, "Validating email...")) : createCommentVNode("", true)
15808
+ isValidating.value ? (openBlock(), createElementBlock("span", _hoisted_6$d, "Validating email...")) : createCommentVNode("", true)
15794
15809
  ]),
15795
15810
  withDirectives(createElementVNode("input", mergeProps({
15796
15811
  id: _ctx.id,
@@ -15810,7 +15825,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15810
15825
  onFocus: _cache[1] || (_cache[1] = //@ts-ignore
15811
15826
  (...args) => _ctx.onFocus && _ctx.onFocus(...args)),
15812
15827
  onInput: updateInputVal
15813
- }), null, 16, _hoisted_7$b), [
15828
+ }), null, 16, _hoisted_7$a), [
15814
15829
  [vModelText, unref(inputVal)],
15815
15830
  [_directive_pattern, void 0, "lower"]
15816
15831
  ]),
@@ -15824,488 +15839,14 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
15824
15839
  icon: _ctx.icon
15825
15840
  }, null, 8, ["icon"])) : createCommentVNode("", true)
15826
15841
  ], 8, _hoisted_2$v)
15827
- ], 10, _hoisted_1$H);
15828
- };
15829
- }
15830
- });
15831
- const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-e3d13caa"]]);
15832
- const _hoisted_1$G = { class: "bagel-input" };
15833
- const _hoisted_2$u = {
15834
- key: 0,
15835
- placeholder: "required",
15836
- type: "text",
15837
- required: "",
15838
- class: "pixel"
15839
- };
15840
- const _hoisted_3$p = { class: "m-05 flex opacity-7 z-99" };
15841
- const _hoisted_4$g = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
15842
- const _hoisted_5$g = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
15843
- const _hoisted_6$d = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
15844
- const _hoisted_7$a = {
15845
- key: 1,
15846
- class: "txt-gray txt-12"
15847
- };
15848
- const _hoisted_8$7 = {
15849
- key: 0,
15850
- class: "bgl-multi-preview"
15851
- };
15852
- const _hoisted_9$4 = { class: "m-0" };
15853
- const _hoisted_10$4 = { class: "no-margin multi-preview-txt" };
15854
- const _hoisted_11$4 = {
15855
- key: 0,
15856
- class: "progress"
15857
- };
15858
- const _hoisted_12$4 = {
15859
- key: 1,
15860
- class: "bgl-single-preview"
15861
- };
15862
- const _hoisted_13$3 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
15863
- const _hoisted_14$3 = {
15864
- key: 0,
15865
- class: "h-100"
15866
- };
15867
- const _hoisted_15$2 = {
15868
- key: 0,
15869
- class: "progress"
15870
- };
15871
- const _hoisted_16$2 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
15872
- const _hoisted_17$2 = { class: "pretty balance" };
15873
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
15874
- __name: "FileUpload",
15875
- props: /* @__PURE__ */ mergeModels({
15876
- label: {},
15877
- multiple: { type: Boolean },
15878
- files: {},
15879
- bindkey: { default: "id" },
15880
- modelValue: {},
15881
- width: {},
15882
- height: { default: "215px" },
15883
- topic: {},
15884
- fill: { type: Boolean },
15885
- oval: { type: Boolean },
15886
- theme: { default: "dropzone" },
15887
- accept: { default: "*" },
15888
- required: { type: Boolean },
15889
- disabled: { type: Boolean },
15890
- dropPlaceholder: {},
15891
- noFilePlaceholder: {},
15892
- btnPlaceholder: {}
15893
- }, {
15894
- "modelValue": {
15895
- default: () => []
15896
- },
15897
- "modelModifiers": {}
15898
- }),
15899
- emits: /* @__PURE__ */ mergeModels(["update:modelValue", "addFileStart"], ["update:modelValue"]),
15900
- setup(__props, { emit: __emit }) {
15901
- const emit2 = __emit;
15902
- const bindKey2 = __props.bindkey;
15903
- const bagel = useBagel();
15904
- const isImage = (str) => IMAGE_FORMATS_REGEXP.test(str);
15905
- const file_bindkeys = useModel(__props, "modelValue");
15906
- const storageFiles = ref([]);
15907
- async function fetchTopicFiles() {
15908
- const files2 = await bagel.get(`/files?topic=${__props.topic}`);
15909
- storageFiles.value.push(...files2);
15910
- }
15911
- function loadFiles() {
15912
- const ids = [file_bindkeys.value].flat().filter(Boolean);
15913
- if (!ids.length) {
15914
- storageFiles.value.splice(0, storageFiles.value.length);
15915
- return;
15916
- }
15917
- const currentIds = storageFiles.value.map((file) => file[bindKey2]);
15918
- const idsToAdd = ids.filter((id) => !currentIds.includes(id));
15919
- const idsToRemove = currentIds.filter((id) => typeof id === "string" && !ids.includes(id));
15920
- idsToRemove.forEach((id) => {
15921
- const index2 = storageFiles.value.findIndex((file) => file[bindKey2] === id);
15922
- if (index2 !== -1) storageFiles.value.splice(index2, 1);
15923
- });
15924
- if (bindKey2 === "url") {
15925
- idsToAdd.forEach((url) => {
15926
- storageFiles.value.push({ url });
15927
- });
15928
- return;
15929
- }
15930
- if (__props.multiple) {
15931
- idsToAdd.forEach((id) => {
15932
- void bagel.get(`/files/${id}`).then((file) => {
15933
- storageFiles.value.push(file);
15934
- }).catch(console.error);
15935
- });
15936
- } else {
15937
- void bagel.get(`/files/${idsToAdd[0]}`).then((file) => {
15938
- storageFiles.value.push(file);
15939
- }).catch(console.error);
15940
- }
15941
- }
15942
- onMounted(() => {
15943
- if (__props.topic) fetchTopicFiles();
15944
- if (!__props.files && [file_bindkeys.value].flat().length > 0) {
15945
- loadFiles();
15946
- }
15947
- });
15948
- watch(() => __props.topic, fetchTopicFiles);
15949
- watch(() => __props.modelValue, loadFiles);
15950
- watch(
15951
- () => __props.files,
15952
- (newFiles) => {
15953
- if (newFiles) {
15954
- const filesToAdd = [newFiles].flat().filter((f2) => !storageFiles.value.some((sf) => sf[bindKey2] === f2[bindKey2]));
15955
- for (const file of filesToAdd) {
15956
- storageFiles.value.push(file);
15957
- }
15958
- }
15959
- },
15960
- { immediate: true }
15961
- );
15962
- function compareLists(a2, b2) {
15963
- return [a2].flat().every((id) => [b2].flat().includes(id)) && [b2].flat().every((id) => [a2].flat().includes(id));
15964
- }
15965
- function updateModelValue() {
15966
- let idValue;
15967
- if (__props.multiple) {
15968
- idValue = storageFiles.value.map((f2) => f2[bindKey2]);
15969
- } else {
15970
- idValue = storageFiles.value[0][bindKey2] || "";
15971
- }
15972
- const isSame = compareLists(file_bindkeys.value, idValue);
15973
- if (!isSame) {
15974
- file_bindkeys.value = idValue;
15975
- }
15976
- }
15977
- const fileQueue = ref([]);
15978
- let isDragOver = ref(false);
15979
- function preventDefault(e) {
15980
- e.preventDefault();
15981
- e.stopPropagation();
15982
- }
15983
- const fileToUrl = (file) => URL.createObjectURL(file);
15984
- function removeFile(file) {
15985
- const index2 = storageFiles.value.indexOf(file);
15986
- storageFiles.value.splice(index2, 1);
15987
- void bagel.delete(`/static_files/${file.id}`);
15988
- updateModelValue();
15989
- }
15990
- async function flushQueue() {
15991
- emit2("addFileStart");
15992
- for (const file of fileQueue.value) {
15993
- file.uploading = true;
15994
- if (!__props.multiple) storageFiles.value.splice(0, 1);
15995
- const serverFile = await bagel.uploadFile(file.file, {
15996
- onUploadProgress: (e) => file.progress = e.progress * 100 - 1,
15997
- topic: __props.topic
15998
- });
15999
- storageFiles.value.push(serverFile);
16000
- }
16001
- fileQueue.value.splice(0, fileQueue.value.length);
16002
- updateModelValue();
16003
- }
16004
- function browse() {
16005
- if (__props.disabled) return;
16006
- const input = document.createElement("input");
16007
- input.type = "file";
16008
- input.multiple = __props.multiple;
16009
- input.accept = __props.accept;
16010
- input.onchange = (e) => {
16011
- const target = e.target;
16012
- if (target.files) {
16013
- const files2 = Array.from(target.files);
16014
- for (const file of files2) {
16015
- fileQueue.value.push({ name: file.name, file, progress: 0 });
16016
- }
16017
- }
16018
- flushQueue();
16019
- };
16020
- console.log(fileQueue.value);
16021
- input.click();
16022
- }
16023
- function dragleave(e) {
16024
- preventDefault(e);
16025
- if (e.dataTransfer) isDragOver.value = false;
16026
- else isDragOver.value = false;
16027
- }
16028
- function dragover(e) {
16029
- if (__props.disabled) return;
16030
- preventDefault(e);
16031
- if (e.dataTransfer) isDragOver.value = true;
16032
- else isDragOver.value = false;
16033
- }
16034
- function drop3(e) {
16035
- if (__props.disabled) return;
16036
- preventDefault(e);
16037
- if (e.dataTransfer) {
16038
- Array.from(e.dataTransfer.files).forEach(
16039
- (file) => fileQueue.value.push({ name: file.name, file, progress: 0 })
16040
- );
16041
- }
16042
- isDragOver.value = false;
16043
- flushQueue();
16044
- }
16045
- return (_ctx, _cache) => {
16046
- const _directive_tooltip = resolveDirective("tooltip");
16047
- const _directive_lightbox = resolveDirective("lightbox");
16048
- return openBlock(), createElementBlock("div", _hoisted_1$G, [
16049
- createElementVNode("label", null, toDisplayString(_ctx.label), 1),
16050
- _ctx.required && !storageFiles.value.length ? (openBlock(), createElementBlock("input", _hoisted_2$u)) : createCommentVNode("", true),
16051
- _ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$15), {
16052
- key: 1,
16053
- outline: "",
16054
- class: "flex p-05 gap-1",
16055
- onDragover: dragover,
16056
- onDrop: drop3
16057
- }, {
16058
- default: withCtx(() => [
16059
- !storageFiles.value.length && !fileQueue.value.length ? (openBlock(), createBlock(unref(Btn), {
16060
- key: 0,
16061
- class: "px-1-5",
16062
- icon: "upload",
16063
- outline: "",
16064
- value: _ctx.btnPlaceholder || "Upload",
16065
- onClick: browse
16066
- }, null, 8, ["value"])) : createCommentVNode("", true),
16067
- (openBlock(true), createElementBlock(Fragment, null, renderList(storageFiles.value, (file) => {
16068
- return openBlock(), createElementBlock("div", {
16069
- key: file.id,
16070
- class: "txt-gray txt-12 flex"
16071
- }, [
16072
- createElementVNode("div", _hoisted_3$p, [
16073
- withDirectives(createVNode(unref(Btn), {
16074
- color: "gray",
16075
- thin: "",
16076
- icon: "delete",
16077
- onClick: withModifiers(($event) => removeFile(file), ["stop"])
16078
- }, null, 8, ["onClick"]), [
16079
- [_directive_tooltip, "Delete"]
16080
- ]),
16081
- withDirectives(createVNode(unref(Btn), {
16082
- color: "gray",
16083
- thin: "",
16084
- icon: "autorenew",
16085
- onClick: browse
16086
- }, null, 512), [
16087
- [_directive_tooltip, "Replace"]
16088
- ]),
16089
- withDirectives(createVNode(unref(Btn), {
16090
- href: file.url,
16091
- download: file.name,
16092
- color: "gray",
16093
- thin: "",
16094
- icon: "download",
16095
- target: "_blank",
16096
- onClick: _cache[0] || (_cache[0] = withModifiers(() => {
16097
- }, ["stop"]))
16098
- }, null, 8, ["href", "download"]), [
16099
- [_directive_tooltip, "Download"]
16100
- ]),
16101
- withDirectives((openBlock(), createElementBlock("p", _hoisted_4$g, [
16102
- createTextVNode(toDisplayString(file.name), 1)
16103
- ])), [
16104
- [_directive_lightbox, { src: file.url, download: true }]
16105
- ]),
16106
- createElementVNode("div", _hoisted_5$g, [
16107
- createVNode(unref(_sfc_main$v), {
16108
- icon: "draft",
16109
- size: 1.5
16110
- }),
16111
- withDirectives((openBlock(), createElementBlock("p", _hoisted_6$d, [
16112
- createTextVNode(toDisplayString(file.name), 1)
16113
- ])), [
16114
- [_directive_lightbox, { src: file.url, download: true }]
16115
- ])
16116
- ]),
16117
- createVNode(unref(Btn), {
16118
- thin: "",
16119
- flat: "",
16120
- icon: "delete",
16121
- color: "red",
16122
- onClick: withModifiers(($event) => removeFile(file), ["stop"])
16123
- }, null, 8, ["onClick"])
16124
- ])
16125
- ]);
16126
- }), 128)),
16127
- !storageFiles.value.length && !fileQueue.value.length ? (openBlock(), createElementBlock("span", _hoisted_7$a, toDisplayString(_ctx.noFilePlaceholder || "No file selected"), 1)) : createCommentVNode("", true)
16128
- ]),
16129
- _: 1
16130
- })) : (openBlock(), createElementBlock("div", {
16131
- key: 2,
16132
- class: normalizeClass(["fileUploadWrap", {
16133
- "fileDropZone": !storageFiles.value.length && !fileQueue.value.length,
16134
- "dragover": unref(isDragOver),
16135
- "bgl_oval-upload": _ctx.oval
16136
- }]),
16137
- style: normalizeStyle({ width: _ctx.width, height: _ctx.height }),
16138
- onClick: browse,
16139
- onDragover: dragover,
16140
- onDrop: drop3,
16141
- onDragleave: dragleave
16142
- }, [
16143
- renderSlot(_ctx.$slots, "files", {
16144
- files: storageFiles.value,
16145
- fileQueue: fileQueue.value
16146
- }, () => [
16147
- _ctx.multiple ? (openBlock(), createElementBlock("div", _hoisted_8$7, [
16148
- (openBlock(true), createElementBlock(Fragment, null, renderList(storageFiles.value, (file) => {
16149
- return withDirectives((openBlock(), createElementBlock("div", {
16150
- key: file.id,
16151
- class: "multi-image-item-preview"
16152
- }, [
16153
- isImage(file.extension || file.url) ? (openBlock(), createBlock(unref(Image$1), {
16154
- key: 0,
16155
- class: "multi-preview",
16156
- src: file.url,
16157
- alt: ""
16158
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$v), {
16159
- key: 1,
16160
- icon: "draft",
16161
- class: "multi-preview"
16162
- })),
16163
- createElementVNode("p", _hoisted_9$4, toDisplayString(file.name), 1),
16164
- createVNode(unref(Btn), {
16165
- thin: "",
16166
- flat: "",
16167
- icon: "delete",
16168
- color: "red",
16169
- onClick: withModifiers(($event) => removeFile(file), ["stop"])
16170
- }, null, 8, ["onClick"])
16171
- ])), [
16172
- [_directive_lightbox, { src: file.url, download: true }]
16173
- ]);
16174
- }), 128)),
16175
- (openBlock(true), createElementBlock(Fragment, null, renderList(fileQueue.value, (fileQ) => {
16176
- return openBlock(), createElementBlock("div", {
16177
- key: fileQ.file.name,
16178
- class: "multi-image-item-preview"
16179
- }, [
16180
- isImage(fileQ.file.type) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
16181
- _ctx.multiple ? (openBlock(), createBlock(unref(Image$1), {
16182
- key: 0,
16183
- width: _ctx.width || "220",
16184
- class: "multi-preview",
16185
- src: fileToUrl(fileQ.file),
16186
- alt: ""
16187
- }, null, 8, ["width", "src"])) : createCommentVNode("", true)
16188
- ], 64)) : (openBlock(), createBlock(unref(_sfc_main$v), {
16189
- key: 1,
16190
- icon: "draft",
16191
- class: "multi-preview"
16192
- })),
16193
- createElementVNode("p", _hoisted_10$4, toDisplayString(fileQ.name), 1),
16194
- createElementVNode("div", {
16195
- class: normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
16196
- style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
16197
- }, [
16198
- fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$4, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
16199
- createVNode(unref(_sfc_main$v), {
16200
- class: "success",
16201
- icon: "check"
16202
- })
16203
- ], 6)
16204
- ]);
16205
- }), 128))
16206
- ])) : createCommentVNode("", true),
16207
- !_ctx.multiple && (storageFiles.value.length > 0 || fileQueue.value.length > 0) ? (openBlock(), createElementBlock("div", _hoisted_12$4, [
16208
- (openBlock(true), createElementBlock(Fragment, null, renderList(storageFiles.value, (file) => {
16209
- return openBlock(), createElementBlock("div", {
16210
- key: file.id,
16211
- class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
16212
- }, [
16213
- createElementVNode("div", _hoisted_13$3, [
16214
- withDirectives(createVNode(unref(Btn), {
16215
- color: "gray",
16216
- thin: "",
16217
- icon: "delete",
16218
- onClick: withModifiers(($event) => removeFile(file), ["stop"])
16219
- }, null, 8, ["onClick"]), [
16220
- [_directive_tooltip, "Delete"]
16221
- ]),
16222
- withDirectives(createVNode(unref(Btn), {
16223
- color: "gray",
16224
- thin: "",
16225
- icon: "autorenew",
16226
- onClick: browse
16227
- }, null, 512), [
16228
- [_directive_tooltip, "Replace"]
16229
- ]),
16230
- withDirectives(createVNode(unref(Btn), {
16231
- href: file.url,
16232
- download: file.name,
16233
- color: "gray",
16234
- thin: "",
16235
- icon: "download",
16236
- target: "_blank",
16237
- onClick: _cache[1] || (_cache[1] = withModifiers(() => {
16238
- }, ["stop"]))
16239
- }, null, 8, ["href", "download"]), [
16240
- [_directive_tooltip, "Download"]
16241
- ])
16242
- ]),
16243
- isImage(file.extension || file.url) ? (openBlock(), createElementBlock("div", _hoisted_14$3, [
16244
- withDirectives(createVNode(unref(Image$1), {
16245
- class: "single-preview",
16246
- src: file.url,
16247
- alt: ""
16248
- }, null, 8, ["src"]), [
16249
- [_directive_lightbox, { src: file.url, download: true }]
16250
- ])
16251
- ])) : withDirectives((openBlock(), createBlock(unref(_sfc_main$v), {
16252
- key: 1,
16253
- size: 4,
16254
- weight: "2",
16255
- icon: "draft",
16256
- class: "color-primary w-100"
16257
- }, null, 512)), [
16258
- [_directive_lightbox, { src: file.url, download: true }]
16259
- ])
16260
- ], 2);
16261
- }), 128)),
16262
- (openBlock(true), createElementBlock(Fragment, null, renderList(fileQueue.value, (fileQ) => {
16263
- return openBlock(), createElementBlock("div", {
16264
- key: fileQ.file.name,
16265
- class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
16266
- }, [
16267
- createElementVNode("div", {
16268
- class: normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
16269
- style: normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
16270
- }, [
16271
- fileQ.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$2, toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : createCommentVNode("", true),
16272
- createVNode(unref(_sfc_main$v), {
16273
- class: "success",
16274
- icon: "check"
16275
- })
16276
- ], 6),
16277
- isImage(fileQ.file.type) ? withDirectives((openBlock(), createBlock(unref(Image$1), {
16278
- key: 0,
16279
- class: "single-preview",
16280
- src: fileToUrl(fileQ.file),
16281
- alt: ""
16282
- }, null, 8, ["src"])), [
16283
- [_directive_lightbox, { src: fileToUrl(fileQ.file), download: true }]
16284
- ]) : createCommentVNode("", true)
16285
- ], 2);
16286
- }), 128))
16287
- ])) : createCommentVNode("", true)
16288
- ], true),
16289
- !storageFiles.value.length && !fileQueue.value.length || _ctx.multiple ? renderSlot(_ctx.$slots, "placeholder", {
16290
- key: 0,
16291
- files: storageFiles.value,
16292
- fileQueue: fileQueue.value,
16293
- browse
16294
- }, () => [
16295
- createElementVNode("p", _hoisted_16$2, [
16296
- createVNode(unref(_sfc_main$v), { icon: "upload_2" }),
16297
- createElementVNode("span", _hoisted_17$2, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
16298
- ])
16299
- ], true) : createCommentVNode("", true)
16300
- ], 38))
16301
- ]);
15842
+ ], 10, _hoisted_1$G);
16302
15843
  };
16303
15844
  }
16304
15845
  });
16305
- const FileUpload = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-50fd0597"]]);
15846
+ const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-e3d13caa"]]);
16306
15847
  const _hoisted_1$F = ["title"];
16307
- const _hoisted_2$t = { key: 0 };
16308
- const _hoisted_3$o = ["value", "placeholder"];
15848
+ const _hoisted_2$u = { key: 0 };
15849
+ const _hoisted_3$p = ["value", "placeholder"];
16309
15850
  const _sfc_main$M = /* @__PURE__ */ defineComponent({
16310
15851
  __name: "JSONInput",
16311
15852
  props: {
@@ -16329,7 +15870,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
16329
15870
  class: normalizeClass(["bagel-input", { small: _ctx.small }]),
16330
15871
  title: _ctx.description
16331
15872
  }, [
16332
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$t, [
15873
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$u, [
16333
15874
  createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
16334
15875
  ])) : createCommentVNode("", true),
16335
15876
  createElementVNode("textarea", {
@@ -16337,18 +15878,18 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
16337
15878
  class: normalizeClass({ "no-edit": !_ctx.editMode }),
16338
15879
  placeholder: _ctx.placeholder,
16339
15880
  onInput: handleInput
16340
- }, null, 42, _hoisted_3$o)
15881
+ }, null, 42, _hoisted_3$p)
16341
15882
  ], 10, _hoisted_1$F);
16342
15883
  };
16343
15884
  }
16344
15885
  });
16345
15886
  const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-1cbaeab2"]]);
16346
15887
  const _hoisted_1$E = ["for"];
16347
- const _hoisted_2$s = {
15888
+ const _hoisted_2$t = {
16348
15889
  key: 0,
16349
15890
  class: "block"
16350
15891
  };
16351
- const _hoisted_3$n = ["id", "placeholder", "disabled", "required", "readonly", "pattern", "onKeydown"];
15892
+ const _hoisted_3$o = ["id", "placeholder", "disabled", "required", "readonly", "pattern", "onKeydown"];
16352
15893
  const _hoisted_4$f = {
16353
15894
  key: 1,
16354
15895
  class: "opacity-7 light"
@@ -16462,7 +16003,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
16462
16003
  }])
16463
16004
  }, [
16464
16005
  createElementVNode("div", { for: _ctx.id }, [
16465
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$s, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
16006
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$t, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
16466
16007
  createElementVNode("div", {
16467
16008
  class: normalizeClass(["gap-025", { "column flex": _ctx.layout === "vertical", "flex": _ctx.layout === "horizontal" }])
16468
16009
  }, [
@@ -16497,7 +16038,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
16497
16038
  withKeys(withModifiers(increment, ["prevent"]), ["up"]),
16498
16039
  withKeys(withModifiers(decrement, ["prevent"]), ["down"])
16499
16040
  ]
16500
- }, null, 42, _hoisted_3$n), [
16041
+ }, null, 42, _hoisted_3$o), [
16501
16042
  [
16502
16043
  vModelText,
16503
16044
  unref(formattedValue),
@@ -16669,7 +16210,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
16669
16210
  });
16670
16211
  const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-ab0a46bf"]]);
16671
16212
  const _hoisted_1$C = { class: "relative passwordInput" };
16672
- const _hoisted_2$r = { class: "m-password position-bottom-end flex column justify-content-center" };
16213
+ const _hoisted_2$s = { class: "m-password position-bottom-end flex column justify-content-center" };
16673
16214
  const _sfc_main$J = /* @__PURE__ */ defineComponent({
16674
16215
  __name: "PasswordInput",
16675
16216
  props: /* @__PURE__ */ mergeModels({
@@ -16719,7 +16260,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
16719
16260
  class: "mb-0",
16720
16261
  name: props2.name
16721
16262
  }), null, 16, ["modelValue", "type", "name"]),
16722
- createElementVNode("div", _hoisted_2$r, [
16263
+ createElementVNode("div", _hoisted_2$s, [
16723
16264
  createVNode(unref(Btn), {
16724
16265
  flat: "",
16725
16266
  thin: "",
@@ -16733,8 +16274,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
16733
16274
  }
16734
16275
  });
16735
16276
  const _hoisted_1$B = ["for"];
16736
- const _hoisted_2$q = ["id", "disabled", "name", "value", "required"];
16737
- const _hoisted_3$m = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
16277
+ const _hoisted_2$r = ["id", "disabled", "name", "value", "required"];
16278
+ const _hoisted_3$n = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
16738
16279
  const _hoisted_4$e = ["src", "alt"];
16739
16280
  const _hoisted_5$e = { class: "" };
16740
16281
  const _hoisted_6$c = {
@@ -16806,10 +16347,10 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
16806
16347
  onFocus: handleFocus,
16807
16348
  onBlur: handleBlur,
16808
16349
  onChange: handleChange
16809
- }, null, 40, _hoisted_2$q), [
16350
+ }, null, 40, _hoisted_2$r), [
16810
16351
  [vModelRadio, selectedOption.value]
16811
16352
  ]),
16812
- createElementVNode("div", _hoisted_3$m, [
16353
+ createElementVNode("div", _hoisted_3$n, [
16813
16354
  opt.imgSrc ? (openBlock(), createElementBlock("img", {
16814
16355
  key: 0,
16815
16356
  class: "bg-popup shadow-light py-025 radius-05 m_w40",
@@ -16839,8 +16380,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
16839
16380
  });
16840
16381
  const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-adc49780"]]);
16841
16382
  const _hoisted_1$A = { class: "bagel-input" };
16842
- const _hoisted_2$p = { class: "pb-025" };
16843
- const _hoisted_3$l = { class: "flex gap-05 flex-wrap" };
16383
+ const _hoisted_2$q = { class: "pb-025" };
16384
+ const _hoisted_3$m = { class: "flex gap-05 flex-wrap" };
16844
16385
  const _hoisted_4$d = ["id", "name", "value", "checked"];
16845
16386
  const _hoisted_5$d = ["for"];
16846
16387
  const _sfc_main$H = /* @__PURE__ */ defineComponent({
@@ -16887,8 +16428,8 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
16887
16428
  });
16888
16429
  return (_ctx, _cache) => {
16889
16430
  return openBlock(), createElementBlock("div", _hoisted_1$A, [
16890
- createElementVNode("label", _hoisted_2$p, toDisplayString(_ctx.label), 1),
16891
- createElementVNode("div", _hoisted_3$l, [
16431
+ createElementVNode("label", _hoisted_2$q, toDisplayString(_ctx.label), 1),
16432
+ createElementVNode("div", _hoisted_3$m, [
16892
16433
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.options, (option2, index2) => {
16893
16434
  return openBlock(), createElementBlock("div", {
16894
16435
  key: index2,
@@ -16914,11 +16455,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
16914
16455
  });
16915
16456
  const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-68b4cdd0"]]);
16916
16457
  const _hoisted_1$z = ["dir"];
16917
- const _hoisted_2$o = {
16458
+ const _hoisted_2$p = {
16918
16459
  key: 0,
16919
16460
  class: "label"
16920
16461
  };
16921
- const _hoisted_3$k = { class: "range-slider relative w-100" };
16462
+ const _hoisted_3$l = { class: "range-slider relative w-100" };
16922
16463
  const _hoisted_4$c = ["id", "value", "min", "max", "step", "required", "disabled", "aria-label"];
16923
16464
  const _hoisted_5$c = ["value", "min", "max", "step", "required", "disabled"];
16924
16465
  const _hoisted_6$b = { class: "track absolute pointer-events-none overflow-hidden round" };
@@ -16987,8 +16528,8 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
16987
16528
  return openBlock(), createElementBlock("div", {
16988
16529
  dir: _ctx.rtl ? "rtl" : "ltr"
16989
16530
  }, [
16990
- props2.label ? (openBlock(), createElementBlock("label", _hoisted_2$o, toDisplayString(props2.label), 1)) : createCommentVNode("", true),
16991
- createElementVNode("div", _hoisted_3$k, [
16531
+ props2.label ? (openBlock(), createElementBlock("label", _hoisted_2$p, toDisplayString(props2.label), 1)) : createCommentVNode("", true),
16532
+ createElementVNode("div", _hoisted_3$l, [
16992
16533
  createElementVNode("input", {
16993
16534
  id: _ctx.id,
16994
16535
  value: validFrom.value,
@@ -17150,8 +16691,8 @@ const toolbarOptions = [
17150
16691
  { name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
17151
16692
  ];
17152
16693
  const _hoisted_1$y = { class: "grid grid-wrap p-05" };
17153
- const _hoisted_2$n = ["onMousemove", "onClick"];
17154
- const _hoisted_3$j = { class: "txt-center txt-12 color-gray" };
16694
+ const _hoisted_2$o = ["onMousemove", "onClick"];
16695
+ const _hoisted_3$k = { class: "txt-center txt-12 color-gray" };
17155
16696
  const fb = 1;
17156
16697
  const _sfc_main$F = /* @__PURE__ */ defineComponent({
17157
16698
  __name: "gridBox",
@@ -17201,11 +16742,11 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
17201
16742
  hoveredCol.value = col;
17202
16743
  },
17203
16744
  onClick: ($event) => emit2("select", `${row}x${col}`)
17204
- }, null, 42, _hoisted_2$n);
16745
+ }, null, 42, _hoisted_2$o);
17205
16746
  }), 128))
17206
16747
  ], 32);
17207
16748
  }), 128)),
17208
- createElementVNode("p", _hoisted_3$j, toDisplayString(hoveredRow.value) + "x" + toDisplayString(hoveredCol.value), 1)
16749
+ createElementVNode("p", _hoisted_3$k, toDisplayString(hoveredRow.value) + "x" + toDisplayString(hoveredCol.value), 1)
17209
16750
  ]);
17210
16751
  };
17211
16752
  }
@@ -17233,7 +16774,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
17233
16774
  return openBlock(), createElementBlock("div", _hoisted_1$x, [
17234
16775
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
17235
16776
  return openBlock(), createElementBlock(Fragment, { key: index2 }, [
17236
- action.name === "insertTable" ? (openBlock(), createBlock(unref(_sfc_main$_), {
16777
+ action.name === "insertTable" ? (openBlock(), createBlock(unref(_sfc_main$Z), {
17237
16778
  key: 0,
17238
16779
  placement: "bottom-start",
17239
16780
  thin: "",
@@ -18839,8 +18380,8 @@ function isNodeEmpty(node) {
18839
18380
  return brElements.length === 1 && node.childNodes.length <= 2;
18840
18381
  }
18841
18382
  const _hoisted_1$w = { class: "bagel-input" };
18842
- const _hoisted_2$m = { class: "content-area radius-05" };
18843
- const _hoisted_3$i = {
18383
+ const _hoisted_2$n = { class: "content-area radius-05" };
18384
+ const _hoisted_3$j = {
18844
18385
  key: 1,
18845
18386
  class: "flex"
18846
18387
  };
@@ -18979,7 +18520,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
18979
18520
  createElementVNode("div", {
18980
18521
  class: normalizeClass(["editor-container", { "split-view": unref(editor).state.isSplitView }])
18981
18522
  }, [
18982
- createElementVNode("div", _hoisted_2$m, [
18523
+ createElementVNode("div", _hoisted_2$n, [
18983
18524
  createElementVNode("iframe", {
18984
18525
  id: "rich-text-iframe",
18985
18526
  ref_key: "iframe",
@@ -19002,7 +18543,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
19002
18543
  height: unref(editor).state.isFullscreen ? "calc(100vh - 4rem)" : "250px"
19003
18544
  }, null, 8, ["modelValue", "height"])) : createCommentVNode("", true)
19004
18545
  ], 2),
19005
- _ctx.debug ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
18546
+ _ctx.debug ? (openBlock(), createElementBlock("div", _hoisted_3$j, [
19006
18547
  _cache[6] || (_cache[6] = createElementVNode("p", { class: "text12 txt-gray mb-0 p-0" }, " Debug ", -1)),
19007
18548
  createVNode(unref(Btn), {
19008
18549
  thin: "",
@@ -19048,8 +18589,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
19048
18589
  });
19049
18590
  const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-175a13f1"]]);
19050
18591
  const _hoisted_1$v = { key: 0 };
19051
- const _hoisted_2$l = { class: "flex gap-05" };
19052
- const _hoisted_3$h = ["disabled"];
18592
+ const _hoisted_2$m = { class: "flex gap-05" };
18593
+ const _hoisted_3$i = ["disabled"];
19053
18594
  const _hoisted_4$b = { key: 1 };
19054
18595
  const _hoisted_5$b = {
19055
18596
  key: 2,
@@ -19218,7 +18759,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19218
18759
  }
19219
18760
  });
19220
18761
  return (_ctx, _cache) => {
19221
- return openBlock(), createBlock(unref(_sfc_main$_), {
18762
+ return openBlock(), createBlock(unref(_sfc_main$Z), {
19222
18763
  ref_key: "dropdown",
19223
18764
  ref: dropdown,
19224
18765
  shown: unref(open),
@@ -19232,8 +18773,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19232
18773
  trigger: withCtx(() => [
19233
18774
  createElementVNode("label", null, [
19234
18775
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
19235
- _ctx.required ? (openBlock(), createElementBlock("span", _hoisted_1$v, "*")) : createCommentVNode("", true),
19236
- createElementVNode("div", _hoisted_2$l, [
18776
+ _ctx.required && _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$v, "*")) : createCommentVNode("", true),
18777
+ createElementVNode("div", _hoisted_2$m, [
19237
18778
  _ctx.searchable && unref(open) ? (openBlock(), createBlock(unref(TextInput), {
19238
18779
  key: 0,
19239
18780
  ref_key: "searchInput",
@@ -19280,7 +18821,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19280
18821
  key: 3,
19281
18822
  thin: ""
19282
18823
  }, { icon: unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : createCommentVNode("", true)
19283
- ], 42, _hoisted_3$h)),
18824
+ ], 42, _hoisted_3$i)),
19284
18825
  _ctx.required ? (openBlock(), createElementBlock("input", {
19285
18826
  key: 2,
19286
18827
  tabindex: "-1",
@@ -19299,7 +18840,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19299
18840
  height: "25px",
19300
18841
  class: "mx-1 my-1"
19301
18842
  })) : createCommentVNode("", true),
19302
- createVNode(unref(_sfc_main$15), {
18843
+ createVNode(unref(_sfc_main$14), {
19303
18844
  class: "p-05",
19304
18845
  style: normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" }),
19305
18846
  onClick: _cache[9] || (_cache[9] = withModifiers(() => {
@@ -19352,7 +18893,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19352
18893
  };
19353
18894
  }
19354
18895
  });
19355
- const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-c16650b4"]]);
18896
+ const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-cced5e42"]]);
19356
18897
  /*!
19357
18898
  * Signature Pad v5.0.7 | https://github.com/szimek/signature_pad
19358
18899
  * (c) 2025 Szymon Nowak | Released under the MIT license
@@ -19950,7 +19491,7 @@ class SignaturePad extends SignatureEventTarget {
19950
19491
  }
19951
19492
  }
19952
19493
  const _hoisted_1$u = ["disabled"];
19953
- const _hoisted_2$k = {
19494
+ const _hoisted_2$l = {
19954
19495
  key: 1,
19955
19496
  placeholder: "required",
19956
19497
  type: "text",
@@ -20154,7 +19695,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
20154
19695
  class: "canvas",
20155
19696
  disabled: _ctx.disabled
20156
19697
  }, null, 8, _hoisted_1$u),
20157
- _ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$k)) : createCommentVNode("", true)
19698
+ _ctx.required && unref(_isEmpty) ? (openBlock(), createElementBlock("input", _hoisted_2$l)) : createCommentVNode("", true)
20158
19699
  ], 34);
20159
19700
  };
20160
19701
  }
@@ -20366,12 +19907,12 @@ function matrix(el, selfOnly) {
20366
19907
  var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
20367
19908
  return matrixFn && new matrixFn(appliedTransforms);
20368
19909
  }
20369
- function find(ctx, tagName, iterator2) {
19910
+ function find(ctx, tagName, iterator) {
20370
19911
  if (ctx) {
20371
19912
  var list = ctx.getElementsByTagName(tagName), i2 = 0, n2 = list.length;
20372
- if (iterator2) {
19913
+ if (iterator) {
20373
19914
  for (; i2 < n2; i2++) {
20374
- iterator2(list[i2], i2);
19915
+ iterator(list[i2], i2);
20375
19916
  }
20376
19917
  }
20377
19918
  return list;
@@ -22639,8 +22180,8 @@ const VueDraggableNext = defineComponent({
22639
22180
  }
22640
22181
  });
22641
22182
  const _hoisted_1$t = ["title"];
22642
- const _hoisted_2$j = { class: "bagel-input" };
22643
- const _hoisted_3$g = { class: "table-side-scroll" };
22183
+ const _hoisted_2$k = { class: "bagel-input" };
22184
+ const _hoisted_3$h = { class: "table-side-scroll" };
22644
22185
  const _hoisted_4$a = { class: "table-header" };
22645
22186
  const _hoisted_5$a = { class: "table-reorder" };
22646
22187
  const _hoisted_6$9 = { class: "table-action" };
@@ -22709,10 +22250,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
22709
22250
  class: "table-field-wrap",
22710
22251
  title: _ctx.description
22711
22252
  }, [
22712
- createElementVNode("div", _hoisted_2$j, [
22253
+ createElementVNode("div", _hoisted_2$k, [
22713
22254
  createElementVNode("label", null, toDisplayString((_a = unref(fieldMeta)) == null ? void 0 : _a.label), 1)
22714
22255
  ]),
22715
- createElementVNode("div", _hoisted_3$g, [
22256
+ createElementVNode("div", _hoisted_3$h, [
22716
22257
  createElementVNode("div", _hoisted_4$a, [
22717
22258
  (openBlock(true), createElementBlock(Fragment, null, renderList((_b = unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
22718
22259
  return openBlock(), createElementBlock("div", {
@@ -22796,7 +22337,6 @@ function bind(fn, thisArg) {
22796
22337
  }
22797
22338
  const { toString } = Object.prototype;
22798
22339
  const { getPrototypeOf } = Object;
22799
- const { iterator, toStringTag } = Symbol;
22800
22340
  const kindOf = /* @__PURE__ */ ((cache) => (thing) => {
22801
22341
  const str = toString.call(thing);
22802
22342
  return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
@@ -22831,7 +22371,7 @@ const isPlainObject = (val) => {
22831
22371
  return false;
22832
22372
  }
22833
22373
  const prototype2 = getPrototypeOf(val);
22834
- return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(toStringTag in val) && !(iterator in val);
22374
+ return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
22835
22375
  };
22836
22376
  const isDate = kindOfTest("Date");
22837
22377
  const isFile = kindOfTest("File");
@@ -22978,10 +22518,10 @@ const isTypedArray = /* @__PURE__ */ ((TypedArray) => {
22978
22518
  };
22979
22519
  })(typeof Uint8Array !== "undefined" && getPrototypeOf(Uint8Array));
22980
22520
  const forEachEntry = (obj, fn) => {
22981
- const generator = obj && obj[iterator];
22982
- const _iterator = generator.call(obj);
22521
+ const generator = obj && obj[Symbol.iterator];
22522
+ const iterator = generator.call(obj);
22983
22523
  let result2;
22984
- while ((result2 = _iterator.next()) && !result2.done) {
22524
+ while ((result2 = iterator.next()) && !result2.done) {
22985
22525
  const pair = result2.value;
22986
22526
  fn.call(obj, pair[0], pair[1]);
22987
22527
  }
@@ -23051,7 +22591,7 @@ const toFiniteNumber = (value, defaultValue) => {
23051
22591
  return value != null && Number.isFinite(value = +value) ? value : defaultValue;
23052
22592
  };
23053
22593
  function isSpecCompliantForm(thing) {
23054
- return !!(thing && isFunction(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
22594
+ return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === "FormData" && thing[Symbol.iterator]);
23055
22595
  }
23056
22596
  const toJSONObject = (obj) => {
23057
22597
  const stack2 = new Array(10);
@@ -23097,7 +22637,6 @@ const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
23097
22637
  isFunction(_global.postMessage)
23098
22638
  );
23099
22639
  const asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global) : typeof process !== "undefined" && process.nextTick || _setImmediate;
23100
- const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
23101
22640
  const utils$1 = {
23102
22641
  isArray,
23103
22642
  isArrayBuffer,
@@ -23154,8 +22693,7 @@ const utils$1 = {
23154
22693
  isAsyncFn,
23155
22694
  isThenable,
23156
22695
  setImmediate: _setImmediate,
23157
- asap,
23158
- isIterable
22696
+ asap
23159
22697
  };
23160
22698
  function AxiosError$1(message, code, config, request, response) {
23161
22699
  Error.call(this);
@@ -23778,15 +23316,10 @@ let AxiosHeaders$1 = class AxiosHeaders2 {
23778
23316
  setHeaders(header, valueOrRewrite);
23779
23317
  } else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
23780
23318
  setHeaders(parseHeaders(header), valueOrRewrite);
23781
- } else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
23782
- let obj = {}, dest, key;
23783
- for (const entry of header) {
23784
- if (!utils$1.isArray(entry)) {
23785
- throw TypeError("Object iterator must return a key-value pair");
23786
- }
23787
- obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
23319
+ } else if (utils$1.isHeaders(header)) {
23320
+ for (const [key, value] of header.entries()) {
23321
+ setHeader(value, key, rewrite);
23788
23322
  }
23789
- setHeaders(obj, valueOrRewrite);
23790
23323
  } else {
23791
23324
  header != null && setHeader(valueOrRewrite, header, rewrite);
23792
23325
  }
@@ -23890,9 +23423,6 @@ let AxiosHeaders$1 = class AxiosHeaders2 {
23890
23423
  toString() {
23891
23424
  return Object.entries(this.toJSON()).map(([header, value]) => header + ": " + value).join("\n");
23892
23425
  }
23893
- getSetCookie() {
23894
- return this.get("set-cookie") || [];
23895
- }
23896
23426
  get [Symbol.toStringTag]() {
23897
23427
  return "AxiosHeaders";
23898
23428
  }
@@ -24425,7 +23955,7 @@ const readStream = async function* (stream) {
24425
23955
  }
24426
23956
  };
24427
23957
  const trackStream = (stream, chunkSize, onProgress, onFinish) => {
24428
- const iterator2 = readBytes(stream, chunkSize);
23958
+ const iterator = readBytes(stream, chunkSize);
24429
23959
  let bytes = 0;
24430
23960
  let done;
24431
23961
  let _onFinish = (e) => {
@@ -24437,7 +23967,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
24437
23967
  return new ReadableStream({
24438
23968
  async pull(controller) {
24439
23969
  try {
24440
- const { done: done2, value } = await iterator2.next();
23970
+ const { done: done2, value } = await iterator.next();
24441
23971
  if (done2) {
24442
23972
  _onFinish();
24443
23973
  controller.close();
@@ -24456,7 +23986,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
24456
23986
  },
24457
23987
  cancel(reason) {
24458
23988
  _onFinish(reason);
24459
- return iterator2.return();
23989
+ return iterator.return();
24460
23990
  }
24461
23991
  }, {
24462
23992
  highWaterMark: 2
@@ -24613,7 +24143,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
24613
24143
  });
24614
24144
  } catch (err) {
24615
24145
  unsubscribe && unsubscribe();
24616
- if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
24146
+ if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
24617
24147
  throw Object.assign(
24618
24148
  new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
24619
24149
  {
@@ -24719,7 +24249,7 @@ function dispatchRequest(config) {
24719
24249
  return Promise.reject(reason);
24720
24250
  });
24721
24251
  }
24722
- const VERSION$1 = "1.9.0";
24252
+ const VERSION$1 = "1.8.4";
24723
24253
  const validators$1 = {};
24724
24254
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type3, i2) => {
24725
24255
  validators$1[type3] = function validator2(thing) {
@@ -24785,7 +24315,7 @@ const validator = {
24785
24315
  const validators = validator.validators;
24786
24316
  let Axios$1 = class Axios2 {
24787
24317
  constructor(instanceConfig) {
24788
- this.defaults = instanceConfig || {};
24318
+ this.defaults = instanceConfig;
24789
24319
  this.interceptors = {
24790
24320
  request: new InterceptorManager(),
24791
24321
  response: new InterceptorManager()
@@ -25171,7 +24701,7 @@ const {
25171
24701
  getAdapter,
25172
24702
  mergeConfig
25173
24703
  } = axios$1;
25174
- const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
24704
+ const metadata = { "version": 4, "country_calling_codes": { "1": ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], "7": ["RU", "KZ"], "20": ["EG"], "27": ["ZA"], "30": ["GR"], "31": ["NL"], "32": ["BE"], "33": ["FR"], "34": ["ES"], "36": ["HU"], "39": ["IT", "VA"], "40": ["RO"], "41": ["CH"], "43": ["AT"], "44": ["GB", "GG", "IM", "JE"], "45": ["DK"], "46": ["SE"], "47": ["NO", "SJ"], "48": ["PL"], "49": ["DE"], "51": ["PE"], "52": ["MX"], "53": ["CU"], "54": ["AR"], "55": ["BR"], "56": ["CL"], "57": ["CO"], "58": ["VE"], "60": ["MY"], "61": ["AU", "CC", "CX"], "62": ["ID"], "63": ["PH"], "64": ["NZ"], "65": ["SG"], "66": ["TH"], "81": ["JP"], "82": ["KR"], "84": ["VN"], "86": ["CN"], "90": ["TR"], "91": ["IN"], "92": ["PK"], "93": ["AF"], "94": ["LK"], "95": ["MM"], "98": ["IR"], "211": ["SS"], "212": ["MA", "EH"], "213": ["DZ"], "216": ["TN"], "218": ["LY"], "220": ["GM"], "221": ["SN"], "222": ["MR"], "223": ["ML"], "224": ["GN"], "225": ["CI"], "226": ["BF"], "227": ["NE"], "228": ["TG"], "229": ["BJ"], "230": ["MU"], "231": ["LR"], "232": ["SL"], "233": ["GH"], "234": ["NG"], "235": ["TD"], "236": ["CF"], "237": ["CM"], "238": ["CV"], "239": ["ST"], "240": ["GQ"], "241": ["GA"], "242": ["CG"], "243": ["CD"], "244": ["AO"], "245": ["GW"], "246": ["IO"], "247": ["AC"], "248": ["SC"], "249": ["SD"], "250": ["RW"], "251": ["ET"], "252": ["SO"], "253": ["DJ"], "254": ["KE"], "255": ["TZ"], "256": ["UG"], "257": ["BI"], "258": ["MZ"], "260": ["ZM"], "261": ["MG"], "262": ["RE", "YT"], "263": ["ZW"], "264": ["NA"], "265": ["MW"], "266": ["LS"], "267": ["BW"], "268": ["SZ"], "269": ["KM"], "290": ["SH", "TA"], "291": ["ER"], "297": ["AW"], "298": ["FO"], "299": ["GL"], "350": ["GI"], "351": ["PT"], "352": ["LU"], "353": ["IE"], "354": ["IS"], "355": ["AL"], "356": ["MT"], "357": ["CY"], "358": ["FI", "AX"], "359": ["BG"], "370": ["LT"], "371": ["LV"], "372": ["EE"], "373": ["MD"], "374": ["AM"], "375": ["BY"], "376": ["AD"], "377": ["MC"], "378": ["SM"], "380": ["UA"], "381": ["RS"], "382": ["ME"], "383": ["XK"], "385": ["HR"], "386": ["SI"], "387": ["BA"], "389": ["MK"], "420": ["CZ"], "421": ["SK"], "423": ["LI"], "500": ["FK"], "501": ["BZ"], "502": ["GT"], "503": ["SV"], "504": ["HN"], "505": ["NI"], "506": ["CR"], "507": ["PA"], "508": ["PM"], "509": ["HT"], "590": ["GP", "BL", "MF"], "591": ["BO"], "592": ["GY"], "593": ["EC"], "594": ["GF"], "595": ["PY"], "596": ["MQ"], "597": ["SR"], "598": ["UY"], "599": ["CW", "BQ"], "670": ["TL"], "672": ["NF"], "673": ["BN"], "674": ["NR"], "675": ["PG"], "676": ["TO"], "677": ["SB"], "678": ["VU"], "679": ["FJ"], "680": ["PW"], "681": ["WF"], "682": ["CK"], "683": ["NU"], "685": ["WS"], "686": ["KI"], "687": ["NC"], "688": ["TV"], "689": ["PF"], "690": ["TK"], "691": ["FM"], "692": ["MH"], "850": ["KP"], "852": ["HK"], "853": ["MO"], "855": ["KH"], "856": ["LA"], "880": ["BD"], "886": ["TW"], "960": ["MV"], "961": ["LB"], "962": ["JO"], "963": ["SY"], "964": ["IQ"], "965": ["KW"], "966": ["SA"], "967": ["YE"], "968": ["OM"], "970": ["PS"], "971": ["AE"], "972": ["IL"], "973": ["BH"], "974": ["QA"], "975": ["BT"], "976": ["MN"], "977": ["NP"], "992": ["TJ"], "993": ["TM"], "994": ["AZ"], "995": ["GE"], "996": ["KG"], "998": ["UZ"] }, "countries": { "AC": ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], "AD": ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], "AE": ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AF": ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], "AG": ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], "AL": ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], "AM": ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], "AO": ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], "AR": ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], "AS": ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], "AT": ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], "AU": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "AW": ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], "AX": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], "AZ": ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], "BA": ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], "BB": ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], "BD": ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], "BE": ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], "BF": ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], "BG": ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], "BH": ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], "BI": ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], "BJ": ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], "BN": ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], "BO": ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], "BQ": ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], "BR": ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], "BS": ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], "BT": ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], "BW": ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], "BY": ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], "BZ": ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], "CA": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], "CC": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CD": ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], "CF": ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], "CG": ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], "CH": ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], "CI": ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], "CK": ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], "CL": ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], "CM": ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], "CN": ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "CR": ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], "CU": ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], "CV": ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], "CW": ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], "CX": ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], "CY": ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], "CZ": ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], "DE": ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], "DJ": ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], "DK": ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], "DM": ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], "DO": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], "DZ": ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], "EC": ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], "EE": ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "EG": ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], "EH": ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], "ER": ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], "ES": ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], "ET": ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], "FI": ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], "FJ": ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "FK": ["500", "00", "[2-7]\\d{4}", [5]], "FM": ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], "FO": ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], "FR": ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], "GA": ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], "GB": ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], "GD": ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], "GE": ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], "GF": ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], "GH": ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], "GI": ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], "GL": ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], "GM": ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "GN": ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], "GP": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "GQ": ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], "GR": ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], "GT": ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], "GW": ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], "GY": ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "HK": ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "HN": ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], "HR": ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "HU": ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], "ID": ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], "IE": ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "IL": ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], "IM": ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], "IN": ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], "IO": ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], "IQ": ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "IR": ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], "IS": ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "IT": ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], "JE": ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], "JM": ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], "JO": ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], "JP": ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "KE": ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], "KG": ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "KH": ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "KI": ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], "KM": ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], "KN": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], "KP": ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], "KR": ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], "KW": ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], "KY": ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], "KZ": ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], "LA": ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[0135-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], "LB": ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], "LC": ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], "LI": ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], "LK": ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], "LR": ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], "LS": ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], "LT": ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], "LU": ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], "LV": ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], "LY": ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], "MA": ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], "MC": ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], "MD": ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], "ME": ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], "MF": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], "MH": ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], "MK": ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], "ML": ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], "MM": ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], "MN": ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], "MO": ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], "MP": ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "MR": ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], "MS": ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], "MT": ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], "MU": ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], "MV": ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], "MX": ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MY": ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], "MZ": ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], "NA": ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "NC": ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], "NE": ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], "NF": ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], "NG": ["234", "009", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], "NI": ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], "NL": ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], "NO": ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], "NP": ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], "NR": ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], "OM": ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], "PA": ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], "PE": ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], "PF": ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "PG": ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "PH": ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], "PK": ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], "PL": ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], "PM": ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], "PR": ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], "PS": ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "PT": ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], "PW": ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], "PY": ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], "QA": ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], "RS": ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], "RU": ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], "RW": ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], "SA": ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], "SB": ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "SD": ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "SE": ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], "SG": ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "SH": ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], "SI": ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], "SJ": ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], "SK": ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], "SL": ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], "SM": ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], "SN": ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], "SO": ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], "SR": ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], "SS": ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], "ST": ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], "SV": ["503", "00", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], "SX": ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], "SZ": ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], "TA": ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], "TC": ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "TG": ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], "TH": ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], "TJ": ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], "TK": ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], "TL": ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], "TM": ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], "TN": ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], "TO": ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], "TR": ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], "TT": ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], "TV": ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "TW": ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], "TZ": ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], "UA": ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], "UG": ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], "US": ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "VA": ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], "VE": ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], "VG": ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], "VN": ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], "VU": ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], "WF": ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], "WS": ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], "XK": ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], "YE": ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "ZA": ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], "ZM": ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], "ZW": ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, "nonGeographic": { "800": ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], "808": ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], "870": ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "878": ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], "881": ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "888": ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], "979": ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
25175
24705
  function withMetadataArgument(func, _arguments) {
25176
24706
  var args = Array.prototype.slice.call(_arguments);
25177
24707
  args.push(metadata);
@@ -27274,8 +26804,8 @@ function parsePhoneNumber() {
27274
26804
  return withMetadataArgument(parsePhoneNumber$1, arguments);
27275
26805
  }
27276
26806
  const _hoisted_1$s = { key: 0 };
27277
- const _hoisted_2$i = ["aria-expanded"];
27278
- const _hoisted_3$f = { class: "flex gap-05 country-code-display" };
26807
+ const _hoisted_2$j = ["aria-expanded"];
26808
+ const _hoisted_3$g = { class: "flex gap-05 country-code-display" };
27279
26809
  const _hoisted_4$9 = { class: "p-075 tel-countryp-dropdown" };
27280
26810
  const _hoisted_5$9 = {
27281
26811
  class: "overflow-y p-0 max-h-300px",
@@ -27463,7 +26993,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
27463
26993
  "aria-haspopup": "listbox",
27464
26994
  "aria-expanded": unref(open)
27465
26995
  }, [
27466
- createVNode(unref(_sfc_main$_), {
26996
+ createVNode(unref(_sfc_main$Z), {
27467
26997
  shown: unref(open),
27468
26998
  "onUpdate:shown": _cache[1] || (_cache[1] = ($event) => isRef(open) ? open.value = $event : open = $event),
27469
26999
  placement: "bottom-start",
@@ -27471,7 +27001,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
27471
27001
  onShow: focusSearchInput
27472
27002
  }, {
27473
27003
  trigger: withCtx(() => [
27474
- createElementVNode("span", _hoisted_3$f, [
27004
+ createElementVNode("span", _hoisted_3$g, [
27475
27005
  !disableDropdown.value ? (openBlock(), createBlock(unref(_sfc_main$v), {
27476
27006
  key: 0,
27477
27007
  icon: unref(open) ? "collapse_all" : "expand_all"
@@ -27543,7 +27073,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
27543
27073
  { tel: true }
27544
27074
  ]
27545
27075
  ])
27546
- ], 8, _hoisted_2$i)
27076
+ ], 8, _hoisted_2$j)
27547
27077
  ])
27548
27078
  ], 2);
27549
27079
  };
@@ -27551,8 +27081,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
27551
27081
  });
27552
27082
  const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-24f599bf"]]);
27553
27083
  const _hoisted_1$r = ["title"];
27554
- const _hoisted_2$h = ["for"];
27555
- const _hoisted_3$e = { key: 0 };
27084
+ const _hoisted_2$i = ["for"];
27085
+ const _hoisted_3$f = { key: 0 };
27556
27086
  const _hoisted_4$8 = ["id", "name", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
27557
27087
  const _hoisted_5$8 = ["id", "name", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
27558
27088
  const _hoisted_6$7 = {
@@ -27651,7 +27181,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
27651
27181
  }, [
27652
27182
  createElementVNode("label", { for: _ctx.id }, [
27653
27183
  createTextVNode(toDisplayString(_ctx.label) + " ", 1),
27654
- _ctx.required && _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_3$e, "*")) : createCommentVNode("", true),
27184
+ _ctx.required && _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_3$f, "*")) : createCommentVNode("", true),
27655
27185
  !_ctx.multiline && !_ctx.autoheight && !_ctx.code && inputRows.value < 2 ? withDirectives((openBlock(), createElementBlock("input", mergeProps({
27656
27186
  key: 1,
27657
27187
  id: _ctx.id,
@@ -27711,15 +27241,15 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
27711
27241
  key: 5,
27712
27242
  icon: _ctx.icon
27713
27243
  }, null, 8, ["icon"])) : createCommentVNode("", true)
27714
- ], 8, _hoisted_2$h)
27244
+ ], 8, _hoisted_2$i)
27715
27245
  ], 10, _hoisted_1$r);
27716
27246
  };
27717
27247
  }
27718
27248
  });
27719
27249
  const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-84ff4b81"]]);
27720
27250
  const _hoisted_1$q = ["title"];
27721
- const _hoisted_2$g = ["id", "required"];
27722
- const _hoisted_3$d = ["for"];
27251
+ const _hoisted_2$h = ["id", "required"];
27252
+ const _hoisted_3$e = ["for"];
27723
27253
  const _sfc_main$x = /* @__PURE__ */ defineComponent({
27724
27254
  __name: "ToggleInput",
27725
27255
  props: /* @__PURE__ */ mergeModels({
@@ -27756,14 +27286,14 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
27756
27286
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
27757
27287
  type: "checkbox",
27758
27288
  required: _ctx.required
27759
- }, null, 8, _hoisted_2$g), [
27289
+ }, null, 8, _hoisted_2$h), [
27760
27290
  [vModelCheckbox, checked.value]
27761
27291
  ]),
27762
27292
  createElementVNode("label", { for: inputId.value }, [
27763
27293
  renderSlot(_ctx.$slots, "label", {}, () => [
27764
27294
  createTextVNode(toDisplayString(_ctx.label), 1)
27765
27295
  ], true)
27766
- ], 8, _hoisted_3$d)
27296
+ ], 8, _hoisted_3$e)
27767
27297
  ], 10, _hoisted_1$q);
27768
27298
  };
27769
27299
  }
@@ -27799,6 +27329,7 @@ const files = {
27799
27329
  };
27800
27330
  function useFileUpload(props2 = {}) {
27801
27331
  files.setBaseUrl(useBagel().host);
27332
+ const namespace2 = props2.namespace || "default";
27802
27333
  const fileQueue = ref([]);
27803
27334
  const storageFiles = ref([]);
27804
27335
  const pk = ref([]);
@@ -27818,11 +27349,20 @@ function useFileUpload(props2 = {}) {
27818
27349
  filesToAdd = file;
27819
27350
  }
27820
27351
  const newQueueFiles = filesToAdd.map((f2) => ({
27352
+ url: fileToUrl(f2),
27821
27353
  name: f2.name,
27822
27354
  file: f2,
27823
- progress: 0
27355
+ progress: 0,
27356
+ namespace: namespace2
27824
27357
  }));
27825
- fileQueue.value.push(...newQueueFiles);
27358
+ if (props2.multiple) {
27359
+ fileQueue.value.push(...newQueueFiles);
27360
+ } else {
27361
+ fileQueue.value = newQueueFiles;
27362
+ }
27363
+ if (props2.onFileQueued && newQueueFiles.length > 0) {
27364
+ props2.onFileQueued(newQueueFiles);
27365
+ }
27826
27366
  };
27827
27367
  const removeFile = async (pathKeyOrFile) => {
27828
27368
  if (typeof pathKeyOrFile === "string") {
@@ -27837,14 +27377,18 @@ function useFileUpload(props2 = {}) {
27837
27377
  console.error("Error deleting file:", error);
27838
27378
  }
27839
27379
  } else if (pathKeyOrFile) {
27840
- const index2 = fileQueue.value.findIndex(({ file }) => file.name === pathKeyOrFile.name);
27380
+ const fileToRemove = pathKeyOrFile instanceof File ? { name: pathKeyOrFile.name } : pathKeyOrFile;
27381
+ const index2 = fileQueue.value.findIndex(
27382
+ (queueFile) => queueFile.file.name === fileToRemove.name && queueFile.namespace === namespace2
27383
+ );
27841
27384
  if (index2 !== -1) {
27842
27385
  fileQueue.value.splice(index2, 1);
27843
27386
  }
27844
27387
  }
27845
27388
  };
27846
27389
  const flushQueue = async () => {
27847
- for (const file of fileQueue.value) {
27390
+ const namespaceQueue = fileQueue.value.filter((file) => file.namespace === namespace2);
27391
+ for (const file of namespaceQueue) {
27848
27392
  file.uploading = true;
27849
27393
  if (!props2.multiple) {
27850
27394
  pk.value.splice(0, 1);
@@ -27861,9 +27405,9 @@ function useFileUpload(props2 = {}) {
27861
27405
  console.error("Error uploading file:", error);
27862
27406
  }
27863
27407
  }
27864
- fileQueue.value = [];
27408
+ fileQueue.value = fileQueue.value.filter((file) => file.namespace !== namespace2);
27865
27409
  };
27866
- const browse = (upload = false) => {
27410
+ const browse = (autoFlush = false) => {
27867
27411
  if (props2.disabled) return;
27868
27412
  const input = document.createElement("input");
27869
27413
  input.type = "file";
@@ -27871,7 +27415,7 @@ function useFileUpload(props2 = {}) {
27871
27415
  input.accept = props2.accept || "";
27872
27416
  input.onchange = (e) => {
27873
27417
  addFile(e.target.files);
27874
- if (upload) {
27418
+ if (autoFlush) {
27875
27419
  flushQueue();
27876
27420
  }
27877
27421
  };
@@ -27896,12 +27440,13 @@ function useFileUpload(props2 = {}) {
27896
27440
  removeFile,
27897
27441
  flushQueue,
27898
27442
  addFile,
27899
- browse
27443
+ browse,
27444
+ namespace: namespace2
27900
27445
  };
27901
27446
  }
27902
27447
  const _hoisted_1$p = { class: "bagel-input" };
27903
- const _hoisted_2$f = { key: 0 };
27904
- const _hoisted_3$c = {
27448
+ const _hoisted_2$g = { key: 0 };
27449
+ const _hoisted_3$d = {
27905
27450
  key: 1,
27906
27451
  placeholder: "required",
27907
27452
  type: "text",
@@ -27919,27 +27464,25 @@ const _hoisted_8$4 = {
27919
27464
  key: 0,
27920
27465
  class: "bgl-multi-preview"
27921
27466
  };
27922
- const _hoisted_9$3 = { class: "m-0" };
27923
- const _hoisted_10$3 = { class: "no-margin multi-preview-txt" };
27924
- const _hoisted_11$3 = {
27467
+ const _hoisted_9$4 = { class: "m-0" };
27468
+ const _hoisted_10$3 = ["src"];
27469
+ const _hoisted_11$3 = { class: "no-margin multi-preview-txt" };
27470
+ const _hoisted_12$3 = {
27925
27471
  key: 0,
27926
27472
  class: "progress"
27927
27473
  };
27928
- const _hoisted_12$3 = {
27474
+ const _hoisted_13$2 = {
27929
27475
  key: 1,
27930
27476
  class: "bgl-single-preview"
27931
27477
  };
27932
- const _hoisted_13$2 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
27933
- const _hoisted_14$2 = {
27934
- key: 0,
27935
- class: "h-100"
27936
- };
27478
+ const _hoisted_14$2 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
27937
27479
  const _hoisted_15$1 = {
27938
27480
  key: 0,
27939
- class: "progress"
27481
+ class: "h-100"
27940
27482
  };
27941
- const _hoisted_16$1 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
27942
- const _hoisted_17$1 = { class: "pretty balance" };
27483
+ const _hoisted_16$1 = ["src"];
27484
+ const _hoisted_17$1 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
27485
+ const _hoisted_18$1 = { class: "pretty balance" };
27943
27486
  const _sfc_main$w = /* @__PURE__ */ defineComponent({
27944
27487
  __name: "UploadInput",
27945
27488
  props: {
@@ -27969,7 +27512,6 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
27969
27512
  pathKeys,
27970
27513
  removeFile,
27971
27514
  flushQueue,
27972
- fileToUrl,
27973
27515
  addFile,
27974
27516
  browse,
27975
27517
  pk
@@ -27977,7 +27519,15 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
27977
27519
  disabled: props2.disabled,
27978
27520
  dirPath: props2.dirPath,
27979
27521
  multiple: props2.multiple,
27980
- accept: props2.accept
27522
+ accept: props2.accept,
27523
+ namespace: props2.id,
27524
+ onFileQueued: async () => {
27525
+ await flushQueue();
27526
+ updateModelValue();
27527
+ }
27528
+ });
27529
+ onMounted(() => {
27530
+ if (props2.modelValue) pk.value = [props2.modelValue].flat();
27981
27531
  });
27982
27532
  const isImage = (str) => IMAGE_FORMATS_REGEXP.test(str);
27983
27533
  let isDragOver = ref(false);
@@ -27986,6 +27536,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
27986
27536
  e.stopPropagation();
27987
27537
  if (!props2.disabled) isDragOver.value = isDragging;
27988
27538
  }
27539
+ function updateModelValue() {
27540
+ if (props2.multiple) emit2("update:modelValue", pathKeys.value);
27541
+ else emit2("update:modelValue", pathKeys.value[0] || void 0);
27542
+ }
27989
27543
  async function handleDrop(e) {
27990
27544
  var _a;
27991
27545
  if (props2.disabled) return;
@@ -27993,29 +27547,19 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
27993
27547
  e.stopPropagation();
27994
27548
  emit2("addFileStart");
27995
27549
  addFile((_a = e.dataTransfer) == null ? void 0 : _a.files);
27996
- await flushQueue();
27997
27550
  isDragOver.value = false;
27998
27551
  }
27999
- watchDebounced(() => toValue(pk), (value) => {
28000
- if (props2.multiple) emit2("update:modelValue", value);
28001
- else emit2("update:modelValue", value[0] || void 0);
28002
- }, { deep: true, immediate: true });
28003
- watchDebounced(() => props2.modelValue, (newVal, oldVal) => {
28004
- if (`${newVal}` === `${oldVal}`) return;
28005
- if (newVal === void 0) return;
28006
- if (Array.isArray(newVal)) {
28007
- pk.value = newVal;
28008
- } else {
28009
- pk.value = [newVal];
28010
- }
28011
- }, { immediate: true, debounce: 500 });
27552
+ function fileName(pathKey) {
27553
+ if (!pathKey || typeof pathKey !== "string") return "file";
27554
+ return pathKey.split("/").pop() || "file";
27555
+ }
28012
27556
  return (_ctx, _cache) => {
28013
27557
  const _directive_tooltip = resolveDirective("tooltip");
28014
27558
  const _directive_lightbox = resolveDirective("lightbox");
28015
27559
  return openBlock(), createElementBlock("div", _hoisted_1$p, [
28016
- _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$f, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
28017
- _ctx.required && !unref(pathKeys).length ? (openBlock(), createElementBlock("input", _hoisted_3$c)) : createCommentVNode("", true),
28018
- _ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$15), {
27560
+ _ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$g, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true),
27561
+ _ctx.required && !unref(pathKeys).length ? (openBlock(), createElementBlock("input", _hoisted_3$d)) : createCommentVNode("", true),
27562
+ _ctx.theme === "basic" ? (openBlock(), createBlock(unref(_sfc_main$14), {
28019
27563
  key: 2,
28020
27564
  outline: "",
28021
27565
  class: "flex p-05 gap-1",
@@ -28058,7 +27602,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28058
27602
  flat: "",
28059
27603
  thin: "",
28060
27604
  href: unref(pathKeyToURL)(path_key),
28061
- download: path_key.split("/").pop()
27605
+ download: fileName(path_key)
28062
27606
  }, null, 8, ["href", "download"]),
28063
27607
  createElementVNode("div", _hoisted_5$7, [
28064
27608
  createVNode(unref(_sfc_main$v), {
@@ -28066,7 +27610,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28066
27610
  size: 1.5
28067
27611
  }),
28068
27612
  withDirectives((openBlock(), createElementBlock("p", _hoisted_6$6, [
28069
- createTextVNode(toDisplayString(path_key.split("/").pop()), 1)
27613
+ createTextVNode(toDisplayString(fileName(path_key)), 1)
28070
27614
  ])), [
28071
27615
  [_directive_lightbox, { src: unref(pathKeyToURL)(path_key), download: true }]
28072
27616
  ])
@@ -28109,7 +27653,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28109
27653
  icon: "description",
28110
27654
  class: "multi-preview"
28111
27655
  })),
28112
- createElementVNode("p", _hoisted_9$3, toDisplayString(path_key.split("/").pop()), 1),
27656
+ createElementVNode("p", _hoisted_9$4, toDisplayString(fileName(path_key)), 1),
28113
27657
  createVNode(unref(Btn), {
28114
27658
  thin: "",
28115
27659
  flat: "",
@@ -28126,22 +27670,22 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28126
27670
  key: file.name,
28127
27671
  class: normalizeClass(["multi-image-item-preview", { "bgl_fill-image": _ctx.fill }])
28128
27672
  }, [
28129
- isImage(file.file.type) ? (openBlock(), createBlock(unref(Image$1), {
27673
+ isImage(file.file.type) ? (openBlock(), createElementBlock("img", {
28130
27674
  key: 0,
28131
27675
  class: "multi-preview",
28132
- src: unref(fileToUrl)(file.file),
27676
+ src: file.url,
28133
27677
  alt: ""
28134
- }, null, 8, ["src"])) : (openBlock(), createBlock(unref(_sfc_main$v), {
27678
+ }, null, 8, _hoisted_10$3)) : (openBlock(), createBlock(unref(_sfc_main$v), {
28135
27679
  key: 1,
28136
27680
  icon: "description",
28137
27681
  class: "multi-preview"
28138
27682
  })),
28139
- createElementVNode("p", _hoisted_10$3, toDisplayString(file.name), 1),
27683
+ createElementVNode("p", _hoisted_11$3, toDisplayString(file.name), 1),
28140
27684
  createElementVNode("div", {
28141
27685
  class: normalizeClass(["pie", { complete: file.progress === 100 }]),
28142
27686
  style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28143
27687
  }, [
28144
- file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_11$3, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
27688
+ file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_12$3, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
28145
27689
  createVNode(unref(_sfc_main$v), {
28146
27690
  class: "success",
28147
27691
  icon: "check_circle"
@@ -28149,13 +27693,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28149
27693
  ], 6)
28150
27694
  ], 2);
28151
27695
  }), 128))
28152
- ])) : unref(pathKeys).length > 0 || unref(fileQueue).length > 0 ? (openBlock(), createElementBlock("div", _hoisted_12$3, [
27696
+ ])) : unref(pathKeys).length > 0 || unref(fileQueue).length > 0 ? (openBlock(), createElementBlock("div", _hoisted_13$2, [
28153
27697
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(pathKeys), (path_key) => {
28154
27698
  return openBlock(), createElementBlock("div", {
28155
27699
  key: path_key,
28156
27700
  class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
28157
27701
  }, [
28158
- createElementVNode("div", _hoisted_13$2, [
27702
+ createElementVNode("div", _hoisted_14$2, [
28159
27703
  withDirectives(createVNode(unref(Btn), {
28160
27704
  color: "gray",
28161
27705
  thin: "",
@@ -28177,12 +27721,12 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28177
27721
  thin: "",
28178
27722
  icon: "download",
28179
27723
  href: unref(pathKeyToURL)(path_key),
28180
- download: path_key.split("/").pop()
27724
+ download: fileName(path_key)
28181
27725
  }, null, 8, ["href", "download"]), [
28182
27726
  [_directive_tooltip, "Download"]
28183
27727
  ])
28184
27728
  ]),
28185
- isImage(path_key) ? (openBlock(), createElementBlock("div", _hoisted_14$2, [
27729
+ isImage(path_key) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
28186
27730
  withDirectives(createVNode(unref(Image$1), {
28187
27731
  class: "single-preview",
28188
27732
  pathKey: path_key,
@@ -28206,24 +27750,17 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28206
27750
  key: file.name,
28207
27751
  class: normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
28208
27752
  }, [
28209
- createElementVNode("div", {
28210
- class: normalizeClass(["pie", { complete: file.progress === 100 }]),
28211
- style: normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
28212
- }, [
28213
- file.progress < 100 ? (openBlock(), createElementBlock("span", _hoisted_15$1, toDisplayString(file.progress.toFixed(0)), 1)) : createCommentVNode("", true),
28214
- createVNode(unref(_sfc_main$v), {
28215
- class: "success",
28216
- icon: "check_circle"
28217
- })
28218
- ], 6),
28219
- isImage(file.file.type) ? withDirectives((openBlock(), createBlock(unref(Image$1), {
27753
+ createVNode(unref(Loading), {
27754
+ type: "bar",
27755
+ progress: file.progress,
27756
+ class: "absolute bottom-05 end start w-100px mx-auto"
27757
+ }, null, 8, ["progress"]),
27758
+ isImage(file.file.type) ? (openBlock(), createElementBlock("img", {
28220
27759
  key: 0,
28221
- class: "single-preview",
28222
- src: unref(fileToUrl)(file.file),
27760
+ class: "single-preview opacity-5",
27761
+ src: file.url,
28223
27762
  alt: ""
28224
- }, null, 8, ["src"])), [
28225
- [_directive_lightbox, { src: unref(fileToUrl)(file.file), download: true }]
28226
- ]) : createCommentVNode("", true)
27763
+ }, null, 8, _hoisted_16$1)) : createCommentVNode("", true)
28227
27764
  ], 2);
28228
27765
  }), 128))
28229
27766
  ])) : createCommentVNode("", true)
@@ -28234,9 +27771,9 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28234
27771
  fileQueue: unref(fileQueue),
28235
27772
  browse: unref(browse)
28236
27773
  }, () => [
28237
- createElementVNode("p", _hoisted_16$1, [
27774
+ createElementVNode("p", _hoisted_17$1, [
28238
27775
  createVNode(unref(_sfc_main$v), { icon: "upload_2" }),
28239
- createElementVNode("span", _hoisted_17$1, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
27776
+ createElementVNode("span", _hoisted_18$1, toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
28240
27777
  ])
28241
27778
  ], true) : createCommentVNode("", true)
28242
27779
  ], 38))
@@ -28244,7 +27781,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
28244
27781
  };
28245
27782
  }
28246
27783
  });
28247
- const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-2ba685b5"]]);
27784
+ const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-e02ae224"]]);
28248
27785
  const FONT_AWESOME_ICONS = [
28249
27786
  "trash-can",
28250
27787
  "message",
@@ -32783,8 +32320,8 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
32783
32320
  }
32784
32321
  });
32785
32322
  const _hoisted_1$n = { key: 0 };
32786
- const _hoisted_2$e = ["src", "alt", "width", "height"];
32787
- const _hoisted_3$b = ["src", "alt", "width", "height"];
32323
+ const _hoisted_2$f = ["src", "alt", "width", "height"];
32324
+ const _hoisted_3$c = ["src", "alt", "width", "height"];
32788
32325
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
32789
32326
  __name: "Image",
32790
32327
  props: {
@@ -32869,7 +32406,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
32869
32406
  alt: _ctx.alt,
32870
32407
  width: unref(normalizeDimension)(_ctx.width),
32871
32408
  height: unref(normalizeDimension)(_ctx.height)
32872
- }), null, 16, _hoisted_2$e)) : (openBlock(), createBlock(unref(Skeleton), {
32409
+ }), null, 16, _hoisted_2$f)) : (openBlock(), createBlock(unref(Skeleton), {
32873
32410
  key: 1,
32874
32411
  class: "img-web-kit",
32875
32412
  width: unref(normalizeDimension)(_ctx.width),
@@ -32882,7 +32419,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
32882
32419
  alt: _ctx.alt,
32883
32420
  width: unref(normalizeDimension)(_ctx.width),
32884
32421
  height: unref(normalizeDimension)(_ctx.height)
32885
- }), null, 16, _hoisted_3$b)) : unref(loadingError) ? (openBlock(), createElementBlock("div", {
32422
+ }), null, 16, _hoisted_3$c)) : unref(loadingError) ? (openBlock(), createElementBlock("div", {
32886
32423
  key: 2,
32887
32424
  class: "flex-center error-image",
32888
32425
  style: normalizeStyle({
@@ -32902,11 +32439,11 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
32902
32439
  });
32903
32440
  const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-2f5e271c"]]);
32904
32441
  const _hoisted_1$m = ["textContent"];
32905
- const _hoisted_2$d = {
32442
+ const _hoisted_2$e = {
32906
32443
  key: 0,
32907
32444
  class: "h-100p flex column justify-content-center"
32908
32445
  };
32909
- const _hoisted_3$a = {
32446
+ const _hoisted_3$b = {
32910
32447
  key: 1,
32911
32448
  class: "loading-container"
32912
32449
  };
@@ -32918,7 +32455,7 @@ const _hoisted_5$6 = {
32918
32455
  const _hoisted_6$5 = { key: 1 };
32919
32456
  const _hoisted_7$4 = { class: "mapping-table" };
32920
32457
  const _hoisted_8$3 = { class: "field-label" };
32921
- const _hoisted_9$2 = { class: "grid-span-2 input-size line-height-1 inline-block" };
32458
+ const _hoisted_9$3 = { class: "grid-span-2 input-size line-height-1 inline-block" };
32922
32459
  const _hoisted_10$2 = { key: 0 };
32923
32460
  const _hoisted_11$2 = { key: 2 };
32924
32461
  const _hoisted_12$2 = { key: 3 };
@@ -33074,7 +32611,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33074
32611
  const lowerSourceValue = String(sourceValue).toLowerCase().trim();
33075
32612
  const exactMatch = options.find((option2) => {
33076
32613
  const optionObj = typeof option2 === "object" && option2 !== null ? option2 : { label: String(option2) };
33077
- if (!optionObj || typeof optionObj.label !== "string") return false;
32614
+ if (!optionObj) return false;
33078
32615
  const optionLabel = `${optionObj.label}`.toLowerCase().trim();
33079
32616
  return optionLabel === lowerSourceValue;
33080
32617
  });
@@ -33271,14 +32808,18 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33271
32808
  });
33272
32809
  if (fileHeaders.value.length > 0) {
33273
32810
  schemaFields.value.forEach((field) => {
32811
+ const fieldIdCamel = formatString(field.id, "camel");
32812
+ const fieldIdPascal = formatString(field.id, "pascal");
32813
+ const fieldLabelCamel = formatString(field.label.replace(/\s+/g, "_"), "camel");
32814
+ const fieldLabelPascal = formatString(field.label.replace(/\s+/g, "_"), "pascal");
33274
32815
  const exactMatch = fileHeaders.value.find(
33275
- (header) => header.toLowerCase() === field.id.toLowerCase() || header.toLowerCase() === field.label.toLowerCase()
32816
+ (header) => header.toLowerCase() === field.id.toLowerCase() || header.toLowerCase() === field.label.toLowerCase() || header.toLowerCase() === fieldIdCamel.toLowerCase() || header.toLowerCase() === fieldIdPascal.toLowerCase() || header.toLowerCase() === fieldLabelCamel.toLowerCase() || header.toLowerCase() === fieldLabelPascal.toLowerCase() || formatString(header.replace(/\s+/g, "_"), "camel").toLowerCase() === fieldIdCamel.toLowerCase() || formatString(header.replace(/\s+/g, "_"), "camel").toLowerCase() === fieldLabelCamel.toLowerCase()
33276
32817
  );
33277
32818
  if (exactMatch && !field.disabled) {
33278
32819
  fieldMapping[field.id] = exactMatch;
33279
32820
  } else {
33280
32821
  const partialMatch = fileHeaders.value.find(
33281
- (header) => header.toLowerCase().includes(field.id.toLowerCase()) || header.toLowerCase().includes(field.label.toLowerCase())
32822
+ (header) => header.toLowerCase().includes(field.id.toLowerCase()) || header.toLowerCase().includes(field.label.toLowerCase()) || header.toLowerCase().includes(fieldIdCamel.toLowerCase()) || header.toLowerCase().includes(fieldLabelCamel.toLowerCase()) || field.id.toLowerCase().includes(header.toLowerCase()) || field.label.toLowerCase().includes(header.toLowerCase())
33282
32823
  );
33283
32824
  if (partialMatch && !field.disabled) {
33284
32825
  fieldMapping[field.id] = partialMatch;
@@ -33519,9 +33060,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33519
33060
  updateFieldMapping(fieldId, target.value);
33520
33061
  }
33521
33062
  }
33522
- const { addFile, browse, fileQueue } = useFileUpload();
33523
- async function handleFilesUploaded() {
33524
- file.value = fileQueue.value[0].file;
33063
+ async function handleFilesUploaded(files2) {
33064
+ file.value = files2[0];
33525
33065
  if (!file.value) return;
33526
33066
  isLoading.value = true;
33527
33067
  try {
@@ -33532,7 +33072,6 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33532
33072
  isLoading.value = false;
33533
33073
  }
33534
33074
  }
33535
- watch(fileQueue.value, handleFilesUploaded);
33536
33075
  watchEffect(() => {
33537
33076
  if (selectedSheet.value) {
33538
33077
  loadSheetData();
@@ -33568,11 +33107,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
33568
33107
  selectedRelationField.value = field;
33569
33108
  showRelatedDialog.value = true;
33570
33109
  }
33571
- async function processRelatedFile(fieldId, file2) {
33572
- if (!file2) return;
33110
+ async function processRelatedFile(fieldId, files2) {
33111
+ if (!files2) return;
33112
+ const file2 = files2[0];
33573
33113
  relatedFiles[fieldId] = file2;
33574
33114
  try {
33575
- const { data: data2 } = await readSheetData(file2, "", true);
33115
+ const sheets = await getSheetNames(file2);
33116
+ const selectedSheet2 = sheets.length > 0 ? sheets[0] : "";
33117
+ const { data: data2 } = await readSheetData(file2, selectedSheet2, true);
33576
33118
  relatedFileData[fieldId] = data2;
33577
33119
  if (!relatedFileMappings[fieldId]) {
33578
33120
  relatedFileMappings[fieldId] = {};
@@ -33981,37 +33523,37 @@ ${unmatchedValues.length} values could not be automatically matched.`);
33981
33523
  }
33982
33524
  return (_ctx, _cache) => {
33983
33525
  const _directive_tooltip = resolveDirective("tooltip");
33984
- return openBlock(), createBlock(unref(_sfc_main$15), { class: "upload-data-container h-100p grid overflow-hidden list-wrap" }, {
33526
+ return openBlock(), createBlock(unref(_sfc_main$14), { class: "upload-data-container h-100p grid overflow-hidden list-wrap" }, {
33985
33527
  default: withCtx(() => [
33986
33528
  createElementVNode("h2", {
33987
33529
  class: "line-height-1 m-0 pb-2 txt-center",
33988
33530
  textContent: toDisplayString(props2.title || "Upload and Map Data")
33989
33531
  }, null, 8, _hoisted_1$m),
33990
- !file.value ? (openBlock(), createElementBlock("div", _hoisted_2$d, [
33532
+ !file.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
33991
33533
  createVNode(unref(DragOver), {
33992
33534
  accept: ".csv,.xls,.xlsx",
33993
33535
  class: "max-h300px w-500px",
33994
- onAddFiles: unref(addFile),
33995
- onClick: _cache[0] || (_cache[0] = ($event) => unref(browse)(false))
33536
+ browse: "",
33537
+ onAddFiles: handleFilesUploaded
33996
33538
  }, {
33997
33539
  default: withCtx(() => [
33998
- createVNode(unref(_sfc_main$15), { class: "flex flex-column items-center justify-center outline-dashed outline-3 bg-input hover h-100p justify-content-center txt-center" }, {
33540
+ createVNode(unref(_sfc_main$14), { class: "flex flex-column items-center justify-center outline-dashed outline-3 bg-input hover h-100p justify-content-center txt-center" }, {
33999
33541
  default: withCtx(() => [
34000
33542
  createVNode(unref(_sfc_main$v), {
34001
33543
  name: "upload",
34002
33544
  size: "5"
34003
33545
  }),
34004
- _cache[30] || (_cache[30] = createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
34005
- _cache[31] || (_cache[31] = createElementVNode("u", null, "or click to select a file", -1)),
34006
- _cache[32] || (_cache[32] = createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
33546
+ _cache[29] || (_cache[29] = createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
33547
+ _cache[30] || (_cache[30] = createElementVNode("u", null, "or click to select a file", -1)),
33548
+ _cache[31] || (_cache[31] = createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
34007
33549
  ]),
34008
33550
  _: 1
34009
33551
  })
34010
33552
  ]),
34011
33553
  _: 1
34012
- }, 8, ["onAddFiles"])
33554
+ })
34013
33555
  ])) : createCommentVNode("", true),
34014
- isLoading.value ? (openBlock(), createElementBlock("div", _hoisted_3$a, _cache[33] || (_cache[33] = [
33556
+ isLoading.value ? (openBlock(), createElementBlock("div", _hoisted_3$b, _cache[32] || (_cache[32] = [
34015
33557
  createElementVNode("div", { class: "spinner" }, null, -1),
34016
33558
  createElementVNode("p", null, "Processing your file...", -1)
34017
33559
  ]))) : createCommentVNode("", true),
@@ -34020,7 +33562,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34020
33562
  withDirectives((openBlock(), createBlock(unref(Btn), {
34021
33563
  class: "px-1",
34022
33564
  color: "gray",
34023
- onClick: _cache[1] || (_cache[1] = ($event) => file.value = null)
33565
+ onClick: _cache[0] || (_cache[0] = ($event) => file.value = null)
34024
33566
  }, {
34025
33567
  default: withCtx(() => [
34026
33568
  createVNode(unref(_sfc_main$v), {
@@ -34037,22 +33579,22 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34037
33579
  sheetNames.value.length > 1 ? (openBlock(), createBlock(unref(SelectInput), {
34038
33580
  key: 0,
34039
33581
  modelValue: selectedSheet.value,
34040
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => selectedSheet.value = $event),
33582
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedSheet.value = $event),
34041
33583
  options: sheetNames.value,
34042
33584
  label: "Select Sheet"
34043
33585
  }, null, 8, ["modelValue", "options"])) : createCommentVNode("", true),
34044
33586
  createVNode(unref(CheckInput), {
34045
33587
  modelValue: hasHeaders.value,
34046
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => hasHeaders.value = $event),
33588
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => hasHeaders.value = $event),
34047
33589
  label: "Mark this if file has a header row",
34048
33590
  class: "m-0",
34049
33591
  style: { "--bgl-accent-color": "var(--bgl-black)", "--bgl-primary": "var(--bgl-black)" }
34050
33592
  }, null, 8, ["modelValue"])
34051
33593
  ])) : createCommentVNode("", true),
34052
33594
  file.value && !isLoading.value && fileHeaders.value.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_6$5, [
34053
- _cache[37] || (_cache[37] = createElementVNode("p", { class: "label pb-1 border-bottom mb-1" }, " Match each required field to a column from your file, set default values, or configure transformations ", -1)),
33595
+ _cache[36] || (_cache[36] = createElementVNode("p", { class: "label pb-1 border-bottom mb-1" }, " Match each required field to a column from your file, set default values, or configure transformations ", -1)),
34054
33596
  createElementVNode("div", _hoisted_7$4, [
34055
- _cache[34] || (_cache[34] = createElementVNode("div", { class: "grid grid-wrap-5 gap-1 bold pb-1 m_none" }, [
33597
+ _cache[33] || (_cache[33] = createElementVNode("div", { class: "grid grid-wrap-5 gap-1 bold pb-1 m_none" }, [
34056
33598
  createElementVNode("p", null, "Schema Field"),
34057
33599
  createElementVNode("p", null, "Column from File"),
34058
33600
  createElementVNode("p", null, "Default Value"),
@@ -34066,7 +33608,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34066
33608
  }, [
34067
33609
  createElementVNode("div", null, [
34068
33610
  createElementVNode("div", _hoisted_8$3, [
34069
- createElementVNode("p", _hoisted_9$2, toDisplayString(field.label), 1),
33611
+ createElementVNode("p", _hoisted_9$3, toDisplayString(field.label), 1),
34070
33612
  field.isArrayField ? (openBlock(), createElementBlock("span", _hoisted_10$2, "↳")) : createCommentVNode("", true),
34071
33613
  field.$el === "array" ? (openBlock(), createBlock(unref(Pill), {
34072
33614
  key: 1,
@@ -34087,6 +33629,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34087
33629
  "onUpdate:modelValue": ($event) => fieldMapping[field.id] = $event,
34088
33630
  icon: "table_chart",
34089
33631
  options: fileHeaders.value,
33632
+ searchable: "",
34090
33633
  required: isFieldRequired(field),
34091
33634
  disabled: field.disabled,
34092
33635
  onChange: ($event) => handleSelectChange($event, field.id)
@@ -34132,19 +33675,19 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34132
33675
  ]),
34133
33676
  mappingComplete.value ? (openBlock(), createElementBlock("div", _hoisted_18, [
34134
33677
  createVNode(unref(Btn), { onClick: showPreview }, {
34135
- default: withCtx(() => _cache[35] || (_cache[35] = [
33678
+ default: withCtx(() => _cache[34] || (_cache[34] = [
34136
33679
  createTextVNode(" Preview Data ")
34137
33680
  ])),
34138
33681
  _: 1
34139
33682
  })
34140
- ])) : (openBlock(), createElementBlock("div", _hoisted_19, _cache[36] || (_cache[36] = [
33683
+ ])) : (openBlock(), createElementBlock("div", _hoisted_19, _cache[35] || (_cache[35] = [
34141
33684
  createElementVNode("div", { class: "mapping-incomplete-message" }, " Please map the required fields to continue ", -1)
34142
33685
  ])))
34143
33686
  ])) : createCommentVNode("", true)
34144
33687
  ]),
34145
33688
  createVNode(unref(_sfc_main$f), {
34146
33689
  visible: showTransformDialog.value,
34147
- "onUpdate:visible": _cache[11] || (_cache[11] = ($event) => showTransformDialog.value = $event),
33690
+ "onUpdate:visible": _cache[10] || (_cache[10] = ($event) => showTransformDialog.value = $event),
34148
33691
  title: "Configure Transformations",
34149
33692
  width: "800"
34150
33693
  }, {
@@ -34152,18 +33695,18 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34152
33695
  selectedTransformField.value ? (openBlock(), createElementBlock("div", _hoisted_20, [
34153
33696
  createElementVNode("div", _hoisted_21, [
34154
33697
  createElementVNode("p", null, [
34155
- _cache[38] || (_cache[38] = createTextVNode("Create transformations for ")),
33698
+ _cache[37] || (_cache[37] = createTextVNode("Create transformations for ")),
34156
33699
  createElementVNode("strong", null, toDisplayString(selectedTransformField.value.label), 1)
34157
33700
  ]),
34158
33701
  createVNode(unref(Btn), {
34159
33702
  icon: "auto_awesome",
34160
33703
  thin: "",
34161
33704
  value: "Autodetect",
34162
- onClick: _cache[4] || (_cache[4] = ($event) => autoPopulateTransformations(selectedTransformField.value.id))
33705
+ onClick: _cache[3] || (_cache[3] = ($event) => autoPopulateTransformations(selectedTransformField.value.id))
34163
33706
  })
34164
33707
  ]),
34165
33708
  createElementVNode("div", null, [
34166
- _cache[39] || (_cache[39] = createElementVNode("div", { class: "grid grid-wrap-7 gap-1 bold pb-05 m_none" }, [
33709
+ _cache[38] || (_cache[38] = createElementVNode("div", { class: "grid grid-wrap-7 gap-1 bold pb-05 m_none" }, [
34167
33710
  createElementVNode("p", { class: "grid-span-2" }, " Source Value "),
34168
33711
  createElementVNode("p", { class: "grid-span-4" }, " Target Value "),
34169
33712
  createElementVNode("p", null, "Action")
@@ -34192,14 +33735,14 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34192
33735
  fieldMapping[selectedTransformField.value.id] ? (openBlock(), createBlock(unref(SelectInput), {
34193
33736
  key: 0,
34194
33737
  modelValue: selectedSourceValue.value,
34195
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => selectedSourceValue.value = $event),
33738
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => selectedSourceValue.value = $event),
34196
33739
  searchable: "",
34197
33740
  options: sourceValueOptions.value,
34198
33741
  placeholder: "Select source value"
34199
33742
  }, null, 8, ["modelValue", "options"])) : (openBlock(), createBlock(TextInput, {
34200
33743
  key: 1,
34201
33744
  modelValue: selectedSourceValue.value,
34202
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => selectedSourceValue.value = $event),
33745
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => selectedSourceValue.value = $event),
34203
33746
  type: "text",
34204
33747
  placeholder: "Source value"
34205
33748
  }, null, 8, ["modelValue"]))
@@ -34208,14 +33751,14 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34208
33751
  selectedTransformField.value.options && selectedTransformField.value.options.length > 0 ? (openBlock(), createBlock(unref(SelectInput), {
34209
33752
  key: 0,
34210
33753
  modelValue: selectedTargetValue.value,
34211
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTargetValue.value = $event),
33754
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => selectedTargetValue.value = $event),
34212
33755
  searchable: "",
34213
33756
  options: selectedTransformField.value.options,
34214
33757
  placeholder: "Select target value"
34215
33758
  }, null, 8, ["modelValue", "options"])) : (openBlock(), createBlock(TextInput, {
34216
33759
  key: 1,
34217
33760
  modelValue: selectedTargetValue.value,
34218
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => selectedTargetValue.value = $event),
33761
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTargetValue.value = $event),
34219
33762
  type: "text",
34220
33763
  placeholder: "Target value"
34221
33764
  }, null, 8, ["modelValue"]))
@@ -34225,7 +33768,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34225
33768
  thin: "",
34226
33769
  icon: "add",
34227
33770
  color: "primary",
34228
- onClick: _cache[9] || (_cache[9] = ($event) => addTransformation(selectedTransformField.value.id))
33771
+ onClick: _cache[8] || (_cache[8] = ($event) => addTransformation(selectedTransformField.value.id))
34229
33772
  }, null, 512), [
34230
33773
  [_directive_tooltip, "Add"]
34231
33774
  ])
@@ -34236,7 +33779,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34236
33779
  createVNode(unref(Btn), {
34237
33780
  class: "ms-auto",
34238
33781
  value: "Close",
34239
- onClick: _cache[10] || (_cache[10] = ($event) => showTransformDialog.value = false)
33782
+ onClick: _cache[9] || (_cache[9] = ($event) => showTransformDialog.value = false)
34240
33783
  })
34241
33784
  ])
34242
33785
  ])) : createCommentVNode("", true)
@@ -34245,7 +33788,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34245
33788
  }, 8, ["visible"]),
34246
33789
  createVNode(unref(_sfc_main$f), {
34247
33790
  visible: showRelatedDialog.value,
34248
- "onUpdate:visible": _cache[17] || (_cache[17] = ($event) => showRelatedDialog.value = $event),
33791
+ "onUpdate:visible": _cache[16] || (_cache[16] = ($event) => showRelatedDialog.value = $event),
34249
33792
  title: "Configure Related Data",
34250
33793
  width: "900"
34251
33794
  }, {
@@ -34257,20 +33800,19 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34257
33800
  !relatedFiles[selectedRelationField.value.id] ? (openBlock(), createElementBlock("div", _hoisted_30, [
34258
33801
  createVNode(unref(DragOver), {
34259
33802
  accept: ".csv,.xls,.xlsx",
34260
- onAddFiles: _cache[12] || (_cache[12] = (files2) => {
34261
- if (files2[0]) processRelatedFile(selectedRelationField.value.id, files2[0]);
34262
- })
33803
+ browse: "",
33804
+ onAddFiles: _cache[11] || (_cache[11] = (files2) => processRelatedFile(selectedRelationField.value.id, files2))
34263
33805
  }, {
34264
33806
  default: withCtx(() => [
34265
- createVNode(unref(_sfc_main$15), { class: "flex flex-column items-center justify-center outline-dashed outline-3 hover bg-input" }, {
33807
+ createVNode(unref(_sfc_main$14), { class: "flex flex-column items-center justify-center outline-dashed outline-3 hover bg-input" }, {
34266
33808
  default: withCtx(() => [
34267
33809
  createVNode(unref(_sfc_main$v), {
34268
33810
  name: "upload",
34269
33811
  size: "5"
34270
33812
  }),
34271
- _cache[40] || (_cache[40] = createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
34272
- _cache[41] || (_cache[41] = createElementVNode("p", null, "or click to select a file", -1)),
34273
- _cache[42] || (_cache[42] = createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
33813
+ _cache[39] || (_cache[39] = createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
33814
+ _cache[40] || (_cache[40] = createElementVNode("p", null, "or click to select a file", -1)),
33815
+ _cache[41] || (_cache[41] = createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
34274
33816
  ]),
34275
33817
  _: 1
34276
33818
  })
@@ -34289,28 +33831,28 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34289
33831
  thin: "",
34290
33832
  round: "",
34291
33833
  value: "Change File",
34292
- onClick: _cache[13] || (_cache[13] = ($event) => relatedFiles[selectedRelationField.value.id] = null)
33834
+ onClick: _cache[12] || (_cache[12] = ($event) => relatedFiles[selectedRelationField.value.id] = null)
34293
33835
  })
34294
33836
  ]),
34295
33837
  relatedFileData[selectedRelationField.value.id] ? (openBlock(), createElementBlock("div", _hoisted_33, [
34296
- _cache[45] || (_cache[45] = createElementVNode("h4", null, "Configure Relationship", -1)),
33838
+ _cache[44] || (_cache[44] = createElementVNode("h4", null, "Configure Relationship", -1)),
34297
33839
  createElementVNode("div", _hoisted_34, [
34298
33840
  createVNode(unref(SelectInput), {
34299
33841
  modelValue: parentKeyField[selectedRelationField.value.id],
34300
- "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => parentKeyField[selectedRelationField.value.id] = $event),
33842
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => parentKeyField[selectedRelationField.value.id] = $event),
34301
33843
  options: fileHeaders.value,
34302
33844
  label: "Source Key Field (from this file)"
34303
33845
  }, null, 8, ["modelValue", "options"]),
34304
33846
  createVNode(unref(SelectInput), {
34305
33847
  modelValue: relatedKeyField[selectedRelationField.value.id],
34306
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => relatedKeyField[selectedRelationField.value.id] = $event),
33848
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => relatedKeyField[selectedRelationField.value.id] = $event),
34307
33849
  options: Object.keys(relatedFileData[selectedRelationField.value.id][0] || {}),
34308
33850
  label: "Related Key Field (from related file)"
34309
33851
  }, null, 8, ["modelValue", "options"])
34310
33852
  ]),
34311
- _cache[46] || (_cache[46] = createElementVNode("h4", null, "Map Related Fields", -1)),
33853
+ _cache[45] || (_cache[45] = createElementVNode("h4", null, "Map Related Fields", -1)),
34312
33854
  createElementVNode("table", null, [
34313
- _cache[44] || (_cache[44] = createElementVNode("thead", null, [
33855
+ _cache[43] || (_cache[43] = createElementVNode("thead", null, [
34314
33856
  createElementVNode("tr", null, [
34315
33857
  createElementVNode("th", null, "Child Field"),
34316
33858
  createElementVNode("th", null, "Related File Column"),
@@ -34355,7 +33897,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34355
33897
  icon: "transform",
34356
33898
  onClick: ($event) => openRelatedTransformDialog(selectedRelationField.value.id, schemaItem)
34357
33899
  }, {
34358
- default: withCtx(() => _cache[43] || (_cache[43] = [
33900
+ default: withCtx(() => _cache[42] || (_cache[42] = [
34359
33901
  createTextVNode(" Transform ")
34360
33902
  ])),
34361
33903
  _: 2
@@ -34372,7 +33914,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34372
33914
  createVNode(unref(Btn), {
34373
33915
  class: "ms-auto",
34374
33916
  value: "Close",
34375
- onClick: _cache[16] || (_cache[16] = ($event) => showRelatedDialog.value = false)
33917
+ onClick: _cache[15] || (_cache[15] = ($event) => showRelatedDialog.value = false)
34376
33918
  })
34377
33919
  ])
34378
33920
  ])) : createCommentVNode("", true)
@@ -34382,7 +33924,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34382
33924
  }, 8, ["visible"]),
34383
33925
  createVNode(unref(_sfc_main$f), {
34384
33926
  visible: showPreviewModal.value,
34385
- "onUpdate:visible": _cache[21] || (_cache[21] = ($event) => showPreviewModal.value = $event),
33927
+ "onUpdate:visible": _cache[20] || (_cache[20] = ($event) => showPreviewModal.value = $event),
34386
33928
  title: "Data Preview & Edit",
34387
33929
  width: "90vw"
34388
33930
  }, {
@@ -34390,7 +33932,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34390
33932
  createElementVNode("div", null, [
34391
33933
  createVNode(unref(_sfc_main$5), {
34392
33934
  modelValue: previewData.value,
34393
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => previewData.value = $event),
33935
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => previewData.value = $event),
34394
33936
  class: "popupPreviewSpreadsheet",
34395
33937
  "column-config": spreadsheetColumns.value,
34396
33938
  "allow-add-row": ""
@@ -34403,11 +33945,11 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34403
33945
  flat: "",
34404
33946
  thin: "",
34405
33947
  value: "Cancel",
34406
- onClick: _cache[19] || (_cache[19] = ($event) => showPreviewModal.value = false)
33948
+ onClick: _cache[18] || (_cache[18] = ($event) => showPreviewModal.value = false)
34407
33949
  }),
34408
33950
  createVNode(unref(Btn), {
34409
33951
  value: "Import Data",
34410
- onClick: _cache[20] || (_cache[20] = ($event) => processData())
33952
+ onClick: _cache[19] || (_cache[19] = ($event) => processData())
34411
33953
  })
34412
33954
  ])
34413
33955
  ])
@@ -34416,7 +33958,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34416
33958
  }, 8, ["visible"]),
34417
33959
  createVNode(unref(_sfc_main$f), {
34418
33960
  visible: showRelatedTransformDialog.value,
34419
- "onUpdate:visible": _cache[29] || (_cache[29] = ($event) => showRelatedTransformDialog.value = $event),
33961
+ "onUpdate:visible": _cache[28] || (_cache[28] = ($event) => showRelatedTransformDialog.value = $event),
34420
33962
  title: "Configure Related Transformations",
34421
33963
  width: "800"
34422
33964
  }, {
@@ -34425,7 +33967,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34425
33967
  return [
34426
33968
  selectedRelatedTransformField.value ? (openBlock(), createElementBlock("div", _hoisted_40, [
34427
33969
  createElementVNode("p", null, [
34428
- _cache[47] || (_cache[47] = createTextVNode("Create transformations for ")),
33970
+ _cache[46] || (_cache[46] = createTextVNode("Create transformations for ")),
34429
33971
  createElementVNode("strong", null, toDisplayString(selectedRelatedTransformField.value.field.label), 1),
34430
33972
  createTextVNode(" in " + toDisplayString((_a = selectedRelationField.value) == null ? void 0 : _a.label), 1)
34431
33973
  ]),
@@ -34436,7 +33978,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34436
33978
  icon: "auto_awesome",
34437
33979
  value: "Autolink",
34438
33980
  color: "primary",
34439
- onClick: _cache[22] || (_cache[22] = ($event) => autoPopulateRelatedTransformations(
33981
+ onClick: _cache[21] || (_cache[21] = ($event) => autoPopulateRelatedTransformations(
34440
33982
  selectedRelatedTransformField.value.parentId,
34441
33983
  selectedRelatedTransformField.value.field.id
34442
33984
  ))
@@ -34445,7 +33987,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34445
33987
  ]),
34446
33988
  createElementVNode("div", null, [
34447
33989
  createElementVNode("table", null, [
34448
- _cache[48] || (_cache[48] = createElementVNode("thead", null, [
33990
+ _cache[47] || (_cache[47] = createElementVNode("thead", null, [
34449
33991
  createElementVNode("tr", null, [
34450
33992
  createElementVNode("th", null, "Source Value"),
34451
33993
  createElementVNode("th", null, "Target Value"),
@@ -34478,13 +34020,13 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34478
34020
  ((_c = relatedFileMappings[selectedRelatedTransformField.value.parentId]) == null ? void 0 : _c[selectedRelatedTransformField.value.field.id]) ? (openBlock(), createBlock(unref(SelectInput), {
34479
34021
  key: 0,
34480
34022
  modelValue: selectedRelatedSourceValue.value,
34481
- "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => selectedRelatedSourceValue.value = $event),
34023
+ "onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => selectedRelatedSourceValue.value = $event),
34482
34024
  searchable: "",
34483
34025
  options: relatedSourceValueOptions.value,
34484
34026
  placeholder: "Select source value"
34485
34027
  }, null, 8, ["modelValue", "options"])) : withDirectives((openBlock(), createElementBlock("input", {
34486
34028
  key: 1,
34487
- "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => selectedRelatedSourceValue.value = $event),
34029
+ "onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => selectedRelatedSourceValue.value = $event),
34488
34030
  type: "text",
34489
34031
  placeholder: "Source value"
34490
34032
  }, null, 512)), [
@@ -34495,13 +34037,13 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34495
34037
  selectedRelatedTransformField.value.field.options && selectedRelatedTransformField.value.field.options.length > 0 ? (openBlock(), createBlock(unref(SelectInput), {
34496
34038
  key: 0,
34497
34039
  modelValue: selectedRelatedTargetValue.value,
34498
- "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => selectedRelatedTargetValue.value = $event),
34040
+ "onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => selectedRelatedTargetValue.value = $event),
34499
34041
  searchable: "",
34500
34042
  options: selectedRelatedTransformField.value.field.options,
34501
34043
  placeholder: "Select target value"
34502
34044
  }, null, 8, ["modelValue", "options"])) : withDirectives((openBlock(), createElementBlock("input", {
34503
34045
  key: 1,
34504
- "onUpdate:modelValue": _cache[26] || (_cache[26] = ($event) => selectedRelatedTargetValue.value = $event),
34046
+ "onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => selectedRelatedTargetValue.value = $event),
34505
34047
  type: "text",
34506
34048
  placeholder: "Target value"
34507
34049
  }, null, 512)), [
@@ -34513,7 +34055,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34513
34055
  thin: "",
34514
34056
  icon: "add",
34515
34057
  color: "primary",
34516
- onClick: _cache[27] || (_cache[27] = ($event) => addRelatedTransformation(
34058
+ onClick: _cache[26] || (_cache[26] = ($event) => addRelatedTransformation(
34517
34059
  selectedRelatedTransformField.value.parentId,
34518
34060
  selectedRelatedTransformField.value.field.id
34519
34061
  ))
@@ -34527,9 +34069,9 @@ ${unmatchedValues.length} values could not be automatically matched.`);
34527
34069
  ]),
34528
34070
  createElementVNode("div", null, [
34529
34071
  createVNode(unref(Btn), {
34530
- onClick: _cache[28] || (_cache[28] = ($event) => showRelatedTransformDialog.value = false)
34072
+ onClick: _cache[27] || (_cache[27] = ($event) => showRelatedTransformDialog.value = false)
34531
34073
  }, {
34532
- default: withCtx(() => _cache[49] || (_cache[49] = [
34074
+ default: withCtx(() => _cache[48] || (_cache[48] = [
34533
34075
  createTextVNode(" Close ")
34534
34076
  ])),
34535
34077
  _: 1
@@ -34554,7 +34096,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
34554
34096
  },
34555
34097
  setup(__props) {
34556
34098
  return (_ctx, _cache) => {
34557
- return openBlock(), createBlock(unref(_sfc_main$15), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
34099
+ return openBlock(), createBlock(unref(_sfc_main$14), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
34558
34100
  default: withCtx(() => [
34559
34101
  renderSlot(_ctx.$slots, "brand", {}, void 0, true),
34560
34102
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.navLinks, (nav, i2) => {
@@ -34658,7 +34200,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
34658
34200
  icon: "keyboard_arrow_right",
34659
34201
  onClick: unref(toggleMenu)
34660
34202
  }, null, 8, ["onClick"]),
34661
- createVNode(unref(_sfc_main$15), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
34203
+ createVNode(unref(_sfc_main$14), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
34662
34204
  default: withCtx(() => [
34663
34205
  !unref(isOpen) || !unref(slots)["brand-open"] ? renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : createCommentVNode("", true),
34664
34206
  unref(isOpen) ? renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : createCommentVNode("", true),
@@ -34740,8 +34282,8 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
34740
34282
  });
34741
34283
  const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-8788ed73"]]);
34742
34284
  const _hoisted_1$j = { class: "bgl_card tabs-top" };
34743
- const _hoisted_2$c = { class: "tabs grid auto-flow-columns fit-content" };
34744
- const _hoisted_3$9 = ["onClick"];
34285
+ const _hoisted_2$d = { class: "tabs grid auto-flow-columns fit-content" };
34286
+ const _hoisted_3$a = ["onClick"];
34745
34287
  const _sfc_main$n = /* @__PURE__ */ defineComponent({
34746
34288
  __name: "TabbedLayout",
34747
34289
  props: {
@@ -34777,7 +34319,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
34777
34319
  }, [
34778
34320
  createElementVNode("div", _hoisted_1$j, [
34779
34321
  renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
34780
- createElementVNode("div", _hoisted_2$c, [
34322
+ createElementVNode("div", _hoisted_2$d, [
34781
34323
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, (tab) => {
34782
34324
  var _a;
34783
34325
  return openBlock(), createElementBlock("div", {
@@ -34786,7 +34328,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
34786
34328
  active: tab === unref(activeTab) || tab === ((_a = _ctx.router) == null ? void 0 : _a.currentRoute.value.path.split("/").slice(-1)[0])
34787
34329
  }, "tab"]),
34788
34330
  onClick: ($event) => changeTab(tab)
34789
- }, toDisplayString(tab), 11, _hoisted_3$9);
34331
+ }, toDisplayString(tab), 11, _hoisted_3$a);
34790
34332
  }), 128))
34791
34333
  ])
34792
34334
  ]),
@@ -34981,11 +34523,11 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
34981
34523
  });
34982
34524
  const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-6ece2018"]]);
34983
34525
  const _hoisted_1$g = { class: "txt-start" };
34984
- const _hoisted_2$b = {
34526
+ const _hoisted_2$c = {
34985
34527
  key: 0,
34986
34528
  class: "txt10 m-0 p-0 txt-gray ellipsis"
34987
34529
  };
34988
- const _hoisted_3$8 = { class: "m-0 p-0 ellipsis-1 line-height-14 pb-025" };
34530
+ const _hoisted_3$9 = { class: "m-0 p-0 ellipsis-1 line-height-14 pb-025" };
34989
34531
  const _hoisted_4$5 = {
34990
34532
  key: 1,
34991
34533
  class: "txt12 m-0 p-0 opacity-7 ellipsis-1"
@@ -35060,11 +34602,11 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
35060
34602
  icon: _ctx.icon
35061
34603
  }, null, 8, ["icon"])) : createCommentVNode("", true),
35062
34604
  createElementVNode("div", _hoisted_1$g, [
35063
- _ctx.lead ? (openBlock(), createElementBlock("p", _hoisted_2$b, [
34605
+ _ctx.lead ? (openBlock(), createElementBlock("p", _hoisted_2$c, [
35064
34606
  createTextVNode(toDisplayString(_ctx.lead) + " ", 1),
35065
34607
  renderSlot(_ctx.$slots, "lead")
35066
34608
  ])) : createCommentVNode("", true),
35067
- createElementVNode("p", _hoisted_3$8, [
34609
+ createElementVNode("p", _hoisted_3$9, [
35068
34610
  createTextVNode(toDisplayString(_ctx.title) + " ", 1),
35069
34611
  renderSlot(_ctx.$slots, "default")
35070
34612
  ]),
@@ -35096,20 +34638,22 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
35096
34638
  });
35097
34639
  const _sfc_main$i = {};
35098
34640
  const _hoisted_1$f = { class: "list-wrap bgl_card thin grid overflow-hidden pt-0 pb-05 px-0 m_pb-0" };
35099
- const _hoisted_2$a = { class: "p-0" };
35100
- const _hoisted_3$7 = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
34641
+ const _hoisted_2$b = { class: "p-0" };
34642
+ const _hoisted_3$8 = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
35101
34643
  function _sfc_render$3(_ctx, _cache) {
35102
34644
  return openBlock(), createElementBlock("div", _hoisted_1$f, [
35103
- createElementVNode("div", _hoisted_2$a, [
34645
+ createElementVNode("div", _hoisted_2$b, [
35104
34646
  renderSlot(_ctx.$slots, "header")
35105
34647
  ]),
35106
- createElementVNode("div", _hoisted_3$7, [
34648
+ createElementVNode("div", _hoisted_3$8, [
35107
34649
  renderSlot(_ctx.$slots, "default")
35108
34650
  ])
35109
34651
  ]);
35110
34652
  }
35111
34653
  const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$3]]);
35112
- const _hoisted_1$e = { class: "flex-center" };
34654
+ const _hoisted_1$e = ["width", "height"];
34655
+ const _hoisted_2$a = ["r", "stroke", "stroke-width"];
34656
+ const _hoisted_3$7 = ["r", "stroke", "stroke-width", "stroke-dasharray"];
35113
34657
  const _sfc_main$h = /* @__PURE__ */ defineComponent({
35114
34658
  __name: "Loading",
35115
34659
  props: {
@@ -35117,7 +34661,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
35117
34661
  thickness: {},
35118
34662
  duration: { default: 1.2 },
35119
34663
  type: { default: "ring" },
35120
- color: {}
34664
+ color: {},
34665
+ progress: {}
35121
34666
  },
35122
34667
  setup(__props) {
35123
34668
  const theme = toRef(__props, "type");
@@ -35131,8 +34676,18 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
35131
34676
  const borderValue = __props.thickness ?? Math.max(Number.parseInt(computedSize.value) / 9, 2);
35132
34677
  return standardSize(borderValue);
35133
34678
  });
34679
+ const svgStrokeWidth = computed(() => {
34680
+ const borderNumeric = Number.parseFloat(computedBorder.value);
34681
+ const sizeNumeric = Number.parseFloat(computedSize.value);
34682
+ return Math.round(borderNumeric / sizeNumeric * 100) * 0.9;
34683
+ });
34684
+ const svgRadius = computed(() => 50 - svgStrokeWidth.value / 2);
34685
+ const svgCircumference = computed(() => Math.PI * 2 * svgRadius.value);
35134
34686
  return (_ctx, _cache) => {
35135
- return openBlock(), createElementBlock("div", _hoisted_1$e, [
34687
+ return openBlock(), createElementBlock("div", {
34688
+ class: normalizeClass(["flex-center", { progress: _ctx.progress !== void 0 }]),
34689
+ style: normalizeStyle({ "--progress": _ctx.progress })
34690
+ }, [
35136
34691
  theme.value === "bar" ? (openBlock(), createElementBlock("div", {
35137
34692
  key: 0,
35138
34693
  class: "lds-bar",
@@ -35155,7 +34710,33 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
35155
34710
  class: "lds-ring",
35156
34711
  style: normalizeStyle({ "--size": computedSize.value, "--thickness": computedBorder.value })
35157
34712
  }, [
35158
- (openBlock(), createElementBlock(Fragment, null, renderList(4, (n2) => {
34713
+ _ctx.progress !== void 0 ? (openBlock(), createElementBlock("svg", {
34714
+ key: 0,
34715
+ width: computedSize.value,
34716
+ height: computedSize.value,
34717
+ viewBox: "0 0 100 100"
34718
+ }, [
34719
+ createElementVNode("circle", {
34720
+ cx: "50",
34721
+ cy: "50",
34722
+ r: svgRadius.value,
34723
+ fill: "none",
34724
+ stroke: _ctx.color || "currentColor",
34725
+ "stroke-width": svgStrokeWidth.value,
34726
+ "stroke-opacity": "0.2"
34727
+ }, null, 8, _hoisted_2$a),
34728
+ createElementVNode("circle", {
34729
+ cx: "50",
34730
+ cy: "50",
34731
+ r: svgRadius.value,
34732
+ fill: "none",
34733
+ stroke: _ctx.color || "currentColor",
34734
+ "stroke-width": svgStrokeWidth.value,
34735
+ "stroke-linecap": "round",
34736
+ "stroke-dasharray": `${_ctx.progress / 100 * svgCircumference.value} ${svgCircumference.value}`,
34737
+ transform: "rotate(-90 50 50)"
34738
+ }, null, 8, _hoisted_3$7)
34739
+ ], 8, _hoisted_1$e)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, renderList(4, (n2) => {
35159
34740
  return createElementVNode("div", {
35160
34741
  key: n2,
35161
34742
  style: normalizeStyle({
@@ -35170,11 +34751,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
35170
34751
  }, null, 4);
35171
34752
  }), 64))
35172
34753
  ], 4)) : createCommentVNode("", true)
35173
- ]);
34754
+ ], 6);
35174
34755
  };
35175
34756
  }
35176
34757
  });
35177
- const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-2d349a92"]]);
34758
+ const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-5f6435e8"]]);
35178
34759
  const _hoisted_1$d = ["id"];
35179
34760
  const defaultMarkerSVG = '<svg width="28" height="38" viewBox="0 0 28 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2263 37.7955C17.0897 37.7955 19.4109 37.0138 19.4109 36.0496C19.4109 35.0854 17.0897 34.3037 14.2263 34.3037C11.363 34.3037 9.04175 35.0854 9.04175 36.0496C9.04175 37.0138 11.363 37.7955 14.2263 37.7955Z" fill="black" fill-opacity="0.1"/><path d="M14.2265 0.549591C21.2842 0.549591 27.0131 6.23786 27.0787 13.28V13.4024C27.0787 19.3328 24.4759 24.4306 21.5627 28.2764C18.6511 32.12 15.4577 34.6754 14.3457 35.5097C14.2748 35.5629 14.1778 35.5629 14.1068 35.5097C12.9947 34.675 9.80135 32.1197 6.88984 28.2762C3.97665 24.4304 1.37378 19.3328 1.37378 13.4024C1.37378 6.30387 7.12806 0.549591 14.2265 0.549591Z" fill="#ED1b3E" stroke="#ED6C6F"/><path d="M14.2263 21.6185C18.7639 21.6185 22.4424 17.94 22.4424 13.4024C22.4424 8.86477 18.7639 5.18631 14.2263 5.18631C9.68872 5.18631 6.01025 8.86477 6.01025 13.4024C6.01025 17.94 9.68872 21.6185 14.2263 21.6185Z" fill="white"/></svg>';
35180
34761
  const leafletScriptUrl = "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js";
@@ -35288,13 +34869,13 @@ const _hoisted_3$6 = {
35288
34869
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
35289
34870
  __name: "Modal",
35290
34871
  props: {
35291
- thin: { type: Boolean },
35292
- side: { type: Boolean },
34872
+ thin: { type: Boolean, default: false },
34873
+ side: { type: Boolean, default: false },
35293
34874
  title: {},
35294
34875
  width: {},
35295
- dismissable: { type: Boolean },
34876
+ dismissable: { type: Boolean, default: true },
35296
34877
  actions: {},
35297
- visible: { type: Boolean }
34878
+ visible: { type: Boolean, default: false }
35298
34879
  },
35299
34880
  emits: ["update:visible"],
35300
34881
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -35342,7 +34923,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
35342
34923
  onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
35343
34924
  onKeydown: withKeys(closeModal, ["esc"])
35344
34925
  }, [
35345
- createVNode(unref(_sfc_main$15), {
34926
+ createVNode(unref(_sfc_main$14), {
35346
34927
  class: "modal",
35347
34928
  style: normalizeStyle({ ...maxWidth.value }),
35348
34929
  thin: _ctx.thin,
@@ -35354,28 +34935,30 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
35354
34935
  return [
35355
34936
  unref(slots).toolbar || _ctx.title ? (openBlock(), createElementBlock("header", _hoisted_1$c, [
35356
34937
  renderSlot(_ctx.$slots, "toolbar"),
35357
- createVNode(unref(Btn), {
34938
+ _ctx.dismissable ? (openBlock(), createBlock(unref(Btn), {
34939
+ key: 0,
35358
34940
  style: normalizeStyle({ float: _ctx.side ? "left" : "right" }),
35359
34941
  flat: "",
35360
34942
  icon: "close",
35361
34943
  thin: "",
35362
34944
  onClick: closeModal
35363
- }, null, 8, ["style"]),
34945
+ }, null, 8, ["style"])) : createCommentVNode("", true),
35364
34946
  _ctx.title ? (openBlock(), createBlock(unref(_sfc_main$4), {
35365
- key: 0,
34947
+ key: 1,
35366
34948
  class: "modal-title",
35367
34949
  tag: "h3",
35368
34950
  label: _ctx.title
35369
34951
  }, null, 8, ["label"])) : createCommentVNode("", true)
35370
34952
  ])) : (openBlock(), createElementBlock("div", _hoisted_2$9, [
35371
- createVNode(unref(Btn), {
34953
+ _ctx.dismissable ? (openBlock(), createBlock(unref(Btn), {
34954
+ key: 0,
35372
34955
  class: "position-start",
35373
34956
  icon: "close",
35374
34957
  thin: "",
35375
34958
  round: "",
35376
34959
  color: "white",
35377
34960
  onClick: closeModal
35378
- })
34961
+ })) : createCommentVNode("", true)
35379
34962
  ])),
35380
34963
  renderSlot(_ctx.$slots, "default"),
35381
34964
  unref(slots).footer || ((_a = _ctx.actions) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("footer", _hoisted_3$6, [
@@ -35526,7 +35109,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
35526
35109
  "onUpdate:visible": _cache[3] || (_cache[3] = ($event) => emit2("update:visible", $event))
35527
35110
  }, createSlots({
35528
35111
  default: withCtx(() => [
35529
- _ctx.visible ? (openBlock(), createBlock(unref(_sfc_main$X), {
35112
+ _ctx.visible ? (openBlock(), createBlock(unref(_sfc_main$W), {
35530
35113
  key: 0,
35531
35114
  ref_key: "form",
35532
35115
  ref: form,
@@ -35897,11 +35480,15 @@ const _hoisted_5$3 = {
35897
35480
  class: "flex h-100"
35898
35481
  };
35899
35482
  const _hoisted_6$3 = {
35483
+ key: 3,
35484
+ class: "pillText"
35485
+ };
35486
+ const _hoisted_7$3 = {
35900
35487
  key: 5,
35901
35488
  class: "loading"
35902
35489
  };
35903
- const _hoisted_7$3 = { key: 6 };
35904
- const _hoisted_8$2 = {
35490
+ const _hoisted_8$2 = { key: 6 };
35491
+ const _hoisted_9$2 = {
35905
35492
  key: 0,
35906
35493
  class: "flex h-100"
35907
35494
  };
@@ -35921,12 +35508,14 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
35921
35508
  modelValue: {},
35922
35509
  round: { type: Boolean },
35923
35510
  btn: {},
35924
- btnEnd: {}
35511
+ btnEnd: {},
35512
+ large: { type: Boolean },
35513
+ small: { type: Boolean }
35925
35514
  },
35926
35515
  setup(__props) {
35927
35516
  useCssVars((_ctx) => ({
35928
- "09d70b6a": computedBackgroundColor.value,
35929
- "69df9534": cumputedTextColor.value
35517
+ "0da076cc": computedBackgroundColor.value,
35518
+ "ae6db216": cumputedTextColor.value
35930
35519
  }));
35931
35520
  const props2 = __props;
35932
35521
  const slots = useSlots();
@@ -35975,12 +35564,15 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
35975
35564
  );
35976
35565
  return (_ctx, _cache) => {
35977
35566
  return openBlock(), createElementBlock("div", {
35567
+ style: { "height": "var(--pill-height)" },
35978
35568
  disabled: _ctx.disabled,
35979
35569
  class: normalizeClass({
35980
35570
  "bgl_pill": !_ctx.icon || unref(slots).default || _ctx.value,
35981
35571
  round: _ctx.round,
35982
35572
  "bgl_flatPill": _ctx.flat,
35983
- "bgl_pill-border": _ctx.border || _ctx.outline
35573
+ "bgl_pill-border": _ctx.border || _ctx.outline,
35574
+ "pillLarge": _ctx.large,
35575
+ "pillSmall": _ctx.small
35984
35576
  })
35985
35577
  }, [
35986
35578
  createElementVNode("div", _hoisted_2$4, [
@@ -35995,18 +35587,18 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
35995
35587
  ])),
35996
35588
  _ctx.icon ? (openBlock(), createBlock(unref(_sfc_main$v), {
35997
35589
  key: 2,
35998
- icon: _ctx.icon
35590
+ icon: _ctx.icon,
35591
+ style: { "font-size": "var(--pill-font-size)" }
35999
35592
  }, null, 8, ["icon"])) : createCommentVNode("", true),
36000
35593
  renderSlot(_ctx.$slots, "default", {}, void 0, true),
36001
- !unref(slots).default ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
36002
- createTextVNode(toDisplayString(_ctx.value || _ctx.modelValue), 1)
36003
- ], 64)) : createCommentVNode("", true),
35594
+ !unref(slots).default ? (openBlock(), createElementBlock("p", _hoisted_6$3, toDisplayString(_ctx.value || _ctx.modelValue) + " " + toDisplayString(unref(slots).default ? unref(slots).default : _ctx.value || _ctx.modelValue) + " " + toDisplayString(_ctx.value || _ctx.modelValue), 1)) : createCommentVNode("", true),
36004
35595
  _ctx.iconEnd ? (openBlock(), createBlock(unref(_sfc_main$v), {
36005
35596
  key: 4,
36006
- icon: _ctx.iconEnd
35597
+ icon: _ctx.iconEnd,
35598
+ style: { "font-size": "var(--pill-font-size)" }
36007
35599
  }, null, 8, ["icon"])) : createCommentVNode("", true),
36008
- _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_6$3)) : (openBlock(), createElementBlock("div", _hoisted_7$3, [
36009
- _ctx.btnEnd ? (openBlock(), createElementBlock("div", _hoisted_8$2, [
35600
+ _ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_7$3)) : (openBlock(), createElementBlock("div", _hoisted_8$2, [
35601
+ _ctx.btnEnd ? (openBlock(), createElementBlock("div", _hoisted_9$2, [
36010
35602
  createVNode(unref(Btn), mergeProps({
36011
35603
  class: "bgl_pill-btn",
36012
35604
  round: "",
@@ -36020,7 +35612,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
36020
35612
  };
36021
35613
  }
36022
35614
  });
36023
- const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-ae730ec5"]]);
35615
+ const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-91ae070e"]]);
36024
35616
  const _sfc_main$8 = {};
36025
35617
  function _sfc_render$2(_ctx, _cache) {
36026
35618
  const _component_router_view = resolveComponent("router-view");
@@ -37396,7 +36988,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
37396
36988
  placeholder: "Search",
37397
36989
  class: "m-0 max-w200px"
37398
36990
  }, null, 8, ["modelValue"]),
37399
- createVNode(unref(_sfc_main$_), {
36991
+ createVNode(unref(_sfc_main$Z), {
37400
36992
  flat: "",
37401
36993
  thin: "",
37402
36994
  icon: "more_vert"
@@ -37429,7 +37021,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
37429
37021
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(wrapText) ? wrapText.value = $event : null),
37430
37022
  label: "Wrap Text"
37431
37023
  }, null, 8, ["modelValue"]),
37432
- createVNode(unref(_sfc_main$_), { placement: "auto-end" }, {
37024
+ createVNode(unref(_sfc_main$Z), { placement: "auto-end" }, {
37433
37025
  trigger: withCtx(({ show }) => [
37434
37026
  createVNode(unref(_sfc_main$j), {
37435
37027
  title: "Column Visibility",
@@ -40014,39 +39606,38 @@ function useSearch(params) {
40014
39606
  };
40015
39607
  }
40016
39608
  export {
40017
- _sfc_main$1j as Accordion,
39609
+ _sfc_main$1i as Accordion,
40018
39610
  AccordionItem,
40019
- _sfc_main$1h as AddressSearch,
39611
+ _sfc_main$1g as AddressSearch,
40020
39612
  Alert,
40021
39613
  Avatar,
40022
39614
  Badge,
40023
- _sfc_main$X as BagelForm,
39615
+ _sfc_main$W as BagelForm,
40024
39616
  BglMultiStepForm as BagelMultiStepForm,
40025
39617
  BagelVue,
40026
- _sfc_main$X as BglForm,
39618
+ _sfc_main$W as BglForm,
40027
39619
  BglVideo,
40028
39620
  BottomMenu,
40029
39621
  Btn,
40030
39622
  Index as Calendar,
40031
- _sfc_main$15 as Card,
39623
+ _sfc_main$14 as Card,
40032
39624
  Carousel,
40033
39625
  CheckInput,
40034
39626
  Checkbox,
40035
39627
  CodeEditor,
40036
- _sfc_main$R as ColorInput,
39628
+ _sfc_main$Q as ColorInput,
40037
39629
  DataPreview,
40038
39630
  DataTable,
40039
- _sfc_main$P as DateInput,
39631
+ _sfc_main$O as DateInput,
40040
39632
  DatePicker,
40041
39633
  DragOver,
40042
- _sfc_main$10 as Draggable,
40043
- _sfc_main$_ as Dropdown,
39634
+ _sfc_main$$ as Draggable,
39635
+ _sfc_main$Z as Dropdown,
40044
39636
  EMAIL_REGEX,
40045
39637
  EmailInput,
40046
39638
  FORM_STATE_KEY,
40047
- _sfc_main$V as FieldArray,
39639
+ _sfc_main$U as FieldArray,
40048
39640
  FieldSetVue,
40049
- FileUpload,
40050
39641
  Flag,
40051
39642
  IMAGE_FORMATS,
40052
39643
  IMAGE_FORMATS_REGEXP,
@@ -40056,7 +39647,7 @@ export {
40056
39647
  _sfc_main$s as ImportData,
40057
39648
  JSONInput,
40058
39649
  Layout,
40059
- _sfc_main$13 as Lineart,
39650
+ _sfc_main$12 as Lineart,
40060
39651
  _sfc_main$j as ListItem,
40061
39652
  ListView,
40062
39653
  Loading,