@avakhula/ui 0.0.267 → 0.0.269

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { openBlock as G, createElementBlock as ne, normalizeStyle as On, normalizeClass as me, resolveComponent as fe, createElementVNode as ae, renderSlot as Se, createVNode as ve, Transition as wi, withCtx as ye, withDirectives as Me, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as rt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as it, resolveDirective as cn, createSlots as So, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as xo, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as jr, watch as er, nextTick as qr, h as ma, createStaticVNode as va } from "vue";
1
+ import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as et, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as rt, resolveDirective as On, createSlots as To, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as So, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Br, watch as er, nextTick as jr, h as ma, createStaticVNode as va } from "vue";
2
2
  const Ae = (t, n) => {
3
3
  const e = t.__vccOpts || t;
4
4
  for (const [r, o] of n)
@@ -29,9 +29,9 @@ const Ae = (t, n) => {
29
29
  }, ba = ["name"];
30
30
  function _a(t, n, e, r, o, i) {
31
31
  return G(), ne("ion-icon", {
32
- style: On(e.styles),
32
+ style: wn(e.styles),
33
33
  name: e.name,
34
- class: me(e.classes + " ib-icon icon-" + e.name),
34
+ class: ve(e.classes + " ib-icon icon-" + e.name),
35
35
  ref: "icon"
36
36
  }, null, 14, ba);
37
37
  }
@@ -39,7 +39,7 @@ const Xe = /* @__PURE__ */ Ae(ya, [["render", _a]]);
39
39
  function At() {
40
40
  return "_" + Math.random().toString(36).substr(2, 9);
41
41
  }
42
- const No = {
42
+ const Ao = {
43
43
  methods: {
44
44
  enter(t) {
45
45
  const n = getComputedStyle(t).width;
@@ -62,7 +62,7 @@ const No = {
62
62
  };
63
63
  const $a = {
64
64
  name: "IbAccordion",
65
- mixins: [No],
65
+ mixins: [Ao],
66
66
  props: {
67
67
  isOpen: {
68
68
  type: Boolean,
@@ -92,7 +92,7 @@ const $a = {
92
92
  function Ca(t, n, e, r, o, i) {
93
93
  const s = fe("ib-icon");
94
94
  return G(), ne("div", {
95
- class: me(["ib-accordion", { active: o.isActive }])
95
+ class: ve(["ib-accordion", { active: o.isActive }])
96
96
  }, [
97
97
  ae("button", {
98
98
  class: "accordion-title",
@@ -101,27 +101,27 @@ function Ca(t, n, e, r, o, i) {
101
101
  "aria-expanded": o.isActive,
102
102
  onClick: n[0] || (n[0] = (...l) => i.onClick && i.onClick(...l))
103
103
  }, [
104
- Se(t.$slots, "title", {}, void 0, !0),
105
- ve(s, {
104
+ Ee(t.$slots, "title", {}, void 0, !0),
105
+ ge(s, {
106
106
  class: "chevron-icon",
107
107
  name: "chevron-down-outline"
108
108
  })
109
109
  ], 8, wa),
110
- ve(wi, {
110
+ ge(wi, {
111
111
  name: "expand",
112
112
  onEnter: t.enter,
113
113
  onAfterEnter: t.afterEnter,
114
114
  onLeave: t.leave
115
115
  }, {
116
116
  default: ye(() => [
117
- Me(ae("div", {
117
+ De(ae("div", {
118
118
  role: "region",
119
119
  class: "accordion-content",
120
120
  id: "accordion-section-" + o.uuid,
121
121
  "aria-labelledby": "accordion" + o.uuid
122
122
  }, [
123
123
  ae("div", ka, [
124
- Se(t.$slots, "content", {}, void 0, !0)
124
+ Ee(t.$slots, "content", {}, void 0, !0)
125
125
  ])
126
126
  ], 8, Oa), [
127
127
  [Ke, o.isActive]
@@ -239,9 +239,9 @@ function Na(t, n, e, r, o, i) {
239
239
  onMouseleave: i.onMouseleave
240
240
  }, i.attrs), {
241
241
  default: ye(() => [
242
- Se(t.$slots, "icon"),
243
- Se(t.$slots, "default"),
244
- e.href.length && e.linkMethod.toUpperCase() !== "GET" ? Me((G(), ne("form", {
242
+ Ee(t.$slots, "icon"),
243
+ Ee(t.$slots, "default"),
244
+ e.href.length && e.linkMethod.toUpperCase() !== "GET" ? De((G(), ne("form", {
245
245
  key: 0,
246
246
  ref: "form",
247
247
  method: i.formMethod,
@@ -257,7 +257,7 @@ function Na(t, n, e, r, o, i) {
257
257
  name: "_token",
258
258
  value: i.token
259
259
  }, null, 8, xa),
260
- (G(!0), ne(rt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
260
+ (G(!0), ne(et, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
261
261
  key: l,
262
262
  type: "hidden",
263
263
  name: s,
@@ -328,10 +328,10 @@ const Pa = {
328
328
  function Ma(t, n, e, r, o, i) {
329
329
  return G(), ke(wi, null, {
330
330
  default: ye(() => [
331
- Me(ae("div", {
332
- class: me(i.classes)
331
+ De(ae("div", {
332
+ class: ve(i.classes)
333
333
  }, [
334
- Se(t.$slots, "default", {}, void 0, !0)
334
+ Ee(t.$slots, "default", {}, void 0, !0)
335
335
  ], 2), [
336
336
  [Ke, o.isVisible]
337
337
  ])
@@ -370,7 +370,7 @@ function Ba(t, n, e, r, o, i) {
370
370
  return G(), ke(s, {
371
371
  position: e.position,
372
372
  "always-visible": e.alwaysVisible,
373
- class: me(i.classList)
373
+ class: ve(i.classList)
374
374
  }, {
375
375
  default: ye(() => [
376
376
  e.title ? (G(), ne("b", Ra, $e(e.title), 1)) : he("", !0),
@@ -379,12 +379,12 @@ function Ba(t, n, e, r, o, i) {
379
379
  _: 1
380
380
  }, 8, ["position", "always-visible", "class"]);
381
381
  }
382
- const Yn = /* @__PURE__ */ Ae(La, [["render", Ba], ["__scopeId", "data-v-b65f4cec"]]), Fr = {
382
+ const kn = /* @__PURE__ */ Ae(La, [["render", Ba], ["__scopeId", "data-v-796ac7bb"]]), qr = {
383
383
  [sn.primary]: sn.primary,
384
384
  [sn.tertiary]: sn.tertiary,
385
385
  [sn.ghost]: sn.ghost,
386
386
  white: "white"
387
- }, Hr = {
387
+ }, Fr = {
388
388
  xs: "xs",
389
389
  s: "s",
390
390
  m: "m"
@@ -394,13 +394,13 @@ const ja = {
394
394
  props: {
395
395
  kind: {
396
396
  type: String,
397
- default: Fr.primary,
398
- validator: (t) => Object.keys(Fr).includes(t)
397
+ default: qr.primary,
398
+ validator: (t) => Object.keys(qr).includes(t)
399
399
  },
400
400
  size: {
401
401
  type: String,
402
- default: Hr.s,
403
- validator: (t) => Object.keys(Hr).includes(t)
402
+ default: Fr.s,
403
+ validator: (t) => Object.keys(Fr).includes(t)
404
404
  },
405
405
  rounded: {
406
406
  type: Boolean,
@@ -451,7 +451,7 @@ const ja = {
451
451
  },
452
452
  components: {
453
453
  IbButton: Ia,
454
- IbTooltip: Yn
454
+ IbTooltip: kn
455
455
  },
456
456
  inheritAttrs: !1
457
457
  };
@@ -464,7 +464,7 @@ function qa(t, n, e, r, o, i) {
464
464
  "prevent-default": e.preventDefault
465
465
  }), {
466
466
  default: ye(() => [
467
- Se(t.$slots, "default"),
467
+ Ee(t.$slots, "default"),
468
468
  e.helpText.length ? (G(), ke(s, {
469
469
  key: 0,
470
470
  text: e.helpText
@@ -552,7 +552,7 @@ function Ga(t, n, e, r, o, i) {
552
552
  const s = fe("ib-icon"), l = fe("ib-icon-button");
553
553
  return G(), ne("div", {
554
554
  role: "alert",
555
- class: me(i.classes)
555
+ class: ve(i.classes)
556
556
  }, [
557
557
  ae("div", Ha, [
558
558
  ae("span", Va, [
@@ -564,10 +564,10 @@ function Ga(t, n, e, r, o, i) {
564
564
  (c = e.title) != null && c.length ? (G(), ne("b", Ua, $e(e.title), 1)) : he("", !0)
565
565
  ]),
566
566
  ae("span", za, [
567
- Se(t.$slots, "default", {}, void 0, !0)
567
+ Ee(t.$slots, "default", {}, void 0, !0)
568
568
  ]),
569
569
  ae("div", Ka, [
570
- Se(t.$slots, "link", {}, void 0, !0)
570
+ Ee(t.$slots, "link", {}, void 0, !0)
571
571
  ])
572
572
  ], 512),
573
573
  e.showCloseButton ? (G(), ke(l, {
@@ -578,7 +578,7 @@ function Ga(t, n, e, r, o, i) {
578
578
  onClick: i.close
579
579
  }, {
580
580
  default: ye(() => [
581
- ve(s, {
581
+ ge(s, {
582
582
  class: "close-button-icon",
583
583
  name: "close-outline"
584
584
  })
@@ -587,7 +587,7 @@ function Ga(t, n, e, r, o, i) {
587
587
  }, 8, ["onClick"])) : he("", !0)
588
588
  ], 2);
589
589
  }
590
- const fn = /* @__PURE__ */ Ae(Fa, [["render", Ga], ["__scopeId", "data-v-dec06c47"]]), Ya = {
590
+ const cn = /* @__PURE__ */ Ae(Fa, [["render", Ga], ["__scopeId", "data-v-dec06c47"]]), Ya = {
591
591
  M: "m",
592
592
  L: "l"
593
593
  };
@@ -635,23 +635,23 @@ function Ja(t, n, e, r, o, i) {
635
635
  const s = fe("ib-icon");
636
636
  return e.src && !e.userAvatar ? (G(), ne("img", {
637
637
  key: 0,
638
- class: me(i.classList),
638
+ class: ve(i.classList),
639
639
  src: e.src,
640
640
  alt: e.firstName + "" + e.lastName
641
641
  }, null, 10, Za)) : e.src && e.userAvatar ? (G(), ne("div", {
642
642
  key: 1,
643
- class: me(["user-avatar", i.classList]),
644
- style: On({
643
+ class: ve(["user-avatar", i.classList]),
644
+ style: wn({
645
645
  backgroundImage: "url(" + e.src + ")"
646
646
  })
647
647
  }, null, 6)) : i.validateName ? (G(), ne("div", {
648
648
  key: 3,
649
- class: me([i.classList, "default-avatar"])
649
+ class: ve([i.classList, "default-avatar"])
650
650
  }, $e(i.initials), 3)) : (G(), ne("div", {
651
651
  key: 2,
652
- class: me(["empty-avatar", i.classList])
652
+ class: ve(["empty-avatar", i.classList])
653
653
  }, [
654
- ve(s, { name: "camera-outline" })
654
+ ge(s, { name: "camera-outline" })
655
655
  ], 2));
656
656
  }
657
657
  const Xh = /* @__PURE__ */ Ae(Wa, [["render", Ja], ["__scopeId", "data-v-8ba12d0f"]]);
@@ -675,7 +675,7 @@ const Xa = {
675
675
  };
676
676
  function Qa(t, n, e, r, o, i) {
677
677
  return G(), ne("span", {
678
- class: me(i.classes)
678
+ class: ve(i.classes)
679
679
  }, $e(i.normalizeContent), 3);
680
680
  }
681
681
  const Qh = /* @__PURE__ */ Ae(Xa, [["render", Qa], ["__scopeId", "data-v-328df75a"]]);
@@ -684,10 +684,10 @@ const el = {
684
684
  }, tl = { class: "ib-button-group" };
685
685
  function nl(t, n, e, r, o, i) {
686
686
  return G(), ne("div", tl, [
687
- Se(t.$slots, "default")
687
+ Ee(t.$slots, "default")
688
688
  ]);
689
689
  }
690
- const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]), bn = {
690
+ const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]), yn = {
691
691
  success: "success",
692
692
  neutral: "neutral",
693
693
  info: "info",
@@ -700,8 +700,8 @@ const il = {
700
700
  props: {
701
701
  status: {
702
702
  type: String,
703
- default: bn.neutral,
704
- validator: (t) => Object.keys(bn).includes(t)
703
+ default: yn.neutral,
704
+ validator: (t) => Object.keys(yn).includes(t)
705
705
  },
706
706
  showIcon: {
707
707
  type: Boolean,
@@ -715,13 +715,13 @@ const il = {
715
715
  },
716
716
  iconName() {
717
717
  switch (this.status) {
718
- case bn.success:
718
+ case yn.success:
719
719
  return "checkmark-outline";
720
- case bn.neutral:
720
+ case yn.neutral:
721
721
  return "time-outline";
722
- case bn.info:
722
+ case yn.info:
723
723
  return "information-circle-outline";
724
- case bn.error:
724
+ case yn.error:
725
725
  return "close-outline";
726
726
  default:
727
727
  return "";
@@ -733,14 +733,14 @@ const il = {
733
733
  function rl(t, n, e, r, o, i) {
734
734
  const s = fe("ib-icon");
735
735
  return G(), ne("div", {
736
- class: me(i.classes)
736
+ class: ve(i.classes)
737
737
  }, [
738
738
  e.showIcon && i.iconName.length ? (G(), ke(s, {
739
739
  key: 0,
740
740
  name: i.iconName
741
741
  }, null, 8, ["name"])) : he("", !0),
742
742
  ae("span", null, [
743
- Se(t.$slots, "default", {}, void 0, !0)
743
+ Ee(t.$slots, "default", {}, void 0, !0)
744
744
  ])
745
745
  ], 2);
746
746
  }
@@ -811,27 +811,27 @@ function dl(t, n, e, r, o, i) {
811
811
  const s = fe("ib-icon"), l = fe("ib-icon-button");
812
812
  return G(), ke(wi, null, {
813
813
  default: ye(() => [
814
- Me(ae("div", {
815
- class: me(i.classes)
814
+ De(ae("div", {
815
+ class: ve(i.classes)
816
816
  }, [
817
817
  ae("div", ll, [
818
818
  ae("p", null, $e(e.title), 1),
819
- ve(l, {
819
+ ge(l, {
820
820
  class: "close-button",
821
821
  kind: "ghost",
822
- onClick: it(i.close, ["prevent"])
822
+ onClick: rt(i.close, ["prevent"])
823
823
  }, {
824
824
  default: ye(() => [
825
- ve(s, { name: "close-outline" })
825
+ ge(s, { name: "close-outline" })
826
826
  ]),
827
827
  _: 1
828
828
  }, 8, ["onClick"])
829
829
  ]),
830
830
  ae("div", sl, [
831
- Se(t.$slots, "default", {}, void 0, !0)
831
+ Ee(t.$slots, "default", {}, void 0, !0)
832
832
  ]),
833
833
  ae("div", ul, [
834
- Se(t.$slots, "buttons", {}, void 0, !0)
834
+ Ee(t.$slots, "buttons", {}, void 0, !0)
835
835
  ])
836
836
  ], 2), [
837
837
  [Ke, o.isOpenedState]
@@ -840,10 +840,10 @@ function dl(t, n, e, r, o, i) {
840
840
  _: 3
841
841
  });
842
842
  }
843
- const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, Io = 32, fl = 13, Vr = 9, hl = 38, pl = 37, gl = 39, Po = 40, ml = "click", { performance: si } = window, vl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Hn = /* @__PURE__ */ new Map();
844
- let Vn = !1;
845
- const Mo = (t) => {
846
- Hn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
843
+ const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, No = 32, fl = 13, Hr = 9, hl = 38, pl = 37, gl = 39, Io = 40, ml = "click", { performance: si } = window, vl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
844
+ let Un = !1;
845
+ const Po = (t) => {
846
+ Vn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
847
847
  if (!(r.contains(t.target) || t.timeStamp <= n))
848
848
  try {
849
849
  e(t);
@@ -852,9 +852,9 @@ const Mo = (t) => {
852
852
  }
853
853
  });
854
854
  }, yl = () => {
855
- Vn || (document.addEventListener("click", Mo, { capture: !0 }), Vn = !0);
855
+ Un || (document.addEventListener("click", Po, { capture: !0 }), Un = !0);
856
856
  }, bl = () => {
857
- Vn && (document.removeEventListener("click", Mo), Vn = !1);
857
+ Un && (document.removeEventListener("click", Po), Un = !1);
858
858
  }, _l = (t, { value: n, arg: e = "click" }) => {
859
859
  if (typeof n != "function")
860
860
  throw new Error(
@@ -864,16 +864,16 @@ const Mo = (t) => {
864
864
  throw new Error(
865
865
  `[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
866
866
  );
867
- Hn.has(t) || (Vn || yl(), Hn.set(t, {
867
+ Vn.has(t) || (Un || yl(), Vn.set(t, {
868
868
  bindTimeStamp: vl(),
869
869
  callback: n
870
870
  }));
871
871
  }, $l = (t) => {
872
- Hn.delete(t), Hn.size === 0 && bl();
872
+ Vn.delete(t), Vn.size === 0 && bl();
873
873
  }, kr = {
874
874
  created: _l,
875
875
  beforeUnmount: $l
876
- }, qn = {
876
+ }, Fn = {
877
877
  left: "left",
878
878
  right: "right",
879
879
  center: "center"
@@ -891,7 +891,7 @@ const wl = {
891
891
  },
892
892
  horizontal: {
893
893
  type: String,
894
- default: qn.left
894
+ default: Fn.left
895
895
  },
896
896
  triggerClass: {
897
897
  default: ""
@@ -939,7 +939,7 @@ const wl = {
939
939
  },
940
940
  methods: {
941
941
  onKeydown(t) {
942
- (t.keyCode === fl || t.keyCode === Io) && (t.preventDefault(), this.toggle()), t.keyCode === Po && (t.preventDefault(), this.open());
942
+ (t.keyCode === fl || t.keyCode === No) && (t.preventDefault(), this.toggle()), t.keyCode === Io && (t.preventDefault(), this.open());
943
943
  },
944
944
  onKeyupDocument(t) {
945
945
  t.keyCode === Or && (t.preventDefault(), this.close());
@@ -974,7 +974,7 @@ const wl = {
974
974
  },
975
975
  computed: {
976
976
  classes() {
977
- const t = this.vertical === gi.bottom ? " dropdown-bottom" : " dropdown-top", n = this.horizontal === qn.left ? " dropdown-left" : this.horizontal === qn.right ? " dropdown-right" : " dropdown-center", e = this.isOpenedState ? " active" : "";
977
+ const t = this.vertical === gi.bottom ? " dropdown-bottom" : " dropdown-top", n = this.horizontal === Fn.left ? " dropdown-left" : this.horizontal === Fn.right ? " dropdown-right" : " dropdown-center", e = this.isOpenedState ? " active" : "";
978
978
  return t + n + e;
979
979
  },
980
980
  triggerClasses() {
@@ -990,45 +990,45 @@ const wl = {
990
990
  }
991
991
  }, Ol = { class: "ib-dropdown" }, kl = { class: "footer-slot" };
992
992
  function Cl(t, n, e, r, o, i) {
993
- const s = cn("outside");
994
- return Me((G(), ne("div", Ol, [
993
+ const s = On("outside");
994
+ return De((G(), ne("div", Ol, [
995
995
  i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
996
996
  key: 0,
997
- class: me(["dropdown-trigger", i.triggerClasses]),
997
+ class: ve(["dropdown-trigger", i.triggerClasses]),
998
998
  ref: "dropdown",
999
999
  onKeydown: n[0] || (n[0] = (...l) => i.onKeydown && i.onKeydown(...l)),
1000
- onClick: n[1] || (n[1] = it((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
1000
+ onClick: n[1] || (n[1] = rt((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
1001
1001
  }, [
1002
- Se(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
1002
+ Ee(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
1003
1003
  ], 34)) : he("", !0),
1004
1004
  i.hasTrigger && e.triggerType === "hover" ? (G(), ne("span", {
1005
1005
  key: 1,
1006
- class: me(["dropdown-trigger", i.triggerClasses]),
1006
+ class: ve(["dropdown-trigger", i.triggerClasses]),
1007
1007
  onMouseenter: n[2] || (n[2] = (...l) => i.debouncedOpen && i.debouncedOpen(...l)),
1008
1008
  onMouseleave: n[3] || (n[3] = (...l) => i.debouncedClose && i.debouncedClose(...l))
1009
1009
  }, [
1010
- Se(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
1010
+ Ee(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
1011
1011
  ], 34)) : he("", !0),
1012
- !e.destroyOnHide || o.isOpenedState ? Me((G(), ne("div", {
1012
+ !e.destroyOnHide || o.isOpenedState ? De((G(), ne("div", {
1013
1013
  key: 2,
1014
1014
  ref: "body",
1015
- class: me("ib-dropdown-menu " + i.classes)
1015
+ class: ve("ib-dropdown-menu " + i.classes)
1016
1016
  }, [
1017
1017
  ae("div", {
1018
1018
  class: "dropdown-body",
1019
1019
  onClick: n[5] || (n[5] = (...l) => i.closeOnClickIfRequired && i.closeOnClickIfRequired(...l))
1020
1020
  }, [
1021
- Se(t.$slots, "body", { isOpenedState: o.isOpenedState }, void 0, !0),
1021
+ Ee(t.$slots, "body", { isOpenedState: o.isOpenedState }, void 0, !0),
1022
1022
  e.showCloseIcon ? (G(), ne("span", {
1023
1023
  key: 0,
1024
1024
  class: "close",
1025
1025
  onClick: n[4] || (n[4] = (...l) => i.close && i.close(...l))
1026
1026
  }, [
1027
- Se(t.$slots, "close", {}, void 0, !0)
1027
+ Ee(t.$slots, "close", {}, void 0, !0)
1028
1028
  ])) : he("", !0)
1029
1029
  ]),
1030
1030
  ae("div", kl, [
1031
- Se(t.$slots, "footer", {}, void 0, !0)
1031
+ Ee(t.$slots, "footer", {}, void 0, !0)
1032
1032
  ])
1033
1033
  ], 2)), [
1034
1034
  [Ke, o.isOpenedState]
@@ -1037,7 +1037,7 @@ function Cl(t, n, e, r, o, i) {
1037
1037
  class: "before",
1038
1038
  onClick: n[6] || (n[6] = (...l) => i.close && i.close(...l))
1039
1039
  }, [
1040
- Se(t.$slots, "before", {}, void 0, !0)
1040
+ Ee(t.$slots, "before", {}, void 0, !0)
1041
1041
  ])
1042
1042
  ])), [
1043
1043
  [s, i.close]
@@ -1054,7 +1054,7 @@ const El = {
1054
1054
  methods: {
1055
1055
  onKeydown(t) {
1056
1056
  var n, e, r, o, i;
1057
- if (t.keyCode === Po) {
1057
+ if (t.keyCode === Io) {
1058
1058
  if (this.$el.parentNode.closest(`.${this.rootClass}`))
1059
1059
  return;
1060
1060
  t.preventDefault();
@@ -1099,10 +1099,10 @@ const El = {
1099
1099
  };
1100
1100
  function Tl(t, n, e, r, o, i) {
1101
1101
  return G(), ne("ul", {
1102
- class: me(o.rootClass),
1102
+ class: ve(o.rootClass),
1103
1103
  onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
1104
1104
  }, [
1105
- Se(t.$slots, "default")
1105
+ Ee(t.$slots, "default")
1106
1106
  ], 34);
1107
1107
  }
1108
1108
  const Er = /* @__PURE__ */ Ae(El, [["render", Tl]]);
@@ -1114,7 +1114,7 @@ const Sl = {
1114
1114
  },
1115
1115
  horizontal: {
1116
1116
  type: String,
1117
- default: qn.left
1117
+ default: Fn.left
1118
1118
  },
1119
1119
  isOpened: {
1120
1120
  type: Boolean,
@@ -1152,7 +1152,7 @@ const Sl = {
1152
1152
  function Al(t, n, e, r, o, i) {
1153
1153
  const s = fe("ib-list"), l = fe("ib-dropdown");
1154
1154
  return G(), ne("div", xl, [
1155
- ve(l, Tt({
1155
+ ge(l, Tt({
1156
1156
  horizontal: e.horizontal,
1157
1157
  vertical: e.vertical,
1158
1158
  isOpened: e.isOpened,
@@ -1161,14 +1161,14 @@ function Al(t, n, e, r, o, i) {
1161
1161
  }, t.$attrs, {
1162
1162
  ref: "dropdown",
1163
1163
  onAll: i.proxyEvents
1164
- }), So({
1164
+ }), To({
1165
1165
  body: ye(({ isOpened: c }) => [
1166
- ve(s, {
1166
+ ge(s, {
1167
1167
  ref: "list",
1168
1168
  class: "list"
1169
1169
  }, {
1170
1170
  default: ye(() => [
1171
- Se(t.$slots, "body", { isOpenedState: c })
1171
+ Ee(t.$slots, "body", { isOpenedState: c })
1172
1172
  ]),
1173
1173
  _: 2
1174
1174
  }, 1536)
@@ -1178,7 +1178,7 @@ function Al(t, n, e, r, o, i) {
1178
1178
  i.hasTrigger ? {
1179
1179
  name: "trigger",
1180
1180
  fn: ye(({ isOpened: c }) => [
1181
- Se(t.$slots, "trigger", { isOpened: c })
1181
+ Ee(t.$slots, "trigger", { isOpened: c })
1182
1182
  ]),
1183
1183
  key: "0"
1184
1184
  } : void 0
@@ -1211,13 +1211,13 @@ function Pl(t, n, e, r, o, i) {
1211
1211
  class: e.checked ? "active" : ""
1212
1212
  }, i.attrs, { tabindex: "0" }), {
1213
1213
  default: ye(() => [
1214
- Se(t.$slots, "default", { ref: "slot" })
1214
+ Ee(t.$slots, "default", { ref: "slot" })
1215
1215
  ]),
1216
1216
  _: 3
1217
1217
  }, 16, ["class"]))
1218
1218
  ]);
1219
1219
  }
1220
- const Do = /* @__PURE__ */ Ae(Nl, [["render", Pl]]), Ml = {
1220
+ const Mo = /* @__PURE__ */ Ae(Nl, [["render", Pl]]), Ml = {
1221
1221
  common: "common",
1222
1222
  danger: "danger"
1223
1223
  };
@@ -1292,7 +1292,7 @@ const Dl = {
1292
1292
  function ql(t, n, e, r, o, i) {
1293
1293
  const s = fe("ib-icon"), l = fe("ib-dropdown-list");
1294
1294
  return G(), ne("div", {
1295
- class: me(i.classes)
1295
+ class: ve(i.classes)
1296
1296
  }, [
1297
1297
  o.isLink ? (G(), ne("a", Tt({
1298
1298
  key: 1,
@@ -1305,7 +1305,7 @@ function ql(t, n, e, r, o, i) {
1305
1305
  disabled: e.disabled,
1306
1306
  class: "split-button-main"
1307
1307
  }, o.mainButtonAttrs), $e(o.content), 17, Ll)),
1308
- ve(l, {
1308
+ ge(l, {
1309
1309
  disabled: e.disabled,
1310
1310
  closeOnClick: !0
1311
1311
  }, {
@@ -1314,12 +1314,12 @@ function ql(t, n, e, r, o, i) {
1314
1314
  disabled: e.disabled,
1315
1315
  class: "split-button-menu-trigger"
1316
1316
  }, [
1317
- ve(s, { name: "chevron-down-outline" })
1317
+ ge(s, { name: "chevron-down-outline" })
1318
1318
  ], 8, Bl)
1319
1319
  ]),
1320
1320
  body: ye(() => [
1321
1321
  ae("div", jl, [
1322
- Se(t.$slots, "default")
1322
+ Ee(t.$slots, "default")
1323
1323
  ], 512)
1324
1324
  ]),
1325
1325
  _: 3
@@ -1344,7 +1344,7 @@ const Fl = {
1344
1344
  function Hl(t, n, e, r, o, i) {
1345
1345
  return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
1346
1346
  default: ye(() => [
1347
- Se(t.$slots, "default", {}, void 0, !0)
1347
+ Ee(t.$slots, "default", {}, void 0, !0)
1348
1348
  ]),
1349
1349
  _: 3
1350
1350
  }, 16);
@@ -1395,11 +1395,11 @@ const Vl = {
1395
1395
  "[tabindex], a, button, input, select, textarea"
1396
1396
  );
1397
1397
  (r = t[0]) == null || r.addEventListener("keydown", (i) => {
1398
- i.keyCode === Vr && i.shiftKey && (i.preventDefault(), t[t.length - 1].focus());
1398
+ i.keyCode === Hr && i.shiftKey && (i.preventDefault(), t[t.length - 1].focus());
1399
1399
  }), (o = t[t.length - 1]) == null || o.addEventListener(
1400
1400
  "keydown",
1401
1401
  (i) => {
1402
- i.keyCode === Vr && !i.shiftKey && (i.preventDefault(), t[0].focus());
1402
+ i.keyCode === Hr && !i.shiftKey && (i.preventDefault(), t[0].focus());
1403
1403
  }
1404
1404
  ), document.addEventListener("keydown", this.onKeydown), document.addEventListener("blur", this.setFocusOnModal, !0);
1405
1405
  },
@@ -1471,8 +1471,8 @@ const Vl = {
1471
1471
  class: "modal-footer"
1472
1472
  };
1473
1473
  function Kl(t, n, e, r, o, i) {
1474
- const s = fe("ib-icon"), l = fe("ib-icon-button"), c = cn("outside");
1475
- return G(), ne(rt, null, [
1474
+ const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
1475
+ return G(), ne(et, null, [
1476
1476
  i.hasTrigger ? (G(), ne("div", {
1477
1477
  key: 0,
1478
1478
  class: "modal-trigger",
@@ -1480,16 +1480,16 @@ function Kl(t, n, e, r, o, i) {
1480
1480
  onBlurCapture: n[0] || (n[0] = (...f) => i.onTriggerBlur && i.onTriggerBlur(...f)),
1481
1481
  onClick: n[1] || (n[1] = (...f) => i.open && i.open(...f))
1482
1482
  }, [
1483
- Se(t.$slots, "trigger", {}, void 0, !0)
1483
+ Ee(t.$slots, "trigger", {}, void 0, !0)
1484
1484
  ], 544)) : he("", !0),
1485
1485
  (G(), ke(ca, { to: "body" }, [
1486
- Me(ae("div", {
1487
- class: me(["modal", e.classList]),
1486
+ De(ae("div", {
1487
+ class: ve(["modal", e.classList]),
1488
1488
  ref: "modal"
1489
1489
  }, [
1490
- Me((G(), ne("div", {
1491
- class: me(i.bodyClassList),
1492
- style: On(i.bodyStyles)
1490
+ De((G(), ne("div", {
1491
+ class: ve(i.bodyClassList),
1492
+ style: wn(i.bodyStyles)
1493
1493
  }, [
1494
1494
  e.showCloseButton ? (G(), ke(l, {
1495
1495
  key: 0,
@@ -1498,20 +1498,20 @@ function Kl(t, n, e, r, o, i) {
1498
1498
  onClick: i.close
1499
1499
  }, {
1500
1500
  default: ye(() => [
1501
- ve(s, { name: "close-outline" })
1501
+ ge(s, { name: "close-outline" })
1502
1502
  ]),
1503
1503
  _: 1
1504
1504
  }, 8, ["onClick"])) : he("", !0),
1505
1505
  i.hasHeader ? (G(), ne("p", Ul, [
1506
- Se(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
1506
+ Ee(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
1507
1507
  ])) : he("", !0),
1508
1508
  ae("div", {
1509
- class: me(["modal-content", { "without-title": !i.hasHeader }])
1509
+ class: ve(["modal-content", { "without-title": !i.hasHeader }])
1510
1510
  }, [
1511
- Se(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
1511
+ Ee(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
1512
1512
  ], 2),
1513
1513
  i.hasFooter ? (G(), ne("div", zl, [
1514
- Se(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
1514
+ Ee(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
1515
1515
  ])) : he("", !0)
1516
1516
  ], 6)), [
1517
1517
  [c, i.clickOutside]
@@ -1523,7 +1523,7 @@ function Kl(t, n, e, r, o, i) {
1523
1523
  ], 64);
1524
1524
  }
1525
1525
  const r1 = /* @__PURE__ */ Ae(Vl, [["render", Kl], ["__scopeId", "data-v-d4b1f961"]]);
1526
- function Lo(t) {
1526
+ function Do(t) {
1527
1527
  return "#" + t.toLowerCase().replace(/ /g, "-");
1528
1528
  }
1529
1529
  const Gl = {
@@ -1546,7 +1546,7 @@ const Gl = {
1546
1546
  },
1547
1547
  methods: {
1548
1548
  createHref(t) {
1549
- return Lo(t);
1549
+ return Do(t);
1550
1550
  },
1551
1551
  selectTab(t) {
1552
1552
  this.selectedTabByDropdown = t, this.$emit("select-tab", t);
@@ -1565,36 +1565,36 @@ const Gl = {
1565
1565
  },
1566
1566
  components: {
1567
1567
  IbDropdownList: Tr,
1568
- IbDropdownItem: Do,
1568
+ IbDropdownItem: Mo,
1569
1569
  IbIcon: Xe
1570
1570
  }
1571
1571
  }, Yl = { class: "wrapper-tab-link dropdown-tab" }, Wl = ["tabindex"];
1572
1572
  function Zl(t, n, e, r, o, i) {
1573
1573
  const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
1574
1574
  return G(), ne("div", Yl, [
1575
- ve(c, {
1575
+ ge(c, {
1576
1576
  disabled: o.isDisabledDropdown,
1577
1577
  "close-on-click": !0
1578
1578
  }, {
1579
1579
  trigger: ye(() => [
1580
1580
  ae("span", {
1581
- class: me(["tab-link", {
1581
+ class: ve(["tab-link", {
1582
1582
  active: o.selectedTabByDropdown === e.selectedTab || i.isActive,
1583
1583
  disabled: o.isDisabledDropdown
1584
1584
  }]),
1585
1585
  tabindex: o.isDisabledDropdown ? -1 : 0
1586
1586
  }, [
1587
1587
  Ge($e(e.tabs.name) + " ", 1),
1588
- ve(s, { name: "chevron-down" })
1588
+ ge(s, { name: "chevron-down" })
1589
1589
  ], 10, Wl)
1590
1590
  ]),
1591
1591
  body: ye(() => [
1592
- (G(!0), ne(rt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
1592
+ (G(!0), ne(et, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
1593
1593
  key: h,
1594
1594
  checked: f.id === e.selectedTab,
1595
1595
  href: i.createHref(f.id),
1596
1596
  tabindex: f.disabled ? -1 : 0,
1597
- class: me([{
1597
+ class: ve([{
1598
1598
  disabled: f.disabled
1599
1599
  }, "dropdown-tab-item"]),
1600
1600
  target: "_self",
@@ -1651,7 +1651,7 @@ const Xl = {
1651
1651
  },
1652
1652
  methods: {
1653
1653
  createHref(t) {
1654
- return Lo(t);
1654
+ return Do(t);
1655
1655
  },
1656
1656
  selectTab(t) {
1657
1657
  this.$emit("changeTab", t), this.selectedTab = t;
@@ -1671,7 +1671,7 @@ function rs(t, n, e, r, o, i) {
1671
1671
  const s = fe("ib-tab-dropdown");
1672
1672
  return G(), ne("div", Ql, [
1673
1673
  ae("ul", es, [
1674
- (G(!0), ne(rt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
1674
+ (G(!0), ne(et, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
1675
1675
  class: "tab-item",
1676
1676
  key: c
1677
1677
  }, [
@@ -1682,7 +1682,7 @@ function rs(t, n, e, r, o, i) {
1682
1682
  onSelectTab: i.selectTab
1683
1683
  }, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ts, [
1684
1684
  ae("a", {
1685
- class: me(["tab-link", {
1685
+ class: ve(["tab-link", {
1686
1686
  active: o.selectedTab === l.id,
1687
1687
  disabled: l.disabled
1688
1688
  }]),
@@ -1695,7 +1695,7 @@ function rs(t, n, e, r, o, i) {
1695
1695
  ]))), 128))
1696
1696
  ]),
1697
1697
  ae("div", is, [
1698
- Se(t.$slots, "default", {}, void 0, !0)
1698
+ Ee(t.$slots, "default", {}, void 0, !0)
1699
1699
  ], 512)
1700
1700
  ]);
1701
1701
  }
@@ -1730,8 +1730,8 @@ const o1 = /* @__PURE__ */ Ae(Xl, [["render", rs], ["__scopeId", "data-v-bc2195e
1730
1730
  }
1731
1731
  };
1732
1732
  function as(t, n, e, r, o, i) {
1733
- return Me((G(), ne("div", null, [
1734
- Se(t.$slots, "default")
1733
+ return De((G(), ne("div", null, [
1734
+ Ee(t.$slots, "default")
1735
1735
  ], 512)), [
1736
1736
  [Ke, i.isTabActive]
1737
1737
  ]);
@@ -1744,7 +1744,7 @@ const a1 = /* @__PURE__ */ Ae(os, [["render", as]]), ls = {
1744
1744
  TYPE_ASC: "asc",
1745
1745
  TYPE_DESC: "desc"
1746
1746
  };
1747
- class Ro {
1747
+ class Lo {
1748
1748
  constructor() {
1749
1749
  this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
1750
1750
  }
@@ -1770,7 +1770,7 @@ class Ro {
1770
1770
  top: 0px;
1771
1771
  left: 0px;
1772
1772
  `;
1773
- this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(Yn, {
1773
+ this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(kn, {
1774
1774
  title: e.title,
1775
1775
  text: e.text,
1776
1776
  alwaysVisible: !0,
@@ -1852,7 +1852,7 @@ class Ro {
1852
1852
  return n ? pr[n] : pr.topCenter;
1853
1853
  }
1854
1854
  }
1855
- const dn = new Ro(), us = (t, n) => {
1855
+ const dn = new Lo(), us = (t, n) => {
1856
1856
  var o;
1857
1857
  dn.getTooltipContainer() && dn.destroyTooltip();
1858
1858
  const e = Object.keys(n.modifiers)[0] || n.arg, r = {
@@ -1866,19 +1866,19 @@ const dn = new Ro(), us = (t, n) => {
1866
1866
  return;
1867
1867
  const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
1868
1868
  o && i && dn.destroyTooltip(n);
1869
- }, Ur = (t, n) => {
1869
+ }, Vr = (t, n) => {
1870
1870
  t.__tooltip_create = () => us(t, n), t.__tooltip_destroy = (e) => ds(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
1871
- }, zr = (t) => {
1871
+ }, Ur = (t) => {
1872
1872
  dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
1873
- }, Sr = {
1873
+ }, Ro = {
1874
1874
  mounted(t, n) {
1875
- Ur(t, n);
1875
+ Vr(t, n);
1876
1876
  },
1877
1877
  updated(t, n) {
1878
- zr(t), Ur(t, n);
1878
+ Ur(t), Vr(t, n);
1879
1879
  },
1880
1880
  beforeUnmount(t) {
1881
- zr(t);
1881
+ Ur(t);
1882
1882
  }
1883
1883
  };
1884
1884
  const cs = {
@@ -1898,6 +1898,9 @@ const cs = {
1898
1898
  tooltipPosition: {
1899
1899
  type: String
1900
1900
  },
1901
+ tooltipIconPosition: {
1902
+ type: String
1903
+ },
1901
1904
  tooltipIconSorting: {
1902
1905
  type: String
1903
1906
  },
@@ -1971,7 +1974,7 @@ const cs = {
1971
1974
  return this.toggleTipTitle && this.$slots.toggleTipBody && this.$slots.toggleTipButtons;
1972
1975
  }
1973
1976
  },
1974
- directives: { Tooltip: Sr },
1977
+ directives: { Tooltip: Ro },
1975
1978
  components: {
1976
1979
  IbIcon: Xe,
1977
1980
  IbIconButton: Nt,
@@ -1980,18 +1983,18 @@ const cs = {
1980
1983
  }, fs = { class: "sorting-wrapper" }, hs = ["name"], ps = ["aria-label"];
1981
1984
  function gs(t, n, e, r, o, i) {
1982
1985
  var h;
1983
- const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = cn("tooltip");
1986
+ const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
1984
1987
  return G(), ne("div", fs, [
1985
1988
  e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
1986
1989
  key: 0,
1987
- class: me(["table-sorting-wrapper", {
1990
+ class: ve(["table-sorting-wrapper", {
1988
1991
  active: o.currentTypeSort,
1989
1992
  disabled: e.disable
1990
1993
  }])
1991
1994
  }, [
1992
1995
  ae("div", null, [
1993
- Me((G(), ne("button", {
1994
- class: me(["sorting-label", {
1996
+ De((G(), ne("button", {
1997
+ class: ve(["sorting-label", {
1995
1998
  "sorting-label-active": o.isOpenToggleTip && i.hasToggleTip,
1996
1999
  "has-action": ((h = e.tooltipText) == null ? void 0 : h.length) || i.hasToggleTip
1997
2000
  }]),
@@ -2010,15 +2013,15 @@ function gs(t, n, e, r, o, i) {
2010
2013
  onClose: n[1] || (n[1] = (d) => o.isOpenToggleTip = !1)
2011
2014
  }, {
2012
2015
  buttons: ye(() => [
2013
- Se(t.$slots, "toggleTipButtons", {}, void 0, !0)
2016
+ Ee(t.$slots, "toggleTipButtons", {}, void 0, !0)
2014
2017
  ]),
2015
2018
  default: ye(() => [
2016
- Se(t.$slots, "toggleTipBody", {}, void 0, !0)
2019
+ Ee(t.$slots, "toggleTipBody", {}, void 0, !0)
2017
2020
  ]),
2018
2021
  _: 3
2019
2022
  }, 8, ["is-open", "title"])) : he("", !0)
2020
2023
  ]),
2021
- e.hideSortingButton ? he("", !0) : Me((G(), ke(l, {
2024
+ e.hideSortingButton ? he("", !0) : De((G(), ke(l, {
2022
2025
  key: 0,
2023
2026
  kind: "white",
2024
2027
  size: "s",
@@ -2029,11 +2032,11 @@ function gs(t, n, e, r, o, i) {
2029
2032
  ]),
2030
2033
  _: 1
2031
2034
  }, 8, ["onClick"])), [
2032
- [f, i.tooltipIconText]
2035
+ [f, i.tooltipIconText, e.tooltipIconPosition]
2033
2036
  ])
2034
- ], 2)) : Me((G(), ne("button", {
2037
+ ], 2)) : De((G(), ne("button", {
2035
2038
  key: 1,
2036
- class: me(["sorting-button", {
2039
+ class: ve(["sorting-button", {
2037
2040
  active: o.currentTypeSort,
2038
2041
  disabled: e.disable
2039
2042
  }]),
@@ -2051,7 +2054,7 @@ function gs(t, n, e, r, o, i) {
2051
2054
  ])
2052
2055
  ]);
2053
2056
  }
2054
- const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-7b0c838f"]]);
2057
+ const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-a4394881"]]);
2055
2058
  const ms = {
2056
2059
  name: "IbBreadcrumbs",
2057
2060
  props: {
@@ -2077,17 +2080,17 @@ const ms = {
2077
2080
  components: {
2078
2081
  IbIcon: Xe,
2079
2082
  IbIconButton: Nt,
2080
- IbDropdownItem: Do,
2083
+ IbDropdownItem: Mo,
2081
2084
  IbDropdownList: Tr,
2082
- IbTooltip: Yn
2085
+ IbTooltip: kn
2083
2086
  }
2084
2087
  }, vs = { "aria-label": "breadcrumb" }, ys = { class: "breadcrumb" }, bs = ["href"], _s = { key: 1 }, $s = ["href"];
2085
2088
  function ws(t, n, e, r, o, i) {
2086
2089
  const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
2087
2090
  return G(), ne("nav", vs, [
2088
2091
  ae("ul", ys, [
2089
- (G(!0), ne(rt, null, Ft(e.items, (d, a) => (G(), ne("li", {
2090
- class: me(["breadcrumb-item", a === i.last ? "active" : ""]),
2092
+ (G(!0), ne(et, null, Ft(e.items, (d, a) => (G(), ne("li", {
2093
+ class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
2091
2094
  "aria-current": "page",
2092
2095
  key: a
2093
2096
  }, [
@@ -2102,9 +2105,9 @@ function ws(t, n, e, r, o, i) {
2102
2105
  horizontal: "center"
2103
2106
  }, {
2104
2107
  trigger: ye(() => [
2105
- ve(c, { kind: "ghost" }, {
2108
+ ge(c, { kind: "ghost" }, {
2106
2109
  default: ye(() => [
2107
- ve(s, { name: "ellipsis-horizontal-sharp" }),
2110
+ ge(s, { name: "ellipsis-horizontal-sharp" }),
2108
2111
  e.tooltipTextContext ? (G(), ke(l, {
2109
2112
  key: 0,
2110
2113
  text: e.tooltipTextContext
@@ -2114,7 +2117,7 @@ function ws(t, n, e, r, o, i) {
2114
2117
  })
2115
2118
  ]),
2116
2119
  body: ye(() => [
2117
- (G(!0), ne(rt, null, Ft(i.setItemsContextMenu, (u, b) => (G(), ke(f, { key: b }, {
2120
+ (G(!0), ne(et, null, Ft(i.setItemsContextMenu, (u, b) => (G(), ke(f, { key: b }, {
2118
2121
  default: ye(() => [
2119
2122
  ae("a", {
2120
2123
  class: "context-breadcrums",
@@ -2172,7 +2175,7 @@ const Os = {
2172
2175
  components: {
2173
2176
  IbIconButton: Nt,
2174
2177
  IbIcon: Xe,
2175
- IbTooltip: Yn
2178
+ IbTooltip: kn
2176
2179
  }
2177
2180
  }, ks = ["for"], Cs = {
2178
2181
  key: 0,
@@ -2181,11 +2184,11 @@ const Os = {
2181
2184
  function Es(t, n, e, r, o, i) {
2182
2185
  const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
2183
2186
  return G(), ne("label", {
2184
- class: me(i.classes),
2187
+ class: ve(i.classes),
2185
2188
  for: e.for
2186
2189
  }, [
2187
2190
  e.required ? (G(), ne("span", Cs, "* ")) : he("", !0),
2188
- Se(t.$slots, "default", {}, void 0, !0),
2191
+ Ee(t.$slots, "default", {}, void 0, !0),
2189
2192
  e.infoText.length ? (G(), ke(c, {
2190
2193
  key: 1,
2191
2194
  size: "xs",
@@ -2194,8 +2197,8 @@ function Es(t, n, e, r, o, i) {
2194
2197
  type: "button"
2195
2198
  }, {
2196
2199
  default: ye(() => [
2197
- ve(s, { name: "information-circle-outline" }),
2198
- ve(l, {
2200
+ ge(s, { name: "information-circle-outline" }),
2201
+ ge(l, {
2199
2202
  text: e.infoText,
2200
2203
  position: e.tooltipPosition
2201
2204
  }, null, 8, ["text", "position"])
@@ -2277,7 +2280,7 @@ const Ts = {
2277
2280
  },
2278
2281
  settingsHorizontalPosition: {
2279
2282
  type: String,
2280
- default: qn.right
2283
+ default: Fn.right
2281
2284
  },
2282
2285
  readonly: {
2283
2286
  type: Boolean,
@@ -2355,7 +2358,7 @@ const Ts = {
2355
2358
  `label:disabled:${globalThis == null ? void 0 : globalThis.id}`
2356
2359
  ],
2357
2360
  components: {
2358
- IbAlert: fn,
2361
+ IbAlert: cn,
2359
2362
  IbIconButton: Nt,
2360
2363
  IbIcon: Xe,
2361
2364
  IbDropdown: Cr
@@ -2373,14 +2376,14 @@ function As(t, n, e, r, o, i) {
2373
2376
  _: 1
2374
2377
  })) : he("", !0),
2375
2378
  ae("div", {
2376
- class: me(["ib-input-wrapper", { "has-settings": i.hasSettings }])
2379
+ class: ve(["ib-input-wrapper", { "has-settings": i.hasSettings }])
2377
2380
  }, [
2378
2381
  e.showIcon ? (G(), ke(l, {
2379
2382
  key: 0,
2380
2383
  class: "icon-search",
2381
2384
  name: "search-outline"
2382
2385
  })) : he("", !0),
2383
- Me(ae("input", Tt(i.attrs, {
2386
+ De(ae("input", Tt(i.attrs, {
2384
2387
  "onUpdate:modelValue": n[0] || (n[0] = (a) => o.actualValue = a),
2385
2388
  ref: "field",
2386
2389
  "aria-invalid": !!i.hasErrorState,
@@ -2392,9 +2395,9 @@ function As(t, n, e, r, o, i) {
2392
2395
  onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
2393
2396
  onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
2394
2397
  }), null, 16, Ss), [
2395
- [xo, o.actualValue]
2398
+ [So, o.actualValue]
2396
2399
  ]),
2397
- e.type !== "password" && e.showClearButton ? Me((G(), ke(c, {
2400
+ e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
2398
2401
  key: 1,
2399
2402
  kind: "ghost",
2400
2403
  class: "button-clear",
@@ -2406,13 +2409,13 @@ function As(t, n, e, r, o, i) {
2406
2409
  onKeypress: _t(i.clearInput, ["enter"])
2407
2410
  }, {
2408
2411
  default: ye(() => [
2409
- ve(l, { name: "close-outline" })
2412
+ ge(l, { name: "close-outline" })
2410
2413
  ]),
2411
2414
  _: 1
2412
2415
  }, 8, ["disabled", "help-text", "onClick", "onKeypress"])), [
2413
2416
  [Ke, (h = o.actualValue) == null ? void 0 : h.length]
2414
2417
  ]) : he("", !0),
2415
- e.type === "password" ? Me((G(), ke(c, {
2418
+ e.type === "password" ? De((G(), ke(c, {
2416
2419
  key: 2,
2417
2420
  kind: "ghost",
2418
2421
  class: "toggle-password",
@@ -2420,10 +2423,10 @@ function As(t, n, e, r, o, i) {
2420
2423
  type: "button",
2421
2424
  disabled: e.readonly || e.disabled,
2422
2425
  "help-text": o.showPassword ? e.hidePasswordMessage : e.showPasswordMessage,
2423
- onClick: it(i.toggleShowPassword, ["prevent"])
2426
+ onClick: rt(i.toggleShowPassword, ["prevent"])
2424
2427
  }, {
2425
2428
  default: ye(() => [
2426
- ve(l, {
2429
+ ge(l, {
2427
2430
  name: o.showPassword ? "eye-off-outline" : "eye-outline"
2428
2431
  }, null, 8, ["name"])
2429
2432
  ]),
@@ -2438,21 +2441,21 @@ function As(t, n, e, r, o, i) {
2438
2441
  vertical: e.settingsVerticalPosition
2439
2442
  }, {
2440
2443
  trigger: ye(() => [
2441
- ve(c, {
2444
+ ge(c, {
2442
2445
  "prevent-default": "",
2443
2446
  "help-text": e.settingsButtonMessage,
2444
2447
  class: "options-trigger",
2445
2448
  kind: "ghost"
2446
2449
  }, {
2447
2450
  default: ye(() => [
2448
- ve(l, { name: "options" })
2451
+ ge(l, { name: "options" })
2449
2452
  ]),
2450
2453
  _: 1
2451
2454
  }, 8, ["help-text"])
2452
2455
  ]),
2453
2456
  body: ye(() => [
2454
2457
  ae("div", xs, [
2455
- Se(t.$slots, "settings", {}, void 0, !0)
2458
+ Ee(t.$slots, "settings", {}, void 0, !0)
2456
2459
  ])
2457
2460
  ]),
2458
2461
  _: 3
@@ -2561,13 +2564,13 @@ function qs(t, n, e, r, o, i) {
2561
2564
  const s = fe("ib-icon");
2562
2565
  return G(), ne("div", {
2563
2566
  role: "checkbox",
2564
- class: me(this.$attrs.class),
2567
+ class: ve(this.$attrs.class),
2565
2568
  "aria-checked": !!o.checked
2566
2569
  }, [
2567
2570
  ae("label", Tt(i.attrs, {
2568
2571
  for: e.id,
2569
2572
  tabindex: e.disabled | e.disableFocus ? -1 : 0,
2570
- onKeypress: n[1] || (n[1] = it((...c) => i.onChange && i.onChange(...c), ["prevent"]))
2573
+ onKeypress: n[1] || (n[1] = rt((...c) => i.onChange && i.onChange(...c), ["prevent"]))
2571
2574
  }), [
2572
2575
  ae("input", {
2573
2576
  tabindex: "-1",
@@ -2583,17 +2586,17 @@ function qs(t, n, e, r, o, i) {
2583
2586
  ae("div", Ds, [
2584
2587
  e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
2585
2588
  key: 0,
2586
- class: me(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
2589
+ class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
2587
2590
  }, [
2588
2591
  e.required ? (G(), ne("span", Ls, "*")) : he("", !0),
2589
2592
  Ge(" " + $e(e.label), 1)
2590
2593
  ], 2)) : he("", !0),
2591
2594
  ae("span", Rs, [
2592
- Me(ve(s, { name: "checkmark-sharp" }, null, 512), [
2595
+ De(ge(s, { name: "checkmark-sharp" }, null, 512), [
2593
2596
  [Ke, o.checked && !i.indeterminate]
2594
2597
  ]),
2595
- Me(ve(s, {
2596
- class: me("checkbox-undeterminate-icon"),
2598
+ De(ge(s, {
2599
+ class: ve("checkbox-undeterminate-icon"),
2597
2600
  name: "remove-sharp"
2598
2601
  }, null, 512), [
2599
2602
  [Ke, i.indeterminate]
@@ -2678,7 +2681,7 @@ const Fs = {
2678
2681
  };
2679
2682
  }
2680
2683
  },
2681
- components: { IbIcon: Xe, IbTooltip: Yn }
2684
+ components: { IbIcon: Xe, IbTooltip: kn }
2682
2685
  }, Hs = ["aria-checked", "tabindex"], Vs = {
2683
2686
  class: "toggle-wrapper",
2684
2687
  ref: "wrapper"
@@ -2695,10 +2698,10 @@ function Ys(t, n, e, r, o, i) {
2695
2698
  role: "switch",
2696
2699
  "aria-checked": o.checked,
2697
2700
  tabindex: e.disabled ? -1 : 0,
2698
- class: me(i.classes),
2701
+ class: ve(i.classes),
2699
2702
  onKeypress: [
2700
- n[2] || (n[2] = _t(it((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
2701
- n[3] || (n[3] = _t(it((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
2703
+ n[2] || (n[2] = _t(rt((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
2704
+ n[3] || (n[3] = _t(rt((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
2702
2705
  ]
2703
2706
  }, [
2704
2707
  ae("div", Vs, [
@@ -2712,15 +2715,15 @@ function Ys(t, n, e, r, o, i) {
2712
2715
  id: e.id,
2713
2716
  disabled: e.disabled,
2714
2717
  onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
2715
- onInput: n[1] || (n[1] = it(() => {
2718
+ onInput: n[1] || (n[1] = rt(() => {
2716
2719
  }, ["stop"]))
2717
2720
  }, null, 40, zs),
2718
2721
  Ks,
2719
- ve(s, {
2722
+ ge(s, {
2720
2723
  class: "checked-icon",
2721
2724
  name: "checkmark"
2722
2725
  }),
2723
- ve(s, {
2726
+ ge(s, {
2724
2727
  class: "unchecked-icon",
2725
2728
  name: "close"
2726
2729
  })
@@ -2796,7 +2799,7 @@ const Zs = {
2796
2799
  },
2797
2800
  methods: {
2798
2801
  onKeydown(t) {
2799
- t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === gl && (this.option.isChildrenVisible = !0), t.keyCode === pl && (this.option.isChildrenVisible = !1));
2802
+ t.keyCode === No && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === gl && (this.option.isChildrenVisible = !0), t.keyCode === pl && (this.option.isChildrenVisible = !1));
2800
2803
  },
2801
2804
  onChange() {
2802
2805
  var t, n;
@@ -2875,7 +2878,7 @@ const Zs = {
2875
2878
  List: Er,
2876
2879
  IbIconButton: Nt
2877
2880
  },
2878
- directives: { Tooltip: Sr }
2881
+ directives: { Tooltip: Ro }
2879
2882
  }, Js = ["aria-selected", "aria-label", "id"], Xs = {
2880
2883
  key: 0,
2881
2884
  class: "option-label"
@@ -2887,10 +2890,10 @@ const Zs = {
2887
2890
  class: "option-label"
2888
2891
  };
2889
2892
  function iu(t, n, e, r, o, i) {
2890
- const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = cn("tooltip");
2893
+ const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
2891
2894
  return G(), ne("li", null, [
2892
- Me((G(), ne("div", {
2893
- class: me(["tree-select-option", {
2895
+ De((G(), ne("div", {
2896
+ class: ve(["tree-select-option", {
2894
2897
  "tree-select-option-checked": i.isChecked(e.option),
2895
2898
  "tree-select-option-margin": i.hasVisibleChildren,
2896
2899
  active: e.option.isChildrenVisible,
@@ -2903,32 +2906,32 @@ function iu(t, n, e, r, o, i) {
2903
2906
  "aria-selected": i.isChecked(e.option),
2904
2907
  "aria-label": e.option.title,
2905
2908
  id: "option-" + i.id,
2906
- onKeydown: n[3] || (n[3] = it((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
2909
+ onKeydown: n[3] || (n[3] = rt((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
2907
2910
  onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${i.id}`))
2908
2911
  }, [
2909
- Me(ve(l, {
2912
+ De(ge(l, {
2910
2913
  "disabled-focus": !0,
2911
2914
  kind: "ghost",
2912
2915
  class: "toggle-children",
2913
2916
  onClick: i.toggleChildrenVisibility
2914
2917
  }, {
2915
2918
  default: ye(() => [
2916
- ve(s, { name: i.iconName }, null, 8, ["name"])
2919
+ ge(s, { name: i.iconName }, null, 8, ["name"])
2917
2920
  ]),
2918
2921
  _: 1
2919
2922
  }, 8, ["onClick"]), [
2920
2923
  [Ke, i.hasVisibleChildren]
2921
2924
  ]),
2922
2925
  ae("div", {
2923
- onClick: n[1] || (n[1] = it((...d) => i.onChange && i.onChange(...d), ["prevent"])),
2924
- class: me({
2926
+ onClick: n[1] || (n[1] = rt((...d) => i.onChange && i.onChange(...d), ["prevent"])),
2927
+ class: ve({
2925
2928
  disabled: e.option.isDisabled,
2926
2929
  "tree-select-option-label": !0,
2927
2930
  "tree-select-option-has-children": i.hasVisibleChildren,
2928
2931
  active: !e.showInput && e.option.checked
2929
2932
  })
2930
2933
  }, [
2931
- Me((G(), ke(Oi(i.component), {
2934
+ De((G(), ke(Oi(i.component), {
2932
2935
  ref: "component",
2933
2936
  tabindex: "-1",
2934
2937
  "disable-focus": "",
@@ -2948,18 +2951,18 @@ function iu(t, n, e, r, o, i) {
2948
2951
  ]),
2949
2952
  e.isBookmarkable ? (G(), ne("span", {
2950
2953
  key: 0,
2951
- class: me(
2954
+ class: ve(
2952
2955
  "bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
2953
2956
  )
2954
2957
  }, [
2955
2958
  i.hasChildren ? (G(), ne("span", Qs, $e(e.option.title), 1)) : (G(), ne("span", Xs, [
2956
2959
  Ge($e(e.option.title) + " ", 1),
2957
- ve(s, {
2960
+ ge(s, {
2958
2961
  name: "star",
2959
- onClick: n[0] || (n[0] = it((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
2962
+ onClick: n[0] || (n[0] = rt((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
2960
2963
  })
2961
2964
  ]))
2962
- ], 2)) : e.htmlTitle ? (G(), ne(rt, { key: 1 }, [
2965
+ ], 2)) : e.htmlTitle ? (G(), ne(et, { key: 1 }, [
2963
2966
  i.hasChildren ? (G(), ne("span", {
2964
2967
  key: 1,
2965
2968
  class: "option-label",
@@ -2971,9 +2974,9 @@ function iu(t, n, e, r, o, i) {
2971
2974
  }, null, 8, eu))
2972
2975
  ], 64)) : (G(), ne("span", nu, $e(e.option.title), 1))
2973
2976
  ], 2),
2974
- i.hasChildren ? Me((G(), ke(f, { key: 0 }, {
2977
+ i.hasChildren ? De((G(), ke(f, { key: 0 }, {
2975
2978
  default: ye(() => [
2976
- (G(!0), ne(rt, null, Ft(e.option.children, (d) => Me((G(), ke(c, {
2979
+ (G(!0), ne(et, null, Ft(e.option.children, (d) => De((G(), ke(c, {
2977
2980
  key: d.value,
2978
2981
  option: d,
2979
2982
  name: e.name,
@@ -2998,7 +3001,7 @@ function iu(t, n, e, r, o, i) {
2998
3001
  ]);
2999
3002
  }
3000
3003
  const ru = /* @__PURE__ */ Ae(Zs, [["render", iu]]);
3001
- var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3004
+ var tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3002
3005
  function Ei(t) {
3003
3006
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3004
3007
  }
@@ -3012,7 +3015,7 @@ var Fo = { exports: {} };
3012
3015
  (function(t, n) {
3013
3016
  (function(e, r) {
3014
3017
  t.exports = r();
3015
- })(et, function() {
3018
+ })(tt, function() {
3016
3019
  class e {
3017
3020
  constructor(i, s = !0, l = [], c = 5e3) {
3018
3021
  this.ctx = i, this.iframes = s, this.exclude = l, this.iframesTimeout = c;
@@ -3851,9 +3854,13 @@ const lu = {
3851
3854
  }
3852
3855
  },
3853
3856
  computed: {
3857
+ // RENAME TO CUSTOM TREGER
3854
3858
  hasTrigger() {
3855
3859
  return !!this.$slots.trigger;
3856
3860
  },
3861
+ hasTriggerContent() {
3862
+ return console.log(this.$slots), !!this.$slots.triggerContent;
3863
+ },
3857
3864
  hasEmptyMessage() {
3858
3865
  return !!this.$slots.emptyMessage;
3859
3866
  },
@@ -3907,7 +3914,7 @@ const lu = {
3907
3914
  }
3908
3915
  },
3909
3916
  components: {
3910
- IbAlert: fn,
3917
+ IbAlert: cn,
3911
3918
  IbIconButton: Nt,
3912
3919
  IbIcon: Xe,
3913
3920
  IbDropdown: Cr,
@@ -3927,7 +3934,7 @@ const lu = {
3927
3934
  };
3928
3935
  function du(t, n, e, r, o, i) {
3929
3936
  const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("select-option"), h = fe("list"), d = fe("ib-input"), a = fe("ib-dropdown");
3930
- return G(), ne(rt, null, [
3937
+ return G(), ne(et, null, [
3931
3938
  e.errorMessage ? (G(), ke(s, {
3932
3939
  key: 0,
3933
3940
  class: "tree-select-error"
@@ -3938,20 +3945,23 @@ function du(t, n, e, r, o, i) {
3938
3945
  _: 1
3939
3946
  })) : he("", !0),
3940
3947
  ae("div", {
3941
- class: me(["tree-select", e.classList])
3948
+ class: ve(["tree-select", {
3949
+ ...e.classList,
3950
+ "tree-select-custom-trigger-content": i.hasTriggerContent
3951
+ }])
3942
3952
  }, [
3943
- ve(a, {
3953
+ ge(a, {
3944
3954
  disabled: o.isLoading,
3945
3955
  "is-resizable": e.isResizable,
3946
3956
  vertical: o.vertical,
3947
3957
  ref: "dropdown",
3948
3958
  onClose: i.onClose,
3949
3959
  onOpen: i.onOpen
3950
- }, So({
3960
+ }, To({
3951
3961
  body: ye(() => [
3952
3962
  ae("div", {
3953
- class: me(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
3954
- style: On(i.treeDropPos)
3963
+ class: ve(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
3964
+ style: wn(i.treeDropPos)
3955
3965
  }, [
3956
3966
  e.isResizable ? (G(), ne("div", {
3957
3967
  key: 0,
@@ -3965,10 +3975,10 @@ function du(t, n, e, r, o, i) {
3965
3975
  }, null, 32)) : he("", !0),
3966
3976
  Object.keys(o.actualBookmarkedOptions).length > 0 ? (G(), ke(h, {
3967
3977
  key: 2,
3968
- class: me({ "has-hierarchy": i.hasHierarchy })
3978
+ class: ve({ "has-hierarchy": i.hasHierarchy })
3969
3979
  }, {
3970
3980
  default: ye(() => [
3971
- (G(!0), ne(rt, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
3981
+ (G(!0), ne(et, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
3972
3982
  key: "bookmark" + u.id,
3973
3983
  option: u,
3974
3984
  "parent-auto-check": !1,
@@ -3996,16 +4006,16 @@ function du(t, n, e, r, o, i) {
3996
4006
  onInput: n[8] || (n[8] = (u) => i.filter(u, o.actualOptions)),
3997
4007
  onKeyup: _t(i.inputKeyupDown, ["down"])
3998
4008
  }, null, 8, ["value", "aria-label", "placeholder", "onKeyup"])) : he("", !0),
3999
- ve(h, {
4009
+ ge(h, {
4000
4010
  ref: "list",
4001
4011
  role: "listbox",
4002
- class: me({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
4012
+ class: ve({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
4003
4013
  }, {
4004
4014
  default: ye(() => [
4005
4015
  !i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", su, [
4006
- Se(t.$slots, "emptyMessage")
4016
+ Ee(t.$slots, "emptyMessage")
4007
4017
  ])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", uu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
4008
- Me(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
4018
+ De(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
4009
4019
  [Ke, i.requiredDependencyNotFilled]
4010
4020
  ]),
4011
4021
  !e.isMultiple && !e.isRequired && o.actualOptions.length > 0 ? (G(), ke(f, {
@@ -4024,7 +4034,7 @@ function du(t, n, e, r, o, i) {
4024
4034
  "only-end-nodes": e.onlyEndNodes,
4025
4035
  "show-input": e.showInputs
4026
4036
  }, null, 8, ["option", "name", "parent-auto-check", "is-multiple", "onCheck", "onToggleBookmark", "uid", "only-end-nodes", "show-input"])) : he("", !0),
4027
- i.requiredDependencyNotFilled ? he("", !0) : (G(), ne(rt, { key: 3 }, [
4037
+ i.requiredDependencyNotFilled ? he("", !0) : (G(), ne(et, { key: 3 }, [
4028
4038
  e.allOptions && e.isMultiple && i.visibleOptionsCount && !i.requiredDependencyNotFilled ? (G(), ke(f, {
4029
4039
  key: 0,
4030
4040
  option: {
@@ -4047,7 +4057,7 @@ function du(t, n, e, r, o, i) {
4047
4057
  onCheck: i.manageAll,
4048
4058
  onOnFocus: n[9] || (n[9] = (u) => o.focusedOptionId = u)
4049
4059
  }, null, 8, ["option", "is-toggle", "name", "is-multiple", "uid", "only-end-nodes", "show-input", "onCheck"])) : he("", !0),
4050
- (G(!0), ne(rt, null, Ft(o.actualOptions, (u) => Se(t.$slots, o.actualName, {
4060
+ (G(!0), ne(et, null, Ft(o.actualOptions, (u) => Ee(t.$slots, o.actualName, {
4051
4061
  key: e.name + u.value,
4052
4062
  option: u,
4053
4063
  parentAutoCheck: e.parentAutoCheck,
@@ -4057,7 +4067,7 @@ function du(t, n, e, r, o, i) {
4057
4067
  htmlTitle: e.htmlOptionTitle,
4058
4068
  showInput: e.showInputs
4059
4069
  }, () => [
4060
- Me(ve(f, {
4070
+ De(ge(f, {
4061
4071
  option: u,
4062
4072
  "is-toggle": e.isToggle,
4063
4073
  name: o.actualName,
@@ -4086,7 +4096,7 @@ function du(t, n, e, r, o, i) {
4086
4096
  i.hasTrigger ? {
4087
4097
  name: "trigger",
4088
4098
  fn: ye(() => [
4089
- Se(t.$slots, "trigger", {
4099
+ Ee(t.$slots, "trigger", {
4090
4100
  selectedCount: i.selectedKeys.length
4091
4101
  })
4092
4102
  ]),
@@ -4097,54 +4107,59 @@ function du(t, n, e, r, o, i) {
4097
4107
  ae("div", {
4098
4108
  role: "combobox",
4099
4109
  tabindex: "0",
4100
- class: me(["tree-choice", {
4110
+ class: ve(["tree-choice", {
4101
4111
  "tree-choice-opened": u,
4102
- "has-clear-button": !e.showClearButton,
4112
+ "has-clear-button": e.showClearButton,
4103
4113
  "tree-choice-error": e.errorMessage
4104
4114
  }]),
4105
4115
  ref: "combobox",
4106
- onClick: n[0] || (n[0] = it(() => {
4116
+ onClick: n[2] || (n[2] = rt(() => {
4107
4117
  }, ["prevent"])),
4108
- onBlur: n[1] || (n[1] = (...b) => i.onBlur && i.onBlur(...b)),
4118
+ onBlur: n[3] || (n[3] = (...b) => i.onBlur && i.onBlur(...b)),
4109
4119
  onKeyup: [
4110
- n[2] || (n[2] = _t((...b) => i.comboboxKeyupDown && i.comboboxKeyupDown(...b), ["down"])),
4111
- n[3] || (n[3] = _t((...b) => i.comboboxKeyupDown && i.comboboxKeyupDown(...b), ["up"]))
4120
+ n[4] || (n[4] = _t((...b) => i.comboboxKeyupDown && i.comboboxKeyupDown(...b), ["down"])),
4121
+ n[5] || (n[5] = _t((...b) => i.comboboxKeyupDown && i.comboboxKeyupDown(...b), ["up"]))
4112
4122
  ],
4113
4123
  "aria-label": e.ariaLabel,
4114
4124
  "aria-activedescendant": o.focusedOptionId
4115
4125
  }, [
4116
- e.htmlOptionTitle ? (G(), ne("span", {
4126
+ i.hasTriggerContent ? Ee(t.$slots, "triggerContent", {
4117
4127
  key: 0,
4118
- class: me({ placeholder: !i.selectStatus }),
4119
- innerHTML: i.selectStatus || e.placeholder
4120
- }, null, 10, ["innerHTML"])) : (G(), ne("span", {
4121
- key: 1,
4122
- class: me({ placeholder: !i.selectStatus })
4123
- }, $e(i.selectStatus || e.placeholder), 3))
4124
- ], 42, ["aria-label", "aria-activedescendant"]),
4125
- e.showClearButton ? Me((G(), ke(c, {
4126
- key: 0,
4127
- kind: "ghost",
4128
- class: "button-clear",
4129
- onClick: it(i.clearValue, ["prevent"]),
4130
- onKeypress: n[4] || (n[4] = _t(it(() => {
4131
- }, ["stop", "prevent"]), ["enter"])),
4132
- onKeydown: n[5] || (n[5] = _t(it(() => {
4133
- }, ["stop", "prevent"]), ["enter"])),
4134
- onKeyup: _t(it(i.clearValue, ["prevent"]), ["enter"]),
4135
- "help-text": e.clearButtonMessage
4136
- }, {
4137
- default: ye(() => [
4138
- ve(l, { name: "close-outline" })
4139
- ]),
4140
- _: 1
4141
- }, 8, ["onClick", "onKeyup", "help-text"])), [
4142
- [Ke, Object.keys(o.selected).length]
4143
- ]) : he("", !0),
4144
- ve(l, {
4145
- name: u ? "chevron-up-outline" : "chevron-down-outline",
4146
- classes: "tree-select-caret"
4147
- }, null, 8, ["name"])
4128
+ selectedCount: i.selectedKeys.length
4129
+ }) : (G(), ne(et, { key: 1 }, [
4130
+ e.htmlOptionTitle ? (G(), ne("span", {
4131
+ key: 0,
4132
+ class: ve({ placeholder: !i.selectStatus }),
4133
+ innerHTML: i.selectStatus || e.placeholder
4134
+ }, null, 10, ["innerHTML"])) : (G(), ne("span", {
4135
+ key: 1,
4136
+ class: ve({ placeholder: !i.selectStatus })
4137
+ }, $e(i.selectStatus || e.placeholder), 3))
4138
+ ], 64)),
4139
+ e.showClearButton ? De((G(), ke(c, {
4140
+ key: 2,
4141
+ kind: "ghost",
4142
+ class: "button-clear",
4143
+ onClick: rt(i.clearValue, ["prevent"]),
4144
+ onKeypress: n[0] || (n[0] = _t(rt(() => {
4145
+ }, ["stop", "prevent"]), ["enter"])),
4146
+ onKeydown: n[1] || (n[1] = _t(rt(() => {
4147
+ }, ["stop", "prevent"]), ["enter"])),
4148
+ onKeyup: _t(rt(i.clearValue, ["prevent"]), ["enter"]),
4149
+ "help-text": e.clearButtonMessage
4150
+ }, {
4151
+ default: ye(() => [
4152
+ ge(l, { name: "close-outline" })
4153
+ ]),
4154
+ _: 1
4155
+ }, 8, ["onClick", "onKeyup", "help-text"])), [
4156
+ [Ke, Object.keys(o.selected).length]
4157
+ ]) : he("", !0),
4158
+ ge(l, {
4159
+ name: u ? "chevron-up-outline" : "chevron-down-outline",
4160
+ classes: "tree-select-caret"
4161
+ }, null, 8, ["name"])
4162
+ ], 42, ["aria-label", "aria-activedescendant"])
4148
4163
  ]),
4149
4164
  key: "1"
4150
4165
  }
@@ -4197,13 +4212,13 @@ const fu = {
4197
4212
  function pu(t, n, e, r, o, i) {
4198
4213
  const s = fe("ib-label"), l = fe("ib-select");
4199
4214
  return G(), ne("div", hu, [
4200
- ve(s, null, {
4215
+ ge(s, null, {
4201
4216
  default: ye(() => [
4202
4217
  Ge($e(e.labelSelect), 1)
4203
4218
  ]),
4204
4219
  _: 1
4205
4220
  }),
4206
- ve(l, {
4221
+ ge(l, {
4207
4222
  classList: "report-limit-selector-select",
4208
4223
  value: e.value,
4209
4224
  options: i.prepareOptions,
@@ -4308,42 +4323,35 @@ const mu = {
4308
4323
  },
4309
4324
  countPagePagination() {
4310
4325
  return Math.ceil(this.countRows / this.limitValue);
4311
- },
4312
- displayPaginationInput() {
4313
- return this.showPaginationInput ? this.countPagePagination >= 7 : !1;
4314
4326
  }
4315
4327
  },
4316
- directives: {
4317
- Tooltip: Sr
4318
- },
4319
4328
  components: {
4320
4329
  IbIconButton: Nt,
4321
4330
  IbIcon: Xe,
4322
4331
  IbInput: Bo,
4323
4332
  IbLabel: Ci,
4324
- IbLimitSelector: gu
4325
- // IbTooltip,
4333
+ IbLimitSelector: gu,
4334
+ IbTooltip: kn
4326
4335
  }
4327
4336
  }, vu = { class: "report-controls" }, yu = { class: "repot-pagination" }, bu = { class: "pagination-input" }, _u = { class: "row-count" }, $u = { class: "pagination-wrapper" }, wu = ["onClick"];
4328
4337
  function Ou(t, n, e, r, o, i) {
4329
- const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-icon-button"), d = cn("tooltip");
4338
+ const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-tooltip"), d = fe("ib-icon-button");
4330
4339
  return G(), ne("div", vu, [
4331
- ve(s, {
4340
+ ge(s, {
4332
4341
  onSelect: i.changeLimit,
4333
4342
  value: o.limitValue,
4334
4343
  "label-select": e.labelSelect
4335
4344
  }, null, 8, ["onSelect", "value", "label-select"]),
4336
4345
  ae("div", yu, [
4337
- Ge($e(i.displayPaginationInput) + " ", 1),
4338
- i.displayPaginationInput ? (G(), ne(rt, { key: 0 }, [
4339
- ve(l, null, {
4346
+ e.showPaginationInput ? (G(), ne(et, { key: 0 }, [
4347
+ ge(l, null, {
4340
4348
  default: ye(() => [
4341
4349
  Ge($e(e.labelInput), 1)
4342
4350
  ]),
4343
4351
  _: 1
4344
4352
  }),
4345
4353
  ae("div", bu, [
4346
- ve(c, {
4354
+ ge(c, {
4347
4355
  type: "number",
4348
4356
  debounce: 500,
4349
4357
  onInput: i.onInput
@@ -4351,7 +4359,7 @@ function Ou(t, n, e, r, o, i) {
4351
4359
  ])
4352
4360
  ], 64)) : he("", !0),
4353
4361
  ae("div", _u, $e(i.setCountOfRows + " of " + e.countRows), 1),
4354
- Me((G(), ke(h, {
4362
+ ge(d, {
4355
4363
  kind: "tertiary",
4356
4364
  size: "m",
4357
4365
  class: "toggle-children button-prev",
@@ -4359,16 +4367,18 @@ function Ou(t, n, e, r, o, i) {
4359
4367
  onClick: n[0] || (n[0] = (a) => i.onSelect(o.currentPage - 1))
4360
4368
  }, {
4361
4369
  default: ye(() => [
4362
- ve(f, { name: "chevron-back-outline" })
4370
+ ge(f, { name: "chevron-back-outline" }),
4371
+ e.tooltipTextPrev ? (G(), ke(h, {
4372
+ key: 0,
4373
+ text: e.tooltipTextPrev
4374
+ }, null, 8, ["text"])) : he("", !0)
4363
4375
  ]),
4364
4376
  _: 1
4365
- }, 8, ["disabled"])), [
4366
- [d, e.tooltipTextPrev ? e.tooltipTextNext : t.lang("prev_page", "system")]
4367
- ]),
4377
+ }, 8, ["disabled"]),
4368
4378
  ae("ul", $u, [
4369
- (G(!0), ne(rt, null, Ft(i.countPagePagination, (a, u) => Me((G(), ne("li", {
4379
+ (G(!0), ne(et, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
4370
4380
  key: u,
4371
- class: me(["pagination-item", {
4381
+ class: ve(["pagination-item", {
4372
4382
  active: u + 1 === o.currentPage,
4373
4383
  "dots-left": o.indexSpaceLeft === u + 1,
4374
4384
  "dots-right": o.indexSpaceRight === u + 1
@@ -4380,7 +4390,7 @@ function Ou(t, n, e, r, o, i) {
4380
4390
  [Ke, i.showItem(u + 1)]
4381
4391
  ])), 128))
4382
4392
  ]),
4383
- Me((G(), ke(h, {
4393
+ ge(d, {
4384
4394
  kind: "tertiary",
4385
4395
  size: "m",
4386
4396
  class: "toggle-children button-next",
@@ -4388,16 +4398,18 @@ function Ou(t, n, e, r, o, i) {
4388
4398
  onClick: n[1] || (n[1] = (a) => i.onSelect(o.currentPage + 1))
4389
4399
  }, {
4390
4400
  default: ye(() => [
4391
- ve(f, { name: "chevron-forward-outline" })
4401
+ ge(f, { name: "chevron-forward-outline" }),
4402
+ e.tooltipTextNext ? (G(), ke(h, {
4403
+ key: 0,
4404
+ text: e.tooltipTextNext
4405
+ }, null, 8, ["text"])) : he("", !0)
4392
4406
  ]),
4393
4407
  _: 1
4394
- }, 8, ["disabled"])), [
4395
- [d, e.tooltipTextNext ? e.tooltipTextNext : t.lang("next_page", "system")]
4396
- ])
4408
+ }, 8, ["disabled"])
4397
4409
  ])
4398
4410
  ]);
4399
4411
  }
4400
- const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]), Bn = {
4412
+ const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]), jn = {
4401
4413
  PROGRESS: "progress",
4402
4414
  SUCCESS: "success",
4403
4415
  FAILED: "failed",
@@ -4408,7 +4420,7 @@ const ku = {
4408
4420
  props: {
4409
4421
  states: {
4410
4422
  type: String,
4411
- default: Bn.PROGRESS
4423
+ default: jn.PROGRESS
4412
4424
  },
4413
4425
  progress: {
4414
4426
  type: [String, Number],
@@ -4425,7 +4437,7 @@ const ku = {
4425
4437
  return t.push(`progress-bar-${this.states}`), t;
4426
4438
  },
4427
4439
  iconName() {
4428
- return this.states === Bn.SUCCESS ? "checkmark-circle" : this.states === Bn.FAILED || this.states === Bn.CANCELING || this.states === Bn.CANCELED ? "close-circle" : "";
4440
+ return this.states === jn.SUCCESS ? "checkmark-circle" : this.states === jn.FAILED || this.states === jn.CANCELING || this.states === jn.CANCELED ? "close-circle" : "";
4429
4441
  }
4430
4442
  },
4431
4443
  components: {
@@ -4438,7 +4450,7 @@ function Au(t, n, e, r, o, i) {
4438
4450
  const s = fe("ib-icon");
4439
4451
  return G(), ne("div", Cu, [
4440
4452
  ae("div", {
4441
- class: me(i.classes)
4453
+ class: ve(i.classes)
4442
4454
  }, [
4443
4455
  ae("div", {
4444
4456
  class: "progress",
@@ -4447,11 +4459,11 @@ function Au(t, n, e, r, o, i) {
4447
4459
  "aria-valuemin": "0",
4448
4460
  "aria-valuemax": "100",
4449
4461
  "aria-valuenow": e.progress,
4450
- style: On({ width: e.progress + "%" })
4462
+ style: wn({ width: e.progress + "%" })
4451
4463
  }, Su, 12, Eu),
4452
4464
  xu
4453
4465
  ], 2),
4454
- Me(ve(s, {
4466
+ De(ge(s, {
4455
4467
  class: "status-icon",
4456
4468
  name: i.iconName
4457
4469
  }, null, 8, ["name"]), [
@@ -4516,16 +4528,16 @@ const Iu = {
4516
4528
  function Du(t, n, e, r, o, i) {
4517
4529
  return G(), ne("div", Pu, [
4518
4530
  ae("div", {
4519
- class: me(["status-indicator-icon", e.type]),
4531
+ class: ve(["status-indicator-icon", e.type]),
4520
4532
  innerHTML: o.icons[e.type]
4521
4533
  }, null, 10, Mu),
4522
- Se(t.$slots, "default", {}, void 0, !0)
4534
+ Ee(t.$slots, "default", {}, void 0, !0)
4523
4535
  ]);
4524
4536
  }
4525
4537
  const c1 = /* @__PURE__ */ Ae(Iu, [["render", Du], ["__scopeId", "data-v-e696394e"]]);
4526
4538
  const Lu = {
4527
4539
  name: "IbPanel",
4528
- mixins: [No],
4540
+ mixins: [Ao],
4529
4541
  props: {
4530
4542
  isOpen: {
4531
4543
  type: Boolean,
@@ -4539,26 +4551,26 @@ const Lu = {
4539
4551
  }, Ru = (t) => ($r("data-v-c7c0bea8"), t = t(), wr(), t), Bu = { class: "panel-head" }, ju = { class: "head-title" }, qu = /* @__PURE__ */ Ru(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Fu = { class: "head-content" }, Hu = { class: "panel-body" };
4540
4552
  function Vu(t, n, e, r, o, i) {
4541
4553
  return G(), ne("div", {
4542
- class: me(["panel", { "panel-error": e.error }])
4554
+ class: ve(["panel", { "panel-error": e.error }])
4543
4555
  }, [
4544
4556
  ae("div", Bu, [
4545
4557
  ae("div", ju, [
4546
- Se(t.$slots, "title", {}, void 0, !0)
4558
+ Ee(t.$slots, "title", {}, void 0, !0)
4547
4559
  ]),
4548
4560
  qu,
4549
4561
  ae("div", Fu, [
4550
- Se(t.$slots, "head-content", {}, void 0, !0)
4562
+ Ee(t.$slots, "head-content", {}, void 0, !0)
4551
4563
  ])
4552
4564
  ]),
4553
- ve(wi, {
4565
+ ge(wi, {
4554
4566
  name: "expand",
4555
4567
  onEnter: t.enter,
4556
4568
  onAfterEnter: t.afterEnter,
4557
4569
  onLeave: t.leave
4558
4570
  }, {
4559
4571
  default: ye(() => [
4560
- Me(ae("div", Hu, [
4561
- Se(t.$slots, "body", {}, void 0, !0)
4572
+ De(ae("div", Hu, [
4573
+ Ee(t.$slots, "body", {}, void 0, !0)
4562
4574
  ], 512), [
4563
4575
  [Ke, e.isOpen]
4564
4576
  ])
@@ -4586,9 +4598,9 @@ const Uu = {
4586
4598
  };
4587
4599
  function Ku(t, n, e, r, o, i) {
4588
4600
  return G(), ne("div", {
4589
- class: me(["ib-form-group", { disable: e.disable }])
4601
+ class: ve(["ib-form-group", { disable: e.disable }])
4590
4602
  }, [
4591
- Se(t.$slots, "default"),
4603
+ Ee(t.$slots, "default"),
4592
4604
  e.supportText.length ? (G(), ne("p", zu, $e(e.supportText), 1)) : he("", !0)
4593
4605
  ], 2);
4594
4606
  }
@@ -4615,13 +4627,13 @@ const Gu = {
4615
4627
  },
4616
4628
  components: {
4617
4629
  IbLabel: Ci,
4618
- IbAlert: fn
4630
+ IbAlert: cn
4619
4631
  }
4620
4632
  }, Yu = { class: "ib-checkbox-group-content" };
4621
4633
  function Wu(t, n, e, r, o, i) {
4622
4634
  const s = fe("ib-label"), l = fe("ib-alert");
4623
4635
  return G(), ne("div", {
4624
- class: me(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
4636
+ class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
4625
4637
  }, [
4626
4638
  e.labelText.length ? (G(), ke(s, {
4627
4639
  key: 0,
@@ -4643,7 +4655,7 @@ function Wu(t, n, e, r, o, i) {
4643
4655
  _: 1
4644
4656
  })) : he("", !0),
4645
4657
  ae("div", Yu, [
4646
- Se(t.$slots, "default")
4658
+ Ee(t.$slots, "default")
4647
4659
  ])
4648
4660
  ], 2);
4649
4661
  }
@@ -4724,10 +4736,10 @@ function nd(t, n, e, r, o, i) {
4724
4736
  var s, l;
4725
4737
  return G(), ne("label", {
4726
4738
  role: "radio",
4727
- class: me(i.classes),
4739
+ class: ve(i.classes),
4728
4740
  for: e.id,
4729
4741
  "aria-checked": o.checked,
4730
- onClick: n[2] || (n[2] = it((...c) => i.onClick && i.onClick(...c), ["prevent"]))
4742
+ onClick: n[2] || (n[2] = rt((...c) => i.onClick && i.onClick(...c), ["prevent"]))
4731
4743
  }, [
4732
4744
  ae("input", {
4733
4745
  type: "radio",
@@ -4737,12 +4749,12 @@ function nd(t, n, e, r, o, i) {
4737
4749
  checked: o.checked,
4738
4750
  disabled: e.disabled,
4739
4751
  ref: "radio",
4740
- onInput: n[0] || (n[0] = it(() => {
4752
+ onInput: n[0] || (n[0] = rt(() => {
4741
4753
  }, ["stop"])),
4742
4754
  onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
4743
4755
  }, null, 40, Qu),
4744
4756
  ae("span", {
4745
- class: me(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
4757
+ class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
4746
4758
  }, [
4747
4759
  ed,
4748
4760
  (l = e.label) != null && l.length ? (G(), ne("span", td, $e(e.label), 1)) : he("", !0)
@@ -4770,11 +4782,11 @@ const id = {
4770
4782
  };
4771
4783
  function ud(t, n, e, r, o, i) {
4772
4784
  return G(), ne("div", rd, [
4773
- e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
4785
+ e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(et, { key: 1 }, [
4774
4786
  ae("p", ad, $e(e.characterLimit - e.characterLength), 1),
4775
4787
  Ge(" / "),
4776
4788
  ae("p", ld, $e(e.characterLimit), 1)
4777
- ], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
4789
+ ], 64)) : e.characterLimit === e.characterLength ? (G(), ne(et, { key: 2 }, [
4778
4790
  Ge("0")
4779
4791
  ], 64)) : (G(), ne("p", sd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", od, "Max " + $e(e.characterLimit), 1))
4780
4792
  ]);
@@ -4833,7 +4845,7 @@ const dd = {
4833
4845
  }
4834
4846
  },
4835
4847
  components: {
4836
- IbAlert: fn,
4848
+ IbAlert: cn,
4837
4849
  IbCharacterCount: Vo
4838
4850
  },
4839
4851
  inheritAttrs: !1
@@ -4841,14 +4853,14 @@ const dd = {
4841
4853
  function fd(t, n, e, r, o, i) {
4842
4854
  const s = fe("ib-character-count"), l = fe("ib-alert");
4843
4855
  return G(), ne("div", {
4844
- class: me(["textarea-wrapper", { disabled: e.disabled }])
4856
+ class: ve(["textarea-wrapper", { disabled: e.disabled }])
4845
4857
  }, [
4846
4858
  e.characterLimit ? (G(), ke(s, {
4847
4859
  key: 0,
4848
4860
  "character-limit": e.characterLimit,
4849
4861
  "character-length": o.val.length
4850
4862
  }, null, 8, ["character-limit", "character-length"])) : he("", !0),
4851
- Me(ve(l, null, {
4863
+ De(ge(l, null, {
4852
4864
  default: ye(() => [
4853
4865
  Ge($e(e.errorMessage), 1)
4854
4866
  ]),
@@ -4856,7 +4868,7 @@ function fd(t, n, e, r, o, i) {
4856
4868
  }, 512), [
4857
4869
  [Ke, e.errorMessage.length]
4858
4870
  ]),
4859
- Me(ve(l, null, {
4871
+ De(ge(l, null, {
4860
4872
  default: ye(() => [
4861
4873
  Ge($e(e.characterLimitErrorMessage), 1)
4862
4874
  ]),
@@ -4864,14 +4876,14 @@ function fd(t, n, e, r, o, i) {
4864
4876
  }, 512), [
4865
4877
  [Ke, e.characterLimitErrorMessage.length && i.characterOverLimit]
4866
4878
  ]),
4867
- Me(ae("textarea", Tt(t.$attrs, {
4879
+ De(ae("textarea", Tt(t.$attrs, {
4868
4880
  "onUpdate:modelValue": n[0] || (n[0] = (c) => o.val = c),
4869
4881
  onInput: n[1] || (n[1] = (...c) => i.onInput && i.onInput(...c)),
4870
4882
  onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
4871
4883
  class: ["ib-textarea", i.classes],
4872
4884
  disabled: e.disabled
4873
4885
  }), null, 16, cd), [
4874
- [Ao, o.val]
4886
+ [xo, o.val]
4875
4887
  ])
4876
4888
  ], 2);
4877
4889
  }
@@ -4889,7 +4901,7 @@ var nr = [
4889
4901
  "onValueUpdate",
4890
4902
  "onYearChange",
4891
4903
  "onPreCalendarPosition"
4892
- ], $n = {
4904
+ ], _n = {
4893
4905
  _disable: [],
4894
4906
  allowInput: !1,
4895
4907
  allowInvalidPreload: !1,
@@ -4951,7 +4963,7 @@ var nr = [
4951
4963
  time_24hr: !1,
4952
4964
  weekNumbers: !1,
4953
4965
  wrap: !1
4954
- }, Un = {
4966
+ }, zn = {
4955
4967
  weekdays: {
4956
4968
  shorthand: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
4957
4969
  longhand: [
@@ -5026,7 +5038,7 @@ var nr = [
5026
5038
  }, Et = function(t) {
5027
5039
  return t === !0 ? 1 : 0;
5028
5040
  };
5029
- function Kr(t, n) {
5041
+ function zr(t, n) {
5030
5042
  var e;
5031
5043
  return function() {
5032
5044
  var r = this, o = arguments;
@@ -5167,18 +5179,18 @@ var rr = function() {
5167
5179
  u: "(.+)",
5168
5180
  w: "(\\d\\d|\\d)",
5169
5181
  y: "(\\d{2})"
5170
- }, Fn = {
5182
+ }, Hn = {
5171
5183
  Z: function(t) {
5172
5184
  return t.toISOString();
5173
5185
  },
5174
5186
  D: function(t, n, e) {
5175
- return n.weekdays.shorthand[Fn.w(t, n, e)];
5187
+ return n.weekdays.shorthand[Hn.w(t, n, e)];
5176
5188
  },
5177
5189
  F: function(t, n, e) {
5178
- return mi(Fn.n(t, n, e) - 1, !1, n);
5190
+ return mi(Hn.n(t, n, e) - 1, !1, n);
5179
5191
  },
5180
5192
  G: function(t, n, e) {
5181
- return bt(Fn.h(t, n, e));
5193
+ return bt(Hn.h(t, n, e));
5182
5194
  },
5183
5195
  H: function(t) {
5184
5196
  return bt(t.getHours());
@@ -5238,15 +5250,15 @@ var rr = function() {
5238
5250
  return String(t.getFullYear()).substring(2);
5239
5251
  }
5240
5252
  }, zo = function(t) {
5241
- var n = t.config, e = n === void 0 ? $n : n, r = t.l10n, o = r === void 0 ? Un : r, i = t.isMobile, s = i === void 0 ? !1 : i;
5253
+ var n = t.config, e = n === void 0 ? _n : n, r = t.l10n, o = r === void 0 ? zn : r, i = t.isMobile, s = i === void 0 ? !1 : i;
5242
5254
  return function(l, c, f) {
5243
5255
  var h = f || o;
5244
5256
  return e.formatDate !== void 0 && !s ? e.formatDate(l, c, h) : c.split("").map(function(d, a, u) {
5245
- return Fn[d] && u[a - 1] !== "\\" ? Fn[d](l, h, e) : d !== "\\" ? d : "";
5257
+ return Hn[d] && u[a - 1] !== "\\" ? Hn[d](l, h, e) : d !== "\\" ? d : "";
5246
5258
  }).join("");
5247
5259
  };
5248
5260
  }, gr = function(t) {
5249
- var n = t.config, e = n === void 0 ? $n : n, r = t.l10n, o = r === void 0 ? Un : r;
5261
+ var n = t.config, e = n === void 0 ? _n : n, r = t.l10n, o = r === void 0 ? zn : r;
5250
5262
  return function(i, s, l, c) {
5251
5263
  if (!(i !== 0 && !i)) {
5252
5264
  var f = c || o, h, d = i;
@@ -5255,7 +5267,7 @@ var rr = function() {
5255
5267
  else if (typeof i != "string" && i.toFixed !== void 0)
5256
5268
  h = new Date(i);
5257
5269
  else if (typeof i == "string") {
5258
- var a = s || (e || $n).dateFormat, u = String(i).trim();
5270
+ var a = s || (e || _n).dateFormat, u = String(i).trim();
5259
5271
  if (u === "today")
5260
5272
  h = /* @__PURE__ */ new Date(), l = !0;
5261
5273
  else if (e && e.parseDate)
@@ -5338,7 +5350,7 @@ var ft = globalThis && globalThis.__assign || function() {
5338
5350
  }
5339
5351
  return t;
5340
5352
  }, ft.apply(this, arguments);
5341
- }, Gr = globalThis && globalThis.__spreadArrays || function() {
5353
+ }, Kr = globalThis && globalThis.__spreadArrays || function() {
5342
5354
  for (var t = 0, n = 0, e = arguments.length; n < e; n++)
5343
5355
  t += arguments[n].length;
5344
5356
  for (var r = Array(t), o = 0, n = 0; n < e; n++)
@@ -5348,10 +5360,10 @@ var ft = globalThis && globalThis.__assign || function() {
5348
5360
  }, vd = 300;
5349
5361
  function yd(t, n) {
5350
5362
  var e = {
5351
- config: ft(ft({}, $n), Je.defaultConfig),
5352
- l10n: Un
5363
+ config: ft(ft({}, _n), Je.defaultConfig),
5364
+ l10n: zn
5353
5365
  };
5354
- e.parseDate = gr({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = v, e._setHoursFromDate = a, e._positionCalendar = te, e.changeMonth = A, e.changeYear = V, e.clear = B, e.close = j, e.onMouseOver = _e, e._createElement = Fe, e.createDay = S, e.destroy = Y, e.isEnabled = Z, e.jumpToDate = m, e.updateValue = pt, e.open = Ie, e.redraw = re, e.set = tt, e.setDate = qe, e.toggle = tn;
5366
+ e.parseDate = gr({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = v, e._setHoursFromDate = a, e._positionCalendar = te, e.changeMonth = A, e.changeYear = V, e.clear = B, e.close = j, e.onMouseOver = _e, e._createElement = Fe, e.createDay = S, e.destroy = Y, e.isEnabled = Z, e.jumpToDate = m, e.updateValue = pt, e.open = Ie, e.redraw = re, e.set = nt, e.setDate = qe, e.toggle = tn;
5355
5367
  function r() {
5356
5368
  e.utils = {
5357
5369
  getDaysInMonth: function(I, L) {
@@ -5407,8 +5419,8 @@ function yd(t, n) {
5407
5419
  e.amPM !== void 0 && (I = f(I, e.amPM.textContent));
5408
5420
  var X = e.config.minTime !== void 0 || e.config.minDate && e.minDateHasTime && e.latestSelectedDateObj && kt(e.latestSelectedDateObj, e.config.minDate, !0) === 0, le = e.config.maxTime !== void 0 || e.config.maxDate && e.maxDateHasTime && e.latestSelectedDateObj && kt(e.latestSelectedDateObj, e.config.maxDate, !0) === 0;
5409
5421
  if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
5410
- var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), ge = or(I, L, z);
5411
- if (ge > Ce && ge < de) {
5422
+ var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = or(I, L, z);
5423
+ if (me > Ce && me < de) {
5412
5424
  var Pe = gd(de);
5413
5425
  I = Pe[0], L = Pe[1], z = Pe[2];
5414
5426
  }
@@ -5460,11 +5472,11 @@ function yd(t, n) {
5460
5472
  return v(X, "click", e[z]);
5461
5473
  });
5462
5474
  }), e.isMobile) {
5463
- kn();
5475
+ Cn();
5464
5476
  return;
5465
5477
  }
5466
- var I = Kr(Ee, 50);
5467
- if (e._debouncedChange = Kr(y, vd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
5478
+ var I = zr(Te, 50);
5479
+ if (e._debouncedChange = zr(y, vd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
5468
5480
  e.config.mode === "range" && _e(Ot(z));
5469
5481
  }), v(e._input, "keydown", ce), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", ce), !e.config.inline && !e.config.static && v(window, "resize", I), window.ontouchstart !== void 0 ? v(window.document, "touchstart", D) : v(window.document, "mousedown", D), v(window.document, "focus", D, { capture: !0 }), e.config.clickOpens === !0 && (v(e._input, "focus", e.open), v(e._input, "click", e.open)), e.daysContainer !== void 0 && (v(e.monthNav, "click", Vt), v(e.monthNav, ["keyup", "increment"], b), v(e.daysContainer, "click", we)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
5470
5482
  var L = function(z) {
@@ -5521,15 +5533,15 @@ function yd(t, n) {
5521
5533
  }
5522
5534
  function T(I) {
5523
5535
  for (var L = I > 0 ? 0 : e.config.showMonths - 1, z = I > 0 ? e.config.showMonths : -1, X = L; X != z; X += I)
5524
- for (var le = e.daysContainer.children[X], de = I > 0 ? 0 : le.children.length - 1, Ce = I > 0 ? le.children.length : -1, ge = de; ge != Ce; ge += I) {
5525
- var Pe = le.children[ge];
5536
+ for (var le = e.daysContainer.children[X], de = I > 0 ? 0 : le.children.length - 1, Ce = I > 0 ? le.children.length : -1, me = de; me != Ce; me += I) {
5537
+ var Pe = le.children[me];
5526
5538
  if (Pe.className.indexOf("hidden") === -1 && Z(Pe.dateObj))
5527
5539
  return Pe;
5528
5540
  }
5529
5541
  }
5530
5542
  function P(I, L) {
5531
5543
  for (var z = I.className.indexOf("Month") === -1 ? I.dateObj.getMonth() : e.currentMonth, X = L > 0 ? e.config.showMonths : -1, le = L > 0 ? 1 : -1, de = z - e.currentMonth; de != X; de += le)
5532
- for (var Ce = e.daysContainer.children[de], ge = z - e.currentMonth === de ? I.$i + L : L < 0 ? Ce.children.length - 1 : 0, Pe = Ce.children.length, pe = ge; pe >= 0 && pe < Pe && pe != (L > 0 ? Pe : -1); pe += le) {
5544
+ for (var Ce = e.daysContainer.children[de], me = z - e.currentMonth === de ? I.$i + L : L < 0 ? Ce.children.length - 1 : 0, Pe = Ce.children.length, pe = me; pe >= 0 && pe < Pe && pe != (L > 0 ? Pe : -1); pe += le) {
5533
5545
  var Oe = Ce.children[pe];
5534
5546
  if (Oe.className.indexOf("hidden") === -1 && Z(Oe.dateObj) && Math.abs(I.$i - pe) >= Math.abs(L))
5535
5547
  return E(Oe);
@@ -5541,8 +5553,8 @@ function yd(t, n) {
5541
5553
  le === void 0 ? e._input.focus() : X ? P(le, L) : E(le);
5542
5554
  }
5543
5555
  function O(I, L) {
5544
- for (var z = (new Date(I, L, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, X = e.utils.getDaysInMonth((L - 1 + 12) % 12, I), le = e.utils.getDaysInMonth(L, I), de = window.document.createDocumentFragment(), Ce = e.config.showMonths > 1, ge = Ce ? "prevMonthDay hidden" : "prevMonthDay", Pe = Ce ? "nextMonthDay hidden" : "nextMonthDay", pe = X + 1 - z, Oe = 0; pe <= X; pe++, Oe++)
5545
- de.appendChild(S("flatpickr-day " + ge, new Date(I, L - 1, pe), pe, Oe));
5556
+ for (var z = (new Date(I, L, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, X = e.utils.getDaysInMonth((L - 1 + 12) % 12, I), le = e.utils.getDaysInMonth(L, I), de = window.document.createDocumentFragment(), Ce = e.config.showMonths > 1, me = Ce ? "prevMonthDay hidden" : "prevMonthDay", Pe = Ce ? "nextMonthDay hidden" : "nextMonthDay", pe = X + 1 - z, Oe = 0; pe <= X; pe++, Oe++)
5557
+ de.appendChild(S("flatpickr-day " + me, new Date(I, L - 1, pe), pe, Oe));
5546
5558
  for (pe = 1; pe <= le; pe++, Oe++)
5547
5559
  de.appendChild(S("flatpickr-day", new Date(I, L, pe), pe, Oe));
5548
5560
  for (var Be = le + 1; Be <= 42 - z && (e.config.showMonths === 1 || Oe % 7 !== 0); Be++, Oe++)
@@ -5576,7 +5588,7 @@ function yd(t, n) {
5576
5588
  function M() {
5577
5589
  var I = Fe("div", "flatpickr-month"), L = window.document.createDocumentFragment(), z;
5578
5590
  e.config.showMonths > 1 || e.config.monthSelectorType === "static" ? z = Fe("span", "cur-month") : (e.monthsDropdownContainer = Fe("select", "flatpickr-monthDropdown-months"), e.monthsDropdownContainer.setAttribute("aria-label", e.l10n.monthAriaLabel), v(e.monthsDropdownContainer, "change", function(Ce) {
5579
- var ge = Ot(Ce), Pe = parseInt(ge.value, 10);
5591
+ var me = Ot(Ce), Pe = parseInt(me.value, 10);
5580
5592
  e.changeMonth(Pe - e.currentMonth), He("onMonthChange");
5581
5593
  }), x(), z = e.monthsDropdownContainer);
5582
5594
  var X = di("cur-year", { tabindex: "-1" }), le = X.getElementsByTagName("input")[0];
@@ -5641,8 +5653,8 @@ function yd(t, n) {
5641
5653
  }
5642
5654
  function U() {
5643
5655
  if (e.weekdayContainer) {
5644
- var I = e.l10n.firstDayOfWeek, L = Gr(e.l10n.weekdays.shorthand);
5645
- I > 0 && I < L.length && (L = Gr(L.splice(I, L.length), L.splice(0, I)));
5656
+ var I = e.l10n.firstDayOfWeek, L = Kr(e.l10n.weekdays.shorthand);
5657
+ I > 0 && I < L.length && (L = Kr(L.splice(I, L.length), L.splice(0, I)));
5646
5658
  for (var z = e.config.showMonths; z--; )
5647
5659
  e.weekdayContainer.children[z].innerHTML = `
5648
5660
  <span class='flatpickr-weekday'>
@@ -5756,15 +5768,15 @@ function yd(t, n) {
5756
5768
  return !0;
5757
5769
  if (X === void 0)
5758
5770
  return !1;
5759
- for (var le = !!e.config.enable, de = (z = e.config.enable) !== null && z !== void 0 ? z : e.config.disable, Ce = 0, ge = void 0; Ce < de.length; Ce++) {
5760
- if (ge = de[Ce], typeof ge == "function" && ge(X))
5771
+ for (var le = !!e.config.enable, de = (z = e.config.enable) !== null && z !== void 0 ? z : e.config.disable, Ce = 0, me = void 0; Ce < de.length; Ce++) {
5772
+ if (me = de[Ce], typeof me == "function" && me(X))
5761
5773
  return le;
5762
- if (ge instanceof Date && X !== void 0 && ge.getTime() === X.getTime())
5774
+ if (me instanceof Date && X !== void 0 && me.getTime() === X.getTime())
5763
5775
  return le;
5764
- if (typeof ge == "string") {
5765
- var Pe = e.parseDate(ge, void 0, !0);
5776
+ if (typeof me == "string") {
5777
+ var Pe = e.parseDate(me, void 0, !0);
5766
5778
  return Pe && Pe.getTime() === X.getTime() ? le : !le;
5767
- } else if (typeof ge == "object" && X !== void 0 && ge.from && ge.to && X.getTime() >= ge.from.getTime() && X.getTime() <= ge.to.getTime())
5779
+ } else if (typeof me == "object" && X !== void 0 && me.from && me.to && X.getTime() >= me.from.getTime() && X.getTime() <= me.to.getTime())
5768
5780
  return le;
5769
5781
  }
5770
5782
  return !le;
@@ -5799,8 +5811,8 @@ function yd(t, n) {
5799
5811
  case 39:
5800
5812
  if (!Ce && !z) {
5801
5813
  I.preventDefault();
5802
- var ge = i();
5803
- if (e.daysContainer !== void 0 && (X === !1 || ge && J(ge))) {
5814
+ var me = i();
5815
+ if (e.daysContainer !== void 0 && (X === !1 || me && J(me))) {
5804
5816
  var Pe = I.keyCode === 39 ? 1 : -1;
5805
5817
  I.ctrlKey ? (I.stopPropagation(), A(Pe), C(T(1), 0)) : C(void 0, Pe);
5806
5818
  }
@@ -5847,11 +5859,11 @@ function yd(t, n) {
5847
5859
  }
5848
5860
  function _e(I, L) {
5849
5861
  if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
5850
- for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, ge = 0, Pe = 0, pe = le; pe < de; pe += md.DAY)
5851
- Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!ge || pe > ge) ? ge = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
5862
+ for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe += md.DAY)
5863
+ Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
5852
5864
  var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
5853
5865
  Oe.forEach(function(Be) {
5854
- var Ue = Be.dateObj, ot = Ue.getTime(), Ut = ge > 0 && ot < ge || Pe > 0 && ot > Pe;
5866
+ var Ue = Be.dateObj, ot = Ue.getTime(), Ut = me > 0 && ot < me || Pe > 0 && ot > Pe;
5855
5867
  if (Ut) {
5856
5868
  Be.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(Dt) {
5857
5869
  Be.classList.remove(Dt);
@@ -5861,11 +5873,11 @@ function yd(t, n) {
5861
5873
  return;
5862
5874
  ["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
5863
5875
  Be.classList.remove(Dt);
5864
- }), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= ge && (Pe === 0 || ot <= Pe) && pd(ot, X, z) && Be.classList.add("inRange"));
5876
+ }), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) && pd(ot, X, z) && Be.classList.add("inRange"));
5865
5877
  });
5866
5878
  }
5867
5879
  }
5868
- function Ee() {
5880
+ function Te() {
5869
5881
  e.isOpen && !e.config.static && !e.config.inline && te();
5870
5882
  }
5871
5883
  function Ie(I, L) {
@@ -5884,7 +5896,7 @@ function yd(t, n) {
5884
5896
  return e.hourElement.select();
5885
5897
  }, 50);
5886
5898
  }
5887
- function De(I) {
5899
+ function Me(I) {
5888
5900
  return function(L) {
5889
5901
  var z = e.config["_" + I + "Date"] = e.parseDate(L, e.config.dateFormat), X = e.config["_" + (I === "min" ? "max" : "min") + "Date"];
5890
5902
  z !== void 0 && (e[I === "min" ? "minDateHasTime" : "maxDateHasTime"] = z.getHours() > 0 || z.getMinutes() > 0 || z.getSeconds() > 0), e.selectedDates && (e.selectedDates = e.selectedDates.filter(function(le) {
@@ -5926,23 +5938,23 @@ function yd(t, n) {
5926
5938
  });
5927
5939
  var X = L.mode === "time";
5928
5940
  if (!L.dateFormat && (L.enableTime || X)) {
5929
- var le = Je.defaultConfig.dateFormat || $n.dateFormat;
5941
+ var le = Je.defaultConfig.dateFormat || _n.dateFormat;
5930
5942
  z.dateFormat = L.noCalendar || X ? "H:i" + (L.enableSeconds ? ":S" : "") : le + " H:i" + (L.enableSeconds ? ":S" : "");
5931
5943
  }
5932
5944
  if (L.altInput && (L.enableTime || X) && !L.altFormat) {
5933
- var de = Je.defaultConfig.altFormat || $n.altFormat;
5945
+ var de = Je.defaultConfig.altFormat || _n.altFormat;
5934
5946
  z.altFormat = L.noCalendar || X ? "h:i" + (L.enableSeconds ? ":S K" : " K") : de + (" h:i" + (L.enableSeconds ? ":S" : "") + " K");
5935
5947
  }
5936
5948
  Object.defineProperty(e.config, "minDate", {
5937
5949
  get: function() {
5938
5950
  return e.config._minDate;
5939
5951
  },
5940
- set: De("min")
5952
+ set: Me("min")
5941
5953
  }), Object.defineProperty(e.config, "maxDate", {
5942
5954
  get: function() {
5943
5955
  return e.config._maxDate;
5944
5956
  },
5945
- set: De("max")
5957
+ set: Me("max")
5946
5958
  });
5947
5959
  var Ce = function(Oe) {
5948
5960
  return function(Be) {
@@ -5960,15 +5972,15 @@ function yd(t, n) {
5960
5972
  },
5961
5973
  set: Ce("max")
5962
5974
  }), L.mode === "time" && (e.config.noCalendar = !0, e.config.enableTime = !0), Object.assign(e.config, z, L);
5963
- for (var ge = 0; ge < I.length; ge++)
5964
- e.config[I[ge]] = e.config[I[ge]] === !0 || e.config[I[ge]] === "true";
5975
+ for (var me = 0; me < I.length; me++)
5976
+ e.config[I[me]] = e.config[I[me]] === !0 || e.config[I[me]] === "true";
5965
5977
  nr.filter(function(Oe) {
5966
5978
  return e.config[Oe] !== void 0;
5967
5979
  }).forEach(function(Oe) {
5968
5980
  e.config[Oe] = ir(e.config[Oe] || []).map(s);
5969
5981
  }), e.isMobile = !e.config.disableMobile && !e.config.inline && e.config.mode === "single" && !e.config.disable.length && !e.config.enable && !e.config.weekNumbers && /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
5970
- for (var ge = 0; ge < e.config.plugins.length; ge++) {
5971
- var Pe = e.config.plugins[ge](e) || {};
5982
+ for (var me = 0; me < e.config.plugins.length; me++) {
5983
+ var Pe = e.config.plugins[me](e) || {};
5972
5984
  for (var pe in Pe)
5973
5985
  nr.indexOf(pe) > -1 ? e.config[pe] = ir(Pe[pe]).map(s).concat(e.config[pe]) : typeof L[pe] > "u" && (e.config[pe] = Pe[pe]);
5974
5986
  }
@@ -5987,24 +5999,24 @@ function yd(t, n) {
5987
5999
  return void e.config.position(e, I);
5988
6000
  if (e.calendarContainer !== void 0) {
5989
6001
  He("onPreCalendarPosition");
5990
- var L = I || e._positionElement, z = Array.prototype.reduce.call(e.calendarContainer.children, function(ut, Nn) {
5991
- return ut + Nn.offsetHeight;
5992
- }, 0), X = e.calendarContainer.offsetWidth, le = e.config.position.split(" "), de = le[0], Ce = le.length > 1 ? le[1] : null, ge = L.getBoundingClientRect(), Pe = window.innerHeight - ge.bottom, pe = de === "above" || de !== "below" && Pe < z && ge.top > z, Oe = window.pageYOffset + ge.top + (pe ? -z - 2 : L.offsetHeight + 2);
6002
+ var L = I || e._positionElement, z = Array.prototype.reduce.call(e.calendarContainer.children, function(ut, In) {
6003
+ return ut + In.offsetHeight;
6004
+ }, 0), X = e.calendarContainer.offsetWidth, le = e.config.position.split(" "), de = le[0], Ce = le.length > 1 ? le[1] : null, me = L.getBoundingClientRect(), Pe = window.innerHeight - me.bottom, pe = de === "above" || de !== "below" && Pe < z && me.top > z, Oe = window.pageYOffset + me.top + (pe ? -z - 2 : L.offsetHeight + 2);
5993
6005
  if (mt(e.calendarContainer, "arrowTop", !pe), mt(e.calendarContainer, "arrowBottom", pe), !e.config.inline) {
5994
- var Be = window.pageXOffset + ge.left, Ue = !1, ot = !1;
5995
- Ce === "center" ? (Be -= (X - ge.width) / 2, Ue = !0) : Ce === "right" && (Be -= X - ge.width, ot = !0), mt(e.calendarContainer, "arrowLeft", !Ue && !ot), mt(e.calendarContainer, "arrowCenter", Ue), mt(e.calendarContainer, "arrowRight", ot);
5996
- var Ut = window.document.body.offsetWidth - (window.pageXOffset + ge.right), Dt = Be + X > window.document.body.offsetWidth, Cn = Ut + X > window.document.body.offsetWidth;
6006
+ var Be = window.pageXOffset + me.left, Ue = !1, ot = !1;
6007
+ Ce === "center" ? (Be -= (X - me.width) / 2, Ue = !0) : Ce === "right" && (Be -= X - me.width, ot = !0), mt(e.calendarContainer, "arrowLeft", !Ue && !ot), mt(e.calendarContainer, "arrowCenter", Ue), mt(e.calendarContainer, "arrowRight", ot);
6008
+ var Ut = window.document.body.offsetWidth - (window.pageXOffset + me.right), Dt = Be + X > window.document.body.offsetWidth, En = Ut + X > window.document.body.offsetWidth;
5997
6009
  if (mt(e.calendarContainer, "rightMost", Dt), !e.config.static)
5998
6010
  if (e.calendarContainer.style.top = Oe + "px", !Dt)
5999
6011
  e.calendarContainer.style.left = Be + "px", e.calendarContainer.style.right = "auto";
6000
- else if (!Cn)
6012
+ else if (!En)
6001
6013
  e.calendarContainer.style.left = "auto", e.calendarContainer.style.right = Ut + "px";
6002
6014
  else {
6003
6015
  var rn = se();
6004
6016
  if (rn === void 0)
6005
6017
  return;
6006
- var nt = window.document.body.offsetWidth, En = Math.max(0, nt / 2 - X / 2), Tn = ".flatpickr-calendar.centerMost:before", Sn = ".flatpickr-calendar.centerMost:after", xn = rn.cssRules.length, An = "{left:" + ge.left + "px;right:auto;}";
6007
- mt(e.calendarContainer, "rightMost", !1), mt(e.calendarContainer, "centerMost", !0), rn.insertRule(Tn + "," + Sn + An, xn), e.calendarContainer.style.left = En + "px", e.calendarContainer.style.right = "auto";
6018
+ var it = window.document.body.offsetWidth, Tn = Math.max(0, it / 2 - X / 2), Sn = ".flatpickr-calendar.centerMost:before", xn = ".flatpickr-calendar.centerMost:after", An = rn.cssRules.length, Nn = "{left:" + me.left + "px;right:auto;}";
6019
+ mt(e.calendarContainer, "rightMost", !1), mt(e.calendarContainer, "centerMost", !0), rn.insertRule(Sn + "," + xn + Nn, An), e.calendarContainer.style.left = Tn + "px", e.calendarContainer.style.right = "auto";
6008
6020
  }
6009
6021
  }
6010
6022
  }
@@ -6051,8 +6063,8 @@ function yd(t, n) {
6051
6063
  return Oe.getTime() - Be.getTime();
6052
6064
  }));
6053
6065
  if (d(), de) {
6054
- var ge = e.currentYear !== le.getFullYear();
6055
- e.currentYear = le.getFullYear(), e.currentMonth = le.getMonth(), ge && (He("onYearChange"), x()), He("onMonthChange");
6066
+ var me = e.currentYear !== le.getFullYear();
6067
+ e.currentYear = le.getFullYear(), e.currentMonth = le.getMonth(), me && (He("onYearChange"), x()), He("onMonthChange");
6056
6068
  }
6057
6069
  if (st(), k(), pt(), !de && e.config.mode !== "range" && e.config.showMonths === 1 ? E(X) : e.selectedDateElem !== void 0 && e.hourElement === void 0 && e.selectedDateElem && e.selectedDateElem.focus(), e.hourElement !== void 0 && e.hourElement !== void 0 && e.hourElement.focus(), e.config.closeOnSelect) {
6058
6070
  var Pe = e.config.mode === "single" && !e.config.enableTime, pe = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
@@ -6061,7 +6073,7 @@ function yd(t, n) {
6061
6073
  y();
6062
6074
  }
6063
6075
  }
6064
- var Te = {
6076
+ var Se = {
6065
6077
  locale: [Q, U],
6066
6078
  showMonths: [q, l, oe],
6067
6079
  minDate: [m],
@@ -6073,15 +6085,15 @@ function yd(t, n) {
6073
6085
  }
6074
6086
  ]
6075
6087
  };
6076
- function tt(I, L) {
6088
+ function nt(I, L) {
6077
6089
  if (I !== null && typeof I == "object") {
6078
6090
  Object.assign(e.config, I);
6079
6091
  for (var z in I)
6080
- Te[z] !== void 0 && Te[z].forEach(function(X) {
6092
+ Se[z] !== void 0 && Se[z].forEach(function(X) {
6081
6093
  return X();
6082
6094
  });
6083
6095
  } else
6084
- e.config[I] = L, Te[I] !== void 0 ? Te[I].forEach(function(X) {
6096
+ e.config[I] = L, Se[I] !== void 0 ? Se[I].forEach(function(X) {
6085
6097
  return X();
6086
6098
  }) : nr.indexOf(I) > -1 && (e.config[I] = ir(L));
6087
6099
  e.redraw(), pt(!0);
@@ -6149,7 +6161,7 @@ function yd(t, n) {
6149
6161
  function en() {
6150
6162
  e._positionElement = e.config.positionElement || e._input;
6151
6163
  }
6152
- function kn() {
6164
+ function Cn() {
6153
6165
  var I = e.config.enableTime ? e.config.noCalendar ? "time" : "datetime-local" : "date";
6154
6166
  e.mobileInput = Fe("input", e.input.className + " flatpickr-mobile"), e.mobileInput.tabIndex = 1, e.mobileInput.type = I, e.mobileInput.disabled = e.input.disabled, e.mobileInput.required = e.input.required, e.mobileInput.placeholder = e.input.placeholder, e.mobileFormatStr = I === "datetime-local" ? "Y-m-d\\TH:i:S" : I === "date" ? "Y-m-d" : "H:i:S", e.selectedDates.length > 0 && (e.mobileInput.defaultValue = e.mobileInput.value = e.formatDate(e.selectedDates[0], e.mobileFormatStr)), e.config.minDate && (e.mobileInput.min = e.formatDate(e.config.minDate, "Y-m-d")), e.config.maxDate && (e.mobileInput.max = e.formatDate(e.config.maxDate, "Y-m-d")), e.input.getAttribute("step") && (e.mobileInput.step = String(e.input.getAttribute("step"))), e.input.type = "hidden", e.altInput !== void 0 && (e.altInput.type = "hidden");
6155
6167
  try {
@@ -6214,15 +6226,15 @@ function yd(t, n) {
6214
6226
  I.preventDefault();
6215
6227
  var L = I.type === "keydown", z = Ot(I), X = z;
6216
6228
  e.amPM !== void 0 && z === e.amPM && (e.amPM.textContent = e.l10n.amPM[Et(e.amPM.textContent === e.l10n.amPM[0])]);
6217
- var le = parseFloat(X.getAttribute("min")), de = parseFloat(X.getAttribute("max")), Ce = parseFloat(X.getAttribute("step")), ge = parseInt(X.value, 10), Pe = I.delta || (L ? I.which === 38 ? 1 : -1 : 0), pe = ge + Ce * Pe;
6229
+ var le = parseFloat(X.getAttribute("min")), de = parseFloat(X.getAttribute("max")), Ce = parseFloat(X.getAttribute("step")), me = parseInt(X.value, 10), Pe = I.delta || (L ? I.which === 38 ? 1 : -1 : 0), pe = me + Ce * Pe;
6218
6230
  if (typeof X.value < "u" && X.value.length === 2) {
6219
6231
  var Oe = X === e.hourElement, Be = X === e.minuteElement;
6220
- pe < le ? (pe = de + pe + Et(!Oe) + (Et(Oe) && Et(!e.amPM)), Be && p(void 0, -1, e.hourElement)) : pe > de && (pe = X === e.hourElement ? pe - de - Et(!e.amPM) : le, Be && p(void 0, 1, e.hourElement)), e.amPM && Oe && (Ce === 1 ? pe + ge === 23 : Math.abs(pe - ge) > Ce) && (e.amPM.textContent = e.l10n.amPM[Et(e.amPM.textContent === e.l10n.amPM[0])]), X.value = bt(pe);
6232
+ pe < le ? (pe = de + pe + Et(!Oe) + (Et(Oe) && Et(!e.amPM)), Be && p(void 0, -1, e.hourElement)) : pe > de && (pe = X === e.hourElement ? pe - de - Et(!e.amPM) : le, Be && p(void 0, 1, e.hourElement)), e.amPM && Oe && (Ce === 1 ? pe + me === 23 : Math.abs(pe - me) > Ce) && (e.amPM.textContent = e.l10n.amPM[Et(e.amPM.textContent === e.l10n.amPM[0])]), X.value = bt(pe);
6221
6233
  }
6222
6234
  }
6223
6235
  return o(), e;
6224
6236
  }
6225
- function wn(t, n) {
6237
+ function $n(t, n) {
6226
6238
  for (var e = Array.prototype.slice.call(t).filter(function(s) {
6227
6239
  return s instanceof HTMLElement;
6228
6240
  }), r = [], o = 0; o < e.length; o++) {
@@ -6238,17 +6250,17 @@ function wn(t, n) {
6238
6250
  return r.length === 1 ? r[0] : r;
6239
6251
  }
6240
6252
  typeof HTMLElement < "u" && typeof HTMLCollection < "u" && typeof NodeList < "u" && (HTMLCollection.prototype.flatpickr = NodeList.prototype.flatpickr = function(t) {
6241
- return wn(this, t);
6253
+ return $n(this, t);
6242
6254
  }, HTMLElement.prototype.flatpickr = function(t) {
6243
- return wn([this], t);
6255
+ return $n([this], t);
6244
6256
  });
6245
6257
  var Je = function(t, n) {
6246
- return typeof t == "string" ? wn(window.document.querySelectorAll(t), n) : t instanceof Node ? wn([t], n) : wn(t, n);
6258
+ return typeof t == "string" ? $n(window.document.querySelectorAll(t), n) : t instanceof Node ? $n([t], n) : $n(t, n);
6247
6259
  };
6248
6260
  Je.defaultConfig = {};
6249
6261
  Je.l10ns = {
6250
- en: ft({}, Un),
6251
- default: ft({}, Un)
6262
+ en: ft({}, zn),
6263
+ default: ft({}, zn)
6252
6264
  };
6253
6265
  Je.localize = function(t) {
6254
6266
  Je.l10ns.default = ft(ft({}, Je.l10ns.default), t);
@@ -6260,7 +6272,7 @@ Je.parseDate = gr({});
6260
6272
  Je.formatDate = zo({});
6261
6273
  Je.compareDates = kt;
6262
6274
  typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
6263
- return wn(this, t);
6275
+ return $n(this, t);
6264
6276
  });
6265
6277
  Date.prototype.fp_incr = function(t) {
6266
6278
  return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
@@ -6270,7 +6282,7 @@ var Ko = { exports: {} };
6270
6282
  (function(t, n) {
6271
6283
  (function(e, r) {
6272
6284
  t.exports = r();
6273
- })(et, function() {
6285
+ })(tt, function() {
6274
6286
  /*! *****************************************************************************
6275
6287
  Copyright (c) Microsoft Corporation.
6276
6288
 
@@ -6520,7 +6532,7 @@ const Od = "single", lr = "range", kd = {
6520
6532
  components: {
6521
6533
  IbIcon: Xe,
6522
6534
  IbLabel: Ci,
6523
- IbAlert: fn
6535
+ IbAlert: cn
6524
6536
  }
6525
6537
  }, Cd = { class: "inputs-wrapper" }, Ed = { class: "input-group-wrapper" }, Td = ["placeholder"], Sd = {
6526
6538
  ref: "dropdown",
@@ -6538,7 +6550,7 @@ const Od = "single", lr = "range", kd = {
6538
6550
  function Pd(t, n, e, r, o, i) {
6539
6551
  const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
6540
6552
  return G(), ne("div", {
6541
- class: me(["flatpickr-wrapper", {
6553
+ class: ve(["flatpickr-wrapper", {
6542
6554
  "has-labels": e.label.length || e.endDateLabel.length,
6543
6555
  "has-label": e.label.length,
6544
6556
  "has-error": e.errorMessage.length,
@@ -6567,7 +6579,7 @@ function Pd(t, n, e, r, o, i) {
6567
6579
  _: 1
6568
6580
  }, 8, ["required"])) : he("", !0),
6569
6581
  ae("div", {
6570
- class: me(["input-wrapper", { active: o.isOpen }]),
6582
+ class: ve(["input-wrapper", { active: o.isOpen }]),
6571
6583
  onClick: n[0] || (n[0] = (...f) => i.open && i.open(...f))
6572
6584
  }, [
6573
6585
  ae("input", {
@@ -6575,7 +6587,7 @@ function Pd(t, n, e, r, o, i) {
6575
6587
  ref: "date",
6576
6588
  class: "date-picker-input"
6577
6589
  }, null, 8, Td),
6578
- ve(c, {
6590
+ ge(c, {
6579
6591
  name: "today-outline",
6580
6592
  class: "calendar-icon"
6581
6593
  })
@@ -6595,7 +6607,7 @@ function Pd(t, n, e, r, o, i) {
6595
6607
  _: 1
6596
6608
  }, 8, ["required"])) : he("", !0),
6597
6609
  ae("div", {
6598
- class: me(["input-wrapper", { active: o.isOpenEndDate }]),
6610
+ class: ve(["input-wrapper", { active: o.isOpenEndDate }]),
6599
6611
  onClick: n[1] || (n[1] = (...f) => i.openEndDate && i.openEndDate(...f))
6600
6612
  }, [
6601
6613
  ae("input", {
@@ -6603,7 +6615,7 @@ function Pd(t, n, e, r, o, i) {
6603
6615
  placeholder: e.placeholder,
6604
6616
  ref: "toDate"
6605
6617
  }, null, 8, Nd),
6606
- ve(c, {
6618
+ ge(c, {
6607
6619
  name: "today-outline",
6608
6620
  class: "calendar-icon"
6609
6621
  })
@@ -8103,7 +8115,7 @@ const Bd = [
8103
8115
  } else
8104
8116
  Object.assign(t, { [n.name]: n.default });
8105
8117
  return t;
8106
- }, {}), Yr = {
8118
+ }, {}), Gr = {
8107
8119
  options: { ...jd }
8108
8120
  }, qd = { 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, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "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, "1|([267]\\d{6})$", "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, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|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]))|(?: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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-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, "1|([2-9]\\d{6})$", "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(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\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[047]"]]]], 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", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "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-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], 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", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [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", ["5"], "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, "0|([59]\\d{7})$", "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(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[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{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "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, "1|([2-7]\\d{6})$", "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", ["[189]"], "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)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "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[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|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\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?: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-2]|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, "1|([2-9]\\d{6})$", "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|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "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-2]|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\\d|606)\\d{5}", [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|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], 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", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "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", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-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", ["[67]"], "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-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "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})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\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-2]|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|63)|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]|636)|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]|636[457-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[045]|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[27-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])|5(?:2|3[045]|4[0-369]|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])|49|51|6(?:[0-24]|36|5[0-3589]|72|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]))|(?:49|55|83)[29]|(?: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]|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]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|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]", "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]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|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(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|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"], 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-8]\\d|99)\\d{7}", [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, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "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, "0|(1001)"], 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", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "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]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 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{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\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-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "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(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\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|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "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])", "(?:5|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", ["5"]], ["(\\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", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\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]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 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[04]"]]]], 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", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "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", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 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", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "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)|[59]|80"], "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|86"], "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\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|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]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\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-6])"], "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", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\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", ["[237-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-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|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", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "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]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[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|[57]9)\\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", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|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}|[89]00\\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, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [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", ["6"], "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]|616)", "5(?:[0-59]|6161)"], "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, "1|([2-46-8]\\d{6})$", "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]", "(?:[26-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{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, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|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[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|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-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "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{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "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, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "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", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\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", ["[23]"], "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-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 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}"]]] } };
8109
8121
  function Fd(t, n) {
@@ -8117,14 +8129,14 @@ function mr(t) {
8117
8129
  return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
8118
8130
  }, mr(t);
8119
8131
  }
8120
- function Wr(t, n) {
8132
+ function Yr(t, n) {
8121
8133
  for (var e = 0; e < n.length; e++) {
8122
8134
  var r = n[e];
8123
8135
  r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
8124
8136
  }
8125
8137
  }
8126
8138
  function Hd(t, n, e) {
8127
- return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
8139
+ return n && Yr(t.prototype, n), e && Yr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
8128
8140
  }
8129
8141
  function Vd(t, n) {
8130
8142
  if (!(t instanceof n))
@@ -8133,14 +8145,14 @@ function Vd(t, n) {
8133
8145
  function Ud(t, n) {
8134
8146
  if (typeof n != "function" && n !== null)
8135
8147
  throw new TypeError("Super expression must either be null or a function");
8136
- t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && zn(t, n);
8148
+ t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
8137
8149
  }
8138
8150
  function zd(t) {
8139
8151
  var n = Yo();
8140
8152
  return function() {
8141
- var e = Kn(t), r;
8153
+ var e = Gn(t), r;
8142
8154
  if (n) {
8143
- var o = Kn(this).constructor;
8155
+ var o = Gn(this).constructor;
8144
8156
  r = Reflect.construct(e, arguments, o);
8145
8157
  } else
8146
8158
  r = e.apply(this, arguments);
@@ -8172,9 +8184,9 @@ function vr(t) {
8172
8184
  n.set(e, r);
8173
8185
  }
8174
8186
  function r() {
8175
- return pi(e, arguments, Kn(this).constructor);
8187
+ return pi(e, arguments, Gn(this).constructor);
8176
8188
  }
8177
- return r.prototype = Object.create(e.prototype, { constructor: { value: r, enumerable: !1, writable: !0, configurable: !0 } }), zn(r, e);
8189
+ return r.prototype = Object.create(e.prototype, { constructor: { value: r, enumerable: !1, writable: !0, configurable: !0 } }), Kn(r, e);
8178
8190
  }, vr(t);
8179
8191
  }
8180
8192
  function pi(t, n, e) {
@@ -8182,7 +8194,7 @@ function pi(t, n, e) {
8182
8194
  var s = [null];
8183
8195
  s.push.apply(s, o);
8184
8196
  var l = Function.bind.apply(r, s), c = new l();
8185
- return i && zn(c, i.prototype), c;
8197
+ return i && Kn(c, i.prototype), c;
8186
8198
  }, pi.apply(null, arguments);
8187
8199
  }
8188
8200
  function Yo() {
@@ -8200,15 +8212,15 @@ function Yo() {
8200
8212
  function Gd(t) {
8201
8213
  return Function.toString.call(t).indexOf("[native code]") !== -1;
8202
8214
  }
8203
- function zn(t, n) {
8204
- return zn = Object.setPrototypeOf || function(e, r) {
8215
+ function Kn(t, n) {
8216
+ return Kn = Object.setPrototypeOf || function(e, r) {
8205
8217
  return e.__proto__ = r, e;
8206
- }, zn(t, n);
8218
+ }, Kn(t, n);
8207
8219
  }
8208
- function Kn(t) {
8209
- return Kn = Object.setPrototypeOf ? Object.getPrototypeOf : function(n) {
8220
+ function Gn(t) {
8221
+ return Gn = Object.setPrototypeOf ? Object.getPrototypeOf : function(n) {
8210
8222
  return n.__proto__ || Object.getPrototypeOf(n);
8211
- }, Kn(t);
8223
+ }, Gn(t);
8212
8224
  }
8213
8225
  var Xt = /* @__PURE__ */ function(t) {
8214
8226
  Ud(e, t);
@@ -8218,8 +8230,8 @@ var Xt = /* @__PURE__ */ function(t) {
8218
8230
  return Vd(this, e), o = n.call(this, r), Object.setPrototypeOf(Go(o), e.prototype), o.name = o.constructor.name, o;
8219
8231
  }
8220
8232
  return Hd(e);
8221
- }(/* @__PURE__ */ vr(Error)), xr = 2, Yd = 17, Wd = 3, Qt = "0-90-9٠-٩۰-۹", Zd = "-‐-―−ー-", Jd = "//", Xd = "..", Qd = "  ­​⁠ ", ec = "()()[]\\[\\]", tc = "~⁓∼~", vi = "".concat(Zd).concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc), Ar = "++";
8222
- function Zr(t, n) {
8233
+ }(/* @__PURE__ */ vr(Error)), Sr = 2, Yd = 17, Wd = 3, Qt = "0-90-9٠-٩۰-۹", Zd = "-‐-―−ー-", Jd = "//", Xd = "..", Qd = "  ­​⁠ ", ec = "()()[]\\[\\]", tc = "~⁓∼~", vi = "".concat(Zd).concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc), xr = "++";
8234
+ function Wr(t, n) {
8223
8235
  t = t.split("-"), n = n.split("-");
8224
8236
  for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
8225
8237
  var i = Number(e[o]), s = Number(r[o]);
@@ -8245,16 +8257,16 @@ function Ti(t, n) {
8245
8257
  if (!(t instanceof n))
8246
8258
  throw new TypeError("Cannot call a class as a function");
8247
8259
  }
8248
- function Jr(t, n) {
8260
+ function Zr(t, n) {
8249
8261
  for (var e = 0; e < n.length; e++) {
8250
8262
  var r = n[e];
8251
8263
  r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
8252
8264
  }
8253
8265
  }
8254
8266
  function Si(t, n, e) {
8255
- return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
8267
+ return n && Zr(t.prototype, n), e && Zr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
8256
8268
  }
8257
- var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__ */ function() {
8269
+ var nc = "1.2.0", ic = "1.7.35", Jr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__ */ function() {
8258
8270
  function t(n) {
8259
8271
  Ti(this, t), sc(n), this.metadata = n, Wo.call(this, n);
8260
8272
  }
@@ -8312,11 +8324,11 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
8312
8324
  if (n && rc.test(n) && (e = n, n = null), n && n !== "001") {
8313
8325
  if (!this.hasCountry(n))
8314
8326
  throw new Error("Unknown country: ".concat(n));
8315
- this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
8327
+ this.numberingPlan = new Xr(this.getCountryMetadata(n), this);
8316
8328
  } else if (e) {
8317
8329
  if (!this.hasCallingCode(e))
8318
8330
  throw new Error("Unknown calling code: ".concat(e));
8319
- this.numberingPlan = new Qr(this.getNumberingPlanMetadata(e), this);
8331
+ this.numberingPlan = new Xr(this.getNumberingPlanMetadata(e), this);
8320
8332
  } else
8321
8333
  this.numberingPlan = void 0;
8322
8334
  return this;
@@ -8440,7 +8452,7 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
8440
8452
  return this.numberingPlan !== void 0;
8441
8453
  }
8442
8454
  }]), t;
8443
- }(), Qr = /* @__PURE__ */ function() {
8455
+ }(), Xr = /* @__PURE__ */ function() {
8444
8456
  function t(n, e) {
8445
8457
  Ti(this, t), this.globalMetadataObject = e, this.metadata = n, Wo.call(this, e.metadata);
8446
8458
  }
@@ -8567,13 +8579,13 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
8567
8579
  }, {
8568
8580
  key: "type",
8569
8581
  value: function(n) {
8570
- if (this.hasTypes() && eo(this.types(), n))
8571
- return new lc(eo(this.types(), n), this);
8582
+ if (this.hasTypes() && Qr(this.types(), n))
8583
+ return new lc(Qr(this.types(), n), this);
8572
8584
  }
8573
8585
  }, {
8574
8586
  key: "ext",
8575
8587
  value: function() {
8576
- return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
8588
+ return this.v1 || this.v2 ? Jr : this.metadata[13] || Jr;
8577
8589
  }
8578
8590
  }]), t;
8579
8591
  }(), oc = /* @__PURE__ */ function() {
@@ -8640,7 +8652,7 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
8640
8652
  }
8641
8653
  }]), t;
8642
8654
  }();
8643
- function eo(t, n) {
8655
+ function Qr(t, n) {
8644
8656
  switch (n) {
8645
8657
  case "FIXED_LINE":
8646
8658
  return t[0];
@@ -8675,7 +8687,7 @@ var sr = function(t) {
8675
8687
  }, uc = function(t) {
8676
8688
  return yi(t);
8677
8689
  };
8678
- function Nr(t, n) {
8690
+ function Ar(t, n) {
8679
8691
  if (n = new Ct(n), n.hasCountry(t))
8680
8692
  return n.country(t).countryCallingCode();
8681
8693
  throw new Error("Unknown country: ".concat(t));
@@ -8685,33 +8697,33 @@ function dc(t, n) {
8685
8697
  }
8686
8698
  function Wo(t) {
8687
8699
  var n = t.version;
8688
- typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n, nc) === -1 ? this.v2 = !0 : Zr(n, ic) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
8700
+ typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wr(n, nc) === -1 ? this.v2 = !0 : Wr(n, ic) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
8689
8701
  }
8690
- var cc = ";ext=", _n = function(t) {
8702
+ var cc = ";ext=", bn = function(t) {
8691
8703
  return "([".concat(Qt, "]{1,").concat(t, "})");
8692
8704
  };
8693
8705
  function Zo(t) {
8694
- var n = "20", e = "15", r = "9", o = "6", i = "[  \\t,]*", s = "[:\\..]?[  \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[  \\t]*", a = "(?:,{2}|;)", u = cc + _n(n), b = i + c + s + _n(n) + l, v = i + f + s + _n(r) + l, y = h + _n(o) + "#", g = d + a + s + _n(e) + l, m = d + "(?:,)+" + s + _n(r) + l;
8706
+ var n = "20", e = "15", r = "9", o = "6", i = "[  \\t,]*", s = "[:\\..]?[  \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[  \\t]*", a = "(?:,{2}|;)", u = cc + bn(n), b = i + c + s + bn(n) + l, v = i + f + s + bn(r) + l, y = h + bn(o) + "#", g = d + a + s + bn(e) + l, m = d + "(?:,)+" + s + bn(r) + l;
8695
8707
  return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
8696
8708
  }
8697
- var fc = "[" + Qt + "]{" + xr + "}", hc = "[" + Ar + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", pc = new RegExp("^[" + Ar + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), gc = hc + // Phone number extensions
8709
+ var fc = "[" + Qt + "]{" + Sr + "}", hc = "[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", pc = new RegExp("^[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), gc = hc + // Phone number extensions
8698
8710
  "(?:" + Zo() + ")?", mc = new RegExp(
8699
8711
  // Either a short two-digit-only phone number
8700
8712
  "^" + fc + "$|^" + gc + "$",
8701
8713
  "i"
8702
8714
  );
8703
8715
  function Jo(t) {
8704
- return t.length >= xr && mc.test(t);
8716
+ return t.length >= Sr && mc.test(t);
8705
8717
  }
8706
8718
  function vc(t) {
8707
8719
  return pc.test(t);
8708
8720
  }
8709
- var to = new RegExp("(?:" + Zo() + ")$", "i");
8721
+ var eo = new RegExp("(?:" + Zo() + ")$", "i");
8710
8722
  function yc(t) {
8711
- var n = t.search(to);
8723
+ var n = t.search(eo);
8712
8724
  if (n < 0)
8713
8725
  return {};
8714
- for (var e = t.slice(0, n), r = t.match(to), o = 1; o < r.length; ) {
8726
+ for (var e = t.slice(0, n), r = t.match(eo), o = 1; o < r.length; ) {
8715
8727
  if (r[o])
8716
8728
  return {
8717
8729
  number: e,
@@ -8812,21 +8824,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
8812
8824
  function wc(t, n) {
8813
8825
  if (t) {
8814
8826
  if (typeof t == "string")
8815
- return no(t, n);
8827
+ return to(t, n);
8816
8828
  var e = Object.prototype.toString.call(t).slice(8, -1);
8817
8829
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
8818
8830
  return Array.from(t);
8819
8831
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
8820
- return no(t, n);
8832
+ return to(t, n);
8821
8833
  }
8822
8834
  }
8823
- function no(t, n) {
8835
+ function to(t, n) {
8824
8836
  (n == null || n > t.length) && (n = t.length);
8825
8837
  for (var e = 0, r = new Array(n); e < n; e++)
8826
8838
  r[e] = t[e];
8827
8839
  return r;
8828
8840
  }
8829
- function io(t) {
8841
+ function no(t) {
8830
8842
  for (var n = "", e = $c(t.split("")), r; !(r = e()).done; ) {
8831
8843
  var o = r.value;
8832
8844
  n += Oc(o, n) || "";
@@ -8853,15 +8865,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
8853
8865
  function Cc(t, n) {
8854
8866
  if (t) {
8855
8867
  if (typeof t == "string")
8856
- return ro(t, n);
8868
+ return io(t, n);
8857
8869
  var e = Object.prototype.toString.call(t).slice(8, -1);
8858
8870
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
8859
8871
  return Array.from(t);
8860
8872
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
8861
- return ro(t, n);
8873
+ return io(t, n);
8862
8874
  }
8863
8875
  }
8864
- function ro(t, n) {
8876
+ function io(t, n) {
8865
8877
  (n == null || n > t.length) && (n = t.length);
8866
8878
  for (var e = 0, r = new Array(n); e < n; e++)
8867
8879
  r[e] = t[e];
@@ -8876,7 +8888,7 @@ function Ec(t, n) {
8876
8888
  return s - l;
8877
8889
  });
8878
8890
  }
8879
- function Ir(t, n) {
8891
+ function Nr(t, n) {
8880
8892
  return Xo(t, void 0, n);
8881
8893
  }
8882
8894
  function Xo(t, n, e) {
@@ -8918,7 +8930,7 @@ function Tc(t, n, e) {
8918
8930
  throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
8919
8931
  }
8920
8932
  function Qo(t, n) {
8921
- switch (Ir(t, n)) {
8933
+ switch (Nr(t, n)) {
8922
8934
  case "IS_POSSIBLE":
8923
8935
  return !0;
8924
8936
  default:
@@ -8973,15 +8985,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
8973
8985
  function ea(t, n) {
8974
8986
  if (t) {
8975
8987
  if (typeof t == "string")
8976
- return oo(t, n);
8988
+ return ro(t, n);
8977
8989
  var e = Object.prototype.toString.call(t).slice(8, -1);
8978
8990
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
8979
8991
  return Array.from(t);
8980
8992
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
8981
- return oo(t, n);
8993
+ return ro(t, n);
8982
8994
  }
8983
8995
  }
8984
- function oo(t, n) {
8996
+ function ro(t, n) {
8985
8997
  (n == null || n > t.length) && (n = t.length);
8986
8998
  for (var e = 0, r = new Array(n); e < n; e++)
8987
8999
  r[e] = t[e];
@@ -9039,22 +9051,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9039
9051
  function Lc(t, n) {
9040
9052
  if (t) {
9041
9053
  if (typeof t == "string")
9042
- return ao(t, n);
9054
+ return oo(t, n);
9043
9055
  var e = Object.prototype.toString.call(t).slice(8, -1);
9044
9056
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
9045
9057
  return Array.from(t);
9046
9058
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
9047
- return ao(t, n);
9059
+ return oo(t, n);
9048
9060
  }
9049
9061
  }
9050
- function ao(t, n) {
9062
+ function oo(t, n) {
9051
9063
  (n == null || n > t.length) && (n = t.length);
9052
9064
  for (var e = 0, r = new Array(n); e < n; e++)
9053
9065
  r[e] = t[e];
9054
9066
  return r;
9055
9067
  }
9056
9068
  var Rc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
9057
- function Pr(t, n, e) {
9069
+ function Ir(t, n, e) {
9058
9070
  if (n = n || {}, !!t.country) {
9059
9071
  e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
9060
9072
  var r = n.v2 ? t.nationalNumber : t.phone;
@@ -9076,7 +9088,7 @@ function Bc(t, n, e) {
9076
9088
  if (n = n || {}, e = new Ct(e), !t.country)
9077
9089
  return !1;
9078
9090
  if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
9079
- return Pr(t, n, e.metadata) !== void 0;
9091
+ return Ir(t, n, e.metadata) !== void 0;
9080
9092
  var r = n.v2 ? t.nationalNumber : t.phone;
9081
9093
  return Wt(r, e.nationalNumberPattern());
9082
9094
  }
@@ -9130,21 +9142,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9130
9142
  function zc(t, n) {
9131
9143
  if (t) {
9132
9144
  if (typeof t == "string")
9133
- return lo(t, n);
9145
+ return ao(t, n);
9134
9146
  var e = Object.prototype.toString.call(t).slice(8, -1);
9135
9147
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
9136
9148
  return Array.from(t);
9137
9149
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
9138
- return lo(t, n);
9150
+ return ao(t, n);
9139
9151
  }
9140
9152
  }
9141
- function lo(t, n) {
9153
+ function ao(t, n) {
9142
9154
  (n == null || n > t.length) && (n = t.length);
9143
9155
  for (var e = 0, r = new Array(n); e < n; e++)
9144
9156
  r[e] = t[e];
9145
9157
  return r;
9146
9158
  }
9147
- function so(t, n) {
9159
+ function lo(t, n) {
9148
9160
  var e = Object.keys(t);
9149
9161
  if (Object.getOwnPropertySymbols) {
9150
9162
  var r = Object.getOwnPropertySymbols(t);
@@ -9154,12 +9166,12 @@ function so(t, n) {
9154
9166
  }
9155
9167
  return e;
9156
9168
  }
9157
- function uo(t) {
9169
+ function so(t) {
9158
9170
  for (var n = 1; n < arguments.length; n++) {
9159
9171
  var e = arguments[n] != null ? arguments[n] : {};
9160
- n % 2 ? so(Object(e), !0).forEach(function(r) {
9172
+ n % 2 ? lo(Object(e), !0).forEach(function(r) {
9161
9173
  Kc(t, r, e[r]);
9162
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
9174
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(r) {
9163
9175
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
9164
9176
  });
9165
9177
  }
@@ -9168,13 +9180,13 @@ function uo(t) {
9168
9180
  function Kc(t, n, e) {
9169
9181
  return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
9170
9182
  }
9171
- var co = {
9183
+ var uo = {
9172
9184
  formatExtension: function(t, n, e) {
9173
9185
  return "".concat(t).concat(e.ext()).concat(n);
9174
9186
  }
9175
9187
  };
9176
9188
  function Gc(t, n, e, r) {
9177
- if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
9189
+ if (e ? e = so(so({}, uo), e) : e = uo, r = new Ct(r), t.country && t.country !== "001") {
9178
9190
  if (!r.hasCountry(t.country))
9179
9191
  throw new Error("Unknown country: ".concat(t.country));
9180
9192
  r.country(t.country);
@@ -9229,7 +9241,7 @@ function dr(t, n, e, r) {
9229
9241
  return n ? r(t, n, e) : t;
9230
9242
  }
9231
9243
  function Wc(t, n, e, r, o) {
9232
- var i = Nr(r, o.metadata);
9244
+ var i = Ar(r, o.metadata);
9233
9245
  if (i === e) {
9234
9246
  var s = bi(t, n, "NATIONAL", o);
9235
9247
  return e === "1" ? e + " " + s : s;
@@ -9238,7 +9250,7 @@ function Wc(t, n, e, r, o) {
9238
9250
  if (l)
9239
9251
  return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
9240
9252
  }
9241
- function fo(t, n) {
9253
+ function co(t, n) {
9242
9254
  var e = Object.keys(t);
9243
9255
  if (Object.getOwnPropertySymbols) {
9244
9256
  var r = Object.getOwnPropertySymbols(t);
@@ -9248,12 +9260,12 @@ function fo(t, n) {
9248
9260
  }
9249
9261
  return e;
9250
9262
  }
9251
- function ho(t) {
9263
+ function fo(t) {
9252
9264
  for (var n = 1; n < arguments.length; n++) {
9253
9265
  var e = arguments[n] != null ? arguments[n] : {};
9254
- n % 2 ? fo(Object(e), !0).forEach(function(r) {
9266
+ n % 2 ? co(Object(e), !0).forEach(function(r) {
9255
9267
  Zc(t, r, e[r]);
9256
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
9268
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : co(Object(e)).forEach(function(r) {
9257
9269
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
9258
9270
  });
9259
9271
  }
@@ -9266,14 +9278,14 @@ function Jc(t, n) {
9266
9278
  if (!(t instanceof n))
9267
9279
  throw new TypeError("Cannot call a class as a function");
9268
9280
  }
9269
- function po(t, n) {
9281
+ function ho(t, n) {
9270
9282
  for (var e = 0; e < n.length; e++) {
9271
9283
  var r = n[e];
9272
9284
  r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
9273
9285
  }
9274
9286
  }
9275
9287
  function Xc(t, n, e) {
9276
- return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
9288
+ return n && ho(t.prototype, n), e && ho(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
9277
9289
  }
9278
9290
  var Qc = /* @__PURE__ */ function() {
9279
9291
  function t(n, e, r) {
@@ -9324,14 +9336,14 @@ var Qc = /* @__PURE__ */ function() {
9324
9336
  }, {
9325
9337
  key: "getType",
9326
9338
  value: function() {
9327
- return Pr(this, {
9339
+ return Ir(this, {
9328
9340
  v2: !0
9329
9341
  }, this.metadata);
9330
9342
  }
9331
9343
  }, {
9332
9344
  key: "format",
9333
9345
  value: function(n, e) {
9334
- return Gc(this, n, e ? ho(ho({}, e), {}, {
9346
+ return Gc(this, n, e ? fo(fo({}, e), {}, {
9335
9347
  v2: !0
9336
9348
  }) : {
9337
9349
  v2: !0
@@ -9418,7 +9430,7 @@ function of(t, n, e) {
9418
9430
  return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
9419
9431
  }
9420
9432
  function af(t, n) {
9421
- switch (Ir(t, n)) {
9433
+ switch (Nr(t, n)) {
9422
9434
  case "TOO_SHORT":
9423
9435
  case "INVALID_LENGTH":
9424
9436
  return !1;
@@ -9427,11 +9439,11 @@ function af(t, n) {
9427
9439
  }
9428
9440
  }
9429
9441
  function lf(t, n, e, r) {
9430
- var o = n ? Nr(n, r) : e;
9442
+ var o = n ? Ar(n, r) : e;
9431
9443
  if (t.indexOf(o) === 0) {
9432
9444
  r = new Ct(r), r.selectNumberingPlan(n, e);
9433
9445
  var i = t.slice(o.length), s = yr(i, r), l = s.nationalNumber, c = yr(t, r), f = c.nationalNumber;
9434
- if (!Wt(f, r.nationalNumberPattern()) && Wt(l, r.nationalNumberPattern()) || Ir(f, r) === "TOO_LONG")
9446
+ if (!Wt(f, r.nationalNumberPattern()) && Wt(l, r.nationalNumberPattern()) || Nr(f, r) === "TOO_LONG")
9435
9447
  return {
9436
9448
  countryCallingCode: o,
9437
9449
  number: i
@@ -9493,15 +9505,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9493
9505
  function df(t, n) {
9494
9506
  if (t) {
9495
9507
  if (typeof t == "string")
9496
- return go(t, n);
9508
+ return po(t, n);
9497
9509
  var e = Object.prototype.toString.call(t).slice(8, -1);
9498
9510
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
9499
9511
  return Array.from(t);
9500
9512
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
9501
- return go(t, n);
9513
+ return po(t, n);
9502
9514
  }
9503
9515
  }
9504
- function go(t, n) {
9516
+ function po(t, n) {
9505
9517
  (n == null || n > t.length) && (n = t.length);
9506
9518
  for (var e = 0, r = new Array(n); e < n; e++)
9507
9519
  r[e] = t[e];
@@ -9519,14 +9531,14 @@ function ff(t, n, e) {
9519
9531
  if (e.country(i), e.leadingDigits()) {
9520
9532
  if (n && n.search(e.leadingDigits()) === 0)
9521
9533
  return i;
9522
- } else if (Pr({
9534
+ } else if (Ir({
9523
9535
  phone: n,
9524
9536
  country: i
9525
9537
  }, void 0, e.metadata))
9526
9538
  return i;
9527
9539
  }
9528
9540
  }
9529
- var hf = 250, pf = new RegExp("[" + Ar + Qt + "]"), gf = new RegExp("[^" + Qt + "#]+$");
9541
+ var hf = 250, pf = new RegExp("[" + xr + Qt + "]"), gf = new RegExp("[^" + Qt + "#]+$");
9530
9542
  function mf(t, n, e) {
9531
9543
  if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
9532
9544
  throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
@@ -9542,7 +9554,7 @@ function mf(t, n, e) {
9542
9554
  throw new Xt("INVALID_COUNTRY");
9543
9555
  return {};
9544
9556
  }
9545
- if (!f || f.length < xr) {
9557
+ if (!f || f.length < Sr) {
9546
9558
  if (n.v2)
9547
9559
  throw new Xt("TOO_SHORT");
9548
9560
  return {};
@@ -9604,18 +9616,18 @@ function bf(t, n, e) {
9604
9616
  return e && (r.ext = e), r;
9605
9617
  }
9606
9618
  function _f(t, n, e, r) {
9607
- var o = sf(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
9619
+ var o = sf(no(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
9608
9620
  if (i)
9609
9621
  r.selectNumberingPlan(i);
9610
9622
  else if (s && (n || e))
9611
- r.selectNumberingPlan(n, e), n && (l = n), i = e || Nr(n, r.metadata);
9623
+ r.selectNumberingPlan(n, e), n && (l = n), i = e || Ar(n, r.metadata);
9612
9624
  else
9613
9625
  return {};
9614
9626
  if (!s)
9615
9627
  return {
9616
9628
  countryCallingCode: i
9617
9629
  };
9618
- var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = cf(i, f, r);
9630
+ var c = yr(no(s), r), f = c.nationalNumber, h = c.carrierCode, d = cf(i, f, r);
9619
9631
  return d && (l = d, d === "001" || r.country(l)), {
9620
9632
  country: l,
9621
9633
  countryCallingCode: i,
@@ -9623,7 +9635,7 @@ function _f(t, n, e, r) {
9623
9635
  carrierCode: h
9624
9636
  };
9625
9637
  }
9626
- function mo(t, n) {
9638
+ function go(t, n) {
9627
9639
  var e = Object.keys(t);
9628
9640
  if (Object.getOwnPropertySymbols) {
9629
9641
  var r = Object.getOwnPropertySymbols(t);
@@ -9633,12 +9645,12 @@ function mo(t, n) {
9633
9645
  }
9634
9646
  return e;
9635
9647
  }
9636
- function vo(t) {
9648
+ function mo(t) {
9637
9649
  for (var n = 1; n < arguments.length; n++) {
9638
9650
  var e = arguments[n] != null ? arguments[n] : {};
9639
- n % 2 ? mo(Object(e), !0).forEach(function(r) {
9651
+ n % 2 ? go(Object(e), !0).forEach(function(r) {
9640
9652
  $f(t, r, e[r]);
9641
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
9653
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : go(Object(e)).forEach(function(r) {
9642
9654
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
9643
9655
  });
9644
9656
  }
@@ -9648,7 +9660,7 @@ function $f(t, n, e) {
9648
9660
  return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
9649
9661
  }
9650
9662
  function wf(t, n, e) {
9651
- return mf(t, vo(vo({}, n), {}, {
9663
+ return mf(t, mo(mo({}, n), {}, {
9652
9664
  v2: !0
9653
9665
  }), e);
9654
9666
  }
@@ -9659,7 +9671,7 @@ function br(t) {
9659
9671
  return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
9660
9672
  }, br(t);
9661
9673
  }
9662
- function yo(t, n) {
9674
+ function vo(t, n) {
9663
9675
  var e = Object.keys(t);
9664
9676
  if (Object.getOwnPropertySymbols) {
9665
9677
  var r = Object.getOwnPropertySymbols(t);
@@ -9672,9 +9684,9 @@ function yo(t, n) {
9672
9684
  function Of(t) {
9673
9685
  for (var n = 1; n < arguments.length; n++) {
9674
9686
  var e = arguments[n] != null ? arguments[n] : {};
9675
- n % 2 ? yo(Object(e), !0).forEach(function(r) {
9687
+ n % 2 ? vo(Object(e), !0).forEach(function(r) {
9676
9688
  kf(t, r, e[r]);
9677
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
9689
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : vo(Object(e)).forEach(function(r) {
9678
9690
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
9679
9691
  });
9680
9692
  }
@@ -9693,15 +9705,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
9693
9705
  function Tf(t, n) {
9694
9706
  if (t) {
9695
9707
  if (typeof t == "string")
9696
- return bo(t, n);
9708
+ return yo(t, n);
9697
9709
  var e = Object.prototype.toString.call(t).slice(8, -1);
9698
9710
  if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
9699
9711
  return Array.from(t);
9700
9712
  if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
9701
- return bo(t, n);
9713
+ return yo(t, n);
9702
9714
  }
9703
9715
  }
9704
- function bo(t, n) {
9716
+ function yo(t, n) {
9705
9717
  (n == null || n > t.length) && (n = t.length);
9706
9718
  for (var e = 0, r = new Array(n); e < n; e++)
9707
9719
  r[e] = t[e];
@@ -9754,7 +9766,7 @@ function Af(t) {
9754
9766
  var Nf = function(t) {
9755
9767
  return br(t) === "object";
9756
9768
  };
9757
- function _o(t, n) {
9769
+ function bo(t, n) {
9758
9770
  var e = Object.keys(t);
9759
9771
  if (Object.getOwnPropertySymbols) {
9760
9772
  var r = Object.getOwnPropertySymbols(t);
@@ -9764,12 +9776,12 @@ function _o(t, n) {
9764
9776
  }
9765
9777
  return e;
9766
9778
  }
9767
- function $o(t) {
9779
+ function _o(t) {
9768
9780
  for (var n = 1; n < arguments.length; n++) {
9769
9781
  var e = arguments[n] != null ? arguments[n] : {};
9770
- n % 2 ? _o(Object(e), !0).forEach(function(r) {
9782
+ n % 2 ? bo(Object(e), !0).forEach(function(r) {
9771
9783
  If(t, r, e[r]);
9772
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
9784
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : bo(Object(e)).forEach(function(r) {
9773
9785
  Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
9774
9786
  });
9775
9787
  }
@@ -9779,7 +9791,7 @@ function If(t, n, e) {
9779
9791
  return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
9780
9792
  }
9781
9793
  function Pf(t, n, e) {
9782
- n && n.defaultCountry && !dc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
9794
+ n && n.defaultCountry && !dc(n.defaultCountry, e) && (n = _o(_o({}, n), {}, {
9783
9795
  defaultCountry: void 0
9784
9796
  }));
9785
9797
  try {
@@ -9817,8 +9829,8 @@ const Df = {
9817
9829
  return e;
9818
9830
  };
9819
9831
  function vt(t) {
9820
- const n = Yr.options[t];
9821
- return typeof n > "u" ? Yr.options[t] : n;
9832
+ const n = Gr.options[t];
9833
+ return typeof n > "u" ? Gr.options[t] : n;
9822
9834
  }
9823
9835
  const Rf = {
9824
9836
  name: "VueTelInput",
@@ -10136,16 +10148,16 @@ const Rf = {
10136
10148
  class: "vti__country-code"
10137
10149
  }, Ff = { class: "vti__dropdown-arrow" }, Hf = ["placeholder"], Vf = ["onClick", "onMousemove", "aria-selected"], Uf = { key: 1 }, zf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
10138
10150
  function Kf(t, n, e, r, o, i) {
10139
- const s = cn("click-outside");
10151
+ const s = On("click-outside");
10140
10152
  return G(), ne("div", {
10141
- class: me(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
10153
+ class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
10142
10154
  }, [
10143
- Me((G(), ne("div", {
10155
+ De((G(), ne("div", {
10144
10156
  "aria-label": "Country Code Selector",
10145
10157
  "aria-haspopup": "listbox",
10146
10158
  "aria-expanded": o.open,
10147
10159
  role: "button",
10148
- class: me(["vti__dropdown", { open: o.open, disabled: e.dropdownOptions.disabled }]),
10160
+ class: ve(["vti__dropdown", { open: o.open, disabled: e.dropdownOptions.disabled }]),
10149
10161
  tabindex: e.dropdownOptions.tabindex,
10150
10162
  onKeydown: [
10151
10163
  n[2] || (n[2] = (...l) => i.keyboardNav && i.keyboardNav(...l)),
@@ -10158,34 +10170,34 @@ function Kf(t, n, e, r, o, i) {
10158
10170
  ae("span", jf, [
10159
10171
  e.dropdownOptions.showFlags ? (G(), ne("span", {
10160
10172
  key: 0,
10161
- class: me(["vti__flag", o.activeCountryCode.toLowerCase()])
10173
+ class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
10162
10174
  }, null, 2)) : he("", !0),
10163
10175
  e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", qf, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
10164
- Se(t.$slots, "arrow-icon", { open: o.open }, () => [
10176
+ Ee(t.$slots, "arrow-icon", { open: o.open }, () => [
10165
10177
  ae("span", Ff, $e(o.open ? "▲" : "▼"), 1)
10166
10178
  ])
10167
10179
  ]),
10168
10180
  o.open ? (G(), ne("ul", {
10169
10181
  key: 0,
10170
10182
  ref: "list",
10171
- class: me(["vti__dropdown-list", o.dropdownOpenDirection]),
10183
+ class: ve(["vti__dropdown-list", o.dropdownOpenDirection]),
10172
10184
  role: "listbox"
10173
10185
  }, [
10174
- e.dropdownOptions.showSearchBox ? Me((G(), ne("input", {
10186
+ e.dropdownOptions.showSearchBox ? De((G(), ne("input", {
10175
10187
  key: 0,
10176
10188
  class: "vti__input vti__search_box",
10177
10189
  "aria-label": "Search by country name or country code",
10178
10190
  placeholder: i.sortedCountries.length ? i.sortedCountries[0].name : "",
10179
10191
  type: "text",
10180
10192
  "onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
10181
- onClick: n[1] || (n[1] = it(() => {
10193
+ onClick: n[1] || (n[1] = rt(() => {
10182
10194
  }, ["stop"]))
10183
10195
  }, null, 8, Hf)), [
10184
- [Ao, o.searchQuery]
10196
+ [xo, o.searchQuery]
10185
10197
  ]) : he("", !0),
10186
- (G(!0), ne(rt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
10198
+ (G(!0), ne(et, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
10187
10199
  role: "option",
10188
- class: me(["vti__dropdown-item", i.getItemClass(c, l.iso2)]),
10200
+ class: ve(["vti__dropdown-item", i.getItemClass(c, l.iso2)]),
10189
10201
  key: l.iso2 + (l.preferred ? "-preferred" : ""),
10190
10202
  tabindex: "-1",
10191
10203
  onClick: (f) => i.choose(l),
@@ -10194,7 +10206,7 @@ function Kf(t, n, e, r, o, i) {
10194
10206
  }, [
10195
10207
  e.dropdownOptions.showFlags ? (G(), ne("span", {
10196
10208
  key: 0,
10197
- class: me(["vti__flag", l.iso2.toLowerCase()])
10209
+ class: ve(["vti__flag", l.iso2.toLowerCase()])
10198
10210
  }, null, 2)) : he("", !0),
10199
10211
  ae("strong", null, $e(l.name), 1),
10200
10212
  e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Uf, " +" + $e(l.dialCode), 1)) : he("", !0)
@@ -10203,13 +10215,13 @@ function Kf(t, n, e, r, o, i) {
10203
10215
  ], 42, Bf)), [
10204
10216
  [s, i.clickedOutside]
10205
10217
  ]),
10206
- Me(ae("input", {
10218
+ De(ae("input", {
10207
10219
  "onUpdate:modelValue": n[7] || (n[7] = (l) => o.phone = l),
10208
10220
  ref: "input",
10209
10221
  type: e.inputOptions.type,
10210
10222
  autocomplete: e.inputOptions.autocomplete,
10211
10223
  autofocus: e.inputOptions.autofocus,
10212
- class: me(["vti__input", e.inputOptions.styleClasses]),
10224
+ class: ve(["vti__input", e.inputOptions.styleClasses]),
10213
10225
  disabled: e.disabled,
10214
10226
  id: e.inputOptions.id,
10215
10227
  maxlength: e.inputOptions.maxlength,
@@ -10228,9 +10240,9 @@ function Kf(t, n, e, r, o, i) {
10228
10240
  n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
10229
10241
  ]
10230
10242
  }, null, 42, zf), [
10231
- [xo, o.phone]
10243
+ [So, o.phone]
10232
10244
  ]),
10233
- Se(t.$slots, "icon-right")
10245
+ Ee(t.$slots, "icon-right")
10234
10246
  ], 2);
10235
10247
  }
10236
10248
  const Gf = /* @__PURE__ */ Lf(Rf, [["render", Kf]]);
@@ -10264,7 +10276,7 @@ const Yf = {
10264
10276
  },
10265
10277
  components: {
10266
10278
  VueTelInput: Gf,
10267
- IbAlert: fn,
10279
+ IbAlert: cn,
10268
10280
  IbIcon: Xe
10269
10281
  },
10270
10282
  data() {
@@ -10290,8 +10302,8 @@ const Yf = {
10290
10302
  }
10291
10303
  };
10292
10304
  function Wf(t, n, e, r, o, i) {
10293
- const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = cn("outside");
10294
- return G(), ne(rt, null, [
10305
+ const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
10306
+ return G(), ne(et, null, [
10295
10307
  e.errorMessage.length ? (G(), ke(s, {
10296
10308
  key: 0,
10297
10309
  class: "ib-phone-error-message"
@@ -10301,7 +10313,7 @@ function Wf(t, n, e, r, o, i) {
10301
10313
  ]),
10302
10314
  _: 1
10303
10315
  })) : he("", !0),
10304
- Me((G(), ke(c, Tt({
10316
+ De((G(), ke(c, Tt({
10305
10317
  modelValue: o.phone,
10306
10318
  "onUpdate:modelValue": n[0] || (n[0] = (h) => o.phone = h)
10307
10319
  }, t.$attrs, {
@@ -10316,7 +10328,7 @@ function Wf(t, n, e, r, o, i) {
10316
10328
  ref: "vueTel"
10317
10329
  }), {
10318
10330
  "arrow-icon": ye(() => [
10319
- ve(l, { name: "chevron-down-outline" })
10331
+ ge(l, { name: "chevron-down-outline" })
10320
10332
  ]),
10321
10333
  _: 1
10322
10334
  }, 16, ["modelValue", "onCountryChanged", "input-options", "auto-default-country", "defaultCountry", "ignoredCountries", "class"])), [
@@ -10335,7 +10347,7 @@ var ta = { exports: {} };
10335
10347
  (function(t, n) {
10336
10348
  (function(r, o) {
10337
10349
  t.exports = o();
10338
- })(typeof self < "u" ? self : et, function() {
10350
+ })(typeof self < "u" ? self : tt, function() {
10339
10351
  return (
10340
10352
  /******/
10341
10353
  function(e) {
@@ -11910,9 +11922,9 @@ var ta = { exports: {} };
11910
11922
  J.endsWith(`
11911
11923
  `) && j && (j = !1, J = J.slice(0, -1)), H >= Y && !J.endsWith(`
11912
11924
  `) && (j = !0), B.scroll.insertAt(H, J);
11913
- var ie = B.scroll.line(H), ce = s(ie, 2), _e = ce[0], Ee = ce[1], Ie = (0, O.default)({}, (0, m.bubbleFormats)(_e));
11925
+ var ie = B.scroll.line(H), ce = s(ie, 2), _e = ce[0], Te = ce[1], Ie = (0, O.default)({}, (0, m.bubbleFormats)(_e));
11914
11926
  if (_e instanceof $.default) {
11915
- var De = _e.descendant(u.default.Leaf, Ee), Ye = s(De, 1), ze = Ye[0];
11927
+ var Me = _e.descendant(u.default.Leaf, Te), Ye = s(Me, 1), ze = Ye[0];
11916
11928
  Ie = (0, O.default)(Ie, (0, m.bubbleFormats)(ze));
11917
11929
  }
11918
11930
  Z = d.default.attributes.diff(Ie, Z) || {};
@@ -12046,8 +12058,8 @@ var ta = { exports: {} };
12046
12058
  var B = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [], j = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0, Y = this.delta;
12047
12059
  if (B.length === 1 && B[0].type === "characterData" && B[0].target.data.match(q) && u.default.find(B[0].target)) {
12048
12060
  var H = u.default.find(B[0].target), D = (0, m.bubbleFormats)(H), V = H.offset(this.scroll), Z = B[0].oldValue.replace(g.default.CONTENTS, ""), J = new f.default().insert(Z), ie = new f.default().insert(H.value()), ce = new f.default().retain(V).concat(J.diff(ie, j));
12049
- A = ce.reduce(function(_e, Ee) {
12050
- return Ee.insert ? _e.insert(Ee.insert, D) : _e.push(Ee);
12061
+ A = ce.reduce(function(_e, Te) {
12062
+ return Te.insert ? _e.insert(Te.insert, D) : _e.push(Te);
12051
12063
  }, new f.default()), this.delta = Y.compose(A);
12052
12064
  } else
12053
12065
  this.delta = this.getDelta(), (!A || !(0, P.default)(Y.compose(A), this.delta)) && (A = Y.diff(this.delta, j));
@@ -13129,13 +13141,13 @@ var ta = { exports: {} };
13129
13141
  function D(V, Z) {
13130
13142
  var J = [], ie = !0, ce = !1, _e = void 0;
13131
13143
  try {
13132
- for (var Ee = V[Symbol.iterator](), Ie; !(ie = (Ie = Ee.next()).done) && (J.push(Ie.value), !(Z && J.length === Z)); ie = !0)
13144
+ for (var Te = V[Symbol.iterator](), Ie; !(ie = (Ie = Te.next()).done) && (J.push(Ie.value), !(Z && J.length === Z)); ie = !0)
13133
13145
  ;
13134
- } catch (De) {
13135
- ce = !0, _e = De;
13146
+ } catch (Me) {
13147
+ ce = !0, _e = Me;
13136
13148
  } finally {
13137
13149
  try {
13138
- !ie && Ee.return && Ee.return();
13150
+ !ie && Te.return && Te.return();
13139
13151
  } finally {
13140
13152
  if (ce)
13141
13153
  throw _e;
@@ -13216,14 +13228,14 @@ var ta = { exports: {} };
13216
13228
  return V.match(ie, Le);
13217
13229
  });
13218
13230
  if (_e.length !== 0) {
13219
- var Ee = J.quill.getSelection();
13220
- if (!(Ee == null || !J.quill.hasFocus())) {
13221
- var Ie = J.quill.getLine(Ee.index), De = s(Ie, 2), Ye = De[0], ze = De[1], Q = J.quill.getLeaf(Ee.index), te = s(Q, 2), se = te[0], ue = te[1], re = Ee.length === 0 ? [se, ue] : J.quill.getLeaf(Ee.index + Ee.length), xe = s(re, 2), we = xe[0], Te = xe[1], tt = se instanceof $.default.Text ? se.value().slice(0, ue) : "", We = we instanceof $.default.Text ? we.value().slice(Te) : "", qe = {
13222
- collapsed: Ee.length === 0,
13223
- empty: Ee.length === 0 && Ye.length() <= 1,
13224
- format: J.quill.getFormat(Ee),
13231
+ var Te = J.quill.getSelection();
13232
+ if (!(Te == null || !J.quill.hasFocus())) {
13233
+ var Ie = J.quill.getLine(Te.index), Me = s(Ie, 2), Ye = Me[0], ze = Me[1], Q = J.quill.getLeaf(Te.index), te = s(Q, 2), se = te[0], ue = te[1], re = Te.length === 0 ? [se, ue] : J.quill.getLeaf(Te.index + Te.length), xe = s(re, 2), we = xe[0], Se = xe[1], nt = se instanceof $.default.Text ? se.value().slice(0, ue) : "", We = we instanceof $.default.Text ? we.value().slice(Se) : "", qe = {
13234
+ collapsed: Te.length === 0,
13235
+ empty: Te.length === 0 && Ye.length() <= 1,
13236
+ format: J.quill.getFormat(Te),
13225
13237
  offset: ze,
13226
- prefix: tt,
13238
+ prefix: nt,
13227
13239
  suffix: We
13228
13240
  }, It = _e.some(function(Le) {
13229
13241
  if (Le.collapsed != null && Le.collapsed !== qe.collapsed || Le.empty != null && Le.empty !== qe.empty || Le.offset != null && Le.offset !== qe.offset)
@@ -13237,7 +13249,7 @@ var ta = { exports: {} };
13237
13249
  return Le.format[ht] === !0 ? qe.format[ht] != null : Le.format[ht] === !1 ? qe.format[ht] == null : (0, d.default)(Le.format[ht], qe.format[ht]);
13238
13250
  }))
13239
13251
  return !1;
13240
- return Le.prefix != null && !Le.prefix.test(qe.prefix) || Le.suffix != null && !Le.suffix.test(qe.suffix) ? !1 : Le.handler.call(J, Ee, qe) !== !0;
13252
+ return Le.prefix != null && !Le.prefix.test(qe.prefix) || Le.suffix != null && !Le.suffix.test(qe.suffix) ? !1 : Le.handler.call(J, Te, qe) !== !0;
13241
13253
  });
13242
13254
  It && ie.preventDefault();
13243
13255
  }
@@ -13329,9 +13341,9 @@ var ta = { exports: {} };
13329
13341
  collapsed: !0,
13330
13342
  format: { list: "checked" },
13331
13343
  handler: function(V) {
13332
- var Z = this.quill.getLine(V.index), J = s(Z, 2), ie = J[0], ce = J[1], _e = (0, u.default)({}, ie.formats(), { list: "checked" }), Ee = new v.default().retain(V.index).insert(`
13344
+ var Z = this.quill.getLine(V.index), J = s(Z, 2), ie = J[0], ce = J[1], _e = (0, u.default)({}, ie.formats(), { list: "checked" }), Te = new v.default().retain(V.index).insert(`
13333
13345
  `, _e).retain(ie.length() - ce - 1).retain(1, { list: "unchecked" });
13334
- this.quill.updateContents(Ee, w.default.sources.USER), this.quill.setSelection(V.index + 1, w.default.sources.SILENT), this.quill.scrollIntoView();
13346
+ this.quill.updateContents(Te, w.default.sources.USER), this.quill.setSelection(V.index + 1, w.default.sources.SILENT), this.quill.scrollIntoView();
13335
13347
  }
13336
13348
  },
13337
13349
  "header enter": {
@@ -13340,9 +13352,9 @@ var ta = { exports: {} };
13340
13352
  format: ["header"],
13341
13353
  suffix: /^$/,
13342
13354
  handler: function(V, Z) {
13343
- var J = this.quill.getLine(V.index), ie = s(J, 2), ce = ie[0], _e = ie[1], Ee = new v.default().retain(V.index).insert(`
13355
+ var J = this.quill.getLine(V.index), ie = s(J, 2), ce = ie[0], _e = ie[1], Te = new v.default().retain(V.index).insert(`
13344
13356
  `, Z.format).retain(ce.length() - _e - 1).retain(1, { header: null });
13345
- this.quill.updateContents(Ee, w.default.sources.USER), this.quill.setSelection(V.index + 1, w.default.sources.SILENT), this.quill.scrollIntoView();
13357
+ this.quill.updateContents(Te, w.default.sources.USER), this.quill.setSelection(V.index + 1, w.default.sources.SILENT), this.quill.scrollIntoView();
13346
13358
  }
13347
13359
  },
13348
13360
  "list autofill": {
@@ -13351,8 +13363,8 @@ var ta = { exports: {} };
13351
13363
  format: { list: !1 },
13352
13364
  prefix: /^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,
13353
13365
  handler: function(V, Z) {
13354
- var J = Z.prefix.length, ie = this.quill.getLine(V.index), ce = s(ie, 2), _e = ce[0], Ee = ce[1];
13355
- if (Ee > J)
13366
+ var J = Z.prefix.length, ie = this.quill.getLine(V.index), ce = s(ie, 2), _e = ce[0], Te = ce[1];
13367
+ if (Te > J)
13356
13368
  return !0;
13357
13369
  var Ie = void 0;
13358
13370
  switch (Z.prefix.trim()) {
@@ -13371,8 +13383,8 @@ var ta = { exports: {} };
13371
13383
  Ie = "ordered";
13372
13384
  }
13373
13385
  this.quill.insertText(V.index, " ", w.default.sources.USER), this.quill.history.cutoff();
13374
- var De = new v.default().retain(V.index - Ee).delete(J + 1).retain(_e.length() - 2 - Ee).retain(1, { list: Ie });
13375
- this.quill.updateContents(De, w.default.sources.USER), this.quill.history.cutoff(), this.quill.setSelection(V.index - J, w.default.sources.SILENT);
13386
+ var Me = new v.default().retain(V.index - Te).delete(J + 1).retain(_e.length() - 2 - Te).retain(1, { list: Ie });
13387
+ this.quill.updateContents(Me, w.default.sources.USER), this.quill.history.cutoff(), this.quill.setSelection(V.index - J, w.default.sources.SILENT);
13376
13388
  }
13377
13389
  },
13378
13390
  "code exit": {
@@ -13401,18 +13413,18 @@ var ta = { exports: {} };
13401
13413
  }, O(Z, J, /^$/), O(Z, "handler", function(ce) {
13402
13414
  var _e = ce.index;
13403
13415
  D === W.keys.RIGHT && (_e += ce.length + 1);
13404
- var Ee = this.quill.getLeaf(_e), Ie = s(Ee, 1), De = Ie[0];
13405
- return De instanceof $.default.Embed ? (D === W.keys.LEFT ? V ? this.quill.setSelection(ce.index - 1, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index - 1, w.default.sources.USER) : V ? this.quill.setSelection(ce.index, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index + ce.length + 1, w.default.sources.USER), !1) : !0;
13416
+ var Te = this.quill.getLeaf(_e), Ie = s(Te, 1), Me = Ie[0];
13417
+ return Me instanceof $.default.Embed ? (D === W.keys.LEFT ? V ? this.quill.setSelection(ce.index - 1, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index - 1, w.default.sources.USER) : V ? this.quill.setSelection(ce.index, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index + ce.length + 1, w.default.sources.USER), !1) : !0;
13406
13418
  }), Z;
13407
13419
  }
13408
13420
  function U(D, V) {
13409
13421
  if (!(D.index === 0 || this.quill.getLength() <= 1)) {
13410
13422
  var Z = this.quill.getLine(D.index), J = s(Z, 1), ie = J[0], ce = {};
13411
13423
  if (V.offset === 0) {
13412
- var _e = this.quill.getLine(D.index - 1), Ee = s(_e, 1), Ie = Ee[0];
13424
+ var _e = this.quill.getLine(D.index - 1), Te = s(_e, 1), Ie = Te[0];
13413
13425
  if (Ie != null && Ie.length() > 1) {
13414
- var De = ie.formats(), Ye = this.quill.getFormat(D.index - 1, 1);
13415
- ce = g.default.attributes.diff(De, Ye) || {};
13426
+ var Me = ie.formats(), Ye = this.quill.getFormat(D.index - 1, 1);
13427
+ ce = g.default.attributes.diff(Me, Ye) || {};
13416
13428
  }
13417
13429
  }
13418
13430
  var ze = /[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(V.prefix) ? 2 : 1;
@@ -13422,11 +13434,11 @@ var ta = { exports: {} };
13422
13434
  function R(D, V) {
13423
13435
  var Z = /^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(V.suffix) ? 2 : 1;
13424
13436
  if (!(D.index >= this.quill.getLength() - Z)) {
13425
- var J = {}, ie = 0, ce = this.quill.getLine(D.index), _e = s(ce, 1), Ee = _e[0];
13426
- if (V.offset >= Ee.length() - 1) {
13427
- var Ie = this.quill.getLine(D.index + 1), De = s(Ie, 1), Ye = De[0];
13437
+ var J = {}, ie = 0, ce = this.quill.getLine(D.index), _e = s(ce, 1), Te = _e[0];
13438
+ if (V.offset >= Te.length() - 1) {
13439
+ var Ie = this.quill.getLine(D.index + 1), Me = s(Ie, 1), Ye = Me[0];
13428
13440
  if (Ye) {
13429
- var ze = Ee.formats(), Q = this.quill.getFormat(D.index, 1);
13441
+ var ze = Te.formats(), Q = this.quill.getFormat(D.index, 1);
13430
13442
  J = g.default.attributes.diff(ze, Q) || {}, ie = Ye.length();
13431
13443
  }
13432
13444
  }
@@ -13458,12 +13470,12 @@ var ta = { exports: {} };
13458
13470
  shiftKey: !D,
13459
13471
  format: { "code-block": !0 },
13460
13472
  handler: function(Z) {
13461
- var J = $.default.query("code-block"), ie = Z.index, ce = Z.length, _e = this.quill.scroll.descendant(J, ie), Ee = s(_e, 2), Ie = Ee[0], De = Ee[1];
13473
+ var J = $.default.query("code-block"), ie = Z.index, ce = Z.length, _e = this.quill.scroll.descendant(J, ie), Te = s(_e, 2), Ie = Te[0], Me = Te[1];
13462
13474
  if (Ie != null) {
13463
- var Ye = this.quill.getIndex(Ie), ze = Ie.newlineIndex(De, !0) + 1, Q = Ie.newlineIndex(Ye + De + ce), te = Ie.domNode.textContent.slice(ze, Q).split(`
13475
+ var Ye = this.quill.getIndex(Ie), ze = Ie.newlineIndex(Me, !0) + 1, Q = Ie.newlineIndex(Ye + Me + ce), te = Ie.domNode.textContent.slice(ze, Q).split(`
13464
13476
  `);
13465
- De = 0, te.forEach(function(se, ue) {
13466
- D ? (Ie.insertAt(ze + De, J.TAB), De += J.TAB.length, ue === 0 ? ie += J.TAB.length : ce += J.TAB.length) : se.startsWith(J.TAB) && (Ie.deleteAt(ze + De, J.TAB.length), De -= J.TAB.length, ue === 0 ? ie -= J.TAB.length : ce -= J.TAB.length), De += se.length + 1;
13477
+ Me = 0, te.forEach(function(se, ue) {
13478
+ D ? (Ie.insertAt(ze + Me, J.TAB), Me += J.TAB.length, ue === 0 ? ie += J.TAB.length : ce += J.TAB.length) : se.startsWith(J.TAB) && (Ie.deleteAt(ze + Me, J.TAB.length), Me -= J.TAB.length, ue === 0 ? ie -= J.TAB.length : ce -= J.TAB.length), Me += se.length + 1;
13467
13479
  }), this.quill.update(w.default.sources.USER), this.quill.setSelection(ie, ce, w.default.sources.SILENT);
13468
13480
  }
13469
13481
  }
@@ -15647,13 +15659,13 @@ var ta = { exports: {} };
15647
15659
  function Q(te, se) {
15648
15660
  var ue = [], re = !0, xe = !1, we = void 0;
15649
15661
  try {
15650
- for (var Te = te[Symbol.iterator](), tt; !(re = (tt = Te.next()).done) && (ue.push(tt.value), !(se && ue.length === se)); re = !0)
15662
+ for (var Se = te[Symbol.iterator](), nt; !(re = (nt = Se.next()).done) && (ue.push(nt.value), !(se && ue.length === se)); re = !0)
15651
15663
  ;
15652
15664
  } catch (We) {
15653
15665
  xe = !0, we = We;
15654
15666
  } finally {
15655
15667
  try {
15656
- !re && Te.return && Te.return();
15668
+ !re && Se.return && Se.return();
15657
15669
  } finally {
15658
15670
  if (xe)
15659
15671
  throw we;
@@ -15699,7 +15711,7 @@ var ta = { exports: {} };
15699
15711
  throw new TypeError("Super expression must either be null or a function, not " + typeof te);
15700
15712
  Q.prototype = Object.create(te && te.prototype, { constructor: { value: Q, enumerable: !1, writable: !0, configurable: !0 } }), te && (Object.setPrototypeOf ? Object.setPrototypeOf(Q, te) : Q.__proto__ = te);
15701
15713
  }
15702
- var W = (0, g.default)("quill:clipboard"), oe = "__ql-matcher", U = [[Node.TEXT_NODE, ze], [Node.TEXT_NODE, Ie], ["br", ce], [Node.ELEMENT_NODE, Ie], [Node.ELEMENT_NODE, ie], [Node.ELEMENT_NODE, De], [Node.ELEMENT_NODE, J], [Node.ELEMENT_NODE, Ye], ["li", Ee], ["b", Z.bind(Z, "bold")], ["i", Z.bind(Z, "italic")], ["style", _e]], R = [p.AlignAttribute, P.DirectionAttribute].reduce(function(Q, te) {
15714
+ var W = (0, g.default)("quill:clipboard"), oe = "__ql-matcher", U = [[Node.TEXT_NODE, ze], [Node.TEXT_NODE, Ie], ["br", ce], [Node.ELEMENT_NODE, Ie], [Node.ELEMENT_NODE, ie], [Node.ELEMENT_NODE, Me], [Node.ELEMENT_NODE, J], [Node.ELEMENT_NODE, Ye], ["li", Te], ["b", Z.bind(Z, "bold")], ["i", Z.bind(Z, "italic")], ["style", _e]], R = [p.AlignAttribute, P.DirectionAttribute].reduce(function(Q, te) {
15703
15715
  return Q[te.keyName] = te, Q;
15704
15716
  }, {}), A = [p.AlignStyle, w.BackgroundStyle, T.ColorStyle, P.DirectionStyle, C.FontStyle, O.SizeStyle].reduce(function(Q, te) {
15705
15717
  return Q[te.keyName] = te, Q;
@@ -15709,8 +15721,8 @@ var ta = { exports: {} };
15709
15721
  M(this, te);
15710
15722
  var re = q(this, (te.__proto__ || Object.getPrototypeOf(te)).call(this, se, ue));
15711
15723
  return re.quill.root.addEventListener("paste", re.onPaste.bind(re)), re.container = re.quill.addContainer("ql-clipboard"), re.container.setAttribute("contenteditable", !0), re.container.setAttribute("tabindex", -1), re.matchers = [], U.concat(re.options.matchers).forEach(function(xe) {
15712
- var we = s(xe, 2), Te = we[0], tt = we[1];
15713
- !ue.matchVisual && tt === De || re.addMatcher(Te, tt);
15724
+ var we = s(xe, 2), Se = we[0], nt = we[1];
15725
+ !ue.matchVisual && nt === Me || re.addMatcher(Se, nt);
15714
15726
  }), re;
15715
15727
  }
15716
15728
  return l(te, [{
@@ -15728,7 +15740,7 @@ var ta = { exports: {} };
15728
15740
  var xe = this.container.innerText;
15729
15741
  return this.container.innerHTML = "", new d.default().insert(xe, x({}, E.default.blotName, re[E.default.blotName]));
15730
15742
  }
15731
- var we = this.prepareMatching(), Te = s(we, 2), tt = Te[0], We = Te[1], qe = V(this.container, tt, We);
15743
+ var we = this.prepareMatching(), Se = s(we, 2), nt = Se[0], We = Se[1], qe = V(this.container, nt, We);
15732
15744
  return H(qe, `
15733
15745
  `) && qe.ops[qe.ops.length - 1].attributes == null && (qe = qe.compose(new d.default().retain(qe.length() - 1).delete(1))), W.log("convert", this.container.innerHTML, qe), this.container.innerHTML = "", qe;
15734
15746
  }
@@ -15748,9 +15760,9 @@ var ta = { exports: {} };
15748
15760
  value: function(ue) {
15749
15761
  var re = this;
15750
15762
  if (!(ue.defaultPrevented || !this.quill.isEnabled())) {
15751
- var xe = this.quill.getSelection(), we = new d.default().retain(xe.index), Te = this.quill.scrollingContainer.scrollTop;
15763
+ var xe = this.quill.getSelection(), we = new d.default().retain(xe.index), Se = this.quill.scrollingContainer.scrollTop;
15752
15764
  this.container.focus(), this.quill.selection.update(v.default.sources.SILENT), setTimeout(function() {
15753
- we = we.concat(re.convert()).delete(xe.length), re.quill.updateContents(we, v.default.sources.USER), re.quill.setSelection(we.length() - xe.length, v.default.sources.SILENT), re.quill.scrollingContainer.scrollTop = Te, re.quill.focus();
15765
+ we = we.concat(re.convert()).delete(xe.length), re.quill.updateContents(we, v.default.sources.USER), re.quill.setSelection(we.length() - xe.length, v.default.sources.SILENT), re.quill.scrollingContainer.scrollTop = Se, re.quill.focus();
15754
15766
  }, 1);
15755
15767
  }
15756
15768
  }
@@ -15759,8 +15771,8 @@ var ta = { exports: {} };
15759
15771
  value: function() {
15760
15772
  var ue = this, re = [], xe = [];
15761
15773
  return this.matchers.forEach(function(we) {
15762
- var Te = s(we, 2), tt = Te[0], We = Te[1];
15763
- switch (tt) {
15774
+ var Se = s(we, 2), nt = Se[0], We = Se[1];
15775
+ switch (nt) {
15764
15776
  case Node.TEXT_NODE:
15765
15777
  xe.push(We);
15766
15778
  break;
@@ -15768,7 +15780,7 @@ var ta = { exports: {} };
15768
15780
  re.push(We);
15769
15781
  break;
15770
15782
  default:
15771
- [].forEach.call(ue.container.querySelectorAll(tt), function(qe) {
15783
+ [].forEach.call(ue.container.querySelectorAll(nt), function(qe) {
15772
15784
  qe[oe] = qe[oe] || [], qe[oe].push(We);
15773
15785
  });
15774
15786
  break;
@@ -15814,10 +15826,10 @@ var ta = { exports: {} };
15814
15826
  return re(Q, ue);
15815
15827
  }, new d.default()) : Q.nodeType === Q.ELEMENT_NODE ? [].reduce.call(Q.childNodes || [], function(ue, re) {
15816
15828
  var xe = V(re, te, se);
15817
- return re.nodeType === Q.ELEMENT_NODE && (xe = te.reduce(function(we, Te) {
15818
- return Te(re, we);
15819
- }, xe), xe = (re[oe] || []).reduce(function(we, Te) {
15820
- return Te(re, we);
15829
+ return re.nodeType === Q.ELEMENT_NODE && (xe = te.reduce(function(we, Se) {
15830
+ return Se(re, we);
15831
+ }, xe), xe = (re[oe] || []).reduce(function(we, Se) {
15832
+ return Se(re, we);
15821
15833
  }, xe)), ue.concat(xe);
15822
15834
  }, new d.default()) : new d.default();
15823
15835
  }
@@ -15827,8 +15839,8 @@ var ta = { exports: {} };
15827
15839
  function J(Q, te) {
15828
15840
  var se = u.default.Attributor.Attribute.keys(Q), ue = u.default.Attributor.Class.keys(Q), re = u.default.Attributor.Style.keys(Q), xe = {};
15829
15841
  return se.concat(ue).concat(re).forEach(function(we) {
15830
- var Te = u.default.query(we, u.default.Scope.ATTRIBUTE);
15831
- Te != null && (xe[Te.attrName] = Te.value(Q), xe[Te.attrName]) || (Te = R[we], Te != null && (Te.attrName === we || Te.keyName === we) && (xe[Te.attrName] = Te.value(Q) || void 0), Te = A[we], Te != null && (Te.attrName === we || Te.keyName === we) && (Te = A[we], xe[Te.attrName] = Te.value(Q) || void 0));
15842
+ var Se = u.default.query(we, u.default.Scope.ATTRIBUTE);
15843
+ Se != null && (xe[Se.attrName] = Se.value(Q), xe[Se.attrName]) || (Se = R[we], Se != null && (Se.attrName === we || Se.keyName === we) && (xe[Se.attrName] = Se.value(Q) || void 0), Se = A[we], Se != null && (Se.attrName === we || Se.keyName === we) && (Se = A[we], xe[Se.attrName] = Se.value(Q) || void 0));
15832
15844
  }), Object.keys(xe).length > 0 && (te = j(te, xe)), te;
15833
15845
  }
15834
15846
  function ie(Q, te) {
@@ -15850,7 +15862,7 @@ var ta = { exports: {} };
15850
15862
  function _e() {
15851
15863
  return new d.default();
15852
15864
  }
15853
- function Ee(Q, te) {
15865
+ function Te(Q, te) {
15854
15866
  var se = u.default.query(Q);
15855
15867
  if (se == null || se.blotName !== "list-item" || !H(te, `
15856
15868
  `))
@@ -15864,7 +15876,7 @@ var ta = { exports: {} };
15864
15876
  `) || (D(Q) || te.length() > 0 && Q.nextSibling && D(Q.nextSibling)) && te.insert(`
15865
15877
  `), te;
15866
15878
  }
15867
- function De(Q, te) {
15879
+ function Me(Q, te) {
15868
15880
  if (D(Q) && Q.nextElementSibling != null && !H(te, `
15869
15881
 
15870
15882
  `)) {
@@ -15892,7 +15904,7 @@ var ta = { exports: {} };
15892
15904
  }
15893
15905
  return te.insert(se);
15894
15906
  }
15895
- r.default = B, r.matchAttributor = J, r.matchBlot = ie, r.matchNewline = Ie, r.matchSpacing = De, r.matchText = ze;
15907
+ r.default = B, r.matchAttributor = J, r.matchBlot = ie, r.matchNewline = Ie, r.matchSpacing = Me, r.matchText = ze;
15896
15908
  },
15897
15909
  /* 56 */
15898
15910
  /***/
@@ -16537,7 +16549,7 @@ var ta = { exports: {} };
16537
16549
  Object.defineProperty(r, "__esModule", {
16538
16550
  value: !0
16539
16551
  });
16540
- var i = o(29), s = re(i), l = o(36), c = o(38), f = o(64), h = o(65), d = re(h), a = o(66), u = re(a), b = o(67), v = re(b), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = re(p), S = o(68), E = re(S), T = o(27), P = re(T), C = o(69), O = re(C), k = o(70), x = re(k), M = o(71), q = re(M), K = o(72), W = re(K), oe = o(73), U = re(oe), R = o(13), A = re(R), B = o(74), j = re(B), Y = o(75), H = re(Y), D = o(57), V = re(D), Z = o(41), J = re(Z), ie = o(28), ce = re(ie), _e = o(59), Ee = re(_e), Ie = o(60), De = re(Ie), Ye = o(61), ze = re(Ye), Q = o(108), te = re(Q), se = o(62), ue = re(se);
16552
+ var i = o(29), s = re(i), l = o(36), c = o(38), f = o(64), h = o(65), d = re(h), a = o(66), u = re(a), b = o(67), v = re(b), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = re(p), S = o(68), E = re(S), T = o(27), P = re(T), C = o(69), O = re(C), k = o(70), x = re(k), M = o(71), q = re(M), K = o(72), W = re(K), oe = o(73), U = re(oe), R = o(13), A = re(R), B = o(74), j = re(B), Y = o(75), H = re(Y), D = o(57), V = re(D), Z = o(41), J = re(Z), ie = o(28), ce = re(ie), _e = o(59), Te = re(_e), Ie = o(60), Me = re(Ie), Ye = o(61), ze = re(Ye), Q = o(108), te = re(Q), se = o(62), ue = re(se);
16541
16553
  function re(xe) {
16542
16554
  return xe && xe.__esModule ? xe : { default: xe };
16543
16555
  }
@@ -16584,8 +16596,8 @@ var ta = { exports: {} };
16584
16596
  "themes/snow": ue.default,
16585
16597
  "ui/icons": J.default,
16586
16598
  "ui/picker": ce.default,
16587
- "ui/icon-picker": De.default,
16588
- "ui/color-picker": Ee.default,
16599
+ "ui/icon-picker": Me.default,
16600
+ "ui/color-picker": Te.default,
16589
16601
  "ui/tooltip": ze.default
16590
16602
  }, !0), r.default = s.default;
16591
16603
  },
@@ -17720,7 +17732,7 @@ var ta = { exports: {} };
17720
17732
  var Zf = ta.exports;
17721
17733
  const qt = /* @__PURE__ */ Ei(Zf);
17722
17734
  var jt = -1, xt = 1, $t = 0;
17723
- function Gn(t, n, e, r) {
17735
+ function Yn(t, n, e, r) {
17724
17736
  if (t === n)
17725
17737
  return t ? [[$t, t]] : [];
17726
17738
  if (e != null) {
@@ -17728,8 +17740,8 @@ function Gn(t, n, e, r) {
17728
17740
  if (o)
17729
17741
  return o;
17730
17742
  }
17731
- var i = Mr(t, n), s = t.substring(0, i);
17732
- t = t.substring(i), n = n.substring(i), i = Dr(t, n);
17743
+ var i = Pr(t, n), s = t.substring(0, i);
17744
+ t = t.substring(i), n = n.substring(i), i = Mr(t, n);
17733
17745
  var l = t.substring(t.length - i);
17734
17746
  t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
17735
17747
  var c = Jf(t, n);
@@ -17752,7 +17764,7 @@ function Jf(t, n) {
17752
17764
  return [[jt, t], [xt, n]];
17753
17765
  var s = Qf(t, n);
17754
17766
  if (s) {
17755
- var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Gn(l, f), u = Gn(c, h);
17767
+ var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
17756
17768
  return a.concat([[$t, d]], u);
17757
17769
  }
17758
17770
  return Xf(t, n);
@@ -17776,7 +17788,7 @@ function Xf(t, n) {
17776
17788
  if (w >= 0 && w < s && c[w] !== -1) {
17777
17789
  var S = e - c[w];
17778
17790
  if ($ >= S)
17779
- return wo(t, n, $, p);
17791
+ return $o(t, n, $, p);
17780
17792
  }
17781
17793
  }
17782
17794
  }
@@ -17794,25 +17806,25 @@ function Xf(t, n) {
17794
17806
  if (m >= 0 && m < s && l[m] !== -1) {
17795
17807
  var $ = l[m], p = i + $ - m;
17796
17808
  if (S = e - S, $ >= S)
17797
- return wo(t, n, $, p);
17809
+ return $o(t, n, $, p);
17798
17810
  }
17799
17811
  }
17800
17812
  }
17801
17813
  }
17802
17814
  return [[jt, t], [xt, n]];
17803
17815
  }
17804
- function wo(t, n, e, r) {
17805
- var o = t.substring(0, e), i = n.substring(0, r), s = t.substring(e), l = n.substring(r), c = Gn(o, i), f = Gn(s, l);
17816
+ function $o(t, n, e, r) {
17817
+ var o = t.substring(0, e), i = n.substring(0, r), s = t.substring(e), l = n.substring(r), c = Yn(o, i), f = Yn(s, l);
17806
17818
  return c.concat(f);
17807
17819
  }
17808
- function Mr(t, n) {
17820
+ function Pr(t, n) {
17809
17821
  if (!t || !n || t.charAt(0) !== n.charAt(0))
17810
17822
  return 0;
17811
17823
  for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
17812
17824
  t.substring(i, o) == n.substring(i, o) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
17813
17825
  return ia(t.charCodeAt(o - 1)) && o--, o;
17814
17826
  }
17815
- function Dr(t, n) {
17827
+ function Mr(t, n) {
17816
17828
  if (!t || !n || t.slice(-1) !== n.slice(-1))
17817
17829
  return 0;
17818
17830
  for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
@@ -17825,10 +17837,10 @@ function Qf(t, n) {
17825
17837
  return null;
17826
17838
  function o(u, b, v) {
17827
17839
  for (var y = u.substring(v, v + Math.floor(u.length / 4)), g = -1, m = "", $, p, w, S; (g = b.indexOf(y, g + 1)) !== -1; ) {
17828
- var E = Mr(
17840
+ var E = Pr(
17829
17841
  u.substring(v),
17830
17842
  b.substring(g)
17831
- ), T = Dr(
17843
+ ), T = Mr(
17832
17844
  u.substring(0, v),
17833
17845
  b.substring(0, g)
17834
17846
  );
@@ -17889,7 +17901,7 @@ function na(t, n) {
17889
17901
  break;
17890
17902
  }
17891
17903
  if (i.length > 0 || s.length > 0) {
17892
- i.length > 0 && s.length > 0 && (l = Mr(s, i), l !== 0 && (c >= 0 ? t[c][1] += s.substring(0, l) : (t.splice(0, 0, [$t, s.substring(0, l)]), e++), s = s.substring(l), i = i.substring(l)), l = Dr(s, i), l !== 0 && (t[e][1] = s.substring(s.length - l) + t[e][1], s = s.substring(0, s.length - l), i = i.substring(0, i.length - l)));
17904
+ i.length > 0 && s.length > 0 && (l = Pr(s, i), l !== 0 && (c >= 0 ? t[c][1] += s.substring(0, l) : (t.splice(0, 0, [$t, s.substring(0, l)]), e++), s = s.substring(l), i = i.substring(l)), l = Mr(s, i), l !== 0 && (t[e][1] = s.substring(s.length - l) + t[e][1], s = s.substring(0, s.length - l), i = i.substring(0, i.length - l)));
17893
17905
  var d = o + r;
17894
17906
  i.length === 0 && s.length === 0 ? (t.splice(e - d, d), e = e - d) : i.length === 0 ? (t.splice(e - d, d, [xt, s]), e = e - d + 1) : s.length === 0 ? (t.splice(e - d, d, [jt, i]), e = e - d + 1) : (t.splice(e - d, d, [jt, i], [xt, s]), e = e - d + 2);
17895
17907
  }
@@ -17972,7 +17984,7 @@ function th(t, n, e) {
17972
17984
  return null;
17973
17985
  }
17974
17986
  function xi(t, n, e) {
17975
- return Gn(t, n, e, !0);
17987
+ return Yn(t, n, e, !0);
17976
17988
  }
17977
17989
  xi.INSERT = xt;
17978
17990
  xi.DELETE = jt;
@@ -17982,7 +17994,7 @@ _i.exports;
17982
17994
  (function(t, n) {
17983
17995
  var e = 200, r = "__lodash_hash_undefined__", o = 9007199254740991, i = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", b = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", S = "[object DataView]", E = "[object Float32Array]", T = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
17984
17996
  R[i] = R[s] = R[w] = R[S] = R[l] = R[c] = R[E] = R[T] = R[P] = R[C] = R[O] = R[a] = R[u] = R[b] = R[y] = R[g] = R[m] = R[$] = R[k] = R[x] = R[M] = R[q] = !0, R[f] = R[h] = R[p] = !1;
17985
- var A = typeof et == "object" && et && et.Object === Object && et, B = typeof self == "object" && self && self.Object === Object && self, j = A || B || Function("return this")(), Y = n && !n.nodeType && n, H = Y && !0 && t && !t.nodeType && t, D = H && H.exports === Y;
17997
+ var A = typeof tt == "object" && tt && tt.Object === Object && tt, B = typeof self == "object" && self && self.Object === Object && self, j = A || B || Function("return this")(), Y = n && !n.nodeType && n, H = Y && !0 && t && !t.nodeType && t, D = H && H.exports === Y;
17986
17998
  function V(_, N) {
17987
17999
  return _.set(N[0], N[1]), _;
17988
18000
  }
@@ -18010,7 +18022,7 @@ _i.exports;
18010
18022
  ee[F] = N(F);
18011
18023
  return ee;
18012
18024
  }
18013
- function Ee(_, N) {
18025
+ function Te(_, N) {
18014
18026
  return _ == null ? void 0 : _[N];
18015
18027
  }
18016
18028
  function Ie(_) {
@@ -18022,7 +18034,7 @@ _i.exports;
18022
18034
  }
18023
18035
  return N;
18024
18036
  }
18025
- function De(_) {
18037
+ function Me(_) {
18026
18038
  var N = -1, F = Array(_.size);
18027
18039
  return _.forEach(function(ee, Ne) {
18028
18040
  F[++N] = [Ne, ee];
@@ -18042,9 +18054,9 @@ _i.exports;
18042
18054
  var Q = Array.prototype, te = Function.prototype, se = Object.prototype, ue = j["__core-js_shared__"], re = function() {
18043
18055
  var _ = /[^.]+$/.exec(ue && ue.keys && ue.keys.IE_PROTO || "");
18044
18056
  return _ ? "Symbol(src)_1." + _ : "";
18045
- }(), xe = te.toString, we = se.hasOwnProperty, Te = se.toString, tt = RegExp(
18057
+ }(), xe = te.toString, we = se.hasOwnProperty, Se = se.toString, nt = RegExp(
18046
18058
  "^" + xe.call(we).replace(K, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
18047
- ), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, Le = Ye(Object.getPrototypeOf, Object), ht = Object.create, en = se.propertyIsEnumerable, kn = Q.splice, tn = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Zt = Ye(Object.keys, Object), Pt = St(j, "DataView"), Ht = St(j, "Map"), st = St(j, "Promise"), Mt = St(j, "Set"), pt = St(j, "WeakMap"), Vt = St(Object, "create"), nn = gt(Pt), I = gt(Ht), L = gt(st), z = gt(Mt), X = gt(pt), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
18059
+ ), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, Le = Ye(Object.getPrototypeOf, Object), ht = Object.create, en = se.propertyIsEnumerable, Cn = Q.splice, tn = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Zt = Ye(Object.keys, Object), Pt = St(j, "DataView"), Ht = St(j, "Map"), st = St(j, "Promise"), Mt = St(j, "Set"), pt = St(j, "WeakMap"), Vt = St(Object, "create"), nn = gt(Pt), I = gt(Ht), L = gt(st), z = gt(Mt), X = gt(pt), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
18048
18060
  function Ce(_) {
18049
18061
  var N = -1, F = _ ? _.length : 0;
18050
18062
  for (this.clear(); ++N < F; ) {
@@ -18052,7 +18064,7 @@ _i.exports;
18052
18064
  this.set(ee[0], ee[1]);
18053
18065
  }
18054
18066
  }
18055
- function ge() {
18067
+ function me() {
18056
18068
  this.__data__ = Vt ? Vt(null) : {};
18057
18069
  }
18058
18070
  function Pe(_) {
@@ -18074,7 +18086,7 @@ _i.exports;
18074
18086
  var F = this.__data__;
18075
18087
  return F[_] = Vt && N === void 0 ? r : N, this;
18076
18088
  }
18077
- Ce.prototype.clear = ge, Ce.prototype.delete = Pe, Ce.prototype.get = pe, Ce.prototype.has = Oe, Ce.prototype.set = Be;
18089
+ Ce.prototype.clear = me, Ce.prototype.delete = Pe, Ce.prototype.get = pe, Ce.prototype.has = Oe, Ce.prototype.set = Be;
18078
18090
  function Ue(_) {
18079
18091
  var N = -1, F = _ ? _.length : 0;
18080
18092
  for (this.clear(); ++N < F; ) {
@@ -18086,55 +18098,55 @@ _i.exports;
18086
18098
  this.__data__ = [];
18087
18099
  }
18088
18100
  function Ut(_) {
18089
- var N = this.__data__, F = gn(N, _);
18101
+ var N = this.__data__, F = pn(N, _);
18090
18102
  if (F < 0)
18091
18103
  return !1;
18092
18104
  var ee = N.length - 1;
18093
- return F == ee ? N.pop() : kn.call(N, F, 1), !0;
18105
+ return F == ee ? N.pop() : Cn.call(N, F, 1), !0;
18094
18106
  }
18095
18107
  function Dt(_) {
18096
- var N = this.__data__, F = gn(N, _);
18108
+ var N = this.__data__, F = pn(N, _);
18097
18109
  return F < 0 ? void 0 : N[F][1];
18098
18110
  }
18099
- function Cn(_) {
18100
- return gn(this.__data__, _) > -1;
18111
+ function En(_) {
18112
+ return pn(this.__data__, _) > -1;
18101
18113
  }
18102
18114
  function rn(_, N) {
18103
- var F = this.__data__, ee = gn(F, _);
18115
+ var F = this.__data__, ee = pn(F, _);
18104
18116
  return ee < 0 ? F.push([_, N]) : F[ee][1] = N, this;
18105
18117
  }
18106
- Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = Cn, Ue.prototype.set = rn;
18107
- function nt(_) {
18118
+ Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
18119
+ function it(_) {
18108
18120
  var N = -1, F = _ ? _.length : 0;
18109
18121
  for (this.clear(); ++N < F; ) {
18110
18122
  var ee = _[N];
18111
18123
  this.set(ee[0], ee[1]);
18112
18124
  }
18113
18125
  }
18114
- function En() {
18126
+ function Tn() {
18115
18127
  this.__data__ = {
18116
18128
  hash: new Ce(),
18117
18129
  map: new (Ht || Ue)(),
18118
18130
  string: new Ce()
18119
18131
  };
18120
18132
  }
18121
- function Tn(_) {
18133
+ function Sn(_) {
18122
18134
  return an(this, _).delete(_);
18123
18135
  }
18124
- function Sn(_) {
18136
+ function xn(_) {
18125
18137
  return an(this, _).get(_);
18126
18138
  }
18127
- function xn(_) {
18139
+ function An(_) {
18128
18140
  return an(this, _).has(_);
18129
18141
  }
18130
- function An(_, N) {
18142
+ function Nn(_, N) {
18131
18143
  return an(this, _).set(_, N), this;
18132
18144
  }
18133
- nt.prototype.clear = En, nt.prototype.delete = Tn, nt.prototype.get = Sn, nt.prototype.has = xn, nt.prototype.set = An;
18145
+ it.prototype.clear = Tn, it.prototype.delete = Sn, it.prototype.get = xn, it.prototype.has = An, it.prototype.set = Nn;
18134
18146
  function ut(_) {
18135
18147
  this.__data__ = new Ue(_);
18136
18148
  }
18137
- function Nn() {
18149
+ function In() {
18138
18150
  this.__data__ = new Ue();
18139
18151
  }
18140
18152
  function Ni(_) {
@@ -18152,13 +18164,13 @@ _i.exports;
18152
18164
  var ee = F.__data__;
18153
18165
  if (!Ht || ee.length < e - 1)
18154
18166
  return ee.push([_, N]), this;
18155
- F = this.__data__ = new nt(ee);
18167
+ F = this.__data__ = new it(ee);
18156
18168
  }
18157
18169
  return F.set(_, N), this;
18158
18170
  }
18159
- ut.prototype.clear = Nn, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
18160
- function pn(_, N) {
18161
- var F = Dn(_) || vn(_) ? _e(_.length, String) : [], ee = F.length, Ne = !!ee;
18171
+ ut.prototype.clear = In, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
18172
+ function hn(_, N) {
18173
+ var F = Ln(_) || mn(_) ? _e(_.length, String) : [], ee = F.length, Ne = !!ee;
18162
18174
  for (var be in _)
18163
18175
  (N || we.call(_, be)) && !(Ne && (be == "length" || Yi(be, ee))) && F.push(be);
18164
18176
  return F;
@@ -18167,29 +18179,29 @@ _i.exports;
18167
18179
  var ee = _[N];
18168
18180
  (!(we.call(_, N) && ti(ee, F)) || F === void 0 && !(N in _)) && (_[N] = F);
18169
18181
  }
18170
- function gn(_, N) {
18182
+ function pn(_, N) {
18171
18183
  for (var F = _.length; F--; )
18172
18184
  if (ti(_[F][0], N))
18173
18185
  return F;
18174
18186
  return -1;
18175
18187
  }
18176
18188
  function Lt(_, N) {
18177
- return _ && Mn(N, Rn(N), _);
18189
+ return _ && Dn(N, Bn(N), _);
18178
18190
  }
18179
- function In(_, N, F, ee, Ne, be, Re) {
18191
+ function Pn(_, N, F, ee, Ne, be, Re) {
18180
18192
  var je;
18181
18193
  if (ee && (je = be ? ee(_, Ne, be, Re) : ee(_)), je !== void 0)
18182
18194
  return je;
18183
18195
  if (!Bt(_))
18184
18196
  return _;
18185
- var Ze = Dn(_);
18197
+ var Ze = Ln(_);
18186
18198
  if (Ze) {
18187
18199
  if (je = Ki(_), !N)
18188
18200
  return Vi(_, je);
18189
18201
  } else {
18190
18202
  var Ve = Kt(_), dt = Ve == h || Ve == d;
18191
18203
  if (ni(_))
18192
- return mn(_, N);
18204
+ return gn(_, N);
18193
18205
  if (Ve == b || Ve == i || dt && !be) {
18194
18206
  if (Ie(_))
18195
18207
  return be ? _ : {};
@@ -18198,7 +18210,7 @@ _i.exports;
18198
18210
  } else {
18199
18211
  if (!R[Ve])
18200
18212
  return be ? _ : {};
18201
- je = Gi(_, Ve, In, N);
18213
+ je = Gi(_, Ve, Pn, N);
18202
18214
  }
18203
18215
  }
18204
18216
  Re || (Re = new ut());
@@ -18206,9 +18218,9 @@ _i.exports;
18206
18218
  if (yt)
18207
18219
  return yt;
18208
18220
  if (Re.set(_, je), !Ze)
18209
- var Qe = F ? zi(_) : Rn(_);
18221
+ var Qe = F ? zi(_) : Bn(_);
18210
18222
  return J(Qe || _, function(ct, at) {
18211
- Qe && (at = ct, ct = _[at]), Zn(je, at, In(ct, N, F, ee, at, _, Re));
18223
+ Qe && (at = ct, ct = _[at]), Zn(je, at, Pn(ct, N, F, ee, at, _, Re));
18212
18224
  }), je;
18213
18225
  }
18214
18226
  function Di(_) {
@@ -18216,15 +18228,15 @@ _i.exports;
18216
18228
  }
18217
18229
  function Li(_, N, F) {
18218
18230
  var ee = N(_);
18219
- return Dn(_) ? ee : ie(ee, F(_));
18231
+ return Ln(_) ? ee : ie(ee, F(_));
18220
18232
  }
18221
18233
  function Ri(_) {
18222
- return Te.call(_);
18234
+ return Se.call(_);
18223
18235
  }
18224
18236
  function Bi(_) {
18225
18237
  if (!Bt(_) || Zi(_))
18226
18238
  return !1;
18227
- var N = Ln(_) || Ie(_) ? tt : oe;
18239
+ var N = Rn(_) || Ie(_) ? nt : oe;
18228
18240
  return N.test(gt(_));
18229
18241
  }
18230
18242
  function ji(_) {
@@ -18235,22 +18247,22 @@ _i.exports;
18235
18247
  we.call(_, F) && F != "constructor" && N.push(F);
18236
18248
  return N;
18237
18249
  }
18238
- function mn(_, N) {
18250
+ function gn(_, N) {
18239
18251
  if (N)
18240
18252
  return _.slice();
18241
18253
  var F = new _.constructor(_.length);
18242
18254
  return _.copy(F), F;
18243
18255
  }
18244
- function Pn(_) {
18256
+ function Mn(_) {
18245
18257
  var N = new _.constructor(_.byteLength);
18246
18258
  return new It(N).set(new It(_)), N;
18247
18259
  }
18248
18260
  function on(_, N) {
18249
- var F = N ? Pn(_.buffer) : _.buffer;
18261
+ var F = N ? Mn(_.buffer) : _.buffer;
18250
18262
  return new _.constructor(F, _.byteOffset, _.byteLength);
18251
18263
  }
18252
18264
  function Jn(_, N, F) {
18253
- var ee = N ? F(De(_), !0) : De(_);
18265
+ var ee = N ? F(Me(_), !0) : Me(_);
18254
18266
  return ce(ee, V, new _.constructor());
18255
18267
  }
18256
18268
  function Xn(_) {
@@ -18265,7 +18277,7 @@ _i.exports;
18265
18277
  return de ? Object(de.call(_)) : {};
18266
18278
  }
18267
18279
  function Hi(_, N) {
18268
- var F = N ? Pn(_.buffer) : _.buffer;
18280
+ var F = N ? Mn(_.buffer) : _.buffer;
18269
18281
  return new _.constructor(F, _.byteOffset, _.length);
18270
18282
  }
18271
18283
  function Vi(_, N) {
@@ -18274,7 +18286,7 @@ _i.exports;
18274
18286
  N[F] = _[F];
18275
18287
  return N;
18276
18288
  }
18277
- function Mn(_, N, F, ee) {
18289
+ function Dn(_, N, F, ee) {
18278
18290
  F || (F = {});
18279
18291
  for (var Ne = -1, be = N.length; ++Ne < be; ) {
18280
18292
  var Re = N[Ne], je = ee ? ee(F[Re], _[Re], Re, F, _) : void 0;
@@ -18283,22 +18295,22 @@ _i.exports;
18283
18295
  return F;
18284
18296
  }
18285
18297
  function Ui(_, N) {
18286
- return Mn(_, zt(_), N);
18298
+ return Dn(_, zt(_), N);
18287
18299
  }
18288
18300
  function zi(_) {
18289
- return Li(_, Rn, zt);
18301
+ return Li(_, Bn, zt);
18290
18302
  }
18291
18303
  function an(_, N) {
18292
18304
  var F = _.__data__;
18293
18305
  return Wi(N) ? F[typeof N == "string" ? "string" : "hash"] : F.map;
18294
18306
  }
18295
18307
  function St(_, N) {
18296
- var F = Ee(_, N);
18308
+ var F = Te(_, N);
18297
18309
  return Bi(F) ? F : void 0;
18298
18310
  }
18299
18311
  var zt = tn ? Ye(tn, Object) : Xi, Kt = Ri;
18300
18312
  (Pt && Kt(new Pt(new ArrayBuffer(1))) != S || Ht && Kt(new Ht()) != a || st && Kt(st.resolve()) != v || Mt && Kt(new Mt()) != g || pt && Kt(new pt()) != p) && (Kt = function(_) {
18301
- var N = Te.call(_), F = N == b ? _.constructor : void 0, ee = F ? gt(F) : void 0;
18313
+ var N = Se.call(_), F = N == b ? _.constructor : void 0, ee = F ? gt(F) : void 0;
18302
18314
  if (ee)
18303
18315
  switch (ee) {
18304
18316
  case nn:
@@ -18325,7 +18337,7 @@ _i.exports;
18325
18337
  var Ne = _.constructor;
18326
18338
  switch (N) {
18327
18339
  case w:
18328
- return Pn(_);
18340
+ return Mn(_);
18329
18341
  case l:
18330
18342
  case c:
18331
18343
  return new Ne(+_);
@@ -18382,24 +18394,24 @@ _i.exports;
18382
18394
  return "";
18383
18395
  }
18384
18396
  function ei(_) {
18385
- return In(_, !0, !0);
18397
+ return Pn(_, !0, !0);
18386
18398
  }
18387
18399
  function ti(_, N) {
18388
18400
  return _ === N || _ !== _ && N !== N;
18389
18401
  }
18390
- function vn(_) {
18391
- return Ji(_) && we.call(_, "callee") && (!en.call(_, "callee") || Te.call(_) == i);
18402
+ function mn(_) {
18403
+ return Ji(_) && we.call(_, "callee") && (!en.call(_, "callee") || Se.call(_) == i);
18392
18404
  }
18393
- var Dn = Array.isArray;
18394
- function yn(_) {
18395
- return _ != null && ii(_.length) && !Ln(_);
18405
+ var Ln = Array.isArray;
18406
+ function vn(_) {
18407
+ return _ != null && ii(_.length) && !Rn(_);
18396
18408
  }
18397
18409
  function Ji(_) {
18398
- return ri(_) && yn(_);
18410
+ return ri(_) && vn(_);
18399
18411
  }
18400
18412
  var ni = He || Qi;
18401
- function Ln(_) {
18402
- var N = Bt(_) ? Te.call(_) : "";
18413
+ function Rn(_) {
18414
+ var N = Bt(_) ? Se.call(_) : "";
18403
18415
  return N == h || N == d;
18404
18416
  }
18405
18417
  function ii(_) {
@@ -18412,8 +18424,8 @@ _i.exports;
18412
18424
  function ri(_) {
18413
18425
  return !!_ && typeof _ == "object";
18414
18426
  }
18415
- function Rn(_) {
18416
- return yn(_) ? pn(_) : ji(_);
18427
+ function Bn(_) {
18428
+ return vn(_) ? hn(_) : ji(_);
18417
18429
  }
18418
18430
  function Xi() {
18419
18431
  return [];
@@ -18428,13 +18440,13 @@ $i.exports;
18428
18440
  (function(t, n) {
18429
18441
  var e = 200, r = "__lodash_hash_undefined__", o = 1, i = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", b = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", S = "[object Set]", E = "[object String]", T = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]", K = "[object Int16Array]", W = "[object Int32Array]", oe = "[object Uint8Array]", U = "[object Uint8ClampedArray]", R = "[object Uint16Array]", A = "[object Uint32Array]", B = /[\\^$.*+?()[\]{}|]/g, j = /^\[object .+?Constructor\]$/, Y = /^(?:0|[1-9]\d*)$/, H = {};
18430
18442
  H[x] = H[M] = H[q] = H[K] = H[W] = H[oe] = H[U] = H[R] = H[A] = !0, H[l] = H[c] = H[O] = H[h] = H[k] = H[d] = H[a] = H[u] = H[v] = H[y] = H[m] = H[w] = H[S] = H[E] = H[C] = !1;
18431
- var D = typeof et == "object" && et && et.Object === Object && et, V = typeof self == "object" && self && self.Object === Object && self, Z = D || V || Function("return this")(), J = n && !n.nodeType && n, ie = J && !0 && t && !t.nodeType && t, ce = ie && ie.exports === J, _e = ce && D.process, Ee = function() {
18443
+ var D = typeof tt == "object" && tt && tt.Object === Object && tt, V = typeof self == "object" && self && self.Object === Object && self, Z = D || V || Function("return this")(), J = n && !n.nodeType && n, ie = J && !0 && t && !t.nodeType && t, ce = ie && ie.exports === J, _e = ce && D.process, Te = function() {
18432
18444
  try {
18433
18445
  return _e && _e.binding && _e.binding("util");
18434
18446
  } catch {
18435
18447
  }
18436
- }(), Ie = Ee && Ee.isTypedArray;
18437
- function De(_, N) {
18448
+ }(), Ie = Te && Te.isTypedArray;
18449
+ function Me(_, N) {
18438
18450
  for (var F = -1, ee = _ == null ? 0 : _.length, Ne = 0, be = []; ++F < ee; ) {
18439
18451
  var Re = _[F];
18440
18452
  N(Re, F, _) && (be[Ne++] = Re);
@@ -18485,12 +18497,12 @@ $i.exports;
18485
18497
  F[++N] = ee;
18486
18498
  }), F;
18487
18499
  }
18488
- var Te = Array.prototype, tt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = tt.toString, Le = We.hasOwnProperty, ht = function() {
18500
+ var Se = Array.prototype, nt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = nt.toString, Le = We.hasOwnProperty, ht = function() {
18489
18501
  var _ = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
18490
18502
  return _ ? "Symbol(src)_1." + _ : "";
18491
- }(), en = We.toString, kn = RegExp(
18503
+ }(), en = We.toString, Cn = RegExp(
18492
18504
  "^" + It.call(Le).replace(B, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
18493
- ), tn = ce ? Z.Buffer : void 0, He = Z.Symbol, Zt = Z.Uint8Array, Pt = We.propertyIsEnumerable, Ht = Te.splice, st = He ? He.toStringTag : void 0, Mt = Object.getOwnPropertySymbols, pt = tn ? tn.isBuffer : void 0, Vt = xe(Object.keys, Object), nn = zt(Z, "DataView"), I = zt(Z, "Map"), L = zt(Z, "Promise"), z = zt(Z, "Set"), X = zt(Z, "WeakMap"), le = zt(Object, "create"), de = gt(nn), Ce = gt(I), ge = gt(L), Pe = gt(z), pe = gt(X), Oe = He ? He.prototype : void 0, Be = Oe ? Oe.valueOf : void 0;
18505
+ ), tn = ce ? Z.Buffer : void 0, He = Z.Symbol, Zt = Z.Uint8Array, Pt = We.propertyIsEnumerable, Ht = Se.splice, st = He ? He.toStringTag : void 0, Mt = Object.getOwnPropertySymbols, pt = tn ? tn.isBuffer : void 0, Vt = xe(Object.keys, Object), nn = zt(Z, "DataView"), I = zt(Z, "Map"), L = zt(Z, "Promise"), z = zt(Z, "Set"), X = zt(Z, "WeakMap"), le = zt(Object, "create"), de = gt(nn), Ce = gt(I), me = gt(L), Pe = gt(z), pe = gt(X), Oe = He ? He.prototype : void 0, Be = Oe ? Oe.valueOf : void 0;
18494
18506
  function Ue(_) {
18495
18507
  var N = -1, F = _ == null ? 0 : _.length;
18496
18508
  for (this.clear(); ++N < F; ) {
@@ -18513,7 +18525,7 @@ $i.exports;
18513
18525
  }
18514
18526
  return Le.call(N, _) ? N[_] : void 0;
18515
18527
  }
18516
- function Cn(_) {
18528
+ function En(_) {
18517
18529
  var N = this.__data__;
18518
18530
  return le ? N[_] !== void 0 : Le.call(N, _);
18519
18531
  }
@@ -18521,36 +18533,36 @@ $i.exports;
18521
18533
  var F = this.__data__;
18522
18534
  return this.size += this.has(_) ? 0 : 1, F[_] = le && N === void 0 ? r : N, this;
18523
18535
  }
18524
- Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = Cn, Ue.prototype.set = rn;
18525
- function nt(_) {
18536
+ Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
18537
+ function it(_) {
18526
18538
  var N = -1, F = _ == null ? 0 : _.length;
18527
18539
  for (this.clear(); ++N < F; ) {
18528
18540
  var ee = _[N];
18529
18541
  this.set(ee[0], ee[1]);
18530
18542
  }
18531
18543
  }
18532
- function En() {
18544
+ function Tn() {
18533
18545
  this.__data__ = [], this.size = 0;
18534
18546
  }
18535
- function Tn(_) {
18536
- var N = this.__data__, F = mn(N, _);
18547
+ function Sn(_) {
18548
+ var N = this.__data__, F = gn(N, _);
18537
18549
  if (F < 0)
18538
18550
  return !1;
18539
18551
  var ee = N.length - 1;
18540
18552
  return F == ee ? N.pop() : Ht.call(N, F, 1), --this.size, !0;
18541
18553
  }
18542
- function Sn(_) {
18543
- var N = this.__data__, F = mn(N, _);
18554
+ function xn(_) {
18555
+ var N = this.__data__, F = gn(N, _);
18544
18556
  return F < 0 ? void 0 : N[F][1];
18545
18557
  }
18546
- function xn(_) {
18547
- return mn(this.__data__, _) > -1;
18558
+ function An(_) {
18559
+ return gn(this.__data__, _) > -1;
18548
18560
  }
18549
- function An(_, N) {
18550
- var F = this.__data__, ee = mn(F, _);
18561
+ function Nn(_, N) {
18562
+ var F = this.__data__, ee = gn(F, _);
18551
18563
  return ee < 0 ? (++this.size, F.push([_, N])) : F[ee][1] = N, this;
18552
18564
  }
18553
- nt.prototype.clear = En, nt.prototype.delete = Tn, nt.prototype.get = Sn, nt.prototype.has = xn, nt.prototype.set = An;
18565
+ it.prototype.clear = Tn, it.prototype.delete = Sn, it.prototype.get = xn, it.prototype.has = An, it.prototype.set = Nn;
18554
18566
  function ut(_) {
18555
18567
  var N = -1, F = _ == null ? 0 : _.length;
18556
18568
  for (this.clear(); ++N < F; ) {
@@ -18558,10 +18570,10 @@ $i.exports;
18558
18570
  this.set(ee[0], ee[1]);
18559
18571
  }
18560
18572
  }
18561
- function Nn() {
18573
+ function In() {
18562
18574
  this.size = 0, this.__data__ = {
18563
18575
  hash: new Ue(),
18564
- map: new (I || nt)(),
18576
+ map: new (I || it)(),
18565
18577
  string: new Ue()
18566
18578
  };
18567
18579
  }
@@ -18579,8 +18591,8 @@ $i.exports;
18579
18591
  var F = St(this, _), ee = F.size;
18580
18592
  return F.set(_, N), this.size += F.size == ee ? 0 : 1, this;
18581
18593
  }
18582
- ut.prototype.clear = Nn, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
18583
- function pn(_) {
18594
+ ut.prototype.clear = In, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
18595
+ function hn(_) {
18584
18596
  var N = -1, F = _ == null ? 0 : _.length;
18585
18597
  for (this.__data__ = new ut(); ++N < F; )
18586
18598
  this.add(_[N]);
@@ -18588,16 +18600,16 @@ $i.exports;
18588
18600
  function Zn(_) {
18589
18601
  return this.__data__.set(_, r), this;
18590
18602
  }
18591
- function gn(_) {
18603
+ function pn(_) {
18592
18604
  return this.__data__.has(_);
18593
18605
  }
18594
- pn.prototype.add = pn.prototype.push = Zn, pn.prototype.has = gn;
18606
+ hn.prototype.add = hn.prototype.push = Zn, hn.prototype.has = pn;
18595
18607
  function Lt(_) {
18596
- var N = this.__data__ = new nt(_);
18608
+ var N = this.__data__ = new it(_);
18597
18609
  this.size = N.size;
18598
18610
  }
18599
- function In() {
18600
- this.__data__ = new nt(), this.size = 0;
18611
+ function Pn() {
18612
+ this.__data__ = new it(), this.size = 0;
18601
18613
  }
18602
18614
  function Di(_) {
18603
18615
  var N = this.__data__, F = N.delete(_);
@@ -18611,7 +18623,7 @@ $i.exports;
18611
18623
  }
18612
18624
  function Bi(_, N) {
18613
18625
  var F = this.__data__;
18614
- if (F instanceof nt) {
18626
+ if (F instanceof it) {
18615
18627
  var ee = F.__data__;
18616
18628
  if (!I || ee.length < e - 1)
18617
18629
  return ee.push([_, N]), this.size = ++F.size, this;
@@ -18619,9 +18631,9 @@ $i.exports;
18619
18631
  }
18620
18632
  return F.set(_, N), this.size = F.size, this;
18621
18633
  }
18622
- Lt.prototype.clear = In, Lt.prototype.delete = Di, Lt.prototype.get = Li, Lt.prototype.has = Ri, Lt.prototype.set = Bi;
18634
+ Lt.prototype.clear = Pn, Lt.prototype.delete = Di, Lt.prototype.get = Li, Lt.prototype.has = Ri, Lt.prototype.set = Bi;
18623
18635
  function ji(_, N) {
18624
- var F = vn(_), ee = !F && ti(_), Ne = !F && !ee && yn(_), be = !F && !ee && !Ne && ri(_), Re = F || ee || Ne || be, je = Re ? Q(_.length, String) : [], Ze = je.length;
18636
+ var F = mn(_), ee = !F && ti(_), Ne = !F && !ee && vn(_), be = !F && !ee && !Ne && ri(_), Re = F || ee || Ne || be, je = Re ? Q(_.length, String) : [], Ze = je.length;
18625
18637
  for (var Ve in _)
18626
18638
  (N || Le.call(_, Ve)) && !(Re && // Safari 9 has enumerable `arguments.length` in strict mode.
18627
18639
  (Ve == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -18630,15 +18642,15 @@ $i.exports;
18630
18642
  Gi(Ve, Ze))) && je.push(Ve);
18631
18643
  return je;
18632
18644
  }
18633
- function mn(_, N) {
18645
+ function gn(_, N) {
18634
18646
  for (var F = _.length; F--; )
18635
18647
  if (ei(_[F][0], N))
18636
18648
  return F;
18637
18649
  return -1;
18638
18650
  }
18639
- function Pn(_, N, F) {
18651
+ function Mn(_, N, F) {
18640
18652
  var ee = N(_);
18641
- return vn(_) ? ee : Ye(ee, F(_));
18653
+ return mn(_) ? ee : Ye(ee, F(_));
18642
18654
  }
18643
18655
  function on(_) {
18644
18656
  return _ == null ? _ === void 0 ? P : g : st && st in Object(_) ? Kt(_) : Qn(_);
@@ -18650,16 +18662,16 @@ $i.exports;
18650
18662
  return _ === N ? !0 : _ == null || N == null || !Bt(_) && !Bt(N) ? _ !== _ && N !== N : qi(_, N, F, ee, Xn, Ne);
18651
18663
  }
18652
18664
  function qi(_, N, F, ee, Ne, be) {
18653
- var Re = vn(_), je = vn(N), Ze = Re ? c : Rt(_), Ve = je ? c : Rt(N);
18665
+ var Re = mn(_), je = mn(N), Ze = Re ? c : Rt(_), Ve = je ? c : Rt(N);
18654
18666
  Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
18655
18667
  var dt = Ze == m, yt = Ve == m, Qe = Ze == Ve;
18656
- if (Qe && yn(_)) {
18657
- if (!yn(N))
18668
+ if (Qe && vn(_)) {
18669
+ if (!vn(N))
18658
18670
  return !1;
18659
18671
  Re = !0, dt = !1;
18660
18672
  }
18661
18673
  if (Qe && !dt)
18662
- return be || (be = new Lt()), Re || ri(_) ? Mn(_, N, F, ee, Ne, be) : Ui(_, N, Ze, F, ee, Ne, be);
18674
+ return be || (be = new Lt()), Re || ri(_) ? Dn(_, N, F, ee, Ne, be) : Ui(_, N, Ze, F, ee, Ne, be);
18663
18675
  if (!(F & o)) {
18664
18676
  var ct = dt && Le.call(_, "__wrapped__"), at = yt && Le.call(N, "__wrapped__");
18665
18677
  if (ct || at) {
@@ -18672,11 +18684,11 @@ $i.exports;
18672
18684
  function Fi(_) {
18673
18685
  if (!ii(_) || Wi(_))
18674
18686
  return !1;
18675
- var N = ni(_) ? kn : j;
18687
+ var N = ni(_) ? Cn : j;
18676
18688
  return N.test(gt(_));
18677
18689
  }
18678
18690
  function Hi(_) {
18679
- return Bt(_) && Ln(_.length) && !!H[on(_)];
18691
+ return Bt(_) && Rn(_.length) && !!H[on(_)];
18680
18692
  }
18681
18693
  function Vi(_) {
18682
18694
  if (!Zi(_))
@@ -18686,14 +18698,14 @@ $i.exports;
18686
18698
  Le.call(_, F) && F != "constructor" && N.push(F);
18687
18699
  return N;
18688
18700
  }
18689
- function Mn(_, N, F, ee, Ne, be) {
18701
+ function Dn(_, N, F, ee, Ne, be) {
18690
18702
  var Re = F & o, je = _.length, Ze = N.length;
18691
18703
  if (je != Ze && !(Re && Ze > je))
18692
18704
  return !1;
18693
18705
  var Ve = be.get(_);
18694
18706
  if (Ve && be.get(N))
18695
18707
  return Ve == N;
18696
- var dt = -1, yt = !0, Qe = F & i ? new pn() : void 0;
18708
+ var dt = -1, yt = !0, Qe = F & i ? new hn() : void 0;
18697
18709
  for (be.set(_, N), be.set(N, _); ++dt < je; ) {
18698
18710
  var ct = _[dt], at = N[dt];
18699
18711
  if (ee)
@@ -18746,7 +18758,7 @@ $i.exports;
18746
18758
  if (Ve)
18747
18759
  return Ve == N;
18748
18760
  ee |= i, Re.set(_, N);
18749
- var dt = Mn(je(_), je(N), ee, Ne, be, Re);
18761
+ var dt = Dn(je(_), je(N), ee, Ne, be, Re);
18750
18762
  return Re.delete(_), dt;
18751
18763
  case T:
18752
18764
  if (Be)
@@ -18772,8 +18784,8 @@ $i.exports;
18772
18784
  Qe = je[yt];
18773
18785
  var Gt = _[Qe], ln = N[Qe];
18774
18786
  if (ee)
18775
- var Br = Re ? ee(ln, Gt, Qe, N, _, be) : ee(Gt, ln, Qe, _, N, be);
18776
- if (!(Br === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Br)) {
18787
+ var Rr = Re ? ee(ln, Gt, Qe, N, _, be) : ee(Gt, ln, Qe, _, N, be);
18788
+ if (!(Rr === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Rr)) {
18777
18789
  at = !1;
18778
18790
  break;
18779
18791
  }
@@ -18786,7 +18798,7 @@ $i.exports;
18786
18798
  return be.delete(_), be.delete(N), at;
18787
18799
  }
18788
18800
  function an(_) {
18789
- return Pn(_, Rn, Ki);
18801
+ return Mn(_, Bn, Ki);
18790
18802
  }
18791
18803
  function St(_, N) {
18792
18804
  var F = _.__data__;
@@ -18807,7 +18819,7 @@ $i.exports;
18807
18819
  return ee && (N ? _[st] = F : delete _[st]), Ne;
18808
18820
  }
18809
18821
  var Ki = Mt ? function(_) {
18810
- return _ == null ? [] : (_ = Object(_), De(Mt(_), function(N) {
18822
+ return _ == null ? [] : (_ = Object(_), Me(Mt(_), function(N) {
18811
18823
  return Pt.call(_, N);
18812
18824
  }));
18813
18825
  } : Xi, Rt = on;
@@ -18819,7 +18831,7 @@ $i.exports;
18819
18831
  return k;
18820
18832
  case Ce:
18821
18833
  return v;
18822
- case ge:
18834
+ case me:
18823
18835
  return $;
18824
18836
  case Pe:
18825
18837
  return S;
@@ -18865,11 +18877,11 @@ $i.exports;
18865
18877
  return arguments;
18866
18878
  }()) ? Jn : function(_) {
18867
18879
  return Bt(_) && Le.call(_, "callee") && !Pt.call(_, "callee");
18868
- }, vn = Array.isArray;
18869
- function Dn(_) {
18870
- return _ != null && Ln(_.length) && !ni(_);
18880
+ }, mn = Array.isArray;
18881
+ function Ln(_) {
18882
+ return _ != null && Rn(_.length) && !ni(_);
18871
18883
  }
18872
- var yn = pt || Qi;
18884
+ var vn = pt || Qi;
18873
18885
  function Ji(_, N) {
18874
18886
  return Xn(_, N);
18875
18887
  }
@@ -18879,7 +18891,7 @@ $i.exports;
18879
18891
  var N = on(_);
18880
18892
  return N == u || N == b || N == f || N == p;
18881
18893
  }
18882
- function Ln(_) {
18894
+ function Rn(_) {
18883
18895
  return typeof _ == "number" && _ > -1 && _ % 1 == 0 && _ <= s;
18884
18896
  }
18885
18897
  function ii(_) {
@@ -18890,8 +18902,8 @@ $i.exports;
18890
18902
  return _ != null && typeof _ == "object";
18891
18903
  }
18892
18904
  var ri = Ie ? te(Ie) : Hi;
18893
- function Rn(_) {
18894
- return Dn(_) ? ji(_) : Vi(_);
18905
+ function Bn(_) {
18906
+ return Ln(_) ? ji(_) : Vi(_);
18895
18907
  }
18896
18908
  function Xi() {
18897
18909
  return [];
@@ -18901,10 +18913,10 @@ $i.exports;
18901
18913
  }
18902
18914
  t.exports = Ji;
18903
18915
  })($i, $i.exports);
18904
- var sa = $i.exports, Lr = {}, ua = et && et.__importDefault || function(t) {
18916
+ var sa = $i.exports, Dr = {}, ua = tt && tt.__importDefault || function(t) {
18905
18917
  return t && t.__esModule ? t : { default: t };
18906
18918
  };
18907
- Object.defineProperty(Lr, "__esModule", { value: !0 });
18919
+ Object.defineProperty(Dr, "__esModule", { value: !0 });
18908
18920
  var ih = ua(la), rh = ua(sa), _r;
18909
18921
  (function(t) {
18910
18922
  function n(i, s, l) {
@@ -18950,13 +18962,13 @@ var ih = ua(la), rh = ua(sa), _r;
18950
18962
  }
18951
18963
  t.transform = o;
18952
18964
  })(_r || (_r = {}));
18953
- Lr.default = _r;
18954
- var ci = {}, fi = {}, Oo;
18965
+ Dr.default = _r;
18966
+ var ci = {}, fi = {}, wo;
18955
18967
  function oh() {
18956
- if (Oo)
18968
+ if (wo)
18957
18969
  return fi;
18958
- Oo = 1;
18959
- var t = et && et.__importDefault || function(r) {
18970
+ wo = 1;
18971
+ var t = tt && tt.__importDefault || function(r) {
18960
18972
  return r && r.__esModule ? r : { default: r };
18961
18973
  };
18962
18974
  Object.defineProperty(fi, "__esModule", { value: !0 });
@@ -18998,12 +19010,12 @@ function oh() {
18998
19010
  );
18999
19011
  return fi.default = e, fi;
19000
19012
  }
19001
- var ko;
19013
+ var Oo;
19002
19014
  function da() {
19003
- if (ko)
19015
+ if (Oo)
19004
19016
  return ci;
19005
- ko = 1;
19006
- var t = et && et.__importDefault || function(r) {
19017
+ Oo = 1;
19018
+ var t = tt && tt.__importDefault || function(r) {
19007
19019
  return r && r.__esModule ? r : { default: r };
19008
19020
  };
19009
19021
  Object.defineProperty(ci, "__esModule", { value: !0 });
@@ -19019,9 +19031,9 @@ function da() {
19019
19031
  r.length = i;
19020
19032
  }(e || (e = {})), ci.default = e, ci;
19021
19033
  }
19022
- var Wn = et && et.__importDefault || function(t) {
19034
+ var Wn = tt && tt.__importDefault || function(t) {
19023
19035
  return t && t.__esModule ? t : { default: t };
19024
- }, hi = Wn(nh), ah = Wn(la), hr = Wn(sa), jn = Wn(Lr), lt = Wn(da()), lh = String.fromCharCode(0), sh = (
19036
+ }, hi = Wn(nh), ah = Wn(la), hr = Wn(sa), qn = Wn(Dr), lt = Wn(da()), lh = String.fromCharCode(0), sh = (
19025
19037
  /** @class */
19026
19038
  function() {
19027
19039
  function t(n) {
@@ -19101,7 +19113,7 @@ var Wn = et && et.__importDefault || function(t) {
19101
19113
  if (typeof h.retain == "number") {
19102
19114
  var d = {};
19103
19115
  typeof f.retain == "number" ? d.retain = c : d.insert = f.insert;
19104
- var a = jn.default.compose(f.attributes, h.attributes, typeof f.retain == "number");
19116
+ var a = qn.default.compose(f.attributes, h.attributes, typeof f.retain == "number");
19105
19117
  if (a && (d.attributes = a), l.push(d), !r.hasNext() && hr.default(l.ops[l.ops.length - 1], d)) {
19106
19118
  var u = new t(e.rest());
19107
19119
  return l.concat(u).chop();
@@ -19137,7 +19149,7 @@ var Wn = et && et.__importDefault || function(t) {
19137
19149
  case hi.default.EQUAL:
19138
19150
  h = Math.min(s.peekLength(), l.peekLength(), f);
19139
19151
  var d = s.next(h), a = l.next(h);
19140
- hr.default(d.insert, a.insert) ? o.retain(h, jn.default.diff(d.attributes, a.attributes)) : o.push(a).delete(h);
19152
+ hr.default(d.insert, a.insert) ? o.retain(h, qn.default.diff(d.attributes, a.attributes)) : o.push(a).delete(h);
19141
19153
  break;
19142
19154
  }
19143
19155
  f -= h;
@@ -19172,7 +19184,7 @@ var Wn = et && et.__importDefault || function(t) {
19172
19184
  if (o.delete || o.retain && o.attributes) {
19173
19185
  var i = o.delete || o.retain, s = n.slice(r, r + i);
19174
19186
  return s.forEach(function(l) {
19175
- o.delete ? e.push(l) : o.retain && o.attributes && e.retain(lt.default.length(l), jn.default.invert(o.attributes, l.attributes));
19187
+ o.delete ? e.push(l) : o.retain && o.attributes && e.retain(lt.default.length(l), qn.default.invert(o.attributes, l.attributes));
19176
19188
  }), r + i;
19177
19189
  }
19178
19190
  }
@@ -19190,7 +19202,7 @@ var Wn = et && et.__importDefault || function(t) {
19190
19202
  var l = Math.min(o.peekLength(), i.peekLength()), c = o.next(l), f = i.next(l);
19191
19203
  if (c.delete)
19192
19204
  continue;
19193
- f.delete ? s.push(f) : s.retain(l, jn.default.transform(c.attributes, f.attributes, e));
19205
+ f.delete ? s.push(f) : s.retain(l, qn.default.transform(c.attributes, f.attributes, e));
19194
19206
  }
19195
19207
  return s.chop();
19196
19208
  }, t.prototype.transformPosition = function(n, e) {
@@ -19205,7 +19217,7 @@ var Wn = et && et.__importDefault || function(t) {
19205
19217
  o += i;
19206
19218
  }
19207
19219
  return n;
19208
- }, t.Op = lt.default, t.AttributeMap = jn.default, t;
19220
+ }, t.Op = lt.default, t.AttributeMap = qn.default, t;
19209
19221
  }()
19210
19222
  ), uh = sh;
19211
19223
  const dh = /* @__PURE__ */ Ei(uh);
@@ -19220,7 +19232,7 @@ const dh = /* @__PURE__ */ Ei(uh);
19220
19232
  * Released under the MIT license
19221
19233
  * Date: 2023-05-12T08:44:03.742Z
19222
19234
  */
19223
- const Co = {
19235
+ const ko = {
19224
19236
  essential: [
19225
19237
  [{ header: [1, 2, 3, 4, 5, 6, !1] }],
19226
19238
  ["bold", "italic", "underline"],
@@ -19282,7 +19294,7 @@ const Co = {
19282
19294
  toolbar: {
19283
19295
  type: [String, Array, Object],
19284
19296
  required: !1,
19285
- validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(Co).indexOf(t) !== -1 : !0
19297
+ validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(ko).indexOf(t) !== -1 : !0
19286
19298
  },
19287
19299
  modules: {
19288
19300
  type: Object,
@@ -19313,7 +19325,7 @@ const Co = {
19313
19325
  e = null;
19314
19326
  });
19315
19327
  let e, r;
19316
- const o = jr(), i = () => {
19328
+ const o = Br(), i = () => {
19317
19329
  var O;
19318
19330
  if (o.value) {
19319
19331
  if (r = s(), t.modules)
@@ -19333,7 +19345,7 @@ const Co = {
19333
19345
  if (typeof t.toolbar == "object")
19334
19346
  return t.toolbar;
19335
19347
  if (typeof t.toolbar == "string")
19336
- return t.toolbar.charAt(0) === "#" ? t.toolbar : Co[t.toolbar];
19348
+ return t.toolbar.charAt(0) === "#" ? t.toolbar : ko[t.toolbar];
19337
19349
  })()
19338
19350
  }), t.modules) {
19339
19351
  const k = (() => {
@@ -19361,7 +19373,7 @@ const Co = {
19361
19373
  return !1;
19362
19374
  }, d = (O, k, x) => {
19363
19375
  f = l(m()), h(t.content) || n.emit("update:content", f), n.emit("textChange", { delta: O, oldContents: k, source: x });
19364
- }, a = jr(), u = (O, k, x) => {
19376
+ }, a = Br(), u = (O, k, x) => {
19365
19377
  a.value = !!(e != null && e.hasFocus()), n.emit("selectionChange", { range: O, oldRange: k, source: x });
19366
19378
  };
19367
19379
  er(a, (O) => {
@@ -19407,7 +19419,7 @@ const Co = {
19407
19419
  }, P = () => {
19408
19420
  e == null || e.focus();
19409
19421
  }, C = () => {
19410
- qr(() => {
19422
+ jr(() => {
19411
19423
  var O;
19412
19424
  !n.slots.toolbar && e && ((O = e.getModule("toolbar")) === null || O === void 0 || O.container.remove()), i();
19413
19425
  });
@@ -19416,7 +19428,7 @@ const Co = {
19416
19428
  if (!e || !O || h(O))
19417
19429
  return;
19418
19430
  const k = e.getSelection();
19419
- k && qr(() => e == null ? void 0 : e.setSelection(k)), $(O);
19431
+ k && jr(() => e == null ? void 0 : e.setSelection(k)), $(O);
19420
19432
  }, { deep: !0 }), er(() => t.enable, (O) => {
19421
19433
  e && e.enable(O);
19422
19434
  }), {
@@ -19445,7 +19457,7 @@ const Co = {
19445
19457
  }), fh = qt.import("formats/list"), hh = qt.import("formats/list/item"), ph = qt.import("parchment");
19446
19458
  class Ai extends hh {
19447
19459
  format(n, e) {
19448
- n === hn.blotName && !e ? this.replaceWith(ph.create(this.statics.scope)) : super.format(n, e);
19460
+ n === fn.blotName && !e ? this.replaceWith(ph.create(this.statics.scope)) : super.format(n, e);
19449
19461
  }
19450
19462
  clone() {
19451
19463
  const n = super.clone();
@@ -19454,7 +19466,7 @@ class Ai extends hh {
19454
19466
  }
19455
19467
  Ai.blotName = "alphabet-list-item";
19456
19468
  Ai.tagName = "LI";
19457
- class hn extends fh {
19469
+ class fn extends fh {
19458
19470
  static create() {
19459
19471
  const n = super.create("bullet");
19460
19472
  return n.setAttribute("type", "a"), n;
@@ -19463,11 +19475,11 @@ class hn extends fh {
19463
19475
  return "bullet";
19464
19476
  }
19465
19477
  }
19466
- hn.blotName = "alphabet-list";
19467
- hn.tagName = "OL";
19468
- hn.className = "alphabet-list";
19469
- hn.defaultChild = "alphabet-list-item";
19470
- hn.allowedChildren = [Ai];
19478
+ fn.blotName = "alphabet-list";
19479
+ fn.tagName = "OL";
19480
+ fn.className = "alphabet-list";
19481
+ fn.defaultChild = "alphabet-list-item";
19482
+ fn.allowedChildren = [Ai];
19471
19483
  const gh = `
19472
19484
  <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
19473
19485
  <path d="M6.31836 14.9023V5.09961H9.88672C10.9805 5.09961 11.8213 5.30013 12.4092 5.70117C12.9971 6.10221 13.291 6.66732 13.291 7.39648C13.291 7.92513 13.111 8.3877 12.751 8.78418C12.3955 9.18066 11.9398 9.45638 11.3838 9.61133V9.63867C12.0811 9.72526 12.637 9.98275 13.0518 10.4111C13.471 10.8395 13.6807 11.3613 13.6807 11.9766C13.6807 12.8743 13.3594 13.5876 12.7168 14.1162C12.0742 14.6403 11.1969 14.9023 10.085 14.9023H6.31836ZM8.52637 6.72656V9.05078H9.49707C9.9528 9.05078 10.3105 8.94141 10.5703 8.72266C10.8346 8.49935 10.9668 8.19401 10.9668 7.80664C10.9668 7.08659 10.429 6.72656 9.35352 6.72656H8.52637ZM8.52637 10.6914V13.2754H9.72266C10.2331 13.2754 10.6318 13.1569 10.9189 12.9199C11.2106 12.6829 11.3564 12.3594 11.3564 11.9492C11.3564 11.5573 11.2129 11.2497 10.9258 11.0264C10.6432 10.8031 10.2467 10.6914 9.73633 10.6914H8.52637Z" class="fill" fill="#1A1A1A"/>
@@ -19570,7 +19582,7 @@ wt.list.ordered = Ch;
19570
19582
  wt.list.bullet = Eh;
19571
19583
  wt["alphabet-list"] = Th;
19572
19584
  qt.register({
19573
- "formats/alphabet-list": hn,
19585
+ "formats/alphabet-list": fn,
19574
19586
  "formats/alphabet-list/item": Ai
19575
19587
  });
19576
19588
  qt.register(wt);
@@ -19681,7 +19693,7 @@ const Sh = {
19681
19693
  components: {
19682
19694
  QuillEditor: ch,
19683
19695
  IbIconButton: Nt,
19684
- IbAlert: fn,
19696
+ IbAlert: cn,
19685
19697
  IbCharacterCount: Vo
19686
19698
  }
19687
19699
  }, xh = {
@@ -19695,7 +19707,7 @@ const Sh = {
19695
19707
  function Lh(t, n, e, r, o, i) {
19696
19708
  const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
19697
19709
  return G(), ne("div", {
19698
- class: me(["textarea-wrapper", {
19710
+ class: ve(["textarea-wrapper", {
19699
19711
  error: i.characterOverLimit || e.error || e.errorMessage.length,
19700
19712
  focus: o.isFocus,
19701
19713
  disable: e.disable
@@ -19715,7 +19727,7 @@ function Lh(t, n, e, r, o, i) {
19715
19727
  ]),
19716
19728
  _: 1
19717
19729
  })) : he("", !0),
19718
- Me(ve(l, { class: "error-message" }, {
19730
+ De(ge(l, { class: "error-message" }, {
19719
19731
  default: ye(() => [
19720
19732
  Ge($e(e.characterLimitErrorMessage), 1)
19721
19733
  ]),
@@ -19724,14 +19736,14 @@ function Lh(t, n, e, r, o, i) {
19724
19736
  [Ke, e.characterLimitErrorMessage.length && i.characterOverLimit]
19725
19737
  ]),
19726
19738
  ae("div", {
19727
- class: me(["ib-text-editor-wrapper", { disable: e.disable }])
19739
+ class: ve(["ib-text-editor-wrapper", { disable: e.disable }])
19728
19740
  }, [
19729
19741
  ae("div", {
19730
19742
  class: "ib-text-editor",
19731
- style: On({ height: e.height ? e.height + "px" : "" }),
19743
+ style: wn({ height: e.height ? e.height + "px" : "" }),
19732
19744
  ref: "wrapper"
19733
19745
  }, [
19734
- ve(c, {
19746
+ ge(c, {
19735
19747
  onTextChange: i.onChange,
19736
19748
  onBlur: i.onBlur,
19737
19749
  onFocus: i.onFocus,
@@ -19747,67 +19759,67 @@ function Lh(t, n, e, r, o, i) {
19747
19759
  ae("div", xh, [
19748
19760
  Ah,
19749
19761
  ae("div", Nh, [
19750
- ve(f, {
19762
+ ge(f, {
19751
19763
  class: "toolbar-item ql-bold",
19752
19764
  kind: "ghost"
19753
19765
  }),
19754
- ve(f, {
19766
+ ge(f, {
19755
19767
  class: "toolbar-item ql-italic",
19756
19768
  kind: "ghost"
19757
19769
  }),
19758
- ve(f, {
19770
+ ge(f, {
19759
19771
  class: "toolbar-item ql-underline",
19760
19772
  kind: "ghost"
19761
19773
  }),
19762
- ve(f, {
19774
+ ge(f, {
19763
19775
  class: "toolbar-item ql-strike",
19764
19776
  kind: "ghost"
19765
19777
  })
19766
19778
  ]),
19767
19779
  Ih,
19768
19780
  ae("div", Ph, [
19769
- ve(f, {
19781
+ ge(f, {
19770
19782
  class: "toolbar-item ql-code-block",
19771
19783
  kind: "ghost"
19772
19784
  }),
19773
- ve(f, {
19785
+ ge(f, {
19774
19786
  class: "toolbar-item ql-link",
19775
19787
  kind: "ghost"
19776
19788
  })
19777
19789
  ]),
19778
19790
  ae("div", Mh, [
19779
- ve(f, {
19791
+ ge(f, {
19780
19792
  class: "toolbar-item ql-align",
19781
19793
  kind: "ghost"
19782
19794
  }),
19783
- ve(f, {
19795
+ ge(f, {
19784
19796
  class: "ql-align toolbar-item",
19785
19797
  value: "center",
19786
19798
  kind: "ghost"
19787
19799
  }),
19788
- ve(f, {
19800
+ ge(f, {
19789
19801
  class: "ql-align toolbar-item",
19790
19802
  value: "right",
19791
19803
  kind: "ghost"
19792
19804
  }),
19793
- ve(f, {
19805
+ ge(f, {
19794
19806
  class: "ql-align toolbar-item",
19795
19807
  value: "justify",
19796
19808
  kind: "ghost"
19797
19809
  })
19798
19810
  ]),
19799
19811
  ae("div", Dh, [
19800
- ve(f, {
19812
+ ge(f, {
19801
19813
  class: "ql-list toolbar-item",
19802
19814
  value: "ordered",
19803
19815
  kind: "ghost"
19804
19816
  }),
19805
- ve(f, {
19817
+ ge(f, {
19806
19818
  class: "ql-list toolbar-item",
19807
19819
  value: "bullet",
19808
19820
  kind: "ghost"
19809
19821
  }),
19810
- ve(f, {
19822
+ ge(f, {
19811
19823
  class: "ql-alphabet-list alphabet-list toolbar-item",
19812
19824
  kind: "ghost"
19813
19825
  })
@@ -19828,9 +19840,9 @@ const Rh = {
19828
19840
  function qh(t, n, e, r, o, i) {
19829
19841
  return G(), ne("div", Bh, [
19830
19842
  ae("table", jh, [
19831
- i.hasThead ? Se(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
19843
+ i.hasThead ? Ee(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
19832
19844
  ae("tbody", null, [
19833
- Se(t.$slots, "tbody", {}, void 0, !0)
19845
+ Ee(t.$slots, "tbody", {}, void 0, !0)
19834
19846
  ])
19835
19847
  ])
19836
19848
  ]);
@@ -19841,7 +19853,7 @@ const Fh = {
19841
19853
  }, Hh = { class: "ib-tr" };
19842
19854
  function Vh(t, n, e, r, o, i) {
19843
19855
  return G(), ne("tr", Hh, [
19844
- Se(t.$slots, "default", { ref: "row" })
19856
+ Ee(t.$slots, "default", { ref: "row" })
19845
19857
  ]);
19846
19858
  }
19847
19859
  const $1 = /* @__PURE__ */ Ae(Fh, [["render", Vh]]);
@@ -19874,7 +19886,7 @@ function Kh(t, n, e, r, o, i) {
19874
19886
  class: "ib-cell"
19875
19887
  }, this.attr), [
19876
19888
  ae("div", zh, [
19877
- Se(t.$slots, "default", {}, void 0, !0)
19889
+ Ee(t.$slots, "default", {}, void 0, !0)
19878
19890
  ])
19879
19891
  ], 16);
19880
19892
  }
@@ -19903,32 +19915,32 @@ function Wh(t, n, e, r, o, i) {
19903
19915
  class: "ib-checkbox-cell"
19904
19916
  }, {
19905
19917
  default: ye(() => [
19906
- ve(s, { "is-checked": e.isChecked }, null, 8, ["is-checked"])
19918
+ ge(s, { "is-checked": e.isChecked }, null, 8, ["is-checked"])
19907
19919
  ]),
19908
19920
  _: 1
19909
19921
  }, 8, ["fixed"]);
19910
19922
  }
19911
- const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]), Rr = new Ro(), Eo = (t, n) => {
19923
+ const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]), Lr = new Lo(), Co = (t, n) => {
19912
19924
  if (qo(t)) {
19913
19925
  const e = {
19914
19926
  title: n.value.title || "",
19915
19927
  text: typeof n.value == "object" ? n.value.text : n.value
19916
19928
  };
19917
- Rr.createTooltip(t, e);
19929
+ Lr.createTooltip(t, e);
19918
19930
  }
19919
- }, To = () => {
19920
- Rr.destroyTooltip();
19931
+ }, Eo = () => {
19932
+ Lr.destroyTooltip();
19921
19933
  }, O1 = {
19922
19934
  mounted(t, n) {
19923
- t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
19935
+ t.addEventListener("mouseenter", () => Co(t, n)), t.addEventListener("mouseleave", Eo);
19924
19936
  },
19925
19937
  beforeUnmount(t, n) {
19926
- Rr.destroyTooltip(), t.removeEventListener("mouseenter", () => Eo(t, n)), t.removeEventListener("mouseleave", To);
19938
+ Lr.destroyTooltip(), t.removeEventListener("mouseenter", () => Co(t, n)), t.removeEventListener("mouseleave", Eo);
19927
19939
  }
19928
19940
  };
19929
19941
  export {
19930
19942
  Jh as IbAccordion,
19931
- fn as IbAlert,
19943
+ cn as IbAlert,
19932
19944
  Xh as IbAvatar,
19933
19945
  Qh as IbBadge,
19934
19946
  s1 as IbBreadcrumbs,
@@ -19940,7 +19952,7 @@ export {
19940
19952
  p1 as IbCheckboxGroup,
19941
19953
  v1 as IbDatePicker,
19942
19954
  Cr as IbDropdown,
19943
- Do as IbDropdownItem,
19955
+ Mo as IbDropdownItem,
19944
19956
  Tr as IbDropdownList,
19945
19957
  h1 as IbFormGroup,
19946
19958
  Xe as IbIcon,
@@ -19969,9 +19981,9 @@ export {
19969
19981
  m1 as IbTextarea,
19970
19982
  Ws as IbToggle,
19971
19983
  cl as IbToggleTip,
19972
- Yn as IbTooltip,
19984
+ kn as IbTooltip,
19973
19985
  cu as IbTreeSelect,
19974
19986
  kr as OutsideDirective,
19975
19987
  O1 as TextOverflowTooltipDirective,
19976
- Sr as TooltipDirective
19988
+ Ro as TooltipDirective
19977
19989
  };