@avakhula/ui 0.0.265 → 0.0.267
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 +747 -750
- package/dist/index.umd.cjs +49 -49
- package/package.json +1 -1
- package/src/components/Pagination/Pagination.vue +2 -9
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as On, normalizeClass as me, resolveComponent as fe, createElementVNode as ae, renderSlot as Se, createVNode as ve, Transition as wi, withCtx as ye, withDirectives as Me, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as rt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as it, resolveDirective as cn, createSlots as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as On, normalizeClass as me, resolveComponent as fe, createElementVNode as ae, renderSlot as Se, createVNode as ve, Transition as wi, withCtx as ye, withDirectives as Me, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as rt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as it, resolveDirective as cn, createSlots as So, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as xo, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as jr, watch as er, nextTick as qr, h as ma, createStaticVNode as va } 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
|
+
}, ya = {
|
|
8
8
|
name: "IbIcon",
|
|
9
9
|
props: {
|
|
10
10
|
name: {
|
|
@@ -26,20 +26,20 @@ 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
|
+
}, ba = ["name"];
|
|
30
|
+
function _a(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
32
|
style: On(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
34
|
class: me(e.classes + " ib-icon icon-" + e.name),
|
|
35
35
|
ref: "icon"
|
|
36
|
-
}, null, 14,
|
|
36
|
+
}, null, 14, ba);
|
|
37
37
|
}
|
|
38
|
-
const Xe = /* @__PURE__ */ Ae(
|
|
38
|
+
const Xe = /* @__PURE__ */ Ae(ya, [["render", _a]]);
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const No = {
|
|
43
43
|
methods: {
|
|
44
44
|
enter(t) {
|
|
45
45
|
const n = getComputedStyle(t).width;
|
|
@@ -60,9 +60,9 @@ const Po = {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const
|
|
63
|
+
const $a = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
|
-
mixins: [
|
|
65
|
+
mixins: [No],
|
|
66
66
|
props: {
|
|
67
67
|
isOpen: {
|
|
68
68
|
type: Boolean,
|
|
@@ -88,8 +88,8 @@ const Oa = {
|
|
|
88
88
|
components: {
|
|
89
89
|
IbIcon: Xe
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
function
|
|
91
|
+
}, wa = ["id", "aria-controls", "aria-expanded"], Oa = ["id", "aria-labelledby"], ka = { class: "accordion-content-wrapper" };
|
|
92
|
+
function Ca(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
95
|
class: me(["ib-accordion", { active: o.isActive }])
|
|
@@ -106,7 +106,7 @@ function Ta(t, n, e, r, o, i) {
|
|
|
106
106
|
class: "chevron-icon",
|
|
107
107
|
name: "chevron-down-outline"
|
|
108
108
|
})
|
|
109
|
-
], 8,
|
|
109
|
+
], 8, wa),
|
|
110
110
|
ve(wi, {
|
|
111
111
|
name: "expand",
|
|
112
112
|
onEnter: t.enter,
|
|
@@ -120,10 +120,10 @@ function Ta(t, n, e, r, o, i) {
|
|
|
120
120
|
id: "accordion-section-" + o.uuid,
|
|
121
121
|
"aria-labelledby": "accordion" + o.uuid
|
|
122
122
|
}, [
|
|
123
|
-
ae("div",
|
|
123
|
+
ae("div", ka, [
|
|
124
124
|
Se(t.$slots, "content", {}, void 0, !0)
|
|
125
125
|
])
|
|
126
|
-
], 8,
|
|
126
|
+
], 8, Oa), [
|
|
127
127
|
[Ke, o.isActive]
|
|
128
128
|
])
|
|
129
129
|
]),
|
|
@@ -131,7 +131,7 @@ function Ta(t, n, e, r, o, i) {
|
|
|
131
131
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
132
132
|
], 2);
|
|
133
133
|
}
|
|
134
|
-
const
|
|
134
|
+
const Jh = /* @__PURE__ */ Ae($a, [["render", Ca], ["__scopeId", "data-v-6f93b010"]]), sn = {
|
|
135
135
|
primary: "primary",
|
|
136
136
|
secondary: "secondary",
|
|
137
137
|
tertiary: "tertiary",
|
|
@@ -144,7 +144,7 @@ function ki(t, n = []) {
|
|
|
144
144
|
e.startsWith("on") && (n.length === 0 || n.includes(e)) && delete t[e];
|
|
145
145
|
return t;
|
|
146
146
|
}
|
|
147
|
-
const
|
|
147
|
+
const Ea = {
|
|
148
148
|
name: "IbButton",
|
|
149
149
|
props: {
|
|
150
150
|
kind: {
|
|
@@ -231,8 +231,8 @@ const Sa = {
|
|
|
231
231
|
}
|
|
232
232
|
},
|
|
233
233
|
inheritAttrs: !1
|
|
234
|
-
},
|
|
235
|
-
function
|
|
234
|
+
}, Ta = ["method", "action"], Sa = ["value"], xa = ["value"], Aa = ["name", "value"];
|
|
235
|
+
function Na(t, n, e, r, o, i) {
|
|
236
236
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt({
|
|
237
237
|
onClick: n[0] || (n[0] = (s) => i.onClick(s)),
|
|
238
238
|
onMouseenter: i.onMouseenter,
|
|
@@ -251,26 +251,26 @@ function Pa(t, n, e, r, o, i) {
|
|
|
251
251
|
type: "hidden",
|
|
252
252
|
name: "_method",
|
|
253
253
|
value: e.linkMethod
|
|
254
|
-
}, null, 8,
|
|
254
|
+
}, null, 8, Sa),
|
|
255
255
|
ae("input", {
|
|
256
256
|
type: "hidden",
|
|
257
257
|
name: "_token",
|
|
258
258
|
value: i.token
|
|
259
|
-
}, null, 8,
|
|
259
|
+
}, null, 8, xa),
|
|
260
260
|
(G(!0), ne(rt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
261
261
|
key: l,
|
|
262
262
|
type: "hidden",
|
|
263
263
|
name: s,
|
|
264
264
|
value: e.postOptions[s]
|
|
265
|
-
}, null, 8,
|
|
266
|
-
], 8,
|
|
265
|
+
}, null, 8, Aa))), 128))
|
|
266
|
+
], 8, Ta)), [
|
|
267
267
|
[Ke, !1]
|
|
268
268
|
]) : he("", !0)
|
|
269
269
|
]),
|
|
270
270
|
_: 3
|
|
271
271
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
272
272
|
}
|
|
273
|
-
const
|
|
273
|
+
const Ia = /* @__PURE__ */ Ae(Ea, [["render", Na]]), pr = {
|
|
274
274
|
topLeft: "top-left",
|
|
275
275
|
topCenter: "top-center",
|
|
276
276
|
topRight: "top-right",
|
|
@@ -284,7 +284,7 @@ const Ma = /* @__PURE__ */ Ae(Sa, [["render", Pa]]), pr = {
|
|
|
284
284
|
leftCenter: "left-center",
|
|
285
285
|
leftBottom: "left-bottom"
|
|
286
286
|
};
|
|
287
|
-
const
|
|
287
|
+
const Pa = {
|
|
288
288
|
name: "IbPopover",
|
|
289
289
|
props: {
|
|
290
290
|
position: {
|
|
@@ -325,7 +325,7 @@ const Da = {
|
|
|
325
325
|
!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));
|
|
326
326
|
}
|
|
327
327
|
};
|
|
328
|
-
function
|
|
328
|
+
function Ma(t, n, e, r, o, i) {
|
|
329
329
|
return G(), ke(wi, null, {
|
|
330
330
|
default: ye(() => [
|
|
331
331
|
Me(ae("div", {
|
|
@@ -339,8 +339,8 @@ function La(t, n, e, r, o, i) {
|
|
|
339
339
|
_: 3
|
|
340
340
|
});
|
|
341
341
|
}
|
|
342
|
-
const
|
|
343
|
-
const
|
|
342
|
+
const Da = /* @__PURE__ */ Ae(Pa, [["render", Ma], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
343
|
+
const La = {
|
|
344
344
|
name: "IbTooltip",
|
|
345
345
|
props: {
|
|
346
346
|
position: {
|
|
@@ -363,9 +363,9 @@ const Ba = {
|
|
|
363
363
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
|
-
components: { IbPopover:
|
|
367
|
-
},
|
|
368
|
-
function
|
|
366
|
+
components: { IbPopover: Da }
|
|
367
|
+
}, Ra = { key: 0 };
|
|
368
|
+
function Ba(t, n, e, r, o, i) {
|
|
369
369
|
const s = fe("ib-popover");
|
|
370
370
|
return G(), ke(s, {
|
|
371
371
|
position: e.position,
|
|
@@ -373,13 +373,13 @@ function qa(t, n, e, r, o, i) {
|
|
|
373
373
|
class: me(i.classList)
|
|
374
374
|
}, {
|
|
375
375
|
default: ye(() => [
|
|
376
|
-
e.title ? (G(), ne("b",
|
|
376
|
+
e.title ? (G(), ne("b", Ra, $e(e.title), 1)) : he("", !0),
|
|
377
377
|
ae("p", null, $e(e.text), 1)
|
|
378
378
|
]),
|
|
379
379
|
_: 1
|
|
380
380
|
}, 8, ["position", "always-visible", "class"]);
|
|
381
381
|
}
|
|
382
|
-
const Yn = /* @__PURE__ */ Ae(
|
|
382
|
+
const Yn = /* @__PURE__ */ Ae(La, [["render", Ba], ["__scopeId", "data-v-b65f4cec"]]), Fr = {
|
|
383
383
|
[sn.primary]: sn.primary,
|
|
384
384
|
[sn.tertiary]: sn.tertiary,
|
|
385
385
|
[sn.ghost]: sn.ghost,
|
|
@@ -389,7 +389,7 @@ const Yn = /* @__PURE__ */ Ae(Ba, [["render", qa], ["__scopeId", "data-v-b65f4ce
|
|
|
389
389
|
s: "s",
|
|
390
390
|
m: "m"
|
|
391
391
|
};
|
|
392
|
-
const
|
|
392
|
+
const ja = {
|
|
393
393
|
name: "IbIconButton",
|
|
394
394
|
props: {
|
|
395
395
|
kind: {
|
|
@@ -450,12 +450,12 @@ const Fa = {
|
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
452
|
components: {
|
|
453
|
-
IbButton:
|
|
453
|
+
IbButton: Ia,
|
|
454
454
|
IbTooltip: Yn
|
|
455
455
|
},
|
|
456
456
|
inheritAttrs: !1
|
|
457
457
|
};
|
|
458
|
-
function
|
|
458
|
+
function qa(t, n, e, r, o, i) {
|
|
459
459
|
const s = fe("ib-tooltip"), l = fe("ib-button");
|
|
460
460
|
return G(), ke(l, Tt({ onClick: i.onClick }, i.attrs, {
|
|
461
461
|
href: e.href,
|
|
@@ -473,14 +473,14 @@ function Ha(t, n, e, r, o, i) {
|
|
|
473
473
|
_: 3
|
|
474
474
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
475
475
|
}
|
|
476
|
-
const Nt = /* @__PURE__ */ Ae(
|
|
476
|
+
const Nt = /* @__PURE__ */ Ae(ja, [["render", qa]]), li = {
|
|
477
477
|
alert: "alert",
|
|
478
478
|
error: "error",
|
|
479
479
|
warning: "warning",
|
|
480
480
|
info: "info",
|
|
481
481
|
success: "success"
|
|
482
482
|
};
|
|
483
|
-
const
|
|
483
|
+
const Fa = {
|
|
484
484
|
name: "IbAlert",
|
|
485
485
|
props: {
|
|
486
486
|
type: {
|
|
@@ -540,33 +540,33 @@ const Va = {
|
|
|
540
540
|
IbIcon: Xe,
|
|
541
541
|
IbIconButton: Nt
|
|
542
542
|
}
|
|
543
|
-
},
|
|
543
|
+
}, Ha = {
|
|
544
544
|
ref: "content",
|
|
545
545
|
class: "content"
|
|
546
|
-
},
|
|
546
|
+
}, Va = { class: "content-head" }, Ua = {
|
|
547
547
|
key: 1,
|
|
548
548
|
class: "ib-alert-title"
|
|
549
|
-
},
|
|
550
|
-
function
|
|
549
|
+
}, za = { class: "text-content" }, Ka = { class: "link" };
|
|
550
|
+
function Ga(t, n, e, r, o, i) {
|
|
551
551
|
var c;
|
|
552
552
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
553
553
|
return G(), ne("div", {
|
|
554
554
|
role: "alert",
|
|
555
555
|
class: me(i.classes)
|
|
556
556
|
}, [
|
|
557
|
-
ae("div",
|
|
558
|
-
ae("span",
|
|
557
|
+
ae("div", Ha, [
|
|
558
|
+
ae("span", Va, [
|
|
559
559
|
e.showIcon ? (G(), ke(s, {
|
|
560
560
|
key: 0,
|
|
561
561
|
class: "ib-alert-icon",
|
|
562
562
|
name: i.iconName
|
|
563
563
|
}, null, 8, ["name"])) : he("", !0),
|
|
564
|
-
(c = e.title) != null && c.length ? (G(), ne("b",
|
|
564
|
+
(c = e.title) != null && c.length ? (G(), ne("b", Ua, $e(e.title), 1)) : he("", !0)
|
|
565
565
|
]),
|
|
566
|
-
ae("span",
|
|
566
|
+
ae("span", za, [
|
|
567
567
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
568
568
|
]),
|
|
569
|
-
ae("div",
|
|
569
|
+
ae("div", Ka, [
|
|
570
570
|
Se(t.$slots, "link", {}, void 0, !0)
|
|
571
571
|
])
|
|
572
572
|
], 512),
|
|
@@ -587,11 +587,11 @@ function Wa(t, n, e, r, o, i) {
|
|
|
587
587
|
}, 8, ["onClick"])) : he("", !0)
|
|
588
588
|
], 2);
|
|
589
589
|
}
|
|
590
|
-
const fn = /* @__PURE__ */ Ae(
|
|
590
|
+
const fn = /* @__PURE__ */ Ae(Fa, [["render", Ga], ["__scopeId", "data-v-dec06c47"]]), Ya = {
|
|
591
591
|
M: "m",
|
|
592
592
|
L: "l"
|
|
593
593
|
};
|
|
594
|
-
const
|
|
594
|
+
const Wa = {
|
|
595
595
|
name: "IbAvatar",
|
|
596
596
|
props: {
|
|
597
597
|
firstName: {
|
|
@@ -612,7 +612,7 @@ const Ja = {
|
|
|
612
612
|
},
|
|
613
613
|
size: {
|
|
614
614
|
type: String,
|
|
615
|
-
default:
|
|
615
|
+
default: Ya.M
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
computed: {
|
|
@@ -630,15 +630,15 @@ const Ja = {
|
|
|
630
630
|
components: {
|
|
631
631
|
IbIcon: Xe
|
|
632
632
|
}
|
|
633
|
-
},
|
|
634
|
-
function
|
|
633
|
+
}, Za = ["src", "alt"];
|
|
634
|
+
function Ja(t, n, e, r, o, i) {
|
|
635
635
|
const s = fe("ib-icon");
|
|
636
636
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
637
637
|
key: 0,
|
|
638
638
|
class: me(i.classList),
|
|
639
639
|
src: e.src,
|
|
640
640
|
alt: e.firstName + "" + e.lastName
|
|
641
|
-
}, null, 10,
|
|
641
|
+
}, null, 10, Za)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
642
642
|
key: 1,
|
|
643
643
|
class: me(["user-avatar", i.classList]),
|
|
644
644
|
style: On({
|
|
@@ -654,8 +654,8 @@ function Qa(t, n, e, r, o, i) {
|
|
|
654
654
|
ve(s, { name: "camera-outline" })
|
|
655
655
|
], 2));
|
|
656
656
|
}
|
|
657
|
-
const
|
|
658
|
-
const
|
|
657
|
+
const Xh = /* @__PURE__ */ Ae(Wa, [["render", Ja], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
658
|
+
const Xa = {
|
|
659
659
|
name: "IbBadge",
|
|
660
660
|
props: {
|
|
661
661
|
content: {
|
|
@@ -673,21 +673,21 @@ const el = {
|
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
};
|
|
676
|
-
function
|
|
676
|
+
function Qa(t, n, e, r, o, i) {
|
|
677
677
|
return G(), ne("span", {
|
|
678
678
|
class: me(i.classes)
|
|
679
679
|
}, $e(i.normalizeContent), 3);
|
|
680
680
|
}
|
|
681
|
-
const
|
|
682
|
-
const
|
|
681
|
+
const Qh = /* @__PURE__ */ Ae(Xa, [["render", Qa], ["__scopeId", "data-v-328df75a"]]);
|
|
682
|
+
const el = {
|
|
683
683
|
name: "IbButtonGroup"
|
|
684
|
-
},
|
|
685
|
-
function
|
|
686
|
-
return G(), ne("div",
|
|
684
|
+
}, tl = { class: "ib-button-group" };
|
|
685
|
+
function nl(t, n, e, r, o, i) {
|
|
686
|
+
return G(), ne("div", tl, [
|
|
687
687
|
Se(t.$slots, "default")
|
|
688
688
|
]);
|
|
689
689
|
}
|
|
690
|
-
const
|
|
690
|
+
const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]), bn = {
|
|
691
691
|
success: "success",
|
|
692
692
|
neutral: "neutral",
|
|
693
693
|
info: "info",
|
|
@@ -696,7 +696,7 @@ const n1 = /* @__PURE__ */ Ae(nl, [["render", rl]]), bn = {
|
|
|
696
696
|
favorite: "favorite",
|
|
697
697
|
pending: "pending"
|
|
698
698
|
};
|
|
699
|
-
const
|
|
699
|
+
const il = {
|
|
700
700
|
props: {
|
|
701
701
|
status: {
|
|
702
702
|
type: String,
|
|
@@ -730,7 +730,7 @@ const ol = {
|
|
|
730
730
|
},
|
|
731
731
|
components: { IbIcon: Xe }
|
|
732
732
|
};
|
|
733
|
-
function
|
|
733
|
+
function rl(t, n, e, r, o, i) {
|
|
734
734
|
const s = fe("ib-icon");
|
|
735
735
|
return G(), ne("div", {
|
|
736
736
|
class: me(i.classes)
|
|
@@ -744,7 +744,7 @@ function al(t, n, e, r, o, i) {
|
|
|
744
744
|
])
|
|
745
745
|
], 2);
|
|
746
746
|
}
|
|
747
|
-
const
|
|
747
|
+
const t1 = /* @__PURE__ */ Ae(il, [["render", rl], ["__scopeId", "data-v-3604890c"]]), ol = {
|
|
748
748
|
topLeft: "top-left",
|
|
749
749
|
topCenter: "top-center",
|
|
750
750
|
topRight: "top-right",
|
|
@@ -758,12 +758,12 @@ const i1 = /* @__PURE__ */ Ae(ol, [["render", al], ["__scopeId", "data-v-3604890
|
|
|
758
758
|
leftCenter: "left-center",
|
|
759
759
|
leftBottom: "left-bottom"
|
|
760
760
|
};
|
|
761
|
-
const
|
|
761
|
+
const al = {
|
|
762
762
|
name: "IbTooltip",
|
|
763
763
|
props: {
|
|
764
764
|
position: {
|
|
765
765
|
type: String,
|
|
766
|
-
default:
|
|
766
|
+
default: ol.topCenter
|
|
767
767
|
},
|
|
768
768
|
title: {
|
|
769
769
|
type: String
|
|
@@ -806,15 +806,15 @@ const sl = {
|
|
|
806
806
|
IbIconButton: Nt,
|
|
807
807
|
IbIcon: Xe
|
|
808
808
|
}
|
|
809
|
-
},
|
|
810
|
-
function
|
|
809
|
+
}, ll = { class: "ib-toggle-tip-head" }, sl = { class: "ib-toggle-tip-content" }, ul = { class: "ib-toggle-tip-button-set" };
|
|
810
|
+
function dl(t, n, e, r, o, i) {
|
|
811
811
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
812
812
|
return G(), ke(wi, null, {
|
|
813
813
|
default: ye(() => [
|
|
814
814
|
Me(ae("div", {
|
|
815
815
|
class: me(i.classes)
|
|
816
816
|
}, [
|
|
817
|
-
ae("div",
|
|
817
|
+
ae("div", ll, [
|
|
818
818
|
ae("p", null, $e(e.title), 1),
|
|
819
819
|
ve(l, {
|
|
820
820
|
class: "close-button",
|
|
@@ -827,10 +827,10 @@ function fl(t, n, e, r, o, i) {
|
|
|
827
827
|
_: 1
|
|
828
828
|
}, 8, ["onClick"])
|
|
829
829
|
]),
|
|
830
|
-
ae("div",
|
|
830
|
+
ae("div", sl, [
|
|
831
831
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
832
832
|
]),
|
|
833
|
-
ae("div",
|
|
833
|
+
ae("div", ul, [
|
|
834
834
|
Se(t.$slots, "buttons", {}, void 0, !0)
|
|
835
835
|
])
|
|
836
836
|
], 2), [
|
|
@@ -840,9 +840,9 @@ function fl(t, n, e, r, o, i) {
|
|
|
840
840
|
_: 3
|
|
841
841
|
});
|
|
842
842
|
}
|
|
843
|
-
const
|
|
843
|
+
const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, Io = 32, fl = 13, Vr = 9, hl = 38, pl = 37, gl = 39, Po = 40, ml = "click", { performance: si } = window, vl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Hn = /* @__PURE__ */ new Map();
|
|
844
844
|
let Vn = !1;
|
|
845
|
-
const
|
|
845
|
+
const Mo = (t) => {
|
|
846
846
|
Hn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
|
|
847
847
|
if (!(r.contains(t.target) || t.timeStamp <= n))
|
|
848
848
|
try {
|
|
@@ -851,11 +851,11 @@ const Lo = (t) => {
|
|
|
851
851
|
console.error(o);
|
|
852
852
|
}
|
|
853
853
|
});
|
|
854
|
-
},
|
|
855
|
-
Vn || (document.addEventListener("click",
|
|
856
|
-
},
|
|
857
|
-
Vn && (document.removeEventListener("click",
|
|
858
|
-
},
|
|
854
|
+
}, yl = () => {
|
|
855
|
+
Vn || (document.addEventListener("click", Mo, { capture: !0 }), Vn = !0);
|
|
856
|
+
}, bl = () => {
|
|
857
|
+
Vn && (document.removeEventListener("click", Mo), Vn = !1);
|
|
858
|
+
}, _l = (t, { value: n, arg: e = "click" }) => {
|
|
859
859
|
if (typeof n != "function")
|
|
860
860
|
throw new Error(
|
|
861
861
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -864,15 +864,15 @@ const Lo = (t) => {
|
|
|
864
864
|
throw new Error(
|
|
865
865
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
866
866
|
);
|
|
867
|
-
Hn.has(t) || (Vn ||
|
|
868
|
-
bindTimeStamp:
|
|
867
|
+
Hn.has(t) || (Vn || yl(), Hn.set(t, {
|
|
868
|
+
bindTimeStamp: vl(),
|
|
869
869
|
callback: n
|
|
870
870
|
}));
|
|
871
|
-
},
|
|
872
|
-
Hn.delete(t), Hn.size === 0 &&
|
|
871
|
+
}, $l = (t) => {
|
|
872
|
+
Hn.delete(t), Hn.size === 0 && bl();
|
|
873
873
|
}, kr = {
|
|
874
|
-
created:
|
|
875
|
-
beforeUnmount:
|
|
874
|
+
created: _l,
|
|
875
|
+
beforeUnmount: $l
|
|
876
876
|
}, qn = {
|
|
877
877
|
left: "left",
|
|
878
878
|
right: "right",
|
|
@@ -881,7 +881,7 @@ const Lo = (t) => {
|
|
|
881
881
|
top: "top",
|
|
882
882
|
bottom: "bottom"
|
|
883
883
|
};
|
|
884
|
-
const
|
|
884
|
+
const wl = {
|
|
885
885
|
name: "IbDropdown",
|
|
886
886
|
directives: { Outside: kr },
|
|
887
887
|
props: {
|
|
@@ -914,7 +914,7 @@ const kl = {
|
|
|
914
914
|
},
|
|
915
915
|
triggerType: {
|
|
916
916
|
type: String,
|
|
917
|
-
default:
|
|
917
|
+
default: ml
|
|
918
918
|
},
|
|
919
919
|
destroyOnHide: {
|
|
920
920
|
type: Boolean,
|
|
@@ -939,7 +939,7 @@ const kl = {
|
|
|
939
939
|
},
|
|
940
940
|
methods: {
|
|
941
941
|
onKeydown(t) {
|
|
942
|
-
(t.keyCode ===
|
|
942
|
+
(t.keyCode === fl || t.keyCode === Io) && (t.preventDefault(), this.toggle()), t.keyCode === Po && (t.preventDefault(), this.open());
|
|
943
943
|
},
|
|
944
944
|
onKeyupDocument(t) {
|
|
945
945
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -988,10 +988,10 @@ const kl = {
|
|
|
988
988
|
beforeUnmount() {
|
|
989
989
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
990
990
|
}
|
|
991
|
-
},
|
|
992
|
-
function
|
|
991
|
+
}, Ol = { class: "ib-dropdown" }, kl = { class: "footer-slot" };
|
|
992
|
+
function Cl(t, n, e, r, o, i) {
|
|
993
993
|
const s = cn("outside");
|
|
994
|
-
return Me((G(), ne("div",
|
|
994
|
+
return Me((G(), ne("div", Ol, [
|
|
995
995
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
996
996
|
key: 0,
|
|
997
997
|
class: me(["dropdown-trigger", i.triggerClasses]),
|
|
@@ -1027,7 +1027,7 @@ function Tl(t, n, e, r, o, i) {
|
|
|
1027
1027
|
Se(t.$slots, "close", {}, void 0, !0)
|
|
1028
1028
|
])) : he("", !0)
|
|
1029
1029
|
]),
|
|
1030
|
-
ae("div",
|
|
1030
|
+
ae("div", kl, [
|
|
1031
1031
|
Se(t.$slots, "footer", {}, void 0, !0)
|
|
1032
1032
|
])
|
|
1033
1033
|
], 2)), [
|
|
@@ -1043,8 +1043,8 @@ function Tl(t, n, e, r, o, i) {
|
|
|
1043
1043
|
[s, i.close]
|
|
1044
1044
|
]);
|
|
1045
1045
|
}
|
|
1046
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1047
|
-
const
|
|
1046
|
+
const Cr = /* @__PURE__ */ Ae(wl, [["render", Cl], ["__scopeId", "data-v-dfb4a39a"]]);
|
|
1047
|
+
const El = {
|
|
1048
1048
|
name: "IbList",
|
|
1049
1049
|
data() {
|
|
1050
1050
|
return {
|
|
@@ -1054,7 +1054,7 @@ const Sl = {
|
|
|
1054
1054
|
methods: {
|
|
1055
1055
|
onKeydown(t) {
|
|
1056
1056
|
var n, e, r, o, i;
|
|
1057
|
-
if (t.keyCode ===
|
|
1057
|
+
if (t.keyCode === Po) {
|
|
1058
1058
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1059
1059
|
return;
|
|
1060
1060
|
t.preventDefault();
|
|
@@ -1071,7 +1071,7 @@ const Sl = {
|
|
|
1071
1071
|
const f = (r = (e = s.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : r.nextElementSibling.childNodes[0];
|
|
1072
1072
|
f && f.nodeName !== "#text" && f.focus();
|
|
1073
1073
|
}
|
|
1074
|
-
if (t.keyCode ===
|
|
1074
|
+
if (t.keyCode === hl) {
|
|
1075
1075
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1076
1076
|
return;
|
|
1077
1077
|
t.preventDefault();
|
|
@@ -1097,7 +1097,7 @@ const Sl = {
|
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
};
|
|
1100
|
-
function
|
|
1100
|
+
function Tl(t, n, e, r, o, i) {
|
|
1101
1101
|
return G(), ne("ul", {
|
|
1102
1102
|
class: me(o.rootClass),
|
|
1103
1103
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
@@ -1105,8 +1105,8 @@ function xl(t, n, e, r, o, i) {
|
|
|
1105
1105
|
Se(t.$slots, "default")
|
|
1106
1106
|
], 34);
|
|
1107
1107
|
}
|
|
1108
|
-
const Er = /* @__PURE__ */ Ae(
|
|
1109
|
-
const
|
|
1108
|
+
const Er = /* @__PURE__ */ Ae(El, [["render", Tl]]);
|
|
1109
|
+
const Sl = {
|
|
1110
1110
|
props: {
|
|
1111
1111
|
vertical: {
|
|
1112
1112
|
type: String,
|
|
@@ -1148,10 +1148,10 @@ const Al = {
|
|
|
1148
1148
|
IbDropdown: Cr,
|
|
1149
1149
|
IbList: Er
|
|
1150
1150
|
}
|
|
1151
|
-
},
|
|
1152
|
-
function
|
|
1151
|
+
}, xl = { class: "dropdown-list-wrapper" };
|
|
1152
|
+
function Al(t, n, e, r, o, i) {
|
|
1153
1153
|
const s = fe("ib-list"), l = fe("ib-dropdown");
|
|
1154
|
-
return G(), ne("div",
|
|
1154
|
+
return G(), ne("div", xl, [
|
|
1155
1155
|
ve(l, Tt({
|
|
1156
1156
|
horizontal: e.horizontal,
|
|
1157
1157
|
vertical: e.vertical,
|
|
@@ -1161,7 +1161,7 @@ function Il(t, n, e, r, o, i) {
|
|
|
1161
1161
|
}, t.$attrs, {
|
|
1162
1162
|
ref: "dropdown",
|
|
1163
1163
|
onAll: i.proxyEvents
|
|
1164
|
-
}),
|
|
1164
|
+
}), So({
|
|
1165
1165
|
body: ye(({ isOpened: c }) => [
|
|
1166
1166
|
ve(s, {
|
|
1167
1167
|
ref: "list",
|
|
@@ -1185,8 +1185,8 @@ function Il(t, n, e, r, o, i) {
|
|
|
1185
1185
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1186
1186
|
]);
|
|
1187
1187
|
}
|
|
1188
|
-
const Tr = /* @__PURE__ */ Ae(
|
|
1189
|
-
const
|
|
1188
|
+
const Tr = /* @__PURE__ */ Ae(Sl, [["render", Al]]);
|
|
1189
|
+
const Nl = {
|
|
1190
1190
|
props: {
|
|
1191
1191
|
checked: {
|
|
1192
1192
|
type: Boolean,
|
|
@@ -1204,9 +1204,9 @@ const Pl = {
|
|
|
1204
1204
|
return this.href && (t.href = this.href), t;
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
1207
|
-
},
|
|
1208
|
-
function
|
|
1209
|
-
return G(), ne("li",
|
|
1207
|
+
}, Il = { class: "dropdown-item-wrapper" };
|
|
1208
|
+
function Pl(t, n, e, r, o, i) {
|
|
1209
|
+
return G(), ne("li", Il, [
|
|
1210
1210
|
(G(), ke(Oi(e.href ? "a" : "div"), Tt({
|
|
1211
1211
|
class: e.checked ? "active" : ""
|
|
1212
1212
|
}, i.attrs, { tabindex: "0" }), {
|
|
@@ -1217,11 +1217,11 @@ function Dl(t, n, e, r, o, i) {
|
|
|
1217
1217
|
}, 16, ["class"]))
|
|
1218
1218
|
]);
|
|
1219
1219
|
}
|
|
1220
|
-
const
|
|
1220
|
+
const Do = /* @__PURE__ */ Ae(Nl, [["render", Pl]]), Ml = {
|
|
1221
1221
|
common: "common",
|
|
1222
1222
|
danger: "danger"
|
|
1223
1223
|
};
|
|
1224
|
-
const
|
|
1224
|
+
const Dl = {
|
|
1225
1225
|
name: "IbSplitButton",
|
|
1226
1226
|
props: {
|
|
1227
1227
|
id: {
|
|
@@ -1230,7 +1230,7 @@ const Rl = {
|
|
|
1230
1230
|
},
|
|
1231
1231
|
kind: {
|
|
1232
1232
|
type: String,
|
|
1233
|
-
default:
|
|
1233
|
+
default: Ml.common
|
|
1234
1234
|
},
|
|
1235
1235
|
disabled: {
|
|
1236
1236
|
type: Boolean,
|
|
@@ -1288,8 +1288,8 @@ const Rl = {
|
|
|
1288
1288
|
this.setActiveItem();
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
1291
|
-
},
|
|
1292
|
-
function
|
|
1291
|
+
}, Ll = ["disabled"], Rl = ["disabled"], Bl = ["disabled"], jl = { ref: "list" };
|
|
1292
|
+
function ql(t, n, e, r, o, i) {
|
|
1293
1293
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1294
1294
|
return G(), ne("div", {
|
|
1295
1295
|
class: me(i.classes)
|
|
@@ -1300,11 +1300,11 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1300
1300
|
disabled: e.disabled
|
|
1301
1301
|
}, o.mainButtonAttrs, {
|
|
1302
1302
|
onClick: n[0] || (n[0] = (...c) => i.onClickLink && i.onClickLink(...c))
|
|
1303
|
-
}), $e(o.content), 17,
|
|
1303
|
+
}), $e(o.content), 17, Rl)) : (G(), ne("button", Tt({
|
|
1304
1304
|
key: 0,
|
|
1305
1305
|
disabled: e.disabled,
|
|
1306
1306
|
class: "split-button-main"
|
|
1307
|
-
}, o.mainButtonAttrs), $e(o.content), 17,
|
|
1307
|
+
}, o.mainButtonAttrs), $e(o.content), 17, Ll)),
|
|
1308
1308
|
ve(l, {
|
|
1309
1309
|
disabled: e.disabled,
|
|
1310
1310
|
closeOnClick: !0
|
|
@@ -1315,10 +1315,10 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1315
1315
|
class: "split-button-menu-trigger"
|
|
1316
1316
|
}, [
|
|
1317
1317
|
ve(s, { name: "chevron-down-outline" })
|
|
1318
|
-
], 8,
|
|
1318
|
+
], 8, Bl)
|
|
1319
1319
|
]),
|
|
1320
1320
|
body: ye(() => [
|
|
1321
|
-
ae("div",
|
|
1321
|
+
ae("div", jl, [
|
|
1322
1322
|
Se(t.$slots, "default")
|
|
1323
1323
|
], 512)
|
|
1324
1324
|
]),
|
|
@@ -1326,8 +1326,8 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1326
1326
|
}, 8, ["disabled"])
|
|
1327
1327
|
], 2);
|
|
1328
1328
|
}
|
|
1329
|
-
const
|
|
1330
|
-
const
|
|
1329
|
+
const n1 = /* @__PURE__ */ Ae(Dl, [["render", ql]]);
|
|
1330
|
+
const Fl = {
|
|
1331
1331
|
props: {
|
|
1332
1332
|
href: {
|
|
1333
1333
|
type: String,
|
|
@@ -1341,7 +1341,7 @@ const Vl = {
|
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
1343
|
};
|
|
1344
|
-
function
|
|
1344
|
+
function Hl(t, n, e, r, o, i) {
|
|
1345
1345
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
|
|
1346
1346
|
default: ye(() => [
|
|
1347
1347
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1349,13 +1349,13 @@ function Ul(t, n, e, r, o, i) {
|
|
|
1349
1349
|
_: 3
|
|
1350
1350
|
}, 16);
|
|
1351
1351
|
}
|
|
1352
|
-
const
|
|
1352
|
+
const i1 = /* @__PURE__ */ Ae(Fl, [["render", Hl], ["__scopeId", "data-v-4cf00feb"]]), Yt = {
|
|
1353
1353
|
S: "s",
|
|
1354
1354
|
M: "m",
|
|
1355
1355
|
L: "l",
|
|
1356
1356
|
XL: "xl"
|
|
1357
1357
|
};
|
|
1358
|
-
const
|
|
1358
|
+
const Vl = {
|
|
1359
1359
|
name: "IbModal",
|
|
1360
1360
|
directives: { Outside: kr },
|
|
1361
1361
|
emits: {
|
|
@@ -1463,14 +1463,14 @@ const zl = {
|
|
|
1463
1463
|
beforeUnmount() {
|
|
1464
1464
|
this.isActive && this.close(), document.removeEventListener("keydown", this.onKeydown), document.removeEventListener("blur", this.setFocusOnModal, !0);
|
|
1465
1465
|
}
|
|
1466
|
-
},
|
|
1466
|
+
}, Ul = {
|
|
1467
1467
|
key: 1,
|
|
1468
1468
|
class: "modal-header"
|
|
1469
|
-
},
|
|
1469
|
+
}, zl = {
|
|
1470
1470
|
key: 2,
|
|
1471
1471
|
class: "modal-footer"
|
|
1472
1472
|
};
|
|
1473
|
-
function
|
|
1473
|
+
function Kl(t, n, e, r, o, i) {
|
|
1474
1474
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = cn("outside");
|
|
1475
1475
|
return G(), ne(rt, null, [
|
|
1476
1476
|
i.hasTrigger ? (G(), ne("div", {
|
|
@@ -1482,7 +1482,7 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1482
1482
|
}, [
|
|
1483
1483
|
Se(t.$slots, "trigger", {}, void 0, !0)
|
|
1484
1484
|
], 544)) : he("", !0),
|
|
1485
|
-
(G(), ke(
|
|
1485
|
+
(G(), ke(ca, { to: "body" }, [
|
|
1486
1486
|
Me(ae("div", {
|
|
1487
1487
|
class: me(["modal", e.classList]),
|
|
1488
1488
|
ref: "modal"
|
|
@@ -1502,7 +1502,7 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1502
1502
|
]),
|
|
1503
1503
|
_: 1
|
|
1504
1504
|
}, 8, ["onClick"])) : he("", !0),
|
|
1505
|
-
i.hasHeader ? (G(), ne("p",
|
|
1505
|
+
i.hasHeader ? (G(), ne("p", Ul, [
|
|
1506
1506
|
Se(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1507
1507
|
])) : he("", !0),
|
|
1508
1508
|
ae("div", {
|
|
@@ -1510,7 +1510,7 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1510
1510
|
}, [
|
|
1511
1511
|
Se(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1512
1512
|
], 2),
|
|
1513
|
-
i.hasFooter ? (G(), ne("div",
|
|
1513
|
+
i.hasFooter ? (G(), ne("div", zl, [
|
|
1514
1514
|
Se(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
|
|
1515
1515
|
])) : he("", !0)
|
|
1516
1516
|
], 6)), [
|
|
@@ -1522,11 +1522,11 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1522
1522
|
]))
|
|
1523
1523
|
], 64);
|
|
1524
1524
|
}
|
|
1525
|
-
const
|
|
1526
|
-
function
|
|
1525
|
+
const r1 = /* @__PURE__ */ Ae(Vl, [["render", Kl], ["__scopeId", "data-v-d4b1f961"]]);
|
|
1526
|
+
function Lo(t) {
|
|
1527
1527
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1528
1528
|
}
|
|
1529
|
-
const
|
|
1529
|
+
const Gl = {
|
|
1530
1530
|
name: "IbTabDropdown",
|
|
1531
1531
|
props: {
|
|
1532
1532
|
tabs: {
|
|
@@ -1546,7 +1546,7 @@ const Wl = {
|
|
|
1546
1546
|
},
|
|
1547
1547
|
methods: {
|
|
1548
1548
|
createHref(t) {
|
|
1549
|
-
return
|
|
1549
|
+
return Lo(t);
|
|
1550
1550
|
},
|
|
1551
1551
|
selectTab(t) {
|
|
1552
1552
|
this.selectedTabByDropdown = t, this.$emit("select-tab", t);
|
|
@@ -1565,13 +1565,13 @@ const Wl = {
|
|
|
1565
1565
|
},
|
|
1566
1566
|
components: {
|
|
1567
1567
|
IbDropdownList: Tr,
|
|
1568
|
-
IbDropdownItem:
|
|
1568
|
+
IbDropdownItem: Do,
|
|
1569
1569
|
IbIcon: Xe
|
|
1570
1570
|
}
|
|
1571
|
-
},
|
|
1572
|
-
function
|
|
1571
|
+
}, Yl = { class: "wrapper-tab-link dropdown-tab" }, Wl = ["tabindex"];
|
|
1572
|
+
function Zl(t, n, e, r, o, i) {
|
|
1573
1573
|
const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
|
|
1574
|
-
return G(), ne("div",
|
|
1574
|
+
return G(), ne("div", Yl, [
|
|
1575
1575
|
ve(c, {
|
|
1576
1576
|
disabled: o.isDisabledDropdown,
|
|
1577
1577
|
"close-on-click": !0
|
|
@@ -1586,7 +1586,7 @@ function Xl(t, n, e, r, o, i) {
|
|
|
1586
1586
|
}, [
|
|
1587
1587
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1588
1588
|
ve(s, { name: "chevron-down" })
|
|
1589
|
-
], 10,
|
|
1589
|
+
], 10, Wl)
|
|
1590
1590
|
]),
|
|
1591
1591
|
body: ye(() => [
|
|
1592
1592
|
(G(!0), ne(rt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
@@ -1610,8 +1610,8 @@ function Xl(t, n, e, r, o, i) {
|
|
|
1610
1610
|
}, 8, ["disabled"])
|
|
1611
1611
|
]);
|
|
1612
1612
|
}
|
|
1613
|
-
const
|
|
1614
|
-
const
|
|
1613
|
+
const Jl = /* @__PURE__ */ Ae(Gl, [["render", Zl]]);
|
|
1614
|
+
const Xl = {
|
|
1615
1615
|
name: "IbTabs",
|
|
1616
1616
|
data() {
|
|
1617
1617
|
return {
|
|
@@ -1651,26 +1651,26 @@ const es = {
|
|
|
1651
1651
|
},
|
|
1652
1652
|
methods: {
|
|
1653
1653
|
createHref(t) {
|
|
1654
|
-
return
|
|
1654
|
+
return Lo(t);
|
|
1655
1655
|
},
|
|
1656
1656
|
selectTab(t) {
|
|
1657
1657
|
this.$emit("changeTab", t), this.selectedTab = t;
|
|
1658
1658
|
}
|
|
1659
1659
|
},
|
|
1660
1660
|
components: {
|
|
1661
|
-
IbTabDropdown:
|
|
1661
|
+
IbTabDropdown: Jl
|
|
1662
1662
|
}
|
|
1663
|
-
},
|
|
1663
|
+
}, Ql = { class: "tabs" }, es = { class: "tabs-list" }, ts = {
|
|
1664
1664
|
key: 0,
|
|
1665
1665
|
class: "wrapper-tab-link"
|
|
1666
|
-
},
|
|
1666
|
+
}, ns = ["href", "tabindex", "onClick"], is = {
|
|
1667
1667
|
class: "tabs-content",
|
|
1668
1668
|
ref: "tabHandler"
|
|
1669
1669
|
};
|
|
1670
|
-
function
|
|
1670
|
+
function rs(t, n, e, r, o, i) {
|
|
1671
1671
|
const s = fe("ib-tab-dropdown");
|
|
1672
|
-
return G(), ne("div",
|
|
1673
|
-
ae("ul",
|
|
1672
|
+
return G(), ne("div", Ql, [
|
|
1673
|
+
ae("ul", es, [
|
|
1674
1674
|
(G(!0), ne(rt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1675
1675
|
class: "tab-item",
|
|
1676
1676
|
key: c
|
|
@@ -1680,7 +1680,7 @@ function as(t, n, e, r, o, i) {
|
|
|
1680
1680
|
"selected-tab": o.selectedTab,
|
|
1681
1681
|
tabs: l,
|
|
1682
1682
|
onSelectTab: i.selectTab
|
|
1683
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1683
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ts, [
|
|
1684
1684
|
ae("a", {
|
|
1685
1685
|
class: me(["tab-link", {
|
|
1686
1686
|
active: o.selectedTab === l.id,
|
|
@@ -1690,16 +1690,16 @@ function as(t, n, e, r, o, i) {
|
|
|
1690
1690
|
tabindex: l.disabled ? -1 : 0,
|
|
1691
1691
|
onClick: (f) => i.selectTab(l.id),
|
|
1692
1692
|
target: "_self"
|
|
1693
|
-
}, $e(l.title), 11,
|
|
1693
|
+
}, $e(l.title), 11, ns)
|
|
1694
1694
|
]))
|
|
1695
1695
|
]))), 128))
|
|
1696
1696
|
]),
|
|
1697
|
-
ae("div",
|
|
1697
|
+
ae("div", is, [
|
|
1698
1698
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
1699
1699
|
], 512)
|
|
1700
1700
|
]);
|
|
1701
1701
|
}
|
|
1702
|
-
const
|
|
1702
|
+
const o1 = /* @__PURE__ */ Ae(Xl, [["render", rs], ["__scopeId", "data-v-bc2195e2"]]), os = {
|
|
1703
1703
|
name: "IbTab",
|
|
1704
1704
|
props: {
|
|
1705
1705
|
title: {
|
|
@@ -1729,22 +1729,22 @@ const l1 = /* @__PURE__ */ Ae(es, [["render", as], ["__scopeId", "data-v-bc2195e
|
|
|
1729
1729
|
}
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
|
-
function
|
|
1732
|
+
function as(t, n, e, r, o, i) {
|
|
1733
1733
|
return Me((G(), ne("div", null, [
|
|
1734
1734
|
Se(t.$slots, "default")
|
|
1735
1735
|
], 512)), [
|
|
1736
1736
|
[Ke, i.isTabActive]
|
|
1737
1737
|
]);
|
|
1738
1738
|
}
|
|
1739
|
-
const
|
|
1739
|
+
const a1 = /* @__PURE__ */ Ae(os, [["render", as]]), ls = {
|
|
1740
1740
|
LIST_VIEW: "list-sorting",
|
|
1741
1741
|
GRID_VIEW: "grid-sorting",
|
|
1742
1742
|
TABLE_VIEW: "table-sorting"
|
|
1743
|
-
},
|
|
1743
|
+
}, ss = {
|
|
1744
1744
|
TYPE_ASC: "asc",
|
|
1745
1745
|
TYPE_DESC: "desc"
|
|
1746
1746
|
};
|
|
1747
|
-
class
|
|
1747
|
+
class Ro {
|
|
1748
1748
|
constructor() {
|
|
1749
1749
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
1750
1750
|
}
|
|
@@ -1770,7 +1770,7 @@ class jo {
|
|
|
1770
1770
|
top: 0px;
|
|
1771
1771
|
left: 0px;
|
|
1772
1772
|
`;
|
|
1773
|
-
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance =
|
|
1773
|
+
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(Yn, {
|
|
1774
1774
|
title: e.title,
|
|
1775
1775
|
text: e.text,
|
|
1776
1776
|
alwaysVisible: !0,
|
|
@@ -1852,7 +1852,7 @@ class jo {
|
|
|
1852
1852
|
return n ? pr[n] : pr.topCenter;
|
|
1853
1853
|
}
|
|
1854
1854
|
}
|
|
1855
|
-
const dn = new
|
|
1855
|
+
const dn = new Ro(), us = (t, n) => {
|
|
1856
1856
|
var o;
|
|
1857
1857
|
dn.getTooltipContainer() && dn.destroyTooltip();
|
|
1858
1858
|
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
@@ -1860,14 +1860,14 @@ const dn = new jo(), cs = (t, n) => {
|
|
|
1860
1860
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
1861
1861
|
};
|
|
1862
1862
|
dn.createTooltip(t, r, e);
|
|
1863
|
-
},
|
|
1863
|
+
}, ds = (t, n) => {
|
|
1864
1864
|
const e = dn.getId();
|
|
1865
1865
|
if (n.getAttribute("aria-describedby") !== e)
|
|
1866
1866
|
return;
|
|
1867
1867
|
const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
|
|
1868
1868
|
o && i && dn.destroyTooltip(n);
|
|
1869
1869
|
}, Ur = (t, n) => {
|
|
1870
|
-
t.__tooltip_create = () =>
|
|
1870
|
+
t.__tooltip_create = () => us(t, n), t.__tooltip_destroy = (e) => ds(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
|
|
1871
1871
|
}, zr = (t) => {
|
|
1872
1872
|
dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
|
|
1873
1873
|
}, Sr = {
|
|
@@ -1881,7 +1881,7 @@ const dn = new jo(), cs = (t, n) => {
|
|
|
1881
1881
|
zr(t);
|
|
1882
1882
|
}
|
|
1883
1883
|
};
|
|
1884
|
-
const
|
|
1884
|
+
const cs = {
|
|
1885
1885
|
name: "IbSorting",
|
|
1886
1886
|
props: {
|
|
1887
1887
|
tooltipTitle: {
|
|
@@ -1933,8 +1933,8 @@ const hs = {
|
|
|
1933
1933
|
data() {
|
|
1934
1934
|
return {
|
|
1935
1935
|
isOpenToggleTip: !1,
|
|
1936
|
-
sortingTypes:
|
|
1937
|
-
sortingTypesView:
|
|
1936
|
+
sortingTypes: ss,
|
|
1937
|
+
sortingTypesView: ls,
|
|
1938
1938
|
currentTypeSort: this.sort
|
|
1939
1939
|
};
|
|
1940
1940
|
},
|
|
@@ -1975,13 +1975,13 @@ const hs = {
|
|
|
1975
1975
|
components: {
|
|
1976
1976
|
IbIcon: Xe,
|
|
1977
1977
|
IbIconButton: Nt,
|
|
1978
|
-
IbToggleTip:
|
|
1978
|
+
IbToggleTip: cl
|
|
1979
1979
|
}
|
|
1980
|
-
},
|
|
1981
|
-
function
|
|
1980
|
+
}, fs = { class: "sorting-wrapper" }, hs = ["name"], ps = ["aria-label"];
|
|
1981
|
+
function gs(t, n, e, r, o, i) {
|
|
1982
1982
|
var h;
|
|
1983
1983
|
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = cn("tooltip");
|
|
1984
|
-
return G(), ne("div",
|
|
1984
|
+
return G(), ne("div", fs, [
|
|
1985
1985
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1986
1986
|
key: 0,
|
|
1987
1987
|
class: me(["table-sorting-wrapper", {
|
|
@@ -2025,7 +2025,7 @@ function vs(t, n, e, r, o, i) {
|
|
|
2025
2025
|
onClick: i.clickHandler
|
|
2026
2026
|
}, {
|
|
2027
2027
|
default: ye(() => [
|
|
2028
|
-
ae("ion-icon", { name: i.iconType }, null, 8,
|
|
2028
|
+
ae("ion-icon", { name: i.iconType }, null, 8, hs)
|
|
2029
2029
|
]),
|
|
2030
2030
|
_: 1
|
|
2031
2031
|
}, 8, ["onClick"])), [
|
|
@@ -2046,13 +2046,13 @@ function vs(t, n, e, r, o, i) {
|
|
|
2046
2046
|
key: 0,
|
|
2047
2047
|
name: i.iconType
|
|
2048
2048
|
}, null, 8, ["name"])) : he("", !0)
|
|
2049
|
-
], 10,
|
|
2049
|
+
], 10, ps)), [
|
|
2050
2050
|
[f, e.tooltipText, e.tooltipPosition]
|
|
2051
2051
|
])
|
|
2052
2052
|
]);
|
|
2053
2053
|
}
|
|
2054
|
-
const
|
|
2055
|
-
const
|
|
2054
|
+
const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-7b0c838f"]]);
|
|
2055
|
+
const ms = {
|
|
2056
2056
|
name: "IbBreadcrumbs",
|
|
2057
2057
|
props: {
|
|
2058
2058
|
items: {
|
|
@@ -2077,15 +2077,15 @@ const ys = {
|
|
|
2077
2077
|
components: {
|
|
2078
2078
|
IbIcon: Xe,
|
|
2079
2079
|
IbIconButton: Nt,
|
|
2080
|
-
IbDropdownItem:
|
|
2080
|
+
IbDropdownItem: Do,
|
|
2081
2081
|
IbDropdownList: Tr,
|
|
2082
2082
|
IbTooltip: Yn
|
|
2083
2083
|
}
|
|
2084
|
-
},
|
|
2085
|
-
function
|
|
2084
|
+
}, vs = { "aria-label": "breadcrumb" }, ys = { class: "breadcrumb" }, bs = ["href"], _s = { key: 1 }, $s = ["href"];
|
|
2085
|
+
function ws(t, n, e, r, o, i) {
|
|
2086
2086
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
|
|
2087
|
-
return G(), ne("nav",
|
|
2088
|
-
ae("ul",
|
|
2087
|
+
return G(), ne("nav", vs, [
|
|
2088
|
+
ae("ul", ys, [
|
|
2089
2089
|
(G(!0), ne(rt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2090
2090
|
class: me(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2091
2091
|
"aria-current": "page",
|
|
@@ -2095,8 +2095,8 @@ function ks(t, n, e, r, o, i) {
|
|
|
2095
2095
|
key: 0,
|
|
2096
2096
|
class: "ib-link",
|
|
2097
2097
|
href: d.url
|
|
2098
|
-
}, $e(d.title), 9,
|
|
2099
|
-
a === i.last ? (G(), ne("p",
|
|
2098
|
+
}, $e(d.title), 9, bs)) : he("", !0),
|
|
2099
|
+
a === i.last ? (G(), ne("p", _s, $e(d.title), 1)) : he("", !0),
|
|
2100
2100
|
i.initContextMenu && a === e.items.length - 4 ? (G(), ke(h, {
|
|
2101
2101
|
key: 2,
|
|
2102
2102
|
horizontal: "center"
|
|
@@ -2119,7 +2119,7 @@ function ks(t, n, e, r, o, i) {
|
|
|
2119
2119
|
ae("a", {
|
|
2120
2120
|
class: "context-breadcrums",
|
|
2121
2121
|
href: u.url
|
|
2122
|
-
}, $e(u.title), 9,
|
|
2122
|
+
}, $e(u.title), 9, $s)
|
|
2123
2123
|
]),
|
|
2124
2124
|
_: 2
|
|
2125
2125
|
}, 1024))), 128))
|
|
@@ -2134,8 +2134,8 @@ function ks(t, n, e, r, o, i) {
|
|
|
2134
2134
|
])
|
|
2135
2135
|
]);
|
|
2136
2136
|
}
|
|
2137
|
-
const
|
|
2138
|
-
const
|
|
2137
|
+
const s1 = /* @__PURE__ */ Ae(ms, [["render", ws], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2138
|
+
const Os = {
|
|
2139
2139
|
name: "IbLabel",
|
|
2140
2140
|
props: {
|
|
2141
2141
|
for: {
|
|
@@ -2174,17 +2174,17 @@ const Cs = {
|
|
|
2174
2174
|
IbIcon: Xe,
|
|
2175
2175
|
IbTooltip: Yn
|
|
2176
2176
|
}
|
|
2177
|
-
},
|
|
2177
|
+
}, ks = ["for"], Cs = {
|
|
2178
2178
|
key: 0,
|
|
2179
2179
|
class: "required"
|
|
2180
2180
|
};
|
|
2181
|
-
function
|
|
2181
|
+
function Es(t, n, e, r, o, i) {
|
|
2182
2182
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
|
|
2183
2183
|
return G(), ne("label", {
|
|
2184
2184
|
class: me(i.classes),
|
|
2185
2185
|
for: e.for
|
|
2186
2186
|
}, [
|
|
2187
|
-
e.required ? (G(), ne("span",
|
|
2187
|
+
e.required ? (G(), ne("span", Cs, "* ")) : he("", !0),
|
|
2188
2188
|
Se(t.$slots, "default", {}, void 0, !0),
|
|
2189
2189
|
e.infoText.length ? (G(), ke(c, {
|
|
2190
2190
|
key: 1,
|
|
@@ -2202,15 +2202,15 @@ function Ss(t, n, e, r, o, i) {
|
|
|
2202
2202
|
]),
|
|
2203
2203
|
_: 1
|
|
2204
2204
|
})) : he("", !0)
|
|
2205
|
-
], 10,
|
|
2205
|
+
], 10, ks);
|
|
2206
2206
|
}
|
|
2207
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
2207
|
+
const Ci = /* @__PURE__ */ Ae(Os, [["render", Es], ["__scopeId", "data-v-3e867259"]]), tr = {
|
|
2208
2208
|
text: "text",
|
|
2209
2209
|
password: "password",
|
|
2210
2210
|
email: "email",
|
|
2211
2211
|
number: "number"
|
|
2212
2212
|
};
|
|
2213
|
-
const
|
|
2213
|
+
const Ts = {
|
|
2214
2214
|
name: "IbInput",
|
|
2215
2215
|
props: {
|
|
2216
2216
|
type: {
|
|
@@ -2361,8 +2361,8 @@ const xs = {
|
|
|
2361
2361
|
IbDropdown: Cr
|
|
2362
2362
|
},
|
|
2363
2363
|
inheritAttrs: !1
|
|
2364
|
-
},
|
|
2365
|
-
function
|
|
2364
|
+
}, Ss = ["aria-invalid", "readonly", "disabled", "id"], xs = { class: "settings-wrapper" };
|
|
2365
|
+
function As(t, n, e, r, o, i) {
|
|
2366
2366
|
var h, d;
|
|
2367
2367
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("ib-dropdown");
|
|
2368
2368
|
return G(), ne("div", null, [
|
|
@@ -2391,8 +2391,8 @@ function Is(t, n, e, r, o, i) {
|
|
|
2391
2391
|
onInput: n[1] || (n[1] = (a) => i.onInput(a)),
|
|
2392
2392
|
onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
|
|
2393
2393
|
onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
|
|
2394
|
-
}), null, 16,
|
|
2395
|
-
[
|
|
2394
|
+
}), null, 16, Ss), [
|
|
2395
|
+
[xo, o.actualValue]
|
|
2396
2396
|
]),
|
|
2397
2397
|
e.type !== "password" && e.showClearButton ? Me((G(), ke(c, {
|
|
2398
2398
|
key: 1,
|
|
@@ -2451,7 +2451,7 @@ function Is(t, n, e, r, o, i) {
|
|
|
2451
2451
|
}, 8, ["help-text"])
|
|
2452
2452
|
]),
|
|
2453
2453
|
body: ye(() => [
|
|
2454
|
-
ae("div",
|
|
2454
|
+
ae("div", xs, [
|
|
2455
2455
|
Se(t.$slots, "settings", {}, void 0, !0)
|
|
2456
2456
|
])
|
|
2457
2457
|
]),
|
|
@@ -2460,8 +2460,8 @@ function Is(t, n, e, r, o, i) {
|
|
|
2460
2460
|
], 2)
|
|
2461
2461
|
]);
|
|
2462
2462
|
}
|
|
2463
|
-
const
|
|
2464
|
-
const
|
|
2463
|
+
const Bo = /* @__PURE__ */ Ae(Ts, [["render", As], ["__scopeId", "data-v-7d710724"]]);
|
|
2464
|
+
const Ns = {
|
|
2465
2465
|
name: "IbCheckbox",
|
|
2466
2466
|
model: {
|
|
2467
2467
|
event: "input"
|
|
@@ -2546,17 +2546,17 @@ const Ps = {
|
|
|
2546
2546
|
IbIcon: Xe
|
|
2547
2547
|
},
|
|
2548
2548
|
inheritAttrs: !1
|
|
2549
|
-
},
|
|
2549
|
+
}, Is = ["aria-checked"], Ps = ["for", "tabindex"], Ms = ["name", "id", "value", "checked", "disabled", "required"], Ds = { class: "ib-checkbox-body" }, Ls = {
|
|
2550
2550
|
key: 0,
|
|
2551
2551
|
class: "required"
|
|
2552
|
-
},
|
|
2552
|
+
}, Rs = { class: "ib-checkbox-input" }, Bs = {
|
|
2553
2553
|
key: 1,
|
|
2554
2554
|
class: "ib-checkbox-label"
|
|
2555
|
-
},
|
|
2555
|
+
}, js = {
|
|
2556
2556
|
key: 0,
|
|
2557
2557
|
class: "required"
|
|
2558
2558
|
};
|
|
2559
|
-
function
|
|
2559
|
+
function qs(t, n, e, r, o, i) {
|
|
2560
2560
|
var l;
|
|
2561
2561
|
const s = fe("ib-icon");
|
|
2562
2562
|
return G(), ne("div", {
|
|
@@ -2579,16 +2579,16 @@ function Hs(t, n, e, r, o, i) {
|
|
|
2579
2579
|
disabled: e.disabled,
|
|
2580
2580
|
required: e.required,
|
|
2581
2581
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c))
|
|
2582
|
-
}, null, 8,
|
|
2583
|
-
ae("div",
|
|
2582
|
+
}, null, 8, Ms),
|
|
2583
|
+
ae("div", Ds, [
|
|
2584
2584
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2585
2585
|
key: 0,
|
|
2586
2586
|
class: me(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2587
2587
|
}, [
|
|
2588
|
-
e.required ? (G(), ne("span",
|
|
2588
|
+
e.required ? (G(), ne("span", Ls, "*")) : he("", !0),
|
|
2589
2589
|
Ge(" " + $e(e.label), 1)
|
|
2590
2590
|
], 2)) : he("", !0),
|
|
2591
|
-
ae("span",
|
|
2591
|
+
ae("span", Rs, [
|
|
2592
2592
|
Me(ve(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2593
2593
|
[Ke, o.checked && !i.indeterminate]
|
|
2594
2594
|
]),
|
|
@@ -2599,16 +2599,16 @@ function Hs(t, n, e, r, o, i) {
|
|
|
2599
2599
|
[Ke, i.indeterminate]
|
|
2600
2600
|
])
|
|
2601
2601
|
]),
|
|
2602
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2603
|
-
e.required ? (G(), ne("span",
|
|
2602
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", Bs, [
|
|
2603
|
+
e.required ? (G(), ne("span", js, "*")) : he("", !0),
|
|
2604
2604
|
Ge(" " + $e(e.label), 1)
|
|
2605
2605
|
])) : he("", !0)
|
|
2606
2606
|
])
|
|
2607
|
-
], 16,
|
|
2608
|
-
], 10,
|
|
2607
|
+
], 16, Ps)
|
|
2608
|
+
], 10, Is);
|
|
2609
2609
|
}
|
|
2610
|
-
const
|
|
2611
|
-
const
|
|
2610
|
+
const jo = /* @__PURE__ */ Ae(Ns, [["render", qs]]);
|
|
2611
|
+
const Fs = {
|
|
2612
2612
|
name: "IbToggle",
|
|
2613
2613
|
model: {
|
|
2614
2614
|
prop: "isChecked",
|
|
@@ -2679,17 +2679,17 @@ const Vs = {
|
|
|
2679
2679
|
}
|
|
2680
2680
|
},
|
|
2681
2681
|
components: { IbIcon: Xe, IbTooltip: Yn }
|
|
2682
|
-
},
|
|
2682
|
+
}, Hs = ["aria-checked", "tabindex"], Vs = {
|
|
2683
2683
|
class: "toggle-wrapper",
|
|
2684
2684
|
ref: "wrapper"
|
|
2685
|
-
},
|
|
2685
|
+
}, Us = {
|
|
2686
2686
|
class: "toggle",
|
|
2687
2687
|
ref: "toggle"
|
|
2688
|
-
},
|
|
2688
|
+
}, zs = ["name", "checked", "id", "disabled"], Ks = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Gs = {
|
|
2689
2689
|
key: 0,
|
|
2690
2690
|
class: "toggle-label"
|
|
2691
2691
|
};
|
|
2692
|
-
function
|
|
2692
|
+
function Ys(t, n, e, r, o, i) {
|
|
2693
2693
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2694
2694
|
return G(), ne("label", {
|
|
2695
2695
|
role: "switch",
|
|
@@ -2701,8 +2701,8 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2701
2701
|
n[3] || (n[3] = _t(it((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2702
2702
|
]
|
|
2703
2703
|
}, [
|
|
2704
|
-
ae("div",
|
|
2705
|
-
ae("div",
|
|
2704
|
+
ae("div", Vs, [
|
|
2705
|
+
ae("div", Us, [
|
|
2706
2706
|
ae("input", {
|
|
2707
2707
|
tabindex: "-1",
|
|
2708
2708
|
type: "checkbox",
|
|
@@ -2714,8 +2714,8 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2714
2714
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2715
2715
|
onInput: n[1] || (n[1] = it(() => {
|
|
2716
2716
|
}, ["stop"]))
|
|
2717
|
-
}, null, 40,
|
|
2718
|
-
|
|
2717
|
+
}, null, 40, zs),
|
|
2718
|
+
Ks,
|
|
2719
2719
|
ve(s, {
|
|
2720
2720
|
class: "checked-icon",
|
|
2721
2721
|
name: "checkmark"
|
|
@@ -2726,18 +2726,18 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2726
2726
|
})
|
|
2727
2727
|
], 512)
|
|
2728
2728
|
], 512),
|
|
2729
|
-
e.label.length ? (G(), ne("span",
|
|
2729
|
+
e.label.length ? (G(), ne("span", Gs, $e(e.label), 1)) : he("", !0),
|
|
2730
2730
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2731
2731
|
key: 1,
|
|
2732
2732
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2733
2733
|
}, null, 8, ["text"])) : he("", !0)
|
|
2734
|
-
], 42,
|
|
2734
|
+
], 42, Hs);
|
|
2735
2735
|
}
|
|
2736
|
-
const
|
|
2737
|
-
function
|
|
2736
|
+
const Ws = /* @__PURE__ */ Ae(Fs, [["render", Ys]]);
|
|
2737
|
+
function qo(t) {
|
|
2738
2738
|
return t.scrollHeight > t.clientHeight;
|
|
2739
2739
|
}
|
|
2740
|
-
const
|
|
2740
|
+
const Zs = {
|
|
2741
2741
|
name: "select-option",
|
|
2742
2742
|
props: {
|
|
2743
2743
|
option: {
|
|
@@ -2786,7 +2786,7 @@ const Xs = {
|
|
|
2786
2786
|
},
|
|
2787
2787
|
updated() {
|
|
2788
2788
|
this.$nextTick(() => {
|
|
2789
|
-
|
|
2789
|
+
qo(this.$el.querySelector(".option-label")) && (this.showTooltip = !0);
|
|
2790
2790
|
});
|
|
2791
2791
|
},
|
|
2792
2792
|
data() {
|
|
@@ -2796,7 +2796,7 @@ const Xs = {
|
|
|
2796
2796
|
},
|
|
2797
2797
|
methods: {
|
|
2798
2798
|
onKeydown(t) {
|
|
2799
|
-
t.keyCode ===
|
|
2799
|
+
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === gl && (this.option.isChildrenVisible = !0), t.keyCode === pl && (this.option.isChildrenVisible = !1));
|
|
2800
2800
|
},
|
|
2801
2801
|
onChange() {
|
|
2802
2802
|
var t, n;
|
|
@@ -2842,7 +2842,7 @@ const Xs = {
|
|
|
2842
2842
|
},
|
|
2843
2843
|
computed: {
|
|
2844
2844
|
component() {
|
|
2845
|
-
return this.isMultiple && this.isToggle ?
|
|
2845
|
+
return this.isMultiple && this.isToggle ? Ws : jo;
|
|
2846
2846
|
},
|
|
2847
2847
|
hasChildren() {
|
|
2848
2848
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2876,17 +2876,17 @@ const Xs = {
|
|
|
2876
2876
|
IbIconButton: Nt
|
|
2877
2877
|
},
|
|
2878
2878
|
directives: { Tooltip: Sr }
|
|
2879
|
-
},
|
|
2879
|
+
}, Js = ["aria-selected", "aria-label", "id"], Xs = {
|
|
2880
2880
|
key: 0,
|
|
2881
2881
|
class: "option-label"
|
|
2882
|
-
},
|
|
2882
|
+
}, Qs = {
|
|
2883
2883
|
key: 1,
|
|
2884
2884
|
class: "option-label"
|
|
2885
|
-
},
|
|
2885
|
+
}, eu = ["innerHTML"], tu = ["innerHTML"], nu = {
|
|
2886
2886
|
key: 2,
|
|
2887
2887
|
class: "option-label"
|
|
2888
2888
|
};
|
|
2889
|
-
function
|
|
2889
|
+
function iu(t, n, e, r, o, i) {
|
|
2890
2890
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = cn("tooltip");
|
|
2891
2891
|
return G(), ne("li", null, [
|
|
2892
2892
|
Me((G(), ne("div", {
|
|
@@ -2952,7 +2952,7 @@ function ou(t, n, e, r, o, i) {
|
|
|
2952
2952
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2953
2953
|
)
|
|
2954
2954
|
}, [
|
|
2955
|
-
i.hasChildren ? (G(), ne("span",
|
|
2955
|
+
i.hasChildren ? (G(), ne("span", Qs, $e(e.option.title), 1)) : (G(), ne("span", Xs, [
|
|
2956
2956
|
Ge($e(e.option.title) + " ", 1),
|
|
2957
2957
|
ve(s, {
|
|
2958
2958
|
name: "star",
|
|
@@ -2964,12 +2964,12 @@ function ou(t, n, e, r, o, i) {
|
|
|
2964
2964
|
key: 1,
|
|
2965
2965
|
class: "option-label",
|
|
2966
2966
|
innerHTML: e.option.title
|
|
2967
|
-
}, null, 8,
|
|
2967
|
+
}, null, 8, tu)) : (G(), ne("span", {
|
|
2968
2968
|
key: 0,
|
|
2969
2969
|
class: "option-label",
|
|
2970
2970
|
innerHTML: e.option.title
|
|
2971
|
-
}, null, 8,
|
|
2972
|
-
], 64)) : (G(), ne("span",
|
|
2971
|
+
}, null, 8, eu))
|
|
2972
|
+
], 64)) : (G(), ne("span", nu, $e(e.option.title), 1))
|
|
2973
2973
|
], 2),
|
|
2974
2974
|
i.hasChildren ? Me((G(), ke(f, { key: 0 }, {
|
|
2975
2975
|
default: ye(() => [
|
|
@@ -2992,17 +2992,17 @@ function ou(t, n, e, r, o, i) {
|
|
|
2992
2992
|
}, 512)), [
|
|
2993
2993
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
2994
2994
|
]) : he("", !0)
|
|
2995
|
-
], 42,
|
|
2995
|
+
], 42, Js)), [
|
|
2996
2996
|
[h, o.showTooltip ? e.option.title : ""]
|
|
2997
2997
|
])
|
|
2998
2998
|
]);
|
|
2999
2999
|
}
|
|
3000
|
-
const
|
|
3000
|
+
const ru = /* @__PURE__ */ Ae(Zs, [["render", iu]]);
|
|
3001
3001
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3002
3002
|
function Ei(t) {
|
|
3003
3003
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3004
3004
|
}
|
|
3005
|
-
var
|
|
3005
|
+
var Fo = { exports: {} };
|
|
3006
3006
|
/*!***************************************************
|
|
3007
3007
|
* mark.js v8.11.1
|
|
3008
3008
|
* https://markjs.io/
|
|
@@ -3405,10 +3405,10 @@ var Vo = { exports: {} };
|
|
|
3405
3405
|
return this.mark = (s, l) => (i.mark(s, l), this), this.markRegExp = (s, l) => (i.markRegExp(s, l), this), this.markRanges = (s, l) => (i.markRanges(s, l), this), this.unmark = (s) => (i.unmark(s), this), this;
|
|
3406
3406
|
};
|
|
3407
3407
|
});
|
|
3408
|
-
})(
|
|
3409
|
-
var
|
|
3410
|
-
const
|
|
3411
|
-
const
|
|
3408
|
+
})(Fo);
|
|
3409
|
+
var ou = Fo.exports;
|
|
3410
|
+
const au = /* @__PURE__ */ Ei(ou);
|
|
3411
|
+
const lu = {
|
|
3412
3412
|
name: "IbTreeSelect",
|
|
3413
3413
|
inject: ["LANG_COMPONENTS"],
|
|
3414
3414
|
props: {
|
|
@@ -3613,7 +3613,7 @@ const uu = {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
},
|
|
3615
3615
|
mounted() {
|
|
3616
|
-
this.marker = new
|
|
3616
|
+
this.marker = new au(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3617
3617
|
this.setPreparedValues();
|
|
3618
3618
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3619
3619
|
},
|
|
@@ -3911,21 +3911,21 @@ const uu = {
|
|
|
3911
3911
|
IbIconButton: Nt,
|
|
3912
3912
|
IbIcon: Xe,
|
|
3913
3913
|
IbDropdown: Cr,
|
|
3914
|
-
IbInput:
|
|
3914
|
+
IbInput: Bo,
|
|
3915
3915
|
List: Er,
|
|
3916
|
-
"select-option":
|
|
3916
|
+
"select-option": ru
|
|
3917
3917
|
},
|
|
3918
3918
|
beforeUnmount() {
|
|
3919
3919
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3920
3920
|
}
|
|
3921
|
-
},
|
|
3921
|
+
}, su = {
|
|
3922
3922
|
key: 0,
|
|
3923
3923
|
class: "tree-select-empty"
|
|
3924
|
-
},
|
|
3924
|
+
}, uu = {
|
|
3925
3925
|
key: 1,
|
|
3926
3926
|
class: "tree-select-default-empty tree-select-empty"
|
|
3927
3927
|
};
|
|
3928
|
-
function
|
|
3928
|
+
function du(t, n, e, r, o, i) {
|
|
3929
3929
|
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");
|
|
3930
3930
|
return G(), ne(rt, null, [
|
|
3931
3931
|
e.errorMessage ? (G(), ke(s, {
|
|
@@ -3947,7 +3947,7 @@ function fu(t, n, e, r, o, i) {
|
|
|
3947
3947
|
ref: "dropdown",
|
|
3948
3948
|
onClose: i.onClose,
|
|
3949
3949
|
onOpen: i.onOpen
|
|
3950
|
-
},
|
|
3950
|
+
}, So({
|
|
3951
3951
|
body: ye(() => [
|
|
3952
3952
|
ae("div", {
|
|
3953
3953
|
class: me(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
|
|
@@ -4002,9 +4002,9 @@ function fu(t, n, e, r, o, i) {
|
|
|
4002
4002
|
class: me({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
|
|
4003
4003
|
}, {
|
|
4004
4004
|
default: ye(() => [
|
|
4005
|
-
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div",
|
|
4005
|
+
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", su, [
|
|
4006
4006
|
Se(t.$slots, "emptyMessage")
|
|
4007
|
-
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div",
|
|
4007
|
+
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", uu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
4008
4008
|
Me(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
4009
4009
|
[Ke, i.requiredDependencyNotFilled]
|
|
4010
4010
|
]),
|
|
@@ -4152,8 +4152,8 @@ function fu(t, n, e, r, o, i) {
|
|
|
4152
4152
|
], 2)
|
|
4153
4153
|
], 64);
|
|
4154
4154
|
}
|
|
4155
|
-
const
|
|
4156
|
-
const
|
|
4155
|
+
const cu = /* @__PURE__ */ Ae(lu, [["render", du]]);
|
|
4156
|
+
const fu = {
|
|
4157
4157
|
name: "IbLimitSelector",
|
|
4158
4158
|
props: {
|
|
4159
4159
|
labelSelect: {
|
|
@@ -4191,12 +4191,12 @@ const pu = {
|
|
|
4191
4191
|
},
|
|
4192
4192
|
components: {
|
|
4193
4193
|
IbLabel: Ci,
|
|
4194
|
-
IbSelect:
|
|
4194
|
+
IbSelect: cu
|
|
4195
4195
|
}
|
|
4196
|
-
},
|
|
4197
|
-
function
|
|
4196
|
+
}, hu = { class: "report-limit-selector" };
|
|
4197
|
+
function pu(t, n, e, r, o, i) {
|
|
4198
4198
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4199
|
-
return G(), ne("div",
|
|
4199
|
+
return G(), ne("div", hu, [
|
|
4200
4200
|
ve(s, null, {
|
|
4201
4201
|
default: ye(() => [
|
|
4202
4202
|
Ge($e(e.labelSelect), 1)
|
|
@@ -4213,18 +4213,15 @@ function mu(t, n, e, r, o, i) {
|
|
|
4213
4213
|
}, null, 8, ["value", "options", "onInput"])
|
|
4214
4214
|
]);
|
|
4215
4215
|
}
|
|
4216
|
-
const
|
|
4217
|
-
|
|
4218
|
-
const yu = {
|
|
4216
|
+
const gu = /* @__PURE__ */ Ae(fu, [["render", pu]]);
|
|
4217
|
+
const mu = {
|
|
4219
4218
|
name: "IbPagination",
|
|
4220
4219
|
props: {
|
|
4221
4220
|
tooltipTextPrev: {
|
|
4222
|
-
type: String
|
|
4223
|
-
default: globalThis.lang("prev_page", (So = globalThis.langComponents) == null ? void 0 : So.COMPONENT_SYSTEM)
|
|
4221
|
+
type: String
|
|
4224
4222
|
},
|
|
4225
4223
|
tooltipTextNext: {
|
|
4226
|
-
type: String
|
|
4227
|
-
default: globalThis.lang("next_page", (xo = globalThis.langComponents) == null ? void 0 : xo.COMPONENT_SYSTEM)
|
|
4224
|
+
type: String
|
|
4228
4225
|
},
|
|
4229
4226
|
labelInput: {
|
|
4230
4227
|
type: String
|
|
@@ -4322,21 +4319,21 @@ const yu = {
|
|
|
4322
4319
|
components: {
|
|
4323
4320
|
IbIconButton: Nt,
|
|
4324
4321
|
IbIcon: Xe,
|
|
4325
|
-
IbInput:
|
|
4322
|
+
IbInput: Bo,
|
|
4326
4323
|
IbLabel: Ci,
|
|
4327
|
-
IbLimitSelector:
|
|
4324
|
+
IbLimitSelector: gu
|
|
4328
4325
|
// IbTooltip,
|
|
4329
4326
|
}
|
|
4330
|
-
},
|
|
4331
|
-
function
|
|
4327
|
+
}, vu = { class: "report-controls" }, yu = { class: "repot-pagination" }, bu = { class: "pagination-input" }, _u = { class: "row-count" }, $u = { class: "pagination-wrapper" }, wu = ["onClick"];
|
|
4328
|
+
function Ou(t, n, e, r, o, i) {
|
|
4332
4329
|
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-icon-button"), d = cn("tooltip");
|
|
4333
|
-
return G(), ne("div",
|
|
4330
|
+
return G(), ne("div", vu, [
|
|
4334
4331
|
ve(s, {
|
|
4335
4332
|
onSelect: i.changeLimit,
|
|
4336
4333
|
value: o.limitValue,
|
|
4337
4334
|
"label-select": e.labelSelect
|
|
4338
4335
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4339
|
-
ae("div",
|
|
4336
|
+
ae("div", yu, [
|
|
4340
4337
|
Ge($e(i.displayPaginationInput) + " ", 1),
|
|
4341
4338
|
i.displayPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4342
4339
|
ve(l, null, {
|
|
@@ -4345,7 +4342,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4345
4342
|
]),
|
|
4346
4343
|
_: 1
|
|
4347
4344
|
}),
|
|
4348
|
-
ae("div",
|
|
4345
|
+
ae("div", bu, [
|
|
4349
4346
|
ve(c, {
|
|
4350
4347
|
type: "number",
|
|
4351
4348
|
debounce: 500,
|
|
@@ -4353,7 +4350,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4353
4350
|
}, null, 8, ["onInput"])
|
|
4354
4351
|
])
|
|
4355
4352
|
], 64)) : he("", !0),
|
|
4356
|
-
ae("div",
|
|
4353
|
+
ae("div", _u, $e(i.setCountOfRows + " of " + e.countRows), 1),
|
|
4357
4354
|
Me((G(), ke(h, {
|
|
4358
4355
|
kind: "tertiary",
|
|
4359
4356
|
size: "m",
|
|
@@ -4366,9 +4363,9 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4366
4363
|
]),
|
|
4367
4364
|
_: 1
|
|
4368
4365
|
}, 8, ["disabled"])), [
|
|
4369
|
-
[d, e.tooltipTextPrev]
|
|
4366
|
+
[d, e.tooltipTextPrev ? e.tooltipTextNext : t.lang("prev_page", "system")]
|
|
4370
4367
|
]),
|
|
4371
|
-
ae("ul",
|
|
4368
|
+
ae("ul", $u, [
|
|
4372
4369
|
(G(!0), ne(rt, null, Ft(i.countPagePagination, (a, u) => Me((G(), ne("li", {
|
|
4373
4370
|
key: u,
|
|
4374
4371
|
class: me(["pagination-item", {
|
|
@@ -4379,7 +4376,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4379
4376
|
onClick: (b) => i.onSelect(u + 1)
|
|
4380
4377
|
}, [
|
|
4381
4378
|
ae("button", null, $e(u + 1), 1)
|
|
4382
|
-
], 10,
|
|
4379
|
+
], 10, wu)), [
|
|
4383
4380
|
[Ke, i.showItem(u + 1)]
|
|
4384
4381
|
])), 128))
|
|
4385
4382
|
]),
|
|
@@ -4395,19 +4392,19 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4395
4392
|
]),
|
|
4396
4393
|
_: 1
|
|
4397
4394
|
}, 8, ["disabled"])), [
|
|
4398
|
-
[d, e.tooltipTextNext]
|
|
4395
|
+
[d, e.tooltipTextNext ? e.tooltipTextNext : t.lang("next_page", "system")]
|
|
4399
4396
|
])
|
|
4400
4397
|
])
|
|
4401
4398
|
]);
|
|
4402
4399
|
}
|
|
4403
|
-
const
|
|
4400
|
+
const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]), Bn = {
|
|
4404
4401
|
PROGRESS: "progress",
|
|
4405
4402
|
SUCCESS: "success",
|
|
4406
4403
|
FAILED: "failed",
|
|
4407
4404
|
CANCELING: "canceling",
|
|
4408
4405
|
CANCELED: "canceled"
|
|
4409
4406
|
};
|
|
4410
|
-
const
|
|
4407
|
+
const ku = {
|
|
4411
4408
|
props: {
|
|
4412
4409
|
states: {
|
|
4413
4410
|
type: String,
|
|
@@ -4434,12 +4431,12 @@ const Eu = {
|
|
|
4434
4431
|
components: {
|
|
4435
4432
|
IbIcon: Xe
|
|
4436
4433
|
}
|
|
4437
|
-
},
|
|
4438
|
-
|
|
4439
|
-
],
|
|
4440
|
-
function
|
|
4434
|
+
}, Ho = (t) => ($r("data-v-a0217859"), t = t(), wr(), t), Cu = { class: "ib-progress-bar-wrapper" }, Eu = ["aria-label", "aria-valuenow"], Tu = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), Su = [
|
|
4435
|
+
Tu
|
|
4436
|
+
], xu = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4437
|
+
function Au(t, n, e, r, o, i) {
|
|
4441
4438
|
const s = fe("ib-icon");
|
|
4442
|
-
return G(), ne("div",
|
|
4439
|
+
return G(), ne("div", Cu, [
|
|
4443
4440
|
ae("div", {
|
|
4444
4441
|
class: me(i.classes)
|
|
4445
4442
|
}, [
|
|
@@ -4451,8 +4448,8 @@ function Iu(t, n, e, r, o, i) {
|
|
|
4451
4448
|
"aria-valuemax": "100",
|
|
4452
4449
|
"aria-valuenow": e.progress,
|
|
4453
4450
|
style: On({ width: e.progress + "%" })
|
|
4454
|
-
},
|
|
4455
|
-
|
|
4451
|
+
}, Su, 12, Eu),
|
|
4452
|
+
xu
|
|
4456
4453
|
], 2),
|
|
4457
4454
|
Me(ve(s, {
|
|
4458
4455
|
class: "status-icon",
|
|
@@ -4462,7 +4459,7 @@ function Iu(t, n, e, r, o, i) {
|
|
|
4462
4459
|
])
|
|
4463
4460
|
]);
|
|
4464
4461
|
}
|
|
4465
|
-
const
|
|
4462
|
+
const d1 = /* @__PURE__ */ Ae(ku, [["render", Au], ["__scopeId", "data-v-a0217859"]]), Nu = {
|
|
4466
4463
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4467
4464
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4468
4465
|
</svg>
|
|
@@ -4503,7 +4500,7 @@ const f1 = /* @__PURE__ */ Ae(Eu, [["render", Iu], ["__scopeId", "data-v-a021785
|
|
|
4503
4500
|
</svg>
|
|
4504
4501
|
`
|
|
4505
4502
|
};
|
|
4506
|
-
const
|
|
4503
|
+
const Iu = {
|
|
4507
4504
|
props: {
|
|
4508
4505
|
type: {
|
|
4509
4506
|
type: String,
|
|
@@ -4512,23 +4509,23 @@ const Mu = {
|
|
|
4512
4509
|
},
|
|
4513
4510
|
data() {
|
|
4514
4511
|
return {
|
|
4515
|
-
icons:
|
|
4512
|
+
icons: Nu
|
|
4516
4513
|
};
|
|
4517
4514
|
}
|
|
4518
|
-
},
|
|
4519
|
-
function
|
|
4520
|
-
return G(), ne("div",
|
|
4515
|
+
}, Pu = { class: "status-indicator" }, Mu = ["innerHTML"];
|
|
4516
|
+
function Du(t, n, e, r, o, i) {
|
|
4517
|
+
return G(), ne("div", Pu, [
|
|
4521
4518
|
ae("div", {
|
|
4522
4519
|
class: me(["status-indicator-icon", e.type]),
|
|
4523
4520
|
innerHTML: o.icons[e.type]
|
|
4524
|
-
}, null, 10,
|
|
4521
|
+
}, null, 10, Mu),
|
|
4525
4522
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
4526
4523
|
]);
|
|
4527
4524
|
}
|
|
4528
|
-
const
|
|
4529
|
-
const
|
|
4525
|
+
const c1 = /* @__PURE__ */ Ae(Iu, [["render", Du], ["__scopeId", "data-v-e696394e"]]);
|
|
4526
|
+
const Lu = {
|
|
4530
4527
|
name: "IbPanel",
|
|
4531
|
-
mixins: [
|
|
4528
|
+
mixins: [No],
|
|
4532
4529
|
props: {
|
|
4533
4530
|
isOpen: {
|
|
4534
4531
|
type: Boolean,
|
|
@@ -4539,17 +4536,17 @@ const Bu = {
|
|
|
4539
4536
|
default: !1
|
|
4540
4537
|
}
|
|
4541
4538
|
}
|
|
4542
|
-
},
|
|
4543
|
-
function
|
|
4539
|
+
}, Ru = (t) => ($r("data-v-c7c0bea8"), t = t(), wr(), t), Bu = { class: "panel-head" }, ju = { class: "head-title" }, qu = /* @__PURE__ */ Ru(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Fu = { class: "head-content" }, Hu = { class: "panel-body" };
|
|
4540
|
+
function Vu(t, n, e, r, o, i) {
|
|
4544
4541
|
return G(), ne("div", {
|
|
4545
4542
|
class: me(["panel", { "panel-error": e.error }])
|
|
4546
4543
|
}, [
|
|
4547
|
-
ae("div",
|
|
4548
|
-
ae("div",
|
|
4544
|
+
ae("div", Bu, [
|
|
4545
|
+
ae("div", ju, [
|
|
4549
4546
|
Se(t.$slots, "title", {}, void 0, !0)
|
|
4550
4547
|
]),
|
|
4551
|
-
|
|
4552
|
-
ae("div",
|
|
4548
|
+
qu,
|
|
4549
|
+
ae("div", Fu, [
|
|
4553
4550
|
Se(t.$slots, "head-content", {}, void 0, !0)
|
|
4554
4551
|
])
|
|
4555
4552
|
]),
|
|
@@ -4560,7 +4557,7 @@ function zu(t, n, e, r, o, i) {
|
|
|
4560
4557
|
onLeave: t.leave
|
|
4561
4558
|
}, {
|
|
4562
4559
|
default: ye(() => [
|
|
4563
|
-
Me(ae("div",
|
|
4560
|
+
Me(ae("div", Hu, [
|
|
4564
4561
|
Se(t.$slots, "body", {}, void 0, !0)
|
|
4565
4562
|
], 512), [
|
|
4566
4563
|
[Ke, e.isOpen]
|
|
@@ -4570,8 +4567,8 @@ function zu(t, n, e, r, o, i) {
|
|
|
4570
4567
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4571
4568
|
], 2);
|
|
4572
4569
|
}
|
|
4573
|
-
const
|
|
4574
|
-
const
|
|
4570
|
+
const f1 = /* @__PURE__ */ Ae(Lu, [["render", Vu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4571
|
+
const Uu = {
|
|
4575
4572
|
name: "IbInputGroup",
|
|
4576
4573
|
props: {
|
|
4577
4574
|
supportText: {
|
|
@@ -4583,20 +4580,20 @@ const Ku = {
|
|
|
4583
4580
|
default: !1
|
|
4584
4581
|
}
|
|
4585
4582
|
}
|
|
4586
|
-
},
|
|
4583
|
+
}, zu = {
|
|
4587
4584
|
key: 0,
|
|
4588
4585
|
class: "support-text"
|
|
4589
4586
|
};
|
|
4590
|
-
function
|
|
4587
|
+
function Ku(t, n, e, r, o, i) {
|
|
4591
4588
|
return G(), ne("div", {
|
|
4592
4589
|
class: me(["ib-form-group", { disable: e.disable }])
|
|
4593
4590
|
}, [
|
|
4594
4591
|
Se(t.$slots, "default"),
|
|
4595
|
-
e.supportText.length ? (G(), ne("p",
|
|
4592
|
+
e.supportText.length ? (G(), ne("p", zu, $e(e.supportText), 1)) : he("", !0)
|
|
4596
4593
|
], 2);
|
|
4597
4594
|
}
|
|
4598
|
-
const
|
|
4599
|
-
const
|
|
4595
|
+
const h1 = /* @__PURE__ */ Ae(Uu, [["render", Ku]]);
|
|
4596
|
+
const Gu = {
|
|
4600
4597
|
name: "IbInputGroup",
|
|
4601
4598
|
props: {
|
|
4602
4599
|
labelText: {
|
|
@@ -4620,8 +4617,8 @@ const Wu = {
|
|
|
4620
4617
|
IbLabel: Ci,
|
|
4621
4618
|
IbAlert: fn
|
|
4622
4619
|
}
|
|
4623
|
-
},
|
|
4624
|
-
function
|
|
4620
|
+
}, Yu = { class: "ib-checkbox-group-content" };
|
|
4621
|
+
function Wu(t, n, e, r, o, i) {
|
|
4625
4622
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4626
4623
|
return G(), ne("div", {
|
|
4627
4624
|
class: me(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4645,13 +4642,13 @@ function Ju(t, n, e, r, o, i) {
|
|
|
4645
4642
|
]),
|
|
4646
4643
|
_: 1
|
|
4647
4644
|
})) : he("", !0),
|
|
4648
|
-
ae("div",
|
|
4645
|
+
ae("div", Yu, [
|
|
4649
4646
|
Se(t.$slots, "default")
|
|
4650
4647
|
])
|
|
4651
4648
|
], 2);
|
|
4652
4649
|
}
|
|
4653
|
-
const
|
|
4654
|
-
const
|
|
4650
|
+
const p1 = /* @__PURE__ */ Ae(Gu, [["render", Wu]]);
|
|
4651
|
+
const Zu = {
|
|
4655
4652
|
name: "IbRadio",
|
|
4656
4653
|
model: {
|
|
4657
4654
|
prop: "isChecked",
|
|
@@ -4719,11 +4716,11 @@ const Xu = {
|
|
|
4719
4716
|
};
|
|
4720
4717
|
}
|
|
4721
4718
|
}
|
|
4722
|
-
},
|
|
4719
|
+
}, Ju = (t) => ($r("data-v-02701670"), t = t(), wr(), t), Xu = ["for", "aria-checked"], Qu = ["name", "id", "value", "checked", "disabled"], ed = /* @__PURE__ */ Ju(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), td = {
|
|
4723
4720
|
key: 0,
|
|
4724
4721
|
class: "ib-radio-label"
|
|
4725
4722
|
};
|
|
4726
|
-
function
|
|
4723
|
+
function nd(t, n, e, r, o, i) {
|
|
4727
4724
|
var s, l;
|
|
4728
4725
|
return G(), ne("label", {
|
|
4729
4726
|
role: "radio",
|
|
@@ -4743,17 +4740,17 @@ function rd(t, n, e, r, o, i) {
|
|
|
4743
4740
|
onInput: n[0] || (n[0] = it(() => {
|
|
4744
4741
|
}, ["stop"])),
|
|
4745
4742
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4746
|
-
}, null, 40,
|
|
4743
|
+
}, null, 40, Qu),
|
|
4747
4744
|
ae("span", {
|
|
4748
4745
|
class: me(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4749
4746
|
}, [
|
|
4750
|
-
|
|
4751
|
-
(l = e.label) != null && l.length ? (G(), ne("span",
|
|
4747
|
+
ed,
|
|
4748
|
+
(l = e.label) != null && l.length ? (G(), ne("span", td, $e(e.label), 1)) : he("", !0)
|
|
4752
4749
|
], 2)
|
|
4753
|
-
], 10,
|
|
4750
|
+
], 10, Xu);
|
|
4754
4751
|
}
|
|
4755
|
-
const
|
|
4756
|
-
const
|
|
4752
|
+
const g1 = /* @__PURE__ */ Ae(Zu, [["render", nd], ["__scopeId", "data-v-02701670"]]);
|
|
4753
|
+
const id = {
|
|
4757
4754
|
props: {
|
|
4758
4755
|
characterLimit: {
|
|
4759
4756
|
type: [String, Number],
|
|
@@ -4764,26 +4761,26 @@ const od = {
|
|
|
4764
4761
|
required: !0
|
|
4765
4762
|
}
|
|
4766
4763
|
}
|
|
4767
|
-
},
|
|
4764
|
+
}, rd = { class: "character-count" }, od = {
|
|
4768
4765
|
key: 0,
|
|
4769
4766
|
class: "val-limit"
|
|
4770
|
-
},
|
|
4767
|
+
}, ad = { class: "val-length" }, ld = { class: "val-limit" }, sd = {
|
|
4771
4768
|
key: 3,
|
|
4772
4769
|
class: "val-length val-limited"
|
|
4773
4770
|
};
|
|
4774
|
-
function
|
|
4775
|
-
return G(), ne("div",
|
|
4771
|
+
function ud(t, n, e, r, o, i) {
|
|
4772
|
+
return G(), ne("div", rd, [
|
|
4776
4773
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4777
|
-
ae("p",
|
|
4774
|
+
ae("p", ad, $e(e.characterLimit - e.characterLength), 1),
|
|
4778
4775
|
Ge(" / "),
|
|
4779
|
-
ae("p",
|
|
4776
|
+
ae("p", ld, $e(e.characterLimit), 1)
|
|
4780
4777
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4781
4778
|
Ge("0")
|
|
4782
|
-
], 64)) : (G(), ne("p",
|
|
4779
|
+
], 64)) : (G(), ne("p", sd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", od, "Max " + $e(e.characterLimit), 1))
|
|
4783
4780
|
]);
|
|
4784
4781
|
}
|
|
4785
|
-
const
|
|
4786
|
-
const
|
|
4782
|
+
const Vo = /* @__PURE__ */ Ae(id, [["render", ud], ["__scopeId", "data-v-725f21a3"]]);
|
|
4783
|
+
const dd = {
|
|
4787
4784
|
name: "IbTextarea",
|
|
4788
4785
|
props: {
|
|
4789
4786
|
disabled: {
|
|
@@ -4837,11 +4834,11 @@ const fd = {
|
|
|
4837
4834
|
},
|
|
4838
4835
|
components: {
|
|
4839
4836
|
IbAlert: fn,
|
|
4840
|
-
IbCharacterCount:
|
|
4837
|
+
IbCharacterCount: Vo
|
|
4841
4838
|
},
|
|
4842
4839
|
inheritAttrs: !1
|
|
4843
|
-
},
|
|
4844
|
-
function
|
|
4840
|
+
}, cd = ["disabled"];
|
|
4841
|
+
function fd(t, n, e, r, o, i) {
|
|
4845
4842
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4846
4843
|
return G(), ne("div", {
|
|
4847
4844
|
class: me(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4873,12 +4870,12 @@ function pd(t, n, e, r, o, i) {
|
|
|
4873
4870
|
onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
|
|
4874
4871
|
class: ["ib-textarea", i.classes],
|
|
4875
4872
|
disabled: e.disabled
|
|
4876
|
-
}), null, 16,
|
|
4877
|
-
[
|
|
4873
|
+
}), null, 16, cd), [
|
|
4874
|
+
[Ao, o.val]
|
|
4878
4875
|
])
|
|
4879
4876
|
], 2);
|
|
4880
4877
|
}
|
|
4881
|
-
const
|
|
4878
|
+
const m1 = /* @__PURE__ */ Ae(dd, [["render", fd], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4882
4879
|
var nr = [
|
|
4883
4880
|
"onChange",
|
|
4884
4881
|
"onClose",
|
|
@@ -5054,11 +5051,11 @@ function ui(t) {
|
|
|
5054
5051
|
for (; t.firstChild; )
|
|
5055
5052
|
t.removeChild(t.firstChild);
|
|
5056
5053
|
}
|
|
5057
|
-
function
|
|
5054
|
+
function Uo(t, n) {
|
|
5058
5055
|
if (n(t))
|
|
5059
5056
|
return t;
|
|
5060
5057
|
if (t.parentNode)
|
|
5061
|
-
return
|
|
5058
|
+
return Uo(t.parentNode, n);
|
|
5062
5059
|
}
|
|
5063
5060
|
function di(t, n) {
|
|
5064
5061
|
var e = Fe("div", "numInputWrapper"), r = Fe("input", "numInput " + t), o = Fe("span", "arrowUp"), i = Fe("span", "arrowDown");
|
|
@@ -5081,7 +5078,7 @@ function Ot(t) {
|
|
|
5081
5078
|
var rr = function() {
|
|
5082
5079
|
}, mi = function(t, n, e) {
|
|
5083
5080
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
5084
|
-
},
|
|
5081
|
+
}, hd = {
|
|
5085
5082
|
D: rr,
|
|
5086
5083
|
F: function(t, n, e) {
|
|
5087
5084
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -5240,7 +5237,7 @@ var rr = function() {
|
|
|
5240
5237
|
y: function(t) {
|
|
5241
5238
|
return String(t.getFullYear()).substring(2);
|
|
5242
5239
|
}
|
|
5243
|
-
},
|
|
5240
|
+
}, zo = function(t) {
|
|
5244
5241
|
var n = t.config, e = n === void 0 ? $n : n, r = t.l10n, o = r === void 0 ? Un : r, i = t.isMobile, s = i === void 0 ? !1 : i;
|
|
5245
5242
|
return function(l, c, f) {
|
|
5246
5243
|
var h = f || o;
|
|
@@ -5272,7 +5269,7 @@ var rr = function() {
|
|
|
5272
5269
|
m += un[$];
|
|
5273
5270
|
var S = new RegExp(m).exec(i);
|
|
5274
5271
|
S && (b = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
5275
|
-
fn:
|
|
5272
|
+
fn: hd[$],
|
|
5276
5273
|
val: S[++g]
|
|
5277
5274
|
});
|
|
5278
5275
|
} else
|
|
@@ -5295,14 +5292,14 @@ var rr = function() {
|
|
|
5295
5292
|
function kt(t, n, e) {
|
|
5296
5293
|
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();
|
|
5297
5294
|
}
|
|
5298
|
-
var
|
|
5295
|
+
var pd = function(t, n, e) {
|
|
5299
5296
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5300
5297
|
}, or = function(t, n, e) {
|
|
5301
5298
|
return t * 3600 + n * 60 + e;
|
|
5302
|
-
},
|
|
5299
|
+
}, gd = function(t) {
|
|
5303
5300
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5304
5301
|
return [n, e, t - n * 3600 - e * 60];
|
|
5305
|
-
},
|
|
5302
|
+
}, md = {
|
|
5306
5303
|
DAY: 864e5
|
|
5307
5304
|
};
|
|
5308
5305
|
function ar(t) {
|
|
@@ -5348,8 +5345,8 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5348
5345
|
for (var i = arguments[n], s = 0, l = i.length; s < l; s++, o++)
|
|
5349
5346
|
r[o] = i[s];
|
|
5350
5347
|
return r;
|
|
5351
|
-
},
|
|
5352
|
-
function
|
|
5348
|
+
}, vd = 300;
|
|
5349
|
+
function yd(t, n) {
|
|
5353
5350
|
var e = {
|
|
5354
5351
|
config: ft(ft({}, $n), Je.defaultConfig),
|
|
5355
5352
|
l10n: Un
|
|
@@ -5412,7 +5409,7 @@ function _d(t, n) {
|
|
|
5412
5409
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5413
5410
|
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()), ge = or(I, L, z);
|
|
5414
5411
|
if (ge > Ce && ge < de) {
|
|
5415
|
-
var Pe =
|
|
5412
|
+
var Pe = gd(de);
|
|
5416
5413
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5417
5414
|
}
|
|
5418
5415
|
} else {
|
|
@@ -5467,7 +5464,7 @@ function _d(t, n) {
|
|
|
5467
5464
|
return;
|
|
5468
5465
|
}
|
|
5469
5466
|
var I = Kr(Ee, 50);
|
|
5470
|
-
if (e._debouncedChange = Kr(y,
|
|
5467
|
+
if (e._debouncedChange = Kr(y, vd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5471
5468
|
e.config.mode === "range" && _e(Ot(z));
|
|
5472
5469
|
}), 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) {
|
|
5473
5470
|
var L = function(z) {
|
|
@@ -5850,7 +5847,7 @@ function _d(t, n) {
|
|
|
5850
5847
|
}
|
|
5851
5848
|
function _e(I, L) {
|
|
5852
5849
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5853
|
-
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, ge = 0, Pe = 0, pe = le; pe < de; pe +=
|
|
5850
|
+
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, ge = 0, Pe = 0, pe = le; pe < de; pe += md.DAY)
|
|
5854
5851
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!ge || pe > ge) ? ge = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
|
|
5855
5852
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5856
5853
|
Oe.forEach(function(Be) {
|
|
@@ -5864,7 +5861,7 @@ function _d(t, n) {
|
|
|
5864
5861
|
return;
|
|
5865
5862
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5866
5863
|
Be.classList.remove(Dt);
|
|
5867
|
-
}), 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 >= ge && (Pe === 0 || ot <= Pe) &&
|
|
5864
|
+
}), 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 >= ge && (Pe === 0 || ot <= Pe) && pd(ot, X, z) && Be.classList.add("inRange"));
|
|
5868
5865
|
});
|
|
5869
5866
|
}
|
|
5870
5867
|
}
|
|
@@ -5983,7 +5980,7 @@ function _d(t, n) {
|
|
|
5983
5980
|
function Q() {
|
|
5984
5981
|
typeof e.config.locale != "object" && typeof Je.l10ns[e.config.locale] > "u" && e.config.errorHandler(new Error("flatpickr: invalid locale " + e.config.locale)), e.l10n = ft(ft({}, Je.l10ns.default), typeof e.config.locale == "object" ? e.config.locale : e.config.locale !== "default" ? Je.l10ns[e.config.locale] : void 0), un.D = "(" + e.l10n.weekdays.shorthand.join("|") + ")", un.l = "(" + e.l10n.weekdays.longhand.join("|") + ")", un.M = "(" + e.l10n.months.shorthand.join("|") + ")", un.F = "(" + e.l10n.months.longhand.join("|") + ")", un.K = "(" + e.l10n.amPM[0] + "|" + e.l10n.amPM[1] + "|" + e.l10n.amPM[0].toLowerCase() + "|" + e.l10n.amPM[1].toLowerCase() + ")";
|
|
5985
5982
|
var I = ft(ft({}, n), JSON.parse(JSON.stringify(t.dataset || {})));
|
|
5986
|
-
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate =
|
|
5983
|
+
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate = zo(e), e.parseDate = gr({ config: e.config, l10n: e.l10n });
|
|
5987
5984
|
}
|
|
5988
5985
|
function te(I) {
|
|
5989
5986
|
if (typeof e.config.position == "function")
|
|
@@ -6041,7 +6038,7 @@ function _d(t, n) {
|
|
|
6041
6038
|
I.preventDefault(), I.stopPropagation();
|
|
6042
6039
|
var L = function(Oe) {
|
|
6043
6040
|
return Oe.classList && Oe.classList.contains("flatpickr-day") && !Oe.classList.contains("flatpickr-disabled") && !Oe.classList.contains("notAllowed");
|
|
6044
|
-
}, z =
|
|
6041
|
+
}, z = Uo(Ot(I), L);
|
|
6045
6042
|
if (z !== void 0) {
|
|
6046
6043
|
var X = z, le = e.latestSelectedDateObj = new Date(X.dateObj.getTime()), de = (le.getMonth() < e.currentMonth || le.getMonth() > e.currentMonth + e.config.showMonths - 1) && e.config.mode !== "range";
|
|
6047
6044
|
if (e.selectedDateElem = X, e.config.mode === "single")
|
|
@@ -6233,7 +6230,7 @@ function wn(t, n) {
|
|
|
6233
6230
|
try {
|
|
6234
6231
|
if (i.getAttribute("data-fp-omit") !== null)
|
|
6235
6232
|
continue;
|
|
6236
|
-
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr =
|
|
6233
|
+
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr = yd(i, n || {}), r.push(i._flatpickr);
|
|
6237
6234
|
} catch (s) {
|
|
6238
6235
|
console.error(s);
|
|
6239
6236
|
}
|
|
@@ -6260,7 +6257,7 @@ Je.setDefaults = function(t) {
|
|
|
6260
6257
|
Je.defaultConfig = ft(ft({}, Je.defaultConfig), t);
|
|
6261
6258
|
};
|
|
6262
6259
|
Je.parseDate = gr({});
|
|
6263
|
-
Je.formatDate =
|
|
6260
|
+
Je.formatDate = zo({});
|
|
6264
6261
|
Je.compareDates = kt;
|
|
6265
6262
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
6266
6263
|
return wn(this, t);
|
|
@@ -6269,7 +6266,7 @@ Date.prototype.fp_incr = function(t) {
|
|
|
6269
6266
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
6270
6267
|
};
|
|
6271
6268
|
typeof window < "u" && (window.flatpickr = Je);
|
|
6272
|
-
var
|
|
6269
|
+
var Ko = { exports: {} };
|
|
6273
6270
|
(function(t, n) {
|
|
6274
6271
|
(function(e, r) {
|
|
6275
6272
|
t.exports = r();
|
|
@@ -6362,18 +6359,18 @@ var Yo = { exports: {} };
|
|
|
6362
6359
|
}
|
|
6363
6360
|
return r;
|
|
6364
6361
|
});
|
|
6365
|
-
})(
|
|
6366
|
-
var
|
|
6367
|
-
const
|
|
6362
|
+
})(Ko);
|
|
6363
|
+
var bd = Ko.exports;
|
|
6364
|
+
const _d = /* @__PURE__ */ Ei(bd), $d = `
|
|
6368
6365
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6369
6366
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6370
6367
|
</svg>
|
|
6371
|
-
`,
|
|
6368
|
+
`, wd = `
|
|
6372
6369
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6373
6370
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6374
6371
|
</svg>
|
|
6375
6372
|
`;
|
|
6376
|
-
const
|
|
6373
|
+
const Od = "single", lr = "range", kd = {
|
|
6377
6374
|
props: {
|
|
6378
6375
|
name: {
|
|
6379
6376
|
type: String,
|
|
@@ -6396,7 +6393,7 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6396
6393
|
},
|
|
6397
6394
|
mode: {
|
|
6398
6395
|
type: String,
|
|
6399
|
-
default:
|
|
6396
|
+
default: Od
|
|
6400
6397
|
},
|
|
6401
6398
|
label: {
|
|
6402
6399
|
type: String,
|
|
@@ -6457,8 +6454,8 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6457
6454
|
position: "left",
|
|
6458
6455
|
mode: this.mode,
|
|
6459
6456
|
appendTo: this.$refs.dropdown,
|
|
6460
|
-
prevArrow:
|
|
6461
|
-
nextArrow:
|
|
6457
|
+
prevArrow: $d,
|
|
6458
|
+
nextArrow: wd,
|
|
6462
6459
|
ignoredFocusElements: Array.from(t),
|
|
6463
6460
|
locale: {
|
|
6464
6461
|
weekdays: {
|
|
@@ -6480,7 +6477,7 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6480
6477
|
onChange: (r, o) => this.onChange(o),
|
|
6481
6478
|
onClose: () => this.onClose()
|
|
6482
6479
|
};
|
|
6483
|
-
this.mode === lr && (n.plugins = [new
|
|
6480
|
+
this.mode === lr && (n.plugins = [new _d({ 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);
|
|
6484
6481
|
const e = Object.assign({}, n, this.config);
|
|
6485
6482
|
return this.pickerOptions = e, e;
|
|
6486
6483
|
},
|
|
@@ -6525,20 +6522,20 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6525
6522
|
IbLabel: Ci,
|
|
6526
6523
|
IbAlert: fn
|
|
6527
6524
|
}
|
|
6528
|
-
},
|
|
6525
|
+
}, Cd = { class: "inputs-wrapper" }, Ed = { class: "input-group-wrapper" }, Td = ["placeholder"], Sd = {
|
|
6529
6526
|
ref: "dropdown",
|
|
6530
6527
|
class: "dropdown"
|
|
6531
|
-
},
|
|
6528
|
+
}, xd = {
|
|
6532
6529
|
key: 1,
|
|
6533
6530
|
class: "support-text"
|
|
6534
|
-
},
|
|
6531
|
+
}, Ad = {
|
|
6535
6532
|
key: 0,
|
|
6536
6533
|
class: "input-group-wrapper"
|
|
6537
|
-
},
|
|
6534
|
+
}, Nd = ["placeholder"], Id = {
|
|
6538
6535
|
key: 1,
|
|
6539
6536
|
class: "support-text"
|
|
6540
6537
|
};
|
|
6541
|
-
function
|
|
6538
|
+
function Pd(t, n, e, r, o, i) {
|
|
6542
6539
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6543
6540
|
return G(), ne("div", {
|
|
6544
6541
|
class: me(["flatpickr-wrapper", {
|
|
@@ -6557,8 +6554,8 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6557
6554
|
]),
|
|
6558
6555
|
_: 1
|
|
6559
6556
|
})) : he("", !0),
|
|
6560
|
-
ae("div",
|
|
6561
|
-
ae("div",
|
|
6557
|
+
ae("div", Cd, [
|
|
6558
|
+
ae("div", Ed, [
|
|
6562
6559
|
e.label.length ? (G(), ke(l, {
|
|
6563
6560
|
key: 0,
|
|
6564
6561
|
class: "label",
|
|
@@ -6577,16 +6574,16 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6577
6574
|
placeholder: e.placeholder,
|
|
6578
6575
|
ref: "date",
|
|
6579
6576
|
class: "date-picker-input"
|
|
6580
|
-
}, null, 8,
|
|
6577
|
+
}, null, 8, Td),
|
|
6581
6578
|
ve(c, {
|
|
6582
6579
|
name: "today-outline",
|
|
6583
6580
|
class: "calendar-icon"
|
|
6584
6581
|
})
|
|
6585
6582
|
], 2),
|
|
6586
|
-
ae("div",
|
|
6587
|
-
e.supportText.length ? (G(), ne("p",
|
|
6583
|
+
ae("div", Sd, null, 512),
|
|
6584
|
+
e.supportText.length ? (G(), ne("p", xd, $e(e.supportText), 1)) : he("", !0)
|
|
6588
6585
|
]),
|
|
6589
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6586
|
+
e.mode === "range" ? (G(), ne("div", Ad, [
|
|
6590
6587
|
e.endDateLabel.length ? (G(), ke(l, {
|
|
6591
6588
|
key: 0,
|
|
6592
6589
|
class: "end-date-label label",
|
|
@@ -6605,18 +6602,18 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6605
6602
|
class: "date-picker-input",
|
|
6606
6603
|
placeholder: e.placeholder,
|
|
6607
6604
|
ref: "toDate"
|
|
6608
|
-
}, null, 8,
|
|
6605
|
+
}, null, 8, Nd),
|
|
6609
6606
|
ve(c, {
|
|
6610
6607
|
name: "today-outline",
|
|
6611
6608
|
class: "calendar-icon"
|
|
6612
6609
|
})
|
|
6613
6610
|
], 2),
|
|
6614
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6611
|
+
e.endDateSupportText.length ? (G(), ne("p", Id, $e(e.endDateSupportText), 1)) : he("", !0)
|
|
6615
6612
|
])) : he("", !0)
|
|
6616
6613
|
])
|
|
6617
6614
|
], 2);
|
|
6618
6615
|
}
|
|
6619
|
-
const
|
|
6616
|
+
const v1 = /* @__PURE__ */ Ae(kd, [["render", Pd]]), Md = [
|
|
6620
6617
|
[
|
|
6621
6618
|
"Afghanistan (افغانستان)",
|
|
6622
6619
|
"af",
|
|
@@ -7833,12 +7830,12 @@ const b1 = /* @__PURE__ */ Ae(Ed, [["render", Dd]]), Ld = [
|
|
|
7833
7830
|
"ax",
|
|
7834
7831
|
"358"
|
|
7835
7832
|
]
|
|
7836
|
-
],
|
|
7833
|
+
], Dd = Md.map(([t, n, e]) => ({
|
|
7837
7834
|
name: t,
|
|
7838
7835
|
iso2: n.toUpperCase(),
|
|
7839
7836
|
dialCode: e
|
|
7840
7837
|
}));
|
|
7841
|
-
function
|
|
7838
|
+
function Ld() {
|
|
7842
7839
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7843
7840
|
const n = (t || "").toString();
|
|
7844
7841
|
if (!n || n[0] !== "1")
|
|
@@ -7846,7 +7843,7 @@ function Bd() {
|
|
|
7846
7843
|
return n.substr(2, 2);
|
|
7847
7844
|
});
|
|
7848
7845
|
}
|
|
7849
|
-
function
|
|
7846
|
+
function Rd(t, n) {
|
|
7850
7847
|
if (t.setSelectionRange)
|
|
7851
7848
|
t.focus(), t.setSelectionRange(n, n);
|
|
7852
7849
|
else if (t.createTextRange) {
|
|
@@ -7854,11 +7851,11 @@ function jd(t, n) {
|
|
|
7854
7851
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7855
7852
|
}
|
|
7856
7853
|
}
|
|
7857
|
-
const
|
|
7854
|
+
const Bd = [
|
|
7858
7855
|
{
|
|
7859
7856
|
name: "allCountries",
|
|
7860
7857
|
type: Array,
|
|
7861
|
-
default:
|
|
7858
|
+
default: Dd,
|
|
7862
7859
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7863
7860
|
inDemo: !1
|
|
7864
7861
|
},
|
|
@@ -8099,7 +8096,7 @@ const qd = [
|
|
|
8099
8096
|
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)",
|
|
8100
8097
|
inDemo: !1
|
|
8101
8098
|
}
|
|
8102
|
-
],
|
|
8099
|
+
], jd = [...Bd].reduce((t, n) => {
|
|
8103
8100
|
if (n.name.includes(".")) {
|
|
8104
8101
|
const [e, r] = n.name.split(".");
|
|
8105
8102
|
t[e] ? Object.assign(t[e], { [r]: n.default }) : Object.assign(t, { [e]: { [r]: n.default } });
|
|
@@ -8107,11 +8104,11 @@ const qd = [
|
|
|
8107
8104
|
Object.assign(t, { [n.name]: n.default });
|
|
8108
8105
|
return t;
|
|
8109
8106
|
}, {}), Yr = {
|
|
8110
|
-
options: { ...
|
|
8111
|
-
}, 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}"]]] } };
|
|
8112
|
-
function
|
|
8107
|
+
options: { ...jd }
|
|
8108
|
+
}, qd = { 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}"]]] } };
|
|
8109
|
+
function Fd(t, n) {
|
|
8113
8110
|
var e = Array.prototype.slice.call(n);
|
|
8114
|
-
return e.push(
|
|
8111
|
+
return e.push(qd), t.apply(this, e);
|
|
8115
8112
|
}
|
|
8116
8113
|
function mr(t) {
|
|
8117
8114
|
return mr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -8126,20 +8123,20 @@ function Wr(t, n) {
|
|
|
8126
8123
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8127
8124
|
}
|
|
8128
8125
|
}
|
|
8129
|
-
function
|
|
8126
|
+
function Hd(t, n, e) {
|
|
8130
8127
|
return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8131
8128
|
}
|
|
8132
|
-
function
|
|
8129
|
+
function Vd(t, n) {
|
|
8133
8130
|
if (!(t instanceof n))
|
|
8134
8131
|
throw new TypeError("Cannot call a class as a function");
|
|
8135
8132
|
}
|
|
8136
|
-
function
|
|
8133
|
+
function Ud(t, n) {
|
|
8137
8134
|
if (typeof n != "function" && n !== null)
|
|
8138
8135
|
throw new TypeError("Super expression must either be null or a function");
|
|
8139
8136
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && zn(t, n);
|
|
8140
8137
|
}
|
|
8141
|
-
function
|
|
8142
|
-
var n =
|
|
8138
|
+
function zd(t) {
|
|
8139
|
+
var n = Yo();
|
|
8143
8140
|
return function() {
|
|
8144
8141
|
var e = Kn(t), r;
|
|
8145
8142
|
if (n) {
|
|
@@ -8147,17 +8144,17 @@ function Gd(t) {
|
|
|
8147
8144
|
r = Reflect.construct(e, arguments, o);
|
|
8148
8145
|
} else
|
|
8149
8146
|
r = e.apply(this, arguments);
|
|
8150
|
-
return
|
|
8147
|
+
return Kd(this, r);
|
|
8151
8148
|
};
|
|
8152
8149
|
}
|
|
8153
|
-
function
|
|
8150
|
+
function Kd(t, n) {
|
|
8154
8151
|
if (n && (mr(n) === "object" || typeof n == "function"))
|
|
8155
8152
|
return n;
|
|
8156
8153
|
if (n !== void 0)
|
|
8157
8154
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
8158
|
-
return
|
|
8155
|
+
return Go(t);
|
|
8159
8156
|
}
|
|
8160
|
-
function
|
|
8157
|
+
function Go(t) {
|
|
8161
8158
|
if (t === void 0)
|
|
8162
8159
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
8163
8160
|
return t;
|
|
@@ -8165,7 +8162,7 @@ function Wo(t) {
|
|
|
8165
8162
|
function vr(t) {
|
|
8166
8163
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
8167
8164
|
return vr = function(e) {
|
|
8168
|
-
if (e === null || !
|
|
8165
|
+
if (e === null || !Gd(e))
|
|
8169
8166
|
return e;
|
|
8170
8167
|
if (typeof e != "function")
|
|
8171
8168
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -8181,14 +8178,14 @@ function vr(t) {
|
|
|
8181
8178
|
}, vr(t);
|
|
8182
8179
|
}
|
|
8183
8180
|
function pi(t, n, e) {
|
|
8184
|
-
return
|
|
8181
|
+
return Yo() ? pi = Reflect.construct : pi = function(r, o, i) {
|
|
8185
8182
|
var s = [null];
|
|
8186
8183
|
s.push.apply(s, o);
|
|
8187
8184
|
var l = Function.bind.apply(r, s), c = new l();
|
|
8188
8185
|
return i && zn(c, i.prototype), c;
|
|
8189
8186
|
}, pi.apply(null, arguments);
|
|
8190
8187
|
}
|
|
8191
|
-
function
|
|
8188
|
+
function Yo() {
|
|
8192
8189
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
8193
8190
|
return !1;
|
|
8194
8191
|
if (typeof Proxy == "function")
|
|
@@ -8200,7 +8197,7 @@ function Zo() {
|
|
|
8200
8197
|
return !1;
|
|
8201
8198
|
}
|
|
8202
8199
|
}
|
|
8203
|
-
function
|
|
8200
|
+
function Gd(t) {
|
|
8204
8201
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8205
8202
|
}
|
|
8206
8203
|
function zn(t, n) {
|
|
@@ -8214,14 +8211,14 @@ function Kn(t) {
|
|
|
8214
8211
|
}, Kn(t);
|
|
8215
8212
|
}
|
|
8216
8213
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8217
|
-
|
|
8218
|
-
var n =
|
|
8214
|
+
Ud(e, t);
|
|
8215
|
+
var n = zd(e);
|
|
8219
8216
|
function e(r) {
|
|
8220
8217
|
var o;
|
|
8221
|
-
return
|
|
8218
|
+
return Vd(this, e), o = n.call(this, r), Object.setPrototypeOf(Go(o), e.prototype), o.name = o.constructor.name, o;
|
|
8222
8219
|
}
|
|
8223
|
-
return
|
|
8224
|
-
}(/* @__PURE__ */ vr(Error)), xr = 2,
|
|
8220
|
+
return Hd(e);
|
|
8221
|
+
}(/* @__PURE__ */ vr(Error)), xr = 2, Yd = 17, Wd = 3, Qt = "0-90-9٠-٩۰-۹", Zd = "-‐-―−ー-", Jd = "//", Xd = "..", Qd = " ", ec = "()()[]\\[\\]", tc = "~⁓∼~", vi = "".concat(Zd).concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc), Ar = "++";
|
|
8225
8222
|
function Zr(t, n) {
|
|
8226
8223
|
t = t.split("-"), n = n.split("-");
|
|
8227
8224
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8257,9 +8254,9 @@ function Jr(t, n) {
|
|
|
8257
8254
|
function Si(t, n, e) {
|
|
8258
8255
|
return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8259
8256
|
}
|
|
8260
|
-
var
|
|
8257
|
+
var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8261
8258
|
function t(n) {
|
|
8262
|
-
Ti(this, t),
|
|
8259
|
+
Ti(this, t), sc(n), this.metadata = n, Wo.call(this, n);
|
|
8263
8260
|
}
|
|
8264
8261
|
return Si(t, [{
|
|
8265
8262
|
key: "getCountries",
|
|
@@ -8312,7 +8309,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8312
8309
|
}, {
|
|
8313
8310
|
key: "selectNumberingPlan",
|
|
8314
8311
|
value: function(n, e) {
|
|
8315
|
-
if (n &&
|
|
8312
|
+
if (n && rc.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8316
8313
|
if (!this.hasCountry(n))
|
|
8317
8314
|
throw new Error("Unknown country: ".concat(n));
|
|
8318
8315
|
this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
|
|
@@ -8445,7 +8442,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8445
8442
|
}]), t;
|
|
8446
8443
|
}(), Qr = /* @__PURE__ */ function() {
|
|
8447
8444
|
function t(n, e) {
|
|
8448
|
-
Ti(this, t), this.globalMetadataObject = e, this.metadata = n,
|
|
8445
|
+
Ti(this, t), this.globalMetadataObject = e, this.metadata = n, Wo.call(this, e.metadata);
|
|
8449
8446
|
}
|
|
8450
8447
|
return Si(t, [{
|
|
8451
8448
|
key: "callingCode",
|
|
@@ -8502,7 +8499,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8502
8499
|
value: function() {
|
|
8503
8500
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8504
8501
|
return e.map(function(r) {
|
|
8505
|
-
return new
|
|
8502
|
+
return new oc(r, n);
|
|
8506
8503
|
});
|
|
8507
8504
|
}
|
|
8508
8505
|
}, {
|
|
@@ -8571,7 +8568,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8571
8568
|
key: "type",
|
|
8572
8569
|
value: function(n) {
|
|
8573
8570
|
if (this.hasTypes() && eo(this.types(), n))
|
|
8574
|
-
return new
|
|
8571
|
+
return new lc(eo(this.types(), n), this);
|
|
8575
8572
|
}
|
|
8576
8573
|
}, {
|
|
8577
8574
|
key: "ext",
|
|
@@ -8579,7 +8576,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8579
8576
|
return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
|
|
8580
8577
|
}
|
|
8581
8578
|
}]), t;
|
|
8582
|
-
}(),
|
|
8579
|
+
}(), oc = /* @__PURE__ */ function() {
|
|
8583
8580
|
function t(n, e) {
|
|
8584
8581
|
Ti(this, t), this._format = n, this.metadata = e;
|
|
8585
8582
|
}
|
|
@@ -8618,7 +8615,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8618
8615
|
key: "usesNationalPrefix",
|
|
8619
8616
|
value: function() {
|
|
8620
8617
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8621
|
-
!
|
|
8618
|
+
!ac.test(this.nationalPrefixFormattingRule()));
|
|
8622
8619
|
}
|
|
8623
8620
|
}, {
|
|
8624
8621
|
key: "internationalFormat",
|
|
@@ -8626,7 +8623,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8626
8623
|
return this._format[5] || this.format();
|
|
8627
8624
|
}
|
|
8628
8625
|
}]), t;
|
|
8629
|
-
}(),
|
|
8626
|
+
}(), ac = /^\(?\$1\)?$/, lc = /* @__PURE__ */ function() {
|
|
8630
8627
|
function t(n, e) {
|
|
8631
8628
|
Ti(this, t), this.type = n, this.metadata = e;
|
|
8632
8629
|
}
|
|
@@ -8667,15 +8664,15 @@ function eo(t, n) {
|
|
|
8667
8664
|
return t[9];
|
|
8668
8665
|
}
|
|
8669
8666
|
}
|
|
8670
|
-
function
|
|
8667
|
+
function sc(t) {
|
|
8671
8668
|
if (!t)
|
|
8672
8669
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8673
8670
|
if (!sr(t) || !sr(t.countries))
|
|
8674
|
-
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 " +
|
|
8671
|
+
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 " + uc(t) + ": " + t, "."));
|
|
8675
8672
|
}
|
|
8676
8673
|
var sr = function(t) {
|
|
8677
8674
|
return yi(t) === "object";
|
|
8678
|
-
},
|
|
8675
|
+
}, uc = function(t) {
|
|
8679
8676
|
return yi(t);
|
|
8680
8677
|
};
|
|
8681
8678
|
function Nr(t, n) {
|
|
@@ -8683,34 +8680,34 @@ function Nr(t, n) {
|
|
|
8683
8680
|
return n.country(t).countryCallingCode();
|
|
8684
8681
|
throw new Error("Unknown country: ".concat(t));
|
|
8685
8682
|
}
|
|
8686
|
-
function
|
|
8683
|
+
function dc(t, n) {
|
|
8687
8684
|
return n.countries[t] !== void 0;
|
|
8688
8685
|
}
|
|
8689
|
-
function
|
|
8686
|
+
function Wo(t) {
|
|
8690
8687
|
var n = t.version;
|
|
8691
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n,
|
|
8688
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n, nc) === -1 ? this.v2 = !0 : Zr(n, ic) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8692
8689
|
}
|
|
8693
|
-
var
|
|
8690
|
+
var cc = ";ext=", _n = function(t) {
|
|
8694
8691
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8695
8692
|
};
|
|
8696
|
-
function
|
|
8697
|
-
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 =
|
|
8693
|
+
function Zo(t) {
|
|
8694
|
+
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 = cc + _n(n), b = i + c + s + _n(n) + l, v = i + f + s + _n(r) + l, y = h + _n(o) + "#", g = d + a + s + _n(e) + l, m = d + "(?:,)+" + s + _n(r) + l;
|
|
8698
8695
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8699
8696
|
}
|
|
8700
|
-
var
|
|
8701
|
-
"(?:" +
|
|
8697
|
+
var fc = "[" + Qt + "]{" + xr + "}", hc = "[" + Ar + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", pc = new RegExp("^[" + Ar + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), gc = hc + // Phone number extensions
|
|
8698
|
+
"(?:" + Zo() + ")?", mc = new RegExp(
|
|
8702
8699
|
// Either a short two-digit-only phone number
|
|
8703
|
-
"^" +
|
|
8700
|
+
"^" + fc + "$|^" + gc + "$",
|
|
8704
8701
|
"i"
|
|
8705
8702
|
);
|
|
8706
|
-
function
|
|
8707
|
-
return t.length >= xr &&
|
|
8703
|
+
function Jo(t) {
|
|
8704
|
+
return t.length >= xr && mc.test(t);
|
|
8708
8705
|
}
|
|
8709
|
-
function
|
|
8710
|
-
return
|
|
8706
|
+
function vc(t) {
|
|
8707
|
+
return pc.test(t);
|
|
8711
8708
|
}
|
|
8712
|
-
var to = new RegExp("(?:" +
|
|
8713
|
-
function
|
|
8709
|
+
var to = new RegExp("(?:" + Zo() + ")$", "i");
|
|
8710
|
+
function yc(t) {
|
|
8714
8711
|
var n = t.search(to);
|
|
8715
8712
|
if (n < 0)
|
|
8716
8713
|
return {};
|
|
@@ -8723,7 +8720,7 @@ function _c(t) {
|
|
|
8723
8720
|
o++;
|
|
8724
8721
|
}
|
|
8725
8722
|
}
|
|
8726
|
-
var
|
|
8723
|
+
var bc = {
|
|
8727
8724
|
0: "0",
|
|
8728
8725
|
1: "1",
|
|
8729
8726
|
2: "2",
|
|
@@ -8795,14 +8792,14 @@ var $c = {
|
|
|
8795
8792
|
"۹": "9"
|
|
8796
8793
|
// Eastern-Arabic digit 9
|
|
8797
8794
|
};
|
|
8798
|
-
function
|
|
8799
|
-
return
|
|
8795
|
+
function _c(t) {
|
|
8796
|
+
return bc[t];
|
|
8800
8797
|
}
|
|
8801
|
-
function
|
|
8798
|
+
function $c(t, n) {
|
|
8802
8799
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8803
8800
|
if (e)
|
|
8804
8801
|
return (e = e.call(t)).next.bind(e);
|
|
8805
|
-
if (Array.isArray(t) || (e =
|
|
8802
|
+
if (Array.isArray(t) || (e = wc(t)) || n && t && typeof t.length == "number") {
|
|
8806
8803
|
e && (t = e);
|
|
8807
8804
|
var r = 0;
|
|
8808
8805
|
return function() {
|
|
@@ -8812,7 +8809,7 @@ function Oc(t, n) {
|
|
|
8812
8809
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8813
8810
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8814
8811
|
}
|
|
8815
|
-
function
|
|
8812
|
+
function wc(t, n) {
|
|
8816
8813
|
if (t) {
|
|
8817
8814
|
if (typeof t == "string")
|
|
8818
8815
|
return no(t, n);
|
|
@@ -8830,20 +8827,20 @@ function no(t, n) {
|
|
|
8830
8827
|
return r;
|
|
8831
8828
|
}
|
|
8832
8829
|
function io(t) {
|
|
8833
|
-
for (var n = "", e =
|
|
8830
|
+
for (var n = "", e = $c(t.split("")), r; !(r = e()).done; ) {
|
|
8834
8831
|
var o = r.value;
|
|
8835
|
-
n +=
|
|
8832
|
+
n += Oc(o, n) || "";
|
|
8836
8833
|
}
|
|
8837
8834
|
return n;
|
|
8838
8835
|
}
|
|
8839
|
-
function
|
|
8840
|
-
return t === "+" ? n ? void 0 : "+" :
|
|
8836
|
+
function Oc(t, n) {
|
|
8837
|
+
return t === "+" ? n ? void 0 : "+" : _c(t);
|
|
8841
8838
|
}
|
|
8842
|
-
function
|
|
8839
|
+
function kc(t, n) {
|
|
8843
8840
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8844
8841
|
if (e)
|
|
8845
8842
|
return (e = e.call(t)).next.bind(e);
|
|
8846
|
-
if (Array.isArray(t) || (e =
|
|
8843
|
+
if (Array.isArray(t) || (e = Cc(t)) || n && t && typeof t.length == "number") {
|
|
8847
8844
|
e && (t = e);
|
|
8848
8845
|
var r = 0;
|
|
8849
8846
|
return function() {
|
|
@@ -8853,7 +8850,7 @@ function Ec(t, n) {
|
|
|
8853
8850
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8854
8851
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8855
8852
|
}
|
|
8856
|
-
function
|
|
8853
|
+
function Cc(t, n) {
|
|
8857
8854
|
if (t) {
|
|
8858
8855
|
if (typeof t == "string")
|
|
8859
8856
|
return ro(t, n);
|
|
@@ -8870,8 +8867,8 @@ function ro(t, n) {
|
|
|
8870
8867
|
r[e] = t[e];
|
|
8871
8868
|
return r;
|
|
8872
8869
|
}
|
|
8873
|
-
function
|
|
8874
|
-
for (var e = t.slice(), r =
|
|
8870
|
+
function Ec(t, n) {
|
|
8871
|
+
for (var e = t.slice(), r = kc(n), o; !(o = r()).done; ) {
|
|
8875
8872
|
var i = o.value;
|
|
8876
8873
|
t.indexOf(i) < 0 && e.push(i);
|
|
8877
8874
|
}
|
|
@@ -8880,23 +8877,23 @@ function Sc(t, n) {
|
|
|
8880
8877
|
});
|
|
8881
8878
|
}
|
|
8882
8879
|
function Ir(t, n) {
|
|
8883
|
-
return
|
|
8880
|
+
return Xo(t, void 0, n);
|
|
8884
8881
|
}
|
|
8885
|
-
function
|
|
8882
|
+
function Xo(t, n, e) {
|
|
8886
8883
|
var r = e.type(n), o = r && r.possibleLengths() || e.possibleLengths();
|
|
8887
8884
|
if (!o)
|
|
8888
8885
|
return "IS_POSSIBLE";
|
|
8889
8886
|
if (n === "FIXED_LINE_OR_MOBILE") {
|
|
8890
8887
|
if (!e.type("FIXED_LINE"))
|
|
8891
|
-
return
|
|
8888
|
+
return Xo(t, "MOBILE", e);
|
|
8892
8889
|
var i = e.type("MOBILE");
|
|
8893
|
-
i && (o =
|
|
8890
|
+
i && (o = Ec(o, i.possibleLengths()));
|
|
8894
8891
|
} else if (n && !r)
|
|
8895
8892
|
return "INVALID_LENGTH";
|
|
8896
8893
|
var s = t.length, l = o[0];
|
|
8897
8894
|
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";
|
|
8898
8895
|
}
|
|
8899
|
-
function
|
|
8896
|
+
function Tc(t, n, e) {
|
|
8900
8897
|
if (n === void 0 && (n = {}), e = new Ct(e), n.v2) {
|
|
8901
8898
|
if (!t.countryCallingCode)
|
|
8902
8899
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8915,12 +8912,12 @@ function xc(t, n, e) {
|
|
|
8915
8912
|
}
|
|
8916
8913
|
}
|
|
8917
8914
|
if (e.possibleLengths())
|
|
8918
|
-
return
|
|
8915
|
+
return Qo(t.phone || t.nationalNumber, e);
|
|
8919
8916
|
if (t.countryCallingCode && e.isNonGeographicCallingCode(t.countryCallingCode))
|
|
8920
8917
|
return !0;
|
|
8921
8918
|
throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
|
|
8922
8919
|
}
|
|
8923
|
-
function
|
|
8920
|
+
function Qo(t, n) {
|
|
8924
8921
|
switch (Ir(t, n)) {
|
|
8925
8922
|
case "IS_POSSIBLE":
|
|
8926
8923
|
return !0;
|
|
@@ -8928,14 +8925,14 @@ function ta(t, n) {
|
|
|
8928
8925
|
return !1;
|
|
8929
8926
|
}
|
|
8930
8927
|
}
|
|
8931
|
-
function
|
|
8932
|
-
return
|
|
8928
|
+
function Sc(t, n) {
|
|
8929
|
+
return Nc(t) || Ac(t, n) || ea(t, n) || xc();
|
|
8933
8930
|
}
|
|
8934
|
-
function
|
|
8931
|
+
function xc() {
|
|
8935
8932
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8936
8933
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8937
8934
|
}
|
|
8938
|
-
function
|
|
8935
|
+
function Ac(t, n) {
|
|
8939
8936
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8940
8937
|
if (e != null) {
|
|
8941
8938
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -8955,15 +8952,15 @@ function Ic(t, n) {
|
|
|
8955
8952
|
return r;
|
|
8956
8953
|
}
|
|
8957
8954
|
}
|
|
8958
|
-
function
|
|
8955
|
+
function Nc(t) {
|
|
8959
8956
|
if (Array.isArray(t))
|
|
8960
8957
|
return t;
|
|
8961
8958
|
}
|
|
8962
|
-
function
|
|
8959
|
+
function Ic(t, n) {
|
|
8963
8960
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8964
8961
|
if (e)
|
|
8965
8962
|
return (e = e.call(t)).next.bind(e);
|
|
8966
|
-
if (Array.isArray(t) || (e =
|
|
8963
|
+
if (Array.isArray(t) || (e = ea(t)) || n && t && typeof t.length == "number") {
|
|
8967
8964
|
e && (t = e);
|
|
8968
8965
|
var r = 0;
|
|
8969
8966
|
return function() {
|
|
@@ -8973,7 +8970,7 @@ function Mc(t, n) {
|
|
|
8973
8970
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8974
8971
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8975
8972
|
}
|
|
8976
|
-
function
|
|
8973
|
+
function ea(t, n) {
|
|
8977
8974
|
if (t) {
|
|
8978
8975
|
if (typeof t == "string")
|
|
8979
8976
|
return oo(t, n);
|
|
@@ -8990,11 +8987,11 @@ function oo(t, n) {
|
|
|
8990
8987
|
r[e] = t[e];
|
|
8991
8988
|
return r;
|
|
8992
8989
|
}
|
|
8993
|
-
function
|
|
8990
|
+
function Pc(t) {
|
|
8994
8991
|
var n, e;
|
|
8995
8992
|
t = t.replace(/^tel:/, "tel=");
|
|
8996
|
-
for (var r =
|
|
8997
|
-
var i = o.value, s = i.split("="), l =
|
|
8993
|
+
for (var r = Ic(t.split(";")), o; !(o = r()).done; ) {
|
|
8994
|
+
var i = o.value, s = i.split("="), l = Sc(s, 2), c = l[0], f = l[1];
|
|
8998
8995
|
switch (c) {
|
|
8999
8996
|
case "tel":
|
|
9000
8997
|
n = f;
|
|
@@ -9007,14 +9004,14 @@ function Dc(t) {
|
|
|
9007
9004
|
break;
|
|
9008
9005
|
}
|
|
9009
9006
|
}
|
|
9010
|
-
if (!
|
|
9007
|
+
if (!Jo(n))
|
|
9011
9008
|
return {};
|
|
9012
9009
|
var h = {
|
|
9013
9010
|
number: n
|
|
9014
9011
|
};
|
|
9015
9012
|
return e && (h.ext = e), h;
|
|
9016
9013
|
}
|
|
9017
|
-
function
|
|
9014
|
+
function Mc(t) {
|
|
9018
9015
|
var n = t.number, e = t.ext;
|
|
9019
9016
|
if (!n)
|
|
9020
9017
|
return "";
|
|
@@ -9025,11 +9022,11 @@ function Lc(t) {
|
|
|
9025
9022
|
function Wt(t, n) {
|
|
9026
9023
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
9027
9024
|
}
|
|
9028
|
-
function
|
|
9025
|
+
function Dc(t, n) {
|
|
9029
9026
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9030
9027
|
if (e)
|
|
9031
9028
|
return (e = e.call(t)).next.bind(e);
|
|
9032
|
-
if (Array.isArray(t) || (e =
|
|
9029
|
+
if (Array.isArray(t) || (e = Lc(t)) || n && t && typeof t.length == "number") {
|
|
9033
9030
|
e && (t = e);
|
|
9034
9031
|
var r = 0;
|
|
9035
9032
|
return function() {
|
|
@@ -9039,7 +9036,7 @@ function Rc(t, n) {
|
|
|
9039
9036
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9040
9037
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9041
9038
|
}
|
|
9042
|
-
function
|
|
9039
|
+
function Lc(t, n) {
|
|
9043
9040
|
if (t) {
|
|
9044
9041
|
if (typeof t == "string")
|
|
9045
9042
|
return ao(t, n);
|
|
@@ -9056,7 +9053,7 @@ function ao(t, n) {
|
|
|
9056
9053
|
r[e] = t[e];
|
|
9057
9054
|
return r;
|
|
9058
9055
|
}
|
|
9059
|
-
var
|
|
9056
|
+
var Rc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9060
9057
|
function Pr(t, n, e) {
|
|
9061
9058
|
if (n = n || {}, !!t.country) {
|
|
9062
9059
|
e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -9064,7 +9061,7 @@ function Pr(t, n, e) {
|
|
|
9064
9061
|
if (Wt(r, e.nationalNumberPattern())) {
|
|
9065
9062
|
if (ur(r, "FIXED_LINE", e))
|
|
9066
9063
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ur(r, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
9067
|
-
for (var o = Rc
|
|
9064
|
+
for (var o = Dc(Rc), i; !(i = o()).done; ) {
|
|
9068
9065
|
var s = i.value;
|
|
9069
9066
|
if (ur(r, s, e))
|
|
9070
9067
|
return s;
|
|
@@ -9075,7 +9072,7 @@ function Pr(t, n, e) {
|
|
|
9075
9072
|
function ur(t, n, e) {
|
|
9076
9073
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Wt(t, n.pattern());
|
|
9077
9074
|
}
|
|
9078
|
-
function
|
|
9075
|
+
function Bc(t, n, e) {
|
|
9079
9076
|
if (n = n || {}, e = new Ct(e), !t.country)
|
|
9080
9077
|
return !1;
|
|
9081
9078
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -9083,11 +9080,11 @@ function qc(t, n, e) {
|
|
|
9083
9080
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
9084
9081
|
return Wt(r, e.nationalNumberPattern());
|
|
9085
9082
|
}
|
|
9086
|
-
function
|
|
9083
|
+
function jc(t) {
|
|
9087
9084
|
return t.replace(new RegExp("[".concat(vi, "]+"), "g"), " ").trim();
|
|
9088
9085
|
}
|
|
9089
|
-
var
|
|
9090
|
-
function
|
|
9086
|
+
var qc = /(\$\d)/;
|
|
9087
|
+
function Fc(t, n, e) {
|
|
9091
9088
|
var r = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
9092
9089
|
e.carrierCode, e.metadata;
|
|
9093
9090
|
var i = t.replace(new RegExp(n.pattern()), r ? n.internationalFormat() : (
|
|
@@ -9104,23 +9101,23 @@ function Vc(t, n, e) {
|
|
|
9104
9101
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
9105
9102
|
// : format.format()
|
|
9106
9103
|
// )
|
|
9107
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
9104
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(qc, n.nationalPrefixFormattingRule()) : n.format()
|
|
9108
9105
|
));
|
|
9109
|
-
return r ?
|
|
9106
|
+
return r ? jc(i) : i;
|
|
9110
9107
|
}
|
|
9111
|
-
var
|
|
9112
|
-
function
|
|
9108
|
+
var Hc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
9109
|
+
function Vc(t, n, e) {
|
|
9113
9110
|
var r = new Ct(e);
|
|
9114
9111
|
if (r.selectNumberingPlan(t, n), r.defaultIDDPrefix())
|
|
9115
9112
|
return r.defaultIDDPrefix();
|
|
9116
|
-
if (
|
|
9113
|
+
if (Hc.test(r.IDDPrefix()))
|
|
9117
9114
|
return r.IDDPrefix();
|
|
9118
9115
|
}
|
|
9119
|
-
function
|
|
9116
|
+
function Uc(t, n) {
|
|
9120
9117
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9121
9118
|
if (e)
|
|
9122
9119
|
return (e = e.call(t)).next.bind(e);
|
|
9123
|
-
if (Array.isArray(t) || (e =
|
|
9120
|
+
if (Array.isArray(t) || (e = zc(t)) || n && t && typeof t.length == "number") {
|
|
9124
9121
|
e && (t = e);
|
|
9125
9122
|
var r = 0;
|
|
9126
9123
|
return function() {
|
|
@@ -9130,7 +9127,7 @@ function Kc(t, n) {
|
|
|
9130
9127
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9131
9128
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9132
9129
|
}
|
|
9133
|
-
function
|
|
9130
|
+
function zc(t, n) {
|
|
9134
9131
|
if (t) {
|
|
9135
9132
|
if (typeof t == "string")
|
|
9136
9133
|
return lo(t, n);
|
|
@@ -9161,14 +9158,14 @@ function uo(t) {
|
|
|
9161
9158
|
for (var n = 1; n < arguments.length; n++) {
|
|
9162
9159
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9163
9160
|
n % 2 ? so(Object(e), !0).forEach(function(r) {
|
|
9164
|
-
|
|
9161
|
+
Kc(t, r, e[r]);
|
|
9165
9162
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
|
|
9166
9163
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9167
9164
|
});
|
|
9168
9165
|
}
|
|
9169
9166
|
return t;
|
|
9170
9167
|
}
|
|
9171
|
-
function
|
|
9168
|
+
function Kc(t, n, e) {
|
|
9172
9169
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9173
9170
|
}
|
|
9174
9171
|
var co = {
|
|
@@ -9176,7 +9173,7 @@ var co = {
|
|
|
9176
9173
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9177
9174
|
}
|
|
9178
9175
|
};
|
|
9179
|
-
function
|
|
9176
|
+
function Gc(t, n, e, r) {
|
|
9180
9177
|
if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
|
|
9181
9178
|
if (!r.hasCountry(t.country))
|
|
9182
9179
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -9194,30 +9191,30 @@ function Wc(t, n, e, r) {
|
|
|
9194
9191
|
case "E.164":
|
|
9195
9192
|
return "+".concat(o).concat(i);
|
|
9196
9193
|
case "RFC3966":
|
|
9197
|
-
return
|
|
9194
|
+
return Mc({
|
|
9198
9195
|
number: "+".concat(o).concat(i),
|
|
9199
9196
|
ext: t.ext
|
|
9200
9197
|
});
|
|
9201
9198
|
case "IDD":
|
|
9202
9199
|
if (!e.fromCountry)
|
|
9203
9200
|
return;
|
|
9204
|
-
var l =
|
|
9201
|
+
var l = Wc(i, t.carrierCode, o, e.fromCountry, r);
|
|
9205
9202
|
return dr(l, t.ext, r, e.formatExtension);
|
|
9206
9203
|
default:
|
|
9207
9204
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
9208
9205
|
}
|
|
9209
9206
|
}
|
|
9210
9207
|
function bi(t, n, e, r, o) {
|
|
9211
|
-
var i =
|
|
9212
|
-
return i ?
|
|
9208
|
+
var i = Yc(r.formats(), t);
|
|
9209
|
+
return i ? Fc(t, i, {
|
|
9213
9210
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
9214
9211
|
withNationalPrefix: !(i.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
9215
9212
|
carrierCode: n,
|
|
9216
9213
|
metadata: r
|
|
9217
9214
|
}) : t;
|
|
9218
9215
|
}
|
|
9219
|
-
function
|
|
9220
|
-
for (var e =
|
|
9216
|
+
function Yc(t, n) {
|
|
9217
|
+
for (var e = Uc(t), r; !(r = e()).done; ) {
|
|
9221
9218
|
var o = r.value;
|
|
9222
9219
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
9223
9220
|
var i = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -9231,13 +9228,13 @@ function Zc(t, n) {
|
|
|
9231
9228
|
function dr(t, n, e, r) {
|
|
9232
9229
|
return n ? r(t, n, e) : t;
|
|
9233
9230
|
}
|
|
9234
|
-
function
|
|
9231
|
+
function Wc(t, n, e, r, o) {
|
|
9235
9232
|
var i = Nr(r, o.metadata);
|
|
9236
9233
|
if (i === e) {
|
|
9237
9234
|
var s = bi(t, n, "NATIONAL", o);
|
|
9238
9235
|
return e === "1" ? e + " " + s : s;
|
|
9239
9236
|
}
|
|
9240
|
-
var l =
|
|
9237
|
+
var l = Vc(r, void 0, o.metadata);
|
|
9241
9238
|
if (l)
|
|
9242
9239
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9243
9240
|
}
|
|
@@ -9255,17 +9252,17 @@ function ho(t) {
|
|
|
9255
9252
|
for (var n = 1; n < arguments.length; n++) {
|
|
9256
9253
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9257
9254
|
n % 2 ? fo(Object(e), !0).forEach(function(r) {
|
|
9258
|
-
|
|
9255
|
+
Zc(t, r, e[r]);
|
|
9259
9256
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
|
|
9260
9257
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9261
9258
|
});
|
|
9262
9259
|
}
|
|
9263
9260
|
return t;
|
|
9264
9261
|
}
|
|
9265
|
-
function
|
|
9262
|
+
function Zc(t, n, e) {
|
|
9266
9263
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9267
9264
|
}
|
|
9268
|
-
function
|
|
9265
|
+
function Jc(t, n) {
|
|
9269
9266
|
if (!(t instanceof n))
|
|
9270
9267
|
throw new TypeError("Cannot call a class as a function");
|
|
9271
9268
|
}
|
|
@@ -9275,21 +9272,21 @@ function po(t, n) {
|
|
|
9275
9272
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9276
9273
|
}
|
|
9277
9274
|
}
|
|
9278
|
-
function
|
|
9275
|
+
function Xc(t, n, e) {
|
|
9279
9276
|
return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9280
9277
|
}
|
|
9281
|
-
var
|
|
9278
|
+
var Qc = /* @__PURE__ */ function() {
|
|
9282
9279
|
function t(n, e, r) {
|
|
9283
|
-
if (
|
|
9280
|
+
if (Jc(this, t), !n)
|
|
9284
9281
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9285
9282
|
if (!e)
|
|
9286
9283
|
throw new TypeError("`nationalNumber` not passed");
|
|
9287
9284
|
if (!r)
|
|
9288
9285
|
throw new TypeError("`metadata` not passed");
|
|
9289
9286
|
var o = new Ct(r);
|
|
9290
|
-
|
|
9287
|
+
ef(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;
|
|
9291
9288
|
}
|
|
9292
|
-
return
|
|
9289
|
+
return Xc(t, [{
|
|
9293
9290
|
key: "setExt",
|
|
9294
9291
|
value: function(n) {
|
|
9295
9292
|
this.ext = n;
|
|
@@ -9297,14 +9294,14 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9297
9294
|
}, {
|
|
9298
9295
|
key: "isPossible",
|
|
9299
9296
|
value: function() {
|
|
9300
|
-
return
|
|
9297
|
+
return Tc(this, {
|
|
9301
9298
|
v2: !0
|
|
9302
9299
|
}, this.metadata);
|
|
9303
9300
|
}
|
|
9304
9301
|
}, {
|
|
9305
9302
|
key: "isValid",
|
|
9306
9303
|
value: function() {
|
|
9307
|
-
return
|
|
9304
|
+
return Bc(this, {
|
|
9308
9305
|
v2: !0
|
|
9309
9306
|
}, this.metadata);
|
|
9310
9307
|
}
|
|
@@ -9334,7 +9331,7 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9334
9331
|
}, {
|
|
9335
9332
|
key: "format",
|
|
9336
9333
|
value: function(n, e) {
|
|
9337
|
-
return
|
|
9334
|
+
return Gc(this, n, e ? ho(ho({}, e), {}, {
|
|
9338
9335
|
v2: !0
|
|
9339
9336
|
}) : {
|
|
9340
9337
|
v2: !0
|
|
@@ -9356,23 +9353,23 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9356
9353
|
return this.format("RFC3966", n);
|
|
9357
9354
|
}
|
|
9358
9355
|
}]), t;
|
|
9359
|
-
}(),
|
|
9356
|
+
}(), ef = function(t) {
|
|
9360
9357
|
return /^[A-Z]{2}$/.test(t);
|
|
9361
|
-
},
|
|
9362
|
-
function
|
|
9358
|
+
}, tf = new RegExp("([" + Qt + "])");
|
|
9359
|
+
function nf(t, n, e, r) {
|
|
9363
9360
|
if (n) {
|
|
9364
9361
|
var o = new Ct(r);
|
|
9365
9362
|
o.selectNumberingPlan(n, e);
|
|
9366
9363
|
var i = new RegExp(o.IDDPrefix());
|
|
9367
9364
|
if (t.search(i) === 0) {
|
|
9368
9365
|
t = t.slice(t.match(i)[0].length);
|
|
9369
|
-
var s = t.match(
|
|
9366
|
+
var s = t.match(tf);
|
|
9370
9367
|
if (!(s && s[1] != null && s[1].length > 0 && s[1] === "0"))
|
|
9371
9368
|
return t;
|
|
9372
9369
|
}
|
|
9373
9370
|
}
|
|
9374
9371
|
}
|
|
9375
|
-
function
|
|
9372
|
+
function rf(t, n) {
|
|
9376
9373
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9377
9374
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), r = e.exec(t);
|
|
9378
9375
|
if (r) {
|
|
@@ -9401,13 +9398,13 @@ function af(t, n) {
|
|
|
9401
9398
|
};
|
|
9402
9399
|
}
|
|
9403
9400
|
function yr(t, n) {
|
|
9404
|
-
var e =
|
|
9401
|
+
var e = rf(t, n), r = e.carrierCode, o = e.nationalNumber;
|
|
9405
9402
|
if (o !== t) {
|
|
9406
|
-
if (!
|
|
9403
|
+
if (!of(t, o, n))
|
|
9407
9404
|
return {
|
|
9408
9405
|
nationalNumber: t
|
|
9409
9406
|
};
|
|
9410
|
-
if (n.possibleLengths() && !
|
|
9407
|
+
if (n.possibleLengths() && !af(o, n))
|
|
9411
9408
|
return {
|
|
9412
9409
|
nationalNumber: t
|
|
9413
9410
|
};
|
|
@@ -9417,10 +9414,10 @@ function yr(t, n) {
|
|
|
9417
9414
|
carrierCode: r
|
|
9418
9415
|
};
|
|
9419
9416
|
}
|
|
9420
|
-
function
|
|
9417
|
+
function of(t, n, e) {
|
|
9421
9418
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9422
9419
|
}
|
|
9423
|
-
function
|
|
9420
|
+
function af(t, n) {
|
|
9424
9421
|
switch (Ir(t, n)) {
|
|
9425
9422
|
case "TOO_SHORT":
|
|
9426
9423
|
case "INVALID_LENGTH":
|
|
@@ -9429,7 +9426,7 @@ function sf(t, n) {
|
|
|
9429
9426
|
return !0;
|
|
9430
9427
|
}
|
|
9431
9428
|
}
|
|
9432
|
-
function
|
|
9429
|
+
function lf(t, n, e, r) {
|
|
9433
9430
|
var o = n ? Nr(n, r) : e;
|
|
9434
9431
|
if (t.indexOf(o) === 0) {
|
|
9435
9432
|
r = new Ct(r), r.selectNumberingPlan(n, e);
|
|
@@ -9444,16 +9441,16 @@ function uf(t, n, e, r) {
|
|
|
9444
9441
|
number: t
|
|
9445
9442
|
};
|
|
9446
9443
|
}
|
|
9447
|
-
function
|
|
9444
|
+
function sf(t, n, e, r) {
|
|
9448
9445
|
if (!t)
|
|
9449
9446
|
return {};
|
|
9450
9447
|
if (t[0] !== "+") {
|
|
9451
|
-
var o =
|
|
9448
|
+
var o = nf(t, n, e, r);
|
|
9452
9449
|
if (o && o !== t)
|
|
9453
9450
|
t = "+" + o;
|
|
9454
9451
|
else {
|
|
9455
9452
|
if (n || e) {
|
|
9456
|
-
var i =
|
|
9453
|
+
var i = lf(t, n, e, r), s = i.countryCallingCode, l = i.number;
|
|
9457
9454
|
if (s)
|
|
9458
9455
|
return {
|
|
9459
9456
|
countryCallingCode: s,
|
|
@@ -9468,7 +9465,7 @@ function df(t, n, e, r) {
|
|
|
9468
9465
|
if (t[1] === "0")
|
|
9469
9466
|
return {};
|
|
9470
9467
|
r = new Ct(r);
|
|
9471
|
-
for (var c = 2; c - 1 <=
|
|
9468
|
+
for (var c = 2; c - 1 <= Wd && c <= t.length; ) {
|
|
9472
9469
|
var f = t.slice(1, c);
|
|
9473
9470
|
if (r.hasCallingCode(f))
|
|
9474
9471
|
return r.selectNumberingPlan(f), {
|
|
@@ -9479,11 +9476,11 @@ function df(t, n, e, r) {
|
|
|
9479
9476
|
}
|
|
9480
9477
|
return {};
|
|
9481
9478
|
}
|
|
9482
|
-
function
|
|
9479
|
+
function uf(t, n) {
|
|
9483
9480
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9484
9481
|
if (e)
|
|
9485
9482
|
return (e = e.call(t)).next.bind(e);
|
|
9486
|
-
if (Array.isArray(t) || (e =
|
|
9483
|
+
if (Array.isArray(t) || (e = df(t)) || n && t && typeof t.length == "number") {
|
|
9487
9484
|
e && (t = e);
|
|
9488
9485
|
var r = 0;
|
|
9489
9486
|
return function() {
|
|
@@ -9493,7 +9490,7 @@ function cf(t, n) {
|
|
|
9493
9490
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9494
9491
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9495
9492
|
}
|
|
9496
|
-
function
|
|
9493
|
+
function df(t, n) {
|
|
9497
9494
|
if (t) {
|
|
9498
9495
|
if (typeof t == "string")
|
|
9499
9496
|
return go(t, n);
|
|
@@ -9510,14 +9507,14 @@ function go(t, n) {
|
|
|
9510
9507
|
r[e] = t[e];
|
|
9511
9508
|
return r;
|
|
9512
9509
|
}
|
|
9513
|
-
function
|
|
9510
|
+
function cf(t, n, e) {
|
|
9514
9511
|
var r = e.getCountryCodesForCallingCode(t);
|
|
9515
9512
|
if (r)
|
|
9516
|
-
return r.length === 1 ? r[0] :
|
|
9513
|
+
return r.length === 1 ? r[0] : ff(r, n, e.metadata);
|
|
9517
9514
|
}
|
|
9518
|
-
function
|
|
9515
|
+
function ff(t, n, e) {
|
|
9519
9516
|
e = new Ct(e);
|
|
9520
|
-
for (var r =
|
|
9517
|
+
for (var r = uf(t), o; !(o = r()).done; ) {
|
|
9521
9518
|
var i = o.value;
|
|
9522
9519
|
if (e.country(i), e.leadingDigits()) {
|
|
9523
9520
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9529,17 +9526,17 @@ function pf(t, n, e) {
|
|
|
9529
9526
|
return i;
|
|
9530
9527
|
}
|
|
9531
9528
|
}
|
|
9532
|
-
var
|
|
9533
|
-
function
|
|
9529
|
+
var hf = 250, pf = new RegExp("[" + Ar + Qt + "]"), gf = new RegExp("[^" + Qt + "#]+$");
|
|
9530
|
+
function mf(t, n, e) {
|
|
9534
9531
|
if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9535
9532
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9536
|
-
var r =
|
|
9533
|
+
var r = yf(t, n.v2, n.extract), o = r.number, i = r.ext, s = r.error;
|
|
9537
9534
|
if (!o) {
|
|
9538
9535
|
if (n.v2)
|
|
9539
9536
|
throw s === "TOO_SHORT" ? new Xt("TOO_SHORT") : new Xt("NOT_A_NUMBER");
|
|
9540
9537
|
return {};
|
|
9541
9538
|
}
|
|
9542
|
-
var l =
|
|
9539
|
+
var l = _f(o, n.defaultCountry, n.defaultCallingCode, e), c = l.country, f = l.nationalNumber, h = l.countryCallingCode, d = l.carrierCode;
|
|
9543
9540
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9544
9541
|
if (n.v2)
|
|
9545
9542
|
throw new Xt("INVALID_COUNTRY");
|
|
@@ -9550,13 +9547,13 @@ function yf(t, n, e) {
|
|
|
9550
9547
|
throw new Xt("TOO_SHORT");
|
|
9551
9548
|
return {};
|
|
9552
9549
|
}
|
|
9553
|
-
if (f.length >
|
|
9550
|
+
if (f.length > Yd) {
|
|
9554
9551
|
if (n.v2)
|
|
9555
9552
|
throw new Xt("TOO_LONG");
|
|
9556
9553
|
return {};
|
|
9557
9554
|
}
|
|
9558
9555
|
if (n.v2) {
|
|
9559
|
-
var a = new
|
|
9556
|
+
var a = new Qc(h, f, e.metadata);
|
|
9560
9557
|
return c && (a.country = c), d && (a.carrierCode = d), i && (a.ext = i), a;
|
|
9561
9558
|
}
|
|
9562
9559
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : c) ? Wt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9565,49 +9562,49 @@ function yf(t, n, e) {
|
|
|
9565
9562
|
countryCallingCode: h,
|
|
9566
9563
|
carrierCode: d,
|
|
9567
9564
|
valid: u,
|
|
9568
|
-
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() &&
|
|
9565
|
+
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Qo(f, e)),
|
|
9569
9566
|
phone: f,
|
|
9570
9567
|
ext: i
|
|
9571
|
-
} : u ?
|
|
9568
|
+
} : u ? bf(c, f, i) : {};
|
|
9572
9569
|
}
|
|
9573
|
-
function
|
|
9570
|
+
function vf(t, n, e) {
|
|
9574
9571
|
if (t) {
|
|
9575
|
-
if (t.length >
|
|
9572
|
+
if (t.length > hf) {
|
|
9576
9573
|
if (e)
|
|
9577
9574
|
throw new Xt("TOO_LONG");
|
|
9578
9575
|
return;
|
|
9579
9576
|
}
|
|
9580
9577
|
if (n === !1)
|
|
9581
9578
|
return t;
|
|
9582
|
-
var r = t.search(
|
|
9579
|
+
var r = t.search(pf);
|
|
9583
9580
|
if (!(r < 0))
|
|
9584
|
-
return t.slice(r).replace(
|
|
9581
|
+
return t.slice(r).replace(gf, "");
|
|
9585
9582
|
}
|
|
9586
9583
|
}
|
|
9587
|
-
function
|
|
9584
|
+
function yf(t, n, e) {
|
|
9588
9585
|
if (t && t.indexOf("tel:") === 0)
|
|
9589
|
-
return
|
|
9590
|
-
var r =
|
|
9586
|
+
return Pc(t);
|
|
9587
|
+
var r = vf(t, e, n);
|
|
9591
9588
|
if (!r)
|
|
9592
9589
|
return {};
|
|
9593
|
-
if (!
|
|
9594
|
-
return
|
|
9590
|
+
if (!Jo(r))
|
|
9591
|
+
return vc(r) ? {
|
|
9595
9592
|
error: "TOO_SHORT"
|
|
9596
9593
|
} : {};
|
|
9597
|
-
var o =
|
|
9594
|
+
var o = yc(r);
|
|
9598
9595
|
return o.ext ? o : {
|
|
9599
9596
|
number: r
|
|
9600
9597
|
};
|
|
9601
9598
|
}
|
|
9602
|
-
function
|
|
9599
|
+
function bf(t, n, e) {
|
|
9603
9600
|
var r = {
|
|
9604
9601
|
country: t,
|
|
9605
9602
|
phone: n
|
|
9606
9603
|
};
|
|
9607
9604
|
return e && (r.ext = e), r;
|
|
9608
9605
|
}
|
|
9609
|
-
function
|
|
9610
|
-
var o =
|
|
9606
|
+
function _f(t, n, e, r) {
|
|
9607
|
+
var o = sf(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9611
9608
|
if (i)
|
|
9612
9609
|
r.selectNumberingPlan(i);
|
|
9613
9610
|
else if (s && (n || e))
|
|
@@ -9618,7 +9615,7 @@ function wf(t, n, e, r) {
|
|
|
9618
9615
|
return {
|
|
9619
9616
|
countryCallingCode: i
|
|
9620
9617
|
};
|
|
9621
|
-
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d =
|
|
9618
|
+
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = cf(i, f, r);
|
|
9622
9619
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9623
9620
|
country: l,
|
|
9624
9621
|
countryCallingCode: i,
|
|
@@ -9640,18 +9637,18 @@ function vo(t) {
|
|
|
9640
9637
|
for (var n = 1; n < arguments.length; n++) {
|
|
9641
9638
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9642
9639
|
n % 2 ? mo(Object(e), !0).forEach(function(r) {
|
|
9643
|
-
|
|
9640
|
+
$f(t, r, e[r]);
|
|
9644
9641
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
|
|
9645
9642
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9646
9643
|
});
|
|
9647
9644
|
}
|
|
9648
9645
|
return t;
|
|
9649
9646
|
}
|
|
9650
|
-
function
|
|
9647
|
+
function $f(t, n, e) {
|
|
9651
9648
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9652
9649
|
}
|
|
9653
|
-
function
|
|
9654
|
-
return
|
|
9650
|
+
function wf(t, n, e) {
|
|
9651
|
+
return mf(t, vo(vo({}, n), {}, {
|
|
9655
9652
|
v2: !0
|
|
9656
9653
|
}), e);
|
|
9657
9654
|
}
|
|
@@ -9672,28 +9669,28 @@ function yo(t, n) {
|
|
|
9672
9669
|
}
|
|
9673
9670
|
return e;
|
|
9674
9671
|
}
|
|
9675
|
-
function
|
|
9672
|
+
function Of(t) {
|
|
9676
9673
|
for (var n = 1; n < arguments.length; n++) {
|
|
9677
9674
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9678
9675
|
n % 2 ? yo(Object(e), !0).forEach(function(r) {
|
|
9679
|
-
|
|
9676
|
+
kf(t, r, e[r]);
|
|
9680
9677
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
|
|
9681
9678
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9682
9679
|
});
|
|
9683
9680
|
}
|
|
9684
9681
|
return t;
|
|
9685
9682
|
}
|
|
9686
|
-
function
|
|
9683
|
+
function kf(t, n, e) {
|
|
9687
9684
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9688
9685
|
}
|
|
9689
|
-
function
|
|
9690
|
-
return
|
|
9686
|
+
function Cf(t, n) {
|
|
9687
|
+
return xf(t) || Sf(t, n) || Tf(t, n) || Ef();
|
|
9691
9688
|
}
|
|
9692
|
-
function
|
|
9689
|
+
function Ef() {
|
|
9693
9690
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9694
9691
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9695
9692
|
}
|
|
9696
|
-
function
|
|
9693
|
+
function Tf(t, n) {
|
|
9697
9694
|
if (t) {
|
|
9698
9695
|
if (typeof t == "string")
|
|
9699
9696
|
return bo(t, n);
|
|
@@ -9710,7 +9707,7 @@ function bo(t, n) {
|
|
|
9710
9707
|
r[e] = t[e];
|
|
9711
9708
|
return r;
|
|
9712
9709
|
}
|
|
9713
|
-
function
|
|
9710
|
+
function Sf(t, n) {
|
|
9714
9711
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9715
9712
|
if (e != null) {
|
|
9716
9713
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -9730,21 +9727,21 @@ function Af(t, n) {
|
|
|
9730
9727
|
return r;
|
|
9731
9728
|
}
|
|
9732
9729
|
}
|
|
9733
|
-
function
|
|
9730
|
+
function xf(t) {
|
|
9734
9731
|
if (Array.isArray(t))
|
|
9735
9732
|
return t;
|
|
9736
9733
|
}
|
|
9737
|
-
function
|
|
9738
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9734
|
+
function Af(t) {
|
|
9735
|
+
var n = Array.prototype.slice.call(t), e = Cf(n, 4), r = e[0], o = e[1], i = e[2], s = e[3], l, c, f;
|
|
9739
9736
|
if (typeof r == "string")
|
|
9740
9737
|
l = r;
|
|
9741
9738
|
else
|
|
9742
9739
|
throw new TypeError("A text for parsing must be a string.");
|
|
9743
9740
|
if (!o || typeof o == "string")
|
|
9744
|
-
s ? (c = i, f = s) : (c = void 0, f = i), o && (c =
|
|
9741
|
+
s ? (c = i, f = s) : (c = void 0, f = i), o && (c = Of({
|
|
9745
9742
|
defaultCountry: o
|
|
9746
9743
|
}, c));
|
|
9747
|
-
else if (
|
|
9744
|
+
else if (Nf(o))
|
|
9748
9745
|
i ? (c = o, f = i) : f = o;
|
|
9749
9746
|
else
|
|
9750
9747
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9754,7 +9751,7 @@ function If(t) {
|
|
|
9754
9751
|
metadata: f
|
|
9755
9752
|
};
|
|
9756
9753
|
}
|
|
9757
|
-
var
|
|
9754
|
+
var Nf = function(t) {
|
|
9758
9755
|
return br(t) === "object";
|
|
9759
9756
|
};
|
|
9760
9757
|
function _o(t, n) {
|
|
@@ -9771,35 +9768,35 @@ function $o(t) {
|
|
|
9771
9768
|
for (var n = 1; n < arguments.length; n++) {
|
|
9772
9769
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9773
9770
|
n % 2 ? _o(Object(e), !0).forEach(function(r) {
|
|
9774
|
-
|
|
9771
|
+
If(t, r, e[r]);
|
|
9775
9772
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
|
|
9776
9773
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9777
9774
|
});
|
|
9778
9775
|
}
|
|
9779
9776
|
return t;
|
|
9780
9777
|
}
|
|
9781
|
-
function
|
|
9778
|
+
function If(t, n, e) {
|
|
9782
9779
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9783
9780
|
}
|
|
9784
|
-
function
|
|
9785
|
-
n && n.defaultCountry && !
|
|
9781
|
+
function Pf(t, n, e) {
|
|
9782
|
+
n && n.defaultCountry && !dc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
|
|
9786
9783
|
defaultCountry: void 0
|
|
9787
9784
|
}));
|
|
9788
9785
|
try {
|
|
9789
|
-
return
|
|
9786
|
+
return wf(t, n, e);
|
|
9790
9787
|
} catch (r) {
|
|
9791
9788
|
if (!(r instanceof Xt))
|
|
9792
9789
|
throw r;
|
|
9793
9790
|
}
|
|
9794
9791
|
}
|
|
9795
|
-
function
|
|
9796
|
-
var t =
|
|
9797
|
-
return
|
|
9792
|
+
function Mf() {
|
|
9793
|
+
var t = Af(arguments), n = t.text, e = t.options, r = t.metadata;
|
|
9794
|
+
return Pf(n, e, r);
|
|
9798
9795
|
}
|
|
9799
9796
|
function cr() {
|
|
9800
|
-
return
|
|
9797
|
+
return Fd(Mf, arguments);
|
|
9801
9798
|
}
|
|
9802
|
-
const
|
|
9799
|
+
const Df = {
|
|
9803
9800
|
beforeMount(t, n, e) {
|
|
9804
9801
|
if (typeof n.value != "function") {
|
|
9805
9802
|
const r = e.context.name;
|
|
@@ -9813,7 +9810,7 @@ const Rf = {
|
|
|
9813
9810
|
unmounted(t) {
|
|
9814
9811
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9815
9812
|
}
|
|
9816
|
-
},
|
|
9813
|
+
}, Lf = (t, n) => {
|
|
9817
9814
|
const e = t.__vccOpts || t;
|
|
9818
9815
|
for (const [r, o] of n)
|
|
9819
9816
|
e[r] = o;
|
|
@@ -9823,10 +9820,10 @@ function vt(t) {
|
|
|
9823
9820
|
const n = Yr.options[t];
|
|
9824
9821
|
return typeof n > "u" ? Yr.options[t] : n;
|
|
9825
9822
|
}
|
|
9826
|
-
const
|
|
9823
|
+
const Rf = {
|
|
9827
9824
|
name: "VueTelInput",
|
|
9828
9825
|
directives: {
|
|
9829
|
-
clickOutside:
|
|
9826
|
+
clickOutside: Df
|
|
9830
9827
|
},
|
|
9831
9828
|
props: {
|
|
9832
9829
|
modelValue: {
|
|
@@ -10012,7 +10009,7 @@ const jf = {
|
|
|
10012
10009
|
}
|
|
10013
10010
|
}
|
|
10014
10011
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
10015
|
-
this.autoDefaultCountry ?
|
|
10012
|
+
this.autoDefaultCountry ? Ld().then((r) => {
|
|
10016
10013
|
this.choose(r || this.activeCountryCode);
|
|
10017
10014
|
}).catch((r) => {
|
|
10018
10015
|
console.warn(r), this.choose(e);
|
|
@@ -10087,7 +10084,7 @@ const jf = {
|
|
|
10087
10084
|
this.$emit("blur");
|
|
10088
10085
|
},
|
|
10089
10086
|
onFocus() {
|
|
10090
|
-
|
|
10087
|
+
Rd(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
10091
10088
|
},
|
|
10092
10089
|
onEnter() {
|
|
10093
10090
|
this.$emit("enter");
|
|
@@ -10134,11 +10131,11 @@ const jf = {
|
|
|
10134
10131
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
10135
10132
|
}
|
|
10136
10133
|
}
|
|
10137
|
-
},
|
|
10134
|
+
}, Bf = ["aria-expanded", "tabindex"], jf = { class: "vti__selection" }, qf = {
|
|
10138
10135
|
key: 1,
|
|
10139
10136
|
class: "vti__country-code"
|
|
10140
|
-
},
|
|
10141
|
-
function
|
|
10137
|
+
}, Ff = { class: "vti__dropdown-arrow" }, Hf = ["placeholder"], Vf = ["onClick", "onMousemove", "aria-selected"], Uf = { key: 1 }, zf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
10138
|
+
function Kf(t, n, e, r, o, i) {
|
|
10142
10139
|
const s = cn("click-outside");
|
|
10143
10140
|
return G(), ne("div", {
|
|
10144
10141
|
class: me(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -10158,14 +10155,14 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10158
10155
|
],
|
|
10159
10156
|
onClick: n[3] || (n[3] = (...l) => i.toggleDropdown && i.toggleDropdown(...l))
|
|
10160
10157
|
}, [
|
|
10161
|
-
ae("span",
|
|
10158
|
+
ae("span", jf, [
|
|
10162
10159
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10163
10160
|
key: 0,
|
|
10164
10161
|
class: me(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10165
10162
|
}, null, 2)) : he("", !0),
|
|
10166
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
10163
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", qf, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
|
|
10167
10164
|
Se(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10168
|
-
ae("span",
|
|
10165
|
+
ae("span", Ff, $e(o.open ? "▲" : "▼"), 1)
|
|
10169
10166
|
])
|
|
10170
10167
|
]),
|
|
10171
10168
|
o.open ? (G(), ne("ul", {
|
|
@@ -10183,8 +10180,8 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10183
10180
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10184
10181
|
onClick: n[1] || (n[1] = it(() => {
|
|
10185
10182
|
}, ["stop"]))
|
|
10186
|
-
}, null, 8,
|
|
10187
|
-
[
|
|
10183
|
+
}, null, 8, Hf)), [
|
|
10184
|
+
[Ao, o.searchQuery]
|
|
10188
10185
|
]) : he("", !0),
|
|
10189
10186
|
(G(!0), ne(rt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10190
10187
|
role: "option",
|
|
@@ -10200,10 +10197,10 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10200
10197
|
class: me(["vti__flag", l.iso2.toLowerCase()])
|
|
10201
10198
|
}, null, 2)) : he("", !0),
|
|
10202
10199
|
ae("strong", null, $e(l.name), 1),
|
|
10203
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
10204
|
-
], 42,
|
|
10200
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Uf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
10201
|
+
], 42, Vf))), 128))
|
|
10205
10202
|
], 2)) : he("", !0)
|
|
10206
|
-
], 42,
|
|
10203
|
+
], 42, Bf)), [
|
|
10207
10204
|
[s, i.clickedOutside]
|
|
10208
10205
|
]),
|
|
10209
10206
|
Me(ae("input", {
|
|
@@ -10230,14 +10227,14 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10230
10227
|
n[11] || (n[11] = _t((...l) => i.onEnter && i.onEnter(...l), ["enter"])),
|
|
10231
10228
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10232
10229
|
]
|
|
10233
|
-
}, null, 42,
|
|
10234
|
-
[
|
|
10230
|
+
}, null, 42, zf), [
|
|
10231
|
+
[xo, o.phone]
|
|
10235
10232
|
]),
|
|
10236
10233
|
Se(t.$slots, "icon-right")
|
|
10237
10234
|
], 2);
|
|
10238
10235
|
}
|
|
10239
|
-
const
|
|
10240
|
-
const
|
|
10236
|
+
const Gf = /* @__PURE__ */ Lf(Rf, [["render", Kf]]);
|
|
10237
|
+
const Yf = {
|
|
10241
10238
|
directives: { Outside: kr },
|
|
10242
10239
|
props: {
|
|
10243
10240
|
inputName: {
|
|
@@ -10266,7 +10263,7 @@ const Zf = {
|
|
|
10266
10263
|
}
|
|
10267
10264
|
},
|
|
10268
10265
|
components: {
|
|
10269
|
-
VueTelInput:
|
|
10266
|
+
VueTelInput: Gf,
|
|
10270
10267
|
IbAlert: fn,
|
|
10271
10268
|
IbIcon: Xe
|
|
10272
10269
|
},
|
|
@@ -10292,7 +10289,7 @@ const Zf = {
|
|
|
10292
10289
|
}
|
|
10293
10290
|
}
|
|
10294
10291
|
};
|
|
10295
|
-
function
|
|
10292
|
+
function Wf(t, n, e, r, o, i) {
|
|
10296
10293
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = cn("outside");
|
|
10297
10294
|
return G(), ne(rt, null, [
|
|
10298
10295
|
e.errorMessage.length ? (G(), ke(s, {
|
|
@@ -10327,8 +10324,8 @@ function Jf(t, n, e, r, o, i) {
|
|
|
10327
10324
|
])
|
|
10328
10325
|
], 64);
|
|
10329
10326
|
}
|
|
10330
|
-
const
|
|
10331
|
-
var
|
|
10327
|
+
const y1 = /* @__PURE__ */ Ae(Yf, [["render", Wf]]);
|
|
10328
|
+
var ta = { exports: {} };
|
|
10332
10329
|
/*!
|
|
10333
10330
|
* Quill Editor v1.3.7
|
|
10334
10331
|
* https://quilljs.com/
|
|
@@ -17719,15 +17716,15 @@ var ia = { exports: {} };
|
|
|
17719
17716
|
]).default
|
|
17720
17717
|
);
|
|
17721
17718
|
});
|
|
17722
|
-
})(
|
|
17723
|
-
var
|
|
17724
|
-
const qt = /* @__PURE__ */ Ei(
|
|
17719
|
+
})(ta);
|
|
17720
|
+
var Zf = ta.exports;
|
|
17721
|
+
const qt = /* @__PURE__ */ Ei(Zf);
|
|
17725
17722
|
var jt = -1, xt = 1, $t = 0;
|
|
17726
17723
|
function Gn(t, n, e, r) {
|
|
17727
17724
|
if (t === n)
|
|
17728
17725
|
return t ? [[$t, t]] : [];
|
|
17729
17726
|
if (e != null) {
|
|
17730
|
-
var o =
|
|
17727
|
+
var o = th(t, n, e);
|
|
17731
17728
|
if (o)
|
|
17732
17729
|
return o;
|
|
17733
17730
|
}
|
|
@@ -17735,10 +17732,10 @@ function Gn(t, n, e, r) {
|
|
|
17735
17732
|
t = t.substring(i), n = n.substring(i), i = Dr(t, n);
|
|
17736
17733
|
var l = t.substring(t.length - i);
|
|
17737
17734
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17738
|
-
var c =
|
|
17739
|
-
return s && c.unshift([$t, s]), l && c.push([$t, l]),
|
|
17735
|
+
var c = Jf(t, n);
|
|
17736
|
+
return s && c.unshift([$t, s]), l && c.push([$t, l]), na(c, r), c;
|
|
17740
17737
|
}
|
|
17741
|
-
function
|
|
17738
|
+
function Jf(t, n) {
|
|
17742
17739
|
var e;
|
|
17743
17740
|
if (!t)
|
|
17744
17741
|
return [[xt, n]];
|
|
@@ -17753,14 +17750,14 @@ function Qf(t, n) {
|
|
|
17753
17750
|
], t.length > n.length && (e[0][0] = e[2][0] = jt), e;
|
|
17754
17751
|
if (o.length === 1)
|
|
17755
17752
|
return [[jt, t], [xt, n]];
|
|
17756
|
-
var s =
|
|
17753
|
+
var s = Qf(t, n);
|
|
17757
17754
|
if (s) {
|
|
17758
17755
|
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Gn(l, f), u = Gn(c, h);
|
|
17759
17756
|
return a.concat([[$t, d]], u);
|
|
17760
17757
|
}
|
|
17761
|
-
return
|
|
17758
|
+
return Xf(t, n);
|
|
17762
17759
|
}
|
|
17763
|
-
function
|
|
17760
|
+
function Xf(t, n) {
|
|
17764
17761
|
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++)
|
|
17765
17762
|
l[f] = -1, c[f] = -1;
|
|
17766
17763
|
l[i + 1] = 0, c[i + 1] = 0;
|
|
@@ -17813,16 +17810,16 @@ function Mr(t, n) {
|
|
|
17813
17810
|
return 0;
|
|
17814
17811
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17815
17812
|
t.substring(i, o) == n.substring(i, o) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17816
|
-
return
|
|
17813
|
+
return ia(t.charCodeAt(o - 1)) && o--, o;
|
|
17817
17814
|
}
|
|
17818
17815
|
function Dr(t, n) {
|
|
17819
17816
|
if (!t || !n || t.slice(-1) !== n.slice(-1))
|
|
17820
17817
|
return 0;
|
|
17821
17818
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17822
17819
|
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);
|
|
17823
|
-
return
|
|
17820
|
+
return ra(t.charCodeAt(t.length - o)) && o--, o;
|
|
17824
17821
|
}
|
|
17825
|
-
function
|
|
17822
|
+
function Qf(t, n) {
|
|
17826
17823
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
17827
17824
|
if (e.length < 4 || r.length * 2 < e.length)
|
|
17828
17825
|
return null;
|
|
@@ -17857,7 +17854,7 @@ function th(t, n) {
|
|
|
17857
17854
|
var a = l[4];
|
|
17858
17855
|
return [c, f, h, d, a];
|
|
17859
17856
|
}
|
|
17860
|
-
function
|
|
17857
|
+
function na(t, n) {
|
|
17861
17858
|
t.push([$t, ""]);
|
|
17862
17859
|
for (var e = 0, r = 0, o = 0, i = "", s = "", l; e < t.length; ) {
|
|
17863
17860
|
if (e < t.length - 1 && !t[e][1]) {
|
|
@@ -17874,7 +17871,7 @@ function ra(t, n) {
|
|
|
17874
17871
|
case $t:
|
|
17875
17872
|
var c = e - o - r - 1;
|
|
17876
17873
|
if (n) {
|
|
17877
|
-
if (c >= 0 &&
|
|
17874
|
+
if (c >= 0 && aa(t[c][1])) {
|
|
17878
17875
|
var f = t[c][1].slice(-1);
|
|
17879
17876
|
if (t[c][1] = t[c][1].slice(0, -1), i = f + i, s = f + s, !t[c][1]) {
|
|
17880
17877
|
t.splice(c, 1), e--;
|
|
@@ -17882,7 +17879,7 @@ function ra(t, n) {
|
|
|
17882
17879
|
t[h] && t[h][0] === xt && (o++, s = t[h][1] + s, h--), t[h] && t[h][0] === jt && (r++, i = t[h][1] + i, h--), c = h;
|
|
17883
17880
|
}
|
|
17884
17881
|
}
|
|
17885
|
-
if (
|
|
17882
|
+
if (oa(t[e][1])) {
|
|
17886
17883
|
var f = t[e][1].charAt(0);
|
|
17887
17884
|
t[e][1] = t[e][1].slice(1), i += f, s += f;
|
|
17888
17885
|
}
|
|
@@ -17904,34 +17901,34 @@ function ra(t, n) {
|
|
|
17904
17901
|
var a = !1;
|
|
17905
17902
|
for (e = 1; e < t.length - 1; )
|
|
17906
17903
|
t[e - 1][0] === $t && t[e + 1][0] === $t && (t[e][1].substring(t[e][1].length - t[e - 1][1].length) === t[e - 1][1] ? (t[e][1] = t[e - 1][1] + t[e][1].substring(0, t[e][1].length - t[e - 1][1].length), t[e + 1][1] = t[e - 1][1] + t[e + 1][1], t.splice(e - 1, 1), a = !0) : t[e][1].substring(0, t[e + 1][1].length) == t[e + 1][1] && (t[e - 1][1] += t[e + 1][1], t[e][1] = t[e][1].substring(t[e + 1][1].length) + t[e + 1][1], t.splice(e + 1, 1), a = !0)), e++;
|
|
17907
|
-
a &&
|
|
17904
|
+
a && na(t, n);
|
|
17908
17905
|
}
|
|
17909
|
-
function
|
|
17906
|
+
function ia(t) {
|
|
17910
17907
|
return t >= 55296 && t <= 56319;
|
|
17911
17908
|
}
|
|
17912
|
-
function
|
|
17909
|
+
function ra(t) {
|
|
17913
17910
|
return t >= 56320 && t <= 57343;
|
|
17914
17911
|
}
|
|
17915
|
-
function
|
|
17916
|
-
return
|
|
17912
|
+
function oa(t) {
|
|
17913
|
+
return ra(t.charCodeAt(0));
|
|
17917
17914
|
}
|
|
17918
|
-
function
|
|
17919
|
-
return
|
|
17915
|
+
function aa(t) {
|
|
17916
|
+
return ia(t.charCodeAt(t.length - 1));
|
|
17920
17917
|
}
|
|
17921
|
-
function
|
|
17918
|
+
function eh(t) {
|
|
17922
17919
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17923
17920
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17924
17921
|
return n;
|
|
17925
17922
|
}
|
|
17926
17923
|
function fr(t, n, e, r) {
|
|
17927
|
-
return
|
|
17924
|
+
return aa(t) || oa(r) ? null : eh([
|
|
17928
17925
|
[$t, t],
|
|
17929
17926
|
[jt, n],
|
|
17930
17927
|
[xt, e],
|
|
17931
17928
|
[$t, r]
|
|
17932
17929
|
]);
|
|
17933
17930
|
}
|
|
17934
|
-
function
|
|
17931
|
+
function th(t, n, e) {
|
|
17935
17932
|
var r = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, i = t.length, s = n.length;
|
|
17936
17933
|
if (r.length === 0 && (o === null || o.length === 0)) {
|
|
17937
17934
|
var l = r.index, c = t.slice(0, l), f = t.slice(l), h = o ? o.index : null;
|
|
@@ -17980,7 +17977,7 @@ function xi(t, n, e) {
|
|
|
17980
17977
|
xi.INSERT = xt;
|
|
17981
17978
|
xi.DELETE = jt;
|
|
17982
17979
|
xi.EQUAL = $t;
|
|
17983
|
-
var
|
|
17980
|
+
var nh = xi, _i = { exports: {} };
|
|
17984
17981
|
_i.exports;
|
|
17985
17982
|
(function(t, n) {
|
|
17986
17983
|
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 = {};
|
|
@@ -18426,7 +18423,7 @@ _i.exports;
|
|
|
18426
18423
|
}
|
|
18427
18424
|
t.exports = ei;
|
|
18428
18425
|
})(_i, _i.exports);
|
|
18429
|
-
var
|
|
18426
|
+
var la = _i.exports, $i = { exports: {} };
|
|
18430
18427
|
$i.exports;
|
|
18431
18428
|
(function(t, n) {
|
|
18432
18429
|
var e = 200, r = "__lodash_hash_undefined__", o = 1, i = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", b = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", S = "[object Set]", E = "[object String]", T = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]", K = "[object Int16Array]", W = "[object Int32Array]", oe = "[object Uint8Array]", U = "[object Uint8ClampedArray]", R = "[object Uint16Array]", A = "[object Uint32Array]", B = /[\\^$.*+?()[\]{}|]/g, j = /^\[object .+?Constructor\]$/, Y = /^(?:0|[1-9]\d*)$/, H = {};
|
|
@@ -18904,15 +18901,15 @@ $i.exports;
|
|
|
18904
18901
|
}
|
|
18905
18902
|
t.exports = Ji;
|
|
18906
18903
|
})($i, $i.exports);
|
|
18907
|
-
var
|
|
18904
|
+
var sa = $i.exports, Lr = {}, ua = et && et.__importDefault || function(t) {
|
|
18908
18905
|
return t && t.__esModule ? t : { default: t };
|
|
18909
18906
|
};
|
|
18910
18907
|
Object.defineProperty(Lr, "__esModule", { value: !0 });
|
|
18911
|
-
var
|
|
18908
|
+
var ih = ua(la), rh = ua(sa), _r;
|
|
18912
18909
|
(function(t) {
|
|
18913
18910
|
function n(i, s, l) {
|
|
18914
18911
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18915
|
-
var c =
|
|
18912
|
+
var c = ih.default(s);
|
|
18916
18913
|
l || (c = Object.keys(c).reduce(function(h, d) {
|
|
18917
18914
|
return c[d] != null && (h[d] = c[d]), h;
|
|
18918
18915
|
}, {}));
|
|
@@ -18924,7 +18921,7 @@ var oh = ca(ua), ah = ca(da), _r;
|
|
|
18924
18921
|
function e(i, s) {
|
|
18925
18922
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18926
18923
|
var l = Object.keys(i).concat(Object.keys(s)).reduce(function(c, f) {
|
|
18927
|
-
return
|
|
18924
|
+
return rh.default(i[f], s[f]) || (c[f] = s[f] === void 0 ? null : s[f]), c;
|
|
18928
18925
|
}, {});
|
|
18929
18926
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
18930
18927
|
}
|
|
@@ -18955,7 +18952,7 @@ var oh = ca(ua), ah = ca(da), _r;
|
|
|
18955
18952
|
})(_r || (_r = {}));
|
|
18956
18953
|
Lr.default = _r;
|
|
18957
18954
|
var ci = {}, fi = {}, Oo;
|
|
18958
|
-
function
|
|
18955
|
+
function oh() {
|
|
18959
18956
|
if (Oo)
|
|
18960
18957
|
return fi;
|
|
18961
18958
|
Oo = 1;
|
|
@@ -18963,7 +18960,7 @@ function lh() {
|
|
|
18963
18960
|
return r && r.__esModule ? r : { default: r };
|
|
18964
18961
|
};
|
|
18965
18962
|
Object.defineProperty(fi, "__esModule", { value: !0 });
|
|
18966
|
-
var n = t(
|
|
18963
|
+
var n = t(da()), e = (
|
|
18967
18964
|
/** @class */
|
|
18968
18965
|
function() {
|
|
18969
18966
|
function r(o) {
|
|
@@ -19002,7 +18999,7 @@ function lh() {
|
|
|
19002
18999
|
return fi.default = e, fi;
|
|
19003
19000
|
}
|
|
19004
19001
|
var ko;
|
|
19005
|
-
function
|
|
19002
|
+
function da() {
|
|
19006
19003
|
if (ko)
|
|
19007
19004
|
return ci;
|
|
19008
19005
|
ko = 1;
|
|
@@ -19010,7 +19007,7 @@ function fa() {
|
|
|
19010
19007
|
return r && r.__esModule ? r : { default: r };
|
|
19011
19008
|
};
|
|
19012
19009
|
Object.defineProperty(ci, "__esModule", { value: !0 });
|
|
19013
|
-
var n = t(
|
|
19010
|
+
var n = t(oh()), e;
|
|
19014
19011
|
return function(r) {
|
|
19015
19012
|
function o(s) {
|
|
19016
19013
|
return new n.default(s);
|
|
@@ -19024,7 +19021,7 @@ function fa() {
|
|
|
19024
19021
|
}
|
|
19025
19022
|
var Wn = et && et.__importDefault || function(t) {
|
|
19026
19023
|
return t && t.__esModule ? t : { default: t };
|
|
19027
|
-
}, hi = Wn(
|
|
19024
|
+
}, hi = Wn(nh), ah = Wn(la), hr = Wn(sa), jn = Wn(Lr), lt = Wn(da()), lh = String.fromCharCode(0), sh = (
|
|
19028
19025
|
/** @class */
|
|
19029
19026
|
function() {
|
|
19030
19027
|
function t(n) {
|
|
@@ -19042,7 +19039,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19042
19039
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (r.attributes = e), this.push(r);
|
|
19043
19040
|
}, t.prototype.push = function(n) {
|
|
19044
19041
|
var e = this.ops.length, r = this.ops[e - 1];
|
|
19045
|
-
if (n =
|
|
19042
|
+
if (n = ah.default(n), typeof r == "object") {
|
|
19046
19043
|
if (typeof n.delete == "number" && typeof r.delete == "number")
|
|
19047
19044
|
return this.ops[e - 1] = { delete: r.delete + n.delete }, this;
|
|
19048
19045
|
if (typeof r.delete == "number" && n.insert != null && (e -= 1, r = this.ops[e - 1], typeof r != "object"))
|
|
@@ -19122,7 +19119,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19122
19119
|
var r = [this, n].map(function(c) {
|
|
19123
19120
|
return c.map(function(f) {
|
|
19124
19121
|
if (f.insert != null)
|
|
19125
|
-
return typeof f.insert == "string" ? f.insert :
|
|
19122
|
+
return typeof f.insert == "string" ? f.insert : lh;
|
|
19126
19123
|
var h = c === n ? "on" : "with";
|
|
19127
19124
|
throw new Error("diff() called " + h + " non-document");
|
|
19128
19125
|
}).join("");
|
|
@@ -19210,8 +19207,8 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19210
19207
|
return n;
|
|
19211
19208
|
}, t.Op = lt.default, t.AttributeMap = jn.default, t;
|
|
19212
19209
|
}()
|
|
19213
|
-
),
|
|
19214
|
-
const
|
|
19210
|
+
), uh = sh;
|
|
19211
|
+
const dh = /* @__PURE__ */ Ei(uh);
|
|
19215
19212
|
/*!
|
|
19216
19213
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
19217
19214
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19253,7 +19250,7 @@ const Co = {
|
|
|
19253
19250
|
["clean"]
|
|
19254
19251
|
// remove formatting button
|
|
19255
19252
|
]
|
|
19256
|
-
},
|
|
19253
|
+
}, ch = ha({
|
|
19257
19254
|
name: "QuillEditor",
|
|
19258
19255
|
inheritAttrs: !1,
|
|
19259
19256
|
props: {
|
|
@@ -19310,9 +19307,9 @@ const Co = {
|
|
|
19310
19307
|
"ready"
|
|
19311
19308
|
],
|
|
19312
19309
|
setup: (t, n) => {
|
|
19313
|
-
|
|
19310
|
+
pa(() => {
|
|
19314
19311
|
i();
|
|
19315
|
-
}),
|
|
19312
|
+
}), ga(() => {
|
|
19316
19313
|
e = null;
|
|
19317
19314
|
});
|
|
19318
19315
|
let e, r;
|
|
@@ -19392,7 +19389,7 @@ const Co = {
|
|
|
19392
19389
|
make sure to call this method when the editor ready
|
|
19393
19390
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19394
19391
|
}, m = (O, k) => t.contentType === "html" ? S() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19395
|
-
const x = O || (t.contentType === "delta" ? new
|
|
19392
|
+
const x = O || (t.contentType === "delta" ? new dh() : "");
|
|
19396
19393
|
t.contentType === "html" ? E(x) : t.contentType === "text" ? w(x, k) : e == null || e.setContents(x, k), f = l(x);
|
|
19397
19394
|
}, p = (O, k) => {
|
|
19398
19395
|
var x;
|
|
@@ -19442,13 +19439,13 @@ const Co = {
|
|
|
19442
19439
|
var t, n;
|
|
19443
19440
|
return [
|
|
19444
19441
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19445
|
-
|
|
19442
|
+
ma("div", { ref: "editor", ...this.$attrs })
|
|
19446
19443
|
];
|
|
19447
19444
|
}
|
|
19448
|
-
}),
|
|
19449
|
-
class Ai extends
|
|
19445
|
+
}), fh = qt.import("formats/list"), hh = qt.import("formats/list/item"), ph = qt.import("parchment");
|
|
19446
|
+
class Ai extends hh {
|
|
19450
19447
|
format(n, e) {
|
|
19451
|
-
n === hn.blotName && !e ? this.replaceWith(
|
|
19448
|
+
n === hn.blotName && !e ? this.replaceWith(ph.create(this.statics.scope)) : super.format(n, e);
|
|
19452
19449
|
}
|
|
19453
19450
|
clone() {
|
|
19454
19451
|
const n = super.clone();
|
|
@@ -19457,7 +19454,7 @@ class Ai extends gh {
|
|
|
19457
19454
|
}
|
|
19458
19455
|
Ai.blotName = "alphabet-list-item";
|
|
19459
19456
|
Ai.tagName = "LI";
|
|
19460
|
-
class hn extends
|
|
19457
|
+
class hn extends fh {
|
|
19461
19458
|
static create() {
|
|
19462
19459
|
const n = super.create("bullet");
|
|
19463
19460
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19471,36 +19468,36 @@ hn.tagName = "OL";
|
|
|
19471
19468
|
hn.className = "alphabet-list";
|
|
19472
19469
|
hn.defaultChild = "alphabet-list-item";
|
|
19473
19470
|
hn.allowedChildren = [Ai];
|
|
19474
|
-
const
|
|
19471
|
+
const gh = `
|
|
19475
19472
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19476
19473
|
<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"/>
|
|
19477
19474
|
</svg>
|
|
19478
|
-
`,
|
|
19475
|
+
`, mh = `
|
|
19479
19476
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19480
19477
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19481
19478
|
</svg>
|
|
19482
|
-
`,
|
|
19479
|
+
`, vh = `
|
|
19483
19480
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19484
19481
|
<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"/>
|
|
19485
19482
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19486
19483
|
</svg>
|
|
19487
|
-
`,
|
|
19484
|
+
`, yh = `
|
|
19488
19485
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19489
19486
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19490
19487
|
<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"/>
|
|
19491
19488
|
<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"/>
|
|
19492
19489
|
</svg>
|
|
19493
|
-
`,
|
|
19490
|
+
`, bh = `
|
|
19494
19491
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19495
19492
|
<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"/>
|
|
19496
19493
|
</svg>
|
|
19497
19494
|
|
|
19498
|
-
`,
|
|
19495
|
+
`, _h = `
|
|
19499
19496
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19500
19497
|
<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"/>
|
|
19501
19498
|
</svg>
|
|
19502
19499
|
|
|
19503
|
-
`,
|
|
19500
|
+
`, $h = `
|
|
19504
19501
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19505
19502
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19506
19503
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19508,14 +19505,14 @@ const vh = `
|
|
|
19508
19505
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19509
19506
|
</svg>
|
|
19510
19507
|
|
|
19511
|
-
`,
|
|
19508
|
+
`, wh = `
|
|
19512
19509
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19513
19510
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19514
19511
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19515
19512
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19516
19513
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19517
19514
|
</svg>
|
|
19518
|
-
`,
|
|
19515
|
+
`, Oh = `
|
|
19519
19516
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19520
19517
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19521
19518
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19523,14 +19520,14 @@ const vh = `
|
|
|
19523
19520
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19524
19521
|
</svg>
|
|
19525
19522
|
|
|
19526
|
-
`,
|
|
19523
|
+
`, kh = `
|
|
19527
19524
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19528
19525
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19529
19526
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19530
19527
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19531
19528
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19532
19529
|
</svg>
|
|
19533
|
-
`,
|
|
19530
|
+
`, Ch = `
|
|
19534
19531
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19535
19532
|
<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"/>
|
|
19536
19533
|
<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"/>
|
|
@@ -19539,7 +19536,7 @@ const vh = `
|
|
|
19539
19536
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19540
19537
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19541
19538
|
</svg>
|
|
19542
|
-
`,
|
|
19539
|
+
`, Eh = `
|
|
19543
19540
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19544
19541
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19545
19542
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19548,7 +19545,7 @@ const vh = `
|
|
|
19548
19545
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19549
19546
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19550
19547
|
</svg>
|
|
19551
|
-
`,
|
|
19548
|
+
`, Th = `
|
|
19552
19549
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19553
19550
|
<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"/>
|
|
19554
19551
|
<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"/>
|
|
@@ -19559,26 +19556,26 @@ const vh = `
|
|
|
19559
19556
|
</svg>
|
|
19560
19557
|
`;
|
|
19561
19558
|
const wt = qt.import("ui/icons");
|
|
19562
|
-
wt.bold =
|
|
19563
|
-
wt.italic =
|
|
19564
|
-
wt.underline =
|
|
19565
|
-
wt.strike =
|
|
19566
|
-
wt["code-block"] =
|
|
19567
|
-
wt.link =
|
|
19568
|
-
wt.align[""] =
|
|
19569
|
-
wt.align.center =
|
|
19570
|
-
wt.align.right =
|
|
19571
|
-
wt.align.justify =
|
|
19572
|
-
wt.list.ordered =
|
|
19573
|
-
wt.list.bullet =
|
|
19574
|
-
wt["alphabet-list"] =
|
|
19559
|
+
wt.bold = gh;
|
|
19560
|
+
wt.italic = mh;
|
|
19561
|
+
wt.underline = vh;
|
|
19562
|
+
wt.strike = yh;
|
|
19563
|
+
wt["code-block"] = _h;
|
|
19564
|
+
wt.link = bh;
|
|
19565
|
+
wt.align[""] = $h;
|
|
19566
|
+
wt.align.center = wh;
|
|
19567
|
+
wt.align.right = Oh;
|
|
19568
|
+
wt.align.justify = kh;
|
|
19569
|
+
wt.list.ordered = Ch;
|
|
19570
|
+
wt.list.bullet = Eh;
|
|
19571
|
+
wt["alphabet-list"] = Th;
|
|
19575
19572
|
qt.register({
|
|
19576
19573
|
"formats/alphabet-list": hn,
|
|
19577
19574
|
"formats/alphabet-list/item": Ai
|
|
19578
19575
|
});
|
|
19579
19576
|
qt.register(wt);
|
|
19580
19577
|
qt.debug("error");
|
|
19581
|
-
const
|
|
19578
|
+
const Sh = {
|
|
19582
19579
|
name: "IbTextEditor",
|
|
19583
19580
|
props: {
|
|
19584
19581
|
placeholder: {
|
|
@@ -19682,20 +19679,20 @@ const Ah = {
|
|
|
19682
19679
|
}
|
|
19683
19680
|
},
|
|
19684
19681
|
components: {
|
|
19685
|
-
QuillEditor:
|
|
19682
|
+
QuillEditor: ch,
|
|
19686
19683
|
IbIconButton: Nt,
|
|
19687
19684
|
IbAlert: fn,
|
|
19688
|
-
IbCharacterCount:
|
|
19685
|
+
IbCharacterCount: Vo
|
|
19689
19686
|
}
|
|
19690
|
-
},
|
|
19687
|
+
}, xh = {
|
|
19691
19688
|
id: "toolbar",
|
|
19692
19689
|
class: "toolbar",
|
|
19693
19690
|
ref: "toolbar"
|
|
19694
|
-
},
|
|
19691
|
+
}, Ah = /* @__PURE__ */ va('<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), Nh = { class: "toolbar-group" }, Ih = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19695
19692
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19696
19693
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19697
|
-
], -1),
|
|
19698
|
-
function
|
|
19694
|
+
], -1), Ph = { class: "toolbar-group" }, Mh = { class: "toolbar-group" }, Dh = { class: "toolbar-group" };
|
|
19695
|
+
function Lh(t, n, e, r, o, i) {
|
|
19699
19696
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19700
19697
|
return G(), ne("div", {
|
|
19701
19698
|
class: me(["textarea-wrapper", {
|
|
@@ -19747,9 +19744,9 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19747
19744
|
modules: e.modules
|
|
19748
19745
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19749
19746
|
], 4),
|
|
19750
|
-
ae("div",
|
|
19751
|
-
|
|
19752
|
-
ae("div",
|
|
19747
|
+
ae("div", xh, [
|
|
19748
|
+
Ah,
|
|
19749
|
+
ae("div", Nh, [
|
|
19753
19750
|
ve(f, {
|
|
19754
19751
|
class: "toolbar-item ql-bold",
|
|
19755
19752
|
kind: "ghost"
|
|
@@ -19767,8 +19764,8 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19767
19764
|
kind: "ghost"
|
|
19768
19765
|
})
|
|
19769
19766
|
]),
|
|
19770
|
-
|
|
19771
|
-
ae("div",
|
|
19767
|
+
Ih,
|
|
19768
|
+
ae("div", Ph, [
|
|
19772
19769
|
ve(f, {
|
|
19773
19770
|
class: "toolbar-item ql-code-block",
|
|
19774
19771
|
kind: "ghost"
|
|
@@ -19778,7 +19775,7 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19778
19775
|
kind: "ghost"
|
|
19779
19776
|
})
|
|
19780
19777
|
]),
|
|
19781
|
-
ae("div",
|
|
19778
|
+
ae("div", Mh, [
|
|
19782
19779
|
ve(f, {
|
|
19783
19780
|
class: "toolbar-item ql-align",
|
|
19784
19781
|
kind: "ghost"
|
|
@@ -19799,7 +19796,7 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19799
19796
|
kind: "ghost"
|
|
19800
19797
|
})
|
|
19801
19798
|
]),
|
|
19802
|
-
ae("div",
|
|
19799
|
+
ae("div", Dh, [
|
|
19803
19800
|
ve(f, {
|
|
19804
19801
|
class: "ql-list toolbar-item",
|
|
19805
19802
|
value: "ordered",
|
|
@@ -19819,18 +19816,18 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19819
19816
|
], 2)
|
|
19820
19817
|
], 2);
|
|
19821
19818
|
}
|
|
19822
|
-
const
|
|
19823
|
-
const
|
|
19819
|
+
const b1 = /* @__PURE__ */ Ae(Sh, [["render", Lh]]);
|
|
19820
|
+
const Rh = {
|
|
19824
19821
|
name: "IbTable",
|
|
19825
19822
|
computed: {
|
|
19826
19823
|
hasThead() {
|
|
19827
19824
|
return !!this.$slots.thead;
|
|
19828
19825
|
}
|
|
19829
19826
|
}
|
|
19830
|
-
},
|
|
19831
|
-
function
|
|
19832
|
-
return G(), ne("div",
|
|
19833
|
-
ae("table",
|
|
19827
|
+
}, Bh = { class: "ib-table-wrapper" }, jh = { class: "ib-table" };
|
|
19828
|
+
function qh(t, n, e, r, o, i) {
|
|
19829
|
+
return G(), ne("div", Bh, [
|
|
19830
|
+
ae("table", jh, [
|
|
19834
19831
|
i.hasThead ? Se(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19835
19832
|
ae("tbody", null, [
|
|
19836
19833
|
Se(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19838,17 +19835,17 @@ function Hh(t, n, e, r, o, i) {
|
|
|
19838
19835
|
])
|
|
19839
19836
|
]);
|
|
19840
19837
|
}
|
|
19841
|
-
const
|
|
19842
|
-
const
|
|
19838
|
+
const _1 = /* @__PURE__ */ Ae(Rh, [["render", qh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19839
|
+
const Fh = {
|
|
19843
19840
|
name: "IbRow"
|
|
19844
|
-
},
|
|
19845
|
-
function
|
|
19846
|
-
return G(), ne("tr",
|
|
19841
|
+
}, Hh = { class: "ib-tr" };
|
|
19842
|
+
function Vh(t, n, e, r, o, i) {
|
|
19843
|
+
return G(), ne("tr", Hh, [
|
|
19847
19844
|
Se(t.$slots, "default", { ref: "row" })
|
|
19848
19845
|
]);
|
|
19849
19846
|
}
|
|
19850
|
-
const
|
|
19851
|
-
const
|
|
19847
|
+
const $1 = /* @__PURE__ */ Ae(Fh, [["render", Vh]]);
|
|
19848
|
+
const Uh = {
|
|
19852
19849
|
name: "IbCell",
|
|
19853
19850
|
props: {
|
|
19854
19851
|
fixed: {
|
|
@@ -19870,19 +19867,19 @@ const Kh = {
|
|
|
19870
19867
|
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";
|
|
19871
19868
|
}
|
|
19872
19869
|
}
|
|
19873
|
-
},
|
|
19874
|
-
function
|
|
19870
|
+
}, zh = { class: "cell" };
|
|
19871
|
+
function Kh(t, n, e, r, o, i) {
|
|
19875
19872
|
return G(), ne("td", Tt({
|
|
19876
19873
|
onResize: n[0] || (n[0] = (...s) => i.freezeCol && i.freezeCol(...s)),
|
|
19877
19874
|
class: "ib-cell"
|
|
19878
19875
|
}, this.attr), [
|
|
19879
|
-
ae("div",
|
|
19876
|
+
ae("div", zh, [
|
|
19880
19877
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
19881
19878
|
])
|
|
19882
19879
|
], 16);
|
|
19883
19880
|
}
|
|
19884
|
-
const
|
|
19885
|
-
const
|
|
19881
|
+
const Gh = /* @__PURE__ */ Ae(Uh, [["render", Kh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19882
|
+
const Yh = {
|
|
19886
19883
|
name: "IbCheckboxCell",
|
|
19887
19884
|
props: {
|
|
19888
19885
|
isChecked: {
|
|
@@ -19895,11 +19892,11 @@ const Zh = {
|
|
|
19895
19892
|
}
|
|
19896
19893
|
},
|
|
19897
19894
|
components: {
|
|
19898
|
-
IbCell:
|
|
19899
|
-
IbCheckbox:
|
|
19895
|
+
IbCell: Gh,
|
|
19896
|
+
IbCheckbox: jo
|
|
19900
19897
|
}
|
|
19901
19898
|
};
|
|
19902
|
-
function
|
|
19899
|
+
function Wh(t, n, e, r, o, i) {
|
|
19903
19900
|
const s = fe("ib-checkbox"), l = fe("ib-cell");
|
|
19904
19901
|
return G(), ke(l, {
|
|
19905
19902
|
fixed: e.fixed,
|
|
@@ -19911,8 +19908,8 @@ function Jh(t, n, e, r, o, i) {
|
|
|
19911
19908
|
_: 1
|
|
19912
19909
|
}, 8, ["fixed"]);
|
|
19913
19910
|
}
|
|
19914
|
-
const
|
|
19915
|
-
if (
|
|
19911
|
+
const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]), Rr = new Ro(), Eo = (t, n) => {
|
|
19912
|
+
if (qo(t)) {
|
|
19916
19913
|
const e = {
|
|
19917
19914
|
title: n.value.title || "",
|
|
19918
19915
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
@@ -19921,7 +19918,7 @@ const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Rr = new jo(), Eo = (t, n)
|
|
|
19921
19918
|
}
|
|
19922
19919
|
}, To = () => {
|
|
19923
19920
|
Rr.destroyTooltip();
|
|
19924
|
-
},
|
|
19921
|
+
}, O1 = {
|
|
19925
19922
|
mounted(t, n) {
|
|
19926
19923
|
t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
|
|
19927
19924
|
},
|
|
@@ -19930,51 +19927,51 @@ const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Rr = new jo(), Eo = (t, n)
|
|
|
19930
19927
|
}
|
|
19931
19928
|
};
|
|
19932
19929
|
export {
|
|
19933
|
-
|
|
19930
|
+
Jh as IbAccordion,
|
|
19934
19931
|
fn as IbAlert,
|
|
19935
|
-
|
|
19936
|
-
|
|
19937
|
-
|
|
19938
|
-
|
|
19939
|
-
|
|
19940
|
-
|
|
19941
|
-
|
|
19942
|
-
|
|
19943
|
-
|
|
19944
|
-
|
|
19932
|
+
Xh as IbAvatar,
|
|
19933
|
+
Qh as IbBadge,
|
|
19934
|
+
s1 as IbBreadcrumbs,
|
|
19935
|
+
Ia as IbButton,
|
|
19936
|
+
e1 as IbButtonGroup,
|
|
19937
|
+
Gh as IbCell,
|
|
19938
|
+
jo as IbCheckbox,
|
|
19939
|
+
w1 as IbCheckboxCell,
|
|
19940
|
+
p1 as IbCheckboxGroup,
|
|
19941
|
+
v1 as IbDatePicker,
|
|
19945
19942
|
Cr as IbDropdown,
|
|
19946
|
-
|
|
19943
|
+
Do as IbDropdownItem,
|
|
19947
19944
|
Tr as IbDropdownList,
|
|
19948
|
-
|
|
19945
|
+
h1 as IbFormGroup,
|
|
19949
19946
|
Xe as IbIcon,
|
|
19950
19947
|
Nt as IbIconButton,
|
|
19951
|
-
|
|
19948
|
+
Bo as IbInput,
|
|
19952
19949
|
Ci as IbLabel,
|
|
19953
|
-
|
|
19954
|
-
|
|
19955
|
-
|
|
19956
|
-
|
|
19957
|
-
|
|
19958
|
-
|
|
19959
|
-
|
|
19960
|
-
|
|
19961
|
-
|
|
19962
|
-
|
|
19963
|
-
|
|
19964
|
-
|
|
19965
|
-
|
|
19966
|
-
|
|
19967
|
-
|
|
19968
|
-
|
|
19969
|
-
|
|
19970
|
-
|
|
19971
|
-
|
|
19972
|
-
|
|
19973
|
-
|
|
19974
|
-
|
|
19950
|
+
gu as IbLimitSelector,
|
|
19951
|
+
r1 as IbModal,
|
|
19952
|
+
u1 as IbPagination,
|
|
19953
|
+
f1 as IbPanel,
|
|
19954
|
+
y1 as IbPhoneInput,
|
|
19955
|
+
Da as IbPopover,
|
|
19956
|
+
d1 as IbProgressBar,
|
|
19957
|
+
g1 as IbRadio,
|
|
19958
|
+
$1 as IbRow,
|
|
19959
|
+
l1 as IbSorting,
|
|
19960
|
+
n1 as IbSplitButton,
|
|
19961
|
+
i1 as IbSplitButtonItem,
|
|
19962
|
+
c1 as IbStatusIndicator,
|
|
19963
|
+
a1 as IbTab,
|
|
19964
|
+
Jl as IbTabDropdown,
|
|
19965
|
+
_1 as IbTable,
|
|
19966
|
+
o1 as IbTabs,
|
|
19967
|
+
t1 as IbTagPill,
|
|
19968
|
+
b1 as IbTextEditor,
|
|
19969
|
+
m1 as IbTextarea,
|
|
19970
|
+
Ws as IbToggle,
|
|
19971
|
+
cl as IbToggleTip,
|
|
19975
19972
|
Yn as IbTooltip,
|
|
19976
|
-
|
|
19973
|
+
cu as IbTreeSelect,
|
|
19977
19974
|
kr as OutsideDirective,
|
|
19978
|
-
|
|
19975
|
+
O1 as TextOverflowTooltipDirective,
|
|
19979
19976
|
Sr as TooltipDirective
|
|
19980
19977
|
};
|