@avakhula/ui 0.0.317 → 0.0.319
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +671 -668
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Form/Checkbox/Checkbox.vue +3 -2
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as Xe, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as So, Teleport as fa, createTextVNode as Ge, createApp as ha, vModelDynamic as xo, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as Xe, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as So, Teleport as fa, createTextVNode as Ge, createApp as ha, vModelDynamic as xo, withKeys as _t, vModelCheckbox as pa, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as ga, onMounted as ma, onBeforeUnmount as va, ref as Br, watch as er, nextTick as jr, h as ya, createStaticVNode as ba } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [r, o] of n)
|
|
5
5
|
e[r] = o;
|
|
6
6
|
return e;
|
|
7
|
-
},
|
|
7
|
+
}, _a = {
|
|
8
8
|
name: "IbIcon",
|
|
9
9
|
props: {
|
|
10
10
|
name: {
|
|
@@ -26,16 +26,16 @@ const Ae = (t, n) => {
|
|
|
26
26
|
(e = (n = this.$refs.icon) == null ? void 0 : n.shadowRoot) != null && e.querySelector("title") && (this.$refs.icon.shadowRoot.querySelector("title").innerHTML = "", clearInterval(t));
|
|
27
27
|
}, 1e3);
|
|
28
28
|
}
|
|
29
|
-
},
|
|
30
|
-
function
|
|
29
|
+
}, $a = ["name"];
|
|
30
|
+
function wa(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
32
|
style: wn(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
34
|
class: ve(e.classes + " ib-icon icon-" + e.name),
|
|
35
35
|
ref: "icon"
|
|
36
|
-
}, null, 14,
|
|
36
|
+
}, null, 14, $a);
|
|
37
37
|
}
|
|
38
|
-
const Qe = /* @__PURE__ */ Ae(
|
|
38
|
+
const Qe = /* @__PURE__ */ Ae(_a, [["render", wa]]);
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
@@ -60,7 +60,7 @@ const No = {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const
|
|
63
|
+
const Oa = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
65
|
mixins: [No],
|
|
66
66
|
props: {
|
|
@@ -88,8 +88,8 @@ const wa = {
|
|
|
88
88
|
components: {
|
|
89
89
|
IbIcon: Qe
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
function
|
|
91
|
+
}, ka = ["id", "aria-controls", "aria-expanded"], Ca = ["id", "aria-labelledby"], Ea = { class: "accordion-content-wrapper" };
|
|
92
|
+
function Ta(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
95
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
@@ -107,7 +107,7 @@ function Ea(t, n, e, r, o, i) {
|
|
|
107
107
|
class: "chevron-icon",
|
|
108
108
|
name: "chevron-down-outline"
|
|
109
109
|
})
|
|
110
|
-
], 8,
|
|
110
|
+
], 8, ka),
|
|
111
111
|
ge(wi, {
|
|
112
112
|
name: "expand",
|
|
113
113
|
onEnter: t.enter,
|
|
@@ -121,10 +121,10 @@ function Ea(t, n, e, r, o, i) {
|
|
|
121
121
|
id: "accordion-section-" + o.uuid,
|
|
122
122
|
"aria-labelledby": "accordion" + o.uuid
|
|
123
123
|
}, [
|
|
124
|
-
ae("div",
|
|
124
|
+
ae("div", Ea, [
|
|
125
125
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
126
126
|
])
|
|
127
|
-
], 8,
|
|
127
|
+
], 8, Ca), [
|
|
128
128
|
[Ke, o.isActive]
|
|
129
129
|
])
|
|
130
130
|
]),
|
|
@@ -132,7 +132,7 @@ function Ea(t, n, e, r, o, i) {
|
|
|
132
132
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
133
133
|
], 2);
|
|
134
134
|
}
|
|
135
|
-
const
|
|
135
|
+
const Qh = /* @__PURE__ */ Ae(Oa, [["render", Ta], ["__scopeId", "data-v-8ece19c1"]]), sn = {
|
|
136
136
|
primary: "primary",
|
|
137
137
|
secondary: "secondary",
|
|
138
138
|
tertiary: "tertiary",
|
|
@@ -145,7 +145,7 @@ function ki(t, n = []) {
|
|
|
145
145
|
e.startsWith("on") && (n.length === 0 || n.includes(e)) && delete t[e];
|
|
146
146
|
return t;
|
|
147
147
|
}
|
|
148
|
-
const
|
|
148
|
+
const Sa = {
|
|
149
149
|
name: "IbButton",
|
|
150
150
|
props: {
|
|
151
151
|
kind: {
|
|
@@ -232,8 +232,8 @@ const Ta = {
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
inheritAttrs: !1
|
|
235
|
-
},
|
|
236
|
-
function
|
|
235
|
+
}, xa = ["method", "action"], Aa = ["value"], Na = ["value"], Ia = ["name", "value"];
|
|
236
|
+
function Pa(t, n, e, r, o, i) {
|
|
237
237
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt({
|
|
238
238
|
onClick: n[0] || (n[0] = (s) => i.onClick(s)),
|
|
239
239
|
onMouseenter: i.onMouseenter,
|
|
@@ -252,26 +252,26 @@ function Ia(t, n, e, r, o, i) {
|
|
|
252
252
|
type: "hidden",
|
|
253
253
|
name: "_method",
|
|
254
254
|
value: e.linkMethod
|
|
255
|
-
}, null, 8,
|
|
255
|
+
}, null, 8, Aa),
|
|
256
256
|
ae("input", {
|
|
257
257
|
type: "hidden",
|
|
258
258
|
name: "_token",
|
|
259
259
|
value: i.token
|
|
260
|
-
}, null, 8,
|
|
260
|
+
}, null, 8, Na),
|
|
261
261
|
(G(!0), ne(tt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
262
262
|
key: l,
|
|
263
263
|
type: "hidden",
|
|
264
264
|
name: s,
|
|
265
265
|
value: e.postOptions[s]
|
|
266
|
-
}, null, 8,
|
|
267
|
-
], 8,
|
|
266
|
+
}, null, 8, Ia))), 128))
|
|
267
|
+
], 8, xa)), [
|
|
268
268
|
[Ke, !1]
|
|
269
269
|
]) : he("", !0)
|
|
270
270
|
]),
|
|
271
271
|
_: 3
|
|
272
272
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
273
273
|
}
|
|
274
|
-
const
|
|
274
|
+
const Ma = /* @__PURE__ */ Ae(Sa, [["render", Pa]]), pr = {
|
|
275
275
|
topLeft: "top-left",
|
|
276
276
|
topCenter: "top-center",
|
|
277
277
|
topRight: "top-right",
|
|
@@ -285,7 +285,7 @@ const Pa = /* @__PURE__ */ Ae(Ta, [["render", Ia]]), pr = {
|
|
|
285
285
|
leftCenter: "left-center",
|
|
286
286
|
leftBottom: "left-bottom"
|
|
287
287
|
};
|
|
288
|
-
const
|
|
288
|
+
const Da = {
|
|
289
289
|
name: "IbPopover",
|
|
290
290
|
props: {
|
|
291
291
|
position: {
|
|
@@ -326,7 +326,7 @@ const Ma = {
|
|
|
326
326
|
!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));
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
function
|
|
329
|
+
function La(t, n, e, r, o, i) {
|
|
330
330
|
return G(), ke(wi, null, {
|
|
331
331
|
default: ye(() => [
|
|
332
332
|
De(ae("div", {
|
|
@@ -340,8 +340,8 @@ function Da(t, n, e, r, o, i) {
|
|
|
340
340
|
_: 3
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
|
-
const
|
|
344
|
-
const
|
|
343
|
+
const Ra = /* @__PURE__ */ Ae(Da, [["render", La], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
344
|
+
const Ba = {
|
|
345
345
|
name: "IbTooltip",
|
|
346
346
|
props: {
|
|
347
347
|
position: {
|
|
@@ -364,9 +364,9 @@ const Ra = {
|
|
|
364
364
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
|
-
components: { IbPopover:
|
|
368
|
-
},
|
|
369
|
-
function
|
|
367
|
+
components: { IbPopover: Ra }
|
|
368
|
+
}, ja = { key: 0 };
|
|
369
|
+
function qa(t, n, e, r, o, i) {
|
|
370
370
|
const s = fe("ib-popover");
|
|
371
371
|
return G(), ke(s, {
|
|
372
372
|
position: e.position,
|
|
@@ -374,13 +374,13 @@ function ja(t, n, e, r, o, i) {
|
|
|
374
374
|
class: ve(i.classList)
|
|
375
375
|
}, {
|
|
376
376
|
default: ye(() => [
|
|
377
|
-
e.title ? (G(), ne("b",
|
|
377
|
+
e.title ? (G(), ne("b", ja, $e(e.title), 1)) : he("", !0),
|
|
378
378
|
ae("p", null, $e(e.text), 1)
|
|
379
379
|
]),
|
|
380
380
|
_: 1
|
|
381
381
|
}, 8, ["position", "always-visible", "class"]);
|
|
382
382
|
}
|
|
383
|
-
const kn = /* @__PURE__ */ Ae(
|
|
383
|
+
const kn = /* @__PURE__ */ Ae(Ba, [["render", qa], ["__scopeId", "data-v-796ac7bb"]]), qr = {
|
|
384
384
|
[sn.primary]: sn.primary,
|
|
385
385
|
[sn.tertiary]: sn.tertiary,
|
|
386
386
|
[sn.ghost]: sn.ghost,
|
|
@@ -390,7 +390,7 @@ const kn = /* @__PURE__ */ Ae(Ra, [["render", ja], ["__scopeId", "data-v-796ac7b
|
|
|
390
390
|
s: "s",
|
|
391
391
|
m: "m"
|
|
392
392
|
};
|
|
393
|
-
const
|
|
393
|
+
const Fa = {
|
|
394
394
|
name: "IbIconButton",
|
|
395
395
|
props: {
|
|
396
396
|
kind: {
|
|
@@ -451,12 +451,12 @@ const qa = {
|
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
components: {
|
|
454
|
-
IbButton:
|
|
454
|
+
IbButton: Ma,
|
|
455
455
|
IbTooltip: kn
|
|
456
456
|
},
|
|
457
457
|
inheritAttrs: !1
|
|
458
458
|
};
|
|
459
|
-
function
|
|
459
|
+
function Ha(t, n, e, r, o, i) {
|
|
460
460
|
const s = fe("ib-tooltip"), l = fe("ib-button");
|
|
461
461
|
return G(), ke(l, Tt({ onClick: i.onClick }, i.attrs, {
|
|
462
462
|
href: e.href,
|
|
@@ -474,14 +474,14 @@ function Fa(t, n, e, r, o, i) {
|
|
|
474
474
|
_: 3
|
|
475
475
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
476
476
|
}
|
|
477
|
-
const Nt = /* @__PURE__ */ Ae(
|
|
477
|
+
const Nt = /* @__PURE__ */ Ae(Fa, [["render", Ha]]), li = {
|
|
478
478
|
alert: "alert",
|
|
479
479
|
error: "error",
|
|
480
480
|
warning: "warning",
|
|
481
481
|
info: "info",
|
|
482
482
|
success: "success"
|
|
483
483
|
};
|
|
484
|
-
const
|
|
484
|
+
const Va = {
|
|
485
485
|
name: "IbAlert",
|
|
486
486
|
props: {
|
|
487
487
|
type: {
|
|
@@ -541,33 +541,33 @@ const Ha = {
|
|
|
541
541
|
IbIcon: Qe,
|
|
542
542
|
IbIconButton: Nt
|
|
543
543
|
}
|
|
544
|
-
},
|
|
544
|
+
}, Ua = {
|
|
545
545
|
ref: "content",
|
|
546
546
|
class: "content"
|
|
547
|
-
},
|
|
547
|
+
}, za = { class: "content-head" }, Ka = {
|
|
548
548
|
key: 1,
|
|
549
549
|
class: "ib-alert-title"
|
|
550
|
-
},
|
|
551
|
-
function
|
|
550
|
+
}, Ga = { class: "text-content" }, Ya = { class: "link" };
|
|
551
|
+
function Wa(t, n, e, r, o, i) {
|
|
552
552
|
var c;
|
|
553
553
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
554
554
|
return G(), ne("div", {
|
|
555
555
|
role: "alert",
|
|
556
556
|
class: ve(i.classes)
|
|
557
557
|
}, [
|
|
558
|
-
ae("div",
|
|
559
|
-
ae("span",
|
|
558
|
+
ae("div", Ua, [
|
|
559
|
+
ae("span", za, [
|
|
560
560
|
e.showIcon ? (G(), ke(s, {
|
|
561
561
|
key: 0,
|
|
562
562
|
class: "ib-alert-icon",
|
|
563
563
|
name: i.iconName
|
|
564
564
|
}, null, 8, ["name"])) : he("", !0),
|
|
565
|
-
(c = e.title) != null && c.length ? (G(), ne("b",
|
|
565
|
+
(c = e.title) != null && c.length ? (G(), ne("b", Ka, $e(e.title), 1)) : he("", !0)
|
|
566
566
|
]),
|
|
567
|
-
ae("span",
|
|
567
|
+
ae("span", Ga, [
|
|
568
568
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
569
569
|
]),
|
|
570
|
-
ae("div",
|
|
570
|
+
ae("div", Ya, [
|
|
571
571
|
Ee(t.$slots, "link", {}, void 0, !0)
|
|
572
572
|
])
|
|
573
573
|
], 512),
|
|
@@ -588,11 +588,11 @@ function Ya(t, n, e, r, o, i) {
|
|
|
588
588
|
}, 8, ["onClick"])) : he("", !0)
|
|
589
589
|
], 2);
|
|
590
590
|
}
|
|
591
|
-
const cn = /* @__PURE__ */ Ae(
|
|
591
|
+
const cn = /* @__PURE__ */ Ae(Va, [["render", Wa], ["__scopeId", "data-v-dec06c47"]]), Za = {
|
|
592
592
|
M: "m",
|
|
593
593
|
L: "l"
|
|
594
594
|
};
|
|
595
|
-
const
|
|
595
|
+
const Ja = {
|
|
596
596
|
name: "IbAvatar",
|
|
597
597
|
props: {
|
|
598
598
|
firstName: {
|
|
@@ -613,7 +613,7 @@ const Za = {
|
|
|
613
613
|
},
|
|
614
614
|
size: {
|
|
615
615
|
type: String,
|
|
616
|
-
default:
|
|
616
|
+
default: Za.M
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
computed: {
|
|
@@ -631,15 +631,15 @@ const Za = {
|
|
|
631
631
|
components: {
|
|
632
632
|
IbIcon: Qe
|
|
633
633
|
}
|
|
634
|
-
},
|
|
635
|
-
function
|
|
634
|
+
}, Xa = ["src", "alt"];
|
|
635
|
+
function Qa(t, n, e, r, o, i) {
|
|
636
636
|
const s = fe("ib-icon");
|
|
637
637
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
638
638
|
key: 0,
|
|
639
639
|
class: ve(i.classList),
|
|
640
640
|
src: e.src,
|
|
641
641
|
alt: e.firstName + "" + e.lastName
|
|
642
|
-
}, null, 10,
|
|
642
|
+
}, null, 10, Xa)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
643
643
|
key: 1,
|
|
644
644
|
class: ve(["user-avatar", i.classList]),
|
|
645
645
|
style: wn({
|
|
@@ -655,8 +655,8 @@ function Xa(t, n, e, r, o, i) {
|
|
|
655
655
|
ge(s, { name: "camera-outline" })
|
|
656
656
|
], 2));
|
|
657
657
|
}
|
|
658
|
-
const
|
|
659
|
-
const
|
|
658
|
+
const e1 = /* @__PURE__ */ Ae(Ja, [["render", Qa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
659
|
+
const el = {
|
|
660
660
|
name: "IbBadge",
|
|
661
661
|
props: {
|
|
662
662
|
content: {
|
|
@@ -674,21 +674,21 @@ const Qa = {
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
|
-
function
|
|
677
|
+
function tl(t, n, e, r, o, i) {
|
|
678
678
|
return G(), ne("span", {
|
|
679
679
|
class: ve(i.classes)
|
|
680
680
|
}, $e(i.normalizeContent), 3);
|
|
681
681
|
}
|
|
682
|
-
const
|
|
683
|
-
const
|
|
682
|
+
const t1 = /* @__PURE__ */ Ae(el, [["render", tl], ["__scopeId", "data-v-328df75a"]]);
|
|
683
|
+
const nl = {
|
|
684
684
|
name: "IbButtonGroup"
|
|
685
|
-
},
|
|
686
|
-
function
|
|
687
|
-
return G(), ne("div",
|
|
685
|
+
}, il = { class: "ib-button-group" };
|
|
686
|
+
function rl(t, n, e, r, o, i) {
|
|
687
|
+
return G(), ne("div", il, [
|
|
688
688
|
Ee(t.$slots, "default")
|
|
689
689
|
]);
|
|
690
690
|
}
|
|
691
|
-
const
|
|
691
|
+
const n1 = /* @__PURE__ */ Ae(nl, [["render", rl]]), yn = {
|
|
692
692
|
success: "success",
|
|
693
693
|
neutral: "neutral",
|
|
694
694
|
info: "info",
|
|
@@ -697,7 +697,7 @@ const t1 = /* @__PURE__ */ Ae(tl, [["render", il]]), yn = {
|
|
|
697
697
|
favorite: "favorite",
|
|
698
698
|
pending: "pending"
|
|
699
699
|
};
|
|
700
|
-
const
|
|
700
|
+
const ol = {
|
|
701
701
|
props: {
|
|
702
702
|
status: {
|
|
703
703
|
type: String,
|
|
@@ -731,7 +731,7 @@ const rl = {
|
|
|
731
731
|
},
|
|
732
732
|
components: { IbIcon: Qe }
|
|
733
733
|
};
|
|
734
|
-
function
|
|
734
|
+
function al(t, n, e, r, o, i) {
|
|
735
735
|
const s = fe("ib-icon");
|
|
736
736
|
return G(), ne("div", {
|
|
737
737
|
class: ve(i.classes)
|
|
@@ -745,7 +745,7 @@ function ol(t, n, e, r, o, i) {
|
|
|
745
745
|
])
|
|
746
746
|
], 2);
|
|
747
747
|
}
|
|
748
|
-
const
|
|
748
|
+
const i1 = /* @__PURE__ */ Ae(ol, [["render", al], ["__scopeId", "data-v-3604890c"]]), ll = {
|
|
749
749
|
topLeft: "top-left",
|
|
750
750
|
topCenter: "top-center",
|
|
751
751
|
topRight: "top-right",
|
|
@@ -759,12 +759,12 @@ const n1 = /* @__PURE__ */ Ae(rl, [["render", ol], ["__scopeId", "data-v-3604890
|
|
|
759
759
|
leftCenter: "left-center",
|
|
760
760
|
leftBottom: "left-bottom"
|
|
761
761
|
};
|
|
762
|
-
const
|
|
762
|
+
const sl = {
|
|
763
763
|
name: "IbTooltip",
|
|
764
764
|
props: {
|
|
765
765
|
position: {
|
|
766
766
|
type: String,
|
|
767
|
-
default:
|
|
767
|
+
default: ll.topCenter
|
|
768
768
|
},
|
|
769
769
|
title: {
|
|
770
770
|
type: String
|
|
@@ -807,15 +807,15 @@ const ll = {
|
|
|
807
807
|
IbIconButton: Nt,
|
|
808
808
|
IbIcon: Qe
|
|
809
809
|
}
|
|
810
|
-
},
|
|
811
|
-
function
|
|
810
|
+
}, ul = { class: "ib-toggle-tip-head" }, dl = { class: "ib-toggle-tip-content" }, cl = { class: "ib-toggle-tip-button-set" };
|
|
811
|
+
function fl(t, n, e, r, o, i) {
|
|
812
812
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
813
813
|
return G(), ke(wi, null, {
|
|
814
814
|
default: ye(() => [
|
|
815
815
|
De(ae("div", {
|
|
816
816
|
class: ve(i.classes)
|
|
817
817
|
}, [
|
|
818
|
-
ae("div",
|
|
818
|
+
ae("div", ul, [
|
|
819
819
|
ae("p", null, $e(e.title), 1),
|
|
820
820
|
ge(l, {
|
|
821
821
|
class: "close-button",
|
|
@@ -828,10 +828,10 @@ function cl(t, n, e, r, o, i) {
|
|
|
828
828
|
_: 1
|
|
829
829
|
}, 8, ["onClick"])
|
|
830
830
|
]),
|
|
831
|
-
ae("div",
|
|
831
|
+
ae("div", dl, [
|
|
832
832
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
833
833
|
]),
|
|
834
|
-
ae("div",
|
|
834
|
+
ae("div", cl, [
|
|
835
835
|
Ee(t.$slots, "buttons", {}, void 0, !0)
|
|
836
836
|
])
|
|
837
837
|
], 2), [
|
|
@@ -841,7 +841,7 @@ function cl(t, n, e, r, o, i) {
|
|
|
841
841
|
_: 3
|
|
842
842
|
});
|
|
843
843
|
}
|
|
844
|
-
const
|
|
844
|
+
const hl = /* @__PURE__ */ Ae(sl, [["render", fl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, Io = 32, pl = 13, Hr = 9, gl = 38, ml = 37, vl = 39, Po = 40, yl = "click", { performance: si } = window, bl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
|
|
845
845
|
let Un = !1;
|
|
846
846
|
const Mo = (t) => {
|
|
847
847
|
Vn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
|
|
@@ -852,11 +852,11 @@ const Mo = (t) => {
|
|
|
852
852
|
console.error(o);
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
|
-
}, bl = () => {
|
|
856
|
-
Un || (document.addEventListener("click", Mo, { capture: !0 }), Un = !0);
|
|
857
855
|
}, _l = () => {
|
|
856
|
+
Un || (document.addEventListener("click", Mo, { capture: !0 }), Un = !0);
|
|
857
|
+
}, $l = () => {
|
|
858
858
|
Un && (document.removeEventListener("click", Mo), Un = !1);
|
|
859
|
-
},
|
|
859
|
+
}, wl = (t, { value: n, arg: e = "click" }) => {
|
|
860
860
|
if (typeof n != "function")
|
|
861
861
|
throw new Error(
|
|
862
862
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -865,15 +865,15 @@ const Mo = (t) => {
|
|
|
865
865
|
throw new Error(
|
|
866
866
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
867
867
|
);
|
|
868
|
-
Vn.has(t) || (Un ||
|
|
869
|
-
bindTimeStamp:
|
|
868
|
+
Vn.has(t) || (Un || _l(), Vn.set(t, {
|
|
869
|
+
bindTimeStamp: bl(),
|
|
870
870
|
callback: n
|
|
871
871
|
}));
|
|
872
|
-
},
|
|
873
|
-
Vn.delete(t), Vn.size === 0 &&
|
|
872
|
+
}, Ol = (t) => {
|
|
873
|
+
Vn.delete(t), Vn.size === 0 && $l();
|
|
874
874
|
}, kr = {
|
|
875
|
-
created:
|
|
876
|
-
beforeUnmount:
|
|
875
|
+
created: wl,
|
|
876
|
+
beforeUnmount: Ol
|
|
877
877
|
}, Fn = {
|
|
878
878
|
left: "left",
|
|
879
879
|
right: "right",
|
|
@@ -882,7 +882,7 @@ const Mo = (t) => {
|
|
|
882
882
|
top: "top",
|
|
883
883
|
bottom: "bottom"
|
|
884
884
|
};
|
|
885
|
-
const
|
|
885
|
+
const kl = {
|
|
886
886
|
name: "IbDropdown",
|
|
887
887
|
directives: { Outside: kr },
|
|
888
888
|
props: {
|
|
@@ -915,7 +915,7 @@ const Ol = {
|
|
|
915
915
|
},
|
|
916
916
|
triggerType: {
|
|
917
917
|
type: String,
|
|
918
|
-
default:
|
|
918
|
+
default: yl
|
|
919
919
|
},
|
|
920
920
|
destroyOnHide: {
|
|
921
921
|
type: Boolean,
|
|
@@ -940,7 +940,7 @@ const Ol = {
|
|
|
940
940
|
},
|
|
941
941
|
methods: {
|
|
942
942
|
onKeydown(t) {
|
|
943
|
-
(t.keyCode ===
|
|
943
|
+
(t.keyCode === pl || t.keyCode === Io) && (t.preventDefault(), this.toggle()), t.keyCode === Po && (t.preventDefault(), this.open());
|
|
944
944
|
},
|
|
945
945
|
onKeyupDocument(t) {
|
|
946
946
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -989,10 +989,10 @@ const Ol = {
|
|
|
989
989
|
beforeUnmount() {
|
|
990
990
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
991
991
|
}
|
|
992
|
-
},
|
|
993
|
-
function
|
|
992
|
+
}, Cl = { class: "ib-dropdown" }, El = { class: "footer-slot" };
|
|
993
|
+
function Tl(t, n, e, r, o, i) {
|
|
994
994
|
const s = On("outside");
|
|
995
|
-
return De((G(), ne("div",
|
|
995
|
+
return De((G(), ne("div", Cl, [
|
|
996
996
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
997
997
|
key: 0,
|
|
998
998
|
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
@@ -1028,7 +1028,7 @@ function El(t, n, e, r, o, i) {
|
|
|
1028
1028
|
Ee(t.$slots, "close", {}, void 0, !0)
|
|
1029
1029
|
])) : he("", !0)
|
|
1030
1030
|
]),
|
|
1031
|
-
ae("div",
|
|
1031
|
+
ae("div", El, [
|
|
1032
1032
|
Ee(t.$slots, "footer", {}, void 0, !0)
|
|
1033
1033
|
])
|
|
1034
1034
|
], 2)), [
|
|
@@ -1044,8 +1044,8 @@ function El(t, n, e, r, o, i) {
|
|
|
1044
1044
|
[s, i.close]
|
|
1045
1045
|
]);
|
|
1046
1046
|
}
|
|
1047
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1048
|
-
const
|
|
1047
|
+
const Cr = /* @__PURE__ */ Ae(kl, [["render", Tl], ["__scopeId", "data-v-dfb4a39a"]]);
|
|
1048
|
+
const Sl = {
|
|
1049
1049
|
name: "IbList",
|
|
1050
1050
|
data() {
|
|
1051
1051
|
return {
|
|
@@ -1072,7 +1072,7 @@ const Tl = {
|
|
|
1072
1072
|
const f = (r = (e = s.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : r.nextElementSibling.childNodes[0];
|
|
1073
1073
|
f && f.nodeName !== "#text" && f.focus();
|
|
1074
1074
|
}
|
|
1075
|
-
if (t.keyCode ===
|
|
1075
|
+
if (t.keyCode === gl) {
|
|
1076
1076
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1077
1077
|
return;
|
|
1078
1078
|
t.preventDefault();
|
|
@@ -1098,7 +1098,7 @@ const Tl = {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
|
-
function
|
|
1101
|
+
function xl(t, n, e, r, o, i) {
|
|
1102
1102
|
return G(), ne("ul", {
|
|
1103
1103
|
class: ve(o.rootClass),
|
|
1104
1104
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
@@ -1106,8 +1106,8 @@ function Sl(t, n, e, r, o, i) {
|
|
|
1106
1106
|
Ee(t.$slots, "default")
|
|
1107
1107
|
], 34);
|
|
1108
1108
|
}
|
|
1109
|
-
const Er = /* @__PURE__ */ Ae(
|
|
1110
|
-
const
|
|
1109
|
+
const Er = /* @__PURE__ */ Ae(Sl, [["render", xl]]);
|
|
1110
|
+
const Al = {
|
|
1111
1111
|
props: {
|
|
1112
1112
|
vertical: {
|
|
1113
1113
|
type: String,
|
|
@@ -1149,10 +1149,10 @@ const xl = {
|
|
|
1149
1149
|
IbDropdown: Cr,
|
|
1150
1150
|
IbList: Er
|
|
1151
1151
|
}
|
|
1152
|
-
},
|
|
1153
|
-
function
|
|
1152
|
+
}, Nl = { class: "dropdown-list-wrapper" };
|
|
1153
|
+
function Il(t, n, e, r, o, i) {
|
|
1154
1154
|
const s = fe("ib-list"), l = fe("ib-dropdown");
|
|
1155
|
-
return G(), ne("div",
|
|
1155
|
+
return G(), ne("div", Nl, [
|
|
1156
1156
|
ge(l, Tt({
|
|
1157
1157
|
horizontal: e.horizontal,
|
|
1158
1158
|
vertical: e.vertical,
|
|
@@ -1186,8 +1186,8 @@ function Nl(t, n, e, r, o, i) {
|
|
|
1186
1186
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1187
1187
|
]);
|
|
1188
1188
|
}
|
|
1189
|
-
const Tr = /* @__PURE__ */ Ae(
|
|
1190
|
-
const
|
|
1189
|
+
const Tr = /* @__PURE__ */ Ae(Al, [["render", Il]]);
|
|
1190
|
+
const Pl = {
|
|
1191
1191
|
props: {
|
|
1192
1192
|
checked: {
|
|
1193
1193
|
type: Boolean,
|
|
@@ -1205,9 +1205,9 @@ const Il = {
|
|
|
1205
1205
|
return this.href && (t.href = this.href), t;
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
|
-
},
|
|
1209
|
-
function
|
|
1210
|
-
return G(), ne("li",
|
|
1208
|
+
}, Ml = { class: "dropdown-item-wrapper" };
|
|
1209
|
+
function Dl(t, n, e, r, o, i) {
|
|
1210
|
+
return G(), ne("li", Ml, [
|
|
1211
1211
|
(G(), ke(Oi(e.href ? "a" : "div"), Tt({
|
|
1212
1212
|
class: e.checked ? "active" : ""
|
|
1213
1213
|
}, i.attrs, { tabindex: "0" }), {
|
|
@@ -1218,11 +1218,11 @@ function Ml(t, n, e, r, o, i) {
|
|
|
1218
1218
|
}, 16, ["class"]))
|
|
1219
1219
|
]);
|
|
1220
1220
|
}
|
|
1221
|
-
const Do = /* @__PURE__ */ Ae(
|
|
1221
|
+
const Do = /* @__PURE__ */ Ae(Pl, [["render", Dl]]), Ll = {
|
|
1222
1222
|
common: "common",
|
|
1223
1223
|
danger: "danger"
|
|
1224
1224
|
};
|
|
1225
|
-
const
|
|
1225
|
+
const Rl = {
|
|
1226
1226
|
name: "IbSplitButton",
|
|
1227
1227
|
props: {
|
|
1228
1228
|
id: {
|
|
@@ -1231,7 +1231,7 @@ const Ll = {
|
|
|
1231
1231
|
},
|
|
1232
1232
|
kind: {
|
|
1233
1233
|
type: String,
|
|
1234
|
-
default:
|
|
1234
|
+
default: Ll.common
|
|
1235
1235
|
},
|
|
1236
1236
|
disabled: {
|
|
1237
1237
|
type: Boolean,
|
|
@@ -1289,8 +1289,8 @@ const Ll = {
|
|
|
1289
1289
|
this.setActiveItem();
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
},
|
|
1293
|
-
function
|
|
1292
|
+
}, Bl = ["disabled"], jl = ["disabled"], ql = ["disabled"], Fl = { ref: "list" };
|
|
1293
|
+
function Hl(t, n, e, r, o, i) {
|
|
1294
1294
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1295
1295
|
return G(), ne("div", {
|
|
1296
1296
|
class: ve(i.classes)
|
|
@@ -1301,11 +1301,11 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1301
1301
|
disabled: e.disabled
|
|
1302
1302
|
}, o.mainButtonAttrs, {
|
|
1303
1303
|
onClick: n[0] || (n[0] = (...c) => i.onClickLink && i.onClickLink(...c))
|
|
1304
|
-
}), $e(o.content), 17,
|
|
1304
|
+
}), $e(o.content), 17, jl)) : (G(), ne("button", Tt({
|
|
1305
1305
|
key: 0,
|
|
1306
1306
|
disabled: e.disabled,
|
|
1307
1307
|
class: "split-button-main"
|
|
1308
|
-
}, o.mainButtonAttrs), $e(o.content), 17,
|
|
1308
|
+
}, o.mainButtonAttrs), $e(o.content), 17, Bl)),
|
|
1309
1309
|
ge(l, {
|
|
1310
1310
|
disabled: e.disabled,
|
|
1311
1311
|
closeOnClick: !0
|
|
@@ -1316,10 +1316,10 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1316
1316
|
class: "split-button-menu-trigger"
|
|
1317
1317
|
}, [
|
|
1318
1318
|
ge(s, { name: "chevron-down-outline" })
|
|
1319
|
-
], 8,
|
|
1319
|
+
], 8, ql)
|
|
1320
1320
|
]),
|
|
1321
1321
|
body: ye(() => [
|
|
1322
|
-
ae("div",
|
|
1322
|
+
ae("div", Fl, [
|
|
1323
1323
|
Ee(t.$slots, "default")
|
|
1324
1324
|
], 512)
|
|
1325
1325
|
]),
|
|
@@ -1327,8 +1327,8 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1327
1327
|
}, 8, ["disabled"])
|
|
1328
1328
|
], 2);
|
|
1329
1329
|
}
|
|
1330
|
-
const
|
|
1331
|
-
const
|
|
1330
|
+
const r1 = /* @__PURE__ */ Ae(Rl, [["render", Hl]]);
|
|
1331
|
+
const Vl = {
|
|
1332
1332
|
props: {
|
|
1333
1333
|
href: {
|
|
1334
1334
|
type: String,
|
|
@@ -1342,7 +1342,7 @@ const Hl = {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
};
|
|
1345
|
-
function
|
|
1345
|
+
function Ul(t, n, e, r, o, i) {
|
|
1346
1346
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
|
|
1347
1347
|
default: ye(() => [
|
|
1348
1348
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1350,13 +1350,13 @@ function Vl(t, n, e, r, o, i) {
|
|
|
1350
1350
|
_: 3
|
|
1351
1351
|
}, 16);
|
|
1352
1352
|
}
|
|
1353
|
-
const
|
|
1353
|
+
const o1 = /* @__PURE__ */ Ae(Vl, [["render", Ul], ["__scopeId", "data-v-4cf00feb"]]), Yt = {
|
|
1354
1354
|
S: "s",
|
|
1355
1355
|
M: "m",
|
|
1356
1356
|
L: "l",
|
|
1357
1357
|
XL: "xl"
|
|
1358
1358
|
};
|
|
1359
|
-
const
|
|
1359
|
+
const zl = {
|
|
1360
1360
|
name: "IbModal",
|
|
1361
1361
|
directives: { Outside: kr },
|
|
1362
1362
|
emits: {
|
|
@@ -1464,14 +1464,14 @@ const Ul = {
|
|
|
1464
1464
|
beforeUnmount() {
|
|
1465
1465
|
this.isActive && this.close(), document.removeEventListener("keydown", this.onKeydown), document.removeEventListener("blur", this.setFocusOnModal, !0);
|
|
1466
1466
|
}
|
|
1467
|
-
},
|
|
1467
|
+
}, Kl = {
|
|
1468
1468
|
key: 1,
|
|
1469
1469
|
class: "modal-header"
|
|
1470
|
-
},
|
|
1470
|
+
}, Gl = {
|
|
1471
1471
|
key: 2,
|
|
1472
1472
|
class: "modal-footer"
|
|
1473
1473
|
};
|
|
1474
|
-
function
|
|
1474
|
+
function Yl(t, n, e, r, o, i) {
|
|
1475
1475
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
|
|
1476
1476
|
return G(), ne(tt, null, [
|
|
1477
1477
|
i.hasTrigger ? (G(), ne("div", {
|
|
@@ -1503,7 +1503,7 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1503
1503
|
]),
|
|
1504
1504
|
_: 1
|
|
1505
1505
|
}, 8, ["onClick"])) : he("", !0),
|
|
1506
|
-
i.hasHeader ? (G(), ne("p",
|
|
1506
|
+
i.hasHeader ? (G(), ne("p", Kl, [
|
|
1507
1507
|
Ee(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1508
1508
|
])) : he("", !0),
|
|
1509
1509
|
ae("div", {
|
|
@@ -1511,7 +1511,7 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1511
1511
|
}, [
|
|
1512
1512
|
Ee(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1513
1513
|
], 2),
|
|
1514
|
-
i.hasFooter ? (G(), ne("div",
|
|
1514
|
+
i.hasFooter ? (G(), ne("div", Gl, [
|
|
1515
1515
|
Ee(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
|
|
1516
1516
|
])) : he("", !0)
|
|
1517
1517
|
], 6)), [
|
|
@@ -1523,11 +1523,11 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1523
1523
|
]))
|
|
1524
1524
|
], 64);
|
|
1525
1525
|
}
|
|
1526
|
-
const
|
|
1526
|
+
const a1 = /* @__PURE__ */ Ae(zl, [["render", Yl], ["__scopeId", "data-v-e1683e53"]]);
|
|
1527
1527
|
function Lo(t) {
|
|
1528
1528
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1529
1529
|
}
|
|
1530
|
-
const
|
|
1530
|
+
const Wl = {
|
|
1531
1531
|
name: "IbTabDropdown",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
tabs: {
|
|
@@ -1569,10 +1569,10 @@ const Yl = {
|
|
|
1569
1569
|
IbDropdownItem: Do,
|
|
1570
1570
|
IbIcon: Qe
|
|
1571
1571
|
}
|
|
1572
|
-
},
|
|
1573
|
-
function
|
|
1572
|
+
}, Zl = { class: "wrapper-tab-link dropdown-tab" }, Jl = ["tabindex"];
|
|
1573
|
+
function Xl(t, n, e, r, o, i) {
|
|
1574
1574
|
const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
|
|
1575
|
-
return G(), ne("div",
|
|
1575
|
+
return G(), ne("div", Zl, [
|
|
1576
1576
|
ge(c, {
|
|
1577
1577
|
disabled: o.isDisabledDropdown,
|
|
1578
1578
|
"close-on-click": !0
|
|
@@ -1587,7 +1587,7 @@ function Jl(t, n, e, r, o, i) {
|
|
|
1587
1587
|
}, [
|
|
1588
1588
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1589
1589
|
ge(s, { name: "chevron-down" })
|
|
1590
|
-
], 10,
|
|
1590
|
+
], 10, Jl)
|
|
1591
1591
|
]),
|
|
1592
1592
|
body: ye(() => [
|
|
1593
1593
|
(G(!0), ne(tt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
@@ -1611,8 +1611,8 @@ function Jl(t, n, e, r, o, i) {
|
|
|
1611
1611
|
}, 8, ["disabled"])
|
|
1612
1612
|
]);
|
|
1613
1613
|
}
|
|
1614
|
-
const
|
|
1615
|
-
const
|
|
1614
|
+
const Ql = /* @__PURE__ */ Ae(Wl, [["render", Xl]]);
|
|
1615
|
+
const es = {
|
|
1616
1616
|
name: "IbTabs",
|
|
1617
1617
|
props: {
|
|
1618
1618
|
selectedTabId: {
|
|
@@ -1670,20 +1670,20 @@ const Ql = {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
},
|
|
1672
1672
|
components: {
|
|
1673
|
-
IbTabDropdown:
|
|
1673
|
+
IbTabDropdown: Ql
|
|
1674
1674
|
},
|
|
1675
1675
|
emits: ["changeTab"]
|
|
1676
|
-
},
|
|
1676
|
+
}, ts = { class: "tabs" }, ns = { class: "tabs-list" }, is = {
|
|
1677
1677
|
key: 0,
|
|
1678
1678
|
class: "wrapper-tab-link"
|
|
1679
|
-
},
|
|
1679
|
+
}, rs = ["href", "tabindex", "onClick"], os = {
|
|
1680
1680
|
class: "tabs-content",
|
|
1681
1681
|
ref: "tabHandler"
|
|
1682
1682
|
};
|
|
1683
|
-
function
|
|
1683
|
+
function as(t, n, e, r, o, i) {
|
|
1684
1684
|
const s = fe("ib-tab-dropdown");
|
|
1685
|
-
return G(), ne("div",
|
|
1686
|
-
ae("ul",
|
|
1685
|
+
return G(), ne("div", ts, [
|
|
1686
|
+
ae("ul", ns, [
|
|
1687
1687
|
(G(!0), ne(tt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1688
1688
|
class: "tab-item",
|
|
1689
1689
|
key: c
|
|
@@ -1693,7 +1693,7 @@ function os(t, n, e, r, o, i) {
|
|
|
1693
1693
|
"selected-tab": o.selectedTab,
|
|
1694
1694
|
tabs: l,
|
|
1695
1695
|
onSelectTab: i.selectTab
|
|
1696
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1696
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", is, [
|
|
1697
1697
|
ae("a", {
|
|
1698
1698
|
class: ve(["tab-link", {
|
|
1699
1699
|
active: o.selectedTab === l.id,
|
|
@@ -1703,16 +1703,16 @@ function os(t, n, e, r, o, i) {
|
|
|
1703
1703
|
tabindex: l.disabled ? -1 : 0,
|
|
1704
1704
|
onClick: (f) => i.selectTab(l.id),
|
|
1705
1705
|
target: "_self"
|
|
1706
|
-
}, $e(l.title), 11,
|
|
1706
|
+
}, $e(l.title), 11, rs)
|
|
1707
1707
|
]))
|
|
1708
1708
|
]))), 128))
|
|
1709
1709
|
]),
|
|
1710
|
-
ae("div",
|
|
1710
|
+
ae("div", os, [
|
|
1711
1711
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
1712
1712
|
], 512)
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const
|
|
1715
|
+
const l1 = /* @__PURE__ */ Ae(es, [["render", as], ["__scopeId", "data-v-47d103be"]]), ls = {
|
|
1716
1716
|
name: "IbTab",
|
|
1717
1717
|
props: {
|
|
1718
1718
|
title: {
|
|
@@ -1742,18 +1742,18 @@ const a1 = /* @__PURE__ */ Ae(Ql, [["render", os], ["__scopeId", "data-v-47d103b
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
|
-
function
|
|
1745
|
+
function ss(t, n, e, r, o, i) {
|
|
1746
1746
|
return De((G(), ne("div", null, [
|
|
1747
1747
|
Ee(t.$slots, "default")
|
|
1748
1748
|
], 512)), [
|
|
1749
1749
|
[Ke, i.isTabActive]
|
|
1750
1750
|
]);
|
|
1751
1751
|
}
|
|
1752
|
-
const
|
|
1752
|
+
const s1 = /* @__PURE__ */ Ae(ls, [["render", ss]]), us = {
|
|
1753
1753
|
LIST_VIEW: "list-sorting",
|
|
1754
1754
|
GRID_VIEW: "grid-sorting",
|
|
1755
1755
|
TABLE_VIEW: "table-sorting"
|
|
1756
|
-
},
|
|
1756
|
+
}, ds = {
|
|
1757
1757
|
TYPE_ASC: "asc",
|
|
1758
1758
|
TYPE_DESC: "desc"
|
|
1759
1759
|
};
|
|
@@ -1865,7 +1865,7 @@ class Ro {
|
|
|
1865
1865
|
return n ? pr[n] : pr.topCenter;
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
const dn = new Ro(),
|
|
1868
|
+
const dn = new Ro(), cs = (t, n) => {
|
|
1869
1869
|
var o;
|
|
1870
1870
|
dn.getTooltipContainer() && dn.destroyTooltip();
|
|
1871
1871
|
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
@@ -1873,14 +1873,14 @@ const dn = new Ro(), ds = (t, n) => {
|
|
|
1873
1873
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
1874
1874
|
};
|
|
1875
1875
|
dn.createTooltip(t, r, e);
|
|
1876
|
-
},
|
|
1876
|
+
}, fs = (t, n) => {
|
|
1877
1877
|
const e = dn.getId();
|
|
1878
1878
|
if (n.getAttribute("aria-describedby") !== e)
|
|
1879
1879
|
return;
|
|
1880
1880
|
const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
|
|
1881
1881
|
o && i && dn.destroyTooltip(n);
|
|
1882
1882
|
}, Vr = (t, n) => {
|
|
1883
|
-
t.__tooltip_create = () =>
|
|
1883
|
+
t.__tooltip_create = () => cs(t, n), t.__tooltip_destroy = (e) => fs(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
|
|
1884
1884
|
}, Ur = (t) => {
|
|
1885
1885
|
dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
|
|
1886
1886
|
}, Bo = {
|
|
@@ -1894,7 +1894,7 @@ const dn = new Ro(), ds = (t, n) => {
|
|
|
1894
1894
|
Ur(t);
|
|
1895
1895
|
}
|
|
1896
1896
|
};
|
|
1897
|
-
const
|
|
1897
|
+
const hs = {
|
|
1898
1898
|
name: "IbSorting",
|
|
1899
1899
|
props: {
|
|
1900
1900
|
tooltipTitle: {
|
|
@@ -1949,8 +1949,8 @@ const fs = {
|
|
|
1949
1949
|
data() {
|
|
1950
1950
|
return {
|
|
1951
1951
|
isOpenToggleTip: !1,
|
|
1952
|
-
sortingTypes:
|
|
1953
|
-
sortingTypesView:
|
|
1952
|
+
sortingTypes: ds,
|
|
1953
|
+
sortingTypesView: us,
|
|
1954
1954
|
currentTypeSort: this.sort
|
|
1955
1955
|
};
|
|
1956
1956
|
},
|
|
@@ -1991,13 +1991,13 @@ const fs = {
|
|
|
1991
1991
|
components: {
|
|
1992
1992
|
IbIcon: Qe,
|
|
1993
1993
|
IbIconButton: Nt,
|
|
1994
|
-
IbToggleTip:
|
|
1994
|
+
IbToggleTip: hl
|
|
1995
1995
|
}
|
|
1996
|
-
},
|
|
1997
|
-
function
|
|
1996
|
+
}, ps = { class: "sorting-wrapper" }, gs = ["name"], ms = ["aria-label"];
|
|
1997
|
+
function vs(t, n, e, r, o, i) {
|
|
1998
1998
|
var h;
|
|
1999
1999
|
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
|
|
2000
|
-
return G(), ne("div",
|
|
2000
|
+
return G(), ne("div", ps, [
|
|
2001
2001
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
2002
2002
|
key: 0,
|
|
2003
2003
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -2041,7 +2041,7 @@ function ms(t, n, e, r, o, i) {
|
|
|
2041
2041
|
onClick: i.clickHandler
|
|
2042
2042
|
}, {
|
|
2043
2043
|
default: ye(() => [
|
|
2044
|
-
ae("ion-icon", { name: i.iconType }, null, 8,
|
|
2044
|
+
ae("ion-icon", { name: i.iconType }, null, 8, gs)
|
|
2045
2045
|
]),
|
|
2046
2046
|
_: 1
|
|
2047
2047
|
}, 8, ["onClick"])), [
|
|
@@ -2062,13 +2062,13 @@ function ms(t, n, e, r, o, i) {
|
|
|
2062
2062
|
key: 0,
|
|
2063
2063
|
name: i.iconType
|
|
2064
2064
|
}, null, 8, ["name"])) : he("", !0)
|
|
2065
|
-
], 10,
|
|
2065
|
+
], 10, ms)), [
|
|
2066
2066
|
[f, e.tooltipText, e.tooltipPosition]
|
|
2067
2067
|
])
|
|
2068
2068
|
]);
|
|
2069
2069
|
}
|
|
2070
|
-
const
|
|
2071
|
-
const
|
|
2070
|
+
const u1 = /* @__PURE__ */ Ae(hs, [["render", vs], ["__scopeId", "data-v-a4394881"]]);
|
|
2071
|
+
const ys = {
|
|
2072
2072
|
name: "IbBreadcrumbs",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
items: {
|
|
@@ -2097,11 +2097,11 @@ const vs = {
|
|
|
2097
2097
|
IbDropdownList: Tr,
|
|
2098
2098
|
IbTooltip: kn
|
|
2099
2099
|
}
|
|
2100
|
-
},
|
|
2101
|
-
function
|
|
2100
|
+
}, bs = { "aria-label": "breadcrumb" }, _s = { class: "breadcrumb" }, $s = ["href"], ws = { key: 1 }, Os = ["href"];
|
|
2101
|
+
function ks(t, n, e, r, o, i) {
|
|
2102
2102
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
|
|
2103
|
-
return G(), ne("nav",
|
|
2104
|
-
ae("ul",
|
|
2103
|
+
return G(), ne("nav", bs, [
|
|
2104
|
+
ae("ul", _s, [
|
|
2105
2105
|
(G(!0), ne(tt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2106
2106
|
class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2107
2107
|
"aria-current": "page",
|
|
@@ -2111,8 +2111,8 @@ function Os(t, n, e, r, o, i) {
|
|
|
2111
2111
|
key: 0,
|
|
2112
2112
|
class: "ib-link",
|
|
2113
2113
|
href: d.url
|
|
2114
|
-
}, $e(d.title), 9,
|
|
2115
|
-
a === i.last ? (G(), ne("p",
|
|
2114
|
+
}, $e(d.title), 9, $s)) : he("", !0),
|
|
2115
|
+
a === i.last ? (G(), ne("p", ws, $e(d.title), 1)) : he("", !0),
|
|
2116
2116
|
i.initContextMenu && a === e.items.length - 4 ? (G(), ke(h, {
|
|
2117
2117
|
key: 2,
|
|
2118
2118
|
horizontal: "center"
|
|
@@ -2135,7 +2135,7 @@ function Os(t, n, e, r, o, i) {
|
|
|
2135
2135
|
ae("a", {
|
|
2136
2136
|
class: "context-breadcrums",
|
|
2137
2137
|
href: u.url
|
|
2138
|
-
}, $e(u.title), 9,
|
|
2138
|
+
}, $e(u.title), 9, Os)
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 2
|
|
2141
2141
|
}, 1024))), 128))
|
|
@@ -2150,8 +2150,8 @@ function Os(t, n, e, r, o, i) {
|
|
|
2150
2150
|
])
|
|
2151
2151
|
]);
|
|
2152
2152
|
}
|
|
2153
|
-
const
|
|
2154
|
-
const
|
|
2153
|
+
const d1 = /* @__PURE__ */ Ae(ys, [["render", ks], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2154
|
+
const Cs = {
|
|
2155
2155
|
name: "IbLabel",
|
|
2156
2156
|
props: {
|
|
2157
2157
|
for: {
|
|
@@ -2190,17 +2190,17 @@ const ks = {
|
|
|
2190
2190
|
IbIcon: Qe,
|
|
2191
2191
|
IbTooltip: kn
|
|
2192
2192
|
}
|
|
2193
|
-
},
|
|
2193
|
+
}, Es = ["for"], Ts = {
|
|
2194
2194
|
key: 0,
|
|
2195
2195
|
class: "required"
|
|
2196
2196
|
};
|
|
2197
|
-
function
|
|
2197
|
+
function Ss(t, n, e, r, o, i) {
|
|
2198
2198
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
|
|
2199
2199
|
return G(), ne("label", {
|
|
2200
2200
|
class: ve(i.classes),
|
|
2201
2201
|
for: e.for
|
|
2202
2202
|
}, [
|
|
2203
|
-
e.required ? (G(), ne("span",
|
|
2203
|
+
e.required ? (G(), ne("span", Ts, "* ")) : he("", !0),
|
|
2204
2204
|
Ee(t.$slots, "default", {}, void 0, !0),
|
|
2205
2205
|
e.infoText.length ? (G(), ke(c, {
|
|
2206
2206
|
key: 1,
|
|
@@ -2218,15 +2218,15 @@ function Ts(t, n, e, r, o, i) {
|
|
|
2218
2218
|
]),
|
|
2219
2219
|
_: 1
|
|
2220
2220
|
})) : he("", !0)
|
|
2221
|
-
], 10,
|
|
2221
|
+
], 10, Es);
|
|
2222
2222
|
}
|
|
2223
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
2223
|
+
const Ci = /* @__PURE__ */ Ae(Cs, [["render", Ss], ["__scopeId", "data-v-3e867259"]]), tr = {
|
|
2224
2224
|
text: "text",
|
|
2225
2225
|
password: "password",
|
|
2226
2226
|
email: "email",
|
|
2227
2227
|
number: "number"
|
|
2228
2228
|
};
|
|
2229
|
-
const
|
|
2229
|
+
const xs = {
|
|
2230
2230
|
name: "IbInput",
|
|
2231
2231
|
props: {
|
|
2232
2232
|
type: {
|
|
@@ -2378,8 +2378,8 @@ const Ss = {
|
|
|
2378
2378
|
IbDropdown: Cr
|
|
2379
2379
|
},
|
|
2380
2380
|
inheritAttrs: !1
|
|
2381
|
-
},
|
|
2382
|
-
function
|
|
2381
|
+
}, As = ["aria-invalid", "readonly", "disabled", "id"], Ns = { class: "settings-wrapper" };
|
|
2382
|
+
function Is(t, n, e, r, o, i) {
|
|
2383
2383
|
var h, d;
|
|
2384
2384
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("ib-dropdown");
|
|
2385
2385
|
return G(), ne("div", null, [
|
|
@@ -2408,7 +2408,7 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2408
2408
|
onInput: n[1] || (n[1] = (a) => i.onInput(a)),
|
|
2409
2409
|
onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
|
|
2410
2410
|
onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
|
|
2411
|
-
}), null, 16,
|
|
2411
|
+
}), null, 16, As), [
|
|
2412
2412
|
[xo, o.actualValue]
|
|
2413
2413
|
]),
|
|
2414
2414
|
e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
|
|
@@ -2468,7 +2468,7 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2468
2468
|
}, 8, ["help-text"])
|
|
2469
2469
|
]),
|
|
2470
2470
|
body: ye(() => [
|
|
2471
|
-
ae("div",
|
|
2471
|
+
ae("div", Ns, [
|
|
2472
2472
|
Ee(t.$slots, "settings", {}, void 0, !0)
|
|
2473
2473
|
])
|
|
2474
2474
|
]),
|
|
@@ -2477,8 +2477,8 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2477
2477
|
], 2)
|
|
2478
2478
|
]);
|
|
2479
2479
|
}
|
|
2480
|
-
const jo = /* @__PURE__ */ Ae(
|
|
2481
|
-
const
|
|
2480
|
+
const jo = /* @__PURE__ */ Ae(xs, [["render", Is], ["__scopeId", "data-v-ea1e952e"]]);
|
|
2481
|
+
const Ps = {
|
|
2482
2482
|
name: "IbCheckbox",
|
|
2483
2483
|
model: {
|
|
2484
2484
|
event: "input"
|
|
@@ -2500,7 +2500,7 @@ const Is = {
|
|
|
2500
2500
|
default: 1
|
|
2501
2501
|
},
|
|
2502
2502
|
modelValue: {
|
|
2503
|
-
type: Boolean
|
|
2503
|
+
type: [Boolean, Array]
|
|
2504
2504
|
},
|
|
2505
2505
|
isChecked: {
|
|
2506
2506
|
type: Boolean,
|
|
@@ -2532,7 +2532,7 @@ const Is = {
|
|
|
2532
2532
|
this.checked = t;
|
|
2533
2533
|
},
|
|
2534
2534
|
modelValue(t) {
|
|
2535
|
-
this.checked = t;
|
|
2535
|
+
this.$emit("update:modelValue", this.modelValue), this.checked = t;
|
|
2536
2536
|
}
|
|
2537
2537
|
},
|
|
2538
2538
|
data() {
|
|
@@ -2542,7 +2542,7 @@ const Is = {
|
|
|
2542
2542
|
},
|
|
2543
2543
|
methods: {
|
|
2544
2544
|
onChange() {
|
|
2545
|
-
this.readonly || (this.checked = !this.checked, this.$emit("
|
|
2545
|
+
this.readonly || (this.checked = !this.checked, this.$emit("input", this.checked));
|
|
2546
2546
|
}
|
|
2547
2547
|
},
|
|
2548
2548
|
computed: {
|
|
@@ -2568,17 +2568,17 @@ const Is = {
|
|
|
2568
2568
|
IbIcon: Qe
|
|
2569
2569
|
},
|
|
2570
2570
|
inheritAttrs: !1
|
|
2571
|
-
},
|
|
2571
|
+
}, Ms = ["aria-checked"], Ds = ["for", "tabindex"], Ls = ["name", "id", "value", "checked", "disabled", "required"], Rs = { class: "ib-checkbox-body" }, Bs = {
|
|
2572
2572
|
key: 0,
|
|
2573
2573
|
class: "required"
|
|
2574
|
-
},
|
|
2574
|
+
}, js = { class: "ib-checkbox-input" }, qs = {
|
|
2575
2575
|
key: 1,
|
|
2576
2576
|
class: "ib-checkbox-label"
|
|
2577
|
-
},
|
|
2577
|
+
}, Fs = {
|
|
2578
2578
|
key: 0,
|
|
2579
2579
|
class: "required"
|
|
2580
2580
|
};
|
|
2581
|
-
function
|
|
2581
|
+
function Hs(t, n, e, r, o, i) {
|
|
2582
2582
|
var l;
|
|
2583
2583
|
const s = fe("ib-icon");
|
|
2584
2584
|
return G(), ne("div", {
|
|
@@ -2589,9 +2589,9 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2589
2589
|
ae("label", Tt(i.attrs, {
|
|
2590
2590
|
for: e.id,
|
|
2591
2591
|
tabindex: e.disabled | e.disableFocus ? -1 : 0,
|
|
2592
|
-
onKeypress: n[
|
|
2592
|
+
onKeypress: n[2] || (n[2] = Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2593
2593
|
}), [
|
|
2594
|
-
ae("input", {
|
|
2594
|
+
De(ae("input", {
|
|
2595
2595
|
tabindex: "-1",
|
|
2596
2596
|
type: "checkbox",
|
|
2597
2597
|
name: e.name,
|
|
@@ -2600,17 +2600,20 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2600
2600
|
checked: o.checked,
|
|
2601
2601
|
disabled: e.disabled,
|
|
2602
2602
|
required: e.required,
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2603
|
+
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.checked = c),
|
|
2604
|
+
onClick: n[1] || (n[1] = Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2605
|
+
}, null, 8, Ls), [
|
|
2606
|
+
[pa, o.checked]
|
|
2607
|
+
]),
|
|
2608
|
+
ae("div", Rs, [
|
|
2606
2609
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2607
2610
|
key: 0,
|
|
2608
2611
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2609
2612
|
}, [
|
|
2610
|
-
e.required ? (G(), ne("span",
|
|
2613
|
+
e.required ? (G(), ne("span", Bs, "*")) : he("", !0),
|
|
2611
2614
|
Ge(" " + $e(e.label), 1)
|
|
2612
2615
|
], 2)) : he("", !0),
|
|
2613
|
-
ae("span",
|
|
2616
|
+
ae("span", js, [
|
|
2614
2617
|
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2615
2618
|
[Ke, o.checked && !i.indeterminate]
|
|
2616
2619
|
]),
|
|
@@ -2621,16 +2624,16 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2621
2624
|
[Ke, i.indeterminate]
|
|
2622
2625
|
])
|
|
2623
2626
|
]),
|
|
2624
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2625
|
-
e.required ? (G(), ne("span",
|
|
2627
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", qs, [
|
|
2628
|
+
e.required ? (G(), ne("span", Fs, "*")) : he("", !0),
|
|
2626
2629
|
Ge(" " + $e(e.label), 1)
|
|
2627
2630
|
])) : he("", !0)
|
|
2628
2631
|
])
|
|
2629
|
-
], 16,
|
|
2630
|
-
], 10,
|
|
2632
|
+
], 16, Ds)
|
|
2633
|
+
], 10, Ms);
|
|
2631
2634
|
}
|
|
2632
|
-
const qo = /* @__PURE__ */ Ae(
|
|
2633
|
-
const
|
|
2635
|
+
const qo = /* @__PURE__ */ Ae(Ps, [["render", Hs]]);
|
|
2636
|
+
const Vs = {
|
|
2634
2637
|
name: "IbToggle",
|
|
2635
2638
|
model: {
|
|
2636
2639
|
prop: "isChecked",
|
|
@@ -2701,17 +2704,17 @@ const Hs = {
|
|
|
2701
2704
|
}
|
|
2702
2705
|
},
|
|
2703
2706
|
components: { IbIcon: Qe, IbTooltip: kn }
|
|
2704
|
-
},
|
|
2707
|
+
}, Us = ["aria-checked", "tabindex"], zs = {
|
|
2705
2708
|
class: "toggle-wrapper",
|
|
2706
2709
|
ref: "wrapper"
|
|
2707
|
-
},
|
|
2710
|
+
}, Ks = {
|
|
2708
2711
|
class: "toggle",
|
|
2709
2712
|
ref: "toggle"
|
|
2710
|
-
},
|
|
2713
|
+
}, Gs = ["name", "checked", "id", "disabled"], Ys = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Ws = {
|
|
2711
2714
|
key: 0,
|
|
2712
2715
|
class: "toggle-label"
|
|
2713
2716
|
};
|
|
2714
|
-
function
|
|
2717
|
+
function Zs(t, n, e, r, o, i) {
|
|
2715
2718
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2716
2719
|
return G(), ne("label", {
|
|
2717
2720
|
role: "switch",
|
|
@@ -2723,8 +2726,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2723
2726
|
n[3] || (n[3] = _t(Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2724
2727
|
]
|
|
2725
2728
|
}, [
|
|
2726
|
-
ae("div",
|
|
2727
|
-
ae("div",
|
|
2729
|
+
ae("div", zs, [
|
|
2730
|
+
ae("div", Ks, [
|
|
2728
2731
|
ae("input", {
|
|
2729
2732
|
tabindex: "-1",
|
|
2730
2733
|
type: "checkbox",
|
|
@@ -2736,8 +2739,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2736
2739
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2737
2740
|
onInput: n[1] || (n[1] = Xe(() => {
|
|
2738
2741
|
}, ["stop"]))
|
|
2739
|
-
}, null, 40,
|
|
2740
|
-
|
|
2742
|
+
}, null, 40, Gs),
|
|
2743
|
+
Ys,
|
|
2741
2744
|
ge(s, {
|
|
2742
2745
|
class: "checked-icon",
|
|
2743
2746
|
name: "checkmark"
|
|
@@ -2748,18 +2751,18 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2748
2751
|
})
|
|
2749
2752
|
], 512)
|
|
2750
2753
|
], 512),
|
|
2751
|
-
e.label.length ? (G(), ne("span",
|
|
2754
|
+
e.label.length ? (G(), ne("span", Ws, $e(e.label), 1)) : he("", !0),
|
|
2752
2755
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2753
2756
|
key: 1,
|
|
2754
2757
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2755
2758
|
}, null, 8, ["text"])) : he("", !0)
|
|
2756
|
-
], 42,
|
|
2759
|
+
], 42, Us);
|
|
2757
2760
|
}
|
|
2758
|
-
const
|
|
2761
|
+
const Js = /* @__PURE__ */ Ae(Vs, [["render", Zs]]);
|
|
2759
2762
|
function Fo(t) {
|
|
2760
2763
|
return t.scrollHeight > t.clientHeight;
|
|
2761
2764
|
}
|
|
2762
|
-
const
|
|
2765
|
+
const Xs = {
|
|
2763
2766
|
name: "select-option",
|
|
2764
2767
|
props: {
|
|
2765
2768
|
option: {
|
|
@@ -2818,7 +2821,7 @@ const Js = {
|
|
|
2818
2821
|
},
|
|
2819
2822
|
methods: {
|
|
2820
2823
|
onKeydown(t) {
|
|
2821
|
-
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode ===
|
|
2824
|
+
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === vl && (this.option.isChildrenVisible = !0), t.keyCode === ml && (this.option.isChildrenVisible = !1));
|
|
2822
2825
|
},
|
|
2823
2826
|
onChange() {
|
|
2824
2827
|
var t, n;
|
|
@@ -2864,7 +2867,7 @@ const Js = {
|
|
|
2864
2867
|
},
|
|
2865
2868
|
computed: {
|
|
2866
2869
|
component() {
|
|
2867
|
-
return this.isMultiple && this.isToggle ?
|
|
2870
|
+
return this.isMultiple && this.isToggle ? Js : qo;
|
|
2868
2871
|
},
|
|
2869
2872
|
hasChildren() {
|
|
2870
2873
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2898,17 +2901,17 @@ const Js = {
|
|
|
2898
2901
|
IbIconButton: Nt
|
|
2899
2902
|
},
|
|
2900
2903
|
directives: { Tooltip: Bo }
|
|
2901
|
-
},
|
|
2904
|
+
}, Qs = ["aria-selected", "aria-label", "id"], eu = {
|
|
2902
2905
|
key: 0,
|
|
2903
2906
|
class: "option-label"
|
|
2904
|
-
},
|
|
2907
|
+
}, tu = {
|
|
2905
2908
|
key: 1,
|
|
2906
2909
|
class: "option-label"
|
|
2907
|
-
},
|
|
2910
|
+
}, nu = ["innerHTML"], iu = ["innerHTML"], ru = {
|
|
2908
2911
|
key: 2,
|
|
2909
2912
|
class: "option-label"
|
|
2910
2913
|
};
|
|
2911
|
-
function
|
|
2914
|
+
function ou(t, n, e, r, o, i) {
|
|
2912
2915
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2913
2916
|
return G(), ne("li", null, [
|
|
2914
2917
|
De((G(), ne("div", {
|
|
@@ -2975,7 +2978,7 @@ function ru(t, n, e, r, o, i) {
|
|
|
2975
2978
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2976
2979
|
)
|
|
2977
2980
|
}, [
|
|
2978
|
-
i.hasChildren ? (G(), ne("span",
|
|
2981
|
+
i.hasChildren ? (G(), ne("span", tu, $e(e.option.title), 1)) : (G(), ne("span", eu, [
|
|
2979
2982
|
Ge($e(e.option.title) + " ", 1),
|
|
2980
2983
|
ge(s, {
|
|
2981
2984
|
name: "star",
|
|
@@ -2987,12 +2990,12 @@ function ru(t, n, e, r, o, i) {
|
|
|
2987
2990
|
key: 1,
|
|
2988
2991
|
class: "option-label",
|
|
2989
2992
|
innerHTML: e.option.title
|
|
2990
|
-
}, null, 8,
|
|
2993
|
+
}, null, 8, iu)) : (G(), ne("span", {
|
|
2991
2994
|
key: 0,
|
|
2992
2995
|
class: "option-label",
|
|
2993
2996
|
innerHTML: e.option.title
|
|
2994
|
-
}, null, 8,
|
|
2995
|
-
], 64)) : (G(), ne("span",
|
|
2997
|
+
}, null, 8, nu))
|
|
2998
|
+
], 64)) : (G(), ne("span", ru, $e(e.option.title), 1))
|
|
2996
2999
|
], 2),
|
|
2997
3000
|
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
2998
3001
|
default: ye(() => [
|
|
@@ -3015,12 +3018,12 @@ function ru(t, n, e, r, o, i) {
|
|
|
3015
3018
|
}, 512)), [
|
|
3016
3019
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
3017
3020
|
]) : he("", !0)
|
|
3018
|
-
], 42,
|
|
3021
|
+
], 42, Qs)), [
|
|
3019
3022
|
[h, o.showTooltip ? e.option.title : ""]
|
|
3020
3023
|
])
|
|
3021
3024
|
]);
|
|
3022
3025
|
}
|
|
3023
|
-
const
|
|
3026
|
+
const au = /* @__PURE__ */ Ae(Xs, [["render", ou]]);
|
|
3024
3027
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3025
3028
|
function Ei(t) {
|
|
3026
3029
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3429,12 +3432,12 @@ var Ho = { exports: {} };
|
|
|
3429
3432
|
};
|
|
3430
3433
|
});
|
|
3431
3434
|
})(Ho);
|
|
3432
|
-
var
|
|
3433
|
-
const
|
|
3435
|
+
var lu = Ho.exports;
|
|
3436
|
+
const su = /* @__PURE__ */ Ei(lu);
|
|
3434
3437
|
function zr(t) {
|
|
3435
3438
|
return JSON.parse(JSON.stringify(t));
|
|
3436
3439
|
}
|
|
3437
|
-
const
|
|
3440
|
+
const uu = {
|
|
3438
3441
|
name: "IbTreeSelect",
|
|
3439
3442
|
inject: ["LANG_COMPONENTS"],
|
|
3440
3443
|
props: {
|
|
@@ -3648,7 +3651,7 @@ const su = {
|
|
|
3648
3651
|
}
|
|
3649
3652
|
},
|
|
3650
3653
|
mounted() {
|
|
3651
|
-
this.marker = new
|
|
3654
|
+
this.marker = new su(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3652
3655
|
this.setPreparedValues();
|
|
3653
3656
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3654
3657
|
},
|
|
@@ -3952,19 +3955,19 @@ const su = {
|
|
|
3952
3955
|
IbDropdown: Cr,
|
|
3953
3956
|
IbInput: jo,
|
|
3954
3957
|
List: Er,
|
|
3955
|
-
"select-option":
|
|
3958
|
+
"select-option": au
|
|
3956
3959
|
},
|
|
3957
3960
|
beforeUnmount() {
|
|
3958
3961
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3959
3962
|
}
|
|
3960
|
-
},
|
|
3963
|
+
}, du = {
|
|
3961
3964
|
key: 0,
|
|
3962
3965
|
class: "tree-select-empty"
|
|
3963
|
-
},
|
|
3966
|
+
}, cu = {
|
|
3964
3967
|
key: 1,
|
|
3965
3968
|
class: "tree-select-default-empty tree-select-empty"
|
|
3966
3969
|
};
|
|
3967
|
-
function
|
|
3970
|
+
function fu(t, n, e, r, o, i) {
|
|
3968
3971
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("select-option"), h = fe("list"), d = fe("ib-input"), a = fe("ib-dropdown");
|
|
3969
3972
|
return G(), ne(tt, null, [
|
|
3970
3973
|
e.errorMessage ? (G(), ke(s, {
|
|
@@ -4044,9 +4047,9 @@ function cu(t, n, e, r, o, i) {
|
|
|
4044
4047
|
class: ve({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
|
|
4045
4048
|
}, {
|
|
4046
4049
|
default: ye(() => [
|
|
4047
|
-
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div",
|
|
4050
|
+
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", du, [
|
|
4048
4051
|
Ee(t.$slots, "emptyMessage")
|
|
4049
|
-
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div",
|
|
4052
|
+
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", cu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
4050
4053
|
De(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
4051
4054
|
[Ke, i.requiredDependencyNotFilled]
|
|
4052
4055
|
]),
|
|
@@ -4199,8 +4202,8 @@ function cu(t, n, e, r, o, i) {
|
|
|
4199
4202
|
], 2)
|
|
4200
4203
|
], 64);
|
|
4201
4204
|
}
|
|
4202
|
-
const
|
|
4203
|
-
const
|
|
4205
|
+
const hu = /* @__PURE__ */ Ae(uu, [["render", fu]]);
|
|
4206
|
+
const pu = {
|
|
4204
4207
|
name: "IbLimitSelector",
|
|
4205
4208
|
props: {
|
|
4206
4209
|
labelSelect: {
|
|
@@ -4238,12 +4241,12 @@ const hu = {
|
|
|
4238
4241
|
},
|
|
4239
4242
|
components: {
|
|
4240
4243
|
IbLabel: Ci,
|
|
4241
|
-
IbSelect:
|
|
4244
|
+
IbSelect: hu
|
|
4242
4245
|
}
|
|
4243
|
-
},
|
|
4244
|
-
function
|
|
4246
|
+
}, gu = { class: "report-limit-selector" };
|
|
4247
|
+
function mu(t, n, e, r, o, i) {
|
|
4245
4248
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4246
|
-
return G(), ne("div",
|
|
4249
|
+
return G(), ne("div", gu, [
|
|
4247
4250
|
ge(s, null, {
|
|
4248
4251
|
default: ye(() => [
|
|
4249
4252
|
Ge($e(e.labelSelect), 1)
|
|
@@ -4260,8 +4263,8 @@ function gu(t, n, e, r, o, i) {
|
|
|
4260
4263
|
}, null, 8, ["value", "options", "onInput"])
|
|
4261
4264
|
]);
|
|
4262
4265
|
}
|
|
4263
|
-
const
|
|
4264
|
-
const
|
|
4266
|
+
const vu = /* @__PURE__ */ Ae(pu, [["render", mu]]);
|
|
4267
|
+
const yu = {
|
|
4265
4268
|
name: "IbPagination",
|
|
4266
4269
|
props: {
|
|
4267
4270
|
tooltipTextPrev: {
|
|
@@ -4362,19 +4365,19 @@ const vu = {
|
|
|
4362
4365
|
IbIcon: Qe,
|
|
4363
4366
|
IbInput: jo,
|
|
4364
4367
|
IbLabel: Ci,
|
|
4365
|
-
IbLimitSelector:
|
|
4368
|
+
IbLimitSelector: vu,
|
|
4366
4369
|
IbTooltip: kn
|
|
4367
4370
|
}
|
|
4368
|
-
},
|
|
4369
|
-
function
|
|
4371
|
+
}, bu = { class: "report-controls" }, _u = { class: "repot-pagination" }, $u = { class: "pagination-input" }, wu = { class: "row-count" }, Ou = { class: "pagination-wrapper" }, ku = ["onClick"];
|
|
4372
|
+
function Cu(t, n, e, r, o, i) {
|
|
4370
4373
|
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-tooltip"), d = fe("ib-icon-button");
|
|
4371
|
-
return G(), ne("div",
|
|
4374
|
+
return G(), ne("div", bu, [
|
|
4372
4375
|
ge(s, {
|
|
4373
4376
|
onSelect: i.changeLimit,
|
|
4374
4377
|
value: o.limitValue,
|
|
4375
4378
|
"label-select": e.labelSelect
|
|
4376
4379
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4377
|
-
ae("div",
|
|
4380
|
+
ae("div", _u, [
|
|
4378
4381
|
e.showPaginationInput ? (G(), ne(tt, { key: 0 }, [
|
|
4379
4382
|
ge(l, null, {
|
|
4380
4383
|
default: ye(() => [
|
|
@@ -4382,7 +4385,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4382
4385
|
]),
|
|
4383
4386
|
_: 1
|
|
4384
4387
|
}),
|
|
4385
|
-
ae("div",
|
|
4388
|
+
ae("div", $u, [
|
|
4386
4389
|
ge(c, {
|
|
4387
4390
|
type: "number",
|
|
4388
4391
|
debounce: 500,
|
|
@@ -4390,7 +4393,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4390
4393
|
}, null, 8, ["onInput"])
|
|
4391
4394
|
])
|
|
4392
4395
|
], 64)) : he("", !0),
|
|
4393
|
-
ae("div",
|
|
4396
|
+
ae("div", wu, $e(i.setCountOfRows + " of " + e.countRows), 1),
|
|
4394
4397
|
ge(d, {
|
|
4395
4398
|
kind: "tertiary",
|
|
4396
4399
|
size: "m",
|
|
@@ -4407,7 +4410,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4407
4410
|
]),
|
|
4408
4411
|
_: 1
|
|
4409
4412
|
}, 8, ["disabled"]),
|
|
4410
|
-
ae("ul",
|
|
4413
|
+
ae("ul", Ou, [
|
|
4411
4414
|
(G(!0), ne(tt, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
|
|
4412
4415
|
key: u,
|
|
4413
4416
|
class: ve(["pagination-item", {
|
|
@@ -4418,7 +4421,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4418
4421
|
onClick: (b) => i.onSelect(u + 1)
|
|
4419
4422
|
}, [
|
|
4420
4423
|
ae("button", null, $e(u + 1), 1)
|
|
4421
|
-
], 10,
|
|
4424
|
+
], 10, ku)), [
|
|
4422
4425
|
[Ke, i.showItem(u + 1)]
|
|
4423
4426
|
])), 128))
|
|
4424
4427
|
]),
|
|
@@ -4441,14 +4444,14 @@ function ku(t, n, e, r, o, i) {
|
|
|
4441
4444
|
])
|
|
4442
4445
|
]);
|
|
4443
4446
|
}
|
|
4444
|
-
const
|
|
4447
|
+
const c1 = /* @__PURE__ */ Ae(yu, [["render", Cu]]), jn = {
|
|
4445
4448
|
PROGRESS: "progress",
|
|
4446
4449
|
SUCCESS: "success",
|
|
4447
4450
|
FAILED: "failed",
|
|
4448
4451
|
CANCELING: "canceling",
|
|
4449
4452
|
CANCELED: "canceled"
|
|
4450
4453
|
};
|
|
4451
|
-
const
|
|
4454
|
+
const Eu = {
|
|
4452
4455
|
props: {
|
|
4453
4456
|
states: {
|
|
4454
4457
|
type: String,
|
|
@@ -4475,12 +4478,12 @@ const Cu = {
|
|
|
4475
4478
|
components: {
|
|
4476
4479
|
IbIcon: Qe
|
|
4477
4480
|
}
|
|
4478
|
-
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t),
|
|
4479
|
-
|
|
4480
|
-
],
|
|
4481
|
-
function
|
|
4481
|
+
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t), Tu = { class: "ib-progress-bar-wrapper" }, Su = ["aria-label", "aria-valuenow"], xu = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), Au = [
|
|
4482
|
+
xu
|
|
4483
|
+
], Nu = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4484
|
+
function Iu(t, n, e, r, o, i) {
|
|
4482
4485
|
const s = fe("ib-icon");
|
|
4483
|
-
return G(), ne("div",
|
|
4486
|
+
return G(), ne("div", Tu, [
|
|
4484
4487
|
ae("div", {
|
|
4485
4488
|
class: ve(i.classes)
|
|
4486
4489
|
}, [
|
|
@@ -4492,8 +4495,8 @@ function Nu(t, n, e, r, o, i) {
|
|
|
4492
4495
|
"aria-valuemax": "100",
|
|
4493
4496
|
"aria-valuenow": e.progress,
|
|
4494
4497
|
style: wn({ width: e.progress + "%" })
|
|
4495
|
-
},
|
|
4496
|
-
|
|
4498
|
+
}, Au, 12, Su),
|
|
4499
|
+
Nu
|
|
4497
4500
|
], 2),
|
|
4498
4501
|
De(ge(s, {
|
|
4499
4502
|
class: "status-icon",
|
|
@@ -4503,7 +4506,7 @@ function Nu(t, n, e, r, o, i) {
|
|
|
4503
4506
|
])
|
|
4504
4507
|
]);
|
|
4505
4508
|
}
|
|
4506
|
-
const
|
|
4509
|
+
const f1 = /* @__PURE__ */ Ae(Eu, [["render", Iu], ["__scopeId", "data-v-a0217859"]]), Pu = {
|
|
4507
4510
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4508
4511
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4509
4512
|
</svg>
|
|
@@ -4544,7 +4547,7 @@ const c1 = /* @__PURE__ */ Ae(Cu, [["render", Nu], ["__scopeId", "data-v-a021785
|
|
|
4544
4547
|
</svg>
|
|
4545
4548
|
`
|
|
4546
4549
|
};
|
|
4547
|
-
const
|
|
4550
|
+
const Mu = {
|
|
4548
4551
|
props: {
|
|
4549
4552
|
type: {
|
|
4550
4553
|
type: String,
|
|
@@ -4553,21 +4556,21 @@ const Pu = {
|
|
|
4553
4556
|
},
|
|
4554
4557
|
data() {
|
|
4555
4558
|
return {
|
|
4556
|
-
icons:
|
|
4559
|
+
icons: Pu
|
|
4557
4560
|
};
|
|
4558
4561
|
}
|
|
4559
|
-
},
|
|
4560
|
-
function
|
|
4561
|
-
return G(), ne("div",
|
|
4562
|
+
}, Du = { class: "status-indicator" }, Lu = ["innerHTML"];
|
|
4563
|
+
function Ru(t, n, e, r, o, i) {
|
|
4564
|
+
return G(), ne("div", Du, [
|
|
4562
4565
|
ae("div", {
|
|
4563
4566
|
class: ve(["status-indicator-icon", e.type]),
|
|
4564
4567
|
innerHTML: o.icons[e.type]
|
|
4565
|
-
}, null, 10,
|
|
4568
|
+
}, null, 10, Lu),
|
|
4566
4569
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
4567
4570
|
]);
|
|
4568
4571
|
}
|
|
4569
|
-
const
|
|
4570
|
-
const
|
|
4572
|
+
const h1 = /* @__PURE__ */ Ae(Mu, [["render", Ru], ["__scopeId", "data-v-e696394e"]]);
|
|
4573
|
+
const Bu = {
|
|
4571
4574
|
name: "IbPanel",
|
|
4572
4575
|
mixins: [No],
|
|
4573
4576
|
props: {
|
|
@@ -4580,17 +4583,17 @@ const Ru = {
|
|
|
4580
4583
|
default: !1
|
|
4581
4584
|
}
|
|
4582
4585
|
}
|
|
4583
|
-
},
|
|
4584
|
-
function
|
|
4586
|
+
}, ju = (t) => ($r("data-v-c7c0bea8"), t = t(), wr(), t), qu = { class: "panel-head" }, Fu = { class: "head-title" }, Hu = /* @__PURE__ */ ju(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Vu = { class: "head-content" }, Uu = { class: "panel-body" };
|
|
4587
|
+
function zu(t, n, e, r, o, i) {
|
|
4585
4588
|
return G(), ne("div", {
|
|
4586
4589
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4587
4590
|
}, [
|
|
4588
|
-
ae("div",
|
|
4589
|
-
ae("div",
|
|
4591
|
+
ae("div", qu, [
|
|
4592
|
+
ae("div", Fu, [
|
|
4590
4593
|
Ee(t.$slots, "title", {}, void 0, !0)
|
|
4591
4594
|
]),
|
|
4592
|
-
|
|
4593
|
-
ae("div",
|
|
4595
|
+
Hu,
|
|
4596
|
+
ae("div", Vu, [
|
|
4594
4597
|
Ee(t.$slots, "head-content", {}, void 0, !0)
|
|
4595
4598
|
])
|
|
4596
4599
|
]),
|
|
@@ -4601,7 +4604,7 @@ function Uu(t, n, e, r, o, i) {
|
|
|
4601
4604
|
onLeave: t.leave
|
|
4602
4605
|
}, {
|
|
4603
4606
|
default: ye(() => [
|
|
4604
|
-
De(ae("div",
|
|
4607
|
+
De(ae("div", Uu, [
|
|
4605
4608
|
Ee(t.$slots, "body", {}, void 0, !0)
|
|
4606
4609
|
], 512), [
|
|
4607
4610
|
[Ke, e.isOpen]
|
|
@@ -4611,8 +4614,8 @@ function Uu(t, n, e, r, o, i) {
|
|
|
4611
4614
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4612
4615
|
], 2);
|
|
4613
4616
|
}
|
|
4614
|
-
const
|
|
4615
|
-
const
|
|
4617
|
+
const p1 = /* @__PURE__ */ Ae(Bu, [["render", zu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4618
|
+
const Ku = {
|
|
4616
4619
|
name: "IbInputGroup",
|
|
4617
4620
|
props: {
|
|
4618
4621
|
supportText: {
|
|
@@ -4624,20 +4627,20 @@ const zu = {
|
|
|
4624
4627
|
default: !1
|
|
4625
4628
|
}
|
|
4626
4629
|
}
|
|
4627
|
-
},
|
|
4630
|
+
}, Gu = {
|
|
4628
4631
|
key: 0,
|
|
4629
4632
|
class: "support-text"
|
|
4630
4633
|
};
|
|
4631
|
-
function
|
|
4634
|
+
function Yu(t, n, e, r, o, i) {
|
|
4632
4635
|
return G(), ne("div", {
|
|
4633
4636
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4634
4637
|
}, [
|
|
4635
4638
|
Ee(t.$slots, "default"),
|
|
4636
|
-
e.supportText.length ? (G(), ne("p",
|
|
4639
|
+
e.supportText.length ? (G(), ne("p", Gu, $e(e.supportText), 1)) : he("", !0)
|
|
4637
4640
|
], 2);
|
|
4638
4641
|
}
|
|
4639
|
-
const
|
|
4640
|
-
const
|
|
4642
|
+
const g1 = /* @__PURE__ */ Ae(Ku, [["render", Yu]]);
|
|
4643
|
+
const Wu = {
|
|
4641
4644
|
name: "IbInputGroup",
|
|
4642
4645
|
props: {
|
|
4643
4646
|
labelText: {
|
|
@@ -4661,8 +4664,8 @@ const Yu = {
|
|
|
4661
4664
|
IbLabel: Ci,
|
|
4662
4665
|
IbAlert: cn
|
|
4663
4666
|
}
|
|
4664
|
-
},
|
|
4665
|
-
function
|
|
4667
|
+
}, Zu = { class: "ib-checkbox-group-content" };
|
|
4668
|
+
function Ju(t, n, e, r, o, i) {
|
|
4666
4669
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4667
4670
|
return G(), ne("div", {
|
|
4668
4671
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4686,13 +4689,13 @@ function Zu(t, n, e, r, o, i) {
|
|
|
4686
4689
|
]),
|
|
4687
4690
|
_: 1
|
|
4688
4691
|
})) : he("", !0),
|
|
4689
|
-
ae("div",
|
|
4692
|
+
ae("div", Zu, [
|
|
4690
4693
|
Ee(t.$slots, "default")
|
|
4691
4694
|
])
|
|
4692
4695
|
], 2);
|
|
4693
4696
|
}
|
|
4694
|
-
const
|
|
4695
|
-
const
|
|
4697
|
+
const m1 = /* @__PURE__ */ Ae(Wu, [["render", Ju]]);
|
|
4698
|
+
const Xu = {
|
|
4696
4699
|
name: "IbRadio",
|
|
4697
4700
|
model: {
|
|
4698
4701
|
prop: "isChecked",
|
|
@@ -4760,11 +4763,11 @@ const Ju = {
|
|
|
4760
4763
|
};
|
|
4761
4764
|
}
|
|
4762
4765
|
}
|
|
4763
|
-
},
|
|
4766
|
+
}, Qu = (t) => ($r("data-v-02701670"), t = t(), wr(), t), ed = ["for", "aria-checked"], td = ["name", "id", "value", "checked", "disabled"], nd = /* @__PURE__ */ Qu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), id = {
|
|
4764
4767
|
key: 0,
|
|
4765
4768
|
class: "ib-radio-label"
|
|
4766
4769
|
};
|
|
4767
|
-
function
|
|
4770
|
+
function rd(t, n, e, r, o, i) {
|
|
4768
4771
|
var s, l;
|
|
4769
4772
|
return G(), ne("label", {
|
|
4770
4773
|
role: "radio",
|
|
@@ -4784,17 +4787,17 @@ function id(t, n, e, r, o, i) {
|
|
|
4784
4787
|
onInput: n[0] || (n[0] = Xe(() => {
|
|
4785
4788
|
}, ["stop"])),
|
|
4786
4789
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4787
|
-
}, null, 40,
|
|
4790
|
+
}, null, 40, td),
|
|
4788
4791
|
ae("span", {
|
|
4789
4792
|
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4790
4793
|
}, [
|
|
4791
|
-
|
|
4792
|
-
(l = e.label) != null && l.length ? (G(), ne("span",
|
|
4794
|
+
nd,
|
|
4795
|
+
(l = e.label) != null && l.length ? (G(), ne("span", id, $e(e.label), 1)) : he("", !0)
|
|
4793
4796
|
], 2)
|
|
4794
|
-
], 10,
|
|
4797
|
+
], 10, ed);
|
|
4795
4798
|
}
|
|
4796
|
-
const
|
|
4797
|
-
const
|
|
4799
|
+
const v1 = /* @__PURE__ */ Ae(Xu, [["render", rd], ["__scopeId", "data-v-02701670"]]);
|
|
4800
|
+
const od = {
|
|
4798
4801
|
props: {
|
|
4799
4802
|
characterLimit: {
|
|
4800
4803
|
type: [String, Number],
|
|
@@ -4805,26 +4808,26 @@ const rd = {
|
|
|
4805
4808
|
required: !0
|
|
4806
4809
|
}
|
|
4807
4810
|
}
|
|
4808
|
-
},
|
|
4811
|
+
}, ad = { class: "character-count" }, ld = {
|
|
4809
4812
|
key: 0,
|
|
4810
4813
|
class: "val-limit"
|
|
4811
|
-
},
|
|
4814
|
+
}, sd = { class: "val-length" }, ud = { class: "val-limit" }, dd = {
|
|
4812
4815
|
key: 3,
|
|
4813
4816
|
class: "val-length val-limited"
|
|
4814
4817
|
};
|
|
4815
|
-
function
|
|
4816
|
-
return G(), ne("div",
|
|
4818
|
+
function cd(t, n, e, r, o, i) {
|
|
4819
|
+
return G(), ne("div", ad, [
|
|
4817
4820
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(tt, { key: 1 }, [
|
|
4818
|
-
ae("p",
|
|
4821
|
+
ae("p", sd, $e(e.characterLimit - e.characterLength), 1),
|
|
4819
4822
|
Ge(" / "),
|
|
4820
|
-
ae("p",
|
|
4823
|
+
ae("p", ud, $e(e.characterLimit), 1)
|
|
4821
4824
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(tt, { key: 2 }, [
|
|
4822
4825
|
Ge("0")
|
|
4823
|
-
], 64)) : (G(), ne("p",
|
|
4826
|
+
], 64)) : (G(), ne("p", dd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", ld, "Max " + $e(e.characterLimit), 1))
|
|
4824
4827
|
]);
|
|
4825
4828
|
}
|
|
4826
|
-
const Uo = /* @__PURE__ */ Ae(
|
|
4827
|
-
const
|
|
4829
|
+
const Uo = /* @__PURE__ */ Ae(od, [["render", cd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4830
|
+
const fd = {
|
|
4828
4831
|
name: "IbTextarea",
|
|
4829
4832
|
props: {
|
|
4830
4833
|
disabled: {
|
|
@@ -4881,8 +4884,8 @@ const cd = {
|
|
|
4881
4884
|
IbCharacterCount: Uo
|
|
4882
4885
|
},
|
|
4883
4886
|
inheritAttrs: !1
|
|
4884
|
-
},
|
|
4885
|
-
function
|
|
4887
|
+
}, hd = ["disabled"];
|
|
4888
|
+
function pd(t, n, e, r, o, i) {
|
|
4886
4889
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4887
4890
|
return G(), ne("div", {
|
|
4888
4891
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4914,12 +4917,12 @@ function hd(t, n, e, r, o, i) {
|
|
|
4914
4917
|
onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
|
|
4915
4918
|
class: ["ib-textarea", i.classes],
|
|
4916
4919
|
disabled: e.disabled
|
|
4917
|
-
}), null, 16,
|
|
4920
|
+
}), null, 16, hd), [
|
|
4918
4921
|
[Ao, o.val]
|
|
4919
4922
|
])
|
|
4920
4923
|
], 2);
|
|
4921
4924
|
}
|
|
4922
|
-
const
|
|
4925
|
+
const y1 = /* @__PURE__ */ Ae(fd, [["render", pd], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4923
4926
|
var nr = [
|
|
4924
4927
|
"onChange",
|
|
4925
4928
|
"onClose",
|
|
@@ -5122,7 +5125,7 @@ function Ot(t) {
|
|
|
5122
5125
|
var rr = function() {
|
|
5123
5126
|
}, mi = function(t, n, e) {
|
|
5124
5127
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
5125
|
-
},
|
|
5128
|
+
}, gd = {
|
|
5126
5129
|
D: rr,
|
|
5127
5130
|
F: function(t, n, e) {
|
|
5128
5131
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -5313,7 +5316,7 @@ var rr = function() {
|
|
|
5313
5316
|
m += un[$];
|
|
5314
5317
|
var S = new RegExp(m).exec(i);
|
|
5315
5318
|
S && (b = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
5316
|
-
fn:
|
|
5319
|
+
fn: gd[$],
|
|
5317
5320
|
val: S[++g]
|
|
5318
5321
|
});
|
|
5319
5322
|
} else
|
|
@@ -5336,14 +5339,14 @@ var rr = function() {
|
|
|
5336
5339
|
function kt(t, n, e) {
|
|
5337
5340
|
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();
|
|
5338
5341
|
}
|
|
5339
|
-
var
|
|
5342
|
+
var md = function(t, n, e) {
|
|
5340
5343
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5341
5344
|
}, or = function(t, n, e) {
|
|
5342
5345
|
return t * 3600 + n * 60 + e;
|
|
5343
|
-
},
|
|
5346
|
+
}, vd = function(t) {
|
|
5344
5347
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5345
5348
|
return [n, e, t - n * 3600 - e * 60];
|
|
5346
|
-
},
|
|
5349
|
+
}, yd = {
|
|
5347
5350
|
DAY: 864e5
|
|
5348
5351
|
};
|
|
5349
5352
|
function ar(t) {
|
|
@@ -5389,8 +5392,8 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5389
5392
|
for (var i = arguments[n], s = 0, l = i.length; s < l; s++, o++)
|
|
5390
5393
|
r[o] = i[s];
|
|
5391
5394
|
return r;
|
|
5392
|
-
},
|
|
5393
|
-
function
|
|
5395
|
+
}, bd = 300;
|
|
5396
|
+
function _d(t, n) {
|
|
5394
5397
|
var e = {
|
|
5395
5398
|
config: ft(ft({}, _n), Je.defaultConfig),
|
|
5396
5399
|
l10n: zn
|
|
@@ -5453,7 +5456,7 @@ function bd(t, n) {
|
|
|
5453
5456
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5454
5457
|
var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = or(I, L, z);
|
|
5455
5458
|
if (me > Ce && me < de) {
|
|
5456
|
-
var Pe =
|
|
5459
|
+
var Pe = vd(de);
|
|
5457
5460
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5458
5461
|
}
|
|
5459
5462
|
} else {
|
|
@@ -5508,7 +5511,7 @@ function bd(t, n) {
|
|
|
5508
5511
|
return;
|
|
5509
5512
|
}
|
|
5510
5513
|
var I = Kr(Te, 50);
|
|
5511
|
-
if (e._debouncedChange = Kr(y,
|
|
5514
|
+
if (e._debouncedChange = Kr(y, bd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5512
5515
|
e.config.mode === "range" && _e(Ot(z));
|
|
5513
5516
|
}), v(e._input, "keydown", ce), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", ce), !e.config.inline && !e.config.static && v(window, "resize", I), window.ontouchstart !== void 0 ? v(window.document, "touchstart", D) : v(window.document, "mousedown", D), v(window.document, "focus", D, { capture: !0 }), e.config.clickOpens === !0 && (v(e._input, "focus", e.open), v(e._input, "click", e.open)), e.daysContainer !== void 0 && (v(e.monthNav, "click", Vt), v(e.monthNav, ["keyup", "increment"], b), v(e.daysContainer, "click", we)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5514
5517
|
var L = function(z) {
|
|
@@ -5891,7 +5894,7 @@ function bd(t, n) {
|
|
|
5891
5894
|
}
|
|
5892
5895
|
function _e(I, L) {
|
|
5893
5896
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5894
|
-
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe +=
|
|
5897
|
+
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe += yd.DAY)
|
|
5895
5898
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
|
|
5896
5899
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5897
5900
|
Oe.forEach(function(Be) {
|
|
@@ -5905,7 +5908,7 @@ function bd(t, n) {
|
|
|
5905
5908
|
return;
|
|
5906
5909
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5907
5910
|
Be.classList.remove(Dt);
|
|
5908
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) &&
|
|
5911
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) && md(ot, X, z) && Be.classList.add("inRange"));
|
|
5909
5912
|
});
|
|
5910
5913
|
}
|
|
5911
5914
|
}
|
|
@@ -6274,7 +6277,7 @@ function $n(t, n) {
|
|
|
6274
6277
|
try {
|
|
6275
6278
|
if (i.getAttribute("data-fp-omit") !== null)
|
|
6276
6279
|
continue;
|
|
6277
|
-
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr =
|
|
6280
|
+
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr = _d(i, n || {}), r.push(i._flatpickr);
|
|
6278
6281
|
} catch (s) {
|
|
6279
6282
|
console.error(s);
|
|
6280
6283
|
}
|
|
@@ -6404,17 +6407,17 @@ var Go = { exports: {} };
|
|
|
6404
6407
|
return r;
|
|
6405
6408
|
});
|
|
6406
6409
|
})(Go);
|
|
6407
|
-
var
|
|
6408
|
-
const
|
|
6410
|
+
var $d = Go.exports;
|
|
6411
|
+
const wd = /* @__PURE__ */ Ei($d), Od = `
|
|
6409
6412
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6410
6413
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6411
6414
|
</svg>
|
|
6412
|
-
`,
|
|
6415
|
+
`, kd = `
|
|
6413
6416
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6414
6417
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6415
6418
|
</svg>
|
|
6416
6419
|
`;
|
|
6417
|
-
const
|
|
6420
|
+
const Cd = "single", lr = "range", Ed = {
|
|
6418
6421
|
props: {
|
|
6419
6422
|
name: {
|
|
6420
6423
|
type: String,
|
|
@@ -6437,7 +6440,7 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6437
6440
|
},
|
|
6438
6441
|
mode: {
|
|
6439
6442
|
type: String,
|
|
6440
|
-
default:
|
|
6443
|
+
default: Cd
|
|
6441
6444
|
},
|
|
6442
6445
|
label: {
|
|
6443
6446
|
type: String,
|
|
@@ -6498,8 +6501,8 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6498
6501
|
position: "left",
|
|
6499
6502
|
mode: this.mode,
|
|
6500
6503
|
appendTo: this.$refs.dropdown,
|
|
6501
|
-
prevArrow:
|
|
6502
|
-
nextArrow:
|
|
6504
|
+
prevArrow: Od,
|
|
6505
|
+
nextArrow: kd,
|
|
6503
6506
|
ignoredFocusElements: Array.from(t),
|
|
6504
6507
|
locale: {
|
|
6505
6508
|
weekdays: {
|
|
@@ -6521,7 +6524,7 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6521
6524
|
onChange: (r, o) => this.onChange(o),
|
|
6522
6525
|
onClose: () => this.onClose()
|
|
6523
6526
|
};
|
|
6524
|
-
this.mode === lr && (n.plugins = [new
|
|
6527
|
+
this.mode === lr && (n.plugins = [new wd({ input: this.$refs.toDate })]), (this.value || this.modelValue) && (this.mode === lr ? 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);
|
|
6525
6528
|
const e = Object.assign({}, n, this.config);
|
|
6526
6529
|
return this.pickerOptions = e, e;
|
|
6527
6530
|
},
|
|
@@ -6566,20 +6569,20 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6566
6569
|
IbLabel: Ci,
|
|
6567
6570
|
IbAlert: cn
|
|
6568
6571
|
}
|
|
6569
|
-
},
|
|
6572
|
+
}, Td = { class: "inputs-wrapper" }, Sd = { class: "input-group-wrapper" }, xd = ["placeholder"], Ad = {
|
|
6570
6573
|
ref: "dropdown",
|
|
6571
6574
|
class: "dropdown"
|
|
6572
|
-
},
|
|
6575
|
+
}, Nd = {
|
|
6573
6576
|
key: 1,
|
|
6574
6577
|
class: "support-text"
|
|
6575
|
-
},
|
|
6578
|
+
}, Id = {
|
|
6576
6579
|
key: 0,
|
|
6577
6580
|
class: "input-group-wrapper"
|
|
6578
|
-
},
|
|
6581
|
+
}, Pd = ["placeholder"], Md = {
|
|
6579
6582
|
key: 1,
|
|
6580
6583
|
class: "support-text"
|
|
6581
6584
|
};
|
|
6582
|
-
function
|
|
6585
|
+
function Dd(t, n, e, r, o, i) {
|
|
6583
6586
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6584
6587
|
return G(), ne("div", {
|
|
6585
6588
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6598,8 +6601,8 @@ function Md(t, n, e, r, o, i) {
|
|
|
6598
6601
|
]),
|
|
6599
6602
|
_: 1
|
|
6600
6603
|
})) : he("", !0),
|
|
6601
|
-
ae("div",
|
|
6602
|
-
ae("div",
|
|
6604
|
+
ae("div", Td, [
|
|
6605
|
+
ae("div", Sd, [
|
|
6603
6606
|
e.label.length ? (G(), ke(l, {
|
|
6604
6607
|
key: 0,
|
|
6605
6608
|
class: "label",
|
|
@@ -6618,16 +6621,16 @@ function Md(t, n, e, r, o, i) {
|
|
|
6618
6621
|
placeholder: e.placeholder,
|
|
6619
6622
|
ref: "date",
|
|
6620
6623
|
class: "date-picker-input"
|
|
6621
|
-
}, null, 8,
|
|
6624
|
+
}, null, 8, xd),
|
|
6622
6625
|
ge(c, {
|
|
6623
6626
|
name: "today-outline",
|
|
6624
6627
|
class: "calendar-icon"
|
|
6625
6628
|
})
|
|
6626
6629
|
], 2),
|
|
6627
|
-
ae("div",
|
|
6628
|
-
e.supportText.length ? (G(), ne("p",
|
|
6630
|
+
ae("div", Ad, null, 512),
|
|
6631
|
+
e.supportText.length ? (G(), ne("p", Nd, $e(e.supportText), 1)) : he("", !0)
|
|
6629
6632
|
]),
|
|
6630
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6633
|
+
e.mode === "range" ? (G(), ne("div", Id, [
|
|
6631
6634
|
e.endDateLabel.length ? (G(), ke(l, {
|
|
6632
6635
|
key: 0,
|
|
6633
6636
|
class: "end-date-label label",
|
|
@@ -6646,18 +6649,18 @@ function Md(t, n, e, r, o, i) {
|
|
|
6646
6649
|
class: "date-picker-input",
|
|
6647
6650
|
placeholder: e.placeholder,
|
|
6648
6651
|
ref: "toDate"
|
|
6649
|
-
}, null, 8,
|
|
6652
|
+
}, null, 8, Pd),
|
|
6650
6653
|
ge(c, {
|
|
6651
6654
|
name: "today-outline",
|
|
6652
6655
|
class: "calendar-icon"
|
|
6653
6656
|
})
|
|
6654
6657
|
], 2),
|
|
6655
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6658
|
+
e.endDateSupportText.length ? (G(), ne("p", Md, $e(e.endDateSupportText), 1)) : he("", !0)
|
|
6656
6659
|
])) : he("", !0)
|
|
6657
6660
|
])
|
|
6658
6661
|
], 2);
|
|
6659
6662
|
}
|
|
6660
|
-
const
|
|
6663
|
+
const b1 = /* @__PURE__ */ Ae(Ed, [["render", Dd]]), Ld = [
|
|
6661
6664
|
[
|
|
6662
6665
|
"Afghanistan (افغانستان)",
|
|
6663
6666
|
"af",
|
|
@@ -7874,12 +7877,12 @@ const y1 = /* @__PURE__ */ Ae(Cd, [["render", Md]]), Dd = [
|
|
|
7874
7877
|
"ax",
|
|
7875
7878
|
"358"
|
|
7876
7879
|
]
|
|
7877
|
-
],
|
|
7880
|
+
], Rd = Ld.map(([t, n, e]) => ({
|
|
7878
7881
|
name: t,
|
|
7879
7882
|
iso2: n.toUpperCase(),
|
|
7880
7883
|
dialCode: e
|
|
7881
7884
|
}));
|
|
7882
|
-
function
|
|
7885
|
+
function Bd() {
|
|
7883
7886
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7884
7887
|
const n = (t || "").toString();
|
|
7885
7888
|
if (!n || n[0] !== "1")
|
|
@@ -7887,7 +7890,7 @@ function Rd() {
|
|
|
7887
7890
|
return n.substr(2, 2);
|
|
7888
7891
|
});
|
|
7889
7892
|
}
|
|
7890
|
-
function
|
|
7893
|
+
function jd(t, n) {
|
|
7891
7894
|
if (t.setSelectionRange)
|
|
7892
7895
|
t.focus(), t.setSelectionRange(n, n);
|
|
7893
7896
|
else if (t.createTextRange) {
|
|
@@ -7895,11 +7898,11 @@ function Bd(t, n) {
|
|
|
7895
7898
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7896
7899
|
}
|
|
7897
7900
|
}
|
|
7898
|
-
const
|
|
7901
|
+
const qd = [
|
|
7899
7902
|
{
|
|
7900
7903
|
name: "allCountries",
|
|
7901
7904
|
type: Array,
|
|
7902
|
-
default:
|
|
7905
|
+
default: Rd,
|
|
7903
7906
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7904
7907
|
inDemo: !1
|
|
7905
7908
|
},
|
|
@@ -8140,7 +8143,7 @@ const jd = [
|
|
|
8140
8143
|
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)",
|
|
8141
8144
|
inDemo: !1
|
|
8142
8145
|
}
|
|
8143
|
-
],
|
|
8146
|
+
], Fd = [...qd].reduce((t, n) => {
|
|
8144
8147
|
if (n.name.includes(".")) {
|
|
8145
8148
|
const [e, r] = n.name.split(".");
|
|
8146
8149
|
t[e] ? Object.assign(t[e], { [r]: n.default }) : Object.assign(t, { [e]: { [r]: n.default } });
|
|
@@ -8148,11 +8151,11 @@ const jd = [
|
|
|
8148
8151
|
Object.assign(t, { [n.name]: n.default });
|
|
8149
8152
|
return t;
|
|
8150
8153
|
}, {}), Yr = {
|
|
8151
|
-
options: { ...
|
|
8152
|
-
}, Fd = { 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}"]]] } };
|
|
8153
|
-
function
|
|
8154
|
+
options: { ...Fd }
|
|
8155
|
+
}, Hd = { 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}"]]] } };
|
|
8156
|
+
function Vd(t, n) {
|
|
8154
8157
|
var e = Array.prototype.slice.call(n);
|
|
8155
|
-
return e.push(
|
|
8158
|
+
return e.push(Hd), t.apply(this, e);
|
|
8156
8159
|
}
|
|
8157
8160
|
function mr(t) {
|
|
8158
8161
|
return mr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -8167,19 +8170,19 @@ function Wr(t, n) {
|
|
|
8167
8170
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8168
8171
|
}
|
|
8169
8172
|
}
|
|
8170
|
-
function
|
|
8173
|
+
function Ud(t, n, e) {
|
|
8171
8174
|
return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8172
8175
|
}
|
|
8173
|
-
function
|
|
8176
|
+
function zd(t, n) {
|
|
8174
8177
|
if (!(t instanceof n))
|
|
8175
8178
|
throw new TypeError("Cannot call a class as a function");
|
|
8176
8179
|
}
|
|
8177
|
-
function
|
|
8180
|
+
function Kd(t, n) {
|
|
8178
8181
|
if (typeof n != "function" && n !== null)
|
|
8179
8182
|
throw new TypeError("Super expression must either be null or a function");
|
|
8180
8183
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8181
8184
|
}
|
|
8182
|
-
function
|
|
8185
|
+
function Gd(t) {
|
|
8183
8186
|
var n = Wo();
|
|
8184
8187
|
return function() {
|
|
8185
8188
|
var e = Gn(t), r;
|
|
@@ -8188,10 +8191,10 @@ function Kd(t) {
|
|
|
8188
8191
|
r = Reflect.construct(e, arguments, o);
|
|
8189
8192
|
} else
|
|
8190
8193
|
r = e.apply(this, arguments);
|
|
8191
|
-
return
|
|
8194
|
+
return Yd(this, r);
|
|
8192
8195
|
};
|
|
8193
8196
|
}
|
|
8194
|
-
function
|
|
8197
|
+
function Yd(t, n) {
|
|
8195
8198
|
if (n && (mr(n) === "object" || typeof n == "function"))
|
|
8196
8199
|
return n;
|
|
8197
8200
|
if (n !== void 0)
|
|
@@ -8206,7 +8209,7 @@ function Yo(t) {
|
|
|
8206
8209
|
function vr(t) {
|
|
8207
8210
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
8208
8211
|
return vr = function(e) {
|
|
8209
|
-
if (e === null || !
|
|
8212
|
+
if (e === null || !Wd(e))
|
|
8210
8213
|
return e;
|
|
8211
8214
|
if (typeof e != "function")
|
|
8212
8215
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -8241,7 +8244,7 @@ function Wo() {
|
|
|
8241
8244
|
return !1;
|
|
8242
8245
|
}
|
|
8243
8246
|
}
|
|
8244
|
-
function
|
|
8247
|
+
function Wd(t) {
|
|
8245
8248
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8246
8249
|
}
|
|
8247
8250
|
function Kn(t, n) {
|
|
@@ -8255,14 +8258,14 @@ function Gn(t) {
|
|
|
8255
8258
|
}, Gn(t);
|
|
8256
8259
|
}
|
|
8257
8260
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8258
|
-
|
|
8259
|
-
var n =
|
|
8261
|
+
Kd(e, t);
|
|
8262
|
+
var n = Gd(e);
|
|
8260
8263
|
function e(r) {
|
|
8261
8264
|
var o;
|
|
8262
|
-
return
|
|
8265
|
+
return zd(this, e), o = n.call(this, r), Object.setPrototypeOf(Yo(o), e.prototype), o.name = o.constructor.name, o;
|
|
8263
8266
|
}
|
|
8264
|
-
return
|
|
8265
|
-
}(/* @__PURE__ */ vr(Error)), Sr = 2,
|
|
8267
|
+
return Ud(e);
|
|
8268
|
+
}(/* @__PURE__ */ vr(Error)), Sr = 2, Zd = 17, Jd = 3, Qt = "0-90-9٠-٩۰-۹", Xd = "-‐-―−ー-", Qd = "//", ec = "..", tc = " ", nc = "()()[]\\[\\]", ic = "~⁓∼~", vi = "".concat(Xd).concat(Qd).concat(ec).concat(tc).concat(nc).concat(ic), xr = "++";
|
|
8266
8269
|
function Zr(t, n) {
|
|
8267
8270
|
t = t.split("-"), n = n.split("-");
|
|
8268
8271
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8298,9 +8301,9 @@ function Jr(t, n) {
|
|
|
8298
8301
|
function Si(t, n, e) {
|
|
8299
8302
|
return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8300
8303
|
}
|
|
8301
|
-
var
|
|
8304
|
+
var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8302
8305
|
function t(n) {
|
|
8303
|
-
Ti(this, t),
|
|
8306
|
+
Ti(this, t), dc(n), this.metadata = n, Zo.call(this, n);
|
|
8304
8307
|
}
|
|
8305
8308
|
return Si(t, [{
|
|
8306
8309
|
key: "getCountries",
|
|
@@ -8353,7 +8356,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8353
8356
|
}, {
|
|
8354
8357
|
key: "selectNumberingPlan",
|
|
8355
8358
|
value: function(n, e) {
|
|
8356
|
-
if (n &&
|
|
8359
|
+
if (n && ac.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8357
8360
|
if (!this.hasCountry(n))
|
|
8358
8361
|
throw new Error("Unknown country: ".concat(n));
|
|
8359
8362
|
this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
|
|
@@ -8543,7 +8546,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8543
8546
|
value: function() {
|
|
8544
8547
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8545
8548
|
return e.map(function(r) {
|
|
8546
|
-
return new
|
|
8549
|
+
return new lc(r, n);
|
|
8547
8550
|
});
|
|
8548
8551
|
}
|
|
8549
8552
|
}, {
|
|
@@ -8612,7 +8615,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8612
8615
|
key: "type",
|
|
8613
8616
|
value: function(n) {
|
|
8614
8617
|
if (this.hasTypes() && eo(this.types(), n))
|
|
8615
|
-
return new
|
|
8618
|
+
return new uc(eo(this.types(), n), this);
|
|
8616
8619
|
}
|
|
8617
8620
|
}, {
|
|
8618
8621
|
key: "ext",
|
|
@@ -8620,7 +8623,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8620
8623
|
return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
|
|
8621
8624
|
}
|
|
8622
8625
|
}]), t;
|
|
8623
|
-
}(),
|
|
8626
|
+
}(), lc = /* @__PURE__ */ function() {
|
|
8624
8627
|
function t(n, e) {
|
|
8625
8628
|
Ti(this, t), this._format = n, this.metadata = e;
|
|
8626
8629
|
}
|
|
@@ -8659,7 +8662,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8659
8662
|
key: "usesNationalPrefix",
|
|
8660
8663
|
value: function() {
|
|
8661
8664
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8662
|
-
!
|
|
8665
|
+
!sc.test(this.nationalPrefixFormattingRule()));
|
|
8663
8666
|
}
|
|
8664
8667
|
}, {
|
|
8665
8668
|
key: "internationalFormat",
|
|
@@ -8667,7 +8670,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8667
8670
|
return this._format[5] || this.format();
|
|
8668
8671
|
}
|
|
8669
8672
|
}]), t;
|
|
8670
|
-
}(),
|
|
8673
|
+
}(), sc = /^\(?\$1\)?$/, uc = /* @__PURE__ */ function() {
|
|
8671
8674
|
function t(n, e) {
|
|
8672
8675
|
Ti(this, t), this.type = n, this.metadata = e;
|
|
8673
8676
|
}
|
|
@@ -8708,15 +8711,15 @@ function eo(t, n) {
|
|
|
8708
8711
|
return t[9];
|
|
8709
8712
|
}
|
|
8710
8713
|
}
|
|
8711
|
-
function
|
|
8714
|
+
function dc(t) {
|
|
8712
8715
|
if (!t)
|
|
8713
8716
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8714
8717
|
if (!sr(t) || !sr(t.countries))
|
|
8715
|
-
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(sr(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
8718
|
+
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(sr(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + cc(t) + ": " + t, "."));
|
|
8716
8719
|
}
|
|
8717
8720
|
var sr = function(t) {
|
|
8718
8721
|
return yi(t) === "object";
|
|
8719
|
-
},
|
|
8722
|
+
}, cc = function(t) {
|
|
8720
8723
|
return yi(t);
|
|
8721
8724
|
};
|
|
8722
8725
|
function Ar(t, n) {
|
|
@@ -8724,34 +8727,34 @@ function Ar(t, n) {
|
|
|
8724
8727
|
return n.country(t).countryCallingCode();
|
|
8725
8728
|
throw new Error("Unknown country: ".concat(t));
|
|
8726
8729
|
}
|
|
8727
|
-
function
|
|
8730
|
+
function fc(t, n) {
|
|
8728
8731
|
return n.countries[t] !== void 0;
|
|
8729
8732
|
}
|
|
8730
8733
|
function Zo(t) {
|
|
8731
8734
|
var n = t.version;
|
|
8732
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n,
|
|
8735
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n, rc) === -1 ? this.v2 = !0 : Zr(n, oc) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8733
8736
|
}
|
|
8734
|
-
var
|
|
8737
|
+
var hc = ";ext=", bn = function(t) {
|
|
8735
8738
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8736
8739
|
};
|
|
8737
8740
|
function Jo(t) {
|
|
8738
|
-
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u =
|
|
8741
|
+
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = hc + bn(n), b = i + c + s + bn(n) + l, v = i + f + s + bn(r) + l, y = h + bn(o) + "#", g = d + a + s + bn(e) + l, m = d + "(?:,)+" + s + bn(r) + l;
|
|
8739
8742
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8740
8743
|
}
|
|
8741
|
-
var
|
|
8742
|
-
"(?:" + Jo() + ")?",
|
|
8744
|
+
var pc = "[" + Qt + "]{" + Sr + "}", gc = "[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", mc = new RegExp("^[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), vc = gc + // Phone number extensions
|
|
8745
|
+
"(?:" + Jo() + ")?", yc = new RegExp(
|
|
8743
8746
|
// Either a short two-digit-only phone number
|
|
8744
|
-
"^" +
|
|
8747
|
+
"^" + pc + "$|^" + vc + "$",
|
|
8745
8748
|
"i"
|
|
8746
8749
|
);
|
|
8747
8750
|
function Xo(t) {
|
|
8748
|
-
return t.length >= Sr &&
|
|
8751
|
+
return t.length >= Sr && yc.test(t);
|
|
8749
8752
|
}
|
|
8750
|
-
function
|
|
8751
|
-
return
|
|
8753
|
+
function bc(t) {
|
|
8754
|
+
return mc.test(t);
|
|
8752
8755
|
}
|
|
8753
8756
|
var to = new RegExp("(?:" + Jo() + ")$", "i");
|
|
8754
|
-
function
|
|
8757
|
+
function _c(t) {
|
|
8755
8758
|
var n = t.search(to);
|
|
8756
8759
|
if (n < 0)
|
|
8757
8760
|
return {};
|
|
@@ -8764,7 +8767,7 @@ function bc(t) {
|
|
|
8764
8767
|
o++;
|
|
8765
8768
|
}
|
|
8766
8769
|
}
|
|
8767
|
-
var
|
|
8770
|
+
var $c = {
|
|
8768
8771
|
0: "0",
|
|
8769
8772
|
1: "1",
|
|
8770
8773
|
2: "2",
|
|
@@ -8836,14 +8839,14 @@ var _c = {
|
|
|
8836
8839
|
"۹": "9"
|
|
8837
8840
|
// Eastern-Arabic digit 9
|
|
8838
8841
|
};
|
|
8839
|
-
function
|
|
8840
|
-
return
|
|
8842
|
+
function wc(t) {
|
|
8843
|
+
return $c[t];
|
|
8841
8844
|
}
|
|
8842
|
-
function
|
|
8845
|
+
function Oc(t, n) {
|
|
8843
8846
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8844
8847
|
if (e)
|
|
8845
8848
|
return (e = e.call(t)).next.bind(e);
|
|
8846
|
-
if (Array.isArray(t) || (e =
|
|
8849
|
+
if (Array.isArray(t) || (e = kc(t)) || n && t && typeof t.length == "number") {
|
|
8847
8850
|
e && (t = e);
|
|
8848
8851
|
var r = 0;
|
|
8849
8852
|
return function() {
|
|
@@ -8853,7 +8856,7 @@ function wc(t, n) {
|
|
|
8853
8856
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8854
8857
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8855
8858
|
}
|
|
8856
|
-
function
|
|
8859
|
+
function kc(t, n) {
|
|
8857
8860
|
if (t) {
|
|
8858
8861
|
if (typeof t == "string")
|
|
8859
8862
|
return no(t, n);
|
|
@@ -8871,20 +8874,20 @@ function no(t, n) {
|
|
|
8871
8874
|
return r;
|
|
8872
8875
|
}
|
|
8873
8876
|
function io(t) {
|
|
8874
|
-
for (var n = "", e =
|
|
8877
|
+
for (var n = "", e = Oc(t.split("")), r; !(r = e()).done; ) {
|
|
8875
8878
|
var o = r.value;
|
|
8876
|
-
n +=
|
|
8879
|
+
n += Cc(o, n) || "";
|
|
8877
8880
|
}
|
|
8878
8881
|
return n;
|
|
8879
8882
|
}
|
|
8880
|
-
function kc(t, n) {
|
|
8881
|
-
return t === "+" ? n ? void 0 : "+" : $c(t);
|
|
8882
|
-
}
|
|
8883
8883
|
function Cc(t, n) {
|
|
8884
|
+
return t === "+" ? n ? void 0 : "+" : wc(t);
|
|
8885
|
+
}
|
|
8886
|
+
function Ec(t, n) {
|
|
8884
8887
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8885
8888
|
if (e)
|
|
8886
8889
|
return (e = e.call(t)).next.bind(e);
|
|
8887
|
-
if (Array.isArray(t) || (e =
|
|
8890
|
+
if (Array.isArray(t) || (e = Tc(t)) || n && t && typeof t.length == "number") {
|
|
8888
8891
|
e && (t = e);
|
|
8889
8892
|
var r = 0;
|
|
8890
8893
|
return function() {
|
|
@@ -8894,7 +8897,7 @@ function Cc(t, n) {
|
|
|
8894
8897
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8895
8898
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8896
8899
|
}
|
|
8897
|
-
function
|
|
8900
|
+
function Tc(t, n) {
|
|
8898
8901
|
if (t) {
|
|
8899
8902
|
if (typeof t == "string")
|
|
8900
8903
|
return ro(t, n);
|
|
@@ -8911,8 +8914,8 @@ function ro(t, n) {
|
|
|
8911
8914
|
r[e] = t[e];
|
|
8912
8915
|
return r;
|
|
8913
8916
|
}
|
|
8914
|
-
function
|
|
8915
|
-
for (var e = t.slice(), r =
|
|
8917
|
+
function Sc(t, n) {
|
|
8918
|
+
for (var e = t.slice(), r = Ec(n), o; !(o = r()).done; ) {
|
|
8916
8919
|
var i = o.value;
|
|
8917
8920
|
t.indexOf(i) < 0 && e.push(i);
|
|
8918
8921
|
}
|
|
@@ -8931,13 +8934,13 @@ function Qo(t, n, e) {
|
|
|
8931
8934
|
if (!e.type("FIXED_LINE"))
|
|
8932
8935
|
return Qo(t, "MOBILE", e);
|
|
8933
8936
|
var i = e.type("MOBILE");
|
|
8934
|
-
i && (o =
|
|
8937
|
+
i && (o = Sc(o, i.possibleLengths()));
|
|
8935
8938
|
} else if (n && !r)
|
|
8936
8939
|
return "INVALID_LENGTH";
|
|
8937
8940
|
var s = t.length, l = o[0];
|
|
8938
8941
|
return l === s ? "IS_POSSIBLE" : l > s ? "TOO_SHORT" : o[o.length - 1] < s ? "TOO_LONG" : o.indexOf(s, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8939
8942
|
}
|
|
8940
|
-
function
|
|
8943
|
+
function xc(t, n, e) {
|
|
8941
8944
|
if (n === void 0 && (n = {}), e = new Ct(e), n.v2) {
|
|
8942
8945
|
if (!t.countryCallingCode)
|
|
8943
8946
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8969,14 +8972,14 @@ function ea(t, n) {
|
|
|
8969
8972
|
return !1;
|
|
8970
8973
|
}
|
|
8971
8974
|
}
|
|
8972
|
-
function
|
|
8973
|
-
return
|
|
8975
|
+
function Ac(t, n) {
|
|
8976
|
+
return Pc(t) || Ic(t, n) || ta(t, n) || Nc();
|
|
8974
8977
|
}
|
|
8975
|
-
function
|
|
8978
|
+
function Nc() {
|
|
8976
8979
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8977
8980
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8978
8981
|
}
|
|
8979
|
-
function
|
|
8982
|
+
function Ic(t, n) {
|
|
8980
8983
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8981
8984
|
if (e != null) {
|
|
8982
8985
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -8996,11 +8999,11 @@ function Nc(t, n) {
|
|
|
8996
8999
|
return r;
|
|
8997
9000
|
}
|
|
8998
9001
|
}
|
|
8999
|
-
function
|
|
9002
|
+
function Pc(t) {
|
|
9000
9003
|
if (Array.isArray(t))
|
|
9001
9004
|
return t;
|
|
9002
9005
|
}
|
|
9003
|
-
function
|
|
9006
|
+
function Mc(t, n) {
|
|
9004
9007
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9005
9008
|
if (e)
|
|
9006
9009
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -9031,11 +9034,11 @@ function oo(t, n) {
|
|
|
9031
9034
|
r[e] = t[e];
|
|
9032
9035
|
return r;
|
|
9033
9036
|
}
|
|
9034
|
-
function
|
|
9037
|
+
function Dc(t) {
|
|
9035
9038
|
var n, e;
|
|
9036
9039
|
t = t.replace(/^tel:/, "tel=");
|
|
9037
|
-
for (var r =
|
|
9038
|
-
var i = o.value, s = i.split("="), l =
|
|
9040
|
+
for (var r = Mc(t.split(";")), o; !(o = r()).done; ) {
|
|
9041
|
+
var i = o.value, s = i.split("="), l = Ac(s, 2), c = l[0], f = l[1];
|
|
9039
9042
|
switch (c) {
|
|
9040
9043
|
case "tel":
|
|
9041
9044
|
n = f;
|
|
@@ -9055,7 +9058,7 @@ function Mc(t) {
|
|
|
9055
9058
|
};
|
|
9056
9059
|
return e && (h.ext = e), h;
|
|
9057
9060
|
}
|
|
9058
|
-
function
|
|
9061
|
+
function Lc(t) {
|
|
9059
9062
|
var n = t.number, e = t.ext;
|
|
9060
9063
|
if (!n)
|
|
9061
9064
|
return "";
|
|
@@ -9066,11 +9069,11 @@ function Dc(t) {
|
|
|
9066
9069
|
function Wt(t, n) {
|
|
9067
9070
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
9068
9071
|
}
|
|
9069
|
-
function
|
|
9072
|
+
function Rc(t, n) {
|
|
9070
9073
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9071
9074
|
if (e)
|
|
9072
9075
|
return (e = e.call(t)).next.bind(e);
|
|
9073
|
-
if (Array.isArray(t) || (e =
|
|
9076
|
+
if (Array.isArray(t) || (e = Bc(t)) || n && t && typeof t.length == "number") {
|
|
9074
9077
|
e && (t = e);
|
|
9075
9078
|
var r = 0;
|
|
9076
9079
|
return function() {
|
|
@@ -9080,7 +9083,7 @@ function Lc(t, n) {
|
|
|
9080
9083
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9081
9084
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9082
9085
|
}
|
|
9083
|
-
function
|
|
9086
|
+
function Bc(t, n) {
|
|
9084
9087
|
if (t) {
|
|
9085
9088
|
if (typeof t == "string")
|
|
9086
9089
|
return ao(t, n);
|
|
@@ -9097,7 +9100,7 @@ function ao(t, n) {
|
|
|
9097
9100
|
r[e] = t[e];
|
|
9098
9101
|
return r;
|
|
9099
9102
|
}
|
|
9100
|
-
var
|
|
9103
|
+
var jc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9101
9104
|
function Ir(t, n, e) {
|
|
9102
9105
|
if (n = n || {}, !!t.country) {
|
|
9103
9106
|
e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -9105,7 +9108,7 @@ function Ir(t, n, e) {
|
|
|
9105
9108
|
if (Wt(r, e.nationalNumberPattern())) {
|
|
9106
9109
|
if (ur(r, "FIXED_LINE", e))
|
|
9107
9110
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ur(r, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
9108
|
-
for (var o =
|
|
9111
|
+
for (var o = Rc(jc), i; !(i = o()).done; ) {
|
|
9109
9112
|
var s = i.value;
|
|
9110
9113
|
if (ur(r, s, e))
|
|
9111
9114
|
return s;
|
|
@@ -9116,7 +9119,7 @@ function Ir(t, n, e) {
|
|
|
9116
9119
|
function ur(t, n, e) {
|
|
9117
9120
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Wt(t, n.pattern());
|
|
9118
9121
|
}
|
|
9119
|
-
function
|
|
9122
|
+
function qc(t, n, e) {
|
|
9120
9123
|
if (n = n || {}, e = new Ct(e), !t.country)
|
|
9121
9124
|
return !1;
|
|
9122
9125
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -9124,11 +9127,11 @@ function jc(t, n, e) {
|
|
|
9124
9127
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
9125
9128
|
return Wt(r, e.nationalNumberPattern());
|
|
9126
9129
|
}
|
|
9127
|
-
function
|
|
9130
|
+
function Fc(t) {
|
|
9128
9131
|
return t.replace(new RegExp("[".concat(vi, "]+"), "g"), " ").trim();
|
|
9129
9132
|
}
|
|
9130
|
-
var
|
|
9131
|
-
function
|
|
9133
|
+
var Hc = /(\$\d)/;
|
|
9134
|
+
function Vc(t, n, e) {
|
|
9132
9135
|
var r = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
9133
9136
|
e.carrierCode, e.metadata;
|
|
9134
9137
|
var i = t.replace(new RegExp(n.pattern()), r ? n.internationalFormat() : (
|
|
@@ -9145,23 +9148,23 @@ function Hc(t, n, e) {
|
|
|
9145
9148
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
9146
9149
|
// : format.format()
|
|
9147
9150
|
// )
|
|
9148
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
9151
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Hc, n.nationalPrefixFormattingRule()) : n.format()
|
|
9149
9152
|
));
|
|
9150
|
-
return r ?
|
|
9153
|
+
return r ? Fc(i) : i;
|
|
9151
9154
|
}
|
|
9152
|
-
var
|
|
9153
|
-
function
|
|
9155
|
+
var Uc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
9156
|
+
function zc(t, n, e) {
|
|
9154
9157
|
var r = new Ct(e);
|
|
9155
9158
|
if (r.selectNumberingPlan(t, n), r.defaultIDDPrefix())
|
|
9156
9159
|
return r.defaultIDDPrefix();
|
|
9157
|
-
if (
|
|
9160
|
+
if (Uc.test(r.IDDPrefix()))
|
|
9158
9161
|
return r.IDDPrefix();
|
|
9159
9162
|
}
|
|
9160
|
-
function
|
|
9163
|
+
function Kc(t, n) {
|
|
9161
9164
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9162
9165
|
if (e)
|
|
9163
9166
|
return (e = e.call(t)).next.bind(e);
|
|
9164
|
-
if (Array.isArray(t) || (e =
|
|
9167
|
+
if (Array.isArray(t) || (e = Gc(t)) || n && t && typeof t.length == "number") {
|
|
9165
9168
|
e && (t = e);
|
|
9166
9169
|
var r = 0;
|
|
9167
9170
|
return function() {
|
|
@@ -9171,7 +9174,7 @@ function zc(t, n) {
|
|
|
9171
9174
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9172
9175
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9173
9176
|
}
|
|
9174
|
-
function
|
|
9177
|
+
function Gc(t, n) {
|
|
9175
9178
|
if (t) {
|
|
9176
9179
|
if (typeof t == "string")
|
|
9177
9180
|
return lo(t, n);
|
|
@@ -9202,14 +9205,14 @@ function uo(t) {
|
|
|
9202
9205
|
for (var n = 1; n < arguments.length; n++) {
|
|
9203
9206
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9204
9207
|
n % 2 ? so(Object(e), !0).forEach(function(r) {
|
|
9205
|
-
|
|
9208
|
+
Yc(t, r, e[r]);
|
|
9206
9209
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
|
|
9207
9210
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9208
9211
|
});
|
|
9209
9212
|
}
|
|
9210
9213
|
return t;
|
|
9211
9214
|
}
|
|
9212
|
-
function
|
|
9215
|
+
function Yc(t, n, e) {
|
|
9213
9216
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9214
9217
|
}
|
|
9215
9218
|
var co = {
|
|
@@ -9217,7 +9220,7 @@ var co = {
|
|
|
9217
9220
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9218
9221
|
}
|
|
9219
9222
|
};
|
|
9220
|
-
function
|
|
9223
|
+
function Wc(t, n, e, r) {
|
|
9221
9224
|
if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
|
|
9222
9225
|
if (!r.hasCountry(t.country))
|
|
9223
9226
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -9235,30 +9238,30 @@ function Yc(t, n, e, r) {
|
|
|
9235
9238
|
case "E.164":
|
|
9236
9239
|
return "+".concat(o).concat(i);
|
|
9237
9240
|
case "RFC3966":
|
|
9238
|
-
return
|
|
9241
|
+
return Lc({
|
|
9239
9242
|
number: "+".concat(o).concat(i),
|
|
9240
9243
|
ext: t.ext
|
|
9241
9244
|
});
|
|
9242
9245
|
case "IDD":
|
|
9243
9246
|
if (!e.fromCountry)
|
|
9244
9247
|
return;
|
|
9245
|
-
var l =
|
|
9248
|
+
var l = Jc(i, t.carrierCode, o, e.fromCountry, r);
|
|
9246
9249
|
return dr(l, t.ext, r, e.formatExtension);
|
|
9247
9250
|
default:
|
|
9248
9251
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
9249
9252
|
}
|
|
9250
9253
|
}
|
|
9251
9254
|
function bi(t, n, e, r, o) {
|
|
9252
|
-
var i =
|
|
9253
|
-
return i ?
|
|
9255
|
+
var i = Zc(r.formats(), t);
|
|
9256
|
+
return i ? Vc(t, i, {
|
|
9254
9257
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
9255
9258
|
withNationalPrefix: !(i.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
9256
9259
|
carrierCode: n,
|
|
9257
9260
|
metadata: r
|
|
9258
9261
|
}) : t;
|
|
9259
9262
|
}
|
|
9260
|
-
function
|
|
9261
|
-
for (var e =
|
|
9263
|
+
function Zc(t, n) {
|
|
9264
|
+
for (var e = Kc(t), r; !(r = e()).done; ) {
|
|
9262
9265
|
var o = r.value;
|
|
9263
9266
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
9264
9267
|
var i = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -9272,13 +9275,13 @@ function Wc(t, n) {
|
|
|
9272
9275
|
function dr(t, n, e, r) {
|
|
9273
9276
|
return n ? r(t, n, e) : t;
|
|
9274
9277
|
}
|
|
9275
|
-
function
|
|
9278
|
+
function Jc(t, n, e, r, o) {
|
|
9276
9279
|
var i = Ar(r, o.metadata);
|
|
9277
9280
|
if (i === e) {
|
|
9278
9281
|
var s = bi(t, n, "NATIONAL", o);
|
|
9279
9282
|
return e === "1" ? e + " " + s : s;
|
|
9280
9283
|
}
|
|
9281
|
-
var l =
|
|
9284
|
+
var l = zc(r, void 0, o.metadata);
|
|
9282
9285
|
if (l)
|
|
9283
9286
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9284
9287
|
}
|
|
@@ -9296,17 +9299,17 @@ function ho(t) {
|
|
|
9296
9299
|
for (var n = 1; n < arguments.length; n++) {
|
|
9297
9300
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9298
9301
|
n % 2 ? fo(Object(e), !0).forEach(function(r) {
|
|
9299
|
-
|
|
9302
|
+
Xc(t, r, e[r]);
|
|
9300
9303
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
|
|
9301
9304
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9302
9305
|
});
|
|
9303
9306
|
}
|
|
9304
9307
|
return t;
|
|
9305
9308
|
}
|
|
9306
|
-
function
|
|
9309
|
+
function Xc(t, n, e) {
|
|
9307
9310
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9308
9311
|
}
|
|
9309
|
-
function
|
|
9312
|
+
function Qc(t, n) {
|
|
9310
9313
|
if (!(t instanceof n))
|
|
9311
9314
|
throw new TypeError("Cannot call a class as a function");
|
|
9312
9315
|
}
|
|
@@ -9316,21 +9319,21 @@ function po(t, n) {
|
|
|
9316
9319
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9317
9320
|
}
|
|
9318
9321
|
}
|
|
9319
|
-
function
|
|
9322
|
+
function ef(t, n, e) {
|
|
9320
9323
|
return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9321
9324
|
}
|
|
9322
|
-
var
|
|
9325
|
+
var tf = /* @__PURE__ */ function() {
|
|
9323
9326
|
function t(n, e, r) {
|
|
9324
|
-
if (
|
|
9327
|
+
if (Qc(this, t), !n)
|
|
9325
9328
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9326
9329
|
if (!e)
|
|
9327
9330
|
throw new TypeError("`nationalNumber` not passed");
|
|
9328
9331
|
if (!r)
|
|
9329
9332
|
throw new TypeError("`metadata` not passed");
|
|
9330
9333
|
var o = new Ct(r);
|
|
9331
|
-
|
|
9334
|
+
nf(n) && (this.country = n, o.country(n), n = o.countryCallingCode()), this.countryCallingCode = n, this.nationalNumber = e, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.metadata = r;
|
|
9332
9335
|
}
|
|
9333
|
-
return
|
|
9336
|
+
return ef(t, [{
|
|
9334
9337
|
key: "setExt",
|
|
9335
9338
|
value: function(n) {
|
|
9336
9339
|
this.ext = n;
|
|
@@ -9338,14 +9341,14 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9338
9341
|
}, {
|
|
9339
9342
|
key: "isPossible",
|
|
9340
9343
|
value: function() {
|
|
9341
|
-
return
|
|
9344
|
+
return xc(this, {
|
|
9342
9345
|
v2: !0
|
|
9343
9346
|
}, this.metadata);
|
|
9344
9347
|
}
|
|
9345
9348
|
}, {
|
|
9346
9349
|
key: "isValid",
|
|
9347
9350
|
value: function() {
|
|
9348
|
-
return
|
|
9351
|
+
return qc(this, {
|
|
9349
9352
|
v2: !0
|
|
9350
9353
|
}, this.metadata);
|
|
9351
9354
|
}
|
|
@@ -9375,7 +9378,7 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9375
9378
|
}, {
|
|
9376
9379
|
key: "format",
|
|
9377
9380
|
value: function(n, e) {
|
|
9378
|
-
return
|
|
9381
|
+
return Wc(this, n, e ? ho(ho({}, e), {}, {
|
|
9379
9382
|
v2: !0
|
|
9380
9383
|
}) : {
|
|
9381
9384
|
v2: !0
|
|
@@ -9397,23 +9400,23 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9397
9400
|
return this.format("RFC3966", n);
|
|
9398
9401
|
}
|
|
9399
9402
|
}]), t;
|
|
9400
|
-
}(),
|
|
9403
|
+
}(), nf = function(t) {
|
|
9401
9404
|
return /^[A-Z]{2}$/.test(t);
|
|
9402
|
-
},
|
|
9403
|
-
function
|
|
9405
|
+
}, rf = new RegExp("([" + Qt + "])");
|
|
9406
|
+
function of(t, n, e, r) {
|
|
9404
9407
|
if (n) {
|
|
9405
9408
|
var o = new Ct(r);
|
|
9406
9409
|
o.selectNumberingPlan(n, e);
|
|
9407
9410
|
var i = new RegExp(o.IDDPrefix());
|
|
9408
9411
|
if (t.search(i) === 0) {
|
|
9409
9412
|
t = t.slice(t.match(i)[0].length);
|
|
9410
|
-
var s = t.match(
|
|
9413
|
+
var s = t.match(rf);
|
|
9411
9414
|
if (!(s && s[1] != null && s[1].length > 0 && s[1] === "0"))
|
|
9412
9415
|
return t;
|
|
9413
9416
|
}
|
|
9414
9417
|
}
|
|
9415
9418
|
}
|
|
9416
|
-
function
|
|
9419
|
+
function af(t, n) {
|
|
9417
9420
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9418
9421
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), r = e.exec(t);
|
|
9419
9422
|
if (r) {
|
|
@@ -9442,13 +9445,13 @@ function of(t, n) {
|
|
|
9442
9445
|
};
|
|
9443
9446
|
}
|
|
9444
9447
|
function yr(t, n) {
|
|
9445
|
-
var e =
|
|
9448
|
+
var e = af(t, n), r = e.carrierCode, o = e.nationalNumber;
|
|
9446
9449
|
if (o !== t) {
|
|
9447
|
-
if (!
|
|
9450
|
+
if (!lf(t, o, n))
|
|
9448
9451
|
return {
|
|
9449
9452
|
nationalNumber: t
|
|
9450
9453
|
};
|
|
9451
|
-
if (n.possibleLengths() && !
|
|
9454
|
+
if (n.possibleLengths() && !sf(o, n))
|
|
9452
9455
|
return {
|
|
9453
9456
|
nationalNumber: t
|
|
9454
9457
|
};
|
|
@@ -9458,10 +9461,10 @@ function yr(t, n) {
|
|
|
9458
9461
|
carrierCode: r
|
|
9459
9462
|
};
|
|
9460
9463
|
}
|
|
9461
|
-
function
|
|
9464
|
+
function lf(t, n, e) {
|
|
9462
9465
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9463
9466
|
}
|
|
9464
|
-
function
|
|
9467
|
+
function sf(t, n) {
|
|
9465
9468
|
switch (Nr(t, n)) {
|
|
9466
9469
|
case "TOO_SHORT":
|
|
9467
9470
|
case "INVALID_LENGTH":
|
|
@@ -9470,7 +9473,7 @@ function lf(t, n) {
|
|
|
9470
9473
|
return !0;
|
|
9471
9474
|
}
|
|
9472
9475
|
}
|
|
9473
|
-
function
|
|
9476
|
+
function uf(t, n, e, r) {
|
|
9474
9477
|
var o = n ? Ar(n, r) : e;
|
|
9475
9478
|
if (t.indexOf(o) === 0) {
|
|
9476
9479
|
r = new Ct(r), r.selectNumberingPlan(n, e);
|
|
@@ -9485,16 +9488,16 @@ function sf(t, n, e, r) {
|
|
|
9485
9488
|
number: t
|
|
9486
9489
|
};
|
|
9487
9490
|
}
|
|
9488
|
-
function
|
|
9491
|
+
function df(t, n, e, r) {
|
|
9489
9492
|
if (!t)
|
|
9490
9493
|
return {};
|
|
9491
9494
|
if (t[0] !== "+") {
|
|
9492
|
-
var o =
|
|
9495
|
+
var o = of(t, n, e, r);
|
|
9493
9496
|
if (o && o !== t)
|
|
9494
9497
|
t = "+" + o;
|
|
9495
9498
|
else {
|
|
9496
9499
|
if (n || e) {
|
|
9497
|
-
var i =
|
|
9500
|
+
var i = uf(t, n, e, r), s = i.countryCallingCode, l = i.number;
|
|
9498
9501
|
if (s)
|
|
9499
9502
|
return {
|
|
9500
9503
|
countryCallingCode: s,
|
|
@@ -9509,7 +9512,7 @@ function uf(t, n, e, r) {
|
|
|
9509
9512
|
if (t[1] === "0")
|
|
9510
9513
|
return {};
|
|
9511
9514
|
r = new Ct(r);
|
|
9512
|
-
for (var c = 2; c - 1 <=
|
|
9515
|
+
for (var c = 2; c - 1 <= Jd && c <= t.length; ) {
|
|
9513
9516
|
var f = t.slice(1, c);
|
|
9514
9517
|
if (r.hasCallingCode(f))
|
|
9515
9518
|
return r.selectNumberingPlan(f), {
|
|
@@ -9520,11 +9523,11 @@ function uf(t, n, e, r) {
|
|
|
9520
9523
|
}
|
|
9521
9524
|
return {};
|
|
9522
9525
|
}
|
|
9523
|
-
function
|
|
9526
|
+
function cf(t, n) {
|
|
9524
9527
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9525
9528
|
if (e)
|
|
9526
9529
|
return (e = e.call(t)).next.bind(e);
|
|
9527
|
-
if (Array.isArray(t) || (e =
|
|
9530
|
+
if (Array.isArray(t) || (e = ff(t)) || n && t && typeof t.length == "number") {
|
|
9528
9531
|
e && (t = e);
|
|
9529
9532
|
var r = 0;
|
|
9530
9533
|
return function() {
|
|
@@ -9534,7 +9537,7 @@ function df(t, n) {
|
|
|
9534
9537
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9535
9538
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9536
9539
|
}
|
|
9537
|
-
function
|
|
9540
|
+
function ff(t, n) {
|
|
9538
9541
|
if (t) {
|
|
9539
9542
|
if (typeof t == "string")
|
|
9540
9543
|
return go(t, n);
|
|
@@ -9551,14 +9554,14 @@ function go(t, n) {
|
|
|
9551
9554
|
r[e] = t[e];
|
|
9552
9555
|
return r;
|
|
9553
9556
|
}
|
|
9554
|
-
function
|
|
9557
|
+
function hf(t, n, e) {
|
|
9555
9558
|
var r = e.getCountryCodesForCallingCode(t);
|
|
9556
9559
|
if (r)
|
|
9557
|
-
return r.length === 1 ? r[0] :
|
|
9560
|
+
return r.length === 1 ? r[0] : pf(r, n, e.metadata);
|
|
9558
9561
|
}
|
|
9559
|
-
function
|
|
9562
|
+
function pf(t, n, e) {
|
|
9560
9563
|
e = new Ct(e);
|
|
9561
|
-
for (var r =
|
|
9564
|
+
for (var r = cf(t), o; !(o = r()).done; ) {
|
|
9562
9565
|
var i = o.value;
|
|
9563
9566
|
if (e.country(i), e.leadingDigits()) {
|
|
9564
9567
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9570,17 +9573,17 @@ function hf(t, n, e) {
|
|
|
9570
9573
|
return i;
|
|
9571
9574
|
}
|
|
9572
9575
|
}
|
|
9573
|
-
var
|
|
9574
|
-
function
|
|
9576
|
+
var gf = 250, mf = new RegExp("[" + xr + Qt + "]"), vf = new RegExp("[^" + Qt + "#]+$");
|
|
9577
|
+
function yf(t, n, e) {
|
|
9575
9578
|
if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9576
9579
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9577
|
-
var r =
|
|
9580
|
+
var r = _f(t, n.v2, n.extract), o = r.number, i = r.ext, s = r.error;
|
|
9578
9581
|
if (!o) {
|
|
9579
9582
|
if (n.v2)
|
|
9580
9583
|
throw s === "TOO_SHORT" ? new Xt("TOO_SHORT") : new Xt("NOT_A_NUMBER");
|
|
9581
9584
|
return {};
|
|
9582
9585
|
}
|
|
9583
|
-
var l =
|
|
9586
|
+
var l = wf(o, n.defaultCountry, n.defaultCallingCode, e), c = l.country, f = l.nationalNumber, h = l.countryCallingCode, d = l.carrierCode;
|
|
9584
9587
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9585
9588
|
if (n.v2)
|
|
9586
9589
|
throw new Xt("INVALID_COUNTRY");
|
|
@@ -9591,13 +9594,13 @@ function vf(t, n, e) {
|
|
|
9591
9594
|
throw new Xt("TOO_SHORT");
|
|
9592
9595
|
return {};
|
|
9593
9596
|
}
|
|
9594
|
-
if (f.length >
|
|
9597
|
+
if (f.length > Zd) {
|
|
9595
9598
|
if (n.v2)
|
|
9596
9599
|
throw new Xt("TOO_LONG");
|
|
9597
9600
|
return {};
|
|
9598
9601
|
}
|
|
9599
9602
|
if (n.v2) {
|
|
9600
|
-
var a = new
|
|
9603
|
+
var a = new tf(h, f, e.metadata);
|
|
9601
9604
|
return c && (a.country = c), d && (a.carrierCode = d), i && (a.ext = i), a;
|
|
9602
9605
|
}
|
|
9603
9606
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : c) ? Wt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9609,46 +9612,46 @@ function vf(t, n, e) {
|
|
|
9609
9612
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && ea(f, e)),
|
|
9610
9613
|
phone: f,
|
|
9611
9614
|
ext: i
|
|
9612
|
-
} : u ?
|
|
9615
|
+
} : u ? $f(c, f, i) : {};
|
|
9613
9616
|
}
|
|
9614
|
-
function
|
|
9617
|
+
function bf(t, n, e) {
|
|
9615
9618
|
if (t) {
|
|
9616
|
-
if (t.length >
|
|
9619
|
+
if (t.length > gf) {
|
|
9617
9620
|
if (e)
|
|
9618
9621
|
throw new Xt("TOO_LONG");
|
|
9619
9622
|
return;
|
|
9620
9623
|
}
|
|
9621
9624
|
if (n === !1)
|
|
9622
9625
|
return t;
|
|
9623
|
-
var r = t.search(
|
|
9626
|
+
var r = t.search(mf);
|
|
9624
9627
|
if (!(r < 0))
|
|
9625
|
-
return t.slice(r).replace(
|
|
9628
|
+
return t.slice(r).replace(vf, "");
|
|
9626
9629
|
}
|
|
9627
9630
|
}
|
|
9628
|
-
function
|
|
9631
|
+
function _f(t, n, e) {
|
|
9629
9632
|
if (t && t.indexOf("tel:") === 0)
|
|
9630
|
-
return
|
|
9631
|
-
var r =
|
|
9633
|
+
return Dc(t);
|
|
9634
|
+
var r = bf(t, e, n);
|
|
9632
9635
|
if (!r)
|
|
9633
9636
|
return {};
|
|
9634
9637
|
if (!Xo(r))
|
|
9635
|
-
return
|
|
9638
|
+
return bc(r) ? {
|
|
9636
9639
|
error: "TOO_SHORT"
|
|
9637
9640
|
} : {};
|
|
9638
|
-
var o =
|
|
9641
|
+
var o = _c(r);
|
|
9639
9642
|
return o.ext ? o : {
|
|
9640
9643
|
number: r
|
|
9641
9644
|
};
|
|
9642
9645
|
}
|
|
9643
|
-
function
|
|
9646
|
+
function $f(t, n, e) {
|
|
9644
9647
|
var r = {
|
|
9645
9648
|
country: t,
|
|
9646
9649
|
phone: n
|
|
9647
9650
|
};
|
|
9648
9651
|
return e && (r.ext = e), r;
|
|
9649
9652
|
}
|
|
9650
|
-
function
|
|
9651
|
-
var o =
|
|
9653
|
+
function wf(t, n, e, r) {
|
|
9654
|
+
var o = df(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9652
9655
|
if (i)
|
|
9653
9656
|
r.selectNumberingPlan(i);
|
|
9654
9657
|
else if (s && (n || e))
|
|
@@ -9659,7 +9662,7 @@ function $f(t, n, e, r) {
|
|
|
9659
9662
|
return {
|
|
9660
9663
|
countryCallingCode: i
|
|
9661
9664
|
};
|
|
9662
|
-
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d =
|
|
9665
|
+
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = hf(i, f, r);
|
|
9663
9666
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9664
9667
|
country: l,
|
|
9665
9668
|
countryCallingCode: i,
|
|
@@ -9681,18 +9684,18 @@ function vo(t) {
|
|
|
9681
9684
|
for (var n = 1; n < arguments.length; n++) {
|
|
9682
9685
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9683
9686
|
n % 2 ? mo(Object(e), !0).forEach(function(r) {
|
|
9684
|
-
|
|
9687
|
+
Of(t, r, e[r]);
|
|
9685
9688
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
|
|
9686
9689
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9687
9690
|
});
|
|
9688
9691
|
}
|
|
9689
9692
|
return t;
|
|
9690
9693
|
}
|
|
9691
|
-
function
|
|
9694
|
+
function Of(t, n, e) {
|
|
9692
9695
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9693
9696
|
}
|
|
9694
|
-
function
|
|
9695
|
-
return
|
|
9697
|
+
function kf(t, n, e) {
|
|
9698
|
+
return yf(t, vo(vo({}, n), {}, {
|
|
9696
9699
|
v2: !0
|
|
9697
9700
|
}), e);
|
|
9698
9701
|
}
|
|
@@ -9713,28 +9716,28 @@ function yo(t, n) {
|
|
|
9713
9716
|
}
|
|
9714
9717
|
return e;
|
|
9715
9718
|
}
|
|
9716
|
-
function
|
|
9719
|
+
function Cf(t) {
|
|
9717
9720
|
for (var n = 1; n < arguments.length; n++) {
|
|
9718
9721
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9719
9722
|
n % 2 ? yo(Object(e), !0).forEach(function(r) {
|
|
9720
|
-
|
|
9723
|
+
Ef(t, r, e[r]);
|
|
9721
9724
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
|
|
9722
9725
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9723
9726
|
});
|
|
9724
9727
|
}
|
|
9725
9728
|
return t;
|
|
9726
9729
|
}
|
|
9727
|
-
function
|
|
9730
|
+
function Ef(t, n, e) {
|
|
9728
9731
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9729
9732
|
}
|
|
9730
|
-
function
|
|
9731
|
-
return
|
|
9733
|
+
function Tf(t, n) {
|
|
9734
|
+
return Nf(t) || Af(t, n) || xf(t, n) || Sf();
|
|
9732
9735
|
}
|
|
9733
|
-
function
|
|
9736
|
+
function Sf() {
|
|
9734
9737
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9735
9738
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9736
9739
|
}
|
|
9737
|
-
function
|
|
9740
|
+
function xf(t, n) {
|
|
9738
9741
|
if (t) {
|
|
9739
9742
|
if (typeof t == "string")
|
|
9740
9743
|
return bo(t, n);
|
|
@@ -9751,7 +9754,7 @@ function bo(t, n) {
|
|
|
9751
9754
|
r[e] = t[e];
|
|
9752
9755
|
return r;
|
|
9753
9756
|
}
|
|
9754
|
-
function
|
|
9757
|
+
function Af(t, n) {
|
|
9755
9758
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9756
9759
|
if (e != null) {
|
|
9757
9760
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -9771,21 +9774,21 @@ function xf(t, n) {
|
|
|
9771
9774
|
return r;
|
|
9772
9775
|
}
|
|
9773
9776
|
}
|
|
9774
|
-
function
|
|
9777
|
+
function Nf(t) {
|
|
9775
9778
|
if (Array.isArray(t))
|
|
9776
9779
|
return t;
|
|
9777
9780
|
}
|
|
9778
|
-
function
|
|
9779
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9781
|
+
function If(t) {
|
|
9782
|
+
var n = Array.prototype.slice.call(t), e = Tf(n, 4), r = e[0], o = e[1], i = e[2], s = e[3], l, c, f;
|
|
9780
9783
|
if (typeof r == "string")
|
|
9781
9784
|
l = r;
|
|
9782
9785
|
else
|
|
9783
9786
|
throw new TypeError("A text for parsing must be a string.");
|
|
9784
9787
|
if (!o || typeof o == "string")
|
|
9785
|
-
s ? (c = i, f = s) : (c = void 0, f = i), o && (c =
|
|
9788
|
+
s ? (c = i, f = s) : (c = void 0, f = i), o && (c = Cf({
|
|
9786
9789
|
defaultCountry: o
|
|
9787
9790
|
}, c));
|
|
9788
|
-
else if (
|
|
9791
|
+
else if (Pf(o))
|
|
9789
9792
|
i ? (c = o, f = i) : f = o;
|
|
9790
9793
|
else
|
|
9791
9794
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9795,7 +9798,7 @@ function Nf(t) {
|
|
|
9795
9798
|
metadata: f
|
|
9796
9799
|
};
|
|
9797
9800
|
}
|
|
9798
|
-
var
|
|
9801
|
+
var Pf = function(t) {
|
|
9799
9802
|
return br(t) === "object";
|
|
9800
9803
|
};
|
|
9801
9804
|
function _o(t, n) {
|
|
@@ -9812,35 +9815,35 @@ function $o(t) {
|
|
|
9812
9815
|
for (var n = 1; n < arguments.length; n++) {
|
|
9813
9816
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9814
9817
|
n % 2 ? _o(Object(e), !0).forEach(function(r) {
|
|
9815
|
-
|
|
9818
|
+
Mf(t, r, e[r]);
|
|
9816
9819
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
|
|
9817
9820
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9818
9821
|
});
|
|
9819
9822
|
}
|
|
9820
9823
|
return t;
|
|
9821
9824
|
}
|
|
9822
|
-
function
|
|
9825
|
+
function Mf(t, n, e) {
|
|
9823
9826
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9824
9827
|
}
|
|
9825
|
-
function
|
|
9826
|
-
n && n.defaultCountry && !
|
|
9828
|
+
function Df(t, n, e) {
|
|
9829
|
+
n && n.defaultCountry && !fc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
|
|
9827
9830
|
defaultCountry: void 0
|
|
9828
9831
|
}));
|
|
9829
9832
|
try {
|
|
9830
|
-
return
|
|
9833
|
+
return kf(t, n, e);
|
|
9831
9834
|
} catch (r) {
|
|
9832
9835
|
if (!(r instanceof Xt))
|
|
9833
9836
|
throw r;
|
|
9834
9837
|
}
|
|
9835
9838
|
}
|
|
9836
|
-
function
|
|
9837
|
-
var t =
|
|
9838
|
-
return
|
|
9839
|
+
function Lf() {
|
|
9840
|
+
var t = If(arguments), n = t.text, e = t.options, r = t.metadata;
|
|
9841
|
+
return Df(n, e, r);
|
|
9839
9842
|
}
|
|
9840
9843
|
function cr() {
|
|
9841
|
-
return
|
|
9844
|
+
return Vd(Lf, arguments);
|
|
9842
9845
|
}
|
|
9843
|
-
const
|
|
9846
|
+
const Rf = {
|
|
9844
9847
|
beforeMount(t, n, e) {
|
|
9845
9848
|
if (typeof n.value != "function") {
|
|
9846
9849
|
const r = e.context.name;
|
|
@@ -9854,7 +9857,7 @@ const Lf = {
|
|
|
9854
9857
|
unmounted(t) {
|
|
9855
9858
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9856
9859
|
}
|
|
9857
|
-
},
|
|
9860
|
+
}, Bf = (t, n) => {
|
|
9858
9861
|
const e = t.__vccOpts || t;
|
|
9859
9862
|
for (const [r, o] of n)
|
|
9860
9863
|
e[r] = o;
|
|
@@ -9864,10 +9867,10 @@ function vt(t) {
|
|
|
9864
9867
|
const n = Yr.options[t];
|
|
9865
9868
|
return typeof n > "u" ? Yr.options[t] : n;
|
|
9866
9869
|
}
|
|
9867
|
-
const
|
|
9870
|
+
const jf = {
|
|
9868
9871
|
name: "VueTelInput",
|
|
9869
9872
|
directives: {
|
|
9870
|
-
clickOutside:
|
|
9873
|
+
clickOutside: Rf
|
|
9871
9874
|
},
|
|
9872
9875
|
props: {
|
|
9873
9876
|
modelValue: {
|
|
@@ -10053,7 +10056,7 @@ const Bf = {
|
|
|
10053
10056
|
}
|
|
10054
10057
|
}
|
|
10055
10058
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
10056
|
-
this.autoDefaultCountry ?
|
|
10059
|
+
this.autoDefaultCountry ? Bd().then((r) => {
|
|
10057
10060
|
this.choose(r || this.activeCountryCode);
|
|
10058
10061
|
}).catch((r) => {
|
|
10059
10062
|
console.warn(r), this.choose(e);
|
|
@@ -10128,7 +10131,7 @@ const Bf = {
|
|
|
10128
10131
|
this.$emit("blur");
|
|
10129
10132
|
},
|
|
10130
10133
|
onFocus() {
|
|
10131
|
-
|
|
10134
|
+
jd(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
10132
10135
|
},
|
|
10133
10136
|
onEnter() {
|
|
10134
10137
|
this.$emit("enter");
|
|
@@ -10175,11 +10178,11 @@ const Bf = {
|
|
|
10175
10178
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
10176
10179
|
}
|
|
10177
10180
|
}
|
|
10178
|
-
},
|
|
10181
|
+
}, qf = ["aria-expanded", "tabindex"], Ff = { class: "vti__selection" }, Hf = {
|
|
10179
10182
|
key: 1,
|
|
10180
10183
|
class: "vti__country-code"
|
|
10181
|
-
},
|
|
10182
|
-
function
|
|
10184
|
+
}, Vf = { class: "vti__dropdown-arrow" }, Uf = ["placeholder"], zf = ["onClick", "onMousemove", "aria-selected"], Kf = { key: 1 }, Gf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
10185
|
+
function Yf(t, n, e, r, o, i) {
|
|
10183
10186
|
const s = On("click-outside");
|
|
10184
10187
|
return G(), ne("div", {
|
|
10185
10188
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -10199,14 +10202,14 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10199
10202
|
],
|
|
10200
10203
|
onClick: n[3] || (n[3] = (...l) => i.toggleDropdown && i.toggleDropdown(...l))
|
|
10201
10204
|
}, [
|
|
10202
|
-
ae("span",
|
|
10205
|
+
ae("span", Ff, [
|
|
10203
10206
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10204
10207
|
key: 0,
|
|
10205
10208
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10206
10209
|
}, null, 2)) : he("", !0),
|
|
10207
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
10210
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Hf, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
|
|
10208
10211
|
Ee(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10209
|
-
ae("span",
|
|
10212
|
+
ae("span", Vf, $e(o.open ? "▲" : "▼"), 1)
|
|
10210
10213
|
])
|
|
10211
10214
|
]),
|
|
10212
10215
|
o.open ? (G(), ne("ul", {
|
|
@@ -10224,7 +10227,7 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10224
10227
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10225
10228
|
onClick: n[1] || (n[1] = Xe(() => {
|
|
10226
10229
|
}, ["stop"]))
|
|
10227
|
-
}, null, 8,
|
|
10230
|
+
}, null, 8, Uf)), [
|
|
10228
10231
|
[Ao, o.searchQuery]
|
|
10229
10232
|
]) : he("", !0),
|
|
10230
10233
|
(G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
@@ -10241,10 +10244,10 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10241
10244
|
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10242
10245
|
}, null, 2)) : he("", !0),
|
|
10243
10246
|
ae("strong", null, $e(l.name), 1),
|
|
10244
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
10245
|
-
], 42,
|
|
10247
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Kf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
10248
|
+
], 42, zf))), 128))
|
|
10246
10249
|
], 2)) : he("", !0)
|
|
10247
|
-
], 42,
|
|
10250
|
+
], 42, qf)), [
|
|
10248
10251
|
[s, i.clickedOutside]
|
|
10249
10252
|
]),
|
|
10250
10253
|
De(ae("input", {
|
|
@@ -10271,14 +10274,14 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10271
10274
|
n[11] || (n[11] = _t((...l) => i.onEnter && i.onEnter(...l), ["enter"])),
|
|
10272
10275
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10273
10276
|
]
|
|
10274
|
-
}, null, 42,
|
|
10277
|
+
}, null, 42, Gf), [
|
|
10275
10278
|
[xo, o.phone]
|
|
10276
10279
|
]),
|
|
10277
10280
|
Ee(t.$slots, "icon-right")
|
|
10278
10281
|
], 2);
|
|
10279
10282
|
}
|
|
10280
|
-
const
|
|
10281
|
-
const
|
|
10283
|
+
const Wf = /* @__PURE__ */ Bf(jf, [["render", Yf]]);
|
|
10284
|
+
const Zf = {
|
|
10282
10285
|
directives: { Outside: kr },
|
|
10283
10286
|
props: {
|
|
10284
10287
|
inputName: {
|
|
@@ -10307,7 +10310,7 @@ const Wf = {
|
|
|
10307
10310
|
}
|
|
10308
10311
|
},
|
|
10309
10312
|
components: {
|
|
10310
|
-
VueTelInput:
|
|
10313
|
+
VueTelInput: Wf,
|
|
10311
10314
|
IbAlert: cn,
|
|
10312
10315
|
IbIcon: Qe
|
|
10313
10316
|
},
|
|
@@ -10333,7 +10336,7 @@ const Wf = {
|
|
|
10333
10336
|
}
|
|
10334
10337
|
}
|
|
10335
10338
|
};
|
|
10336
|
-
function
|
|
10339
|
+
function Jf(t, n, e, r, o, i) {
|
|
10337
10340
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
|
|
10338
10341
|
return G(), ne(tt, null, [
|
|
10339
10342
|
e.errorMessage.length ? (G(), ke(s, {
|
|
@@ -10368,7 +10371,7 @@ function Zf(t, n, e, r, o, i) {
|
|
|
10368
10371
|
])
|
|
10369
10372
|
], 64);
|
|
10370
10373
|
}
|
|
10371
|
-
const
|
|
10374
|
+
const _1 = /* @__PURE__ */ Ae(Zf, [["render", Jf]]);
|
|
10372
10375
|
var na = { exports: {} };
|
|
10373
10376
|
/*!
|
|
10374
10377
|
* Quill Editor v1.3.7
|
|
@@ -17761,14 +17764,14 @@ var na = { exports: {} };
|
|
|
17761
17764
|
);
|
|
17762
17765
|
});
|
|
17763
17766
|
})(na);
|
|
17764
|
-
var
|
|
17765
|
-
const qt = /* @__PURE__ */ Ei(
|
|
17767
|
+
var Xf = na.exports;
|
|
17768
|
+
const qt = /* @__PURE__ */ Ei(Xf);
|
|
17766
17769
|
var jt = -1, xt = 1, $t = 0;
|
|
17767
17770
|
function Yn(t, n, e, r) {
|
|
17768
17771
|
if (t === n)
|
|
17769
17772
|
return t ? [[$t, t]] : [];
|
|
17770
17773
|
if (e != null) {
|
|
17771
|
-
var o =
|
|
17774
|
+
var o = ih(t, n, e);
|
|
17772
17775
|
if (o)
|
|
17773
17776
|
return o;
|
|
17774
17777
|
}
|
|
@@ -17776,10 +17779,10 @@ function Yn(t, n, e, r) {
|
|
|
17776
17779
|
t = t.substring(i), n = n.substring(i), i = Mr(t, n);
|
|
17777
17780
|
var l = t.substring(t.length - i);
|
|
17778
17781
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17779
|
-
var c =
|
|
17782
|
+
var c = Qf(t, n);
|
|
17780
17783
|
return s && c.unshift([$t, s]), l && c.push([$t, l]), ia(c, r), c;
|
|
17781
17784
|
}
|
|
17782
|
-
function
|
|
17785
|
+
function Qf(t, n) {
|
|
17783
17786
|
var e;
|
|
17784
17787
|
if (!t)
|
|
17785
17788
|
return [[xt, n]];
|
|
@@ -17794,14 +17797,14 @@ function Xf(t, n) {
|
|
|
17794
17797
|
], t.length > n.length && (e[0][0] = e[2][0] = jt), e;
|
|
17795
17798
|
if (o.length === 1)
|
|
17796
17799
|
return [[jt, t], [xt, n]];
|
|
17797
|
-
var s =
|
|
17800
|
+
var s = th(t, n);
|
|
17798
17801
|
if (s) {
|
|
17799
17802
|
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
|
|
17800
17803
|
return a.concat([[$t, d]], u);
|
|
17801
17804
|
}
|
|
17802
|
-
return
|
|
17805
|
+
return eh(t, n);
|
|
17803
17806
|
}
|
|
17804
|
-
function
|
|
17807
|
+
function eh(t, n) {
|
|
17805
17808
|
for (var e = t.length, r = n.length, o = Math.ceil((e + r) / 2), i = o, s = 2 * o, l = new Array(s), c = new Array(s), f = 0; f < s; f++)
|
|
17806
17809
|
l[f] = -1, c[f] = -1;
|
|
17807
17810
|
l[i + 1] = 0, c[i + 1] = 0;
|
|
@@ -17863,7 +17866,7 @@ function Mr(t, n) {
|
|
|
17863
17866
|
t.substring(t.length - o, t.length - i) == n.substring(n.length - o, n.length - i) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17864
17867
|
return oa(t.charCodeAt(t.length - o)) && o--, o;
|
|
17865
17868
|
}
|
|
17866
|
-
function
|
|
17869
|
+
function th(t, n) {
|
|
17867
17870
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
17868
17871
|
if (e.length < 4 || r.length * 2 < e.length)
|
|
17869
17872
|
return null;
|
|
@@ -17959,20 +17962,20 @@ function aa(t) {
|
|
|
17959
17962
|
function la(t) {
|
|
17960
17963
|
return ra(t.charCodeAt(t.length - 1));
|
|
17961
17964
|
}
|
|
17962
|
-
function
|
|
17965
|
+
function nh(t) {
|
|
17963
17966
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17964
17967
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17965
17968
|
return n;
|
|
17966
17969
|
}
|
|
17967
17970
|
function fr(t, n, e, r) {
|
|
17968
|
-
return la(t) || aa(r) ? null :
|
|
17971
|
+
return la(t) || aa(r) ? null : nh([
|
|
17969
17972
|
[$t, t],
|
|
17970
17973
|
[jt, n],
|
|
17971
17974
|
[xt, e],
|
|
17972
17975
|
[$t, r]
|
|
17973
17976
|
]);
|
|
17974
17977
|
}
|
|
17975
|
-
function
|
|
17978
|
+
function ih(t, n, e) {
|
|
17976
17979
|
var r = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, i = t.length, s = n.length;
|
|
17977
17980
|
if (r.length === 0 && (o === null || o.length === 0)) {
|
|
17978
17981
|
var l = r.index, c = t.slice(0, l), f = t.slice(l), h = o ? o.index : null;
|
|
@@ -18021,7 +18024,7 @@ function xi(t, n, e) {
|
|
|
18021
18024
|
xi.INSERT = xt;
|
|
18022
18025
|
xi.DELETE = jt;
|
|
18023
18026
|
xi.EQUAL = $t;
|
|
18024
|
-
var
|
|
18027
|
+
var rh = xi, _i = { exports: {} };
|
|
18025
18028
|
_i.exports;
|
|
18026
18029
|
(function(t, n) {
|
|
18027
18030
|
var e = 200, r = "__lodash_hash_undefined__", o = 9007199254740991, i = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", b = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", S = "[object DataView]", E = "[object Float32Array]", T = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18949,11 +18952,11 @@ var ua = $i.exports, Dr = {}, da = nt && nt.__importDefault || function(t) {
|
|
|
18949
18952
|
return t && t.__esModule ? t : { default: t };
|
|
18950
18953
|
};
|
|
18951
18954
|
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18952
|
-
var
|
|
18955
|
+
var oh = da(sa), ah = da(ua), _r;
|
|
18953
18956
|
(function(t) {
|
|
18954
18957
|
function n(i, s, l) {
|
|
18955
18958
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18956
|
-
var c =
|
|
18959
|
+
var c = oh.default(s);
|
|
18957
18960
|
l || (c = Object.keys(c).reduce(function(h, d) {
|
|
18958
18961
|
return c[d] != null && (h[d] = c[d]), h;
|
|
18959
18962
|
}, {}));
|
|
@@ -18965,7 +18968,7 @@ var rh = da(sa), oh = da(ua), _r;
|
|
|
18965
18968
|
function e(i, s) {
|
|
18966
18969
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18967
18970
|
var l = Object.keys(i).concat(Object.keys(s)).reduce(function(c, f) {
|
|
18968
|
-
return
|
|
18971
|
+
return ah.default(i[f], s[f]) || (c[f] = s[f] === void 0 ? null : s[f]), c;
|
|
18969
18972
|
}, {});
|
|
18970
18973
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
18971
18974
|
}
|
|
@@ -18996,7 +18999,7 @@ var rh = da(sa), oh = da(ua), _r;
|
|
|
18996
18999
|
})(_r || (_r = {}));
|
|
18997
19000
|
Dr.default = _r;
|
|
18998
19001
|
var ci = {}, fi = {}, Oo;
|
|
18999
|
-
function
|
|
19002
|
+
function lh() {
|
|
19000
19003
|
if (Oo)
|
|
19001
19004
|
return fi;
|
|
19002
19005
|
Oo = 1;
|
|
@@ -19051,7 +19054,7 @@ function ca() {
|
|
|
19051
19054
|
return r && r.__esModule ? r : { default: r };
|
|
19052
19055
|
};
|
|
19053
19056
|
Object.defineProperty(ci, "__esModule", { value: !0 });
|
|
19054
|
-
var n = t(
|
|
19057
|
+
var n = t(lh()), e;
|
|
19055
19058
|
return function(r) {
|
|
19056
19059
|
function o(s) {
|
|
19057
19060
|
return new n.default(s);
|
|
@@ -19065,7 +19068,7 @@ function ca() {
|
|
|
19065
19068
|
}
|
|
19066
19069
|
var Wn = nt && nt.__importDefault || function(t) {
|
|
19067
19070
|
return t && t.__esModule ? t : { default: t };
|
|
19068
|
-
}, hi = Wn(
|
|
19071
|
+
}, hi = Wn(rh), sh = Wn(sa), hr = Wn(ua), qn = Wn(Dr), lt = Wn(ca()), uh = String.fromCharCode(0), dh = (
|
|
19069
19072
|
/** @class */
|
|
19070
19073
|
function() {
|
|
19071
19074
|
function t(n) {
|
|
@@ -19083,7 +19086,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19083
19086
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (r.attributes = e), this.push(r);
|
|
19084
19087
|
}, t.prototype.push = function(n) {
|
|
19085
19088
|
var e = this.ops.length, r = this.ops[e - 1];
|
|
19086
|
-
if (n =
|
|
19089
|
+
if (n = sh.default(n), typeof r == "object") {
|
|
19087
19090
|
if (typeof n.delete == "number" && typeof r.delete == "number")
|
|
19088
19091
|
return this.ops[e - 1] = { delete: r.delete + n.delete }, this;
|
|
19089
19092
|
if (typeof r.delete == "number" && n.insert != null && (e -= 1, r = this.ops[e - 1], typeof r != "object"))
|
|
@@ -19163,7 +19166,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19163
19166
|
var r = [this, n].map(function(c) {
|
|
19164
19167
|
return c.map(function(f) {
|
|
19165
19168
|
if (f.insert != null)
|
|
19166
|
-
return typeof f.insert == "string" ? f.insert :
|
|
19169
|
+
return typeof f.insert == "string" ? f.insert : uh;
|
|
19167
19170
|
var h = c === n ? "on" : "with";
|
|
19168
19171
|
throw new Error("diff() called " + h + " non-document");
|
|
19169
19172
|
}).join("");
|
|
@@ -19251,8 +19254,8 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19251
19254
|
return n;
|
|
19252
19255
|
}, t.Op = lt.default, t.AttributeMap = qn.default, t;
|
|
19253
19256
|
}()
|
|
19254
|
-
),
|
|
19255
|
-
const
|
|
19257
|
+
), ch = dh;
|
|
19258
|
+
const fh = /* @__PURE__ */ Ei(ch);
|
|
19256
19259
|
/*!
|
|
19257
19260
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
19258
19261
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19294,7 +19297,7 @@ const Co = {
|
|
|
19294
19297
|
["clean"]
|
|
19295
19298
|
// remove formatting button
|
|
19296
19299
|
]
|
|
19297
|
-
},
|
|
19300
|
+
}, hh = ga({
|
|
19298
19301
|
name: "QuillEditor",
|
|
19299
19302
|
inheritAttrs: !1,
|
|
19300
19303
|
props: {
|
|
@@ -19351,9 +19354,9 @@ const Co = {
|
|
|
19351
19354
|
"ready"
|
|
19352
19355
|
],
|
|
19353
19356
|
setup: (t, n) => {
|
|
19354
|
-
|
|
19357
|
+
ma(() => {
|
|
19355
19358
|
i();
|
|
19356
|
-
}),
|
|
19359
|
+
}), va(() => {
|
|
19357
19360
|
e = null;
|
|
19358
19361
|
});
|
|
19359
19362
|
let e, r;
|
|
@@ -19433,7 +19436,7 @@ const Co = {
|
|
|
19433
19436
|
make sure to call this method when the editor ready
|
|
19434
19437
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19435
19438
|
}, m = (O, k) => t.contentType === "html" ? S() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19436
|
-
const x = O || (t.contentType === "delta" ? new
|
|
19439
|
+
const x = O || (t.contentType === "delta" ? new fh() : "");
|
|
19437
19440
|
t.contentType === "html" ? E(x) : t.contentType === "text" ? w(x, k) : e == null || e.setContents(x, k), f = l(x);
|
|
19438
19441
|
}, p = (O, k) => {
|
|
19439
19442
|
var x;
|
|
@@ -19483,13 +19486,13 @@ const Co = {
|
|
|
19483
19486
|
var t, n;
|
|
19484
19487
|
return [
|
|
19485
19488
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19486
|
-
|
|
19489
|
+
ya("div", { ref: "editor", ...this.$attrs })
|
|
19487
19490
|
];
|
|
19488
19491
|
}
|
|
19489
|
-
}),
|
|
19490
|
-
class Ai extends
|
|
19492
|
+
}), ph = qt.import("formats/list"), gh = qt.import("formats/list/item"), mh = qt.import("parchment");
|
|
19493
|
+
class Ai extends gh {
|
|
19491
19494
|
format(n, e) {
|
|
19492
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19495
|
+
n === fn.blotName && !e ? this.replaceWith(mh.create(this.statics.scope)) : super.format(n, e);
|
|
19493
19496
|
}
|
|
19494
19497
|
clone() {
|
|
19495
19498
|
const n = super.clone();
|
|
@@ -19498,7 +19501,7 @@ class Ai extends ph {
|
|
|
19498
19501
|
}
|
|
19499
19502
|
Ai.blotName = "alphabet-list-item";
|
|
19500
19503
|
Ai.tagName = "LI";
|
|
19501
|
-
class fn extends
|
|
19504
|
+
class fn extends ph {
|
|
19502
19505
|
static create() {
|
|
19503
19506
|
const n = super.create("bullet");
|
|
19504
19507
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19512,36 +19515,36 @@ fn.tagName = "OL";
|
|
|
19512
19515
|
fn.className = "alphabet-list";
|
|
19513
19516
|
fn.defaultChild = "alphabet-list-item";
|
|
19514
19517
|
fn.allowedChildren = [Ai];
|
|
19515
|
-
const
|
|
19518
|
+
const vh = `
|
|
19516
19519
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19517
19520
|
<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"/>
|
|
19518
19521
|
</svg>
|
|
19519
|
-
`,
|
|
19522
|
+
`, yh = `
|
|
19520
19523
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19521
19524
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19522
19525
|
</svg>
|
|
19523
|
-
`,
|
|
19526
|
+
`, bh = `
|
|
19524
19527
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19525
19528
|
<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"/>
|
|
19526
19529
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19527
19530
|
</svg>
|
|
19528
|
-
`,
|
|
19531
|
+
`, _h = `
|
|
19529
19532
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19530
19533
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19531
19534
|
<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"/>
|
|
19532
19535
|
<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"/>
|
|
19533
19536
|
</svg>
|
|
19534
|
-
`,
|
|
19537
|
+
`, $h = `
|
|
19535
19538
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19536
19539
|
<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"/>
|
|
19537
19540
|
</svg>
|
|
19538
19541
|
|
|
19539
|
-
`,
|
|
19542
|
+
`, wh = `
|
|
19540
19543
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19541
19544
|
<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"/>
|
|
19542
19545
|
</svg>
|
|
19543
19546
|
|
|
19544
|
-
`,
|
|
19547
|
+
`, Oh = `
|
|
19545
19548
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19546
19549
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19547
19550
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19549,14 +19552,14 @@ const mh = `
|
|
|
19549
19552
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19550
19553
|
</svg>
|
|
19551
19554
|
|
|
19552
|
-
`,
|
|
19555
|
+
`, kh = `
|
|
19553
19556
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19554
19557
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19555
19558
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19556
19559
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19557
19560
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19558
19561
|
</svg>
|
|
19559
|
-
`,
|
|
19562
|
+
`, Ch = `
|
|
19560
19563
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19561
19564
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19562
19565
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19564,14 +19567,14 @@ const mh = `
|
|
|
19564
19567
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19565
19568
|
</svg>
|
|
19566
19569
|
|
|
19567
|
-
`,
|
|
19570
|
+
`, Eh = `
|
|
19568
19571
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19569
19572
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19570
19573
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19571
19574
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19572
19575
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19573
19576
|
</svg>
|
|
19574
|
-
`,
|
|
19577
|
+
`, Th = `
|
|
19575
19578
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19576
19579
|
<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"/>
|
|
19577
19580
|
<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"/>
|
|
@@ -19580,7 +19583,7 @@ const mh = `
|
|
|
19580
19583
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19581
19584
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19582
19585
|
</svg>
|
|
19583
|
-
`,
|
|
19586
|
+
`, Sh = `
|
|
19584
19587
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19585
19588
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19586
19589
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19589,7 +19592,7 @@ const mh = `
|
|
|
19589
19592
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19590
19593
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19591
19594
|
</svg>
|
|
19592
|
-
`,
|
|
19595
|
+
`, xh = `
|
|
19593
19596
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19594
19597
|
<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"/>
|
|
19595
19598
|
<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"/>
|
|
@@ -19600,26 +19603,26 @@ const mh = `
|
|
|
19600
19603
|
</svg>
|
|
19601
19604
|
`;
|
|
19602
19605
|
const wt = qt.import("ui/icons");
|
|
19603
|
-
wt.bold =
|
|
19604
|
-
wt.italic =
|
|
19605
|
-
wt.underline =
|
|
19606
|
-
wt.strike =
|
|
19607
|
-
wt["code-block"] =
|
|
19608
|
-
wt.link =
|
|
19609
|
-
wt.align[""] =
|
|
19610
|
-
wt.align.center =
|
|
19611
|
-
wt.align.right =
|
|
19612
|
-
wt.align.justify =
|
|
19613
|
-
wt.list.ordered =
|
|
19614
|
-
wt.list.bullet =
|
|
19615
|
-
wt["alphabet-list"] =
|
|
19606
|
+
wt.bold = vh;
|
|
19607
|
+
wt.italic = yh;
|
|
19608
|
+
wt.underline = bh;
|
|
19609
|
+
wt.strike = _h;
|
|
19610
|
+
wt["code-block"] = wh;
|
|
19611
|
+
wt.link = $h;
|
|
19612
|
+
wt.align[""] = Oh;
|
|
19613
|
+
wt.align.center = kh;
|
|
19614
|
+
wt.align.right = Ch;
|
|
19615
|
+
wt.align.justify = Eh;
|
|
19616
|
+
wt.list.ordered = Th;
|
|
19617
|
+
wt.list.bullet = Sh;
|
|
19618
|
+
wt["alphabet-list"] = xh;
|
|
19616
19619
|
qt.register({
|
|
19617
19620
|
"formats/alphabet-list": fn,
|
|
19618
19621
|
"formats/alphabet-list/item": Ai
|
|
19619
19622
|
});
|
|
19620
19623
|
qt.register(wt);
|
|
19621
19624
|
qt.debug("error");
|
|
19622
|
-
const
|
|
19625
|
+
const Ah = {
|
|
19623
19626
|
name: "IbTextEditor",
|
|
19624
19627
|
props: {
|
|
19625
19628
|
placeholder: {
|
|
@@ -19723,20 +19726,20 @@ const xh = {
|
|
|
19723
19726
|
}
|
|
19724
19727
|
},
|
|
19725
19728
|
components: {
|
|
19726
|
-
QuillEditor:
|
|
19729
|
+
QuillEditor: hh,
|
|
19727
19730
|
IbIconButton: Nt,
|
|
19728
19731
|
IbAlert: cn,
|
|
19729
19732
|
IbCharacterCount: Uo
|
|
19730
19733
|
}
|
|
19731
|
-
},
|
|
19734
|
+
}, Nh = {
|
|
19732
19735
|
id: "toolbar",
|
|
19733
19736
|
class: "toolbar",
|
|
19734
19737
|
ref: "toolbar"
|
|
19735
|
-
},
|
|
19738
|
+
}, Ih = /* @__PURE__ */ ba('<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), Ph = { class: "toolbar-group" }, Mh = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19736
19739
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19737
19740
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19738
|
-
], -1),
|
|
19739
|
-
function
|
|
19741
|
+
], -1), Dh = { class: "toolbar-group" }, Lh = { class: "toolbar-group" }, Rh = { class: "toolbar-group" };
|
|
19742
|
+
function Bh(t, n, e, r, o, i) {
|
|
19740
19743
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19741
19744
|
return G(), ne("div", {
|
|
19742
19745
|
class: ve(["textarea-wrapper", {
|
|
@@ -19788,9 +19791,9 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19788
19791
|
modules: e.modules
|
|
19789
19792
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19790
19793
|
], 4),
|
|
19791
|
-
ae("div",
|
|
19792
|
-
|
|
19793
|
-
ae("div",
|
|
19794
|
+
ae("div", Nh, [
|
|
19795
|
+
Ih,
|
|
19796
|
+
ae("div", Ph, [
|
|
19794
19797
|
ge(f, {
|
|
19795
19798
|
class: "toolbar-item ql-bold",
|
|
19796
19799
|
kind: "ghost"
|
|
@@ -19808,8 +19811,8 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19808
19811
|
kind: "ghost"
|
|
19809
19812
|
})
|
|
19810
19813
|
]),
|
|
19811
|
-
|
|
19812
|
-
ae("div",
|
|
19814
|
+
Mh,
|
|
19815
|
+
ae("div", Dh, [
|
|
19813
19816
|
ge(f, {
|
|
19814
19817
|
class: "toolbar-item ql-code-block",
|
|
19815
19818
|
kind: "ghost"
|
|
@@ -19819,7 +19822,7 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19819
19822
|
kind: "ghost"
|
|
19820
19823
|
})
|
|
19821
19824
|
]),
|
|
19822
|
-
ae("div",
|
|
19825
|
+
ae("div", Lh, [
|
|
19823
19826
|
ge(f, {
|
|
19824
19827
|
class: "toolbar-item ql-align",
|
|
19825
19828
|
kind: "ghost"
|
|
@@ -19840,7 +19843,7 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19840
19843
|
kind: "ghost"
|
|
19841
19844
|
})
|
|
19842
19845
|
]),
|
|
19843
|
-
ae("div",
|
|
19846
|
+
ae("div", Rh, [
|
|
19844
19847
|
ge(f, {
|
|
19845
19848
|
class: "ql-list toolbar-item",
|
|
19846
19849
|
value: "ordered",
|
|
@@ -19860,18 +19863,18 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19860
19863
|
], 2)
|
|
19861
19864
|
], 2);
|
|
19862
19865
|
}
|
|
19863
|
-
const
|
|
19864
|
-
const
|
|
19866
|
+
const $1 = /* @__PURE__ */ Ae(Ah, [["render", Bh]]);
|
|
19867
|
+
const jh = {
|
|
19865
19868
|
name: "IbTable",
|
|
19866
19869
|
computed: {
|
|
19867
19870
|
hasThead() {
|
|
19868
19871
|
return !!this.$slots.thead;
|
|
19869
19872
|
}
|
|
19870
19873
|
}
|
|
19871
|
-
},
|
|
19872
|
-
function
|
|
19873
|
-
return G(), ne("div",
|
|
19874
|
-
ae("table",
|
|
19874
|
+
}, qh = { class: "ib-table-wrapper" }, Fh = { class: "ib-table" };
|
|
19875
|
+
function Hh(t, n, e, r, o, i) {
|
|
19876
|
+
return G(), ne("div", qh, [
|
|
19877
|
+
ae("table", Fh, [
|
|
19875
19878
|
i.hasThead ? Ee(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19876
19879
|
ae("tbody", null, [
|
|
19877
19880
|
Ee(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19879,17 +19882,17 @@ function Fh(t, n, e, r, o, i) {
|
|
|
19879
19882
|
])
|
|
19880
19883
|
]);
|
|
19881
19884
|
}
|
|
19882
|
-
const
|
|
19883
|
-
const
|
|
19885
|
+
const w1 = /* @__PURE__ */ Ae(jh, [["render", Hh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19886
|
+
const Vh = {
|
|
19884
19887
|
name: "IbRow"
|
|
19885
|
-
},
|
|
19886
|
-
function
|
|
19887
|
-
return G(), ne("tr",
|
|
19888
|
+
}, Uh = { class: "ib-tr" };
|
|
19889
|
+
function zh(t, n, e, r, o, i) {
|
|
19890
|
+
return G(), ne("tr", Uh, [
|
|
19888
19891
|
Ee(t.$slots, "default", { ref: "row" })
|
|
19889
19892
|
]);
|
|
19890
19893
|
}
|
|
19891
|
-
const
|
|
19892
|
-
const
|
|
19894
|
+
const O1 = /* @__PURE__ */ Ae(Vh, [["render", zh]]);
|
|
19895
|
+
const Kh = {
|
|
19893
19896
|
name: "IbCell",
|
|
19894
19897
|
props: {
|
|
19895
19898
|
fixed: {
|
|
@@ -19911,19 +19914,19 @@ const zh = {
|
|
|
19911
19914
|
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";
|
|
19912
19915
|
}
|
|
19913
19916
|
}
|
|
19914
|
-
},
|
|
19915
|
-
function
|
|
19917
|
+
}, Gh = { class: "cell" };
|
|
19918
|
+
function Yh(t, n, e, r, o, i) {
|
|
19916
19919
|
return G(), ne("td", Tt({
|
|
19917
19920
|
onResize: n[0] || (n[0] = (...s) => i.freezeCol && i.freezeCol(...s)),
|
|
19918
19921
|
class: "ib-cell"
|
|
19919
19922
|
}, this.attr), [
|
|
19920
|
-
ae("div",
|
|
19923
|
+
ae("div", Gh, [
|
|
19921
19924
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
19922
19925
|
])
|
|
19923
19926
|
], 16);
|
|
19924
19927
|
}
|
|
19925
|
-
const
|
|
19926
|
-
const
|
|
19928
|
+
const Wh = /* @__PURE__ */ Ae(Kh, [["render", Yh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19929
|
+
const Zh = {
|
|
19927
19930
|
name: "IbCheckboxCell",
|
|
19928
19931
|
props: {
|
|
19929
19932
|
isChecked: {
|
|
@@ -19936,11 +19939,11 @@ const Wh = {
|
|
|
19936
19939
|
}
|
|
19937
19940
|
},
|
|
19938
19941
|
components: {
|
|
19939
|
-
IbCell:
|
|
19942
|
+
IbCell: Wh,
|
|
19940
19943
|
IbCheckbox: qo
|
|
19941
19944
|
}
|
|
19942
19945
|
};
|
|
19943
|
-
function
|
|
19946
|
+
function Jh(t, n, e, r, o, i) {
|
|
19944
19947
|
const s = fe("ib-checkbox"), l = fe("ib-cell");
|
|
19945
19948
|
return G(), ke(l, {
|
|
19946
19949
|
fixed: e.fixed,
|
|
@@ -19952,7 +19955,7 @@ function Zh(t, n, e, r, o, i) {
|
|
|
19952
19955
|
_: 1
|
|
19953
19956
|
}, 8, ["fixed"]);
|
|
19954
19957
|
}
|
|
19955
|
-
const
|
|
19958
|
+
const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Lr = new Ro(), Eo = (t, n) => {
|
|
19956
19959
|
if (Fo(t)) {
|
|
19957
19960
|
const e = {
|
|
19958
19961
|
title: n.value.title || "",
|
|
@@ -19962,7 +19965,7 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19962
19965
|
}
|
|
19963
19966
|
}, To = () => {
|
|
19964
19967
|
Lr.destroyTooltip();
|
|
19965
|
-
},
|
|
19968
|
+
}, C1 = {
|
|
19966
19969
|
mounted(t, n) {
|
|
19967
19970
|
t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
|
|
19968
19971
|
},
|
|
@@ -19971,51 +19974,51 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19971
19974
|
}
|
|
19972
19975
|
};
|
|
19973
19976
|
export {
|
|
19974
|
-
|
|
19977
|
+
Qh as IbAccordion,
|
|
19975
19978
|
cn as IbAlert,
|
|
19976
|
-
|
|
19977
|
-
|
|
19978
|
-
|
|
19979
|
-
|
|
19980
|
-
|
|
19981
|
-
|
|
19979
|
+
e1 as IbAvatar,
|
|
19980
|
+
t1 as IbBadge,
|
|
19981
|
+
d1 as IbBreadcrumbs,
|
|
19982
|
+
Ma as IbButton,
|
|
19983
|
+
n1 as IbButtonGroup,
|
|
19984
|
+
Wh as IbCell,
|
|
19982
19985
|
qo as IbCheckbox,
|
|
19983
|
-
|
|
19984
|
-
|
|
19985
|
-
|
|
19986
|
+
k1 as IbCheckboxCell,
|
|
19987
|
+
m1 as IbCheckboxGroup,
|
|
19988
|
+
b1 as IbDatePicker,
|
|
19986
19989
|
Cr as IbDropdown,
|
|
19987
19990
|
Do as IbDropdownItem,
|
|
19988
19991
|
Tr as IbDropdownList,
|
|
19989
|
-
|
|
19992
|
+
g1 as IbFormGroup,
|
|
19990
19993
|
Qe as IbIcon,
|
|
19991
19994
|
Nt as IbIconButton,
|
|
19992
19995
|
jo as IbInput,
|
|
19993
19996
|
Ci as IbLabel,
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
|
|
19999
|
-
|
|
20000
|
-
|
|
20001
|
-
|
|
20002
|
-
|
|
20003
|
-
|
|
20004
|
-
|
|
20005
|
-
|
|
20006
|
-
|
|
20007
|
-
|
|
20008
|
-
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
|
|
20014
|
-
|
|
20015
|
-
|
|
19997
|
+
vu as IbLimitSelector,
|
|
19998
|
+
a1 as IbModal,
|
|
19999
|
+
c1 as IbPagination,
|
|
20000
|
+
p1 as IbPanel,
|
|
20001
|
+
_1 as IbPhoneInput,
|
|
20002
|
+
Ra as IbPopover,
|
|
20003
|
+
f1 as IbProgressBar,
|
|
20004
|
+
v1 as IbRadio,
|
|
20005
|
+
O1 as IbRow,
|
|
20006
|
+
u1 as IbSorting,
|
|
20007
|
+
r1 as IbSplitButton,
|
|
20008
|
+
o1 as IbSplitButtonItem,
|
|
20009
|
+
h1 as IbStatusIndicator,
|
|
20010
|
+
s1 as IbTab,
|
|
20011
|
+
Ql as IbTabDropdown,
|
|
20012
|
+
w1 as IbTable,
|
|
20013
|
+
l1 as IbTabs,
|
|
20014
|
+
i1 as IbTagPill,
|
|
20015
|
+
$1 as IbTextEditor,
|
|
20016
|
+
y1 as IbTextarea,
|
|
20017
|
+
Js as IbToggle,
|
|
20018
|
+
hl as IbToggleTip,
|
|
20016
20019
|
kn as IbTooltip,
|
|
20017
|
-
|
|
20020
|
+
hu as IbTreeSelect,
|
|
20018
20021
|
kr as OutsideDirective,
|
|
20019
|
-
|
|
20022
|
+
C1 as TextOverflowTooltipDirective,
|
|
20020
20023
|
Bo as TooltipDirective
|
|
20021
20024
|
};
|