@avakhula/ui 0.0.82 → 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 +627 -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/Form/Checkbox/Checkbox.vue +3 -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"
|
|
@@ -2190,6 +2199,9 @@ const ks = {
|
|
|
2190
2199
|
watch: {
|
|
2191
2200
|
isChecked(t) {
|
|
2192
2201
|
this.checked = t;
|
|
2202
|
+
},
|
|
2203
|
+
modelValue(t) {
|
|
2204
|
+
this.checked = t;
|
|
2193
2205
|
}
|
|
2194
2206
|
},
|
|
2195
2207
|
data() {
|
|
@@ -2224,17 +2236,17 @@ const ks = {
|
|
|
2224
2236
|
IbIcon: Xe
|
|
2225
2237
|
},
|
|
2226
2238
|
inheritAttrs: !1
|
|
2227
|
-
},
|
|
2239
|
+
}, Es = ["for", "tabindex"], Ss = ["name", "id", "value", "checked", "disabled", "required"], xs = { class: "ib-checkbox-body" }, Ts = {
|
|
2228
2240
|
key: 0,
|
|
2229
2241
|
class: "required"
|
|
2230
|
-
},
|
|
2242
|
+
}, As = { class: "ib-checkbox-input" }, Ns = {
|
|
2231
2243
|
key: 1,
|
|
2232
2244
|
class: "ib-checkbox-label"
|
|
2233
|
-
},
|
|
2245
|
+
}, Is = {
|
|
2234
2246
|
key: 0,
|
|
2235
2247
|
class: "required"
|
|
2236
2248
|
};
|
|
2237
|
-
function
|
|
2249
|
+
function Ps(t, n, e, i, o, r) {
|
|
2238
2250
|
var a;
|
|
2239
2251
|
const l = ce("ib-icon");
|
|
2240
2252
|
return G(), ne("label", Et(r.attrs, {
|
|
@@ -2252,16 +2264,16 @@ function Is(t, n, e, i, o, r) {
|
|
|
2252
2264
|
disabled: e.disabled,
|
|
2253
2265
|
required: e.required,
|
|
2254
2266
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d))
|
|
2255
|
-
}, null, 8,
|
|
2256
|
-
ae("div",
|
|
2267
|
+
}, null, 8, Ss),
|
|
2268
|
+
ae("div", xs, [
|
|
2257
2269
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2258
2270
|
key: 0,
|
|
2259
2271
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2260
2272
|
}, [
|
|
2261
|
-
e.required ? (G(), ne("span",
|
|
2273
|
+
e.required ? (G(), ne("span", Ts, "*")) : he("", !0),
|
|
2262
2274
|
Ke(" " + we(e.label), 1)
|
|
2263
2275
|
], 2)) : he("", !0),
|
|
2264
|
-
ae("span",
|
|
2276
|
+
ae("span", As, [
|
|
2265
2277
|
Ve(ge(l, { name: "checkmark-sharp" }, null, 512), [
|
|
2266
2278
|
[Ye, o.checked && !r.indeterminate]
|
|
2267
2279
|
]),
|
|
@@ -2272,15 +2284,15 @@ function Is(t, n, e, i, o, r) {
|
|
|
2272
2284
|
[Ye, r.indeterminate]
|
|
2273
2285
|
])
|
|
2274
2286
|
]),
|
|
2275
|
-
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span",
|
|
2276
|
-
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),
|
|
2277
2289
|
Ke(" " + we(e.label), 1)
|
|
2278
2290
|
])) : he("", !0)
|
|
2279
2291
|
])
|
|
2280
|
-
], 16,
|
|
2292
|
+
], 16, Es);
|
|
2281
2293
|
}
|
|
2282
|
-
const Lo = /* @__PURE__ */ Ae(
|
|
2283
|
-
const
|
|
2294
|
+
const Lo = /* @__PURE__ */ Ae(Cs, [["render", Ps]]);
|
|
2295
|
+
const Ms = {
|
|
2284
2296
|
name: "IbToggle",
|
|
2285
2297
|
model: {
|
|
2286
2298
|
prop: "isChecked",
|
|
@@ -2351,25 +2363,25 @@ const Ps = {
|
|
|
2351
2363
|
}
|
|
2352
2364
|
},
|
|
2353
2365
|
components: { IbIcon: Xe, IbTooltip: Qt }
|
|
2354
|
-
},
|
|
2366
|
+
}, Ds = ["tabindex"], Ls = {
|
|
2355
2367
|
class: "toggle-wrapper",
|
|
2356
2368
|
ref: "wrapper"
|
|
2357
|
-
},
|
|
2369
|
+
}, Rs = {
|
|
2358
2370
|
class: "toggle",
|
|
2359
2371
|
ref: "toggle"
|
|
2360
|
-
},
|
|
2372
|
+
}, Bs = ["name", "checked", "id", "disabled"], js = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), qs = {
|
|
2361
2373
|
key: 0,
|
|
2362
2374
|
class: "toggle-label"
|
|
2363
2375
|
};
|
|
2364
|
-
function
|
|
2376
|
+
function Fs(t, n, e, i, o, r) {
|
|
2365
2377
|
const l = ce("ib-icon"), a = ce("ib-tooltip");
|
|
2366
2378
|
return G(), ne("label", {
|
|
2367
2379
|
class: ve(r.classes),
|
|
2368
2380
|
onKeypress: n[2] || (n[2] = bn(_t((...d) => r.onChange && r.onChange(...d), ["prevent"]), ["space"])),
|
|
2369
2381
|
tabindex: e.disabled ? -1 : 0
|
|
2370
2382
|
}, [
|
|
2371
|
-
ae("div",
|
|
2372
|
-
ae("div",
|
|
2383
|
+
ae("div", Ls, [
|
|
2384
|
+
ae("div", Rs, [
|
|
2373
2385
|
ae("input", {
|
|
2374
2386
|
tabindex: "-1",
|
|
2375
2387
|
type: "checkbox",
|
|
@@ -2381,8 +2393,8 @@ function qs(t, n, e, i, o, r) {
|
|
|
2381
2393
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d)),
|
|
2382
2394
|
onInput: n[1] || (n[1] = _t(() => {
|
|
2383
2395
|
}, ["stop"]))
|
|
2384
|
-
}, null, 40,
|
|
2385
|
-
|
|
2396
|
+
}, null, 40, Bs),
|
|
2397
|
+
js,
|
|
2386
2398
|
ge(l, {
|
|
2387
2399
|
class: "checked-icon",
|
|
2388
2400
|
name: "checkmark"
|
|
@@ -2393,18 +2405,18 @@ function qs(t, n, e, i, o, r) {
|
|
|
2393
2405
|
})
|
|
2394
2406
|
], 512)
|
|
2395
2407
|
], 512),
|
|
2396
|
-
e.label.length ? (G(), ne("span",
|
|
2408
|
+
e.label.length ? (G(), ne("span", qs, we(e.label), 1)) : he("", !0),
|
|
2397
2409
|
e.helpMessage.length ? (G(), $e(a, {
|
|
2398
2410
|
key: 1,
|
|
2399
2411
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2400
2412
|
}, null, 8, ["text"])) : he("", !0)
|
|
2401
|
-
], 42,
|
|
2413
|
+
], 42, Ds);
|
|
2402
2414
|
}
|
|
2403
|
-
const
|
|
2415
|
+
const Hs = /* @__PURE__ */ Ae(Ms, [["render", Fs]]);
|
|
2404
2416
|
function Ro(t) {
|
|
2405
2417
|
return t.scrollHeight > t.clientHeight;
|
|
2406
2418
|
}
|
|
2407
|
-
const
|
|
2419
|
+
const Vs = {
|
|
2408
2420
|
name: "select-option",
|
|
2409
2421
|
props: {
|
|
2410
2422
|
option: {
|
|
@@ -2463,7 +2475,7 @@ const Hs = {
|
|
|
2463
2475
|
},
|
|
2464
2476
|
methods: {
|
|
2465
2477
|
onKeydown(t) {
|
|
2466
|
-
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));
|
|
2467
2479
|
},
|
|
2468
2480
|
onChange() {
|
|
2469
2481
|
var t, n;
|
|
@@ -2500,7 +2512,7 @@ const Hs = {
|
|
|
2500
2512
|
},
|
|
2501
2513
|
computed: {
|
|
2502
2514
|
component() {
|
|
2503
|
-
return this.isMultiple && this.isToggle ?
|
|
2515
|
+
return this.isMultiple && this.isToggle ? Hs : Lo;
|
|
2504
2516
|
},
|
|
2505
2517
|
isChecked() {
|
|
2506
2518
|
if (this.option.checked)
|
|
@@ -2546,17 +2558,17 @@ const Hs = {
|
|
|
2546
2558
|
IbIconButton: Tt,
|
|
2547
2559
|
IbTooltip: Qt
|
|
2548
2560
|
}
|
|
2549
|
-
},
|
|
2561
|
+
}, Us = {
|
|
2550
2562
|
key: 0,
|
|
2551
2563
|
class: "option-label"
|
|
2552
|
-
},
|
|
2564
|
+
}, zs = {
|
|
2553
2565
|
key: 1,
|
|
2554
2566
|
class: "option-label"
|
|
2555
|
-
},
|
|
2567
|
+
}, Ks = ["innerHTML"], Gs = ["innerHTML"], Ys = {
|
|
2556
2568
|
key: 2,
|
|
2557
2569
|
class: "option-label"
|
|
2558
2570
|
};
|
|
2559
|
-
function
|
|
2571
|
+
function Ws(t, n, e, i, o, r) {
|
|
2560
2572
|
const l = ce("ib-tooltip"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list");
|
|
2561
2573
|
return G(), ne("li", null, [
|
|
2562
2574
|
ae("div", {
|
|
@@ -2619,7 +2631,7 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2619
2631
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2620
2632
|
)
|
|
2621
2633
|
}, [
|
|
2622
|
-
r.hasChildren ? (G(), ne("span",
|
|
2634
|
+
r.hasChildren ? (G(), ne("span", zs, we(e.option.title), 1)) : (G(), ne("span", Us, [
|
|
2623
2635
|
Ke(we(e.option.title) + " ", 1),
|
|
2624
2636
|
ge(a, {
|
|
2625
2637
|
name: "star",
|
|
@@ -2631,12 +2643,12 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2631
2643
|
key: 1,
|
|
2632
2644
|
class: "option-label",
|
|
2633
2645
|
innerHTML: e.option.title
|
|
2634
|
-
}, null, 8,
|
|
2646
|
+
}, null, 8, Gs)) : (G(), ne("span", {
|
|
2635
2647
|
key: 0,
|
|
2636
2648
|
class: "option-label",
|
|
2637
2649
|
innerHTML: e.option.title
|
|
2638
|
-
}, null, 8,
|
|
2639
|
-
], 64)) : (G(), ne("span",
|
|
2650
|
+
}, null, 8, Ks))
|
|
2651
|
+
], 64)) : (G(), ne("span", Ys, we(e.option.title), 1))
|
|
2640
2652
|
], 2),
|
|
2641
2653
|
r.hasChildren ? Ve((G(), $e(h, { key: 1 }, {
|
|
2642
2654
|
default: be(() => [
|
|
@@ -2662,7 +2674,7 @@ function Ys(t, n, e, i, o, r) {
|
|
|
2662
2674
|
], 34)
|
|
2663
2675
|
]);
|
|
2664
2676
|
}
|
|
2665
|
-
const
|
|
2677
|
+
const Zs = /* @__PURE__ */ Ae(Vs, [["render", Ws]]);
|
|
2666
2678
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2667
2679
|
function Cr(t) {
|
|
2668
2680
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3071,9 +3083,9 @@ var Bo = { exports: {} };
|
|
|
3071
3083
|
};
|
|
3072
3084
|
});
|
|
3073
3085
|
})(Bo);
|
|
3074
|
-
var
|
|
3075
|
-
const
|
|
3076
|
-
const
|
|
3086
|
+
var Js = Bo.exports;
|
|
3087
|
+
const Xs = /* @__PURE__ */ Cr(Js);
|
|
3088
|
+
const Qs = {
|
|
3077
3089
|
name: "IbTreeSelect",
|
|
3078
3090
|
inject: ["LANG_COMPONENTS"],
|
|
3079
3091
|
props: {
|
|
@@ -3263,7 +3275,7 @@ const Xs = {
|
|
|
3263
3275
|
}
|
|
3264
3276
|
},
|
|
3265
3277
|
mounted() {
|
|
3266
|
-
this.marker = new
|
|
3278
|
+
this.marker = new Xs(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3267
3279
|
this.setPreparedValues();
|
|
3268
3280
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3269
3281
|
},
|
|
@@ -3529,19 +3541,19 @@ const Xs = {
|
|
|
3529
3541
|
IbDropdown: Oi,
|
|
3530
3542
|
IbInput: Do,
|
|
3531
3543
|
List: ki,
|
|
3532
|
-
"select-option":
|
|
3544
|
+
"select-option": Zs
|
|
3533
3545
|
},
|
|
3534
3546
|
beforeUnmount() {
|
|
3535
3547
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3536
3548
|
}
|
|
3537
|
-
},
|
|
3549
|
+
}, eu = { class: "tree-select" }, tu = {
|
|
3538
3550
|
key: 0,
|
|
3539
3551
|
class: "tree-select-empty"
|
|
3540
|
-
},
|
|
3552
|
+
}, nu = {
|
|
3541
3553
|
key: 1,
|
|
3542
3554
|
class: "tree-select-default-empty tree-select-empty"
|
|
3543
3555
|
};
|
|
3544
|
-
function
|
|
3556
|
+
function ru(t, n, e, i, o, r) {
|
|
3545
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");
|
|
3546
3558
|
return G(), ne(rt, null, [
|
|
3547
3559
|
e.errorMessage ? (G(), $e(l, {
|
|
@@ -3553,7 +3565,7 @@ function nu(t, n, e, i, o, r) {
|
|
|
3553
3565
|
]),
|
|
3554
3566
|
_: 1
|
|
3555
3567
|
})) : he("", !0),
|
|
3556
|
-
ae("div",
|
|
3568
|
+
ae("div", eu, [
|
|
3557
3569
|
ge(s, {
|
|
3558
3570
|
disabled: o.isLoading,
|
|
3559
3571
|
"is-resizable": e.isResizable,
|
|
@@ -3616,9 +3628,9 @@ function nu(t, n, e, i, o, r) {
|
|
|
3616
3628
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3617
3629
|
}, {
|
|
3618
3630
|
default: be(() => [
|
|
3619
|
-
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div",
|
|
3631
|
+
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div", tu, [
|
|
3620
3632
|
Te(t.$slots, "emptyMessage")
|
|
3621
|
-
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div",
|
|
3633
|
+
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div", nu, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3622
3634
|
Ve(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3623
3635
|
[Ye, r.requiredDependencyNotFilled]
|
|
3624
3636
|
]),
|
|
@@ -3753,8 +3765,8 @@ function nu(t, n, e, i, o, r) {
|
|
|
3753
3765
|
])
|
|
3754
3766
|
], 64);
|
|
3755
3767
|
}
|
|
3756
|
-
const
|
|
3757
|
-
const
|
|
3768
|
+
const iu = /* @__PURE__ */ Ae(Qs, [["render", ru]]);
|
|
3769
|
+
const ou = {
|
|
3758
3770
|
name: "IbLimitSelector",
|
|
3759
3771
|
props: {
|
|
3760
3772
|
labelSelect: {
|
|
@@ -3792,12 +3804,12 @@ const iu = {
|
|
|
3792
3804
|
},
|
|
3793
3805
|
components: {
|
|
3794
3806
|
IbLabel: kr,
|
|
3795
|
-
IbSelect:
|
|
3807
|
+
IbSelect: iu
|
|
3796
3808
|
}
|
|
3797
|
-
},
|
|
3798
|
-
function
|
|
3809
|
+
}, au = { class: "report-limit-selector" };
|
|
3810
|
+
function lu(t, n, e, i, o, r) {
|
|
3799
3811
|
const l = ce("ib-label"), a = ce("ib-select");
|
|
3800
|
-
return G(), ne("div",
|
|
3812
|
+
return G(), ne("div", au, [
|
|
3801
3813
|
ge(l, null, {
|
|
3802
3814
|
default: be(() => [
|
|
3803
3815
|
Ke(we(e.labelSelect), 1)
|
|
@@ -3814,8 +3826,8 @@ function au(t, n, e, i, o, r) {
|
|
|
3814
3826
|
}, null, 8, ["value", "options", "onInput"])
|
|
3815
3827
|
]);
|
|
3816
3828
|
}
|
|
3817
|
-
const
|
|
3818
|
-
const
|
|
3829
|
+
const su = /* @__PURE__ */ Ae(ou, [["render", lu]]);
|
|
3830
|
+
const uu = {
|
|
3819
3831
|
name: "IbPagination",
|
|
3820
3832
|
props: {
|
|
3821
3833
|
tooltipTextPrev: {
|
|
@@ -3916,19 +3928,19 @@ const su = {
|
|
|
3916
3928
|
IbIcon: Xe,
|
|
3917
3929
|
IbInput: Do,
|
|
3918
3930
|
IbLabel: kr,
|
|
3919
|
-
IbLimitSelector:
|
|
3931
|
+
IbLimitSelector: su,
|
|
3920
3932
|
IbTooltip: Qt
|
|
3921
3933
|
}
|
|
3922
|
-
},
|
|
3923
|
-
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) {
|
|
3924
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");
|
|
3925
|
-
return G(), ne("div",
|
|
3937
|
+
return G(), ne("div", du, [
|
|
3926
3938
|
ge(l, {
|
|
3927
3939
|
onSelect: r.changeLimit,
|
|
3928
3940
|
value: o.limitValue,
|
|
3929
3941
|
"label-select": e.labelSelect
|
|
3930
3942
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
3931
|
-
ae("div",
|
|
3943
|
+
ae("div", cu, [
|
|
3932
3944
|
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
3933
3945
|
ge(a, null, {
|
|
3934
3946
|
default: be(() => [
|
|
@@ -3936,7 +3948,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3936
3948
|
]),
|
|
3937
3949
|
_: 1
|
|
3938
3950
|
}),
|
|
3939
|
-
ae("div",
|
|
3951
|
+
ae("div", fu, [
|
|
3940
3952
|
ge(d, {
|
|
3941
3953
|
type: "number",
|
|
3942
3954
|
debounce: 500,
|
|
@@ -3944,7 +3956,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3944
3956
|
}, null, 8, ["onInput"])
|
|
3945
3957
|
])
|
|
3946
3958
|
], 64)) : he("", !0),
|
|
3947
|
-
ae("div",
|
|
3959
|
+
ae("div", hu, we(r.setCountOfRows + " of " + e.countRows), 1),
|
|
3948
3960
|
ge(c, {
|
|
3949
3961
|
kind: "tertiary",
|
|
3950
3962
|
size: "m",
|
|
@@ -3961,7 +3973,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3961
3973
|
]),
|
|
3962
3974
|
_: 1
|
|
3963
3975
|
}, 8, ["disabled"]),
|
|
3964
|
-
ae("ul",
|
|
3976
|
+
ae("ul", pu, [
|
|
3965
3977
|
(G(!0), ne(rt, null, jt(r.countPagePagination, (s, u) => Ve((G(), ne("li", {
|
|
3966
3978
|
key: u,
|
|
3967
3979
|
class: ve(["pagination-item", {
|
|
@@ -3972,7 +3984,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3972
3984
|
onClick: (_) => r.onSelect(u + 1)
|
|
3973
3985
|
}, [
|
|
3974
3986
|
ae("button", null, we(u + 1), 1)
|
|
3975
|
-
], 10,
|
|
3987
|
+
], 10, gu)), [
|
|
3976
3988
|
[Ye, r.showItem(u + 1)]
|
|
3977
3989
|
])), 128))
|
|
3978
3990
|
]),
|
|
@@ -3995,13 +4007,13 @@ function gu(t, n, e, i, o, r) {
|
|
|
3995
4007
|
])
|
|
3996
4008
|
]);
|
|
3997
4009
|
}
|
|
3998
|
-
const
|
|
4010
|
+
const n1 = /* @__PURE__ */ Ae(uu, [["render", mu]]), ar = {
|
|
3999
4011
|
PROGRESS: "progress",
|
|
4000
4012
|
SUCCESS: "success",
|
|
4001
4013
|
FAILED: "failed",
|
|
4002
4014
|
CANCELED: "canceled"
|
|
4003
4015
|
};
|
|
4004
|
-
const
|
|
4016
|
+
const vu = {
|
|
4005
4017
|
props: {
|
|
4006
4018
|
states: {
|
|
4007
4019
|
type: String,
|
|
@@ -4024,20 +4036,20 @@ const mu = {
|
|
|
4024
4036
|
components: {
|
|
4025
4037
|
IbIcon: Xe
|
|
4026
4038
|
}
|
|
4027
|
-
}, jo = (t) => (bi("data-v-abce14de"), t = t(), _i(), t),
|
|
4028
|
-
|
|
4029
|
-
],
|
|
4030
|
-
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) {
|
|
4031
4043
|
const l = ce("ib-icon");
|
|
4032
|
-
return G(), ne("div",
|
|
4044
|
+
return G(), ne("div", yu, [
|
|
4033
4045
|
ae("div", {
|
|
4034
4046
|
class: ve(r.classes)
|
|
4035
4047
|
}, [
|
|
4036
4048
|
ae("div", {
|
|
4037
4049
|
class: "progress",
|
|
4038
4050
|
style: wn({ width: e.progress + "%" })
|
|
4039
|
-
},
|
|
4040
|
-
|
|
4051
|
+
}, _u, 4),
|
|
4052
|
+
$u
|
|
4041
4053
|
], 2),
|
|
4042
4054
|
Ve(ge(l, {
|
|
4043
4055
|
class: "status-icon",
|
|
@@ -4047,7 +4059,7 @@ function $u(t, n, e, i, o, r) {
|
|
|
4047
4059
|
])
|
|
4048
4060
|
]);
|
|
4049
4061
|
}
|
|
4050
|
-
const
|
|
4062
|
+
const r1 = /* @__PURE__ */ Ae(vu, [["render", wu], ["__scopeId", "data-v-abce14de"]]), Ou = {
|
|
4051
4063
|
new: `<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4052
4064
|
<circle cx="4.5" cy="4.5" r="4" fill="#0369E8"/>
|
|
4053
4065
|
</svg>
|
|
@@ -4088,7 +4100,7 @@ const n1 = /* @__PURE__ */ Ae(mu, [["render", $u], ["__scopeId", "data-v-abce14d
|
|
|
4088
4100
|
</svg>
|
|
4089
4101
|
`
|
|
4090
4102
|
};
|
|
4091
|
-
const
|
|
4103
|
+
const ku = {
|
|
4092
4104
|
props: {
|
|
4093
4105
|
type: {
|
|
4094
4106
|
type: String,
|
|
@@ -4097,21 +4109,21 @@ const Ou = {
|
|
|
4097
4109
|
},
|
|
4098
4110
|
data() {
|
|
4099
4111
|
return {
|
|
4100
|
-
icons:
|
|
4112
|
+
icons: Ou
|
|
4101
4113
|
};
|
|
4102
4114
|
}
|
|
4103
|
-
},
|
|
4104
|
-
function
|
|
4105
|
-
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, [
|
|
4106
4118
|
ae("div", {
|
|
4107
4119
|
class: ve(["status-indicator-icon", e.type]),
|
|
4108
4120
|
innerHTML: o.icons[e.type]
|
|
4109
|
-
}, null, 10,
|
|
4121
|
+
}, null, 10, Eu),
|
|
4110
4122
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4111
4123
|
]);
|
|
4112
4124
|
}
|
|
4113
|
-
const
|
|
4114
|
-
const
|
|
4125
|
+
const i1 = /* @__PURE__ */ Ae(ku, [["render", Su], ["__scopeId", "data-v-e696394e"]]);
|
|
4126
|
+
const xu = {
|
|
4115
4127
|
name: "IbPanel",
|
|
4116
4128
|
mixins: [To],
|
|
4117
4129
|
props: {
|
|
@@ -4124,17 +4136,17 @@ const Su = {
|
|
|
4124
4136
|
default: !1
|
|
4125
4137
|
}
|
|
4126
4138
|
}
|
|
4127
|
-
},
|
|
4128
|
-
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) {
|
|
4129
4141
|
return G(), ne("div", {
|
|
4130
4142
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4131
4143
|
}, [
|
|
4132
|
-
ae("div",
|
|
4133
|
-
ae("div",
|
|
4144
|
+
ae("div", Au, [
|
|
4145
|
+
ae("div", Nu, [
|
|
4134
4146
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4135
4147
|
]),
|
|
4136
|
-
|
|
4137
|
-
ae("div",
|
|
4148
|
+
Iu,
|
|
4149
|
+
ae("div", Pu, [
|
|
4138
4150
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4139
4151
|
])
|
|
4140
4152
|
]),
|
|
@@ -4145,7 +4157,7 @@ function Mu(t, n, e, i, o, r) {
|
|
|
4145
4157
|
onLeave: t.leave
|
|
4146
4158
|
}, {
|
|
4147
4159
|
default: be(() => [
|
|
4148
|
-
Ve(ae("div",
|
|
4160
|
+
Ve(ae("div", Mu, [
|
|
4149
4161
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4150
4162
|
], 512), [
|
|
4151
4163
|
[Ye, e.isOpen]
|
|
@@ -4155,8 +4167,8 @@ function Mu(t, n, e, i, o, r) {
|
|
|
4155
4167
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4156
4168
|
], 2);
|
|
4157
4169
|
}
|
|
4158
|
-
const
|
|
4159
|
-
const
|
|
4170
|
+
const o1 = /* @__PURE__ */ Ae(xu, [["render", Du], ["__scopeId", "data-v-e7667612"]]);
|
|
4171
|
+
const Lu = {
|
|
4160
4172
|
name: "IbInputGroup",
|
|
4161
4173
|
props: {
|
|
4162
4174
|
supportText: {
|
|
@@ -4168,20 +4180,20 @@ const Du = {
|
|
|
4168
4180
|
default: !1
|
|
4169
4181
|
}
|
|
4170
4182
|
}
|
|
4171
|
-
},
|
|
4183
|
+
}, Ru = {
|
|
4172
4184
|
key: 0,
|
|
4173
4185
|
class: "support-text"
|
|
4174
4186
|
};
|
|
4175
|
-
function
|
|
4187
|
+
function Bu(t, n, e, i, o, r) {
|
|
4176
4188
|
return G(), ne("div", {
|
|
4177
4189
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4178
4190
|
}, [
|
|
4179
4191
|
Te(t.$slots, "default"),
|
|
4180
|
-
e.supportText.length ? (G(), ne("p",
|
|
4192
|
+
e.supportText.length ? (G(), ne("p", Ru, we(e.supportText), 1)) : he("", !0)
|
|
4181
4193
|
], 2);
|
|
4182
4194
|
}
|
|
4183
|
-
const
|
|
4184
|
-
const
|
|
4195
|
+
const a1 = /* @__PURE__ */ Ae(Lu, [["render", Bu]]);
|
|
4196
|
+
const ju = {
|
|
4185
4197
|
name: "IbInputGroup",
|
|
4186
4198
|
props: {
|
|
4187
4199
|
labelText: {
|
|
@@ -4205,8 +4217,8 @@ const Bu = {
|
|
|
4205
4217
|
IbLabel: kr,
|
|
4206
4218
|
IbAlert: dn
|
|
4207
4219
|
}
|
|
4208
|
-
},
|
|
4209
|
-
function
|
|
4220
|
+
}, qu = { class: "ib-checkbox-group-content" };
|
|
4221
|
+
function Fu(t, n, e, i, o, r) {
|
|
4210
4222
|
const l = ce("ib-label"), a = ce("ib-alert");
|
|
4211
4223
|
return G(), ne("div", {
|
|
4212
4224
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4230,13 +4242,13 @@ function qu(t, n, e, i, o, r) {
|
|
|
4230
4242
|
]),
|
|
4231
4243
|
_: 1
|
|
4232
4244
|
})) : he("", !0),
|
|
4233
|
-
ae("div",
|
|
4245
|
+
ae("div", qu, [
|
|
4234
4246
|
Te(t.$slots, "default")
|
|
4235
4247
|
])
|
|
4236
4248
|
], 2);
|
|
4237
4249
|
}
|
|
4238
|
-
const
|
|
4239
|
-
const
|
|
4250
|
+
const l1 = /* @__PURE__ */ Ae(ju, [["render", Fu]]);
|
|
4251
|
+
const Hu = {
|
|
4240
4252
|
name: "IbRadio",
|
|
4241
4253
|
model: {
|
|
4242
4254
|
prop: "isChecked",
|
|
@@ -4306,11 +4318,11 @@ const Fu = {
|
|
|
4306
4318
|
};
|
|
4307
4319
|
}
|
|
4308
4320
|
}
|
|
4309
|
-
},
|
|
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 = {
|
|
4310
4322
|
key: 0,
|
|
4311
4323
|
class: "ib-radio-label"
|
|
4312
4324
|
};
|
|
4313
|
-
function
|
|
4325
|
+
function Yu(t, n, e, i, o, r) {
|
|
4314
4326
|
var l, a;
|
|
4315
4327
|
return G(), ne("label", {
|
|
4316
4328
|
class: ve(r.classes),
|
|
@@ -4328,17 +4340,17 @@ function Gu(t, n, e, i, o, r) {
|
|
|
4328
4340
|
}, ["stop"])),
|
|
4329
4341
|
onClick: n[1] || (n[1] = (...d) => r.onClick && r.onClick(...d)),
|
|
4330
4342
|
onChange: n[2] || (n[2] = (...d) => r.onChange && r.onChange(...d))
|
|
4331
|
-
}, null, 40,
|
|
4343
|
+
}, null, 40, zu),
|
|
4332
4344
|
ae("span", {
|
|
4333
4345
|
class: ve(["ib-radio-body", { "without-text": !((l = e.label) != null && l.length) }])
|
|
4334
4346
|
}, [
|
|
4335
|
-
|
|
4336
|
-
(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)
|
|
4337
4349
|
], 2)
|
|
4338
|
-
], 10,
|
|
4350
|
+
], 10, Uu);
|
|
4339
4351
|
}
|
|
4340
|
-
const
|
|
4341
|
-
const
|
|
4352
|
+
const s1 = /* @__PURE__ */ Ae(Hu, [["render", Yu], ["__scopeId", "data-v-f72fc460"]]);
|
|
4353
|
+
const Wu = {
|
|
4342
4354
|
props: {
|
|
4343
4355
|
characterLimit: {
|
|
4344
4356
|
type: [String, Number],
|
|
@@ -4349,26 +4361,26 @@ const Yu = {
|
|
|
4349
4361
|
required: !0
|
|
4350
4362
|
}
|
|
4351
4363
|
}
|
|
4352
|
-
},
|
|
4364
|
+
}, Zu = { class: "character-count" }, Ju = {
|
|
4353
4365
|
key: 0,
|
|
4354
4366
|
class: "val-limit"
|
|
4355
|
-
},
|
|
4367
|
+
}, Xu = { class: "val-length" }, Qu = { class: "val-limit" }, ed = {
|
|
4356
4368
|
key: 3,
|
|
4357
4369
|
class: "val-length val-limited"
|
|
4358
4370
|
};
|
|
4359
|
-
function
|
|
4360
|
-
return G(), ne("div",
|
|
4371
|
+
function td(t, n, e, i, o, r) {
|
|
4372
|
+
return G(), ne("div", Zu, [
|
|
4361
4373
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4362
|
-
ae("p",
|
|
4374
|
+
ae("p", Xu, we(e.characterLimit - e.characterLength), 1),
|
|
4363
4375
|
Ke(" / "),
|
|
4364
|
-
ae("p",
|
|
4376
|
+
ae("p", Qu, we(e.characterLimit), 1)
|
|
4365
4377
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4366
4378
|
Ke("0")
|
|
4367
|
-
], 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))
|
|
4368
4380
|
]);
|
|
4369
4381
|
}
|
|
4370
|
-
const qo = /* @__PURE__ */ Ae(
|
|
4371
|
-
const
|
|
4382
|
+
const qo = /* @__PURE__ */ Ae(Wu, [["render", td], ["__scopeId", "data-v-725f21a3"]]);
|
|
4383
|
+
const nd = {
|
|
4372
4384
|
name: "IbTextarea",
|
|
4373
4385
|
props: {
|
|
4374
4386
|
disabled: {
|
|
@@ -4425,8 +4437,8 @@ const td = {
|
|
|
4425
4437
|
IbCharacterCount: qo
|
|
4426
4438
|
},
|
|
4427
4439
|
inheritAttrs: !1
|
|
4428
|
-
},
|
|
4429
|
-
function
|
|
4440
|
+
}, rd = ["disabled"];
|
|
4441
|
+
function id(t, n, e, i, o, r) {
|
|
4430
4442
|
const l = ce("ib-character-count"), a = ce("ib-alert");
|
|
4431
4443
|
return G(), ne("div", {
|
|
4432
4444
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4458,12 +4470,12 @@ function rd(t, n, e, i, o, r) {
|
|
|
4458
4470
|
onBlur: n[2] || (n[2] = (...d) => r.onBlur && r.onBlur(...d)),
|
|
4459
4471
|
class: ["ib-textarea", r.classes],
|
|
4460
4472
|
disabled: e.disabled
|
|
4461
|
-
}), null, 16,
|
|
4473
|
+
}), null, 16, rd), [
|
|
4462
4474
|
[xo, o.val]
|
|
4463
4475
|
])
|
|
4464
4476
|
], 2);
|
|
4465
4477
|
}
|
|
4466
|
-
const
|
|
4478
|
+
const u1 = /* @__PURE__ */ Ae(nd, [["render", id], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4467
4479
|
var ti = [
|
|
4468
4480
|
"onChange",
|
|
4469
4481
|
"onClose",
|
|
@@ -4666,7 +4678,7 @@ function wt(t) {
|
|
|
4666
4678
|
var ri = function() {
|
|
4667
4679
|
}, pr = function(t, n, e) {
|
|
4668
4680
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
4669
|
-
},
|
|
4681
|
+
}, od = {
|
|
4670
4682
|
D: ri,
|
|
4671
4683
|
F: function(t, n, e) {
|
|
4672
4684
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -4857,7 +4869,7 @@ var ri = function() {
|
|
|
4857
4869
|
m += un[$];
|
|
4858
4870
|
var x = new RegExp(m).exec(r);
|
|
4859
4871
|
x && (_ = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
4860
|
-
fn:
|
|
4872
|
+
fn: od[$],
|
|
4861
4873
|
val: x[++g]
|
|
4862
4874
|
});
|
|
4863
4875
|
} else
|
|
@@ -4880,14 +4892,14 @@ var ri = function() {
|
|
|
4880
4892
|
function Ot(t, n, e) {
|
|
4881
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();
|
|
4882
4894
|
}
|
|
4883
|
-
var
|
|
4895
|
+
var ad = function(t, n, e) {
|
|
4884
4896
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
4885
4897
|
}, ii = function(t, n, e) {
|
|
4886
4898
|
return t * 3600 + n * 60 + e;
|
|
4887
|
-
},
|
|
4899
|
+
}, ld = function(t) {
|
|
4888
4900
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
4889
4901
|
return [n, e, t - n * 3600 - e * 60];
|
|
4890
|
-
},
|
|
4902
|
+
}, sd = {
|
|
4891
4903
|
DAY: 864e5
|
|
4892
4904
|
};
|
|
4893
4905
|
function oi(t) {
|
|
@@ -4933,8 +4945,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
4933
4945
|
for (var r = arguments[n], l = 0, a = r.length; l < a; l++, o++)
|
|
4934
4946
|
i[o] = r[l];
|
|
4935
4947
|
return i;
|
|
4936
|
-
},
|
|
4937
|
-
function
|
|
4948
|
+
}, ud = 300;
|
|
4949
|
+
function dd(t, n) {
|
|
4938
4950
|
var e = {
|
|
4939
4951
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
4940
4952
|
l10n: Hn
|
|
@@ -4997,7 +5009,7 @@ function ud(t, n) {
|
|
|
4997
5009
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
4998
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);
|
|
4999
5011
|
if (me > Ce && me < de) {
|
|
5000
|
-
var Pe =
|
|
5012
|
+
var Pe = ld(de);
|
|
5001
5013
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5002
5014
|
}
|
|
5003
5015
|
} else {
|
|
@@ -5052,7 +5064,7 @@ function ud(t, n) {
|
|
|
5052
5064
|
return;
|
|
5053
5065
|
}
|
|
5054
5066
|
var I = Hi(Ee, 50);
|
|
5055
|
-
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) {
|
|
5056
5068
|
e.config.mode === "range" && _e(wt(z));
|
|
5057
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) {
|
|
5058
5070
|
var L = function(z) {
|
|
@@ -5435,7 +5447,7 @@ function ud(t, n) {
|
|
|
5435
5447
|
}
|
|
5436
5448
|
function _e(I, L) {
|
|
5437
5449
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5438
|
-
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)
|
|
5439
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));
|
|
5440
5452
|
var ke = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5441
5453
|
ke.forEach(function(Re) {
|
|
@@ -5449,7 +5461,7 @@ function ud(t, n) {
|
|
|
5449
5461
|
return;
|
|
5450
5462
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Pt) {
|
|
5451
5463
|
Re.classList.remove(Pt);
|
|
5452
|
-
}), 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"));
|
|
5453
5465
|
});
|
|
5454
5466
|
}
|
|
5455
5467
|
}
|
|
@@ -5818,7 +5830,7 @@ function $n(t, n) {
|
|
|
5818
5830
|
try {
|
|
5819
5831
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
5820
5832
|
continue;
|
|
5821
|
-
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);
|
|
5822
5834
|
} catch (l) {
|
|
5823
5835
|
console.error(l);
|
|
5824
5836
|
}
|
|
@@ -5948,17 +5960,17 @@ var Vo = { exports: {} };
|
|
|
5948
5960
|
return i;
|
|
5949
5961
|
});
|
|
5950
5962
|
})(Vo);
|
|
5951
|
-
var
|
|
5952
|
-
const
|
|
5963
|
+
var cd = Vo.exports;
|
|
5964
|
+
const fd = /* @__PURE__ */ Cr(cd), hd = `
|
|
5953
5965
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5954
5966
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5955
5967
|
</svg>
|
|
5956
|
-
`,
|
|
5968
|
+
`, pd = `
|
|
5957
5969
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5958
5970
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5959
5971
|
</svg>
|
|
5960
5972
|
`;
|
|
5961
|
-
const
|
|
5973
|
+
const gd = "single", ai = "range", md = {
|
|
5962
5974
|
props: {
|
|
5963
5975
|
name: {
|
|
5964
5976
|
type: String,
|
|
@@ -5981,7 +5993,7 @@ const pd = "single", ai = "range", gd = {
|
|
|
5981
5993
|
},
|
|
5982
5994
|
mode: {
|
|
5983
5995
|
type: String,
|
|
5984
|
-
default:
|
|
5996
|
+
default: gd
|
|
5985
5997
|
},
|
|
5986
5998
|
label: {
|
|
5987
5999
|
type: String,
|
|
@@ -6042,8 +6054,8 @@ const pd = "single", ai = "range", gd = {
|
|
|
6042
6054
|
position: "left",
|
|
6043
6055
|
mode: this.mode,
|
|
6044
6056
|
appendTo: this.$refs.dropdown,
|
|
6045
|
-
prevArrow:
|
|
6046
|
-
nextArrow:
|
|
6057
|
+
prevArrow: hd,
|
|
6058
|
+
nextArrow: pd,
|
|
6047
6059
|
ignoredFocusElements: Array.from(t),
|
|
6048
6060
|
locale: {
|
|
6049
6061
|
weekdays: {
|
|
@@ -6065,7 +6077,7 @@ const pd = "single", ai = "range", gd = {
|
|
|
6065
6077
|
onChange: (i, o) => this.onChange(o),
|
|
6066
6078
|
onClose: () => this.onClose()
|
|
6067
6079
|
};
|
|
6068
|
-
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);
|
|
6069
6081
|
const e = Object.assign({}, n, this.config);
|
|
6070
6082
|
return this.pickerOptions = e, e;
|
|
6071
6083
|
},
|
|
@@ -6110,20 +6122,20 @@ const pd = "single", ai = "range", gd = {
|
|
|
6110
6122
|
IbLabel: kr,
|
|
6111
6123
|
IbAlert: dn
|
|
6112
6124
|
}
|
|
6113
|
-
},
|
|
6125
|
+
}, vd = { class: "inputs-wrapper" }, yd = { class: "input-group-wrapper" }, bd = ["placeholder"], _d = {
|
|
6114
6126
|
ref: "dropdown",
|
|
6115
6127
|
class: "dropdown"
|
|
6116
|
-
},
|
|
6128
|
+
}, $d = {
|
|
6117
6129
|
key: 1,
|
|
6118
6130
|
class: "support-text"
|
|
6119
|
-
},
|
|
6131
|
+
}, wd = {
|
|
6120
6132
|
key: 0,
|
|
6121
6133
|
class: "input-group-wrapper"
|
|
6122
|
-
},
|
|
6134
|
+
}, Od = ["placeholder"], kd = {
|
|
6123
6135
|
key: 1,
|
|
6124
6136
|
class: "support-text"
|
|
6125
6137
|
};
|
|
6126
|
-
function
|
|
6138
|
+
function Cd(t, n, e, i, o, r) {
|
|
6127
6139
|
const l = ce("ib-alert"), a = ce("ib-label"), d = ce("ib-icon");
|
|
6128
6140
|
return G(), ne("div", {
|
|
6129
6141
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6142,8 +6154,8 @@ function kd(t, n, e, i, o, r) {
|
|
|
6142
6154
|
]),
|
|
6143
6155
|
_: 1
|
|
6144
6156
|
})) : he("", !0),
|
|
6145
|
-
ae("div",
|
|
6146
|
-
ae("div",
|
|
6157
|
+
ae("div", vd, [
|
|
6158
|
+
ae("div", yd, [
|
|
6147
6159
|
e.label.length ? (G(), $e(a, {
|
|
6148
6160
|
key: 0,
|
|
6149
6161
|
class: "label",
|
|
@@ -6162,16 +6174,16 @@ function kd(t, n, e, i, o, r) {
|
|
|
6162
6174
|
placeholder: e.placeholder,
|
|
6163
6175
|
ref: "date",
|
|
6164
6176
|
class: "date-picker-input"
|
|
6165
|
-
}, null, 8,
|
|
6177
|
+
}, null, 8, bd),
|
|
6166
6178
|
ge(d, {
|
|
6167
6179
|
name: "today-outline",
|
|
6168
6180
|
class: "calendar-icon"
|
|
6169
6181
|
})
|
|
6170
6182
|
], 2),
|
|
6171
|
-
ae("div",
|
|
6172
|
-
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)
|
|
6173
6185
|
]),
|
|
6174
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6186
|
+
e.mode === "range" ? (G(), ne("div", wd, [
|
|
6175
6187
|
e.endDateLabel.length ? (G(), $e(a, {
|
|
6176
6188
|
key: 0,
|
|
6177
6189
|
class: "end-date-label label",
|
|
@@ -6190,18 +6202,18 @@ function kd(t, n, e, i, o, r) {
|
|
|
6190
6202
|
class: "date-picker-input",
|
|
6191
6203
|
placeholder: e.placeholder,
|
|
6192
6204
|
ref: "toDate"
|
|
6193
|
-
}, null, 8,
|
|
6205
|
+
}, null, 8, Od),
|
|
6194
6206
|
ge(d, {
|
|
6195
6207
|
name: "today-outline",
|
|
6196
6208
|
class: "calendar-icon"
|
|
6197
6209
|
})
|
|
6198
6210
|
], 2),
|
|
6199
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6211
|
+
e.endDateSupportText.length ? (G(), ne("p", kd, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6200
6212
|
])) : he("", !0)
|
|
6201
6213
|
])
|
|
6202
6214
|
], 2);
|
|
6203
6215
|
}
|
|
6204
|
-
const
|
|
6216
|
+
const d1 = /* @__PURE__ */ Ae(md, [["render", Cd]]), Ed = [
|
|
6205
6217
|
[
|
|
6206
6218
|
"Afghanistan (افغانستان)",
|
|
6207
6219
|
"af",
|
|
@@ -7418,12 +7430,12 @@ const u1 = /* @__PURE__ */ Ae(gd, [["render", kd]]), Cd = [
|
|
|
7418
7430
|
"ax",
|
|
7419
7431
|
"358"
|
|
7420
7432
|
]
|
|
7421
|
-
],
|
|
7433
|
+
], Sd = Ed.map(([t, n, e]) => ({
|
|
7422
7434
|
name: t,
|
|
7423
7435
|
iso2: n.toUpperCase(),
|
|
7424
7436
|
dialCode: e
|
|
7425
7437
|
}));
|
|
7426
|
-
function
|
|
7438
|
+
function xd() {
|
|
7427
7439
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7428
7440
|
const n = (t || "").toString();
|
|
7429
7441
|
if (!n || n[0] !== "1")
|
|
@@ -7431,7 +7443,7 @@ function Sd() {
|
|
|
7431
7443
|
return n.substr(2, 2);
|
|
7432
7444
|
});
|
|
7433
7445
|
}
|
|
7434
|
-
function
|
|
7446
|
+
function Td(t, n) {
|
|
7435
7447
|
if (t.setSelectionRange)
|
|
7436
7448
|
t.focus(), t.setSelectionRange(n, n);
|
|
7437
7449
|
else if (t.createTextRange) {
|
|
@@ -7439,11 +7451,11 @@ function xd(t, n) {
|
|
|
7439
7451
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7440
7452
|
}
|
|
7441
7453
|
}
|
|
7442
|
-
const
|
|
7454
|
+
const Ad = [
|
|
7443
7455
|
{
|
|
7444
7456
|
name: "allCountries",
|
|
7445
7457
|
type: Array,
|
|
7446
|
-
default:
|
|
7458
|
+
default: Sd,
|
|
7447
7459
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7448
7460
|
inDemo: !1
|
|
7449
7461
|
},
|
|
@@ -7684,7 +7696,7 @@ const Td = [
|
|
|
7684
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)",
|
|
7685
7697
|
inDemo: !1
|
|
7686
7698
|
}
|
|
7687
|
-
],
|
|
7699
|
+
], Nd = [...Ad].reduce((t, n) => {
|
|
7688
7700
|
if (n.name.includes(".")) {
|
|
7689
7701
|
const [e, i] = n.name.split(".");
|
|
7690
7702
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -7692,11 +7704,11 @@ const Td = [
|
|
|
7692
7704
|
Object.assign(t, { [n.name]: n.default });
|
|
7693
7705
|
return t;
|
|
7694
7706
|
}, {}), Ui = {
|
|
7695
|
-
options: { ...
|
|
7696
|
-
}, 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}"]]] } };
|
|
7697
|
-
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) {
|
|
7698
7710
|
var e = Array.prototype.slice.call(n);
|
|
7699
|
-
return e.push(
|
|
7711
|
+
return e.push(Id), t.apply(this, e);
|
|
7700
7712
|
}
|
|
7701
7713
|
function pi(t) {
|
|
7702
7714
|
return pi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7711,19 +7723,19 @@ function zi(t, n) {
|
|
|
7711
7723
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
7712
7724
|
}
|
|
7713
7725
|
}
|
|
7714
|
-
function
|
|
7726
|
+
function Md(t, n, e) {
|
|
7715
7727
|
return n && zi(t.prototype, n), e && zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7716
7728
|
}
|
|
7717
|
-
function
|
|
7729
|
+
function Dd(t, n) {
|
|
7718
7730
|
if (!(t instanceof n))
|
|
7719
7731
|
throw new TypeError("Cannot call a class as a function");
|
|
7720
7732
|
}
|
|
7721
|
-
function
|
|
7733
|
+
function Ld(t, n) {
|
|
7722
7734
|
if (typeof n != "function" && n !== null)
|
|
7723
7735
|
throw new TypeError("Super expression must either be null or a function");
|
|
7724
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);
|
|
7725
7737
|
}
|
|
7726
|
-
function
|
|
7738
|
+
function Rd(t) {
|
|
7727
7739
|
var n = zo();
|
|
7728
7740
|
return function() {
|
|
7729
7741
|
var e = Un(t), i;
|
|
@@ -7732,10 +7744,10 @@ function Ld(t) {
|
|
|
7732
7744
|
i = Reflect.construct(e, arguments, o);
|
|
7733
7745
|
} else
|
|
7734
7746
|
i = e.apply(this, arguments);
|
|
7735
|
-
return
|
|
7747
|
+
return Bd(this, i);
|
|
7736
7748
|
};
|
|
7737
7749
|
}
|
|
7738
|
-
function
|
|
7750
|
+
function Bd(t, n) {
|
|
7739
7751
|
if (n && (pi(n) === "object" || typeof n == "function"))
|
|
7740
7752
|
return n;
|
|
7741
7753
|
if (n !== void 0)
|
|
@@ -7750,7 +7762,7 @@ function Uo(t) {
|
|
|
7750
7762
|
function gi(t) {
|
|
7751
7763
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
7752
7764
|
return gi = function(e) {
|
|
7753
|
-
if (e === null || !
|
|
7765
|
+
if (e === null || !jd(e))
|
|
7754
7766
|
return e;
|
|
7755
7767
|
if (typeof e != "function")
|
|
7756
7768
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -7785,7 +7797,7 @@ function zo() {
|
|
|
7785
7797
|
return !1;
|
|
7786
7798
|
}
|
|
7787
7799
|
}
|
|
7788
|
-
function
|
|
7800
|
+
function jd(t) {
|
|
7789
7801
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
7790
7802
|
}
|
|
7791
7803
|
function Vn(t, n) {
|
|
@@ -7799,14 +7811,14 @@ function Un(t) {
|
|
|
7799
7811
|
}, Un(t);
|
|
7800
7812
|
}
|
|
7801
7813
|
var Zt = /* @__PURE__ */ function(t) {
|
|
7802
|
-
|
|
7803
|
-
var n =
|
|
7814
|
+
Ld(e, t);
|
|
7815
|
+
var n = Rd(e);
|
|
7804
7816
|
function e(i) {
|
|
7805
7817
|
var o;
|
|
7806
|
-
return
|
|
7818
|
+
return Dd(this, e), o = n.call(this, i), Object.setPrototypeOf(Uo(o), e.prototype), o.name = o.constructor.name, o;
|
|
7807
7819
|
}
|
|
7808
|
-
return
|
|
7809
|
-
}(/* @__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 = "++";
|
|
7810
7822
|
function Ki(t, n) {
|
|
7811
7823
|
t = t.split("-"), n = n.split("-");
|
|
7812
7824
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -7842,9 +7854,9 @@ function Gi(t, n) {
|
|
|
7842
7854
|
function Sr(t, n, e) {
|
|
7843
7855
|
return n && Gi(t.prototype, n), e && Gi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7844
7856
|
}
|
|
7845
|
-
var
|
|
7857
|
+
var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
7846
7858
|
function t(n) {
|
|
7847
|
-
Er(this, t),
|
|
7859
|
+
Er(this, t), ec(n), this.metadata = n, Ko.call(this, n);
|
|
7848
7860
|
}
|
|
7849
7861
|
return Sr(t, [{
|
|
7850
7862
|
key: "getCountries",
|
|
@@ -7897,7 +7909,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
7897
7909
|
}, {
|
|
7898
7910
|
key: "selectNumberingPlan",
|
|
7899
7911
|
value: function(n, e) {
|
|
7900
|
-
if (n &&
|
|
7912
|
+
if (n && Zd.test(n) && (e = n, n = null), n && n !== "001") {
|
|
7901
7913
|
if (!this.hasCountry(n))
|
|
7902
7914
|
throw new Error("Unknown country: ".concat(n));
|
|
7903
7915
|
this.numberingPlan = new Wi(this.getCountryMetadata(n), this);
|
|
@@ -8087,7 +8099,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8087
8099
|
value: function() {
|
|
8088
8100
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8089
8101
|
return e.map(function(i) {
|
|
8090
|
-
return new
|
|
8102
|
+
return new Jd(i, n);
|
|
8091
8103
|
});
|
|
8092
8104
|
}
|
|
8093
8105
|
}, {
|
|
@@ -8156,7 +8168,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8156
8168
|
key: "type",
|
|
8157
8169
|
value: function(n) {
|
|
8158
8170
|
if (this.hasTypes() && Zi(this.types(), n))
|
|
8159
|
-
return new
|
|
8171
|
+
return new Qd(Zi(this.types(), n), this);
|
|
8160
8172
|
}
|
|
8161
8173
|
}, {
|
|
8162
8174
|
key: "ext",
|
|
@@ -8164,7 +8176,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8164
8176
|
return this.v1 || this.v2 ? Yi : this.metadata[13] || Yi;
|
|
8165
8177
|
}
|
|
8166
8178
|
}]), t;
|
|
8167
|
-
}(),
|
|
8179
|
+
}(), Jd = /* @__PURE__ */ function() {
|
|
8168
8180
|
function t(n, e) {
|
|
8169
8181
|
Er(this, t), this._format = n, this.metadata = e;
|
|
8170
8182
|
}
|
|
@@ -8203,7 +8215,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8203
8215
|
key: "usesNationalPrefix",
|
|
8204
8216
|
value: function() {
|
|
8205
8217
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8206
|
-
!
|
|
8218
|
+
!Xd.test(this.nationalPrefixFormattingRule()));
|
|
8207
8219
|
}
|
|
8208
8220
|
}, {
|
|
8209
8221
|
key: "internationalFormat",
|
|
@@ -8211,7 +8223,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8211
8223
|
return this._format[5] || this.format();
|
|
8212
8224
|
}
|
|
8213
8225
|
}]), t;
|
|
8214
|
-
}(),
|
|
8226
|
+
}(), Xd = /^\(?\$1\)?$/, Qd = /* @__PURE__ */ function() {
|
|
8215
8227
|
function t(n, e) {
|
|
8216
8228
|
Er(this, t), this.type = n, this.metadata = e;
|
|
8217
8229
|
}
|
|
@@ -8252,15 +8264,15 @@ function Zi(t, n) {
|
|
|
8252
8264
|
return t[9];
|
|
8253
8265
|
}
|
|
8254
8266
|
}
|
|
8255
|
-
function
|
|
8267
|
+
function ec(t) {
|
|
8256
8268
|
if (!t)
|
|
8257
8269
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8258
8270
|
if (!li(t) || !li(t.countries))
|
|
8259
|
-
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, "."));
|
|
8260
8272
|
}
|
|
8261
8273
|
var li = function(t) {
|
|
8262
8274
|
return mr(t) === "object";
|
|
8263
|
-
},
|
|
8275
|
+
}, tc = function(t) {
|
|
8264
8276
|
return mr(t);
|
|
8265
8277
|
};
|
|
8266
8278
|
function xi(t, n) {
|
|
@@ -8268,34 +8280,34 @@ function xi(t, n) {
|
|
|
8268
8280
|
return n.country(t).countryCallingCode();
|
|
8269
8281
|
throw new Error("Unknown country: ".concat(t));
|
|
8270
8282
|
}
|
|
8271
|
-
function
|
|
8283
|
+
function nc(t, n) {
|
|
8272
8284
|
return n.countries[t] !== void 0;
|
|
8273
8285
|
}
|
|
8274
8286
|
function Ko(t) {
|
|
8275
8287
|
var n = t.version;
|
|
8276
|
-
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;
|
|
8277
8289
|
}
|
|
8278
|
-
var
|
|
8290
|
+
var rc = ";ext=", yn = function(t) {
|
|
8279
8291
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8280
8292
|
};
|
|
8281
8293
|
function Go(t) {
|
|
8282
|
-
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;
|
|
8283
8295
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8284
8296
|
}
|
|
8285
|
-
var
|
|
8286
|
-
"(?:" + 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(
|
|
8287
8299
|
// Either a short two-digit-only phone number
|
|
8288
|
-
"^" +
|
|
8300
|
+
"^" + ic + "$|^" + lc + "$",
|
|
8289
8301
|
"i"
|
|
8290
8302
|
);
|
|
8291
8303
|
function Yo(t) {
|
|
8292
|
-
return t.length >= Ei &&
|
|
8304
|
+
return t.length >= Ei && sc.test(t);
|
|
8293
8305
|
}
|
|
8294
|
-
function
|
|
8295
|
-
return
|
|
8306
|
+
function uc(t) {
|
|
8307
|
+
return ac.test(t);
|
|
8296
8308
|
}
|
|
8297
8309
|
var Ji = new RegExp("(?:" + Go() + ")$", "i");
|
|
8298
|
-
function
|
|
8310
|
+
function dc(t) {
|
|
8299
8311
|
var n = t.search(Ji);
|
|
8300
8312
|
if (n < 0)
|
|
8301
8313
|
return {};
|
|
@@ -8308,7 +8320,7 @@ function uc(t) {
|
|
|
8308
8320
|
o++;
|
|
8309
8321
|
}
|
|
8310
8322
|
}
|
|
8311
|
-
var
|
|
8323
|
+
var cc = {
|
|
8312
8324
|
0: "0",
|
|
8313
8325
|
1: "1",
|
|
8314
8326
|
2: "2",
|
|
@@ -8380,14 +8392,14 @@ var dc = {
|
|
|
8380
8392
|
"۹": "9"
|
|
8381
8393
|
// Eastern-Arabic digit 9
|
|
8382
8394
|
};
|
|
8383
|
-
function
|
|
8384
|
-
return
|
|
8395
|
+
function fc(t) {
|
|
8396
|
+
return cc[t];
|
|
8385
8397
|
}
|
|
8386
|
-
function
|
|
8398
|
+
function hc(t, n) {
|
|
8387
8399
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8388
8400
|
if (e)
|
|
8389
8401
|
return (e = e.call(t)).next.bind(e);
|
|
8390
|
-
if (Array.isArray(t) || (e =
|
|
8402
|
+
if (Array.isArray(t) || (e = pc(t)) || n && t && typeof t.length == "number") {
|
|
8391
8403
|
e && (t = e);
|
|
8392
8404
|
var i = 0;
|
|
8393
8405
|
return function() {
|
|
@@ -8397,7 +8409,7 @@ function fc(t, n) {
|
|
|
8397
8409
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8398
8410
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8399
8411
|
}
|
|
8400
|
-
function
|
|
8412
|
+
function pc(t, n) {
|
|
8401
8413
|
if (t) {
|
|
8402
8414
|
if (typeof t == "string")
|
|
8403
8415
|
return Xi(t, n);
|
|
@@ -8415,20 +8427,20 @@ function Xi(t, n) {
|
|
|
8415
8427
|
return i;
|
|
8416
8428
|
}
|
|
8417
8429
|
function Qi(t) {
|
|
8418
|
-
for (var n = "", e =
|
|
8430
|
+
for (var n = "", e = hc(t.split("")), i; !(i = e()).done; ) {
|
|
8419
8431
|
var o = i.value;
|
|
8420
|
-
n +=
|
|
8432
|
+
n += gc(o, n) || "";
|
|
8421
8433
|
}
|
|
8422
8434
|
return n;
|
|
8423
8435
|
}
|
|
8424
|
-
function pc(t, n) {
|
|
8425
|
-
return t === "+" ? n ? void 0 : "+" : cc(t);
|
|
8426
|
-
}
|
|
8427
8436
|
function gc(t, n) {
|
|
8437
|
+
return t === "+" ? n ? void 0 : "+" : fc(t);
|
|
8438
|
+
}
|
|
8439
|
+
function mc(t, n) {
|
|
8428
8440
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8429
8441
|
if (e)
|
|
8430
8442
|
return (e = e.call(t)).next.bind(e);
|
|
8431
|
-
if (Array.isArray(t) || (e =
|
|
8443
|
+
if (Array.isArray(t) || (e = vc(t)) || n && t && typeof t.length == "number") {
|
|
8432
8444
|
e && (t = e);
|
|
8433
8445
|
var i = 0;
|
|
8434
8446
|
return function() {
|
|
@@ -8438,7 +8450,7 @@ function gc(t, n) {
|
|
|
8438
8450
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8439
8451
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8440
8452
|
}
|
|
8441
|
-
function
|
|
8453
|
+
function vc(t, n) {
|
|
8442
8454
|
if (t) {
|
|
8443
8455
|
if (typeof t == "string")
|
|
8444
8456
|
return eo(t, n);
|
|
@@ -8455,8 +8467,8 @@ function eo(t, n) {
|
|
|
8455
8467
|
i[e] = t[e];
|
|
8456
8468
|
return i;
|
|
8457
8469
|
}
|
|
8458
|
-
function
|
|
8459
|
-
for (var e = t.slice(), i =
|
|
8470
|
+
function yc(t, n) {
|
|
8471
|
+
for (var e = t.slice(), i = mc(n), o; !(o = i()).done; ) {
|
|
8460
8472
|
var r = o.value;
|
|
8461
8473
|
t.indexOf(r) < 0 && e.push(r);
|
|
8462
8474
|
}
|
|
@@ -8475,13 +8487,13 @@ function Wo(t, n, e) {
|
|
|
8475
8487
|
if (!e.type("FIXED_LINE"))
|
|
8476
8488
|
return Wo(t, "MOBILE", e);
|
|
8477
8489
|
var r = e.type("MOBILE");
|
|
8478
|
-
r && (o =
|
|
8490
|
+
r && (o = yc(o, r.possibleLengths()));
|
|
8479
8491
|
} else if (n && !i)
|
|
8480
8492
|
return "INVALID_LENGTH";
|
|
8481
8493
|
var l = t.length, a = o[0];
|
|
8482
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";
|
|
8483
8495
|
}
|
|
8484
|
-
function
|
|
8496
|
+
function bc(t, n, e) {
|
|
8485
8497
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8486
8498
|
if (!t.countryCallingCode)
|
|
8487
8499
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8513,14 +8525,14 @@ function Zo(t, n) {
|
|
|
8513
8525
|
return !1;
|
|
8514
8526
|
}
|
|
8515
8527
|
}
|
|
8516
|
-
function
|
|
8517
|
-
return
|
|
8528
|
+
function _c(t, n) {
|
|
8529
|
+
return Oc(t) || wc(t, n) || Jo(t, n) || $c();
|
|
8518
8530
|
}
|
|
8519
|
-
function
|
|
8531
|
+
function $c() {
|
|
8520
8532
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8521
8533
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8522
8534
|
}
|
|
8523
|
-
function
|
|
8535
|
+
function wc(t, n) {
|
|
8524
8536
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8525
8537
|
if (e != null) {
|
|
8526
8538
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -8540,11 +8552,11 @@ function $c(t, n) {
|
|
|
8540
8552
|
return i;
|
|
8541
8553
|
}
|
|
8542
8554
|
}
|
|
8543
|
-
function
|
|
8555
|
+
function Oc(t) {
|
|
8544
8556
|
if (Array.isArray(t))
|
|
8545
8557
|
return t;
|
|
8546
8558
|
}
|
|
8547
|
-
function
|
|
8559
|
+
function kc(t, n) {
|
|
8548
8560
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8549
8561
|
if (e)
|
|
8550
8562
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8575,11 +8587,11 @@ function to(t, n) {
|
|
|
8575
8587
|
i[e] = t[e];
|
|
8576
8588
|
return i;
|
|
8577
8589
|
}
|
|
8578
|
-
function
|
|
8590
|
+
function Cc(t) {
|
|
8579
8591
|
var n, e;
|
|
8580
8592
|
t = t.replace(/^tel:/, "tel=");
|
|
8581
|
-
for (var i =
|
|
8582
|
-
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];
|
|
8583
8595
|
switch (d) {
|
|
8584
8596
|
case "tel":
|
|
8585
8597
|
n = f;
|
|
@@ -8599,7 +8611,7 @@ function kc(t) {
|
|
|
8599
8611
|
};
|
|
8600
8612
|
return e && (h.ext = e), h;
|
|
8601
8613
|
}
|
|
8602
|
-
function
|
|
8614
|
+
function Ec(t) {
|
|
8603
8615
|
var n = t.number, e = t.ext;
|
|
8604
8616
|
if (!n)
|
|
8605
8617
|
return "";
|
|
@@ -8610,11 +8622,11 @@ function Cc(t) {
|
|
|
8610
8622
|
function Gt(t, n) {
|
|
8611
8623
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8612
8624
|
}
|
|
8613
|
-
function
|
|
8625
|
+
function Sc(t, n) {
|
|
8614
8626
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8615
8627
|
if (e)
|
|
8616
8628
|
return (e = e.call(t)).next.bind(e);
|
|
8617
|
-
if (Array.isArray(t) || (e =
|
|
8629
|
+
if (Array.isArray(t) || (e = xc(t)) || n && t && typeof t.length == "number") {
|
|
8618
8630
|
e && (t = e);
|
|
8619
8631
|
var i = 0;
|
|
8620
8632
|
return function() {
|
|
@@ -8624,7 +8636,7 @@ function Ec(t, n) {
|
|
|
8624
8636
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8625
8637
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8626
8638
|
}
|
|
8627
|
-
function
|
|
8639
|
+
function xc(t, n) {
|
|
8628
8640
|
if (t) {
|
|
8629
8641
|
if (typeof t == "string")
|
|
8630
8642
|
return no(t, n);
|
|
@@ -8641,7 +8653,7 @@ function no(t, n) {
|
|
|
8641
8653
|
i[e] = t[e];
|
|
8642
8654
|
return i;
|
|
8643
8655
|
}
|
|
8644
|
-
var
|
|
8656
|
+
var Tc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
8645
8657
|
function Ai(t, n, e) {
|
|
8646
8658
|
if (n = n || {}, !!t.country) {
|
|
8647
8659
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -8649,7 +8661,7 @@ function Ai(t, n, e) {
|
|
|
8649
8661
|
if (Gt(i, e.nationalNumberPattern())) {
|
|
8650
8662
|
if (si(i, "FIXED_LINE", e))
|
|
8651
8663
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || si(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
8652
|
-
for (var o =
|
|
8664
|
+
for (var o = Sc(Tc), r; !(r = o()).done; ) {
|
|
8653
8665
|
var l = r.value;
|
|
8654
8666
|
if (si(i, l, e))
|
|
8655
8667
|
return l;
|
|
@@ -8660,7 +8672,7 @@ function Ai(t, n, e) {
|
|
|
8660
8672
|
function si(t, n, e) {
|
|
8661
8673
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Gt(t, n.pattern());
|
|
8662
8674
|
}
|
|
8663
|
-
function
|
|
8675
|
+
function Ac(t, n, e) {
|
|
8664
8676
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
8665
8677
|
return !1;
|
|
8666
8678
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -8668,11 +8680,11 @@ function Tc(t, n, e) {
|
|
|
8668
8680
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
8669
8681
|
return Gt(i, e.nationalNumberPattern());
|
|
8670
8682
|
}
|
|
8671
|
-
function
|
|
8683
|
+
function Nc(t) {
|
|
8672
8684
|
return t.replace(new RegExp("[".concat(gr, "]+"), "g"), " ").trim();
|
|
8673
8685
|
}
|
|
8674
|
-
var
|
|
8675
|
-
function
|
|
8686
|
+
var Ic = /(\$\d)/;
|
|
8687
|
+
function Pc(t, n, e) {
|
|
8676
8688
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
8677
8689
|
e.carrierCode, e.metadata;
|
|
8678
8690
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -8689,23 +8701,23 @@ function Ic(t, n, e) {
|
|
|
8689
8701
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
8690
8702
|
// : format.format()
|
|
8691
8703
|
// )
|
|
8692
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
8704
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Ic, n.nationalPrefixFormattingRule()) : n.format()
|
|
8693
8705
|
));
|
|
8694
|
-
return i ?
|
|
8706
|
+
return i ? Nc(r) : r;
|
|
8695
8707
|
}
|
|
8696
|
-
var
|
|
8697
|
-
function
|
|
8708
|
+
var Mc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8709
|
+
function Dc(t, n, e) {
|
|
8698
8710
|
var i = new kt(e);
|
|
8699
8711
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
8700
8712
|
return i.defaultIDDPrefix();
|
|
8701
|
-
if (
|
|
8713
|
+
if (Mc.test(i.IDDPrefix()))
|
|
8702
8714
|
return i.IDDPrefix();
|
|
8703
8715
|
}
|
|
8704
|
-
function
|
|
8716
|
+
function Lc(t, n) {
|
|
8705
8717
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8706
8718
|
if (e)
|
|
8707
8719
|
return (e = e.call(t)).next.bind(e);
|
|
8708
|
-
if (Array.isArray(t) || (e =
|
|
8720
|
+
if (Array.isArray(t) || (e = Rc(t)) || n && t && typeof t.length == "number") {
|
|
8709
8721
|
e && (t = e);
|
|
8710
8722
|
var i = 0;
|
|
8711
8723
|
return function() {
|
|
@@ -8715,7 +8727,7 @@ function Dc(t, n) {
|
|
|
8715
8727
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8716
8728
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8717
8729
|
}
|
|
8718
|
-
function
|
|
8730
|
+
function Rc(t, n) {
|
|
8719
8731
|
if (t) {
|
|
8720
8732
|
if (typeof t == "string")
|
|
8721
8733
|
return ro(t, n);
|
|
@@ -8746,14 +8758,14 @@ function oo(t) {
|
|
|
8746
8758
|
for (var n = 1; n < arguments.length; n++) {
|
|
8747
8759
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8748
8760
|
n % 2 ? io(Object(e), !0).forEach(function(i) {
|
|
8749
|
-
|
|
8761
|
+
Bc(t, i, e[i]);
|
|
8750
8762
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : io(Object(e)).forEach(function(i) {
|
|
8751
8763
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8752
8764
|
});
|
|
8753
8765
|
}
|
|
8754
8766
|
return t;
|
|
8755
8767
|
}
|
|
8756
|
-
function
|
|
8768
|
+
function Bc(t, n, e) {
|
|
8757
8769
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8758
8770
|
}
|
|
8759
8771
|
var ao = {
|
|
@@ -8761,7 +8773,7 @@ var ao = {
|
|
|
8761
8773
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
8762
8774
|
}
|
|
8763
8775
|
};
|
|
8764
|
-
function
|
|
8776
|
+
function jc(t, n, e, i) {
|
|
8765
8777
|
if (e ? e = oo(oo({}, ao), e) : e = ao, i = new kt(i), t.country && t.country !== "001") {
|
|
8766
8778
|
if (!i.hasCountry(t.country))
|
|
8767
8779
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -8779,30 +8791,30 @@ function Bc(t, n, e, i) {
|
|
|
8779
8791
|
case "E.164":
|
|
8780
8792
|
return "+".concat(o).concat(r);
|
|
8781
8793
|
case "RFC3966":
|
|
8782
|
-
return
|
|
8794
|
+
return Ec({
|
|
8783
8795
|
number: "+".concat(o).concat(r),
|
|
8784
8796
|
ext: t.ext
|
|
8785
8797
|
});
|
|
8786
8798
|
case "IDD":
|
|
8787
8799
|
if (!e.fromCountry)
|
|
8788
8800
|
return;
|
|
8789
|
-
var a =
|
|
8801
|
+
var a = Fc(r, t.carrierCode, o, e.fromCountry, i);
|
|
8790
8802
|
return ui(a, t.ext, i, e.formatExtension);
|
|
8791
8803
|
default:
|
|
8792
8804
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
8793
8805
|
}
|
|
8794
8806
|
}
|
|
8795
8807
|
function vr(t, n, e, i, o) {
|
|
8796
|
-
var r =
|
|
8797
|
-
return r ?
|
|
8808
|
+
var r = qc(i.formats(), t);
|
|
8809
|
+
return r ? Pc(t, r, {
|
|
8798
8810
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
8799
8811
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
8800
8812
|
carrierCode: n,
|
|
8801
8813
|
metadata: i
|
|
8802
8814
|
}) : t;
|
|
8803
8815
|
}
|
|
8804
|
-
function
|
|
8805
|
-
for (var e =
|
|
8816
|
+
function qc(t, n) {
|
|
8817
|
+
for (var e = Lc(t), i; !(i = e()).done; ) {
|
|
8806
8818
|
var o = i.value;
|
|
8807
8819
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
8808
8820
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -8816,13 +8828,13 @@ function jc(t, n) {
|
|
|
8816
8828
|
function ui(t, n, e, i) {
|
|
8817
8829
|
return n ? i(t, n, e) : t;
|
|
8818
8830
|
}
|
|
8819
|
-
function
|
|
8831
|
+
function Fc(t, n, e, i, o) {
|
|
8820
8832
|
var r = xi(i, o.metadata);
|
|
8821
8833
|
if (r === e) {
|
|
8822
8834
|
var l = vr(t, n, "NATIONAL", o);
|
|
8823
8835
|
return e === "1" ? e + " " + l : l;
|
|
8824
8836
|
}
|
|
8825
|
-
var a =
|
|
8837
|
+
var a = Dc(i, void 0, o.metadata);
|
|
8826
8838
|
if (a)
|
|
8827
8839
|
return "".concat(a, " ").concat(e, " ").concat(vr(t, null, "INTERNATIONAL", o));
|
|
8828
8840
|
}
|
|
@@ -8840,17 +8852,17 @@ function so(t) {
|
|
|
8840
8852
|
for (var n = 1; n < arguments.length; n++) {
|
|
8841
8853
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8842
8854
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
8843
|
-
|
|
8855
|
+
Hc(t, i, e[i]);
|
|
8844
8856
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
8845
8857
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8846
8858
|
});
|
|
8847
8859
|
}
|
|
8848
8860
|
return t;
|
|
8849
8861
|
}
|
|
8850
|
-
function
|
|
8862
|
+
function Hc(t, n, e) {
|
|
8851
8863
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8852
8864
|
}
|
|
8853
|
-
function
|
|
8865
|
+
function Vc(t, n) {
|
|
8854
8866
|
if (!(t instanceof n))
|
|
8855
8867
|
throw new TypeError("Cannot call a class as a function");
|
|
8856
8868
|
}
|
|
@@ -8860,21 +8872,21 @@ function uo(t, n) {
|
|
|
8860
8872
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8861
8873
|
}
|
|
8862
8874
|
}
|
|
8863
|
-
function
|
|
8875
|
+
function Uc(t, n, e) {
|
|
8864
8876
|
return n && uo(t.prototype, n), e && uo(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8865
8877
|
}
|
|
8866
|
-
var
|
|
8878
|
+
var zc = /* @__PURE__ */ function() {
|
|
8867
8879
|
function t(n, e, i) {
|
|
8868
|
-
if (
|
|
8880
|
+
if (Vc(this, t), !n)
|
|
8869
8881
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
8870
8882
|
if (!e)
|
|
8871
8883
|
throw new TypeError("`nationalNumber` not passed");
|
|
8872
8884
|
if (!i)
|
|
8873
8885
|
throw new TypeError("`metadata` not passed");
|
|
8874
8886
|
var o = new kt(i);
|
|
8875
|
-
|
|
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;
|
|
8876
8888
|
}
|
|
8877
|
-
return
|
|
8889
|
+
return Uc(t, [{
|
|
8878
8890
|
key: "setExt",
|
|
8879
8891
|
value: function(n) {
|
|
8880
8892
|
this.ext = n;
|
|
@@ -8882,14 +8894,14 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8882
8894
|
}, {
|
|
8883
8895
|
key: "isPossible",
|
|
8884
8896
|
value: function() {
|
|
8885
|
-
return
|
|
8897
|
+
return bc(this, {
|
|
8886
8898
|
v2: !0
|
|
8887
8899
|
}, this.metadata);
|
|
8888
8900
|
}
|
|
8889
8901
|
}, {
|
|
8890
8902
|
key: "isValid",
|
|
8891
8903
|
value: function() {
|
|
8892
|
-
return
|
|
8904
|
+
return Ac(this, {
|
|
8893
8905
|
v2: !0
|
|
8894
8906
|
}, this.metadata);
|
|
8895
8907
|
}
|
|
@@ -8919,7 +8931,7 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8919
8931
|
}, {
|
|
8920
8932
|
key: "format",
|
|
8921
8933
|
value: function(n, e) {
|
|
8922
|
-
return
|
|
8934
|
+
return jc(this, n, e ? so(so({}, e), {}, {
|
|
8923
8935
|
v2: !0
|
|
8924
8936
|
}) : {
|
|
8925
8937
|
v2: !0
|
|
@@ -8941,23 +8953,23 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8941
8953
|
return this.format("RFC3966", n);
|
|
8942
8954
|
}
|
|
8943
8955
|
}]), t;
|
|
8944
|
-
}(),
|
|
8956
|
+
}(), Kc = function(t) {
|
|
8945
8957
|
return /^[A-Z]{2}$/.test(t);
|
|
8946
|
-
},
|
|
8947
|
-
function
|
|
8958
|
+
}, Gc = new RegExp("([" + Xt + "])");
|
|
8959
|
+
function Yc(t, n, e, i) {
|
|
8948
8960
|
if (n) {
|
|
8949
8961
|
var o = new kt(i);
|
|
8950
8962
|
o.selectNumberingPlan(n, e);
|
|
8951
8963
|
var r = new RegExp(o.IDDPrefix());
|
|
8952
8964
|
if (t.search(r) === 0) {
|
|
8953
8965
|
t = t.slice(t.match(r)[0].length);
|
|
8954
|
-
var l = t.match(
|
|
8966
|
+
var l = t.match(Gc);
|
|
8955
8967
|
if (!(l && l[1] != null && l[1].length > 0 && l[1] === "0"))
|
|
8956
8968
|
return t;
|
|
8957
8969
|
}
|
|
8958
8970
|
}
|
|
8959
8971
|
}
|
|
8960
|
-
function
|
|
8972
|
+
function Wc(t, n) {
|
|
8961
8973
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
8962
8974
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
8963
8975
|
if (i) {
|
|
@@ -8986,13 +8998,13 @@ function Yc(t, n) {
|
|
|
8986
8998
|
};
|
|
8987
8999
|
}
|
|
8988
9000
|
function mi(t, n) {
|
|
8989
|
-
var e =
|
|
9001
|
+
var e = Wc(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
8990
9002
|
if (o !== t) {
|
|
8991
|
-
if (!
|
|
9003
|
+
if (!Zc(t, o, n))
|
|
8992
9004
|
return {
|
|
8993
9005
|
nationalNumber: t
|
|
8994
9006
|
};
|
|
8995
|
-
if (n.possibleLengths() && !
|
|
9007
|
+
if (n.possibleLengths() && !Jc(o, n))
|
|
8996
9008
|
return {
|
|
8997
9009
|
nationalNumber: t
|
|
8998
9010
|
};
|
|
@@ -9002,10 +9014,10 @@ function mi(t, n) {
|
|
|
9002
9014
|
carrierCode: i
|
|
9003
9015
|
};
|
|
9004
9016
|
}
|
|
9005
|
-
function
|
|
9017
|
+
function Zc(t, n, e) {
|
|
9006
9018
|
return !(Gt(t, e.nationalNumberPattern()) && !Gt(n, e.nationalNumberPattern()));
|
|
9007
9019
|
}
|
|
9008
|
-
function
|
|
9020
|
+
function Jc(t, n) {
|
|
9009
9021
|
switch (Ti(t, n)) {
|
|
9010
9022
|
case "TOO_SHORT":
|
|
9011
9023
|
case "INVALID_LENGTH":
|
|
@@ -9014,7 +9026,7 @@ function Zc(t, n) {
|
|
|
9014
9026
|
return !0;
|
|
9015
9027
|
}
|
|
9016
9028
|
}
|
|
9017
|
-
function
|
|
9029
|
+
function Xc(t, n, e, i) {
|
|
9018
9030
|
var o = n ? xi(n, i) : e;
|
|
9019
9031
|
if (t.indexOf(o) === 0) {
|
|
9020
9032
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9029,16 +9041,16 @@ function Jc(t, n, e, i) {
|
|
|
9029
9041
|
number: t
|
|
9030
9042
|
};
|
|
9031
9043
|
}
|
|
9032
|
-
function
|
|
9044
|
+
function Qc(t, n, e, i) {
|
|
9033
9045
|
if (!t)
|
|
9034
9046
|
return {};
|
|
9035
9047
|
if (t[0] !== "+") {
|
|
9036
|
-
var o =
|
|
9048
|
+
var o = Yc(t, n, e, i);
|
|
9037
9049
|
if (o && o !== t)
|
|
9038
9050
|
t = "+" + o;
|
|
9039
9051
|
else {
|
|
9040
9052
|
if (n || e) {
|
|
9041
|
-
var r =
|
|
9053
|
+
var r = Xc(t, n, e, i), l = r.countryCallingCode, a = r.number;
|
|
9042
9054
|
if (l)
|
|
9043
9055
|
return {
|
|
9044
9056
|
countryCallingCode: l,
|
|
@@ -9053,7 +9065,7 @@ function Xc(t, n, e, i) {
|
|
|
9053
9065
|
if (t[1] === "0")
|
|
9054
9066
|
return {};
|
|
9055
9067
|
i = new kt(i);
|
|
9056
|
-
for (var d = 2; d - 1 <=
|
|
9068
|
+
for (var d = 2; d - 1 <= Fd && d <= t.length; ) {
|
|
9057
9069
|
var f = t.slice(1, d);
|
|
9058
9070
|
if (i.hasCallingCode(f))
|
|
9059
9071
|
return i.selectNumberingPlan(f), {
|
|
@@ -9064,11 +9076,11 @@ function Xc(t, n, e, i) {
|
|
|
9064
9076
|
}
|
|
9065
9077
|
return {};
|
|
9066
9078
|
}
|
|
9067
|
-
function
|
|
9079
|
+
function ef(t, n) {
|
|
9068
9080
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9069
9081
|
if (e)
|
|
9070
9082
|
return (e = e.call(t)).next.bind(e);
|
|
9071
|
-
if (Array.isArray(t) || (e =
|
|
9083
|
+
if (Array.isArray(t) || (e = tf(t)) || n && t && typeof t.length == "number") {
|
|
9072
9084
|
e && (t = e);
|
|
9073
9085
|
var i = 0;
|
|
9074
9086
|
return function() {
|
|
@@ -9078,7 +9090,7 @@ function Qc(t, n) {
|
|
|
9078
9090
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9079
9091
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9080
9092
|
}
|
|
9081
|
-
function
|
|
9093
|
+
function tf(t, n) {
|
|
9082
9094
|
if (t) {
|
|
9083
9095
|
if (typeof t == "string")
|
|
9084
9096
|
return co(t, n);
|
|
@@ -9095,14 +9107,14 @@ function co(t, n) {
|
|
|
9095
9107
|
i[e] = t[e];
|
|
9096
9108
|
return i;
|
|
9097
9109
|
}
|
|
9098
|
-
function
|
|
9110
|
+
function nf(t, n, e) {
|
|
9099
9111
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9100
9112
|
if (i)
|
|
9101
|
-
return i.length === 1 ? i[0] :
|
|
9113
|
+
return i.length === 1 ? i[0] : rf(i, n, e.metadata);
|
|
9102
9114
|
}
|
|
9103
|
-
function
|
|
9115
|
+
function rf(t, n, e) {
|
|
9104
9116
|
e = new kt(e);
|
|
9105
|
-
for (var i =
|
|
9117
|
+
for (var i = ef(t), o; !(o = i()).done; ) {
|
|
9106
9118
|
var r = o.value;
|
|
9107
9119
|
if (e.country(r), e.leadingDigits()) {
|
|
9108
9120
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9114,17 +9126,17 @@ function nf(t, n, e) {
|
|
|
9114
9126
|
return r;
|
|
9115
9127
|
}
|
|
9116
9128
|
}
|
|
9117
|
-
var
|
|
9118
|
-
function
|
|
9129
|
+
var of = 250, af = new RegExp("[" + Si + Xt + "]"), lf = new RegExp("[^" + Xt + "#]+$");
|
|
9130
|
+
function sf(t, n, e) {
|
|
9119
9131
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9120
9132
|
throw n.v2 ? new Zt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9121
|
-
var i =
|
|
9133
|
+
var i = df(t, n.v2, n.extract), o = i.number, r = i.ext, l = i.error;
|
|
9122
9134
|
if (!o) {
|
|
9123
9135
|
if (n.v2)
|
|
9124
9136
|
throw l === "TOO_SHORT" ? new Zt("TOO_SHORT") : new Zt("NOT_A_NUMBER");
|
|
9125
9137
|
return {};
|
|
9126
9138
|
}
|
|
9127
|
-
var a =
|
|
9139
|
+
var a = ff(o, n.defaultCountry, n.defaultCallingCode, e), d = a.country, f = a.nationalNumber, h = a.countryCallingCode, c = a.carrierCode;
|
|
9128
9140
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9129
9141
|
if (n.v2)
|
|
9130
9142
|
throw new Zt("INVALID_COUNTRY");
|
|
@@ -9135,13 +9147,13 @@ function lf(t, n, e) {
|
|
|
9135
9147
|
throw new Zt("TOO_SHORT");
|
|
9136
9148
|
return {};
|
|
9137
9149
|
}
|
|
9138
|
-
if (f.length >
|
|
9150
|
+
if (f.length > qd) {
|
|
9139
9151
|
if (n.v2)
|
|
9140
9152
|
throw new Zt("TOO_LONG");
|
|
9141
9153
|
return {};
|
|
9142
9154
|
}
|
|
9143
9155
|
if (n.v2) {
|
|
9144
|
-
var s = new
|
|
9156
|
+
var s = new zc(h, f, e.metadata);
|
|
9145
9157
|
return d && (s.country = d), c && (s.carrierCode = c), r && (s.ext = r), s;
|
|
9146
9158
|
}
|
|
9147
9159
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : d) ? Gt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9153,46 +9165,46 @@ function lf(t, n, e) {
|
|
|
9153
9165
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Zo(f, e)),
|
|
9154
9166
|
phone: f,
|
|
9155
9167
|
ext: r
|
|
9156
|
-
} : u ?
|
|
9168
|
+
} : u ? cf(d, f, r) : {};
|
|
9157
9169
|
}
|
|
9158
|
-
function
|
|
9170
|
+
function uf(t, n, e) {
|
|
9159
9171
|
if (t) {
|
|
9160
|
-
if (t.length >
|
|
9172
|
+
if (t.length > of) {
|
|
9161
9173
|
if (e)
|
|
9162
9174
|
throw new Zt("TOO_LONG");
|
|
9163
9175
|
return;
|
|
9164
9176
|
}
|
|
9165
9177
|
if (n === !1)
|
|
9166
9178
|
return t;
|
|
9167
|
-
var i = t.search(
|
|
9179
|
+
var i = t.search(af);
|
|
9168
9180
|
if (!(i < 0))
|
|
9169
|
-
return t.slice(i).replace(
|
|
9181
|
+
return t.slice(i).replace(lf, "");
|
|
9170
9182
|
}
|
|
9171
9183
|
}
|
|
9172
|
-
function
|
|
9184
|
+
function df(t, n, e) {
|
|
9173
9185
|
if (t && t.indexOf("tel:") === 0)
|
|
9174
|
-
return
|
|
9175
|
-
var i =
|
|
9186
|
+
return Cc(t);
|
|
9187
|
+
var i = uf(t, e, n);
|
|
9176
9188
|
if (!i)
|
|
9177
9189
|
return {};
|
|
9178
9190
|
if (!Yo(i))
|
|
9179
|
-
return
|
|
9191
|
+
return uc(i) ? {
|
|
9180
9192
|
error: "TOO_SHORT"
|
|
9181
9193
|
} : {};
|
|
9182
|
-
var o =
|
|
9194
|
+
var o = dc(i);
|
|
9183
9195
|
return o.ext ? o : {
|
|
9184
9196
|
number: i
|
|
9185
9197
|
};
|
|
9186
9198
|
}
|
|
9187
|
-
function
|
|
9199
|
+
function cf(t, n, e) {
|
|
9188
9200
|
var i = {
|
|
9189
9201
|
country: t,
|
|
9190
9202
|
phone: n
|
|
9191
9203
|
};
|
|
9192
9204
|
return e && (i.ext = e), i;
|
|
9193
9205
|
}
|
|
9194
|
-
function
|
|
9195
|
-
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;
|
|
9196
9208
|
if (r)
|
|
9197
9209
|
i.selectNumberingPlan(r);
|
|
9198
9210
|
else if (l && (n || e))
|
|
@@ -9203,7 +9215,7 @@ function cf(t, n, e, i) {
|
|
|
9203
9215
|
return {
|
|
9204
9216
|
countryCallingCode: r
|
|
9205
9217
|
};
|
|
9206
|
-
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);
|
|
9207
9219
|
return c && (a = c, c === "001" || i.country(a)), {
|
|
9208
9220
|
country: a,
|
|
9209
9221
|
countryCallingCode: r,
|
|
@@ -9225,18 +9237,18 @@ function ho(t) {
|
|
|
9225
9237
|
for (var n = 1; n < arguments.length; n++) {
|
|
9226
9238
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9227
9239
|
n % 2 ? fo(Object(e), !0).forEach(function(i) {
|
|
9228
|
-
|
|
9240
|
+
hf(t, i, e[i]);
|
|
9229
9241
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(i) {
|
|
9230
9242
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9231
9243
|
});
|
|
9232
9244
|
}
|
|
9233
9245
|
return t;
|
|
9234
9246
|
}
|
|
9235
|
-
function
|
|
9247
|
+
function hf(t, n, e) {
|
|
9236
9248
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9237
9249
|
}
|
|
9238
|
-
function
|
|
9239
|
-
return
|
|
9250
|
+
function pf(t, n, e) {
|
|
9251
|
+
return sf(t, ho(ho({}, n), {}, {
|
|
9240
9252
|
v2: !0
|
|
9241
9253
|
}), e);
|
|
9242
9254
|
}
|
|
@@ -9257,28 +9269,28 @@ function po(t, n) {
|
|
|
9257
9269
|
}
|
|
9258
9270
|
return e;
|
|
9259
9271
|
}
|
|
9260
|
-
function
|
|
9272
|
+
function gf(t) {
|
|
9261
9273
|
for (var n = 1; n < arguments.length; n++) {
|
|
9262
9274
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9263
9275
|
n % 2 ? po(Object(e), !0).forEach(function(i) {
|
|
9264
|
-
|
|
9276
|
+
mf(t, i, e[i]);
|
|
9265
9277
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : po(Object(e)).forEach(function(i) {
|
|
9266
9278
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9267
9279
|
});
|
|
9268
9280
|
}
|
|
9269
9281
|
return t;
|
|
9270
9282
|
}
|
|
9271
|
-
function
|
|
9283
|
+
function mf(t, n, e) {
|
|
9272
9284
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9273
9285
|
}
|
|
9274
|
-
function
|
|
9275
|
-
return
|
|
9286
|
+
function vf(t, n) {
|
|
9287
|
+
return $f(t) || _f(t, n) || bf(t, n) || yf();
|
|
9276
9288
|
}
|
|
9277
|
-
function
|
|
9289
|
+
function yf() {
|
|
9278
9290
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9279
9291
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9280
9292
|
}
|
|
9281
|
-
function
|
|
9293
|
+
function bf(t, n) {
|
|
9282
9294
|
if (t) {
|
|
9283
9295
|
if (typeof t == "string")
|
|
9284
9296
|
return go(t, n);
|
|
@@ -9295,7 +9307,7 @@ function go(t, n) {
|
|
|
9295
9307
|
i[e] = t[e];
|
|
9296
9308
|
return i;
|
|
9297
9309
|
}
|
|
9298
|
-
function
|
|
9310
|
+
function _f(t, n) {
|
|
9299
9311
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9300
9312
|
if (e != null) {
|
|
9301
9313
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -9315,21 +9327,21 @@ function bf(t, n) {
|
|
|
9315
9327
|
return i;
|
|
9316
9328
|
}
|
|
9317
9329
|
}
|
|
9318
|
-
function
|
|
9330
|
+
function $f(t) {
|
|
9319
9331
|
if (Array.isArray(t))
|
|
9320
9332
|
return t;
|
|
9321
9333
|
}
|
|
9322
|
-
function
|
|
9323
|
-
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;
|
|
9324
9336
|
if (typeof i == "string")
|
|
9325
9337
|
a = i;
|
|
9326
9338
|
else
|
|
9327
9339
|
throw new TypeError("A text for parsing must be a string.");
|
|
9328
9340
|
if (!o || typeof o == "string")
|
|
9329
|
-
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({
|
|
9330
9342
|
defaultCountry: o
|
|
9331
9343
|
}, d));
|
|
9332
|
-
else if (
|
|
9344
|
+
else if (Of(o))
|
|
9333
9345
|
r ? (d = o, f = r) : f = o;
|
|
9334
9346
|
else
|
|
9335
9347
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9339,7 +9351,7 @@ function $f(t) {
|
|
|
9339
9351
|
metadata: f
|
|
9340
9352
|
};
|
|
9341
9353
|
}
|
|
9342
|
-
var
|
|
9354
|
+
var Of = function(t) {
|
|
9343
9355
|
return vi(t) === "object";
|
|
9344
9356
|
};
|
|
9345
9357
|
function mo(t, n) {
|
|
@@ -9356,35 +9368,35 @@ function vo(t) {
|
|
|
9356
9368
|
for (var n = 1; n < arguments.length; n++) {
|
|
9357
9369
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9358
9370
|
n % 2 ? mo(Object(e), !0).forEach(function(i) {
|
|
9359
|
-
|
|
9371
|
+
kf(t, i, e[i]);
|
|
9360
9372
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(i) {
|
|
9361
9373
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9362
9374
|
});
|
|
9363
9375
|
}
|
|
9364
9376
|
return t;
|
|
9365
9377
|
}
|
|
9366
|
-
function
|
|
9378
|
+
function kf(t, n, e) {
|
|
9367
9379
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9368
9380
|
}
|
|
9369
|
-
function
|
|
9370
|
-
n && n.defaultCountry && !
|
|
9381
|
+
function Cf(t, n, e) {
|
|
9382
|
+
n && n.defaultCountry && !nc(n.defaultCountry, e) && (n = vo(vo({}, n), {}, {
|
|
9371
9383
|
defaultCountry: void 0
|
|
9372
9384
|
}));
|
|
9373
9385
|
try {
|
|
9374
|
-
return
|
|
9386
|
+
return pf(t, n, e);
|
|
9375
9387
|
} catch (i) {
|
|
9376
9388
|
if (!(i instanceof Zt))
|
|
9377
9389
|
throw i;
|
|
9378
9390
|
}
|
|
9379
9391
|
}
|
|
9380
|
-
function
|
|
9381
|
-
var t =
|
|
9382
|
-
return
|
|
9392
|
+
function Ef() {
|
|
9393
|
+
var t = wf(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9394
|
+
return Cf(n, e, i);
|
|
9383
9395
|
}
|
|
9384
9396
|
function di() {
|
|
9385
|
-
return
|
|
9397
|
+
return Pd(Ef, arguments);
|
|
9386
9398
|
}
|
|
9387
|
-
const
|
|
9399
|
+
const Sf = {
|
|
9388
9400
|
beforeMount(t, n, e) {
|
|
9389
9401
|
if (typeof n.value != "function") {
|
|
9390
9402
|
const i = e.context.name;
|
|
@@ -9398,7 +9410,7 @@ const Ef = {
|
|
|
9398
9410
|
unmounted(t) {
|
|
9399
9411
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9400
9412
|
}
|
|
9401
|
-
},
|
|
9413
|
+
}, xf = (t, n) => {
|
|
9402
9414
|
const e = t.__vccOpts || t;
|
|
9403
9415
|
for (const [i, o] of n)
|
|
9404
9416
|
e[i] = o;
|
|
@@ -9408,10 +9420,10 @@ function mt(t) {
|
|
|
9408
9420
|
const n = Ui.options[t];
|
|
9409
9421
|
return typeof n > "u" ? Ui.options[t] : n;
|
|
9410
9422
|
}
|
|
9411
|
-
const
|
|
9423
|
+
const Tf = {
|
|
9412
9424
|
name: "VueTelInput",
|
|
9413
9425
|
directives: {
|
|
9414
|
-
clickOutside:
|
|
9426
|
+
clickOutside: Sf
|
|
9415
9427
|
},
|
|
9416
9428
|
props: {
|
|
9417
9429
|
modelValue: {
|
|
@@ -9597,7 +9609,7 @@ const xf = {
|
|
|
9597
9609
|
}
|
|
9598
9610
|
}
|
|
9599
9611
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9600
|
-
this.autoDefaultCountry ?
|
|
9612
|
+
this.autoDefaultCountry ? xd().then((i) => {
|
|
9601
9613
|
this.choose(i || this.activeCountryCode);
|
|
9602
9614
|
}).catch((i) => {
|
|
9603
9615
|
console.warn(i), this.choose(e);
|
|
@@ -9672,7 +9684,7 @@ const xf = {
|
|
|
9672
9684
|
this.$emit("blur");
|
|
9673
9685
|
},
|
|
9674
9686
|
onFocus() {
|
|
9675
|
-
|
|
9687
|
+
Td(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
9676
9688
|
},
|
|
9677
9689
|
onEnter() {
|
|
9678
9690
|
this.$emit("enter");
|
|
@@ -9719,11 +9731,11 @@ const xf = {
|
|
|
9719
9731
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
9720
9732
|
}
|
|
9721
9733
|
}
|
|
9722
|
-
},
|
|
9734
|
+
}, Af = ["aria-expanded", "tabindex"], Nf = { class: "vti__selection" }, If = {
|
|
9723
9735
|
key: 1,
|
|
9724
9736
|
class: "vti__country-code"
|
|
9725
|
-
},
|
|
9726
|
-
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) {
|
|
9727
9739
|
const l = wr("click-outside");
|
|
9728
9740
|
return G(), ne("div", {
|
|
9729
9741
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -9743,14 +9755,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9743
9755
|
],
|
|
9744
9756
|
onClick: n[3] || (n[3] = (...a) => r.toggleDropdown && r.toggleDropdown(...a))
|
|
9745
9757
|
}, [
|
|
9746
|
-
ae("span",
|
|
9758
|
+
ae("span", Nf, [
|
|
9747
9759
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
9748
9760
|
key: 0,
|
|
9749
9761
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
9750
9762
|
}, null, 2)) : he("", !0),
|
|
9751
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
9763
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", If, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
9752
9764
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
9753
|
-
ae("span",
|
|
9765
|
+
ae("span", Pf, we(o.open ? "▲" : "▼"), 1)
|
|
9754
9766
|
])
|
|
9755
9767
|
]),
|
|
9756
9768
|
o.open ? (G(), ne("ul", {
|
|
@@ -9768,7 +9780,7 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9768
9780
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.searchQuery = a),
|
|
9769
9781
|
onClick: n[1] || (n[1] = _t(() => {
|
|
9770
9782
|
}, ["stop"]))
|
|
9771
|
-
}, null, 8,
|
|
9783
|
+
}, null, 8, Mf)), [
|
|
9772
9784
|
[xo, o.searchQuery]
|
|
9773
9785
|
]) : he("", !0),
|
|
9774
9786
|
(G(!0), ne(rt, null, jt(r.sortedCountries, (a, d) => (G(), ne("li", {
|
|
@@ -9785,10 +9797,10 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9785
9797
|
class: ve(["vti__flag", a.iso2.toLowerCase()])
|
|
9786
9798
|
}, null, 2)) : he("", !0),
|
|
9787
9799
|
ae("strong", null, we(a.name), 1),
|
|
9788
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
9789
|
-
], 42,
|
|
9800
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Lf, " +" + we(a.dialCode), 1)) : he("", !0)
|
|
9801
|
+
], 42, Df))), 128))
|
|
9790
9802
|
], 2)) : he("", !0)
|
|
9791
|
-
], 42,
|
|
9803
|
+
], 42, Af)), [
|
|
9792
9804
|
[l, r.clickedOutside]
|
|
9793
9805
|
]),
|
|
9794
9806
|
Ve(ae("input", {
|
|
@@ -9815,14 +9827,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9815
9827
|
n[11] || (n[11] = bn((...a) => r.onEnter && r.onEnter(...a), ["enter"])),
|
|
9816
9828
|
n[12] || (n[12] = bn((...a) => r.onSpace && r.onSpace(...a), ["space"]))
|
|
9817
9829
|
]
|
|
9818
|
-
}, null, 42,
|
|
9830
|
+
}, null, 42, Rf), [
|
|
9819
9831
|
[So, o.phone]
|
|
9820
9832
|
]),
|
|
9821
9833
|
Te(t.$slots, "icon-right")
|
|
9822
9834
|
], 2);
|
|
9823
9835
|
}
|
|
9824
|
-
const
|
|
9825
|
-
const
|
|
9836
|
+
const jf = /* @__PURE__ */ xf(Tf, [["render", Bf]]);
|
|
9837
|
+
const qf = {
|
|
9826
9838
|
directives: { Outside: wi },
|
|
9827
9839
|
props: {
|
|
9828
9840
|
inputName: {
|
|
@@ -9851,7 +9863,7 @@ const jf = {
|
|
|
9851
9863
|
}
|
|
9852
9864
|
},
|
|
9853
9865
|
components: {
|
|
9854
|
-
VueTelInput:
|
|
9866
|
+
VueTelInput: jf,
|
|
9855
9867
|
IbAlert: dn,
|
|
9856
9868
|
IbIcon: Xe
|
|
9857
9869
|
},
|
|
@@ -9877,7 +9889,7 @@ const jf = {
|
|
|
9877
9889
|
}
|
|
9878
9890
|
}
|
|
9879
9891
|
};
|
|
9880
|
-
function
|
|
9892
|
+
function Ff(t, n, e, i, o, r) {
|
|
9881
9893
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("vue-tel-input"), f = wr("outside");
|
|
9882
9894
|
return G(), ne(rt, null, [
|
|
9883
9895
|
e.errorMessage.length ? (G(), $e(l, {
|
|
@@ -9912,7 +9924,7 @@ function qf(t, n, e, i, o, r) {
|
|
|
9912
9924
|
])
|
|
9913
9925
|
], 64);
|
|
9914
9926
|
}
|
|
9915
|
-
const
|
|
9927
|
+
const c1 = /* @__PURE__ */ Ae(qf, [["render", Ff]]);
|
|
9916
9928
|
var Xo = { exports: {} };
|
|
9917
9929
|
/*!
|
|
9918
9930
|
* Quill Editor v1.3.7
|
|
@@ -17305,14 +17317,14 @@ var Xo = { exports: {} };
|
|
|
17305
17317
|
);
|
|
17306
17318
|
});
|
|
17307
17319
|
})(Xo);
|
|
17308
|
-
var
|
|
17309
|
-
const Bt = /* @__PURE__ */ Cr(
|
|
17320
|
+
var Hf = Xo.exports;
|
|
17321
|
+
const Bt = /* @__PURE__ */ Cr(Hf);
|
|
17310
17322
|
var Rt = -1, xt = 1, bt = 0;
|
|
17311
17323
|
function zn(t, n, e, i) {
|
|
17312
17324
|
if (t === n)
|
|
17313
17325
|
return t ? [[bt, t]] : [];
|
|
17314
17326
|
if (e != null) {
|
|
17315
|
-
var o =
|
|
17327
|
+
var o = Gf(t, n, e);
|
|
17316
17328
|
if (o)
|
|
17317
17329
|
return o;
|
|
17318
17330
|
}
|
|
@@ -17320,10 +17332,10 @@ function zn(t, n, e, i) {
|
|
|
17320
17332
|
t = t.substring(r), n = n.substring(r), r = Ii(t, n);
|
|
17321
17333
|
var a = t.substring(t.length - r);
|
|
17322
17334
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17323
|
-
var d =
|
|
17335
|
+
var d = Vf(t, n);
|
|
17324
17336
|
return l && d.unshift([bt, l]), a && d.push([bt, a]), Qo(d, i), d;
|
|
17325
17337
|
}
|
|
17326
|
-
function
|
|
17338
|
+
function Vf(t, n) {
|
|
17327
17339
|
var e;
|
|
17328
17340
|
if (!t)
|
|
17329
17341
|
return [[xt, n]];
|
|
@@ -17338,14 +17350,14 @@ function Hf(t, n) {
|
|
|
17338
17350
|
], t.length > n.length && (e[0][0] = e[2][0] = Rt), e;
|
|
17339
17351
|
if (o.length === 1)
|
|
17340
17352
|
return [[Rt, t], [xt, n]];
|
|
17341
|
-
var l =
|
|
17353
|
+
var l = zf(t, n);
|
|
17342
17354
|
if (l) {
|
|
17343
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);
|
|
17344
17356
|
return s.concat([[bt, c]], u);
|
|
17345
17357
|
}
|
|
17346
|
-
return
|
|
17358
|
+
return Uf(t, n);
|
|
17347
17359
|
}
|
|
17348
|
-
function
|
|
17360
|
+
function Uf(t, n) {
|
|
17349
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++)
|
|
17350
17362
|
a[f] = -1, d[f] = -1;
|
|
17351
17363
|
a[r + 1] = 0, d[r + 1] = 0;
|
|
@@ -17407,7 +17419,7 @@ function Ii(t, n) {
|
|
|
17407
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);
|
|
17408
17420
|
return ta(t.charCodeAt(t.length - o)) && o--, o;
|
|
17409
17421
|
}
|
|
17410
|
-
function
|
|
17422
|
+
function zf(t, n) {
|
|
17411
17423
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17412
17424
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17413
17425
|
return null;
|
|
@@ -17503,20 +17515,20 @@ function na(t) {
|
|
|
17503
17515
|
function ra(t) {
|
|
17504
17516
|
return ea(t.charCodeAt(t.length - 1));
|
|
17505
17517
|
}
|
|
17506
|
-
function
|
|
17518
|
+
function Kf(t) {
|
|
17507
17519
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17508
17520
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17509
17521
|
return n;
|
|
17510
17522
|
}
|
|
17511
17523
|
function ci(t, n, e, i) {
|
|
17512
|
-
return ra(t) || na(i) ? null :
|
|
17524
|
+
return ra(t) || na(i) ? null : Kf([
|
|
17513
17525
|
[bt, t],
|
|
17514
17526
|
[Rt, n],
|
|
17515
17527
|
[xt, e],
|
|
17516
17528
|
[bt, i]
|
|
17517
17529
|
]);
|
|
17518
17530
|
}
|
|
17519
|
-
function
|
|
17531
|
+
function Gf(t, n, e) {
|
|
17520
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;
|
|
17521
17533
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17522
17534
|
var a = i.index, d = t.slice(0, a), f = t.slice(a), h = o ? o.index : null;
|
|
@@ -17565,7 +17577,7 @@ function xr(t, n, e) {
|
|
|
17565
17577
|
xr.INSERT = xt;
|
|
17566
17578
|
xr.DELETE = Rt;
|
|
17567
17579
|
xr.EQUAL = bt;
|
|
17568
|
-
var
|
|
17580
|
+
var Yf = xr, yr = { exports: {} };
|
|
17569
17581
|
yr.exports;
|
|
17570
17582
|
(function(t, n) {
|
|
17571
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 = {};
|
|
@@ -18493,11 +18505,11 @@ var oa = br.exports, Pi = {}, aa = et && et.__importDefault || function(t) {
|
|
|
18493
18505
|
return t && t.__esModule ? t : { default: t };
|
|
18494
18506
|
};
|
|
18495
18507
|
Object.defineProperty(Pi, "__esModule", { value: !0 });
|
|
18496
|
-
var
|
|
18508
|
+
var Wf = aa(ia), Zf = aa(oa), yi;
|
|
18497
18509
|
(function(t) {
|
|
18498
18510
|
function n(r, l, a) {
|
|
18499
18511
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18500
|
-
var d =
|
|
18512
|
+
var d = Wf.default(l);
|
|
18501
18513
|
a || (d = Object.keys(d).reduce(function(h, c) {
|
|
18502
18514
|
return d[c] != null && (h[c] = d[c]), h;
|
|
18503
18515
|
}, {}));
|
|
@@ -18509,7 +18521,7 @@ var Yf = aa(ia), Wf = aa(oa), yi;
|
|
|
18509
18521
|
function e(r, l) {
|
|
18510
18522
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18511
18523
|
var a = Object.keys(r).concat(Object.keys(l)).reduce(function(d, f) {
|
|
18512
|
-
return
|
|
18524
|
+
return Zf.default(r[f], l[f]) || (d[f] = l[f] === void 0 ? null : l[f]), d;
|
|
18513
18525
|
}, {});
|
|
18514
18526
|
return Object.keys(a).length > 0 ? a : void 0;
|
|
18515
18527
|
}
|
|
@@ -18540,7 +18552,7 @@ var Yf = aa(ia), Wf = aa(oa), yi;
|
|
|
18540
18552
|
})(yi || (yi = {}));
|
|
18541
18553
|
Pi.default = yi;
|
|
18542
18554
|
var ur = {}, dr = {}, bo;
|
|
18543
|
-
function
|
|
18555
|
+
function Jf() {
|
|
18544
18556
|
if (bo)
|
|
18545
18557
|
return dr;
|
|
18546
18558
|
bo = 1;
|
|
@@ -18595,7 +18607,7 @@ function la() {
|
|
|
18595
18607
|
return i && i.__esModule ? i : { default: i };
|
|
18596
18608
|
};
|
|
18597
18609
|
Object.defineProperty(ur, "__esModule", { value: !0 });
|
|
18598
|
-
var n = t(
|
|
18610
|
+
var n = t(Jf()), e;
|
|
18599
18611
|
return function(i) {
|
|
18600
18612
|
function o(l) {
|
|
18601
18613
|
return new n.default(l);
|
|
@@ -18609,7 +18621,7 @@ function la() {
|
|
|
18609
18621
|
}
|
|
18610
18622
|
var Kn = et && et.__importDefault || function(t) {
|
|
18611
18623
|
return t && t.__esModule ? t : { default: t };
|
|
18612
|
-
}, cr = Kn(
|
|
18624
|
+
}, cr = Kn(Yf), Xf = Kn(ia), fi = Kn(oa), Rn = Kn(Pi), at = Kn(la()), Qf = String.fromCharCode(0), eh = (
|
|
18613
18625
|
/** @class */
|
|
18614
18626
|
function() {
|
|
18615
18627
|
function t(n) {
|
|
@@ -18627,7 +18639,7 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18627
18639
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
18628
18640
|
}, t.prototype.push = function(n) {
|
|
18629
18641
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
18630
|
-
if (n =
|
|
18642
|
+
if (n = Xf.default(n), typeof i == "object") {
|
|
18631
18643
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
18632
18644
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
18633
18645
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -18707,7 +18719,7 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18707
18719
|
var i = [this, n].map(function(d) {
|
|
18708
18720
|
return d.map(function(f) {
|
|
18709
18721
|
if (f.insert != null)
|
|
18710
|
-
return typeof f.insert == "string" ? f.insert :
|
|
18722
|
+
return typeof f.insert == "string" ? f.insert : Qf;
|
|
18711
18723
|
var h = d === n ? "on" : "with";
|
|
18712
18724
|
throw new Error("diff() called " + h + " non-document");
|
|
18713
18725
|
}).join("");
|
|
@@ -18795,8 +18807,8 @@ var Kn = et && et.__importDefault || function(t) {
|
|
|
18795
18807
|
return n;
|
|
18796
18808
|
}, t.Op = at.default, t.AttributeMap = Rn.default, t;
|
|
18797
18809
|
}()
|
|
18798
|
-
),
|
|
18799
|
-
const
|
|
18810
|
+
), th = eh;
|
|
18811
|
+
const nh = /* @__PURE__ */ Cr(th);
|
|
18800
18812
|
/*!
|
|
18801
18813
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
18802
18814
|
* https://vueup.github.io/vue-quill/
|
|
@@ -18838,7 +18850,7 @@ const $o = {
|
|
|
18838
18850
|
["clean"]
|
|
18839
18851
|
// remove formatting button
|
|
18840
18852
|
]
|
|
18841
|
-
},
|
|
18853
|
+
}, rh = da({
|
|
18842
18854
|
name: "QuillEditor",
|
|
18843
18855
|
inheritAttrs: !1,
|
|
18844
18856
|
props: {
|
|
@@ -18977,7 +18989,7 @@ const $o = {
|
|
|
18977
18989
|
make sure to call this method when the editor ready
|
|
18978
18990
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
18979
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") => {
|
|
18980
|
-
const T = O || (t.contentType === "delta" ? new
|
|
18992
|
+
const T = O || (t.contentType === "delta" ? new nh() : "");
|
|
18981
18993
|
t.contentType === "html" ? E(T) : t.contentType === "text" ? w(T, k) : e == null || e.setContents(T, k), f = a(T);
|
|
18982
18994
|
}, p = (O, k) => {
|
|
18983
18995
|
var T;
|
|
@@ -19030,10 +19042,10 @@ const $o = {
|
|
|
19030
19042
|
ha("div", { ref: "editor", ...this.$attrs })
|
|
19031
19043
|
];
|
|
19032
19044
|
}
|
|
19033
|
-
}),
|
|
19034
|
-
class Tr extends
|
|
19045
|
+
}), ih = Bt.import("formats/list"), oh = Bt.import("formats/list/item"), ah = Bt.import("parchment");
|
|
19046
|
+
class Tr extends oh {
|
|
19035
19047
|
format(n, e) {
|
|
19036
|
-
n === cn.blotName && !e ? this.replaceWith(
|
|
19048
|
+
n === cn.blotName && !e ? this.replaceWith(ah.create(this.statics.scope)) : super.format(n, e);
|
|
19037
19049
|
}
|
|
19038
19050
|
clone() {
|
|
19039
19051
|
const n = super.clone();
|
|
@@ -19042,7 +19054,7 @@ class Tr extends ih {
|
|
|
19042
19054
|
}
|
|
19043
19055
|
Tr.blotName = "alphabet-list-item";
|
|
19044
19056
|
Tr.tagName = "LI";
|
|
19045
|
-
class cn extends
|
|
19057
|
+
class cn extends ih {
|
|
19046
19058
|
static create() {
|
|
19047
19059
|
const n = super.create("bullet");
|
|
19048
19060
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19056,36 +19068,36 @@ cn.tagName = "OL";
|
|
|
19056
19068
|
cn.className = "alphabet-list";
|
|
19057
19069
|
cn.defaultChild = "alphabet-list-item";
|
|
19058
19070
|
cn.allowedChildren = [Tr];
|
|
19059
|
-
const
|
|
19071
|
+
const lh = `
|
|
19060
19072
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19061
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"/>
|
|
19062
19074
|
</svg>
|
|
19063
|
-
`,
|
|
19075
|
+
`, sh = `
|
|
19064
19076
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19065
19077
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19066
19078
|
</svg>
|
|
19067
|
-
`,
|
|
19079
|
+
`, uh = `
|
|
19068
19080
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19069
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"/>
|
|
19070
19082
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19071
19083
|
</svg>
|
|
19072
|
-
`,
|
|
19084
|
+
`, dh = `
|
|
19073
19085
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19074
19086
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19075
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"/>
|
|
19076
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"/>
|
|
19077
19089
|
</svg>
|
|
19078
|
-
`,
|
|
19090
|
+
`, ch = `
|
|
19079
19091
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19080
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"/>
|
|
19081
19093
|
</svg>
|
|
19082
19094
|
|
|
19083
|
-
`,
|
|
19095
|
+
`, fh = `
|
|
19084
19096
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19085
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"/>
|
|
19086
19098
|
</svg>
|
|
19087
19099
|
|
|
19088
|
-
`,
|
|
19100
|
+
`, hh = `
|
|
19089
19101
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19090
19102
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19091
19103
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19093,14 +19105,14 @@ const ah = `
|
|
|
19093
19105
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19094
19106
|
</svg>
|
|
19095
19107
|
|
|
19096
|
-
`,
|
|
19108
|
+
`, ph = `
|
|
19097
19109
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19098
19110
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19099
19111
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19100
19112
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19101
19113
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19102
19114
|
</svg>
|
|
19103
|
-
`,
|
|
19115
|
+
`, gh = `
|
|
19104
19116
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19105
19117
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19106
19118
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19108,14 +19120,14 @@ const ah = `
|
|
|
19108
19120
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19109
19121
|
</svg>
|
|
19110
19122
|
|
|
19111
|
-
`,
|
|
19123
|
+
`, mh = `
|
|
19112
19124
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19113
19125
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19114
19126
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19115
19127
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19116
19128
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19117
19129
|
</svg>
|
|
19118
|
-
`,
|
|
19130
|
+
`, vh = `
|
|
19119
19131
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19120
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"/>
|
|
19121
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"/>
|
|
@@ -19124,7 +19136,7 @@ const ah = `
|
|
|
19124
19136
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19125
19137
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19126
19138
|
</svg>
|
|
19127
|
-
`,
|
|
19139
|
+
`, yh = `
|
|
19128
19140
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19129
19141
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19130
19142
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19133,7 +19145,7 @@ const ah = `
|
|
|
19133
19145
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19134
19146
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19135
19147
|
</svg>
|
|
19136
|
-
`,
|
|
19148
|
+
`, bh = `
|
|
19137
19149
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19138
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"/>
|
|
19139
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"/>
|
|
@@ -19144,26 +19156,26 @@ const ah = `
|
|
|
19144
19156
|
</svg>
|
|
19145
19157
|
`;
|
|
19146
19158
|
const $t = Bt.import("ui/icons");
|
|
19147
|
-
$t.bold =
|
|
19148
|
-
$t.italic =
|
|
19149
|
-
$t.underline =
|
|
19150
|
-
$t.strike =
|
|
19151
|
-
$t["code-block"] =
|
|
19152
|
-
$t.link =
|
|
19153
|
-
$t.align[""] =
|
|
19154
|
-
$t.align.center =
|
|
19155
|
-
$t.align.right =
|
|
19156
|
-
$t.align.justify =
|
|
19157
|
-
$t.list.ordered =
|
|
19158
|
-
$t.list.bullet =
|
|
19159
|
-
$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;
|
|
19160
19172
|
Bt.register({
|
|
19161
19173
|
"formats/alphabet-list": cn,
|
|
19162
19174
|
"formats/alphabet-list/item": Tr
|
|
19163
19175
|
});
|
|
19164
19176
|
Bt.register($t);
|
|
19165
19177
|
Bt.debug("error");
|
|
19166
|
-
const
|
|
19178
|
+
const _h = {
|
|
19167
19179
|
name: "IbTextEditor",
|
|
19168
19180
|
props: {
|
|
19169
19181
|
placeholder: {
|
|
@@ -19267,20 +19279,20 @@ const bh = {
|
|
|
19267
19279
|
}
|
|
19268
19280
|
},
|
|
19269
19281
|
components: {
|
|
19270
|
-
QuillEditor:
|
|
19282
|
+
QuillEditor: rh,
|
|
19271
19283
|
IbIconButton: Tt,
|
|
19272
19284
|
IbAlert: dn,
|
|
19273
19285
|
IbCharacterCount: qo
|
|
19274
19286
|
}
|
|
19275
|
-
},
|
|
19287
|
+
}, $h = {
|
|
19276
19288
|
id: "toolbar",
|
|
19277
19289
|
class: "toolbar",
|
|
19278
19290
|
ref: "toolbar"
|
|
19279
|
-
},
|
|
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" }, [
|
|
19280
19292
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19281
19293
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19282
|
-
], -1),
|
|
19283
|
-
function
|
|
19294
|
+
], -1), Ch = { class: "toolbar-group" }, Eh = { class: "toolbar-group" }, Sh = { class: "toolbar-group" };
|
|
19295
|
+
function xh(t, n, e, i, o, r) {
|
|
19284
19296
|
const l = ce("ib-character-count"), a = ce("ib-alert"), d = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19285
19297
|
return G(), ne("div", {
|
|
19286
19298
|
class: ve(["textarea-wrapper", {
|
|
@@ -19332,9 +19344,9 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19332
19344
|
modules: e.modules
|
|
19333
19345
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19334
19346
|
], 4),
|
|
19335
|
-
ae("div",
|
|
19336
|
-
|
|
19337
|
-
ae("div",
|
|
19347
|
+
ae("div", $h, [
|
|
19348
|
+
wh,
|
|
19349
|
+
ae("div", Oh, [
|
|
19338
19350
|
ge(f, {
|
|
19339
19351
|
class: "toolbar-item ql-bold",
|
|
19340
19352
|
kind: "ghost"
|
|
@@ -19352,8 +19364,8 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19352
19364
|
kind: "ghost"
|
|
19353
19365
|
})
|
|
19354
19366
|
]),
|
|
19355
|
-
|
|
19356
|
-
ae("div",
|
|
19367
|
+
kh,
|
|
19368
|
+
ae("div", Ch, [
|
|
19357
19369
|
ge(f, {
|
|
19358
19370
|
class: "toolbar-item ql-code-block",
|
|
19359
19371
|
kind: "ghost"
|
|
@@ -19363,7 +19375,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19363
19375
|
kind: "ghost"
|
|
19364
19376
|
})
|
|
19365
19377
|
]),
|
|
19366
|
-
ae("div",
|
|
19378
|
+
ae("div", Eh, [
|
|
19367
19379
|
ge(f, {
|
|
19368
19380
|
class: "toolbar-item ql-align",
|
|
19369
19381
|
kind: "ghost"
|
|
@@ -19384,7 +19396,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19384
19396
|
kind: "ghost"
|
|
19385
19397
|
})
|
|
19386
19398
|
]),
|
|
19387
|
-
ae("div",
|
|
19399
|
+
ae("div", Sh, [
|
|
19388
19400
|
ge(f, {
|
|
19389
19401
|
class: "ql-list toolbar-item",
|
|
19390
19402
|
value: "ordered",
|
|
@@ -19404,18 +19416,18 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19404
19416
|
], 2)
|
|
19405
19417
|
], 2);
|
|
19406
19418
|
}
|
|
19407
|
-
const
|
|
19408
|
-
const
|
|
19419
|
+
const f1 = /* @__PURE__ */ Ae(_h, [["render", xh]]);
|
|
19420
|
+
const Th = {
|
|
19409
19421
|
name: "IbTable",
|
|
19410
19422
|
computed: {
|
|
19411
19423
|
hasThead() {
|
|
19412
19424
|
return !!this.$slots.thead;
|
|
19413
19425
|
}
|
|
19414
19426
|
}
|
|
19415
|
-
},
|
|
19416
|
-
function
|
|
19417
|
-
return G(), ne("div",
|
|
19418
|
-
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, [
|
|
19419
19431
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19420
19432
|
ae("tbody", null, [
|
|
19421
19433
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19423,17 +19435,17 @@ function Nh(t, n, e, i, o, r) {
|
|
|
19423
19435
|
])
|
|
19424
19436
|
]);
|
|
19425
19437
|
}
|
|
19426
|
-
const
|
|
19427
|
-
const
|
|
19438
|
+
const h1 = /* @__PURE__ */ Ae(Th, [["render", Ih], ["__scopeId", "data-v-5dceb760"]]);
|
|
19439
|
+
const Ph = {
|
|
19428
19440
|
name: "IbRow"
|
|
19429
|
-
},
|
|
19430
|
-
function
|
|
19431
|
-
return G(), ne("tr",
|
|
19441
|
+
}, Mh = { class: "ib-tr" };
|
|
19442
|
+
function Dh(t, n, e, i, o, r) {
|
|
19443
|
+
return G(), ne("tr", Mh, [
|
|
19432
19444
|
Te(t.$slots, "default", { ref: "row" })
|
|
19433
19445
|
]);
|
|
19434
19446
|
}
|
|
19435
|
-
const
|
|
19436
|
-
const
|
|
19447
|
+
const p1 = /* @__PURE__ */ Ae(Ph, [["render", Dh]]);
|
|
19448
|
+
const Lh = {
|
|
19437
19449
|
name: "IbCell",
|
|
19438
19450
|
props: {
|
|
19439
19451
|
fixed: {
|
|
@@ -19455,19 +19467,19 @@ const Dh = {
|
|
|
19455
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";
|
|
19456
19468
|
}
|
|
19457
19469
|
}
|
|
19458
|
-
},
|
|
19459
|
-
function
|
|
19470
|
+
}, Rh = { class: "cell" };
|
|
19471
|
+
function Bh(t, n, e, i, o, r) {
|
|
19460
19472
|
return G(), ne("td", Et({
|
|
19461
19473
|
onResize: n[0] || (n[0] = (...l) => r.freezeCol && r.freezeCol(...l)),
|
|
19462
19474
|
class: "ib-cell"
|
|
19463
19475
|
}, this.attr), [
|
|
19464
|
-
ae("div",
|
|
19476
|
+
ae("div", Rh, [
|
|
19465
19477
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19466
19478
|
])
|
|
19467
19479
|
], 16);
|
|
19468
19480
|
}
|
|
19469
|
-
const
|
|
19470
|
-
const
|
|
19481
|
+
const jh = /* @__PURE__ */ Ae(Lh, [["render", Bh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19482
|
+
const qh = {
|
|
19471
19483
|
name: "IbCheckboxCell",
|
|
19472
19484
|
props: {
|
|
19473
19485
|
isChecked: {
|
|
@@ -19480,11 +19492,11 @@ const jh = {
|
|
|
19480
19492
|
}
|
|
19481
19493
|
},
|
|
19482
19494
|
components: {
|
|
19483
|
-
IbCell:
|
|
19495
|
+
IbCell: jh,
|
|
19484
19496
|
IbCheckbox: Lo
|
|
19485
19497
|
}
|
|
19486
19498
|
};
|
|
19487
|
-
function
|
|
19499
|
+
function Fh(t, n, e, i, o, r) {
|
|
19488
19500
|
const l = ce("ib-checkbox"), a = ce("ib-cell");
|
|
19489
19501
|
return G(), $e(a, {
|
|
19490
19502
|
fixed: e.fixed,
|
|
@@ -19496,7 +19508,7 @@ function qh(t, n, e, i, o, r) {
|
|
|
19496
19508
|
_: 1
|
|
19497
19509
|
}, 8, ["fixed"]);
|
|
19498
19510
|
}
|
|
19499
|
-
const
|
|
19511
|
+
const g1 = /* @__PURE__ */ Ae(qh, [["render", Fh]]);
|
|
19500
19512
|
class sa {
|
|
19501
19513
|
constructor() {
|
|
19502
19514
|
this.tooltipInstance = null, this.tooltipContainer = null;
|
|
@@ -19531,7 +19543,7 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19531
19543
|
Mi.createTooltip(t, n.value);
|
|
19532
19544
|
}, Oo = () => {
|
|
19533
19545
|
Mi.destroyTooltip();
|
|
19534
|
-
},
|
|
19546
|
+
}, m1 = {
|
|
19535
19547
|
mounted(t, n) {
|
|
19536
19548
|
t.addEventListener("mouseenter", () => wo(t, n)), t.addEventListener("mouseleave", Oo);
|
|
19537
19549
|
},
|
|
@@ -19542,7 +19554,7 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19542
19554
|
Ro(t) && Di.createTooltip(t, n.value);
|
|
19543
19555
|
}, Co = () => {
|
|
19544
19556
|
Di.destroyTooltip();
|
|
19545
|
-
},
|
|
19557
|
+
}, v1 = {
|
|
19546
19558
|
mounted(t, n) {
|
|
19547
19559
|
t.addEventListener("mouseenter", () => ko(t, n)), t.addEventListener("mouseleave", Co);
|
|
19548
19560
|
},
|
|
@@ -19551,51 +19563,51 @@ const Mi = new sa(), wo = (t, n) => {
|
|
|
19551
19563
|
}
|
|
19552
19564
|
};
|
|
19553
19565
|
export {
|
|
19554
|
-
|
|
19566
|
+
Vh as IbAccordion,
|
|
19555
19567
|
dn as IbAlert,
|
|
19556
|
-
|
|
19557
|
-
|
|
19558
|
-
|
|
19568
|
+
Uh as IbAvatar,
|
|
19569
|
+
zh as IbBadge,
|
|
19570
|
+
t1 as IbBreadcrumbs,
|
|
19559
19571
|
xa as IbButton,
|
|
19560
|
-
|
|
19561
|
-
|
|
19572
|
+
Kh as IbButtonGroup,
|
|
19573
|
+
jh as IbCell,
|
|
19562
19574
|
Lo as IbCheckbox,
|
|
19563
|
-
|
|
19564
|
-
|
|
19565
|
-
|
|
19575
|
+
g1 as IbCheckboxCell,
|
|
19576
|
+
l1 as IbCheckboxGroup,
|
|
19577
|
+
d1 as IbDatePicker,
|
|
19566
19578
|
Oi as IbDropdown,
|
|
19567
19579
|
Po as IbDropdownItem,
|
|
19568
19580
|
Ci as IbDropdownList,
|
|
19569
|
-
|
|
19581
|
+
a1 as IbFormGroup,
|
|
19570
19582
|
Xe as IbIcon,
|
|
19571
19583
|
Tt as IbIconButton,
|
|
19572
19584
|
Do as IbInput,
|
|
19573
19585
|
kr as IbLabel,
|
|
19574
|
-
|
|
19575
|
-
|
|
19576
|
-
|
|
19577
|
-
|
|
19578
|
-
|
|
19586
|
+
su as IbLimitSelector,
|
|
19587
|
+
Jh as IbModal,
|
|
19588
|
+
n1 as IbPagination,
|
|
19589
|
+
o1 as IbPanel,
|
|
19590
|
+
c1 as IbPhoneInput,
|
|
19579
19591
|
Ia as IbPopover,
|
|
19580
|
-
|
|
19581
|
-
|
|
19582
|
-
|
|
19583
|
-
|
|
19584
|
-
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19590
|
-
|
|
19591
|
-
|
|
19592
|
-
|
|
19593
|
-
|
|
19594
|
-
|
|
19595
|
-
|
|
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,
|
|
19596
19608
|
Qt as IbTooltip,
|
|
19597
|
-
|
|
19609
|
+
iu as IbTreeSelect,
|
|
19598
19610
|
wi as OutsideDirective,
|
|
19599
|
-
|
|
19600
|
-
|
|
19611
|
+
v1 as TextOverflowTooltipDirective,
|
|
19612
|
+
m1 as TooltipDirective
|
|
19601
19613
|
};
|