@avakhula/ui 0.0.194 → 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 +12 -0
- package/dist/index.js +670 -673
- 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/src/components/Avatar/Avatar.vue +17 -9
- package/src/components/Form/Input/Input.vue +0 -3
- package/src/components/Form/Radio/radio.scss +2 -1
- package/src/components/TreeSelect/Select.vue +7 -18
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,14 +572,18 @@ 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: {
|
|
583
|
+
type: String,
|
|
584
|
+
default: ""
|
|
585
|
+
},
|
|
586
|
+
lastName: {
|
|
581
587
|
type: String,
|
|
582
588
|
default: ""
|
|
583
589
|
},
|
|
@@ -591,7 +597,7 @@ const Ka = {
|
|
|
591
597
|
},
|
|
592
598
|
size: {
|
|
593
599
|
type: String,
|
|
594
|
-
default:
|
|
600
|
+
default: Ka.M
|
|
595
601
|
}
|
|
596
602
|
},
|
|
597
603
|
computed: {
|
|
@@ -599,43 +605,42 @@ const Ka = {
|
|
|
599
605
|
return ["avatar", `avatar-size-${this.size}`];
|
|
600
606
|
},
|
|
601
607
|
validateName() {
|
|
602
|
-
var t;
|
|
603
|
-
return ((t = this.
|
|
608
|
+
var t, n;
|
|
609
|
+
return ((t = this.firstName) == null ? void 0 : t.trim().length) !== 0 && ((n = this.lastName) == null ? void 0 : n.trim().length) !== 0;
|
|
604
610
|
},
|
|
605
611
|
initials() {
|
|
606
|
-
|
|
607
|
-
return t.length === 1 ? (t[0][0] + t[0][1]).toUpperCase() : (t[0][0] + t[1][0]).toUpperCase();
|
|
612
|
+
return this.firstName[0].toUpperCase() + this.lastName[0].toUpperCase();
|
|
608
613
|
}
|
|
609
614
|
},
|
|
610
615
|
components: {
|
|
611
616
|
IbIcon: Xe
|
|
612
617
|
}
|
|
613
|
-
},
|
|
614
|
-
function
|
|
618
|
+
}, Ya = ["src", "alt"];
|
|
619
|
+
function Wa(t, n, e, i, o, r) {
|
|
615
620
|
const l = ce("ib-icon");
|
|
616
621
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
617
622
|
key: 0,
|
|
618
623
|
class: ve(r.classList),
|
|
619
624
|
src: e.src,
|
|
620
|
-
alt: e.
|
|
621
|
-
}, null, 10,
|
|
625
|
+
alt: e.firstName + "" + e.lastName
|
|
626
|
+
}, null, 10, Ya)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
622
627
|
key: 1,
|
|
623
628
|
class: ve(["user-avatar", r.classList]),
|
|
624
629
|
style: On({
|
|
625
630
|
backgroundImage: "url(" + e.src + ")"
|
|
626
631
|
})
|
|
627
632
|
}, null, 6)) : r.validateName ? (G(), ne("div", {
|
|
633
|
+
key: 3,
|
|
634
|
+
class: ve([r.classList, "default-avatar"])
|
|
635
|
+
}, we(r.initials), 3)) : (G(), ne("div", {
|
|
628
636
|
key: 2,
|
|
629
637
|
class: ve(["empty-avatar", r.classList])
|
|
630
638
|
}, [
|
|
631
639
|
ge(l, { name: "camera-outline" })
|
|
632
|
-
], 2))
|
|
633
|
-
key: 3,
|
|
634
|
-
class: ve([r.classList, "default-avatar"])
|
|
635
|
-
}, we(r.initials), 3));
|
|
640
|
+
], 2));
|
|
636
641
|
}
|
|
637
|
-
const
|
|
638
|
-
const
|
|
642
|
+
const zh = /* @__PURE__ */ Ae(Ga, [["render", Wa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
643
|
+
const Za = {
|
|
639
644
|
name: "IbBadge",
|
|
640
645
|
props: {
|
|
641
646
|
content: {
|
|
@@ -653,21 +658,21 @@ const Wa = {
|
|
|
653
658
|
}
|
|
654
659
|
}
|
|
655
660
|
};
|
|
656
|
-
function
|
|
661
|
+
function Ja(t, n, e, i, o, r) {
|
|
657
662
|
return G(), ne("span", {
|
|
658
663
|
class: ve(r.classes)
|
|
659
664
|
}, we(r.normalizeContent), 3);
|
|
660
665
|
}
|
|
661
|
-
const
|
|
662
|
-
const
|
|
666
|
+
const Kh = /* @__PURE__ */ Ae(Za, [["render", Ja], ["__scopeId", "data-v-328df75a"]]);
|
|
667
|
+
const Xa = {
|
|
663
668
|
name: "IbButtonGroup"
|
|
664
|
-
},
|
|
665
|
-
function
|
|
666
|
-
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, [
|
|
667
672
|
Te(t.$slots, "default")
|
|
668
673
|
]);
|
|
669
674
|
}
|
|
670
|
-
const
|
|
675
|
+
const Gh = /* @__PURE__ */ Ae(Xa, [["render", el]]), yn = {
|
|
671
676
|
success: "success",
|
|
672
677
|
neutral: "neutral",
|
|
673
678
|
info: "info",
|
|
@@ -676,7 +681,7 @@ const Kh = /* @__PURE__ */ Ae(Ja, [["render", Qa]]), yn = {
|
|
|
676
681
|
favorite: "favorite",
|
|
677
682
|
pending: "pending"
|
|
678
683
|
};
|
|
679
|
-
const
|
|
684
|
+
const tl = {
|
|
680
685
|
props: {
|
|
681
686
|
status: {
|
|
682
687
|
type: String,
|
|
@@ -710,7 +715,7 @@ const el = {
|
|
|
710
715
|
},
|
|
711
716
|
components: { IbIcon: Xe }
|
|
712
717
|
};
|
|
713
|
-
function
|
|
718
|
+
function nl(t, n, e, i, o, r) {
|
|
714
719
|
const l = ce("ib-icon");
|
|
715
720
|
return G(), ne("div", {
|
|
716
721
|
class: ve(r.classes)
|
|
@@ -724,7 +729,7 @@ function tl(t, n, e, i, o, r) {
|
|
|
724
729
|
])
|
|
725
730
|
], 2);
|
|
726
731
|
}
|
|
727
|
-
const
|
|
732
|
+
const Yh = /* @__PURE__ */ Ae(tl, [["render", nl], ["__scopeId", "data-v-3604890c"]]), rl = {
|
|
728
733
|
topLeft: "top-left",
|
|
729
734
|
topCenter: "top-center",
|
|
730
735
|
topRight: "top-right",
|
|
@@ -738,12 +743,12 @@ const Gh = /* @__PURE__ */ Ae(el, [["render", tl], ["__scopeId", "data-v-3604890
|
|
|
738
743
|
leftCenter: "left-center",
|
|
739
744
|
leftBottom: "left-bottom"
|
|
740
745
|
};
|
|
741
|
-
const
|
|
746
|
+
const il = {
|
|
742
747
|
name: "IbTooltip",
|
|
743
748
|
props: {
|
|
744
749
|
position: {
|
|
745
750
|
type: String,
|
|
746
|
-
default:
|
|
751
|
+
default: rl.topCenter
|
|
747
752
|
},
|
|
748
753
|
title: {
|
|
749
754
|
type: String
|
|
@@ -786,15 +791,15 @@ const rl = {
|
|
|
786
791
|
IbIconButton: Tt,
|
|
787
792
|
IbIcon: Xe
|
|
788
793
|
}
|
|
789
|
-
},
|
|
790
|
-
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) {
|
|
791
796
|
const l = ce("ib-icon"), a = ce("ib-icon-button");
|
|
792
797
|
return G(), $e($r, null, {
|
|
793
798
|
default: be(() => [
|
|
794
799
|
qe(ae("div", {
|
|
795
800
|
class: ve(r.classes)
|
|
796
801
|
}, [
|
|
797
|
-
ae("div",
|
|
802
|
+
ae("div", ol, [
|
|
798
803
|
ae("p", null, we(e.title), 1),
|
|
799
804
|
ge(a, {
|
|
800
805
|
class: "close-button",
|
|
@@ -807,10 +812,10 @@ function ll(t, n, e, i, o, r) {
|
|
|
807
812
|
_: 1
|
|
808
813
|
}, 8, ["onClick"])
|
|
809
814
|
]),
|
|
810
|
-
ae("div",
|
|
815
|
+
ae("div", al, [
|
|
811
816
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
812
817
|
]),
|
|
813
|
-
ae("div",
|
|
818
|
+
ae("div", ll, [
|
|
814
819
|
Te(t.$slots, "buttons", {}, void 0, !0)
|
|
815
820
|
])
|
|
816
821
|
], 2), [
|
|
@@ -820,7 +825,7 @@ function ll(t, n, e, i, o, r) {
|
|
|
820
825
|
_: 3
|
|
821
826
|
});
|
|
822
827
|
}
|
|
823
|
-
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();
|
|
824
829
|
let Vn = !1;
|
|
825
830
|
const Io = (t) => {
|
|
826
831
|
Hn.forEach(({ bindTimeStamp: n, callback: e }, i) => {
|
|
@@ -831,11 +836,11 @@ const Io = (t) => {
|
|
|
831
836
|
console.error(o);
|
|
832
837
|
}
|
|
833
838
|
});
|
|
834
|
-
}, pl = () => {
|
|
835
|
-
Vn || (document.addEventListener("click", Io, { capture: !0 }), Vn = !0);
|
|
836
839
|
}, gl = () => {
|
|
840
|
+
Vn || (document.addEventListener("click", Io, { capture: !0 }), Vn = !0);
|
|
841
|
+
}, ml = () => {
|
|
837
842
|
Vn && (document.removeEventListener("click", Io), Vn = !1);
|
|
838
|
-
},
|
|
843
|
+
}, vl = (t, { value: n, arg: e = "click" }) => {
|
|
839
844
|
if (typeof n != "function")
|
|
840
845
|
throw new Error(
|
|
841
846
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -844,15 +849,15 @@ const Io = (t) => {
|
|
|
844
849
|
throw new Error(
|
|
845
850
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
846
851
|
);
|
|
847
|
-
Hn.has(t) || (Vn ||
|
|
848
|
-
bindTimeStamp:
|
|
852
|
+
Hn.has(t) || (Vn || gl(), Hn.set(t, {
|
|
853
|
+
bindTimeStamp: pl(),
|
|
849
854
|
callback: n
|
|
850
855
|
}));
|
|
851
|
-
},
|
|
852
|
-
Hn.delete(t), Hn.size === 0 &&
|
|
856
|
+
}, yl = (t) => {
|
|
857
|
+
Hn.delete(t), Hn.size === 0 && ml();
|
|
853
858
|
}, Oi = {
|
|
854
|
-
created:
|
|
855
|
-
beforeUnmount:
|
|
859
|
+
created: vl,
|
|
860
|
+
beforeUnmount: yl
|
|
856
861
|
}, qn = {
|
|
857
862
|
left: "left",
|
|
858
863
|
right: "right",
|
|
@@ -861,7 +866,7 @@ const Io = (t) => {
|
|
|
861
866
|
top: "top",
|
|
862
867
|
bottom: "bottom"
|
|
863
868
|
};
|
|
864
|
-
const
|
|
869
|
+
const bl = {
|
|
865
870
|
name: "IbDropdown",
|
|
866
871
|
directives: { Outside: Oi },
|
|
867
872
|
props: {
|
|
@@ -894,7 +899,7 @@ const yl = {
|
|
|
894
899
|
},
|
|
895
900
|
triggerType: {
|
|
896
901
|
type: String,
|
|
897
|
-
default:
|
|
902
|
+
default: hl
|
|
898
903
|
},
|
|
899
904
|
destroyOnHide: {
|
|
900
905
|
type: Boolean,
|
|
@@ -919,7 +924,7 @@ const yl = {
|
|
|
919
924
|
},
|
|
920
925
|
methods: {
|
|
921
926
|
onKeydown(t) {
|
|
922
|
-
(t.keyCode ===
|
|
927
|
+
(t.keyCode === ul || t.keyCode === Ao) && (t.preventDefault(), this.toggle()), t.keyCode === No && (t.preventDefault(), this.open());
|
|
923
928
|
},
|
|
924
929
|
onKeyupDocument(t) {
|
|
925
930
|
t.keyCode === wi && (t.preventDefault(), this.close());
|
|
@@ -968,10 +973,10 @@ const yl = {
|
|
|
968
973
|
beforeUnmount() {
|
|
969
974
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
970
975
|
}
|
|
971
|
-
},
|
|
972
|
-
function
|
|
976
|
+
}, _l = { class: "ib-dropdown" }, $l = { class: "footer-slot" };
|
|
977
|
+
function wl(t, n, e, i, o, r) {
|
|
973
978
|
const l = Or("outside");
|
|
974
|
-
return qe((G(), ne("div",
|
|
979
|
+
return qe((G(), ne("div", _l, [
|
|
975
980
|
r.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
976
981
|
key: 0,
|
|
977
982
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
@@ -1007,7 +1012,7 @@ function $l(t, n, e, i, o, r) {
|
|
|
1007
1012
|
Te(t.$slots, "close", {}, void 0, !0)
|
|
1008
1013
|
])) : he("", !0)
|
|
1009
1014
|
]),
|
|
1010
|
-
ae("div",
|
|
1015
|
+
ae("div", $l, [
|
|
1011
1016
|
Te(t.$slots, "footerslot", {}, void 0, !0)
|
|
1012
1017
|
])
|
|
1013
1018
|
], 2)), [
|
|
@@ -1023,8 +1028,8 @@ function $l(t, n, e, i, o, r) {
|
|
|
1023
1028
|
[l, r.close]
|
|
1024
1029
|
]);
|
|
1025
1030
|
}
|
|
1026
|
-
const ki = /* @__PURE__ */ Ae(
|
|
1027
|
-
const
|
|
1031
|
+
const ki = /* @__PURE__ */ Ae(bl, [["render", wl], ["__scopeId", "data-v-8b99209c"]]);
|
|
1032
|
+
const Ol = {
|
|
1028
1033
|
name: "IbList",
|
|
1029
1034
|
data() {
|
|
1030
1035
|
return {
|
|
@@ -1051,7 +1056,7 @@ const wl = {
|
|
|
1051
1056
|
const f = (i = (e = l.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : i.nextElementSibling.childNodes[0];
|
|
1052
1057
|
f && f.nodeName !== "#text" && f.focus();
|
|
1053
1058
|
}
|
|
1054
|
-
if (t.keyCode ===
|
|
1059
|
+
if (t.keyCode === dl) {
|
|
1055
1060
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1056
1061
|
return;
|
|
1057
1062
|
t.preventDefault();
|
|
@@ -1077,7 +1082,7 @@ const wl = {
|
|
|
1077
1082
|
}
|
|
1078
1083
|
}
|
|
1079
1084
|
};
|
|
1080
|
-
function
|
|
1085
|
+
function kl(t, n, e, i, o, r) {
|
|
1081
1086
|
return G(), ne("ul", {
|
|
1082
1087
|
class: ve(o.rootClass),
|
|
1083
1088
|
onKeydown: n[0] || (n[0] = (...l) => r.onKeydown && r.onKeydown(...l))
|
|
@@ -1085,8 +1090,8 @@ function Ol(t, n, e, i, o, r) {
|
|
|
1085
1090
|
Te(t.$slots, "default")
|
|
1086
1091
|
], 34);
|
|
1087
1092
|
}
|
|
1088
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
1089
|
-
const
|
|
1093
|
+
const Ci = /* @__PURE__ */ Ae(Ol, [["render", kl]]);
|
|
1094
|
+
const Cl = {
|
|
1090
1095
|
props: {
|
|
1091
1096
|
vertical: {
|
|
1092
1097
|
type: String,
|
|
@@ -1128,10 +1133,10 @@ const kl = {
|
|
|
1128
1133
|
IbDropdown: ki,
|
|
1129
1134
|
IbList: Ci
|
|
1130
1135
|
}
|
|
1131
|
-
},
|
|
1132
|
-
function
|
|
1136
|
+
}, El = { class: "dropdown-list-wrapper" };
|
|
1137
|
+
function Sl(t, n, e, i, o, r) {
|
|
1133
1138
|
const l = ce("ib-list"), a = ce("ib-dropdown");
|
|
1134
|
-
return G(), ne("div",
|
|
1139
|
+
return G(), ne("div", El, [
|
|
1135
1140
|
ge(a, Et({
|
|
1136
1141
|
horizontal: e.horizontal,
|
|
1137
1142
|
vertical: e.vertical,
|
|
@@ -1165,8 +1170,8 @@ function El(t, n, e, i, o, r) {
|
|
|
1165
1170
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1166
1171
|
]);
|
|
1167
1172
|
}
|
|
1168
|
-
const Ei = /* @__PURE__ */ Ae(
|
|
1169
|
-
const
|
|
1173
|
+
const Ei = /* @__PURE__ */ Ae(Cl, [["render", Sl]]);
|
|
1174
|
+
const xl = {
|
|
1170
1175
|
props: {
|
|
1171
1176
|
checked: {
|
|
1172
1177
|
type: Boolean,
|
|
@@ -1184,9 +1189,9 @@ const Sl = {
|
|
|
1184
1189
|
return this.href && (t.href = this.href), t;
|
|
1185
1190
|
}
|
|
1186
1191
|
}
|
|
1187
|
-
},
|
|
1188
|
-
function
|
|
1189
|
-
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, [
|
|
1190
1195
|
(G(), $e(wr(e.href ? "a" : "div"), Et({
|
|
1191
1196
|
class: e.checked ? "active" : ""
|
|
1192
1197
|
}, r.attrs, { tabindex: "0" }), {
|
|
@@ -1197,14 +1202,14 @@ function Tl(t, n, e, i, o, r) {
|
|
|
1197
1202
|
}, 16, ["class"]))
|
|
1198
1203
|
]);
|
|
1199
1204
|
}
|
|
1200
|
-
const Mo = /* @__PURE__ */ Ae(
|
|
1205
|
+
const Mo = /* @__PURE__ */ Ae(xl, [["render", Al]]), Nl = {
|
|
1201
1206
|
common: "common",
|
|
1202
1207
|
danger: "danger"
|
|
1203
1208
|
};
|
|
1204
1209
|
function qt() {
|
|
1205
1210
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
1206
1211
|
}
|
|
1207
|
-
const
|
|
1212
|
+
const Il = {
|
|
1208
1213
|
name: "IbSplitButton",
|
|
1209
1214
|
props: {
|
|
1210
1215
|
id: {
|
|
@@ -1213,7 +1218,7 @@ const Nl = {
|
|
|
1213
1218
|
},
|
|
1214
1219
|
kind: {
|
|
1215
1220
|
type: String,
|
|
1216
|
-
default:
|
|
1221
|
+
default: Nl.common
|
|
1217
1222
|
},
|
|
1218
1223
|
disabled: {
|
|
1219
1224
|
type: Boolean,
|
|
@@ -1265,8 +1270,8 @@ const Nl = {
|
|
|
1265
1270
|
this.setActiveItem();
|
|
1266
1271
|
}
|
|
1267
1272
|
}
|
|
1268
|
-
},
|
|
1269
|
-
function
|
|
1273
|
+
}, Ml = ["disabled"], Pl = ["disabled"], Dl = ["disabled"], Ll = { ref: "list" };
|
|
1274
|
+
function Rl(t, n, e, i, o, r) {
|
|
1270
1275
|
const l = ce("ib-icon"), a = ce("ib-dropdown-list");
|
|
1271
1276
|
return G(), ne("div", {
|
|
1272
1277
|
class: ve(r.classes)
|
|
@@ -1275,11 +1280,11 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1275
1280
|
key: 1,
|
|
1276
1281
|
disabled: e.disabled,
|
|
1277
1282
|
class: ["split-button-main", { disabled: e.disabled }]
|
|
1278
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1283
|
+
}, o.mainButtonAttrs), we(o.content), 17, Pl)) : (G(), ne("button", Et({
|
|
1279
1284
|
key: 0,
|
|
1280
1285
|
disabled: e.disabled,
|
|
1281
1286
|
class: "split-button-main"
|
|
1282
|
-
}, o.mainButtonAttrs), we(o.content), 17,
|
|
1287
|
+
}, o.mainButtonAttrs), we(o.content), 17, Ml)),
|
|
1283
1288
|
ge(a, {
|
|
1284
1289
|
disabled: e.disabled,
|
|
1285
1290
|
closeOnClick: !0
|
|
@@ -1290,10 +1295,10 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1290
1295
|
class: "split-button-menu-trigger"
|
|
1291
1296
|
}, [
|
|
1292
1297
|
ge(l, { name: "chevron-down-outline" })
|
|
1293
|
-
], 8,
|
|
1298
|
+
], 8, Dl)
|
|
1294
1299
|
]),
|
|
1295
1300
|
body: be(() => [
|
|
1296
|
-
ae("div",
|
|
1301
|
+
ae("div", Ll, [
|
|
1297
1302
|
Te(t.$slots, "default")
|
|
1298
1303
|
], 512)
|
|
1299
1304
|
]),
|
|
@@ -1301,8 +1306,8 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1301
1306
|
}, 8, ["disabled"])
|
|
1302
1307
|
], 2);
|
|
1303
1308
|
}
|
|
1304
|
-
const
|
|
1305
|
-
const
|
|
1309
|
+
const Zh = /* @__PURE__ */ Ae(Il, [["render", Rl]]);
|
|
1310
|
+
const Bl = {
|
|
1306
1311
|
props: {
|
|
1307
1312
|
href: {
|
|
1308
1313
|
type: String,
|
|
@@ -1316,7 +1321,7 @@ const Rl = {
|
|
|
1316
1321
|
}
|
|
1317
1322
|
}
|
|
1318
1323
|
};
|
|
1319
|
-
function
|
|
1324
|
+
function jl(t, n, e, i, o, r) {
|
|
1320
1325
|
return G(), $e(wr(e.href.length ? "a" : "button"), Et(r.attrs, { class: "ib-dropdown-item" }), {
|
|
1321
1326
|
default: be(() => [
|
|
1322
1327
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1324,13 +1329,13 @@ function Bl(t, n, e, i, o, r) {
|
|
|
1324
1329
|
_: 3
|
|
1325
1330
|
}, 16);
|
|
1326
1331
|
}
|
|
1327
|
-
const
|
|
1332
|
+
const Jh = /* @__PURE__ */ Ae(Bl, [["render", jl], ["__scopeId", "data-v-4cf00feb"]]), Gt = {
|
|
1328
1333
|
S: "s",
|
|
1329
1334
|
M: "m",
|
|
1330
1335
|
L: "l",
|
|
1331
1336
|
XL: "xl"
|
|
1332
1337
|
};
|
|
1333
|
-
const
|
|
1338
|
+
const ql = {
|
|
1334
1339
|
name: "IbModal",
|
|
1335
1340
|
directives: { Outside: Oi },
|
|
1336
1341
|
emits: {
|
|
@@ -1431,14 +1436,14 @@ const jl = {
|
|
|
1431
1436
|
beforeUnmount() {
|
|
1432
1437
|
this.isActive && this.close();
|
|
1433
1438
|
}
|
|
1434
|
-
},
|
|
1439
|
+
}, Fl = {
|
|
1435
1440
|
key: 1,
|
|
1436
1441
|
class: "modal-header"
|
|
1437
|
-
},
|
|
1442
|
+
}, Hl = {
|
|
1438
1443
|
key: 2,
|
|
1439
1444
|
class: "modal-footer"
|
|
1440
1445
|
};
|
|
1441
|
-
function
|
|
1446
|
+
function Vl(t, n, e, i, o, r) {
|
|
1442
1447
|
const l = ce("ib-icon"), a = ce("ib-icon-button"), d = Or("outside");
|
|
1443
1448
|
return G(), ne(rt, null, [
|
|
1444
1449
|
r.hasTrigger ? (G(), ne("div", {
|
|
@@ -1470,7 +1475,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1470
1475
|
]),
|
|
1471
1476
|
_: 1
|
|
1472
1477
|
}, 8, ["onClick"])) : he("", !0),
|
|
1473
|
-
r.hasHeader ? (G(), ne("p",
|
|
1478
|
+
r.hasHeader ? (G(), ne("p", Fl, [
|
|
1474
1479
|
Te(t.$slots, "header", { showModal: r.showModal }, void 0, !0)
|
|
1475
1480
|
])) : he("", !0),
|
|
1476
1481
|
ae("div", {
|
|
@@ -1478,7 +1483,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1478
1483
|
}, [
|
|
1479
1484
|
Te(t.$slots, "body", { showModal: r.showModal }, void 0, !0)
|
|
1480
1485
|
], 2),
|
|
1481
|
-
r.hasFooter ? (G(), ne("div",
|
|
1486
|
+
r.hasFooter ? (G(), ne("div", Hl, [
|
|
1482
1487
|
Te(t.$slots, "footer", { showModal: r.showModal }, void 0, !0)
|
|
1483
1488
|
])) : he("", !0)
|
|
1484
1489
|
], 6)), [
|
|
@@ -1490,11 +1495,11 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1490
1495
|
]))
|
|
1491
1496
|
], 64);
|
|
1492
1497
|
}
|
|
1493
|
-
const
|
|
1498
|
+
const Xh = /* @__PURE__ */ Ae(ql, [["render", Vl], ["__scopeId", "data-v-d3ce649b"]]);
|
|
1494
1499
|
function Po(t) {
|
|
1495
1500
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1496
1501
|
}
|
|
1497
|
-
const
|
|
1502
|
+
const Ul = {
|
|
1498
1503
|
name: "IbTabDropdown",
|
|
1499
1504
|
props: {
|
|
1500
1505
|
tabs: {
|
|
@@ -1536,10 +1541,10 @@ const Vl = {
|
|
|
1536
1541
|
IbDropdownItem: Mo,
|
|
1537
1542
|
IbIcon: Xe
|
|
1538
1543
|
}
|
|
1539
|
-
},
|
|
1540
|
-
function
|
|
1544
|
+
}, zl = { class: "wrapper-tab-link dropdown-tab" }, Kl = ["tabindex"];
|
|
1545
|
+
function Gl(t, n, e, i, o, r) {
|
|
1541
1546
|
const l = ce("ib-icon"), a = ce("ib-dropdown-item"), d = ce("ib-dropdown-list");
|
|
1542
|
-
return G(), ne("div",
|
|
1547
|
+
return G(), ne("div", zl, [
|
|
1543
1548
|
ge(d, {
|
|
1544
1549
|
disabled: o.isDisabledDropdown,
|
|
1545
1550
|
"close-on-click": !0
|
|
@@ -1554,7 +1559,7 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1554
1559
|
}, [
|
|
1555
1560
|
Ge(we(e.tabs.name) + " ", 1),
|
|
1556
1561
|
ge(l, { name: "chevron-down" })
|
|
1557
|
-
], 10,
|
|
1562
|
+
], 10, Kl)
|
|
1558
1563
|
]),
|
|
1559
1564
|
body: be(() => [
|
|
1560
1565
|
(G(!0), ne(rt, null, jt(e.tabs.tabs, (f, h) => (G(), $e(a, {
|
|
@@ -1578,8 +1583,8 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1578
1583
|
}, 8, ["disabled"])
|
|
1579
1584
|
]);
|
|
1580
1585
|
}
|
|
1581
|
-
const
|
|
1582
|
-
const
|
|
1586
|
+
const Yl = /* @__PURE__ */ Ae(Ul, [["render", Gl]]);
|
|
1587
|
+
const Wl = {
|
|
1583
1588
|
name: "IbTabs",
|
|
1584
1589
|
data() {
|
|
1585
1590
|
return {
|
|
@@ -1625,19 +1630,19 @@ const Yl = {
|
|
|
1625
1630
|
}
|
|
1626
1631
|
},
|
|
1627
1632
|
components: {
|
|
1628
|
-
IbTabDropdown:
|
|
1633
|
+
IbTabDropdown: Yl
|
|
1629
1634
|
}
|
|
1630
|
-
},
|
|
1635
|
+
}, Zl = { class: "tabs" }, Jl = { class: "tabs-list" }, Xl = {
|
|
1631
1636
|
key: 0,
|
|
1632
1637
|
class: "wrapper-tab-link"
|
|
1633
|
-
},
|
|
1638
|
+
}, Ql = ["href", "tabindex", "onClick"], es = {
|
|
1634
1639
|
class: "tabs-content",
|
|
1635
1640
|
ref: "tabHandler"
|
|
1636
1641
|
};
|
|
1637
|
-
function
|
|
1642
|
+
function ts(t, n, e, i, o, r) {
|
|
1638
1643
|
const l = ce("ib-tab-dropdown");
|
|
1639
|
-
return G(), ne("div",
|
|
1640
|
-
ae("ul",
|
|
1644
|
+
return G(), ne("div", Zl, [
|
|
1645
|
+
ae("ul", Jl, [
|
|
1641
1646
|
(G(!0), ne(rt, null, jt(o.tabs, (a, d) => (G(), ne("li", {
|
|
1642
1647
|
class: "tab-item",
|
|
1643
1648
|
key: d
|
|
@@ -1647,7 +1652,7 @@ function es(t, n, e, i, o, r) {
|
|
|
1647
1652
|
"selected-tab": o.selectedTab,
|
|
1648
1653
|
tabs: a,
|
|
1649
1654
|
onSelectTab: r.selectTab
|
|
1650
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1655
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", Xl, [
|
|
1651
1656
|
ae("a", {
|
|
1652
1657
|
class: ve(["tab-link", {
|
|
1653
1658
|
active: o.selectedTab === a.id,
|
|
@@ -1657,16 +1662,16 @@ function es(t, n, e, i, o, r) {
|
|
|
1657
1662
|
tabindex: a.disabled ? -1 : 0,
|
|
1658
1663
|
onClick: (f) => r.selectTab(a.id),
|
|
1659
1664
|
target: "_self"
|
|
1660
|
-
}, we(a.title), 11,
|
|
1665
|
+
}, we(a.title), 11, Ql)
|
|
1661
1666
|
]))
|
|
1662
1667
|
]))), 128))
|
|
1663
1668
|
]),
|
|
1664
|
-
ae("div",
|
|
1669
|
+
ae("div", es, [
|
|
1665
1670
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
1666
1671
|
], 512)
|
|
1667
1672
|
]);
|
|
1668
1673
|
}
|
|
1669
|
-
const
|
|
1674
|
+
const Qh = /* @__PURE__ */ Ae(Wl, [["render", ts], ["__scopeId", "data-v-d30d6f39"]]), ns = {
|
|
1670
1675
|
name: "IbTab",
|
|
1671
1676
|
props: {
|
|
1672
1677
|
title: {
|
|
@@ -1696,22 +1701,22 @@ const Xh = /* @__PURE__ */ Ae(Yl, [["render", es], ["__scopeId", "data-v-d30d6f3
|
|
|
1696
1701
|
}
|
|
1697
1702
|
}
|
|
1698
1703
|
};
|
|
1699
|
-
function
|
|
1704
|
+
function rs(t, n, e, i, o, r) {
|
|
1700
1705
|
return qe((G(), ne("div", null, [
|
|
1701
1706
|
Te(t.$slots, "default")
|
|
1702
1707
|
], 512)), [
|
|
1703
1708
|
[Ke, r.isTabActive]
|
|
1704
1709
|
]);
|
|
1705
1710
|
}
|
|
1706
|
-
const
|
|
1711
|
+
const e1 = /* @__PURE__ */ Ae(ns, [["render", rs]]), is = {
|
|
1707
1712
|
LIST_VIEW: "list-sorting",
|
|
1708
1713
|
GRID_VIEW: "grid-sorting",
|
|
1709
1714
|
TABLE_VIEW: "table-sorting"
|
|
1710
|
-
},
|
|
1715
|
+
}, os = {
|
|
1711
1716
|
TYPE_ASC: "asc",
|
|
1712
1717
|
TYPE_DESC: "desc"
|
|
1713
1718
|
};
|
|
1714
|
-
const
|
|
1719
|
+
const as = {
|
|
1715
1720
|
name: "IbSorting",
|
|
1716
1721
|
props: {
|
|
1717
1722
|
tooltipText: {
|
|
@@ -1751,8 +1756,8 @@ const os = {
|
|
|
1751
1756
|
},
|
|
1752
1757
|
data() {
|
|
1753
1758
|
return {
|
|
1754
|
-
sortingTypes:
|
|
1755
|
-
sortingTypesView:
|
|
1759
|
+
sortingTypes: os,
|
|
1760
|
+
sortingTypesView: is,
|
|
1756
1761
|
currentTypeSort: this.sort
|
|
1757
1762
|
};
|
|
1758
1763
|
},
|
|
@@ -1774,13 +1779,13 @@ const os = {
|
|
|
1774
1779
|
IbIconButton: Tt,
|
|
1775
1780
|
IbTooltip: Qt
|
|
1776
1781
|
}
|
|
1777
|
-
},
|
|
1782
|
+
}, ls = { class: "sorting-wrapper" }, ss = {
|
|
1778
1783
|
class: "sorting-label",
|
|
1779
1784
|
type: "button"
|
|
1780
|
-
},
|
|
1781
|
-
function
|
|
1785
|
+
}, us = ["name"], ds = ["aria-label"];
|
|
1786
|
+
function cs(t, n, e, i, o, r) {
|
|
1782
1787
|
const l = ce("ib-tooltip"), a = ce("ib-icon-button"), d = ce("ib-icon");
|
|
1783
|
-
return G(), ne("div",
|
|
1788
|
+
return G(), ne("div", ls, [
|
|
1784
1789
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1785
1790
|
key: 0,
|
|
1786
1791
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -1788,7 +1793,7 @@ function ds(t, n, e, i, o, r) {
|
|
|
1788
1793
|
disabled: e.disable
|
|
1789
1794
|
}])
|
|
1790
1795
|
}, [
|
|
1791
|
-
ae("button",
|
|
1796
|
+
ae("button", ss, [
|
|
1792
1797
|
Ge(we(e.title) + " ", 1),
|
|
1793
1798
|
e.tooltipText ? (G(), $e(l, {
|
|
1794
1799
|
key: 0,
|
|
@@ -1802,7 +1807,7 @@ function ds(t, n, e, i, o, r) {
|
|
|
1802
1807
|
onClick: r.clickHandler
|
|
1803
1808
|
}, {
|
|
1804
1809
|
default: be(() => [
|
|
1805
|
-
ae("ion-icon", { name: r.iconType }, null, 8,
|
|
1810
|
+
ae("ion-icon", { name: r.iconType }, null, 8, us),
|
|
1806
1811
|
e.tooltipIconSorting ? (G(), $e(l, {
|
|
1807
1812
|
key: 0,
|
|
1808
1813
|
text: e.tooltipIconSorting,
|
|
@@ -1831,11 +1836,11 @@ function ds(t, n, e, i, o, r) {
|
|
|
1831
1836
|
text: e.tooltipText,
|
|
1832
1837
|
position: e.tooltipPosition
|
|
1833
1838
|
}, null, 8, ["text", "position"])) : he("", !0)
|
|
1834
|
-
], 10,
|
|
1839
|
+
], 10, ds))
|
|
1835
1840
|
]);
|
|
1836
1841
|
}
|
|
1837
|
-
const
|
|
1838
|
-
const
|
|
1842
|
+
const t1 = /* @__PURE__ */ Ae(as, [["render", cs], ["__scopeId", "data-v-e5442137"]]);
|
|
1843
|
+
const fs = {
|
|
1839
1844
|
name: "IbBreadcrumbs",
|
|
1840
1845
|
props: {
|
|
1841
1846
|
items: {
|
|
@@ -1864,11 +1869,11 @@ const cs = {
|
|
|
1864
1869
|
IbDropdownList: Ei,
|
|
1865
1870
|
IbTooltip: Qt
|
|
1866
1871
|
}
|
|
1867
|
-
},
|
|
1868
|
-
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) {
|
|
1869
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");
|
|
1870
|
-
return G(), ne("nav",
|
|
1871
|
-
ae("ul",
|
|
1875
|
+
return G(), ne("nav", hs, [
|
|
1876
|
+
ae("ul", ps, [
|
|
1872
1877
|
(G(!0), ne(rt, null, jt(e.items, (c, s) => (G(), ne("li", {
|
|
1873
1878
|
class: ve(["breadcrumb-item", s === r.last ? "active" : ""]),
|
|
1874
1879
|
"aria-current": "page",
|
|
@@ -1878,8 +1883,8 @@ function vs(t, n, e, i, o, r) {
|
|
|
1878
1883
|
key: 0,
|
|
1879
1884
|
class: "ib-link",
|
|
1880
1885
|
href: c.url
|
|
1881
|
-
}, we(c.title), 9,
|
|
1882
|
-
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),
|
|
1883
1888
|
r.initContextMenu && s === e.items.length - 4 ? (G(), $e(h, {
|
|
1884
1889
|
key: 2,
|
|
1885
1890
|
horizontal: "center"
|
|
@@ -1902,7 +1907,7 @@ function vs(t, n, e, i, o, r) {
|
|
|
1902
1907
|
ae("a", {
|
|
1903
1908
|
class: "context-breadcrums",
|
|
1904
1909
|
href: u.url
|
|
1905
|
-
}, we(u.title), 9,
|
|
1910
|
+
}, we(u.title), 9, vs)
|
|
1906
1911
|
]),
|
|
1907
1912
|
_: 2
|
|
1908
1913
|
}, 1024))), 128))
|
|
@@ -1917,8 +1922,8 @@ function vs(t, n, e, i, o, r) {
|
|
|
1917
1922
|
])
|
|
1918
1923
|
]);
|
|
1919
1924
|
}
|
|
1920
|
-
const
|
|
1921
|
-
const
|
|
1925
|
+
const n1 = /* @__PURE__ */ Ae(fs, [["render", ys], ["__scopeId", "data-v-5ef772a9"]]);
|
|
1926
|
+
const bs = {
|
|
1922
1927
|
name: "IbLabel",
|
|
1923
1928
|
props: {
|
|
1924
1929
|
for: {
|
|
@@ -1957,17 +1962,17 @@ const ys = {
|
|
|
1957
1962
|
IbIcon: Xe,
|
|
1958
1963
|
IbTooltip: Qt
|
|
1959
1964
|
}
|
|
1960
|
-
},
|
|
1965
|
+
}, _s = ["for"], $s = {
|
|
1961
1966
|
key: 0,
|
|
1962
1967
|
class: "required"
|
|
1963
1968
|
};
|
|
1964
|
-
function
|
|
1969
|
+
function ws(t, n, e, i, o, r) {
|
|
1965
1970
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button");
|
|
1966
1971
|
return G(), ne("label", {
|
|
1967
1972
|
class: ve(r.classes),
|
|
1968
1973
|
for: e.for
|
|
1969
1974
|
}, [
|
|
1970
|
-
e.required ? (G(), ne("span",
|
|
1975
|
+
e.required ? (G(), ne("span", $s, "* ")) : he("", !0),
|
|
1971
1976
|
Te(t.$slots, "default", {}, void 0, !0),
|
|
1972
1977
|
e.infoText.length ? (G(), $e(d, {
|
|
1973
1978
|
key: 1,
|
|
@@ -1985,15 +1990,15 @@ function $s(t, n, e, i, o, r) {
|
|
|
1985
1990
|
]),
|
|
1986
1991
|
_: 1
|
|
1987
1992
|
})) : he("", !0)
|
|
1988
|
-
], 10,
|
|
1993
|
+
], 10, _s);
|
|
1989
1994
|
}
|
|
1990
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1995
|
+
const Cr = /* @__PURE__ */ Ae(bs, [["render", ws], ["__scopeId", "data-v-3e867259"]]), ti = {
|
|
1991
1996
|
text: "text",
|
|
1992
1997
|
password: "password",
|
|
1993
1998
|
email: "email",
|
|
1994
1999
|
number: "number"
|
|
1995
2000
|
};
|
|
1996
|
-
const
|
|
2001
|
+
const Os = {
|
|
1997
2002
|
name: "IbInput",
|
|
1998
2003
|
props: {
|
|
1999
2004
|
type: {
|
|
@@ -2123,9 +2128,6 @@ const ws = {
|
|
|
2123
2128
|
value(t) {
|
|
2124
2129
|
this.actualValue = t;
|
|
2125
2130
|
},
|
|
2126
|
-
modelValue(t) {
|
|
2127
|
-
this.actualValue = t;
|
|
2128
|
-
},
|
|
2129
2131
|
disabled(t) {
|
|
2130
2132
|
this.$globalEvents.$emit(`label:disabled:${this.id}`, t);
|
|
2131
2133
|
}
|
|
@@ -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
|
},
|
|
@@ -3545,21 +3547,16 @@ const eu = {
|
|
|
3545
3547
|
checkIfOptionsChecked(t) {
|
|
3546
3548
|
return t.every((n) => n.checked);
|
|
3547
3549
|
},
|
|
3548
|
-
onCheck(t, n, e) {
|
|
3549
|
-
this.registerCheck(t, n, e);
|
|
3550
|
-
const i = Object.keys(this.selected);
|
|
3551
|
-
this.isMultiple ? (this.$emit("update:modelValue", i), this.$emit("input", i)) : (this.$emit("update:modelValue", i[0]), this.$emit("input", i[0]));
|
|
3552
|
-
},
|
|
3553
3550
|
registerCheck(t, n, e) {
|
|
3554
3551
|
if (n)
|
|
3555
3552
|
if (t.checked = !0, this.isMultiple)
|
|
3556
|
-
this.onlyEndNodes && t.children && t.children.length || (this.selected[t.id] = t);
|
|
3553
|
+
this.onlyEndNodes && t.children && t.children.length || (this.selected[t.id] = t, this.$emit("update:modelValue", Object.keys(this.selected)), this.$emit("input", Object.keys(this.selected)));
|
|
3557
3554
|
else {
|
|
3558
3555
|
const i = Object.keys(this.selected)[0];
|
|
3559
3556
|
i && (this.selected[i].checked = !1), this.selected = { [t.id]: t }, this.change();
|
|
3560
3557
|
}
|
|
3561
3558
|
else
|
|
3562
|
-
delete this.selected[t.id], t.checked = !1;
|
|
3559
|
+
delete this.selected[t.id], t.checked = !1, this.$emit("update:modelValue", Object.keys(this.selected)), this.$emit("input", Object.keys(this.selected));
|
|
3563
3560
|
this.toggleDuplicateOptions(this.actualOptions, t.id, n), e && (this.allOptionsIsChecked = this.checkIfOptionsChecked(
|
|
3564
3561
|
this.actualOptions
|
|
3565
3562
|
));
|
|
@@ -3571,7 +3568,7 @@ const eu = {
|
|
|
3571
3568
|
manageAll() {
|
|
3572
3569
|
this.allOptionsIsChecked = !this.allOptionsIsChecked, this.traverseTree(this.actualOptions, (t) => {
|
|
3573
3570
|
this.registerCheck(t, this.allOptionsIsChecked, !1);
|
|
3574
|
-
})
|
|
3571
|
+
});
|
|
3575
3572
|
},
|
|
3576
3573
|
traverseTree(t, n) {
|
|
3577
3574
|
t.forEach((e) => {
|
|
@@ -3647,19 +3644,19 @@ const eu = {
|
|
|
3647
3644
|
IbDropdown: ki,
|
|
3648
3645
|
IbInput: Do,
|
|
3649
3646
|
List: Ci,
|
|
3650
|
-
"select-option":
|
|
3647
|
+
"select-option": Xs
|
|
3651
3648
|
},
|
|
3652
3649
|
beforeUnmount() {
|
|
3653
3650
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3654
3651
|
}
|
|
3655
|
-
},
|
|
3652
|
+
}, nu = {
|
|
3656
3653
|
key: 0,
|
|
3657
3654
|
class: "tree-select-empty"
|
|
3658
|
-
},
|
|
3655
|
+
}, ru = {
|
|
3659
3656
|
key: 1,
|
|
3660
3657
|
class: "tree-select-default-empty tree-select-empty"
|
|
3661
3658
|
};
|
|
3662
|
-
function
|
|
3659
|
+
function iu(t, n, e, i, o, r) {
|
|
3663
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");
|
|
3664
3661
|
return G(), ne(rt, null, [
|
|
3665
3662
|
e.errorMessage ? (G(), $e(l, {
|
|
@@ -3713,7 +3710,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
3713
3710
|
"is-multiple": e.isMultiple,
|
|
3714
3711
|
"is-bookmarkable": !0,
|
|
3715
3712
|
"is-bookmarked": !0,
|
|
3716
|
-
onCheck: r.
|
|
3713
|
+
onCheck: r.registerCheck,
|
|
3717
3714
|
onToggleBookmark: r.toggleBookmark,
|
|
3718
3715
|
uid: o.uid,
|
|
3719
3716
|
"only-end-nodes": e.onlyEndNodes,
|
|
@@ -3736,9 +3733,9 @@ function ru(t, n, e, i, o, r) {
|
|
|
3736
3733
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3737
3734
|
}, {
|
|
3738
3735
|
default: be(() => [
|
|
3739
|
-
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div",
|
|
3736
|
+
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div", nu, [
|
|
3740
3737
|
Te(t.$slots, "emptyMessage")
|
|
3741
|
-
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div",
|
|
3738
|
+
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div", ru, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3742
3739
|
qe(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3743
3740
|
[Ke, r.requiredDependencyNotFilled]
|
|
3744
3741
|
]),
|
|
@@ -3752,7 +3749,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
3752
3749
|
name: o.actualName,
|
|
3753
3750
|
"parent-auto-check": e.parentAutoCheck,
|
|
3754
3751
|
"is-multiple": e.isMultiple,
|
|
3755
|
-
onCheck: r.
|
|
3752
|
+
onCheck: r.registerCheck,
|
|
3756
3753
|
onToggleBookmark: r.toggleBookmark,
|
|
3757
3754
|
uid: o.uid,
|
|
3758
3755
|
"only-end-nodes": e.onlyEndNodes,
|
|
@@ -3797,7 +3794,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
3797
3794
|
"parent-auto-check": e.parentAutoCheck,
|
|
3798
3795
|
"is-multiple": e.isMultiple,
|
|
3799
3796
|
"is-bookmarkable": e.isBookmarkable,
|
|
3800
|
-
onCheck: r.
|
|
3797
|
+
onCheck: r.registerCheck,
|
|
3801
3798
|
onToggleBookmark: r.toggleBookmark,
|
|
3802
3799
|
uid: o.uid,
|
|
3803
3800
|
"only-end-nodes": e.onlyEndNodes,
|
|
@@ -3875,8 +3872,8 @@ function ru(t, n, e, i, o, r) {
|
|
|
3875
3872
|
], 2)
|
|
3876
3873
|
], 64);
|
|
3877
3874
|
}
|
|
3878
|
-
const
|
|
3879
|
-
const
|
|
3875
|
+
const ou = /* @__PURE__ */ Ae(tu, [["render", iu]]);
|
|
3876
|
+
const au = {
|
|
3880
3877
|
name: "IbLimitSelector",
|
|
3881
3878
|
props: {
|
|
3882
3879
|
labelSelect: {
|
|
@@ -3914,12 +3911,12 @@ const ou = {
|
|
|
3914
3911
|
},
|
|
3915
3912
|
components: {
|
|
3916
3913
|
IbLabel: Cr,
|
|
3917
|
-
IbSelect:
|
|
3914
|
+
IbSelect: ou
|
|
3918
3915
|
}
|
|
3919
|
-
},
|
|
3920
|
-
function
|
|
3916
|
+
}, lu = { class: "report-limit-selector" };
|
|
3917
|
+
function su(t, n, e, i, o, r) {
|
|
3921
3918
|
const l = ce("ib-label"), a = ce("ib-select");
|
|
3922
|
-
return G(), ne("div",
|
|
3919
|
+
return G(), ne("div", lu, [
|
|
3923
3920
|
ge(l, null, {
|
|
3924
3921
|
default: be(() => [
|
|
3925
3922
|
Ge(we(e.labelSelect), 1)
|
|
@@ -3936,8 +3933,8 @@ function lu(t, n, e, i, o, r) {
|
|
|
3936
3933
|
}, null, 8, ["value", "options", "onInput"])
|
|
3937
3934
|
]);
|
|
3938
3935
|
}
|
|
3939
|
-
const
|
|
3940
|
-
const
|
|
3936
|
+
const uu = /* @__PURE__ */ Ae(au, [["render", su]]);
|
|
3937
|
+
const du = {
|
|
3941
3938
|
name: "IbPagination",
|
|
3942
3939
|
props: {
|
|
3943
3940
|
tooltipTextPrev: {
|
|
@@ -4038,19 +4035,19 @@ const uu = {
|
|
|
4038
4035
|
IbIcon: Xe,
|
|
4039
4036
|
IbInput: Do,
|
|
4040
4037
|
IbLabel: Cr,
|
|
4041
|
-
IbLimitSelector:
|
|
4038
|
+
IbLimitSelector: uu,
|
|
4042
4039
|
IbTooltip: Qt
|
|
4043
4040
|
}
|
|
4044
|
-
},
|
|
4045
|
-
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) {
|
|
4046
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");
|
|
4047
|
-
return G(), ne("div",
|
|
4044
|
+
return G(), ne("div", cu, [
|
|
4048
4045
|
ge(l, {
|
|
4049
4046
|
onSelect: r.changeLimit,
|
|
4050
4047
|
value: o.limitValue,
|
|
4051
4048
|
"label-select": e.labelSelect
|
|
4052
4049
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4053
|
-
ae("div",
|
|
4050
|
+
ae("div", fu, [
|
|
4054
4051
|
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4055
4052
|
ge(a, null, {
|
|
4056
4053
|
default: be(() => [
|
|
@@ -4058,7 +4055,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4058
4055
|
]),
|
|
4059
4056
|
_: 1
|
|
4060
4057
|
}),
|
|
4061
|
-
ae("div",
|
|
4058
|
+
ae("div", hu, [
|
|
4062
4059
|
ge(d, {
|
|
4063
4060
|
type: "number",
|
|
4064
4061
|
debounce: 500,
|
|
@@ -4066,7 +4063,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4066
4063
|
}, null, 8, ["onInput"])
|
|
4067
4064
|
])
|
|
4068
4065
|
], 64)) : he("", !0),
|
|
4069
|
-
ae("div",
|
|
4066
|
+
ae("div", pu, we(r.setCountOfRows + " of " + e.countRows), 1),
|
|
4070
4067
|
ge(c, {
|
|
4071
4068
|
kind: "tertiary",
|
|
4072
4069
|
size: "m",
|
|
@@ -4083,7 +4080,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4083
4080
|
]),
|
|
4084
4081
|
_: 1
|
|
4085
4082
|
}, 8, ["disabled"]),
|
|
4086
|
-
ae("ul",
|
|
4083
|
+
ae("ul", gu, [
|
|
4087
4084
|
(G(!0), ne(rt, null, jt(r.countPagePagination, (s, u) => qe((G(), ne("li", {
|
|
4088
4085
|
key: u,
|
|
4089
4086
|
class: ve(["pagination-item", {
|
|
@@ -4094,7 +4091,7 @@ function mu(t, n, e, i, o, r) {
|
|
|
4094
4091
|
onClick: (_) => r.onSelect(u + 1)
|
|
4095
4092
|
}, [
|
|
4096
4093
|
ae("button", null, we(u + 1), 1)
|
|
4097
|
-
], 10,
|
|
4094
|
+
], 10, mu)), [
|
|
4098
4095
|
[Ke, r.showItem(u + 1)]
|
|
4099
4096
|
])), 128))
|
|
4100
4097
|
]),
|
|
@@ -4117,14 +4114,14 @@ function mu(t, n, e, i, o, r) {
|
|
|
4117
4114
|
])
|
|
4118
4115
|
]);
|
|
4119
4116
|
}
|
|
4120
|
-
const
|
|
4117
|
+
const r1 = /* @__PURE__ */ Ae(du, [["render", vu]]), Bn = {
|
|
4121
4118
|
PROGRESS: "progress",
|
|
4122
4119
|
SUCCESS: "success",
|
|
4123
4120
|
FAILED: "failed",
|
|
4124
4121
|
CANCELING: "canceling",
|
|
4125
4122
|
CANCELED: "canceled"
|
|
4126
4123
|
};
|
|
4127
|
-
const
|
|
4124
|
+
const yu = {
|
|
4128
4125
|
props: {
|
|
4129
4126
|
states: {
|
|
4130
4127
|
type: String,
|
|
@@ -4147,20 +4144,20 @@ const vu = {
|
|
|
4147
4144
|
components: {
|
|
4148
4145
|
IbIcon: Xe
|
|
4149
4146
|
}
|
|
4150
|
-
}, jo = (t) => (_i("data-v-2737cf5e"), t = t(), $i(), t),
|
|
4151
|
-
|
|
4152
|
-
],
|
|
4153
|
-
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) {
|
|
4154
4151
|
const l = ce("ib-icon");
|
|
4155
|
-
return G(), ne("div",
|
|
4152
|
+
return G(), ne("div", bu, [
|
|
4156
4153
|
ae("div", {
|
|
4157
4154
|
class: ve(r.classes)
|
|
4158
4155
|
}, [
|
|
4159
4156
|
ae("div", {
|
|
4160
4157
|
class: "progress",
|
|
4161
4158
|
style: On({ width: e.progress + "%" })
|
|
4162
|
-
},
|
|
4163
|
-
|
|
4159
|
+
}, $u, 4),
|
|
4160
|
+
wu
|
|
4164
4161
|
], 2),
|
|
4165
4162
|
qe(ge(l, {
|
|
4166
4163
|
class: "status-icon",
|
|
@@ -4170,7 +4167,7 @@ function wu(t, n, e, i, o, r) {
|
|
|
4170
4167
|
])
|
|
4171
4168
|
]);
|
|
4172
4169
|
}
|
|
4173
|
-
const
|
|
4170
|
+
const i1 = /* @__PURE__ */ Ae(yu, [["render", Ou], ["__scopeId", "data-v-2737cf5e"]]), ku = {
|
|
4174
4171
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4175
4172
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4176
4173
|
</svg>
|
|
@@ -4211,7 +4208,7 @@ const r1 = /* @__PURE__ */ Ae(vu, [["render", wu], ["__scopeId", "data-v-2737cf5
|
|
|
4211
4208
|
</svg>
|
|
4212
4209
|
`
|
|
4213
4210
|
};
|
|
4214
|
-
const
|
|
4211
|
+
const Cu = {
|
|
4215
4212
|
props: {
|
|
4216
4213
|
type: {
|
|
4217
4214
|
type: String,
|
|
@@ -4220,21 +4217,21 @@ const ku = {
|
|
|
4220
4217
|
},
|
|
4221
4218
|
data() {
|
|
4222
4219
|
return {
|
|
4223
|
-
icons:
|
|
4220
|
+
icons: ku
|
|
4224
4221
|
};
|
|
4225
4222
|
}
|
|
4226
|
-
},
|
|
4227
|
-
function
|
|
4228
|
-
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, [
|
|
4229
4226
|
ae("div", {
|
|
4230
4227
|
class: ve(["status-indicator-icon", e.type]),
|
|
4231
4228
|
innerHTML: o.icons[e.type]
|
|
4232
|
-
}, null, 10,
|
|
4229
|
+
}, null, 10, Su),
|
|
4233
4230
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4234
4231
|
]);
|
|
4235
4232
|
}
|
|
4236
|
-
const
|
|
4237
|
-
const
|
|
4233
|
+
const o1 = /* @__PURE__ */ Ae(Cu, [["render", xu], ["__scopeId", "data-v-e696394e"]]);
|
|
4234
|
+
const Tu = {
|
|
4238
4235
|
name: "IbPanel",
|
|
4239
4236
|
mixins: [To],
|
|
4240
4237
|
props: {
|
|
@@ -4247,17 +4244,17 @@ const xu = {
|
|
|
4247
4244
|
default: !1
|
|
4248
4245
|
}
|
|
4249
4246
|
}
|
|
4250
|
-
},
|
|
4251
|
-
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) {
|
|
4252
4249
|
return G(), ne("div", {
|
|
4253
4250
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4254
4251
|
}, [
|
|
4255
|
-
ae("div",
|
|
4256
|
-
ae("div",
|
|
4252
|
+
ae("div", Nu, [
|
|
4253
|
+
ae("div", Iu, [
|
|
4257
4254
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4258
4255
|
]),
|
|
4259
|
-
|
|
4260
|
-
ae("div",
|
|
4256
|
+
Mu,
|
|
4257
|
+
ae("div", Pu, [
|
|
4261
4258
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4262
4259
|
])
|
|
4263
4260
|
]),
|
|
@@ -4268,7 +4265,7 @@ function Du(t, n, e, i, o, r) {
|
|
|
4268
4265
|
onLeave: t.leave
|
|
4269
4266
|
}, {
|
|
4270
4267
|
default: be(() => [
|
|
4271
|
-
qe(ae("div",
|
|
4268
|
+
qe(ae("div", Du, [
|
|
4272
4269
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4273
4270
|
], 512), [
|
|
4274
4271
|
[Ke, e.isOpen]
|
|
@@ -4278,8 +4275,8 @@ function Du(t, n, e, i, o, r) {
|
|
|
4278
4275
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4279
4276
|
], 2);
|
|
4280
4277
|
}
|
|
4281
|
-
const
|
|
4282
|
-
const
|
|
4278
|
+
const a1 = /* @__PURE__ */ Ae(Tu, [["render", Lu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4279
|
+
const Ru = {
|
|
4283
4280
|
name: "IbInputGroup",
|
|
4284
4281
|
props: {
|
|
4285
4282
|
supportText: {
|
|
@@ -4291,20 +4288,20 @@ const Lu = {
|
|
|
4291
4288
|
default: !1
|
|
4292
4289
|
}
|
|
4293
4290
|
}
|
|
4294
|
-
},
|
|
4291
|
+
}, Bu = {
|
|
4295
4292
|
key: 0,
|
|
4296
4293
|
class: "support-text"
|
|
4297
4294
|
};
|
|
4298
|
-
function
|
|
4295
|
+
function ju(t, n, e, i, o, r) {
|
|
4299
4296
|
return G(), ne("div", {
|
|
4300
4297
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4301
4298
|
}, [
|
|
4302
4299
|
Te(t.$slots, "default"),
|
|
4303
|
-
e.supportText.length ? (G(), ne("p",
|
|
4300
|
+
e.supportText.length ? (G(), ne("p", Bu, we(e.supportText), 1)) : he("", !0)
|
|
4304
4301
|
], 2);
|
|
4305
4302
|
}
|
|
4306
|
-
const
|
|
4307
|
-
const
|
|
4303
|
+
const l1 = /* @__PURE__ */ Ae(Ru, [["render", ju]]);
|
|
4304
|
+
const qu = {
|
|
4308
4305
|
name: "IbInputGroup",
|
|
4309
4306
|
props: {
|
|
4310
4307
|
labelText: {
|
|
@@ -4328,8 +4325,8 @@ const ju = {
|
|
|
4328
4325
|
IbLabel: Cr,
|
|
4329
4326
|
IbAlert: cn
|
|
4330
4327
|
}
|
|
4331
|
-
},
|
|
4332
|
-
function
|
|
4328
|
+
}, Fu = { class: "ib-checkbox-group-content" };
|
|
4329
|
+
function Hu(t, n, e, i, o, r) {
|
|
4333
4330
|
const l = ce("ib-label"), a = ce("ib-alert");
|
|
4334
4331
|
return G(), ne("div", {
|
|
4335
4332
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4353,13 +4350,13 @@ function Fu(t, n, e, i, o, r) {
|
|
|
4353
4350
|
]),
|
|
4354
4351
|
_: 1
|
|
4355
4352
|
})) : he("", !0),
|
|
4356
|
-
ae("div",
|
|
4353
|
+
ae("div", Fu, [
|
|
4357
4354
|
Te(t.$slots, "default")
|
|
4358
4355
|
])
|
|
4359
4356
|
], 2);
|
|
4360
4357
|
}
|
|
4361
|
-
const
|
|
4362
|
-
const
|
|
4358
|
+
const s1 = /* @__PURE__ */ Ae(qu, [["render", Hu]]);
|
|
4359
|
+
const Vu = {
|
|
4363
4360
|
name: "IbRadio",
|
|
4364
4361
|
model: {
|
|
4365
4362
|
prop: "isChecked",
|
|
@@ -4427,11 +4424,11 @@ const Hu = {
|
|
|
4427
4424
|
};
|
|
4428
4425
|
}
|
|
4429
4426
|
}
|
|
4430
|
-
},
|
|
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 = {
|
|
4431
4428
|
key: 0,
|
|
4432
4429
|
class: "ib-radio-label"
|
|
4433
4430
|
};
|
|
4434
|
-
function
|
|
4431
|
+
function Wu(t, n, e, i, o, r) {
|
|
4435
4432
|
var l, a;
|
|
4436
4433
|
return G(), ne("label", {
|
|
4437
4434
|
class: ve(r.classes),
|
|
@@ -4449,17 +4446,17 @@ function Yu(t, n, e, i, o, r) {
|
|
|
4449
4446
|
onInput: n[0] || (n[0] = _t(() => {
|
|
4450
4447
|
}, ["stop"])),
|
|
4451
4448
|
onChange: n[1] || (n[1] = (...d) => r.onChange && r.onChange(...d))
|
|
4452
|
-
}, null, 40,
|
|
4449
|
+
}, null, 40, Ku),
|
|
4453
4450
|
ae("span", {
|
|
4454
4451
|
class: ve(["ib-radio-body", { "without-text": !((l = e.label) != null && l.length) }])
|
|
4455
4452
|
}, [
|
|
4456
|
-
|
|
4457
|
-
(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)
|
|
4458
4455
|
], 2)
|
|
4459
|
-
], 10,
|
|
4456
|
+
], 10, zu);
|
|
4460
4457
|
}
|
|
4461
|
-
const
|
|
4462
|
-
const
|
|
4458
|
+
const u1 = /* @__PURE__ */ Ae(Vu, [["render", Wu], ["__scopeId", "data-v-10641ff4"]]);
|
|
4459
|
+
const Zu = {
|
|
4463
4460
|
props: {
|
|
4464
4461
|
characterLimit: {
|
|
4465
4462
|
type: [String, Number],
|
|
@@ -4470,26 +4467,26 @@ const Wu = {
|
|
|
4470
4467
|
required: !0
|
|
4471
4468
|
}
|
|
4472
4469
|
}
|
|
4473
|
-
},
|
|
4470
|
+
}, Ju = { class: "character-count" }, Xu = {
|
|
4474
4471
|
key: 0,
|
|
4475
4472
|
class: "val-limit"
|
|
4476
|
-
},
|
|
4473
|
+
}, Qu = { class: "val-length" }, ed = { class: "val-limit" }, td = {
|
|
4477
4474
|
key: 3,
|
|
4478
4475
|
class: "val-length val-limited"
|
|
4479
4476
|
};
|
|
4480
|
-
function
|
|
4481
|
-
return G(), ne("div",
|
|
4477
|
+
function nd(t, n, e, i, o, r) {
|
|
4478
|
+
return G(), ne("div", Ju, [
|
|
4482
4479
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4483
|
-
ae("p",
|
|
4480
|
+
ae("p", Qu, we(e.characterLimit - e.characterLength), 1),
|
|
4484
4481
|
Ge(" / "),
|
|
4485
|
-
ae("p",
|
|
4482
|
+
ae("p", ed, we(e.characterLimit), 1)
|
|
4486
4483
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4487
4484
|
Ge("0")
|
|
4488
|
-
], 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))
|
|
4489
4486
|
]);
|
|
4490
4487
|
}
|
|
4491
|
-
const qo = /* @__PURE__ */ Ae(
|
|
4492
|
-
const
|
|
4488
|
+
const qo = /* @__PURE__ */ Ae(Zu, [["render", nd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4489
|
+
const rd = {
|
|
4493
4490
|
name: "IbTextarea",
|
|
4494
4491
|
props: {
|
|
4495
4492
|
disabled: {
|
|
@@ -4546,8 +4543,8 @@ const nd = {
|
|
|
4546
4543
|
IbCharacterCount: qo
|
|
4547
4544
|
},
|
|
4548
4545
|
inheritAttrs: !1
|
|
4549
|
-
},
|
|
4550
|
-
function
|
|
4546
|
+
}, id = ["disabled"];
|
|
4547
|
+
function od(t, n, e, i, o, r) {
|
|
4551
4548
|
const l = ce("ib-character-count"), a = ce("ib-alert");
|
|
4552
4549
|
return G(), ne("div", {
|
|
4553
4550
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4579,12 +4576,12 @@ function id(t, n, e, i, o, r) {
|
|
|
4579
4576
|
onBlur: n[2] || (n[2] = (...d) => r.onBlur && r.onBlur(...d)),
|
|
4580
4577
|
class: ["ib-textarea", r.classes],
|
|
4581
4578
|
disabled: e.disabled
|
|
4582
|
-
}), null, 16,
|
|
4579
|
+
}), null, 16, id), [
|
|
4583
4580
|
[xo, o.val]
|
|
4584
4581
|
])
|
|
4585
4582
|
], 2);
|
|
4586
4583
|
}
|
|
4587
|
-
const
|
|
4584
|
+
const d1 = /* @__PURE__ */ Ae(rd, [["render", od], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4588
4585
|
var ni = [
|
|
4589
4586
|
"onChange",
|
|
4590
4587
|
"onClose",
|
|
@@ -4787,7 +4784,7 @@ function wt(t) {
|
|
|
4787
4784
|
var ii = function() {
|
|
4788
4785
|
}, gr = function(t, n, e) {
|
|
4789
4786
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
4790
|
-
},
|
|
4787
|
+
}, ad = {
|
|
4791
4788
|
D: ii,
|
|
4792
4789
|
F: function(t, n, e) {
|
|
4793
4790
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -4978,7 +4975,7 @@ var ii = function() {
|
|
|
4978
4975
|
m += dn[$];
|
|
4979
4976
|
var x = new RegExp(m).exec(r);
|
|
4980
4977
|
x && (_ = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
4981
|
-
fn:
|
|
4978
|
+
fn: ad[$],
|
|
4982
4979
|
val: x[++g]
|
|
4983
4980
|
});
|
|
4984
4981
|
} else
|
|
@@ -5001,14 +4998,14 @@ var ii = function() {
|
|
|
5001
4998
|
function Ot(t, n, e) {
|
|
5002
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();
|
|
5003
5000
|
}
|
|
5004
|
-
var
|
|
5001
|
+
var ld = function(t, n, e) {
|
|
5005
5002
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5006
5003
|
}, oi = function(t, n, e) {
|
|
5007
5004
|
return t * 3600 + n * 60 + e;
|
|
5008
|
-
},
|
|
5005
|
+
}, sd = function(t) {
|
|
5009
5006
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5010
5007
|
return [n, e, t - n * 3600 - e * 60];
|
|
5011
|
-
},
|
|
5008
|
+
}, ud = {
|
|
5012
5009
|
DAY: 864e5
|
|
5013
5010
|
};
|
|
5014
5011
|
function ai(t) {
|
|
@@ -5054,8 +5051,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
5054
5051
|
for (var r = arguments[n], l = 0, a = r.length; l < a; l++, o++)
|
|
5055
5052
|
i[o] = r[l];
|
|
5056
5053
|
return i;
|
|
5057
|
-
},
|
|
5058
|
-
function
|
|
5054
|
+
}, dd = 300;
|
|
5055
|
+
function cd(t, n) {
|
|
5059
5056
|
var e = {
|
|
5060
5057
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
5061
5058
|
l10n: Un
|
|
@@ -5118,7 +5115,7 @@ function dd(t, n) {
|
|
|
5118
5115
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5119
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);
|
|
5120
5117
|
if (me > Ce && me < de) {
|
|
5121
|
-
var Me =
|
|
5118
|
+
var Me = sd(de);
|
|
5122
5119
|
I = Me[0], L = Me[1], z = Me[2];
|
|
5123
5120
|
}
|
|
5124
5121
|
} else {
|
|
@@ -5173,7 +5170,7 @@ function dd(t, n) {
|
|
|
5173
5170
|
return;
|
|
5174
5171
|
}
|
|
5175
5172
|
var I = Hi(Ee, 50);
|
|
5176
|
-
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) {
|
|
5177
5174
|
e.config.mode === "range" && _e(wt(z));
|
|
5178
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) {
|
|
5179
5176
|
var L = function(z) {
|
|
@@ -5556,7 +5553,7 @@ function dd(t, n) {
|
|
|
5556
5553
|
}
|
|
5557
5554
|
function _e(I, L) {
|
|
5558
5555
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5559
|
-
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)
|
|
5560
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));
|
|
5561
5558
|
var ke = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5562
5559
|
ke.forEach(function(Re) {
|
|
@@ -5570,7 +5567,7 @@ function dd(t, n) {
|
|
|
5570
5567
|
return;
|
|
5571
5568
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Mt) {
|
|
5572
5569
|
Re.classList.remove(Mt);
|
|
5573
|
-
}), 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"));
|
|
5574
5571
|
});
|
|
5575
5572
|
}
|
|
5576
5573
|
}
|
|
@@ -5939,7 +5936,7 @@ function $n(t, n) {
|
|
|
5939
5936
|
try {
|
|
5940
5937
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
5941
5938
|
continue;
|
|
5942
|
-
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);
|
|
5943
5940
|
} catch (l) {
|
|
5944
5941
|
console.error(l);
|
|
5945
5942
|
}
|
|
@@ -6069,17 +6066,17 @@ var Vo = { exports: {} };
|
|
|
6069
6066
|
return i;
|
|
6070
6067
|
});
|
|
6071
6068
|
})(Vo);
|
|
6072
|
-
var
|
|
6073
|
-
const
|
|
6069
|
+
var fd = Vo.exports;
|
|
6070
|
+
const hd = /* @__PURE__ */ Er(fd), pd = `
|
|
6074
6071
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6075
6072
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6076
6073
|
</svg>
|
|
6077
|
-
`,
|
|
6074
|
+
`, gd = `
|
|
6078
6075
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6079
6076
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6080
6077
|
</svg>
|
|
6081
6078
|
`;
|
|
6082
|
-
const
|
|
6079
|
+
const md = "single", li = "range", vd = {
|
|
6083
6080
|
props: {
|
|
6084
6081
|
name: {
|
|
6085
6082
|
type: String,
|
|
@@ -6102,7 +6099,7 @@ const gd = "single", li = "range", md = {
|
|
|
6102
6099
|
},
|
|
6103
6100
|
mode: {
|
|
6104
6101
|
type: String,
|
|
6105
|
-
default:
|
|
6102
|
+
default: md
|
|
6106
6103
|
},
|
|
6107
6104
|
label: {
|
|
6108
6105
|
type: String,
|
|
@@ -6163,8 +6160,8 @@ const gd = "single", li = "range", md = {
|
|
|
6163
6160
|
position: "left",
|
|
6164
6161
|
mode: this.mode,
|
|
6165
6162
|
appendTo: this.$refs.dropdown,
|
|
6166
|
-
prevArrow:
|
|
6167
|
-
nextArrow:
|
|
6163
|
+
prevArrow: pd,
|
|
6164
|
+
nextArrow: gd,
|
|
6168
6165
|
ignoredFocusElements: Array.from(t),
|
|
6169
6166
|
locale: {
|
|
6170
6167
|
weekdays: {
|
|
@@ -6186,7 +6183,7 @@ const gd = "single", li = "range", md = {
|
|
|
6186
6183
|
onChange: (i, o) => this.onChange(o),
|
|
6187
6184
|
onClose: () => this.onClose()
|
|
6188
6185
|
};
|
|
6189
|
-
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);
|
|
6190
6187
|
const e = Object.assign({}, n, this.config);
|
|
6191
6188
|
return this.pickerOptions = e, e;
|
|
6192
6189
|
},
|
|
@@ -6231,20 +6228,20 @@ const gd = "single", li = "range", md = {
|
|
|
6231
6228
|
IbLabel: Cr,
|
|
6232
6229
|
IbAlert: cn
|
|
6233
6230
|
}
|
|
6234
|
-
},
|
|
6231
|
+
}, yd = { class: "inputs-wrapper" }, bd = { class: "input-group-wrapper" }, _d = ["placeholder"], $d = {
|
|
6235
6232
|
ref: "dropdown",
|
|
6236
6233
|
class: "dropdown"
|
|
6237
|
-
},
|
|
6234
|
+
}, wd = {
|
|
6238
6235
|
key: 1,
|
|
6239
6236
|
class: "support-text"
|
|
6240
|
-
},
|
|
6237
|
+
}, Od = {
|
|
6241
6238
|
key: 0,
|
|
6242
6239
|
class: "input-group-wrapper"
|
|
6243
|
-
},
|
|
6240
|
+
}, kd = ["placeholder"], Cd = {
|
|
6244
6241
|
key: 1,
|
|
6245
6242
|
class: "support-text"
|
|
6246
6243
|
};
|
|
6247
|
-
function
|
|
6244
|
+
function Ed(t, n, e, i, o, r) {
|
|
6248
6245
|
const l = ce("ib-alert"), a = ce("ib-label"), d = ce("ib-icon");
|
|
6249
6246
|
return G(), ne("div", {
|
|
6250
6247
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6263,8 +6260,8 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6263
6260
|
]),
|
|
6264
6261
|
_: 1
|
|
6265
6262
|
})) : he("", !0),
|
|
6266
|
-
ae("div",
|
|
6267
|
-
ae("div",
|
|
6263
|
+
ae("div", yd, [
|
|
6264
|
+
ae("div", bd, [
|
|
6268
6265
|
e.label.length ? (G(), $e(a, {
|
|
6269
6266
|
key: 0,
|
|
6270
6267
|
class: "label",
|
|
@@ -6283,16 +6280,16 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6283
6280
|
placeholder: e.placeholder,
|
|
6284
6281
|
ref: "date",
|
|
6285
6282
|
class: "date-picker-input"
|
|
6286
|
-
}, null, 8,
|
|
6283
|
+
}, null, 8, _d),
|
|
6287
6284
|
ge(d, {
|
|
6288
6285
|
name: "today-outline",
|
|
6289
6286
|
class: "calendar-icon"
|
|
6290
6287
|
})
|
|
6291
6288
|
], 2),
|
|
6292
|
-
ae("div",
|
|
6293
|
-
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)
|
|
6294
6291
|
]),
|
|
6295
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6292
|
+
e.mode === "range" ? (G(), ne("div", Od, [
|
|
6296
6293
|
e.endDateLabel.length ? (G(), $e(a, {
|
|
6297
6294
|
key: 0,
|
|
6298
6295
|
class: "end-date-label label",
|
|
@@ -6311,18 +6308,18 @@ function Cd(t, n, e, i, o, r) {
|
|
|
6311
6308
|
class: "date-picker-input",
|
|
6312
6309
|
placeholder: e.placeholder,
|
|
6313
6310
|
ref: "toDate"
|
|
6314
|
-
}, null, 8,
|
|
6311
|
+
}, null, 8, kd),
|
|
6315
6312
|
ge(d, {
|
|
6316
6313
|
name: "today-outline",
|
|
6317
6314
|
class: "calendar-icon"
|
|
6318
6315
|
})
|
|
6319
6316
|
], 2),
|
|
6320
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6317
|
+
e.endDateSupportText.length ? (G(), ne("p", Cd, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6321
6318
|
])) : he("", !0)
|
|
6322
6319
|
])
|
|
6323
6320
|
], 2);
|
|
6324
6321
|
}
|
|
6325
|
-
const
|
|
6322
|
+
const c1 = /* @__PURE__ */ Ae(vd, [["render", Ed]]), Sd = [
|
|
6326
6323
|
[
|
|
6327
6324
|
"Afghanistan (افغانستان)",
|
|
6328
6325
|
"af",
|
|
@@ -7539,12 +7536,12 @@ const d1 = /* @__PURE__ */ Ae(md, [["render", Cd]]), Ed = [
|
|
|
7539
7536
|
"ax",
|
|
7540
7537
|
"358"
|
|
7541
7538
|
]
|
|
7542
|
-
],
|
|
7539
|
+
], xd = Sd.map(([t, n, e]) => ({
|
|
7543
7540
|
name: t,
|
|
7544
7541
|
iso2: n.toUpperCase(),
|
|
7545
7542
|
dialCode: e
|
|
7546
7543
|
}));
|
|
7547
|
-
function
|
|
7544
|
+
function Td() {
|
|
7548
7545
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7549
7546
|
const n = (t || "").toString();
|
|
7550
7547
|
if (!n || n[0] !== "1")
|
|
@@ -7552,7 +7549,7 @@ function xd() {
|
|
|
7552
7549
|
return n.substr(2, 2);
|
|
7553
7550
|
});
|
|
7554
7551
|
}
|
|
7555
|
-
function
|
|
7552
|
+
function Ad(t, n) {
|
|
7556
7553
|
if (t.setSelectionRange)
|
|
7557
7554
|
t.focus(), t.setSelectionRange(n, n);
|
|
7558
7555
|
else if (t.createTextRange) {
|
|
@@ -7560,11 +7557,11 @@ function Td(t, n) {
|
|
|
7560
7557
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7561
7558
|
}
|
|
7562
7559
|
}
|
|
7563
|
-
const
|
|
7560
|
+
const Nd = [
|
|
7564
7561
|
{
|
|
7565
7562
|
name: "allCountries",
|
|
7566
7563
|
type: Array,
|
|
7567
|
-
default:
|
|
7564
|
+
default: xd,
|
|
7568
7565
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7569
7566
|
inDemo: !1
|
|
7570
7567
|
},
|
|
@@ -7805,7 +7802,7 @@ const Ad = [
|
|
|
7805
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)",
|
|
7806
7803
|
inDemo: !1
|
|
7807
7804
|
}
|
|
7808
|
-
],
|
|
7805
|
+
], Id = [...Nd].reduce((t, n) => {
|
|
7809
7806
|
if (n.name.includes(".")) {
|
|
7810
7807
|
const [e, i] = n.name.split(".");
|
|
7811
7808
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -7813,11 +7810,11 @@ const Ad = [
|
|
|
7813
7810
|
Object.assign(t, { [n.name]: n.default });
|
|
7814
7811
|
return t;
|
|
7815
7812
|
}, {}), Ui = {
|
|
7816
|
-
options: { ...
|
|
7817
|
-
}, 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}"]]] } };
|
|
7818
|
-
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) {
|
|
7819
7816
|
var e = Array.prototype.slice.call(n);
|
|
7820
|
-
return e.push(
|
|
7817
|
+
return e.push(Md), t.apply(this, e);
|
|
7821
7818
|
}
|
|
7822
7819
|
function gi(t) {
|
|
7823
7820
|
return gi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7832,19 +7829,19 @@ function zi(t, n) {
|
|
|
7832
7829
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
7833
7830
|
}
|
|
7834
7831
|
}
|
|
7835
|
-
function
|
|
7832
|
+
function Dd(t, n, e) {
|
|
7836
7833
|
return n && zi(t.prototype, n), e && zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7837
7834
|
}
|
|
7838
|
-
function
|
|
7835
|
+
function Ld(t, n) {
|
|
7839
7836
|
if (!(t instanceof n))
|
|
7840
7837
|
throw new TypeError("Cannot call a class as a function");
|
|
7841
7838
|
}
|
|
7842
|
-
function
|
|
7839
|
+
function Rd(t, n) {
|
|
7843
7840
|
if (typeof n != "function" && n !== null)
|
|
7844
7841
|
throw new TypeError("Super expression must either be null or a function");
|
|
7845
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);
|
|
7846
7843
|
}
|
|
7847
|
-
function
|
|
7844
|
+
function Bd(t) {
|
|
7848
7845
|
var n = zo();
|
|
7849
7846
|
return function() {
|
|
7850
7847
|
var e = Kn(t), i;
|
|
@@ -7853,10 +7850,10 @@ function Rd(t) {
|
|
|
7853
7850
|
i = Reflect.construct(e, arguments, o);
|
|
7854
7851
|
} else
|
|
7855
7852
|
i = e.apply(this, arguments);
|
|
7856
|
-
return
|
|
7853
|
+
return jd(this, i);
|
|
7857
7854
|
};
|
|
7858
7855
|
}
|
|
7859
|
-
function
|
|
7856
|
+
function jd(t, n) {
|
|
7860
7857
|
if (n && (gi(n) === "object" || typeof n == "function"))
|
|
7861
7858
|
return n;
|
|
7862
7859
|
if (n !== void 0)
|
|
@@ -7871,7 +7868,7 @@ function Uo(t) {
|
|
|
7871
7868
|
function mi(t) {
|
|
7872
7869
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
7873
7870
|
return mi = function(e) {
|
|
7874
|
-
if (e === null || !
|
|
7871
|
+
if (e === null || !qd(e))
|
|
7875
7872
|
return e;
|
|
7876
7873
|
if (typeof e != "function")
|
|
7877
7874
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -7906,7 +7903,7 @@ function zo() {
|
|
|
7906
7903
|
return !1;
|
|
7907
7904
|
}
|
|
7908
7905
|
}
|
|
7909
|
-
function
|
|
7906
|
+
function qd(t) {
|
|
7910
7907
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
7911
7908
|
}
|
|
7912
7909
|
function zn(t, n) {
|
|
@@ -7920,14 +7917,14 @@ function Kn(t) {
|
|
|
7920
7917
|
}, Kn(t);
|
|
7921
7918
|
}
|
|
7922
7919
|
var Jt = /* @__PURE__ */ function(t) {
|
|
7923
|
-
|
|
7924
|
-
var n =
|
|
7920
|
+
Rd(e, t);
|
|
7921
|
+
var n = Bd(e);
|
|
7925
7922
|
function e(i) {
|
|
7926
7923
|
var o;
|
|
7927
|
-
return
|
|
7924
|
+
return Ld(this, e), o = n.call(this, i), Object.setPrototypeOf(Uo(o), e.prototype), o.name = o.constructor.name, o;
|
|
7928
7925
|
}
|
|
7929
|
-
return
|
|
7930
|
-
}(/* @__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 = "++";
|
|
7931
7928
|
function Ki(t, n) {
|
|
7932
7929
|
t = t.split("-"), n = n.split("-");
|
|
7933
7930
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -7963,9 +7960,9 @@ function Gi(t, n) {
|
|
|
7963
7960
|
function xr(t, n, e) {
|
|
7964
7961
|
return n && Gi(t.prototype, n), e && Gi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7965
7962
|
}
|
|
7966
|
-
var
|
|
7963
|
+
var Wd = "1.2.0", Zd = "1.7.35", Yi = " ext. ", Jd = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
7967
7964
|
function t(n) {
|
|
7968
|
-
Sr(this, t),
|
|
7965
|
+
Sr(this, t), tc(n), this.metadata = n, Ko.call(this, n);
|
|
7969
7966
|
}
|
|
7970
7967
|
return xr(t, [{
|
|
7971
7968
|
key: "getCountries",
|
|
@@ -8018,7 +8015,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8018
8015
|
}, {
|
|
8019
8016
|
key: "selectNumberingPlan",
|
|
8020
8017
|
value: function(n, e) {
|
|
8021
|
-
if (n &&
|
|
8018
|
+
if (n && Jd.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8022
8019
|
if (!this.hasCountry(n))
|
|
8023
8020
|
throw new Error("Unknown country: ".concat(n));
|
|
8024
8021
|
this.numberingPlan = new Wi(this.getCountryMetadata(n), this);
|
|
@@ -8208,7 +8205,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8208
8205
|
value: function() {
|
|
8209
8206
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8210
8207
|
return e.map(function(i) {
|
|
8211
|
-
return new
|
|
8208
|
+
return new Xd(i, n);
|
|
8212
8209
|
});
|
|
8213
8210
|
}
|
|
8214
8211
|
}, {
|
|
@@ -8277,7 +8274,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8277
8274
|
key: "type",
|
|
8278
8275
|
value: function(n) {
|
|
8279
8276
|
if (this.hasTypes() && Zi(this.types(), n))
|
|
8280
|
-
return new
|
|
8277
|
+
return new ec(Zi(this.types(), n), this);
|
|
8281
8278
|
}
|
|
8282
8279
|
}, {
|
|
8283
8280
|
key: "ext",
|
|
@@ -8285,7 +8282,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8285
8282
|
return this.v1 || this.v2 ? Yi : this.metadata[13] || Yi;
|
|
8286
8283
|
}
|
|
8287
8284
|
}]), t;
|
|
8288
|
-
}(),
|
|
8285
|
+
}(), Xd = /* @__PURE__ */ function() {
|
|
8289
8286
|
function t(n, e) {
|
|
8290
8287
|
Sr(this, t), this._format = n, this.metadata = e;
|
|
8291
8288
|
}
|
|
@@ -8324,7 +8321,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8324
8321
|
key: "usesNationalPrefix",
|
|
8325
8322
|
value: function() {
|
|
8326
8323
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8327
|
-
!
|
|
8324
|
+
!Qd.test(this.nationalPrefixFormattingRule()));
|
|
8328
8325
|
}
|
|
8329
8326
|
}, {
|
|
8330
8327
|
key: "internationalFormat",
|
|
@@ -8332,7 +8329,7 @@ var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__
|
|
|
8332
8329
|
return this._format[5] || this.format();
|
|
8333
8330
|
}
|
|
8334
8331
|
}]), t;
|
|
8335
|
-
}(),
|
|
8332
|
+
}(), Qd = /^\(?\$1\)?$/, ec = /* @__PURE__ */ function() {
|
|
8336
8333
|
function t(n, e) {
|
|
8337
8334
|
Sr(this, t), this.type = n, this.metadata = e;
|
|
8338
8335
|
}
|
|
@@ -8373,15 +8370,15 @@ function Zi(t, n) {
|
|
|
8373
8370
|
return t[9];
|
|
8374
8371
|
}
|
|
8375
8372
|
}
|
|
8376
|
-
function
|
|
8373
|
+
function tc(t) {
|
|
8377
8374
|
if (!t)
|
|
8378
8375
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8379
8376
|
if (!si(t) || !si(t.countries))
|
|
8380
|
-
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, "."));
|
|
8381
8378
|
}
|
|
8382
8379
|
var si = function(t) {
|
|
8383
8380
|
return vr(t) === "object";
|
|
8384
|
-
},
|
|
8381
|
+
}, nc = function(t) {
|
|
8385
8382
|
return vr(t);
|
|
8386
8383
|
};
|
|
8387
8384
|
function Ti(t, n) {
|
|
@@ -8389,34 +8386,34 @@ function Ti(t, n) {
|
|
|
8389
8386
|
return n.country(t).countryCallingCode();
|
|
8390
8387
|
throw new Error("Unknown country: ".concat(t));
|
|
8391
8388
|
}
|
|
8392
|
-
function
|
|
8389
|
+
function rc(t, n) {
|
|
8393
8390
|
return n.countries[t] !== void 0;
|
|
8394
8391
|
}
|
|
8395
8392
|
function Ko(t) {
|
|
8396
8393
|
var n = t.version;
|
|
8397
|
-
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;
|
|
8398
8395
|
}
|
|
8399
|
-
var
|
|
8396
|
+
var ic = ";ext=", bn = function(t) {
|
|
8400
8397
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8401
8398
|
};
|
|
8402
8399
|
function Go(t) {
|
|
8403
|
-
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;
|
|
8404
8401
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8405
8402
|
}
|
|
8406
|
-
var
|
|
8407
|
-
"(?:" + 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(
|
|
8408
8405
|
// Either a short two-digit-only phone number
|
|
8409
|
-
"^" +
|
|
8406
|
+
"^" + oc + "$|^" + sc + "$",
|
|
8410
8407
|
"i"
|
|
8411
8408
|
);
|
|
8412
8409
|
function Yo(t) {
|
|
8413
|
-
return t.length >= Si &&
|
|
8410
|
+
return t.length >= Si && uc.test(t);
|
|
8414
8411
|
}
|
|
8415
|
-
function
|
|
8416
|
-
return
|
|
8412
|
+
function dc(t) {
|
|
8413
|
+
return lc.test(t);
|
|
8417
8414
|
}
|
|
8418
8415
|
var Ji = new RegExp("(?:" + Go() + ")$", "i");
|
|
8419
|
-
function
|
|
8416
|
+
function cc(t) {
|
|
8420
8417
|
var n = t.search(Ji);
|
|
8421
8418
|
if (n < 0)
|
|
8422
8419
|
return {};
|
|
@@ -8429,7 +8426,7 @@ function dc(t) {
|
|
|
8429
8426
|
o++;
|
|
8430
8427
|
}
|
|
8431
8428
|
}
|
|
8432
|
-
var
|
|
8429
|
+
var fc = {
|
|
8433
8430
|
0: "0",
|
|
8434
8431
|
1: "1",
|
|
8435
8432
|
2: "2",
|
|
@@ -8501,14 +8498,14 @@ var cc = {
|
|
|
8501
8498
|
"۹": "9"
|
|
8502
8499
|
// Eastern-Arabic digit 9
|
|
8503
8500
|
};
|
|
8504
|
-
function
|
|
8505
|
-
return
|
|
8501
|
+
function hc(t) {
|
|
8502
|
+
return fc[t];
|
|
8506
8503
|
}
|
|
8507
|
-
function
|
|
8504
|
+
function pc(t, n) {
|
|
8508
8505
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8509
8506
|
if (e)
|
|
8510
8507
|
return (e = e.call(t)).next.bind(e);
|
|
8511
|
-
if (Array.isArray(t) || (e =
|
|
8508
|
+
if (Array.isArray(t) || (e = gc(t)) || n && t && typeof t.length == "number") {
|
|
8512
8509
|
e && (t = e);
|
|
8513
8510
|
var i = 0;
|
|
8514
8511
|
return function() {
|
|
@@ -8518,7 +8515,7 @@ function hc(t, n) {
|
|
|
8518
8515
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8519
8516
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8520
8517
|
}
|
|
8521
|
-
function
|
|
8518
|
+
function gc(t, n) {
|
|
8522
8519
|
if (t) {
|
|
8523
8520
|
if (typeof t == "string")
|
|
8524
8521
|
return Xi(t, n);
|
|
@@ -8536,20 +8533,20 @@ function Xi(t, n) {
|
|
|
8536
8533
|
return i;
|
|
8537
8534
|
}
|
|
8538
8535
|
function Qi(t) {
|
|
8539
|
-
for (var n = "", e =
|
|
8536
|
+
for (var n = "", e = pc(t.split("")), i; !(i = e()).done; ) {
|
|
8540
8537
|
var o = i.value;
|
|
8541
|
-
n +=
|
|
8538
|
+
n += mc(o, n) || "";
|
|
8542
8539
|
}
|
|
8543
8540
|
return n;
|
|
8544
8541
|
}
|
|
8545
|
-
function gc(t, n) {
|
|
8546
|
-
return t === "+" ? n ? void 0 : "+" : fc(t);
|
|
8547
|
-
}
|
|
8548
8542
|
function mc(t, n) {
|
|
8543
|
+
return t === "+" ? n ? void 0 : "+" : hc(t);
|
|
8544
|
+
}
|
|
8545
|
+
function vc(t, n) {
|
|
8549
8546
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8550
8547
|
if (e)
|
|
8551
8548
|
return (e = e.call(t)).next.bind(e);
|
|
8552
|
-
if (Array.isArray(t) || (e =
|
|
8549
|
+
if (Array.isArray(t) || (e = yc(t)) || n && t && typeof t.length == "number") {
|
|
8553
8550
|
e && (t = e);
|
|
8554
8551
|
var i = 0;
|
|
8555
8552
|
return function() {
|
|
@@ -8559,7 +8556,7 @@ function mc(t, n) {
|
|
|
8559
8556
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8560
8557
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8561
8558
|
}
|
|
8562
|
-
function
|
|
8559
|
+
function yc(t, n) {
|
|
8563
8560
|
if (t) {
|
|
8564
8561
|
if (typeof t == "string")
|
|
8565
8562
|
return eo(t, n);
|
|
@@ -8576,8 +8573,8 @@ function eo(t, n) {
|
|
|
8576
8573
|
i[e] = t[e];
|
|
8577
8574
|
return i;
|
|
8578
8575
|
}
|
|
8579
|
-
function
|
|
8580
|
-
for (var e = t.slice(), i =
|
|
8576
|
+
function bc(t, n) {
|
|
8577
|
+
for (var e = t.slice(), i = vc(n), o; !(o = i()).done; ) {
|
|
8581
8578
|
var r = o.value;
|
|
8582
8579
|
t.indexOf(r) < 0 && e.push(r);
|
|
8583
8580
|
}
|
|
@@ -8596,13 +8593,13 @@ function Wo(t, n, e) {
|
|
|
8596
8593
|
if (!e.type("FIXED_LINE"))
|
|
8597
8594
|
return Wo(t, "MOBILE", e);
|
|
8598
8595
|
var r = e.type("MOBILE");
|
|
8599
|
-
r && (o =
|
|
8596
|
+
r && (o = bc(o, r.possibleLengths()));
|
|
8600
8597
|
} else if (n && !i)
|
|
8601
8598
|
return "INVALID_LENGTH";
|
|
8602
8599
|
var l = t.length, a = o[0];
|
|
8603
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";
|
|
8604
8601
|
}
|
|
8605
|
-
function
|
|
8602
|
+
function _c(t, n, e) {
|
|
8606
8603
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8607
8604
|
if (!t.countryCallingCode)
|
|
8608
8605
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8634,14 +8631,14 @@ function Zo(t, n) {
|
|
|
8634
8631
|
return !1;
|
|
8635
8632
|
}
|
|
8636
8633
|
}
|
|
8637
|
-
function
|
|
8638
|
-
return
|
|
8634
|
+
function $c(t, n) {
|
|
8635
|
+
return kc(t) || Oc(t, n) || Jo(t, n) || wc();
|
|
8639
8636
|
}
|
|
8640
|
-
function
|
|
8637
|
+
function wc() {
|
|
8641
8638
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8642
8639
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8643
8640
|
}
|
|
8644
|
-
function
|
|
8641
|
+
function Oc(t, n) {
|
|
8645
8642
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8646
8643
|
if (e != null) {
|
|
8647
8644
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -8661,11 +8658,11 @@ function wc(t, n) {
|
|
|
8661
8658
|
return i;
|
|
8662
8659
|
}
|
|
8663
8660
|
}
|
|
8664
|
-
function
|
|
8661
|
+
function kc(t) {
|
|
8665
8662
|
if (Array.isArray(t))
|
|
8666
8663
|
return t;
|
|
8667
8664
|
}
|
|
8668
|
-
function
|
|
8665
|
+
function Cc(t, n) {
|
|
8669
8666
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8670
8667
|
if (e)
|
|
8671
8668
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8696,11 +8693,11 @@ function to(t, n) {
|
|
|
8696
8693
|
i[e] = t[e];
|
|
8697
8694
|
return i;
|
|
8698
8695
|
}
|
|
8699
|
-
function
|
|
8696
|
+
function Ec(t) {
|
|
8700
8697
|
var n, e;
|
|
8701
8698
|
t = t.replace(/^tel:/, "tel=");
|
|
8702
|
-
for (var i =
|
|
8703
|
-
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];
|
|
8704
8701
|
switch (d) {
|
|
8705
8702
|
case "tel":
|
|
8706
8703
|
n = f;
|
|
@@ -8720,7 +8717,7 @@ function Cc(t) {
|
|
|
8720
8717
|
};
|
|
8721
8718
|
return e && (h.ext = e), h;
|
|
8722
8719
|
}
|
|
8723
|
-
function
|
|
8720
|
+
function Sc(t) {
|
|
8724
8721
|
var n = t.number, e = t.ext;
|
|
8725
8722
|
if (!n)
|
|
8726
8723
|
return "";
|
|
@@ -8731,11 +8728,11 @@ function Ec(t) {
|
|
|
8731
8728
|
function Yt(t, n) {
|
|
8732
8729
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8733
8730
|
}
|
|
8734
|
-
function
|
|
8731
|
+
function xc(t, n) {
|
|
8735
8732
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8736
8733
|
if (e)
|
|
8737
8734
|
return (e = e.call(t)).next.bind(e);
|
|
8738
|
-
if (Array.isArray(t) || (e =
|
|
8735
|
+
if (Array.isArray(t) || (e = Tc(t)) || n && t && typeof t.length == "number") {
|
|
8739
8736
|
e && (t = e);
|
|
8740
8737
|
var i = 0;
|
|
8741
8738
|
return function() {
|
|
@@ -8745,7 +8742,7 @@ function Sc(t, n) {
|
|
|
8745
8742
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8746
8743
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8747
8744
|
}
|
|
8748
|
-
function
|
|
8745
|
+
function Tc(t, n) {
|
|
8749
8746
|
if (t) {
|
|
8750
8747
|
if (typeof t == "string")
|
|
8751
8748
|
return no(t, n);
|
|
@@ -8762,7 +8759,7 @@ function no(t, n) {
|
|
|
8762
8759
|
i[e] = t[e];
|
|
8763
8760
|
return i;
|
|
8764
8761
|
}
|
|
8765
|
-
var
|
|
8762
|
+
var Ac = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
8766
8763
|
function Ni(t, n, e) {
|
|
8767
8764
|
if (n = n || {}, !!t.country) {
|
|
8768
8765
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -8770,7 +8767,7 @@ function Ni(t, n, e) {
|
|
|
8770
8767
|
if (Yt(i, e.nationalNumberPattern())) {
|
|
8771
8768
|
if (ui(i, "FIXED_LINE", e))
|
|
8772
8769
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ui(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
8773
|
-
for (var o =
|
|
8770
|
+
for (var o = xc(Ac), r; !(r = o()).done; ) {
|
|
8774
8771
|
var l = r.value;
|
|
8775
8772
|
if (ui(i, l, e))
|
|
8776
8773
|
return l;
|
|
@@ -8781,7 +8778,7 @@ function Ni(t, n, e) {
|
|
|
8781
8778
|
function ui(t, n, e) {
|
|
8782
8779
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Yt(t, n.pattern());
|
|
8783
8780
|
}
|
|
8784
|
-
function
|
|
8781
|
+
function Nc(t, n, e) {
|
|
8785
8782
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
8786
8783
|
return !1;
|
|
8787
8784
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -8789,11 +8786,11 @@ function Ac(t, n, e) {
|
|
|
8789
8786
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
8790
8787
|
return Yt(i, e.nationalNumberPattern());
|
|
8791
8788
|
}
|
|
8792
|
-
function
|
|
8789
|
+
function Ic(t) {
|
|
8793
8790
|
return t.replace(new RegExp("[".concat(mr, "]+"), "g"), " ").trim();
|
|
8794
8791
|
}
|
|
8795
|
-
var
|
|
8796
|
-
function
|
|
8792
|
+
var Mc = /(\$\d)/;
|
|
8793
|
+
function Pc(t, n, e) {
|
|
8797
8794
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
8798
8795
|
e.carrierCode, e.metadata;
|
|
8799
8796
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -8810,23 +8807,23 @@ function Mc(t, n, e) {
|
|
|
8810
8807
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
8811
8808
|
// : format.format()
|
|
8812
8809
|
// )
|
|
8813
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
8810
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Mc, n.nationalPrefixFormattingRule()) : n.format()
|
|
8814
8811
|
));
|
|
8815
|
-
return i ?
|
|
8812
|
+
return i ? Ic(r) : r;
|
|
8816
8813
|
}
|
|
8817
|
-
var
|
|
8818
|
-
function
|
|
8814
|
+
var Dc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8815
|
+
function Lc(t, n, e) {
|
|
8819
8816
|
var i = new kt(e);
|
|
8820
8817
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
8821
8818
|
return i.defaultIDDPrefix();
|
|
8822
|
-
if (
|
|
8819
|
+
if (Dc.test(i.IDDPrefix()))
|
|
8823
8820
|
return i.IDDPrefix();
|
|
8824
8821
|
}
|
|
8825
|
-
function
|
|
8822
|
+
function Rc(t, n) {
|
|
8826
8823
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8827
8824
|
if (e)
|
|
8828
8825
|
return (e = e.call(t)).next.bind(e);
|
|
8829
|
-
if (Array.isArray(t) || (e =
|
|
8826
|
+
if (Array.isArray(t) || (e = Bc(t)) || n && t && typeof t.length == "number") {
|
|
8830
8827
|
e && (t = e);
|
|
8831
8828
|
var i = 0;
|
|
8832
8829
|
return function() {
|
|
@@ -8836,7 +8833,7 @@ function Lc(t, n) {
|
|
|
8836
8833
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8837
8834
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8838
8835
|
}
|
|
8839
|
-
function
|
|
8836
|
+
function Bc(t, n) {
|
|
8840
8837
|
if (t) {
|
|
8841
8838
|
if (typeof t == "string")
|
|
8842
8839
|
return ro(t, n);
|
|
@@ -8867,14 +8864,14 @@ function oo(t) {
|
|
|
8867
8864
|
for (var n = 1; n < arguments.length; n++) {
|
|
8868
8865
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8869
8866
|
n % 2 ? io(Object(e), !0).forEach(function(i) {
|
|
8870
|
-
|
|
8867
|
+
jc(t, i, e[i]);
|
|
8871
8868
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : io(Object(e)).forEach(function(i) {
|
|
8872
8869
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8873
8870
|
});
|
|
8874
8871
|
}
|
|
8875
8872
|
return t;
|
|
8876
8873
|
}
|
|
8877
|
-
function
|
|
8874
|
+
function jc(t, n, e) {
|
|
8878
8875
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8879
8876
|
}
|
|
8880
8877
|
var ao = {
|
|
@@ -8882,7 +8879,7 @@ var ao = {
|
|
|
8882
8879
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
8883
8880
|
}
|
|
8884
8881
|
};
|
|
8885
|
-
function
|
|
8882
|
+
function qc(t, n, e, i) {
|
|
8886
8883
|
if (e ? e = oo(oo({}, ao), e) : e = ao, i = new kt(i), t.country && t.country !== "001") {
|
|
8887
8884
|
if (!i.hasCountry(t.country))
|
|
8888
8885
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -8900,30 +8897,30 @@ function jc(t, n, e, i) {
|
|
|
8900
8897
|
case "E.164":
|
|
8901
8898
|
return "+".concat(o).concat(r);
|
|
8902
8899
|
case "RFC3966":
|
|
8903
|
-
return
|
|
8900
|
+
return Sc({
|
|
8904
8901
|
number: "+".concat(o).concat(r),
|
|
8905
8902
|
ext: t.ext
|
|
8906
8903
|
});
|
|
8907
8904
|
case "IDD":
|
|
8908
8905
|
if (!e.fromCountry)
|
|
8909
8906
|
return;
|
|
8910
|
-
var a =
|
|
8907
|
+
var a = Hc(r, t.carrierCode, o, e.fromCountry, i);
|
|
8911
8908
|
return di(a, t.ext, i, e.formatExtension);
|
|
8912
8909
|
default:
|
|
8913
8910
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
8914
8911
|
}
|
|
8915
8912
|
}
|
|
8916
8913
|
function yr(t, n, e, i, o) {
|
|
8917
|
-
var r =
|
|
8918
|
-
return r ?
|
|
8914
|
+
var r = Fc(i.formats(), t);
|
|
8915
|
+
return r ? Pc(t, r, {
|
|
8919
8916
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
8920
8917
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
8921
8918
|
carrierCode: n,
|
|
8922
8919
|
metadata: i
|
|
8923
8920
|
}) : t;
|
|
8924
8921
|
}
|
|
8925
|
-
function
|
|
8926
|
-
for (var e =
|
|
8922
|
+
function Fc(t, n) {
|
|
8923
|
+
for (var e = Rc(t), i; !(i = e()).done; ) {
|
|
8927
8924
|
var o = i.value;
|
|
8928
8925
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
8929
8926
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -8937,13 +8934,13 @@ function qc(t, n) {
|
|
|
8937
8934
|
function di(t, n, e, i) {
|
|
8938
8935
|
return n ? i(t, n, e) : t;
|
|
8939
8936
|
}
|
|
8940
|
-
function
|
|
8937
|
+
function Hc(t, n, e, i, o) {
|
|
8941
8938
|
var r = Ti(i, o.metadata);
|
|
8942
8939
|
if (r === e) {
|
|
8943
8940
|
var l = yr(t, n, "NATIONAL", o);
|
|
8944
8941
|
return e === "1" ? e + " " + l : l;
|
|
8945
8942
|
}
|
|
8946
|
-
var a =
|
|
8943
|
+
var a = Lc(i, void 0, o.metadata);
|
|
8947
8944
|
if (a)
|
|
8948
8945
|
return "".concat(a, " ").concat(e, " ").concat(yr(t, null, "INTERNATIONAL", o));
|
|
8949
8946
|
}
|
|
@@ -8961,17 +8958,17 @@ function so(t) {
|
|
|
8961
8958
|
for (var n = 1; n < arguments.length; n++) {
|
|
8962
8959
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8963
8960
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
8964
|
-
|
|
8961
|
+
Vc(t, i, e[i]);
|
|
8965
8962
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
8966
8963
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8967
8964
|
});
|
|
8968
8965
|
}
|
|
8969
8966
|
return t;
|
|
8970
8967
|
}
|
|
8971
|
-
function
|
|
8968
|
+
function Vc(t, n, e) {
|
|
8972
8969
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8973
8970
|
}
|
|
8974
|
-
function
|
|
8971
|
+
function Uc(t, n) {
|
|
8975
8972
|
if (!(t instanceof n))
|
|
8976
8973
|
throw new TypeError("Cannot call a class as a function");
|
|
8977
8974
|
}
|
|
@@ -8981,21 +8978,21 @@ function uo(t, n) {
|
|
|
8981
8978
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8982
8979
|
}
|
|
8983
8980
|
}
|
|
8984
|
-
function
|
|
8981
|
+
function zc(t, n, e) {
|
|
8985
8982
|
return n && uo(t.prototype, n), e && uo(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8986
8983
|
}
|
|
8987
|
-
var
|
|
8984
|
+
var Kc = /* @__PURE__ */ function() {
|
|
8988
8985
|
function t(n, e, i) {
|
|
8989
|
-
if (
|
|
8986
|
+
if (Uc(this, t), !n)
|
|
8990
8987
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
8991
8988
|
if (!e)
|
|
8992
8989
|
throw new TypeError("`nationalNumber` not passed");
|
|
8993
8990
|
if (!i)
|
|
8994
8991
|
throw new TypeError("`metadata` not passed");
|
|
8995
8992
|
var o = new kt(i);
|
|
8996
|
-
|
|
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;
|
|
8997
8994
|
}
|
|
8998
|
-
return
|
|
8995
|
+
return zc(t, [{
|
|
8999
8996
|
key: "setExt",
|
|
9000
8997
|
value: function(n) {
|
|
9001
8998
|
this.ext = n;
|
|
@@ -9003,14 +9000,14 @@ var zc = /* @__PURE__ */ function() {
|
|
|
9003
9000
|
}, {
|
|
9004
9001
|
key: "isPossible",
|
|
9005
9002
|
value: function() {
|
|
9006
|
-
return
|
|
9003
|
+
return _c(this, {
|
|
9007
9004
|
v2: !0
|
|
9008
9005
|
}, this.metadata);
|
|
9009
9006
|
}
|
|
9010
9007
|
}, {
|
|
9011
9008
|
key: "isValid",
|
|
9012
9009
|
value: function() {
|
|
9013
|
-
return
|
|
9010
|
+
return Nc(this, {
|
|
9014
9011
|
v2: !0
|
|
9015
9012
|
}, this.metadata);
|
|
9016
9013
|
}
|
|
@@ -9040,7 +9037,7 @@ var zc = /* @__PURE__ */ function() {
|
|
|
9040
9037
|
}, {
|
|
9041
9038
|
key: "format",
|
|
9042
9039
|
value: function(n, e) {
|
|
9043
|
-
return
|
|
9040
|
+
return qc(this, n, e ? so(so({}, e), {}, {
|
|
9044
9041
|
v2: !0
|
|
9045
9042
|
}) : {
|
|
9046
9043
|
v2: !0
|
|
@@ -9062,23 +9059,23 @@ var zc = /* @__PURE__ */ function() {
|
|
|
9062
9059
|
return this.format("RFC3966", n);
|
|
9063
9060
|
}
|
|
9064
9061
|
}]), t;
|
|
9065
|
-
}(),
|
|
9062
|
+
}(), Gc = function(t) {
|
|
9066
9063
|
return /^[A-Z]{2}$/.test(t);
|
|
9067
|
-
},
|
|
9068
|
-
function
|
|
9064
|
+
}, Yc = new RegExp("([" + Xt + "])");
|
|
9065
|
+
function Wc(t, n, e, i) {
|
|
9069
9066
|
if (n) {
|
|
9070
9067
|
var o = new kt(i);
|
|
9071
9068
|
o.selectNumberingPlan(n, e);
|
|
9072
9069
|
var r = new RegExp(o.IDDPrefix());
|
|
9073
9070
|
if (t.search(r) === 0) {
|
|
9074
9071
|
t = t.slice(t.match(r)[0].length);
|
|
9075
|
-
var l = t.match(
|
|
9072
|
+
var l = t.match(Yc);
|
|
9076
9073
|
if (!(l && l[1] != null && l[1].length > 0 && l[1] === "0"))
|
|
9077
9074
|
return t;
|
|
9078
9075
|
}
|
|
9079
9076
|
}
|
|
9080
9077
|
}
|
|
9081
|
-
function
|
|
9078
|
+
function Zc(t, n) {
|
|
9082
9079
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9083
9080
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
9084
9081
|
if (i) {
|
|
@@ -9107,13 +9104,13 @@ function Wc(t, n) {
|
|
|
9107
9104
|
};
|
|
9108
9105
|
}
|
|
9109
9106
|
function vi(t, n) {
|
|
9110
|
-
var e =
|
|
9107
|
+
var e = Zc(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
9111
9108
|
if (o !== t) {
|
|
9112
|
-
if (!
|
|
9109
|
+
if (!Jc(t, o, n))
|
|
9113
9110
|
return {
|
|
9114
9111
|
nationalNumber: t
|
|
9115
9112
|
};
|
|
9116
|
-
if (n.possibleLengths() && !
|
|
9113
|
+
if (n.possibleLengths() && !Xc(o, n))
|
|
9117
9114
|
return {
|
|
9118
9115
|
nationalNumber: t
|
|
9119
9116
|
};
|
|
@@ -9123,10 +9120,10 @@ function vi(t, n) {
|
|
|
9123
9120
|
carrierCode: i
|
|
9124
9121
|
};
|
|
9125
9122
|
}
|
|
9126
|
-
function
|
|
9123
|
+
function Jc(t, n, e) {
|
|
9127
9124
|
return !(Yt(t, e.nationalNumberPattern()) && !Yt(n, e.nationalNumberPattern()));
|
|
9128
9125
|
}
|
|
9129
|
-
function
|
|
9126
|
+
function Xc(t, n) {
|
|
9130
9127
|
switch (Ai(t, n)) {
|
|
9131
9128
|
case "TOO_SHORT":
|
|
9132
9129
|
case "INVALID_LENGTH":
|
|
@@ -9135,7 +9132,7 @@ function Jc(t, n) {
|
|
|
9135
9132
|
return !0;
|
|
9136
9133
|
}
|
|
9137
9134
|
}
|
|
9138
|
-
function
|
|
9135
|
+
function Qc(t, n, e, i) {
|
|
9139
9136
|
var o = n ? Ti(n, i) : e;
|
|
9140
9137
|
if (t.indexOf(o) === 0) {
|
|
9141
9138
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9150,16 +9147,16 @@ function Xc(t, n, e, i) {
|
|
|
9150
9147
|
number: t
|
|
9151
9148
|
};
|
|
9152
9149
|
}
|
|
9153
|
-
function
|
|
9150
|
+
function ef(t, n, e, i) {
|
|
9154
9151
|
if (!t)
|
|
9155
9152
|
return {};
|
|
9156
9153
|
if (t[0] !== "+") {
|
|
9157
|
-
var o =
|
|
9154
|
+
var o = Wc(t, n, e, i);
|
|
9158
9155
|
if (o && o !== t)
|
|
9159
9156
|
t = "+" + o;
|
|
9160
9157
|
else {
|
|
9161
9158
|
if (n || e) {
|
|
9162
|
-
var r =
|
|
9159
|
+
var r = Qc(t, n, e, i), l = r.countryCallingCode, a = r.number;
|
|
9163
9160
|
if (l)
|
|
9164
9161
|
return {
|
|
9165
9162
|
countryCallingCode: l,
|
|
@@ -9174,7 +9171,7 @@ function Qc(t, n, e, i) {
|
|
|
9174
9171
|
if (t[1] === "0")
|
|
9175
9172
|
return {};
|
|
9176
9173
|
i = new kt(i);
|
|
9177
|
-
for (var d = 2; d - 1 <=
|
|
9174
|
+
for (var d = 2; d - 1 <= Hd && d <= t.length; ) {
|
|
9178
9175
|
var f = t.slice(1, d);
|
|
9179
9176
|
if (i.hasCallingCode(f))
|
|
9180
9177
|
return i.selectNumberingPlan(f), {
|
|
@@ -9185,11 +9182,11 @@ function Qc(t, n, e, i) {
|
|
|
9185
9182
|
}
|
|
9186
9183
|
return {};
|
|
9187
9184
|
}
|
|
9188
|
-
function
|
|
9185
|
+
function tf(t, n) {
|
|
9189
9186
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9190
9187
|
if (e)
|
|
9191
9188
|
return (e = e.call(t)).next.bind(e);
|
|
9192
|
-
if (Array.isArray(t) || (e =
|
|
9189
|
+
if (Array.isArray(t) || (e = nf(t)) || n && t && typeof t.length == "number") {
|
|
9193
9190
|
e && (t = e);
|
|
9194
9191
|
var i = 0;
|
|
9195
9192
|
return function() {
|
|
@@ -9199,7 +9196,7 @@ function ef(t, n) {
|
|
|
9199
9196
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9200
9197
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9201
9198
|
}
|
|
9202
|
-
function
|
|
9199
|
+
function nf(t, n) {
|
|
9203
9200
|
if (t) {
|
|
9204
9201
|
if (typeof t == "string")
|
|
9205
9202
|
return co(t, n);
|
|
@@ -9216,14 +9213,14 @@ function co(t, n) {
|
|
|
9216
9213
|
i[e] = t[e];
|
|
9217
9214
|
return i;
|
|
9218
9215
|
}
|
|
9219
|
-
function
|
|
9216
|
+
function rf(t, n, e) {
|
|
9220
9217
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9221
9218
|
if (i)
|
|
9222
|
-
return i.length === 1 ? i[0] :
|
|
9219
|
+
return i.length === 1 ? i[0] : of(i, n, e.metadata);
|
|
9223
9220
|
}
|
|
9224
|
-
function
|
|
9221
|
+
function of(t, n, e) {
|
|
9225
9222
|
e = new kt(e);
|
|
9226
|
-
for (var i =
|
|
9223
|
+
for (var i = tf(t), o; !(o = i()).done; ) {
|
|
9227
9224
|
var r = o.value;
|
|
9228
9225
|
if (e.country(r), e.leadingDigits()) {
|
|
9229
9226
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9235,17 +9232,17 @@ function rf(t, n, e) {
|
|
|
9235
9232
|
return r;
|
|
9236
9233
|
}
|
|
9237
9234
|
}
|
|
9238
|
-
var
|
|
9239
|
-
function
|
|
9235
|
+
var af = 250, lf = new RegExp("[" + xi + Xt + "]"), sf = new RegExp("[^" + Xt + "#]+$");
|
|
9236
|
+
function uf(t, n, e) {
|
|
9240
9237
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9241
9238
|
throw n.v2 ? new Jt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9242
|
-
var i =
|
|
9239
|
+
var i = cf(t, n.v2, n.extract), o = i.number, r = i.ext, l = i.error;
|
|
9243
9240
|
if (!o) {
|
|
9244
9241
|
if (n.v2)
|
|
9245
9242
|
throw l === "TOO_SHORT" ? new Jt("TOO_SHORT") : new Jt("NOT_A_NUMBER");
|
|
9246
9243
|
return {};
|
|
9247
9244
|
}
|
|
9248
|
-
var a =
|
|
9245
|
+
var a = hf(o, n.defaultCountry, n.defaultCallingCode, e), d = a.country, f = a.nationalNumber, h = a.countryCallingCode, c = a.carrierCode;
|
|
9249
9246
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9250
9247
|
if (n.v2)
|
|
9251
9248
|
throw new Jt("INVALID_COUNTRY");
|
|
@@ -9256,13 +9253,13 @@ function sf(t, n, e) {
|
|
|
9256
9253
|
throw new Jt("TOO_SHORT");
|
|
9257
9254
|
return {};
|
|
9258
9255
|
}
|
|
9259
|
-
if (f.length >
|
|
9256
|
+
if (f.length > Fd) {
|
|
9260
9257
|
if (n.v2)
|
|
9261
9258
|
throw new Jt("TOO_LONG");
|
|
9262
9259
|
return {};
|
|
9263
9260
|
}
|
|
9264
9261
|
if (n.v2) {
|
|
9265
|
-
var s = new
|
|
9262
|
+
var s = new Kc(h, f, e.metadata);
|
|
9266
9263
|
return d && (s.country = d), c && (s.carrierCode = c), r && (s.ext = r), s;
|
|
9267
9264
|
}
|
|
9268
9265
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : d) ? Yt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9274,46 +9271,46 @@ function sf(t, n, e) {
|
|
|
9274
9271
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Zo(f, e)),
|
|
9275
9272
|
phone: f,
|
|
9276
9273
|
ext: r
|
|
9277
|
-
} : u ?
|
|
9274
|
+
} : u ? ff(d, f, r) : {};
|
|
9278
9275
|
}
|
|
9279
|
-
function
|
|
9276
|
+
function df(t, n, e) {
|
|
9280
9277
|
if (t) {
|
|
9281
|
-
if (t.length >
|
|
9278
|
+
if (t.length > af) {
|
|
9282
9279
|
if (e)
|
|
9283
9280
|
throw new Jt("TOO_LONG");
|
|
9284
9281
|
return;
|
|
9285
9282
|
}
|
|
9286
9283
|
if (n === !1)
|
|
9287
9284
|
return t;
|
|
9288
|
-
var i = t.search(
|
|
9285
|
+
var i = t.search(lf);
|
|
9289
9286
|
if (!(i < 0))
|
|
9290
|
-
return t.slice(i).replace(
|
|
9287
|
+
return t.slice(i).replace(sf, "");
|
|
9291
9288
|
}
|
|
9292
9289
|
}
|
|
9293
|
-
function
|
|
9290
|
+
function cf(t, n, e) {
|
|
9294
9291
|
if (t && t.indexOf("tel:") === 0)
|
|
9295
|
-
return
|
|
9296
|
-
var i =
|
|
9292
|
+
return Ec(t);
|
|
9293
|
+
var i = df(t, e, n);
|
|
9297
9294
|
if (!i)
|
|
9298
9295
|
return {};
|
|
9299
9296
|
if (!Yo(i))
|
|
9300
|
-
return
|
|
9297
|
+
return dc(i) ? {
|
|
9301
9298
|
error: "TOO_SHORT"
|
|
9302
9299
|
} : {};
|
|
9303
|
-
var o =
|
|
9300
|
+
var o = cc(i);
|
|
9304
9301
|
return o.ext ? o : {
|
|
9305
9302
|
number: i
|
|
9306
9303
|
};
|
|
9307
9304
|
}
|
|
9308
|
-
function
|
|
9305
|
+
function ff(t, n, e) {
|
|
9309
9306
|
var i = {
|
|
9310
9307
|
country: t,
|
|
9311
9308
|
phone: n
|
|
9312
9309
|
};
|
|
9313
9310
|
return e && (i.ext = e), i;
|
|
9314
9311
|
}
|
|
9315
|
-
function
|
|
9316
|
-
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;
|
|
9317
9314
|
if (r)
|
|
9318
9315
|
i.selectNumberingPlan(r);
|
|
9319
9316
|
else if (l && (n || e))
|
|
@@ -9324,7 +9321,7 @@ function ff(t, n, e, i) {
|
|
|
9324
9321
|
return {
|
|
9325
9322
|
countryCallingCode: r
|
|
9326
9323
|
};
|
|
9327
|
-
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);
|
|
9328
9325
|
return c && (a = c, c === "001" || i.country(a)), {
|
|
9329
9326
|
country: a,
|
|
9330
9327
|
countryCallingCode: r,
|
|
@@ -9346,18 +9343,18 @@ function ho(t) {
|
|
|
9346
9343
|
for (var n = 1; n < arguments.length; n++) {
|
|
9347
9344
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9348
9345
|
n % 2 ? fo(Object(e), !0).forEach(function(i) {
|
|
9349
|
-
|
|
9346
|
+
pf(t, i, e[i]);
|
|
9350
9347
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(i) {
|
|
9351
9348
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9352
9349
|
});
|
|
9353
9350
|
}
|
|
9354
9351
|
return t;
|
|
9355
9352
|
}
|
|
9356
|
-
function
|
|
9353
|
+
function pf(t, n, e) {
|
|
9357
9354
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9358
9355
|
}
|
|
9359
|
-
function
|
|
9360
|
-
return
|
|
9356
|
+
function gf(t, n, e) {
|
|
9357
|
+
return uf(t, ho(ho({}, n), {}, {
|
|
9361
9358
|
v2: !0
|
|
9362
9359
|
}), e);
|
|
9363
9360
|
}
|
|
@@ -9378,28 +9375,28 @@ function po(t, n) {
|
|
|
9378
9375
|
}
|
|
9379
9376
|
return e;
|
|
9380
9377
|
}
|
|
9381
|
-
function
|
|
9378
|
+
function mf(t) {
|
|
9382
9379
|
for (var n = 1; n < arguments.length; n++) {
|
|
9383
9380
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9384
9381
|
n % 2 ? po(Object(e), !0).forEach(function(i) {
|
|
9385
|
-
|
|
9382
|
+
vf(t, i, e[i]);
|
|
9386
9383
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : po(Object(e)).forEach(function(i) {
|
|
9387
9384
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9388
9385
|
});
|
|
9389
9386
|
}
|
|
9390
9387
|
return t;
|
|
9391
9388
|
}
|
|
9392
|
-
function
|
|
9389
|
+
function vf(t, n, e) {
|
|
9393
9390
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9394
9391
|
}
|
|
9395
|
-
function
|
|
9396
|
-
return
|
|
9392
|
+
function yf(t, n) {
|
|
9393
|
+
return wf(t) || $f(t, n) || _f(t, n) || bf();
|
|
9397
9394
|
}
|
|
9398
|
-
function
|
|
9395
|
+
function bf() {
|
|
9399
9396
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9400
9397
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9401
9398
|
}
|
|
9402
|
-
function
|
|
9399
|
+
function _f(t, n) {
|
|
9403
9400
|
if (t) {
|
|
9404
9401
|
if (typeof t == "string")
|
|
9405
9402
|
return go(t, n);
|
|
@@ -9416,7 +9413,7 @@ function go(t, n) {
|
|
|
9416
9413
|
i[e] = t[e];
|
|
9417
9414
|
return i;
|
|
9418
9415
|
}
|
|
9419
|
-
function
|
|
9416
|
+
function $f(t, n) {
|
|
9420
9417
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9421
9418
|
if (e != null) {
|
|
9422
9419
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -9436,21 +9433,21 @@ function _f(t, n) {
|
|
|
9436
9433
|
return i;
|
|
9437
9434
|
}
|
|
9438
9435
|
}
|
|
9439
|
-
function
|
|
9436
|
+
function wf(t) {
|
|
9440
9437
|
if (Array.isArray(t))
|
|
9441
9438
|
return t;
|
|
9442
9439
|
}
|
|
9443
|
-
function
|
|
9444
|
-
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;
|
|
9445
9442
|
if (typeof i == "string")
|
|
9446
9443
|
a = i;
|
|
9447
9444
|
else
|
|
9448
9445
|
throw new TypeError("A text for parsing must be a string.");
|
|
9449
9446
|
if (!o || typeof o == "string")
|
|
9450
|
-
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({
|
|
9451
9448
|
defaultCountry: o
|
|
9452
9449
|
}, d));
|
|
9453
|
-
else if (
|
|
9450
|
+
else if (kf(o))
|
|
9454
9451
|
r ? (d = o, f = r) : f = o;
|
|
9455
9452
|
else
|
|
9456
9453
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9460,7 +9457,7 @@ function wf(t) {
|
|
|
9460
9457
|
metadata: f
|
|
9461
9458
|
};
|
|
9462
9459
|
}
|
|
9463
|
-
var
|
|
9460
|
+
var kf = function(t) {
|
|
9464
9461
|
return yi(t) === "object";
|
|
9465
9462
|
};
|
|
9466
9463
|
function mo(t, n) {
|
|
@@ -9477,35 +9474,35 @@ function vo(t) {
|
|
|
9477
9474
|
for (var n = 1; n < arguments.length; n++) {
|
|
9478
9475
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9479
9476
|
n % 2 ? mo(Object(e), !0).forEach(function(i) {
|
|
9480
|
-
|
|
9477
|
+
Cf(t, i, e[i]);
|
|
9481
9478
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(i) {
|
|
9482
9479
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9483
9480
|
});
|
|
9484
9481
|
}
|
|
9485
9482
|
return t;
|
|
9486
9483
|
}
|
|
9487
|
-
function
|
|
9484
|
+
function Cf(t, n, e) {
|
|
9488
9485
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9489
9486
|
}
|
|
9490
|
-
function
|
|
9491
|
-
n && n.defaultCountry && !
|
|
9487
|
+
function Ef(t, n, e) {
|
|
9488
|
+
n && n.defaultCountry && !rc(n.defaultCountry, e) && (n = vo(vo({}, n), {}, {
|
|
9492
9489
|
defaultCountry: void 0
|
|
9493
9490
|
}));
|
|
9494
9491
|
try {
|
|
9495
|
-
return
|
|
9492
|
+
return gf(t, n, e);
|
|
9496
9493
|
} catch (i) {
|
|
9497
9494
|
if (!(i instanceof Jt))
|
|
9498
9495
|
throw i;
|
|
9499
9496
|
}
|
|
9500
9497
|
}
|
|
9501
|
-
function
|
|
9502
|
-
var t =
|
|
9503
|
-
return
|
|
9498
|
+
function Sf() {
|
|
9499
|
+
var t = Of(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9500
|
+
return Ef(n, e, i);
|
|
9504
9501
|
}
|
|
9505
9502
|
function ci() {
|
|
9506
|
-
return
|
|
9503
|
+
return Pd(Sf, arguments);
|
|
9507
9504
|
}
|
|
9508
|
-
const
|
|
9505
|
+
const xf = {
|
|
9509
9506
|
beforeMount(t, n, e) {
|
|
9510
9507
|
if (typeof n.value != "function") {
|
|
9511
9508
|
const i = e.context.name;
|
|
@@ -9519,7 +9516,7 @@ const Sf = {
|
|
|
9519
9516
|
unmounted(t) {
|
|
9520
9517
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9521
9518
|
}
|
|
9522
|
-
},
|
|
9519
|
+
}, Tf = (t, n) => {
|
|
9523
9520
|
const e = t.__vccOpts || t;
|
|
9524
9521
|
for (const [i, o] of n)
|
|
9525
9522
|
e[i] = o;
|
|
@@ -9529,10 +9526,10 @@ function mt(t) {
|
|
|
9529
9526
|
const n = Ui.options[t];
|
|
9530
9527
|
return typeof n > "u" ? Ui.options[t] : n;
|
|
9531
9528
|
}
|
|
9532
|
-
const
|
|
9529
|
+
const Af = {
|
|
9533
9530
|
name: "VueTelInput",
|
|
9534
9531
|
directives: {
|
|
9535
|
-
clickOutside:
|
|
9532
|
+
clickOutside: xf
|
|
9536
9533
|
},
|
|
9537
9534
|
props: {
|
|
9538
9535
|
modelValue: {
|
|
@@ -9718,7 +9715,7 @@ const Tf = {
|
|
|
9718
9715
|
}
|
|
9719
9716
|
}
|
|
9720
9717
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9721
|
-
this.autoDefaultCountry ?
|
|
9718
|
+
this.autoDefaultCountry ? Td().then((i) => {
|
|
9722
9719
|
this.choose(i || this.activeCountryCode);
|
|
9723
9720
|
}).catch((i) => {
|
|
9724
9721
|
console.warn(i), this.choose(e);
|
|
@@ -9793,7 +9790,7 @@ const Tf = {
|
|
|
9793
9790
|
this.$emit("blur");
|
|
9794
9791
|
},
|
|
9795
9792
|
onFocus() {
|
|
9796
|
-
|
|
9793
|
+
Ad(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
9797
9794
|
},
|
|
9798
9795
|
onEnter() {
|
|
9799
9796
|
this.$emit("enter");
|
|
@@ -9840,11 +9837,11 @@ const Tf = {
|
|
|
9840
9837
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
9841
9838
|
}
|
|
9842
9839
|
}
|
|
9843
|
-
},
|
|
9840
|
+
}, Nf = ["aria-expanded", "tabindex"], If = { class: "vti__selection" }, Mf = {
|
|
9844
9841
|
key: 1,
|
|
9845
9842
|
class: "vti__country-code"
|
|
9846
|
-
},
|
|
9847
|
-
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) {
|
|
9848
9845
|
const l = Or("click-outside");
|
|
9849
9846
|
return G(), ne("div", {
|
|
9850
9847
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -9864,14 +9861,14 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9864
9861
|
],
|
|
9865
9862
|
onClick: n[3] || (n[3] = (...a) => r.toggleDropdown && r.toggleDropdown(...a))
|
|
9866
9863
|
}, [
|
|
9867
|
-
ae("span",
|
|
9864
|
+
ae("span", If, [
|
|
9868
9865
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
9869
9866
|
key: 0,
|
|
9870
9867
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
9871
9868
|
}, null, 2)) : he("", !0),
|
|
9872
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
9869
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Mf, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
9873
9870
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
9874
|
-
ae("span",
|
|
9871
|
+
ae("span", Pf, we(o.open ? "▲" : "▼"), 1)
|
|
9875
9872
|
])
|
|
9876
9873
|
]),
|
|
9877
9874
|
o.open ? (G(), ne("ul", {
|
|
@@ -9889,7 +9886,7 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9889
9886
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.searchQuery = a),
|
|
9890
9887
|
onClick: n[1] || (n[1] = _t(() => {
|
|
9891
9888
|
}, ["stop"]))
|
|
9892
|
-
}, null, 8,
|
|
9889
|
+
}, null, 8, Df)), [
|
|
9893
9890
|
[xo, o.searchQuery]
|
|
9894
9891
|
]) : he("", !0),
|
|
9895
9892
|
(G(!0), ne(rt, null, jt(r.sortedCountries, (a, d) => (G(), ne("li", {
|
|
@@ -9906,10 +9903,10 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9906
9903
|
class: ve(["vti__flag", a.iso2.toLowerCase()])
|
|
9907
9904
|
}, null, 2)) : he("", !0),
|
|
9908
9905
|
ae("strong", null, we(a.name), 1),
|
|
9909
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
9910
|
-
], 42,
|
|
9906
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Rf, " +" + we(a.dialCode), 1)) : he("", !0)
|
|
9907
|
+
], 42, Lf))), 128))
|
|
9911
9908
|
], 2)) : he("", !0)
|
|
9912
|
-
], 42,
|
|
9909
|
+
], 42, Nf)), [
|
|
9913
9910
|
[l, r.clickedOutside]
|
|
9914
9911
|
]),
|
|
9915
9912
|
qe(ae("input", {
|
|
@@ -9936,14 +9933,14 @@ function Bf(t, n, e, i, o, r) {
|
|
|
9936
9933
|
n[11] || (n[11] = un((...a) => r.onEnter && r.onEnter(...a), ["enter"])),
|
|
9937
9934
|
n[12] || (n[12] = un((...a) => r.onSpace && r.onSpace(...a), ["space"]))
|
|
9938
9935
|
]
|
|
9939
|
-
}, null, 42,
|
|
9936
|
+
}, null, 42, Bf), [
|
|
9940
9937
|
[So, o.phone]
|
|
9941
9938
|
]),
|
|
9942
9939
|
Te(t.$slots, "icon-right")
|
|
9943
9940
|
], 2);
|
|
9944
9941
|
}
|
|
9945
|
-
const
|
|
9946
|
-
const
|
|
9942
|
+
const qf = /* @__PURE__ */ Tf(Af, [["render", jf]]);
|
|
9943
|
+
const Ff = {
|
|
9947
9944
|
directives: { Outside: Oi },
|
|
9948
9945
|
props: {
|
|
9949
9946
|
inputName: {
|
|
@@ -9972,7 +9969,7 @@ const qf = {
|
|
|
9972
9969
|
}
|
|
9973
9970
|
},
|
|
9974
9971
|
components: {
|
|
9975
|
-
VueTelInput:
|
|
9972
|
+
VueTelInput: qf,
|
|
9976
9973
|
IbAlert: cn,
|
|
9977
9974
|
IbIcon: Xe
|
|
9978
9975
|
},
|
|
@@ -9998,7 +9995,7 @@ const qf = {
|
|
|
9998
9995
|
}
|
|
9999
9996
|
}
|
|
10000
9997
|
};
|
|
10001
|
-
function
|
|
9998
|
+
function Hf(t, n, e, i, o, r) {
|
|
10002
9999
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("vue-tel-input"), f = Or("outside");
|
|
10003
10000
|
return G(), ne(rt, null, [
|
|
10004
10001
|
e.errorMessage.length ? (G(), $e(l, {
|
|
@@ -10033,7 +10030,7 @@ function Ff(t, n, e, i, o, r) {
|
|
|
10033
10030
|
])
|
|
10034
10031
|
], 64);
|
|
10035
10032
|
}
|
|
10036
|
-
const
|
|
10033
|
+
const f1 = /* @__PURE__ */ Ae(Ff, [["render", Hf]]);
|
|
10037
10034
|
var Xo = { exports: {} };
|
|
10038
10035
|
/*!
|
|
10039
10036
|
* Quill Editor v1.3.7
|
|
@@ -17426,14 +17423,14 @@ var Xo = { exports: {} };
|
|
|
17426
17423
|
);
|
|
17427
17424
|
});
|
|
17428
17425
|
})(Xo);
|
|
17429
|
-
var
|
|
17430
|
-
const Bt = /* @__PURE__ */ Er(
|
|
17426
|
+
var Vf = Xo.exports;
|
|
17427
|
+
const Bt = /* @__PURE__ */ Er(Vf);
|
|
17431
17428
|
var Rt = -1, xt = 1, bt = 0;
|
|
17432
17429
|
function Gn(t, n, e, i) {
|
|
17433
17430
|
if (t === n)
|
|
17434
17431
|
return t ? [[bt, t]] : [];
|
|
17435
17432
|
if (e != null) {
|
|
17436
|
-
var o =
|
|
17433
|
+
var o = Yf(t, n, e);
|
|
17437
17434
|
if (o)
|
|
17438
17435
|
return o;
|
|
17439
17436
|
}
|
|
@@ -17441,10 +17438,10 @@ function Gn(t, n, e, i) {
|
|
|
17441
17438
|
t = t.substring(r), n = n.substring(r), r = Mi(t, n);
|
|
17442
17439
|
var a = t.substring(t.length - r);
|
|
17443
17440
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17444
|
-
var d =
|
|
17441
|
+
var d = Uf(t, n);
|
|
17445
17442
|
return l && d.unshift([bt, l]), a && d.push([bt, a]), Qo(d, i), d;
|
|
17446
17443
|
}
|
|
17447
|
-
function
|
|
17444
|
+
function Uf(t, n) {
|
|
17448
17445
|
var e;
|
|
17449
17446
|
if (!t)
|
|
17450
17447
|
return [[xt, n]];
|
|
@@ -17459,14 +17456,14 @@ function Vf(t, n) {
|
|
|
17459
17456
|
], t.length > n.length && (e[0][0] = e[2][0] = Rt), e;
|
|
17460
17457
|
if (o.length === 1)
|
|
17461
17458
|
return [[Rt, t], [xt, n]];
|
|
17462
|
-
var l =
|
|
17459
|
+
var l = Kf(t, n);
|
|
17463
17460
|
if (l) {
|
|
17464
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);
|
|
17465
17462
|
return s.concat([[bt, c]], u);
|
|
17466
17463
|
}
|
|
17467
|
-
return
|
|
17464
|
+
return zf(t, n);
|
|
17468
17465
|
}
|
|
17469
|
-
function
|
|
17466
|
+
function zf(t, n) {
|
|
17470
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++)
|
|
17471
17468
|
a[f] = -1, d[f] = -1;
|
|
17472
17469
|
a[r + 1] = 0, d[r + 1] = 0;
|
|
@@ -17528,7 +17525,7 @@ function Mi(t, n) {
|
|
|
17528
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);
|
|
17529
17526
|
return ta(t.charCodeAt(t.length - o)) && o--, o;
|
|
17530
17527
|
}
|
|
17531
|
-
function
|
|
17528
|
+
function Kf(t, n) {
|
|
17532
17529
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17533
17530
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17534
17531
|
return null;
|
|
@@ -17624,20 +17621,20 @@ function na(t) {
|
|
|
17624
17621
|
function ra(t) {
|
|
17625
17622
|
return ea(t.charCodeAt(t.length - 1));
|
|
17626
17623
|
}
|
|
17627
|
-
function
|
|
17624
|
+
function Gf(t) {
|
|
17628
17625
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17629
17626
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17630
17627
|
return n;
|
|
17631
17628
|
}
|
|
17632
17629
|
function fi(t, n, e, i) {
|
|
17633
|
-
return ra(t) || na(i) ? null :
|
|
17630
|
+
return ra(t) || na(i) ? null : Gf([
|
|
17634
17631
|
[bt, t],
|
|
17635
17632
|
[Rt, n],
|
|
17636
17633
|
[xt, e],
|
|
17637
17634
|
[bt, i]
|
|
17638
17635
|
]);
|
|
17639
17636
|
}
|
|
17640
|
-
function
|
|
17637
|
+
function Yf(t, n, e) {
|
|
17641
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;
|
|
17642
17639
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17643
17640
|
var a = i.index, d = t.slice(0, a), f = t.slice(a), h = o ? o.index : null;
|
|
@@ -17686,7 +17683,7 @@ function Tr(t, n, e) {
|
|
|
17686
17683
|
Tr.INSERT = xt;
|
|
17687
17684
|
Tr.DELETE = Rt;
|
|
17688
17685
|
Tr.EQUAL = bt;
|
|
17689
|
-
var
|
|
17686
|
+
var Wf = Tr, br = { exports: {} };
|
|
17690
17687
|
br.exports;
|
|
17691
17688
|
(function(t, n) {
|
|
17692
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 = {};
|
|
@@ -18614,11 +18611,11 @@ var oa = _r.exports, Pi = {}, aa = et && et.__importDefault || function(t) {
|
|
|
18614
18611
|
return t && t.__esModule ? t : { default: t };
|
|
18615
18612
|
};
|
|
18616
18613
|
Object.defineProperty(Pi, "__esModule", { value: !0 });
|
|
18617
|
-
var
|
|
18614
|
+
var Zf = aa(ia), Jf = aa(oa), bi;
|
|
18618
18615
|
(function(t) {
|
|
18619
18616
|
function n(r, l, a) {
|
|
18620
18617
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18621
|
-
var d =
|
|
18618
|
+
var d = Zf.default(l);
|
|
18622
18619
|
a || (d = Object.keys(d).reduce(function(h, c) {
|
|
18623
18620
|
return d[c] != null && (h[c] = d[c]), h;
|
|
18624
18621
|
}, {}));
|
|
@@ -18630,7 +18627,7 @@ var Wf = aa(ia), Zf = aa(oa), bi;
|
|
|
18630
18627
|
function e(r, l) {
|
|
18631
18628
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18632
18629
|
var a = Object.keys(r).concat(Object.keys(l)).reduce(function(d, f) {
|
|
18633
|
-
return
|
|
18630
|
+
return Jf.default(r[f], l[f]) || (d[f] = l[f] === void 0 ? null : l[f]), d;
|
|
18634
18631
|
}, {});
|
|
18635
18632
|
return Object.keys(a).length > 0 ? a : void 0;
|
|
18636
18633
|
}
|
|
@@ -18661,7 +18658,7 @@ var Wf = aa(ia), Zf = aa(oa), bi;
|
|
|
18661
18658
|
})(bi || (bi = {}));
|
|
18662
18659
|
Pi.default = bi;
|
|
18663
18660
|
var dr = {}, cr = {}, bo;
|
|
18664
|
-
function
|
|
18661
|
+
function Xf() {
|
|
18665
18662
|
if (bo)
|
|
18666
18663
|
return cr;
|
|
18667
18664
|
bo = 1;
|
|
@@ -18716,7 +18713,7 @@ function la() {
|
|
|
18716
18713
|
return i && i.__esModule ? i : { default: i };
|
|
18717
18714
|
};
|
|
18718
18715
|
Object.defineProperty(dr, "__esModule", { value: !0 });
|
|
18719
|
-
var n = t(
|
|
18716
|
+
var n = t(Xf()), e;
|
|
18720
18717
|
return function(i) {
|
|
18721
18718
|
function o(l) {
|
|
18722
18719
|
return new n.default(l);
|
|
@@ -18730,7 +18727,7 @@ function la() {
|
|
|
18730
18727
|
}
|
|
18731
18728
|
var Yn = et && et.__importDefault || function(t) {
|
|
18732
18729
|
return t && t.__esModule ? t : { default: t };
|
|
18733
|
-
}, fr = Yn(
|
|
18730
|
+
}, fr = Yn(Wf), Qf = Yn(ia), hi = Yn(oa), jn = Yn(Pi), at = Yn(la()), eh = String.fromCharCode(0), th = (
|
|
18734
18731
|
/** @class */
|
|
18735
18732
|
function() {
|
|
18736
18733
|
function t(n) {
|
|
@@ -18748,7 +18745,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18748
18745
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
18749
18746
|
}, t.prototype.push = function(n) {
|
|
18750
18747
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
18751
|
-
if (n =
|
|
18748
|
+
if (n = Qf.default(n), typeof i == "object") {
|
|
18752
18749
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
18753
18750
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
18754
18751
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -18828,7 +18825,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18828
18825
|
var i = [this, n].map(function(d) {
|
|
18829
18826
|
return d.map(function(f) {
|
|
18830
18827
|
if (f.insert != null)
|
|
18831
|
-
return typeof f.insert == "string" ? f.insert :
|
|
18828
|
+
return typeof f.insert == "string" ? f.insert : eh;
|
|
18832
18829
|
var h = d === n ? "on" : "with";
|
|
18833
18830
|
throw new Error("diff() called " + h + " non-document");
|
|
18834
18831
|
}).join("");
|
|
@@ -18916,8 +18913,8 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18916
18913
|
return n;
|
|
18917
18914
|
}, t.Op = at.default, t.AttributeMap = jn.default, t;
|
|
18918
18915
|
}()
|
|
18919
|
-
),
|
|
18920
|
-
const
|
|
18916
|
+
), nh = th;
|
|
18917
|
+
const rh = /* @__PURE__ */ Er(nh);
|
|
18921
18918
|
/*!
|
|
18922
18919
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
18923
18920
|
* https://vueup.github.io/vue-quill/
|
|
@@ -18959,7 +18956,7 @@ const $o = {
|
|
|
18959
18956
|
["clean"]
|
|
18960
18957
|
// remove formatting button
|
|
18961
18958
|
]
|
|
18962
|
-
},
|
|
18959
|
+
}, ih = da({
|
|
18963
18960
|
name: "QuillEditor",
|
|
18964
18961
|
inheritAttrs: !1,
|
|
18965
18962
|
props: {
|
|
@@ -19098,7 +19095,7 @@ const $o = {
|
|
|
19098
19095
|
make sure to call this method when the editor ready
|
|
19099
19096
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19100
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") => {
|
|
19101
|
-
const T = O || (t.contentType === "delta" ? new
|
|
19098
|
+
const T = O || (t.contentType === "delta" ? new rh() : "");
|
|
19102
19099
|
t.contentType === "html" ? E(T) : t.contentType === "text" ? w(T, k) : e == null || e.setContents(T, k), f = a(T);
|
|
19103
19100
|
}, p = (O, k) => {
|
|
19104
19101
|
var T;
|
|
@@ -19151,10 +19148,10 @@ const $o = {
|
|
|
19151
19148
|
ha("div", { ref: "editor", ...this.$attrs })
|
|
19152
19149
|
];
|
|
19153
19150
|
}
|
|
19154
|
-
}),
|
|
19155
|
-
class Ar extends
|
|
19151
|
+
}), oh = Bt.import("formats/list"), ah = Bt.import("formats/list/item"), lh = Bt.import("parchment");
|
|
19152
|
+
class Ar extends ah {
|
|
19156
19153
|
format(n, e) {
|
|
19157
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19154
|
+
n === fn.blotName && !e ? this.replaceWith(lh.create(this.statics.scope)) : super.format(n, e);
|
|
19158
19155
|
}
|
|
19159
19156
|
clone() {
|
|
19160
19157
|
const n = super.clone();
|
|
@@ -19163,7 +19160,7 @@ class Ar extends oh {
|
|
|
19163
19160
|
}
|
|
19164
19161
|
Ar.blotName = "alphabet-list-item";
|
|
19165
19162
|
Ar.tagName = "LI";
|
|
19166
|
-
class fn extends
|
|
19163
|
+
class fn extends oh {
|
|
19167
19164
|
static create() {
|
|
19168
19165
|
const n = super.create("bullet");
|
|
19169
19166
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19177,36 +19174,36 @@ fn.tagName = "OL";
|
|
|
19177
19174
|
fn.className = "alphabet-list";
|
|
19178
19175
|
fn.defaultChild = "alphabet-list-item";
|
|
19179
19176
|
fn.allowedChildren = [Ar];
|
|
19180
|
-
const
|
|
19177
|
+
const sh = `
|
|
19181
19178
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19182
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"/>
|
|
19183
19180
|
</svg>
|
|
19184
|
-
`,
|
|
19181
|
+
`, uh = `
|
|
19185
19182
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19186
19183
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19187
19184
|
</svg>
|
|
19188
|
-
`,
|
|
19185
|
+
`, dh = `
|
|
19189
19186
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19190
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"/>
|
|
19191
19188
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19192
19189
|
</svg>
|
|
19193
|
-
`,
|
|
19190
|
+
`, ch = `
|
|
19194
19191
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19195
19192
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19196
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"/>
|
|
19197
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"/>
|
|
19198
19195
|
</svg>
|
|
19199
|
-
`,
|
|
19196
|
+
`, fh = `
|
|
19200
19197
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19201
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"/>
|
|
19202
19199
|
</svg>
|
|
19203
19200
|
|
|
19204
|
-
`,
|
|
19201
|
+
`, hh = `
|
|
19205
19202
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19206
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"/>
|
|
19207
19204
|
</svg>
|
|
19208
19205
|
|
|
19209
|
-
`,
|
|
19206
|
+
`, ph = `
|
|
19210
19207
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19211
19208
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19212
19209
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19214,14 +19211,14 @@ const lh = `
|
|
|
19214
19211
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19215
19212
|
</svg>
|
|
19216
19213
|
|
|
19217
|
-
`,
|
|
19214
|
+
`, gh = `
|
|
19218
19215
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19219
19216
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19220
19217
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19221
19218
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19222
19219
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19223
19220
|
</svg>
|
|
19224
|
-
`,
|
|
19221
|
+
`, mh = `
|
|
19225
19222
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19226
19223
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19227
19224
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19229,14 +19226,14 @@ const lh = `
|
|
|
19229
19226
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19230
19227
|
</svg>
|
|
19231
19228
|
|
|
19232
|
-
`,
|
|
19229
|
+
`, vh = `
|
|
19233
19230
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19234
19231
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19235
19232
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19236
19233
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19237
19234
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19238
19235
|
</svg>
|
|
19239
|
-
`,
|
|
19236
|
+
`, yh = `
|
|
19240
19237
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19241
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"/>
|
|
19242
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"/>
|
|
@@ -19245,7 +19242,7 @@ const lh = `
|
|
|
19245
19242
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19246
19243
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19247
19244
|
</svg>
|
|
19248
|
-
`,
|
|
19245
|
+
`, bh = `
|
|
19249
19246
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19250
19247
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19251
19248
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19254,7 +19251,7 @@ const lh = `
|
|
|
19254
19251
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19255
19252
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19256
19253
|
</svg>
|
|
19257
|
-
`,
|
|
19254
|
+
`, _h = `
|
|
19258
19255
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19259
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"/>
|
|
19260
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"/>
|
|
@@ -19265,26 +19262,26 @@ const lh = `
|
|
|
19265
19262
|
</svg>
|
|
19266
19263
|
`;
|
|
19267
19264
|
const $t = Bt.import("ui/icons");
|
|
19268
|
-
$t.bold =
|
|
19269
|
-
$t.italic =
|
|
19270
|
-
$t.underline =
|
|
19271
|
-
$t.strike =
|
|
19272
|
-
$t["code-block"] =
|
|
19273
|
-
$t.link =
|
|
19274
|
-
$t.align[""] =
|
|
19275
|
-
$t.align.center =
|
|
19276
|
-
$t.align.right =
|
|
19277
|
-
$t.align.justify =
|
|
19278
|
-
$t.list.ordered =
|
|
19279
|
-
$t.list.bullet =
|
|
19280
|
-
$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;
|
|
19281
19278
|
Bt.register({
|
|
19282
19279
|
"formats/alphabet-list": fn,
|
|
19283
19280
|
"formats/alphabet-list/item": Ar
|
|
19284
19281
|
});
|
|
19285
19282
|
Bt.register($t);
|
|
19286
19283
|
Bt.debug("error");
|
|
19287
|
-
const
|
|
19284
|
+
const $h = {
|
|
19288
19285
|
name: "IbTextEditor",
|
|
19289
19286
|
props: {
|
|
19290
19287
|
placeholder: {
|
|
@@ -19388,20 +19385,20 @@ const _h = {
|
|
|
19388
19385
|
}
|
|
19389
19386
|
},
|
|
19390
19387
|
components: {
|
|
19391
|
-
QuillEditor:
|
|
19388
|
+
QuillEditor: ih,
|
|
19392
19389
|
IbIconButton: Tt,
|
|
19393
19390
|
IbAlert: cn,
|
|
19394
19391
|
IbCharacterCount: qo
|
|
19395
19392
|
}
|
|
19396
|
-
},
|
|
19393
|
+
}, wh = {
|
|
19397
19394
|
id: "toolbar",
|
|
19398
19395
|
class: "toolbar",
|
|
19399
19396
|
ref: "toolbar"
|
|
19400
|
-
},
|
|
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" }, [
|
|
19401
19398
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19402
19399
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19403
|
-
], -1),
|
|
19404
|
-
function
|
|
19400
|
+
], -1), Eh = { class: "toolbar-group" }, Sh = { class: "toolbar-group" }, xh = { class: "toolbar-group" };
|
|
19401
|
+
function Th(t, n, e, i, o, r) {
|
|
19405
19402
|
const l = ce("ib-character-count"), a = ce("ib-alert"), d = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19406
19403
|
return G(), ne("div", {
|
|
19407
19404
|
class: ve(["textarea-wrapper", {
|
|
@@ -19453,9 +19450,9 @@ function xh(t, n, e, i, o, r) {
|
|
|
19453
19450
|
modules: e.modules
|
|
19454
19451
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19455
19452
|
], 4),
|
|
19456
|
-
ae("div",
|
|
19457
|
-
|
|
19458
|
-
ae("div",
|
|
19453
|
+
ae("div", wh, [
|
|
19454
|
+
Oh,
|
|
19455
|
+
ae("div", kh, [
|
|
19459
19456
|
ge(f, {
|
|
19460
19457
|
class: "toolbar-item ql-bold",
|
|
19461
19458
|
kind: "ghost"
|
|
@@ -19473,8 +19470,8 @@ function xh(t, n, e, i, o, r) {
|
|
|
19473
19470
|
kind: "ghost"
|
|
19474
19471
|
})
|
|
19475
19472
|
]),
|
|
19476
|
-
|
|
19477
|
-
ae("div",
|
|
19473
|
+
Ch,
|
|
19474
|
+
ae("div", Eh, [
|
|
19478
19475
|
ge(f, {
|
|
19479
19476
|
class: "toolbar-item ql-code-block",
|
|
19480
19477
|
kind: "ghost"
|
|
@@ -19484,7 +19481,7 @@ function xh(t, n, e, i, o, r) {
|
|
|
19484
19481
|
kind: "ghost"
|
|
19485
19482
|
})
|
|
19486
19483
|
]),
|
|
19487
|
-
ae("div",
|
|
19484
|
+
ae("div", Sh, [
|
|
19488
19485
|
ge(f, {
|
|
19489
19486
|
class: "toolbar-item ql-align",
|
|
19490
19487
|
kind: "ghost"
|
|
@@ -19505,7 +19502,7 @@ function xh(t, n, e, i, o, r) {
|
|
|
19505
19502
|
kind: "ghost"
|
|
19506
19503
|
})
|
|
19507
19504
|
]),
|
|
19508
|
-
ae("div",
|
|
19505
|
+
ae("div", xh, [
|
|
19509
19506
|
ge(f, {
|
|
19510
19507
|
class: "ql-list toolbar-item",
|
|
19511
19508
|
value: "ordered",
|
|
@@ -19525,18 +19522,18 @@ function xh(t, n, e, i, o, r) {
|
|
|
19525
19522
|
], 2)
|
|
19526
19523
|
], 2);
|
|
19527
19524
|
}
|
|
19528
|
-
const
|
|
19529
|
-
const
|
|
19525
|
+
const h1 = /* @__PURE__ */ Ae($h, [["render", Th]]);
|
|
19526
|
+
const Ah = {
|
|
19530
19527
|
name: "IbTable",
|
|
19531
19528
|
computed: {
|
|
19532
19529
|
hasThead() {
|
|
19533
19530
|
return !!this.$slots.thead;
|
|
19534
19531
|
}
|
|
19535
19532
|
}
|
|
19536
|
-
},
|
|
19537
|
-
function
|
|
19538
|
-
return G(), ne("div",
|
|
19539
|
-
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, [
|
|
19540
19537
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19541
19538
|
ae("tbody", null, [
|
|
19542
19539
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19544,17 +19541,17 @@ function Ih(t, n, e, i, o, r) {
|
|
|
19544
19541
|
])
|
|
19545
19542
|
]);
|
|
19546
19543
|
}
|
|
19547
|
-
const
|
|
19548
|
-
const
|
|
19544
|
+
const p1 = /* @__PURE__ */ Ae(Ah, [["render", Mh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19545
|
+
const Ph = {
|
|
19549
19546
|
name: "IbRow"
|
|
19550
|
-
},
|
|
19551
|
-
function
|
|
19552
|
-
return G(), ne("tr",
|
|
19547
|
+
}, Dh = { class: "ib-tr" };
|
|
19548
|
+
function Lh(t, n, e, i, o, r) {
|
|
19549
|
+
return G(), ne("tr", Dh, [
|
|
19553
19550
|
Te(t.$slots, "default", { ref: "row" })
|
|
19554
19551
|
]);
|
|
19555
19552
|
}
|
|
19556
|
-
const
|
|
19557
|
-
const
|
|
19553
|
+
const g1 = /* @__PURE__ */ Ae(Ph, [["render", Lh]]);
|
|
19554
|
+
const Rh = {
|
|
19558
19555
|
name: "IbCell",
|
|
19559
19556
|
props: {
|
|
19560
19557
|
fixed: {
|
|
@@ -19576,19 +19573,19 @@ const Lh = {
|
|
|
19576
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";
|
|
19577
19574
|
}
|
|
19578
19575
|
}
|
|
19579
|
-
},
|
|
19580
|
-
function
|
|
19576
|
+
}, Bh = { class: "cell" };
|
|
19577
|
+
function jh(t, n, e, i, o, r) {
|
|
19581
19578
|
return G(), ne("td", Et({
|
|
19582
19579
|
onResize: n[0] || (n[0] = (...l) => r.freezeCol && r.freezeCol(...l)),
|
|
19583
19580
|
class: "ib-cell"
|
|
19584
19581
|
}, this.attr), [
|
|
19585
|
-
ae("div",
|
|
19582
|
+
ae("div", Bh, [
|
|
19586
19583
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19587
19584
|
])
|
|
19588
19585
|
], 16);
|
|
19589
19586
|
}
|
|
19590
|
-
const
|
|
19591
|
-
const
|
|
19587
|
+
const qh = /* @__PURE__ */ Ae(Rh, [["render", jh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19588
|
+
const Fh = {
|
|
19592
19589
|
name: "IbCheckboxCell",
|
|
19593
19590
|
props: {
|
|
19594
19591
|
isChecked: {
|
|
@@ -19601,11 +19598,11 @@ const qh = {
|
|
|
19601
19598
|
}
|
|
19602
19599
|
},
|
|
19603
19600
|
components: {
|
|
19604
|
-
IbCell:
|
|
19601
|
+
IbCell: qh,
|
|
19605
19602
|
IbCheckbox: Lo
|
|
19606
19603
|
}
|
|
19607
19604
|
};
|
|
19608
|
-
function
|
|
19605
|
+
function Hh(t, n, e, i, o, r) {
|
|
19609
19606
|
const l = ce("ib-checkbox"), a = ce("ib-cell");
|
|
19610
19607
|
return G(), $e(a, {
|
|
19611
19608
|
fixed: e.fixed,
|
|
@@ -19617,7 +19614,7 @@ function Fh(t, n, e, i, o, r) {
|
|
|
19617
19614
|
_: 1
|
|
19618
19615
|
}, 8, ["fixed"]);
|
|
19619
19616
|
}
|
|
19620
|
-
const
|
|
19617
|
+
const m1 = /* @__PURE__ */ Ae(Fh, [["render", Hh]]);
|
|
19621
19618
|
class sa {
|
|
19622
19619
|
constructor() {
|
|
19623
19620
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
@@ -19675,7 +19672,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19675
19672
|
return;
|
|
19676
19673
|
const i = wn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), r = i !== t.target && !(i != null && i.contains(t.target));
|
|
19677
19674
|
o && r && wn.destroyTooltip(n);
|
|
19678
|
-
},
|
|
19675
|
+
}, v1 = {
|
|
19679
19676
|
mounted(t, n) {
|
|
19680
19677
|
t.addEventListener("mouseenter", () => wo(t, n)), document.addEventListener("mousemove", (e) => Oo(e, t));
|
|
19681
19678
|
},
|
|
@@ -19686,7 +19683,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19686
19683
|
Ro(t) && Di.createTooltip(t, n.value);
|
|
19687
19684
|
}, Co = () => {
|
|
19688
19685
|
Di.destroyTooltip();
|
|
19689
|
-
},
|
|
19686
|
+
}, y1 = {
|
|
19690
19687
|
mounted(t, n) {
|
|
19691
19688
|
t.addEventListener("mouseenter", () => ko(t, n)), t.addEventListener("mouseleave", Co);
|
|
19692
19689
|
},
|
|
@@ -19695,51 +19692,51 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19695
19692
|
}
|
|
19696
19693
|
};
|
|
19697
19694
|
export {
|
|
19698
|
-
|
|
19695
|
+
Uh as IbAccordion,
|
|
19699
19696
|
cn as IbAlert,
|
|
19700
|
-
|
|
19701
|
-
|
|
19702
|
-
|
|
19703
|
-
|
|
19704
|
-
|
|
19705
|
-
|
|
19697
|
+
zh as IbAvatar,
|
|
19698
|
+
Kh as IbBadge,
|
|
19699
|
+
n1 as IbBreadcrumbs,
|
|
19700
|
+
Ta as IbButton,
|
|
19701
|
+
Gh as IbButtonGroup,
|
|
19702
|
+
qh as IbCell,
|
|
19706
19703
|
Lo as IbCheckbox,
|
|
19707
|
-
|
|
19708
|
-
|
|
19709
|
-
|
|
19704
|
+
m1 as IbCheckboxCell,
|
|
19705
|
+
s1 as IbCheckboxGroup,
|
|
19706
|
+
c1 as IbDatePicker,
|
|
19710
19707
|
ki as IbDropdown,
|
|
19711
19708
|
Mo as IbDropdownItem,
|
|
19712
19709
|
Ei as IbDropdownList,
|
|
19713
|
-
|
|
19710
|
+
l1 as IbFormGroup,
|
|
19714
19711
|
Xe as IbIcon,
|
|
19715
19712
|
Tt as IbIconButton,
|
|
19716
19713
|
Do as IbInput,
|
|
19717
19714
|
Cr as IbLabel,
|
|
19718
|
-
|
|
19719
|
-
|
|
19720
|
-
|
|
19721
|
-
|
|
19722
|
-
|
|
19723
|
-
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
|
|
19728
|
-
|
|
19729
|
-
|
|
19730
|
-
|
|
19731
|
-
|
|
19732
|
-
|
|
19733
|
-
|
|
19734
|
-
|
|
19735
|
-
|
|
19736
|
-
|
|
19737
|
-
|
|
19738
|
-
|
|
19739
|
-
|
|
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,
|
|
19740
19737
|
Qt as IbTooltip,
|
|
19741
|
-
|
|
19738
|
+
ou as IbTreeSelect,
|
|
19742
19739
|
Oi as OutsideDirective,
|
|
19743
|
-
|
|
19744
|
-
|
|
19740
|
+
y1 as TextOverflowTooltipDirective,
|
|
19741
|
+
v1 as TooltipDirective
|
|
19745
19742
|
};
|