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