@avakhula/ui 0.0.321 → 0.0.325
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 +674 -674
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Form/Checkbox/Checkbox.vue +6 -8
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 et, 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 et, 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 Xe = /* @__PURE__ */ Ae(
|
|
38
|
+
const Xe = /* @__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: Xe
|
|
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: Xe,
|
|
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: Xe
|
|
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: Xe }
|
|
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: Xe
|
|
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: Xe
|
|
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: Xe,
|
|
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: Xe,
|
|
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"
|
|
@@ -2535,24 +2535,21 @@ const Is = {
|
|
|
2535
2535
|
this.checked = t;
|
|
2536
2536
|
},
|
|
2537
2537
|
modelValue(t) {
|
|
2538
|
-
this
|
|
2539
|
-
},
|
|
2540
|
-
modelValueList(t) {
|
|
2541
|
-
this.selectedList = t;
|
|
2538
|
+
this.checked = t;
|
|
2542
2539
|
},
|
|
2543
|
-
|
|
2544
|
-
this.$emit("update:modelValueList", this.
|
|
2540
|
+
model() {
|
|
2541
|
+
this.$emit("update:modelValueList", this.model);
|
|
2545
2542
|
}
|
|
2546
2543
|
},
|
|
2547
2544
|
data() {
|
|
2548
2545
|
return {
|
|
2549
2546
|
checked: this.modelValue ? this.modelValue : this.isChecked,
|
|
2550
|
-
|
|
2547
|
+
model: this.modelValueList
|
|
2551
2548
|
};
|
|
2552
2549
|
},
|
|
2553
2550
|
methods: {
|
|
2554
2551
|
onChange() {
|
|
2555
|
-
this.readonly || (this.checked = !this.checked, this.$emit("input", this.checked));
|
|
2552
|
+
this.readonly || (this.checked = !this.checked, this.$emit("update:modelValue", this.checked), this.$emit("input", this.checked));
|
|
2556
2553
|
}
|
|
2557
2554
|
},
|
|
2558
2555
|
computed: {
|
|
@@ -2578,17 +2575,17 @@ const Is = {
|
|
|
2578
2575
|
IbIcon: Xe
|
|
2579
2576
|
},
|
|
2580
2577
|
inheritAttrs: !1
|
|
2581
|
-
},
|
|
2578
|
+
}, Ms = ["aria-checked"], Ds = ["for", "tabindex"], Ls = ["name", "id", "value", "checked", "disabled", "required"], Rs = { class: "ib-checkbox-body" }, Bs = {
|
|
2582
2579
|
key: 0,
|
|
2583
2580
|
class: "required"
|
|
2584
|
-
},
|
|
2581
|
+
}, js = { class: "ib-checkbox-input" }, qs = {
|
|
2585
2582
|
key: 1,
|
|
2586
2583
|
class: "ib-checkbox-label"
|
|
2587
|
-
},
|
|
2584
|
+
}, Fs = {
|
|
2588
2585
|
key: 0,
|
|
2589
2586
|
class: "required"
|
|
2590
2587
|
};
|
|
2591
|
-
function
|
|
2588
|
+
function Hs(t, n, e, r, o, i) {
|
|
2592
2589
|
var l;
|
|
2593
2590
|
const s = fe("ib-icon");
|
|
2594
2591
|
return G(), ne("div", {
|
|
@@ -2599,9 +2596,10 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2599
2596
|
ae("label", Tt(i.attrs, {
|
|
2600
2597
|
for: e.id,
|
|
2601
2598
|
tabindex: e.disabled | e.disableFocus ? -1 : 0,
|
|
2602
|
-
onKeypress: n[
|
|
2599
|
+
onKeypress: n[2] || (n[2] = et((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2603
2600
|
}), [
|
|
2604
|
-
|
|
2601
|
+
Ge($e(o.model) + " ", 1),
|
|
2602
|
+
De(ae("input", {
|
|
2605
2603
|
tabindex: "-1",
|
|
2606
2604
|
type: "checkbox",
|
|
2607
2605
|
name: e.name,
|
|
@@ -2610,18 +2608,20 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2610
2608
|
checked: o.checked,
|
|
2611
2609
|
disabled: e.disabled,
|
|
2612
2610
|
required: e.required,
|
|
2613
|
-
"
|
|
2614
|
-
onClick: n[
|
|
2615
|
-
}, null, 8,
|
|
2616
|
-
|
|
2611
|
+
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.model = c),
|
|
2612
|
+
onClick: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
2613
|
+
}, null, 8, Ls), [
|
|
2614
|
+
[pa, o.model]
|
|
2615
|
+
]),
|
|
2616
|
+
ae("div", Rs, [
|
|
2617
2617
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2618
2618
|
key: 0,
|
|
2619
2619
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2620
2620
|
}, [
|
|
2621
|
-
e.required ? (G(), ne("span",
|
|
2621
|
+
e.required ? (G(), ne("span", Bs, "*")) : he("", !0),
|
|
2622
2622
|
Ge(" " + $e(e.label), 1)
|
|
2623
2623
|
], 2)) : he("", !0),
|
|
2624
|
-
ae("span",
|
|
2624
|
+
ae("span", js, [
|
|
2625
2625
|
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2626
2626
|
[Ke, o.checked && !i.indeterminate]
|
|
2627
2627
|
]),
|
|
@@ -2632,16 +2632,16 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2632
2632
|
[Ke, i.indeterminate]
|
|
2633
2633
|
])
|
|
2634
2634
|
]),
|
|
2635
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2636
|
-
e.required ? (G(), ne("span",
|
|
2635
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", qs, [
|
|
2636
|
+
e.required ? (G(), ne("span", Fs, "*")) : he("", !0),
|
|
2637
2637
|
Ge(" " + $e(e.label), 1)
|
|
2638
2638
|
])) : he("", !0)
|
|
2639
2639
|
])
|
|
2640
|
-
], 16,
|
|
2641
|
-
], 10,
|
|
2640
|
+
], 16, Ds)
|
|
2641
|
+
], 10, Ms);
|
|
2642
2642
|
}
|
|
2643
|
-
const qo = /* @__PURE__ */ Ae(
|
|
2644
|
-
const
|
|
2643
|
+
const qo = /* @__PURE__ */ Ae(Ps, [["render", Hs]]);
|
|
2644
|
+
const Vs = {
|
|
2645
2645
|
name: "IbToggle",
|
|
2646
2646
|
model: {
|
|
2647
2647
|
prop: "isChecked",
|
|
@@ -2712,17 +2712,17 @@ const Hs = {
|
|
|
2712
2712
|
}
|
|
2713
2713
|
},
|
|
2714
2714
|
components: { IbIcon: Xe, IbTooltip: kn }
|
|
2715
|
-
},
|
|
2715
|
+
}, Us = ["aria-checked", "tabindex"], zs = {
|
|
2716
2716
|
class: "toggle-wrapper",
|
|
2717
2717
|
ref: "wrapper"
|
|
2718
|
-
},
|
|
2718
|
+
}, Ks = {
|
|
2719
2719
|
class: "toggle",
|
|
2720
2720
|
ref: "toggle"
|
|
2721
|
-
},
|
|
2721
|
+
}, Gs = ["name", "checked", "id", "disabled"], Ys = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Ws = {
|
|
2722
2722
|
key: 0,
|
|
2723
2723
|
class: "toggle-label"
|
|
2724
2724
|
};
|
|
2725
|
-
function
|
|
2725
|
+
function Zs(t, n, e, r, o, i) {
|
|
2726
2726
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2727
2727
|
return G(), ne("label", {
|
|
2728
2728
|
role: "switch",
|
|
@@ -2734,8 +2734,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2734
2734
|
n[3] || (n[3] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2735
2735
|
]
|
|
2736
2736
|
}, [
|
|
2737
|
-
ae("div",
|
|
2738
|
-
ae("div",
|
|
2737
|
+
ae("div", zs, [
|
|
2738
|
+
ae("div", Ks, [
|
|
2739
2739
|
ae("input", {
|
|
2740
2740
|
tabindex: "-1",
|
|
2741
2741
|
type: "checkbox",
|
|
@@ -2747,8 +2747,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2747
2747
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2748
2748
|
onInput: n[1] || (n[1] = et(() => {
|
|
2749
2749
|
}, ["stop"]))
|
|
2750
|
-
}, null, 40,
|
|
2751
|
-
|
|
2750
|
+
}, null, 40, Gs),
|
|
2751
|
+
Ys,
|
|
2752
2752
|
ge(s, {
|
|
2753
2753
|
class: "checked-icon",
|
|
2754
2754
|
name: "checkmark"
|
|
@@ -2759,18 +2759,18 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2759
2759
|
})
|
|
2760
2760
|
], 512)
|
|
2761
2761
|
], 512),
|
|
2762
|
-
e.label.length ? (G(), ne("span",
|
|
2762
|
+
e.label.length ? (G(), ne("span", Ws, $e(e.label), 1)) : he("", !0),
|
|
2763
2763
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2764
2764
|
key: 1,
|
|
2765
2765
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2766
2766
|
}, null, 8, ["text"])) : he("", !0)
|
|
2767
|
-
], 42,
|
|
2767
|
+
], 42, Us);
|
|
2768
2768
|
}
|
|
2769
|
-
const
|
|
2769
|
+
const Js = /* @__PURE__ */ Ae(Vs, [["render", Zs]]);
|
|
2770
2770
|
function Fo(t) {
|
|
2771
2771
|
return t.scrollHeight > t.clientHeight;
|
|
2772
2772
|
}
|
|
2773
|
-
const
|
|
2773
|
+
const Xs = {
|
|
2774
2774
|
name: "select-option",
|
|
2775
2775
|
props: {
|
|
2776
2776
|
option: {
|
|
@@ -2829,7 +2829,7 @@ const Js = {
|
|
|
2829
2829
|
},
|
|
2830
2830
|
methods: {
|
|
2831
2831
|
onKeydown(t) {
|
|
2832
|
-
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode ===
|
|
2832
|
+
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === vl && (this.option.isChildrenVisible = !0), t.keyCode === ml && (this.option.isChildrenVisible = !1));
|
|
2833
2833
|
},
|
|
2834
2834
|
onChange() {
|
|
2835
2835
|
var t, n;
|
|
@@ -2875,7 +2875,7 @@ const Js = {
|
|
|
2875
2875
|
},
|
|
2876
2876
|
computed: {
|
|
2877
2877
|
component() {
|
|
2878
|
-
return this.isMultiple && this.isToggle ?
|
|
2878
|
+
return this.isMultiple && this.isToggle ? Js : qo;
|
|
2879
2879
|
},
|
|
2880
2880
|
hasChildren() {
|
|
2881
2881
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2909,17 +2909,17 @@ const Js = {
|
|
|
2909
2909
|
IbIconButton: Nt
|
|
2910
2910
|
},
|
|
2911
2911
|
directives: { Tooltip: Bo }
|
|
2912
|
-
},
|
|
2912
|
+
}, Qs = ["aria-selected", "aria-label", "id"], eu = {
|
|
2913
2913
|
key: 0,
|
|
2914
2914
|
class: "option-label"
|
|
2915
|
-
},
|
|
2915
|
+
}, tu = {
|
|
2916
2916
|
key: 1,
|
|
2917
2917
|
class: "option-label"
|
|
2918
|
-
},
|
|
2918
|
+
}, nu = ["innerHTML"], iu = ["innerHTML"], ru = {
|
|
2919
2919
|
key: 2,
|
|
2920
2920
|
class: "option-label"
|
|
2921
2921
|
};
|
|
2922
|
-
function
|
|
2922
|
+
function ou(t, n, e, r, o, i) {
|
|
2923
2923
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2924
2924
|
return G(), ne("li", null, [
|
|
2925
2925
|
De((G(), ne("div", {
|
|
@@ -2986,7 +2986,7 @@ function ru(t, n, e, r, o, i) {
|
|
|
2986
2986
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2987
2987
|
)
|
|
2988
2988
|
}, [
|
|
2989
|
-
i.hasChildren ? (G(), ne("span",
|
|
2989
|
+
i.hasChildren ? (G(), ne("span", tu, $e(e.option.title), 1)) : (G(), ne("span", eu, [
|
|
2990
2990
|
Ge($e(e.option.title) + " ", 1),
|
|
2991
2991
|
ge(s, {
|
|
2992
2992
|
name: "star",
|
|
@@ -2998,12 +2998,12 @@ function ru(t, n, e, r, o, i) {
|
|
|
2998
2998
|
key: 1,
|
|
2999
2999
|
class: "option-label",
|
|
3000
3000
|
innerHTML: e.option.title
|
|
3001
|
-
}, null, 8,
|
|
3001
|
+
}, null, 8, iu)) : (G(), ne("span", {
|
|
3002
3002
|
key: 0,
|
|
3003
3003
|
class: "option-label",
|
|
3004
3004
|
innerHTML: e.option.title
|
|
3005
|
-
}, null, 8,
|
|
3006
|
-
], 64)) : (G(), ne("span",
|
|
3005
|
+
}, null, 8, nu))
|
|
3006
|
+
], 64)) : (G(), ne("span", ru, $e(e.option.title), 1))
|
|
3007
3007
|
], 2),
|
|
3008
3008
|
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
3009
3009
|
default: ye(() => [
|
|
@@ -3026,12 +3026,12 @@ function ru(t, n, e, r, o, i) {
|
|
|
3026
3026
|
}, 512)), [
|
|
3027
3027
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
3028
3028
|
]) : he("", !0)
|
|
3029
|
-
], 42,
|
|
3029
|
+
], 42, Qs)), [
|
|
3030
3030
|
[h, o.showTooltip ? e.option.title : ""]
|
|
3031
3031
|
])
|
|
3032
3032
|
]);
|
|
3033
3033
|
}
|
|
3034
|
-
const
|
|
3034
|
+
const au = /* @__PURE__ */ Ae(Xs, [["render", ou]]);
|
|
3035
3035
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3036
3036
|
function Ei(t) {
|
|
3037
3037
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3440,12 +3440,12 @@ var Ho = { exports: {} };
|
|
|
3440
3440
|
};
|
|
3441
3441
|
});
|
|
3442
3442
|
})(Ho);
|
|
3443
|
-
var
|
|
3444
|
-
const
|
|
3443
|
+
var lu = Ho.exports;
|
|
3444
|
+
const su = /* @__PURE__ */ Ei(lu);
|
|
3445
3445
|
function zr(t) {
|
|
3446
3446
|
return JSON.parse(JSON.stringify(t));
|
|
3447
3447
|
}
|
|
3448
|
-
const
|
|
3448
|
+
const uu = {
|
|
3449
3449
|
name: "IbTreeSelect",
|
|
3450
3450
|
inject: ["LANG_COMPONENTS"],
|
|
3451
3451
|
props: {
|
|
@@ -3659,7 +3659,7 @@ const su = {
|
|
|
3659
3659
|
}
|
|
3660
3660
|
},
|
|
3661
3661
|
mounted() {
|
|
3662
|
-
this.marker = new
|
|
3662
|
+
this.marker = new su(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3663
3663
|
this.setPreparedValues();
|
|
3664
3664
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3665
3665
|
},
|
|
@@ -3963,19 +3963,19 @@ const su = {
|
|
|
3963
3963
|
IbDropdown: Cr,
|
|
3964
3964
|
IbInput: jo,
|
|
3965
3965
|
List: Er,
|
|
3966
|
-
"select-option":
|
|
3966
|
+
"select-option": au
|
|
3967
3967
|
},
|
|
3968
3968
|
beforeUnmount() {
|
|
3969
3969
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3970
3970
|
}
|
|
3971
|
-
},
|
|
3971
|
+
}, du = {
|
|
3972
3972
|
key: 0,
|
|
3973
3973
|
class: "tree-select-empty"
|
|
3974
|
-
},
|
|
3974
|
+
}, cu = {
|
|
3975
3975
|
key: 1,
|
|
3976
3976
|
class: "tree-select-default-empty tree-select-empty"
|
|
3977
3977
|
};
|
|
3978
|
-
function
|
|
3978
|
+
function fu(t, n, e, r, o, i) {
|
|
3979
3979
|
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");
|
|
3980
3980
|
return G(), ne(tt, null, [
|
|
3981
3981
|
e.errorMessage ? (G(), ke(s, {
|
|
@@ -4055,9 +4055,9 @@ function cu(t, n, e, r, o, i) {
|
|
|
4055
4055
|
class: ve({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
|
|
4056
4056
|
}, {
|
|
4057
4057
|
default: ye(() => [
|
|
4058
|
-
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div",
|
|
4058
|
+
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", du, [
|
|
4059
4059
|
Ee(t.$slots, "emptyMessage")
|
|
4060
|
-
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div",
|
|
4060
|
+
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", cu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
4061
4061
|
De(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
4062
4062
|
[Ke, i.requiredDependencyNotFilled]
|
|
4063
4063
|
]),
|
|
@@ -4210,8 +4210,8 @@ function cu(t, n, e, r, o, i) {
|
|
|
4210
4210
|
], 2)
|
|
4211
4211
|
], 64);
|
|
4212
4212
|
}
|
|
4213
|
-
const
|
|
4214
|
-
const
|
|
4213
|
+
const hu = /* @__PURE__ */ Ae(uu, [["render", fu]]);
|
|
4214
|
+
const pu = {
|
|
4215
4215
|
name: "IbLimitSelector",
|
|
4216
4216
|
props: {
|
|
4217
4217
|
labelSelect: {
|
|
@@ -4249,12 +4249,12 @@ const hu = {
|
|
|
4249
4249
|
},
|
|
4250
4250
|
components: {
|
|
4251
4251
|
IbLabel: Ci,
|
|
4252
|
-
IbSelect:
|
|
4252
|
+
IbSelect: hu
|
|
4253
4253
|
}
|
|
4254
|
-
},
|
|
4255
|
-
function
|
|
4254
|
+
}, gu = { class: "report-limit-selector" };
|
|
4255
|
+
function mu(t, n, e, r, o, i) {
|
|
4256
4256
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4257
|
-
return G(), ne("div",
|
|
4257
|
+
return G(), ne("div", gu, [
|
|
4258
4258
|
ge(s, null, {
|
|
4259
4259
|
default: ye(() => [
|
|
4260
4260
|
Ge($e(e.labelSelect), 1)
|
|
@@ -4271,8 +4271,8 @@ function gu(t, n, e, r, o, i) {
|
|
|
4271
4271
|
}, null, 8, ["value", "options", "onInput"])
|
|
4272
4272
|
]);
|
|
4273
4273
|
}
|
|
4274
|
-
const
|
|
4275
|
-
const
|
|
4274
|
+
const vu = /* @__PURE__ */ Ae(pu, [["render", mu]]);
|
|
4275
|
+
const yu = {
|
|
4276
4276
|
name: "IbPagination",
|
|
4277
4277
|
props: {
|
|
4278
4278
|
tooltipTextPrev: {
|
|
@@ -4373,19 +4373,19 @@ const vu = {
|
|
|
4373
4373
|
IbIcon: Xe,
|
|
4374
4374
|
IbInput: jo,
|
|
4375
4375
|
IbLabel: Ci,
|
|
4376
|
-
IbLimitSelector:
|
|
4376
|
+
IbLimitSelector: vu,
|
|
4377
4377
|
IbTooltip: kn
|
|
4378
4378
|
}
|
|
4379
|
-
},
|
|
4380
|
-
function
|
|
4379
|
+
}, bu = { class: "report-controls" }, _u = { class: "repot-pagination" }, $u = { class: "pagination-input" }, wu = { class: "row-count" }, Ou = { class: "pagination-wrapper" }, ku = ["onClick"];
|
|
4380
|
+
function Cu(t, n, e, r, o, i) {
|
|
4381
4381
|
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");
|
|
4382
|
-
return G(), ne("div",
|
|
4382
|
+
return G(), ne("div", bu, [
|
|
4383
4383
|
ge(s, {
|
|
4384
4384
|
onSelect: i.changeLimit,
|
|
4385
4385
|
value: o.limitValue,
|
|
4386
4386
|
"label-select": e.labelSelect
|
|
4387
4387
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4388
|
-
ae("div",
|
|
4388
|
+
ae("div", _u, [
|
|
4389
4389
|
e.showPaginationInput ? (G(), ne(tt, { key: 0 }, [
|
|
4390
4390
|
ge(l, null, {
|
|
4391
4391
|
default: ye(() => [
|
|
@@ -4393,7 +4393,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4393
4393
|
]),
|
|
4394
4394
|
_: 1
|
|
4395
4395
|
}),
|
|
4396
|
-
ae("div",
|
|
4396
|
+
ae("div", $u, [
|
|
4397
4397
|
ge(c, {
|
|
4398
4398
|
type: "number",
|
|
4399
4399
|
debounce: 500,
|
|
@@ -4401,7 +4401,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4401
4401
|
}, null, 8, ["onInput"])
|
|
4402
4402
|
])
|
|
4403
4403
|
], 64)) : he("", !0),
|
|
4404
|
-
ae("div",
|
|
4404
|
+
ae("div", wu, $e(i.setCountOfRows + " of " + e.countRows), 1),
|
|
4405
4405
|
ge(d, {
|
|
4406
4406
|
kind: "tertiary",
|
|
4407
4407
|
size: "m",
|
|
@@ -4418,7 +4418,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4418
4418
|
]),
|
|
4419
4419
|
_: 1
|
|
4420
4420
|
}, 8, ["disabled"]),
|
|
4421
|
-
ae("ul",
|
|
4421
|
+
ae("ul", Ou, [
|
|
4422
4422
|
(G(!0), ne(tt, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
|
|
4423
4423
|
key: u,
|
|
4424
4424
|
class: ve(["pagination-item", {
|
|
@@ -4429,7 +4429,7 @@ function ku(t, n, e, r, o, i) {
|
|
|
4429
4429
|
onClick: (b) => i.onSelect(u + 1)
|
|
4430
4430
|
}, [
|
|
4431
4431
|
ae("button", null, $e(u + 1), 1)
|
|
4432
|
-
], 10,
|
|
4432
|
+
], 10, ku)), [
|
|
4433
4433
|
[Ke, i.showItem(u + 1)]
|
|
4434
4434
|
])), 128))
|
|
4435
4435
|
]),
|
|
@@ -4452,14 +4452,14 @@ function ku(t, n, e, r, o, i) {
|
|
|
4452
4452
|
])
|
|
4453
4453
|
]);
|
|
4454
4454
|
}
|
|
4455
|
-
const
|
|
4455
|
+
const c1 = /* @__PURE__ */ Ae(yu, [["render", Cu]]), jn = {
|
|
4456
4456
|
PROGRESS: "progress",
|
|
4457
4457
|
SUCCESS: "success",
|
|
4458
4458
|
FAILED: "failed",
|
|
4459
4459
|
CANCELING: "canceling",
|
|
4460
4460
|
CANCELED: "canceled"
|
|
4461
4461
|
};
|
|
4462
|
-
const
|
|
4462
|
+
const Eu = {
|
|
4463
4463
|
props: {
|
|
4464
4464
|
states: {
|
|
4465
4465
|
type: String,
|
|
@@ -4486,12 +4486,12 @@ const Cu = {
|
|
|
4486
4486
|
components: {
|
|
4487
4487
|
IbIcon: Xe
|
|
4488
4488
|
}
|
|
4489
|
-
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t),
|
|
4490
|
-
|
|
4491
|
-
],
|
|
4492
|
-
function
|
|
4489
|
+
}, 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 = [
|
|
4490
|
+
xu
|
|
4491
|
+
], Nu = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4492
|
+
function Iu(t, n, e, r, o, i) {
|
|
4493
4493
|
const s = fe("ib-icon");
|
|
4494
|
-
return G(), ne("div",
|
|
4494
|
+
return G(), ne("div", Tu, [
|
|
4495
4495
|
ae("div", {
|
|
4496
4496
|
class: ve(i.classes)
|
|
4497
4497
|
}, [
|
|
@@ -4503,8 +4503,8 @@ function Nu(t, n, e, r, o, i) {
|
|
|
4503
4503
|
"aria-valuemax": "100",
|
|
4504
4504
|
"aria-valuenow": e.progress,
|
|
4505
4505
|
style: wn({ width: e.progress + "%" })
|
|
4506
|
-
},
|
|
4507
|
-
|
|
4506
|
+
}, Au, 12, Su),
|
|
4507
|
+
Nu
|
|
4508
4508
|
], 2),
|
|
4509
4509
|
De(ge(s, {
|
|
4510
4510
|
class: "status-icon",
|
|
@@ -4514,7 +4514,7 @@ function Nu(t, n, e, r, o, i) {
|
|
|
4514
4514
|
])
|
|
4515
4515
|
]);
|
|
4516
4516
|
}
|
|
4517
|
-
const
|
|
4517
|
+
const f1 = /* @__PURE__ */ Ae(Eu, [["render", Iu], ["__scopeId", "data-v-a0217859"]]), Pu = {
|
|
4518
4518
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4519
4519
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4520
4520
|
</svg>
|
|
@@ -4555,7 +4555,7 @@ const c1 = /* @__PURE__ */ Ae(Cu, [["render", Nu], ["__scopeId", "data-v-a021785
|
|
|
4555
4555
|
</svg>
|
|
4556
4556
|
`
|
|
4557
4557
|
};
|
|
4558
|
-
const
|
|
4558
|
+
const Mu = {
|
|
4559
4559
|
props: {
|
|
4560
4560
|
type: {
|
|
4561
4561
|
type: String,
|
|
@@ -4564,21 +4564,21 @@ const Pu = {
|
|
|
4564
4564
|
},
|
|
4565
4565
|
data() {
|
|
4566
4566
|
return {
|
|
4567
|
-
icons:
|
|
4567
|
+
icons: Pu
|
|
4568
4568
|
};
|
|
4569
4569
|
}
|
|
4570
|
-
},
|
|
4571
|
-
function
|
|
4572
|
-
return G(), ne("div",
|
|
4570
|
+
}, Du = { class: "status-indicator" }, Lu = ["innerHTML"];
|
|
4571
|
+
function Ru(t, n, e, r, o, i) {
|
|
4572
|
+
return G(), ne("div", Du, [
|
|
4573
4573
|
ae("div", {
|
|
4574
4574
|
class: ve(["status-indicator-icon", e.type]),
|
|
4575
4575
|
innerHTML: o.icons[e.type]
|
|
4576
|
-
}, null, 10,
|
|
4576
|
+
}, null, 10, Lu),
|
|
4577
4577
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
4578
4578
|
]);
|
|
4579
4579
|
}
|
|
4580
|
-
const
|
|
4581
|
-
const
|
|
4580
|
+
const h1 = /* @__PURE__ */ Ae(Mu, [["render", Ru], ["__scopeId", "data-v-e696394e"]]);
|
|
4581
|
+
const Bu = {
|
|
4582
4582
|
name: "IbPanel",
|
|
4583
4583
|
mixins: [No],
|
|
4584
4584
|
props: {
|
|
@@ -4591,17 +4591,17 @@ const Ru = {
|
|
|
4591
4591
|
default: !1
|
|
4592
4592
|
}
|
|
4593
4593
|
}
|
|
4594
|
-
},
|
|
4595
|
-
function
|
|
4594
|
+
}, 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" };
|
|
4595
|
+
function zu(t, n, e, r, o, i) {
|
|
4596
4596
|
return G(), ne("div", {
|
|
4597
4597
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4598
4598
|
}, [
|
|
4599
|
-
ae("div",
|
|
4600
|
-
ae("div",
|
|
4599
|
+
ae("div", qu, [
|
|
4600
|
+
ae("div", Fu, [
|
|
4601
4601
|
Ee(t.$slots, "title", {}, void 0, !0)
|
|
4602
4602
|
]),
|
|
4603
|
-
|
|
4604
|
-
ae("div",
|
|
4603
|
+
Hu,
|
|
4604
|
+
ae("div", Vu, [
|
|
4605
4605
|
Ee(t.$slots, "head-content", {}, void 0, !0)
|
|
4606
4606
|
])
|
|
4607
4607
|
]),
|
|
@@ -4612,7 +4612,7 @@ function Uu(t, n, e, r, o, i) {
|
|
|
4612
4612
|
onLeave: t.leave
|
|
4613
4613
|
}, {
|
|
4614
4614
|
default: ye(() => [
|
|
4615
|
-
De(ae("div",
|
|
4615
|
+
De(ae("div", Uu, [
|
|
4616
4616
|
Ee(t.$slots, "body", {}, void 0, !0)
|
|
4617
4617
|
], 512), [
|
|
4618
4618
|
[Ke, e.isOpen]
|
|
@@ -4622,8 +4622,8 @@ function Uu(t, n, e, r, o, i) {
|
|
|
4622
4622
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4623
4623
|
], 2);
|
|
4624
4624
|
}
|
|
4625
|
-
const
|
|
4626
|
-
const
|
|
4625
|
+
const p1 = /* @__PURE__ */ Ae(Bu, [["render", zu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4626
|
+
const Ku = {
|
|
4627
4627
|
name: "IbInputGroup",
|
|
4628
4628
|
props: {
|
|
4629
4629
|
supportText: {
|
|
@@ -4635,20 +4635,20 @@ const zu = {
|
|
|
4635
4635
|
default: !1
|
|
4636
4636
|
}
|
|
4637
4637
|
}
|
|
4638
|
-
},
|
|
4638
|
+
}, Gu = {
|
|
4639
4639
|
key: 0,
|
|
4640
4640
|
class: "support-text"
|
|
4641
4641
|
};
|
|
4642
|
-
function
|
|
4642
|
+
function Yu(t, n, e, r, o, i) {
|
|
4643
4643
|
return G(), ne("div", {
|
|
4644
4644
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4645
4645
|
}, [
|
|
4646
4646
|
Ee(t.$slots, "default"),
|
|
4647
|
-
e.supportText.length ? (G(), ne("p",
|
|
4647
|
+
e.supportText.length ? (G(), ne("p", Gu, $e(e.supportText), 1)) : he("", !0)
|
|
4648
4648
|
], 2);
|
|
4649
4649
|
}
|
|
4650
|
-
const
|
|
4651
|
-
const
|
|
4650
|
+
const g1 = /* @__PURE__ */ Ae(Ku, [["render", Yu]]);
|
|
4651
|
+
const Wu = {
|
|
4652
4652
|
name: "IbInputGroup",
|
|
4653
4653
|
props: {
|
|
4654
4654
|
labelText: {
|
|
@@ -4672,8 +4672,8 @@ const Yu = {
|
|
|
4672
4672
|
IbLabel: Ci,
|
|
4673
4673
|
IbAlert: cn
|
|
4674
4674
|
}
|
|
4675
|
-
},
|
|
4676
|
-
function
|
|
4675
|
+
}, Zu = { class: "ib-checkbox-group-content" };
|
|
4676
|
+
function Ju(t, n, e, r, o, i) {
|
|
4677
4677
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4678
4678
|
return G(), ne("div", {
|
|
4679
4679
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4697,13 +4697,13 @@ function Zu(t, n, e, r, o, i) {
|
|
|
4697
4697
|
]),
|
|
4698
4698
|
_: 1
|
|
4699
4699
|
})) : he("", !0),
|
|
4700
|
-
ae("div",
|
|
4700
|
+
ae("div", Zu, [
|
|
4701
4701
|
Ee(t.$slots, "default")
|
|
4702
4702
|
])
|
|
4703
4703
|
], 2);
|
|
4704
4704
|
}
|
|
4705
|
-
const
|
|
4706
|
-
const
|
|
4705
|
+
const m1 = /* @__PURE__ */ Ae(Wu, [["render", Ju]]);
|
|
4706
|
+
const Xu = {
|
|
4707
4707
|
name: "IbRadio",
|
|
4708
4708
|
model: {
|
|
4709
4709
|
prop: "isChecked",
|
|
@@ -4771,11 +4771,11 @@ const Ju = {
|
|
|
4771
4771
|
};
|
|
4772
4772
|
}
|
|
4773
4773
|
}
|
|
4774
|
-
},
|
|
4774
|
+
}, 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 = {
|
|
4775
4775
|
key: 0,
|
|
4776
4776
|
class: "ib-radio-label"
|
|
4777
4777
|
};
|
|
4778
|
-
function
|
|
4778
|
+
function rd(t, n, e, r, o, i) {
|
|
4779
4779
|
var s, l;
|
|
4780
4780
|
return G(), ne("label", {
|
|
4781
4781
|
role: "radio",
|
|
@@ -4795,17 +4795,17 @@ function id(t, n, e, r, o, i) {
|
|
|
4795
4795
|
onInput: n[0] || (n[0] = et(() => {
|
|
4796
4796
|
}, ["stop"])),
|
|
4797
4797
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4798
|
-
}, null, 40,
|
|
4798
|
+
}, null, 40, td),
|
|
4799
4799
|
ae("span", {
|
|
4800
4800
|
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4801
4801
|
}, [
|
|
4802
|
-
|
|
4803
|
-
(l = e.label) != null && l.length ? (G(), ne("span",
|
|
4802
|
+
nd,
|
|
4803
|
+
(l = e.label) != null && l.length ? (G(), ne("span", id, $e(e.label), 1)) : he("", !0)
|
|
4804
4804
|
], 2)
|
|
4805
|
-
], 10,
|
|
4805
|
+
], 10, ed);
|
|
4806
4806
|
}
|
|
4807
|
-
const
|
|
4808
|
-
const
|
|
4807
|
+
const v1 = /* @__PURE__ */ Ae(Xu, [["render", rd], ["__scopeId", "data-v-02701670"]]);
|
|
4808
|
+
const od = {
|
|
4809
4809
|
props: {
|
|
4810
4810
|
characterLimit: {
|
|
4811
4811
|
type: [String, Number],
|
|
@@ -4816,26 +4816,26 @@ const rd = {
|
|
|
4816
4816
|
required: !0
|
|
4817
4817
|
}
|
|
4818
4818
|
}
|
|
4819
|
-
},
|
|
4819
|
+
}, ad = { class: "character-count" }, ld = {
|
|
4820
4820
|
key: 0,
|
|
4821
4821
|
class: "val-limit"
|
|
4822
|
-
},
|
|
4822
|
+
}, sd = { class: "val-length" }, ud = { class: "val-limit" }, dd = {
|
|
4823
4823
|
key: 3,
|
|
4824
4824
|
class: "val-length val-limited"
|
|
4825
4825
|
};
|
|
4826
|
-
function
|
|
4827
|
-
return G(), ne("div",
|
|
4826
|
+
function cd(t, n, e, r, o, i) {
|
|
4827
|
+
return G(), ne("div", ad, [
|
|
4828
4828
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(tt, { key: 1 }, [
|
|
4829
|
-
ae("p",
|
|
4829
|
+
ae("p", sd, $e(e.characterLimit - e.characterLength), 1),
|
|
4830
4830
|
Ge(" / "),
|
|
4831
|
-
ae("p",
|
|
4831
|
+
ae("p", ud, $e(e.characterLimit), 1)
|
|
4832
4832
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(tt, { key: 2 }, [
|
|
4833
4833
|
Ge("0")
|
|
4834
|
-
], 64)) : (G(), ne("p",
|
|
4834
|
+
], 64)) : (G(), ne("p", dd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", ld, "Max " + $e(e.characterLimit), 1))
|
|
4835
4835
|
]);
|
|
4836
4836
|
}
|
|
4837
|
-
const Uo = /* @__PURE__ */ Ae(
|
|
4838
|
-
const
|
|
4837
|
+
const Uo = /* @__PURE__ */ Ae(od, [["render", cd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4838
|
+
const fd = {
|
|
4839
4839
|
name: "IbTextarea",
|
|
4840
4840
|
props: {
|
|
4841
4841
|
disabled: {
|
|
@@ -4892,8 +4892,8 @@ const cd = {
|
|
|
4892
4892
|
IbCharacterCount: Uo
|
|
4893
4893
|
},
|
|
4894
4894
|
inheritAttrs: !1
|
|
4895
|
-
},
|
|
4896
|
-
function
|
|
4895
|
+
}, hd = ["disabled"];
|
|
4896
|
+
function pd(t, n, e, r, o, i) {
|
|
4897
4897
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4898
4898
|
return G(), ne("div", {
|
|
4899
4899
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4925,12 +4925,12 @@ function hd(t, n, e, r, o, i) {
|
|
|
4925
4925
|
onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
|
|
4926
4926
|
class: ["ib-textarea", i.classes],
|
|
4927
4927
|
disabled: e.disabled
|
|
4928
|
-
}), null, 16,
|
|
4928
|
+
}), null, 16, hd), [
|
|
4929
4929
|
[Ao, o.val]
|
|
4930
4930
|
])
|
|
4931
4931
|
], 2);
|
|
4932
4932
|
}
|
|
4933
|
-
const
|
|
4933
|
+
const y1 = /* @__PURE__ */ Ae(fd, [["render", pd], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4934
4934
|
var nr = [
|
|
4935
4935
|
"onChange",
|
|
4936
4936
|
"onClose",
|
|
@@ -5133,7 +5133,7 @@ function Ot(t) {
|
|
|
5133
5133
|
var rr = function() {
|
|
5134
5134
|
}, mi = function(t, n, e) {
|
|
5135
5135
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
5136
|
-
},
|
|
5136
|
+
}, gd = {
|
|
5137
5137
|
D: rr,
|
|
5138
5138
|
F: function(t, n, e) {
|
|
5139
5139
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -5324,7 +5324,7 @@ var rr = function() {
|
|
|
5324
5324
|
m += un[$];
|
|
5325
5325
|
var S = new RegExp(m).exec(i);
|
|
5326
5326
|
S && (b = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
5327
|
-
fn:
|
|
5327
|
+
fn: gd[$],
|
|
5328
5328
|
val: S[++g]
|
|
5329
5329
|
});
|
|
5330
5330
|
} else
|
|
@@ -5347,14 +5347,14 @@ var rr = function() {
|
|
|
5347
5347
|
function kt(t, n, e) {
|
|
5348
5348
|
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();
|
|
5349
5349
|
}
|
|
5350
|
-
var
|
|
5350
|
+
var md = function(t, n, e) {
|
|
5351
5351
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5352
5352
|
}, or = function(t, n, e) {
|
|
5353
5353
|
return t * 3600 + n * 60 + e;
|
|
5354
|
-
},
|
|
5354
|
+
}, vd = function(t) {
|
|
5355
5355
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5356
5356
|
return [n, e, t - n * 3600 - e * 60];
|
|
5357
|
-
},
|
|
5357
|
+
}, yd = {
|
|
5358
5358
|
DAY: 864e5
|
|
5359
5359
|
};
|
|
5360
5360
|
function ar(t) {
|
|
@@ -5400,8 +5400,8 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5400
5400
|
for (var i = arguments[n], s = 0, l = i.length; s < l; s++, o++)
|
|
5401
5401
|
r[o] = i[s];
|
|
5402
5402
|
return r;
|
|
5403
|
-
},
|
|
5404
|
-
function
|
|
5403
|
+
}, bd = 300;
|
|
5404
|
+
function _d(t, n) {
|
|
5405
5405
|
var e = {
|
|
5406
5406
|
config: ft(ft({}, _n), Je.defaultConfig),
|
|
5407
5407
|
l10n: zn
|
|
@@ -5464,7 +5464,7 @@ function bd(t, n) {
|
|
|
5464
5464
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5465
5465
|
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);
|
|
5466
5466
|
if (me > Ce && me < de) {
|
|
5467
|
-
var Pe =
|
|
5467
|
+
var Pe = vd(de);
|
|
5468
5468
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5469
5469
|
}
|
|
5470
5470
|
} else {
|
|
@@ -5519,7 +5519,7 @@ function bd(t, n) {
|
|
|
5519
5519
|
return;
|
|
5520
5520
|
}
|
|
5521
5521
|
var I = Kr(Te, 50);
|
|
5522
|
-
if (e._debouncedChange = Kr(y,
|
|
5522
|
+
if (e._debouncedChange = Kr(y, bd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5523
5523
|
e.config.mode === "range" && _e(Ot(z));
|
|
5524
5524
|
}), 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) {
|
|
5525
5525
|
var L = function(z) {
|
|
@@ -5902,7 +5902,7 @@ function bd(t, n) {
|
|
|
5902
5902
|
}
|
|
5903
5903
|
function _e(I, L) {
|
|
5904
5904
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5905
|
-
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 +=
|
|
5905
|
+
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)
|
|
5906
5906
|
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));
|
|
5907
5907
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5908
5908
|
Oe.forEach(function(Be) {
|
|
@@ -5916,7 +5916,7 @@ function bd(t, n) {
|
|
|
5916
5916
|
return;
|
|
5917
5917
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5918
5918
|
Be.classList.remove(Dt);
|
|
5919
|
-
}), 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) &&
|
|
5919
|
+
}), 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"));
|
|
5920
5920
|
});
|
|
5921
5921
|
}
|
|
5922
5922
|
}
|
|
@@ -6285,7 +6285,7 @@ function $n(t, n) {
|
|
|
6285
6285
|
try {
|
|
6286
6286
|
if (i.getAttribute("data-fp-omit") !== null)
|
|
6287
6287
|
continue;
|
|
6288
|
-
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr =
|
|
6288
|
+
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr = _d(i, n || {}), r.push(i._flatpickr);
|
|
6289
6289
|
} catch (s) {
|
|
6290
6290
|
console.error(s);
|
|
6291
6291
|
}
|
|
@@ -6415,17 +6415,17 @@ var Go = { exports: {} };
|
|
|
6415
6415
|
return r;
|
|
6416
6416
|
});
|
|
6417
6417
|
})(Go);
|
|
6418
|
-
var
|
|
6419
|
-
const
|
|
6418
|
+
var $d = Go.exports;
|
|
6419
|
+
const wd = /* @__PURE__ */ Ei($d), Od = `
|
|
6420
6420
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6421
6421
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6422
6422
|
</svg>
|
|
6423
|
-
`,
|
|
6423
|
+
`, kd = `
|
|
6424
6424
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6425
6425
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6426
6426
|
</svg>
|
|
6427
6427
|
`;
|
|
6428
|
-
const
|
|
6428
|
+
const Cd = "single", lr = "range", Ed = {
|
|
6429
6429
|
props: {
|
|
6430
6430
|
name: {
|
|
6431
6431
|
type: String,
|
|
@@ -6448,7 +6448,7 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6448
6448
|
},
|
|
6449
6449
|
mode: {
|
|
6450
6450
|
type: String,
|
|
6451
|
-
default:
|
|
6451
|
+
default: Cd
|
|
6452
6452
|
},
|
|
6453
6453
|
label: {
|
|
6454
6454
|
type: String,
|
|
@@ -6509,8 +6509,8 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6509
6509
|
position: "left",
|
|
6510
6510
|
mode: this.mode,
|
|
6511
6511
|
appendTo: this.$refs.dropdown,
|
|
6512
|
-
prevArrow:
|
|
6513
|
-
nextArrow:
|
|
6512
|
+
prevArrow: Od,
|
|
6513
|
+
nextArrow: kd,
|
|
6514
6514
|
ignoredFocusElements: Array.from(t),
|
|
6515
6515
|
locale: {
|
|
6516
6516
|
weekdays: {
|
|
@@ -6532,7 +6532,7 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6532
6532
|
onChange: (r, o) => this.onChange(o),
|
|
6533
6533
|
onClose: () => this.onClose()
|
|
6534
6534
|
};
|
|
6535
|
-
this.mode === lr && (n.plugins = [new
|
|
6535
|
+
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);
|
|
6536
6536
|
const e = Object.assign({}, n, this.config);
|
|
6537
6537
|
return this.pickerOptions = e, e;
|
|
6538
6538
|
},
|
|
@@ -6577,20 +6577,20 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6577
6577
|
IbLabel: Ci,
|
|
6578
6578
|
IbAlert: cn
|
|
6579
6579
|
}
|
|
6580
|
-
},
|
|
6580
|
+
}, Td = { class: "inputs-wrapper" }, Sd = { class: "input-group-wrapper" }, xd = ["placeholder"], Ad = {
|
|
6581
6581
|
ref: "dropdown",
|
|
6582
6582
|
class: "dropdown"
|
|
6583
|
-
},
|
|
6583
|
+
}, Nd = {
|
|
6584
6584
|
key: 1,
|
|
6585
6585
|
class: "support-text"
|
|
6586
|
-
},
|
|
6586
|
+
}, Id = {
|
|
6587
6587
|
key: 0,
|
|
6588
6588
|
class: "input-group-wrapper"
|
|
6589
|
-
},
|
|
6589
|
+
}, Pd = ["placeholder"], Md = {
|
|
6590
6590
|
key: 1,
|
|
6591
6591
|
class: "support-text"
|
|
6592
6592
|
};
|
|
6593
|
-
function
|
|
6593
|
+
function Dd(t, n, e, r, o, i) {
|
|
6594
6594
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6595
6595
|
return G(), ne("div", {
|
|
6596
6596
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6609,8 +6609,8 @@ function Md(t, n, e, r, o, i) {
|
|
|
6609
6609
|
]),
|
|
6610
6610
|
_: 1
|
|
6611
6611
|
})) : he("", !0),
|
|
6612
|
-
ae("div",
|
|
6613
|
-
ae("div",
|
|
6612
|
+
ae("div", Td, [
|
|
6613
|
+
ae("div", Sd, [
|
|
6614
6614
|
e.label.length ? (G(), ke(l, {
|
|
6615
6615
|
key: 0,
|
|
6616
6616
|
class: "label",
|
|
@@ -6629,16 +6629,16 @@ function Md(t, n, e, r, o, i) {
|
|
|
6629
6629
|
placeholder: e.placeholder,
|
|
6630
6630
|
ref: "date",
|
|
6631
6631
|
class: "date-picker-input"
|
|
6632
|
-
}, null, 8,
|
|
6632
|
+
}, null, 8, xd),
|
|
6633
6633
|
ge(c, {
|
|
6634
6634
|
name: "today-outline",
|
|
6635
6635
|
class: "calendar-icon"
|
|
6636
6636
|
})
|
|
6637
6637
|
], 2),
|
|
6638
|
-
ae("div",
|
|
6639
|
-
e.supportText.length ? (G(), ne("p",
|
|
6638
|
+
ae("div", Ad, null, 512),
|
|
6639
|
+
e.supportText.length ? (G(), ne("p", Nd, $e(e.supportText), 1)) : he("", !0)
|
|
6640
6640
|
]),
|
|
6641
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6641
|
+
e.mode === "range" ? (G(), ne("div", Id, [
|
|
6642
6642
|
e.endDateLabel.length ? (G(), ke(l, {
|
|
6643
6643
|
key: 0,
|
|
6644
6644
|
class: "end-date-label label",
|
|
@@ -6657,18 +6657,18 @@ function Md(t, n, e, r, o, i) {
|
|
|
6657
6657
|
class: "date-picker-input",
|
|
6658
6658
|
placeholder: e.placeholder,
|
|
6659
6659
|
ref: "toDate"
|
|
6660
|
-
}, null, 8,
|
|
6660
|
+
}, null, 8, Pd),
|
|
6661
6661
|
ge(c, {
|
|
6662
6662
|
name: "today-outline",
|
|
6663
6663
|
class: "calendar-icon"
|
|
6664
6664
|
})
|
|
6665
6665
|
], 2),
|
|
6666
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6666
|
+
e.endDateSupportText.length ? (G(), ne("p", Md, $e(e.endDateSupportText), 1)) : he("", !0)
|
|
6667
6667
|
])) : he("", !0)
|
|
6668
6668
|
])
|
|
6669
6669
|
], 2);
|
|
6670
6670
|
}
|
|
6671
|
-
const
|
|
6671
|
+
const b1 = /* @__PURE__ */ Ae(Ed, [["render", Dd]]), Ld = [
|
|
6672
6672
|
[
|
|
6673
6673
|
"Afghanistan (افغانستان)",
|
|
6674
6674
|
"af",
|
|
@@ -7885,12 +7885,12 @@ const y1 = /* @__PURE__ */ Ae(Cd, [["render", Md]]), Dd = [
|
|
|
7885
7885
|
"ax",
|
|
7886
7886
|
"358"
|
|
7887
7887
|
]
|
|
7888
|
-
],
|
|
7888
|
+
], Rd = Ld.map(([t, n, e]) => ({
|
|
7889
7889
|
name: t,
|
|
7890
7890
|
iso2: n.toUpperCase(),
|
|
7891
7891
|
dialCode: e
|
|
7892
7892
|
}));
|
|
7893
|
-
function
|
|
7893
|
+
function Bd() {
|
|
7894
7894
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7895
7895
|
const n = (t || "").toString();
|
|
7896
7896
|
if (!n || n[0] !== "1")
|
|
@@ -7898,7 +7898,7 @@ function Rd() {
|
|
|
7898
7898
|
return n.substr(2, 2);
|
|
7899
7899
|
});
|
|
7900
7900
|
}
|
|
7901
|
-
function
|
|
7901
|
+
function jd(t, n) {
|
|
7902
7902
|
if (t.setSelectionRange)
|
|
7903
7903
|
t.focus(), t.setSelectionRange(n, n);
|
|
7904
7904
|
else if (t.createTextRange) {
|
|
@@ -7906,11 +7906,11 @@ function Bd(t, n) {
|
|
|
7906
7906
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7907
7907
|
}
|
|
7908
7908
|
}
|
|
7909
|
-
const
|
|
7909
|
+
const qd = [
|
|
7910
7910
|
{
|
|
7911
7911
|
name: "allCountries",
|
|
7912
7912
|
type: Array,
|
|
7913
|
-
default:
|
|
7913
|
+
default: Rd,
|
|
7914
7914
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7915
7915
|
inDemo: !1
|
|
7916
7916
|
},
|
|
@@ -8151,7 +8151,7 @@ const jd = [
|
|
|
8151
8151
|
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)",
|
|
8152
8152
|
inDemo: !1
|
|
8153
8153
|
}
|
|
8154
|
-
],
|
|
8154
|
+
], Fd = [...qd].reduce((t, n) => {
|
|
8155
8155
|
if (n.name.includes(".")) {
|
|
8156
8156
|
const [e, r] = n.name.split(".");
|
|
8157
8157
|
t[e] ? Object.assign(t[e], { [r]: n.default }) : Object.assign(t, { [e]: { [r]: n.default } });
|
|
@@ -8159,11 +8159,11 @@ const jd = [
|
|
|
8159
8159
|
Object.assign(t, { [n.name]: n.default });
|
|
8160
8160
|
return t;
|
|
8161
8161
|
}, {}), Yr = {
|
|
8162
|
-
options: { ...
|
|
8163
|
-
}, 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}"]]] } };
|
|
8164
|
-
function
|
|
8162
|
+
options: { ...Fd }
|
|
8163
|
+
}, 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}"]]] } };
|
|
8164
|
+
function Vd(t, n) {
|
|
8165
8165
|
var e = Array.prototype.slice.call(n);
|
|
8166
|
-
return e.push(
|
|
8166
|
+
return e.push(Hd), t.apply(this, e);
|
|
8167
8167
|
}
|
|
8168
8168
|
function mr(t) {
|
|
8169
8169
|
return mr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -8178,19 +8178,19 @@ function Wr(t, n) {
|
|
|
8178
8178
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8179
8179
|
}
|
|
8180
8180
|
}
|
|
8181
|
-
function
|
|
8181
|
+
function Ud(t, n, e) {
|
|
8182
8182
|
return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8183
8183
|
}
|
|
8184
|
-
function
|
|
8184
|
+
function zd(t, n) {
|
|
8185
8185
|
if (!(t instanceof n))
|
|
8186
8186
|
throw new TypeError("Cannot call a class as a function");
|
|
8187
8187
|
}
|
|
8188
|
-
function
|
|
8188
|
+
function Kd(t, n) {
|
|
8189
8189
|
if (typeof n != "function" && n !== null)
|
|
8190
8190
|
throw new TypeError("Super expression must either be null or a function");
|
|
8191
8191
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8192
8192
|
}
|
|
8193
|
-
function
|
|
8193
|
+
function Gd(t) {
|
|
8194
8194
|
var n = Wo();
|
|
8195
8195
|
return function() {
|
|
8196
8196
|
var e = Gn(t), r;
|
|
@@ -8199,10 +8199,10 @@ function Kd(t) {
|
|
|
8199
8199
|
r = Reflect.construct(e, arguments, o);
|
|
8200
8200
|
} else
|
|
8201
8201
|
r = e.apply(this, arguments);
|
|
8202
|
-
return
|
|
8202
|
+
return Yd(this, r);
|
|
8203
8203
|
};
|
|
8204
8204
|
}
|
|
8205
|
-
function
|
|
8205
|
+
function Yd(t, n) {
|
|
8206
8206
|
if (n && (mr(n) === "object" || typeof n == "function"))
|
|
8207
8207
|
return n;
|
|
8208
8208
|
if (n !== void 0)
|
|
@@ -8217,7 +8217,7 @@ function Yo(t) {
|
|
|
8217
8217
|
function vr(t) {
|
|
8218
8218
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
8219
8219
|
return vr = function(e) {
|
|
8220
|
-
if (e === null || !
|
|
8220
|
+
if (e === null || !Wd(e))
|
|
8221
8221
|
return e;
|
|
8222
8222
|
if (typeof e != "function")
|
|
8223
8223
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -8252,7 +8252,7 @@ function Wo() {
|
|
|
8252
8252
|
return !1;
|
|
8253
8253
|
}
|
|
8254
8254
|
}
|
|
8255
|
-
function
|
|
8255
|
+
function Wd(t) {
|
|
8256
8256
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8257
8257
|
}
|
|
8258
8258
|
function Kn(t, n) {
|
|
@@ -8266,14 +8266,14 @@ function Gn(t) {
|
|
|
8266
8266
|
}, Gn(t);
|
|
8267
8267
|
}
|
|
8268
8268
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8269
|
-
|
|
8270
|
-
var n =
|
|
8269
|
+
Kd(e, t);
|
|
8270
|
+
var n = Gd(e);
|
|
8271
8271
|
function e(r) {
|
|
8272
8272
|
var o;
|
|
8273
|
-
return
|
|
8273
|
+
return zd(this, e), o = n.call(this, r), Object.setPrototypeOf(Yo(o), e.prototype), o.name = o.constructor.name, o;
|
|
8274
8274
|
}
|
|
8275
|
-
return
|
|
8276
|
-
}(/* @__PURE__ */ vr(Error)), Sr = 2,
|
|
8275
|
+
return Ud(e);
|
|
8276
|
+
}(/* @__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 = "++";
|
|
8277
8277
|
function Zr(t, n) {
|
|
8278
8278
|
t = t.split("-"), n = n.split("-");
|
|
8279
8279
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8309,9 +8309,9 @@ function Jr(t, n) {
|
|
|
8309
8309
|
function Si(t, n, e) {
|
|
8310
8310
|
return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8311
8311
|
}
|
|
8312
|
-
var
|
|
8312
|
+
var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8313
8313
|
function t(n) {
|
|
8314
|
-
Ti(this, t),
|
|
8314
|
+
Ti(this, t), dc(n), this.metadata = n, Zo.call(this, n);
|
|
8315
8315
|
}
|
|
8316
8316
|
return Si(t, [{
|
|
8317
8317
|
key: "getCountries",
|
|
@@ -8364,7 +8364,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8364
8364
|
}, {
|
|
8365
8365
|
key: "selectNumberingPlan",
|
|
8366
8366
|
value: function(n, e) {
|
|
8367
|
-
if (n &&
|
|
8367
|
+
if (n && ac.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8368
8368
|
if (!this.hasCountry(n))
|
|
8369
8369
|
throw new Error("Unknown country: ".concat(n));
|
|
8370
8370
|
this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
|
|
@@ -8554,7 +8554,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8554
8554
|
value: function() {
|
|
8555
8555
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8556
8556
|
return e.map(function(r) {
|
|
8557
|
-
return new
|
|
8557
|
+
return new lc(r, n);
|
|
8558
8558
|
});
|
|
8559
8559
|
}
|
|
8560
8560
|
}, {
|
|
@@ -8623,7 +8623,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8623
8623
|
key: "type",
|
|
8624
8624
|
value: function(n) {
|
|
8625
8625
|
if (this.hasTypes() && eo(this.types(), n))
|
|
8626
|
-
return new
|
|
8626
|
+
return new uc(eo(this.types(), n), this);
|
|
8627
8627
|
}
|
|
8628
8628
|
}, {
|
|
8629
8629
|
key: "ext",
|
|
@@ -8631,7 +8631,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8631
8631
|
return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
|
|
8632
8632
|
}
|
|
8633
8633
|
}]), t;
|
|
8634
|
-
}(),
|
|
8634
|
+
}(), lc = /* @__PURE__ */ function() {
|
|
8635
8635
|
function t(n, e) {
|
|
8636
8636
|
Ti(this, t), this._format = n, this.metadata = e;
|
|
8637
8637
|
}
|
|
@@ -8670,7 +8670,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8670
8670
|
key: "usesNationalPrefix",
|
|
8671
8671
|
value: function() {
|
|
8672
8672
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8673
|
-
!
|
|
8673
|
+
!sc.test(this.nationalPrefixFormattingRule()));
|
|
8674
8674
|
}
|
|
8675
8675
|
}, {
|
|
8676
8676
|
key: "internationalFormat",
|
|
@@ -8678,7 +8678,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8678
8678
|
return this._format[5] || this.format();
|
|
8679
8679
|
}
|
|
8680
8680
|
}]), t;
|
|
8681
|
-
}(),
|
|
8681
|
+
}(), sc = /^\(?\$1\)?$/, uc = /* @__PURE__ */ function() {
|
|
8682
8682
|
function t(n, e) {
|
|
8683
8683
|
Ti(this, t), this.type = n, this.metadata = e;
|
|
8684
8684
|
}
|
|
@@ -8719,15 +8719,15 @@ function eo(t, n) {
|
|
|
8719
8719
|
return t[9];
|
|
8720
8720
|
}
|
|
8721
8721
|
}
|
|
8722
|
-
function
|
|
8722
|
+
function dc(t) {
|
|
8723
8723
|
if (!t)
|
|
8724
8724
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8725
8725
|
if (!sr(t) || !sr(t.countries))
|
|
8726
|
-
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 " +
|
|
8726
|
+
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, "."));
|
|
8727
8727
|
}
|
|
8728
8728
|
var sr = function(t) {
|
|
8729
8729
|
return yi(t) === "object";
|
|
8730
|
-
},
|
|
8730
|
+
}, cc = function(t) {
|
|
8731
8731
|
return yi(t);
|
|
8732
8732
|
};
|
|
8733
8733
|
function Ar(t, n) {
|
|
@@ -8735,34 +8735,34 @@ function Ar(t, n) {
|
|
|
8735
8735
|
return n.country(t).countryCallingCode();
|
|
8736
8736
|
throw new Error("Unknown country: ".concat(t));
|
|
8737
8737
|
}
|
|
8738
|
-
function
|
|
8738
|
+
function fc(t, n) {
|
|
8739
8739
|
return n.countries[t] !== void 0;
|
|
8740
8740
|
}
|
|
8741
8741
|
function Zo(t) {
|
|
8742
8742
|
var n = t.version;
|
|
8743
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n,
|
|
8743
|
+
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;
|
|
8744
8744
|
}
|
|
8745
|
-
var
|
|
8745
|
+
var hc = ";ext=", bn = function(t) {
|
|
8746
8746
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8747
8747
|
};
|
|
8748
8748
|
function Jo(t) {
|
|
8749
|
-
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 =
|
|
8749
|
+
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;
|
|
8750
8750
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8751
8751
|
}
|
|
8752
|
-
var
|
|
8753
|
-
"(?:" + Jo() + ")?",
|
|
8752
|
+
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
|
|
8753
|
+
"(?:" + Jo() + ")?", yc = new RegExp(
|
|
8754
8754
|
// Either a short two-digit-only phone number
|
|
8755
|
-
"^" +
|
|
8755
|
+
"^" + pc + "$|^" + vc + "$",
|
|
8756
8756
|
"i"
|
|
8757
8757
|
);
|
|
8758
8758
|
function Xo(t) {
|
|
8759
|
-
return t.length >= Sr &&
|
|
8759
|
+
return t.length >= Sr && yc.test(t);
|
|
8760
8760
|
}
|
|
8761
|
-
function
|
|
8762
|
-
return
|
|
8761
|
+
function bc(t) {
|
|
8762
|
+
return mc.test(t);
|
|
8763
8763
|
}
|
|
8764
8764
|
var to = new RegExp("(?:" + Jo() + ")$", "i");
|
|
8765
|
-
function
|
|
8765
|
+
function _c(t) {
|
|
8766
8766
|
var n = t.search(to);
|
|
8767
8767
|
if (n < 0)
|
|
8768
8768
|
return {};
|
|
@@ -8775,7 +8775,7 @@ function bc(t) {
|
|
|
8775
8775
|
o++;
|
|
8776
8776
|
}
|
|
8777
8777
|
}
|
|
8778
|
-
var
|
|
8778
|
+
var $c = {
|
|
8779
8779
|
0: "0",
|
|
8780
8780
|
1: "1",
|
|
8781
8781
|
2: "2",
|
|
@@ -8847,14 +8847,14 @@ var _c = {
|
|
|
8847
8847
|
"۹": "9"
|
|
8848
8848
|
// Eastern-Arabic digit 9
|
|
8849
8849
|
};
|
|
8850
|
-
function
|
|
8851
|
-
return
|
|
8850
|
+
function wc(t) {
|
|
8851
|
+
return $c[t];
|
|
8852
8852
|
}
|
|
8853
|
-
function
|
|
8853
|
+
function Oc(t, n) {
|
|
8854
8854
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8855
8855
|
if (e)
|
|
8856
8856
|
return (e = e.call(t)).next.bind(e);
|
|
8857
|
-
if (Array.isArray(t) || (e =
|
|
8857
|
+
if (Array.isArray(t) || (e = kc(t)) || n && t && typeof t.length == "number") {
|
|
8858
8858
|
e && (t = e);
|
|
8859
8859
|
var r = 0;
|
|
8860
8860
|
return function() {
|
|
@@ -8864,7 +8864,7 @@ function wc(t, n) {
|
|
|
8864
8864
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8865
8865
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8866
8866
|
}
|
|
8867
|
-
function
|
|
8867
|
+
function kc(t, n) {
|
|
8868
8868
|
if (t) {
|
|
8869
8869
|
if (typeof t == "string")
|
|
8870
8870
|
return no(t, n);
|
|
@@ -8882,20 +8882,20 @@ function no(t, n) {
|
|
|
8882
8882
|
return r;
|
|
8883
8883
|
}
|
|
8884
8884
|
function io(t) {
|
|
8885
|
-
for (var n = "", e =
|
|
8885
|
+
for (var n = "", e = Oc(t.split("")), r; !(r = e()).done; ) {
|
|
8886
8886
|
var o = r.value;
|
|
8887
|
-
n +=
|
|
8887
|
+
n += Cc(o, n) || "";
|
|
8888
8888
|
}
|
|
8889
8889
|
return n;
|
|
8890
8890
|
}
|
|
8891
|
-
function kc(t, n) {
|
|
8892
|
-
return t === "+" ? n ? void 0 : "+" : $c(t);
|
|
8893
|
-
}
|
|
8894
8891
|
function Cc(t, n) {
|
|
8892
|
+
return t === "+" ? n ? void 0 : "+" : wc(t);
|
|
8893
|
+
}
|
|
8894
|
+
function Ec(t, n) {
|
|
8895
8895
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8896
8896
|
if (e)
|
|
8897
8897
|
return (e = e.call(t)).next.bind(e);
|
|
8898
|
-
if (Array.isArray(t) || (e =
|
|
8898
|
+
if (Array.isArray(t) || (e = Tc(t)) || n && t && typeof t.length == "number") {
|
|
8899
8899
|
e && (t = e);
|
|
8900
8900
|
var r = 0;
|
|
8901
8901
|
return function() {
|
|
@@ -8905,7 +8905,7 @@ function Cc(t, n) {
|
|
|
8905
8905
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8906
8906
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8907
8907
|
}
|
|
8908
|
-
function
|
|
8908
|
+
function Tc(t, n) {
|
|
8909
8909
|
if (t) {
|
|
8910
8910
|
if (typeof t == "string")
|
|
8911
8911
|
return ro(t, n);
|
|
@@ -8922,8 +8922,8 @@ function ro(t, n) {
|
|
|
8922
8922
|
r[e] = t[e];
|
|
8923
8923
|
return r;
|
|
8924
8924
|
}
|
|
8925
|
-
function
|
|
8926
|
-
for (var e = t.slice(), r =
|
|
8925
|
+
function Sc(t, n) {
|
|
8926
|
+
for (var e = t.slice(), r = Ec(n), o; !(o = r()).done; ) {
|
|
8927
8927
|
var i = o.value;
|
|
8928
8928
|
t.indexOf(i) < 0 && e.push(i);
|
|
8929
8929
|
}
|
|
@@ -8942,13 +8942,13 @@ function Qo(t, n, e) {
|
|
|
8942
8942
|
if (!e.type("FIXED_LINE"))
|
|
8943
8943
|
return Qo(t, "MOBILE", e);
|
|
8944
8944
|
var i = e.type("MOBILE");
|
|
8945
|
-
i && (o =
|
|
8945
|
+
i && (o = Sc(o, i.possibleLengths()));
|
|
8946
8946
|
} else if (n && !r)
|
|
8947
8947
|
return "INVALID_LENGTH";
|
|
8948
8948
|
var s = t.length, l = o[0];
|
|
8949
8949
|
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";
|
|
8950
8950
|
}
|
|
8951
|
-
function
|
|
8951
|
+
function xc(t, n, e) {
|
|
8952
8952
|
if (n === void 0 && (n = {}), e = new Ct(e), n.v2) {
|
|
8953
8953
|
if (!t.countryCallingCode)
|
|
8954
8954
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8980,14 +8980,14 @@ function ea(t, n) {
|
|
|
8980
8980
|
return !1;
|
|
8981
8981
|
}
|
|
8982
8982
|
}
|
|
8983
|
-
function
|
|
8984
|
-
return
|
|
8983
|
+
function Ac(t, n) {
|
|
8984
|
+
return Pc(t) || Ic(t, n) || ta(t, n) || Nc();
|
|
8985
8985
|
}
|
|
8986
|
-
function
|
|
8986
|
+
function Nc() {
|
|
8987
8987
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8988
8988
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8989
8989
|
}
|
|
8990
|
-
function
|
|
8990
|
+
function Ic(t, n) {
|
|
8991
8991
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8992
8992
|
if (e != null) {
|
|
8993
8993
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -9007,11 +9007,11 @@ function Nc(t, n) {
|
|
|
9007
9007
|
return r;
|
|
9008
9008
|
}
|
|
9009
9009
|
}
|
|
9010
|
-
function
|
|
9010
|
+
function Pc(t) {
|
|
9011
9011
|
if (Array.isArray(t))
|
|
9012
9012
|
return t;
|
|
9013
9013
|
}
|
|
9014
|
-
function
|
|
9014
|
+
function Mc(t, n) {
|
|
9015
9015
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9016
9016
|
if (e)
|
|
9017
9017
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -9042,11 +9042,11 @@ function oo(t, n) {
|
|
|
9042
9042
|
r[e] = t[e];
|
|
9043
9043
|
return r;
|
|
9044
9044
|
}
|
|
9045
|
-
function
|
|
9045
|
+
function Dc(t) {
|
|
9046
9046
|
var n, e;
|
|
9047
9047
|
t = t.replace(/^tel:/, "tel=");
|
|
9048
|
-
for (var r =
|
|
9049
|
-
var i = o.value, s = i.split("="), l =
|
|
9048
|
+
for (var r = Mc(t.split(";")), o; !(o = r()).done; ) {
|
|
9049
|
+
var i = o.value, s = i.split("="), l = Ac(s, 2), c = l[0], f = l[1];
|
|
9050
9050
|
switch (c) {
|
|
9051
9051
|
case "tel":
|
|
9052
9052
|
n = f;
|
|
@@ -9066,7 +9066,7 @@ function Mc(t) {
|
|
|
9066
9066
|
};
|
|
9067
9067
|
return e && (h.ext = e), h;
|
|
9068
9068
|
}
|
|
9069
|
-
function
|
|
9069
|
+
function Lc(t) {
|
|
9070
9070
|
var n = t.number, e = t.ext;
|
|
9071
9071
|
if (!n)
|
|
9072
9072
|
return "";
|
|
@@ -9077,11 +9077,11 @@ function Dc(t) {
|
|
|
9077
9077
|
function Wt(t, n) {
|
|
9078
9078
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
9079
9079
|
}
|
|
9080
|
-
function
|
|
9080
|
+
function Rc(t, n) {
|
|
9081
9081
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9082
9082
|
if (e)
|
|
9083
9083
|
return (e = e.call(t)).next.bind(e);
|
|
9084
|
-
if (Array.isArray(t) || (e =
|
|
9084
|
+
if (Array.isArray(t) || (e = Bc(t)) || n && t && typeof t.length == "number") {
|
|
9085
9085
|
e && (t = e);
|
|
9086
9086
|
var r = 0;
|
|
9087
9087
|
return function() {
|
|
@@ -9091,7 +9091,7 @@ function Lc(t, n) {
|
|
|
9091
9091
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9092
9092
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9093
9093
|
}
|
|
9094
|
-
function
|
|
9094
|
+
function Bc(t, n) {
|
|
9095
9095
|
if (t) {
|
|
9096
9096
|
if (typeof t == "string")
|
|
9097
9097
|
return ao(t, n);
|
|
@@ -9108,7 +9108,7 @@ function ao(t, n) {
|
|
|
9108
9108
|
r[e] = t[e];
|
|
9109
9109
|
return r;
|
|
9110
9110
|
}
|
|
9111
|
-
var
|
|
9111
|
+
var jc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9112
9112
|
function Ir(t, n, e) {
|
|
9113
9113
|
if (n = n || {}, !!t.country) {
|
|
9114
9114
|
e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -9116,7 +9116,7 @@ function Ir(t, n, e) {
|
|
|
9116
9116
|
if (Wt(r, e.nationalNumberPattern())) {
|
|
9117
9117
|
if (ur(r, "FIXED_LINE", e))
|
|
9118
9118
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ur(r, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
9119
|
-
for (var o =
|
|
9119
|
+
for (var o = Rc(jc), i; !(i = o()).done; ) {
|
|
9120
9120
|
var s = i.value;
|
|
9121
9121
|
if (ur(r, s, e))
|
|
9122
9122
|
return s;
|
|
@@ -9127,7 +9127,7 @@ function Ir(t, n, e) {
|
|
|
9127
9127
|
function ur(t, n, e) {
|
|
9128
9128
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Wt(t, n.pattern());
|
|
9129
9129
|
}
|
|
9130
|
-
function
|
|
9130
|
+
function qc(t, n, e) {
|
|
9131
9131
|
if (n = n || {}, e = new Ct(e), !t.country)
|
|
9132
9132
|
return !1;
|
|
9133
9133
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -9135,11 +9135,11 @@ function jc(t, n, e) {
|
|
|
9135
9135
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
9136
9136
|
return Wt(r, e.nationalNumberPattern());
|
|
9137
9137
|
}
|
|
9138
|
-
function
|
|
9138
|
+
function Fc(t) {
|
|
9139
9139
|
return t.replace(new RegExp("[".concat(vi, "]+"), "g"), " ").trim();
|
|
9140
9140
|
}
|
|
9141
|
-
var
|
|
9142
|
-
function
|
|
9141
|
+
var Hc = /(\$\d)/;
|
|
9142
|
+
function Vc(t, n, e) {
|
|
9143
9143
|
var r = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
9144
9144
|
e.carrierCode, e.metadata;
|
|
9145
9145
|
var i = t.replace(new RegExp(n.pattern()), r ? n.internationalFormat() : (
|
|
@@ -9156,23 +9156,23 @@ function Hc(t, n, e) {
|
|
|
9156
9156
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
9157
9157
|
// : format.format()
|
|
9158
9158
|
// )
|
|
9159
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
9159
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Hc, n.nationalPrefixFormattingRule()) : n.format()
|
|
9160
9160
|
));
|
|
9161
|
-
return r ?
|
|
9161
|
+
return r ? Fc(i) : i;
|
|
9162
9162
|
}
|
|
9163
|
-
var
|
|
9164
|
-
function
|
|
9163
|
+
var Uc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
9164
|
+
function zc(t, n, e) {
|
|
9165
9165
|
var r = new Ct(e);
|
|
9166
9166
|
if (r.selectNumberingPlan(t, n), r.defaultIDDPrefix())
|
|
9167
9167
|
return r.defaultIDDPrefix();
|
|
9168
|
-
if (
|
|
9168
|
+
if (Uc.test(r.IDDPrefix()))
|
|
9169
9169
|
return r.IDDPrefix();
|
|
9170
9170
|
}
|
|
9171
|
-
function
|
|
9171
|
+
function Kc(t, n) {
|
|
9172
9172
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9173
9173
|
if (e)
|
|
9174
9174
|
return (e = e.call(t)).next.bind(e);
|
|
9175
|
-
if (Array.isArray(t) || (e =
|
|
9175
|
+
if (Array.isArray(t) || (e = Gc(t)) || n && t && typeof t.length == "number") {
|
|
9176
9176
|
e && (t = e);
|
|
9177
9177
|
var r = 0;
|
|
9178
9178
|
return function() {
|
|
@@ -9182,7 +9182,7 @@ function zc(t, n) {
|
|
|
9182
9182
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9183
9183
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9184
9184
|
}
|
|
9185
|
-
function
|
|
9185
|
+
function Gc(t, n) {
|
|
9186
9186
|
if (t) {
|
|
9187
9187
|
if (typeof t == "string")
|
|
9188
9188
|
return lo(t, n);
|
|
@@ -9213,14 +9213,14 @@ function uo(t) {
|
|
|
9213
9213
|
for (var n = 1; n < arguments.length; n++) {
|
|
9214
9214
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9215
9215
|
n % 2 ? so(Object(e), !0).forEach(function(r) {
|
|
9216
|
-
|
|
9216
|
+
Yc(t, r, e[r]);
|
|
9217
9217
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
|
|
9218
9218
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9219
9219
|
});
|
|
9220
9220
|
}
|
|
9221
9221
|
return t;
|
|
9222
9222
|
}
|
|
9223
|
-
function
|
|
9223
|
+
function Yc(t, n, e) {
|
|
9224
9224
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9225
9225
|
}
|
|
9226
9226
|
var co = {
|
|
@@ -9228,7 +9228,7 @@ var co = {
|
|
|
9228
9228
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9229
9229
|
}
|
|
9230
9230
|
};
|
|
9231
|
-
function
|
|
9231
|
+
function Wc(t, n, e, r) {
|
|
9232
9232
|
if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
|
|
9233
9233
|
if (!r.hasCountry(t.country))
|
|
9234
9234
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -9246,30 +9246,30 @@ function Yc(t, n, e, r) {
|
|
|
9246
9246
|
case "E.164":
|
|
9247
9247
|
return "+".concat(o).concat(i);
|
|
9248
9248
|
case "RFC3966":
|
|
9249
|
-
return
|
|
9249
|
+
return Lc({
|
|
9250
9250
|
number: "+".concat(o).concat(i),
|
|
9251
9251
|
ext: t.ext
|
|
9252
9252
|
});
|
|
9253
9253
|
case "IDD":
|
|
9254
9254
|
if (!e.fromCountry)
|
|
9255
9255
|
return;
|
|
9256
|
-
var l =
|
|
9256
|
+
var l = Jc(i, t.carrierCode, o, e.fromCountry, r);
|
|
9257
9257
|
return dr(l, t.ext, r, e.formatExtension);
|
|
9258
9258
|
default:
|
|
9259
9259
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
9260
9260
|
}
|
|
9261
9261
|
}
|
|
9262
9262
|
function bi(t, n, e, r, o) {
|
|
9263
|
-
var i =
|
|
9264
|
-
return i ?
|
|
9263
|
+
var i = Zc(r.formats(), t);
|
|
9264
|
+
return i ? Vc(t, i, {
|
|
9265
9265
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
9266
9266
|
withNationalPrefix: !(i.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
9267
9267
|
carrierCode: n,
|
|
9268
9268
|
metadata: r
|
|
9269
9269
|
}) : t;
|
|
9270
9270
|
}
|
|
9271
|
-
function
|
|
9272
|
-
for (var e =
|
|
9271
|
+
function Zc(t, n) {
|
|
9272
|
+
for (var e = Kc(t), r; !(r = e()).done; ) {
|
|
9273
9273
|
var o = r.value;
|
|
9274
9274
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
9275
9275
|
var i = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -9283,13 +9283,13 @@ function Wc(t, n) {
|
|
|
9283
9283
|
function dr(t, n, e, r) {
|
|
9284
9284
|
return n ? r(t, n, e) : t;
|
|
9285
9285
|
}
|
|
9286
|
-
function
|
|
9286
|
+
function Jc(t, n, e, r, o) {
|
|
9287
9287
|
var i = Ar(r, o.metadata);
|
|
9288
9288
|
if (i === e) {
|
|
9289
9289
|
var s = bi(t, n, "NATIONAL", o);
|
|
9290
9290
|
return e === "1" ? e + " " + s : s;
|
|
9291
9291
|
}
|
|
9292
|
-
var l =
|
|
9292
|
+
var l = zc(r, void 0, o.metadata);
|
|
9293
9293
|
if (l)
|
|
9294
9294
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9295
9295
|
}
|
|
@@ -9307,17 +9307,17 @@ function ho(t) {
|
|
|
9307
9307
|
for (var n = 1; n < arguments.length; n++) {
|
|
9308
9308
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9309
9309
|
n % 2 ? fo(Object(e), !0).forEach(function(r) {
|
|
9310
|
-
|
|
9310
|
+
Xc(t, r, e[r]);
|
|
9311
9311
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
|
|
9312
9312
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9313
9313
|
});
|
|
9314
9314
|
}
|
|
9315
9315
|
return t;
|
|
9316
9316
|
}
|
|
9317
|
-
function
|
|
9317
|
+
function Xc(t, n, e) {
|
|
9318
9318
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9319
9319
|
}
|
|
9320
|
-
function
|
|
9320
|
+
function Qc(t, n) {
|
|
9321
9321
|
if (!(t instanceof n))
|
|
9322
9322
|
throw new TypeError("Cannot call a class as a function");
|
|
9323
9323
|
}
|
|
@@ -9327,21 +9327,21 @@ function po(t, n) {
|
|
|
9327
9327
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9328
9328
|
}
|
|
9329
9329
|
}
|
|
9330
|
-
function
|
|
9330
|
+
function ef(t, n, e) {
|
|
9331
9331
|
return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9332
9332
|
}
|
|
9333
|
-
var
|
|
9333
|
+
var tf = /* @__PURE__ */ function() {
|
|
9334
9334
|
function t(n, e, r) {
|
|
9335
|
-
if (
|
|
9335
|
+
if (Qc(this, t), !n)
|
|
9336
9336
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9337
9337
|
if (!e)
|
|
9338
9338
|
throw new TypeError("`nationalNumber` not passed");
|
|
9339
9339
|
if (!r)
|
|
9340
9340
|
throw new TypeError("`metadata` not passed");
|
|
9341
9341
|
var o = new Ct(r);
|
|
9342
|
-
|
|
9342
|
+
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;
|
|
9343
9343
|
}
|
|
9344
|
-
return
|
|
9344
|
+
return ef(t, [{
|
|
9345
9345
|
key: "setExt",
|
|
9346
9346
|
value: function(n) {
|
|
9347
9347
|
this.ext = n;
|
|
@@ -9349,14 +9349,14 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9349
9349
|
}, {
|
|
9350
9350
|
key: "isPossible",
|
|
9351
9351
|
value: function() {
|
|
9352
|
-
return
|
|
9352
|
+
return xc(this, {
|
|
9353
9353
|
v2: !0
|
|
9354
9354
|
}, this.metadata);
|
|
9355
9355
|
}
|
|
9356
9356
|
}, {
|
|
9357
9357
|
key: "isValid",
|
|
9358
9358
|
value: function() {
|
|
9359
|
-
return
|
|
9359
|
+
return qc(this, {
|
|
9360
9360
|
v2: !0
|
|
9361
9361
|
}, this.metadata);
|
|
9362
9362
|
}
|
|
@@ -9386,7 +9386,7 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9386
9386
|
}, {
|
|
9387
9387
|
key: "format",
|
|
9388
9388
|
value: function(n, e) {
|
|
9389
|
-
return
|
|
9389
|
+
return Wc(this, n, e ? ho(ho({}, e), {}, {
|
|
9390
9390
|
v2: !0
|
|
9391
9391
|
}) : {
|
|
9392
9392
|
v2: !0
|
|
@@ -9408,23 +9408,23 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9408
9408
|
return this.format("RFC3966", n);
|
|
9409
9409
|
}
|
|
9410
9410
|
}]), t;
|
|
9411
|
-
}(),
|
|
9411
|
+
}(), nf = function(t) {
|
|
9412
9412
|
return /^[A-Z]{2}$/.test(t);
|
|
9413
|
-
},
|
|
9414
|
-
function
|
|
9413
|
+
}, rf = new RegExp("([" + Qt + "])");
|
|
9414
|
+
function of(t, n, e, r) {
|
|
9415
9415
|
if (n) {
|
|
9416
9416
|
var o = new Ct(r);
|
|
9417
9417
|
o.selectNumberingPlan(n, e);
|
|
9418
9418
|
var i = new RegExp(o.IDDPrefix());
|
|
9419
9419
|
if (t.search(i) === 0) {
|
|
9420
9420
|
t = t.slice(t.match(i)[0].length);
|
|
9421
|
-
var s = t.match(
|
|
9421
|
+
var s = t.match(rf);
|
|
9422
9422
|
if (!(s && s[1] != null && s[1].length > 0 && s[1] === "0"))
|
|
9423
9423
|
return t;
|
|
9424
9424
|
}
|
|
9425
9425
|
}
|
|
9426
9426
|
}
|
|
9427
|
-
function
|
|
9427
|
+
function af(t, n) {
|
|
9428
9428
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9429
9429
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), r = e.exec(t);
|
|
9430
9430
|
if (r) {
|
|
@@ -9453,13 +9453,13 @@ function of(t, n) {
|
|
|
9453
9453
|
};
|
|
9454
9454
|
}
|
|
9455
9455
|
function yr(t, n) {
|
|
9456
|
-
var e =
|
|
9456
|
+
var e = af(t, n), r = e.carrierCode, o = e.nationalNumber;
|
|
9457
9457
|
if (o !== t) {
|
|
9458
|
-
if (!
|
|
9458
|
+
if (!lf(t, o, n))
|
|
9459
9459
|
return {
|
|
9460
9460
|
nationalNumber: t
|
|
9461
9461
|
};
|
|
9462
|
-
if (n.possibleLengths() && !
|
|
9462
|
+
if (n.possibleLengths() && !sf(o, n))
|
|
9463
9463
|
return {
|
|
9464
9464
|
nationalNumber: t
|
|
9465
9465
|
};
|
|
@@ -9469,10 +9469,10 @@ function yr(t, n) {
|
|
|
9469
9469
|
carrierCode: r
|
|
9470
9470
|
};
|
|
9471
9471
|
}
|
|
9472
|
-
function
|
|
9472
|
+
function lf(t, n, e) {
|
|
9473
9473
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9474
9474
|
}
|
|
9475
|
-
function
|
|
9475
|
+
function sf(t, n) {
|
|
9476
9476
|
switch (Nr(t, n)) {
|
|
9477
9477
|
case "TOO_SHORT":
|
|
9478
9478
|
case "INVALID_LENGTH":
|
|
@@ -9481,7 +9481,7 @@ function lf(t, n) {
|
|
|
9481
9481
|
return !0;
|
|
9482
9482
|
}
|
|
9483
9483
|
}
|
|
9484
|
-
function
|
|
9484
|
+
function uf(t, n, e, r) {
|
|
9485
9485
|
var o = n ? Ar(n, r) : e;
|
|
9486
9486
|
if (t.indexOf(o) === 0) {
|
|
9487
9487
|
r = new Ct(r), r.selectNumberingPlan(n, e);
|
|
@@ -9496,16 +9496,16 @@ function sf(t, n, e, r) {
|
|
|
9496
9496
|
number: t
|
|
9497
9497
|
};
|
|
9498
9498
|
}
|
|
9499
|
-
function
|
|
9499
|
+
function df(t, n, e, r) {
|
|
9500
9500
|
if (!t)
|
|
9501
9501
|
return {};
|
|
9502
9502
|
if (t[0] !== "+") {
|
|
9503
|
-
var o =
|
|
9503
|
+
var o = of(t, n, e, r);
|
|
9504
9504
|
if (o && o !== t)
|
|
9505
9505
|
t = "+" + o;
|
|
9506
9506
|
else {
|
|
9507
9507
|
if (n || e) {
|
|
9508
|
-
var i =
|
|
9508
|
+
var i = uf(t, n, e, r), s = i.countryCallingCode, l = i.number;
|
|
9509
9509
|
if (s)
|
|
9510
9510
|
return {
|
|
9511
9511
|
countryCallingCode: s,
|
|
@@ -9520,7 +9520,7 @@ function uf(t, n, e, r) {
|
|
|
9520
9520
|
if (t[1] === "0")
|
|
9521
9521
|
return {};
|
|
9522
9522
|
r = new Ct(r);
|
|
9523
|
-
for (var c = 2; c - 1 <=
|
|
9523
|
+
for (var c = 2; c - 1 <= Jd && c <= t.length; ) {
|
|
9524
9524
|
var f = t.slice(1, c);
|
|
9525
9525
|
if (r.hasCallingCode(f))
|
|
9526
9526
|
return r.selectNumberingPlan(f), {
|
|
@@ -9531,11 +9531,11 @@ function uf(t, n, e, r) {
|
|
|
9531
9531
|
}
|
|
9532
9532
|
return {};
|
|
9533
9533
|
}
|
|
9534
|
-
function
|
|
9534
|
+
function cf(t, n) {
|
|
9535
9535
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9536
9536
|
if (e)
|
|
9537
9537
|
return (e = e.call(t)).next.bind(e);
|
|
9538
|
-
if (Array.isArray(t) || (e =
|
|
9538
|
+
if (Array.isArray(t) || (e = ff(t)) || n && t && typeof t.length == "number") {
|
|
9539
9539
|
e && (t = e);
|
|
9540
9540
|
var r = 0;
|
|
9541
9541
|
return function() {
|
|
@@ -9545,7 +9545,7 @@ function df(t, n) {
|
|
|
9545
9545
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9546
9546
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9547
9547
|
}
|
|
9548
|
-
function
|
|
9548
|
+
function ff(t, n) {
|
|
9549
9549
|
if (t) {
|
|
9550
9550
|
if (typeof t == "string")
|
|
9551
9551
|
return go(t, n);
|
|
@@ -9562,14 +9562,14 @@ function go(t, n) {
|
|
|
9562
9562
|
r[e] = t[e];
|
|
9563
9563
|
return r;
|
|
9564
9564
|
}
|
|
9565
|
-
function
|
|
9565
|
+
function hf(t, n, e) {
|
|
9566
9566
|
var r = e.getCountryCodesForCallingCode(t);
|
|
9567
9567
|
if (r)
|
|
9568
|
-
return r.length === 1 ? r[0] :
|
|
9568
|
+
return r.length === 1 ? r[0] : pf(r, n, e.metadata);
|
|
9569
9569
|
}
|
|
9570
|
-
function
|
|
9570
|
+
function pf(t, n, e) {
|
|
9571
9571
|
e = new Ct(e);
|
|
9572
|
-
for (var r =
|
|
9572
|
+
for (var r = cf(t), o; !(o = r()).done; ) {
|
|
9573
9573
|
var i = o.value;
|
|
9574
9574
|
if (e.country(i), e.leadingDigits()) {
|
|
9575
9575
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9581,17 +9581,17 @@ function hf(t, n, e) {
|
|
|
9581
9581
|
return i;
|
|
9582
9582
|
}
|
|
9583
9583
|
}
|
|
9584
|
-
var
|
|
9585
|
-
function
|
|
9584
|
+
var gf = 250, mf = new RegExp("[" + xr + Qt + "]"), vf = new RegExp("[^" + Qt + "#]+$");
|
|
9585
|
+
function yf(t, n, e) {
|
|
9586
9586
|
if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9587
9587
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9588
|
-
var r =
|
|
9588
|
+
var r = _f(t, n.v2, n.extract), o = r.number, i = r.ext, s = r.error;
|
|
9589
9589
|
if (!o) {
|
|
9590
9590
|
if (n.v2)
|
|
9591
9591
|
throw s === "TOO_SHORT" ? new Xt("TOO_SHORT") : new Xt("NOT_A_NUMBER");
|
|
9592
9592
|
return {};
|
|
9593
9593
|
}
|
|
9594
|
-
var l =
|
|
9594
|
+
var l = wf(o, n.defaultCountry, n.defaultCallingCode, e), c = l.country, f = l.nationalNumber, h = l.countryCallingCode, d = l.carrierCode;
|
|
9595
9595
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9596
9596
|
if (n.v2)
|
|
9597
9597
|
throw new Xt("INVALID_COUNTRY");
|
|
@@ -9602,13 +9602,13 @@ function vf(t, n, e) {
|
|
|
9602
9602
|
throw new Xt("TOO_SHORT");
|
|
9603
9603
|
return {};
|
|
9604
9604
|
}
|
|
9605
|
-
if (f.length >
|
|
9605
|
+
if (f.length > Zd) {
|
|
9606
9606
|
if (n.v2)
|
|
9607
9607
|
throw new Xt("TOO_LONG");
|
|
9608
9608
|
return {};
|
|
9609
9609
|
}
|
|
9610
9610
|
if (n.v2) {
|
|
9611
|
-
var a = new
|
|
9611
|
+
var a = new tf(h, f, e.metadata);
|
|
9612
9612
|
return c && (a.country = c), d && (a.carrierCode = d), i && (a.ext = i), a;
|
|
9613
9613
|
}
|
|
9614
9614
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : c) ? Wt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9620,46 +9620,46 @@ function vf(t, n, e) {
|
|
|
9620
9620
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && ea(f, e)),
|
|
9621
9621
|
phone: f,
|
|
9622
9622
|
ext: i
|
|
9623
|
-
} : u ?
|
|
9623
|
+
} : u ? $f(c, f, i) : {};
|
|
9624
9624
|
}
|
|
9625
|
-
function
|
|
9625
|
+
function bf(t, n, e) {
|
|
9626
9626
|
if (t) {
|
|
9627
|
-
if (t.length >
|
|
9627
|
+
if (t.length > gf) {
|
|
9628
9628
|
if (e)
|
|
9629
9629
|
throw new Xt("TOO_LONG");
|
|
9630
9630
|
return;
|
|
9631
9631
|
}
|
|
9632
9632
|
if (n === !1)
|
|
9633
9633
|
return t;
|
|
9634
|
-
var r = t.search(
|
|
9634
|
+
var r = t.search(mf);
|
|
9635
9635
|
if (!(r < 0))
|
|
9636
|
-
return t.slice(r).replace(
|
|
9636
|
+
return t.slice(r).replace(vf, "");
|
|
9637
9637
|
}
|
|
9638
9638
|
}
|
|
9639
|
-
function
|
|
9639
|
+
function _f(t, n, e) {
|
|
9640
9640
|
if (t && t.indexOf("tel:") === 0)
|
|
9641
|
-
return
|
|
9642
|
-
var r =
|
|
9641
|
+
return Dc(t);
|
|
9642
|
+
var r = bf(t, e, n);
|
|
9643
9643
|
if (!r)
|
|
9644
9644
|
return {};
|
|
9645
9645
|
if (!Xo(r))
|
|
9646
|
-
return
|
|
9646
|
+
return bc(r) ? {
|
|
9647
9647
|
error: "TOO_SHORT"
|
|
9648
9648
|
} : {};
|
|
9649
|
-
var o =
|
|
9649
|
+
var o = _c(r);
|
|
9650
9650
|
return o.ext ? o : {
|
|
9651
9651
|
number: r
|
|
9652
9652
|
};
|
|
9653
9653
|
}
|
|
9654
|
-
function
|
|
9654
|
+
function $f(t, n, e) {
|
|
9655
9655
|
var r = {
|
|
9656
9656
|
country: t,
|
|
9657
9657
|
phone: n
|
|
9658
9658
|
};
|
|
9659
9659
|
return e && (r.ext = e), r;
|
|
9660
9660
|
}
|
|
9661
|
-
function
|
|
9662
|
-
var o =
|
|
9661
|
+
function wf(t, n, e, r) {
|
|
9662
|
+
var o = df(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9663
9663
|
if (i)
|
|
9664
9664
|
r.selectNumberingPlan(i);
|
|
9665
9665
|
else if (s && (n || e))
|
|
@@ -9670,7 +9670,7 @@ function $f(t, n, e, r) {
|
|
|
9670
9670
|
return {
|
|
9671
9671
|
countryCallingCode: i
|
|
9672
9672
|
};
|
|
9673
|
-
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d =
|
|
9673
|
+
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = hf(i, f, r);
|
|
9674
9674
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9675
9675
|
country: l,
|
|
9676
9676
|
countryCallingCode: i,
|
|
@@ -9692,18 +9692,18 @@ function vo(t) {
|
|
|
9692
9692
|
for (var n = 1; n < arguments.length; n++) {
|
|
9693
9693
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9694
9694
|
n % 2 ? mo(Object(e), !0).forEach(function(r) {
|
|
9695
|
-
|
|
9695
|
+
Of(t, r, e[r]);
|
|
9696
9696
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
|
|
9697
9697
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9698
9698
|
});
|
|
9699
9699
|
}
|
|
9700
9700
|
return t;
|
|
9701
9701
|
}
|
|
9702
|
-
function
|
|
9702
|
+
function Of(t, n, e) {
|
|
9703
9703
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9704
9704
|
}
|
|
9705
|
-
function
|
|
9706
|
-
return
|
|
9705
|
+
function kf(t, n, e) {
|
|
9706
|
+
return yf(t, vo(vo({}, n), {}, {
|
|
9707
9707
|
v2: !0
|
|
9708
9708
|
}), e);
|
|
9709
9709
|
}
|
|
@@ -9724,28 +9724,28 @@ function yo(t, n) {
|
|
|
9724
9724
|
}
|
|
9725
9725
|
return e;
|
|
9726
9726
|
}
|
|
9727
|
-
function
|
|
9727
|
+
function Cf(t) {
|
|
9728
9728
|
for (var n = 1; n < arguments.length; n++) {
|
|
9729
9729
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9730
9730
|
n % 2 ? yo(Object(e), !0).forEach(function(r) {
|
|
9731
|
-
|
|
9731
|
+
Ef(t, r, e[r]);
|
|
9732
9732
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
|
|
9733
9733
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9734
9734
|
});
|
|
9735
9735
|
}
|
|
9736
9736
|
return t;
|
|
9737
9737
|
}
|
|
9738
|
-
function
|
|
9738
|
+
function Ef(t, n, e) {
|
|
9739
9739
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9740
9740
|
}
|
|
9741
|
-
function
|
|
9742
|
-
return
|
|
9741
|
+
function Tf(t, n) {
|
|
9742
|
+
return Nf(t) || Af(t, n) || xf(t, n) || Sf();
|
|
9743
9743
|
}
|
|
9744
|
-
function
|
|
9744
|
+
function Sf() {
|
|
9745
9745
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9746
9746
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9747
9747
|
}
|
|
9748
|
-
function
|
|
9748
|
+
function xf(t, n) {
|
|
9749
9749
|
if (t) {
|
|
9750
9750
|
if (typeof t == "string")
|
|
9751
9751
|
return bo(t, n);
|
|
@@ -9762,7 +9762,7 @@ function bo(t, n) {
|
|
|
9762
9762
|
r[e] = t[e];
|
|
9763
9763
|
return r;
|
|
9764
9764
|
}
|
|
9765
|
-
function
|
|
9765
|
+
function Af(t, n) {
|
|
9766
9766
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9767
9767
|
if (e != null) {
|
|
9768
9768
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -9782,21 +9782,21 @@ function xf(t, n) {
|
|
|
9782
9782
|
return r;
|
|
9783
9783
|
}
|
|
9784
9784
|
}
|
|
9785
|
-
function
|
|
9785
|
+
function Nf(t) {
|
|
9786
9786
|
if (Array.isArray(t))
|
|
9787
9787
|
return t;
|
|
9788
9788
|
}
|
|
9789
|
-
function
|
|
9790
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9789
|
+
function If(t) {
|
|
9790
|
+
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;
|
|
9791
9791
|
if (typeof r == "string")
|
|
9792
9792
|
l = r;
|
|
9793
9793
|
else
|
|
9794
9794
|
throw new TypeError("A text for parsing must be a string.");
|
|
9795
9795
|
if (!o || typeof o == "string")
|
|
9796
|
-
s ? (c = i, f = s) : (c = void 0, f = i), o && (c =
|
|
9796
|
+
s ? (c = i, f = s) : (c = void 0, f = i), o && (c = Cf({
|
|
9797
9797
|
defaultCountry: o
|
|
9798
9798
|
}, c));
|
|
9799
|
-
else if (
|
|
9799
|
+
else if (Pf(o))
|
|
9800
9800
|
i ? (c = o, f = i) : f = o;
|
|
9801
9801
|
else
|
|
9802
9802
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9806,7 +9806,7 @@ function Nf(t) {
|
|
|
9806
9806
|
metadata: f
|
|
9807
9807
|
};
|
|
9808
9808
|
}
|
|
9809
|
-
var
|
|
9809
|
+
var Pf = function(t) {
|
|
9810
9810
|
return br(t) === "object";
|
|
9811
9811
|
};
|
|
9812
9812
|
function _o(t, n) {
|
|
@@ -9823,35 +9823,35 @@ function $o(t) {
|
|
|
9823
9823
|
for (var n = 1; n < arguments.length; n++) {
|
|
9824
9824
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9825
9825
|
n % 2 ? _o(Object(e), !0).forEach(function(r) {
|
|
9826
|
-
|
|
9826
|
+
Mf(t, r, e[r]);
|
|
9827
9827
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
|
|
9828
9828
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9829
9829
|
});
|
|
9830
9830
|
}
|
|
9831
9831
|
return t;
|
|
9832
9832
|
}
|
|
9833
|
-
function
|
|
9833
|
+
function Mf(t, n, e) {
|
|
9834
9834
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9835
9835
|
}
|
|
9836
|
-
function
|
|
9837
|
-
n && n.defaultCountry && !
|
|
9836
|
+
function Df(t, n, e) {
|
|
9837
|
+
n && n.defaultCountry && !fc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
|
|
9838
9838
|
defaultCountry: void 0
|
|
9839
9839
|
}));
|
|
9840
9840
|
try {
|
|
9841
|
-
return
|
|
9841
|
+
return kf(t, n, e);
|
|
9842
9842
|
} catch (r) {
|
|
9843
9843
|
if (!(r instanceof Xt))
|
|
9844
9844
|
throw r;
|
|
9845
9845
|
}
|
|
9846
9846
|
}
|
|
9847
|
-
function
|
|
9848
|
-
var t =
|
|
9849
|
-
return
|
|
9847
|
+
function Lf() {
|
|
9848
|
+
var t = If(arguments), n = t.text, e = t.options, r = t.metadata;
|
|
9849
|
+
return Df(n, e, r);
|
|
9850
9850
|
}
|
|
9851
9851
|
function cr() {
|
|
9852
|
-
return
|
|
9852
|
+
return Vd(Lf, arguments);
|
|
9853
9853
|
}
|
|
9854
|
-
const
|
|
9854
|
+
const Rf = {
|
|
9855
9855
|
beforeMount(t, n, e) {
|
|
9856
9856
|
if (typeof n.value != "function") {
|
|
9857
9857
|
const r = e.context.name;
|
|
@@ -9865,7 +9865,7 @@ const Lf = {
|
|
|
9865
9865
|
unmounted(t) {
|
|
9866
9866
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9867
9867
|
}
|
|
9868
|
-
},
|
|
9868
|
+
}, Bf = (t, n) => {
|
|
9869
9869
|
const e = t.__vccOpts || t;
|
|
9870
9870
|
for (const [r, o] of n)
|
|
9871
9871
|
e[r] = o;
|
|
@@ -9875,10 +9875,10 @@ function vt(t) {
|
|
|
9875
9875
|
const n = Yr.options[t];
|
|
9876
9876
|
return typeof n > "u" ? Yr.options[t] : n;
|
|
9877
9877
|
}
|
|
9878
|
-
const
|
|
9878
|
+
const jf = {
|
|
9879
9879
|
name: "VueTelInput",
|
|
9880
9880
|
directives: {
|
|
9881
|
-
clickOutside:
|
|
9881
|
+
clickOutside: Rf
|
|
9882
9882
|
},
|
|
9883
9883
|
props: {
|
|
9884
9884
|
modelValue: {
|
|
@@ -10064,7 +10064,7 @@ const Bf = {
|
|
|
10064
10064
|
}
|
|
10065
10065
|
}
|
|
10066
10066
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
10067
|
-
this.autoDefaultCountry ?
|
|
10067
|
+
this.autoDefaultCountry ? Bd().then((r) => {
|
|
10068
10068
|
this.choose(r || this.activeCountryCode);
|
|
10069
10069
|
}).catch((r) => {
|
|
10070
10070
|
console.warn(r), this.choose(e);
|
|
@@ -10139,7 +10139,7 @@ const Bf = {
|
|
|
10139
10139
|
this.$emit("blur");
|
|
10140
10140
|
},
|
|
10141
10141
|
onFocus() {
|
|
10142
|
-
|
|
10142
|
+
jd(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
10143
10143
|
},
|
|
10144
10144
|
onEnter() {
|
|
10145
10145
|
this.$emit("enter");
|
|
@@ -10186,11 +10186,11 @@ const Bf = {
|
|
|
10186
10186
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
10187
10187
|
}
|
|
10188
10188
|
}
|
|
10189
|
-
},
|
|
10189
|
+
}, qf = ["aria-expanded", "tabindex"], Ff = { class: "vti__selection" }, Hf = {
|
|
10190
10190
|
key: 1,
|
|
10191
10191
|
class: "vti__country-code"
|
|
10192
|
-
},
|
|
10193
|
-
function
|
|
10192
|
+
}, 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"];
|
|
10193
|
+
function Yf(t, n, e, r, o, i) {
|
|
10194
10194
|
const s = On("click-outside");
|
|
10195
10195
|
return G(), ne("div", {
|
|
10196
10196
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -10210,14 +10210,14 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10210
10210
|
],
|
|
10211
10211
|
onClick: n[3] || (n[3] = (...l) => i.toggleDropdown && i.toggleDropdown(...l))
|
|
10212
10212
|
}, [
|
|
10213
|
-
ae("span",
|
|
10213
|
+
ae("span", Ff, [
|
|
10214
10214
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10215
10215
|
key: 0,
|
|
10216
10216
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10217
10217
|
}, null, 2)) : he("", !0),
|
|
10218
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
10218
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Hf, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
|
|
10219
10219
|
Ee(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10220
|
-
ae("span",
|
|
10220
|
+
ae("span", Vf, $e(o.open ? "▲" : "▼"), 1)
|
|
10221
10221
|
])
|
|
10222
10222
|
]),
|
|
10223
10223
|
o.open ? (G(), ne("ul", {
|
|
@@ -10235,7 +10235,7 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10235
10235
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10236
10236
|
onClick: n[1] || (n[1] = et(() => {
|
|
10237
10237
|
}, ["stop"]))
|
|
10238
|
-
}, null, 8,
|
|
10238
|
+
}, null, 8, Uf)), [
|
|
10239
10239
|
[Ao, o.searchQuery]
|
|
10240
10240
|
]) : he("", !0),
|
|
10241
10241
|
(G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
@@ -10252,10 +10252,10 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10252
10252
|
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10253
10253
|
}, null, 2)) : he("", !0),
|
|
10254
10254
|
ae("strong", null, $e(l.name), 1),
|
|
10255
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
10256
|
-
], 42,
|
|
10255
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Kf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
10256
|
+
], 42, zf))), 128))
|
|
10257
10257
|
], 2)) : he("", !0)
|
|
10258
|
-
], 42,
|
|
10258
|
+
], 42, qf)), [
|
|
10259
10259
|
[s, i.clickedOutside]
|
|
10260
10260
|
]),
|
|
10261
10261
|
De(ae("input", {
|
|
@@ -10282,14 +10282,14 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10282
10282
|
n[11] || (n[11] = _t((...l) => i.onEnter && i.onEnter(...l), ["enter"])),
|
|
10283
10283
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10284
10284
|
]
|
|
10285
|
-
}, null, 42,
|
|
10285
|
+
}, null, 42, Gf), [
|
|
10286
10286
|
[xo, o.phone]
|
|
10287
10287
|
]),
|
|
10288
10288
|
Ee(t.$slots, "icon-right")
|
|
10289
10289
|
], 2);
|
|
10290
10290
|
}
|
|
10291
|
-
const
|
|
10292
|
-
const
|
|
10291
|
+
const Wf = /* @__PURE__ */ Bf(jf, [["render", Yf]]);
|
|
10292
|
+
const Zf = {
|
|
10293
10293
|
directives: { Outside: kr },
|
|
10294
10294
|
props: {
|
|
10295
10295
|
inputName: {
|
|
@@ -10318,7 +10318,7 @@ const Wf = {
|
|
|
10318
10318
|
}
|
|
10319
10319
|
},
|
|
10320
10320
|
components: {
|
|
10321
|
-
VueTelInput:
|
|
10321
|
+
VueTelInput: Wf,
|
|
10322
10322
|
IbAlert: cn,
|
|
10323
10323
|
IbIcon: Xe
|
|
10324
10324
|
},
|
|
@@ -10344,7 +10344,7 @@ const Wf = {
|
|
|
10344
10344
|
}
|
|
10345
10345
|
}
|
|
10346
10346
|
};
|
|
10347
|
-
function
|
|
10347
|
+
function Jf(t, n, e, r, o, i) {
|
|
10348
10348
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
|
|
10349
10349
|
return G(), ne(tt, null, [
|
|
10350
10350
|
e.errorMessage.length ? (G(), ke(s, {
|
|
@@ -10379,7 +10379,7 @@ function Zf(t, n, e, r, o, i) {
|
|
|
10379
10379
|
])
|
|
10380
10380
|
], 64);
|
|
10381
10381
|
}
|
|
10382
|
-
const
|
|
10382
|
+
const _1 = /* @__PURE__ */ Ae(Zf, [["render", Jf]]);
|
|
10383
10383
|
var na = { exports: {} };
|
|
10384
10384
|
/*!
|
|
10385
10385
|
* Quill Editor v1.3.7
|
|
@@ -17772,14 +17772,14 @@ var na = { exports: {} };
|
|
|
17772
17772
|
);
|
|
17773
17773
|
});
|
|
17774
17774
|
})(na);
|
|
17775
|
-
var
|
|
17776
|
-
const qt = /* @__PURE__ */ Ei(
|
|
17775
|
+
var Xf = na.exports;
|
|
17776
|
+
const qt = /* @__PURE__ */ Ei(Xf);
|
|
17777
17777
|
var jt = -1, xt = 1, $t = 0;
|
|
17778
17778
|
function Yn(t, n, e, r) {
|
|
17779
17779
|
if (t === n)
|
|
17780
17780
|
return t ? [[$t, t]] : [];
|
|
17781
17781
|
if (e != null) {
|
|
17782
|
-
var o =
|
|
17782
|
+
var o = ih(t, n, e);
|
|
17783
17783
|
if (o)
|
|
17784
17784
|
return o;
|
|
17785
17785
|
}
|
|
@@ -17787,10 +17787,10 @@ function Yn(t, n, e, r) {
|
|
|
17787
17787
|
t = t.substring(i), n = n.substring(i), i = Mr(t, n);
|
|
17788
17788
|
var l = t.substring(t.length - i);
|
|
17789
17789
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17790
|
-
var c =
|
|
17790
|
+
var c = Qf(t, n);
|
|
17791
17791
|
return s && c.unshift([$t, s]), l && c.push([$t, l]), ia(c, r), c;
|
|
17792
17792
|
}
|
|
17793
|
-
function
|
|
17793
|
+
function Qf(t, n) {
|
|
17794
17794
|
var e;
|
|
17795
17795
|
if (!t)
|
|
17796
17796
|
return [[xt, n]];
|
|
@@ -17805,14 +17805,14 @@ function Xf(t, n) {
|
|
|
17805
17805
|
], t.length > n.length && (e[0][0] = e[2][0] = jt), e;
|
|
17806
17806
|
if (o.length === 1)
|
|
17807
17807
|
return [[jt, t], [xt, n]];
|
|
17808
|
-
var s =
|
|
17808
|
+
var s = th(t, n);
|
|
17809
17809
|
if (s) {
|
|
17810
17810
|
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
|
|
17811
17811
|
return a.concat([[$t, d]], u);
|
|
17812
17812
|
}
|
|
17813
|
-
return
|
|
17813
|
+
return eh(t, n);
|
|
17814
17814
|
}
|
|
17815
|
-
function
|
|
17815
|
+
function eh(t, n) {
|
|
17816
17816
|
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++)
|
|
17817
17817
|
l[f] = -1, c[f] = -1;
|
|
17818
17818
|
l[i + 1] = 0, c[i + 1] = 0;
|
|
@@ -17874,7 +17874,7 @@ function Mr(t, n) {
|
|
|
17874
17874
|
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);
|
|
17875
17875
|
return oa(t.charCodeAt(t.length - o)) && o--, o;
|
|
17876
17876
|
}
|
|
17877
|
-
function
|
|
17877
|
+
function th(t, n) {
|
|
17878
17878
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
17879
17879
|
if (e.length < 4 || r.length * 2 < e.length)
|
|
17880
17880
|
return null;
|
|
@@ -17970,20 +17970,20 @@ function aa(t) {
|
|
|
17970
17970
|
function la(t) {
|
|
17971
17971
|
return ra(t.charCodeAt(t.length - 1));
|
|
17972
17972
|
}
|
|
17973
|
-
function
|
|
17973
|
+
function nh(t) {
|
|
17974
17974
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17975
17975
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17976
17976
|
return n;
|
|
17977
17977
|
}
|
|
17978
17978
|
function fr(t, n, e, r) {
|
|
17979
|
-
return la(t) || aa(r) ? null :
|
|
17979
|
+
return la(t) || aa(r) ? null : nh([
|
|
17980
17980
|
[$t, t],
|
|
17981
17981
|
[jt, n],
|
|
17982
17982
|
[xt, e],
|
|
17983
17983
|
[$t, r]
|
|
17984
17984
|
]);
|
|
17985
17985
|
}
|
|
17986
|
-
function
|
|
17986
|
+
function ih(t, n, e) {
|
|
17987
17987
|
var r = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, i = t.length, s = n.length;
|
|
17988
17988
|
if (r.length === 0 && (o === null || o.length === 0)) {
|
|
17989
17989
|
var l = r.index, c = t.slice(0, l), f = t.slice(l), h = o ? o.index : null;
|
|
@@ -18032,7 +18032,7 @@ function xi(t, n, e) {
|
|
|
18032
18032
|
xi.INSERT = xt;
|
|
18033
18033
|
xi.DELETE = jt;
|
|
18034
18034
|
xi.EQUAL = $t;
|
|
18035
|
-
var
|
|
18035
|
+
var rh = xi, _i = { exports: {} };
|
|
18036
18036
|
_i.exports;
|
|
18037
18037
|
(function(t, n) {
|
|
18038
18038
|
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 = {};
|
|
@@ -18960,11 +18960,11 @@ var ua = $i.exports, Dr = {}, da = nt && nt.__importDefault || function(t) {
|
|
|
18960
18960
|
return t && t.__esModule ? t : { default: t };
|
|
18961
18961
|
};
|
|
18962
18962
|
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18963
|
-
var
|
|
18963
|
+
var oh = da(sa), ah = da(ua), _r;
|
|
18964
18964
|
(function(t) {
|
|
18965
18965
|
function n(i, s, l) {
|
|
18966
18966
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18967
|
-
var c =
|
|
18967
|
+
var c = oh.default(s);
|
|
18968
18968
|
l || (c = Object.keys(c).reduce(function(h, d) {
|
|
18969
18969
|
return c[d] != null && (h[d] = c[d]), h;
|
|
18970
18970
|
}, {}));
|
|
@@ -18976,7 +18976,7 @@ var rh = da(sa), oh = da(ua), _r;
|
|
|
18976
18976
|
function e(i, s) {
|
|
18977
18977
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18978
18978
|
var l = Object.keys(i).concat(Object.keys(s)).reduce(function(c, f) {
|
|
18979
|
-
return
|
|
18979
|
+
return ah.default(i[f], s[f]) || (c[f] = s[f] === void 0 ? null : s[f]), c;
|
|
18980
18980
|
}, {});
|
|
18981
18981
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
18982
18982
|
}
|
|
@@ -19007,7 +19007,7 @@ var rh = da(sa), oh = da(ua), _r;
|
|
|
19007
19007
|
})(_r || (_r = {}));
|
|
19008
19008
|
Dr.default = _r;
|
|
19009
19009
|
var ci = {}, fi = {}, Oo;
|
|
19010
|
-
function
|
|
19010
|
+
function lh() {
|
|
19011
19011
|
if (Oo)
|
|
19012
19012
|
return fi;
|
|
19013
19013
|
Oo = 1;
|
|
@@ -19062,7 +19062,7 @@ function ca() {
|
|
|
19062
19062
|
return r && r.__esModule ? r : { default: r };
|
|
19063
19063
|
};
|
|
19064
19064
|
Object.defineProperty(ci, "__esModule", { value: !0 });
|
|
19065
|
-
var n = t(
|
|
19065
|
+
var n = t(lh()), e;
|
|
19066
19066
|
return function(r) {
|
|
19067
19067
|
function o(s) {
|
|
19068
19068
|
return new n.default(s);
|
|
@@ -19076,7 +19076,7 @@ function ca() {
|
|
|
19076
19076
|
}
|
|
19077
19077
|
var Wn = nt && nt.__importDefault || function(t) {
|
|
19078
19078
|
return t && t.__esModule ? t : { default: t };
|
|
19079
|
-
}, hi = Wn(
|
|
19079
|
+
}, hi = Wn(rh), sh = Wn(sa), hr = Wn(ua), qn = Wn(Dr), lt = Wn(ca()), uh = String.fromCharCode(0), dh = (
|
|
19080
19080
|
/** @class */
|
|
19081
19081
|
function() {
|
|
19082
19082
|
function t(n) {
|
|
@@ -19094,7 +19094,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19094
19094
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (r.attributes = e), this.push(r);
|
|
19095
19095
|
}, t.prototype.push = function(n) {
|
|
19096
19096
|
var e = this.ops.length, r = this.ops[e - 1];
|
|
19097
|
-
if (n =
|
|
19097
|
+
if (n = sh.default(n), typeof r == "object") {
|
|
19098
19098
|
if (typeof n.delete == "number" && typeof r.delete == "number")
|
|
19099
19099
|
return this.ops[e - 1] = { delete: r.delete + n.delete }, this;
|
|
19100
19100
|
if (typeof r.delete == "number" && n.insert != null && (e -= 1, r = this.ops[e - 1], typeof r != "object"))
|
|
@@ -19174,7 +19174,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19174
19174
|
var r = [this, n].map(function(c) {
|
|
19175
19175
|
return c.map(function(f) {
|
|
19176
19176
|
if (f.insert != null)
|
|
19177
|
-
return typeof f.insert == "string" ? f.insert :
|
|
19177
|
+
return typeof f.insert == "string" ? f.insert : uh;
|
|
19178
19178
|
var h = c === n ? "on" : "with";
|
|
19179
19179
|
throw new Error("diff() called " + h + " non-document");
|
|
19180
19180
|
}).join("");
|
|
@@ -19262,8 +19262,8 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19262
19262
|
return n;
|
|
19263
19263
|
}, t.Op = lt.default, t.AttributeMap = qn.default, t;
|
|
19264
19264
|
}()
|
|
19265
|
-
),
|
|
19266
|
-
const
|
|
19265
|
+
), ch = dh;
|
|
19266
|
+
const fh = /* @__PURE__ */ Ei(ch);
|
|
19267
19267
|
/*!
|
|
19268
19268
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
19269
19269
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19305,7 +19305,7 @@ const Co = {
|
|
|
19305
19305
|
["clean"]
|
|
19306
19306
|
// remove formatting button
|
|
19307
19307
|
]
|
|
19308
|
-
},
|
|
19308
|
+
}, hh = ga({
|
|
19309
19309
|
name: "QuillEditor",
|
|
19310
19310
|
inheritAttrs: !1,
|
|
19311
19311
|
props: {
|
|
@@ -19362,9 +19362,9 @@ const Co = {
|
|
|
19362
19362
|
"ready"
|
|
19363
19363
|
],
|
|
19364
19364
|
setup: (t, n) => {
|
|
19365
|
-
|
|
19365
|
+
ma(() => {
|
|
19366
19366
|
i();
|
|
19367
|
-
}),
|
|
19367
|
+
}), va(() => {
|
|
19368
19368
|
e = null;
|
|
19369
19369
|
});
|
|
19370
19370
|
let e, r;
|
|
@@ -19444,7 +19444,7 @@ const Co = {
|
|
|
19444
19444
|
make sure to call this method when the editor ready
|
|
19445
19445
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19446
19446
|
}, m = (O, k) => t.contentType === "html" ? S() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19447
|
-
const x = O || (t.contentType === "delta" ? new
|
|
19447
|
+
const x = O || (t.contentType === "delta" ? new fh() : "");
|
|
19448
19448
|
t.contentType === "html" ? E(x) : t.contentType === "text" ? w(x, k) : e == null || e.setContents(x, k), f = l(x);
|
|
19449
19449
|
}, p = (O, k) => {
|
|
19450
19450
|
var x;
|
|
@@ -19494,13 +19494,13 @@ const Co = {
|
|
|
19494
19494
|
var t, n;
|
|
19495
19495
|
return [
|
|
19496
19496
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19497
|
-
|
|
19497
|
+
ya("div", { ref: "editor", ...this.$attrs })
|
|
19498
19498
|
];
|
|
19499
19499
|
}
|
|
19500
|
-
}),
|
|
19501
|
-
class Ai extends
|
|
19500
|
+
}), ph = qt.import("formats/list"), gh = qt.import("formats/list/item"), mh = qt.import("parchment");
|
|
19501
|
+
class Ai extends gh {
|
|
19502
19502
|
format(n, e) {
|
|
19503
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19503
|
+
n === fn.blotName && !e ? this.replaceWith(mh.create(this.statics.scope)) : super.format(n, e);
|
|
19504
19504
|
}
|
|
19505
19505
|
clone() {
|
|
19506
19506
|
const n = super.clone();
|
|
@@ -19509,7 +19509,7 @@ class Ai extends ph {
|
|
|
19509
19509
|
}
|
|
19510
19510
|
Ai.blotName = "alphabet-list-item";
|
|
19511
19511
|
Ai.tagName = "LI";
|
|
19512
|
-
class fn extends
|
|
19512
|
+
class fn extends ph {
|
|
19513
19513
|
static create() {
|
|
19514
19514
|
const n = super.create("bullet");
|
|
19515
19515
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19523,36 +19523,36 @@ fn.tagName = "OL";
|
|
|
19523
19523
|
fn.className = "alphabet-list";
|
|
19524
19524
|
fn.defaultChild = "alphabet-list-item";
|
|
19525
19525
|
fn.allowedChildren = [Ai];
|
|
19526
|
-
const
|
|
19526
|
+
const vh = `
|
|
19527
19527
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19528
19528
|
<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"/>
|
|
19529
19529
|
</svg>
|
|
19530
|
-
`,
|
|
19530
|
+
`, yh = `
|
|
19531
19531
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19532
19532
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19533
19533
|
</svg>
|
|
19534
|
-
`,
|
|
19534
|
+
`, bh = `
|
|
19535
19535
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19536
19536
|
<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"/>
|
|
19537
19537
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19538
19538
|
</svg>
|
|
19539
|
-
`,
|
|
19539
|
+
`, _h = `
|
|
19540
19540
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19541
19541
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19542
19542
|
<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"/>
|
|
19543
19543
|
<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"/>
|
|
19544
19544
|
</svg>
|
|
19545
|
-
`,
|
|
19545
|
+
`, $h = `
|
|
19546
19546
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19547
19547
|
<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"/>
|
|
19548
19548
|
</svg>
|
|
19549
19549
|
|
|
19550
|
-
`,
|
|
19550
|
+
`, wh = `
|
|
19551
19551
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19552
19552
|
<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"/>
|
|
19553
19553
|
</svg>
|
|
19554
19554
|
|
|
19555
|
-
`,
|
|
19555
|
+
`, Oh = `
|
|
19556
19556
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19557
19557
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19558
19558
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19560,14 +19560,14 @@ const mh = `
|
|
|
19560
19560
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19561
19561
|
</svg>
|
|
19562
19562
|
|
|
19563
|
-
`,
|
|
19563
|
+
`, kh = `
|
|
19564
19564
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19565
19565
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19566
19566
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19567
19567
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19568
19568
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19569
19569
|
</svg>
|
|
19570
|
-
`,
|
|
19570
|
+
`, Ch = `
|
|
19571
19571
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19572
19572
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19573
19573
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19575,14 +19575,14 @@ const mh = `
|
|
|
19575
19575
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19576
19576
|
</svg>
|
|
19577
19577
|
|
|
19578
|
-
`,
|
|
19578
|
+
`, Eh = `
|
|
19579
19579
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19580
19580
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19581
19581
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19582
19582
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19583
19583
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19584
19584
|
</svg>
|
|
19585
|
-
`,
|
|
19585
|
+
`, Th = `
|
|
19586
19586
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19587
19587
|
<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"/>
|
|
19588
19588
|
<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"/>
|
|
@@ -19591,7 +19591,7 @@ const mh = `
|
|
|
19591
19591
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19592
19592
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19593
19593
|
</svg>
|
|
19594
|
-
`,
|
|
19594
|
+
`, Sh = `
|
|
19595
19595
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19596
19596
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19597
19597
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19600,7 +19600,7 @@ const mh = `
|
|
|
19600
19600
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19601
19601
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19602
19602
|
</svg>
|
|
19603
|
-
`,
|
|
19603
|
+
`, xh = `
|
|
19604
19604
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19605
19605
|
<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"/>
|
|
19606
19606
|
<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"/>
|
|
@@ -19611,26 +19611,26 @@ const mh = `
|
|
|
19611
19611
|
</svg>
|
|
19612
19612
|
`;
|
|
19613
19613
|
const wt = qt.import("ui/icons");
|
|
19614
|
-
wt.bold =
|
|
19615
|
-
wt.italic =
|
|
19616
|
-
wt.underline =
|
|
19617
|
-
wt.strike =
|
|
19618
|
-
wt["code-block"] =
|
|
19619
|
-
wt.link =
|
|
19620
|
-
wt.align[""] =
|
|
19621
|
-
wt.align.center =
|
|
19622
|
-
wt.align.right =
|
|
19623
|
-
wt.align.justify =
|
|
19624
|
-
wt.list.ordered =
|
|
19625
|
-
wt.list.bullet =
|
|
19626
|
-
wt["alphabet-list"] =
|
|
19614
|
+
wt.bold = vh;
|
|
19615
|
+
wt.italic = yh;
|
|
19616
|
+
wt.underline = bh;
|
|
19617
|
+
wt.strike = _h;
|
|
19618
|
+
wt["code-block"] = wh;
|
|
19619
|
+
wt.link = $h;
|
|
19620
|
+
wt.align[""] = Oh;
|
|
19621
|
+
wt.align.center = kh;
|
|
19622
|
+
wt.align.right = Ch;
|
|
19623
|
+
wt.align.justify = Eh;
|
|
19624
|
+
wt.list.ordered = Th;
|
|
19625
|
+
wt.list.bullet = Sh;
|
|
19626
|
+
wt["alphabet-list"] = xh;
|
|
19627
19627
|
qt.register({
|
|
19628
19628
|
"formats/alphabet-list": fn,
|
|
19629
19629
|
"formats/alphabet-list/item": Ai
|
|
19630
19630
|
});
|
|
19631
19631
|
qt.register(wt);
|
|
19632
19632
|
qt.debug("error");
|
|
19633
|
-
const
|
|
19633
|
+
const Ah = {
|
|
19634
19634
|
name: "IbTextEditor",
|
|
19635
19635
|
props: {
|
|
19636
19636
|
placeholder: {
|
|
@@ -19734,20 +19734,20 @@ const xh = {
|
|
|
19734
19734
|
}
|
|
19735
19735
|
},
|
|
19736
19736
|
components: {
|
|
19737
|
-
QuillEditor:
|
|
19737
|
+
QuillEditor: hh,
|
|
19738
19738
|
IbIconButton: Nt,
|
|
19739
19739
|
IbAlert: cn,
|
|
19740
19740
|
IbCharacterCount: Uo
|
|
19741
19741
|
}
|
|
19742
|
-
},
|
|
19742
|
+
}, Nh = {
|
|
19743
19743
|
id: "toolbar",
|
|
19744
19744
|
class: "toolbar",
|
|
19745
19745
|
ref: "toolbar"
|
|
19746
|
-
},
|
|
19746
|
+
}, 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" }, [
|
|
19747
19747
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19748
19748
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19749
|
-
], -1),
|
|
19750
|
-
function
|
|
19749
|
+
], -1), Dh = { class: "toolbar-group" }, Lh = { class: "toolbar-group" }, Rh = { class: "toolbar-group" };
|
|
19750
|
+
function Bh(t, n, e, r, o, i) {
|
|
19751
19751
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19752
19752
|
return G(), ne("div", {
|
|
19753
19753
|
class: ve(["textarea-wrapper", {
|
|
@@ -19799,9 +19799,9 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19799
19799
|
modules: e.modules
|
|
19800
19800
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19801
19801
|
], 4),
|
|
19802
|
-
ae("div",
|
|
19803
|
-
|
|
19804
|
-
ae("div",
|
|
19802
|
+
ae("div", Nh, [
|
|
19803
|
+
Ih,
|
|
19804
|
+
ae("div", Ph, [
|
|
19805
19805
|
ge(f, {
|
|
19806
19806
|
class: "toolbar-item ql-bold",
|
|
19807
19807
|
kind: "ghost"
|
|
@@ -19819,8 +19819,8 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19819
19819
|
kind: "ghost"
|
|
19820
19820
|
})
|
|
19821
19821
|
]),
|
|
19822
|
-
|
|
19823
|
-
ae("div",
|
|
19822
|
+
Mh,
|
|
19823
|
+
ae("div", Dh, [
|
|
19824
19824
|
ge(f, {
|
|
19825
19825
|
class: "toolbar-item ql-code-block",
|
|
19826
19826
|
kind: "ghost"
|
|
@@ -19830,7 +19830,7 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19830
19830
|
kind: "ghost"
|
|
19831
19831
|
})
|
|
19832
19832
|
]),
|
|
19833
|
-
ae("div",
|
|
19833
|
+
ae("div", Lh, [
|
|
19834
19834
|
ge(f, {
|
|
19835
19835
|
class: "toolbar-item ql-align",
|
|
19836
19836
|
kind: "ghost"
|
|
@@ -19851,7 +19851,7 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19851
19851
|
kind: "ghost"
|
|
19852
19852
|
})
|
|
19853
19853
|
]),
|
|
19854
|
-
ae("div",
|
|
19854
|
+
ae("div", Rh, [
|
|
19855
19855
|
ge(f, {
|
|
19856
19856
|
class: "ql-list toolbar-item",
|
|
19857
19857
|
value: "ordered",
|
|
@@ -19871,18 +19871,18 @@ function Rh(t, n, e, r, o, i) {
|
|
|
19871
19871
|
], 2)
|
|
19872
19872
|
], 2);
|
|
19873
19873
|
}
|
|
19874
|
-
const
|
|
19875
|
-
const
|
|
19874
|
+
const $1 = /* @__PURE__ */ Ae(Ah, [["render", Bh]]);
|
|
19875
|
+
const jh = {
|
|
19876
19876
|
name: "IbTable",
|
|
19877
19877
|
computed: {
|
|
19878
19878
|
hasThead() {
|
|
19879
19879
|
return !!this.$slots.thead;
|
|
19880
19880
|
}
|
|
19881
19881
|
}
|
|
19882
|
-
},
|
|
19883
|
-
function
|
|
19884
|
-
return G(), ne("div",
|
|
19885
|
-
ae("table",
|
|
19882
|
+
}, qh = { class: "ib-table-wrapper" }, Fh = { class: "ib-table" };
|
|
19883
|
+
function Hh(t, n, e, r, o, i) {
|
|
19884
|
+
return G(), ne("div", qh, [
|
|
19885
|
+
ae("table", Fh, [
|
|
19886
19886
|
i.hasThead ? Ee(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19887
19887
|
ae("tbody", null, [
|
|
19888
19888
|
Ee(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19890,17 +19890,17 @@ function Fh(t, n, e, r, o, i) {
|
|
|
19890
19890
|
])
|
|
19891
19891
|
]);
|
|
19892
19892
|
}
|
|
19893
|
-
const
|
|
19894
|
-
const
|
|
19893
|
+
const w1 = /* @__PURE__ */ Ae(jh, [["render", Hh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19894
|
+
const Vh = {
|
|
19895
19895
|
name: "IbRow"
|
|
19896
|
-
},
|
|
19897
|
-
function
|
|
19898
|
-
return G(), ne("tr",
|
|
19896
|
+
}, Uh = { class: "ib-tr" };
|
|
19897
|
+
function zh(t, n, e, r, o, i) {
|
|
19898
|
+
return G(), ne("tr", Uh, [
|
|
19899
19899
|
Ee(t.$slots, "default", { ref: "row" })
|
|
19900
19900
|
]);
|
|
19901
19901
|
}
|
|
19902
|
-
const
|
|
19903
|
-
const
|
|
19902
|
+
const O1 = /* @__PURE__ */ Ae(Vh, [["render", zh]]);
|
|
19903
|
+
const Kh = {
|
|
19904
19904
|
name: "IbCell",
|
|
19905
19905
|
props: {
|
|
19906
19906
|
fixed: {
|
|
@@ -19922,19 +19922,19 @@ const zh = {
|
|
|
19922
19922
|
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";
|
|
19923
19923
|
}
|
|
19924
19924
|
}
|
|
19925
|
-
},
|
|
19926
|
-
function
|
|
19925
|
+
}, Gh = { class: "cell" };
|
|
19926
|
+
function Yh(t, n, e, r, o, i) {
|
|
19927
19927
|
return G(), ne("td", Tt({
|
|
19928
19928
|
onResize: n[0] || (n[0] = (...s) => i.freezeCol && i.freezeCol(...s)),
|
|
19929
19929
|
class: "ib-cell"
|
|
19930
19930
|
}, this.attr), [
|
|
19931
|
-
ae("div",
|
|
19931
|
+
ae("div", Gh, [
|
|
19932
19932
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
19933
19933
|
])
|
|
19934
19934
|
], 16);
|
|
19935
19935
|
}
|
|
19936
|
-
const
|
|
19937
|
-
const
|
|
19936
|
+
const Wh = /* @__PURE__ */ Ae(Kh, [["render", Yh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19937
|
+
const Zh = {
|
|
19938
19938
|
name: "IbCheckboxCell",
|
|
19939
19939
|
props: {
|
|
19940
19940
|
isChecked: {
|
|
@@ -19947,11 +19947,11 @@ const Wh = {
|
|
|
19947
19947
|
}
|
|
19948
19948
|
},
|
|
19949
19949
|
components: {
|
|
19950
|
-
IbCell:
|
|
19950
|
+
IbCell: Wh,
|
|
19951
19951
|
IbCheckbox: qo
|
|
19952
19952
|
}
|
|
19953
19953
|
};
|
|
19954
|
-
function
|
|
19954
|
+
function Jh(t, n, e, r, o, i) {
|
|
19955
19955
|
const s = fe("ib-checkbox"), l = fe("ib-cell");
|
|
19956
19956
|
return G(), ke(l, {
|
|
19957
19957
|
fixed: e.fixed,
|
|
@@ -19963,7 +19963,7 @@ function Zh(t, n, e, r, o, i) {
|
|
|
19963
19963
|
_: 1
|
|
19964
19964
|
}, 8, ["fixed"]);
|
|
19965
19965
|
}
|
|
19966
|
-
const
|
|
19966
|
+
const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Lr = new Ro(), Eo = (t, n) => {
|
|
19967
19967
|
if (Fo(t)) {
|
|
19968
19968
|
const e = {
|
|
19969
19969
|
title: n.value.title || "",
|
|
@@ -19973,7 +19973,7 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19973
19973
|
}
|
|
19974
19974
|
}, To = () => {
|
|
19975
19975
|
Lr.destroyTooltip();
|
|
19976
|
-
},
|
|
19976
|
+
}, C1 = {
|
|
19977
19977
|
mounted(t, n) {
|
|
19978
19978
|
t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
|
|
19979
19979
|
},
|
|
@@ -19982,51 +19982,51 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19982
19982
|
}
|
|
19983
19983
|
};
|
|
19984
19984
|
export {
|
|
19985
|
-
|
|
19985
|
+
Qh as IbAccordion,
|
|
19986
19986
|
cn as IbAlert,
|
|
19987
|
-
|
|
19988
|
-
|
|
19989
|
-
|
|
19990
|
-
|
|
19991
|
-
|
|
19992
|
-
|
|
19987
|
+
e1 as IbAvatar,
|
|
19988
|
+
t1 as IbBadge,
|
|
19989
|
+
d1 as IbBreadcrumbs,
|
|
19990
|
+
Ma as IbButton,
|
|
19991
|
+
n1 as IbButtonGroup,
|
|
19992
|
+
Wh as IbCell,
|
|
19993
19993
|
qo as IbCheckbox,
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19994
|
+
k1 as IbCheckboxCell,
|
|
19995
|
+
m1 as IbCheckboxGroup,
|
|
19996
|
+
b1 as IbDatePicker,
|
|
19997
19997
|
Cr as IbDropdown,
|
|
19998
19998
|
Do as IbDropdownItem,
|
|
19999
19999
|
Tr as IbDropdownList,
|
|
20000
|
-
|
|
20000
|
+
g1 as IbFormGroup,
|
|
20001
20001
|
Xe as IbIcon,
|
|
20002
20002
|
Nt as IbIconButton,
|
|
20003
20003
|
jo as IbInput,
|
|
20004
20004
|
Ci as IbLabel,
|
|
20005
|
-
|
|
20006
|
-
|
|
20007
|
-
|
|
20008
|
-
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
|
|
20014
|
-
|
|
20015
|
-
|
|
20016
|
-
|
|
20017
|
-
|
|
20018
|
-
|
|
20019
|
-
|
|
20020
|
-
|
|
20021
|
-
|
|
20022
|
-
|
|
20023
|
-
|
|
20024
|
-
|
|
20025
|
-
|
|
20026
|
-
|
|
20005
|
+
vu as IbLimitSelector,
|
|
20006
|
+
a1 as IbModal,
|
|
20007
|
+
c1 as IbPagination,
|
|
20008
|
+
p1 as IbPanel,
|
|
20009
|
+
_1 as IbPhoneInput,
|
|
20010
|
+
Ra as IbPopover,
|
|
20011
|
+
f1 as IbProgressBar,
|
|
20012
|
+
v1 as IbRadio,
|
|
20013
|
+
O1 as IbRow,
|
|
20014
|
+
u1 as IbSorting,
|
|
20015
|
+
r1 as IbSplitButton,
|
|
20016
|
+
o1 as IbSplitButtonItem,
|
|
20017
|
+
h1 as IbStatusIndicator,
|
|
20018
|
+
s1 as IbTab,
|
|
20019
|
+
Ql as IbTabDropdown,
|
|
20020
|
+
w1 as IbTable,
|
|
20021
|
+
l1 as IbTabs,
|
|
20022
|
+
i1 as IbTagPill,
|
|
20023
|
+
$1 as IbTextEditor,
|
|
20024
|
+
y1 as IbTextarea,
|
|
20025
|
+
Js as IbToggle,
|
|
20026
|
+
hl as IbToggleTip,
|
|
20027
20027
|
kn as IbTooltip,
|
|
20028
|
-
|
|
20028
|
+
hu as IbTreeSelect,
|
|
20029
20029
|
kr as OutsideDirective,
|
|
20030
|
-
|
|
20030
|
+
C1 as TextOverflowTooltipDirective,
|
|
20031
20031
|
Bo as TooltipDirective
|
|
20032
20032
|
};
|