@avakhula/ui 0.0.83 → 0.0.84
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 +624 -615
- package/dist/index.umd.cjs +33 -33
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Avatar/Avatar.stories.js +23 -0
- package/src/components/Avatar/Avatar.vue +11 -3
- package/src/components/Avatar/constants.js +4 -0
- package/src/components/Modal/Modal.vue +1 -1
- package/src/components/TreeSelect/Select.stories.js +1 -79
- package/src/directives/tooltip/readme.mdx +17 -0
- package/src/directives/tooltip/tooltip.stories.js +30 -0
package/dist/index.js
CHANGED
|
@@ -116,7 +116,7 @@ function $a(t, n, e, i, o, r) {
|
|
|
116
116
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
117
117
|
], 2);
|
|
118
118
|
}
|
|
119
|
-
const
|
|
119
|
+
const Vh = /* @__PURE__ */ Ae(ba, [["render", $a], ["__scopeId", "data-v-e0e1eb8e"]]), sn = {
|
|
120
120
|
primary: "primary",
|
|
121
121
|
secondary: "secondary",
|
|
122
122
|
tertiary: "tertiary",
|
|
@@ -546,19 +546,28 @@ function Ua(t, n, e, i, o, r) {
|
|
|
546
546
|
}, 8, ["onClick"])) : he("", !0)
|
|
547
547
|
], 2);
|
|
548
548
|
}
|
|
549
|
-
const dn = /* @__PURE__ */ Ae(Ba, [["render", Ua], ["__scopeId", "data-v-3ebe8cc8"]])
|
|
550
|
-
|
|
549
|
+
const dn = /* @__PURE__ */ Ae(Ba, [["render", Ua], ["__scopeId", "data-v-3ebe8cc8"]]), za = {
|
|
550
|
+
M: "m",
|
|
551
|
+
L: "l"
|
|
552
|
+
};
|
|
553
|
+
const Ka = {
|
|
551
554
|
name: "IbAvatar",
|
|
552
555
|
props: {
|
|
553
|
-
name:
|
|
554
|
-
|
|
556
|
+
name: {
|
|
557
|
+
type: String,
|
|
558
|
+
default: ""
|
|
559
|
+
},
|
|
560
|
+
src: {
|
|
561
|
+
type: String,
|
|
562
|
+
default: ""
|
|
563
|
+
},
|
|
555
564
|
userAvatar: {
|
|
556
565
|
type: Boolean,
|
|
557
566
|
default: !1
|
|
558
567
|
},
|
|
559
568
|
size: {
|
|
560
569
|
type: String,
|
|
561
|
-
default:
|
|
570
|
+
default: za.M
|
|
562
571
|
}
|
|
563
572
|
},
|
|
564
573
|
computed: {
|
|
@@ -573,15 +582,15 @@ const za = {
|
|
|
573
582
|
components: {
|
|
574
583
|
IbIcon: Xe
|
|
575
584
|
}
|
|
576
|
-
},
|
|
577
|
-
function
|
|
585
|
+
}, Ga = ["src", "alt"];
|
|
586
|
+
function Ya(t, n, e, i, o, r) {
|
|
578
587
|
const l = ce("ib-icon");
|
|
579
588
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
580
589
|
key: 0,
|
|
581
590
|
class: ve(r.classList),
|
|
582
591
|
src: e.src,
|
|
583
592
|
alt: e.name
|
|
584
|
-
}, null, 10,
|
|
593
|
+
}, null, 10, Ga)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
585
594
|
key: 1,
|
|
586
595
|
class: ve(["user-avatar", r.classList]),
|
|
587
596
|
style: wn({
|
|
@@ -597,8 +606,8 @@ function Ga(t, n, e, i, o, r) {
|
|
|
597
606
|
ge(l, { name: "camera-outline" })
|
|
598
607
|
], 2));
|
|
599
608
|
}
|
|
600
|
-
const
|
|
601
|
-
const
|
|
609
|
+
const Uh = /* @__PURE__ */ Ae(Ka, [["render", Ya], ["__scopeId", "data-v-842a0cd1"]]);
|
|
610
|
+
const Wa = {
|
|
602
611
|
name: "IbBadge",
|
|
603
612
|
props: {
|
|
604
613
|
content: {
|
|
@@ -616,21 +625,21 @@ const Ya = {
|
|
|
616
625
|
}
|
|
617
626
|
}
|
|
618
627
|
};
|
|
619
|
-
function
|
|
628
|
+
function Za(t, n, e, i, o, r) {
|
|
620
629
|
return G(), ne("span", {
|
|
621
630
|
class: ve(r.classes)
|
|
622
631
|
}, we(r.normalizeContent), 3);
|
|
623
632
|
}
|
|
624
|
-
const
|
|
625
|
-
const
|
|
633
|
+
const zh = /* @__PURE__ */ Ae(Wa, [["render", Za], ["__scopeId", "data-v-328df75a"]]);
|
|
634
|
+
const Ja = {
|
|
626
635
|
name: "IbButtonGroup"
|
|
627
|
-
},
|
|
628
|
-
function
|
|
629
|
-
return G(), ne("div",
|
|
636
|
+
}, Xa = { class: "ib-button-group" };
|
|
637
|
+
function Qa(t, n, e, i, o, r) {
|
|
638
|
+
return G(), ne("div", Xa, [
|
|
630
639
|
Te(t.$slots, "default")
|
|
631
640
|
]);
|
|
632
641
|
}
|
|
633
|
-
const
|
|
642
|
+
const Kh = /* @__PURE__ */ Ae(Ja, [["render", Qa]]), vn = {
|
|
634
643
|
success: "success",
|
|
635
644
|
neutral: "neutral",
|
|
636
645
|
info: "info",
|
|
@@ -639,7 +648,7 @@ const zh = /* @__PURE__ */ Ae(Za, [["render", Xa]]), vn = {
|
|
|
639
648
|
favorite: "favorite",
|
|
640
649
|
pending: "pending"
|
|
641
650
|
};
|
|
642
|
-
const
|
|
651
|
+
const el = {
|
|
643
652
|
props: {
|
|
644
653
|
status: {
|
|
645
654
|
type: String,
|
|
@@ -673,7 +682,7 @@ const Qa = {
|
|
|
673
682
|
},
|
|
674
683
|
components: { IbIcon: Xe }
|
|
675
684
|
};
|
|
676
|
-
function
|
|
685
|
+
function tl(t, n, e, i, o, r) {
|
|
677
686
|
const l = ce("ib-icon");
|
|
678
687
|
return G(), ne("div", {
|
|
679
688
|
class: ve(r.classes)
|
|
@@ -687,7 +696,7 @@ function el(t, n, e, i, o, r) {
|
|
|
687
696
|
])
|
|
688
697
|
], 2);
|
|
689
698
|
}
|
|
690
|
-
const
|
|
699
|
+
const Gh = /* @__PURE__ */ Ae(el, [["render", tl], ["__scopeId", "data-v-3604890c"]]), nl = {
|
|
691
700
|
topLeft: "top-left",
|
|
692
701
|
topCenter: "top-center",
|
|
693
702
|
topRight: "top-right",
|
|
@@ -701,12 +710,12 @@ const Kh = /* @__PURE__ */ Ae(Qa, [["render", el], ["__scopeId", "data-v-3604890
|
|
|
701
710
|
leftCenter: "left-center",
|
|
702
711
|
leftBottom: "left-bottom"
|
|
703
712
|
};
|
|
704
|
-
const
|
|
713
|
+
const rl = {
|
|
705
714
|
name: "IbTooltip",
|
|
706
715
|
props: {
|
|
707
716
|
position: {
|
|
708
717
|
type: String,
|
|
709
|
-
default:
|
|
718
|
+
default: nl.topCenter
|
|
710
719
|
},
|
|
711
720
|
title: {
|
|
712
721
|
type: String
|
|
@@ -749,15 +758,15 @@ const nl = {
|
|
|
749
758
|
IbIconButton: Tt,
|
|
750
759
|
IbIcon: Xe
|
|
751
760
|
}
|
|
752
|
-
},
|
|
753
|
-
function
|
|
761
|
+
}, il = { class: "ib-toggle-tip-head" }, ol = { class: "ib-toggle-tip-content" }, al = { class: "ib-toggle-tip-button-set" };
|
|
762
|
+
function ll(t, n, e, i, o, r) {
|
|
754
763
|
const l = ce("ib-icon"), a = ce("ib-icon-button");
|
|
755
764
|
return G(), $e(_r, null, {
|
|
756
765
|
default: be(() => [
|
|
757
766
|
Ve(ae("div", {
|
|
758
767
|
class: ve(r.classes)
|
|
759
768
|
}, [
|
|
760
|
-
ae("div",
|
|
769
|
+
ae("div", il, [
|
|
761
770
|
ae("p", null, we(e.title), 1),
|
|
762
771
|
ge(a, {
|
|
763
772
|
class: "close-button",
|
|
@@ -770,10 +779,10 @@ function al(t, n, e, i, o, r) {
|
|
|
770
779
|
_: 1
|
|
771
780
|
}, 8, ["onClick"])
|
|
772
781
|
]),
|
|
773
|
-
ae("div",
|
|
782
|
+
ae("div", ol, [
|
|
774
783
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
775
784
|
]),
|
|
776
|
-
ae("div",
|
|
785
|
+
ae("div", al, [
|
|
777
786
|
Te(t.$slots, "buttons", {}, void 0, !0)
|
|
778
787
|
])
|
|
779
788
|
], 2), [
|
|
@@ -783,7 +792,7 @@ function al(t, n, e, i, o, r) {
|
|
|
783
792
|
_: 3
|
|
784
793
|
});
|
|
785
794
|
}
|
|
786
|
-
const
|
|
795
|
+
const Yh = /* @__PURE__ */ Ae(rl, [["render", ll], ["__scopeId", "data-v-9e7c679e"]]), $i = 27, Ao = 32, sl = 13, Fi = 9, ul = 38, dl = 37, cl = 39, No = 40, fl = "click", { performance: or } = window, hl = typeof (or == null ? void 0 : or.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => or.now() : () => Date.now(), qn = /* @__PURE__ */ new Map();
|
|
787
796
|
let Fn = !1;
|
|
788
797
|
const Io = (t) => {
|
|
789
798
|
qn.forEach(({ bindTimeStamp: n, callback: e }, i) => {
|
|
@@ -794,11 +803,11 @@ const Io = (t) => {
|
|
|
794
803
|
console.error(o);
|
|
795
804
|
}
|
|
796
805
|
});
|
|
797
|
-
}, hl = () => {
|
|
798
|
-
Fn || (document.addEventListener("click", Io, { capture: !0 }), Fn = !0);
|
|
799
806
|
}, pl = () => {
|
|
807
|
+
Fn || (document.addEventListener("click", Io, { capture: !0 }), Fn = !0);
|
|
808
|
+
}, gl = () => {
|
|
800
809
|
Fn && (document.removeEventListener("click", Io), Fn = !1);
|
|
801
|
-
},
|
|
810
|
+
}, ml = (t, { value: n, arg: e = "click" }) => {
|
|
802
811
|
if (typeof n != "function")
|
|
803
812
|
throw new Error(
|
|
804
813
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -807,15 +816,15 @@ const Io = (t) => {
|
|
|
807
816
|
throw new Error(
|
|
808
817
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
809
818
|
);
|
|
810
|
-
qn.has(t) || (Fn ||
|
|
811
|
-
bindTimeStamp:
|
|
819
|
+
qn.has(t) || (Fn || pl(), qn.set(t, {
|
|
820
|
+
bindTimeStamp: hl(),
|
|
812
821
|
callback: n
|
|
813
822
|
}));
|
|
814
|
-
},
|
|
815
|
-
qn.delete(t), qn.size === 0 &&
|
|
823
|
+
}, vl = (t) => {
|
|
824
|
+
qn.delete(t), qn.size === 0 && gl();
|
|
816
825
|
}, wi = {
|
|
817
|
-
created:
|
|
818
|
-
beforeUnmount:
|
|
826
|
+
created: ml,
|
|
827
|
+
beforeUnmount: vl
|
|
819
828
|
}, Bn = {
|
|
820
829
|
left: "left",
|
|
821
830
|
right: "right",
|
|
@@ -824,7 +833,7 @@ const Io = (t) => {
|
|
|
824
833
|
top: "top",
|
|
825
834
|
bottom: "bottom"
|
|
826
835
|
};
|
|
827
|
-
const
|
|
836
|
+
const yl = {
|
|
828
837
|
name: "IbDropdown",
|
|
829
838
|
directives: { Outside: wi },
|
|
830
839
|
props: {
|
|
@@ -857,7 +866,7 @@ const vl = {
|
|
|
857
866
|
},
|
|
858
867
|
triggerType: {
|
|
859
868
|
type: String,
|
|
860
|
-
default:
|
|
869
|
+
default: fl
|
|
861
870
|
},
|
|
862
871
|
destroyOnHide: {
|
|
863
872
|
type: Boolean,
|
|
@@ -882,7 +891,7 @@ const vl = {
|
|
|
882
891
|
},
|
|
883
892
|
methods: {
|
|
884
893
|
onKeydown(t) {
|
|
885
|
-
(t.keyCode ===
|
|
894
|
+
(t.keyCode === sl || t.keyCode === Ao) && (t.preventDefault(), this.toggle()), t.keyCode === No && (t.preventDefault(), this.open());
|
|
886
895
|
},
|
|
887
896
|
onKeyupDocument(t) {
|
|
888
897
|
t.keyCode === $i && (t.preventDefault(), this.close());
|
|
@@ -931,10 +940,10 @@ const vl = {
|
|
|
931
940
|
beforeUnmount() {
|
|
932
941
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
933
942
|
}
|
|
934
|
-
},
|
|
935
|
-
function
|
|
943
|
+
}, bl = { class: "ib-dropdown" }, _l = { class: "footer-slot" };
|
|
944
|
+
function $l(t, n, e, i, o, r) {
|
|
936
945
|
const l = wr("outside");
|
|
937
|
-
return Ve((G(), ne("div",
|
|
946
|
+
return Ve((G(), ne("div", bl, [
|
|
938
947
|
r.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
939
948
|
key: 0,
|
|
940
949
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
@@ -970,7 +979,7 @@ function _l(t, n, e, i, o, r) {
|
|
|
970
979
|
Te(t.$slots, "close", {}, void 0, !0)
|
|
971
980
|
])) : he("", !0)
|
|
972
981
|
]),
|
|
973
|
-
ae("div",
|
|
982
|
+
ae("div", _l, [
|
|
974
983
|
Te(t.$slots, "footerslot", {}, void 0, !0)
|
|
975
984
|
])
|
|
976
985
|
], 2)), [
|
|
@@ -986,8 +995,8 @@ function _l(t, n, e, i, o, r) {
|
|
|
986
995
|
[l, r.close]
|
|
987
996
|
]);
|
|
988
997
|
}
|
|
989
|
-
const Oi = /* @__PURE__ */ Ae(
|
|
990
|
-
const
|
|
998
|
+
const Oi = /* @__PURE__ */ Ae(yl, [["render", $l], ["__scopeId", "data-v-8b99209c"]]);
|
|
999
|
+
const wl = {
|
|
991
1000
|
name: "IbList",
|
|
992
1001
|
data() {
|
|
993
1002
|
return {
|
|
@@ -1014,7 +1023,7 @@ const $l = {
|
|
|
1014
1023
|
const f = (i = (e = l.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : i.nextElementSibling.childNodes[0];
|
|
1015
1024
|
f && f.nodeName !== "#text" && f.focus();
|
|
1016
1025
|
}
|
|
1017
|
-
if (t.keyCode ===
|
|
1026
|
+
if (t.keyCode === ul) {
|
|
1018
1027
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1019
1028
|
return;
|
|
1020
1029
|
t.preventDefault();
|
|
@@ -1040,7 +1049,7 @@ const $l = {
|
|
|
1040
1049
|
}
|
|
1041
1050
|
}
|
|
1042
1051
|
};
|
|
1043
|
-
function
|
|
1052
|
+
function Ol(t, n, e, i, o, r) {
|
|
1044
1053
|
return G(), ne("ul", {
|
|
1045
1054
|
class: ve(o.rootClass),
|
|
1046
1055
|
onKeydown: n[0] || (n[0] = (...l) => r.onKeydown && r.onKeydown(...l))
|
|
@@ -1048,8 +1057,8 @@ function wl(t, n, e, i, o, r) {
|
|
|
1048
1057
|
Te(t.$slots, "default")
|
|
1049
1058
|
], 34);
|
|
1050
1059
|
}
|
|
1051
|
-
const ki = /* @__PURE__ */ Ae(
|
|
1052
|
-
const
|
|
1060
|
+
const ki = /* @__PURE__ */ Ae(wl, [["render", Ol]]);
|
|
1061
|
+
const kl = {
|
|
1053
1062
|
props: {
|
|
1054
1063
|
vertical: {
|
|
1055
1064
|
type: String,
|
|
@@ -1091,10 +1100,10 @@ const Ol = {
|
|
|
1091
1100
|
IbDropdown: Oi,
|
|
1092
1101
|
IbList: ki
|
|
1093
1102
|
}
|
|
1094
|
-
},
|
|
1095
|
-
function
|
|
1103
|
+
}, Cl = { class: "dropdown-list-wrapper" };
|
|
1104
|
+
function El(t, n, e, i, o, r) {
|
|
1096
1105
|
const l = ce("ib-list"), a = ce("ib-dropdown");
|
|
1097
|
-
return G(), ne("div",
|
|
1106
|
+
return G(), ne("div", Cl, [
|
|
1098
1107
|
ge(a, Et({
|
|
1099
1108
|
horizontal: e.horizontal,
|
|
1100
1109
|
vertical: e.vertical,
|
|
@@ -1128,8 +1137,8 @@ function Cl(t, n, e, i, o, r) {
|
|
|
1128
1137
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1129
1138
|
]);
|
|
1130
1139
|
}
|
|
1131
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
1132
|
-
const
|
|
1140
|
+
const Ci = /* @__PURE__ */ Ae(kl, [["render", El]]);
|
|
1141
|
+
const Sl = {
|
|
1133
1142
|
props: {
|
|
1134
1143
|
checked: {
|
|
1135
1144
|
type: Boolean,
|
|
@@ -1147,9 +1156,9 @@ const El = {
|
|
|
1147
1156
|
return this.href && (t.href = this.href), t;
|
|
1148
1157
|
}
|
|
1149
1158
|
}
|
|
1150
|
-
},
|
|
1151
|
-
function
|
|
1152
|
-
return G(), ne("li",
|
|
1159
|
+
}, xl = { class: "dropdown-item-wrapper" };
|
|
1160
|
+
function Tl(t, n, e, i, o, r) {
|
|
1161
|
+
return G(), ne("li", xl, [
|
|
1153
1162
|
(G(), $e($r(e.href ? "a" : "div"), Et({
|
|
1154
1163
|
class: e.checked ? "active" : ""
|
|
1155
1164
|
}, r.attrs, { tabindex: "0" }), {
|
|
@@ -1160,14 +1169,14 @@ function xl(t, n, e, i, o, r) {
|
|
|
1160
1169
|
}, 16, ["class"]))
|
|
1161
1170
|
]);
|
|
1162
1171
|
}
|
|
1163
|
-
const Po = /* @__PURE__ */ Ae(
|
|
1172
|
+
const Po = /* @__PURE__ */ Ae(Sl, [["render", Tl]]), Al = {
|
|
1164
1173
|
common: "common",
|
|
1165
1174
|
danger: "danger"
|
|
1166
1175
|
};
|
|
1167
1176
|
function Jt() {
|
|
1168
1177
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
1169
1178
|
}
|
|
1170
|
-
const
|
|
1179
|
+
const Nl = {
|
|
1171
1180
|
name: "IbSplitButton",
|
|
1172
1181
|
props: {
|
|
1173
1182
|
id: {
|
|
@@ -1176,7 +1185,7 @@ const Al = {
|
|
|
1176
1185
|
},
|
|
1177
1186
|
kind: {
|
|
1178
1187
|
type: String,
|
|
1179
|
-
default:
|
|
1188
|
+
default: Al.common
|
|
1180
1189
|
},
|
|
1181
1190
|
disabled: {
|
|
1182
1191
|
type: Boolean,
|
|
@@ -1228,8 +1237,8 @@ const Al = {
|
|
|
1228
1237
|
this.setActiveItem();
|
|
1229
1238
|
}
|
|
1230
1239
|
}
|
|
1231
|
-
},
|
|
1232
|
-
function
|
|
1240
|
+
}, Il = ["disabled"], Pl = ["disabled"], Ml = ["disabled"], Dl = { ref: "list" };
|
|
1241
|
+
function Ll(t, n, e, i, o, r) {
|
|
1233
1242
|
const l = ce("ib-icon"), a = ce("ib-dropdown-list");
|
|
1234
1243
|
return G(), ne("div", {
|
|
1235
1244
|
class: ve(r.classes)
|
|
@@ -1238,11 +1247,11 @@ function Dl(t, n, e, i, o, r) {
|
|
|
1238
1247
|
key: 1,
|
|
1239
1248
|
disabled: e.disabled,
|
|
1240
1249
|
class: ["split-button-main", { disabled: e.disabled }]
|
|
1241
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1250
|
+
}, o.mainButtonAttrs), we(o.content), 17, Pl)) : (G(), ne("button", Et({
|
|
1242
1251
|
key: 0,
|
|
1243
1252
|
disabled: e.disabled,
|
|
1244
1253
|
class: "split-button-main"
|
|
1245
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1254
|
+
}, o.mainButtonAttrs), we(o.content), 17, Il)),
|
|
1246
1255
|
ge(a, {
|
|
1247
1256
|
disabled: e.disabled,
|
|
1248
1257
|
closeOnClick: !0
|
|
@@ -1253,10 +1262,10 @@ function Dl(t, n, e, i, o, r) {
|
|
|
1253
1262
|
class: "split-button-menu-trigger"
|
|
1254
1263
|
}, [
|
|
1255
1264
|
ge(l, { name: "chevron-down-outline" })
|
|
1256
|
-
], 8,
|
|
1265
|
+
], 8, Ml)
|
|
1257
1266
|
]),
|
|
1258
1267
|
body: be(() => [
|
|
1259
|
-
ae("div",
|
|
1268
|
+
ae("div", Dl, [
|
|
1260
1269
|
Te(t.$slots, "default")
|
|
1261
1270
|
], 512)
|
|
1262
1271
|
]),
|
|
@@ -1264,8 +1273,8 @@ function Dl(t, n, e, i, o, r) {
|
|
|
1264
1273
|
}, 8, ["disabled"])
|
|
1265
1274
|
], 2);
|
|
1266
1275
|
}
|
|
1267
|
-
const
|
|
1268
|
-
const
|
|
1276
|
+
const Wh = /* @__PURE__ */ Ae(Nl, [["render", Ll]]);
|
|
1277
|
+
const Rl = {
|
|
1269
1278
|
props: {
|
|
1270
1279
|
href: {
|
|
1271
1280
|
type: String,
|
|
@@ -1279,7 +1288,7 @@ const Ll = {
|
|
|
1279
1288
|
}
|
|
1280
1289
|
}
|
|
1281
1290
|
};
|
|
1282
|
-
function
|
|
1291
|
+
function Bl(t, n, e, i, o, r) {
|
|
1283
1292
|
return G(), $e($r(e.href.length ? "a" : "button"), Et(r.attrs, { class: "ib-dropdown-item" }), {
|
|
1284
1293
|
default: be(() => [
|
|
1285
1294
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1287,13 +1296,13 @@ function Rl(t, n, e, i, o, r) {
|
|
|
1287
1296
|
_: 3
|
|
1288
1297
|
}, 16);
|
|
1289
1298
|
}
|
|
1290
|
-
const
|
|
1299
|
+
const Zh = /* @__PURE__ */ Ae(Rl, [["render", Bl], ["__scopeId", "data-v-4cf00feb"]]), Kt = {
|
|
1291
1300
|
S: "s",
|
|
1292
1301
|
M: "m",
|
|
1293
1302
|
L: "l",
|
|
1294
1303
|
XL: "xl"
|
|
1295
1304
|
};
|
|
1296
|
-
const
|
|
1305
|
+
const jl = {
|
|
1297
1306
|
name: "IbModal",
|
|
1298
1307
|
directives: { Outside: wi },
|
|
1299
1308
|
emits: {
|
|
@@ -1340,7 +1349,7 @@ const Bl = {
|
|
|
1340
1349
|
r.keyCode === Fi && !r.shiftKey && (r.preventDefault(), t[0].focus());
|
|
1341
1350
|
}
|
|
1342
1351
|
), document.addEventListener("keydown", (r) => {
|
|
1343
|
-
r.keyCode === $i && !this.stopPropagation && this.close();
|
|
1352
|
+
r.keyCode === $i && !this.stopPropagation && this.active && this.close();
|
|
1344
1353
|
});
|
|
1345
1354
|
},
|
|
1346
1355
|
data() {
|
|
@@ -1394,14 +1403,14 @@ const Bl = {
|
|
|
1394
1403
|
beforeUnmount() {
|
|
1395
1404
|
this.isActive && this.close();
|
|
1396
1405
|
}
|
|
1397
|
-
},
|
|
1406
|
+
}, ql = {
|
|
1398
1407
|
key: 1,
|
|
1399
1408
|
class: "modal-header"
|
|
1400
|
-
},
|
|
1409
|
+
}, Fl = {
|
|
1401
1410
|
key: 2,
|
|
1402
1411
|
class: "modal-footer"
|
|
1403
1412
|
};
|
|
1404
|
-
function
|
|
1413
|
+
function Hl(t, n, e, i, o, r) {
|
|
1405
1414
|
const l = ce("ib-icon"), a = ce("ib-icon-button"), d = wr("outside");
|
|
1406
1415
|
return G(), ne(rt, null, [
|
|
1407
1416
|
r.hasTrigger ? (G(), ne("div", {
|
|
@@ -1433,7 +1442,7 @@ function Fl(t, n, e, i, o, r) {
|
|
|
1433
1442
|
]),
|
|
1434
1443
|
_: 1
|
|
1435
1444
|
}, 8, ["onClick"])) : he("", !0),
|
|
1436
|
-
r.hasHeader ? (G(), ne("p",
|
|
1445
|
+
r.hasHeader ? (G(), ne("p", ql, [
|
|
1437
1446
|
Te(t.$slots, "header", { showModal: r.showModal }, void 0, !0)
|
|
1438
1447
|
])) : he("", !0),
|
|
1439
1448
|
ae("div", {
|
|
@@ -1441,7 +1450,7 @@ function Fl(t, n, e, i, o, r) {
|
|
|
1441
1450
|
}, [
|
|
1442
1451
|
Te(t.$slots, "body", { showModal: r.showModal }, void 0, !0)
|
|
1443
1452
|
], 2),
|
|
1444
|
-
r.hasFooter ? (G(), ne("div",
|
|
1453
|
+
r.hasFooter ? (G(), ne("div", Fl, [
|
|
1445
1454
|
Te(t.$slots, "footer", { showModal: r.showModal }, void 0, !0)
|
|
1446
1455
|
])) : he("", !0)
|
|
1447
1456
|
], 6)), [
|
|
@@ -1453,11 +1462,11 @@ function Fl(t, n, e, i, o, r) {
|
|
|
1453
1462
|
]))
|
|
1454
1463
|
], 64);
|
|
1455
1464
|
}
|
|
1456
|
-
const
|
|
1465
|
+
const Jh = /* @__PURE__ */ Ae(jl, [["render", Hl], ["__scopeId", "data-v-d3ce649b"]]);
|
|
1457
1466
|
function Mo(t) {
|
|
1458
1467
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1459
1468
|
}
|
|
1460
|
-
const
|
|
1469
|
+
const Vl = {
|
|
1461
1470
|
name: "IbTabDropdown",
|
|
1462
1471
|
props: {
|
|
1463
1472
|
tabs: {
|
|
@@ -1499,10 +1508,10 @@ const Hl = {
|
|
|
1499
1508
|
IbDropdownItem: Po,
|
|
1500
1509
|
IbIcon: Xe
|
|
1501
1510
|
}
|
|
1502
|
-
},
|
|
1503
|
-
function
|
|
1511
|
+
}, Ul = { class: "wrapper-tab-link dropdown-tab" }, zl = ["tabindex"];
|
|
1512
|
+
function Kl(t, n, e, i, o, r) {
|
|
1504
1513
|
const l = ce("ib-icon"), a = ce("ib-dropdown-item"), d = ce("ib-dropdown-list");
|
|
1505
|
-
return G(), ne("div",
|
|
1514
|
+
return G(), ne("div", Ul, [
|
|
1506
1515
|
ge(d, {
|
|
1507
1516
|
disabled: o.isDisabledDropdown,
|
|
1508
1517
|
"close-on-click": !0
|
|
@@ -1517,7 +1526,7 @@ function zl(t, n, e, i, o, r) {
|
|
|
1517
1526
|
}, [
|
|
1518
1527
|
Ke(we(e.tabs.name) + " ", 1),
|
|
1519
1528
|
ge(l, { name: "chevron-down" })
|
|
1520
|
-
], 10,
|
|
1529
|
+
], 10, zl)
|
|
1521
1530
|
]),
|
|
1522
1531
|
body: be(() => [
|
|
1523
1532
|
(G(!0), ne(rt, null, jt(e.tabs.tabs, (f, h) => (G(), $e(a, {
|
|
@@ -1541,8 +1550,8 @@ function zl(t, n, e, i, o, r) {
|
|
|
1541
1550
|
}, 8, ["disabled"])
|
|
1542
1551
|
]);
|
|
1543
1552
|
}
|
|
1544
|
-
const
|
|
1545
|
-
const
|
|
1553
|
+
const Gl = /* @__PURE__ */ Ae(Vl, [["render", Kl]]);
|
|
1554
|
+
const Yl = {
|
|
1546
1555
|
name: "IbTabs",
|
|
1547
1556
|
data() {
|
|
1548
1557
|
return {
|
|
@@ -1588,19 +1597,19 @@ const Gl = {
|
|
|
1588
1597
|
}
|
|
1589
1598
|
},
|
|
1590
1599
|
components: {
|
|
1591
|
-
IbTabDropdown:
|
|
1600
|
+
IbTabDropdown: Gl
|
|
1592
1601
|
}
|
|
1593
|
-
},
|
|
1602
|
+
}, Wl = { class: "tabs" }, Zl = { class: "tabs-list" }, Jl = {
|
|
1594
1603
|
key: 0,
|
|
1595
1604
|
class: "wrapper-tab-link"
|
|
1596
|
-
},
|
|
1605
|
+
}, Xl = ["href", "tabindex", "onClick"], Ql = {
|
|
1597
1606
|
class: "tabs-content",
|
|
1598
1607
|
ref: "tabHandler"
|
|
1599
1608
|
};
|
|
1600
|
-
function
|
|
1609
|
+
function es(t, n, e, i, o, r) {
|
|
1601
1610
|
const l = ce("ib-tab-dropdown");
|
|
1602
|
-
return G(), ne("div",
|
|
1603
|
-
ae("ul",
|
|
1611
|
+
return G(), ne("div", Wl, [
|
|
1612
|
+
ae("ul", Zl, [
|
|
1604
1613
|
(G(!0), ne(rt, null, jt(o.tabs, (a, d) => (G(), ne("li", {
|
|
1605
1614
|
class: "tab-item",
|
|
1606
1615
|
key: d
|
|
@@ -1610,7 +1619,7 @@ function Ql(t, n, e, i, o, r) {
|
|
|
1610
1619
|
"selected-tab": o.selectedTab,
|
|
1611
1620
|
tabs: a,
|
|
1612
1621
|
onSelectTab: r.selectTab
|
|
1613
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1622
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", Jl, [
|
|
1614
1623
|
ae("a", {
|
|
1615
1624
|
class: ve(["tab-link", {
|
|
1616
1625
|
active: o.selectedTab === a.id,
|
|
@@ -1620,16 +1629,16 @@ function Ql(t, n, e, i, o, r) {
|
|
|
1620
1629
|
tabindex: a.disabled ? -1 : 0,
|
|
1621
1630
|
onClick: (f) => r.selectTab(a.id),
|
|
1622
1631
|
target: "_self"
|
|
1623
|
-
}, we(a.title), 11,
|
|
1632
|
+
}, we(a.title), 11, Xl)
|
|
1624
1633
|
]))
|
|
1625
1634
|
]))), 128))
|
|
1626
1635
|
]),
|
|
1627
|
-
ae("div",
|
|
1636
|
+
ae("div", Ql, [
|
|
1628
1637
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
1629
1638
|
], 512)
|
|
1630
1639
|
]);
|
|
1631
1640
|
}
|
|
1632
|
-
const
|
|
1641
|
+
const Xh = /* @__PURE__ */ Ae(Yl, [["render", es], ["__scopeId", "data-v-d30d6f39"]]), ts = {
|
|
1633
1642
|
name: "IbTab",
|
|
1634
1643
|
props: {
|
|
1635
1644
|
title: {
|
|
@@ -1659,22 +1668,22 @@ const Jh = /* @__PURE__ */ Ae(Gl, [["render", Ql], ["__scopeId", "data-v-d30d6f3
|
|
|
1659
1668
|
}
|
|
1660
1669
|
}
|
|
1661
1670
|
};
|
|
1662
|
-
function
|
|
1671
|
+
function ns(t, n, e, i, o, r) {
|
|
1663
1672
|
return Ve((G(), ne("div", null, [
|
|
1664
1673
|
Te(t.$slots, "default")
|
|
1665
1674
|
], 512)), [
|
|
1666
1675
|
[Ye, r.isTabActive]
|
|
1667
1676
|
]);
|
|
1668
1677
|
}
|
|
1669
|
-
const
|
|
1678
|
+
const Qh = /* @__PURE__ */ Ae(ts, [["render", ns]]), rs = {
|
|
1670
1679
|
LIST_VIEW: "list-sorting",
|
|
1671
1680
|
GRID_VIEW: "grid-sorting",
|
|
1672
1681
|
TABLE_VIEW: "table-sorting"
|
|
1673
|
-
},
|
|
1682
|
+
}, is = {
|
|
1674
1683
|
TYPE_ASC: "asc",
|
|
1675
1684
|
TYPE_DESC: "desc"
|
|
1676
1685
|
};
|
|
1677
|
-
const
|
|
1686
|
+
const os = {
|
|
1678
1687
|
name: "IbSorting",
|
|
1679
1688
|
props: {
|
|
1680
1689
|
tooltipText: {
|
|
@@ -1714,8 +1723,8 @@ const is = {
|
|
|
1714
1723
|
},
|
|
1715
1724
|
data() {
|
|
1716
1725
|
return {
|
|
1717
|
-
sortingTypes:
|
|
1718
|
-
sortingTypesView:
|
|
1726
|
+
sortingTypes: is,
|
|
1727
|
+
sortingTypesView: rs,
|
|
1719
1728
|
currentTypeSort: this.sort
|
|
1720
1729
|
};
|
|
1721
1730
|
},
|
|
@@ -1737,13 +1746,13 @@ const is = {
|
|
|
1737
1746
|
IbIconButton: Tt,
|
|
1738
1747
|
IbTooltip: Qt
|
|
1739
1748
|
}
|
|
1740
|
-
},
|
|
1749
|
+
}, as = { class: "sorting-wrapper" }, ls = {
|
|
1741
1750
|
class: "sorting-label",
|
|
1742
1751
|
type: "button"
|
|
1743
|
-
},
|
|
1744
|
-
function
|
|
1752
|
+
}, ss = ["name"], us = ["aria-label"];
|
|
1753
|
+
function ds(t, n, e, i, o, r) {
|
|
1745
1754
|
const l = ce("ib-tooltip"), a = ce("ib-icon-button"), d = ce("ib-icon");
|
|
1746
|
-
return G(), ne("div",
|
|
1755
|
+
return G(), ne("div", as, [
|
|
1747
1756
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1748
1757
|
key: 0,
|
|
1749
1758
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -1751,7 +1760,7 @@ function us(t, n, e, i, o, r) {
|
|
|
1751
1760
|
disabled: e.disable
|
|
1752
1761
|
}])
|
|
1753
1762
|
}, [
|
|
1754
|
-
ae("button",
|
|
1763
|
+
ae("button", ls, [
|
|
1755
1764
|
Ke(we(e.title) + " ", 1),
|
|
1756
1765
|
e.tooltipText ? (G(), $e(l, {
|
|
1757
1766
|
key: 0,
|
|
@@ -1765,7 +1774,7 @@ function us(t, n, e, i, o, r) {
|
|
|
1765
1774
|
onClick: r.clickHandler
|
|
1766
1775
|
}, {
|
|
1767
1776
|
default: be(() => [
|
|
1768
|
-
ae("ion-icon", { name: r.iconType }, null, 8,
|
|
1777
|
+
ae("ion-icon", { name: r.iconType }, null, 8, ss),
|
|
1769
1778
|
e.tooltipIconSorting ? (G(), $e(l, {
|
|
1770
1779
|
key: 0,
|
|
1771
1780
|
text: e.tooltipIconSorting,
|
|
@@ -1794,11 +1803,11 @@ function us(t, n, e, i, o, r) {
|
|
|
1794
1803
|
text: e.tooltipText,
|
|
1795
1804
|
position: e.tooltipPosition
|
|
1796
1805
|
}, null, 8, ["text", "position"])) : he("", !0)
|
|
1797
|
-
], 10,
|
|
1806
|
+
], 10, us))
|
|
1798
1807
|
]);
|
|
1799
1808
|
}
|
|
1800
|
-
const
|
|
1801
|
-
const
|
|
1809
|
+
const e1 = /* @__PURE__ */ Ae(os, [["render", ds], ["__scopeId", "data-v-e5442137"]]);
|
|
1810
|
+
const cs = {
|
|
1802
1811
|
name: "IbBreadcrumbs",
|
|
1803
1812
|
props: {
|
|
1804
1813
|
items: {
|
|
@@ -1827,11 +1836,11 @@ const ds = {
|
|
|
1827
1836
|
IbDropdownList: Ci,
|
|
1828
1837
|
IbTooltip: Qt
|
|
1829
1838
|
}
|
|
1830
|
-
},
|
|
1831
|
-
function
|
|
1839
|
+
}, fs = { "aria-label": "breadcrumb" }, hs = { class: "breadcrumb" }, ps = ["href"], gs = { key: 1 }, ms = ["href"];
|
|
1840
|
+
function vs(t, n, e, i, o, r) {
|
|
1832
1841
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button"), f = ce("ib-dropdown-item"), h = ce("ib-dropdown-list");
|
|
1833
|
-
return G(), ne("nav",
|
|
1834
|
-
ae("ul",
|
|
1842
|
+
return G(), ne("nav", fs, [
|
|
1843
|
+
ae("ul", hs, [
|
|
1835
1844
|
(G(!0), ne(rt, null, jt(e.items, (c, s) => (G(), ne("li", {
|
|
1836
1845
|
class: ve(["breadcrumb-item", s === r.last ? "active" : ""]),
|
|
1837
1846
|
"aria-current": "page",
|
|
@@ -1841,8 +1850,8 @@ function ms(t, n, e, i, o, r) {
|
|
|
1841
1850
|
key: 0,
|
|
1842
1851
|
class: "ib-link",
|
|
1843
1852
|
href: c.url
|
|
1844
|
-
}, we(c.title), 9,
|
|
1845
|
-
s === r.last ? (G(), ne("p",
|
|
1853
|
+
}, we(c.title), 9, ps)) : he("", !0),
|
|
1854
|
+
s === r.last ? (G(), ne("p", gs, we(c.title), 1)) : he("", !0),
|
|
1846
1855
|
r.initContextMenu && s === e.items.length - 4 ? (G(), $e(h, {
|
|
1847
1856
|
key: 2,
|
|
1848
1857
|
horizontal: "center"
|
|
@@ -1865,7 +1874,7 @@ function ms(t, n, e, i, o, r) {
|
|
|
1865
1874
|
ae("a", {
|
|
1866
1875
|
class: "context-breadcrums",
|
|
1867
1876
|
href: u.url
|
|
1868
|
-
}, we(u.title), 9,
|
|
1877
|
+
}, we(u.title), 9, ms)
|
|
1869
1878
|
]),
|
|
1870
1879
|
_: 2
|
|
1871
1880
|
}, 1024))), 128))
|
|
@@ -1880,8 +1889,8 @@ function ms(t, n, e, i, o, r) {
|
|
|
1880
1889
|
])
|
|
1881
1890
|
]);
|
|
1882
1891
|
}
|
|
1883
|
-
const
|
|
1884
|
-
const
|
|
1892
|
+
const t1 = /* @__PURE__ */ Ae(cs, [["render", vs], ["__scopeId", "data-v-5ef772a9"]]);
|
|
1893
|
+
const ys = {
|
|
1885
1894
|
name: "IbLabel",
|
|
1886
1895
|
props: {
|
|
1887
1896
|
required: {
|
|
@@ -1907,16 +1916,16 @@ const vs = {
|
|
|
1907
1916
|
IbIcon: Xe,
|
|
1908
1917
|
IbTooltip: Qt
|
|
1909
1918
|
}
|
|
1910
|
-
},
|
|
1919
|
+
}, bs = {
|
|
1911
1920
|
key: 0,
|
|
1912
1921
|
class: "required"
|
|
1913
1922
|
};
|
|
1914
|
-
function
|
|
1923
|
+
function _s(t, n, e, i, o, r) {
|
|
1915
1924
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button");
|
|
1916
1925
|
return G(), ne("label", {
|
|
1917
1926
|
class: ve(r.classes)
|
|
1918
1927
|
}, [
|
|
1919
|
-
e.required ? (G(), ne("span",
|
|
1928
|
+
e.required ? (G(), ne("span", bs, "* ")) : he("", !0),
|
|
1920
1929
|
Te(t.$slots, "default", {}, void 0, !0),
|
|
1921
1930
|
e.infoText.length ? (G(), $e(d, {
|
|
1922
1931
|
key: 1,
|
|
@@ -1935,13 +1944,13 @@ function bs(t, n, e, i, o, r) {
|
|
|
1935
1944
|
})) : he("", !0)
|
|
1936
1945
|
], 2);
|
|
1937
1946
|
}
|
|
1938
|
-
const kr = /* @__PURE__ */ Ae(
|
|
1947
|
+
const kr = /* @__PURE__ */ Ae(ys, [["render", _s], ["__scopeId", "data-v-4807c699"]]), ei = {
|
|
1939
1948
|
text: "text",
|
|
1940
1949
|
password: "password",
|
|
1941
1950
|
email: "email",
|
|
1942
1951
|
number: "number"
|
|
1943
1952
|
};
|
|
1944
|
-
const
|
|
1953
|
+
const $s = {
|
|
1945
1954
|
name: "IbInput",
|
|
1946
1955
|
props: {
|
|
1947
1956
|
type: {
|
|
@@ -2061,8 +2070,8 @@ const _s = {
|
|
|
2061
2070
|
IbDropdown: Oi
|
|
2062
2071
|
},
|
|
2063
2072
|
inheritAttrs: !1
|
|
2064
|
-
},
|
|
2065
|
-
function
|
|
2073
|
+
}, ws = ["disabled", "id"], Os = { class: "settings-wrapper" };
|
|
2074
|
+
function ks(t, n, e, i, o, r) {
|
|
2066
2075
|
var h, c;
|
|
2067
2076
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("ib-dropdown");
|
|
2068
2077
|
return G(), ne("div", null, [
|
|
@@ -2083,7 +2092,7 @@ function Os(t, n, e, i, o, r) {
|
|
|
2083
2092
|
onInput: n[1] || (n[1] = (s) => r.onInput(s)),
|
|
2084
2093
|
onBlur: n[2] || (n[2] = (s) => r.onBlur(s)),
|
|
2085
2094
|
onFocus: n[3] || (n[3] = (s) => r.onFocus(s))
|
|
2086
|
-
}), null, 16,
|
|
2095
|
+
}), null, 16, ws), [
|
|
2087
2096
|
[So, o.actualValue]
|
|
2088
2097
|
]),
|
|
2089
2098
|
e.showIcon ? (G(), $e(a, {
|
|
@@ -2136,7 +2145,7 @@ function Os(t, n, e, i, o, r) {
|
|
|
2136
2145
|
}, 8, ["help-text"])
|
|
2137
2146
|
]),
|
|
2138
2147
|
body: be(() => [
|
|
2139
|
-
ae("div",
|
|
2148
|
+
ae("div", Os, [
|
|
2140
2149
|
Te(t.$slots, "settings", {}, void 0, !0)
|
|
2141
2150
|
])
|
|
2142
2151
|
]),
|
|
@@ -2145,8 +2154,8 @@ function Os(t, n, e, i, o, r) {
|
|
|
2145
2154
|
], 2)
|
|
2146
2155
|
]);
|
|
2147
2156
|
}
|
|
2148
|
-
const Do = /* @__PURE__ */ Ae(
|
|
2149
|
-
const
|
|
2157
|
+
const Do = /* @__PURE__ */ Ae($s, [["render", ks], ["__scopeId", "data-v-836771cb"]]);
|
|
2158
|
+
const Cs = {
|
|
2150
2159
|
name: "IbCheckbox",
|
|
2151
2160
|
model: {
|
|
2152
2161
|
event: "input"
|
|
@@ -2227,17 +2236,17 @@ const ks = {
|
|
|
2227
2236
|
IbIcon: Xe
|
|
2228
2237
|
},
|
|
2229
2238
|
inheritAttrs: !1
|
|
2230
|
-
},
|
|
2239
|
+
}, Es = ["for", "tabindex"], Ss = ["name", "id", "value", "checked", "disabled", "required"], xs = { class: "ib-checkbox-body" }, Ts = {
|
|
2231
2240
|
key: 0,
|
|
2232
2241
|
class: "required"
|
|
2233
|
-
},
|
|
2242
|
+
}, As = { class: "ib-checkbox-input" }, Ns = {
|
|
2234
2243
|
key: 1,
|
|
2235
2244
|
class: "ib-checkbox-label"
|
|
2236
|
-
},
|
|
2245
|
+
}, Is = {
|
|
2237
2246
|
key: 0,
|
|
2238
2247
|
class: "required"
|
|
2239
2248
|
};
|
|
2240
|
-
function
|
|
2249
|
+
function Ps(t, n, e, i, o, r) {
|
|
2241
2250
|
var a;
|
|
2242
2251
|
const l = ce("ib-icon");
|
|
2243
2252
|
return G(), ne("label", Et(r.attrs, {
|
|
@@ -2255,16 +2264,16 @@ function Is(t, n, e, i, o, r) {
|
|
|
2255
2264
|
disabled: e.disabled,
|
|
2256
2265
|
required: e.required,
|
|
2257
2266
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d))
|
|
2258
|
-
}, null, 8,
|
|
2259
|
-
ae("div",
|
|
2267
|
+
}, null, 8, Ss),
|
|
2268
|
+
ae("div", xs, [
|
|
2260
2269
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2261
2270
|
key: 0,
|
|
2262
2271
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2263
2272
|
}, [
|
|
2264
|
-
e.required ? (G(), ne("span",
|
|
2273
|
+
e.required ? (G(), ne("span", Ts, "*")) : he("", !0),
|
|
2265
2274
|
Ke(" " + we(e.label), 1)
|
|
2266
2275
|
], 2)) : he("", !0),
|
|
2267
|
-
ae("span",
|
|
2276
|
+
ae("span", As, [
|
|
2268
2277
|
Ve(ge(l, { name: "checkmark-sharp" }, null, 512), [
|
|
2269
2278
|
[Ye, o.checked && !r.indeterminate]
|
|
2270
2279
|
]),
|
|
@@ -2275,15 +2284,15 @@ function Is(t, n, e, i, o, r) {
|
|
|
2275
2284
|
[Ye, r.indeterminate]
|
|
2276
2285
|
])
|
|
2277
2286
|
]),
|
|
2278
|
-
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span",
|
|
2279
|
-
e.required ? (G(), ne("span",
|
|
2287
|
+
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span", Ns, [
|
|
2288
|
+
e.required ? (G(), ne("span", Is, "*")) : he("", !0),
|
|
2280
2289
|
Ke(" " + we(e.label), 1)
|
|
2281
2290
|
])) : he("", !0)
|
|
2282
2291
|
])
|
|
2283
|
-
], 16,
|
|
2292
|
+
], 16, Es);
|
|
2284
2293
|
}
|
|
2285
|
-
const Lo = /* @__PURE__ */ Ae(
|
|
2286
|
-
const
|
|
2294
|
+
const Lo = /* @__PURE__ */ Ae(Cs, [["render", Ps]]);
|
|
2295
|
+
const Ms = {
|
|
2287
2296
|
name: "IbToggle",
|
|
2288
2297
|
model: {
|
|
2289
2298
|
prop: "isChecked",
|
|
@@ -2354,25 +2363,25 @@ const Ps = {
|
|
|
2354
2363
|
}
|
|
2355
2364
|
},
|
|
2356
2365
|
components: { IbIcon: Xe, IbTooltip: Qt }
|
|
2357
|
-
},
|
|
2366
|
+
}, Ds = ["tabindex"], Ls = {
|
|
2358
2367
|
class: "toggle-wrapper",
|
|
2359
2368
|
ref: "wrapper"
|
|
2360
|
-
},
|
|
2369
|
+
}, Rs = {
|
|
2361
2370
|
class: "toggle",
|
|
2362
2371
|
ref: "toggle"
|
|
2363
|
-
},
|
|
2372
|
+
}, Bs = ["name", "checked", "id", "disabled"], js = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), qs = {
|
|
2364
2373
|
key: 0,
|
|
2365
2374
|
class: "toggle-label"
|
|
2366
2375
|
};
|
|
2367
|
-
function
|
|
2376
|
+
function Fs(t, n, e, i, o, r) {
|
|
2368
2377
|
const l = ce("ib-icon"), a = ce("ib-tooltip");
|
|
2369
2378
|
return G(), ne("label", {
|
|
2370
2379
|
class: ve(r.classes),
|
|
2371
2380
|
onKeypress: n[2] || (n[2] = bn(_t((...d) => r.onChange && r.onChange(...d), ["prevent"]), ["space"])),
|
|
2372
2381
|
tabindex: e.disabled ? -1 : 0
|
|
2373
2382
|
}, [
|
|
2374
|
-
ae("div",
|
|
2375
|
-
ae("div",
|
|
2383
|
+
ae("div", Ls, [
|
|
2384
|
+
ae("div", Rs, [
|
|
2376
2385
|
ae("input", {
|
|
2377
2386
|
tabindex: "-1",
|
|
2378
2387
|
type: "checkbox",
|
|
@@ -2384,8 +2393,8 @@ function qs(t, n, e, i, o, r) {
|
|
|
2384
2393
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d)),
|
|
2385
2394
|
onInput: n[1] || (n[1] = _t(() => {
|
|
2386
2395
|
}, ["stop"]))
|
|
2387
|
-
}, null, 40,
|
|
2388
|
-
|
|
2396
|
+
}, null, 40, Bs),
|
|
2397
|
+
js,
|
|
2389
2398
|
ge(l, {
|
|
2390
2399
|
class: "checked-icon",
|
|
2391
2400
|
name: "checkmark"
|
|
@@ -2396,18 +2405,18 @@ function qs(t, n, e, i, o, r) {
|
|
|
2396
2405
|
})
|
|
2397
2406
|
], 512)
|
|
2398
2407
|
], 512),
|
|
2399
|
-
e.label.length ? (G(), ne("span",
|
|
2408
|
+
e.label.length ? (G(), ne("span", qs, we(e.label), 1)) : he("", !0),
|
|
2400
2409
|
e.helpMessage.length ? (G(), $e(a, {
|
|
2401
2410
|
key: 1,
|
|
2402
2411
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2403
2412
|
}, null, 8, ["text"])) : he("", !0)
|
|
2404
|
-
], 42,
|
|
2413
|
+
], 42, Ds);
|
|
2405
2414
|
}
|
|
2406
|
-
const
|
|
2415
|
+
const Hs = /* @__PURE__ */ Ae(Ms, [["render", Fs]]);
|
|
2407
2416
|
function Ro(t) {
|
|
2408
2417
|
return t.scrollHeight > t.clientHeight;
|
|
2409
2418
|
}
|
|
2410
|
-
const
|
|
2419
|
+
const Vs = {
|
|
2411
2420
|
name: "select-option",
|
|
2412
2421
|
props: {
|
|
2413
2422
|
option: {
|
|
@@ -2466,7 +2475,7 @@ const Hs = {
|
|
|
2466
2475
|
},
|
|
2467
2476
|
methods: {
|
|
2468
2477
|
onKeydown(t) {
|
|
2469
|
-
t.keyCode === Ao && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode ===
|
|
2478
|
+
t.keyCode === Ao && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === cl && (this.option.isChildrenVisible = !0), t.keyCode === dl && (this.option.isChildrenVisible = !1));
|
|
2470
2479
|
},
|
|
2471
2480
|
onChange() {
|
|
2472
2481
|
var t, n;
|
|
@@ -2503,7 +2512,7 @@ const Hs = {
|
|
|
2503
2512
|
},
|
|
2504
2513
|
computed: {
|
|
2505
2514
|
component() {
|
|
2506
|
-
return this.isMultiple && this.isToggle ?
|
|
2515
|
+
return this.isMultiple && this.isToggle ? Hs : Lo;
|
|
2507
2516
|
},
|
|
2508
2517
|
isChecked() {
|
|
2509
2518
|
if (this.option.checked)
|
|
@@ -2549,17 +2558,17 @@ const Hs = {
|
|
|
2549
2558
|
IbIconButton: Tt,
|
|
2550
2559
|
IbTooltip: Qt
|
|
2551
2560
|
}
|
|
2552
|
-
},
|
|
2561
|
+
}, Us = {
|
|
2553
2562
|
key: 0,
|
|
2554
2563
|
class: "option-label"
|
|
2555
|
-
},
|
|
2564
|
+
}, zs = {
|
|
2556
2565
|
key: 1,
|
|
2557
2566
|
class: "option-label"
|
|
2558
|
-
},
|
|
2567
|
+
}, Ks = ["innerHTML"], Gs = ["innerHTML"], Ys = {
|
|
2559
2568
|
key: 2,
|
|
2560
2569
|
class: "option-label"
|
|
2561
2570
|
};
|
|
2562
|
-
function
|
|
2571
|
+
function Ws(t, n, e, i, o, r) {
|
|
2563
2572
|
const l = ce("ib-tooltip"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list");
|
|
2564
2573
|
return G(), ne("li", null, [
|
|
2565
2574
|
ae("div", {
|
|
@@ -2622,7 +2631,7 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2622
2631
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2623
2632
|
)
|
|
2624
2633
|
}, [
|
|
2625
|
-
r.hasChildren ? (G(), ne("span",
|
|
2634
|
+
r.hasChildren ? (G(), ne("span", zs, we(e.option.title), 1)) : (G(), ne("span", Us, [
|
|
2626
2635
|
Ke(we(e.option.title) + " ", 1),
|
|
2627
2636
|
ge(a, {
|
|
2628
2637
|
name: "star",
|
|
@@ -2634,12 +2643,12 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2634
2643
|
key: 1,
|
|
2635
2644
|
class: "option-label",
|
|
2636
2645
|
innerHTML: e.option.title
|
|
2637
|
-
}, null, 8,
|
|
2646
|
+
}, null, 8, Gs)) : (G(), ne("span", {
|
|
2638
2647
|
key: 0,
|
|
2639
2648
|
class: "option-label",
|
|
2640
2649
|
innerHTML: e.option.title
|
|
2641
|
-
}, null, 8,
|
|
2642
|
-
], 64)) : (G(), ne("span",
|
|
2650
|
+
}, null, 8, Ks))
|
|
2651
|
+
], 64)) : (G(), ne("span", Ys, we(e.option.title), 1))
|
|
2643
2652
|
], 2),
|
|
2644
2653
|
r.hasChildren ? Ve((G(), $e(h, { key: 1 }, {
|
|
2645
2654
|
default: be(() => [
|
|
@@ -2665,7 +2674,7 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2665
2674
|
], 34)
|
|
2666
2675
|
]);
|
|
2667
2676
|
}
|
|
2668
|
-
const
|
|
2677
|
+
const Zs = /* @__PURE__ */ Ae(Vs, [["render", Ws]]);
|
|
2669
2678
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2670
2679
|
function Cr(t) {
|
|
2671
2680
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3074,9 +3083,9 @@ var Bo = { exports: {} };
|
|
|
3074
3083
|
};
|
|
3075
3084
|
});
|
|
3076
3085
|
})(Bo);
|
|
3077
|
-
var
|
|
3078
|
-
const
|
|
3079
|
-
const
|
|
3086
|
+
var Js = Bo.exports;
|
|
3087
|
+
const Xs = /* @__PURE__ */ Cr(Js);
|
|
3088
|
+
const Qs = {
|
|
3080
3089
|
name: "IbTreeSelect",
|
|
3081
3090
|
inject: ["LANG_COMPONENTS"],
|
|
3082
3091
|
props: {
|
|
@@ -3266,7 +3275,7 @@ const Xs = {
|
|
|
3266
3275
|
}
|
|
3267
3276
|
},
|
|
3268
3277
|
mounted() {
|
|
3269
|
-
this.marker = new
|
|
3278
|
+
this.marker = new Xs(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3270
3279
|
this.setPreparedValues();
|
|
3271
3280
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3272
3281
|
},
|
|
@@ -3532,19 +3541,19 @@ const Xs = {
|
|
|
3532
3541
|
IbDropdown: Oi,
|
|
3533
3542
|
IbInput: Do,
|
|
3534
3543
|
List: ki,
|
|
3535
|
-
"select-option":
|
|
3544
|
+
"select-option": Zs
|
|
3536
3545
|
},
|
|
3537
3546
|
beforeUnmount() {
|
|
3538
3547
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3539
3548
|
}
|
|
3540
|
-
},
|
|
3549
|
+
}, eu = { class: "tree-select" }, tu = {
|
|
3541
3550
|
key: 0,
|
|
3542
3551
|
class: "tree-select-empty"
|
|
3543
|
-
},
|
|
3552
|
+
}, nu = {
|
|
3544
3553
|
key: 1,
|
|
3545
3554
|
class: "tree-select-default-empty tree-select-empty"
|
|
3546
3555
|
};
|
|
3547
|
-
function
|
|
3556
|
+
function ru(t, n, e, i, o, r) {
|
|
3548
3557
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list"), c = ce("ib-input"), s = ce("ib-dropdown");
|
|
3549
3558
|
return G(), ne(rt, null, [
|
|
3550
3559
|
e.errorMessage ? (G(), $e(l, {
|
|
@@ -3556,7 +3565,7 @@ function nu(t, n, e, i, o, r) {
|
|
|
3556
3565
|
]),
|
|
3557
3566
|
_: 1
|
|
3558
3567
|
})) : he("", !0),
|
|
3559
|
-
ae("div",
|
|
3568
|
+
ae("div", eu, [
|
|
3560
3569
|
ge(s, {
|
|
3561
3570
|
disabled: o.isLoading,
|
|
3562
3571
|
"is-resizable": e.isResizable,
|
|
@@ -3619,9 +3628,9 @@ function nu(t, n, e, i, o, r) {
|
|
|
3619
3628
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3620
3629
|
}, {
|
|
3621
3630
|
default: be(() => [
|
|
3622
|
-
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div",
|
|
3631
|
+
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div", tu, [
|
|
3623
3632
|
Te(t.$slots, "emptyMessage")
|
|
3624
|
-
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div",
|
|
3633
|
+
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div", nu, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3625
3634
|
Ve(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3626
3635
|
[Ye, r.requiredDependencyNotFilled]
|
|
3627
3636
|
]),
|
|
@@ -3756,8 +3765,8 @@ function nu(t, n, e, i, o, r) {
|
|
|
3756
3765
|
])
|
|
3757
3766
|
], 64);
|
|
3758
3767
|
}
|
|
3759
|
-
const
|
|
3760
|
-
const
|
|
3768
|
+
const iu = /* @__PURE__ */ Ae(Qs, [["render", ru]]);
|
|
3769
|
+
const ou = {
|
|
3761
3770
|
name: "IbLimitSelector",
|
|
3762
3771
|
props: {
|
|
3763
3772
|
labelSelect: {
|
|
@@ -3795,12 +3804,12 @@ const iu = {
|
|
|
3795
3804
|
},
|
|
3796
3805
|
components: {
|
|
3797
3806
|
IbLabel: kr,
|
|
3798
|
-
IbSelect:
|
|
3807
|
+
IbSelect: iu
|
|
3799
3808
|
}
|
|
3800
|
-
},
|
|
3801
|
-
function
|
|
3809
|
+
}, au = { class: "report-limit-selector" };
|
|
3810
|
+
function lu(t, n, e, i, o, r) {
|
|
3802
3811
|
const l = ce("ib-label"), a = ce("ib-select");
|
|
3803
|
-
return G(), ne("div",
|
|
3812
|
+
return G(), ne("div", au, [
|
|
3804
3813
|
ge(l, null, {
|
|
3805
3814
|
default: be(() => [
|
|
3806
3815
|
Ke(we(e.labelSelect), 1)
|
|
@@ -3817,8 +3826,8 @@ function au(t, n, e, i, o, r) {
|
|
|
3817
3826
|
}, null, 8, ["value", "options", "onInput"])
|
|
3818
3827
|
]);
|
|
3819
3828
|
}
|
|
3820
|
-
const
|
|
3821
|
-
const
|
|
3829
|
+
const su = /* @__PURE__ */ Ae(ou, [["render", lu]]);
|
|
3830
|
+
const uu = {
|
|
3822
3831
|
name: "IbPagination",
|
|
3823
3832
|
props: {
|
|
3824
3833
|
tooltipTextPrev: {
|
|
@@ -3919,19 +3928,19 @@ const su = {
|
|
|
3919
3928
|
IbIcon: Xe,
|
|
3920
3929
|
IbInput: Do,
|
|
3921
3930
|
IbLabel: kr,
|
|
3922
|
-
IbLimitSelector:
|
|
3931
|
+
IbLimitSelector: su,
|
|
3923
3932
|
IbTooltip: Qt
|
|
3924
3933
|
}
|
|
3925
|
-
},
|
|
3926
|
-
function
|
|
3934
|
+
}, du = { class: "report-controls" }, cu = { class: "repot-pagination" }, fu = { class: "pagination-input" }, hu = { class: "row-count" }, pu = { class: "pagination-wrapper" }, gu = ["onClick"];
|
|
3935
|
+
function mu(t, n, e, i, o, r) {
|
|
3927
3936
|
const l = ce("ib-limit-selector"), a = ce("ib-label"), d = ce("ib-input"), f = ce("ib-icon"), h = ce("ib-tooltip"), c = ce("ib-icon-button");
|
|
3928
|
-
return G(), ne("div",
|
|
3937
|
+
return G(), ne("div", du, [
|
|
3929
3938
|
ge(l, {
|
|
3930
3939
|
onSelect: r.changeLimit,
|
|
3931
3940
|
value: o.limitValue,
|
|
3932
3941
|
"label-select": e.labelSelect
|
|
3933
3942
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
3934
|
-
ae("div",
|
|
3943
|
+
ae("div", cu, [
|
|
3935
3944
|
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
3936
3945
|
ge(a, null, {
|
|
3937
3946
|
default: be(() => [
|
|
@@ -3939,7 +3948,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3939
3948
|
]),
|
|
3940
3949
|
_: 1
|
|
3941
3950
|
}),
|
|
3942
|
-
ae("div",
|
|
3951
|
+
ae("div", fu, [
|
|
3943
3952
|
ge(d, {
|
|
3944
3953
|
type: "number",
|
|
3945
3954
|
debounce: 500,
|
|
@@ -3947,7 +3956,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3947
3956
|
}, null, 8, ["onInput"])
|
|
3948
3957
|
])
|
|
3949
3958
|
], 64)) : he("", !0),
|
|
3950
|
-
ae("div",
|
|
3959
|
+
ae("div", hu, we(r.setCountOfRows + " of " + e.countRows), 1),
|
|
3951
3960
|
ge(c, {
|
|
3952
3961
|
kind: "tertiary",
|
|
3953
3962
|
size: "m",
|
|
@@ -3964,7 +3973,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3964
3973
|
]),
|
|
3965
3974
|
_: 1
|
|
3966
3975
|
}, 8, ["disabled"]),
|
|
3967
|
-
ae("ul",
|
|
3976
|
+
ae("ul", pu, [
|
|
3968
3977
|
(G(!0), ne(rt, null, jt(r.countPagePagination, (s, u) => Ve((G(), ne("li", {
|
|
3969
3978
|
key: u,
|
|
3970
3979
|
class: ve(["pagination-item", {
|
|
@@ -3975,7 +3984,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3975
3984
|
onClick: (_) => r.onSelect(u + 1)
|
|
3976
3985
|
}, [
|
|
3977
3986
|
ae("button", null, we(u + 1), 1)
|
|
3978
|
-
], 10,
|
|
3987
|
+
], 10, gu)), [
|
|
3979
3988
|
[Ye, r.showItem(u + 1)]
|
|
3980
3989
|
])), 128))
|
|
3981
3990
|
]),
|
|
@@ -3998,13 +4007,13 @@ function gu(t, n, e, i, o, r) {
|
|
|
3998
4007
|
])
|
|
3999
4008
|
]);
|
|
4000
4009
|
}
|
|
4001
|
-
const
|
|
4010
|
+
const n1 = /* @__PURE__ */ Ae(uu, [["render", mu]]), ar = {
|
|
4002
4011
|
PROGRESS: "progress",
|
|
4003
4012
|
SUCCESS: "success",
|
|
4004
4013
|
FAILED: "failed",
|
|
4005
4014
|
CANCELED: "canceled"
|
|
4006
4015
|
};
|
|
4007
|
-
const
|
|
4016
|
+
const vu = {
|
|
4008
4017
|
props: {
|
|
4009
4018
|
states: {
|
|
4010
4019
|
type: String,
|
|
@@ -4027,20 +4036,20 @@ const mu = {
|
|
|
4027
4036
|
components: {
|
|
4028
4037
|
IbIcon: Xe
|
|
4029
4038
|
}
|
|
4030
|
-
}, jo = (t) => (bi("data-v-abce14de"), t = t(), _i(), t),
|
|
4031
|
-
|
|
4032
|
-
],
|
|
4033
|
-
function
|
|
4039
|
+
}, jo = (t) => (bi("data-v-abce14de"), t = t(), _i(), t), yu = { class: "ib-progress-bar-wrapper" }, bu = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), _u = [
|
|
4040
|
+
bu
|
|
4041
|
+
], $u = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4042
|
+
function wu(t, n, e, i, o, r) {
|
|
4034
4043
|
const l = ce("ib-icon");
|
|
4035
|
-
return G(), ne("div",
|
|
4044
|
+
return G(), ne("div", yu, [
|
|
4036
4045
|
ae("div", {
|
|
4037
4046
|
class: ve(r.classes)
|
|
4038
4047
|
}, [
|
|
4039
4048
|
ae("div", {
|
|
4040
4049
|
class: "progress",
|
|
4041
4050
|
style: wn({ width: e.progress + "%" })
|
|
4042
|
-
},
|
|
4043
|
-
|
|
4051
|
+
}, _u, 4),
|
|
4052
|
+
$u
|
|
4044
4053
|
], 2),
|
|
4045
4054
|
Ve(ge(l, {
|
|
4046
4055
|
class: "status-icon",
|
|
@@ -4050,7 +4059,7 @@ function $u(t, n, e, i, o, r) {
|
|
|
4050
4059
|
])
|
|
4051
4060
|
]);
|
|
4052
4061
|
}
|
|
4053
|
-
const
|
|
4062
|
+
const r1 = /* @__PURE__ */ Ae(vu, [["render", wu], ["__scopeId", "data-v-abce14de"]]), Ou = {
|
|
4054
4063
|
new: `<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4055
4064
|
<circle cx="4.5" cy="4.5" r="4" fill="#0369E8"/>
|
|
4056
4065
|
</svg>
|
|
@@ -4091,7 +4100,7 @@ const n1 = /* @__PURE__ */ Ae(mu, [["render", $u], ["__scopeId", "data-v-abce14d
|
|
|
4091
4100
|
</svg>
|
|
4092
4101
|
`
|
|
4093
4102
|
};
|
|
4094
|
-
const
|
|
4103
|
+
const ku = {
|
|
4095
4104
|
props: {
|
|
4096
4105
|
type: {
|
|
4097
4106
|
type: String,
|
|
@@ -4100,21 +4109,21 @@ const Ou = {
|
|
|
4100
4109
|
},
|
|
4101
4110
|
data() {
|
|
4102
4111
|
return {
|
|
4103
|
-
icons:
|
|
4112
|
+
icons: Ou
|
|
4104
4113
|
};
|
|
4105
4114
|
}
|
|
4106
|
-
},
|
|
4107
|
-
function
|
|
4108
|
-
return G(), ne("div",
|
|
4115
|
+
}, Cu = { class: "status-indicator" }, Eu = ["innerHTML"];
|
|
4116
|
+
function Su(t, n, e, i, o, r) {
|
|
4117
|
+
return G(), ne("div", Cu, [
|
|
4109
4118
|
ae("div", {
|
|
4110
4119
|
class: ve(["status-indicator-icon", e.type]),
|
|
4111
4120
|
innerHTML: o.icons[e.type]
|
|
4112
|
-
}, null, 10,
|
|
4121
|
+
}, null, 10, Eu),
|
|
4113
4122
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4114
4123
|
]);
|
|
4115
4124
|
}
|
|
4116
|
-
const
|
|
4117
|
-
const
|
|
4125
|
+
const i1 = /* @__PURE__ */ Ae(ku, [["render", Su], ["__scopeId", "data-v-e696394e"]]);
|
|
4126
|
+
const xu = {
|
|
4118
4127
|
name: "IbPanel",
|
|
4119
4128
|
mixins: [To],
|
|
4120
4129
|
props: {
|
|
@@ -4127,17 +4136,17 @@ const Su = {
|
|
|
4127
4136
|
default: !1
|
|
4128
4137
|
}
|
|
4129
4138
|
}
|
|
4130
|
-
},
|
|
4131
|
-
function
|
|
4139
|
+
}, Tu = (t) => (bi("data-v-e7667612"), t = t(), _i(), t), Au = { class: "panel-head" }, Nu = { class: "head-title" }, Iu = /* @__PURE__ */ Tu(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Pu = { class: "head-content" }, Mu = { class: "panel-body" };
|
|
4140
|
+
function Du(t, n, e, i, o, r) {
|
|
4132
4141
|
return G(), ne("div", {
|
|
4133
4142
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4134
4143
|
}, [
|
|
4135
|
-
ae("div",
|
|
4136
|
-
ae("div",
|
|
4144
|
+
ae("div", Au, [
|
|
4145
|
+
ae("div", Nu, [
|
|
4137
4146
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4138
4147
|
]),
|
|
4139
|
-
|
|
4140
|
-
ae("div",
|
|
4148
|
+
Iu,
|
|
4149
|
+
ae("div", Pu, [
|
|
4141
4150
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4142
4151
|
])
|
|
4143
4152
|
]),
|
|
@@ -4148,7 +4157,7 @@ function Mu(t, n, e, i, o, r) {
|
|
|
4148
4157
|
onLeave: t.leave
|
|
4149
4158
|
}, {
|
|
4150
4159
|
default: be(() => [
|
|
4151
|
-
Ve(ae("div",
|
|
4160
|
+
Ve(ae("div", Mu, [
|
|
4152
4161
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4153
4162
|
], 512), [
|
|
4154
4163
|
[Ye, e.isOpen]
|
|
@@ -4158,8 +4167,8 @@ function Mu(t, n, e, i, o, r) {
|
|
|
4158
4167
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4159
4168
|
], 2);
|
|
4160
4169
|
}
|
|
4161
|
-
const
|
|
4162
|
-
const
|
|
4170
|
+
const o1 = /* @__PURE__ */ Ae(xu, [["render", Du], ["__scopeId", "data-v-e7667612"]]);
|
|
4171
|
+
const Lu = {
|
|
4163
4172
|
name: "IbInputGroup",
|
|
4164
4173
|
props: {
|
|
4165
4174
|
supportText: {
|
|
@@ -4171,20 +4180,20 @@ const Du = {
|
|
|
4171
4180
|
default: !1
|
|
4172
4181
|
}
|
|
4173
4182
|
}
|
|
4174
|
-
},
|
|
4183
|
+
}, Ru = {
|
|
4175
4184
|
key: 0,
|
|
4176
4185
|
class: "support-text"
|
|
4177
4186
|
};
|
|
4178
|
-
function
|
|
4187
|
+
function Bu(t, n, e, i, o, r) {
|
|
4179
4188
|
return G(), ne("div", {
|
|
4180
4189
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4181
4190
|
}, [
|
|
4182
4191
|
Te(t.$slots, "default"),
|
|
4183
|
-
e.supportText.length ? (G(), ne("p",
|
|
4192
|
+
e.supportText.length ? (G(), ne("p", Ru, we(e.supportText), 1)) : he("", !0)
|
|
4184
4193
|
], 2);
|
|
4185
4194
|
}
|
|
4186
|
-
const
|
|
4187
|
-
const
|
|
4195
|
+
const a1 = /* @__PURE__ */ Ae(Lu, [["render", Bu]]);
|
|
4196
|
+
const ju = {
|
|
4188
4197
|
name: "IbInputGroup",
|
|
4189
4198
|
props: {
|
|
4190
4199
|
labelText: {
|
|
@@ -4208,8 +4217,8 @@ const Bu = {
|
|
|
4208
4217
|
IbLabel: kr,
|
|
4209
4218
|
IbAlert: dn
|
|
4210
4219
|
}
|
|
4211
|
-
},
|
|
4212
|
-
function
|
|
4220
|
+
}, qu = { class: "ib-checkbox-group-content" };
|
|
4221
|
+
function Fu(t, n, e, i, o, r) {
|
|
4213
4222
|
const l = ce("ib-label"), a = ce("ib-alert");
|
|
4214
4223
|
return G(), ne("div", {
|
|
4215
4224
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4233,13 +4242,13 @@ function qu(t, n, e, i, o, r) {
|
|
|
4233
4242
|
]),
|
|
4234
4243
|
_: 1
|
|
4235
4244
|
})) : he("", !0),
|
|
4236
|
-
ae("div",
|
|
4245
|
+
ae("div", qu, [
|
|
4237
4246
|
Te(t.$slots, "default")
|
|
4238
4247
|
])
|
|
4239
4248
|
], 2);
|
|
4240
4249
|
}
|
|
4241
|
-
const
|
|
4242
|
-
const
|
|
4250
|
+
const l1 = /* @__PURE__ */ Ae(ju, [["render", Fu]]);
|
|
4251
|
+
const Hu = {
|
|
4243
4252
|
name: "IbRadio",
|
|
4244
4253
|
model: {
|
|
4245
4254
|
prop: "isChecked",
|
|
@@ -4309,11 +4318,11 @@ const Fu = {
|
|
|
4309
4318
|
};
|
|
4310
4319
|
}
|
|
4311
4320
|
}
|
|
4312
|
-
},
|
|
4321
|
+
}, Vu = (t) => (bi("data-v-f72fc460"), t = t(), _i(), t), Uu = ["for"], zu = ["name", "id", "value", "checked", "disabled"], Ku = /* @__PURE__ */ Vu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), Gu = {
|
|
4313
4322
|
key: 0,
|
|
4314
4323
|
class: "ib-radio-label"
|
|
4315
4324
|
};
|
|
4316
|
-
function
|
|
4325
|
+
function Yu(t, n, e, i, o, r) {
|
|
4317
4326
|
var l, a;
|
|
4318
4327
|
return G(), ne("label", {
|
|
4319
4328
|
class: ve(r.classes),
|
|
@@ -4331,17 +4340,17 @@ function Gu(t, n, e, i, o, r) {
|
|
|
4331
4340
|
}, ["stop"])),
|
|
4332
4341
|
onClick: n[1] || (n[1] = (...d) => r.onClick && r.onClick(...d)),
|
|
4333
4342
|
onChange: n[2] || (n[2] = (...d) => r.onChange && r.onChange(...d))
|
|
4334
|
-
}, null, 40,
|
|
4343
|
+
}, null, 40, zu),
|
|
4335
4344
|
ae("span", {
|
|
4336
4345
|
class: ve(["ib-radio-body", { "without-text": !((l = e.label) != null && l.length) }])
|
|
4337
4346
|
}, [
|
|
4338
|
-
|
|
4339
|
-
(a = e.label) != null && a.length ? (G(), ne("span",
|
|
4347
|
+
Ku,
|
|
4348
|
+
(a = e.label) != null && a.length ? (G(), ne("span", Gu, we(e.label), 1)) : he("", !0)
|
|
4340
4349
|
], 2)
|
|
4341
|
-
], 10,
|
|
4350
|
+
], 10, Uu);
|
|
4342
4351
|
}
|
|
4343
|
-
const
|
|
4344
|
-
const
|
|
4352
|
+
const s1 = /* @__PURE__ */ Ae(Hu, [["render", Yu], ["__scopeId", "data-v-f72fc460"]]);
|
|
4353
|
+
const Wu = {
|
|
4345
4354
|
props: {
|
|
4346
4355
|
characterLimit: {
|
|
4347
4356
|
type: [String, Number],
|
|
@@ -4352,26 +4361,26 @@ const Yu = {
|
|
|
4352
4361
|
required: !0
|
|
4353
4362
|
}
|
|
4354
4363
|
}
|
|
4355
|
-
},
|
|
4364
|
+
}, Zu = { class: "character-count" }, Ju = {
|
|
4356
4365
|
key: 0,
|
|
4357
4366
|
class: "val-limit"
|
|
4358
|
-
},
|
|
4367
|
+
}, Xu = { class: "val-length" }, Qu = { class: "val-limit" }, ed = {
|
|
4359
4368
|
key: 3,
|
|
4360
4369
|
class: "val-length val-limited"
|
|
4361
4370
|
};
|
|
4362
|
-
function
|
|
4363
|
-
return G(), ne("div",
|
|
4371
|
+
function td(t, n, e, i, o, r) {
|
|
4372
|
+
return G(), ne("div", Zu, [
|
|
4364
4373
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4365
|
-
ae("p",
|
|
4374
|
+
ae("p", Xu, we(e.characterLimit - e.characterLength), 1),
|
|
4366
4375
|
Ke(" / "),
|
|
4367
|
-
ae("p",
|
|
4376
|
+
ae("p", Qu, we(e.characterLimit), 1)
|
|
4368
4377
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4369
4378
|
Ke("0")
|
|
4370
|
-
], 64)) : (G(), ne("p",
|
|
4379
|
+
], 64)) : (G(), ne("p", ed, we(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", Ju, "Max " + we(e.characterLimit), 1))
|
|
4371
4380
|
]);
|
|
4372
4381
|
}
|
|
4373
|
-
const qo = /* @__PURE__ */ Ae(
|
|
4374
|
-
const
|
|
4382
|
+
const qo = /* @__PURE__ */ Ae(Wu, [["render", td], ["__scopeId", "data-v-725f21a3"]]);
|
|
4383
|
+
const nd = {
|
|
4375
4384
|
name: "IbTextarea",
|
|
4376
4385
|
props: {
|
|
4377
4386
|
disabled: {
|
|
@@ -4428,8 +4437,8 @@ const td = {
|
|
|
4428
4437
|
IbCharacterCount: qo
|
|
4429
4438
|
},
|
|
4430
4439
|
inheritAttrs: !1
|
|
4431
|
-
},
|
|
4432
|
-
function
|
|
4440
|
+
}, rd = ["disabled"];
|
|
4441
|
+
function id(t, n, e, i, o, r) {
|
|
4433
4442
|
const l = ce("ib-character-count"), a = ce("ib-alert");
|
|
4434
4443
|
return G(), ne("div", {
|
|
4435
4444
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4461,12 +4470,12 @@ function rd(t, n, e, i, o, r) {
|
|
|
4461
4470
|
onBlur: n[2] || (n[2] = (...d) => r.onBlur && r.onBlur(...d)),
|
|
4462
4471
|
class: ["ib-textarea", r.classes],
|
|
4463
4472
|
disabled: e.disabled
|
|
4464
|
-
}), null, 16,
|
|
4473
|
+
}), null, 16, rd), [
|
|
4465
4474
|
[xo, o.val]
|
|
4466
4475
|
])
|
|
4467
4476
|
], 2);
|
|
4468
4477
|
}
|
|
4469
|
-
const
|
|
4478
|
+
const u1 = /* @__PURE__ */ Ae(nd, [["render", id], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4470
4479
|
var ti = [
|
|
4471
4480
|
"onChange",
|
|
4472
4481
|
"onClose",
|
|
@@ -4669,7 +4678,7 @@ function wt(t) {
|
|
|
4669
4678
|
var ri = function() {
|
|
4670
4679
|
}, pr = function(t, n, e) {
|
|
4671
4680
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
4672
|
-
},
|
|
4681
|
+
}, od = {
|
|
4673
4682
|
D: ri,
|
|
4674
4683
|
F: function(t, n, e) {
|
|
4675
4684
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -4860,7 +4869,7 @@ var ri = function() {
|
|
|
4860
4869
|
m += un[$];
|
|
4861
4870
|
var x = new RegExp(m).exec(r);
|
|
4862
4871
|
x && (_ = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
4863
|
-
fn:
|
|
4872
|
+
fn: od[$],
|
|
4864
4873
|
val: x[++g]
|
|
4865
4874
|
});
|
|
4866
4875
|
} else
|
|
@@ -4883,14 +4892,14 @@ var ri = function() {
|
|
|
4883
4892
|
function Ot(t, n, e) {
|
|
4884
4893
|
return e === void 0 && (e = !0), e !== !1 ? new Date(t.getTime()).setHours(0, 0, 0, 0) - new Date(n.getTime()).setHours(0, 0, 0, 0) : t.getTime() - n.getTime();
|
|
4885
4894
|
}
|
|
4886
|
-
var
|
|
4895
|
+
var ad = function(t, n, e) {
|
|
4887
4896
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
4888
4897
|
}, ii = function(t, n, e) {
|
|
4889
4898
|
return t * 3600 + n * 60 + e;
|
|
4890
|
-
},
|
|
4899
|
+
}, ld = function(t) {
|
|
4891
4900
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
4892
4901
|
return [n, e, t - n * 3600 - e * 60];
|
|
4893
|
-
},
|
|
4902
|
+
}, sd = {
|
|
4894
4903
|
DAY: 864e5
|
|
4895
4904
|
};
|
|
4896
4905
|
function oi(t) {
|
|
@@ -4936,8 +4945,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
4936
4945
|
for (var r = arguments[n], l = 0, a = r.length; l < a; l++, o++)
|
|
4937
4946
|
i[o] = r[l];
|
|
4938
4947
|
return i;
|
|
4939
|
-
},
|
|
4940
|
-
function
|
|
4948
|
+
}, ud = 300;
|
|
4949
|
+
function dd(t, n) {
|
|
4941
4950
|
var e = {
|
|
4942
4951
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
4943
4952
|
l10n: Hn
|
|
@@ -5000,7 +5009,7 @@ function ud(t, n) {
|
|
|
5000
5009
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5001
5010
|
var de = ii(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = ii(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = ii(I, L, z);
|
|
5002
5011
|
if (me > Ce && me < de) {
|
|
5003
|
-
var Pe =
|
|
5012
|
+
var Pe = ld(de);
|
|
5004
5013
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5005
5014
|
}
|
|
5006
5015
|
} else {
|
|
@@ -5055,7 +5064,7 @@ function ud(t, n) {
|
|
|
5055
5064
|
return;
|
|
5056
5065
|
}
|
|
5057
5066
|
var I = Hi(Ee, 50);
|
|
5058
|
-
if (e._debouncedChange = Hi(y,
|
|
5067
|
+
if (e._debouncedChange = Hi(y, ud), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5059
5068
|
e.config.mode === "range" && _e(wt(z));
|
|
5060
5069
|
}), v(e._input, "keydown", fe), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", fe), !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", Ft), v(e.monthNav, ["keyup", "increment"], _), v(e.daysContainer, "click", Oe)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5061
5070
|
var L = function(z) {
|
|
@@ -5438,7 +5447,7 @@ function ud(t, n) {
|
|
|
5438
5447
|
}
|
|
5439
5448
|
function _e(I, L) {
|
|
5440
5449
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5441
|
-
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 +=
|
|
5450
|
+
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 += sd.DAY)
|
|
5442
5451
|
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));
|
|
5443
5452
|
var ke = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5444
5453
|
ke.forEach(function(Re) {
|
|
@@ -5452,7 +5461,7 @@ function ud(t, n) {
|
|
|
5452
5461
|
return;
|
|
5453
5462
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Pt) {
|
|
5454
5463
|
Re.classList.remove(Pt);
|
|
5455
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && it === X ? Re.classList.add("startRange") : X > z && it === X && Re.classList.add("endRange"), it >= me && (Pe === 0 || it <= Pe) &&
|
|
5464
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && it === X ? Re.classList.add("startRange") : X > z && it === X && Re.classList.add("endRange"), it >= me && (Pe === 0 || it <= Pe) && ad(it, X, z) && Re.classList.add("inRange"));
|
|
5456
5465
|
});
|
|
5457
5466
|
}
|
|
5458
5467
|
}
|
|
@@ -5821,7 +5830,7 @@ function $n(t, n) {
|
|
|
5821
5830
|
try {
|
|
5822
5831
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
5823
5832
|
continue;
|
|
5824
|
-
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr =
|
|
5833
|
+
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr = dd(r, n || {}), i.push(r._flatpickr);
|
|
5825
5834
|
} catch (l) {
|
|
5826
5835
|
console.error(l);
|
|
5827
5836
|
}
|
|
@@ -5951,17 +5960,17 @@ var Vo = { exports: {} };
|
|
|
5951
5960
|
return i;
|
|
5952
5961
|
});
|
|
5953
5962
|
})(Vo);
|
|
5954
|
-
var
|
|
5955
|
-
const
|
|
5963
|
+
var cd = Vo.exports;
|
|
5964
|
+
const fd = /* @__PURE__ */ Cr(cd), hd = `
|
|
5956
5965
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5957
5966
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5958
5967
|
</svg>
|
|
5959
|
-
`,
|
|
5968
|
+
`, pd = `
|
|
5960
5969
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5961
5970
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5962
5971
|
</svg>
|
|
5963
5972
|
`;
|
|
5964
|
-
const
|
|
5973
|
+
const gd = "single", ai = "range", md = {
|
|
5965
5974
|
props: {
|
|
5966
5975
|
name: {
|
|
5967
5976
|
type: String,
|
|
@@ -5984,7 +5993,7 @@ const pd = "single", ai = "range", gd = {
|
|
|
5984
5993
|
},
|
|
5985
5994
|
mode: {
|
|
5986
5995
|
type: String,
|
|
5987
|
-
default:
|
|
5996
|
+
default: gd
|
|
5988
5997
|
},
|
|
5989
5998
|
label: {
|
|
5990
5999
|
type: String,
|
|
@@ -6045,8 +6054,8 @@ const pd = "single", ai = "range", gd = {
|
|
|
6045
6054
|
position: "left",
|
|
6046
6055
|
mode: this.mode,
|
|
6047
6056
|
appendTo: this.$refs.dropdown,
|
|
6048
|
-
prevArrow:
|
|
6049
|
-
nextArrow:
|
|
6057
|
+
prevArrow: hd,
|
|
6058
|
+
nextArrow: pd,
|
|
6050
6059
|
ignoredFocusElements: Array.from(t),
|
|
6051
6060
|
locale: {
|
|
6052
6061
|
weekdays: {
|
|
@@ -6068,7 +6077,7 @@ const pd = "single", ai = "range", gd = {
|
|
|
6068
6077
|
onChange: (i, o) => this.onChange(o),
|
|
6069
6078
|
onClose: () => this.onClose()
|
|
6070
6079
|
};
|
|
6071
|
-
this.mode === ai && (n.plugins = [new
|
|
6080
|
+
this.mode === ai && (n.plugins = [new fd({ input: this.$refs.toDate })]), (this.value || this.modelValue) && (this.mode === ai ? n.defaultDate = this.modelValue.length ? [this.modelValue[0], this.modelValue[1]] : [this.value[0], this.value[1]] : n.defaultDate = this.modelValue ? this.modelValue : this.value);
|
|
6072
6081
|
const e = Object.assign({}, n, this.config);
|
|
6073
6082
|
return this.pickerOptions = e, e;
|
|
6074
6083
|
},
|
|
@@ -6113,20 +6122,20 @@ const pd = "single", ai = "range", gd = {
|
|
|
6113
6122
|
IbLabel: kr,
|
|
6114
6123
|
IbAlert: dn
|
|
6115
6124
|
}
|
|
6116
|
-
},
|
|
6125
|
+
}, vd = { class: "inputs-wrapper" }, yd = { class: "input-group-wrapper" }, bd = ["placeholder"], _d = {
|
|
6117
6126
|
ref: "dropdown",
|
|
6118
6127
|
class: "dropdown"
|
|
6119
|
-
},
|
|
6128
|
+
}, $d = {
|
|
6120
6129
|
key: 1,
|
|
6121
6130
|
class: "support-text"
|
|
6122
|
-
},
|
|
6131
|
+
}, wd = {
|
|
6123
6132
|
key: 0,
|
|
6124
6133
|
class: "input-group-wrapper"
|
|
6125
|
-
},
|
|
6134
|
+
}, Od = ["placeholder"], kd = {
|
|
6126
6135
|
key: 1,
|
|
6127
6136
|
class: "support-text"
|
|
6128
6137
|
};
|
|
6129
|
-
function
|
|
6138
|
+
function Cd(t, n, e, i, o, r) {
|
|
6130
6139
|
const l = ce("ib-alert"), a = ce("ib-label"), d = ce("ib-icon");
|
|
6131
6140
|
return G(), ne("div", {
|
|
6132
6141
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6145,8 +6154,8 @@ function kd(t, n, e, i, o, r) {
|
|
|
6145
6154
|
]),
|
|
6146
6155
|
_: 1
|
|
6147
6156
|
})) : he("", !0),
|
|
6148
|
-
ae("div",
|
|
6149
|
-
ae("div",
|
|
6157
|
+
ae("div", vd, [
|
|
6158
|
+
ae("div", yd, [
|
|
6150
6159
|
e.label.length ? (G(), $e(a, {
|
|
6151
6160
|
key: 0,
|
|
6152
6161
|
class: "label",
|
|
@@ -6165,16 +6174,16 @@ function kd(t, n, e, i, o, r) {
|
|
|
6165
6174
|
placeholder: e.placeholder,
|
|
6166
6175
|
ref: "date",
|
|
6167
6176
|
class: "date-picker-input"
|
|
6168
|
-
}, null, 8,
|
|
6177
|
+
}, null, 8, bd),
|
|
6169
6178
|
ge(d, {
|
|
6170
6179
|
name: "today-outline",
|
|
6171
6180
|
class: "calendar-icon"
|
|
6172
6181
|
})
|
|
6173
6182
|
], 2),
|
|
6174
|
-
ae("div",
|
|
6175
|
-
e.supportText.length ? (G(), ne("p",
|
|
6183
|
+
ae("div", _d, null, 512),
|
|
6184
|
+
e.supportText.length ? (G(), ne("p", $d, we(e.supportText), 1)) : he("", !0)
|
|
6176
6185
|
]),
|
|
6177
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6186
|
+
e.mode === "range" ? (G(), ne("div", wd, [
|
|
6178
6187
|
e.endDateLabel.length ? (G(), $e(a, {
|
|
6179
6188
|
key: 0,
|
|
6180
6189
|
class: "end-date-label label",
|
|
@@ -6193,18 +6202,18 @@ function kd(t, n, e, i, o, r) {
|
|
|
6193
6202
|
class: "date-picker-input",
|
|
6194
6203
|
placeholder: e.placeholder,
|
|
6195
6204
|
ref: "toDate"
|
|
6196
|
-
}, null, 8,
|
|
6205
|
+
}, null, 8, Od),
|
|
6197
6206
|
ge(d, {
|
|
6198
6207
|
name: "today-outline",
|
|
6199
6208
|
class: "calendar-icon"
|
|
6200
6209
|
})
|
|
6201
6210
|
], 2),
|
|
6202
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6211
|
+
e.endDateSupportText.length ? (G(), ne("p", kd, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6203
6212
|
])) : he("", !0)
|
|
6204
6213
|
])
|
|
6205
6214
|
], 2);
|
|
6206
6215
|
}
|
|
6207
|
-
const
|
|
6216
|
+
const d1 = /* @__PURE__ */ Ae(md, [["render", Cd]]), Ed = [
|
|
6208
6217
|
[
|
|
6209
6218
|
"Afghanistan (افغانستان)",
|
|
6210
6219
|
"af",
|
|
@@ -7421,12 +7430,12 @@ const u1 = /* @__PURE__ */ Ae(gd, [["render", kd]]), Cd = [
|
|
|
7421
7430
|
"ax",
|
|
7422
7431
|
"358"
|
|
7423
7432
|
]
|
|
7424
|
-
],
|
|
7433
|
+
], Sd = Ed.map(([t, n, e]) => ({
|
|
7425
7434
|
name: t,
|
|
7426
7435
|
iso2: n.toUpperCase(),
|
|
7427
7436
|
dialCode: e
|
|
7428
7437
|
}));
|
|
7429
|
-
function
|
|
7438
|
+
function xd() {
|
|
7430
7439
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7431
7440
|
const n = (t || "").toString();
|
|
7432
7441
|
if (!n || n[0] !== "1")
|
|
@@ -7434,7 +7443,7 @@ function Sd() {
|
|
|
7434
7443
|
return n.substr(2, 2);
|
|
7435
7444
|
});
|
|
7436
7445
|
}
|
|
7437
|
-
function
|
|
7446
|
+
function Td(t, n) {
|
|
7438
7447
|
if (t.setSelectionRange)
|
|
7439
7448
|
t.focus(), t.setSelectionRange(n, n);
|
|
7440
7449
|
else if (t.createTextRange) {
|
|
@@ -7442,11 +7451,11 @@ function xd(t, n) {
|
|
|
7442
7451
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7443
7452
|
}
|
|
7444
7453
|
}
|
|
7445
|
-
const
|
|
7454
|
+
const Ad = [
|
|
7446
7455
|
{
|
|
7447
7456
|
name: "allCountries",
|
|
7448
7457
|
type: Array,
|
|
7449
|
-
default:
|
|
7458
|
+
default: Sd,
|
|
7450
7459
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7451
7460
|
inDemo: !1
|
|
7452
7461
|
},
|
|
@@ -7687,7 +7696,7 @@ const Td = [
|
|
|
7687
7696
|
description: "Only allow valid characters in a phone number (will also verify in <code>mounted</code>, so phone number with invalid characters will be shown as an empty string)",
|
|
7688
7697
|
inDemo: !1
|
|
7689
7698
|
}
|
|
7690
|
-
],
|
|
7699
|
+
], Nd = [...Ad].reduce((t, n) => {
|
|
7691
7700
|
if (n.name.includes(".")) {
|
|
7692
7701
|
const [e, i] = n.name.split(".");
|
|
7693
7702
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -7695,11 +7704,11 @@ const Td = [
|
|
|
7695
7704
|
Object.assign(t, { [n.name]: n.default });
|
|
7696
7705
|
return t;
|
|
7697
7706
|
}, {}), Ui = {
|
|
7698
|
-
options: { ...
|
|
7699
|
-
}, Nd = { 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}"]]] } };
|
|
7700
|
-
function
|
|
7707
|
+
options: { ...Nd }
|
|
7708
|
+
}, Id = { 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}"]]] } };
|
|
7709
|
+
function Pd(t, n) {
|
|
7701
7710
|
var e = Array.prototype.slice.call(n);
|
|
7702
|
-
return e.push(
|
|
7711
|
+
return e.push(Id), t.apply(this, e);
|
|
7703
7712
|
}
|
|
7704
7713
|
function pi(t) {
|
|
7705
7714
|
return pi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7714,19 +7723,19 @@ function zi(t, n) {
|
|
|
7714
7723
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
7715
7724
|
}
|
|
7716
7725
|
}
|
|
7717
|
-
function
|
|
7726
|
+
function Md(t, n, e) {
|
|
7718
7727
|
return n && zi(t.prototype, n), e && zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7719
7728
|
}
|
|
7720
|
-
function
|
|
7729
|
+
function Dd(t, n) {
|
|
7721
7730
|
if (!(t instanceof n))
|
|
7722
7731
|
throw new TypeError("Cannot call a class as a function");
|
|
7723
7732
|
}
|
|
7724
|
-
function
|
|
7733
|
+
function Ld(t, n) {
|
|
7725
7734
|
if (typeof n != "function" && n !== null)
|
|
7726
7735
|
throw new TypeError("Super expression must either be null or a function");
|
|
7727
7736
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Vn(t, n);
|
|
7728
7737
|
}
|
|
7729
|
-
function
|
|
7738
|
+
function Rd(t) {
|
|
7730
7739
|
var n = zo();
|
|
7731
7740
|
return function() {
|
|
7732
7741
|
var e = Un(t), i;
|
|
@@ -7735,10 +7744,10 @@ function Ld(t) {
|
|
|
7735
7744
|
i = Reflect.construct(e, arguments, o);
|
|
7736
7745
|
} else
|
|
7737
7746
|
i = e.apply(this, arguments);
|
|
7738
|
-
return
|
|
7747
|
+
return Bd(this, i);
|
|
7739
7748
|
};
|
|
7740
7749
|
}
|
|
7741
|
-
function
|
|
7750
|
+
function Bd(t, n) {
|
|
7742
7751
|
if (n && (pi(n) === "object" || typeof n == "function"))
|
|
7743
7752
|
return n;
|
|
7744
7753
|
if (n !== void 0)
|
|
@@ -7753,7 +7762,7 @@ function Uo(t) {
|
|
|
7753
7762
|
function gi(t) {
|
|
7754
7763
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
7755
7764
|
return gi = function(e) {
|
|
7756
|
-
if (e === null || !
|
|
7765
|
+
if (e === null || !jd(e))
|
|
7757
7766
|
return e;
|
|
7758
7767
|
if (typeof e != "function")
|
|
7759
7768
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -7788,7 +7797,7 @@ function zo() {
|
|
|
7788
7797
|
return !1;
|
|
7789
7798
|
}
|
|
7790
7799
|
}
|
|
7791
|
-
function
|
|
7800
|
+
function jd(t) {
|
|
7792
7801
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
7793
7802
|
}
|
|
7794
7803
|
function Vn(t, n) {
|
|
@@ -7802,14 +7811,14 @@ function Un(t) {
|
|
|
7802
7811
|
}, Un(t);
|
|
7803
7812
|
}
|
|
7804
7813
|
var Zt = /* @__PURE__ */ function(t) {
|
|
7805
|
-
|
|
7806
|
-
var n =
|
|
7814
|
+
Ld(e, t);
|
|
7815
|
+
var n = Rd(e);
|
|
7807
7816
|
function e(i) {
|
|
7808
7817
|
var o;
|
|
7809
|
-
return
|
|
7818
|
+
return Dd(this, e), o = n.call(this, i), Object.setPrototypeOf(Uo(o), e.prototype), o.name = o.constructor.name, o;
|
|
7810
7819
|
}
|
|
7811
|
-
return
|
|
7812
|
-
}(/* @__PURE__ */ gi(Error)), Ei = 2,
|
|
7820
|
+
return Md(e);
|
|
7821
|
+
}(/* @__PURE__ */ gi(Error)), Ei = 2, qd = 17, Fd = 3, Xt = "0-90-9٠-٩۰-۹", Hd = "-‐-―−ー-", Vd = "//", Ud = "..", zd = " ", Kd = "()()[]\\[\\]", Gd = "~⁓∼~", gr = "".concat(Hd).concat(Vd).concat(Ud).concat(zd).concat(Kd).concat(Gd), Si = "++";
|
|
7813
7822
|
function Ki(t, n) {
|
|
7814
7823
|
t = t.split("-"), n = n.split("-");
|
|
7815
7824
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -7845,9 +7854,9 @@ function Gi(t, n) {
|
|
|
7845
7854
|
function Sr(t, n, e) {
|
|
7846
7855
|
return n && Gi(t.prototype, n), e && Gi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7847
7856
|
}
|
|
7848
|
-
var
|
|
7857
|
+
var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
7849
7858
|
function t(n) {
|
|
7850
|
-
Er(this, t),
|
|
7859
|
+
Er(this, t), ec(n), this.metadata = n, Ko.call(this, n);
|
|
7851
7860
|
}
|
|
7852
7861
|
return Sr(t, [{
|
|
7853
7862
|
key: "getCountries",
|
|
@@ -7900,7 +7909,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
7900
7909
|
}, {
|
|
7901
7910
|
key: "selectNumberingPlan",
|
|
7902
7911
|
value: function(n, e) {
|
|
7903
|
-
if (n &&
|
|
7912
|
+
if (n && Zd.test(n) && (e = n, n = null), n && n !== "001") {
|
|
7904
7913
|
if (!this.hasCountry(n))
|
|
7905
7914
|
throw new Error("Unknown country: ".concat(n));
|
|
7906
7915
|
this.numberingPlan = new Wi(this.getCountryMetadata(n), this);
|
|
@@ -8090,7 +8099,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8090
8099
|
value: function() {
|
|
8091
8100
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8092
8101
|
return e.map(function(i) {
|
|
8093
|
-
return new
|
|
8102
|
+
return new Jd(i, n);
|
|
8094
8103
|
});
|
|
8095
8104
|
}
|
|
8096
8105
|
}, {
|
|
@@ -8159,7 +8168,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8159
8168
|
key: "type",
|
|
8160
8169
|
value: function(n) {
|
|
8161
8170
|
if (this.hasTypes() && Zi(this.types(), n))
|
|
8162
|
-
return new
|
|
8171
|
+
return new Qd(Zi(this.types(), n), this);
|
|
8163
8172
|
}
|
|
8164
8173
|
}, {
|
|
8165
8174
|
key: "ext",
|
|
@@ -8167,7 +8176,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8167
8176
|
return this.v1 || this.v2 ? Yi : this.metadata[13] || Yi;
|
|
8168
8177
|
}
|
|
8169
8178
|
}]), t;
|
|
8170
|
-
}(),
|
|
8179
|
+
}(), Jd = /* @__PURE__ */ function() {
|
|
8171
8180
|
function t(n, e) {
|
|
8172
8181
|
Er(this, t), this._format = n, this.metadata = e;
|
|
8173
8182
|
}
|
|
@@ -8206,7 +8215,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8206
8215
|
key: "usesNationalPrefix",
|
|
8207
8216
|
value: function() {
|
|
8208
8217
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8209
|
-
!
|
|
8218
|
+
!Xd.test(this.nationalPrefixFormattingRule()));
|
|
8210
8219
|
}
|
|
8211
8220
|
}, {
|
|
8212
8221
|
key: "internationalFormat",
|
|
@@ -8214,7 +8223,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8214
8223
|
return this._format[5] || this.format();
|
|
8215
8224
|
}
|
|
8216
8225
|
}]), t;
|
|
8217
|
-
}(),
|
|
8226
|
+
}(), Xd = /^\(?\$1\)?$/, Qd = /* @__PURE__ */ function() {
|
|
8218
8227
|
function t(n, e) {
|
|
8219
8228
|
Er(this, t), this.type = n, this.metadata = e;
|
|
8220
8229
|
}
|
|
@@ -8255,15 +8264,15 @@ function Zi(t, n) {
|
|
|
8255
8264
|
return t[9];
|
|
8256
8265
|
}
|
|
8257
8266
|
}
|
|
8258
|
-
function
|
|
8267
|
+
function ec(t) {
|
|
8259
8268
|
if (!t)
|
|
8260
8269
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8261
8270
|
if (!li(t) || !li(t.countries))
|
|
8262
|
-
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(li(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
8271
|
+
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(li(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + tc(t) + ": " + t, "."));
|
|
8263
8272
|
}
|
|
8264
8273
|
var li = function(t) {
|
|
8265
8274
|
return mr(t) === "object";
|
|
8266
|
-
},
|
|
8275
|
+
}, tc = function(t) {
|
|
8267
8276
|
return mr(t);
|
|
8268
8277
|
};
|
|
8269
8278
|
function xi(t, n) {
|
|
@@ -8271,34 +8280,34 @@ function xi(t, n) {
|
|
|
8271
8280
|
return n.country(t).countryCallingCode();
|
|
8272
8281
|
throw new Error("Unknown country: ".concat(t));
|
|
8273
8282
|
}
|
|
8274
|
-
function
|
|
8283
|
+
function nc(t, n) {
|
|
8275
8284
|
return n.countries[t] !== void 0;
|
|
8276
8285
|
}
|
|
8277
8286
|
function Ko(t) {
|
|
8278
8287
|
var n = t.version;
|
|
8279
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n,
|
|
8288
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n, Yd) === -1 ? this.v2 = !0 : Ki(n, Wd) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8280
8289
|
}
|
|
8281
|
-
var
|
|
8290
|
+
var rc = ";ext=", yn = function(t) {
|
|
8282
8291
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8283
8292
|
};
|
|
8284
8293
|
function Go(t) {
|
|
8285
|
-
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", l = "[:\\..]?[ \\t,-]*", a = "#?", d = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", c = "[ \\t]*", s = "(?:,{2}|;)", u =
|
|
8294
|
+
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", l = "[:\\..]?[ \\t,-]*", a = "#?", d = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", c = "[ \\t]*", s = "(?:,{2}|;)", u = rc + yn(n), _ = r + d + l + yn(n) + a, v = r + f + l + yn(i) + a, y = h + yn(o) + "#", g = c + s + l + yn(e) + a, m = c + "(?:,)+" + l + yn(i) + a;
|
|
8286
8295
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8287
8296
|
}
|
|
8288
|
-
var
|
|
8289
|
-
"(?:" + Go() + ")?",
|
|
8297
|
+
var ic = "[" + Xt + "]{" + Ei + "}", oc = "[" + Si + "]{0,1}(?:[" + gr + "]*[" + Xt + "]){3,}[" + gr + Xt + "]*", ac = new RegExp("^[" + Si + "]{0,1}(?:[" + gr + "]*[" + Xt + "]){1,2}$", "i"), lc = oc + // Phone number extensions
|
|
8298
|
+
"(?:" + Go() + ")?", sc = new RegExp(
|
|
8290
8299
|
// Either a short two-digit-only phone number
|
|
8291
|
-
"^" +
|
|
8300
|
+
"^" + ic + "$|^" + lc + "$",
|
|
8292
8301
|
"i"
|
|
8293
8302
|
);
|
|
8294
8303
|
function Yo(t) {
|
|
8295
|
-
return t.length >= Ei &&
|
|
8304
|
+
return t.length >= Ei && sc.test(t);
|
|
8296
8305
|
}
|
|
8297
|
-
function
|
|
8298
|
-
return
|
|
8306
|
+
function uc(t) {
|
|
8307
|
+
return ac.test(t);
|
|
8299
8308
|
}
|
|
8300
8309
|
var Ji = new RegExp("(?:" + Go() + ")$", "i");
|
|
8301
|
-
function
|
|
8310
|
+
function dc(t) {
|
|
8302
8311
|
var n = t.search(Ji);
|
|
8303
8312
|
if (n < 0)
|
|
8304
8313
|
return {};
|
|
@@ -8311,7 +8320,7 @@ function uc(t) {
|
|
|
8311
8320
|
o++;
|
|
8312
8321
|
}
|
|
8313
8322
|
}
|
|
8314
|
-
var
|
|
8323
|
+
var cc = {
|
|
8315
8324
|
0: "0",
|
|
8316
8325
|
1: "1",
|
|
8317
8326
|
2: "2",
|
|
@@ -8383,14 +8392,14 @@ var dc = {
|
|
|
8383
8392
|
"۹": "9"
|
|
8384
8393
|
// Eastern-Arabic digit 9
|
|
8385
8394
|
};
|
|
8386
|
-
function
|
|
8387
|
-
return
|
|
8395
|
+
function fc(t) {
|
|
8396
|
+
return cc[t];
|
|
8388
8397
|
}
|
|
8389
|
-
function
|
|
8398
|
+
function hc(t, n) {
|
|
8390
8399
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8391
8400
|
if (e)
|
|
8392
8401
|
return (e = e.call(t)).next.bind(e);
|
|
8393
|
-
if (Array.isArray(t) || (e =
|
|
8402
|
+
if (Array.isArray(t) || (e = pc(t)) || n && t && typeof t.length == "number") {
|
|
8394
8403
|
e && (t = e);
|
|
8395
8404
|
var i = 0;
|
|
8396
8405
|
return function() {
|
|
@@ -8400,7 +8409,7 @@ function fc(t, n) {
|
|
|
8400
8409
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8401
8410
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8402
8411
|
}
|
|
8403
|
-
function
|
|
8412
|
+
function pc(t, n) {
|
|
8404
8413
|
if (t) {
|
|
8405
8414
|
if (typeof t == "string")
|
|
8406
8415
|
return Xi(t, n);
|
|
@@ -8418,20 +8427,20 @@ function Xi(t, n) {
|
|
|
8418
8427
|
return i;
|
|
8419
8428
|
}
|
|
8420
8429
|
function Qi(t) {
|
|
8421
|
-
for (var n = "", e =
|
|
8430
|
+
for (var n = "", e = hc(t.split("")), i; !(i = e()).done; ) {
|
|
8422
8431
|
var o = i.value;
|
|
8423
|
-
n +=
|
|
8432
|
+
n += gc(o, n) || "";
|
|
8424
8433
|
}
|
|
8425
8434
|
return n;
|
|
8426
8435
|
}
|
|
8427
|
-
function pc(t, n) {
|
|
8428
|
-
return t === "+" ? n ? void 0 : "+" : cc(t);
|
|
8429
|
-
}
|
|
8430
8436
|
function gc(t, n) {
|
|
8437
|
+
return t === "+" ? n ? void 0 : "+" : fc(t);
|
|
8438
|
+
}
|
|
8439
|
+
function mc(t, n) {
|
|
8431
8440
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8432
8441
|
if (e)
|
|
8433
8442
|
return (e = e.call(t)).next.bind(e);
|
|
8434
|
-
if (Array.isArray(t) || (e =
|
|
8443
|
+
if (Array.isArray(t) || (e = vc(t)) || n && t && typeof t.length == "number") {
|
|
8435
8444
|
e && (t = e);
|
|
8436
8445
|
var i = 0;
|
|
8437
8446
|
return function() {
|
|
@@ -8441,7 +8450,7 @@ function gc(t, n) {
|
|
|
8441
8450
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8442
8451
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8443
8452
|
}
|
|
8444
|
-
function
|
|
8453
|
+
function vc(t, n) {
|
|
8445
8454
|
if (t) {
|
|
8446
8455
|
if (typeof t == "string")
|
|
8447
8456
|
return eo(t, n);
|
|
@@ -8458,8 +8467,8 @@ function eo(t, n) {
|
|
|
8458
8467
|
i[e] = t[e];
|
|
8459
8468
|
return i;
|
|
8460
8469
|
}
|
|
8461
|
-
function
|
|
8462
|
-
for (var e = t.slice(), i =
|
|
8470
|
+
function yc(t, n) {
|
|
8471
|
+
for (var e = t.slice(), i = mc(n), o; !(o = i()).done; ) {
|
|
8463
8472
|
var r = o.value;
|
|
8464
8473
|
t.indexOf(r) < 0 && e.push(r);
|
|
8465
8474
|
}
|
|
@@ -8478,13 +8487,13 @@ function Wo(t, n, e) {
|
|
|
8478
8487
|
if (!e.type("FIXED_LINE"))
|
|
8479
8488
|
return Wo(t, "MOBILE", e);
|
|
8480
8489
|
var r = e.type("MOBILE");
|
|
8481
|
-
r && (o =
|
|
8490
|
+
r && (o = yc(o, r.possibleLengths()));
|
|
8482
8491
|
} else if (n && !i)
|
|
8483
8492
|
return "INVALID_LENGTH";
|
|
8484
8493
|
var l = t.length, a = o[0];
|
|
8485
8494
|
return a === l ? "IS_POSSIBLE" : a > l ? "TOO_SHORT" : o[o.length - 1] < l ? "TOO_LONG" : o.indexOf(l, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8486
8495
|
}
|
|
8487
|
-
function
|
|
8496
|
+
function bc(t, n, e) {
|
|
8488
8497
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8489
8498
|
if (!t.countryCallingCode)
|
|
8490
8499
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8516,14 +8525,14 @@ function Zo(t, n) {
|
|
|
8516
8525
|
return !1;
|
|
8517
8526
|
}
|
|
8518
8527
|
}
|
|
8519
|
-
function
|
|
8520
|
-
return
|
|
8528
|
+
function _c(t, n) {
|
|
8529
|
+
return Oc(t) || wc(t, n) || Jo(t, n) || $c();
|
|
8521
8530
|
}
|
|
8522
|
-
function
|
|
8531
|
+
function $c() {
|
|
8523
8532
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8524
8533
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8525
8534
|
}
|
|
8526
|
-
function
|
|
8535
|
+
function wc(t, n) {
|
|
8527
8536
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8528
8537
|
if (e != null) {
|
|
8529
8538
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -8543,11 +8552,11 @@ function $c(t, n) {
|
|
|
8543
8552
|
return i;
|
|
8544
8553
|
}
|
|
8545
8554
|
}
|
|
8546
|
-
function
|
|
8555
|
+
function Oc(t) {
|
|
8547
8556
|
if (Array.isArray(t))
|
|
8548
8557
|
return t;
|
|
8549
8558
|
}
|
|
8550
|
-
function
|
|
8559
|
+
function kc(t, n) {
|
|
8551
8560
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8552
8561
|
if (e)
|
|
8553
8562
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8578,11 +8587,11 @@ function to(t, n) {
|
|
|
8578
8587
|
i[e] = t[e];
|
|
8579
8588
|
return i;
|
|
8580
8589
|
}
|
|
8581
|
-
function
|
|
8590
|
+
function Cc(t) {
|
|
8582
8591
|
var n, e;
|
|
8583
8592
|
t = t.replace(/^tel:/, "tel=");
|
|
8584
|
-
for (var i =
|
|
8585
|
-
var r = o.value, l = r.split("="), a =
|
|
8593
|
+
for (var i = kc(t.split(";")), o; !(o = i()).done; ) {
|
|
8594
|
+
var r = o.value, l = r.split("="), a = _c(l, 2), d = a[0], f = a[1];
|
|
8586
8595
|
switch (d) {
|
|
8587
8596
|
case "tel":
|
|
8588
8597
|
n = f;
|
|
@@ -8602,7 +8611,7 @@ function kc(t) {
|
|
|
8602
8611
|
};
|
|
8603
8612
|
return e && (h.ext = e), h;
|
|
8604
8613
|
}
|
|
8605
|
-
function
|
|
8614
|
+
function Ec(t) {
|
|
8606
8615
|
var n = t.number, e = t.ext;
|
|
8607
8616
|
if (!n)
|
|
8608
8617
|
return "";
|
|
@@ -8613,11 +8622,11 @@ function Cc(t) {
|
|
|
8613
8622
|
function Gt(t, n) {
|
|
8614
8623
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8615
8624
|
}
|
|
8616
|
-
function
|
|
8625
|
+
function Sc(t, n) {
|
|
8617
8626
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8618
8627
|
if (e)
|
|
8619
8628
|
return (e = e.call(t)).next.bind(e);
|
|
8620
|
-
if (Array.isArray(t) || (e =
|
|
8629
|
+
if (Array.isArray(t) || (e = xc(t)) || n && t && typeof t.length == "number") {
|
|
8621
8630
|
e && (t = e);
|
|
8622
8631
|
var i = 0;
|
|
8623
8632
|
return function() {
|
|
@@ -8627,7 +8636,7 @@ function Ec(t, n) {
|
|
|
8627
8636
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8628
8637
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8629
8638
|
}
|
|
8630
|
-
function
|
|
8639
|
+
function xc(t, n) {
|
|
8631
8640
|
if (t) {
|
|
8632
8641
|
if (typeof t == "string")
|
|
8633
8642
|
return no(t, n);
|
|
@@ -8644,7 +8653,7 @@ function no(t, n) {
|
|
|
8644
8653
|
i[e] = t[e];
|
|
8645
8654
|
return i;
|
|
8646
8655
|
}
|
|
8647
|
-
var
|
|
8656
|
+
var Tc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
8648
8657
|
function Ai(t, n, e) {
|
|
8649
8658
|
if (n = n || {}, !!t.country) {
|
|
8650
8659
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -8652,7 +8661,7 @@ function Ai(t, n, e) {
|
|
|
8652
8661
|
if (Gt(i, e.nationalNumberPattern())) {
|
|
8653
8662
|
if (si(i, "FIXED_LINE", e))
|
|
8654
8663
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || si(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
8655
|
-
for (var o =
|
|
8664
|
+
for (var o = Sc(Tc), r; !(r = o()).done; ) {
|
|
8656
8665
|
var l = r.value;
|
|
8657
8666
|
if (si(i, l, e))
|
|
8658
8667
|
return l;
|
|
@@ -8663,7 +8672,7 @@ function Ai(t, n, e) {
|
|
|
8663
8672
|
function si(t, n, e) {
|
|
8664
8673
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Gt(t, n.pattern());
|
|
8665
8674
|
}
|
|
8666
|
-
function
|
|
8675
|
+
function Ac(t, n, e) {
|
|
8667
8676
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
8668
8677
|
return !1;
|
|
8669
8678
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -8671,11 +8680,11 @@ function Tc(t, n, e) {
|
|
|
8671
8680
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
8672
8681
|
return Gt(i, e.nationalNumberPattern());
|
|
8673
8682
|
}
|
|
8674
|
-
function
|
|
8683
|
+
function Nc(t) {
|
|
8675
8684
|
return t.replace(new RegExp("[".concat(gr, "]+"), "g"), " ").trim();
|
|
8676
8685
|
}
|
|
8677
|
-
var
|
|
8678
|
-
function
|
|
8686
|
+
var Ic = /(\$\d)/;
|
|
8687
|
+
function Pc(t, n, e) {
|
|
8679
8688
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
8680
8689
|
e.carrierCode, e.metadata;
|
|
8681
8690
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -8692,23 +8701,23 @@ function Ic(t, n, e) {
|
|
|
8692
8701
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
8693
8702
|
// : format.format()
|
|
8694
8703
|
// )
|
|
8695
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
8704
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Ic, n.nationalPrefixFormattingRule()) : n.format()
|
|
8696
8705
|
));
|
|
8697
|
-
return i ?
|
|
8706
|
+
return i ? Nc(r) : r;
|
|
8698
8707
|
}
|
|
8699
|
-
var
|
|
8700
|
-
function
|
|
8708
|
+
var Mc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8709
|
+
function Dc(t, n, e) {
|
|
8701
8710
|
var i = new kt(e);
|
|
8702
8711
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
8703
8712
|
return i.defaultIDDPrefix();
|
|
8704
|
-
if (
|
|
8713
|
+
if (Mc.test(i.IDDPrefix()))
|
|
8705
8714
|
return i.IDDPrefix();
|
|
8706
8715
|
}
|
|
8707
|
-
function
|
|
8716
|
+
function Lc(t, n) {
|
|
8708
8717
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8709
8718
|
if (e)
|
|
8710
8719
|
return (e = e.call(t)).next.bind(e);
|
|
8711
|
-
if (Array.isArray(t) || (e =
|
|
8720
|
+
if (Array.isArray(t) || (e = Rc(t)) || n && t && typeof t.length == "number") {
|
|
8712
8721
|
e && (t = e);
|
|
8713
8722
|
var i = 0;
|
|
8714
8723
|
return function() {
|
|
@@ -8718,7 +8727,7 @@ function Dc(t, n) {
|
|
|
8718
8727
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8719
8728
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8720
8729
|
}
|
|
8721
|
-
function
|
|
8730
|
+
function Rc(t, n) {
|
|
8722
8731
|
if (t) {
|
|
8723
8732
|
if (typeof t == "string")
|
|
8724
8733
|
return ro(t, n);
|
|
@@ -8749,14 +8758,14 @@ function oo(t) {
|
|
|
8749
8758
|
for (var n = 1; n < arguments.length; n++) {
|
|
8750
8759
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8751
8760
|
n % 2 ? io(Object(e), !0).forEach(function(i) {
|
|
8752
|
-
|
|
8761
|
+
Bc(t, i, e[i]);
|
|
8753
8762
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : io(Object(e)).forEach(function(i) {
|
|
8754
8763
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8755
8764
|
});
|
|
8756
8765
|
}
|
|
8757
8766
|
return t;
|
|
8758
8767
|
}
|
|
8759
|
-
function
|
|
8768
|
+
function Bc(t, n, e) {
|
|
8760
8769
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8761
8770
|
}
|
|
8762
8771
|
var ao = {
|
|
@@ -8764,7 +8773,7 @@ var ao = {
|
|
|
8764
8773
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
8765
8774
|
}
|
|
8766
8775
|
};
|
|
8767
|
-
function
|
|
8776
|
+
function jc(t, n, e, i) {
|
|
8768
8777
|
if (e ? e = oo(oo({}, ao), e) : e = ao, i = new kt(i), t.country && t.country !== "001") {
|
|
8769
8778
|
if (!i.hasCountry(t.country))
|
|
8770
8779
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -8782,30 +8791,30 @@ function Bc(t, n, e, i) {
|
|
|
8782
8791
|
case "E.164":
|
|
8783
8792
|
return "+".concat(o).concat(r);
|
|
8784
8793
|
case "RFC3966":
|
|
8785
|
-
return
|
|
8794
|
+
return Ec({
|
|
8786
8795
|
number: "+".concat(o).concat(r),
|
|
8787
8796
|
ext: t.ext
|
|
8788
8797
|
});
|
|
8789
8798
|
case "IDD":
|
|
8790
8799
|
if (!e.fromCountry)
|
|
8791
8800
|
return;
|
|
8792
|
-
var a =
|
|
8801
|
+
var a = Fc(r, t.carrierCode, o, e.fromCountry, i);
|
|
8793
8802
|
return ui(a, t.ext, i, e.formatExtension);
|
|
8794
8803
|
default:
|
|
8795
8804
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
8796
8805
|
}
|
|
8797
8806
|
}
|
|
8798
8807
|
function vr(t, n, e, i, o) {
|
|
8799
|
-
var r =
|
|
8800
|
-
return r ?
|
|
8808
|
+
var r = qc(i.formats(), t);
|
|
8809
|
+
return r ? Pc(t, r, {
|
|
8801
8810
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
8802
8811
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
8803
8812
|
carrierCode: n,
|
|
8804
8813
|
metadata: i
|
|
8805
8814
|
}) : t;
|
|
8806
8815
|
}
|
|
8807
|
-
function
|
|
8808
|
-
for (var e =
|
|
8816
|
+
function qc(t, n) {
|
|
8817
|
+
for (var e = Lc(t), i; !(i = e()).done; ) {
|
|
8809
8818
|
var o = i.value;
|
|
8810
8819
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
8811
8820
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -8819,13 +8828,13 @@ function jc(t, n) {
|
|
|
8819
8828
|
function ui(t, n, e, i) {
|
|
8820
8829
|
return n ? i(t, n, e) : t;
|
|
8821
8830
|
}
|
|
8822
|
-
function
|
|
8831
|
+
function Fc(t, n, e, i, o) {
|
|
8823
8832
|
var r = xi(i, o.metadata);
|
|
8824
8833
|
if (r === e) {
|
|
8825
8834
|
var l = vr(t, n, "NATIONAL", o);
|
|
8826
8835
|
return e === "1" ? e + " " + l : l;
|
|
8827
8836
|
}
|
|
8828
|
-
var a =
|
|
8837
|
+
var a = Dc(i, void 0, o.metadata);
|
|
8829
8838
|
if (a)
|
|
8830
8839
|
return "".concat(a, " ").concat(e, " ").concat(vr(t, null, "INTERNATIONAL", o));
|
|
8831
8840
|
}
|
|
@@ -8843,17 +8852,17 @@ function so(t) {
|
|
|
8843
8852
|
for (var n = 1; n < arguments.length; n++) {
|
|
8844
8853
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8845
8854
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
8846
|
-
|
|
8855
|
+
Hc(t, i, e[i]);
|
|
8847
8856
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
8848
8857
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8849
8858
|
});
|
|
8850
8859
|
}
|
|
8851
8860
|
return t;
|
|
8852
8861
|
}
|
|
8853
|
-
function
|
|
8862
|
+
function Hc(t, n, e) {
|
|
8854
8863
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8855
8864
|
}
|
|
8856
|
-
function
|
|
8865
|
+
function Vc(t, n) {
|
|
8857
8866
|
if (!(t instanceof n))
|
|
8858
8867
|
throw new TypeError("Cannot call a class as a function");
|
|
8859
8868
|
}
|
|
@@ -8863,21 +8872,21 @@ function uo(t, n) {
|
|
|
8863
8872
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8864
8873
|
}
|
|
8865
8874
|
}
|
|
8866
|
-
function
|
|
8875
|
+
function Uc(t, n, e) {
|
|
8867
8876
|
return n && uo(t.prototype, n), e && uo(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8868
8877
|
}
|
|
8869
|
-
var
|
|
8878
|
+
var zc = /* @__PURE__ */ function() {
|
|
8870
8879
|
function t(n, e, i) {
|
|
8871
|
-
if (
|
|
8880
|
+
if (Vc(this, t), !n)
|
|
8872
8881
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
8873
8882
|
if (!e)
|
|
8874
8883
|
throw new TypeError("`nationalNumber` not passed");
|
|
8875
8884
|
if (!i)
|
|
8876
8885
|
throw new TypeError("`metadata` not passed");
|
|
8877
8886
|
var o = new kt(i);
|
|
8878
|
-
|
|
8887
|
+
Kc(n) && (this.country = n, o.country(n), n = o.countryCallingCode()), this.countryCallingCode = n, this.nationalNumber = e, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.metadata = i;
|
|
8879
8888
|
}
|
|
8880
|
-
return
|
|
8889
|
+
return Uc(t, [{
|
|
8881
8890
|
key: "setExt",
|
|
8882
8891
|
value: function(n) {
|
|
8883
8892
|
this.ext = n;
|
|
@@ -8885,14 +8894,14 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8885
8894
|
}, {
|
|
8886
8895
|
key: "isPossible",
|
|
8887
8896
|
value: function() {
|
|
8888
|
-
return
|
|
8897
|
+
return bc(this, {
|
|
8889
8898
|
v2: !0
|
|
8890
8899
|
}, this.metadata);
|
|
8891
8900
|
}
|
|
8892
8901
|
}, {
|
|
8893
8902
|
key: "isValid",
|
|
8894
8903
|
value: function() {
|
|
8895
|
-
return
|
|
8904
|
+
return Ac(this, {
|
|
8896
8905
|
v2: !0
|
|
8897
8906
|
}, this.metadata);
|
|
8898
8907
|
}
|
|
@@ -8922,7 +8931,7 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8922
8931
|
}, {
|
|
8923
8932
|
key: "format",
|
|
8924
8933
|
value: function(n, e) {
|
|
8925
|
-
return
|
|
8934
|
+
return jc(this, n, e ? so(so({}, e), {}, {
|
|
8926
8935
|
v2: !0
|
|
8927
8936
|
}) : {
|
|
8928
8937
|
v2: !0
|
|
@@ -8944,23 +8953,23 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8944
8953
|
return this.format("RFC3966", n);
|
|
8945
8954
|
}
|
|
8946
8955
|
}]), t;
|
|
8947
|
-
}(),
|
|
8956
|
+
}(), Kc = function(t) {
|
|
8948
8957
|
return /^[A-Z]{2}$/.test(t);
|
|
8949
|
-
},
|
|
8950
|
-
function
|
|
8958
|
+
}, Gc = new RegExp("([" + Xt + "])");
|
|
8959
|
+
function Yc(t, n, e, i) {
|
|
8951
8960
|
if (n) {
|
|
8952
8961
|
var o = new kt(i);
|
|
8953
8962
|
o.selectNumberingPlan(n, e);
|
|
8954
8963
|
var r = new RegExp(o.IDDPrefix());
|
|
8955
8964
|
if (t.search(r) === 0) {
|
|
8956
8965
|
t = t.slice(t.match(r)[0].length);
|
|
8957
|
-
var l = t.match(
|
|
8966
|
+
var l = t.match(Gc);
|
|
8958
8967
|
if (!(l && l[1] != null && l[1].length > 0 && l[1] === "0"))
|
|
8959
8968
|
return t;
|
|
8960
8969
|
}
|
|
8961
8970
|
}
|
|
8962
8971
|
}
|
|
8963
|
-
function
|
|
8972
|
+
function Wc(t, n) {
|
|
8964
8973
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
8965
8974
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
8966
8975
|
if (i) {
|
|
@@ -8989,13 +8998,13 @@ function Yc(t, n) {
|
|
|
8989
8998
|
};
|
|
8990
8999
|
}
|
|
8991
9000
|
function mi(t, n) {
|
|
8992
|
-
var e =
|
|
9001
|
+
var e = Wc(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
8993
9002
|
if (o !== t) {
|
|
8994
|
-
if (!
|
|
9003
|
+
if (!Zc(t, o, n))
|
|
8995
9004
|
return {
|
|
8996
9005
|
nationalNumber: t
|
|
8997
9006
|
};
|
|
8998
|
-
if (n.possibleLengths() && !
|
|
9007
|
+
if (n.possibleLengths() && !Jc(o, n))
|
|
8999
9008
|
return {
|
|
9000
9009
|
nationalNumber: t
|
|
9001
9010
|
};
|
|
@@ -9005,10 +9014,10 @@ function mi(t, n) {
|
|
|
9005
9014
|
carrierCode: i
|
|
9006
9015
|
};
|
|
9007
9016
|
}
|
|
9008
|
-
function
|
|
9017
|
+
function Zc(t, n, e) {
|
|
9009
9018
|
return !(Gt(t, e.nationalNumberPattern()) && !Gt(n, e.nationalNumberPattern()));
|
|
9010
9019
|
}
|
|
9011
|
-
function
|
|
9020
|
+
function Jc(t, n) {
|
|
9012
9021
|
switch (Ti(t, n)) {
|
|
9013
9022
|
case "TOO_SHORT":
|
|
9014
9023
|
case "INVALID_LENGTH":
|
|
@@ -9017,7 +9026,7 @@ function Zc(t, n) {
|
|
|
9017
9026
|
return !0;
|
|
9018
9027
|
}
|
|
9019
9028
|
}
|
|
9020
|
-
function
|
|
9029
|
+
function Xc(t, n, e, i) {
|
|
9021
9030
|
var o = n ? xi(n, i) : e;
|
|
9022
9031
|
if (t.indexOf(o) === 0) {
|
|
9023
9032
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9032,16 +9041,16 @@ function Jc(t, n, e, i) {
|
|
|
9032
9041
|
number: t
|
|
9033
9042
|
};
|
|
9034
9043
|
}
|
|
9035
|
-
function
|
|
9044
|
+
function Qc(t, n, e, i) {
|
|
9036
9045
|
if (!t)
|
|
9037
9046
|
return {};
|
|
9038
9047
|
if (t[0] !== "+") {
|
|
9039
|
-
var o =
|
|
9048
|
+
var o = Yc(t, n, e, i);
|
|
9040
9049
|
if (o && o !== t)
|
|
9041
9050
|
t = "+" + o;
|
|
9042
9051
|
else {
|
|
9043
9052
|
if (n || e) {
|
|
9044
|
-
var r =
|
|
9053
|
+
var r = Xc(t, n, e, i), l = r.countryCallingCode, a = r.number;
|
|
9045
9054
|
if (l)
|
|
9046
9055
|
return {
|
|
9047
9056
|
countryCallingCode: l,
|
|
@@ -9056,7 +9065,7 @@ function Xc(t, n, e, i) {
|
|
|
9056
9065
|
if (t[1] === "0")
|
|
9057
9066
|
return {};
|
|
9058
9067
|
i = new kt(i);
|
|
9059
|
-
for (var d = 2; d - 1 <=
|
|
9068
|
+
for (var d = 2; d - 1 <= Fd && d <= t.length; ) {
|
|
9060
9069
|
var f = t.slice(1, d);
|
|
9061
9070
|
if (i.hasCallingCode(f))
|
|
9062
9071
|
return i.selectNumberingPlan(f), {
|
|
@@ -9067,11 +9076,11 @@ function Xc(t, n, e, i) {
|
|
|
9067
9076
|
}
|
|
9068
9077
|
return {};
|
|
9069
9078
|
}
|
|
9070
|
-
function
|
|
9079
|
+
function ef(t, n) {
|
|
9071
9080
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9072
9081
|
if (e)
|
|
9073
9082
|
return (e = e.call(t)).next.bind(e);
|
|
9074
|
-
if (Array.isArray(t) || (e =
|
|
9083
|
+
if (Array.isArray(t) || (e = tf(t)) || n && t && typeof t.length == "number") {
|
|
9075
9084
|
e && (t = e);
|
|
9076
9085
|
var i = 0;
|
|
9077
9086
|
return function() {
|
|
@@ -9081,7 +9090,7 @@ function Qc(t, n) {
|
|
|
9081
9090
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9082
9091
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9083
9092
|
}
|
|
9084
|
-
function
|
|
9093
|
+
function tf(t, n) {
|
|
9085
9094
|
if (t) {
|
|
9086
9095
|
if (typeof t == "string")
|
|
9087
9096
|
return co(t, n);
|
|
@@ -9098,14 +9107,14 @@ function co(t, n) {
|
|
|
9098
9107
|
i[e] = t[e];
|
|
9099
9108
|
return i;
|
|
9100
9109
|
}
|
|
9101
|
-
function
|
|
9110
|
+
function nf(t, n, e) {
|
|
9102
9111
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9103
9112
|
if (i)
|
|
9104
|
-
return i.length === 1 ? i[0] :
|
|
9113
|
+
return i.length === 1 ? i[0] : rf(i, n, e.metadata);
|
|
9105
9114
|
}
|
|
9106
|
-
function
|
|
9115
|
+
function rf(t, n, e) {
|
|
9107
9116
|
e = new kt(e);
|
|
9108
|
-
for (var i =
|
|
9117
|
+
for (var i = ef(t), o; !(o = i()).done; ) {
|
|
9109
9118
|
var r = o.value;
|
|
9110
9119
|
if (e.country(r), e.leadingDigits()) {
|
|
9111
9120
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9117,17 +9126,17 @@ function nf(t, n, e) {
|
|
|
9117
9126
|
return r;
|
|
9118
9127
|
}
|
|
9119
9128
|
}
|
|
9120
|
-
var
|
|
9121
|
-
function
|
|
9129
|
+
var of = 250, af = new RegExp("[" + Si + Xt + "]"), lf = new RegExp("[^" + Xt + "#]+$");
|
|
9130
|
+
function sf(t, n, e) {
|
|
9122
9131
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9123
9132
|
throw n.v2 ? new Zt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9124
|
-
var i =
|
|
9133
|
+
var i = df(t, n.v2, n.extract), o = i.number, r = i.ext, l = i.error;
|
|
9125
9134
|
if (!o) {
|
|
9126
9135
|
if (n.v2)
|
|
9127
9136
|
throw l === "TOO_SHORT" ? new Zt("TOO_SHORT") : new Zt("NOT_A_NUMBER");
|
|
9128
9137
|
return {};
|
|
9129
9138
|
}
|
|
9130
|
-
var a =
|
|
9139
|
+
var a = ff(o, n.defaultCountry, n.defaultCallingCode, e), d = a.country, f = a.nationalNumber, h = a.countryCallingCode, c = a.carrierCode;
|
|
9131
9140
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9132
9141
|
if (n.v2)
|
|
9133
9142
|
throw new Zt("INVALID_COUNTRY");
|
|
@@ -9138,13 +9147,13 @@ function lf(t, n, e) {
|
|
|
9138
9147
|
throw new Zt("TOO_SHORT");
|
|
9139
9148
|
return {};
|
|
9140
9149
|
}
|
|
9141
|
-
if (f.length >
|
|
9150
|
+
if (f.length > qd) {
|
|
9142
9151
|
if (n.v2)
|
|
9143
9152
|
throw new Zt("TOO_LONG");
|
|
9144
9153
|
return {};
|
|
9145
9154
|
}
|
|
9146
9155
|
if (n.v2) {
|
|
9147
|
-
var s = new
|
|
9156
|
+
var s = new zc(h, f, e.metadata);
|
|
9148
9157
|
return d && (s.country = d), c && (s.carrierCode = c), r && (s.ext = r), s;
|
|
9149
9158
|
}
|
|
9150
9159
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : d) ? Gt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9156,46 +9165,46 @@ function lf(t, n, e) {
|
|
|
9156
9165
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Zo(f, e)),
|
|
9157
9166
|
phone: f,
|
|
9158
9167
|
ext: r
|
|
9159
|
-
} : u ?
|
|
9168
|
+
} : u ? cf(d, f, r) : {};
|
|
9160
9169
|
}
|
|
9161
|
-
function
|
|
9170
|
+
function uf(t, n, e) {
|
|
9162
9171
|
if (t) {
|
|
9163
|
-
if (t.length >
|
|
9172
|
+
if (t.length > of) {
|
|
9164
9173
|
if (e)
|
|
9165
9174
|
throw new Zt("TOO_LONG");
|
|
9166
9175
|
return;
|
|
9167
9176
|
}
|
|
9168
9177
|
if (n === !1)
|
|
9169
9178
|
return t;
|
|
9170
|
-
var i = t.search(
|
|
9179
|
+
var i = t.search(af);
|
|
9171
9180
|
if (!(i < 0))
|
|
9172
|
-
return t.slice(i).replace(
|
|
9181
|
+
return t.slice(i).replace(lf, "");
|
|
9173
9182
|
}
|
|
9174
9183
|
}
|
|
9175
|
-
function
|
|
9184
|
+
function df(t, n, e) {
|
|
9176
9185
|
if (t && t.indexOf("tel:") === 0)
|
|
9177
|
-
return
|
|
9178
|
-
var i =
|
|
9186
|
+
return Cc(t);
|
|
9187
|
+
var i = uf(t, e, n);
|
|
9179
9188
|
if (!i)
|
|
9180
9189
|
return {};
|
|
9181
9190
|
if (!Yo(i))
|
|
9182
|
-
return
|
|
9191
|
+
return uc(i) ? {
|
|
9183
9192
|
error: "TOO_SHORT"
|
|
9184
9193
|
} : {};
|
|
9185
|
-
var o =
|
|
9194
|
+
var o = dc(i);
|
|
9186
9195
|
return o.ext ? o : {
|
|
9187
9196
|
number: i
|
|
9188
9197
|
};
|
|
9189
9198
|
}
|
|
9190
|
-
function
|
|
9199
|
+
function cf(t, n, e) {
|
|
9191
9200
|
var i = {
|
|
9192
9201
|
country: t,
|
|
9193
9202
|
phone: n
|
|
9194
9203
|
};
|
|
9195
9204
|
return e && (i.ext = e), i;
|
|
9196
9205
|
}
|
|
9197
|
-
function
|
|
9198
|
-
var o =
|
|
9206
|
+
function ff(t, n, e, i) {
|
|
9207
|
+
var o = Qc(Qi(t), n, e, i.metadata), r = o.countryCallingCode, l = o.number, a;
|
|
9199
9208
|
if (r)
|
|
9200
9209
|
i.selectNumberingPlan(r);
|
|
9201
9210
|
else if (l && (n || e))
|
|
@@ -9206,7 +9215,7 @@ function cf(t, n, e, i) {
|
|
|
9206
9215
|
return {
|
|
9207
9216
|
countryCallingCode: r
|
|
9208
9217
|
};
|
|
9209
|
-
var d = mi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c =
|
|
9218
|
+
var d = mi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c = nf(r, f, i);
|
|
9210
9219
|
return c && (a = c, c === "001" || i.country(a)), {
|
|
9211
9220
|
country: a,
|
|
9212
9221
|
countryCallingCode: r,
|
|
@@ -9228,18 +9237,18 @@ function ho(t) {
|
|
|
9228
9237
|
for (var n = 1; n < arguments.length; n++) {
|
|
9229
9238
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9230
9239
|
n % 2 ? fo(Object(e), !0).forEach(function(i) {
|
|
9231
|
-
|
|
9240
|
+
hf(t, i, e[i]);
|
|
9232
9241
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(i) {
|
|
9233
9242
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9234
9243
|
});
|
|
9235
9244
|
}
|
|
9236
9245
|
return t;
|
|
9237
9246
|
}
|
|
9238
|
-
function
|
|
9247
|
+
function hf(t, n, e) {
|
|
9239
9248
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9240
9249
|
}
|
|
9241
|
-
function
|
|
9242
|
-
return
|
|
9250
|
+
function pf(t, n, e) {
|
|
9251
|
+
return sf(t, ho(ho({}, n), {}, {
|
|
9243
9252
|
v2: !0
|
|
9244
9253
|
}), e);
|
|
9245
9254
|
}
|
|
@@ -9260,28 +9269,28 @@ function po(t, n) {
|
|
|
9260
9269
|
}
|
|
9261
9270
|
return e;
|
|
9262
9271
|
}
|
|
9263
|
-
function
|
|
9272
|
+
function gf(t) {
|
|
9264
9273
|
for (var n = 1; n < arguments.length; n++) {
|
|
9265
9274
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9266
9275
|
n % 2 ? po(Object(e), !0).forEach(function(i) {
|
|
9267
|
-
|
|
9276
|
+
mf(t, i, e[i]);
|
|
9268
9277
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : po(Object(e)).forEach(function(i) {
|
|
9269
9278
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9270
9279
|
});
|
|
9271
9280
|
}
|
|
9272
9281
|
return t;
|
|
9273
9282
|
}
|
|
9274
|
-
function
|
|
9283
|
+
function mf(t, n, e) {
|
|
9275
9284
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9276
9285
|
}
|
|
9277
|
-
function
|
|
9278
|
-
return
|
|
9286
|
+
function vf(t, n) {
|
|
9287
|
+
return $f(t) || _f(t, n) || bf(t, n) || yf();
|
|
9279
9288
|
}
|
|
9280
|
-
function
|
|
9289
|
+
function yf() {
|
|
9281
9290
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9282
9291
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9283
9292
|
}
|
|
9284
|
-
function
|
|
9293
|
+
function bf(t, n) {
|
|
9285
9294
|
if (t) {
|
|
9286
9295
|
if (typeof t == "string")
|
|
9287
9296
|
return go(t, n);
|
|
@@ -9298,7 +9307,7 @@ function go(t, n) {
|
|
|
9298
9307
|
i[e] = t[e];
|
|
9299
9308
|
return i;
|
|
9300
9309
|
}
|
|
9301
|
-
function
|
|
9310
|
+
function _f(t, n) {
|
|
9302
9311
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9303
9312
|
if (e != null) {
|
|
9304
9313
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -9318,21 +9327,21 @@ function bf(t, n) {
|
|
|
9318
9327
|
return i;
|
|
9319
9328
|
}
|
|
9320
9329
|
}
|
|
9321
|
-
function
|
|
9330
|
+
function $f(t) {
|
|
9322
9331
|
if (Array.isArray(t))
|
|
9323
9332
|
return t;
|
|
9324
9333
|
}
|
|
9325
|
-
function
|
|
9326
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9334
|
+
function wf(t) {
|
|
9335
|
+
var n = Array.prototype.slice.call(t), e = vf(n, 4), i = e[0], o = e[1], r = e[2], l = e[3], a, d, f;
|
|
9327
9336
|
if (typeof i == "string")
|
|
9328
9337
|
a = i;
|
|
9329
9338
|
else
|
|
9330
9339
|
throw new TypeError("A text for parsing must be a string.");
|
|
9331
9340
|
if (!o || typeof o == "string")
|
|
9332
|
-
l ? (d = r, f = l) : (d = void 0, f = r), o && (d =
|
|
9341
|
+
l ? (d = r, f = l) : (d = void 0, f = r), o && (d = gf({
|
|
9333
9342
|
defaultCountry: o
|
|
9334
9343
|
}, d));
|
|
9335
|
-
else if (
|
|
9344
|
+
else if (Of(o))
|
|
9336
9345
|
r ? (d = o, f = r) : f = o;
|
|
9337
9346
|
else
|
|
9338
9347
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9342,7 +9351,7 @@ function $f(t) {
|
|
|
9342
9351
|
metadata: f
|
|
9343
9352
|
};
|
|
9344
9353
|
}
|
|
9345
|
-
var
|
|
9354
|
+
var Of = function(t) {
|
|
9346
9355
|
return vi(t) === "object";
|
|
9347
9356
|
};
|
|
9348
9357
|
function mo(t, n) {
|
|
@@ -9359,35 +9368,35 @@ function vo(t) {
|
|
|
9359
9368
|
for (var n = 1; n < arguments.length; n++) {
|
|
9360
9369
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9361
9370
|
n % 2 ? mo(Object(e), !0).forEach(function(i) {
|
|
9362
|
-
|
|
9371
|
+
kf(t, i, e[i]);
|
|
9363
9372
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(i) {
|
|
9364
9373
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9365
9374
|
});
|
|
9366
9375
|
}
|
|
9367
9376
|
return t;
|
|
9368
9377
|
}
|
|
9369
|
-
function
|
|
9378
|
+
function kf(t, n, e) {
|
|
9370
9379
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9371
9380
|
}
|
|
9372
|
-
function
|
|
9373
|
-
n && n.defaultCountry && !
|
|
9381
|
+
function Cf(t, n, e) {
|
|
9382
|
+
n && n.defaultCountry && !nc(n.defaultCountry, e) && (n = vo(vo({}, n), {}, {
|
|
9374
9383
|
defaultCountry: void 0
|
|
9375
9384
|
}));
|
|
9376
9385
|
try {
|
|
9377
|
-
return
|
|
9386
|
+
return pf(t, n, e);
|
|
9378
9387
|
} catch (i) {
|
|
9379
9388
|
if (!(i instanceof Zt))
|
|
9380
9389
|
throw i;
|
|
9381
9390
|
}
|
|
9382
9391
|
}
|
|
9383
|
-
function
|
|
9384
|
-
var t =
|
|
9385
|
-
return
|
|
9392
|
+
function Ef() {
|
|
9393
|
+
var t = wf(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9394
|
+
return Cf(n, e, i);
|
|
9386
9395
|
}
|
|
9387
9396
|
function di() {
|
|
9388
|
-
return
|
|
9397
|
+
return Pd(Ef, arguments);
|
|
9389
9398
|
}
|
|
9390
|
-
const
|
|
9399
|
+
const Sf = {
|
|
9391
9400
|
beforeMount(t, n, e) {
|
|
9392
9401
|
if (typeof n.value != "function") {
|
|
9393
9402
|
const i = e.context.name;
|
|
@@ -9401,7 +9410,7 @@ const Ef = {
|
|
|
9401
9410
|
unmounted(t) {
|
|
9402
9411
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9403
9412
|
}
|
|
9404
|
-
},
|
|
9413
|
+
}, xf = (t, n) => {
|
|
9405
9414
|
const e = t.__vccOpts || t;
|
|
9406
9415
|
for (const [i, o] of n)
|
|
9407
9416
|
e[i] = o;
|
|
@@ -9411,10 +9420,10 @@ function mt(t) {
|
|
|
9411
9420
|
const n = Ui.options[t];
|
|
9412
9421
|
return typeof n > "u" ? Ui.options[t] : n;
|
|
9413
9422
|
}
|
|
9414
|
-
const
|
|
9423
|
+
const Tf = {
|
|
9415
9424
|
name: "VueTelInput",
|
|
9416
9425
|
directives: {
|
|
9417
|
-
clickOutside:
|
|
9426
|
+
clickOutside: Sf
|
|
9418
9427
|
},
|
|
9419
9428
|
props: {
|
|
9420
9429
|
modelValue: {
|
|
@@ -9600,7 +9609,7 @@ const xf = {
|
|
|
9600
9609
|
}
|
|
9601
9610
|
}
|
|
9602
9611
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9603
|
-
this.autoDefaultCountry ?
|
|
9612
|
+
this.autoDefaultCountry ? xd().then((i) => {
|
|
9604
9613
|
this.choose(i || this.activeCountryCode);
|
|
9605
9614
|
}).catch((i) => {
|
|
9606
9615
|
console.warn(i), this.choose(e);
|
|
@@ -9675,7 +9684,7 @@ const xf = {
|
|
|
9675
9684
|
this.$emit("blur");
|
|
9676
9685
|
},
|
|
9677
9686
|
onFocus() {
|
|
9678
|
-
|
|
9687
|
+
Td(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
9679
9688
|
},
|
|
9680
9689
|
onEnter() {
|
|
9681
9690
|
this.$emit("enter");
|
|
@@ -9722,11 +9731,11 @@ const xf = {
|
|
|
9722
9731
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
9723
9732
|
}
|
|
9724
9733
|
}
|
|
9725
|
-
},
|
|
9734
|
+
}, Af = ["aria-expanded", "tabindex"], Nf = { class: "vti__selection" }, If = {
|
|
9726
9735
|
key: 1,
|
|
9727
9736
|
class: "vti__country-code"
|
|
9728
|
-
},
|
|
9729
|
-
function
|
|
9737
|
+
}, Pf = { class: "vti__dropdown-arrow" }, Mf = ["placeholder"], Df = ["onClick", "onMousemove", "aria-selected"], Lf = { key: 1 }, Rf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
9738
|
+
function Bf(t, n, e, i, o, r) {
|
|
9730
9739
|
const l = wr("click-outside");
|
|
9731
9740
|
return G(), ne("div", {
|
|
9732
9741
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -9746,14 +9755,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9746
9755
|
],
|
|
9747
9756
|
onClick: n[3] || (n[3] = (...a) => r.toggleDropdown && r.toggleDropdown(...a))
|
|
9748
9757
|
}, [
|
|
9749
|
-
ae("span",
|
|
9758
|
+
ae("span", Nf, [
|
|
9750
9759
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
9751
9760
|
key: 0,
|
|
9752
9761
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
9753
9762
|
}, null, 2)) : he("", !0),
|
|
9754
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
9763
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", If, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
9755
9764
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
9756
|
-
ae("span",
|
|
9765
|
+
ae("span", Pf, we(o.open ? "▲" : "▼"), 1)
|
|
9757
9766
|
])
|
|
9758
9767
|
]),
|
|
9759
9768
|
o.open ? (G(), ne("ul", {
|
|
@@ -9771,7 +9780,7 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9771
9780
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.searchQuery = a),
|
|
9772
9781
|
onClick: n[1] || (n[1] = _t(() => {
|
|
9773
9782
|
}, ["stop"]))
|
|
9774
|
-
}, null, 8,
|
|
9783
|
+
}, null, 8, Mf)), [
|
|
9775
9784
|
[xo, o.searchQuery]
|
|
9776
9785
|
]) : he("", !0),
|
|
9777
9786
|
(G(!0), ne(rt, null, jt(r.sortedCountries, (a, d) => (G(), ne("li", {
|
|
@@ -9788,10 +9797,10 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9788
9797
|
class: ve(["vti__flag", a.iso2.toLowerCase()])
|
|
9789
9798
|
}, null, 2)) : he("", !0),
|
|
9790
9799
|
ae("strong", null, we(a.name), 1),
|
|
9791
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
9792
|
-
], 42,
|
|
9800
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Lf, " +" + we(a.dialCode), 1)) : he("", !0)
|
|
9801
|
+
], 42, Df))), 128))
|
|
9793
9802
|
], 2)) : he("", !0)
|
|
9794
|
-
], 42,
|
|
9803
|
+
], 42, Af)), [
|
|
9795
9804
|
[l, r.clickedOutside]
|
|
9796
9805
|
]),
|
|
9797
9806
|
Ve(ae("input", {
|
|
@@ -9818,14 +9827,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9818
9827
|
n[11] || (n[11] = bn((...a) => r.onEnter && r.onEnter(...a), ["enter"])),
|
|
9819
9828
|
n[12] || (n[12] = bn((...a) => r.onSpace && r.onSpace(...a), ["space"]))
|
|
9820
9829
|
]
|
|
9821
|
-
}, null, 42,
|
|
9830
|
+
}, null, 42, Rf), [
|
|
9822
9831
|
[So, o.phone]
|
|
9823
9832
|
]),
|
|
9824
9833
|
Te(t.$slots, "icon-right")
|
|
9825
9834
|
], 2);
|
|
9826
9835
|
}
|
|
9827
|
-
const
|
|
9828
|
-
const
|
|
9836
|
+
const jf = /* @__PURE__ */ xf(Tf, [["render", Bf]]);
|
|
9837
|
+
const qf = {
|
|
9829
9838
|
directives: { Outside: wi },
|
|
9830
9839
|
props: {
|
|
9831
9840
|
inputName: {
|
|
@@ -9854,7 +9863,7 @@ const jf = {
|
|
|
9854
9863
|
}
|
|
9855
9864
|
},
|
|
9856
9865
|
components: {
|
|
9857
|
-
VueTelInput:
|
|
9866
|
+
VueTelInput: jf,
|
|
9858
9867
|
IbAlert: dn,
|
|
9859
9868
|
IbIcon: Xe
|
|
9860
9869
|
},
|
|
@@ -9880,7 +9889,7 @@ const jf = {
|
|
|
9880
9889
|
}
|
|
9881
9890
|
}
|
|
9882
9891
|
};
|
|
9883
|
-
function
|
|
9892
|
+
function Ff(t, n, e, i, o, r) {
|
|
9884
9893
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("vue-tel-input"), f = wr("outside");
|
|
9885
9894
|
return G(), ne(rt, null, [
|
|
9886
9895
|
e.errorMessage.length ? (G(), $e(l, {
|
|
@@ -9915,7 +9924,7 @@ function qf(t, n, e, i, o, r) {
|
|
|
9915
9924
|
])
|
|
9916
9925
|
], 64);
|
|
9917
9926
|
}
|
|
9918
|
-
const
|
|
9927
|
+
const c1 = /* @__PURE__ */ Ae(qf, [["render", Ff]]);
|
|
9919
9928
|
var Xo = { exports: {} };
|
|
9920
9929
|
/*!
|
|
9921
9930
|
* Quill Editor v1.3.7
|
|
@@ -17308,14 +17317,14 @@ var Xo = { exports: {} };
|
|
|
17308
17317
|
);
|
|
17309
17318
|
});
|
|
17310
17319
|
})(Xo);
|
|
17311
|
-
var
|
|
17312
|
-
const Bt = /* @__PURE__ */ Cr(
|
|
17320
|
+
var Hf = Xo.exports;
|
|
17321
|
+
const Bt = /* @__PURE__ */ Cr(Hf);
|
|
17313
17322
|
var Rt = -1, xt = 1, bt = 0;
|
|
17314
17323
|
function zn(t, n, e, i) {
|
|
17315
17324
|
if (t === n)
|
|
17316
17325
|
return t ? [[bt, t]] : [];
|
|
17317
17326
|
if (e != null) {
|
|
17318
|
-
var o =
|
|
17327
|
+
var o = Gf(t, n, e);
|
|
17319
17328
|
if (o)
|
|
17320
17329
|
return o;
|
|
17321
17330
|
}
|
|
@@ -17323,10 +17332,10 @@ function zn(t, n, e, i) {
|
|
|
17323
17332
|
t = t.substring(r), n = n.substring(r), r = Ii(t, n);
|
|
17324
17333
|
var a = t.substring(t.length - r);
|
|
17325
17334
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17326
|
-
var d =
|
|
17335
|
+
var d = Vf(t, n);
|
|
17327
17336
|
return l && d.unshift([bt, l]), a && d.push([bt, a]), Qo(d, i), d;
|
|
17328
17337
|
}
|
|
17329
|
-
function
|
|
17338
|
+
function Vf(t, n) {
|
|
17330
17339
|
var e;
|
|
17331
17340
|
if (!t)
|
|
17332
17341
|
return [[xt, n]];
|
|
@@ -17341,14 +17350,14 @@ function Hf(t, n) {
|
|
|
17341
17350
|
], t.length > n.length && (e[0][0] = e[2][0] = Rt), e;
|
|
17342
17351
|
if (o.length === 1)
|
|
17343
17352
|
return [[Rt, t], [xt, n]];
|
|
17344
|
-
var l =
|
|
17353
|
+
var l = zf(t, n);
|
|
17345
17354
|
if (l) {
|
|
17346
17355
|
var a = l[0], d = l[1], f = l[2], h = l[3], c = l[4], s = zn(a, f), u = zn(d, h);
|
|
17347
17356
|
return s.concat([[bt, c]], u);
|
|
17348
17357
|
}
|
|
17349
|
-
return
|
|
17358
|
+
return Uf(t, n);
|
|
17350
17359
|
}
|
|
17351
|
-
function
|
|
17360
|
+
function Uf(t, n) {
|
|
17352
17361
|
for (var e = t.length, i = n.length, o = Math.ceil((e + i) / 2), r = o, l = 2 * o, a = new Array(l), d = new Array(l), f = 0; f < l; f++)
|
|
17353
17362
|
a[f] = -1, d[f] = -1;
|
|
17354
17363
|
a[r + 1] = 0, d[r + 1] = 0;
|
|
@@ -17410,7 +17419,7 @@ function Ii(t, n) {
|
|
|
17410
17419
|
t.substring(t.length - o, t.length - r) == n.substring(n.length - o, n.length - r) ? (e = o, r = e) : i = o, o = Math.floor((i - e) / 2 + e);
|
|
17411
17420
|
return ta(t.charCodeAt(t.length - o)) && o--, o;
|
|
17412
17421
|
}
|
|
17413
|
-
function
|
|
17422
|
+
function zf(t, n) {
|
|
17414
17423
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17415
17424
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17416
17425
|
return null;
|
|
@@ -17506,20 +17515,20 @@ function na(t) {
|
|
|
17506
17515
|
function ra(t) {
|
|
17507
17516
|
return ea(t.charCodeAt(t.length - 1));
|
|
17508
17517
|
}
|
|
17509
|
-
function
|
|
17518
|
+
function Kf(t) {
|
|
17510
17519
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17511
17520
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17512
17521
|
return n;
|
|
17513
17522
|
}
|
|
17514
17523
|
function ci(t, n, e, i) {
|
|
17515
|
-
return ra(t) || na(i) ? null :
|
|
17524
|
+
return ra(t) || na(i) ? null : Kf([
|
|
17516
17525
|
[bt, t],
|
|
17517
17526
|
[Rt, n],
|
|
17518
17527
|
[xt, e],
|
|
17519
17528
|
[bt, i]
|
|
17520
17529
|
]);
|
|
17521
17530
|
}
|
|
17522
|
-
function
|
|
17531
|
+
function Gf(t, n, e) {
|
|
17523
17532
|
var i = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, r = t.length, l = n.length;
|
|
17524
17533
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17525
17534
|
var a = i.index, d = t.slice(0, a), f = t.slice(a), h = o ? o.index : null;
|
|
@@ -17568,7 +17577,7 @@ function xr(t, n, e) {
|
|
|
17568
17577
|
xr.INSERT = xt;
|
|
17569
17578
|
xr.DELETE = Rt;
|
|
17570
17579
|
xr.EQUAL = bt;
|
|
17571
|
-
var
|
|
17580
|
+
var Yf = xr, yr = { exports: {} };
|
|
17572
17581
|
yr.exports;
|
|
17573
17582
|
(function(t, n) {
|
|
17574
17583
|
var e = 200, i = "__lodash_hash_undefined__", o = 9007199254740991, r = "[object Arguments]", l = "[object Array]", a = "[object Boolean]", d = "[object Date]", f = "[object Error]", h = "[object Function]", c = "[object GeneratorFunction]", s = "[object Map]", u = "[object Number]", _ = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", x = "[object DataView]", E = "[object Float32Array]", S = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", T = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18496,11 +18505,11 @@ var oa = br.exports, Pi = {}, aa = et && et.__importDefault || function(t) {
|
|
|
18496
18505
|
return t && t.__esModule ? t : { default: t };
|
|
18497
18506
|
};
|
|
18498
18507
|
Object.defineProperty(Pi, "__esModule", { value: !0 });
|
|
18499
|
-
var
|
|
18508
|
+
var Wf = aa(ia), Zf = aa(oa), yi;
|
|
18500
18509
|
(function(t) {
|
|
18501
18510
|
function n(r, l, a) {
|
|
18502
18511
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18503
|
-
var d =
|
|
18512
|
+
var d = Wf.default(l);
|
|
18504
18513
|
a || (d = Object.keys(d).reduce(function(h, c) {
|
|
18505
18514
|
return d[c] != null && (h[c] = d[c]), h;
|
|
18506
18515
|
}, {}));
|
|
@@ -18512,7 +18521,7 @@ var Yf = aa(ia), Wf = aa(oa), yi;
|
|
|
18512
18521
|
function e(r, l) {
|
|
18513
18522
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18514
18523
|
var a = Object.keys(r).concat(Object.keys(l)).reduce(function(d, f) {
|
|
18515
|
-
return
|
|
18524
|
+
return Zf.default(r[f], l[f]) || (d[f] = l[f] === void 0 ? null : l[f]), d;
|
|
18516
18525
|
}, {});
|
|
18517
18526
|
return Object.keys(a).length > 0 ? a : void 0;
|
|
18518
18527
|
}
|
|
@@ -18543,7 +18552,7 @@ var Yf = aa(ia), Wf = aa(oa), yi;
|
|
|
18543
18552
|
})(yi || (yi = {}));
|
|
18544
18553
|
Pi.default = yi;
|
|
18545
18554
|
var ur = {}, dr = {}, bo;
|
|
18546
|
-
function
|
|
18555
|
+
function Jf() {
|
|
18547
18556
|
if (bo)
|
|
18548
18557
|
return dr;
|
|
18549
18558
|
bo = 1;
|
|
@@ -18598,7 +18607,7 @@ function la() {
|
|
|
18598
18607
|
return i && i.__esModule ? i : { default: i };
|
|
18599
18608
|
};
|
|
18600
18609
|
Object.defineProperty(ur, "__esModule", { value: !0 });
|
|
18601
|
-
var n = t(
|
|
18610
|
+
var n = t(Jf()), e;
|
|
18602
18611
|
return function(i) {
|
|
18603
18612
|
function o(l) {
|
|
18604
18613
|
return new n.default(l);
|
|
@@ -18612,7 +18621,7 @@ function la() {
|
|
|
18612
18621
|
}
|
|
18613
18622
|
var Kn = et && et.__importDefault || function(t) {
|
|
18614
18623
|
return t && t.__esModule ? t : { default: t };
|
|
18615
|
-
}, cr = Kn(
|
|
18624
|
+
}, cr = Kn(Yf), Xf = Kn(ia), fi = Kn(oa), Rn = Kn(Pi), at = Kn(la()), Qf = String.fromCharCode(0), eh = (
|
|
18616
18625
|
/** @class */
|
|
18617
18626
|
function() {
|
|
18618
18627
|
function t(n) {
|
|
@@ -18630,7 +18639,7 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18630
18639
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
18631
18640
|
}, t.prototype.push = function(n) {
|
|
18632
18641
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
18633
|
-
if (n =
|
|
18642
|
+
if (n = Xf.default(n), typeof i == "object") {
|
|
18634
18643
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
18635
18644
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
18636
18645
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -18710,7 +18719,7 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18710
18719
|
var i = [this, n].map(function(d) {
|
|
18711
18720
|
return d.map(function(f) {
|
|
18712
18721
|
if (f.insert != null)
|
|
18713
|
-
return typeof f.insert == "string" ? f.insert :
|
|
18722
|
+
return typeof f.insert == "string" ? f.insert : Qf;
|
|
18714
18723
|
var h = d === n ? "on" : "with";
|
|
18715
18724
|
throw new Error("diff() called " + h + " non-document");
|
|
18716
18725
|
}).join("");
|
|
@@ -18798,8 +18807,8 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18798
18807
|
return n;
|
|
18799
18808
|
}, t.Op = at.default, t.AttributeMap = Rn.default, t;
|
|
18800
18809
|
}()
|
|
18801
|
-
),
|
|
18802
|
-
const
|
|
18810
|
+
), th = eh;
|
|
18811
|
+
const nh = /* @__PURE__ */ Cr(th);
|
|
18803
18812
|
/*!
|
|
18804
18813
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
18805
18814
|
* https://vueup.github.io/vue-quill/
|
|
@@ -18841,7 +18850,7 @@ const $o = {
|
|
|
18841
18850
|
["clean"]
|
|
18842
18851
|
// remove formatting button
|
|
18843
18852
|
]
|
|
18844
|
-
},
|
|
18853
|
+
}, rh = da({
|
|
18845
18854
|
name: "QuillEditor",
|
|
18846
18855
|
inheritAttrs: !1,
|
|
18847
18856
|
props: {
|
|
@@ -18980,7 +18989,7 @@ const $o = {
|
|
|
18980
18989
|
make sure to call this method when the editor ready
|
|
18981
18990
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
18982
18991
|
}, m = (O, k) => t.contentType === "html" ? x() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
18983
|
-
const T = O || (t.contentType === "delta" ? new
|
|
18992
|
+
const T = O || (t.contentType === "delta" ? new nh() : "");
|
|
18984
18993
|
t.contentType === "html" ? E(T) : t.contentType === "text" ? w(T, k) : e == null || e.setContents(T, k), f = a(T);
|
|
18985
18994
|
}, p = (O, k) => {
|
|
18986
18995
|
var T;
|
|
@@ -19033,10 +19042,10 @@ const $o = {
|
|
|
19033
19042
|
ha("div", { ref: "editor", ...this.$attrs })
|
|
19034
19043
|
];
|
|
19035
19044
|
}
|
|
19036
|
-
}),
|
|
19037
|
-
class Tr extends
|
|
19045
|
+
}), ih = Bt.import("formats/list"), oh = Bt.import("formats/list/item"), ah = Bt.import("parchment");
|
|
19046
|
+
class Tr extends oh {
|
|
19038
19047
|
format(n, e) {
|
|
19039
|
-
n === cn.blotName && !e ? this.replaceWith(
|
|
19048
|
+
n === cn.blotName && !e ? this.replaceWith(ah.create(this.statics.scope)) : super.format(n, e);
|
|
19040
19049
|
}
|
|
19041
19050
|
clone() {
|
|
19042
19051
|
const n = super.clone();
|
|
@@ -19045,7 +19054,7 @@ class Tr extends ih {
|
|
|
19045
19054
|
}
|
|
19046
19055
|
Tr.blotName = "alphabet-list-item";
|
|
19047
19056
|
Tr.tagName = "LI";
|
|
19048
|
-
class cn extends
|
|
19057
|
+
class cn extends ih {
|
|
19049
19058
|
static create() {
|
|
19050
19059
|
const n = super.create("bullet");
|
|
19051
19060
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19059,36 +19068,36 @@ cn.tagName = "OL";
|
|
|
19059
19068
|
cn.className = "alphabet-list";
|
|
19060
19069
|
cn.defaultChild = "alphabet-list-item";
|
|
19061
19070
|
cn.allowedChildren = [Tr];
|
|
19062
|
-
const
|
|
19071
|
+
const lh = `
|
|
19063
19072
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19064
19073
|
<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"/>
|
|
19065
19074
|
</svg>
|
|
19066
|
-
`,
|
|
19075
|
+
`, sh = `
|
|
19067
19076
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19068
19077
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19069
19078
|
</svg>
|
|
19070
|
-
`,
|
|
19079
|
+
`, uh = `
|
|
19071
19080
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19072
19081
|
<path d="M13.6475 10.7197C13.6475 13.4723 12.4056 14.8486 9.92188 14.8486C7.54297 14.8486 6.35352 13.5247 6.35352 10.877V4.88184H7.50195V10.8018C7.50195 12.8115 8.34961 13.8164 10.0449 13.8164C11.681 13.8164 12.499 12.8457 12.499 10.9043V4.88184H13.6475V10.7197Z" class="fill" fill="#1A1A1A"/>
|
|
19073
19082
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19074
19083
|
</svg>
|
|
19075
|
-
`,
|
|
19084
|
+
`, dh = `
|
|
19076
19085
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19077
19086
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19078
19087
|
<path d="M12.9158 5.33398H8.83776C8.25237 5.33398 6.03696 5.3923 6.50351 7.9583" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19079
19088
|
<path d="M6.43941 14.6624H10.5174C11.1028 14.6624 14.0882 14.953 12.3364 10.2886" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19080
19089
|
</svg>
|
|
19081
|
-
`,
|
|
19090
|
+
`, ch = `
|
|
19082
19091
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19083
19092
|
<path d="M6.5 11H4.5C3.70435 11 2.94129 10.6839 2.37868 10.1213C1.81607 9.55871 1.5 8.79565 1.5 8C1.5 7.20435 1.81607 6.44129 2.37868 5.87868C2.94129 5.31607 3.70435 5 4.5 5H6.5M9.5 5H11.5C12.2956 5 13.0587 5.31607 13.6213 5.87868C14.1839 6.44129 14.5 7.20435 14.5 8C14.5 8.79565 14.1839 9.55871 13.6213 10.1213C13.0587 10.6839 12.2956 11 11.5 11H9.5M5.10281 8H10.9597" class="stroke" stroke="#1A1A1A" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19084
19093
|
</svg>
|
|
19085
19094
|
|
|
19086
|
-
`,
|
|
19095
|
+
`, fh = `
|
|
19087
19096
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19088
19097
|
<path d="M5 11.5L1 8L5 4.5M11 11.5L15 8L11 4.5M9.5 3L6.5 13" class="stroke" stroke="#1A1A1A" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19089
19098
|
</svg>
|
|
19090
19099
|
|
|
19091
|
-
`,
|
|
19100
|
+
`, hh = `
|
|
19092
19101
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19093
19102
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19094
19103
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19096,14 +19105,14 @@ const ah = `
|
|
|
19096
19105
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19097
19106
|
</svg>
|
|
19098
19107
|
|
|
19099
|
-
`,
|
|
19108
|
+
`, ph = `
|
|
19100
19109
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19101
19110
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19102
19111
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19103
19112
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19104
19113
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19105
19114
|
</svg>
|
|
19106
|
-
`,
|
|
19115
|
+
`, gh = `
|
|
19107
19116
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19108
19117
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19109
19118
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19111,14 +19120,14 @@ const ah = `
|
|
|
19111
19120
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19112
19121
|
</svg>
|
|
19113
19122
|
|
|
19114
|
-
`,
|
|
19123
|
+
`, mh = `
|
|
19115
19124
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19116
19125
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19117
19126
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19118
19127
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19119
19128
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19120
19129
|
</svg>
|
|
19121
|
-
`,
|
|
19130
|
+
`, vh = `
|
|
19122
19131
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19123
19132
|
<path d="M3.625 3.63672V6.5H3.00977V4.33203C2.97591 4.36198 2.93555 4.39062 2.88867 4.41797C2.8431 4.44401 2.79427 4.4681 2.74219 4.49023C2.6901 4.51107 2.63607 4.5293 2.58008 4.54492C2.52409 4.55924 2.46875 4.56966 2.41406 4.57617V4.05664C2.57422 4.00977 2.72526 3.94987 2.86719 3.87695C3.00911 3.80404 3.13737 3.72396 3.25195 3.63672H3.625Z" class="fill" fill="#1A1A1A"/>
|
|
19124
19133
|
<path d="M2.83789 10.9883H4.02539V11.5H2.16211V11.2891C2.16211 11.1458 2.1862 11.0176 2.23438 10.9043C2.28255 10.7897 2.3431 10.6875 2.41602 10.5977C2.48893 10.5065 2.56836 10.4264 2.6543 10.3574C2.74154 10.2871 2.82422 10.224 2.90234 10.168C2.98438 10.1094 3.05599 10.0534 3.11719 10C3.17969 9.94661 3.23177 9.89388 3.27344 9.8418C3.31641 9.78841 3.34831 9.73503 3.36914 9.68164C3.38997 9.62695 3.40039 9.56901 3.40039 9.50781C3.40039 9.38802 3.36654 9.29753 3.29883 9.23633C3.23112 9.17513 3.1276 9.14453 2.98828 9.14453C2.7474 9.14453 2.51693 9.24023 2.29688 9.43164V8.88867C2.54036 8.73112 2.8151 8.65234 3.12109 8.65234C3.26302 8.65234 3.38997 8.67122 3.50195 8.70898C3.61523 8.74544 3.71094 8.79818 3.78906 8.86719C3.86719 8.9362 3.92643 9.02018 3.9668 9.11914C4.00846 9.2168 4.0293 9.32617 4.0293 9.44727C4.0293 9.57617 4.00911 9.69076 3.96875 9.79102C3.92969 9.89128 3.87695 9.98242 3.81055 10.0645C3.74544 10.1465 3.66992 10.222 3.58398 10.291C3.49805 10.3587 3.40885 10.4245 3.31641 10.4883C3.25391 10.5326 3.19336 10.5768 3.13477 10.6211C3.07747 10.6641 3.02669 10.707 2.98242 10.75C2.93815 10.7917 2.90299 10.8327 2.87695 10.873C2.85091 10.9134 2.83789 10.9518 2.83789 10.9883Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19127,7 +19136,7 @@ const ah = `
|
|
|
19127
19136
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19128
19137
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19129
19138
|
</svg>
|
|
19130
|
-
`,
|
|
19139
|
+
`, yh = `
|
|
19131
19140
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19132
19141
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19133
19142
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19136,7 +19145,7 @@ const ah = `
|
|
|
19136
19145
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19137
19146
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19138
19147
|
</svg>
|
|
19139
|
-
`,
|
|
19148
|
+
`, bh = `
|
|
19140
19149
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19141
19150
|
<path d="M3.92383 6.5H3.33984V6.21289H3.33203C3.19792 6.43685 2.99935 6.54883 2.73633 6.54883C2.54232 6.54883 2.38932 6.49414 2.27734 6.38477C2.16667 6.27409 2.11133 6.12695 2.11133 5.94336C2.11133 5.55534 2.34115 5.33138 2.80078 5.27148L3.34375 5.19922C3.34375 4.98047 3.22526 4.87109 2.98828 4.87109C2.75 4.87109 2.52344 4.94206 2.30859 5.08398V4.61914C2.39453 4.57487 2.51172 4.53581 2.66016 4.50195C2.8099 4.4681 2.94596 4.45117 3.06836 4.45117C3.63867 4.45117 3.92383 4.73568 3.92383 5.30469V6.5ZM3.34375 5.6875V5.55273L2.98047 5.59961C2.77995 5.62565 2.67969 5.71615 2.67969 5.87109C2.67969 5.94141 2.70378 5.99935 2.75195 6.04492C2.80143 6.08919 2.86784 6.11133 2.95117 6.11133C3.06706 6.11133 3.16146 6.07161 3.23438 5.99219C3.30729 5.91146 3.34375 5.8099 3.34375 5.6875Z" class="fill" fill="#1A1A1A"/>
|
|
19142
19151
|
<path d="M2.88477 11.2676H2.87695V11.5H2.25977V8.53906H2.87695V9.80078H2.88477C3.03711 9.56771 3.25391 9.45117 3.53516 9.45117C3.79297 9.45117 3.99154 9.53971 4.13086 9.7168C4.27018 9.89388 4.33984 10.1361 4.33984 10.4434C4.33984 10.7767 4.25846 11.0443 4.0957 11.2461C3.93294 11.4479 3.71549 11.5488 3.44336 11.5488C3.19727 11.5488 3.01107 11.4551 2.88477 11.2676ZM2.86719 10.4238V10.6289C2.86719 10.7578 2.9043 10.8646 2.97852 10.9492C3.05273 11.0339 3.14779 11.0762 3.26367 11.0762C3.4043 11.0762 3.51302 11.0221 3.58984 10.9141C3.66797 10.8047 3.70703 10.6504 3.70703 10.4512C3.70703 10.2858 3.67122 10.1569 3.59961 10.0645C3.5293 9.9707 3.42839 9.92383 3.29688 9.92383C3.17318 9.92383 3.07031 9.97005 2.98828 10.0625C2.90755 10.1549 2.86719 10.2754 2.86719 10.4238Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19147,26 +19156,26 @@ const ah = `
|
|
|
19147
19156
|
</svg>
|
|
19148
19157
|
`;
|
|
19149
19158
|
const $t = Bt.import("ui/icons");
|
|
19150
|
-
$t.bold =
|
|
19151
|
-
$t.italic =
|
|
19152
|
-
$t.underline =
|
|
19153
|
-
$t.strike =
|
|
19154
|
-
$t["code-block"] =
|
|
19155
|
-
$t.link =
|
|
19156
|
-
$t.align[""] =
|
|
19157
|
-
$t.align.center =
|
|
19158
|
-
$t.align.right =
|
|
19159
|
-
$t.align.justify =
|
|
19160
|
-
$t.list.ordered =
|
|
19161
|
-
$t.list.bullet =
|
|
19162
|
-
$t["alphabet-list"] =
|
|
19159
|
+
$t.bold = lh;
|
|
19160
|
+
$t.italic = sh;
|
|
19161
|
+
$t.underline = uh;
|
|
19162
|
+
$t.strike = dh;
|
|
19163
|
+
$t["code-block"] = fh;
|
|
19164
|
+
$t.link = ch;
|
|
19165
|
+
$t.align[""] = hh;
|
|
19166
|
+
$t.align.center = ph;
|
|
19167
|
+
$t.align.right = gh;
|
|
19168
|
+
$t.align.justify = mh;
|
|
19169
|
+
$t.list.ordered = vh;
|
|
19170
|
+
$t.list.bullet = yh;
|
|
19171
|
+
$t["alphabet-list"] = bh;
|
|
19163
19172
|
Bt.register({
|
|
19164
19173
|
"formats/alphabet-list": cn,
|
|
19165
19174
|
"formats/alphabet-list/item": Tr
|
|
19166
19175
|
});
|
|
19167
19176
|
Bt.register($t);
|
|
19168
19177
|
Bt.debug("error");
|
|
19169
|
-
const
|
|
19178
|
+
const _h = {
|
|
19170
19179
|
name: "IbTextEditor",
|
|
19171
19180
|
props: {
|
|
19172
19181
|
placeholder: {
|
|
@@ -19270,20 +19279,20 @@ const bh = {
|
|
|
19270
19279
|
}
|
|
19271
19280
|
},
|
|
19272
19281
|
components: {
|
|
19273
|
-
QuillEditor:
|
|
19282
|
+
QuillEditor: rh,
|
|
19274
19283
|
IbIconButton: Tt,
|
|
19275
19284
|
IbAlert: dn,
|
|
19276
19285
|
IbCharacterCount: qo
|
|
19277
19286
|
}
|
|
19278
|
-
},
|
|
19287
|
+
}, $h = {
|
|
19279
19288
|
id: "toolbar",
|
|
19280
19289
|
class: "toolbar",
|
|
19281
19290
|
ref: "toolbar"
|
|
19282
|
-
},
|
|
19291
|
+
}, wh = /* @__PURE__ */ pa('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>', 1), Oh = { class: "toolbar-group" }, kh = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19283
19292
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19284
19293
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19285
|
-
], -1),
|
|
19286
|
-
function
|
|
19294
|
+
], -1), Ch = { class: "toolbar-group" }, Eh = { class: "toolbar-group" }, Sh = { class: "toolbar-group" };
|
|
19295
|
+
function xh(t, n, e, i, o, r) {
|
|
19287
19296
|
const l = ce("ib-character-count"), a = ce("ib-alert"), d = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19288
19297
|
return G(), ne("div", {
|
|
19289
19298
|
class: ve(["textarea-wrapper", {
|
|
@@ -19335,9 +19344,9 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19335
19344
|
modules: e.modules
|
|
19336
19345
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19337
19346
|
], 4),
|
|
19338
|
-
ae("div",
|
|
19339
|
-
|
|
19340
|
-
ae("div",
|
|
19347
|
+
ae("div", $h, [
|
|
19348
|
+
wh,
|
|
19349
|
+
ae("div", Oh, [
|
|
19341
19350
|
ge(f, {
|
|
19342
19351
|
class: "toolbar-item ql-bold",
|
|
19343
19352
|
kind: "ghost"
|
|
@@ -19355,8 +19364,8 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19355
19364
|
kind: "ghost"
|
|
19356
19365
|
})
|
|
19357
19366
|
]),
|
|
19358
|
-
|
|
19359
|
-
ae("div",
|
|
19367
|
+
kh,
|
|
19368
|
+
ae("div", Ch, [
|
|
19360
19369
|
ge(f, {
|
|
19361
19370
|
class: "toolbar-item ql-code-block",
|
|
19362
19371
|
kind: "ghost"
|
|
@@ -19366,7 +19375,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19366
19375
|
kind: "ghost"
|
|
19367
19376
|
})
|
|
19368
19377
|
]),
|
|
19369
|
-
ae("div",
|
|
19378
|
+
ae("div", Eh, [
|
|
19370
19379
|
ge(f, {
|
|
19371
19380
|
class: "toolbar-item ql-align",
|
|
19372
19381
|
kind: "ghost"
|
|
@@ -19387,7 +19396,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19387
19396
|
kind: "ghost"
|
|
19388
19397
|
})
|
|
19389
19398
|
]),
|
|
19390
|
-
ae("div",
|
|
19399
|
+
ae("div", Sh, [
|
|
19391
19400
|
ge(f, {
|
|
19392
19401
|
class: "ql-list toolbar-item",
|
|
19393
19402
|
value: "ordered",
|
|
@@ -19407,18 +19416,18 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19407
19416
|
], 2)
|
|
19408
19417
|
], 2);
|
|
19409
19418
|
}
|
|
19410
|
-
const
|
|
19411
|
-
const
|
|
19419
|
+
const f1 = /* @__PURE__ */ Ae(_h, [["render", xh]]);
|
|
19420
|
+
const Th = {
|
|
19412
19421
|
name: "IbTable",
|
|
19413
19422
|
computed: {
|
|
19414
19423
|
hasThead() {
|
|
19415
19424
|
return !!this.$slots.thead;
|
|
19416
19425
|
}
|
|
19417
19426
|
}
|
|
19418
|
-
},
|
|
19419
|
-
function
|
|
19420
|
-
return G(), ne("div",
|
|
19421
|
-
ae("table",
|
|
19427
|
+
}, Ah = { class: "ib-table-wrapper" }, Nh = { class: "ib-table" };
|
|
19428
|
+
function Ih(t, n, e, i, o, r) {
|
|
19429
|
+
return G(), ne("div", Ah, [
|
|
19430
|
+
ae("table", Nh, [
|
|
19422
19431
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19423
19432
|
ae("tbody", null, [
|
|
19424
19433
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19426,17 +19435,17 @@ function Nh(t, n, e, i, o, r) {
|
|
|
19426
19435
|
])
|
|
19427
19436
|
]);
|
|
19428
19437
|
}
|
|
19429
|
-
const
|
|
19430
|
-
const
|
|
19438
|
+
const h1 = /* @__PURE__ */ Ae(Th, [["render", Ih], ["__scopeId", "data-v-5dceb760"]]);
|
|
19439
|
+
const Ph = {
|
|
19431
19440
|
name: "IbRow"
|
|
19432
|
-
},
|
|
19433
|
-
function
|
|
19434
|
-
return G(), ne("tr",
|
|
19441
|
+
}, Mh = { class: "ib-tr" };
|
|
19442
|
+
function Dh(t, n, e, i, o, r) {
|
|
19443
|
+
return G(), ne("tr", Mh, [
|
|
19435
19444
|
Te(t.$slots, "default", { ref: "row" })
|
|
19436
19445
|
]);
|
|
19437
19446
|
}
|
|
19438
|
-
const
|
|
19439
|
-
const
|
|
19447
|
+
const p1 = /* @__PURE__ */ Ae(Ph, [["render", Dh]]);
|
|
19448
|
+
const Lh = {
|
|
19440
19449
|
name: "IbCell",
|
|
19441
19450
|
props: {
|
|
19442
19451
|
fixed: {
|
|
@@ -19458,19 +19467,19 @@ const Dh = {
|
|
|
19458
19467
|
this.attr.style || (this.attr.style = {}), this.attr.style.minWidth = `${t.width}px`, this.attr.style.left = `${t.left - n.left}px`, this.attr.class += " fixed";
|
|
19459
19468
|
}
|
|
19460
19469
|
}
|
|
19461
|
-
},
|
|
19462
|
-
function
|
|
19470
|
+
}, Rh = { class: "cell" };
|
|
19471
|
+
function Bh(t, n, e, i, o, r) {
|
|
19463
19472
|
return G(), ne("td", Et({
|
|
19464
19473
|
onResize: n[0] || (n[0] = (...l) => r.freezeCol && r.freezeCol(...l)),
|
|
19465
19474
|
class: "ib-cell"
|
|
19466
19475
|
}, this.attr), [
|
|
19467
|
-
ae("div",
|
|
19476
|
+
ae("div", Rh, [
|
|
19468
19477
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19469
19478
|
])
|
|
19470
19479
|
], 16);
|
|
19471
19480
|
}
|
|
19472
|
-
const
|
|
19473
|
-
const
|
|
19481
|
+
const jh = /* @__PURE__ */ Ae(Lh, [["render", Bh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19482
|
+
const qh = {
|
|
19474
19483
|
name: "IbCheckboxCell",
|
|
19475
19484
|
props: {
|
|
19476
19485
|
isChecked: {
|
|
@@ -19483,11 +19492,11 @@ const jh = {
|
|
|
19483
19492
|
}
|
|
19484
19493
|
},
|
|
19485
19494
|
components: {
|
|
19486
|
-
IbCell:
|
|
19495
|
+
IbCell: jh,
|
|
19487
19496
|
IbCheckbox: Lo
|
|
19488
19497
|
}
|
|
19489
19498
|
};
|
|
19490
|
-
function
|
|
19499
|
+
function Fh(t, n, e, i, o, r) {
|
|
19491
19500
|
const l = ce("ib-checkbox"), a = ce("ib-cell");
|
|
19492
19501
|
return G(), $e(a, {
|
|
19493
19502
|
fixed: e.fixed,
|
|
@@ -19499,7 +19508,7 @@ function qh(t, n, e, i, o, r) {
|
|
|
19499
19508
|
_: 1
|
|
19500
19509
|
}, 8, ["fixed"]);
|
|
19501
19510
|
}
|
|
19502
|
-
const
|
|
19511
|
+
const g1 = /* @__PURE__ */ Ae(qh, [["render", Fh]]);
|
|
19503
19512
|
class sa {
|
|
19504
19513
|
constructor() {
|
|
19505
19514
|
this.tooltipInstance = null, this.tooltipContainer = null;
|
|
@@ -19534,7 +19543,7 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19534
19543
|
Mi.createTooltip(t, n.value);
|
|
19535
19544
|
}, Oo = () => {
|
|
19536
19545
|
Mi.destroyTooltip();
|
|
19537
|
-
},
|
|
19546
|
+
}, m1 = {
|
|
19538
19547
|
mounted(t, n) {
|
|
19539
19548
|
t.addEventListener("mouseenter", () => wo(t, n)), t.addEventListener("mouseleave", Oo);
|
|
19540
19549
|
},
|
|
@@ -19545,7 +19554,7 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19545
19554
|
Ro(t) && Di.createTooltip(t, n.value);
|
|
19546
19555
|
}, Co = () => {
|
|
19547
19556
|
Di.destroyTooltip();
|
|
19548
|
-
},
|
|
19557
|
+
}, v1 = {
|
|
19549
19558
|
mounted(t, n) {
|
|
19550
19559
|
t.addEventListener("mouseenter", () => ko(t, n)), t.addEventListener("mouseleave", Co);
|
|
19551
19560
|
},
|
|
@@ -19554,51 +19563,51 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19554
19563
|
}
|
|
19555
19564
|
};
|
|
19556
19565
|
export {
|
|
19557
|
-
|
|
19566
|
+
Vh as IbAccordion,
|
|
19558
19567
|
dn as IbAlert,
|
|
19559
|
-
|
|
19560
|
-
|
|
19561
|
-
|
|
19568
|
+
Uh as IbAvatar,
|
|
19569
|
+
zh as IbBadge,
|
|
19570
|
+
t1 as IbBreadcrumbs,
|
|
19562
19571
|
xa as IbButton,
|
|
19563
|
-
|
|
19564
|
-
|
|
19572
|
+
Kh as IbButtonGroup,
|
|
19573
|
+
jh as IbCell,
|
|
19565
19574
|
Lo as IbCheckbox,
|
|
19566
|
-
|
|
19567
|
-
|
|
19568
|
-
|
|
19575
|
+
g1 as IbCheckboxCell,
|
|
19576
|
+
l1 as IbCheckboxGroup,
|
|
19577
|
+
d1 as IbDatePicker,
|
|
19569
19578
|
Oi as IbDropdown,
|
|
19570
19579
|
Po as IbDropdownItem,
|
|
19571
19580
|
Ci as IbDropdownList,
|
|
19572
|
-
|
|
19581
|
+
a1 as IbFormGroup,
|
|
19573
19582
|
Xe as IbIcon,
|
|
19574
19583
|
Tt as IbIconButton,
|
|
19575
19584
|
Do as IbInput,
|
|
19576
19585
|
kr as IbLabel,
|
|
19577
|
-
|
|
19578
|
-
|
|
19579
|
-
|
|
19580
|
-
|
|
19581
|
-
|
|
19586
|
+
su as IbLimitSelector,
|
|
19587
|
+
Jh as IbModal,
|
|
19588
|
+
n1 as IbPagination,
|
|
19589
|
+
o1 as IbPanel,
|
|
19590
|
+
c1 as IbPhoneInput,
|
|
19582
19591
|
Ia as IbPopover,
|
|
19583
|
-
|
|
19584
|
-
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19590
|
-
|
|
19591
|
-
|
|
19592
|
-
|
|
19593
|
-
|
|
19594
|
-
|
|
19595
|
-
|
|
19596
|
-
|
|
19597
|
-
|
|
19598
|
-
|
|
19592
|
+
r1 as IbProgressBar,
|
|
19593
|
+
s1 as IbRadio,
|
|
19594
|
+
p1 as IbRow,
|
|
19595
|
+
e1 as IbSorting,
|
|
19596
|
+
Wh as IbSplitButton,
|
|
19597
|
+
Zh as IbSplitButtonItem,
|
|
19598
|
+
i1 as IbStatusIndicator,
|
|
19599
|
+
Qh as IbTab,
|
|
19600
|
+
Gl as IbTabDropdown,
|
|
19601
|
+
h1 as IbTable,
|
|
19602
|
+
Xh as IbTabs,
|
|
19603
|
+
Gh as IbTagPill,
|
|
19604
|
+
f1 as IbTextEditor,
|
|
19605
|
+
u1 as IbTextarea,
|
|
19606
|
+
Hs as IbToggle,
|
|
19607
|
+
Yh as IbToggleTip,
|
|
19599
19608
|
Qt as IbTooltip,
|
|
19600
|
-
|
|
19609
|
+
iu as IbTreeSelect,
|
|
19601
19610
|
wi as OutsideDirective,
|
|
19602
|
-
|
|
19603
|
-
|
|
19611
|
+
v1 as TextOverflowTooltipDirective,
|
|
19612
|
+
m1 as TooltipDirective
|
|
19604
19613
|
};
|