@avakhula/ui 0.0.195 → 0.0.196
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/TODO +5 -5
- package/dist/index.js +651 -649
- package/dist/index.umd.cjs +33 -33
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.scss +4 -1
- package/src/components/Accordion/Accordion.vue +3 -1
package/dist/index.js
CHANGED
|
@@ -83,8 +83,8 @@ const ba = {
|
|
|
83
83
|
components: {
|
|
84
84
|
IbIcon: Xe
|
|
85
85
|
}
|
|
86
|
-
}, _a = { class: "accordion-content" };
|
|
87
|
-
function
|
|
86
|
+
}, _a = { class: "accordion-content" }, $a = { class: "accordion-content-wrapper" };
|
|
87
|
+
function wa(t, n, e, i, o, r) {
|
|
88
88
|
const l = ce("ib-icon");
|
|
89
89
|
return G(), ne("div", {
|
|
90
90
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
@@ -107,7 +107,9 @@ function $a(t, n, e, i, o, r) {
|
|
|
107
107
|
}, {
|
|
108
108
|
default: be(() => [
|
|
109
109
|
qe(ae("div", _a, [
|
|
110
|
-
|
|
110
|
+
ae("div", $a, [
|
|
111
|
+
Te(t.$slots, "content", {}, void 0, !0)
|
|
112
|
+
])
|
|
111
113
|
], 512), [
|
|
112
114
|
[Ke, o.isActive]
|
|
113
115
|
])
|
|
@@ -116,7 +118,7 @@ function $a(t, n, e, i, o, r) {
|
|
|
116
118
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
117
119
|
], 2);
|
|
118
120
|
}
|
|
119
|
-
const
|
|
121
|
+
const Uh = /* @__PURE__ */ Ae(ba, [["render", wa], ["__scopeId", "data-v-86045110"]]), sn = {
|
|
120
122
|
primary: "primary",
|
|
121
123
|
secondary: "secondary",
|
|
122
124
|
tertiary: "tertiary",
|
|
@@ -129,7 +131,7 @@ function kr(t) {
|
|
|
129
131
|
n.startsWith("on") && delete t[n];
|
|
130
132
|
return t;
|
|
131
133
|
}
|
|
132
|
-
const
|
|
134
|
+
const Oa = {
|
|
133
135
|
name: "IbButton",
|
|
134
136
|
props: {
|
|
135
137
|
kind: {
|
|
@@ -215,8 +217,8 @@ const wa = {
|
|
|
215
217
|
}
|
|
216
218
|
},
|
|
217
219
|
inheritAttrs: !1
|
|
218
|
-
},
|
|
219
|
-
function
|
|
220
|
+
}, ka = ["method", "action"], Ca = ["value"], Ea = ["value"], Sa = ["name", "value"];
|
|
221
|
+
function xa(t, n, e, i, o, r) {
|
|
220
222
|
return G(), $e(wr(e.href.length ? "a" : "button"), Et({
|
|
221
223
|
onClick: n[0] || (n[0] = (l) => r.onClick(l)),
|
|
222
224
|
onMouseenter: r.onMouseenter,
|
|
@@ -235,26 +237,26 @@ function Sa(t, n, e, i, o, r) {
|
|
|
235
237
|
type: "hidden",
|
|
236
238
|
name: "_method",
|
|
237
239
|
value: e.linkMethod
|
|
238
|
-
}, null, 8,
|
|
240
|
+
}, null, 8, Ca),
|
|
239
241
|
ae("input", {
|
|
240
242
|
type: "hidden",
|
|
241
243
|
name: "_token",
|
|
242
244
|
value: r.token
|
|
243
|
-
}, null, 8,
|
|
245
|
+
}, null, 8, Ea),
|
|
244
246
|
(G(!0), ne(rt, null, jt(Object.keys(e.postOptions), (l, a) => (G(), ne("input", {
|
|
245
247
|
key: a,
|
|
246
248
|
type: "hidden",
|
|
247
249
|
name: l,
|
|
248
250
|
value: e.postOptions[l]
|
|
249
|
-
}, null, 8,
|
|
250
|
-
], 8,
|
|
251
|
+
}, null, 8, Sa))), 128))
|
|
252
|
+
], 8, ka)), [
|
|
251
253
|
[Ke, !1]
|
|
252
254
|
]) : he("", !0)
|
|
253
255
|
]),
|
|
254
256
|
_: 3
|
|
255
257
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
256
258
|
}
|
|
257
|
-
const
|
|
259
|
+
const Ta = /* @__PURE__ */ Ae(Oa, [["render", xa]]), Aa = {
|
|
258
260
|
topLeft: "top-left",
|
|
259
261
|
topCenter: "top-center",
|
|
260
262
|
topRight: "top-right",
|
|
@@ -268,12 +270,12 @@ const xa = /* @__PURE__ */ Ae(wa, [["render", Sa]]), Ta = {
|
|
|
268
270
|
leftCenter: "left-center",
|
|
269
271
|
leftBottom: "left-bottom"
|
|
270
272
|
};
|
|
271
|
-
const
|
|
273
|
+
const Na = {
|
|
272
274
|
name: "IbPopover",
|
|
273
275
|
props: {
|
|
274
276
|
position: {
|
|
275
277
|
type: String,
|
|
276
|
-
default:
|
|
278
|
+
default: Aa.topCenter
|
|
277
279
|
},
|
|
278
280
|
alwaysVisible: {
|
|
279
281
|
type: Boolean,
|
|
@@ -309,7 +311,7 @@ const Aa = {
|
|
|
309
311
|
!this.alwaysVisible && this.parentNode && (this.parentNode.removeEventListener("focus", this.showPopover, !0), this.parentNode.removeEventListener("blur", this.hidePopover, !0), this.parentNode.removeEventListener("mouseover", this.showPopover, !0), this.parentNode.removeEventListener("mouseleave", this.hidePopover, !0));
|
|
310
312
|
}
|
|
311
313
|
};
|
|
312
|
-
function
|
|
314
|
+
function Ia(t, n, e, i, o, r) {
|
|
313
315
|
return G(), $e($r, null, {
|
|
314
316
|
default: be(() => [
|
|
315
317
|
qe(ae("div", {
|
|
@@ -323,8 +325,8 @@ function Na(t, n, e, i, o, r) {
|
|
|
323
325
|
_: 3
|
|
324
326
|
});
|
|
325
327
|
}
|
|
326
|
-
const
|
|
327
|
-
const
|
|
328
|
+
const Ma = /* @__PURE__ */ Ae(Na, [["render", Ia], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
329
|
+
const Pa = {
|
|
328
330
|
name: "IbTooltip",
|
|
329
331
|
props: {
|
|
330
332
|
position: {
|
|
@@ -347,9 +349,9 @@ const Ma = {
|
|
|
347
349
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
348
350
|
}
|
|
349
351
|
},
|
|
350
|
-
components: { IbPopover:
|
|
351
|
-
},
|
|
352
|
-
function
|
|
352
|
+
components: { IbPopover: Ma }
|
|
353
|
+
}, Da = { key: 0 };
|
|
354
|
+
function La(t, n, e, i, o, r) {
|
|
353
355
|
const l = ce("ib-popover");
|
|
354
356
|
return G(), $e(l, {
|
|
355
357
|
position: e.position,
|
|
@@ -357,13 +359,13 @@ function Da(t, n, e, i, o, r) {
|
|
|
357
359
|
class: ve(r.classList)
|
|
358
360
|
}, {
|
|
359
361
|
default: be(() => [
|
|
360
|
-
e.title ? (G(), ne("b",
|
|
362
|
+
e.title ? (G(), ne("b", Da, we(e.title), 1)) : he("", !0),
|
|
361
363
|
ae("p", null, we(e.text), 1)
|
|
362
364
|
]),
|
|
363
365
|
_: 1
|
|
364
366
|
}, 8, ["position", "always-visible", "class"]);
|
|
365
367
|
}
|
|
366
|
-
const Qt = /* @__PURE__ */ Ae(
|
|
368
|
+
const Qt = /* @__PURE__ */ Ae(Pa, [["render", La], ["__scopeId", "data-v-d59abad7"]]), ji = {
|
|
367
369
|
[sn.primary]: sn.primary,
|
|
368
370
|
[sn.tertiary]: sn.tertiary,
|
|
369
371
|
[sn.ghost]: sn.ghost,
|
|
@@ -373,7 +375,7 @@ const Qt = /* @__PURE__ */ Ae(Ma, [["render", Da], ["__scopeId", "data-v-d59abad
|
|
|
373
375
|
s: "s",
|
|
374
376
|
m: "m"
|
|
375
377
|
};
|
|
376
|
-
const
|
|
378
|
+
const Ra = {
|
|
377
379
|
name: "IbIconButton",
|
|
378
380
|
props: {
|
|
379
381
|
kind: {
|
|
@@ -434,12 +436,12 @@ const La = {
|
|
|
434
436
|
}
|
|
435
437
|
},
|
|
436
438
|
components: {
|
|
437
|
-
IbButton:
|
|
439
|
+
IbButton: Ta,
|
|
438
440
|
IbTooltip: Qt
|
|
439
441
|
},
|
|
440
442
|
inheritAttrs: !1
|
|
441
443
|
};
|
|
442
|
-
function
|
|
444
|
+
function Ba(t, n, e, i, o, r) {
|
|
443
445
|
const l = ce("ib-tooltip"), a = ce("ib-button");
|
|
444
446
|
return G(), $e(a, Et({ onClick: r.onClick }, r.attrs, {
|
|
445
447
|
href: e.href,
|
|
@@ -457,13 +459,13 @@ function Ra(t, n, e, i, o, r) {
|
|
|
457
459
|
_: 3
|
|
458
460
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
459
461
|
}
|
|
460
|
-
const Tt = /* @__PURE__ */ Ae(
|
|
462
|
+
const Tt = /* @__PURE__ */ Ae(Ra, [["render", Ba]]), ar = {
|
|
461
463
|
alert: "alert",
|
|
462
464
|
warning: "warning",
|
|
463
465
|
info: "info",
|
|
464
466
|
success: "success"
|
|
465
467
|
};
|
|
466
|
-
const
|
|
468
|
+
const ja = {
|
|
467
469
|
name: "IbAlert",
|
|
468
470
|
props: {
|
|
469
471
|
type: {
|
|
@@ -523,33 +525,33 @@ const Ba = {
|
|
|
523
525
|
IbIcon: Xe,
|
|
524
526
|
IbIconButton: Tt
|
|
525
527
|
}
|
|
526
|
-
},
|
|
528
|
+
}, qa = {
|
|
527
529
|
ref: "content",
|
|
528
530
|
class: "content"
|
|
529
|
-
},
|
|
531
|
+
}, Fa = { class: "content-head" }, Ha = {
|
|
530
532
|
key: 1,
|
|
531
533
|
class: "ib-alert-title"
|
|
532
|
-
},
|
|
533
|
-
function
|
|
534
|
+
}, Va = { class: "text-content" }, Ua = { class: "link" };
|
|
535
|
+
function za(t, n, e, i, o, r) {
|
|
534
536
|
var d;
|
|
535
537
|
const l = ce("ib-icon"), a = ce("ib-icon-button");
|
|
536
538
|
return G(), ne("div", {
|
|
537
539
|
role: "alert",
|
|
538
540
|
class: ve(r.classes)
|
|
539
541
|
}, [
|
|
540
|
-
ae("div",
|
|
541
|
-
ae("span",
|
|
542
|
+
ae("div", qa, [
|
|
543
|
+
ae("span", Fa, [
|
|
542
544
|
e.showIcon ? (G(), $e(l, {
|
|
543
545
|
key: 0,
|
|
544
546
|
class: "ib-alert-icon",
|
|
545
547
|
name: r.iconName
|
|
546
548
|
}, null, 8, ["name"])) : he("", !0),
|
|
547
|
-
(d = e.title) != null && d.length ? (G(), ne("b",
|
|
549
|
+
(d = e.title) != null && d.length ? (G(), ne("b", Ha, we(e.title), 1)) : he("", !0)
|
|
548
550
|
]),
|
|
549
|
-
ae("span",
|
|
551
|
+
ae("span", Va, [
|
|
550
552
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
551
553
|
]),
|
|
552
|
-
ae("div",
|
|
554
|
+
ae("div", Ua, [
|
|
553
555
|
Te(t.$slots, "link", {}, void 0, !0)
|
|
554
556
|
])
|
|
555
557
|
], 512),
|
|
@@ -570,11 +572,11 @@ function Ua(t, n, e, i, o, r) {
|
|
|
570
572
|
}, 8, ["onClick"])) : he("", !0)
|
|
571
573
|
], 2);
|
|
572
574
|
}
|
|
573
|
-
const cn = /* @__PURE__ */ Ae(
|
|
575
|
+
const cn = /* @__PURE__ */ Ae(ja, [["render", za], ["__scopeId", "data-v-dec06c47"]]), Ka = {
|
|
574
576
|
M: "m",
|
|
575
577
|
L: "l"
|
|
576
578
|
};
|
|
577
|
-
const
|
|
579
|
+
const Ga = {
|
|
578
580
|
name: "IbAvatar",
|
|
579
581
|
props: {
|
|
580
582
|
firstName: {
|
|
@@ -595,7 +597,7 @@ const Ka = {
|
|
|
595
597
|
},
|
|
596
598
|
size: {
|
|
597
599
|
type: String,
|
|
598
|
-
default:
|
|
600
|
+
default: Ka.M
|
|
599
601
|
}
|
|
600
602
|
},
|
|
601
603
|
computed: {
|
|
@@ -613,15 +615,15 @@ const Ka = {
|
|
|
613
615
|
components: {
|
|
614
616
|
IbIcon: Xe
|
|
615
617
|
}
|
|
616
|
-
},
|
|
617
|
-
function
|
|
618
|
+
}, Ya = ["src", "alt"];
|
|
619
|
+
function Wa(t, n, e, i, o, r) {
|
|
618
620
|
const l = ce("ib-icon");
|
|
619
621
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
620
622
|
key: 0,
|
|
621
623
|
class: ve(r.classList),
|
|
622
624
|
src: e.src,
|
|
623
625
|
alt: e.firstName + "" + e.lastName
|
|
624
|
-
}, null, 10,
|
|
626
|
+
}, null, 10, Ya)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
625
627
|
key: 1,
|
|
626
628
|
class: ve(["user-avatar", r.classList]),
|
|
627
629
|
style: On({
|
|
@@ -637,8 +639,8 @@ function Ya(t, n, e, i, o, r) {
|
|
|
637
639
|
ge(l, { name: "camera-outline" })
|
|
638
640
|
], 2));
|
|
639
641
|
}
|
|
640
|
-
const
|
|
641
|
-
const
|
|
642
|
+
const zh = /* @__PURE__ */ Ae(Ga, [["render", Wa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
643
|
+
const Za = {
|
|
642
644
|
name: "IbBadge",
|
|
643
645
|
props: {
|
|
644
646
|
content: {
|
|
@@ -656,21 +658,21 @@ const Wa = {
|
|
|
656
658
|
}
|
|
657
659
|
}
|
|
658
660
|
};
|
|
659
|
-
function
|
|
661
|
+
function Ja(t, n, e, i, o, r) {
|
|
660
662
|
return G(), ne("span", {
|
|
661
663
|
class: ve(r.classes)
|
|
662
664
|
}, we(r.normalizeContent), 3);
|
|
663
665
|
}
|
|
664
|
-
const
|
|
665
|
-
const
|
|
666
|
+
const Kh = /* @__PURE__ */ Ae(Za, [["render", Ja], ["__scopeId", "data-v-328df75a"]]);
|
|
667
|
+
const Xa = {
|
|
666
668
|
name: "IbButtonGroup"
|
|
667
|
-
},
|
|
668
|
-
function
|
|
669
|
-
return G(), ne("div",
|
|
669
|
+
}, Qa = { class: "ib-button-group" };
|
|
670
|
+
function el(t, n, e, i, o, r) {
|
|
671
|
+
return G(), ne("div", Qa, [
|
|
670
672
|
Te(t.$slots, "default")
|
|
671
673
|
]);
|
|
672
674
|
}
|
|
673
|
-
const
|
|
675
|
+
const Gh = /* @__PURE__ */ Ae(Xa, [["render", el]]), yn = {
|
|
674
676
|
success: "success",
|
|
675
677
|
neutral: "neutral",
|
|
676
678
|
info: "info",
|
|
@@ -679,7 +681,7 @@ const Kh = /* @__PURE__ */ Ae(Ja, [["render", Qa]]), yn = {
|
|
|
679
681
|
favorite: "favorite",
|
|
680
682
|
pending: "pending"
|
|
681
683
|
};
|
|
682
|
-
const
|
|
684
|
+
const tl = {
|
|
683
685
|
props: {
|
|
684
686
|
status: {
|
|
685
687
|
type: String,
|
|
@@ -713,7 +715,7 @@ const el = {
|
|
|
713
715
|
},
|
|
714
716
|
components: { IbIcon: Xe }
|
|
715
717
|
};
|
|
716
|
-
function
|
|
718
|
+
function nl(t, n, e, i, o, r) {
|
|
717
719
|
const l = ce("ib-icon");
|
|
718
720
|
return G(), ne("div", {
|
|
719
721
|
class: ve(r.classes)
|
|
@@ -727,7 +729,7 @@ function tl(t, n, e, i, o, r) {
|
|
|
727
729
|
])
|
|
728
730
|
], 2);
|
|
729
731
|
}
|
|
730
|
-
const
|
|
732
|
+
const Yh = /* @__PURE__ */ Ae(tl, [["render", nl], ["__scopeId", "data-v-3604890c"]]), rl = {
|
|
731
733
|
topLeft: "top-left",
|
|
732
734
|
topCenter: "top-center",
|
|
733
735
|
topRight: "top-right",
|
|
@@ -741,12 +743,12 @@ const Gh = /* @__PURE__ */ Ae(el, [["render", tl], ["__scopeId", "data-v-3604890
|
|
|
741
743
|
leftCenter: "left-center",
|
|
742
744
|
leftBottom: "left-bottom"
|
|
743
745
|
};
|
|
744
|
-
const
|
|
746
|
+
const il = {
|
|
745
747
|
name: "IbTooltip",
|
|
746
748
|
props: {
|
|
747
749
|
position: {
|
|
748
750
|
type: String,
|
|
749
|
-
default:
|
|
751
|
+
default: rl.topCenter
|
|
750
752
|
},
|
|
751
753
|
title: {
|
|
752
754
|
type: String
|
|
@@ -789,15 +791,15 @@ const rl = {
|
|
|
789
791
|
IbIconButton: Tt,
|
|
790
792
|
IbIcon: Xe
|
|
791
793
|
}
|
|
792
|
-
},
|
|
793
|
-
function
|
|
794
|
+
}, ol = { class: "ib-toggle-tip-head" }, al = { class: "ib-toggle-tip-content" }, ll = { class: "ib-toggle-tip-button-set" };
|
|
795
|
+
function sl(t, n, e, i, o, r) {
|
|
794
796
|
const l = ce("ib-icon"), a = ce("ib-icon-button");
|
|
795
797
|
return G(), $e($r, null, {
|
|
796
798
|
default: be(() => [
|
|
797
799
|
qe(ae("div", {
|
|
798
800
|
class: ve(r.classes)
|
|
799
801
|
}, [
|
|
800
|
-
ae("div",
|
|
802
|
+
ae("div", ol, [
|
|
801
803
|
ae("p", null, we(e.title), 1),
|
|
802
804
|
ge(a, {
|
|
803
805
|
class: "close-button",
|
|
@@ -810,10 +812,10 @@ function ll(t, n, e, i, o, r) {
|
|
|
810
812
|
_: 1
|
|
811
813
|
}, 8, ["onClick"])
|
|
812
814
|
]),
|
|
813
|
-
ae("div",
|
|
815
|
+
ae("div", al, [
|
|
814
816
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
815
817
|
]),
|
|
816
|
-
ae("div",
|
|
818
|
+
ae("div", ll, [
|
|
817
819
|
Te(t.$slots, "buttons", {}, void 0, !0)
|
|
818
820
|
])
|
|
819
821
|
], 2), [
|
|
@@ -823,7 +825,7 @@ function ll(t, n, e, i, o, r) {
|
|
|
823
825
|
_: 3
|
|
824
826
|
});
|
|
825
827
|
}
|
|
826
|
-
const
|
|
828
|
+
const Wh = /* @__PURE__ */ Ae(il, [["render", sl], ["__scopeId", "data-v-9e7c679e"]]), wi = 27, Ao = 32, ul = 13, Fi = 9, dl = 38, cl = 37, fl = 39, No = 40, hl = "click", { performance: lr } = window, pl = typeof (lr == null ? void 0 : lr.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => lr.now() : () => Date.now(), Hn = /* @__PURE__ */ new Map();
|
|
827
829
|
let Vn = !1;
|
|
828
830
|
const Io = (t) => {
|
|
829
831
|
Hn.forEach(({ bindTimeStamp: n, callback: e }, i) => {
|
|
@@ -834,11 +836,11 @@ const Io = (t) => {
|
|
|
834
836
|
console.error(o);
|
|
835
837
|
}
|
|
836
838
|
});
|
|
837
|
-
}, pl = () => {
|
|
838
|
-
Vn || (document.addEventListener("click", Io, { capture: !0 }), Vn = !0);
|
|
839
839
|
}, gl = () => {
|
|
840
|
+
Vn || (document.addEventListener("click", Io, { capture: !0 }), Vn = !0);
|
|
841
|
+
}, ml = () => {
|
|
840
842
|
Vn && (document.removeEventListener("click", Io), Vn = !1);
|
|
841
|
-
},
|
|
843
|
+
}, vl = (t, { value: n, arg: e = "click" }) => {
|
|
842
844
|
if (typeof n != "function")
|
|
843
845
|
throw new Error(
|
|
844
846
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -847,15 +849,15 @@ const Io = (t) => {
|
|
|
847
849
|
throw new Error(
|
|
848
850
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
849
851
|
);
|
|
850
|
-
Hn.has(t) || (Vn ||
|
|
851
|
-
bindTimeStamp:
|
|
852
|
+
Hn.has(t) || (Vn || gl(), Hn.set(t, {
|
|
853
|
+
bindTimeStamp: pl(),
|
|
852
854
|
callback: n
|
|
853
855
|
}));
|
|
854
|
-
},
|
|
855
|
-
Hn.delete(t), Hn.size === 0 &&
|
|
856
|
+
}, yl = (t) => {
|
|
857
|
+
Hn.delete(t), Hn.size === 0 && ml();
|
|
856
858
|
}, Oi = {
|
|
857
|
-
created:
|
|
858
|
-
beforeUnmount:
|
|
859
|
+
created: vl,
|
|
860
|
+
beforeUnmount: yl
|
|
859
861
|
}, qn = {
|
|
860
862
|
left: "left",
|
|
861
863
|
right: "right",
|
|
@@ -864,7 +866,7 @@ const Io = (t) => {
|
|
|
864
866
|
top: "top",
|
|
865
867
|
bottom: "bottom"
|
|
866
868
|
};
|
|
867
|
-
const
|
|
869
|
+
const bl = {
|
|
868
870
|
name: "IbDropdown",
|
|
869
871
|
directives: { Outside: Oi },
|
|
870
872
|
props: {
|
|
@@ -897,7 +899,7 @@ const yl = {
|
|
|
897
899
|
},
|
|
898
900
|
triggerType: {
|
|
899
901
|
type: String,
|
|
900
|
-
default:
|
|
902
|
+
default: hl
|
|
901
903
|
},
|
|
902
904
|
destroyOnHide: {
|
|
903
905
|
type: Boolean,
|
|
@@ -922,7 +924,7 @@ const yl = {
|
|
|
922
924
|
},
|
|
923
925
|
methods: {
|
|
924
926
|
onKeydown(t) {
|
|
925
|
-
(t.keyCode ===
|
|
927
|
+
(t.keyCode === ul || t.keyCode === Ao) && (t.preventDefault(), this.toggle()), t.keyCode === No && (t.preventDefault(), this.open());
|
|
926
928
|
},
|
|
927
929
|
onKeyupDocument(t) {
|
|
928
930
|
t.keyCode === wi && (t.preventDefault(), this.close());
|
|
@@ -971,10 +973,10 @@ const yl = {
|
|
|
971
973
|
beforeUnmount() {
|
|
972
974
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
973
975
|
}
|
|
974
|
-
},
|
|
975
|
-
function
|
|
976
|
+
}, _l = { class: "ib-dropdown" }, $l = { class: "footer-slot" };
|
|
977
|
+
function wl(t, n, e, i, o, r) {
|
|
976
978
|
const l = Or("outside");
|
|
977
|
-
return qe((G(), ne("div",
|
|
979
|
+
return qe((G(), ne("div", _l, [
|
|
978
980
|
r.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
979
981
|
key: 0,
|
|
980
982
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
@@ -1010,7 +1012,7 @@ function $l(t, n, e, i, o, r) {
|
|
|
1010
1012
|
Te(t.$slots, "close", {}, void 0, !0)
|
|
1011
1013
|
])) : he("", !0)
|
|
1012
1014
|
]),
|
|
1013
|
-
ae("div",
|
|
1015
|
+
ae("div", $l, [
|
|
1014
1016
|
Te(t.$slots, "footerslot", {}, void 0, !0)
|
|
1015
1017
|
])
|
|
1016
1018
|
], 2)), [
|
|
@@ -1026,8 +1028,8 @@ function $l(t, n, e, i, o, r) {
|
|
|
1026
1028
|
[l, r.close]
|
|
1027
1029
|
]);
|
|
1028
1030
|
}
|
|
1029
|
-
const ki = /* @__PURE__ */ Ae(
|
|
1030
|
-
const
|
|
1031
|
+
const ki = /* @__PURE__ */ Ae(bl, [["render", wl], ["__scopeId", "data-v-8b99209c"]]);
|
|
1032
|
+
const Ol = {
|
|
1031
1033
|
name: "IbList",
|
|
1032
1034
|
data() {
|
|
1033
1035
|
return {
|
|
@@ -1054,7 +1056,7 @@ const wl = {
|
|
|
1054
1056
|
const f = (i = (e = l.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : i.nextElementSibling.childNodes[0];
|
|
1055
1057
|
f && f.nodeName !== "#text" && f.focus();
|
|
1056
1058
|
}
|
|
1057
|
-
if (t.keyCode ===
|
|
1059
|
+
if (t.keyCode === dl) {
|
|
1058
1060
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1059
1061
|
return;
|
|
1060
1062
|
t.preventDefault();
|
|
@@ -1080,7 +1082,7 @@ const wl = {
|
|
|
1080
1082
|
}
|
|
1081
1083
|
}
|
|
1082
1084
|
};
|
|
1083
|
-
function
|
|
1085
|
+
function kl(t, n, e, i, o, r) {
|
|
1084
1086
|
return G(), ne("ul", {
|
|
1085
1087
|
class: ve(o.rootClass),
|
|
1086
1088
|
onKeydown: n[0] || (n[0] = (...l) => r.onKeydown && r.onKeydown(...l))
|
|
@@ -1088,8 +1090,8 @@ function Ol(t, n, e, i, o, r) {
|
|
|
1088
1090
|
Te(t.$slots, "default")
|
|
1089
1091
|
], 34);
|
|
1090
1092
|
}
|
|
1091
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
1092
|
-
const
|
|
1093
|
+
const Ci = /* @__PURE__ */ Ae(Ol, [["render", kl]]);
|
|
1094
|
+
const Cl = {
|
|
1093
1095
|
props: {
|
|
1094
1096
|
vertical: {
|
|
1095
1097
|
type: String,
|
|
@@ -1131,10 +1133,10 @@ const kl = {
|
|
|
1131
1133
|
IbDropdown: ki,
|
|
1132
1134
|
IbList: Ci
|
|
1133
1135
|
}
|
|
1134
|
-
},
|
|
1135
|
-
function
|
|
1136
|
+
}, El = { class: "dropdown-list-wrapper" };
|
|
1137
|
+
function Sl(t, n, e, i, o, r) {
|
|
1136
1138
|
const l = ce("ib-list"), a = ce("ib-dropdown");
|
|
1137
|
-
return G(), ne("div",
|
|
1139
|
+
return G(), ne("div", El, [
|
|
1138
1140
|
ge(a, Et({
|
|
1139
1141
|
horizontal: e.horizontal,
|
|
1140
1142
|
vertical: e.vertical,
|
|
@@ -1168,8 +1170,8 @@ function El(t, n, e, i, o, r) {
|
|
|
1168
1170
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1169
1171
|
]);
|
|
1170
1172
|
}
|
|
1171
|
-
const Ei = /* @__PURE__ */ Ae(
|
|
1172
|
-
const
|
|
1173
|
+
const Ei = /* @__PURE__ */ Ae(Cl, [["render", Sl]]);
|
|
1174
|
+
const xl = {
|
|
1173
1175
|
props: {
|
|
1174
1176
|
checked: {
|
|
1175
1177
|
type: Boolean,
|
|
@@ -1187,9 +1189,9 @@ const Sl = {
|
|
|
1187
1189
|
return this.href && (t.href = this.href), t;
|
|
1188
1190
|
}
|
|
1189
1191
|
}
|
|
1190
|
-
},
|
|
1191
|
-
function
|
|
1192
|
-
return G(), ne("li",
|
|
1192
|
+
}, Tl = { class: "dropdown-item-wrapper" };
|
|
1193
|
+
function Al(t, n, e, i, o, r) {
|
|
1194
|
+
return G(), ne("li", Tl, [
|
|
1193
1195
|
(G(), $e(wr(e.href ? "a" : "div"), Et({
|
|
1194
1196
|
class: e.checked ? "active" : ""
|
|
1195
1197
|
}, r.attrs, { tabindex: "0" }), {
|
|
@@ -1200,14 +1202,14 @@ function Tl(t, n, e, i, o, r) {
|
|
|
1200
1202
|
}, 16, ["class"]))
|
|
1201
1203
|
]);
|
|
1202
1204
|
}
|
|
1203
|
-
const Mo = /* @__PURE__ */ Ae(
|
|
1205
|
+
const Mo = /* @__PURE__ */ Ae(xl, [["render", Al]]), Nl = {
|
|
1204
1206
|
common: "common",
|
|
1205
1207
|
danger: "danger"
|
|
1206
1208
|
};
|
|
1207
1209
|
function qt() {
|
|
1208
1210
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
1209
1211
|
}
|
|
1210
|
-
const
|
|
1212
|
+
const Il = {
|
|
1211
1213
|
name: "IbSplitButton",
|
|
1212
1214
|
props: {
|
|
1213
1215
|
id: {
|
|
@@ -1216,7 +1218,7 @@ const Nl = {
|
|
|
1216
1218
|
},
|
|
1217
1219
|
kind: {
|
|
1218
1220
|
type: String,
|
|
1219
|
-
default:
|
|
1221
|
+
default: Nl.common
|
|
1220
1222
|
},
|
|
1221
1223
|
disabled: {
|
|
1222
1224
|
type: Boolean,
|
|
@@ -1268,8 +1270,8 @@ const Nl = {
|
|
|
1268
1270
|
this.setActiveItem();
|
|
1269
1271
|
}
|
|
1270
1272
|
}
|
|
1271
|
-
},
|
|
1272
|
-
function
|
|
1273
|
+
}, Ml = ["disabled"], Pl = ["disabled"], Dl = ["disabled"], Ll = { ref: "list" };
|
|
1274
|
+
function Rl(t, n, e, i, o, r) {
|
|
1273
1275
|
const l = ce("ib-icon"), a = ce("ib-dropdown-list");
|
|
1274
1276
|
return G(), ne("div", {
|
|
1275
1277
|
class: ve(r.classes)
|
|
@@ -1278,11 +1280,11 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1278
1280
|
key: 1,
|
|
1279
1281
|
disabled: e.disabled,
|
|
1280
1282
|
class: ["split-button-main", { disabled: e.disabled }]
|
|
1281
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1283
|
+
}, o.mainButtonAttrs), we(o.content), 17, Pl)) : (G(), ne("button", Et({
|
|
1282
1284
|
key: 0,
|
|
1283
1285
|
disabled: e.disabled,
|
|
1284
1286
|
class: "split-button-main"
|
|
1285
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1287
|
+
}, o.mainButtonAttrs), we(o.content), 17, Ml)),
|
|
1286
1288
|
ge(a, {
|
|
1287
1289
|
disabled: e.disabled,
|
|
1288
1290
|
closeOnClick: !0
|
|
@@ -1293,10 +1295,10 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1293
1295
|
class: "split-button-menu-trigger"
|
|
1294
1296
|
}, [
|
|
1295
1297
|
ge(l, { name: "chevron-down-outline" })
|
|
1296
|
-
], 8,
|
|
1298
|
+
], 8, Dl)
|
|
1297
1299
|
]),
|
|
1298
1300
|
body: be(() => [
|
|
1299
|
-
ae("div",
|
|
1301
|
+
ae("div", Ll, [
|
|
1300
1302
|
Te(t.$slots, "default")
|
|
1301
1303
|
], 512)
|
|
1302
1304
|
]),
|
|
@@ -1304,8 +1306,8 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1304
1306
|
}, 8, ["disabled"])
|
|
1305
1307
|
], 2);
|
|
1306
1308
|
}
|
|
1307
|
-
const
|
|
1308
|
-
const
|
|
1309
|
+
const Zh = /* @__PURE__ */ Ae(Il, [["render", Rl]]);
|
|
1310
|
+
const Bl = {
|
|
1309
1311
|
props: {
|
|
1310
1312
|
href: {
|
|
1311
1313
|
type: String,
|
|
@@ -1319,7 +1321,7 @@ const Rl = {
|
|
|
1319
1321
|
}
|
|
1320
1322
|
}
|
|
1321
1323
|
};
|
|
1322
|
-
function
|
|
1324
|
+
function jl(t, n, e, i, o, r) {
|
|
1323
1325
|
return G(), $e(wr(e.href.length ? "a" : "button"), Et(r.attrs, { class: "ib-dropdown-item" }), {
|
|
1324
1326
|
default: be(() => [
|
|
1325
1327
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1327,13 +1329,13 @@ function Bl(t, n, e, i, o, r) {
|
|
|
1327
1329
|
_: 3
|
|
1328
1330
|
}, 16);
|
|
1329
1331
|
}
|
|
1330
|
-
const
|
|
1332
|
+
const Jh = /* @__PURE__ */ Ae(Bl, [["render", jl], ["__scopeId", "data-v-4cf00feb"]]), Gt = {
|
|
1331
1333
|
S: "s",
|
|
1332
1334
|
M: "m",
|
|
1333
1335
|
L: "l",
|
|
1334
1336
|
XL: "xl"
|
|
1335
1337
|
};
|
|
1336
|
-
const
|
|
1338
|
+
const ql = {
|
|
1337
1339
|
name: "IbModal",
|
|
1338
1340
|
directives: { Outside: Oi },
|
|
1339
1341
|
emits: {
|
|
@@ -1434,14 +1436,14 @@ const jl = {
|
|
|
1434
1436
|
beforeUnmount() {
|
|
1435
1437
|
this.isActive && this.close();
|
|
1436
1438
|
}
|
|
1437
|
-
},
|
|
1439
|
+
}, Fl = {
|
|
1438
1440
|
key: 1,
|
|
1439
1441
|
class: "modal-header"
|
|
1440
|
-
},
|
|
1442
|
+
}, Hl = {
|
|
1441
1443
|
key: 2,
|
|
1442
1444
|
class: "modal-footer"
|
|
1443
1445
|
};
|
|
1444
|
-
function
|
|
1446
|
+
function Vl(t, n, e, i, o, r) {
|
|
1445
1447
|
const l = ce("ib-icon"), a = ce("ib-icon-button"), d = Or("outside");
|
|
1446
1448
|
return G(), ne(rt, null, [
|
|
1447
1449
|
r.hasTrigger ? (G(), ne("div", {
|
|
@@ -1473,7 +1475,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1473
1475
|
]),
|
|
1474
1476
|
_: 1
|
|
1475
1477
|
}, 8, ["onClick"])) : he("", !0),
|
|
1476
|
-
r.hasHeader ? (G(), ne("p",
|
|
1478
|
+
r.hasHeader ? (G(), ne("p", Fl, [
|
|
1477
1479
|
Te(t.$slots, "header", { showModal: r.showModal }, void 0, !0)
|
|
1478
1480
|
])) : he("", !0),
|
|
1479
1481
|
ae("div", {
|
|
@@ -1481,7 +1483,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1481
1483
|
}, [
|
|
1482
1484
|
Te(t.$slots, "body", { showModal: r.showModal }, void 0, !0)
|
|
1483
1485
|
], 2),
|
|
1484
|
-
r.hasFooter ? (G(), ne("div",
|
|
1486
|
+
r.hasFooter ? (G(), ne("div", Hl, [
|
|
1485
1487
|
Te(t.$slots, "footer", { showModal: r.showModal }, void 0, !0)
|
|
1486
1488
|
])) : he("", !0)
|
|
1487
1489
|
], 6)), [
|
|
@@ -1493,11 +1495,11 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1493
1495
|
]))
|
|
1494
1496
|
], 64);
|
|
1495
1497
|
}
|
|
1496
|
-
const
|
|
1498
|
+
const Xh = /* @__PURE__ */ Ae(ql, [["render", Vl], ["__scopeId", "data-v-d3ce649b"]]);
|
|
1497
1499
|
function Po(t) {
|
|
1498
1500
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1499
1501
|
}
|
|
1500
|
-
const
|
|
1502
|
+
const Ul = {
|
|
1501
1503
|
name: "IbTabDropdown",
|
|
1502
1504
|
props: {
|
|
1503
1505
|
tabs: {
|
|
@@ -1539,10 +1541,10 @@ const Vl = {
|
|
|
1539
1541
|
IbDropdownItem: Mo,
|
|
1540
1542
|
IbIcon: Xe
|
|
1541
1543
|
}
|
|
1542
|
-
},
|
|
1543
|
-
function
|
|
1544
|
+
}, zl = { class: "wrapper-tab-link dropdown-tab" }, Kl = ["tabindex"];
|
|
1545
|
+
function Gl(t, n, e, i, o, r) {
|
|
1544
1546
|
const l = ce("ib-icon"), a = ce("ib-dropdown-item"), d = ce("ib-dropdown-list");
|
|
1545
|
-
return G(), ne("div",
|
|
1547
|
+
return G(), ne("div", zl, [
|
|
1546
1548
|
ge(d, {
|
|
1547
1549
|
disabled: o.isDisabledDropdown,
|
|
1548
1550
|
"close-on-click": !0
|
|
@@ -1557,7 +1559,7 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1557
1559
|
}, [
|
|
1558
1560
|
Ge(we(e.tabs.name) + " ", 1),
|
|
1559
1561
|
ge(l, { name: "chevron-down" })
|
|
1560
|
-
], 10,
|
|
1562
|
+
], 10, Kl)
|
|
1561
1563
|
]),
|
|
1562
1564
|
body: be(() => [
|
|
1563
1565
|
(G(!0), ne(rt, null, jt(e.tabs.tabs, (f, h) => (G(), $e(a, {
|
|
@@ -1581,8 +1583,8 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1581
1583
|
}, 8, ["disabled"])
|
|
1582
1584
|
]);
|
|
1583
1585
|
}
|
|
1584
|
-
const
|
|
1585
|
-
const
|
|
1586
|
+
const Yl = /* @__PURE__ */ Ae(Ul, [["render", Gl]]);
|
|
1587
|
+
const Wl = {
|
|
1586
1588
|
name: "IbTabs",
|
|
1587
1589
|
data() {
|
|
1588
1590
|
return {
|
|
@@ -1628,19 +1630,19 @@ const Yl = {
|
|
|
1628
1630
|
}
|
|
1629
1631
|
},
|
|
1630
1632
|
components: {
|
|
1631
|
-
IbTabDropdown:
|
|
1633
|
+
IbTabDropdown: Yl
|
|
1632
1634
|
}
|
|
1633
|
-
},
|
|
1635
|
+
}, Zl = { class: "tabs" }, Jl = { class: "tabs-list" }, Xl = {
|
|
1634
1636
|
key: 0,
|
|
1635
1637
|
class: "wrapper-tab-link"
|
|
1636
|
-
},
|
|
1638
|
+
}, Ql = ["href", "tabindex", "onClick"], es = {
|
|
1637
1639
|
class: "tabs-content",
|
|
1638
1640
|
ref: "tabHandler"
|
|
1639
1641
|
};
|
|
1640
|
-
function
|
|
1642
|
+
function ts(t, n, e, i, o, r) {
|
|
1641
1643
|
const l = ce("ib-tab-dropdown");
|
|
1642
|
-
return G(), ne("div",
|
|
1643
|
-
ae("ul",
|
|
1644
|
+
return G(), ne("div", Zl, [
|
|
1645
|
+
ae("ul", Jl, [
|
|
1644
1646
|
(G(!0), ne(rt, null, jt(o.tabs, (a, d) => (G(), ne("li", {
|
|
1645
1647
|
class: "tab-item",
|
|
1646
1648
|
key: d
|
|
@@ -1650,7 +1652,7 @@ function es(t, n, e, i, o, r) {
|
|
|
1650
1652
|
"selected-tab": o.selectedTab,
|
|
1651
1653
|
tabs: a,
|
|
1652
1654
|
onSelectTab: r.selectTab
|
|
1653
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1655
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", Xl, [
|
|
1654
1656
|
ae("a", {
|
|
1655
1657
|
class: ve(["tab-link", {
|
|
1656
1658
|
active: o.selectedTab === a.id,
|
|
@@ -1660,16 +1662,16 @@ function es(t, n, e, i, o, r) {
|
|
|
1660
1662
|
tabindex: a.disabled ? -1 : 0,
|
|
1661
1663
|
onClick: (f) => r.selectTab(a.id),
|
|
1662
1664
|
target: "_self"
|
|
1663
|
-
}, we(a.title), 11,
|
|
1665
|
+
}, we(a.title), 11, Ql)
|
|
1664
1666
|
]))
|
|
1665
1667
|
]))), 128))
|
|
1666
1668
|
]),
|
|
1667
|
-
ae("div",
|
|
1669
|
+
ae("div", es, [
|
|
1668
1670
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
1669
1671
|
], 512)
|
|
1670
1672
|
]);
|
|
1671
1673
|
}
|
|
1672
|
-
const
|
|
1674
|
+
const Qh = /* @__PURE__ */ Ae(Wl, [["render", ts], ["__scopeId", "data-v-d30d6f39"]]), ns = {
|
|
1673
1675
|
name: "IbTab",
|
|
1674
1676
|
props: {
|
|
1675
1677
|
title: {
|
|
@@ -1699,22 +1701,22 @@ const Xh = /* @__PURE__ */ Ae(Yl, [["render", es], ["__scopeId", "data-v-d30d6f3
|
|
|
1699
1701
|
}
|
|
1700
1702
|
}
|
|
1701
1703
|
};
|
|
1702
|
-
function
|
|
1704
|
+
function rs(t, n, e, i, o, r) {
|
|
1703
1705
|
return qe((G(), ne("div", null, [
|
|
1704
1706
|
Te(t.$slots, "default")
|
|
1705
1707
|
], 512)), [
|
|
1706
1708
|
[Ke, r.isTabActive]
|
|
1707
1709
|
]);
|
|
1708
1710
|
}
|
|
1709
|
-
const
|
|
1711
|
+
const e1 = /* @__PURE__ */ Ae(ns, [["render", rs]]), is = {
|
|
1710
1712
|
LIST_VIEW: "list-sorting",
|
|
1711
1713
|
GRID_VIEW: "grid-sorting",
|
|
1712
1714
|
TABLE_VIEW: "table-sorting"
|
|
1713
|
-
},
|
|
1715
|
+
}, os = {
|
|
1714
1716
|
TYPE_ASC: "asc",
|
|
1715
1717
|
TYPE_DESC: "desc"
|
|
1716
1718
|
};
|
|
1717
|
-
const
|
|
1719
|
+
const as = {
|
|
1718
1720
|
name: "IbSorting",
|
|
1719
1721
|
props: {
|
|
1720
1722
|
tooltipText: {
|
|
@@ -1754,8 +1756,8 @@ const os = {
|
|
|
1754
1756
|
},
|
|
1755
1757
|
data() {
|
|
1756
1758
|
return {
|
|
1757
|
-
sortingTypes:
|
|
1758
|
-
sortingTypesView:
|
|
1759
|
+
sortingTypes: os,
|
|
1760
|
+
sortingTypesView: is,
|
|
1759
1761
|
currentTypeSort: this.sort
|
|
1760
1762
|
};
|
|
1761
1763
|
},
|
|
@@ -1777,13 +1779,13 @@ const os = {
|
|
|
1777
1779
|
IbIconButton: Tt,
|
|
1778
1780
|
IbTooltip: Qt
|
|
1779
1781
|
}
|
|
1780
|
-
},
|
|
1782
|
+
}, ls = { class: "sorting-wrapper" }, ss = {
|
|
1781
1783
|
class: "sorting-label",
|
|
1782
1784
|
type: "button"
|
|
1783
|
-
},
|
|
1784
|
-
function
|
|
1785
|
+
}, us = ["name"], ds = ["aria-label"];
|
|
1786
|
+
function cs(t, n, e, i, o, r) {
|
|
1785
1787
|
const l = ce("ib-tooltip"), a = ce("ib-icon-button"), d = ce("ib-icon");
|
|
1786
|
-
return G(), ne("div",
|
|
1788
|
+
return G(), ne("div", ls, [
|
|
1787
1789
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1788
1790
|
key: 0,
|
|
1789
1791
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -1791,7 +1793,7 @@ function ds(t, n, e, i, o, r) {
|
|
|
1791
1793
|
disabled: e.disable
|
|
1792
1794
|
}])
|
|
1793
1795
|
}, [
|
|
1794
|
-
ae("button",
|
|
1796
|
+
ae("button", ss, [
|
|
1795
1797
|
Ge(we(e.title) + " ", 1),
|
|
1796
1798
|
e.tooltipText ? (G(), $e(l, {
|
|
1797
1799
|
key: 0,
|
|
@@ -1805,7 +1807,7 @@ function ds(t, n, e, i, o, r) {
|
|
|
1805
1807
|
onClick: r.clickHandler
|
|
1806
1808
|
}, {
|
|
1807
1809
|
default: be(() => [
|
|
1808
|
-
ae("ion-icon", { name: r.iconType }, null, 8,
|
|
1810
|
+
ae("ion-icon", { name: r.iconType }, null, 8, us),
|
|
1809
1811
|
e.tooltipIconSorting ? (G(), $e(l, {
|
|
1810
1812
|
key: 0,
|
|
1811
1813
|
text: e.tooltipIconSorting,
|
|
@@ -1834,11 +1836,11 @@ function ds(t, n, e, i, o, r) {
|
|
|
1834
1836
|
text: e.tooltipText,
|
|
1835
1837
|
position: e.tooltipPosition
|
|
1836
1838
|
}, null, 8, ["text", "position"])) : he("", !0)
|
|
1837
|
-
], 10,
|
|
1839
|
+
], 10, ds))
|
|
1838
1840
|
]);
|
|
1839
1841
|
}
|
|
1840
|
-
const
|
|
1841
|
-
const
|
|
1842
|
+
const t1 = /* @__PURE__ */ Ae(as, [["render", cs], ["__scopeId", "data-v-e5442137"]]);
|
|
1843
|
+
const fs = {
|
|
1842
1844
|
name: "IbBreadcrumbs",
|
|
1843
1845
|
props: {
|
|
1844
1846
|
items: {
|
|
@@ -1867,11 +1869,11 @@ const cs = {
|
|
|
1867
1869
|
IbDropdownList: Ei,
|
|
1868
1870
|
IbTooltip: Qt
|
|
1869
1871
|
}
|
|
1870
|
-
},
|
|
1871
|
-
function
|
|
1872
|
+
}, hs = { "aria-label": "breadcrumb" }, ps = { class: "breadcrumb" }, gs = ["href"], ms = { key: 1 }, vs = ["href"];
|
|
1873
|
+
function ys(t, n, e, i, o, r) {
|
|
1872
1874
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button"), f = ce("ib-dropdown-item"), h = ce("ib-dropdown-list");
|
|
1873
|
-
return G(), ne("nav",
|
|
1874
|
-
ae("ul",
|
|
1875
|
+
return G(), ne("nav", hs, [
|
|
1876
|
+
ae("ul", ps, [
|
|
1875
1877
|
(G(!0), ne(rt, null, jt(e.items, (c, s) => (G(), ne("li", {
|
|
1876
1878
|
class: ve(["breadcrumb-item", s === r.last ? "active" : ""]),
|
|
1877
1879
|
"aria-current": "page",
|
|
@@ -1881,8 +1883,8 @@ function vs(t, n, e, i, o, r) {
|
|
|
1881
1883
|
key: 0,
|
|
1882
1884
|
class: "ib-link",
|
|
1883
1885
|
href: c.url
|
|
1884
|
-
}, we(c.title), 9,
|
|
1885
|
-
s === r.last ? (G(), ne("p",
|
|
1886
|
+
}, we(c.title), 9, gs)) : he("", !0),
|
|
1887
|
+
s === r.last ? (G(), ne("p", ms, we(c.title), 1)) : he("", !0),
|
|
1886
1888
|
r.initContextMenu && s === e.items.length - 4 ? (G(), $e(h, {
|
|
1887
1889
|
key: 2,
|
|
1888
1890
|
horizontal: "center"
|
|
@@ -1905,7 +1907,7 @@ function vs(t, n, e, i, o, r) {
|
|
|
1905
1907
|
ae("a", {
|
|
1906
1908
|
class: "context-breadcrums",
|
|
1907
1909
|
href: u.url
|
|
1908
|
-
}, we(u.title), 9,
|
|
1910
|
+
}, we(u.title), 9, vs)
|
|
1909
1911
|
]),
|
|
1910
1912
|
_: 2
|
|
1911
1913
|
}, 1024))), 128))
|
|
@@ -1920,8 +1922,8 @@ function vs(t, n, e, i, o, r) {
|
|
|
1920
1922
|
])
|
|
1921
1923
|
]);
|
|
1922
1924
|
}
|
|
1923
|
-
const
|
|
1924
|
-
const
|
|
1925
|
+
const n1 = /* @__PURE__ */ Ae(fs, [["render", ys], ["__scopeId", "data-v-5ef772a9"]]);
|
|
1926
|
+
const bs = {
|
|
1925
1927
|
name: "IbLabel",
|
|
1926
1928
|
props: {
|
|
1927
1929
|
for: {
|
|
@@ -1960,17 +1962,17 @@ const ys = {
|
|
|
1960
1962
|
IbIcon: Xe,
|
|
1961
1963
|
IbTooltip: Qt
|
|
1962
1964
|
}
|
|
1963
|
-
},
|
|
1965
|
+
}, _s = ["for"], $s = {
|
|
1964
1966
|
key: 0,
|
|
1965
1967
|
class: "required"
|
|
1966
1968
|
};
|
|
1967
|
-
function
|
|
1969
|
+
function ws(t, n, e, i, o, r) {
|
|
1968
1970
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button");
|
|
1969
1971
|
return G(), ne("label", {
|
|
1970
1972
|
class: ve(r.classes),
|
|
1971
1973
|
for: e.for
|
|
1972
1974
|
}, [
|
|
1973
|
-
e.required ? (G(), ne("span",
|
|
1975
|
+
e.required ? (G(), ne("span", $s, "* ")) : he("", !0),
|
|
1974
1976
|
Te(t.$slots, "default", {}, void 0, !0),
|
|
1975
1977
|
e.infoText.length ? (G(), $e(d, {
|
|
1976
1978
|
key: 1,
|
|
@@ -1988,15 +1990,15 @@ function $s(t, n, e, i, o, r) {
|
|
|
1988
1990
|
]),
|
|
1989
1991
|
_: 1
|
|
1990
1992
|
})) : he("", !0)
|
|
1991
|
-
], 10,
|
|
1993
|
+
], 10, _s);
|
|
1992
1994
|
}
|
|
1993
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1995
|
+
const Cr = /* @__PURE__ */ Ae(bs, [["render", ws], ["__scopeId", "data-v-3e867259"]]), ti = {
|
|
1994
1996
|
text: "text",
|
|
1995
1997
|
password: "password",
|
|
1996
1998
|
email: "email",
|
|
1997
1999
|
number: "number"
|
|
1998
2000
|
};
|
|
1999
|
-
const
|
|
2001
|
+
const Os = {
|
|
2000
2002
|
name: "IbInput",
|
|
2001
2003
|
props: {
|
|
2002
2004
|
type: {
|
|
@@ -2144,8 +2146,8 @@ const ws = {
|
|
|
2144
2146
|
IbDropdown: ki
|
|
2145
2147
|
},
|
|
2146
2148
|
inheritAttrs: !1
|
|
2147
|
-
},
|
|
2148
|
-
function
|
|
2149
|
+
}, ks = ["aria-invalid", "readonly", "disabled", "id"], Cs = { class: "settings-wrapper" };
|
|
2150
|
+
function Es(t, n, e, i, o, r) {
|
|
2149
2151
|
var h, c;
|
|
2150
2152
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("ib-dropdown");
|
|
2151
2153
|
return G(), ne("div", null, [
|
|
@@ -2174,7 +2176,7 @@ function Cs(t, n, e, i, o, r) {
|
|
|
2174
2176
|
onInput: n[1] || (n[1] = (s) => r.onInput(s)),
|
|
2175
2177
|
onBlur: n[2] || (n[2] = (s) => r.onBlur(s)),
|
|
2176
2178
|
onFocus: n[3] || (n[3] = (s) => r.onFocus(s))
|
|
2177
|
-
}), null, 16,
|
|
2179
|
+
}), null, 16, ks), [
|
|
2178
2180
|
[So, o.actualValue]
|
|
2179
2181
|
]),
|
|
2180
2182
|
e.type !== "password" && e.showClearButton ? qe((G(), $e(d, {
|
|
@@ -2234,7 +2236,7 @@ function Cs(t, n, e, i, o, r) {
|
|
|
2234
2236
|
}, 8, ["help-text"])
|
|
2235
2237
|
]),
|
|
2236
2238
|
body: be(() => [
|
|
2237
|
-
ae("div",
|
|
2239
|
+
ae("div", Cs, [
|
|
2238
2240
|
Te(t.$slots, "settings", {}, void 0, !0)
|
|
2239
2241
|
])
|
|
2240
2242
|
]),
|
|
@@ -2243,8 +2245,8 @@ function Cs(t, n, e, i, o, r) {
|
|
|
2243
2245
|
], 2)
|
|
2244
2246
|
]);
|
|
2245
2247
|
}
|
|
2246
|
-
const Do = /* @__PURE__ */ Ae(
|
|
2247
|
-
const
|
|
2248
|
+
const Do = /* @__PURE__ */ Ae(Os, [["render", Es], ["__scopeId", "data-v-c017a33c"]]);
|
|
2249
|
+
const Ss = {
|
|
2248
2250
|
name: "IbCheckbox",
|
|
2249
2251
|
model: {
|
|
2250
2252
|
event: "input"
|
|
@@ -2325,17 +2327,17 @@ const Es = {
|
|
|
2325
2327
|
IbIcon: Xe
|
|
2326
2328
|
},
|
|
2327
2329
|
inheritAttrs: !1
|
|
2328
|
-
},
|
|
2330
|
+
}, xs = ["for", "tabindex"], Ts = ["name", "id", "value", "checked", "disabled", "required"], As = { class: "ib-checkbox-body" }, Ns = {
|
|
2329
2331
|
key: 0,
|
|
2330
2332
|
class: "required"
|
|
2331
|
-
},
|
|
2333
|
+
}, Is = { class: "ib-checkbox-input" }, Ms = {
|
|
2332
2334
|
key: 1,
|
|
2333
2335
|
class: "ib-checkbox-label"
|
|
2334
|
-
},
|
|
2336
|
+
}, Ps = {
|
|
2335
2337
|
key: 0,
|
|
2336
2338
|
class: "required"
|
|
2337
2339
|
};
|
|
2338
|
-
function
|
|
2340
|
+
function Ds(t, n, e, i, o, r) {
|
|
2339
2341
|
var a;
|
|
2340
2342
|
const l = ce("ib-icon");
|
|
2341
2343
|
return G(), ne("label", Et(r.attrs, {
|
|
@@ -2353,16 +2355,16 @@ function Ps(t, n, e, i, o, r) {
|
|
|
2353
2355
|
disabled: e.disabled,
|
|
2354
2356
|
required: e.required,
|
|
2355
2357
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d))
|
|
2356
|
-
}, null, 8,
|
|
2357
|
-
ae("div",
|
|
2358
|
+
}, null, 8, Ts),
|
|
2359
|
+
ae("div", As, [
|
|
2358
2360
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2359
2361
|
key: 0,
|
|
2360
2362
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2361
2363
|
}, [
|
|
2362
|
-
e.required ? (G(), ne("span",
|
|
2364
|
+
e.required ? (G(), ne("span", Ns, "*")) : he("", !0),
|
|
2363
2365
|
Ge(" " + we(e.label), 1)
|
|
2364
2366
|
], 2)) : he("", !0),
|
|
2365
|
-
ae("span",
|
|
2367
|
+
ae("span", Is, [
|
|
2366
2368
|
qe(ge(l, { name: "checkmark-sharp" }, null, 512), [
|
|
2367
2369
|
[Ke, o.checked && !r.indeterminate]
|
|
2368
2370
|
]),
|
|
@@ -2373,15 +2375,15 @@ function Ps(t, n, e, i, o, r) {
|
|
|
2373
2375
|
[Ke, r.indeterminate]
|
|
2374
2376
|
])
|
|
2375
2377
|
]),
|
|
2376
|
-
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span",
|
|
2377
|
-
e.required ? (G(), ne("span",
|
|
2378
|
+
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span", Ms, [
|
|
2379
|
+
e.required ? (G(), ne("span", Ps, "*")) : he("", !0),
|
|
2378
2380
|
Ge(" " + we(e.label), 1)
|
|
2379
2381
|
])) : he("", !0)
|
|
2380
2382
|
])
|
|
2381
|
-
], 16,
|
|
2383
|
+
], 16, xs);
|
|
2382
2384
|
}
|
|
2383
|
-
const Lo = /* @__PURE__ */ Ae(
|
|
2384
|
-
const
|
|
2385
|
+
const Lo = /* @__PURE__ */ Ae(Ss, [["render", Ds]]);
|
|
2386
|
+
const Ls = {
|
|
2385
2387
|
name: "IbToggle",
|
|
2386
2388
|
model: {
|
|
2387
2389
|
prop: "isChecked",
|
|
@@ -2452,25 +2454,25 @@ const Ds = {
|
|
|
2452
2454
|
}
|
|
2453
2455
|
},
|
|
2454
2456
|
components: { IbIcon: Xe, IbTooltip: Qt }
|
|
2455
|
-
},
|
|
2457
|
+
}, Rs = ["tabindex"], Bs = {
|
|
2456
2458
|
class: "toggle-wrapper",
|
|
2457
2459
|
ref: "wrapper"
|
|
2458
|
-
},
|
|
2460
|
+
}, js = {
|
|
2459
2461
|
class: "toggle",
|
|
2460
2462
|
ref: "toggle"
|
|
2461
|
-
},
|
|
2463
|
+
}, qs = ["name", "checked", "id", "disabled"], Fs = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Hs = {
|
|
2462
2464
|
key: 0,
|
|
2463
2465
|
class: "toggle-label"
|
|
2464
2466
|
};
|
|
2465
|
-
function
|
|
2467
|
+
function Vs(t, n, e, i, o, r) {
|
|
2466
2468
|
const l = ce("ib-icon"), a = ce("ib-tooltip");
|
|
2467
2469
|
return G(), ne("label", {
|
|
2468
2470
|
class: ve(r.classes),
|
|
2469
2471
|
onKeypress: n[2] || (n[2] = un(_t((...d) => r.onChange && r.onChange(...d), ["prevent"]), ["space"])),
|
|
2470
2472
|
tabindex: e.disabled ? -1 : 0
|
|
2471
2473
|
}, [
|
|
2472
|
-
ae("div",
|
|
2473
|
-
ae("div",
|
|
2474
|
+
ae("div", Bs, [
|
|
2475
|
+
ae("div", js, [
|
|
2474
2476
|
ae("input", {
|
|
2475
2477
|
tabindex: "-1",
|
|
2476
2478
|
type: "checkbox",
|
|
@@ -2482,8 +2484,8 @@ function Hs(t, n, e, i, o, r) {
|
|
|
2482
2484
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d)),
|
|
2483
2485
|
onInput: n[1] || (n[1] = _t(() => {
|
|
2484
2486
|
}, ["stop"]))
|
|
2485
|
-
}, null, 40,
|
|
2486
|
-
|
|
2487
|
+
}, null, 40, qs),
|
|
2488
|
+
Fs,
|
|
2487
2489
|
ge(l, {
|
|
2488
2490
|
class: "checked-icon",
|
|
2489
2491
|
name: "checkmark"
|
|
@@ -2494,18 +2496,18 @@ function Hs(t, n, e, i, o, r) {
|
|
|
2494
2496
|
})
|
|
2495
2497
|
], 512)
|
|
2496
2498
|
], 512),
|
|
2497
|
-
e.label.length ? (G(), ne("span",
|
|
2499
|
+
e.label.length ? (G(), ne("span", Hs, we(e.label), 1)) : he("", !0),
|
|
2498
2500
|
e.helpMessage.length ? (G(), $e(a, {
|
|
2499
2501
|
key: 1,
|
|
2500
2502
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2501
2503
|
}, null, 8, ["text"])) : he("", !0)
|
|
2502
|
-
], 42,
|
|
2504
|
+
], 42, Rs);
|
|
2503
2505
|
}
|
|
2504
|
-
const
|
|
2506
|
+
const Us = /* @__PURE__ */ Ae(Ls, [["render", Vs]]);
|
|
2505
2507
|
function Ro(t) {
|
|
2506
2508
|
return t.scrollHeight > t.clientHeight;
|
|
2507
2509
|
}
|
|
2508
|
-
const
|
|
2510
|
+
const zs = {
|
|
2509
2511
|
name: "select-option",
|
|
2510
2512
|
props: {
|
|
2511
2513
|
option: {
|
|
@@ -2564,7 +2566,7 @@ const Us = {
|
|
|
2564
2566
|
},
|
|
2565
2567
|
methods: {
|
|
2566
2568
|
onKeydown(t) {
|
|
2567
|
-
t.keyCode === Ao && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode ===
|
|
2569
|
+
t.keyCode === Ao && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === fl && (this.option.isChildrenVisible = !0), t.keyCode === cl && (this.option.isChildrenVisible = !1));
|
|
2568
2570
|
},
|
|
2569
2571
|
onChange() {
|
|
2570
2572
|
var t, n;
|
|
@@ -2601,7 +2603,7 @@ const Us = {
|
|
|
2601
2603
|
},
|
|
2602
2604
|
computed: {
|
|
2603
2605
|
component() {
|
|
2604
|
-
return this.isMultiple && this.isToggle ?
|
|
2606
|
+
return this.isMultiple && this.isToggle ? Us : Lo;
|
|
2605
2607
|
},
|
|
2606
2608
|
isChecked() {
|
|
2607
2609
|
if (this.option.checked)
|
|
@@ -2647,17 +2649,17 @@ const Us = {
|
|
|
2647
2649
|
IbIconButton: Tt,
|
|
2648
2650
|
IbTooltip: Qt
|
|
2649
2651
|
}
|
|
2650
|
-
},
|
|
2652
|
+
}, Ks = {
|
|
2651
2653
|
key: 0,
|
|
2652
2654
|
class: "option-label"
|
|
2653
|
-
},
|
|
2655
|
+
}, Gs = {
|
|
2654
2656
|
key: 1,
|
|
2655
2657
|
class: "option-label"
|
|
2656
|
-
},
|
|
2658
|
+
}, Ys = ["innerHTML"], Ws = ["innerHTML"], Zs = {
|
|
2657
2659
|
key: 2,
|
|
2658
2660
|
class: "option-label"
|
|
2659
2661
|
};
|
|
2660
|
-
function
|
|
2662
|
+
function Js(t, n, e, i, o, r) {
|
|
2661
2663
|
const l = ce("ib-tooltip"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list");
|
|
2662
2664
|
return G(), ne("li", null, [
|
|
2663
2665
|
ae("div", {
|
|
@@ -2720,7 +2722,7 @@ function Zs(t, n, e, i, o, r) {
|
|
|
2720
2722
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2721
2723
|
)
|
|
2722
2724
|
}, [
|
|
2723
|
-
r.hasChildren ? (G(), ne("span",
|
|
2725
|
+
r.hasChildren ? (G(), ne("span", Gs, we(e.option.title), 1)) : (G(), ne("span", Ks, [
|
|
2724
2726
|
Ge(we(e.option.title) + " ", 1),
|
|
2725
2727
|
ge(a, {
|
|
2726
2728
|
name: "star",
|
|
@@ -2732,12 +2734,12 @@ function Zs(t, n, e, i, o, r) {
|
|
|
2732
2734
|
key: 1,
|
|
2733
2735
|
class: "option-label",
|
|
2734
2736
|
innerHTML: e.option.title
|
|
2735
|
-
}, null, 8,
|
|
2737
|
+
}, null, 8, Ws)) : (G(), ne("span", {
|
|
2736
2738
|
key: 0,
|
|
2737
2739
|
class: "option-label",
|
|
2738
2740
|
innerHTML: e.option.title
|
|
2739
|
-
}, null, 8,
|
|
2740
|
-
], 64)) : (G(), ne("span",
|
|
2741
|
+
}, null, 8, Ys))
|
|
2742
|
+
], 64)) : (G(), ne("span", Zs, we(e.option.title), 1))
|
|
2741
2743
|
], 2),
|
|
2742
2744
|
r.hasChildren ? qe((G(), $e(h, { key: 1 }, {
|
|
2743
2745
|
default: be(() => [
|
|
@@ -2763,7 +2765,7 @@ function Zs(t, n, e, i, o, r) {
|
|
|
2763
2765
|
], 34)
|
|
2764
2766
|
]);
|
|
2765
2767
|
}
|
|
2766
|
-
const
|
|
2768
|
+
const Xs = /* @__PURE__ */ Ae(zs, [["render", Js]]);
|
|
2767
2769
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2768
2770
|
function Er(t) {
|
|
2769
2771
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3172,9 +3174,9 @@ var Bo = { exports: {} };
|
|
|
3172
3174
|
};
|
|
3173
3175
|
});
|
|
3174
3176
|
})(Bo);
|
|
3175
|
-
var
|
|
3176
|
-
const
|
|
3177
|
-
const
|
|
3177
|
+
var Qs = Bo.exports;
|
|
3178
|
+
const eu = /* @__PURE__ */ Er(Qs);
|
|
3179
|
+
const tu = {
|
|
3178
3180
|
name: "IbTreeSelect",
|
|
3179
3181
|
inject: ["LANG_COMPONENTS"],
|
|
3180
3182
|
props: {
|
|
@@ -3374,7 +3376,7 @@ const eu = {
|
|
|
3374
3376
|
}
|
|
3375
3377
|
},
|
|
3376
3378
|
mounted() {
|
|
3377
|
-
this.marker = new
|
|
3379
|
+
this.marker = new eu(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3378
3380
|
this.setPreparedValues();
|
|
3379
3381
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3380
3382
|
},
|
|
@@ -3642,19 +3644,19 @@ const eu = {
|
|
|
3642
3644
|
IbDropdown: ki,
|
|
3643
3645
|
IbInput: Do,
|
|
3644
3646
|
List: Ci,
|
|
3645
|
-
"select-option":
|
|
3647
|
+
"select-option": Xs
|
|
3646
3648
|
},
|
|
3647
3649
|
beforeUnmount() {
|
|
3648
3650
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3649
3651
|
}
|
|
3650
|
-
},
|
|
3652
|
+
}, nu = {
|
|
3651
3653
|
key: 0,
|
|
3652
3654
|
class: "tree-select-empty"
|
|
3653
|
-
},
|
|
3655
|
+
}, ru = {
|
|
3654
3656
|
key: 1,
|
|
3655
3657
|
class: "tree-select-default-empty tree-select-empty"
|
|
3656
3658
|
};
|
|
3657
|
-
function
|
|
3659
|
+
function iu(t, n, e, i, o, r) {
|
|
3658
3660
|
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");
|
|
3659
3661
|
return G(), ne(rt, null, [
|
|
3660
3662
|
e.errorMessage ? (G(), $e(l, {
|
|
@@ -3731,9 +3733,9 @@ function ru(t, n, e, i, o, r) {
|
|
|
3731
3733
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3732
3734
|
}, {
|
|
3733
3735
|
default: be(() => [
|
|
3734
|
-
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div",
|
|
3736
|
+
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div", nu, [
|
|
3735
3737
|
Te(t.$slots, "emptyMessage")
|
|
3736
|
-
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div",
|
|
3738
|
+
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div", ru, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3737
3739
|
qe(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3738
3740
|
[Ke, r.requiredDependencyNotFilled]
|
|
3739
3741
|
]),
|
|
@@ -3870,8 +3872,8 @@ function ru(t, n, e, i, o, r) {
|
|
|
3870
3872
|
], 2)
|
|
3871
3873
|
], 64);
|
|
3872
3874
|
}
|
|
3873
|
-
const
|
|
3874
|
-
const
|
|
3875
|
+
const ou = /* @__PURE__ */ Ae(tu, [["render", iu]]);
|
|
3876
|
+
const au = {
|
|
3875
3877
|
name: "IbLimitSelector",
|
|
3876
3878
|
props: {
|
|
3877
3879
|
labelSelect: {
|
|
@@ -3909,12 +3911,12 @@ const ou = {
|
|
|
3909
3911
|
},
|
|
3910
3912
|
components: {
|
|
3911
3913
|
IbLabel: Cr,
|
|
3912
|
-
IbSelect:
|
|
3914
|
+
IbSelect: ou
|
|
3913
3915
|
}
|
|
3914
|
-
},
|
|
3915
|
-
function
|
|
3916
|
+
}, lu = { class: "report-limit-selector" };
|
|
3917
|
+
function su(t, n, e, i, o, r) {
|
|
3916
3918
|
const l = ce("ib-label"), a = ce("ib-select");
|
|
3917
|
-
return G(), ne("div",
|
|
3919
|
+
return G(), ne("div", lu, [
|
|
3918
3920
|
ge(l, null, {
|
|
3919
3921
|
default: be(() => [
|
|
3920
3922
|
Ge(we(e.labelSelect), 1)
|
|
@@ -3931,8 +3933,8 @@ function lu(t, n, e, i, o, r) {
|
|
|
3931
3933
|
}, null, 8, ["value", "options", "onInput"])
|
|
3932
3934
|
]);
|
|
3933
3935
|
}
|
|
3934
|
-
const
|
|
3935
|
-
const
|
|
3936
|
+
const uu = /* @__PURE__ */ Ae(au, [["render", su]]);
|
|
3937
|
+
const du = {
|
|
3936
3938
|
name: "IbPagination",
|
|
3937
3939
|
props: {
|
|
3938
3940
|
tooltipTextPrev: {
|
|
@@ -4033,19 +4035,19 @@ const uu = {
|
|
|
4033
4035
|
IbIcon: Xe,
|
|
4034
4036
|
IbInput: Do,
|
|
4035
4037
|
IbLabel: Cr,
|
|
4036
|
-
IbLimitSelector:
|
|
4038
|
+
IbLimitSelector: uu,
|
|
4037
4039
|
IbTooltip: Qt
|
|
4038
4040
|
}
|
|
4039
|
-
},
|
|
4040
|
-
function
|
|
4041
|
+
}, cu = { class: "report-controls" }, fu = { class: "repot-pagination" }, hu = { class: "pagination-input" }, pu = { class: "row-count" }, gu = { class: "pagination-wrapper" }, mu = ["onClick"];
|
|
4042
|
+
function vu(t, n, e, i, o, r) {
|
|
4041
4043
|
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");
|
|
4042
|
-
return G(), ne("div",
|
|
4044
|
+
return G(), ne("div", cu, [
|
|
4043
4045
|
ge(l, {
|
|
4044
4046
|
onSelect: r.changeLimit,
|
|
4045
4047
|
value: o.limitValue,
|
|
4046
4048
|
"label-select": e.labelSelect
|
|
4047
4049
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4048
|
-
ae("div",
|
|
4050
|
+
ae("div", fu, [
|
|
4049
4051
|
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4050
4052
|
ge(a, null, {
|
|
4051
4053
|
default: be(() => [
|
|
@@ -4053,7 +4055,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4053
4055
|
]),
|
|
4054
4056
|
_: 1
|
|
4055
4057
|
}),
|
|
4056
|
-
ae("div",
|
|
4058
|
+
ae("div", hu, [
|
|
4057
4059
|
ge(d, {
|
|
4058
4060
|
type: "number",
|
|
4059
4061
|
debounce: 500,
|
|
@@ -4061,7 +4063,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4061
4063
|
}, null, 8, ["onInput"])
|
|
4062
4064
|
])
|
|
4063
4065
|
], 64)) : he("", !0),
|
|
4064
|
-
ae("div",
|
|
4066
|
+
ae("div", pu, we(r.setCountOfRows + " of " + e.countRows), 1),
|
|
4065
4067
|
ge(c, {
|
|
4066
4068
|
kind: "tertiary",
|
|
4067
4069
|
size: "m",
|
|
@@ -4078,7 +4080,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4078
4080
|
]),
|
|
4079
4081
|
_: 1
|
|
4080
4082
|
}, 8, ["disabled"]),
|
|
4081
|
-
ae("ul",
|
|
4083
|
+
ae("ul", gu, [
|
|
4082
4084
|
(G(!0), ne(rt, null, jt(r.countPagePagination, (s, u) => qe((G(), ne("li", {
|
|
4083
4085
|
key: u,
|
|
4084
4086
|
class: ve(["pagination-item", {
|
|
@@ -4089,7 +4091,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4089
4091
|
onClick: (_) => r.onSelect(u + 1)
|
|
4090
4092
|
}, [
|
|
4091
4093
|
ae("button", null, we(u + 1), 1)
|
|
4092
|
-
], 10,
|
|
4094
|
+
], 10, mu)), [
|
|
4093
4095
|
[Ke, r.showItem(u + 1)]
|
|
4094
4096
|
])), 128))
|
|
4095
4097
|
]),
|
|
@@ -4112,14 +4114,14 @@ function mu(t, n, e, i, o, r) {
|
|
|
4112
4114
|
])
|
|
4113
4115
|
]);
|
|
4114
4116
|
}
|
|
4115
|
-
const
|
|
4117
|
+
const r1 = /* @__PURE__ */ Ae(du, [["render", vu]]), Bn = {
|
|
4116
4118
|
PROGRESS: "progress",
|
|
4117
4119
|
SUCCESS: "success",
|
|
4118
4120
|
FAILED: "failed",
|
|
4119
4121
|
CANCELING: "canceling",
|
|
4120
4122
|
CANCELED: "canceled"
|
|
4121
4123
|
};
|
|
4122
|
-
const
|
|
4124
|
+
const yu = {
|
|
4123
4125
|
props: {
|
|
4124
4126
|
states: {
|
|
4125
4127
|
type: String,
|
|
@@ -4142,20 +4144,20 @@ const vu = {
|
|
|
4142
4144
|
components: {
|
|
4143
4145
|
IbIcon: Xe
|
|
4144
4146
|
}
|
|
4145
|
-
}, jo = (t) => (_i("data-v-2737cf5e"), t = t(), $i(), t),
|
|
4146
|
-
|
|
4147
|
-
],
|
|
4148
|
-
function
|
|
4147
|
+
}, jo = (t) => (_i("data-v-2737cf5e"), t = t(), $i(), t), bu = { class: "ib-progress-bar-wrapper" }, _u = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), $u = [
|
|
4148
|
+
_u
|
|
4149
|
+
], wu = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4150
|
+
function Ou(t, n, e, i, o, r) {
|
|
4149
4151
|
const l = ce("ib-icon");
|
|
4150
|
-
return G(), ne("div",
|
|
4152
|
+
return G(), ne("div", bu, [
|
|
4151
4153
|
ae("div", {
|
|
4152
4154
|
class: ve(r.classes)
|
|
4153
4155
|
}, [
|
|
4154
4156
|
ae("div", {
|
|
4155
4157
|
class: "progress",
|
|
4156
4158
|
style: On({ width: e.progress + "%" })
|
|
4157
|
-
},
|
|
4158
|
-
|
|
4159
|
+
}, $u, 4),
|
|
4160
|
+
wu
|
|
4159
4161
|
], 2),
|
|
4160
4162
|
qe(ge(l, {
|
|
4161
4163
|
class: "status-icon",
|
|
@@ -4165,7 +4167,7 @@ function wu(t, n, e, i, o, r) {
|
|
|
4165
4167
|
])
|
|
4166
4168
|
]);
|
|
4167
4169
|
}
|
|
4168
|
-
const
|
|
4170
|
+
const i1 = /* @__PURE__ */ Ae(yu, [["render", Ou], ["__scopeId", "data-v-2737cf5e"]]), ku = {
|
|
4169
4171
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4170
4172
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4171
4173
|
</svg>
|
|
@@ -4206,7 +4208,7 @@ const r1 = /* @__PURE__ */ Ae(vu, [["render", wu], ["__scopeId", "data-v-2737cf5
|
|
|
4206
4208
|
</svg>
|
|
4207
4209
|
`
|
|
4208
4210
|
};
|
|
4209
|
-
const
|
|
4211
|
+
const Cu = {
|
|
4210
4212
|
props: {
|
|
4211
4213
|
type: {
|
|
4212
4214
|
type: String,
|
|
@@ -4215,21 +4217,21 @@ const ku = {
|
|
|
4215
4217
|
},
|
|
4216
4218
|
data() {
|
|
4217
4219
|
return {
|
|
4218
|
-
icons:
|
|
4220
|
+
icons: ku
|
|
4219
4221
|
};
|
|
4220
4222
|
}
|
|
4221
|
-
},
|
|
4222
|
-
function
|
|
4223
|
-
return G(), ne("div",
|
|
4223
|
+
}, Eu = { class: "status-indicator" }, Su = ["innerHTML"];
|
|
4224
|
+
function xu(t, n, e, i, o, r) {
|
|
4225
|
+
return G(), ne("div", Eu, [
|
|
4224
4226
|
ae("div", {
|
|
4225
4227
|
class: ve(["status-indicator-icon", e.type]),
|
|
4226
4228
|
innerHTML: o.icons[e.type]
|
|
4227
|
-
}, null, 10,
|
|
4229
|
+
}, null, 10, Su),
|
|
4228
4230
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4229
4231
|
]);
|
|
4230
4232
|
}
|
|
4231
|
-
const
|
|
4232
|
-
const
|
|
4233
|
+
const o1 = /* @__PURE__ */ Ae(Cu, [["render", xu], ["__scopeId", "data-v-e696394e"]]);
|
|
4234
|
+
const Tu = {
|
|
4233
4235
|
name: "IbPanel",
|
|
4234
4236
|
mixins: [To],
|
|
4235
4237
|
props: {
|
|
@@ -4242,17 +4244,17 @@ const xu = {
|
|
|
4242
4244
|
default: !1
|
|
4243
4245
|
}
|
|
4244
4246
|
}
|
|
4245
|
-
},
|
|
4246
|
-
function
|
|
4247
|
+
}, Au = (t) => (_i("data-v-c7c0bea8"), t = t(), $i(), t), Nu = { class: "panel-head" }, Iu = { class: "head-title" }, Mu = /* @__PURE__ */ Au(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Pu = { class: "head-content" }, Du = { class: "panel-body" };
|
|
4248
|
+
function Lu(t, n, e, i, o, r) {
|
|
4247
4249
|
return G(), ne("div", {
|
|
4248
4250
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4249
4251
|
}, [
|
|
4250
|
-
ae("div",
|
|
4251
|
-
ae("div",
|
|
4252
|
+
ae("div", Nu, [
|
|
4253
|
+
ae("div", Iu, [
|
|
4252
4254
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4253
4255
|
]),
|
|
4254
|
-
|
|
4255
|
-
ae("div",
|
|
4256
|
+
Mu,
|
|
4257
|
+
ae("div", Pu, [
|
|
4256
4258
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4257
4259
|
])
|
|
4258
4260
|
]),
|
|
@@ -4263,7 +4265,7 @@ function Du(t, n, e, i, o, r) {
|
|
|
4263
4265
|
onLeave: t.leave
|
|
4264
4266
|
}, {
|
|
4265
4267
|
default: be(() => [
|
|
4266
|
-
qe(ae("div",
|
|
4268
|
+
qe(ae("div", Du, [
|
|
4267
4269
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4268
4270
|
], 512), [
|
|
4269
4271
|
[Ke, e.isOpen]
|
|
@@ -4273,8 +4275,8 @@ function Du(t, n, e, i, o, r) {
|
|
|
4273
4275
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4274
4276
|
], 2);
|
|
4275
4277
|
}
|
|
4276
|
-
const
|
|
4277
|
-
const
|
|
4278
|
+
const a1 = /* @__PURE__ */ Ae(Tu, [["render", Lu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4279
|
+
const Ru = {
|
|
4278
4280
|
name: "IbInputGroup",
|
|
4279
4281
|
props: {
|
|
4280
4282
|
supportText: {
|
|
@@ -4286,20 +4288,20 @@ const Lu = {
|
|
|
4286
4288
|
default: !1
|
|
4287
4289
|
}
|
|
4288
4290
|
}
|
|
4289
|
-
},
|
|
4291
|
+
}, Bu = {
|
|
4290
4292
|
key: 0,
|
|
4291
4293
|
class: "support-text"
|
|
4292
4294
|
};
|
|
4293
|
-
function
|
|
4295
|
+
function ju(t, n, e, i, o, r) {
|
|
4294
4296
|
return G(), ne("div", {
|
|
4295
4297
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4296
4298
|
}, [
|
|
4297
4299
|
Te(t.$slots, "default"),
|
|
4298
|
-
e.supportText.length ? (G(), ne("p",
|
|
4300
|
+
e.supportText.length ? (G(), ne("p", Bu, we(e.supportText), 1)) : he("", !0)
|
|
4299
4301
|
], 2);
|
|
4300
4302
|
}
|
|
4301
|
-
const
|
|
4302
|
-
const
|
|
4303
|
+
const l1 = /* @__PURE__ */ Ae(Ru, [["render", ju]]);
|
|
4304
|
+
const qu = {
|
|
4303
4305
|
name: "IbInputGroup",
|
|
4304
4306
|
props: {
|
|
4305
4307
|
labelText: {
|
|
@@ -4323,8 +4325,8 @@ const ju = {
|
|
|
4323
4325
|
IbLabel: Cr,
|
|
4324
4326
|
IbAlert: cn
|
|
4325
4327
|
}
|
|
4326
|
-
},
|
|
4327
|
-
function
|
|
4328
|
+
}, Fu = { class: "ib-checkbox-group-content" };
|
|
4329
|
+
function Hu(t, n, e, i, o, r) {
|
|
4328
4330
|
const l = ce("ib-label"), a = ce("ib-alert");
|
|
4329
4331
|
return G(), ne("div", {
|
|
4330
4332
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4348,13 +4350,13 @@ function Fu(t, n, e, i, o, r) {
|
|
|
4348
4350
|
]),
|
|
4349
4351
|
_: 1
|
|
4350
4352
|
})) : he("", !0),
|
|
4351
|
-
ae("div",
|
|
4353
|
+
ae("div", Fu, [
|
|
4352
4354
|
Te(t.$slots, "default")
|
|
4353
4355
|
])
|
|
4354
4356
|
], 2);
|
|
4355
4357
|
}
|
|
4356
|
-
const
|
|
4357
|
-
const
|
|
4358
|
+
const s1 = /* @__PURE__ */ Ae(qu, [["render", Hu]]);
|
|
4359
|
+
const Vu = {
|
|
4358
4360
|
name: "IbRadio",
|
|
4359
4361
|
model: {
|
|
4360
4362
|
prop: "isChecked",
|
|
@@ -4422,11 +4424,11 @@ const Hu = {
|
|
|
4422
4424
|
};
|
|
4423
4425
|
}
|
|
4424
4426
|
}
|
|
4425
|
-
},
|
|
4427
|
+
}, Uu = (t) => (_i("data-v-10641ff4"), t = t(), $i(), t), zu = ["for"], Ku = ["name", "id", "value", "checked", "disabled"], Gu = /* @__PURE__ */ Uu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), Yu = {
|
|
4426
4428
|
key: 0,
|
|
4427
4429
|
class: "ib-radio-label"
|
|
4428
4430
|
};
|
|
4429
|
-
function
|
|
4431
|
+
function Wu(t, n, e, i, o, r) {
|
|
4430
4432
|
var l, a;
|
|
4431
4433
|
return G(), ne("label", {
|
|
4432
4434
|
class: ve(r.classes),
|
|
@@ -4444,17 +4446,17 @@ function Yu(t, n, e, i, o, r) {
|
|
|
4444
4446
|
onInput: n[0] || (n[0] = _t(() => {
|
|
4445
4447
|
}, ["stop"])),
|
|
4446
4448
|
onChange: n[1] || (n[1] = (...d) => r.onChange && r.onChange(...d))
|
|
4447
|
-
}, null, 40,
|
|
4449
|
+
}, null, 40, Ku),
|
|
4448
4450
|
ae("span", {
|
|
4449
4451
|
class: ve(["ib-radio-body", { "without-text": !((l = e.label) != null && l.length) }])
|
|
4450
4452
|
}, [
|
|
4451
|
-
|
|
4452
|
-
(a = e.label) != null && a.length ? (G(), ne("span",
|
|
4453
|
+
Gu,
|
|
4454
|
+
(a = e.label) != null && a.length ? (G(), ne("span", Yu, we(e.label), 1)) : he("", !0)
|
|
4453
4455
|
], 2)
|
|
4454
|
-
], 10,
|
|
4456
|
+
], 10, zu);
|
|
4455
4457
|
}
|
|
4456
|
-
const
|
|
4457
|
-
const
|
|
4458
|
+
const u1 = /* @__PURE__ */ Ae(Vu, [["render", Wu], ["__scopeId", "data-v-10641ff4"]]);
|
|
4459
|
+
const Zu = {
|
|
4458
4460
|
props: {
|
|
4459
4461
|
characterLimit: {
|
|
4460
4462
|
type: [String, Number],
|
|
@@ -4465,26 +4467,26 @@ const Wu = {
|
|
|
4465
4467
|
required: !0
|
|
4466
4468
|
}
|
|
4467
4469
|
}
|
|
4468
|
-
},
|
|
4470
|
+
}, Ju = { class: "character-count" }, Xu = {
|
|
4469
4471
|
key: 0,
|
|
4470
4472
|
class: "val-limit"
|
|
4471
|
-
},
|
|
4473
|
+
}, Qu = { class: "val-length" }, ed = { class: "val-limit" }, td = {
|
|
4472
4474
|
key: 3,
|
|
4473
4475
|
class: "val-length val-limited"
|
|
4474
4476
|
};
|
|
4475
|
-
function
|
|
4476
|
-
return G(), ne("div",
|
|
4477
|
+
function nd(t, n, e, i, o, r) {
|
|
4478
|
+
return G(), ne("div", Ju, [
|
|
4477
4479
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4478
|
-
ae("p",
|
|
4480
|
+
ae("p", Qu, we(e.characterLimit - e.characterLength), 1),
|
|
4479
4481
|
Ge(" / "),
|
|
4480
|
-
ae("p",
|
|
4482
|
+
ae("p", ed, we(e.characterLimit), 1)
|
|
4481
4483
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4482
4484
|
Ge("0")
|
|
4483
|
-
], 64)) : (G(), ne("p",
|
|
4485
|
+
], 64)) : (G(), ne("p", td, we(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", Xu, "Max " + we(e.characterLimit), 1))
|
|
4484
4486
|
]);
|
|
4485
4487
|
}
|
|
4486
|
-
const qo = /* @__PURE__ */ Ae(
|
|
4487
|
-
const
|
|
4488
|
+
const qo = /* @__PURE__ */ Ae(Zu, [["render", nd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4489
|
+
const rd = {
|
|
4488
4490
|
name: "IbTextarea",
|
|
4489
4491
|
props: {
|
|
4490
4492
|
disabled: {
|
|
@@ -4541,8 +4543,8 @@ const nd = {
|
|
|
4541
4543
|
IbCharacterCount: qo
|
|
4542
4544
|
},
|
|
4543
4545
|
inheritAttrs: !1
|
|
4544
|
-
},
|
|
4545
|
-
function
|
|
4546
|
+
}, id = ["disabled"];
|
|
4547
|
+
function od(t, n, e, i, o, r) {
|
|
4546
4548
|
const l = ce("ib-character-count"), a = ce("ib-alert");
|
|
4547
4549
|
return G(), ne("div", {
|
|
4548
4550
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4574,12 +4576,12 @@ function id(t, n, e, i, o, r) {
|
|
|
4574
4576
|
onBlur: n[2] || (n[2] = (...d) => r.onBlur && r.onBlur(...d)),
|
|
4575
4577
|
class: ["ib-textarea", r.classes],
|
|
4576
4578
|
disabled: e.disabled
|
|
4577
|
-
}), null, 16,
|
|
4579
|
+
}), null, 16, id), [
|
|
4578
4580
|
[xo, o.val]
|
|
4579
4581
|
])
|
|
4580
4582
|
], 2);
|
|
4581
4583
|
}
|
|
4582
|
-
const
|
|
4584
|
+
const d1 = /* @__PURE__ */ Ae(rd, [["render", od], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4583
4585
|
var ni = [
|
|
4584
4586
|
"onChange",
|
|
4585
4587
|
"onClose",
|
|
@@ -4782,7 +4784,7 @@ function wt(t) {
|
|
|
4782
4784
|
var ii = function() {
|
|
4783
4785
|
}, gr = function(t, n, e) {
|
|
4784
4786
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
4785
|
-
},
|
|
4787
|
+
}, ad = {
|
|
4786
4788
|
D: ii,
|
|
4787
4789
|
F: function(t, n, e) {
|
|
4788
4790
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -4973,7 +4975,7 @@ var ii = function() {
|
|
|
4973
4975
|
m += dn[$];
|
|
4974
4976
|
var x = new RegExp(m).exec(r);
|
|
4975
4977
|
x && (_ = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
4976
|
-
fn:
|
|
4978
|
+
fn: ad[$],
|
|
4977
4979
|
val: x[++g]
|
|
4978
4980
|
});
|
|
4979
4981
|
} else
|
|
@@ -4996,14 +4998,14 @@ var ii = function() {
|
|
|
4996
4998
|
function Ot(t, n, e) {
|
|
4997
4999
|
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();
|
|
4998
5000
|
}
|
|
4999
|
-
var
|
|
5001
|
+
var ld = function(t, n, e) {
|
|
5000
5002
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5001
5003
|
}, oi = function(t, n, e) {
|
|
5002
5004
|
return t * 3600 + n * 60 + e;
|
|
5003
|
-
},
|
|
5005
|
+
}, sd = function(t) {
|
|
5004
5006
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5005
5007
|
return [n, e, t - n * 3600 - e * 60];
|
|
5006
|
-
},
|
|
5008
|
+
}, ud = {
|
|
5007
5009
|
DAY: 864e5
|
|
5008
5010
|
};
|
|
5009
5011
|
function ai(t) {
|
|
@@ -5049,8 +5051,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
5049
5051
|
for (var r = arguments[n], l = 0, a = r.length; l < a; l++, o++)
|
|
5050
5052
|
i[o] = r[l];
|
|
5051
5053
|
return i;
|
|
5052
|
-
},
|
|
5053
|
-
function
|
|
5054
|
+
}, dd = 300;
|
|
5055
|
+
function cd(t, n) {
|
|
5054
5056
|
var e = {
|
|
5055
5057
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
5056
5058
|
l10n: Un
|
|
@@ -5113,7 +5115,7 @@ function dd(t, n) {
|
|
|
5113
5115
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5114
5116
|
var de = oi(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = oi(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = oi(I, L, z);
|
|
5115
5117
|
if (me > Ce && me < de) {
|
|
5116
|
-
var Me =
|
|
5118
|
+
var Me = sd(de);
|
|
5117
5119
|
I = Me[0], L = Me[1], z = Me[2];
|
|
5118
5120
|
}
|
|
5119
5121
|
} else {
|
|
@@ -5168,7 +5170,7 @@ function dd(t, n) {
|
|
|
5168
5170
|
return;
|
|
5169
5171
|
}
|
|
5170
5172
|
var I = Hi(Ee, 50);
|
|
5171
|
-
if (e._debouncedChange = Hi(y,
|
|
5173
|
+
if (e._debouncedChange = Hi(y, dd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5172
5174
|
e.config.mode === "range" && _e(wt(z));
|
|
5173
5175
|
}), 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", Ht), v(e.monthNav, ["keyup", "increment"], _), v(e.daysContainer, "click", Oe)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5174
5176
|
var L = function(z) {
|
|
@@ -5551,7 +5553,7 @@ function dd(t, n) {
|
|
|
5551
5553
|
}
|
|
5552
5554
|
function _e(I, L) {
|
|
5553
5555
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5554
|
-
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, Me = 0, pe = le; pe < de; pe +=
|
|
5556
|
+
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, Me = 0, pe = le; pe < de; pe += ud.DAY)
|
|
5555
5557
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Me || pe < Me) && (Me = pe));
|
|
5556
5558
|
var ke = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5557
5559
|
ke.forEach(function(Re) {
|
|
@@ -5565,7 +5567,7 @@ function dd(t, n) {
|
|
|
5565
5567
|
return;
|
|
5566
5568
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Mt) {
|
|
5567
5569
|
Re.classList.remove(Mt);
|
|
5568
|
-
}), 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 && (Me === 0 || it <= Me) &&
|
|
5570
|
+
}), 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 && (Me === 0 || it <= Me) && ld(it, X, z) && Re.classList.add("inRange"));
|
|
5569
5571
|
});
|
|
5570
5572
|
}
|
|
5571
5573
|
}
|
|
@@ -5934,7 +5936,7 @@ function $n(t, n) {
|
|
|
5934
5936
|
try {
|
|
5935
5937
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
5936
5938
|
continue;
|
|
5937
|
-
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr =
|
|
5939
|
+
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr = cd(r, n || {}), i.push(r._flatpickr);
|
|
5938
5940
|
} catch (l) {
|
|
5939
5941
|
console.error(l);
|
|
5940
5942
|
}
|
|
@@ -6064,17 +6066,17 @@ var Vo = { exports: {} };
|
|
|
6064
6066
|
return i;
|
|
6065
6067
|
});
|
|
6066
6068
|
})(Vo);
|
|
6067
|
-
var
|
|
6068
|
-
const
|
|
6069
|
+
var fd = Vo.exports;
|
|
6070
|
+
const hd = /* @__PURE__ */ Er(fd), pd = `
|
|
6069
6071
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6070
6072
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6071
6073
|
</svg>
|
|
6072
|
-
`,
|
|
6074
|
+
`, gd = `
|
|
6073
6075
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6074
6076
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6075
6077
|
</svg>
|
|
6076
6078
|
`;
|
|
6077
|
-
const
|
|
6079
|
+
const md = "single", li = "range", vd = {
|
|
6078
6080
|
props: {
|
|
6079
6081
|
name: {
|
|
6080
6082
|
type: String,
|
|
@@ -6097,7 +6099,7 @@ const gd = "single", li = "range", md = {
|
|
|
6097
6099
|
},
|
|
6098
6100
|
mode: {
|
|
6099
6101
|
type: String,
|
|
6100
|
-
default:
|
|
6102
|
+
default: md
|
|
6101
6103
|
},
|
|
6102
6104
|
label: {
|
|
6103
6105
|
type: String,
|
|
@@ -6158,8 +6160,8 @@ const gd = "single", li = "range", md = {
|
|
|
6158
6160
|
position: "left",
|
|
6159
6161
|
mode: this.mode,
|
|
6160
6162
|
appendTo: this.$refs.dropdown,
|
|
6161
|
-
prevArrow:
|
|
6162
|
-
nextArrow:
|
|
6163
|
+
prevArrow: pd,
|
|
6164
|
+
nextArrow: gd,
|
|
6163
6165
|
ignoredFocusElements: Array.from(t),
|
|
6164
6166
|
locale: {
|
|
6165
6167
|
weekdays: {
|
|
@@ -6181,7 +6183,7 @@ const gd = "single", li = "range", md = {
|
|
|
6181
6183
|
onChange: (i, o) => this.onChange(o),
|
|
6182
6184
|
onClose: () => this.onClose()
|
|
6183
6185
|
};
|
|
6184
|
-
this.mode === li && (n.plugins = [new
|
|
6186
|
+
this.mode === li && (n.plugins = [new hd({ input: this.$refs.toDate })]), (this.value || this.modelValue) && (this.mode === li ? 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);
|
|
6185
6187
|
const e = Object.assign({}, n, this.config);
|
|
6186
6188
|
return this.pickerOptions = e, e;
|
|
6187
6189
|
},
|
|
@@ -6226,20 +6228,20 @@ const gd = "single", li = "range", md = {
|
|
|
6226
6228
|
IbLabel: Cr,
|
|
6227
6229
|
IbAlert: cn
|
|
6228
6230
|
}
|
|
6229
|
-
},
|
|
6231
|
+
}, yd = { class: "inputs-wrapper" }, bd = { class: "input-group-wrapper" }, _d = ["placeholder"], $d = {
|
|
6230
6232
|
ref: "dropdown",
|
|
6231
6233
|
class: "dropdown"
|
|
6232
|
-
},
|
|
6234
|
+
}, wd = {
|
|
6233
6235
|
key: 1,
|
|
6234
6236
|
class: "support-text"
|
|
6235
|
-
},
|
|
6237
|
+
}, Od = {
|
|
6236
6238
|
key: 0,
|
|
6237
6239
|
class: "input-group-wrapper"
|
|
6238
|
-
},
|
|
6240
|
+
}, kd = ["placeholder"], Cd = {
|
|
6239
6241
|
key: 1,
|
|
6240
6242
|
class: "support-text"
|
|
6241
6243
|
};
|
|
6242
|
-
function
|
|
6244
|
+
function Ed(t, n, e, i, o, r) {
|
|
6243
6245
|
const l = ce("ib-alert"), a = ce("ib-label"), d = ce("ib-icon");
|
|
6244
6246
|
return G(), ne("div", {
|
|
6245
6247
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6258,8 +6260,8 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6258
6260
|
]),
|
|
6259
6261
|
_: 1
|
|
6260
6262
|
})) : he("", !0),
|
|
6261
|
-
ae("div",
|
|
6262
|
-
ae("div",
|
|
6263
|
+
ae("div", yd, [
|
|
6264
|
+
ae("div", bd, [
|
|
6263
6265
|
e.label.length ? (G(), $e(a, {
|
|
6264
6266
|
key: 0,
|
|
6265
6267
|
class: "label",
|
|
@@ -6278,16 +6280,16 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6278
6280
|
placeholder: e.placeholder,
|
|
6279
6281
|
ref: "date",
|
|
6280
6282
|
class: "date-picker-input"
|
|
6281
|
-
}, null, 8,
|
|
6283
|
+
}, null, 8, _d),
|
|
6282
6284
|
ge(d, {
|
|
6283
6285
|
name: "today-outline",
|
|
6284
6286
|
class: "calendar-icon"
|
|
6285
6287
|
})
|
|
6286
6288
|
], 2),
|
|
6287
|
-
ae("div",
|
|
6288
|
-
e.supportText.length ? (G(), ne("p",
|
|
6289
|
+
ae("div", $d, null, 512),
|
|
6290
|
+
e.supportText.length ? (G(), ne("p", wd, we(e.supportText), 1)) : he("", !0)
|
|
6289
6291
|
]),
|
|
6290
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6292
|
+
e.mode === "range" ? (G(), ne("div", Od, [
|
|
6291
6293
|
e.endDateLabel.length ? (G(), $e(a, {
|
|
6292
6294
|
key: 0,
|
|
6293
6295
|
class: "end-date-label label",
|
|
@@ -6306,18 +6308,18 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6306
6308
|
class: "date-picker-input",
|
|
6307
6309
|
placeholder: e.placeholder,
|
|
6308
6310
|
ref: "toDate"
|
|
6309
|
-
}, null, 8,
|
|
6311
|
+
}, null, 8, kd),
|
|
6310
6312
|
ge(d, {
|
|
6311
6313
|
name: "today-outline",
|
|
6312
6314
|
class: "calendar-icon"
|
|
6313
6315
|
})
|
|
6314
6316
|
], 2),
|
|
6315
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6317
|
+
e.endDateSupportText.length ? (G(), ne("p", Cd, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6316
6318
|
])) : he("", !0)
|
|
6317
6319
|
])
|
|
6318
6320
|
], 2);
|
|
6319
6321
|
}
|
|
6320
|
-
const
|
|
6322
|
+
const c1 = /* @__PURE__ */ Ae(vd, [["render", Ed]]), Sd = [
|
|
6321
6323
|
[
|
|
6322
6324
|
"Afghanistan (افغانستان)",
|
|
6323
6325
|
"af",
|
|
@@ -7534,12 +7536,12 @@ const d1 = /* @__PURE__ */ Ae(md, [["render", Cd]]), Ed = [
|
|
|
7534
7536
|
"ax",
|
|
7535
7537
|
"358"
|
|
7536
7538
|
]
|
|
7537
|
-
],
|
|
7539
|
+
], xd = Sd.map(([t, n, e]) => ({
|
|
7538
7540
|
name: t,
|
|
7539
7541
|
iso2: n.toUpperCase(),
|
|
7540
7542
|
dialCode: e
|
|
7541
7543
|
}));
|
|
7542
|
-
function
|
|
7544
|
+
function Td() {
|
|
7543
7545
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7544
7546
|
const n = (t || "").toString();
|
|
7545
7547
|
if (!n || n[0] !== "1")
|
|
@@ -7547,7 +7549,7 @@ function xd() {
|
|
|
7547
7549
|
return n.substr(2, 2);
|
|
7548
7550
|
});
|
|
7549
7551
|
}
|
|
7550
|
-
function
|
|
7552
|
+
function Ad(t, n) {
|
|
7551
7553
|
if (t.setSelectionRange)
|
|
7552
7554
|
t.focus(), t.setSelectionRange(n, n);
|
|
7553
7555
|
else if (t.createTextRange) {
|
|
@@ -7555,11 +7557,11 @@ function Td(t, n) {
|
|
|
7555
7557
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7556
7558
|
}
|
|
7557
7559
|
}
|
|
7558
|
-
const
|
|
7560
|
+
const Nd = [
|
|
7559
7561
|
{
|
|
7560
7562
|
name: "allCountries",
|
|
7561
7563
|
type: Array,
|
|
7562
|
-
default:
|
|
7564
|
+
default: xd,
|
|
7563
7565
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7564
7566
|
inDemo: !1
|
|
7565
7567
|
},
|
|
@@ -7800,7 +7802,7 @@ const Ad = [
|
|
|
7800
7802
|
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)",
|
|
7801
7803
|
inDemo: !1
|
|
7802
7804
|
}
|
|
7803
|
-
],
|
|
7805
|
+
], Id = [...Nd].reduce((t, n) => {
|
|
7804
7806
|
if (n.name.includes(".")) {
|
|
7805
7807
|
const [e, i] = n.name.split(".");
|
|
7806
7808
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -7808,11 +7810,11 @@ const Ad = [
|
|
|
7808
7810
|
Object.assign(t, { [n.name]: n.default });
|
|
7809
7811
|
return t;
|
|
7810
7812
|
}, {}), Ui = {
|
|
7811
|
-
options: { ...
|
|
7812
|
-
}, 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}"]]] } };
|
|
7813
|
-
function
|
|
7813
|
+
options: { ...Id }
|
|
7814
|
+
}, Md = { 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}"]]] } };
|
|
7815
|
+
function Pd(t, n) {
|
|
7814
7816
|
var e = Array.prototype.slice.call(n);
|
|
7815
|
-
return e.push(
|
|
7817
|
+
return e.push(Md), t.apply(this, e);
|
|
7816
7818
|
}
|
|
7817
7819
|
function gi(t) {
|
|
7818
7820
|
return gi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7827,19 +7829,19 @@ function zi(t, n) {
|
|
|
7827
7829
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
7828
7830
|
}
|
|
7829
7831
|
}
|
|
7830
|
-
function
|
|
7832
|
+
function Dd(t, n, e) {
|
|
7831
7833
|
return n && zi(t.prototype, n), e && zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7832
7834
|
}
|
|
7833
|
-
function
|
|
7835
|
+
function Ld(t, n) {
|
|
7834
7836
|
if (!(t instanceof n))
|
|
7835
7837
|
throw new TypeError("Cannot call a class as a function");
|
|
7836
7838
|
}
|
|
7837
|
-
function
|
|
7839
|
+
function Rd(t, n) {
|
|
7838
7840
|
if (typeof n != "function" && n !== null)
|
|
7839
7841
|
throw new TypeError("Super expression must either be null or a function");
|
|
7840
7842
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && zn(t, n);
|
|
7841
7843
|
}
|
|
7842
|
-
function
|
|
7844
|
+
function Bd(t) {
|
|
7843
7845
|
var n = zo();
|
|
7844
7846
|
return function() {
|
|
7845
7847
|
var e = Kn(t), i;
|
|
@@ -7848,10 +7850,10 @@ function Rd(t) {
|
|
|
7848
7850
|
i = Reflect.construct(e, arguments, o);
|
|
7849
7851
|
} else
|
|
7850
7852
|
i = e.apply(this, arguments);
|
|
7851
|
-
return
|
|
7853
|
+
return jd(this, i);
|
|
7852
7854
|
};
|
|
7853
7855
|
}
|
|
7854
|
-
function
|
|
7856
|
+
function jd(t, n) {
|
|
7855
7857
|
if (n && (gi(n) === "object" || typeof n == "function"))
|
|
7856
7858
|
return n;
|
|
7857
7859
|
if (n !== void 0)
|
|
@@ -7866,7 +7868,7 @@ function Uo(t) {
|
|
|
7866
7868
|
function mi(t) {
|
|
7867
7869
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
7868
7870
|
return mi = function(e) {
|
|
7869
|
-
if (e === null || !
|
|
7871
|
+
if (e === null || !qd(e))
|
|
7870
7872
|
return e;
|
|
7871
7873
|
if (typeof e != "function")
|
|
7872
7874
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -7901,7 +7903,7 @@ function zo() {
|
|
|
7901
7903
|
return !1;
|
|
7902
7904
|
}
|
|
7903
7905
|
}
|
|
7904
|
-
function
|
|
7906
|
+
function qd(t) {
|
|
7905
7907
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
7906
7908
|
}
|
|
7907
7909
|
function zn(t, n) {
|
|
@@ -7915,14 +7917,14 @@ function Kn(t) {
|
|
|
7915
7917
|
}, Kn(t);
|
|
7916
7918
|
}
|
|
7917
7919
|
var Jt = /* @__PURE__ */ function(t) {
|
|
7918
|
-
|
|
7919
|
-
var n =
|
|
7920
|
+
Rd(e, t);
|
|
7921
|
+
var n = Bd(e);
|
|
7920
7922
|
function e(i) {
|
|
7921
7923
|
var o;
|
|
7922
|
-
return
|
|
7924
|
+
return Ld(this, e), o = n.call(this, i), Object.setPrototypeOf(Uo(o), e.prototype), o.name = o.constructor.name, o;
|
|
7923
7925
|
}
|
|
7924
|
-
return
|
|
7925
|
-
}(/* @__PURE__ */ mi(Error)), Si = 2,
|
|
7926
|
+
return Dd(e);
|
|
7927
|
+
}(/* @__PURE__ */ mi(Error)), Si = 2, Fd = 17, Hd = 3, Xt = "0-90-9٠-٩۰-۹", Vd = "-‐-―−ー-", Ud = "//", zd = "..", Kd = " ", Gd = "()()[]\\[\\]", Yd = "~⁓∼~", mr = "".concat(Vd).concat(Ud).concat(zd).concat(Kd).concat(Gd).concat(Yd), xi = "++";
|
|
7926
7928
|
function Ki(t, n) {
|
|
7927
7929
|
t = t.split("-"), n = n.split("-");
|
|
7928
7930
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -7958,9 +7960,9 @@ function Gi(t, n) {
|
|
|
7958
7960
|
function xr(t, n, e) {
|
|
7959
7961
|
return n && Gi(t.prototype, n), e && Gi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7960
7962
|
}
|
|
7961
|
-
var
|
|
7963
|
+
var Wd = "1.2.0", Zd = "1.7.35", Yi = " ext. ", Jd = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
7962
7964
|
function t(n) {
|
|
7963
|
-
Sr(this, t),
|
|
7965
|
+
Sr(this, t), tc(n), this.metadata = n, Ko.call(this, n);
|
|
7964
7966
|
}
|
|
7965
7967
|
return xr(t, [{
|
|
7966
7968
|
key: "getCountries",
|
|
@@ -8013,7 +8015,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8013
8015
|
}, {
|
|
8014
8016
|
key: "selectNumberingPlan",
|
|
8015
8017
|
value: function(n, e) {
|
|
8016
|
-
if (n &&
|
|
8018
|
+
if (n && Jd.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8017
8019
|
if (!this.hasCountry(n))
|
|
8018
8020
|
throw new Error("Unknown country: ".concat(n));
|
|
8019
8021
|
this.numberingPlan = new Wi(this.getCountryMetadata(n), this);
|
|
@@ -8203,7 +8205,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8203
8205
|
value: function() {
|
|
8204
8206
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8205
8207
|
return e.map(function(i) {
|
|
8206
|
-
return new
|
|
8208
|
+
return new Xd(i, n);
|
|
8207
8209
|
});
|
|
8208
8210
|
}
|
|
8209
8211
|
}, {
|
|
@@ -8272,7 +8274,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8272
8274
|
key: "type",
|
|
8273
8275
|
value: function(n) {
|
|
8274
8276
|
if (this.hasTypes() && Zi(this.types(), n))
|
|
8275
|
-
return new
|
|
8277
|
+
return new ec(Zi(this.types(), n), this);
|
|
8276
8278
|
}
|
|
8277
8279
|
}, {
|
|
8278
8280
|
key: "ext",
|
|
@@ -8280,7 +8282,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8280
8282
|
return this.v1 || this.v2 ? Yi : this.metadata[13] || Yi;
|
|
8281
8283
|
}
|
|
8282
8284
|
}]), t;
|
|
8283
|
-
}(),
|
|
8285
|
+
}(), Xd = /* @__PURE__ */ function() {
|
|
8284
8286
|
function t(n, e) {
|
|
8285
8287
|
Sr(this, t), this._format = n, this.metadata = e;
|
|
8286
8288
|
}
|
|
@@ -8319,7 +8321,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8319
8321
|
key: "usesNationalPrefix",
|
|
8320
8322
|
value: function() {
|
|
8321
8323
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8322
|
-
!
|
|
8324
|
+
!Qd.test(this.nationalPrefixFormattingRule()));
|
|
8323
8325
|
}
|
|
8324
8326
|
}, {
|
|
8325
8327
|
key: "internationalFormat",
|
|
@@ -8327,7 +8329,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8327
8329
|
return this._format[5] || this.format();
|
|
8328
8330
|
}
|
|
8329
8331
|
}]), t;
|
|
8330
|
-
}(),
|
|
8332
|
+
}(), Qd = /^\(?\$1\)?$/, ec = /* @__PURE__ */ function() {
|
|
8331
8333
|
function t(n, e) {
|
|
8332
8334
|
Sr(this, t), this.type = n, this.metadata = e;
|
|
8333
8335
|
}
|
|
@@ -8368,15 +8370,15 @@ function Zi(t, n) {
|
|
|
8368
8370
|
return t[9];
|
|
8369
8371
|
}
|
|
8370
8372
|
}
|
|
8371
|
-
function
|
|
8373
|
+
function tc(t) {
|
|
8372
8374
|
if (!t)
|
|
8373
8375
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8374
8376
|
if (!si(t) || !si(t.countries))
|
|
8375
|
-
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(si(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
8377
|
+
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(si(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + nc(t) + ": " + t, "."));
|
|
8376
8378
|
}
|
|
8377
8379
|
var si = function(t) {
|
|
8378
8380
|
return vr(t) === "object";
|
|
8379
|
-
},
|
|
8381
|
+
}, nc = function(t) {
|
|
8380
8382
|
return vr(t);
|
|
8381
8383
|
};
|
|
8382
8384
|
function Ti(t, n) {
|
|
@@ -8384,34 +8386,34 @@ function Ti(t, n) {
|
|
|
8384
8386
|
return n.country(t).countryCallingCode();
|
|
8385
8387
|
throw new Error("Unknown country: ".concat(t));
|
|
8386
8388
|
}
|
|
8387
|
-
function
|
|
8389
|
+
function rc(t, n) {
|
|
8388
8390
|
return n.countries[t] !== void 0;
|
|
8389
8391
|
}
|
|
8390
8392
|
function Ko(t) {
|
|
8391
8393
|
var n = t.version;
|
|
8392
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n,
|
|
8394
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n, Wd) === -1 ? this.v2 = !0 : Ki(n, Zd) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8393
8395
|
}
|
|
8394
|
-
var
|
|
8396
|
+
var ic = ";ext=", bn = function(t) {
|
|
8395
8397
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8396
8398
|
};
|
|
8397
8399
|
function Go(t) {
|
|
8398
|
-
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 =
|
|
8400
|
+
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 = ic + bn(n), _ = r + d + l + bn(n) + a, v = r + f + l + bn(i) + a, y = h + bn(o) + "#", g = c + s + l + bn(e) + a, m = c + "(?:,)+" + l + bn(i) + a;
|
|
8399
8401
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8400
8402
|
}
|
|
8401
|
-
var
|
|
8402
|
-
"(?:" + Go() + ")?",
|
|
8403
|
+
var oc = "[" + Xt + "]{" + Si + "}", ac = "[" + xi + "]{0,1}(?:[" + mr + "]*[" + Xt + "]){3,}[" + mr + Xt + "]*", lc = new RegExp("^[" + xi + "]{0,1}(?:[" + mr + "]*[" + Xt + "]){1,2}$", "i"), sc = ac + // Phone number extensions
|
|
8404
|
+
"(?:" + Go() + ")?", uc = new RegExp(
|
|
8403
8405
|
// Either a short two-digit-only phone number
|
|
8404
|
-
"^" +
|
|
8406
|
+
"^" + oc + "$|^" + sc + "$",
|
|
8405
8407
|
"i"
|
|
8406
8408
|
);
|
|
8407
8409
|
function Yo(t) {
|
|
8408
|
-
return t.length >= Si &&
|
|
8410
|
+
return t.length >= Si && uc.test(t);
|
|
8409
8411
|
}
|
|
8410
|
-
function
|
|
8411
|
-
return
|
|
8412
|
+
function dc(t) {
|
|
8413
|
+
return lc.test(t);
|
|
8412
8414
|
}
|
|
8413
8415
|
var Ji = new RegExp("(?:" + Go() + ")$", "i");
|
|
8414
|
-
function
|
|
8416
|
+
function cc(t) {
|
|
8415
8417
|
var n = t.search(Ji);
|
|
8416
8418
|
if (n < 0)
|
|
8417
8419
|
return {};
|
|
@@ -8424,7 +8426,7 @@ function dc(t) {
|
|
|
8424
8426
|
o++;
|
|
8425
8427
|
}
|
|
8426
8428
|
}
|
|
8427
|
-
var
|
|
8429
|
+
var fc = {
|
|
8428
8430
|
0: "0",
|
|
8429
8431
|
1: "1",
|
|
8430
8432
|
2: "2",
|
|
@@ -8496,14 +8498,14 @@ var cc = {
|
|
|
8496
8498
|
"۹": "9"
|
|
8497
8499
|
// Eastern-Arabic digit 9
|
|
8498
8500
|
};
|
|
8499
|
-
function
|
|
8500
|
-
return
|
|
8501
|
+
function hc(t) {
|
|
8502
|
+
return fc[t];
|
|
8501
8503
|
}
|
|
8502
|
-
function
|
|
8504
|
+
function pc(t, n) {
|
|
8503
8505
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8504
8506
|
if (e)
|
|
8505
8507
|
return (e = e.call(t)).next.bind(e);
|
|
8506
|
-
if (Array.isArray(t) || (e =
|
|
8508
|
+
if (Array.isArray(t) || (e = gc(t)) || n && t && typeof t.length == "number") {
|
|
8507
8509
|
e && (t = e);
|
|
8508
8510
|
var i = 0;
|
|
8509
8511
|
return function() {
|
|
@@ -8513,7 +8515,7 @@ function hc(t, n) {
|
|
|
8513
8515
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8514
8516
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8515
8517
|
}
|
|
8516
|
-
function
|
|
8518
|
+
function gc(t, n) {
|
|
8517
8519
|
if (t) {
|
|
8518
8520
|
if (typeof t == "string")
|
|
8519
8521
|
return Xi(t, n);
|
|
@@ -8531,20 +8533,20 @@ function Xi(t, n) {
|
|
|
8531
8533
|
return i;
|
|
8532
8534
|
}
|
|
8533
8535
|
function Qi(t) {
|
|
8534
|
-
for (var n = "", e =
|
|
8536
|
+
for (var n = "", e = pc(t.split("")), i; !(i = e()).done; ) {
|
|
8535
8537
|
var o = i.value;
|
|
8536
|
-
n +=
|
|
8538
|
+
n += mc(o, n) || "";
|
|
8537
8539
|
}
|
|
8538
8540
|
return n;
|
|
8539
8541
|
}
|
|
8540
|
-
function gc(t, n) {
|
|
8541
|
-
return t === "+" ? n ? void 0 : "+" : fc(t);
|
|
8542
|
-
}
|
|
8543
8542
|
function mc(t, n) {
|
|
8543
|
+
return t === "+" ? n ? void 0 : "+" : hc(t);
|
|
8544
|
+
}
|
|
8545
|
+
function vc(t, n) {
|
|
8544
8546
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8545
8547
|
if (e)
|
|
8546
8548
|
return (e = e.call(t)).next.bind(e);
|
|
8547
|
-
if (Array.isArray(t) || (e =
|
|
8549
|
+
if (Array.isArray(t) || (e = yc(t)) || n && t && typeof t.length == "number") {
|
|
8548
8550
|
e && (t = e);
|
|
8549
8551
|
var i = 0;
|
|
8550
8552
|
return function() {
|
|
@@ -8554,7 +8556,7 @@ function mc(t, n) {
|
|
|
8554
8556
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8555
8557
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8556
8558
|
}
|
|
8557
|
-
function
|
|
8559
|
+
function yc(t, n) {
|
|
8558
8560
|
if (t) {
|
|
8559
8561
|
if (typeof t == "string")
|
|
8560
8562
|
return eo(t, n);
|
|
@@ -8571,8 +8573,8 @@ function eo(t, n) {
|
|
|
8571
8573
|
i[e] = t[e];
|
|
8572
8574
|
return i;
|
|
8573
8575
|
}
|
|
8574
|
-
function
|
|
8575
|
-
for (var e = t.slice(), i =
|
|
8576
|
+
function bc(t, n) {
|
|
8577
|
+
for (var e = t.slice(), i = vc(n), o; !(o = i()).done; ) {
|
|
8576
8578
|
var r = o.value;
|
|
8577
8579
|
t.indexOf(r) < 0 && e.push(r);
|
|
8578
8580
|
}
|
|
@@ -8591,13 +8593,13 @@ function Wo(t, n, e) {
|
|
|
8591
8593
|
if (!e.type("FIXED_LINE"))
|
|
8592
8594
|
return Wo(t, "MOBILE", e);
|
|
8593
8595
|
var r = e.type("MOBILE");
|
|
8594
|
-
r && (o =
|
|
8596
|
+
r && (o = bc(o, r.possibleLengths()));
|
|
8595
8597
|
} else if (n && !i)
|
|
8596
8598
|
return "INVALID_LENGTH";
|
|
8597
8599
|
var l = t.length, a = o[0];
|
|
8598
8600
|
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";
|
|
8599
8601
|
}
|
|
8600
|
-
function
|
|
8602
|
+
function _c(t, n, e) {
|
|
8601
8603
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8602
8604
|
if (!t.countryCallingCode)
|
|
8603
8605
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8629,14 +8631,14 @@ function Zo(t, n) {
|
|
|
8629
8631
|
return !1;
|
|
8630
8632
|
}
|
|
8631
8633
|
}
|
|
8632
|
-
function
|
|
8633
|
-
return
|
|
8634
|
+
function $c(t, n) {
|
|
8635
|
+
return kc(t) || Oc(t, n) || Jo(t, n) || wc();
|
|
8634
8636
|
}
|
|
8635
|
-
function
|
|
8637
|
+
function wc() {
|
|
8636
8638
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8637
8639
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8638
8640
|
}
|
|
8639
|
-
function
|
|
8641
|
+
function Oc(t, n) {
|
|
8640
8642
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8641
8643
|
if (e != null) {
|
|
8642
8644
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -8656,11 +8658,11 @@ function wc(t, n) {
|
|
|
8656
8658
|
return i;
|
|
8657
8659
|
}
|
|
8658
8660
|
}
|
|
8659
|
-
function
|
|
8661
|
+
function kc(t) {
|
|
8660
8662
|
if (Array.isArray(t))
|
|
8661
8663
|
return t;
|
|
8662
8664
|
}
|
|
8663
|
-
function
|
|
8665
|
+
function Cc(t, n) {
|
|
8664
8666
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8665
8667
|
if (e)
|
|
8666
8668
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8691,11 +8693,11 @@ function to(t, n) {
|
|
|
8691
8693
|
i[e] = t[e];
|
|
8692
8694
|
return i;
|
|
8693
8695
|
}
|
|
8694
|
-
function
|
|
8696
|
+
function Ec(t) {
|
|
8695
8697
|
var n, e;
|
|
8696
8698
|
t = t.replace(/^tel:/, "tel=");
|
|
8697
|
-
for (var i =
|
|
8698
|
-
var r = o.value, l = r.split("="), a =
|
|
8699
|
+
for (var i = Cc(t.split(";")), o; !(o = i()).done; ) {
|
|
8700
|
+
var r = o.value, l = r.split("="), a = $c(l, 2), d = a[0], f = a[1];
|
|
8699
8701
|
switch (d) {
|
|
8700
8702
|
case "tel":
|
|
8701
8703
|
n = f;
|
|
@@ -8715,7 +8717,7 @@ function Cc(t) {
|
|
|
8715
8717
|
};
|
|
8716
8718
|
return e && (h.ext = e), h;
|
|
8717
8719
|
}
|
|
8718
|
-
function
|
|
8720
|
+
function Sc(t) {
|
|
8719
8721
|
var n = t.number, e = t.ext;
|
|
8720
8722
|
if (!n)
|
|
8721
8723
|
return "";
|
|
@@ -8726,11 +8728,11 @@ function Ec(t) {
|
|
|
8726
8728
|
function Yt(t, n) {
|
|
8727
8729
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8728
8730
|
}
|
|
8729
|
-
function
|
|
8731
|
+
function xc(t, n) {
|
|
8730
8732
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8731
8733
|
if (e)
|
|
8732
8734
|
return (e = e.call(t)).next.bind(e);
|
|
8733
|
-
if (Array.isArray(t) || (e =
|
|
8735
|
+
if (Array.isArray(t) || (e = Tc(t)) || n && t && typeof t.length == "number") {
|
|
8734
8736
|
e && (t = e);
|
|
8735
8737
|
var i = 0;
|
|
8736
8738
|
return function() {
|
|
@@ -8740,7 +8742,7 @@ function Sc(t, n) {
|
|
|
8740
8742
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8741
8743
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8742
8744
|
}
|
|
8743
|
-
function
|
|
8745
|
+
function Tc(t, n) {
|
|
8744
8746
|
if (t) {
|
|
8745
8747
|
if (typeof t == "string")
|
|
8746
8748
|
return no(t, n);
|
|
@@ -8757,7 +8759,7 @@ function no(t, n) {
|
|
|
8757
8759
|
i[e] = t[e];
|
|
8758
8760
|
return i;
|
|
8759
8761
|
}
|
|
8760
|
-
var
|
|
8762
|
+
var Ac = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
8761
8763
|
function Ni(t, n, e) {
|
|
8762
8764
|
if (n = n || {}, !!t.country) {
|
|
8763
8765
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -8765,7 +8767,7 @@ function Ni(t, n, e) {
|
|
|
8765
8767
|
if (Yt(i, e.nationalNumberPattern())) {
|
|
8766
8768
|
if (ui(i, "FIXED_LINE", e))
|
|
8767
8769
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ui(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
8768
|
-
for (var o =
|
|
8770
|
+
for (var o = xc(Ac), r; !(r = o()).done; ) {
|
|
8769
8771
|
var l = r.value;
|
|
8770
8772
|
if (ui(i, l, e))
|
|
8771
8773
|
return l;
|
|
@@ -8776,7 +8778,7 @@ function Ni(t, n, e) {
|
|
|
8776
8778
|
function ui(t, n, e) {
|
|
8777
8779
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Yt(t, n.pattern());
|
|
8778
8780
|
}
|
|
8779
|
-
function
|
|
8781
|
+
function Nc(t, n, e) {
|
|
8780
8782
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
8781
8783
|
return !1;
|
|
8782
8784
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -8784,11 +8786,11 @@ function Ac(t, n, e) {
|
|
|
8784
8786
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
8785
8787
|
return Yt(i, e.nationalNumberPattern());
|
|
8786
8788
|
}
|
|
8787
|
-
function
|
|
8789
|
+
function Ic(t) {
|
|
8788
8790
|
return t.replace(new RegExp("[".concat(mr, "]+"), "g"), " ").trim();
|
|
8789
8791
|
}
|
|
8790
|
-
var
|
|
8791
|
-
function
|
|
8792
|
+
var Mc = /(\$\d)/;
|
|
8793
|
+
function Pc(t, n, e) {
|
|
8792
8794
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
8793
8795
|
e.carrierCode, e.metadata;
|
|
8794
8796
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -8805,23 +8807,23 @@ function Mc(t, n, e) {
|
|
|
8805
8807
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
8806
8808
|
// : format.format()
|
|
8807
8809
|
// )
|
|
8808
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
8810
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Mc, n.nationalPrefixFormattingRule()) : n.format()
|
|
8809
8811
|
));
|
|
8810
|
-
return i ?
|
|
8812
|
+
return i ? Ic(r) : r;
|
|
8811
8813
|
}
|
|
8812
|
-
var
|
|
8813
|
-
function
|
|
8814
|
+
var Dc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8815
|
+
function Lc(t, n, e) {
|
|
8814
8816
|
var i = new kt(e);
|
|
8815
8817
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
8816
8818
|
return i.defaultIDDPrefix();
|
|
8817
|
-
if (
|
|
8819
|
+
if (Dc.test(i.IDDPrefix()))
|
|
8818
8820
|
return i.IDDPrefix();
|
|
8819
8821
|
}
|
|
8820
|
-
function
|
|
8822
|
+
function Rc(t, n) {
|
|
8821
8823
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8822
8824
|
if (e)
|
|
8823
8825
|
return (e = e.call(t)).next.bind(e);
|
|
8824
|
-
if (Array.isArray(t) || (e =
|
|
8826
|
+
if (Array.isArray(t) || (e = Bc(t)) || n && t && typeof t.length == "number") {
|
|
8825
8827
|
e && (t = e);
|
|
8826
8828
|
var i = 0;
|
|
8827
8829
|
return function() {
|
|
@@ -8831,7 +8833,7 @@ function Lc(t, n) {
|
|
|
8831
8833
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8832
8834
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8833
8835
|
}
|
|
8834
|
-
function
|
|
8836
|
+
function Bc(t, n) {
|
|
8835
8837
|
if (t) {
|
|
8836
8838
|
if (typeof t == "string")
|
|
8837
8839
|
return ro(t, n);
|
|
@@ -8862,14 +8864,14 @@ function oo(t) {
|
|
|
8862
8864
|
for (var n = 1; n < arguments.length; n++) {
|
|
8863
8865
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8864
8866
|
n % 2 ? io(Object(e), !0).forEach(function(i) {
|
|
8865
|
-
|
|
8867
|
+
jc(t, i, e[i]);
|
|
8866
8868
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : io(Object(e)).forEach(function(i) {
|
|
8867
8869
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8868
8870
|
});
|
|
8869
8871
|
}
|
|
8870
8872
|
return t;
|
|
8871
8873
|
}
|
|
8872
|
-
function
|
|
8874
|
+
function jc(t, n, e) {
|
|
8873
8875
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8874
8876
|
}
|
|
8875
8877
|
var ao = {
|
|
@@ -8877,7 +8879,7 @@ var ao = {
|
|
|
8877
8879
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
8878
8880
|
}
|
|
8879
8881
|
};
|
|
8880
|
-
function
|
|
8882
|
+
function qc(t, n, e, i) {
|
|
8881
8883
|
if (e ? e = oo(oo({}, ao), e) : e = ao, i = new kt(i), t.country && t.country !== "001") {
|
|
8882
8884
|
if (!i.hasCountry(t.country))
|
|
8883
8885
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -8895,30 +8897,30 @@ function jc(t, n, e, i) {
|
|
|
8895
8897
|
case "E.164":
|
|
8896
8898
|
return "+".concat(o).concat(r);
|
|
8897
8899
|
case "RFC3966":
|
|
8898
|
-
return
|
|
8900
|
+
return Sc({
|
|
8899
8901
|
number: "+".concat(o).concat(r),
|
|
8900
8902
|
ext: t.ext
|
|
8901
8903
|
});
|
|
8902
8904
|
case "IDD":
|
|
8903
8905
|
if (!e.fromCountry)
|
|
8904
8906
|
return;
|
|
8905
|
-
var a =
|
|
8907
|
+
var a = Hc(r, t.carrierCode, o, e.fromCountry, i);
|
|
8906
8908
|
return di(a, t.ext, i, e.formatExtension);
|
|
8907
8909
|
default:
|
|
8908
8910
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
8909
8911
|
}
|
|
8910
8912
|
}
|
|
8911
8913
|
function yr(t, n, e, i, o) {
|
|
8912
|
-
var r =
|
|
8913
|
-
return r ?
|
|
8914
|
+
var r = Fc(i.formats(), t);
|
|
8915
|
+
return r ? Pc(t, r, {
|
|
8914
8916
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
8915
8917
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
8916
8918
|
carrierCode: n,
|
|
8917
8919
|
metadata: i
|
|
8918
8920
|
}) : t;
|
|
8919
8921
|
}
|
|
8920
|
-
function
|
|
8921
|
-
for (var e =
|
|
8922
|
+
function Fc(t, n) {
|
|
8923
|
+
for (var e = Rc(t), i; !(i = e()).done; ) {
|
|
8922
8924
|
var o = i.value;
|
|
8923
8925
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
8924
8926
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -8932,13 +8934,13 @@ function qc(t, n) {
|
|
|
8932
8934
|
function di(t, n, e, i) {
|
|
8933
8935
|
return n ? i(t, n, e) : t;
|
|
8934
8936
|
}
|
|
8935
|
-
function
|
|
8937
|
+
function Hc(t, n, e, i, o) {
|
|
8936
8938
|
var r = Ti(i, o.metadata);
|
|
8937
8939
|
if (r === e) {
|
|
8938
8940
|
var l = yr(t, n, "NATIONAL", o);
|
|
8939
8941
|
return e === "1" ? e + " " + l : l;
|
|
8940
8942
|
}
|
|
8941
|
-
var a =
|
|
8943
|
+
var a = Lc(i, void 0, o.metadata);
|
|
8942
8944
|
if (a)
|
|
8943
8945
|
return "".concat(a, " ").concat(e, " ").concat(yr(t, null, "INTERNATIONAL", o));
|
|
8944
8946
|
}
|
|
@@ -8956,17 +8958,17 @@ function so(t) {
|
|
|
8956
8958
|
for (var n = 1; n < arguments.length; n++) {
|
|
8957
8959
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8958
8960
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
8959
|
-
|
|
8961
|
+
Vc(t, i, e[i]);
|
|
8960
8962
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
8961
8963
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8962
8964
|
});
|
|
8963
8965
|
}
|
|
8964
8966
|
return t;
|
|
8965
8967
|
}
|
|
8966
|
-
function
|
|
8968
|
+
function Vc(t, n, e) {
|
|
8967
8969
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8968
8970
|
}
|
|
8969
|
-
function
|
|
8971
|
+
function Uc(t, n) {
|
|
8970
8972
|
if (!(t instanceof n))
|
|
8971
8973
|
throw new TypeError("Cannot call a class as a function");
|
|
8972
8974
|
}
|
|
@@ -8976,21 +8978,21 @@ function uo(t, n) {
|
|
|
8976
8978
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8977
8979
|
}
|
|
8978
8980
|
}
|
|
8979
|
-
function
|
|
8981
|
+
function zc(t, n, e) {
|
|
8980
8982
|
return n && uo(t.prototype, n), e && uo(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8981
8983
|
}
|
|
8982
|
-
var
|
|
8984
|
+
var Kc = /* @__PURE__ */ function() {
|
|
8983
8985
|
function t(n, e, i) {
|
|
8984
|
-
if (
|
|
8986
|
+
if (Uc(this, t), !n)
|
|
8985
8987
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
8986
8988
|
if (!e)
|
|
8987
8989
|
throw new TypeError("`nationalNumber` not passed");
|
|
8988
8990
|
if (!i)
|
|
8989
8991
|
throw new TypeError("`metadata` not passed");
|
|
8990
8992
|
var o = new kt(i);
|
|
8991
|
-
|
|
8993
|
+
Gc(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;
|
|
8992
8994
|
}
|
|
8993
|
-
return
|
|
8995
|
+
return zc(t, [{
|
|
8994
8996
|
key: "setExt",
|
|
8995
8997
|
value: function(n) {
|
|
8996
8998
|
this.ext = n;
|
|
@@ -8998,14 +9000,14 @@ var zc = /* @__PURE__ */ function() {
|
|
|
8998
9000
|
}, {
|
|
8999
9001
|
key: "isPossible",
|
|
9000
9002
|
value: function() {
|
|
9001
|
-
return
|
|
9003
|
+
return _c(this, {
|
|
9002
9004
|
v2: !0
|
|
9003
9005
|
}, this.metadata);
|
|
9004
9006
|
}
|
|
9005
9007
|
}, {
|
|
9006
9008
|
key: "isValid",
|
|
9007
9009
|
value: function() {
|
|
9008
|
-
return
|
|
9010
|
+
return Nc(this, {
|
|
9009
9011
|
v2: !0
|
|
9010
9012
|
}, this.metadata);
|
|
9011
9013
|
}
|
|
@@ -9035,7 +9037,7 @@ var zc = /* @__PURE__ */ function() {
|
|
|
9035
9037
|
}, {
|
|
9036
9038
|
key: "format",
|
|
9037
9039
|
value: function(n, e) {
|
|
9038
|
-
return
|
|
9040
|
+
return qc(this, n, e ? so(so({}, e), {}, {
|
|
9039
9041
|
v2: !0
|
|
9040
9042
|
}) : {
|
|
9041
9043
|
v2: !0
|
|
@@ -9057,23 +9059,23 @@ var zc = /* @__PURE__ */ function() {
|
|
|
9057
9059
|
return this.format("RFC3966", n);
|
|
9058
9060
|
}
|
|
9059
9061
|
}]), t;
|
|
9060
|
-
}(),
|
|
9062
|
+
}(), Gc = function(t) {
|
|
9061
9063
|
return /^[A-Z]{2}$/.test(t);
|
|
9062
|
-
},
|
|
9063
|
-
function
|
|
9064
|
+
}, Yc = new RegExp("([" + Xt + "])");
|
|
9065
|
+
function Wc(t, n, e, i) {
|
|
9064
9066
|
if (n) {
|
|
9065
9067
|
var o = new kt(i);
|
|
9066
9068
|
o.selectNumberingPlan(n, e);
|
|
9067
9069
|
var r = new RegExp(o.IDDPrefix());
|
|
9068
9070
|
if (t.search(r) === 0) {
|
|
9069
9071
|
t = t.slice(t.match(r)[0].length);
|
|
9070
|
-
var l = t.match(
|
|
9072
|
+
var l = t.match(Yc);
|
|
9071
9073
|
if (!(l && l[1] != null && l[1].length > 0 && l[1] === "0"))
|
|
9072
9074
|
return t;
|
|
9073
9075
|
}
|
|
9074
9076
|
}
|
|
9075
9077
|
}
|
|
9076
|
-
function
|
|
9078
|
+
function Zc(t, n) {
|
|
9077
9079
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9078
9080
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
9079
9081
|
if (i) {
|
|
@@ -9102,13 +9104,13 @@ function Wc(t, n) {
|
|
|
9102
9104
|
};
|
|
9103
9105
|
}
|
|
9104
9106
|
function vi(t, n) {
|
|
9105
|
-
var e =
|
|
9107
|
+
var e = Zc(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
9106
9108
|
if (o !== t) {
|
|
9107
|
-
if (!
|
|
9109
|
+
if (!Jc(t, o, n))
|
|
9108
9110
|
return {
|
|
9109
9111
|
nationalNumber: t
|
|
9110
9112
|
};
|
|
9111
|
-
if (n.possibleLengths() && !
|
|
9113
|
+
if (n.possibleLengths() && !Xc(o, n))
|
|
9112
9114
|
return {
|
|
9113
9115
|
nationalNumber: t
|
|
9114
9116
|
};
|
|
@@ -9118,10 +9120,10 @@ function vi(t, n) {
|
|
|
9118
9120
|
carrierCode: i
|
|
9119
9121
|
};
|
|
9120
9122
|
}
|
|
9121
|
-
function
|
|
9123
|
+
function Jc(t, n, e) {
|
|
9122
9124
|
return !(Yt(t, e.nationalNumberPattern()) && !Yt(n, e.nationalNumberPattern()));
|
|
9123
9125
|
}
|
|
9124
|
-
function
|
|
9126
|
+
function Xc(t, n) {
|
|
9125
9127
|
switch (Ai(t, n)) {
|
|
9126
9128
|
case "TOO_SHORT":
|
|
9127
9129
|
case "INVALID_LENGTH":
|
|
@@ -9130,7 +9132,7 @@ function Jc(t, n) {
|
|
|
9130
9132
|
return !0;
|
|
9131
9133
|
}
|
|
9132
9134
|
}
|
|
9133
|
-
function
|
|
9135
|
+
function Qc(t, n, e, i) {
|
|
9134
9136
|
var o = n ? Ti(n, i) : e;
|
|
9135
9137
|
if (t.indexOf(o) === 0) {
|
|
9136
9138
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9145,16 +9147,16 @@ function Xc(t, n, e, i) {
|
|
|
9145
9147
|
number: t
|
|
9146
9148
|
};
|
|
9147
9149
|
}
|
|
9148
|
-
function
|
|
9150
|
+
function ef(t, n, e, i) {
|
|
9149
9151
|
if (!t)
|
|
9150
9152
|
return {};
|
|
9151
9153
|
if (t[0] !== "+") {
|
|
9152
|
-
var o =
|
|
9154
|
+
var o = Wc(t, n, e, i);
|
|
9153
9155
|
if (o && o !== t)
|
|
9154
9156
|
t = "+" + o;
|
|
9155
9157
|
else {
|
|
9156
9158
|
if (n || e) {
|
|
9157
|
-
var r =
|
|
9159
|
+
var r = Qc(t, n, e, i), l = r.countryCallingCode, a = r.number;
|
|
9158
9160
|
if (l)
|
|
9159
9161
|
return {
|
|
9160
9162
|
countryCallingCode: l,
|
|
@@ -9169,7 +9171,7 @@ function Qc(t, n, e, i) {
|
|
|
9169
9171
|
if (t[1] === "0")
|
|
9170
9172
|
return {};
|
|
9171
9173
|
i = new kt(i);
|
|
9172
|
-
for (var d = 2; d - 1 <=
|
|
9174
|
+
for (var d = 2; d - 1 <= Hd && d <= t.length; ) {
|
|
9173
9175
|
var f = t.slice(1, d);
|
|
9174
9176
|
if (i.hasCallingCode(f))
|
|
9175
9177
|
return i.selectNumberingPlan(f), {
|
|
@@ -9180,11 +9182,11 @@ function Qc(t, n, e, i) {
|
|
|
9180
9182
|
}
|
|
9181
9183
|
return {};
|
|
9182
9184
|
}
|
|
9183
|
-
function
|
|
9185
|
+
function tf(t, n) {
|
|
9184
9186
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9185
9187
|
if (e)
|
|
9186
9188
|
return (e = e.call(t)).next.bind(e);
|
|
9187
|
-
if (Array.isArray(t) || (e =
|
|
9189
|
+
if (Array.isArray(t) || (e = nf(t)) || n && t && typeof t.length == "number") {
|
|
9188
9190
|
e && (t = e);
|
|
9189
9191
|
var i = 0;
|
|
9190
9192
|
return function() {
|
|
@@ -9194,7 +9196,7 @@ function ef(t, n) {
|
|
|
9194
9196
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9195
9197
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9196
9198
|
}
|
|
9197
|
-
function
|
|
9199
|
+
function nf(t, n) {
|
|
9198
9200
|
if (t) {
|
|
9199
9201
|
if (typeof t == "string")
|
|
9200
9202
|
return co(t, n);
|
|
@@ -9211,14 +9213,14 @@ function co(t, n) {
|
|
|
9211
9213
|
i[e] = t[e];
|
|
9212
9214
|
return i;
|
|
9213
9215
|
}
|
|
9214
|
-
function
|
|
9216
|
+
function rf(t, n, e) {
|
|
9215
9217
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9216
9218
|
if (i)
|
|
9217
|
-
return i.length === 1 ? i[0] :
|
|
9219
|
+
return i.length === 1 ? i[0] : of(i, n, e.metadata);
|
|
9218
9220
|
}
|
|
9219
|
-
function
|
|
9221
|
+
function of(t, n, e) {
|
|
9220
9222
|
e = new kt(e);
|
|
9221
|
-
for (var i =
|
|
9223
|
+
for (var i = tf(t), o; !(o = i()).done; ) {
|
|
9222
9224
|
var r = o.value;
|
|
9223
9225
|
if (e.country(r), e.leadingDigits()) {
|
|
9224
9226
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9230,17 +9232,17 @@ function rf(t, n, e) {
|
|
|
9230
9232
|
return r;
|
|
9231
9233
|
}
|
|
9232
9234
|
}
|
|
9233
|
-
var
|
|
9234
|
-
function
|
|
9235
|
+
var af = 250, lf = new RegExp("[" + xi + Xt + "]"), sf = new RegExp("[^" + Xt + "#]+$");
|
|
9236
|
+
function uf(t, n, e) {
|
|
9235
9237
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9236
9238
|
throw n.v2 ? new Jt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9237
|
-
var i =
|
|
9239
|
+
var i = cf(t, n.v2, n.extract), o = i.number, r = i.ext, l = i.error;
|
|
9238
9240
|
if (!o) {
|
|
9239
9241
|
if (n.v2)
|
|
9240
9242
|
throw l === "TOO_SHORT" ? new Jt("TOO_SHORT") : new Jt("NOT_A_NUMBER");
|
|
9241
9243
|
return {};
|
|
9242
9244
|
}
|
|
9243
|
-
var a =
|
|
9245
|
+
var a = hf(o, n.defaultCountry, n.defaultCallingCode, e), d = a.country, f = a.nationalNumber, h = a.countryCallingCode, c = a.carrierCode;
|
|
9244
9246
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9245
9247
|
if (n.v2)
|
|
9246
9248
|
throw new Jt("INVALID_COUNTRY");
|
|
@@ -9251,13 +9253,13 @@ function sf(t, n, e) {
|
|
|
9251
9253
|
throw new Jt("TOO_SHORT");
|
|
9252
9254
|
return {};
|
|
9253
9255
|
}
|
|
9254
|
-
if (f.length >
|
|
9256
|
+
if (f.length > Fd) {
|
|
9255
9257
|
if (n.v2)
|
|
9256
9258
|
throw new Jt("TOO_LONG");
|
|
9257
9259
|
return {};
|
|
9258
9260
|
}
|
|
9259
9261
|
if (n.v2) {
|
|
9260
|
-
var s = new
|
|
9262
|
+
var s = new Kc(h, f, e.metadata);
|
|
9261
9263
|
return d && (s.country = d), c && (s.carrierCode = c), r && (s.ext = r), s;
|
|
9262
9264
|
}
|
|
9263
9265
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : d) ? Yt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9269,46 +9271,46 @@ function sf(t, n, e) {
|
|
|
9269
9271
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Zo(f, e)),
|
|
9270
9272
|
phone: f,
|
|
9271
9273
|
ext: r
|
|
9272
|
-
} : u ?
|
|
9274
|
+
} : u ? ff(d, f, r) : {};
|
|
9273
9275
|
}
|
|
9274
|
-
function
|
|
9276
|
+
function df(t, n, e) {
|
|
9275
9277
|
if (t) {
|
|
9276
|
-
if (t.length >
|
|
9278
|
+
if (t.length > af) {
|
|
9277
9279
|
if (e)
|
|
9278
9280
|
throw new Jt("TOO_LONG");
|
|
9279
9281
|
return;
|
|
9280
9282
|
}
|
|
9281
9283
|
if (n === !1)
|
|
9282
9284
|
return t;
|
|
9283
|
-
var i = t.search(
|
|
9285
|
+
var i = t.search(lf);
|
|
9284
9286
|
if (!(i < 0))
|
|
9285
|
-
return t.slice(i).replace(
|
|
9287
|
+
return t.slice(i).replace(sf, "");
|
|
9286
9288
|
}
|
|
9287
9289
|
}
|
|
9288
|
-
function
|
|
9290
|
+
function cf(t, n, e) {
|
|
9289
9291
|
if (t && t.indexOf("tel:") === 0)
|
|
9290
|
-
return
|
|
9291
|
-
var i =
|
|
9292
|
+
return Ec(t);
|
|
9293
|
+
var i = df(t, e, n);
|
|
9292
9294
|
if (!i)
|
|
9293
9295
|
return {};
|
|
9294
9296
|
if (!Yo(i))
|
|
9295
|
-
return
|
|
9297
|
+
return dc(i) ? {
|
|
9296
9298
|
error: "TOO_SHORT"
|
|
9297
9299
|
} : {};
|
|
9298
|
-
var o =
|
|
9300
|
+
var o = cc(i);
|
|
9299
9301
|
return o.ext ? o : {
|
|
9300
9302
|
number: i
|
|
9301
9303
|
};
|
|
9302
9304
|
}
|
|
9303
|
-
function
|
|
9305
|
+
function ff(t, n, e) {
|
|
9304
9306
|
var i = {
|
|
9305
9307
|
country: t,
|
|
9306
9308
|
phone: n
|
|
9307
9309
|
};
|
|
9308
9310
|
return e && (i.ext = e), i;
|
|
9309
9311
|
}
|
|
9310
|
-
function
|
|
9311
|
-
var o =
|
|
9312
|
+
function hf(t, n, e, i) {
|
|
9313
|
+
var o = ef(Qi(t), n, e, i.metadata), r = o.countryCallingCode, l = o.number, a;
|
|
9312
9314
|
if (r)
|
|
9313
9315
|
i.selectNumberingPlan(r);
|
|
9314
9316
|
else if (l && (n || e))
|
|
@@ -9319,7 +9321,7 @@ function ff(t, n, e, i) {
|
|
|
9319
9321
|
return {
|
|
9320
9322
|
countryCallingCode: r
|
|
9321
9323
|
};
|
|
9322
|
-
var d = vi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c =
|
|
9324
|
+
var d = vi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c = rf(r, f, i);
|
|
9323
9325
|
return c && (a = c, c === "001" || i.country(a)), {
|
|
9324
9326
|
country: a,
|
|
9325
9327
|
countryCallingCode: r,
|
|
@@ -9341,18 +9343,18 @@ function ho(t) {
|
|
|
9341
9343
|
for (var n = 1; n < arguments.length; n++) {
|
|
9342
9344
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9343
9345
|
n % 2 ? fo(Object(e), !0).forEach(function(i) {
|
|
9344
|
-
|
|
9346
|
+
pf(t, i, e[i]);
|
|
9345
9347
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(i) {
|
|
9346
9348
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9347
9349
|
});
|
|
9348
9350
|
}
|
|
9349
9351
|
return t;
|
|
9350
9352
|
}
|
|
9351
|
-
function
|
|
9353
|
+
function pf(t, n, e) {
|
|
9352
9354
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9353
9355
|
}
|
|
9354
|
-
function
|
|
9355
|
-
return
|
|
9356
|
+
function gf(t, n, e) {
|
|
9357
|
+
return uf(t, ho(ho({}, n), {}, {
|
|
9356
9358
|
v2: !0
|
|
9357
9359
|
}), e);
|
|
9358
9360
|
}
|
|
@@ -9373,28 +9375,28 @@ function po(t, n) {
|
|
|
9373
9375
|
}
|
|
9374
9376
|
return e;
|
|
9375
9377
|
}
|
|
9376
|
-
function
|
|
9378
|
+
function mf(t) {
|
|
9377
9379
|
for (var n = 1; n < arguments.length; n++) {
|
|
9378
9380
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9379
9381
|
n % 2 ? po(Object(e), !0).forEach(function(i) {
|
|
9380
|
-
|
|
9382
|
+
vf(t, i, e[i]);
|
|
9381
9383
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : po(Object(e)).forEach(function(i) {
|
|
9382
9384
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9383
9385
|
});
|
|
9384
9386
|
}
|
|
9385
9387
|
return t;
|
|
9386
9388
|
}
|
|
9387
|
-
function
|
|
9389
|
+
function vf(t, n, e) {
|
|
9388
9390
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9389
9391
|
}
|
|
9390
|
-
function
|
|
9391
|
-
return
|
|
9392
|
+
function yf(t, n) {
|
|
9393
|
+
return wf(t) || $f(t, n) || _f(t, n) || bf();
|
|
9392
9394
|
}
|
|
9393
|
-
function
|
|
9395
|
+
function bf() {
|
|
9394
9396
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9395
9397
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9396
9398
|
}
|
|
9397
|
-
function
|
|
9399
|
+
function _f(t, n) {
|
|
9398
9400
|
if (t) {
|
|
9399
9401
|
if (typeof t == "string")
|
|
9400
9402
|
return go(t, n);
|
|
@@ -9411,7 +9413,7 @@ function go(t, n) {
|
|
|
9411
9413
|
i[e] = t[e];
|
|
9412
9414
|
return i;
|
|
9413
9415
|
}
|
|
9414
|
-
function
|
|
9416
|
+
function $f(t, n) {
|
|
9415
9417
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9416
9418
|
if (e != null) {
|
|
9417
9419
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -9431,21 +9433,21 @@ function _f(t, n) {
|
|
|
9431
9433
|
return i;
|
|
9432
9434
|
}
|
|
9433
9435
|
}
|
|
9434
|
-
function
|
|
9436
|
+
function wf(t) {
|
|
9435
9437
|
if (Array.isArray(t))
|
|
9436
9438
|
return t;
|
|
9437
9439
|
}
|
|
9438
|
-
function
|
|
9439
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9440
|
+
function Of(t) {
|
|
9441
|
+
var n = Array.prototype.slice.call(t), e = yf(n, 4), i = e[0], o = e[1], r = e[2], l = e[3], a, d, f;
|
|
9440
9442
|
if (typeof i == "string")
|
|
9441
9443
|
a = i;
|
|
9442
9444
|
else
|
|
9443
9445
|
throw new TypeError("A text for parsing must be a string.");
|
|
9444
9446
|
if (!o || typeof o == "string")
|
|
9445
|
-
l ? (d = r, f = l) : (d = void 0, f = r), o && (d =
|
|
9447
|
+
l ? (d = r, f = l) : (d = void 0, f = r), o && (d = mf({
|
|
9446
9448
|
defaultCountry: o
|
|
9447
9449
|
}, d));
|
|
9448
|
-
else if (
|
|
9450
|
+
else if (kf(o))
|
|
9449
9451
|
r ? (d = o, f = r) : f = o;
|
|
9450
9452
|
else
|
|
9451
9453
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9455,7 +9457,7 @@ function wf(t) {
|
|
|
9455
9457
|
metadata: f
|
|
9456
9458
|
};
|
|
9457
9459
|
}
|
|
9458
|
-
var
|
|
9460
|
+
var kf = function(t) {
|
|
9459
9461
|
return yi(t) === "object";
|
|
9460
9462
|
};
|
|
9461
9463
|
function mo(t, n) {
|
|
@@ -9472,35 +9474,35 @@ function vo(t) {
|
|
|
9472
9474
|
for (var n = 1; n < arguments.length; n++) {
|
|
9473
9475
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9474
9476
|
n % 2 ? mo(Object(e), !0).forEach(function(i) {
|
|
9475
|
-
|
|
9477
|
+
Cf(t, i, e[i]);
|
|
9476
9478
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(i) {
|
|
9477
9479
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9478
9480
|
});
|
|
9479
9481
|
}
|
|
9480
9482
|
return t;
|
|
9481
9483
|
}
|
|
9482
|
-
function
|
|
9484
|
+
function Cf(t, n, e) {
|
|
9483
9485
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9484
9486
|
}
|
|
9485
|
-
function
|
|
9486
|
-
n && n.defaultCountry && !
|
|
9487
|
+
function Ef(t, n, e) {
|
|
9488
|
+
n && n.defaultCountry && !rc(n.defaultCountry, e) && (n = vo(vo({}, n), {}, {
|
|
9487
9489
|
defaultCountry: void 0
|
|
9488
9490
|
}));
|
|
9489
9491
|
try {
|
|
9490
|
-
return
|
|
9492
|
+
return gf(t, n, e);
|
|
9491
9493
|
} catch (i) {
|
|
9492
9494
|
if (!(i instanceof Jt))
|
|
9493
9495
|
throw i;
|
|
9494
9496
|
}
|
|
9495
9497
|
}
|
|
9496
|
-
function
|
|
9497
|
-
var t =
|
|
9498
|
-
return
|
|
9498
|
+
function Sf() {
|
|
9499
|
+
var t = Of(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9500
|
+
return Ef(n, e, i);
|
|
9499
9501
|
}
|
|
9500
9502
|
function ci() {
|
|
9501
|
-
return
|
|
9503
|
+
return Pd(Sf, arguments);
|
|
9502
9504
|
}
|
|
9503
|
-
const
|
|
9505
|
+
const xf = {
|
|
9504
9506
|
beforeMount(t, n, e) {
|
|
9505
9507
|
if (typeof n.value != "function") {
|
|
9506
9508
|
const i = e.context.name;
|
|
@@ -9514,7 +9516,7 @@ const Sf = {
|
|
|
9514
9516
|
unmounted(t) {
|
|
9515
9517
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9516
9518
|
}
|
|
9517
|
-
},
|
|
9519
|
+
}, Tf = (t, n) => {
|
|
9518
9520
|
const e = t.__vccOpts || t;
|
|
9519
9521
|
for (const [i, o] of n)
|
|
9520
9522
|
e[i] = o;
|
|
@@ -9524,10 +9526,10 @@ function mt(t) {
|
|
|
9524
9526
|
const n = Ui.options[t];
|
|
9525
9527
|
return typeof n > "u" ? Ui.options[t] : n;
|
|
9526
9528
|
}
|
|
9527
|
-
const
|
|
9529
|
+
const Af = {
|
|
9528
9530
|
name: "VueTelInput",
|
|
9529
9531
|
directives: {
|
|
9530
|
-
clickOutside:
|
|
9532
|
+
clickOutside: xf
|
|
9531
9533
|
},
|
|
9532
9534
|
props: {
|
|
9533
9535
|
modelValue: {
|
|
@@ -9713,7 +9715,7 @@ const Tf = {
|
|
|
9713
9715
|
}
|
|
9714
9716
|
}
|
|
9715
9717
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9716
|
-
this.autoDefaultCountry ?
|
|
9718
|
+
this.autoDefaultCountry ? Td().then((i) => {
|
|
9717
9719
|
this.choose(i || this.activeCountryCode);
|
|
9718
9720
|
}).catch((i) => {
|
|
9719
9721
|
console.warn(i), this.choose(e);
|
|
@@ -9788,7 +9790,7 @@ const Tf = {
|
|
|
9788
9790
|
this.$emit("blur");
|
|
9789
9791
|
},
|
|
9790
9792
|
onFocus() {
|
|
9791
|
-
|
|
9793
|
+
Ad(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
9792
9794
|
},
|
|
9793
9795
|
onEnter() {
|
|
9794
9796
|
this.$emit("enter");
|
|
@@ -9835,11 +9837,11 @@ const Tf = {
|
|
|
9835
9837
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
9836
9838
|
}
|
|
9837
9839
|
}
|
|
9838
|
-
},
|
|
9840
|
+
}, Nf = ["aria-expanded", "tabindex"], If = { class: "vti__selection" }, Mf = {
|
|
9839
9841
|
key: 1,
|
|
9840
9842
|
class: "vti__country-code"
|
|
9841
|
-
},
|
|
9842
|
-
function
|
|
9843
|
+
}, Pf = { class: "vti__dropdown-arrow" }, Df = ["placeholder"], Lf = ["onClick", "onMousemove", "aria-selected"], Rf = { key: 1 }, Bf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
9844
|
+
function jf(t, n, e, i, o, r) {
|
|
9843
9845
|
const l = Or("click-outside");
|
|
9844
9846
|
return G(), ne("div", {
|
|
9845
9847
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -9859,14 +9861,14 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9859
9861
|
],
|
|
9860
9862
|
onClick: n[3] || (n[3] = (...a) => r.toggleDropdown && r.toggleDropdown(...a))
|
|
9861
9863
|
}, [
|
|
9862
|
-
ae("span",
|
|
9864
|
+
ae("span", If, [
|
|
9863
9865
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
9864
9866
|
key: 0,
|
|
9865
9867
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
9866
9868
|
}, null, 2)) : he("", !0),
|
|
9867
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
9869
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Mf, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
9868
9870
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
9869
|
-
ae("span",
|
|
9871
|
+
ae("span", Pf, we(o.open ? "▲" : "▼"), 1)
|
|
9870
9872
|
])
|
|
9871
9873
|
]),
|
|
9872
9874
|
o.open ? (G(), ne("ul", {
|
|
@@ -9884,7 +9886,7 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9884
9886
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.searchQuery = a),
|
|
9885
9887
|
onClick: n[1] || (n[1] = _t(() => {
|
|
9886
9888
|
}, ["stop"]))
|
|
9887
|
-
}, null, 8,
|
|
9889
|
+
}, null, 8, Df)), [
|
|
9888
9890
|
[xo, o.searchQuery]
|
|
9889
9891
|
]) : he("", !0),
|
|
9890
9892
|
(G(!0), ne(rt, null, jt(r.sortedCountries, (a, d) => (G(), ne("li", {
|
|
@@ -9901,10 +9903,10 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9901
9903
|
class: ve(["vti__flag", a.iso2.toLowerCase()])
|
|
9902
9904
|
}, null, 2)) : he("", !0),
|
|
9903
9905
|
ae("strong", null, we(a.name), 1),
|
|
9904
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
9905
|
-
], 42,
|
|
9906
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Rf, " +" + we(a.dialCode), 1)) : he("", !0)
|
|
9907
|
+
], 42, Lf))), 128))
|
|
9906
9908
|
], 2)) : he("", !0)
|
|
9907
|
-
], 42,
|
|
9909
|
+
], 42, Nf)), [
|
|
9908
9910
|
[l, r.clickedOutside]
|
|
9909
9911
|
]),
|
|
9910
9912
|
qe(ae("input", {
|
|
@@ -9931,14 +9933,14 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9931
9933
|
n[11] || (n[11] = un((...a) => r.onEnter && r.onEnter(...a), ["enter"])),
|
|
9932
9934
|
n[12] || (n[12] = un((...a) => r.onSpace && r.onSpace(...a), ["space"]))
|
|
9933
9935
|
]
|
|
9934
|
-
}, null, 42,
|
|
9936
|
+
}, null, 42, Bf), [
|
|
9935
9937
|
[So, o.phone]
|
|
9936
9938
|
]),
|
|
9937
9939
|
Te(t.$slots, "icon-right")
|
|
9938
9940
|
], 2);
|
|
9939
9941
|
}
|
|
9940
|
-
const
|
|
9941
|
-
const
|
|
9942
|
+
const qf = /* @__PURE__ */ Tf(Af, [["render", jf]]);
|
|
9943
|
+
const Ff = {
|
|
9942
9944
|
directives: { Outside: Oi },
|
|
9943
9945
|
props: {
|
|
9944
9946
|
inputName: {
|
|
@@ -9967,7 +9969,7 @@ const qf = {
|
|
|
9967
9969
|
}
|
|
9968
9970
|
},
|
|
9969
9971
|
components: {
|
|
9970
|
-
VueTelInput:
|
|
9972
|
+
VueTelInput: qf,
|
|
9971
9973
|
IbAlert: cn,
|
|
9972
9974
|
IbIcon: Xe
|
|
9973
9975
|
},
|
|
@@ -9993,7 +9995,7 @@ const qf = {
|
|
|
9993
9995
|
}
|
|
9994
9996
|
}
|
|
9995
9997
|
};
|
|
9996
|
-
function
|
|
9998
|
+
function Hf(t, n, e, i, o, r) {
|
|
9997
9999
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("vue-tel-input"), f = Or("outside");
|
|
9998
10000
|
return G(), ne(rt, null, [
|
|
9999
10001
|
e.errorMessage.length ? (G(), $e(l, {
|
|
@@ -10028,7 +10030,7 @@ function Ff(t, n, e, i, o, r) {
|
|
|
10028
10030
|
])
|
|
10029
10031
|
], 64);
|
|
10030
10032
|
}
|
|
10031
|
-
const
|
|
10033
|
+
const f1 = /* @__PURE__ */ Ae(Ff, [["render", Hf]]);
|
|
10032
10034
|
var Xo = { exports: {} };
|
|
10033
10035
|
/*!
|
|
10034
10036
|
* Quill Editor v1.3.7
|
|
@@ -17421,14 +17423,14 @@ var Xo = { exports: {} };
|
|
|
17421
17423
|
);
|
|
17422
17424
|
});
|
|
17423
17425
|
})(Xo);
|
|
17424
|
-
var
|
|
17425
|
-
const Bt = /* @__PURE__ */ Er(
|
|
17426
|
+
var Vf = Xo.exports;
|
|
17427
|
+
const Bt = /* @__PURE__ */ Er(Vf);
|
|
17426
17428
|
var Rt = -1, xt = 1, bt = 0;
|
|
17427
17429
|
function Gn(t, n, e, i) {
|
|
17428
17430
|
if (t === n)
|
|
17429
17431
|
return t ? [[bt, t]] : [];
|
|
17430
17432
|
if (e != null) {
|
|
17431
|
-
var o =
|
|
17433
|
+
var o = Yf(t, n, e);
|
|
17432
17434
|
if (o)
|
|
17433
17435
|
return o;
|
|
17434
17436
|
}
|
|
@@ -17436,10 +17438,10 @@ function Gn(t, n, e, i) {
|
|
|
17436
17438
|
t = t.substring(r), n = n.substring(r), r = Mi(t, n);
|
|
17437
17439
|
var a = t.substring(t.length - r);
|
|
17438
17440
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17439
|
-
var d =
|
|
17441
|
+
var d = Uf(t, n);
|
|
17440
17442
|
return l && d.unshift([bt, l]), a && d.push([bt, a]), Qo(d, i), d;
|
|
17441
17443
|
}
|
|
17442
|
-
function
|
|
17444
|
+
function Uf(t, n) {
|
|
17443
17445
|
var e;
|
|
17444
17446
|
if (!t)
|
|
17445
17447
|
return [[xt, n]];
|
|
@@ -17454,14 +17456,14 @@ function Vf(t, n) {
|
|
|
17454
17456
|
], t.length > n.length && (e[0][0] = e[2][0] = Rt), e;
|
|
17455
17457
|
if (o.length === 1)
|
|
17456
17458
|
return [[Rt, t], [xt, n]];
|
|
17457
|
-
var l =
|
|
17459
|
+
var l = Kf(t, n);
|
|
17458
17460
|
if (l) {
|
|
17459
17461
|
var a = l[0], d = l[1], f = l[2], h = l[3], c = l[4], s = Gn(a, f), u = Gn(d, h);
|
|
17460
17462
|
return s.concat([[bt, c]], u);
|
|
17461
17463
|
}
|
|
17462
|
-
return
|
|
17464
|
+
return zf(t, n);
|
|
17463
17465
|
}
|
|
17464
|
-
function
|
|
17466
|
+
function zf(t, n) {
|
|
17465
17467
|
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++)
|
|
17466
17468
|
a[f] = -1, d[f] = -1;
|
|
17467
17469
|
a[r + 1] = 0, d[r + 1] = 0;
|
|
@@ -17523,7 +17525,7 @@ function Mi(t, n) {
|
|
|
17523
17525
|
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);
|
|
17524
17526
|
return ta(t.charCodeAt(t.length - o)) && o--, o;
|
|
17525
17527
|
}
|
|
17526
|
-
function
|
|
17528
|
+
function Kf(t, n) {
|
|
17527
17529
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17528
17530
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17529
17531
|
return null;
|
|
@@ -17619,20 +17621,20 @@ function na(t) {
|
|
|
17619
17621
|
function ra(t) {
|
|
17620
17622
|
return ea(t.charCodeAt(t.length - 1));
|
|
17621
17623
|
}
|
|
17622
|
-
function
|
|
17624
|
+
function Gf(t) {
|
|
17623
17625
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17624
17626
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17625
17627
|
return n;
|
|
17626
17628
|
}
|
|
17627
17629
|
function fi(t, n, e, i) {
|
|
17628
|
-
return ra(t) || na(i) ? null :
|
|
17630
|
+
return ra(t) || na(i) ? null : Gf([
|
|
17629
17631
|
[bt, t],
|
|
17630
17632
|
[Rt, n],
|
|
17631
17633
|
[xt, e],
|
|
17632
17634
|
[bt, i]
|
|
17633
17635
|
]);
|
|
17634
17636
|
}
|
|
17635
|
-
function
|
|
17637
|
+
function Yf(t, n, e) {
|
|
17636
17638
|
var i = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, r = t.length, l = n.length;
|
|
17637
17639
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17638
17640
|
var a = i.index, d = t.slice(0, a), f = t.slice(a), h = o ? o.index : null;
|
|
@@ -17681,7 +17683,7 @@ function Tr(t, n, e) {
|
|
|
17681
17683
|
Tr.INSERT = xt;
|
|
17682
17684
|
Tr.DELETE = Rt;
|
|
17683
17685
|
Tr.EQUAL = bt;
|
|
17684
|
-
var
|
|
17686
|
+
var Wf = Tr, br = { exports: {} };
|
|
17685
17687
|
br.exports;
|
|
17686
17688
|
(function(t, n) {
|
|
17687
17689
|
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]", M = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", T = "[object Uint8ClampedArray]", P = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18609,11 +18611,11 @@ var oa = _r.exports, Pi = {}, aa = et && et.__importDefault || function(t) {
|
|
|
18609
18611
|
return t && t.__esModule ? t : { default: t };
|
|
18610
18612
|
};
|
|
18611
18613
|
Object.defineProperty(Pi, "__esModule", { value: !0 });
|
|
18612
|
-
var
|
|
18614
|
+
var Zf = aa(ia), Jf = aa(oa), bi;
|
|
18613
18615
|
(function(t) {
|
|
18614
18616
|
function n(r, l, a) {
|
|
18615
18617
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18616
|
-
var d =
|
|
18618
|
+
var d = Zf.default(l);
|
|
18617
18619
|
a || (d = Object.keys(d).reduce(function(h, c) {
|
|
18618
18620
|
return d[c] != null && (h[c] = d[c]), h;
|
|
18619
18621
|
}, {}));
|
|
@@ -18625,7 +18627,7 @@ var Wf = aa(ia), Zf = aa(oa), bi;
|
|
|
18625
18627
|
function e(r, l) {
|
|
18626
18628
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18627
18629
|
var a = Object.keys(r).concat(Object.keys(l)).reduce(function(d, f) {
|
|
18628
|
-
return
|
|
18630
|
+
return Jf.default(r[f], l[f]) || (d[f] = l[f] === void 0 ? null : l[f]), d;
|
|
18629
18631
|
}, {});
|
|
18630
18632
|
return Object.keys(a).length > 0 ? a : void 0;
|
|
18631
18633
|
}
|
|
@@ -18656,7 +18658,7 @@ var Wf = aa(ia), Zf = aa(oa), bi;
|
|
|
18656
18658
|
})(bi || (bi = {}));
|
|
18657
18659
|
Pi.default = bi;
|
|
18658
18660
|
var dr = {}, cr = {}, bo;
|
|
18659
|
-
function
|
|
18661
|
+
function Xf() {
|
|
18660
18662
|
if (bo)
|
|
18661
18663
|
return cr;
|
|
18662
18664
|
bo = 1;
|
|
@@ -18711,7 +18713,7 @@ function la() {
|
|
|
18711
18713
|
return i && i.__esModule ? i : { default: i };
|
|
18712
18714
|
};
|
|
18713
18715
|
Object.defineProperty(dr, "__esModule", { value: !0 });
|
|
18714
|
-
var n = t(
|
|
18716
|
+
var n = t(Xf()), e;
|
|
18715
18717
|
return function(i) {
|
|
18716
18718
|
function o(l) {
|
|
18717
18719
|
return new n.default(l);
|
|
@@ -18725,7 +18727,7 @@ function la() {
|
|
|
18725
18727
|
}
|
|
18726
18728
|
var Yn = et && et.__importDefault || function(t) {
|
|
18727
18729
|
return t && t.__esModule ? t : { default: t };
|
|
18728
|
-
}, fr = Yn(
|
|
18730
|
+
}, fr = Yn(Wf), Qf = Yn(ia), hi = Yn(oa), jn = Yn(Pi), at = Yn(la()), eh = String.fromCharCode(0), th = (
|
|
18729
18731
|
/** @class */
|
|
18730
18732
|
function() {
|
|
18731
18733
|
function t(n) {
|
|
@@ -18743,7 +18745,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18743
18745
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
18744
18746
|
}, t.prototype.push = function(n) {
|
|
18745
18747
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
18746
|
-
if (n =
|
|
18748
|
+
if (n = Qf.default(n), typeof i == "object") {
|
|
18747
18749
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
18748
18750
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
18749
18751
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -18823,7 +18825,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18823
18825
|
var i = [this, n].map(function(d) {
|
|
18824
18826
|
return d.map(function(f) {
|
|
18825
18827
|
if (f.insert != null)
|
|
18826
|
-
return typeof f.insert == "string" ? f.insert :
|
|
18828
|
+
return typeof f.insert == "string" ? f.insert : eh;
|
|
18827
18829
|
var h = d === n ? "on" : "with";
|
|
18828
18830
|
throw new Error("diff() called " + h + " non-document");
|
|
18829
18831
|
}).join("");
|
|
@@ -18911,8 +18913,8 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18911
18913
|
return n;
|
|
18912
18914
|
}, t.Op = at.default, t.AttributeMap = jn.default, t;
|
|
18913
18915
|
}()
|
|
18914
|
-
),
|
|
18915
|
-
const
|
|
18916
|
+
), nh = th;
|
|
18917
|
+
const rh = /* @__PURE__ */ Er(nh);
|
|
18916
18918
|
/*!
|
|
18917
18919
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
18918
18920
|
* https://vueup.github.io/vue-quill/
|
|
@@ -18954,7 +18956,7 @@ const $o = {
|
|
|
18954
18956
|
["clean"]
|
|
18955
18957
|
// remove formatting button
|
|
18956
18958
|
]
|
|
18957
|
-
},
|
|
18959
|
+
}, ih = da({
|
|
18958
18960
|
name: "QuillEditor",
|
|
18959
18961
|
inheritAttrs: !1,
|
|
18960
18962
|
props: {
|
|
@@ -19093,7 +19095,7 @@ const $o = {
|
|
|
19093
19095
|
make sure to call this method when the editor ready
|
|
19094
19096
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19095
19097
|
}, m = (O, k) => t.contentType === "html" ? x() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19096
|
-
const T = O || (t.contentType === "delta" ? new
|
|
19098
|
+
const T = O || (t.contentType === "delta" ? new rh() : "");
|
|
19097
19099
|
t.contentType === "html" ? E(T) : t.contentType === "text" ? w(T, k) : e == null || e.setContents(T, k), f = a(T);
|
|
19098
19100
|
}, p = (O, k) => {
|
|
19099
19101
|
var T;
|
|
@@ -19146,10 +19148,10 @@ const $o = {
|
|
|
19146
19148
|
ha("div", { ref: "editor", ...this.$attrs })
|
|
19147
19149
|
];
|
|
19148
19150
|
}
|
|
19149
|
-
}),
|
|
19150
|
-
class Ar extends
|
|
19151
|
+
}), oh = Bt.import("formats/list"), ah = Bt.import("formats/list/item"), lh = Bt.import("parchment");
|
|
19152
|
+
class Ar extends ah {
|
|
19151
19153
|
format(n, e) {
|
|
19152
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19154
|
+
n === fn.blotName && !e ? this.replaceWith(lh.create(this.statics.scope)) : super.format(n, e);
|
|
19153
19155
|
}
|
|
19154
19156
|
clone() {
|
|
19155
19157
|
const n = super.clone();
|
|
@@ -19158,7 +19160,7 @@ class Ar extends oh {
|
|
|
19158
19160
|
}
|
|
19159
19161
|
Ar.blotName = "alphabet-list-item";
|
|
19160
19162
|
Ar.tagName = "LI";
|
|
19161
|
-
class fn extends
|
|
19163
|
+
class fn extends oh {
|
|
19162
19164
|
static create() {
|
|
19163
19165
|
const n = super.create("bullet");
|
|
19164
19166
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19172,36 +19174,36 @@ fn.tagName = "OL";
|
|
|
19172
19174
|
fn.className = "alphabet-list";
|
|
19173
19175
|
fn.defaultChild = "alphabet-list-item";
|
|
19174
19176
|
fn.allowedChildren = [Ar];
|
|
19175
|
-
const
|
|
19177
|
+
const sh = `
|
|
19176
19178
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19177
19179
|
<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"/>
|
|
19178
19180
|
</svg>
|
|
19179
|
-
`,
|
|
19181
|
+
`, uh = `
|
|
19180
19182
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19181
19183
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19182
19184
|
</svg>
|
|
19183
|
-
`,
|
|
19185
|
+
`, dh = `
|
|
19184
19186
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19185
19187
|
<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"/>
|
|
19186
19188
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19187
19189
|
</svg>
|
|
19188
|
-
`,
|
|
19190
|
+
`, ch = `
|
|
19189
19191
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19190
19192
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19191
19193
|
<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"/>
|
|
19192
19194
|
<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"/>
|
|
19193
19195
|
</svg>
|
|
19194
|
-
`,
|
|
19196
|
+
`, fh = `
|
|
19195
19197
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19196
19198
|
<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"/>
|
|
19197
19199
|
</svg>
|
|
19198
19200
|
|
|
19199
|
-
`,
|
|
19201
|
+
`, hh = `
|
|
19200
19202
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19201
19203
|
<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"/>
|
|
19202
19204
|
</svg>
|
|
19203
19205
|
|
|
19204
|
-
`,
|
|
19206
|
+
`, ph = `
|
|
19205
19207
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19206
19208
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19207
19209
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19209,14 +19211,14 @@ const lh = `
|
|
|
19209
19211
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19210
19212
|
</svg>
|
|
19211
19213
|
|
|
19212
|
-
`,
|
|
19214
|
+
`, gh = `
|
|
19213
19215
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19214
19216
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19215
19217
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19216
19218
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19217
19219
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19218
19220
|
</svg>
|
|
19219
|
-
`,
|
|
19221
|
+
`, mh = `
|
|
19220
19222
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19221
19223
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19222
19224
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19224,14 +19226,14 @@ const lh = `
|
|
|
19224
19226
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19225
19227
|
</svg>
|
|
19226
19228
|
|
|
19227
|
-
`,
|
|
19229
|
+
`, vh = `
|
|
19228
19230
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19229
19231
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19230
19232
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19231
19233
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19232
19234
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19233
19235
|
</svg>
|
|
19234
|
-
`,
|
|
19236
|
+
`, yh = `
|
|
19235
19237
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19236
19238
|
<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"/>
|
|
19237
19239
|
<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"/>
|
|
@@ -19240,7 +19242,7 @@ const lh = `
|
|
|
19240
19242
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19241
19243
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19242
19244
|
</svg>
|
|
19243
|
-
`,
|
|
19245
|
+
`, bh = `
|
|
19244
19246
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19245
19247
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19246
19248
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19249,7 +19251,7 @@ const lh = `
|
|
|
19249
19251
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19250
19252
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19251
19253
|
</svg>
|
|
19252
|
-
`,
|
|
19254
|
+
`, _h = `
|
|
19253
19255
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19254
19256
|
<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"/>
|
|
19255
19257
|
<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"/>
|
|
@@ -19260,26 +19262,26 @@ const lh = `
|
|
|
19260
19262
|
</svg>
|
|
19261
19263
|
`;
|
|
19262
19264
|
const $t = Bt.import("ui/icons");
|
|
19263
|
-
$t.bold =
|
|
19264
|
-
$t.italic =
|
|
19265
|
-
$t.underline =
|
|
19266
|
-
$t.strike =
|
|
19267
|
-
$t["code-block"] =
|
|
19268
|
-
$t.link =
|
|
19269
|
-
$t.align[""] =
|
|
19270
|
-
$t.align.center =
|
|
19271
|
-
$t.align.right =
|
|
19272
|
-
$t.align.justify =
|
|
19273
|
-
$t.list.ordered =
|
|
19274
|
-
$t.list.bullet =
|
|
19275
|
-
$t["alphabet-list"] =
|
|
19265
|
+
$t.bold = sh;
|
|
19266
|
+
$t.italic = uh;
|
|
19267
|
+
$t.underline = dh;
|
|
19268
|
+
$t.strike = ch;
|
|
19269
|
+
$t["code-block"] = hh;
|
|
19270
|
+
$t.link = fh;
|
|
19271
|
+
$t.align[""] = ph;
|
|
19272
|
+
$t.align.center = gh;
|
|
19273
|
+
$t.align.right = mh;
|
|
19274
|
+
$t.align.justify = vh;
|
|
19275
|
+
$t.list.ordered = yh;
|
|
19276
|
+
$t.list.bullet = bh;
|
|
19277
|
+
$t["alphabet-list"] = _h;
|
|
19276
19278
|
Bt.register({
|
|
19277
19279
|
"formats/alphabet-list": fn,
|
|
19278
19280
|
"formats/alphabet-list/item": Ar
|
|
19279
19281
|
});
|
|
19280
19282
|
Bt.register($t);
|
|
19281
19283
|
Bt.debug("error");
|
|
19282
|
-
const
|
|
19284
|
+
const $h = {
|
|
19283
19285
|
name: "IbTextEditor",
|
|
19284
19286
|
props: {
|
|
19285
19287
|
placeholder: {
|
|
@@ -19383,20 +19385,20 @@ const _h = {
|
|
|
19383
19385
|
}
|
|
19384
19386
|
},
|
|
19385
19387
|
components: {
|
|
19386
|
-
QuillEditor:
|
|
19388
|
+
QuillEditor: ih,
|
|
19387
19389
|
IbIconButton: Tt,
|
|
19388
19390
|
IbAlert: cn,
|
|
19389
19391
|
IbCharacterCount: qo
|
|
19390
19392
|
}
|
|
19391
|
-
},
|
|
19393
|
+
}, wh = {
|
|
19392
19394
|
id: "toolbar",
|
|
19393
19395
|
class: "toolbar",
|
|
19394
19396
|
ref: "toolbar"
|
|
19395
|
-
},
|
|
19397
|
+
}, Oh = /* @__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), kh = { class: "toolbar-group" }, Ch = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19396
19398
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19397
19399
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19398
|
-
], -1),
|
|
19399
|
-
function
|
|
19400
|
+
], -1), Eh = { class: "toolbar-group" }, Sh = { class: "toolbar-group" }, xh = { class: "toolbar-group" };
|
|
19401
|
+
function Th(t, n, e, i, o, r) {
|
|
19400
19402
|
const l = ce("ib-character-count"), a = ce("ib-alert"), d = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19401
19403
|
return G(), ne("div", {
|
|
19402
19404
|
class: ve(["textarea-wrapper", {
|
|
@@ -19448,9 +19450,9 @@ function xh(t, n, e, i, o, r) {
|
|
|
19448
19450
|
modules: e.modules
|
|
19449
19451
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19450
19452
|
], 4),
|
|
19451
|
-
ae("div",
|
|
19452
|
-
|
|
19453
|
-
ae("div",
|
|
19453
|
+
ae("div", wh, [
|
|
19454
|
+
Oh,
|
|
19455
|
+
ae("div", kh, [
|
|
19454
19456
|
ge(f, {
|
|
19455
19457
|
class: "toolbar-item ql-bold",
|
|
19456
19458
|
kind: "ghost"
|
|
@@ -19468,8 +19470,8 @@ function xh(t, n, e, i, o, r) {
|
|
|
19468
19470
|
kind: "ghost"
|
|
19469
19471
|
})
|
|
19470
19472
|
]),
|
|
19471
|
-
|
|
19472
|
-
ae("div",
|
|
19473
|
+
Ch,
|
|
19474
|
+
ae("div", Eh, [
|
|
19473
19475
|
ge(f, {
|
|
19474
19476
|
class: "toolbar-item ql-code-block",
|
|
19475
19477
|
kind: "ghost"
|
|
@@ -19479,7 +19481,7 @@ function xh(t, n, e, i, o, r) {
|
|
|
19479
19481
|
kind: "ghost"
|
|
19480
19482
|
})
|
|
19481
19483
|
]),
|
|
19482
|
-
ae("div",
|
|
19484
|
+
ae("div", Sh, [
|
|
19483
19485
|
ge(f, {
|
|
19484
19486
|
class: "toolbar-item ql-align",
|
|
19485
19487
|
kind: "ghost"
|
|
@@ -19500,7 +19502,7 @@ function xh(t, n, e, i, o, r) {
|
|
|
19500
19502
|
kind: "ghost"
|
|
19501
19503
|
})
|
|
19502
19504
|
]),
|
|
19503
|
-
ae("div",
|
|
19505
|
+
ae("div", xh, [
|
|
19504
19506
|
ge(f, {
|
|
19505
19507
|
class: "ql-list toolbar-item",
|
|
19506
19508
|
value: "ordered",
|
|
@@ -19520,18 +19522,18 @@ function xh(t, n, e, i, o, r) {
|
|
|
19520
19522
|
], 2)
|
|
19521
19523
|
], 2);
|
|
19522
19524
|
}
|
|
19523
|
-
const
|
|
19524
|
-
const
|
|
19525
|
+
const h1 = /* @__PURE__ */ Ae($h, [["render", Th]]);
|
|
19526
|
+
const Ah = {
|
|
19525
19527
|
name: "IbTable",
|
|
19526
19528
|
computed: {
|
|
19527
19529
|
hasThead() {
|
|
19528
19530
|
return !!this.$slots.thead;
|
|
19529
19531
|
}
|
|
19530
19532
|
}
|
|
19531
|
-
},
|
|
19532
|
-
function
|
|
19533
|
-
return G(), ne("div",
|
|
19534
|
-
ae("table",
|
|
19533
|
+
}, Nh = { class: "ib-table-wrapper" }, Ih = { class: "ib-table" };
|
|
19534
|
+
function Mh(t, n, e, i, o, r) {
|
|
19535
|
+
return G(), ne("div", Nh, [
|
|
19536
|
+
ae("table", Ih, [
|
|
19535
19537
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19536
19538
|
ae("tbody", null, [
|
|
19537
19539
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19539,17 +19541,17 @@ function Ih(t, n, e, i, o, r) {
|
|
|
19539
19541
|
])
|
|
19540
19542
|
]);
|
|
19541
19543
|
}
|
|
19542
|
-
const
|
|
19543
|
-
const
|
|
19544
|
+
const p1 = /* @__PURE__ */ Ae(Ah, [["render", Mh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19545
|
+
const Ph = {
|
|
19544
19546
|
name: "IbRow"
|
|
19545
|
-
},
|
|
19546
|
-
function
|
|
19547
|
-
return G(), ne("tr",
|
|
19547
|
+
}, Dh = { class: "ib-tr" };
|
|
19548
|
+
function Lh(t, n, e, i, o, r) {
|
|
19549
|
+
return G(), ne("tr", Dh, [
|
|
19548
19550
|
Te(t.$slots, "default", { ref: "row" })
|
|
19549
19551
|
]);
|
|
19550
19552
|
}
|
|
19551
|
-
const
|
|
19552
|
-
const
|
|
19553
|
+
const g1 = /* @__PURE__ */ Ae(Ph, [["render", Lh]]);
|
|
19554
|
+
const Rh = {
|
|
19553
19555
|
name: "IbCell",
|
|
19554
19556
|
props: {
|
|
19555
19557
|
fixed: {
|
|
@@ -19571,19 +19573,19 @@ const Lh = {
|
|
|
19571
19573
|
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";
|
|
19572
19574
|
}
|
|
19573
19575
|
}
|
|
19574
|
-
},
|
|
19575
|
-
function
|
|
19576
|
+
}, Bh = { class: "cell" };
|
|
19577
|
+
function jh(t, n, e, i, o, r) {
|
|
19576
19578
|
return G(), ne("td", Et({
|
|
19577
19579
|
onResize: n[0] || (n[0] = (...l) => r.freezeCol && r.freezeCol(...l)),
|
|
19578
19580
|
class: "ib-cell"
|
|
19579
19581
|
}, this.attr), [
|
|
19580
|
-
ae("div",
|
|
19582
|
+
ae("div", Bh, [
|
|
19581
19583
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19582
19584
|
])
|
|
19583
19585
|
], 16);
|
|
19584
19586
|
}
|
|
19585
|
-
const
|
|
19586
|
-
const
|
|
19587
|
+
const qh = /* @__PURE__ */ Ae(Rh, [["render", jh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19588
|
+
const Fh = {
|
|
19587
19589
|
name: "IbCheckboxCell",
|
|
19588
19590
|
props: {
|
|
19589
19591
|
isChecked: {
|
|
@@ -19596,11 +19598,11 @@ const qh = {
|
|
|
19596
19598
|
}
|
|
19597
19599
|
},
|
|
19598
19600
|
components: {
|
|
19599
|
-
IbCell:
|
|
19601
|
+
IbCell: qh,
|
|
19600
19602
|
IbCheckbox: Lo
|
|
19601
19603
|
}
|
|
19602
19604
|
};
|
|
19603
|
-
function
|
|
19605
|
+
function Hh(t, n, e, i, o, r) {
|
|
19604
19606
|
const l = ce("ib-checkbox"), a = ce("ib-cell");
|
|
19605
19607
|
return G(), $e(a, {
|
|
19606
19608
|
fixed: e.fixed,
|
|
@@ -19612,7 +19614,7 @@ function Fh(t, n, e, i, o, r) {
|
|
|
19612
19614
|
_: 1
|
|
19613
19615
|
}, 8, ["fixed"]);
|
|
19614
19616
|
}
|
|
19615
|
-
const
|
|
19617
|
+
const m1 = /* @__PURE__ */ Ae(Fh, [["render", Hh]]);
|
|
19616
19618
|
class sa {
|
|
19617
19619
|
constructor() {
|
|
19618
19620
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
@@ -19670,7 +19672,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19670
19672
|
return;
|
|
19671
19673
|
const i = wn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), r = i !== t.target && !(i != null && i.contains(t.target));
|
|
19672
19674
|
o && r && wn.destroyTooltip(n);
|
|
19673
|
-
},
|
|
19675
|
+
}, v1 = {
|
|
19674
19676
|
mounted(t, n) {
|
|
19675
19677
|
t.addEventListener("mouseenter", () => wo(t, n)), document.addEventListener("mousemove", (e) => Oo(e, t));
|
|
19676
19678
|
},
|
|
@@ -19681,7 +19683,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19681
19683
|
Ro(t) && Di.createTooltip(t, n.value);
|
|
19682
19684
|
}, Co = () => {
|
|
19683
19685
|
Di.destroyTooltip();
|
|
19684
|
-
},
|
|
19686
|
+
}, y1 = {
|
|
19685
19687
|
mounted(t, n) {
|
|
19686
19688
|
t.addEventListener("mouseenter", () => ko(t, n)), t.addEventListener("mouseleave", Co);
|
|
19687
19689
|
},
|
|
@@ -19690,51 +19692,51 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19690
19692
|
}
|
|
19691
19693
|
};
|
|
19692
19694
|
export {
|
|
19693
|
-
|
|
19695
|
+
Uh as IbAccordion,
|
|
19694
19696
|
cn as IbAlert,
|
|
19695
|
-
|
|
19696
|
-
|
|
19697
|
-
|
|
19698
|
-
|
|
19699
|
-
|
|
19700
|
-
|
|
19697
|
+
zh as IbAvatar,
|
|
19698
|
+
Kh as IbBadge,
|
|
19699
|
+
n1 as IbBreadcrumbs,
|
|
19700
|
+
Ta as IbButton,
|
|
19701
|
+
Gh as IbButtonGroup,
|
|
19702
|
+
qh as IbCell,
|
|
19701
19703
|
Lo as IbCheckbox,
|
|
19702
|
-
|
|
19703
|
-
|
|
19704
|
-
|
|
19704
|
+
m1 as IbCheckboxCell,
|
|
19705
|
+
s1 as IbCheckboxGroup,
|
|
19706
|
+
c1 as IbDatePicker,
|
|
19705
19707
|
ki as IbDropdown,
|
|
19706
19708
|
Mo as IbDropdownItem,
|
|
19707
19709
|
Ei as IbDropdownList,
|
|
19708
|
-
|
|
19710
|
+
l1 as IbFormGroup,
|
|
19709
19711
|
Xe as IbIcon,
|
|
19710
19712
|
Tt as IbIconButton,
|
|
19711
19713
|
Do as IbInput,
|
|
19712
19714
|
Cr as IbLabel,
|
|
19713
|
-
|
|
19714
|
-
|
|
19715
|
-
|
|
19716
|
-
|
|
19717
|
-
|
|
19718
|
-
|
|
19719
|
-
|
|
19720
|
-
|
|
19721
|
-
|
|
19722
|
-
|
|
19723
|
-
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
|
|
19728
|
-
|
|
19729
|
-
|
|
19730
|
-
|
|
19731
|
-
|
|
19732
|
-
|
|
19733
|
-
|
|
19734
|
-
|
|
19715
|
+
uu as IbLimitSelector,
|
|
19716
|
+
Xh as IbModal,
|
|
19717
|
+
r1 as IbPagination,
|
|
19718
|
+
a1 as IbPanel,
|
|
19719
|
+
f1 as IbPhoneInput,
|
|
19720
|
+
Ma as IbPopover,
|
|
19721
|
+
i1 as IbProgressBar,
|
|
19722
|
+
u1 as IbRadio,
|
|
19723
|
+
g1 as IbRow,
|
|
19724
|
+
t1 as IbSorting,
|
|
19725
|
+
Zh as IbSplitButton,
|
|
19726
|
+
Jh as IbSplitButtonItem,
|
|
19727
|
+
o1 as IbStatusIndicator,
|
|
19728
|
+
e1 as IbTab,
|
|
19729
|
+
Yl as IbTabDropdown,
|
|
19730
|
+
p1 as IbTable,
|
|
19731
|
+
Qh as IbTabs,
|
|
19732
|
+
Yh as IbTagPill,
|
|
19733
|
+
h1 as IbTextEditor,
|
|
19734
|
+
d1 as IbTextarea,
|
|
19735
|
+
Us as IbToggle,
|
|
19736
|
+
Wh as IbToggleTip,
|
|
19735
19737
|
Qt as IbTooltip,
|
|
19736
|
-
|
|
19738
|
+
ou as IbTreeSelect,
|
|
19737
19739
|
Oi as OutsideDirective,
|
|
19738
|
-
|
|
19739
|
-
|
|
19740
|
+
y1 as TextOverflowTooltipDirective,
|
|
19741
|
+
v1 as TooltipDirective
|
|
19740
19742
|
};
|