@avakhula/ui 0.0.319 → 0.0.321
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 +734 -726
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
- package/src/components/Form/Checkbox/Checkbox.vue +14 -3
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as et, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as So, Teleport as fa, createTextVNode as Ge, createApp as ha, vModelDynamic as xo, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as pa, onMounted as ga, onBeforeUnmount as ma, ref as Br, watch as er, nextTick as jr, h as va, createStaticVNode as ya } 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
|
+
}, ba = {
|
|
8
8
|
name: "IbIcon",
|
|
9
9
|
props: {
|
|
10
10
|
name: {
|
|
@@ -26,16 +26,16 @@ const Ae = (t, n) => {
|
|
|
26
26
|
(e = (n = this.$refs.icon) == null ? void 0 : n.shadowRoot) != null && e.querySelector("title") && (this.$refs.icon.shadowRoot.querySelector("title").innerHTML = "", clearInterval(t));
|
|
27
27
|
}, 1e3);
|
|
28
28
|
}
|
|
29
|
-
},
|
|
30
|
-
function
|
|
29
|
+
}, _a = ["name"];
|
|
30
|
+
function $a(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
32
|
style: wn(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
34
|
class: ve(e.classes + " ib-icon icon-" + e.name),
|
|
35
35
|
ref: "icon"
|
|
36
|
-
}, null, 14,
|
|
36
|
+
}, null, 14, _a);
|
|
37
37
|
}
|
|
38
|
-
const
|
|
38
|
+
const Xe = /* @__PURE__ */ Ae(ba, [["render", $a]]);
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
@@ -60,7 +60,7 @@ const No = {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const
|
|
63
|
+
const wa = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
65
|
mixins: [No],
|
|
66
66
|
props: {
|
|
@@ -86,10 +86,10 @@ const Oa = {
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
components: {
|
|
89
|
-
IbIcon:
|
|
89
|
+
IbIcon: Xe
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
function
|
|
91
|
+
}, Oa = ["id", "aria-controls", "aria-expanded"], ka = ["id", "aria-labelledby"], Ca = { class: "accordion-content-wrapper" };
|
|
92
|
+
function Ea(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
95
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
@@ -100,14 +100,14 @@ function Ta(t, n, e, r, o, i) {
|
|
|
100
100
|
"aria-controls": "accordion-section-" + o.uuid,
|
|
101
101
|
"aria-expanded": o.isActive,
|
|
102
102
|
type: "button",
|
|
103
|
-
onClick: n[0] || (n[0] =
|
|
103
|
+
onClick: n[0] || (n[0] = et((...l) => i.onClick && i.onClick(...l), ["prevent"]))
|
|
104
104
|
}, [
|
|
105
105
|
Ee(t.$slots, "title", {}, void 0, !0),
|
|
106
106
|
ge(s, {
|
|
107
107
|
class: "chevron-icon",
|
|
108
108
|
name: "chevron-down-outline"
|
|
109
109
|
})
|
|
110
|
-
], 8,
|
|
110
|
+
], 8, Oa),
|
|
111
111
|
ge(wi, {
|
|
112
112
|
name: "expand",
|
|
113
113
|
onEnter: t.enter,
|
|
@@ -121,10 +121,10 @@ function Ta(t, n, e, r, o, i) {
|
|
|
121
121
|
id: "accordion-section-" + o.uuid,
|
|
122
122
|
"aria-labelledby": "accordion" + o.uuid
|
|
123
123
|
}, [
|
|
124
|
-
ae("div",
|
|
124
|
+
ae("div", Ca, [
|
|
125
125
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
126
126
|
])
|
|
127
|
-
], 8,
|
|
127
|
+
], 8, ka), [
|
|
128
128
|
[Ke, o.isActive]
|
|
129
129
|
])
|
|
130
130
|
]),
|
|
@@ -132,7 +132,7 @@ function Ta(t, n, e, r, o, i) {
|
|
|
132
132
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
133
133
|
], 2);
|
|
134
134
|
}
|
|
135
|
-
const
|
|
135
|
+
const Xh = /* @__PURE__ */ Ae(wa, [["render", Ea], ["__scopeId", "data-v-8ece19c1"]]), sn = {
|
|
136
136
|
primary: "primary",
|
|
137
137
|
secondary: "secondary",
|
|
138
138
|
tertiary: "tertiary",
|
|
@@ -145,7 +145,7 @@ function ki(t, n = []) {
|
|
|
145
145
|
e.startsWith("on") && (n.length === 0 || n.includes(e)) && delete t[e];
|
|
146
146
|
return t;
|
|
147
147
|
}
|
|
148
|
-
const
|
|
148
|
+
const Ta = {
|
|
149
149
|
name: "IbButton",
|
|
150
150
|
props: {
|
|
151
151
|
kind: {
|
|
@@ -232,8 +232,8 @@ const Sa = {
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
inheritAttrs: !1
|
|
235
|
-
},
|
|
236
|
-
function
|
|
235
|
+
}, Sa = ["method", "action"], xa = ["value"], Aa = ["value"], Na = ["name", "value"];
|
|
236
|
+
function Ia(t, n, e, r, o, i) {
|
|
237
237
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt({
|
|
238
238
|
onClick: n[0] || (n[0] = (s) => i.onClick(s)),
|
|
239
239
|
onMouseenter: i.onMouseenter,
|
|
@@ -252,26 +252,26 @@ function Pa(t, n, e, r, o, i) {
|
|
|
252
252
|
type: "hidden",
|
|
253
253
|
name: "_method",
|
|
254
254
|
value: e.linkMethod
|
|
255
|
-
}, null, 8,
|
|
255
|
+
}, null, 8, xa),
|
|
256
256
|
ae("input", {
|
|
257
257
|
type: "hidden",
|
|
258
258
|
name: "_token",
|
|
259
259
|
value: i.token
|
|
260
|
-
}, null, 8,
|
|
260
|
+
}, null, 8, Aa),
|
|
261
261
|
(G(!0), ne(tt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
262
262
|
key: l,
|
|
263
263
|
type: "hidden",
|
|
264
264
|
name: s,
|
|
265
265
|
value: e.postOptions[s]
|
|
266
|
-
}, null, 8,
|
|
267
|
-
], 8,
|
|
266
|
+
}, null, 8, Na))), 128))
|
|
267
|
+
], 8, Sa)), [
|
|
268
268
|
[Ke, !1]
|
|
269
269
|
]) : he("", !0)
|
|
270
270
|
]),
|
|
271
271
|
_: 3
|
|
272
272
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
273
273
|
}
|
|
274
|
-
const
|
|
274
|
+
const Pa = /* @__PURE__ */ Ae(Ta, [["render", Ia]]), pr = {
|
|
275
275
|
topLeft: "top-left",
|
|
276
276
|
topCenter: "top-center",
|
|
277
277
|
topRight: "top-right",
|
|
@@ -285,7 +285,7 @@ const Ma = /* @__PURE__ */ Ae(Sa, [["render", Pa]]), pr = {
|
|
|
285
285
|
leftCenter: "left-center",
|
|
286
286
|
leftBottom: "left-bottom"
|
|
287
287
|
};
|
|
288
|
-
const
|
|
288
|
+
const Ma = {
|
|
289
289
|
name: "IbPopover",
|
|
290
290
|
props: {
|
|
291
291
|
position: {
|
|
@@ -326,7 +326,7 @@ const Da = {
|
|
|
326
326
|
!this.alwaysVisible && this.parentNode && (this.parentNode.removeEventListener("focus", this.showPopover, !0), this.parentNode.removeEventListener("blur", this.hidePopover, !0), this.parentNode.removeEventListener("mouseover", this.showPopover, !0), this.parentNode.removeEventListener("mouseleave", this.hidePopover, !0));
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
function
|
|
329
|
+
function Da(t, n, e, r, o, i) {
|
|
330
330
|
return G(), ke(wi, null, {
|
|
331
331
|
default: ye(() => [
|
|
332
332
|
De(ae("div", {
|
|
@@ -340,8 +340,8 @@ function La(t, n, e, r, o, i) {
|
|
|
340
340
|
_: 3
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
|
-
const
|
|
344
|
-
const
|
|
343
|
+
const La = /* @__PURE__ */ Ae(Ma, [["render", Da], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
344
|
+
const Ra = {
|
|
345
345
|
name: "IbTooltip",
|
|
346
346
|
props: {
|
|
347
347
|
position: {
|
|
@@ -364,9 +364,9 @@ const Ba = {
|
|
|
364
364
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
|
-
components: { IbPopover:
|
|
368
|
-
},
|
|
369
|
-
function
|
|
367
|
+
components: { IbPopover: La }
|
|
368
|
+
}, Ba = { key: 0 };
|
|
369
|
+
function ja(t, n, e, r, o, i) {
|
|
370
370
|
const s = fe("ib-popover");
|
|
371
371
|
return G(), ke(s, {
|
|
372
372
|
position: e.position,
|
|
@@ -374,13 +374,13 @@ function qa(t, n, e, r, o, i) {
|
|
|
374
374
|
class: ve(i.classList)
|
|
375
375
|
}, {
|
|
376
376
|
default: ye(() => [
|
|
377
|
-
e.title ? (G(), ne("b",
|
|
377
|
+
e.title ? (G(), ne("b", Ba, $e(e.title), 1)) : he("", !0),
|
|
378
378
|
ae("p", null, $e(e.text), 1)
|
|
379
379
|
]),
|
|
380
380
|
_: 1
|
|
381
381
|
}, 8, ["position", "always-visible", "class"]);
|
|
382
382
|
}
|
|
383
|
-
const kn = /* @__PURE__ */ Ae(
|
|
383
|
+
const kn = /* @__PURE__ */ Ae(Ra, [["render", ja], ["__scopeId", "data-v-796ac7bb"]]), qr = {
|
|
384
384
|
[sn.primary]: sn.primary,
|
|
385
385
|
[sn.tertiary]: sn.tertiary,
|
|
386
386
|
[sn.ghost]: sn.ghost,
|
|
@@ -390,7 +390,7 @@ const kn = /* @__PURE__ */ Ae(Ba, [["render", qa], ["__scopeId", "data-v-796ac7b
|
|
|
390
390
|
s: "s",
|
|
391
391
|
m: "m"
|
|
392
392
|
};
|
|
393
|
-
const
|
|
393
|
+
const qa = {
|
|
394
394
|
name: "IbIconButton",
|
|
395
395
|
props: {
|
|
396
396
|
kind: {
|
|
@@ -451,12 +451,12 @@ const Fa = {
|
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
components: {
|
|
454
|
-
IbButton:
|
|
454
|
+
IbButton: Pa,
|
|
455
455
|
IbTooltip: kn
|
|
456
456
|
},
|
|
457
457
|
inheritAttrs: !1
|
|
458
458
|
};
|
|
459
|
-
function
|
|
459
|
+
function Fa(t, n, e, r, o, i) {
|
|
460
460
|
const s = fe("ib-tooltip"), l = fe("ib-button");
|
|
461
461
|
return G(), ke(l, Tt({ onClick: i.onClick }, i.attrs, {
|
|
462
462
|
href: e.href,
|
|
@@ -474,14 +474,14 @@ function Ha(t, n, e, r, o, i) {
|
|
|
474
474
|
_: 3
|
|
475
475
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
476
476
|
}
|
|
477
|
-
const Nt = /* @__PURE__ */ Ae(
|
|
477
|
+
const Nt = /* @__PURE__ */ Ae(qa, [["render", Fa]]), li = {
|
|
478
478
|
alert: "alert",
|
|
479
479
|
error: "error",
|
|
480
480
|
warning: "warning",
|
|
481
481
|
info: "info",
|
|
482
482
|
success: "success"
|
|
483
483
|
};
|
|
484
|
-
const
|
|
484
|
+
const Ha = {
|
|
485
485
|
name: "IbAlert",
|
|
486
486
|
props: {
|
|
487
487
|
type: {
|
|
@@ -538,36 +538,36 @@ const Va = {
|
|
|
538
538
|
(t = this.contentObserver) == null || t.disconnect(), window.removeEventListener("resize", () => this.checkHeight());
|
|
539
539
|
},
|
|
540
540
|
components: {
|
|
541
|
-
IbIcon:
|
|
541
|
+
IbIcon: Xe,
|
|
542
542
|
IbIconButton: Nt
|
|
543
543
|
}
|
|
544
|
-
},
|
|
544
|
+
}, Va = {
|
|
545
545
|
ref: "content",
|
|
546
546
|
class: "content"
|
|
547
|
-
},
|
|
547
|
+
}, Ua = { class: "content-head" }, za = {
|
|
548
548
|
key: 1,
|
|
549
549
|
class: "ib-alert-title"
|
|
550
|
-
},
|
|
551
|
-
function
|
|
550
|
+
}, Ka = { class: "text-content" }, Ga = { class: "link" };
|
|
551
|
+
function Ya(t, n, e, r, o, i) {
|
|
552
552
|
var c;
|
|
553
553
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
554
554
|
return G(), ne("div", {
|
|
555
555
|
role: "alert",
|
|
556
556
|
class: ve(i.classes)
|
|
557
557
|
}, [
|
|
558
|
-
ae("div",
|
|
559
|
-
ae("span",
|
|
558
|
+
ae("div", Va, [
|
|
559
|
+
ae("span", Ua, [
|
|
560
560
|
e.showIcon ? (G(), ke(s, {
|
|
561
561
|
key: 0,
|
|
562
562
|
class: "ib-alert-icon",
|
|
563
563
|
name: i.iconName
|
|
564
564
|
}, null, 8, ["name"])) : he("", !0),
|
|
565
|
-
(c = e.title) != null && c.length ? (G(), ne("b",
|
|
565
|
+
(c = e.title) != null && c.length ? (G(), ne("b", za, $e(e.title), 1)) : he("", !0)
|
|
566
566
|
]),
|
|
567
|
-
ae("span",
|
|
567
|
+
ae("span", Ka, [
|
|
568
568
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
569
569
|
]),
|
|
570
|
-
ae("div",
|
|
570
|
+
ae("div", Ga, [
|
|
571
571
|
Ee(t.$slots, "link", {}, void 0, !0)
|
|
572
572
|
])
|
|
573
573
|
], 512),
|
|
@@ -588,11 +588,11 @@ function Wa(t, n, e, r, o, i) {
|
|
|
588
588
|
}, 8, ["onClick"])) : he("", !0)
|
|
589
589
|
], 2);
|
|
590
590
|
}
|
|
591
|
-
const cn = /* @__PURE__ */ Ae(
|
|
591
|
+
const cn = /* @__PURE__ */ Ae(Ha, [["render", Ya], ["__scopeId", "data-v-dec06c47"]]), Wa = {
|
|
592
592
|
M: "m",
|
|
593
593
|
L: "l"
|
|
594
594
|
};
|
|
595
|
-
const
|
|
595
|
+
const Za = {
|
|
596
596
|
name: "IbAvatar",
|
|
597
597
|
props: {
|
|
598
598
|
firstName: {
|
|
@@ -613,7 +613,7 @@ const Ja = {
|
|
|
613
613
|
},
|
|
614
614
|
size: {
|
|
615
615
|
type: String,
|
|
616
|
-
default:
|
|
616
|
+
default: Wa.M
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
computed: {
|
|
@@ -629,17 +629,17 @@ const Ja = {
|
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
components: {
|
|
632
|
-
IbIcon:
|
|
632
|
+
IbIcon: Xe
|
|
633
633
|
}
|
|
634
|
-
},
|
|
635
|
-
function
|
|
634
|
+
}, Ja = ["src", "alt"];
|
|
635
|
+
function Xa(t, n, e, r, o, i) {
|
|
636
636
|
const s = fe("ib-icon");
|
|
637
637
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
638
638
|
key: 0,
|
|
639
639
|
class: ve(i.classList),
|
|
640
640
|
src: e.src,
|
|
641
641
|
alt: e.firstName + "" + e.lastName
|
|
642
|
-
}, null, 10,
|
|
642
|
+
}, null, 10, Ja)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
643
643
|
key: 1,
|
|
644
644
|
class: ve(["user-avatar", i.classList]),
|
|
645
645
|
style: wn({
|
|
@@ -655,8 +655,8 @@ function Qa(t, n, e, r, o, i) {
|
|
|
655
655
|
ge(s, { name: "camera-outline" })
|
|
656
656
|
], 2));
|
|
657
657
|
}
|
|
658
|
-
const
|
|
659
|
-
const
|
|
658
|
+
const Qh = /* @__PURE__ */ Ae(Za, [["render", Xa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
659
|
+
const Qa = {
|
|
660
660
|
name: "IbBadge",
|
|
661
661
|
props: {
|
|
662
662
|
content: {
|
|
@@ -674,21 +674,21 @@ const el = {
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
|
-
function
|
|
677
|
+
function el(t, n, e, r, o, i) {
|
|
678
678
|
return G(), ne("span", {
|
|
679
679
|
class: ve(i.classes)
|
|
680
680
|
}, $e(i.normalizeContent), 3);
|
|
681
681
|
}
|
|
682
|
-
const
|
|
683
|
-
const
|
|
682
|
+
const e1 = /* @__PURE__ */ Ae(Qa, [["render", el], ["__scopeId", "data-v-328df75a"]]);
|
|
683
|
+
const tl = {
|
|
684
684
|
name: "IbButtonGroup"
|
|
685
|
-
},
|
|
686
|
-
function
|
|
687
|
-
return G(), ne("div",
|
|
685
|
+
}, nl = { class: "ib-button-group" };
|
|
686
|
+
function il(t, n, e, r, o, i) {
|
|
687
|
+
return G(), ne("div", nl, [
|
|
688
688
|
Ee(t.$slots, "default")
|
|
689
689
|
]);
|
|
690
690
|
}
|
|
691
|
-
const
|
|
691
|
+
const t1 = /* @__PURE__ */ Ae(tl, [["render", il]]), yn = {
|
|
692
692
|
success: "success",
|
|
693
693
|
neutral: "neutral",
|
|
694
694
|
info: "info",
|
|
@@ -697,7 +697,7 @@ const n1 = /* @__PURE__ */ Ae(nl, [["render", rl]]), yn = {
|
|
|
697
697
|
favorite: "favorite",
|
|
698
698
|
pending: "pending"
|
|
699
699
|
};
|
|
700
|
-
const
|
|
700
|
+
const rl = {
|
|
701
701
|
props: {
|
|
702
702
|
status: {
|
|
703
703
|
type: String,
|
|
@@ -729,9 +729,9 @@ const ol = {
|
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
|
-
components: { IbIcon:
|
|
732
|
+
components: { IbIcon: Xe }
|
|
733
733
|
};
|
|
734
|
-
function
|
|
734
|
+
function ol(t, n, e, r, o, i) {
|
|
735
735
|
const s = fe("ib-icon");
|
|
736
736
|
return G(), ne("div", {
|
|
737
737
|
class: ve(i.classes)
|
|
@@ -745,7 +745,7 @@ function al(t, n, e, r, o, i) {
|
|
|
745
745
|
])
|
|
746
746
|
], 2);
|
|
747
747
|
}
|
|
748
|
-
const
|
|
748
|
+
const n1 = /* @__PURE__ */ Ae(rl, [["render", ol], ["__scopeId", "data-v-3604890c"]]), al = {
|
|
749
749
|
topLeft: "top-left",
|
|
750
750
|
topCenter: "top-center",
|
|
751
751
|
topRight: "top-right",
|
|
@@ -759,12 +759,12 @@ const i1 = /* @__PURE__ */ Ae(ol, [["render", al], ["__scopeId", "data-v-3604890
|
|
|
759
759
|
leftCenter: "left-center",
|
|
760
760
|
leftBottom: "left-bottom"
|
|
761
761
|
};
|
|
762
|
-
const
|
|
762
|
+
const ll = {
|
|
763
763
|
name: "IbTooltip",
|
|
764
764
|
props: {
|
|
765
765
|
position: {
|
|
766
766
|
type: String,
|
|
767
|
-
default:
|
|
767
|
+
default: al.topCenter
|
|
768
768
|
},
|
|
769
769
|
title: {
|
|
770
770
|
type: String
|
|
@@ -805,22 +805,22 @@ const sl = {
|
|
|
805
805
|
},
|
|
806
806
|
components: {
|
|
807
807
|
IbIconButton: Nt,
|
|
808
|
-
IbIcon:
|
|
808
|
+
IbIcon: Xe
|
|
809
809
|
}
|
|
810
|
-
},
|
|
811
|
-
function
|
|
810
|
+
}, sl = { class: "ib-toggle-tip-head" }, ul = { class: "ib-toggle-tip-content" }, dl = { class: "ib-toggle-tip-button-set" };
|
|
811
|
+
function cl(t, n, e, r, o, i) {
|
|
812
812
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
813
813
|
return G(), ke(wi, null, {
|
|
814
814
|
default: ye(() => [
|
|
815
815
|
De(ae("div", {
|
|
816
816
|
class: ve(i.classes)
|
|
817
817
|
}, [
|
|
818
|
-
ae("div",
|
|
818
|
+
ae("div", sl, [
|
|
819
819
|
ae("p", null, $e(e.title), 1),
|
|
820
820
|
ge(l, {
|
|
821
821
|
class: "close-button",
|
|
822
822
|
kind: "ghost",
|
|
823
|
-
onClick:
|
|
823
|
+
onClick: et(i.close, ["prevent"])
|
|
824
824
|
}, {
|
|
825
825
|
default: ye(() => [
|
|
826
826
|
ge(s, { name: "close-outline" })
|
|
@@ -828,10 +828,10 @@ function fl(t, n, e, r, o, i) {
|
|
|
828
828
|
_: 1
|
|
829
829
|
}, 8, ["onClick"])
|
|
830
830
|
]),
|
|
831
|
-
ae("div",
|
|
831
|
+
ae("div", ul, [
|
|
832
832
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
833
833
|
]),
|
|
834
|
-
ae("div",
|
|
834
|
+
ae("div", dl, [
|
|
835
835
|
Ee(t.$slots, "buttons", {}, void 0, !0)
|
|
836
836
|
])
|
|
837
837
|
], 2), [
|
|
@@ -841,7 +841,7 @@ function fl(t, n, e, r, o, i) {
|
|
|
841
841
|
_: 3
|
|
842
842
|
});
|
|
843
843
|
}
|
|
844
|
-
const
|
|
844
|
+
const fl = /* @__PURE__ */ Ae(ll, [["render", cl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, Io = 32, hl = 13, Hr = 9, pl = 38, gl = 37, ml = 39, Po = 40, vl = "click", { performance: si } = window, yl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
|
|
845
845
|
let Un = !1;
|
|
846
846
|
const Mo = (t) => {
|
|
847
847
|
Vn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
|
|
@@ -852,11 +852,11 @@ const Mo = (t) => {
|
|
|
852
852
|
console.error(o);
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
|
-
},
|
|
855
|
+
}, bl = () => {
|
|
856
856
|
Un || (document.addEventListener("click", Mo, { capture: !0 }), Un = !0);
|
|
857
|
-
},
|
|
857
|
+
}, _l = () => {
|
|
858
858
|
Un && (document.removeEventListener("click", Mo), Un = !1);
|
|
859
|
-
},
|
|
859
|
+
}, $l = (t, { value: n, arg: e = "click" }) => {
|
|
860
860
|
if (typeof n != "function")
|
|
861
861
|
throw new Error(
|
|
862
862
|
`[OutsideDirective] Value must be a function; got ${typeof n}!`
|
|
@@ -865,15 +865,15 @@ const Mo = (t) => {
|
|
|
865
865
|
throw new Error(
|
|
866
866
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
867
867
|
);
|
|
868
|
-
Vn.has(t) || (Un ||
|
|
869
|
-
bindTimeStamp:
|
|
868
|
+
Vn.has(t) || (Un || bl(), Vn.set(t, {
|
|
869
|
+
bindTimeStamp: yl(),
|
|
870
870
|
callback: n
|
|
871
871
|
}));
|
|
872
|
-
},
|
|
873
|
-
Vn.delete(t), Vn.size === 0 &&
|
|
872
|
+
}, wl = (t) => {
|
|
873
|
+
Vn.delete(t), Vn.size === 0 && _l();
|
|
874
874
|
}, kr = {
|
|
875
|
-
created:
|
|
876
|
-
beforeUnmount:
|
|
875
|
+
created: $l,
|
|
876
|
+
beforeUnmount: wl
|
|
877
877
|
}, Fn = {
|
|
878
878
|
left: "left",
|
|
879
879
|
right: "right",
|
|
@@ -882,7 +882,7 @@ const Mo = (t) => {
|
|
|
882
882
|
top: "top",
|
|
883
883
|
bottom: "bottom"
|
|
884
884
|
};
|
|
885
|
-
const
|
|
885
|
+
const Ol = {
|
|
886
886
|
name: "IbDropdown",
|
|
887
887
|
directives: { Outside: kr },
|
|
888
888
|
props: {
|
|
@@ -915,7 +915,7 @@ const kl = {
|
|
|
915
915
|
},
|
|
916
916
|
triggerType: {
|
|
917
917
|
type: String,
|
|
918
|
-
default:
|
|
918
|
+
default: vl
|
|
919
919
|
},
|
|
920
920
|
destroyOnHide: {
|
|
921
921
|
type: Boolean,
|
|
@@ -940,7 +940,7 @@ const kl = {
|
|
|
940
940
|
},
|
|
941
941
|
methods: {
|
|
942
942
|
onKeydown(t) {
|
|
943
|
-
(t.keyCode ===
|
|
943
|
+
(t.keyCode === hl || t.keyCode === Io) && (t.preventDefault(), this.toggle()), t.keyCode === Po && (t.preventDefault(), this.open());
|
|
944
944
|
},
|
|
945
945
|
onKeyupDocument(t) {
|
|
946
946
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -989,16 +989,16 @@ const kl = {
|
|
|
989
989
|
beforeUnmount() {
|
|
990
990
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
991
991
|
}
|
|
992
|
-
},
|
|
993
|
-
function
|
|
992
|
+
}, kl = { class: "ib-dropdown" }, Cl = { class: "footer-slot" };
|
|
993
|
+
function El(t, n, e, r, o, i) {
|
|
994
994
|
const s = On("outside");
|
|
995
|
-
return De((G(), ne("div",
|
|
995
|
+
return De((G(), ne("div", kl, [
|
|
996
996
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
997
997
|
key: 0,
|
|
998
998
|
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
999
999
|
ref: "dropdown",
|
|
1000
1000
|
onKeydown: n[0] || (n[0] = (...l) => i.onKeydown && i.onKeydown(...l)),
|
|
1001
|
-
onClick: n[1] || (n[1] =
|
|
1001
|
+
onClick: n[1] || (n[1] = et((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
|
|
1002
1002
|
}, [
|
|
1003
1003
|
Ee(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
1004
1004
|
], 34)) : he("", !0),
|
|
@@ -1028,7 +1028,7 @@ function Tl(t, n, e, r, o, i) {
|
|
|
1028
1028
|
Ee(t.$slots, "close", {}, void 0, !0)
|
|
1029
1029
|
])) : he("", !0)
|
|
1030
1030
|
]),
|
|
1031
|
-
ae("div",
|
|
1031
|
+
ae("div", Cl, [
|
|
1032
1032
|
Ee(t.$slots, "footer", {}, void 0, !0)
|
|
1033
1033
|
])
|
|
1034
1034
|
], 2)), [
|
|
@@ -1044,8 +1044,8 @@ function Tl(t, n, e, r, o, i) {
|
|
|
1044
1044
|
[s, i.close]
|
|
1045
1045
|
]);
|
|
1046
1046
|
}
|
|
1047
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1048
|
-
const
|
|
1047
|
+
const Cr = /* @__PURE__ */ Ae(Ol, [["render", El], ["__scopeId", "data-v-dfb4a39a"]]);
|
|
1048
|
+
const Tl = {
|
|
1049
1049
|
name: "IbList",
|
|
1050
1050
|
data() {
|
|
1051
1051
|
return {
|
|
@@ -1072,7 +1072,7 @@ const Sl = {
|
|
|
1072
1072
|
const f = (r = (e = s.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : r.nextElementSibling.childNodes[0];
|
|
1073
1073
|
f && f.nodeName !== "#text" && f.focus();
|
|
1074
1074
|
}
|
|
1075
|
-
if (t.keyCode ===
|
|
1075
|
+
if (t.keyCode === pl) {
|
|
1076
1076
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1077
1077
|
return;
|
|
1078
1078
|
t.preventDefault();
|
|
@@ -1098,7 +1098,7 @@ const Sl = {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
|
-
function
|
|
1101
|
+
function Sl(t, n, e, r, o, i) {
|
|
1102
1102
|
return G(), ne("ul", {
|
|
1103
1103
|
class: ve(o.rootClass),
|
|
1104
1104
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
@@ -1106,8 +1106,8 @@ function xl(t, n, e, r, o, i) {
|
|
|
1106
1106
|
Ee(t.$slots, "default")
|
|
1107
1107
|
], 34);
|
|
1108
1108
|
}
|
|
1109
|
-
const Er = /* @__PURE__ */ Ae(
|
|
1110
|
-
const
|
|
1109
|
+
const Er = /* @__PURE__ */ Ae(Tl, [["render", Sl]]);
|
|
1110
|
+
const xl = {
|
|
1111
1111
|
props: {
|
|
1112
1112
|
vertical: {
|
|
1113
1113
|
type: String,
|
|
@@ -1149,10 +1149,10 @@ const Al = {
|
|
|
1149
1149
|
IbDropdown: Cr,
|
|
1150
1150
|
IbList: Er
|
|
1151
1151
|
}
|
|
1152
|
-
},
|
|
1153
|
-
function
|
|
1152
|
+
}, Al = { class: "dropdown-list-wrapper" };
|
|
1153
|
+
function Nl(t, n, e, r, o, i) {
|
|
1154
1154
|
const s = fe("ib-list"), l = fe("ib-dropdown");
|
|
1155
|
-
return G(), ne("div",
|
|
1155
|
+
return G(), ne("div", Al, [
|
|
1156
1156
|
ge(l, Tt({
|
|
1157
1157
|
horizontal: e.horizontal,
|
|
1158
1158
|
vertical: e.vertical,
|
|
@@ -1186,8 +1186,8 @@ function Il(t, n, e, r, o, i) {
|
|
|
1186
1186
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1187
1187
|
]);
|
|
1188
1188
|
}
|
|
1189
|
-
const Tr = /* @__PURE__ */ Ae(
|
|
1190
|
-
const
|
|
1189
|
+
const Tr = /* @__PURE__ */ Ae(xl, [["render", Nl]]);
|
|
1190
|
+
const Il = {
|
|
1191
1191
|
props: {
|
|
1192
1192
|
checked: {
|
|
1193
1193
|
type: Boolean,
|
|
@@ -1205,9 +1205,9 @@ const Pl = {
|
|
|
1205
1205
|
return this.href && (t.href = this.href), t;
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
|
-
},
|
|
1209
|
-
function
|
|
1210
|
-
return G(), ne("li",
|
|
1208
|
+
}, Pl = { class: "dropdown-item-wrapper" };
|
|
1209
|
+
function Ml(t, n, e, r, o, i) {
|
|
1210
|
+
return G(), ne("li", Pl, [
|
|
1211
1211
|
(G(), ke(Oi(e.href ? "a" : "div"), Tt({
|
|
1212
1212
|
class: e.checked ? "active" : ""
|
|
1213
1213
|
}, i.attrs, { tabindex: "0" }), {
|
|
@@ -1218,11 +1218,11 @@ function Dl(t, n, e, r, o, i) {
|
|
|
1218
1218
|
}, 16, ["class"]))
|
|
1219
1219
|
]);
|
|
1220
1220
|
}
|
|
1221
|
-
const Do = /* @__PURE__ */ Ae(
|
|
1221
|
+
const Do = /* @__PURE__ */ Ae(Il, [["render", Ml]]), Dl = {
|
|
1222
1222
|
common: "common",
|
|
1223
1223
|
danger: "danger"
|
|
1224
1224
|
};
|
|
1225
|
-
const
|
|
1225
|
+
const Ll = {
|
|
1226
1226
|
name: "IbSplitButton",
|
|
1227
1227
|
props: {
|
|
1228
1228
|
id: {
|
|
@@ -1231,7 +1231,7 @@ const Rl = {
|
|
|
1231
1231
|
},
|
|
1232
1232
|
kind: {
|
|
1233
1233
|
type: String,
|
|
1234
|
-
default:
|
|
1234
|
+
default: Dl.common
|
|
1235
1235
|
},
|
|
1236
1236
|
disabled: {
|
|
1237
1237
|
type: Boolean,
|
|
@@ -1264,7 +1264,7 @@ const Rl = {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
},
|
|
1266
1266
|
components: {
|
|
1267
|
-
IbIcon:
|
|
1267
|
+
IbIcon: Xe,
|
|
1268
1268
|
IbDropdownList: Tr
|
|
1269
1269
|
},
|
|
1270
1270
|
methods: {
|
|
@@ -1289,8 +1289,8 @@ const Rl = {
|
|
|
1289
1289
|
this.setActiveItem();
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
},
|
|
1293
|
-
function
|
|
1292
|
+
}, Rl = ["disabled"], Bl = ["disabled"], jl = ["disabled"], ql = { ref: "list" };
|
|
1293
|
+
function Fl(t, n, e, r, o, i) {
|
|
1294
1294
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1295
1295
|
return G(), ne("div", {
|
|
1296
1296
|
class: ve(i.classes)
|
|
@@ -1301,11 +1301,11 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1301
1301
|
disabled: e.disabled
|
|
1302
1302
|
}, o.mainButtonAttrs, {
|
|
1303
1303
|
onClick: n[0] || (n[0] = (...c) => i.onClickLink && i.onClickLink(...c))
|
|
1304
|
-
}), $e(o.content), 17,
|
|
1304
|
+
}), $e(o.content), 17, Bl)) : (G(), ne("button", Tt({
|
|
1305
1305
|
key: 0,
|
|
1306
1306
|
disabled: e.disabled,
|
|
1307
1307
|
class: "split-button-main"
|
|
1308
|
-
}, o.mainButtonAttrs), $e(o.content), 17,
|
|
1308
|
+
}, o.mainButtonAttrs), $e(o.content), 17, Rl)),
|
|
1309
1309
|
ge(l, {
|
|
1310
1310
|
disabled: e.disabled,
|
|
1311
1311
|
closeOnClick: !0
|
|
@@ -1316,10 +1316,10 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1316
1316
|
class: "split-button-menu-trigger"
|
|
1317
1317
|
}, [
|
|
1318
1318
|
ge(s, { name: "chevron-down-outline" })
|
|
1319
|
-
], 8,
|
|
1319
|
+
], 8, jl)
|
|
1320
1320
|
]),
|
|
1321
1321
|
body: ye(() => [
|
|
1322
|
-
ae("div",
|
|
1322
|
+
ae("div", ql, [
|
|
1323
1323
|
Ee(t.$slots, "default")
|
|
1324
1324
|
], 512)
|
|
1325
1325
|
]),
|
|
@@ -1327,8 +1327,8 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1327
1327
|
}, 8, ["disabled"])
|
|
1328
1328
|
], 2);
|
|
1329
1329
|
}
|
|
1330
|
-
const
|
|
1331
|
-
const
|
|
1330
|
+
const i1 = /* @__PURE__ */ Ae(Ll, [["render", Fl]]);
|
|
1331
|
+
const Hl = {
|
|
1332
1332
|
props: {
|
|
1333
1333
|
href: {
|
|
1334
1334
|
type: String,
|
|
@@ -1342,7 +1342,7 @@ const Vl = {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
};
|
|
1345
|
-
function
|
|
1345
|
+
function Vl(t, n, e, r, o, i) {
|
|
1346
1346
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
|
|
1347
1347
|
default: ye(() => [
|
|
1348
1348
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1350,13 +1350,13 @@ function Ul(t, n, e, r, o, i) {
|
|
|
1350
1350
|
_: 3
|
|
1351
1351
|
}, 16);
|
|
1352
1352
|
}
|
|
1353
|
-
const
|
|
1353
|
+
const r1 = /* @__PURE__ */ Ae(Hl, [["render", Vl], ["__scopeId", "data-v-4cf00feb"]]), Yt = {
|
|
1354
1354
|
S: "s",
|
|
1355
1355
|
M: "m",
|
|
1356
1356
|
L: "l",
|
|
1357
1357
|
XL: "xl"
|
|
1358
1358
|
};
|
|
1359
|
-
const
|
|
1359
|
+
const Ul = {
|
|
1360
1360
|
name: "IbModal",
|
|
1361
1361
|
directives: { Outside: kr },
|
|
1362
1362
|
emits: {
|
|
@@ -1459,19 +1459,19 @@ const zl = {
|
|
|
1459
1459
|
},
|
|
1460
1460
|
components: {
|
|
1461
1461
|
IbIconButton: Nt,
|
|
1462
|
-
IbIcon:
|
|
1462
|
+
IbIcon: Xe
|
|
1463
1463
|
},
|
|
1464
1464
|
beforeUnmount() {
|
|
1465
1465
|
this.isActive && this.close(), document.removeEventListener("keydown", this.onKeydown), document.removeEventListener("blur", this.setFocusOnModal, !0);
|
|
1466
1466
|
}
|
|
1467
|
-
},
|
|
1467
|
+
}, zl = {
|
|
1468
1468
|
key: 1,
|
|
1469
1469
|
class: "modal-header"
|
|
1470
|
-
},
|
|
1470
|
+
}, Kl = {
|
|
1471
1471
|
key: 2,
|
|
1472
1472
|
class: "modal-footer"
|
|
1473
1473
|
};
|
|
1474
|
-
function
|
|
1474
|
+
function Gl(t, n, e, r, o, i) {
|
|
1475
1475
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
|
|
1476
1476
|
return G(), ne(tt, null, [
|
|
1477
1477
|
i.hasTrigger ? (G(), ne("div", {
|
|
@@ -1503,7 +1503,7 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1503
1503
|
]),
|
|
1504
1504
|
_: 1
|
|
1505
1505
|
}, 8, ["onClick"])) : he("", !0),
|
|
1506
|
-
i.hasHeader ? (G(), ne("p",
|
|
1506
|
+
i.hasHeader ? (G(), ne("p", zl, [
|
|
1507
1507
|
Ee(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1508
1508
|
])) : he("", !0),
|
|
1509
1509
|
ae("div", {
|
|
@@ -1511,7 +1511,7 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1511
1511
|
}, [
|
|
1512
1512
|
Ee(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1513
1513
|
], 2),
|
|
1514
|
-
i.hasFooter ? (G(), ne("div",
|
|
1514
|
+
i.hasFooter ? (G(), ne("div", Kl, [
|
|
1515
1515
|
Ee(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
|
|
1516
1516
|
])) : he("", !0)
|
|
1517
1517
|
], 6)), [
|
|
@@ -1523,11 +1523,11 @@ function Yl(t, n, e, r, o, i) {
|
|
|
1523
1523
|
]))
|
|
1524
1524
|
], 64);
|
|
1525
1525
|
}
|
|
1526
|
-
const
|
|
1526
|
+
const o1 = /* @__PURE__ */ Ae(Ul, [["render", Gl], ["__scopeId", "data-v-e1683e53"]]);
|
|
1527
1527
|
function Lo(t) {
|
|
1528
1528
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1529
1529
|
}
|
|
1530
|
-
const
|
|
1530
|
+
const Yl = {
|
|
1531
1531
|
name: "IbTabDropdown",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
tabs: {
|
|
@@ -1567,12 +1567,12 @@ const Wl = {
|
|
|
1567
1567
|
components: {
|
|
1568
1568
|
IbDropdownList: Tr,
|
|
1569
1569
|
IbDropdownItem: Do,
|
|
1570
|
-
IbIcon:
|
|
1570
|
+
IbIcon: Xe
|
|
1571
1571
|
}
|
|
1572
|
-
},
|
|
1573
|
-
function
|
|
1572
|
+
}, Wl = { class: "wrapper-tab-link dropdown-tab" }, Zl = ["tabindex"];
|
|
1573
|
+
function Jl(t, n, e, r, o, i) {
|
|
1574
1574
|
const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
|
|
1575
|
-
return G(), ne("div",
|
|
1575
|
+
return G(), ne("div", Wl, [
|
|
1576
1576
|
ge(c, {
|
|
1577
1577
|
disabled: o.isDisabledDropdown,
|
|
1578
1578
|
"close-on-click": !0
|
|
@@ -1587,7 +1587,7 @@ function Xl(t, n, e, r, o, i) {
|
|
|
1587
1587
|
}, [
|
|
1588
1588
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1589
1589
|
ge(s, { name: "chevron-down" })
|
|
1590
|
-
], 10,
|
|
1590
|
+
], 10, Zl)
|
|
1591
1591
|
]),
|
|
1592
1592
|
body: ye(() => [
|
|
1593
1593
|
(G(!0), ne(tt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
@@ -1611,8 +1611,8 @@ function Xl(t, n, e, r, o, i) {
|
|
|
1611
1611
|
}, 8, ["disabled"])
|
|
1612
1612
|
]);
|
|
1613
1613
|
}
|
|
1614
|
-
const
|
|
1615
|
-
const
|
|
1614
|
+
const Xl = /* @__PURE__ */ Ae(Yl, [["render", Jl]]);
|
|
1615
|
+
const Ql = {
|
|
1616
1616
|
name: "IbTabs",
|
|
1617
1617
|
props: {
|
|
1618
1618
|
selectedTabId: {
|
|
@@ -1670,20 +1670,20 @@ const es = {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
},
|
|
1672
1672
|
components: {
|
|
1673
|
-
IbTabDropdown:
|
|
1673
|
+
IbTabDropdown: Xl
|
|
1674
1674
|
},
|
|
1675
1675
|
emits: ["changeTab"]
|
|
1676
|
-
},
|
|
1676
|
+
}, es = { class: "tabs" }, ts = { class: "tabs-list" }, ns = {
|
|
1677
1677
|
key: 0,
|
|
1678
1678
|
class: "wrapper-tab-link"
|
|
1679
|
-
},
|
|
1679
|
+
}, is = ["href", "tabindex", "onClick"], rs = {
|
|
1680
1680
|
class: "tabs-content",
|
|
1681
1681
|
ref: "tabHandler"
|
|
1682
1682
|
};
|
|
1683
|
-
function
|
|
1683
|
+
function os(t, n, e, r, o, i) {
|
|
1684
1684
|
const s = fe("ib-tab-dropdown");
|
|
1685
|
-
return G(), ne("div",
|
|
1686
|
-
ae("ul",
|
|
1685
|
+
return G(), ne("div", es, [
|
|
1686
|
+
ae("ul", ts, [
|
|
1687
1687
|
(G(!0), ne(tt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1688
1688
|
class: "tab-item",
|
|
1689
1689
|
key: c
|
|
@@ -1693,7 +1693,7 @@ function as(t, n, e, r, o, i) {
|
|
|
1693
1693
|
"selected-tab": o.selectedTab,
|
|
1694
1694
|
tabs: l,
|
|
1695
1695
|
onSelectTab: i.selectTab
|
|
1696
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1696
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ns, [
|
|
1697
1697
|
ae("a", {
|
|
1698
1698
|
class: ve(["tab-link", {
|
|
1699
1699
|
active: o.selectedTab === l.id,
|
|
@@ -1703,16 +1703,16 @@ function as(t, n, e, r, o, i) {
|
|
|
1703
1703
|
tabindex: l.disabled ? -1 : 0,
|
|
1704
1704
|
onClick: (f) => i.selectTab(l.id),
|
|
1705
1705
|
target: "_self"
|
|
1706
|
-
}, $e(l.title), 11,
|
|
1706
|
+
}, $e(l.title), 11, is)
|
|
1707
1707
|
]))
|
|
1708
1708
|
]))), 128))
|
|
1709
1709
|
]),
|
|
1710
|
-
ae("div",
|
|
1710
|
+
ae("div", rs, [
|
|
1711
1711
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
1712
1712
|
], 512)
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const
|
|
1715
|
+
const a1 = /* @__PURE__ */ Ae(Ql, [["render", os], ["__scopeId", "data-v-47d103be"]]), as = {
|
|
1716
1716
|
name: "IbTab",
|
|
1717
1717
|
props: {
|
|
1718
1718
|
title: {
|
|
@@ -1742,18 +1742,18 @@ const l1 = /* @__PURE__ */ Ae(es, [["render", as], ["__scopeId", "data-v-47d103b
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
|
-
function
|
|
1745
|
+
function ls(t, n, e, r, o, i) {
|
|
1746
1746
|
return De((G(), ne("div", null, [
|
|
1747
1747
|
Ee(t.$slots, "default")
|
|
1748
1748
|
], 512)), [
|
|
1749
1749
|
[Ke, i.isTabActive]
|
|
1750
1750
|
]);
|
|
1751
1751
|
}
|
|
1752
|
-
const
|
|
1752
|
+
const l1 = /* @__PURE__ */ Ae(as, [["render", ls]]), ss = {
|
|
1753
1753
|
LIST_VIEW: "list-sorting",
|
|
1754
1754
|
GRID_VIEW: "grid-sorting",
|
|
1755
1755
|
TABLE_VIEW: "table-sorting"
|
|
1756
|
-
},
|
|
1756
|
+
}, us = {
|
|
1757
1757
|
TYPE_ASC: "asc",
|
|
1758
1758
|
TYPE_DESC: "desc"
|
|
1759
1759
|
};
|
|
@@ -1865,7 +1865,7 @@ class Ro {
|
|
|
1865
1865
|
return n ? pr[n] : pr.topCenter;
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
const dn = new Ro(),
|
|
1868
|
+
const dn = new Ro(), ds = (t, n) => {
|
|
1869
1869
|
var o;
|
|
1870
1870
|
dn.getTooltipContainer() && dn.destroyTooltip();
|
|
1871
1871
|
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
@@ -1873,14 +1873,14 @@ const dn = new Ro(), cs = (t, n) => {
|
|
|
1873
1873
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
1874
1874
|
};
|
|
1875
1875
|
dn.createTooltip(t, r, e);
|
|
1876
|
-
},
|
|
1876
|
+
}, cs = (t, n) => {
|
|
1877
1877
|
const e = dn.getId();
|
|
1878
1878
|
if (n.getAttribute("aria-describedby") !== e)
|
|
1879
1879
|
return;
|
|
1880
1880
|
const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
|
|
1881
1881
|
o && i && dn.destroyTooltip(n);
|
|
1882
1882
|
}, Vr = (t, n) => {
|
|
1883
|
-
t.__tooltip_create = () =>
|
|
1883
|
+
t.__tooltip_create = () => ds(t, n), t.__tooltip_destroy = (e) => cs(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
|
|
1884
1884
|
}, Ur = (t) => {
|
|
1885
1885
|
dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
|
|
1886
1886
|
}, Bo = {
|
|
@@ -1894,7 +1894,7 @@ const dn = new Ro(), cs = (t, n) => {
|
|
|
1894
1894
|
Ur(t);
|
|
1895
1895
|
}
|
|
1896
1896
|
};
|
|
1897
|
-
const
|
|
1897
|
+
const fs = {
|
|
1898
1898
|
name: "IbSorting",
|
|
1899
1899
|
props: {
|
|
1900
1900
|
tooltipTitle: {
|
|
@@ -1949,8 +1949,8 @@ const hs = {
|
|
|
1949
1949
|
data() {
|
|
1950
1950
|
return {
|
|
1951
1951
|
isOpenToggleTip: !1,
|
|
1952
|
-
sortingTypes:
|
|
1953
|
-
sortingTypesView:
|
|
1952
|
+
sortingTypes: us,
|
|
1953
|
+
sortingTypesView: ss,
|
|
1954
1954
|
currentTypeSort: this.sort
|
|
1955
1955
|
};
|
|
1956
1956
|
},
|
|
@@ -1989,15 +1989,15 @@ const hs = {
|
|
|
1989
1989
|
},
|
|
1990
1990
|
directives: { Tooltip: Bo },
|
|
1991
1991
|
components: {
|
|
1992
|
-
IbIcon:
|
|
1992
|
+
IbIcon: Xe,
|
|
1993
1993
|
IbIconButton: Nt,
|
|
1994
|
-
IbToggleTip:
|
|
1994
|
+
IbToggleTip: fl
|
|
1995
1995
|
}
|
|
1996
|
-
},
|
|
1997
|
-
function
|
|
1996
|
+
}, hs = { class: "sorting-wrapper" }, ps = ["name"], gs = ["aria-label"];
|
|
1997
|
+
function ms(t, n, e, r, o, i) {
|
|
1998
1998
|
var h;
|
|
1999
1999
|
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
|
|
2000
|
-
return G(), ne("div",
|
|
2000
|
+
return G(), ne("div", hs, [
|
|
2001
2001
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
2002
2002
|
key: 0,
|
|
2003
2003
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -2041,7 +2041,7 @@ function vs(t, n, e, r, o, i) {
|
|
|
2041
2041
|
onClick: i.clickHandler
|
|
2042
2042
|
}, {
|
|
2043
2043
|
default: ye(() => [
|
|
2044
|
-
ae("ion-icon", { name: i.iconType }, null, 8,
|
|
2044
|
+
ae("ion-icon", { name: i.iconType }, null, 8, ps)
|
|
2045
2045
|
]),
|
|
2046
2046
|
_: 1
|
|
2047
2047
|
}, 8, ["onClick"])), [
|
|
@@ -2062,13 +2062,13 @@ function vs(t, n, e, r, o, i) {
|
|
|
2062
2062
|
key: 0,
|
|
2063
2063
|
name: i.iconType
|
|
2064
2064
|
}, null, 8, ["name"])) : he("", !0)
|
|
2065
|
-
], 10,
|
|
2065
|
+
], 10, gs)), [
|
|
2066
2066
|
[f, e.tooltipText, e.tooltipPosition]
|
|
2067
2067
|
])
|
|
2068
2068
|
]);
|
|
2069
2069
|
}
|
|
2070
|
-
const
|
|
2071
|
-
const
|
|
2070
|
+
const s1 = /* @__PURE__ */ Ae(fs, [["render", ms], ["__scopeId", "data-v-a4394881"]]);
|
|
2071
|
+
const vs = {
|
|
2072
2072
|
name: "IbBreadcrumbs",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
items: {
|
|
@@ -2091,17 +2091,17 @@ const ys = {
|
|
|
2091
2091
|
}
|
|
2092
2092
|
},
|
|
2093
2093
|
components: {
|
|
2094
|
-
IbIcon:
|
|
2094
|
+
IbIcon: Xe,
|
|
2095
2095
|
IbIconButton: Nt,
|
|
2096
2096
|
IbDropdownItem: Do,
|
|
2097
2097
|
IbDropdownList: Tr,
|
|
2098
2098
|
IbTooltip: kn
|
|
2099
2099
|
}
|
|
2100
|
-
},
|
|
2101
|
-
function
|
|
2100
|
+
}, ys = { "aria-label": "breadcrumb" }, bs = { class: "breadcrumb" }, _s = ["href"], $s = { key: 1 }, ws = ["href"];
|
|
2101
|
+
function Os(t, n, e, r, o, i) {
|
|
2102
2102
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
|
|
2103
|
-
return G(), ne("nav",
|
|
2104
|
-
ae("ul",
|
|
2103
|
+
return G(), ne("nav", ys, [
|
|
2104
|
+
ae("ul", bs, [
|
|
2105
2105
|
(G(!0), ne(tt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2106
2106
|
class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2107
2107
|
"aria-current": "page",
|
|
@@ -2111,8 +2111,8 @@ function ks(t, n, e, r, o, i) {
|
|
|
2111
2111
|
key: 0,
|
|
2112
2112
|
class: "ib-link",
|
|
2113
2113
|
href: d.url
|
|
2114
|
-
}, $e(d.title), 9,
|
|
2115
|
-
a === i.last ? (G(), ne("p",
|
|
2114
|
+
}, $e(d.title), 9, _s)) : he("", !0),
|
|
2115
|
+
a === i.last ? (G(), ne("p", $s, $e(d.title), 1)) : he("", !0),
|
|
2116
2116
|
i.initContextMenu && a === e.items.length - 4 ? (G(), ke(h, {
|
|
2117
2117
|
key: 2,
|
|
2118
2118
|
horizontal: "center"
|
|
@@ -2135,7 +2135,7 @@ function ks(t, n, e, r, o, i) {
|
|
|
2135
2135
|
ae("a", {
|
|
2136
2136
|
class: "context-breadcrums",
|
|
2137
2137
|
href: u.url
|
|
2138
|
-
}, $e(u.title), 9,
|
|
2138
|
+
}, $e(u.title), 9, ws)
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 2
|
|
2141
2141
|
}, 1024))), 128))
|
|
@@ -2150,8 +2150,8 @@ function ks(t, n, e, r, o, i) {
|
|
|
2150
2150
|
])
|
|
2151
2151
|
]);
|
|
2152
2152
|
}
|
|
2153
|
-
const
|
|
2154
|
-
const
|
|
2153
|
+
const u1 = /* @__PURE__ */ Ae(vs, [["render", Os], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2154
|
+
const ks = {
|
|
2155
2155
|
name: "IbLabel",
|
|
2156
2156
|
props: {
|
|
2157
2157
|
for: {
|
|
@@ -2187,20 +2187,20 @@ const Cs = {
|
|
|
2187
2187
|
},
|
|
2188
2188
|
components: {
|
|
2189
2189
|
IbIconButton: Nt,
|
|
2190
|
-
IbIcon:
|
|
2190
|
+
IbIcon: Xe,
|
|
2191
2191
|
IbTooltip: kn
|
|
2192
2192
|
}
|
|
2193
|
-
},
|
|
2193
|
+
}, Cs = ["for"], Es = {
|
|
2194
2194
|
key: 0,
|
|
2195
2195
|
class: "required"
|
|
2196
2196
|
};
|
|
2197
|
-
function
|
|
2197
|
+
function Ts(t, n, e, r, o, i) {
|
|
2198
2198
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
|
|
2199
2199
|
return G(), ne("label", {
|
|
2200
2200
|
class: ve(i.classes),
|
|
2201
2201
|
for: e.for
|
|
2202
2202
|
}, [
|
|
2203
|
-
e.required ? (G(), ne("span",
|
|
2203
|
+
e.required ? (G(), ne("span", Es, "* ")) : he("", !0),
|
|
2204
2204
|
Ee(t.$slots, "default", {}, void 0, !0),
|
|
2205
2205
|
e.infoText.length ? (G(), ke(c, {
|
|
2206
2206
|
key: 1,
|
|
@@ -2218,15 +2218,15 @@ function Ss(t, n, e, r, o, i) {
|
|
|
2218
2218
|
]),
|
|
2219
2219
|
_: 1
|
|
2220
2220
|
})) : he("", !0)
|
|
2221
|
-
], 10,
|
|
2221
|
+
], 10, Cs);
|
|
2222
2222
|
}
|
|
2223
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
2223
|
+
const Ci = /* @__PURE__ */ Ae(ks, [["render", Ts], ["__scopeId", "data-v-3e867259"]]), tr = {
|
|
2224
2224
|
text: "text",
|
|
2225
2225
|
password: "password",
|
|
2226
2226
|
email: "email",
|
|
2227
2227
|
number: "number"
|
|
2228
2228
|
};
|
|
2229
|
-
const
|
|
2229
|
+
const Ss = {
|
|
2230
2230
|
name: "IbInput",
|
|
2231
2231
|
props: {
|
|
2232
2232
|
type: {
|
|
@@ -2374,12 +2374,12 @@ const xs = {
|
|
|
2374
2374
|
components: {
|
|
2375
2375
|
IbAlert: cn,
|
|
2376
2376
|
IbIconButton: Nt,
|
|
2377
|
-
IbIcon:
|
|
2377
|
+
IbIcon: Xe,
|
|
2378
2378
|
IbDropdown: Cr
|
|
2379
2379
|
},
|
|
2380
2380
|
inheritAttrs: !1
|
|
2381
|
-
},
|
|
2382
|
-
function
|
|
2381
|
+
}, xs = ["aria-invalid", "readonly", "disabled", "id"], As = { class: "settings-wrapper" };
|
|
2382
|
+
function Ns(t, n, e, r, o, i) {
|
|
2383
2383
|
var h, d;
|
|
2384
2384
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("ib-dropdown");
|
|
2385
2385
|
return G(), ne("div", null, [
|
|
@@ -2408,7 +2408,7 @@ function Is(t, n, e, r, o, i) {
|
|
|
2408
2408
|
onInput: n[1] || (n[1] = (a) => i.onInput(a)),
|
|
2409
2409
|
onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
|
|
2410
2410
|
onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
|
|
2411
|
-
}), null, 16,
|
|
2411
|
+
}), null, 16, xs), [
|
|
2412
2412
|
[xo, o.actualValue]
|
|
2413
2413
|
]),
|
|
2414
2414
|
e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
|
|
@@ -2437,7 +2437,7 @@ function Is(t, n, e, r, o, i) {
|
|
|
2437
2437
|
type: "button",
|
|
2438
2438
|
disabled: e.readonly || e.disabled,
|
|
2439
2439
|
"help-text": o.showPassword ? e.hidePasswordMessage : e.showPasswordMessage,
|
|
2440
|
-
onClick:
|
|
2440
|
+
onClick: et(i.toggleShowPassword, ["prevent"])
|
|
2441
2441
|
}, {
|
|
2442
2442
|
default: ye(() => [
|
|
2443
2443
|
ge(l, {
|
|
@@ -2468,7 +2468,7 @@ function Is(t, n, e, r, o, i) {
|
|
|
2468
2468
|
}, 8, ["help-text"])
|
|
2469
2469
|
]),
|
|
2470
2470
|
body: ye(() => [
|
|
2471
|
-
ae("div",
|
|
2471
|
+
ae("div", As, [
|
|
2472
2472
|
Ee(t.$slots, "settings", {}, void 0, !0)
|
|
2473
2473
|
])
|
|
2474
2474
|
]),
|
|
@@ -2477,8 +2477,8 @@ function Is(t, n, e, r, o, i) {
|
|
|
2477
2477
|
], 2)
|
|
2478
2478
|
]);
|
|
2479
2479
|
}
|
|
2480
|
-
const jo = /* @__PURE__ */ Ae(
|
|
2481
|
-
const
|
|
2480
|
+
const jo = /* @__PURE__ */ Ae(Ss, [["render", Ns], ["__scopeId", "data-v-ea1e952e"]]);
|
|
2481
|
+
const Is = {
|
|
2482
2482
|
name: "IbCheckbox",
|
|
2483
2483
|
model: {
|
|
2484
2484
|
event: "input"
|
|
@@ -2500,7 +2500,7 @@ const Ps = {
|
|
|
2500
2500
|
default: 1
|
|
2501
2501
|
},
|
|
2502
2502
|
modelValue: {
|
|
2503
|
-
type:
|
|
2503
|
+
type: Boolean
|
|
2504
2504
|
},
|
|
2505
2505
|
isChecked: {
|
|
2506
2506
|
type: Boolean,
|
|
@@ -2510,6 +2510,9 @@ const Ps = {
|
|
|
2510
2510
|
type: Boolean,
|
|
2511
2511
|
default: !1
|
|
2512
2512
|
},
|
|
2513
|
+
modelValueList: {
|
|
2514
|
+
type: Array
|
|
2515
|
+
},
|
|
2513
2516
|
disabled: {
|
|
2514
2517
|
type: Boolean,
|
|
2515
2518
|
default: !1
|
|
@@ -2533,11 +2536,18 @@ const Ps = {
|
|
|
2533
2536
|
},
|
|
2534
2537
|
modelValue(t) {
|
|
2535
2538
|
this.$emit("update:modelValue", this.modelValue), this.checked = t;
|
|
2539
|
+
},
|
|
2540
|
+
modelValueList(t) {
|
|
2541
|
+
this.selectedList = t;
|
|
2542
|
+
},
|
|
2543
|
+
selectedList() {
|
|
2544
|
+
this.$emit("update:modelValueList", this.modelValue);
|
|
2536
2545
|
}
|
|
2537
2546
|
},
|
|
2538
2547
|
data() {
|
|
2539
2548
|
return {
|
|
2540
|
-
checked: this.modelValue ? this.modelValue : this.isChecked
|
|
2549
|
+
checked: this.modelValue ? this.modelValue : this.isChecked,
|
|
2550
|
+
selectedList: this.modelValueList ? this.modelValueList : []
|
|
2541
2551
|
};
|
|
2542
2552
|
},
|
|
2543
2553
|
methods: {
|
|
@@ -2565,20 +2575,20 @@ const Ps = {
|
|
|
2565
2575
|
}
|
|
2566
2576
|
},
|
|
2567
2577
|
components: {
|
|
2568
|
-
IbIcon:
|
|
2578
|
+
IbIcon: Xe
|
|
2569
2579
|
},
|
|
2570
2580
|
inheritAttrs: !1
|
|
2571
|
-
},
|
|
2581
|
+
}, Ps = ["aria-checked"], Ms = ["for", "tabindex"], Ds = ["name", "id", "value", "checked", "disabled", "required", "v-model"], Ls = { class: "ib-checkbox-body" }, Rs = {
|
|
2572
2582
|
key: 0,
|
|
2573
2583
|
class: "required"
|
|
2574
|
-
},
|
|
2584
|
+
}, Bs = { class: "ib-checkbox-input" }, js = {
|
|
2575
2585
|
key: 1,
|
|
2576
2586
|
class: "ib-checkbox-label"
|
|
2577
|
-
},
|
|
2587
|
+
}, qs = {
|
|
2578
2588
|
key: 0,
|
|
2579
2589
|
class: "required"
|
|
2580
2590
|
};
|
|
2581
|
-
function
|
|
2591
|
+
function Fs(t, n, e, r, o, i) {
|
|
2582
2592
|
var l;
|
|
2583
2593
|
const s = fe("ib-icon");
|
|
2584
2594
|
return G(), ne("div", {
|
|
@@ -2589,9 +2599,9 @@ function Hs(t, n, e, r, o, i) {
|
|
|
2589
2599
|
ae("label", Tt(i.attrs, {
|
|
2590
2600
|
for: e.id,
|
|
2591
2601
|
tabindex: e.disabled | e.disableFocus ? -1 : 0,
|
|
2592
|
-
onKeypress: n[
|
|
2602
|
+
onKeypress: n[1] || (n[1] = et((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2593
2603
|
}), [
|
|
2594
|
-
|
|
2604
|
+
ae("input", {
|
|
2595
2605
|
tabindex: "-1",
|
|
2596
2606
|
type: "checkbox",
|
|
2597
2607
|
name: e.name,
|
|
@@ -2600,20 +2610,18 @@ function Hs(t, n, e, r, o, i) {
|
|
|
2600
2610
|
checked: o.checked,
|
|
2601
2611
|
disabled: e.disabled,
|
|
2602
2612
|
required: e.required,
|
|
2603
|
-
"
|
|
2604
|
-
onClick: n[
|
|
2605
|
-
}, null, 8,
|
|
2606
|
-
|
|
2607
|
-
]),
|
|
2608
|
-
ae("div", Rs, [
|
|
2613
|
+
"v-model": o.selectedList,
|
|
2614
|
+
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c))
|
|
2615
|
+
}, null, 8, Ds),
|
|
2616
|
+
ae("div", Ls, [
|
|
2609
2617
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2610
2618
|
key: 0,
|
|
2611
2619
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2612
2620
|
}, [
|
|
2613
|
-
e.required ? (G(), ne("span",
|
|
2621
|
+
e.required ? (G(), ne("span", Rs, "*")) : he("", !0),
|
|
2614
2622
|
Ge(" " + $e(e.label), 1)
|
|
2615
2623
|
], 2)) : he("", !0),
|
|
2616
|
-
ae("span",
|
|
2624
|
+
ae("span", Bs, [
|
|
2617
2625
|
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2618
2626
|
[Ke, o.checked && !i.indeterminate]
|
|
2619
2627
|
]),
|
|
@@ -2624,16 +2632,16 @@ function Hs(t, n, e, r, o, i) {
|
|
|
2624
2632
|
[Ke, i.indeterminate]
|
|
2625
2633
|
])
|
|
2626
2634
|
]),
|
|
2627
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2628
|
-
e.required ? (G(), ne("span",
|
|
2635
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", js, [
|
|
2636
|
+
e.required ? (G(), ne("span", qs, "*")) : he("", !0),
|
|
2629
2637
|
Ge(" " + $e(e.label), 1)
|
|
2630
2638
|
])) : he("", !0)
|
|
2631
2639
|
])
|
|
2632
|
-
], 16,
|
|
2633
|
-
], 10,
|
|
2640
|
+
], 16, Ms)
|
|
2641
|
+
], 10, Ps);
|
|
2634
2642
|
}
|
|
2635
|
-
const qo = /* @__PURE__ */ Ae(
|
|
2636
|
-
const
|
|
2643
|
+
const qo = /* @__PURE__ */ Ae(Is, [["render", Fs]]);
|
|
2644
|
+
const Hs = {
|
|
2637
2645
|
name: "IbToggle",
|
|
2638
2646
|
model: {
|
|
2639
2647
|
prop: "isChecked",
|
|
@@ -2703,18 +2711,18 @@ const Vs = {
|
|
|
2703
2711
|
};
|
|
2704
2712
|
}
|
|
2705
2713
|
},
|
|
2706
|
-
components: { IbIcon:
|
|
2707
|
-
},
|
|
2714
|
+
components: { IbIcon: Xe, IbTooltip: kn }
|
|
2715
|
+
}, Vs = ["aria-checked", "tabindex"], Us = {
|
|
2708
2716
|
class: "toggle-wrapper",
|
|
2709
2717
|
ref: "wrapper"
|
|
2710
|
-
},
|
|
2718
|
+
}, zs = {
|
|
2711
2719
|
class: "toggle",
|
|
2712
2720
|
ref: "toggle"
|
|
2713
|
-
},
|
|
2721
|
+
}, Ks = ["name", "checked", "id", "disabled"], Gs = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Ys = {
|
|
2714
2722
|
key: 0,
|
|
2715
2723
|
class: "toggle-label"
|
|
2716
2724
|
};
|
|
2717
|
-
function
|
|
2725
|
+
function Ws(t, n, e, r, o, i) {
|
|
2718
2726
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2719
2727
|
return G(), ne("label", {
|
|
2720
2728
|
role: "switch",
|
|
@@ -2722,12 +2730,12 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2722
2730
|
tabindex: e.disabled ? -1 : 0,
|
|
2723
2731
|
class: ve(i.classes),
|
|
2724
2732
|
onKeypress: [
|
|
2725
|
-
n[2] || (n[2] = _t(
|
|
2726
|
-
n[3] || (n[3] = _t(
|
|
2733
|
+
n[2] || (n[2] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
|
|
2734
|
+
n[3] || (n[3] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2727
2735
|
]
|
|
2728
2736
|
}, [
|
|
2729
|
-
ae("div",
|
|
2730
|
-
ae("div",
|
|
2737
|
+
ae("div", Us, [
|
|
2738
|
+
ae("div", zs, [
|
|
2731
2739
|
ae("input", {
|
|
2732
2740
|
tabindex: "-1",
|
|
2733
2741
|
type: "checkbox",
|
|
@@ -2737,10 +2745,10 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2737
2745
|
id: e.id,
|
|
2738
2746
|
disabled: e.disabled,
|
|
2739
2747
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2740
|
-
onInput: n[1] || (n[1] =
|
|
2748
|
+
onInput: n[1] || (n[1] = et(() => {
|
|
2741
2749
|
}, ["stop"]))
|
|
2742
|
-
}, null, 40,
|
|
2743
|
-
|
|
2750
|
+
}, null, 40, Ks),
|
|
2751
|
+
Gs,
|
|
2744
2752
|
ge(s, {
|
|
2745
2753
|
class: "checked-icon",
|
|
2746
2754
|
name: "checkmark"
|
|
@@ -2751,18 +2759,18 @@ function Zs(t, n, e, r, o, i) {
|
|
|
2751
2759
|
})
|
|
2752
2760
|
], 512)
|
|
2753
2761
|
], 512),
|
|
2754
|
-
e.label.length ? (G(), ne("span",
|
|
2762
|
+
e.label.length ? (G(), ne("span", Ys, $e(e.label), 1)) : he("", !0),
|
|
2755
2763
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2756
2764
|
key: 1,
|
|
2757
2765
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2758
2766
|
}, null, 8, ["text"])) : he("", !0)
|
|
2759
|
-
], 42,
|
|
2767
|
+
], 42, Vs);
|
|
2760
2768
|
}
|
|
2761
|
-
const
|
|
2769
|
+
const Zs = /* @__PURE__ */ Ae(Hs, [["render", Ws]]);
|
|
2762
2770
|
function Fo(t) {
|
|
2763
2771
|
return t.scrollHeight > t.clientHeight;
|
|
2764
2772
|
}
|
|
2765
|
-
const
|
|
2773
|
+
const Js = {
|
|
2766
2774
|
name: "select-option",
|
|
2767
2775
|
props: {
|
|
2768
2776
|
option: {
|
|
@@ -2821,7 +2829,7 @@ const Xs = {
|
|
|
2821
2829
|
},
|
|
2822
2830
|
methods: {
|
|
2823
2831
|
onKeydown(t) {
|
|
2824
|
-
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode ===
|
|
2832
|
+
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === ml && (this.option.isChildrenVisible = !0), t.keyCode === gl && (this.option.isChildrenVisible = !1));
|
|
2825
2833
|
},
|
|
2826
2834
|
onChange() {
|
|
2827
2835
|
var t, n;
|
|
@@ -2867,7 +2875,7 @@ const Xs = {
|
|
|
2867
2875
|
},
|
|
2868
2876
|
computed: {
|
|
2869
2877
|
component() {
|
|
2870
|
-
return this.isMultiple && this.isToggle ?
|
|
2878
|
+
return this.isMultiple && this.isToggle ? Zs : qo;
|
|
2871
2879
|
},
|
|
2872
2880
|
hasChildren() {
|
|
2873
2881
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2896,22 +2904,22 @@ const Xs = {
|
|
|
2896
2904
|
}
|
|
2897
2905
|
},
|
|
2898
2906
|
components: {
|
|
2899
|
-
IbIcon:
|
|
2907
|
+
IbIcon: Xe,
|
|
2900
2908
|
List: Er,
|
|
2901
2909
|
IbIconButton: Nt
|
|
2902
2910
|
},
|
|
2903
2911
|
directives: { Tooltip: Bo }
|
|
2904
|
-
},
|
|
2912
|
+
}, Xs = ["aria-selected", "aria-label", "id"], Qs = {
|
|
2905
2913
|
key: 0,
|
|
2906
2914
|
class: "option-label"
|
|
2907
|
-
},
|
|
2915
|
+
}, eu = {
|
|
2908
2916
|
key: 1,
|
|
2909
2917
|
class: "option-label"
|
|
2910
|
-
},
|
|
2918
|
+
}, tu = ["innerHTML"], nu = ["innerHTML"], iu = {
|
|
2911
2919
|
key: 2,
|
|
2912
2920
|
class: "option-label"
|
|
2913
2921
|
};
|
|
2914
|
-
function
|
|
2922
|
+
function ru(t, n, e, r, o, i) {
|
|
2915
2923
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2916
2924
|
return G(), ne("li", null, [
|
|
2917
2925
|
De((G(), ne("div", {
|
|
@@ -2928,7 +2936,7 @@ function ou(t, n, e, r, o, i) {
|
|
|
2928
2936
|
"aria-selected": i.isChecked(e.option),
|
|
2929
2937
|
"aria-label": e.option.title,
|
|
2930
2938
|
id: "option-" + i.id,
|
|
2931
|
-
onKeydown: n[3] || (n[3] =
|
|
2939
|
+
onKeydown: n[3] || (n[3] = et((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
|
|
2932
2940
|
onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${i.id}`))
|
|
2933
2941
|
}, [
|
|
2934
2942
|
De(ge(l, {
|
|
@@ -2945,7 +2953,7 @@ function ou(t, n, e, r, o, i) {
|
|
|
2945
2953
|
[Ke, i.hasVisibleChildren]
|
|
2946
2954
|
]),
|
|
2947
2955
|
ae("div", {
|
|
2948
|
-
onClick: n[1] || (n[1] =
|
|
2956
|
+
onClick: n[1] || (n[1] = et((...d) => i.onChange && i.onChange(...d), ["prevent"])),
|
|
2949
2957
|
class: ve({
|
|
2950
2958
|
disabled: e.option.isDisabled,
|
|
2951
2959
|
"tree-select-option-label": !0,
|
|
@@ -2978,11 +2986,11 @@ function ou(t, n, e, r, o, i) {
|
|
|
2978
2986
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2979
2987
|
)
|
|
2980
2988
|
}, [
|
|
2981
|
-
i.hasChildren ? (G(), ne("span",
|
|
2989
|
+
i.hasChildren ? (G(), ne("span", eu, $e(e.option.title), 1)) : (G(), ne("span", Qs, [
|
|
2982
2990
|
Ge($e(e.option.title) + " ", 1),
|
|
2983
2991
|
ge(s, {
|
|
2984
2992
|
name: "star",
|
|
2985
|
-
onClick: n[0] || (n[0] =
|
|
2993
|
+
onClick: n[0] || (n[0] = et((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
|
|
2986
2994
|
})
|
|
2987
2995
|
]))
|
|
2988
2996
|
], 2)) : e.htmlTitle ? (G(), ne(tt, { key: 1 }, [
|
|
@@ -2990,12 +2998,12 @@ function ou(t, n, e, r, o, i) {
|
|
|
2990
2998
|
key: 1,
|
|
2991
2999
|
class: "option-label",
|
|
2992
3000
|
innerHTML: e.option.title
|
|
2993
|
-
}, null, 8,
|
|
3001
|
+
}, null, 8, nu)) : (G(), ne("span", {
|
|
2994
3002
|
key: 0,
|
|
2995
3003
|
class: "option-label",
|
|
2996
3004
|
innerHTML: e.option.title
|
|
2997
|
-
}, null, 8,
|
|
2998
|
-
], 64)) : (G(), ne("span",
|
|
3005
|
+
}, null, 8, tu))
|
|
3006
|
+
], 64)) : (G(), ne("span", iu, $e(e.option.title), 1))
|
|
2999
3007
|
], 2),
|
|
3000
3008
|
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
3001
3009
|
default: ye(() => [
|
|
@@ -3018,12 +3026,12 @@ function ou(t, n, e, r, o, i) {
|
|
|
3018
3026
|
}, 512)), [
|
|
3019
3027
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
3020
3028
|
]) : he("", !0)
|
|
3021
|
-
], 42,
|
|
3029
|
+
], 42, Xs)), [
|
|
3022
3030
|
[h, o.showTooltip ? e.option.title : ""]
|
|
3023
3031
|
])
|
|
3024
3032
|
]);
|
|
3025
3033
|
}
|
|
3026
|
-
const
|
|
3034
|
+
const ou = /* @__PURE__ */ Ae(Js, [["render", ru]]);
|
|
3027
3035
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3028
3036
|
function Ei(t) {
|
|
3029
3037
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3432,12 +3440,12 @@ var Ho = { exports: {} };
|
|
|
3432
3440
|
};
|
|
3433
3441
|
});
|
|
3434
3442
|
})(Ho);
|
|
3435
|
-
var
|
|
3436
|
-
const
|
|
3443
|
+
var au = Ho.exports;
|
|
3444
|
+
const lu = /* @__PURE__ */ Ei(au);
|
|
3437
3445
|
function zr(t) {
|
|
3438
3446
|
return JSON.parse(JSON.stringify(t));
|
|
3439
3447
|
}
|
|
3440
|
-
const
|
|
3448
|
+
const su = {
|
|
3441
3449
|
name: "IbTreeSelect",
|
|
3442
3450
|
inject: ["LANG_COMPONENTS"],
|
|
3443
3451
|
props: {
|
|
@@ -3651,7 +3659,7 @@ const uu = {
|
|
|
3651
3659
|
}
|
|
3652
3660
|
},
|
|
3653
3661
|
mounted() {
|
|
3654
|
-
this.marker = new
|
|
3662
|
+
this.marker = new lu(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3655
3663
|
this.setPreparedValues();
|
|
3656
3664
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3657
3665
|
},
|
|
@@ -3951,23 +3959,23 @@ const uu = {
|
|
|
3951
3959
|
components: {
|
|
3952
3960
|
IbAlert: cn,
|
|
3953
3961
|
IbIconButton: Nt,
|
|
3954
|
-
IbIcon:
|
|
3962
|
+
IbIcon: Xe,
|
|
3955
3963
|
IbDropdown: Cr,
|
|
3956
3964
|
IbInput: jo,
|
|
3957
3965
|
List: Er,
|
|
3958
|
-
"select-option":
|
|
3966
|
+
"select-option": ou
|
|
3959
3967
|
},
|
|
3960
3968
|
beforeUnmount() {
|
|
3961
3969
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3962
3970
|
}
|
|
3963
|
-
},
|
|
3971
|
+
}, uu = {
|
|
3964
3972
|
key: 0,
|
|
3965
3973
|
class: "tree-select-empty"
|
|
3966
|
-
},
|
|
3974
|
+
}, du = {
|
|
3967
3975
|
key: 1,
|
|
3968
3976
|
class: "tree-select-default-empty tree-select-empty"
|
|
3969
3977
|
};
|
|
3970
|
-
function
|
|
3978
|
+
function cu(t, n, e, r, o, i) {
|
|
3971
3979
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("select-option"), h = fe("list"), d = fe("ib-input"), a = fe("ib-dropdown");
|
|
3972
3980
|
return G(), ne(tt, null, [
|
|
3973
3981
|
e.errorMessage ? (G(), ke(s, {
|
|
@@ -4047,9 +4055,9 @@ function fu(t, n, e, r, o, i) {
|
|
|
4047
4055
|
class: ve({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
|
|
4048
4056
|
}, {
|
|
4049
4057
|
default: ye(() => [
|
|
4050
|
-
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div",
|
|
4058
|
+
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", uu, [
|
|
4051
4059
|
Ee(t.$slots, "emptyMessage")
|
|
4052
|
-
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div",
|
|
4060
|
+
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", du, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
4053
4061
|
De(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
4054
4062
|
[Ke, i.requiredDependencyNotFilled]
|
|
4055
4063
|
]),
|
|
@@ -4148,7 +4156,7 @@ function fu(t, n, e, r, o, i) {
|
|
|
4148
4156
|
"tree-choice-error": e.errorMessage
|
|
4149
4157
|
}]),
|
|
4150
4158
|
ref: "combobox",
|
|
4151
|
-
onClick: n[2] || (n[2] =
|
|
4159
|
+
onClick: n[2] || (n[2] = et(() => {
|
|
4152
4160
|
}, ["prevent"])),
|
|
4153
4161
|
onBlur: n[3] || (n[3] = (...b) => i.onBlur && i.onBlur(...b)),
|
|
4154
4162
|
onKeyup: [
|
|
@@ -4175,12 +4183,12 @@ function fu(t, n, e, r, o, i) {
|
|
|
4175
4183
|
key: 2,
|
|
4176
4184
|
kind: "ghost",
|
|
4177
4185
|
class: "button-clear",
|
|
4178
|
-
onClick:
|
|
4179
|
-
onKeypress: n[0] || (n[0] = _t(
|
|
4186
|
+
onClick: et(i.clearValue, ["prevent"]),
|
|
4187
|
+
onKeypress: n[0] || (n[0] = _t(et(() => {
|
|
4180
4188
|
}, ["stop", "prevent"]), ["enter"])),
|
|
4181
|
-
onKeydown: n[1] || (n[1] = _t(
|
|
4189
|
+
onKeydown: n[1] || (n[1] = _t(et(() => {
|
|
4182
4190
|
}, ["stop", "prevent"]), ["enter"])),
|
|
4183
|
-
onKeyup: _t(
|
|
4191
|
+
onKeyup: _t(et(i.clearValue, ["prevent"]), ["enter"]),
|
|
4184
4192
|
"help-text": e.clearButtonMessage
|
|
4185
4193
|
}, {
|
|
4186
4194
|
default: ye(() => [
|
|
@@ -4202,8 +4210,8 @@ function fu(t, n, e, r, o, i) {
|
|
|
4202
4210
|
], 2)
|
|
4203
4211
|
], 64);
|
|
4204
4212
|
}
|
|
4205
|
-
const
|
|
4206
|
-
const
|
|
4213
|
+
const fu = /* @__PURE__ */ Ae(su, [["render", cu]]);
|
|
4214
|
+
const hu = {
|
|
4207
4215
|
name: "IbLimitSelector",
|
|
4208
4216
|
props: {
|
|
4209
4217
|
labelSelect: {
|
|
@@ -4241,12 +4249,12 @@ const pu = {
|
|
|
4241
4249
|
},
|
|
4242
4250
|
components: {
|
|
4243
4251
|
IbLabel: Ci,
|
|
4244
|
-
IbSelect:
|
|
4252
|
+
IbSelect: fu
|
|
4245
4253
|
}
|
|
4246
|
-
},
|
|
4247
|
-
function
|
|
4254
|
+
}, pu = { class: "report-limit-selector" };
|
|
4255
|
+
function gu(t, n, e, r, o, i) {
|
|
4248
4256
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4249
|
-
return G(), ne("div",
|
|
4257
|
+
return G(), ne("div", pu, [
|
|
4250
4258
|
ge(s, null, {
|
|
4251
4259
|
default: ye(() => [
|
|
4252
4260
|
Ge($e(e.labelSelect), 1)
|
|
@@ -4263,8 +4271,8 @@ function mu(t, n, e, r, o, i) {
|
|
|
4263
4271
|
}, null, 8, ["value", "options", "onInput"])
|
|
4264
4272
|
]);
|
|
4265
4273
|
}
|
|
4266
|
-
const
|
|
4267
|
-
const
|
|
4274
|
+
const mu = /* @__PURE__ */ Ae(hu, [["render", gu]]);
|
|
4275
|
+
const vu = {
|
|
4268
4276
|
name: "IbPagination",
|
|
4269
4277
|
props: {
|
|
4270
4278
|
tooltipTextPrev: {
|
|
@@ -4362,22 +4370,22 @@ const yu = {
|
|
|
4362
4370
|
},
|
|
4363
4371
|
components: {
|
|
4364
4372
|
IbIconButton: Nt,
|
|
4365
|
-
IbIcon:
|
|
4373
|
+
IbIcon: Xe,
|
|
4366
4374
|
IbInput: jo,
|
|
4367
4375
|
IbLabel: Ci,
|
|
4368
|
-
IbLimitSelector:
|
|
4376
|
+
IbLimitSelector: mu,
|
|
4369
4377
|
IbTooltip: kn
|
|
4370
4378
|
}
|
|
4371
|
-
},
|
|
4372
|
-
function
|
|
4379
|
+
}, yu = { class: "report-controls" }, bu = { class: "repot-pagination" }, _u = { class: "pagination-input" }, $u = { class: "row-count" }, wu = { class: "pagination-wrapper" }, Ou = ["onClick"];
|
|
4380
|
+
function ku(t, n, e, r, o, i) {
|
|
4373
4381
|
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-tooltip"), d = fe("ib-icon-button");
|
|
4374
|
-
return G(), ne("div",
|
|
4382
|
+
return G(), ne("div", yu, [
|
|
4375
4383
|
ge(s, {
|
|
4376
4384
|
onSelect: i.changeLimit,
|
|
4377
4385
|
value: o.limitValue,
|
|
4378
4386
|
"label-select": e.labelSelect
|
|
4379
4387
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4380
|
-
ae("div",
|
|
4388
|
+
ae("div", bu, [
|
|
4381
4389
|
e.showPaginationInput ? (G(), ne(tt, { key: 0 }, [
|
|
4382
4390
|
ge(l, null, {
|
|
4383
4391
|
default: ye(() => [
|
|
@@ -4385,7 +4393,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4385
4393
|
]),
|
|
4386
4394
|
_: 1
|
|
4387
4395
|
}),
|
|
4388
|
-
ae("div",
|
|
4396
|
+
ae("div", _u, [
|
|
4389
4397
|
ge(c, {
|
|
4390
4398
|
type: "number",
|
|
4391
4399
|
debounce: 500,
|
|
@@ -4393,7 +4401,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4393
4401
|
}, null, 8, ["onInput"])
|
|
4394
4402
|
])
|
|
4395
4403
|
], 64)) : he("", !0),
|
|
4396
|
-
ae("div",
|
|
4404
|
+
ae("div", $u, $e(i.setCountOfRows + " of " + e.countRows), 1),
|
|
4397
4405
|
ge(d, {
|
|
4398
4406
|
kind: "tertiary",
|
|
4399
4407
|
size: "m",
|
|
@@ -4410,7 +4418,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4410
4418
|
]),
|
|
4411
4419
|
_: 1
|
|
4412
4420
|
}, 8, ["disabled"]),
|
|
4413
|
-
ae("ul",
|
|
4421
|
+
ae("ul", wu, [
|
|
4414
4422
|
(G(!0), ne(tt, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
|
|
4415
4423
|
key: u,
|
|
4416
4424
|
class: ve(["pagination-item", {
|
|
@@ -4421,7 +4429,7 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4421
4429
|
onClick: (b) => i.onSelect(u + 1)
|
|
4422
4430
|
}, [
|
|
4423
4431
|
ae("button", null, $e(u + 1), 1)
|
|
4424
|
-
], 10,
|
|
4432
|
+
], 10, Ou)), [
|
|
4425
4433
|
[Ke, i.showItem(u + 1)]
|
|
4426
4434
|
])), 128))
|
|
4427
4435
|
]),
|
|
@@ -4444,14 +4452,14 @@ function Cu(t, n, e, r, o, i) {
|
|
|
4444
4452
|
])
|
|
4445
4453
|
]);
|
|
4446
4454
|
}
|
|
4447
|
-
const
|
|
4455
|
+
const d1 = /* @__PURE__ */ Ae(vu, [["render", ku]]), jn = {
|
|
4448
4456
|
PROGRESS: "progress",
|
|
4449
4457
|
SUCCESS: "success",
|
|
4450
4458
|
FAILED: "failed",
|
|
4451
4459
|
CANCELING: "canceling",
|
|
4452
4460
|
CANCELED: "canceled"
|
|
4453
4461
|
};
|
|
4454
|
-
const
|
|
4462
|
+
const Cu = {
|
|
4455
4463
|
props: {
|
|
4456
4464
|
states: {
|
|
4457
4465
|
type: String,
|
|
@@ -4476,14 +4484,14 @@ const Eu = {
|
|
|
4476
4484
|
}
|
|
4477
4485
|
},
|
|
4478
4486
|
components: {
|
|
4479
|
-
IbIcon:
|
|
4487
|
+
IbIcon: Xe
|
|
4480
4488
|
}
|
|
4481
|
-
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t),
|
|
4482
|
-
|
|
4483
|
-
],
|
|
4484
|
-
function
|
|
4489
|
+
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t), Eu = { class: "ib-progress-bar-wrapper" }, Tu = ["aria-label", "aria-valuenow"], Su = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), xu = [
|
|
4490
|
+
Su
|
|
4491
|
+
], Au = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4492
|
+
function Nu(t, n, e, r, o, i) {
|
|
4485
4493
|
const s = fe("ib-icon");
|
|
4486
|
-
return G(), ne("div",
|
|
4494
|
+
return G(), ne("div", Eu, [
|
|
4487
4495
|
ae("div", {
|
|
4488
4496
|
class: ve(i.classes)
|
|
4489
4497
|
}, [
|
|
@@ -4495,8 +4503,8 @@ function Iu(t, n, e, r, o, i) {
|
|
|
4495
4503
|
"aria-valuemax": "100",
|
|
4496
4504
|
"aria-valuenow": e.progress,
|
|
4497
4505
|
style: wn({ width: e.progress + "%" })
|
|
4498
|
-
},
|
|
4499
|
-
|
|
4506
|
+
}, xu, 12, Tu),
|
|
4507
|
+
Au
|
|
4500
4508
|
], 2),
|
|
4501
4509
|
De(ge(s, {
|
|
4502
4510
|
class: "status-icon",
|
|
@@ -4506,7 +4514,7 @@ function Iu(t, n, e, r, o, i) {
|
|
|
4506
4514
|
])
|
|
4507
4515
|
]);
|
|
4508
4516
|
}
|
|
4509
|
-
const
|
|
4517
|
+
const c1 = /* @__PURE__ */ Ae(Cu, [["render", Nu], ["__scopeId", "data-v-a0217859"]]), Iu = {
|
|
4510
4518
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4511
4519
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4512
4520
|
</svg>
|
|
@@ -4547,7 +4555,7 @@ const f1 = /* @__PURE__ */ Ae(Eu, [["render", Iu], ["__scopeId", "data-v-a021785
|
|
|
4547
4555
|
</svg>
|
|
4548
4556
|
`
|
|
4549
4557
|
};
|
|
4550
|
-
const
|
|
4558
|
+
const Pu = {
|
|
4551
4559
|
props: {
|
|
4552
4560
|
type: {
|
|
4553
4561
|
type: String,
|
|
@@ -4556,21 +4564,21 @@ const Mu = {
|
|
|
4556
4564
|
},
|
|
4557
4565
|
data() {
|
|
4558
4566
|
return {
|
|
4559
|
-
icons:
|
|
4567
|
+
icons: Iu
|
|
4560
4568
|
};
|
|
4561
4569
|
}
|
|
4562
|
-
},
|
|
4563
|
-
function
|
|
4564
|
-
return G(), ne("div",
|
|
4570
|
+
}, Mu = { class: "status-indicator" }, Du = ["innerHTML"];
|
|
4571
|
+
function Lu(t, n, e, r, o, i) {
|
|
4572
|
+
return G(), ne("div", Mu, [
|
|
4565
4573
|
ae("div", {
|
|
4566
4574
|
class: ve(["status-indicator-icon", e.type]),
|
|
4567
4575
|
innerHTML: o.icons[e.type]
|
|
4568
|
-
}, null, 10,
|
|
4576
|
+
}, null, 10, Du),
|
|
4569
4577
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
4570
4578
|
]);
|
|
4571
4579
|
}
|
|
4572
|
-
const
|
|
4573
|
-
const
|
|
4580
|
+
const f1 = /* @__PURE__ */ Ae(Pu, [["render", Lu], ["__scopeId", "data-v-e696394e"]]);
|
|
4581
|
+
const Ru = {
|
|
4574
4582
|
name: "IbPanel",
|
|
4575
4583
|
mixins: [No],
|
|
4576
4584
|
props: {
|
|
@@ -4583,17 +4591,17 @@ const Bu = {
|
|
|
4583
4591
|
default: !1
|
|
4584
4592
|
}
|
|
4585
4593
|
}
|
|
4586
|
-
},
|
|
4587
|
-
function
|
|
4594
|
+
}, Bu = (t) => ($r("data-v-c7c0bea8"), t = t(), wr(), t), ju = { class: "panel-head" }, qu = { class: "head-title" }, Fu = /* @__PURE__ */ Bu(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Hu = { class: "head-content" }, Vu = { class: "panel-body" };
|
|
4595
|
+
function Uu(t, n, e, r, o, i) {
|
|
4588
4596
|
return G(), ne("div", {
|
|
4589
4597
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4590
4598
|
}, [
|
|
4591
|
-
ae("div",
|
|
4592
|
-
ae("div",
|
|
4599
|
+
ae("div", ju, [
|
|
4600
|
+
ae("div", qu, [
|
|
4593
4601
|
Ee(t.$slots, "title", {}, void 0, !0)
|
|
4594
4602
|
]),
|
|
4595
|
-
|
|
4596
|
-
ae("div",
|
|
4603
|
+
Fu,
|
|
4604
|
+
ae("div", Hu, [
|
|
4597
4605
|
Ee(t.$slots, "head-content", {}, void 0, !0)
|
|
4598
4606
|
])
|
|
4599
4607
|
]),
|
|
@@ -4604,7 +4612,7 @@ function zu(t, n, e, r, o, i) {
|
|
|
4604
4612
|
onLeave: t.leave
|
|
4605
4613
|
}, {
|
|
4606
4614
|
default: ye(() => [
|
|
4607
|
-
De(ae("div",
|
|
4615
|
+
De(ae("div", Vu, [
|
|
4608
4616
|
Ee(t.$slots, "body", {}, void 0, !0)
|
|
4609
4617
|
], 512), [
|
|
4610
4618
|
[Ke, e.isOpen]
|
|
@@ -4614,8 +4622,8 @@ function zu(t, n, e, r, o, i) {
|
|
|
4614
4622
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4615
4623
|
], 2);
|
|
4616
4624
|
}
|
|
4617
|
-
const
|
|
4618
|
-
const
|
|
4625
|
+
const h1 = /* @__PURE__ */ Ae(Ru, [["render", Uu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4626
|
+
const zu = {
|
|
4619
4627
|
name: "IbInputGroup",
|
|
4620
4628
|
props: {
|
|
4621
4629
|
supportText: {
|
|
@@ -4627,20 +4635,20 @@ const Ku = {
|
|
|
4627
4635
|
default: !1
|
|
4628
4636
|
}
|
|
4629
4637
|
}
|
|
4630
|
-
},
|
|
4638
|
+
}, Ku = {
|
|
4631
4639
|
key: 0,
|
|
4632
4640
|
class: "support-text"
|
|
4633
4641
|
};
|
|
4634
|
-
function
|
|
4642
|
+
function Gu(t, n, e, r, o, i) {
|
|
4635
4643
|
return G(), ne("div", {
|
|
4636
4644
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4637
4645
|
}, [
|
|
4638
4646
|
Ee(t.$slots, "default"),
|
|
4639
|
-
e.supportText.length ? (G(), ne("p",
|
|
4647
|
+
e.supportText.length ? (G(), ne("p", Ku, $e(e.supportText), 1)) : he("", !0)
|
|
4640
4648
|
], 2);
|
|
4641
4649
|
}
|
|
4642
|
-
const
|
|
4643
|
-
const
|
|
4650
|
+
const p1 = /* @__PURE__ */ Ae(zu, [["render", Gu]]);
|
|
4651
|
+
const Yu = {
|
|
4644
4652
|
name: "IbInputGroup",
|
|
4645
4653
|
props: {
|
|
4646
4654
|
labelText: {
|
|
@@ -4664,8 +4672,8 @@ const Wu = {
|
|
|
4664
4672
|
IbLabel: Ci,
|
|
4665
4673
|
IbAlert: cn
|
|
4666
4674
|
}
|
|
4667
|
-
},
|
|
4668
|
-
function
|
|
4675
|
+
}, Wu = { class: "ib-checkbox-group-content" };
|
|
4676
|
+
function Zu(t, n, e, r, o, i) {
|
|
4669
4677
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4670
4678
|
return G(), ne("div", {
|
|
4671
4679
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4689,13 +4697,13 @@ function Ju(t, n, e, r, o, i) {
|
|
|
4689
4697
|
]),
|
|
4690
4698
|
_: 1
|
|
4691
4699
|
})) : he("", !0),
|
|
4692
|
-
ae("div",
|
|
4700
|
+
ae("div", Wu, [
|
|
4693
4701
|
Ee(t.$slots, "default")
|
|
4694
4702
|
])
|
|
4695
4703
|
], 2);
|
|
4696
4704
|
}
|
|
4697
|
-
const
|
|
4698
|
-
const
|
|
4705
|
+
const g1 = /* @__PURE__ */ Ae(Yu, [["render", Zu]]);
|
|
4706
|
+
const Ju = {
|
|
4699
4707
|
name: "IbRadio",
|
|
4700
4708
|
model: {
|
|
4701
4709
|
prop: "isChecked",
|
|
@@ -4763,18 +4771,18 @@ const Xu = {
|
|
|
4763
4771
|
};
|
|
4764
4772
|
}
|
|
4765
4773
|
}
|
|
4766
|
-
},
|
|
4774
|
+
}, Xu = (t) => ($r("data-v-02701670"), t = t(), wr(), t), Qu = ["for", "aria-checked"], ed = ["name", "id", "value", "checked", "disabled"], td = /* @__PURE__ */ Xu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), nd = {
|
|
4767
4775
|
key: 0,
|
|
4768
4776
|
class: "ib-radio-label"
|
|
4769
4777
|
};
|
|
4770
|
-
function
|
|
4778
|
+
function id(t, n, e, r, o, i) {
|
|
4771
4779
|
var s, l;
|
|
4772
4780
|
return G(), ne("label", {
|
|
4773
4781
|
role: "radio",
|
|
4774
4782
|
class: ve(i.classes),
|
|
4775
4783
|
for: e.id,
|
|
4776
4784
|
"aria-checked": o.checked,
|
|
4777
|
-
onClick: n[2] || (n[2] =
|
|
4785
|
+
onClick: n[2] || (n[2] = et((...c) => i.onClick && i.onClick(...c), ["prevent"]))
|
|
4778
4786
|
}, [
|
|
4779
4787
|
ae("input", {
|
|
4780
4788
|
type: "radio",
|
|
@@ -4784,20 +4792,20 @@ function rd(t, n, e, r, o, i) {
|
|
|
4784
4792
|
checked: o.checked,
|
|
4785
4793
|
disabled: e.disabled,
|
|
4786
4794
|
ref: "radio",
|
|
4787
|
-
onInput: n[0] || (n[0] =
|
|
4795
|
+
onInput: n[0] || (n[0] = et(() => {
|
|
4788
4796
|
}, ["stop"])),
|
|
4789
4797
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4790
|
-
}, null, 40,
|
|
4798
|
+
}, null, 40, ed),
|
|
4791
4799
|
ae("span", {
|
|
4792
4800
|
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4793
4801
|
}, [
|
|
4794
|
-
|
|
4795
|
-
(l = e.label) != null && l.length ? (G(), ne("span",
|
|
4802
|
+
td,
|
|
4803
|
+
(l = e.label) != null && l.length ? (G(), ne("span", nd, $e(e.label), 1)) : he("", !0)
|
|
4796
4804
|
], 2)
|
|
4797
|
-
], 10,
|
|
4805
|
+
], 10, Qu);
|
|
4798
4806
|
}
|
|
4799
|
-
const
|
|
4800
|
-
const
|
|
4807
|
+
const m1 = /* @__PURE__ */ Ae(Ju, [["render", id], ["__scopeId", "data-v-02701670"]]);
|
|
4808
|
+
const rd = {
|
|
4801
4809
|
props: {
|
|
4802
4810
|
characterLimit: {
|
|
4803
4811
|
type: [String, Number],
|
|
@@ -4808,26 +4816,26 @@ const od = {
|
|
|
4808
4816
|
required: !0
|
|
4809
4817
|
}
|
|
4810
4818
|
}
|
|
4811
|
-
},
|
|
4819
|
+
}, od = { class: "character-count" }, ad = {
|
|
4812
4820
|
key: 0,
|
|
4813
4821
|
class: "val-limit"
|
|
4814
|
-
},
|
|
4822
|
+
}, ld = { class: "val-length" }, sd = { class: "val-limit" }, ud = {
|
|
4815
4823
|
key: 3,
|
|
4816
4824
|
class: "val-length val-limited"
|
|
4817
4825
|
};
|
|
4818
|
-
function
|
|
4819
|
-
return G(), ne("div",
|
|
4826
|
+
function dd(t, n, e, r, o, i) {
|
|
4827
|
+
return G(), ne("div", od, [
|
|
4820
4828
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(tt, { key: 1 }, [
|
|
4821
|
-
ae("p",
|
|
4829
|
+
ae("p", ld, $e(e.characterLimit - e.characterLength), 1),
|
|
4822
4830
|
Ge(" / "),
|
|
4823
|
-
ae("p",
|
|
4831
|
+
ae("p", sd, $e(e.characterLimit), 1)
|
|
4824
4832
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(tt, { key: 2 }, [
|
|
4825
4833
|
Ge("0")
|
|
4826
|
-
], 64)) : (G(), ne("p",
|
|
4834
|
+
], 64)) : (G(), ne("p", ud, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", ad, "Max " + $e(e.characterLimit), 1))
|
|
4827
4835
|
]);
|
|
4828
4836
|
}
|
|
4829
|
-
const Uo = /* @__PURE__ */ Ae(
|
|
4830
|
-
const
|
|
4837
|
+
const Uo = /* @__PURE__ */ Ae(rd, [["render", dd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4838
|
+
const cd = {
|
|
4831
4839
|
name: "IbTextarea",
|
|
4832
4840
|
props: {
|
|
4833
4841
|
disabled: {
|
|
@@ -4884,8 +4892,8 @@ const fd = {
|
|
|
4884
4892
|
IbCharacterCount: Uo
|
|
4885
4893
|
},
|
|
4886
4894
|
inheritAttrs: !1
|
|
4887
|
-
},
|
|
4888
|
-
function
|
|
4895
|
+
}, fd = ["disabled"];
|
|
4896
|
+
function hd(t, n, e, r, o, i) {
|
|
4889
4897
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4890
4898
|
return G(), ne("div", {
|
|
4891
4899
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4917,12 +4925,12 @@ function pd(t, n, e, r, o, i) {
|
|
|
4917
4925
|
onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
|
|
4918
4926
|
class: ["ib-textarea", i.classes],
|
|
4919
4927
|
disabled: e.disabled
|
|
4920
|
-
}), null, 16,
|
|
4928
|
+
}), null, 16, fd), [
|
|
4921
4929
|
[Ao, o.val]
|
|
4922
4930
|
])
|
|
4923
4931
|
], 2);
|
|
4924
4932
|
}
|
|
4925
|
-
const
|
|
4933
|
+
const v1 = /* @__PURE__ */ Ae(cd, [["render", hd], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4926
4934
|
var nr = [
|
|
4927
4935
|
"onChange",
|
|
4928
4936
|
"onClose",
|
|
@@ -5125,7 +5133,7 @@ function Ot(t) {
|
|
|
5125
5133
|
var rr = function() {
|
|
5126
5134
|
}, mi = function(t, n, e) {
|
|
5127
5135
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
5128
|
-
},
|
|
5136
|
+
}, pd = {
|
|
5129
5137
|
D: rr,
|
|
5130
5138
|
F: function(t, n, e) {
|
|
5131
5139
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -5316,7 +5324,7 @@ var rr = function() {
|
|
|
5316
5324
|
m += un[$];
|
|
5317
5325
|
var S = new RegExp(m).exec(i);
|
|
5318
5326
|
S && (b = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
5319
|
-
fn:
|
|
5327
|
+
fn: pd[$],
|
|
5320
5328
|
val: S[++g]
|
|
5321
5329
|
});
|
|
5322
5330
|
} else
|
|
@@ -5339,14 +5347,14 @@ var rr = function() {
|
|
|
5339
5347
|
function kt(t, n, e) {
|
|
5340
5348
|
return e === void 0 && (e = !0), e !== !1 ? new Date(t.getTime()).setHours(0, 0, 0, 0) - new Date(n.getTime()).setHours(0, 0, 0, 0) : t.getTime() - n.getTime();
|
|
5341
5349
|
}
|
|
5342
|
-
var
|
|
5350
|
+
var gd = function(t, n, e) {
|
|
5343
5351
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5344
5352
|
}, or = function(t, n, e) {
|
|
5345
5353
|
return t * 3600 + n * 60 + e;
|
|
5346
|
-
},
|
|
5354
|
+
}, md = function(t) {
|
|
5347
5355
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5348
5356
|
return [n, e, t - n * 3600 - e * 60];
|
|
5349
|
-
},
|
|
5357
|
+
}, vd = {
|
|
5350
5358
|
DAY: 864e5
|
|
5351
5359
|
};
|
|
5352
5360
|
function ar(t) {
|
|
@@ -5392,8 +5400,8 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5392
5400
|
for (var i = arguments[n], s = 0, l = i.length; s < l; s++, o++)
|
|
5393
5401
|
r[o] = i[s];
|
|
5394
5402
|
return r;
|
|
5395
|
-
},
|
|
5396
|
-
function
|
|
5403
|
+
}, yd = 300;
|
|
5404
|
+
function bd(t, n) {
|
|
5397
5405
|
var e = {
|
|
5398
5406
|
config: ft(ft({}, _n), Je.defaultConfig),
|
|
5399
5407
|
l10n: zn
|
|
@@ -5456,7 +5464,7 @@ function _d(t, n) {
|
|
|
5456
5464
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5457
5465
|
var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = or(I, L, z);
|
|
5458
5466
|
if (me > Ce && me < de) {
|
|
5459
|
-
var Pe =
|
|
5467
|
+
var Pe = md(de);
|
|
5460
5468
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5461
5469
|
}
|
|
5462
5470
|
} else {
|
|
@@ -5511,7 +5519,7 @@ function _d(t, n) {
|
|
|
5511
5519
|
return;
|
|
5512
5520
|
}
|
|
5513
5521
|
var I = Kr(Te, 50);
|
|
5514
|
-
if (e._debouncedChange = Kr(y,
|
|
5522
|
+
if (e._debouncedChange = Kr(y, yd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5515
5523
|
e.config.mode === "range" && _e(Ot(z));
|
|
5516
5524
|
}), v(e._input, "keydown", ce), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", ce), !e.config.inline && !e.config.static && v(window, "resize", I), window.ontouchstart !== void 0 ? v(window.document, "touchstart", D) : v(window.document, "mousedown", D), v(window.document, "focus", D, { capture: !0 }), e.config.clickOpens === !0 && (v(e._input, "focus", e.open), v(e._input, "click", e.open)), e.daysContainer !== void 0 && (v(e.monthNav, "click", Vt), v(e.monthNav, ["keyup", "increment"], b), v(e.daysContainer, "click", we)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5517
5525
|
var L = function(z) {
|
|
@@ -5894,7 +5902,7 @@ function _d(t, n) {
|
|
|
5894
5902
|
}
|
|
5895
5903
|
function _e(I, L) {
|
|
5896
5904
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5897
|
-
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe +=
|
|
5905
|
+
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe += vd.DAY)
|
|
5898
5906
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
|
|
5899
5907
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5900
5908
|
Oe.forEach(function(Be) {
|
|
@@ -5908,7 +5916,7 @@ function _d(t, n) {
|
|
|
5908
5916
|
return;
|
|
5909
5917
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5910
5918
|
Be.classList.remove(Dt);
|
|
5911
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) &&
|
|
5919
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) && gd(ot, X, z) && Be.classList.add("inRange"));
|
|
5912
5920
|
});
|
|
5913
5921
|
}
|
|
5914
5922
|
}
|
|
@@ -6277,7 +6285,7 @@ function $n(t, n) {
|
|
|
6277
6285
|
try {
|
|
6278
6286
|
if (i.getAttribute("data-fp-omit") !== null)
|
|
6279
6287
|
continue;
|
|
6280
|
-
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr =
|
|
6288
|
+
i._flatpickr !== void 0 && (i._flatpickr.destroy(), i._flatpickr = void 0), i._flatpickr = bd(i, n || {}), r.push(i._flatpickr);
|
|
6281
6289
|
} catch (s) {
|
|
6282
6290
|
console.error(s);
|
|
6283
6291
|
}
|
|
@@ -6407,17 +6415,17 @@ var Go = { exports: {} };
|
|
|
6407
6415
|
return r;
|
|
6408
6416
|
});
|
|
6409
6417
|
})(Go);
|
|
6410
|
-
var
|
|
6411
|
-
const
|
|
6418
|
+
var _d = Go.exports;
|
|
6419
|
+
const $d = /* @__PURE__ */ Ei(_d), wd = `
|
|
6412
6420
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6413
6421
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6414
6422
|
</svg>
|
|
6415
|
-
`,
|
|
6423
|
+
`, Od = `
|
|
6416
6424
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6417
6425
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6418
6426
|
</svg>
|
|
6419
6427
|
`;
|
|
6420
|
-
const
|
|
6428
|
+
const kd = "single", lr = "range", Cd = {
|
|
6421
6429
|
props: {
|
|
6422
6430
|
name: {
|
|
6423
6431
|
type: String,
|
|
@@ -6440,7 +6448,7 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6440
6448
|
},
|
|
6441
6449
|
mode: {
|
|
6442
6450
|
type: String,
|
|
6443
|
-
default:
|
|
6451
|
+
default: kd
|
|
6444
6452
|
},
|
|
6445
6453
|
label: {
|
|
6446
6454
|
type: String,
|
|
@@ -6501,8 +6509,8 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6501
6509
|
position: "left",
|
|
6502
6510
|
mode: this.mode,
|
|
6503
6511
|
appendTo: this.$refs.dropdown,
|
|
6504
|
-
prevArrow:
|
|
6505
|
-
nextArrow:
|
|
6512
|
+
prevArrow: wd,
|
|
6513
|
+
nextArrow: Od,
|
|
6506
6514
|
ignoredFocusElements: Array.from(t),
|
|
6507
6515
|
locale: {
|
|
6508
6516
|
weekdays: {
|
|
@@ -6524,7 +6532,7 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6524
6532
|
onChange: (r, o) => this.onChange(o),
|
|
6525
6533
|
onClose: () => this.onClose()
|
|
6526
6534
|
};
|
|
6527
|
-
this.mode === lr && (n.plugins = [new
|
|
6535
|
+
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);
|
|
6528
6536
|
const e = Object.assign({}, n, this.config);
|
|
6529
6537
|
return this.pickerOptions = e, e;
|
|
6530
6538
|
},
|
|
@@ -6565,24 +6573,24 @@ const Cd = "single", lr = "range", Ed = {
|
|
|
6565
6573
|
document.removeEventListener("keyup", this.onDocumentKeyDown);
|
|
6566
6574
|
},
|
|
6567
6575
|
components: {
|
|
6568
|
-
IbIcon:
|
|
6576
|
+
IbIcon: Xe,
|
|
6569
6577
|
IbLabel: Ci,
|
|
6570
6578
|
IbAlert: cn
|
|
6571
6579
|
}
|
|
6572
|
-
},
|
|
6580
|
+
}, Ed = { class: "inputs-wrapper" }, Td = { class: "input-group-wrapper" }, Sd = ["placeholder"], xd = {
|
|
6573
6581
|
ref: "dropdown",
|
|
6574
6582
|
class: "dropdown"
|
|
6575
|
-
},
|
|
6583
|
+
}, Ad = {
|
|
6576
6584
|
key: 1,
|
|
6577
6585
|
class: "support-text"
|
|
6578
|
-
},
|
|
6586
|
+
}, Nd = {
|
|
6579
6587
|
key: 0,
|
|
6580
6588
|
class: "input-group-wrapper"
|
|
6581
|
-
},
|
|
6589
|
+
}, Id = ["placeholder"], Pd = {
|
|
6582
6590
|
key: 1,
|
|
6583
6591
|
class: "support-text"
|
|
6584
6592
|
};
|
|
6585
|
-
function
|
|
6593
|
+
function Md(t, n, e, r, o, i) {
|
|
6586
6594
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6587
6595
|
return G(), ne("div", {
|
|
6588
6596
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6601,8 +6609,8 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6601
6609
|
]),
|
|
6602
6610
|
_: 1
|
|
6603
6611
|
})) : he("", !0),
|
|
6604
|
-
ae("div",
|
|
6605
|
-
ae("div",
|
|
6612
|
+
ae("div", Ed, [
|
|
6613
|
+
ae("div", Td, [
|
|
6606
6614
|
e.label.length ? (G(), ke(l, {
|
|
6607
6615
|
key: 0,
|
|
6608
6616
|
class: "label",
|
|
@@ -6621,16 +6629,16 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6621
6629
|
placeholder: e.placeholder,
|
|
6622
6630
|
ref: "date",
|
|
6623
6631
|
class: "date-picker-input"
|
|
6624
|
-
}, null, 8,
|
|
6632
|
+
}, null, 8, Sd),
|
|
6625
6633
|
ge(c, {
|
|
6626
6634
|
name: "today-outline",
|
|
6627
6635
|
class: "calendar-icon"
|
|
6628
6636
|
})
|
|
6629
6637
|
], 2),
|
|
6630
|
-
ae("div",
|
|
6631
|
-
e.supportText.length ? (G(), ne("p",
|
|
6638
|
+
ae("div", xd, null, 512),
|
|
6639
|
+
e.supportText.length ? (G(), ne("p", Ad, $e(e.supportText), 1)) : he("", !0)
|
|
6632
6640
|
]),
|
|
6633
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6641
|
+
e.mode === "range" ? (G(), ne("div", Nd, [
|
|
6634
6642
|
e.endDateLabel.length ? (G(), ke(l, {
|
|
6635
6643
|
key: 0,
|
|
6636
6644
|
class: "end-date-label label",
|
|
@@ -6649,18 +6657,18 @@ function Dd(t, n, e, r, o, i) {
|
|
|
6649
6657
|
class: "date-picker-input",
|
|
6650
6658
|
placeholder: e.placeholder,
|
|
6651
6659
|
ref: "toDate"
|
|
6652
|
-
}, null, 8,
|
|
6660
|
+
}, null, 8, Id),
|
|
6653
6661
|
ge(c, {
|
|
6654
6662
|
name: "today-outline",
|
|
6655
6663
|
class: "calendar-icon"
|
|
6656
6664
|
})
|
|
6657
6665
|
], 2),
|
|
6658
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6666
|
+
e.endDateSupportText.length ? (G(), ne("p", Pd, $e(e.endDateSupportText), 1)) : he("", !0)
|
|
6659
6667
|
])) : he("", !0)
|
|
6660
6668
|
])
|
|
6661
6669
|
], 2);
|
|
6662
6670
|
}
|
|
6663
|
-
const
|
|
6671
|
+
const y1 = /* @__PURE__ */ Ae(Cd, [["render", Md]]), Dd = [
|
|
6664
6672
|
[
|
|
6665
6673
|
"Afghanistan (افغانستان)",
|
|
6666
6674
|
"af",
|
|
@@ -7877,12 +7885,12 @@ const b1 = /* @__PURE__ */ Ae(Ed, [["render", Dd]]), Ld = [
|
|
|
7877
7885
|
"ax",
|
|
7878
7886
|
"358"
|
|
7879
7887
|
]
|
|
7880
|
-
],
|
|
7888
|
+
], Ld = Dd.map(([t, n, e]) => ({
|
|
7881
7889
|
name: t,
|
|
7882
7890
|
iso2: n.toUpperCase(),
|
|
7883
7891
|
dialCode: e
|
|
7884
7892
|
}));
|
|
7885
|
-
function
|
|
7893
|
+
function Rd() {
|
|
7886
7894
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7887
7895
|
const n = (t || "").toString();
|
|
7888
7896
|
if (!n || n[0] !== "1")
|
|
@@ -7890,7 +7898,7 @@ function Bd() {
|
|
|
7890
7898
|
return n.substr(2, 2);
|
|
7891
7899
|
});
|
|
7892
7900
|
}
|
|
7893
|
-
function
|
|
7901
|
+
function Bd(t, n) {
|
|
7894
7902
|
if (t.setSelectionRange)
|
|
7895
7903
|
t.focus(), t.setSelectionRange(n, n);
|
|
7896
7904
|
else if (t.createTextRange) {
|
|
@@ -7898,11 +7906,11 @@ function jd(t, n) {
|
|
|
7898
7906
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7899
7907
|
}
|
|
7900
7908
|
}
|
|
7901
|
-
const
|
|
7909
|
+
const jd = [
|
|
7902
7910
|
{
|
|
7903
7911
|
name: "allCountries",
|
|
7904
7912
|
type: Array,
|
|
7905
|
-
default:
|
|
7913
|
+
default: Ld,
|
|
7906
7914
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7907
7915
|
inDemo: !1
|
|
7908
7916
|
},
|
|
@@ -8143,7 +8151,7 @@ const qd = [
|
|
|
8143
8151
|
description: "Only allow valid characters in a phone number (will also verify in <code>mounted</code>, so phone number with invalid characters will be shown as an empty string)",
|
|
8144
8152
|
inDemo: !1
|
|
8145
8153
|
}
|
|
8146
|
-
],
|
|
8154
|
+
], qd = [...jd].reduce((t, n) => {
|
|
8147
8155
|
if (n.name.includes(".")) {
|
|
8148
8156
|
const [e, r] = n.name.split(".");
|
|
8149
8157
|
t[e] ? Object.assign(t[e], { [r]: n.default }) : Object.assign(t, { [e]: { [r]: n.default } });
|
|
@@ -8151,11 +8159,11 @@ const qd = [
|
|
|
8151
8159
|
Object.assign(t, { [n.name]: n.default });
|
|
8152
8160
|
return t;
|
|
8153
8161
|
}, {}), Yr = {
|
|
8154
|
-
options: { ...
|
|
8155
|
-
}, Hd = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d\\d|606)\\d{5}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "(?:[45]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
8156
|
-
function
|
|
8162
|
+
options: { ...qd }
|
|
8163
|
+
}, Fd = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d\\d|606)\\d{5}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "(?:[45]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
8164
|
+
function Hd(t, n) {
|
|
8157
8165
|
var e = Array.prototype.slice.call(n);
|
|
8158
|
-
return e.push(
|
|
8166
|
+
return e.push(Fd), t.apply(this, e);
|
|
8159
8167
|
}
|
|
8160
8168
|
function mr(t) {
|
|
8161
8169
|
return mr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -8170,19 +8178,19 @@ function Wr(t, n) {
|
|
|
8170
8178
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8171
8179
|
}
|
|
8172
8180
|
}
|
|
8173
|
-
function
|
|
8181
|
+
function Vd(t, n, e) {
|
|
8174
8182
|
return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8175
8183
|
}
|
|
8176
|
-
function
|
|
8184
|
+
function Ud(t, n) {
|
|
8177
8185
|
if (!(t instanceof n))
|
|
8178
8186
|
throw new TypeError("Cannot call a class as a function");
|
|
8179
8187
|
}
|
|
8180
|
-
function
|
|
8188
|
+
function zd(t, n) {
|
|
8181
8189
|
if (typeof n != "function" && n !== null)
|
|
8182
8190
|
throw new TypeError("Super expression must either be null or a function");
|
|
8183
8191
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8184
8192
|
}
|
|
8185
|
-
function
|
|
8193
|
+
function Kd(t) {
|
|
8186
8194
|
var n = Wo();
|
|
8187
8195
|
return function() {
|
|
8188
8196
|
var e = Gn(t), r;
|
|
@@ -8191,10 +8199,10 @@ function Gd(t) {
|
|
|
8191
8199
|
r = Reflect.construct(e, arguments, o);
|
|
8192
8200
|
} else
|
|
8193
8201
|
r = e.apply(this, arguments);
|
|
8194
|
-
return
|
|
8202
|
+
return Gd(this, r);
|
|
8195
8203
|
};
|
|
8196
8204
|
}
|
|
8197
|
-
function
|
|
8205
|
+
function Gd(t, n) {
|
|
8198
8206
|
if (n && (mr(n) === "object" || typeof n == "function"))
|
|
8199
8207
|
return n;
|
|
8200
8208
|
if (n !== void 0)
|
|
@@ -8209,7 +8217,7 @@ function Yo(t) {
|
|
|
8209
8217
|
function vr(t) {
|
|
8210
8218
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
8211
8219
|
return vr = function(e) {
|
|
8212
|
-
if (e === null || !
|
|
8220
|
+
if (e === null || !Yd(e))
|
|
8213
8221
|
return e;
|
|
8214
8222
|
if (typeof e != "function")
|
|
8215
8223
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -8244,7 +8252,7 @@ function Wo() {
|
|
|
8244
8252
|
return !1;
|
|
8245
8253
|
}
|
|
8246
8254
|
}
|
|
8247
|
-
function
|
|
8255
|
+
function Yd(t) {
|
|
8248
8256
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8249
8257
|
}
|
|
8250
8258
|
function Kn(t, n) {
|
|
@@ -8258,14 +8266,14 @@ function Gn(t) {
|
|
|
8258
8266
|
}, Gn(t);
|
|
8259
8267
|
}
|
|
8260
8268
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8261
|
-
|
|
8262
|
-
var n =
|
|
8269
|
+
zd(e, t);
|
|
8270
|
+
var n = Kd(e);
|
|
8263
8271
|
function e(r) {
|
|
8264
8272
|
var o;
|
|
8265
|
-
return
|
|
8273
|
+
return Ud(this, e), o = n.call(this, r), Object.setPrototypeOf(Yo(o), e.prototype), o.name = o.constructor.name, o;
|
|
8266
8274
|
}
|
|
8267
|
-
return
|
|
8268
|
-
}(/* @__PURE__ */ vr(Error)), Sr = 2,
|
|
8275
|
+
return Vd(e);
|
|
8276
|
+
}(/* @__PURE__ */ vr(Error)), Sr = 2, Wd = 17, Zd = 3, Qt = "0-90-9٠-٩۰-۹", Jd = "-‐-―−ー-", Xd = "//", Qd = "..", ec = " ", tc = "()()[]\\[\\]", nc = "~⁓∼~", vi = "".concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc).concat(nc), xr = "++";
|
|
8269
8277
|
function Zr(t, n) {
|
|
8270
8278
|
t = t.split("-"), n = n.split("-");
|
|
8271
8279
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8301,9 +8309,9 @@ function Jr(t, n) {
|
|
|
8301
8309
|
function Si(t, n, e) {
|
|
8302
8310
|
return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8303
8311
|
}
|
|
8304
|
-
var
|
|
8312
|
+
var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8305
8313
|
function t(n) {
|
|
8306
|
-
Ti(this, t),
|
|
8314
|
+
Ti(this, t), uc(n), this.metadata = n, Zo.call(this, n);
|
|
8307
8315
|
}
|
|
8308
8316
|
return Si(t, [{
|
|
8309
8317
|
key: "getCountries",
|
|
@@ -8356,7 +8364,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8356
8364
|
}, {
|
|
8357
8365
|
key: "selectNumberingPlan",
|
|
8358
8366
|
value: function(n, e) {
|
|
8359
|
-
if (n &&
|
|
8367
|
+
if (n && oc.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8360
8368
|
if (!this.hasCountry(n))
|
|
8361
8369
|
throw new Error("Unknown country: ".concat(n));
|
|
8362
8370
|
this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
|
|
@@ -8546,7 +8554,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8546
8554
|
value: function() {
|
|
8547
8555
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8548
8556
|
return e.map(function(r) {
|
|
8549
|
-
return new
|
|
8557
|
+
return new ac(r, n);
|
|
8550
8558
|
});
|
|
8551
8559
|
}
|
|
8552
8560
|
}, {
|
|
@@ -8615,7 +8623,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8615
8623
|
key: "type",
|
|
8616
8624
|
value: function(n) {
|
|
8617
8625
|
if (this.hasTypes() && eo(this.types(), n))
|
|
8618
|
-
return new
|
|
8626
|
+
return new sc(eo(this.types(), n), this);
|
|
8619
8627
|
}
|
|
8620
8628
|
}, {
|
|
8621
8629
|
key: "ext",
|
|
@@ -8623,7 +8631,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8623
8631
|
return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
|
|
8624
8632
|
}
|
|
8625
8633
|
}]), t;
|
|
8626
|
-
}(),
|
|
8634
|
+
}(), ac = /* @__PURE__ */ function() {
|
|
8627
8635
|
function t(n, e) {
|
|
8628
8636
|
Ti(this, t), this._format = n, this.metadata = e;
|
|
8629
8637
|
}
|
|
@@ -8662,7 +8670,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8662
8670
|
key: "usesNationalPrefix",
|
|
8663
8671
|
value: function() {
|
|
8664
8672
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8665
|
-
!
|
|
8673
|
+
!lc.test(this.nationalPrefixFormattingRule()));
|
|
8666
8674
|
}
|
|
8667
8675
|
}, {
|
|
8668
8676
|
key: "internationalFormat",
|
|
@@ -8670,7 +8678,7 @@ var rc = "1.2.0", oc = "1.7.35", Xr = " ext. ", ac = /^\d+$/, Ct = /* @__PURE__
|
|
|
8670
8678
|
return this._format[5] || this.format();
|
|
8671
8679
|
}
|
|
8672
8680
|
}]), t;
|
|
8673
|
-
}(),
|
|
8681
|
+
}(), lc = /^\(?\$1\)?$/, sc = /* @__PURE__ */ function() {
|
|
8674
8682
|
function t(n, e) {
|
|
8675
8683
|
Ti(this, t), this.type = n, this.metadata = e;
|
|
8676
8684
|
}
|
|
@@ -8711,15 +8719,15 @@ function eo(t, n) {
|
|
|
8711
8719
|
return t[9];
|
|
8712
8720
|
}
|
|
8713
8721
|
}
|
|
8714
|
-
function
|
|
8722
|
+
function uc(t) {
|
|
8715
8723
|
if (!t)
|
|
8716
8724
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8717
8725
|
if (!sr(t) || !sr(t.countries))
|
|
8718
|
-
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(sr(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
8726
|
+
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(sr(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + dc(t) + ": " + t, "."));
|
|
8719
8727
|
}
|
|
8720
8728
|
var sr = function(t) {
|
|
8721
8729
|
return yi(t) === "object";
|
|
8722
|
-
},
|
|
8730
|
+
}, dc = function(t) {
|
|
8723
8731
|
return yi(t);
|
|
8724
8732
|
};
|
|
8725
8733
|
function Ar(t, n) {
|
|
@@ -8727,34 +8735,34 @@ function Ar(t, n) {
|
|
|
8727
8735
|
return n.country(t).countryCallingCode();
|
|
8728
8736
|
throw new Error("Unknown country: ".concat(t));
|
|
8729
8737
|
}
|
|
8730
|
-
function
|
|
8738
|
+
function cc(t, n) {
|
|
8731
8739
|
return n.countries[t] !== void 0;
|
|
8732
8740
|
}
|
|
8733
8741
|
function Zo(t) {
|
|
8734
8742
|
var n = t.version;
|
|
8735
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n,
|
|
8743
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n, ic) === -1 ? this.v2 = !0 : Zr(n, rc) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8736
8744
|
}
|
|
8737
|
-
var
|
|
8745
|
+
var fc = ";ext=", bn = function(t) {
|
|
8738
8746
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8739
8747
|
};
|
|
8740
8748
|
function Jo(t) {
|
|
8741
|
-
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u =
|
|
8749
|
+
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = fc + bn(n), b = i + c + s + bn(n) + l, v = i + f + s + bn(r) + l, y = h + bn(o) + "#", g = d + a + s + bn(e) + l, m = d + "(?:,)+" + s + bn(r) + l;
|
|
8742
8750
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8743
8751
|
}
|
|
8744
|
-
var
|
|
8745
|
-
"(?:" + Jo() + ")?",
|
|
8752
|
+
var hc = "[" + Qt + "]{" + Sr + "}", pc = "[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", gc = new RegExp("^[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), mc = pc + // Phone number extensions
|
|
8753
|
+
"(?:" + Jo() + ")?", vc = new RegExp(
|
|
8746
8754
|
// Either a short two-digit-only phone number
|
|
8747
|
-
"^" +
|
|
8755
|
+
"^" + hc + "$|^" + mc + "$",
|
|
8748
8756
|
"i"
|
|
8749
8757
|
);
|
|
8750
8758
|
function Xo(t) {
|
|
8751
|
-
return t.length >= Sr &&
|
|
8759
|
+
return t.length >= Sr && vc.test(t);
|
|
8752
8760
|
}
|
|
8753
|
-
function
|
|
8754
|
-
return
|
|
8761
|
+
function yc(t) {
|
|
8762
|
+
return gc.test(t);
|
|
8755
8763
|
}
|
|
8756
8764
|
var to = new RegExp("(?:" + Jo() + ")$", "i");
|
|
8757
|
-
function
|
|
8765
|
+
function bc(t) {
|
|
8758
8766
|
var n = t.search(to);
|
|
8759
8767
|
if (n < 0)
|
|
8760
8768
|
return {};
|
|
@@ -8767,7 +8775,7 @@ function _c(t) {
|
|
|
8767
8775
|
o++;
|
|
8768
8776
|
}
|
|
8769
8777
|
}
|
|
8770
|
-
var
|
|
8778
|
+
var _c = {
|
|
8771
8779
|
0: "0",
|
|
8772
8780
|
1: "1",
|
|
8773
8781
|
2: "2",
|
|
@@ -8839,14 +8847,14 @@ var $c = {
|
|
|
8839
8847
|
"۹": "9"
|
|
8840
8848
|
// Eastern-Arabic digit 9
|
|
8841
8849
|
};
|
|
8842
|
-
function
|
|
8843
|
-
return
|
|
8850
|
+
function $c(t) {
|
|
8851
|
+
return _c[t];
|
|
8844
8852
|
}
|
|
8845
|
-
function
|
|
8853
|
+
function wc(t, n) {
|
|
8846
8854
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8847
8855
|
if (e)
|
|
8848
8856
|
return (e = e.call(t)).next.bind(e);
|
|
8849
|
-
if (Array.isArray(t) || (e =
|
|
8857
|
+
if (Array.isArray(t) || (e = Oc(t)) || n && t && typeof t.length == "number") {
|
|
8850
8858
|
e && (t = e);
|
|
8851
8859
|
var r = 0;
|
|
8852
8860
|
return function() {
|
|
@@ -8856,7 +8864,7 @@ function Oc(t, n) {
|
|
|
8856
8864
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8857
8865
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8858
8866
|
}
|
|
8859
|
-
function
|
|
8867
|
+
function Oc(t, n) {
|
|
8860
8868
|
if (t) {
|
|
8861
8869
|
if (typeof t == "string")
|
|
8862
8870
|
return no(t, n);
|
|
@@ -8874,20 +8882,20 @@ function no(t, n) {
|
|
|
8874
8882
|
return r;
|
|
8875
8883
|
}
|
|
8876
8884
|
function io(t) {
|
|
8877
|
-
for (var n = "", e =
|
|
8885
|
+
for (var n = "", e = wc(t.split("")), r; !(r = e()).done; ) {
|
|
8878
8886
|
var o = r.value;
|
|
8879
|
-
n +=
|
|
8887
|
+
n += kc(o, n) || "";
|
|
8880
8888
|
}
|
|
8881
8889
|
return n;
|
|
8882
8890
|
}
|
|
8883
|
-
function
|
|
8884
|
-
return t === "+" ? n ? void 0 : "+" :
|
|
8891
|
+
function kc(t, n) {
|
|
8892
|
+
return t === "+" ? n ? void 0 : "+" : $c(t);
|
|
8885
8893
|
}
|
|
8886
|
-
function
|
|
8894
|
+
function Cc(t, n) {
|
|
8887
8895
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8888
8896
|
if (e)
|
|
8889
8897
|
return (e = e.call(t)).next.bind(e);
|
|
8890
|
-
if (Array.isArray(t) || (e =
|
|
8898
|
+
if (Array.isArray(t) || (e = Ec(t)) || n && t && typeof t.length == "number") {
|
|
8891
8899
|
e && (t = e);
|
|
8892
8900
|
var r = 0;
|
|
8893
8901
|
return function() {
|
|
@@ -8897,7 +8905,7 @@ function Ec(t, n) {
|
|
|
8897
8905
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8898
8906
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8899
8907
|
}
|
|
8900
|
-
function
|
|
8908
|
+
function Ec(t, n) {
|
|
8901
8909
|
if (t) {
|
|
8902
8910
|
if (typeof t == "string")
|
|
8903
8911
|
return ro(t, n);
|
|
@@ -8914,8 +8922,8 @@ function ro(t, n) {
|
|
|
8914
8922
|
r[e] = t[e];
|
|
8915
8923
|
return r;
|
|
8916
8924
|
}
|
|
8917
|
-
function
|
|
8918
|
-
for (var e = t.slice(), r =
|
|
8925
|
+
function Tc(t, n) {
|
|
8926
|
+
for (var e = t.slice(), r = Cc(n), o; !(o = r()).done; ) {
|
|
8919
8927
|
var i = o.value;
|
|
8920
8928
|
t.indexOf(i) < 0 && e.push(i);
|
|
8921
8929
|
}
|
|
@@ -8934,13 +8942,13 @@ function Qo(t, n, e) {
|
|
|
8934
8942
|
if (!e.type("FIXED_LINE"))
|
|
8935
8943
|
return Qo(t, "MOBILE", e);
|
|
8936
8944
|
var i = e.type("MOBILE");
|
|
8937
|
-
i && (o =
|
|
8945
|
+
i && (o = Tc(o, i.possibleLengths()));
|
|
8938
8946
|
} else if (n && !r)
|
|
8939
8947
|
return "INVALID_LENGTH";
|
|
8940
8948
|
var s = t.length, l = o[0];
|
|
8941
8949
|
return l === s ? "IS_POSSIBLE" : l > s ? "TOO_SHORT" : o[o.length - 1] < s ? "TOO_LONG" : o.indexOf(s, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8942
8950
|
}
|
|
8943
|
-
function
|
|
8951
|
+
function Sc(t, n, e) {
|
|
8944
8952
|
if (n === void 0 && (n = {}), e = new Ct(e), n.v2) {
|
|
8945
8953
|
if (!t.countryCallingCode)
|
|
8946
8954
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8972,14 +8980,14 @@ function ea(t, n) {
|
|
|
8972
8980
|
return !1;
|
|
8973
8981
|
}
|
|
8974
8982
|
}
|
|
8975
|
-
function
|
|
8976
|
-
return
|
|
8983
|
+
function xc(t, n) {
|
|
8984
|
+
return Ic(t) || Nc(t, n) || ta(t, n) || Ac();
|
|
8977
8985
|
}
|
|
8978
|
-
function
|
|
8986
|
+
function Ac() {
|
|
8979
8987
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8980
8988
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8981
8989
|
}
|
|
8982
|
-
function
|
|
8990
|
+
function Nc(t, n) {
|
|
8983
8991
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8984
8992
|
if (e != null) {
|
|
8985
8993
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -8999,11 +9007,11 @@ function Ic(t, n) {
|
|
|
8999
9007
|
return r;
|
|
9000
9008
|
}
|
|
9001
9009
|
}
|
|
9002
|
-
function
|
|
9010
|
+
function Ic(t) {
|
|
9003
9011
|
if (Array.isArray(t))
|
|
9004
9012
|
return t;
|
|
9005
9013
|
}
|
|
9006
|
-
function
|
|
9014
|
+
function Pc(t, n) {
|
|
9007
9015
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9008
9016
|
if (e)
|
|
9009
9017
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -9034,11 +9042,11 @@ function oo(t, n) {
|
|
|
9034
9042
|
r[e] = t[e];
|
|
9035
9043
|
return r;
|
|
9036
9044
|
}
|
|
9037
|
-
function
|
|
9045
|
+
function Mc(t) {
|
|
9038
9046
|
var n, e;
|
|
9039
9047
|
t = t.replace(/^tel:/, "tel=");
|
|
9040
|
-
for (var r =
|
|
9041
|
-
var i = o.value, s = i.split("="), l =
|
|
9048
|
+
for (var r = Pc(t.split(";")), o; !(o = r()).done; ) {
|
|
9049
|
+
var i = o.value, s = i.split("="), l = xc(s, 2), c = l[0], f = l[1];
|
|
9042
9050
|
switch (c) {
|
|
9043
9051
|
case "tel":
|
|
9044
9052
|
n = f;
|
|
@@ -9058,7 +9066,7 @@ function Dc(t) {
|
|
|
9058
9066
|
};
|
|
9059
9067
|
return e && (h.ext = e), h;
|
|
9060
9068
|
}
|
|
9061
|
-
function
|
|
9069
|
+
function Dc(t) {
|
|
9062
9070
|
var n = t.number, e = t.ext;
|
|
9063
9071
|
if (!n)
|
|
9064
9072
|
return "";
|
|
@@ -9069,11 +9077,11 @@ function Lc(t) {
|
|
|
9069
9077
|
function Wt(t, n) {
|
|
9070
9078
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
9071
9079
|
}
|
|
9072
|
-
function
|
|
9080
|
+
function Lc(t, n) {
|
|
9073
9081
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9074
9082
|
if (e)
|
|
9075
9083
|
return (e = e.call(t)).next.bind(e);
|
|
9076
|
-
if (Array.isArray(t) || (e =
|
|
9084
|
+
if (Array.isArray(t) || (e = Rc(t)) || n && t && typeof t.length == "number") {
|
|
9077
9085
|
e && (t = e);
|
|
9078
9086
|
var r = 0;
|
|
9079
9087
|
return function() {
|
|
@@ -9083,7 +9091,7 @@ function Rc(t, n) {
|
|
|
9083
9091
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9084
9092
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9085
9093
|
}
|
|
9086
|
-
function
|
|
9094
|
+
function Rc(t, n) {
|
|
9087
9095
|
if (t) {
|
|
9088
9096
|
if (typeof t == "string")
|
|
9089
9097
|
return ao(t, n);
|
|
@@ -9100,7 +9108,7 @@ function ao(t, n) {
|
|
|
9100
9108
|
r[e] = t[e];
|
|
9101
9109
|
return r;
|
|
9102
9110
|
}
|
|
9103
|
-
var
|
|
9111
|
+
var Bc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9104
9112
|
function Ir(t, n, e) {
|
|
9105
9113
|
if (n = n || {}, !!t.country) {
|
|
9106
9114
|
e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -9108,7 +9116,7 @@ function Ir(t, n, e) {
|
|
|
9108
9116
|
if (Wt(r, e.nationalNumberPattern())) {
|
|
9109
9117
|
if (ur(r, "FIXED_LINE", e))
|
|
9110
9118
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ur(r, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
9111
|
-
for (var o =
|
|
9119
|
+
for (var o = Lc(Bc), i; !(i = o()).done; ) {
|
|
9112
9120
|
var s = i.value;
|
|
9113
9121
|
if (ur(r, s, e))
|
|
9114
9122
|
return s;
|
|
@@ -9119,7 +9127,7 @@ function Ir(t, n, e) {
|
|
|
9119
9127
|
function ur(t, n, e) {
|
|
9120
9128
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Wt(t, n.pattern());
|
|
9121
9129
|
}
|
|
9122
|
-
function
|
|
9130
|
+
function jc(t, n, e) {
|
|
9123
9131
|
if (n = n || {}, e = new Ct(e), !t.country)
|
|
9124
9132
|
return !1;
|
|
9125
9133
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -9127,11 +9135,11 @@ function qc(t, n, e) {
|
|
|
9127
9135
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
9128
9136
|
return Wt(r, e.nationalNumberPattern());
|
|
9129
9137
|
}
|
|
9130
|
-
function
|
|
9138
|
+
function qc(t) {
|
|
9131
9139
|
return t.replace(new RegExp("[".concat(vi, "]+"), "g"), " ").trim();
|
|
9132
9140
|
}
|
|
9133
|
-
var
|
|
9134
|
-
function
|
|
9141
|
+
var Fc = /(\$\d)/;
|
|
9142
|
+
function Hc(t, n, e) {
|
|
9135
9143
|
var r = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
9136
9144
|
e.carrierCode, e.metadata;
|
|
9137
9145
|
var i = t.replace(new RegExp(n.pattern()), r ? n.internationalFormat() : (
|
|
@@ -9148,23 +9156,23 @@ function Vc(t, n, e) {
|
|
|
9148
9156
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
9149
9157
|
// : format.format()
|
|
9150
9158
|
// )
|
|
9151
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
9159
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Fc, n.nationalPrefixFormattingRule()) : n.format()
|
|
9152
9160
|
));
|
|
9153
|
-
return r ?
|
|
9161
|
+
return r ? qc(i) : i;
|
|
9154
9162
|
}
|
|
9155
|
-
var
|
|
9156
|
-
function
|
|
9163
|
+
var Vc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
9164
|
+
function Uc(t, n, e) {
|
|
9157
9165
|
var r = new Ct(e);
|
|
9158
9166
|
if (r.selectNumberingPlan(t, n), r.defaultIDDPrefix())
|
|
9159
9167
|
return r.defaultIDDPrefix();
|
|
9160
|
-
if (
|
|
9168
|
+
if (Vc.test(r.IDDPrefix()))
|
|
9161
9169
|
return r.IDDPrefix();
|
|
9162
9170
|
}
|
|
9163
|
-
function
|
|
9171
|
+
function zc(t, n) {
|
|
9164
9172
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9165
9173
|
if (e)
|
|
9166
9174
|
return (e = e.call(t)).next.bind(e);
|
|
9167
|
-
if (Array.isArray(t) || (e =
|
|
9175
|
+
if (Array.isArray(t) || (e = Kc(t)) || n && t && typeof t.length == "number") {
|
|
9168
9176
|
e && (t = e);
|
|
9169
9177
|
var r = 0;
|
|
9170
9178
|
return function() {
|
|
@@ -9174,7 +9182,7 @@ function Kc(t, n) {
|
|
|
9174
9182
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9175
9183
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9176
9184
|
}
|
|
9177
|
-
function
|
|
9185
|
+
function Kc(t, n) {
|
|
9178
9186
|
if (t) {
|
|
9179
9187
|
if (typeof t == "string")
|
|
9180
9188
|
return lo(t, n);
|
|
@@ -9205,14 +9213,14 @@ function uo(t) {
|
|
|
9205
9213
|
for (var n = 1; n < arguments.length; n++) {
|
|
9206
9214
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9207
9215
|
n % 2 ? so(Object(e), !0).forEach(function(r) {
|
|
9208
|
-
|
|
9216
|
+
Gc(t, r, e[r]);
|
|
9209
9217
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
|
|
9210
9218
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9211
9219
|
});
|
|
9212
9220
|
}
|
|
9213
9221
|
return t;
|
|
9214
9222
|
}
|
|
9215
|
-
function
|
|
9223
|
+
function Gc(t, n, e) {
|
|
9216
9224
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9217
9225
|
}
|
|
9218
9226
|
var co = {
|
|
@@ -9220,7 +9228,7 @@ var co = {
|
|
|
9220
9228
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9221
9229
|
}
|
|
9222
9230
|
};
|
|
9223
|
-
function
|
|
9231
|
+
function Yc(t, n, e, r) {
|
|
9224
9232
|
if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
|
|
9225
9233
|
if (!r.hasCountry(t.country))
|
|
9226
9234
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -9238,30 +9246,30 @@ function Wc(t, n, e, r) {
|
|
|
9238
9246
|
case "E.164":
|
|
9239
9247
|
return "+".concat(o).concat(i);
|
|
9240
9248
|
case "RFC3966":
|
|
9241
|
-
return
|
|
9249
|
+
return Dc({
|
|
9242
9250
|
number: "+".concat(o).concat(i),
|
|
9243
9251
|
ext: t.ext
|
|
9244
9252
|
});
|
|
9245
9253
|
case "IDD":
|
|
9246
9254
|
if (!e.fromCountry)
|
|
9247
9255
|
return;
|
|
9248
|
-
var l =
|
|
9256
|
+
var l = Zc(i, t.carrierCode, o, e.fromCountry, r);
|
|
9249
9257
|
return dr(l, t.ext, r, e.formatExtension);
|
|
9250
9258
|
default:
|
|
9251
9259
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
9252
9260
|
}
|
|
9253
9261
|
}
|
|
9254
9262
|
function bi(t, n, e, r, o) {
|
|
9255
|
-
var i =
|
|
9256
|
-
return i ?
|
|
9263
|
+
var i = Wc(r.formats(), t);
|
|
9264
|
+
return i ? Hc(t, i, {
|
|
9257
9265
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
9258
9266
|
withNationalPrefix: !(i.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
9259
9267
|
carrierCode: n,
|
|
9260
9268
|
metadata: r
|
|
9261
9269
|
}) : t;
|
|
9262
9270
|
}
|
|
9263
|
-
function
|
|
9264
|
-
for (var e =
|
|
9271
|
+
function Wc(t, n) {
|
|
9272
|
+
for (var e = zc(t), r; !(r = e()).done; ) {
|
|
9265
9273
|
var o = r.value;
|
|
9266
9274
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
9267
9275
|
var i = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -9275,13 +9283,13 @@ function Zc(t, n) {
|
|
|
9275
9283
|
function dr(t, n, e, r) {
|
|
9276
9284
|
return n ? r(t, n, e) : t;
|
|
9277
9285
|
}
|
|
9278
|
-
function
|
|
9286
|
+
function Zc(t, n, e, r, o) {
|
|
9279
9287
|
var i = Ar(r, o.metadata);
|
|
9280
9288
|
if (i === e) {
|
|
9281
9289
|
var s = bi(t, n, "NATIONAL", o);
|
|
9282
9290
|
return e === "1" ? e + " " + s : s;
|
|
9283
9291
|
}
|
|
9284
|
-
var l =
|
|
9292
|
+
var l = Uc(r, void 0, o.metadata);
|
|
9285
9293
|
if (l)
|
|
9286
9294
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9287
9295
|
}
|
|
@@ -9299,17 +9307,17 @@ function ho(t) {
|
|
|
9299
9307
|
for (var n = 1; n < arguments.length; n++) {
|
|
9300
9308
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9301
9309
|
n % 2 ? fo(Object(e), !0).forEach(function(r) {
|
|
9302
|
-
|
|
9310
|
+
Jc(t, r, e[r]);
|
|
9303
9311
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
|
|
9304
9312
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9305
9313
|
});
|
|
9306
9314
|
}
|
|
9307
9315
|
return t;
|
|
9308
9316
|
}
|
|
9309
|
-
function
|
|
9317
|
+
function Jc(t, n, e) {
|
|
9310
9318
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9311
9319
|
}
|
|
9312
|
-
function
|
|
9320
|
+
function Xc(t, n) {
|
|
9313
9321
|
if (!(t instanceof n))
|
|
9314
9322
|
throw new TypeError("Cannot call a class as a function");
|
|
9315
9323
|
}
|
|
@@ -9319,21 +9327,21 @@ function po(t, n) {
|
|
|
9319
9327
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9320
9328
|
}
|
|
9321
9329
|
}
|
|
9322
|
-
function
|
|
9330
|
+
function Qc(t, n, e) {
|
|
9323
9331
|
return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9324
9332
|
}
|
|
9325
|
-
var
|
|
9333
|
+
var ef = /* @__PURE__ */ function() {
|
|
9326
9334
|
function t(n, e, r) {
|
|
9327
|
-
if (
|
|
9335
|
+
if (Xc(this, t), !n)
|
|
9328
9336
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9329
9337
|
if (!e)
|
|
9330
9338
|
throw new TypeError("`nationalNumber` not passed");
|
|
9331
9339
|
if (!r)
|
|
9332
9340
|
throw new TypeError("`metadata` not passed");
|
|
9333
9341
|
var o = new Ct(r);
|
|
9334
|
-
|
|
9342
|
+
tf(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;
|
|
9335
9343
|
}
|
|
9336
|
-
return
|
|
9344
|
+
return Qc(t, [{
|
|
9337
9345
|
key: "setExt",
|
|
9338
9346
|
value: function(n) {
|
|
9339
9347
|
this.ext = n;
|
|
@@ -9341,14 +9349,14 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9341
9349
|
}, {
|
|
9342
9350
|
key: "isPossible",
|
|
9343
9351
|
value: function() {
|
|
9344
|
-
return
|
|
9352
|
+
return Sc(this, {
|
|
9345
9353
|
v2: !0
|
|
9346
9354
|
}, this.metadata);
|
|
9347
9355
|
}
|
|
9348
9356
|
}, {
|
|
9349
9357
|
key: "isValid",
|
|
9350
9358
|
value: function() {
|
|
9351
|
-
return
|
|
9359
|
+
return jc(this, {
|
|
9352
9360
|
v2: !0
|
|
9353
9361
|
}, this.metadata);
|
|
9354
9362
|
}
|
|
@@ -9378,7 +9386,7 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9378
9386
|
}, {
|
|
9379
9387
|
key: "format",
|
|
9380
9388
|
value: function(n, e) {
|
|
9381
|
-
return
|
|
9389
|
+
return Yc(this, n, e ? ho(ho({}, e), {}, {
|
|
9382
9390
|
v2: !0
|
|
9383
9391
|
}) : {
|
|
9384
9392
|
v2: !0
|
|
@@ -9400,23 +9408,23 @@ var tf = /* @__PURE__ */ function() {
|
|
|
9400
9408
|
return this.format("RFC3966", n);
|
|
9401
9409
|
}
|
|
9402
9410
|
}]), t;
|
|
9403
|
-
}(),
|
|
9411
|
+
}(), tf = function(t) {
|
|
9404
9412
|
return /^[A-Z]{2}$/.test(t);
|
|
9405
|
-
},
|
|
9406
|
-
function
|
|
9413
|
+
}, nf = new RegExp("([" + Qt + "])");
|
|
9414
|
+
function rf(t, n, e, r) {
|
|
9407
9415
|
if (n) {
|
|
9408
9416
|
var o = new Ct(r);
|
|
9409
9417
|
o.selectNumberingPlan(n, e);
|
|
9410
9418
|
var i = new RegExp(o.IDDPrefix());
|
|
9411
9419
|
if (t.search(i) === 0) {
|
|
9412
9420
|
t = t.slice(t.match(i)[0].length);
|
|
9413
|
-
var s = t.match(
|
|
9421
|
+
var s = t.match(nf);
|
|
9414
9422
|
if (!(s && s[1] != null && s[1].length > 0 && s[1] === "0"))
|
|
9415
9423
|
return t;
|
|
9416
9424
|
}
|
|
9417
9425
|
}
|
|
9418
9426
|
}
|
|
9419
|
-
function
|
|
9427
|
+
function of(t, n) {
|
|
9420
9428
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9421
9429
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), r = e.exec(t);
|
|
9422
9430
|
if (r) {
|
|
@@ -9445,13 +9453,13 @@ function af(t, n) {
|
|
|
9445
9453
|
};
|
|
9446
9454
|
}
|
|
9447
9455
|
function yr(t, n) {
|
|
9448
|
-
var e =
|
|
9456
|
+
var e = of(t, n), r = e.carrierCode, o = e.nationalNumber;
|
|
9449
9457
|
if (o !== t) {
|
|
9450
|
-
if (!
|
|
9458
|
+
if (!af(t, o, n))
|
|
9451
9459
|
return {
|
|
9452
9460
|
nationalNumber: t
|
|
9453
9461
|
};
|
|
9454
|
-
if (n.possibleLengths() && !
|
|
9462
|
+
if (n.possibleLengths() && !lf(o, n))
|
|
9455
9463
|
return {
|
|
9456
9464
|
nationalNumber: t
|
|
9457
9465
|
};
|
|
@@ -9461,10 +9469,10 @@ function yr(t, n) {
|
|
|
9461
9469
|
carrierCode: r
|
|
9462
9470
|
};
|
|
9463
9471
|
}
|
|
9464
|
-
function
|
|
9472
|
+
function af(t, n, e) {
|
|
9465
9473
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9466
9474
|
}
|
|
9467
|
-
function
|
|
9475
|
+
function lf(t, n) {
|
|
9468
9476
|
switch (Nr(t, n)) {
|
|
9469
9477
|
case "TOO_SHORT":
|
|
9470
9478
|
case "INVALID_LENGTH":
|
|
@@ -9473,7 +9481,7 @@ function sf(t, n) {
|
|
|
9473
9481
|
return !0;
|
|
9474
9482
|
}
|
|
9475
9483
|
}
|
|
9476
|
-
function
|
|
9484
|
+
function sf(t, n, e, r) {
|
|
9477
9485
|
var o = n ? Ar(n, r) : e;
|
|
9478
9486
|
if (t.indexOf(o) === 0) {
|
|
9479
9487
|
r = new Ct(r), r.selectNumberingPlan(n, e);
|
|
@@ -9488,16 +9496,16 @@ function uf(t, n, e, r) {
|
|
|
9488
9496
|
number: t
|
|
9489
9497
|
};
|
|
9490
9498
|
}
|
|
9491
|
-
function
|
|
9499
|
+
function uf(t, n, e, r) {
|
|
9492
9500
|
if (!t)
|
|
9493
9501
|
return {};
|
|
9494
9502
|
if (t[0] !== "+") {
|
|
9495
|
-
var o =
|
|
9503
|
+
var o = rf(t, n, e, r);
|
|
9496
9504
|
if (o && o !== t)
|
|
9497
9505
|
t = "+" + o;
|
|
9498
9506
|
else {
|
|
9499
9507
|
if (n || e) {
|
|
9500
|
-
var i =
|
|
9508
|
+
var i = sf(t, n, e, r), s = i.countryCallingCode, l = i.number;
|
|
9501
9509
|
if (s)
|
|
9502
9510
|
return {
|
|
9503
9511
|
countryCallingCode: s,
|
|
@@ -9512,7 +9520,7 @@ function df(t, n, e, r) {
|
|
|
9512
9520
|
if (t[1] === "0")
|
|
9513
9521
|
return {};
|
|
9514
9522
|
r = new Ct(r);
|
|
9515
|
-
for (var c = 2; c - 1 <=
|
|
9523
|
+
for (var c = 2; c - 1 <= Zd && c <= t.length; ) {
|
|
9516
9524
|
var f = t.slice(1, c);
|
|
9517
9525
|
if (r.hasCallingCode(f))
|
|
9518
9526
|
return r.selectNumberingPlan(f), {
|
|
@@ -9523,11 +9531,11 @@ function df(t, n, e, r) {
|
|
|
9523
9531
|
}
|
|
9524
9532
|
return {};
|
|
9525
9533
|
}
|
|
9526
|
-
function
|
|
9534
|
+
function df(t, n) {
|
|
9527
9535
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9528
9536
|
if (e)
|
|
9529
9537
|
return (e = e.call(t)).next.bind(e);
|
|
9530
|
-
if (Array.isArray(t) || (e =
|
|
9538
|
+
if (Array.isArray(t) || (e = cf(t)) || n && t && typeof t.length == "number") {
|
|
9531
9539
|
e && (t = e);
|
|
9532
9540
|
var r = 0;
|
|
9533
9541
|
return function() {
|
|
@@ -9537,7 +9545,7 @@ function cf(t, n) {
|
|
|
9537
9545
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9538
9546
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9539
9547
|
}
|
|
9540
|
-
function
|
|
9548
|
+
function cf(t, n) {
|
|
9541
9549
|
if (t) {
|
|
9542
9550
|
if (typeof t == "string")
|
|
9543
9551
|
return go(t, n);
|
|
@@ -9554,14 +9562,14 @@ function go(t, n) {
|
|
|
9554
9562
|
r[e] = t[e];
|
|
9555
9563
|
return r;
|
|
9556
9564
|
}
|
|
9557
|
-
function
|
|
9565
|
+
function ff(t, n, e) {
|
|
9558
9566
|
var r = e.getCountryCodesForCallingCode(t);
|
|
9559
9567
|
if (r)
|
|
9560
|
-
return r.length === 1 ? r[0] :
|
|
9568
|
+
return r.length === 1 ? r[0] : hf(r, n, e.metadata);
|
|
9561
9569
|
}
|
|
9562
|
-
function
|
|
9570
|
+
function hf(t, n, e) {
|
|
9563
9571
|
e = new Ct(e);
|
|
9564
|
-
for (var r =
|
|
9572
|
+
for (var r = df(t), o; !(o = r()).done; ) {
|
|
9565
9573
|
var i = o.value;
|
|
9566
9574
|
if (e.country(i), e.leadingDigits()) {
|
|
9567
9575
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9573,17 +9581,17 @@ function pf(t, n, e) {
|
|
|
9573
9581
|
return i;
|
|
9574
9582
|
}
|
|
9575
9583
|
}
|
|
9576
|
-
var
|
|
9577
|
-
function
|
|
9584
|
+
var pf = 250, gf = new RegExp("[" + xr + Qt + "]"), mf = new RegExp("[^" + Qt + "#]+$");
|
|
9585
|
+
function vf(t, n, e) {
|
|
9578
9586
|
if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9579
9587
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9580
|
-
var r =
|
|
9588
|
+
var r = bf(t, n.v2, n.extract), o = r.number, i = r.ext, s = r.error;
|
|
9581
9589
|
if (!o) {
|
|
9582
9590
|
if (n.v2)
|
|
9583
9591
|
throw s === "TOO_SHORT" ? new Xt("TOO_SHORT") : new Xt("NOT_A_NUMBER");
|
|
9584
9592
|
return {};
|
|
9585
9593
|
}
|
|
9586
|
-
var l =
|
|
9594
|
+
var l = $f(o, n.defaultCountry, n.defaultCallingCode, e), c = l.country, f = l.nationalNumber, h = l.countryCallingCode, d = l.carrierCode;
|
|
9587
9595
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9588
9596
|
if (n.v2)
|
|
9589
9597
|
throw new Xt("INVALID_COUNTRY");
|
|
@@ -9594,13 +9602,13 @@ function yf(t, n, e) {
|
|
|
9594
9602
|
throw new Xt("TOO_SHORT");
|
|
9595
9603
|
return {};
|
|
9596
9604
|
}
|
|
9597
|
-
if (f.length >
|
|
9605
|
+
if (f.length > Wd) {
|
|
9598
9606
|
if (n.v2)
|
|
9599
9607
|
throw new Xt("TOO_LONG");
|
|
9600
9608
|
return {};
|
|
9601
9609
|
}
|
|
9602
9610
|
if (n.v2) {
|
|
9603
|
-
var a = new
|
|
9611
|
+
var a = new ef(h, f, e.metadata);
|
|
9604
9612
|
return c && (a.country = c), d && (a.carrierCode = d), i && (a.ext = i), a;
|
|
9605
9613
|
}
|
|
9606
9614
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : c) ? Wt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9612,46 +9620,46 @@ function yf(t, n, e) {
|
|
|
9612
9620
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && ea(f, e)),
|
|
9613
9621
|
phone: f,
|
|
9614
9622
|
ext: i
|
|
9615
|
-
} : u ?
|
|
9623
|
+
} : u ? _f(c, f, i) : {};
|
|
9616
9624
|
}
|
|
9617
|
-
function
|
|
9625
|
+
function yf(t, n, e) {
|
|
9618
9626
|
if (t) {
|
|
9619
|
-
if (t.length >
|
|
9627
|
+
if (t.length > pf) {
|
|
9620
9628
|
if (e)
|
|
9621
9629
|
throw new Xt("TOO_LONG");
|
|
9622
9630
|
return;
|
|
9623
9631
|
}
|
|
9624
9632
|
if (n === !1)
|
|
9625
9633
|
return t;
|
|
9626
|
-
var r = t.search(
|
|
9634
|
+
var r = t.search(gf);
|
|
9627
9635
|
if (!(r < 0))
|
|
9628
|
-
return t.slice(r).replace(
|
|
9636
|
+
return t.slice(r).replace(mf, "");
|
|
9629
9637
|
}
|
|
9630
9638
|
}
|
|
9631
|
-
function
|
|
9639
|
+
function bf(t, n, e) {
|
|
9632
9640
|
if (t && t.indexOf("tel:") === 0)
|
|
9633
|
-
return
|
|
9634
|
-
var r =
|
|
9641
|
+
return Mc(t);
|
|
9642
|
+
var r = yf(t, e, n);
|
|
9635
9643
|
if (!r)
|
|
9636
9644
|
return {};
|
|
9637
9645
|
if (!Xo(r))
|
|
9638
|
-
return
|
|
9646
|
+
return yc(r) ? {
|
|
9639
9647
|
error: "TOO_SHORT"
|
|
9640
9648
|
} : {};
|
|
9641
|
-
var o =
|
|
9649
|
+
var o = bc(r);
|
|
9642
9650
|
return o.ext ? o : {
|
|
9643
9651
|
number: r
|
|
9644
9652
|
};
|
|
9645
9653
|
}
|
|
9646
|
-
function
|
|
9654
|
+
function _f(t, n, e) {
|
|
9647
9655
|
var r = {
|
|
9648
9656
|
country: t,
|
|
9649
9657
|
phone: n
|
|
9650
9658
|
};
|
|
9651
9659
|
return e && (r.ext = e), r;
|
|
9652
9660
|
}
|
|
9653
|
-
function
|
|
9654
|
-
var o =
|
|
9661
|
+
function $f(t, n, e, r) {
|
|
9662
|
+
var o = uf(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9655
9663
|
if (i)
|
|
9656
9664
|
r.selectNumberingPlan(i);
|
|
9657
9665
|
else if (s && (n || e))
|
|
@@ -9662,7 +9670,7 @@ function wf(t, n, e, r) {
|
|
|
9662
9670
|
return {
|
|
9663
9671
|
countryCallingCode: i
|
|
9664
9672
|
};
|
|
9665
|
-
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d =
|
|
9673
|
+
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = ff(i, f, r);
|
|
9666
9674
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9667
9675
|
country: l,
|
|
9668
9676
|
countryCallingCode: i,
|
|
@@ -9684,18 +9692,18 @@ function vo(t) {
|
|
|
9684
9692
|
for (var n = 1; n < arguments.length; n++) {
|
|
9685
9693
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9686
9694
|
n % 2 ? mo(Object(e), !0).forEach(function(r) {
|
|
9687
|
-
|
|
9695
|
+
wf(t, r, e[r]);
|
|
9688
9696
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
|
|
9689
9697
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9690
9698
|
});
|
|
9691
9699
|
}
|
|
9692
9700
|
return t;
|
|
9693
9701
|
}
|
|
9694
|
-
function
|
|
9702
|
+
function wf(t, n, e) {
|
|
9695
9703
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9696
9704
|
}
|
|
9697
|
-
function
|
|
9698
|
-
return
|
|
9705
|
+
function Of(t, n, e) {
|
|
9706
|
+
return vf(t, vo(vo({}, n), {}, {
|
|
9699
9707
|
v2: !0
|
|
9700
9708
|
}), e);
|
|
9701
9709
|
}
|
|
@@ -9716,28 +9724,28 @@ function yo(t, n) {
|
|
|
9716
9724
|
}
|
|
9717
9725
|
return e;
|
|
9718
9726
|
}
|
|
9719
|
-
function
|
|
9727
|
+
function kf(t) {
|
|
9720
9728
|
for (var n = 1; n < arguments.length; n++) {
|
|
9721
9729
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9722
9730
|
n % 2 ? yo(Object(e), !0).forEach(function(r) {
|
|
9723
|
-
|
|
9731
|
+
Cf(t, r, e[r]);
|
|
9724
9732
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
|
|
9725
9733
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9726
9734
|
});
|
|
9727
9735
|
}
|
|
9728
9736
|
return t;
|
|
9729
9737
|
}
|
|
9730
|
-
function
|
|
9738
|
+
function Cf(t, n, e) {
|
|
9731
9739
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9732
9740
|
}
|
|
9733
|
-
function
|
|
9734
|
-
return
|
|
9741
|
+
function Ef(t, n) {
|
|
9742
|
+
return Af(t) || xf(t, n) || Sf(t, n) || Tf();
|
|
9735
9743
|
}
|
|
9736
|
-
function
|
|
9744
|
+
function Tf() {
|
|
9737
9745
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9738
9746
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9739
9747
|
}
|
|
9740
|
-
function
|
|
9748
|
+
function Sf(t, n) {
|
|
9741
9749
|
if (t) {
|
|
9742
9750
|
if (typeof t == "string")
|
|
9743
9751
|
return bo(t, n);
|
|
@@ -9754,7 +9762,7 @@ function bo(t, n) {
|
|
|
9754
9762
|
r[e] = t[e];
|
|
9755
9763
|
return r;
|
|
9756
9764
|
}
|
|
9757
|
-
function
|
|
9765
|
+
function xf(t, n) {
|
|
9758
9766
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9759
9767
|
if (e != null) {
|
|
9760
9768
|
var r = [], o = !0, i = !1, s, l;
|
|
@@ -9774,21 +9782,21 @@ function Af(t, n) {
|
|
|
9774
9782
|
return r;
|
|
9775
9783
|
}
|
|
9776
9784
|
}
|
|
9777
|
-
function
|
|
9785
|
+
function Af(t) {
|
|
9778
9786
|
if (Array.isArray(t))
|
|
9779
9787
|
return t;
|
|
9780
9788
|
}
|
|
9781
|
-
function
|
|
9782
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9789
|
+
function Nf(t) {
|
|
9790
|
+
var n = Array.prototype.slice.call(t), e = Ef(n, 4), r = e[0], o = e[1], i = e[2], s = e[3], l, c, f;
|
|
9783
9791
|
if (typeof r == "string")
|
|
9784
9792
|
l = r;
|
|
9785
9793
|
else
|
|
9786
9794
|
throw new TypeError("A text for parsing must be a string.");
|
|
9787
9795
|
if (!o || typeof o == "string")
|
|
9788
|
-
s ? (c = i, f = s) : (c = void 0, f = i), o && (c =
|
|
9796
|
+
s ? (c = i, f = s) : (c = void 0, f = i), o && (c = kf({
|
|
9789
9797
|
defaultCountry: o
|
|
9790
9798
|
}, c));
|
|
9791
|
-
else if (
|
|
9799
|
+
else if (If(o))
|
|
9792
9800
|
i ? (c = o, f = i) : f = o;
|
|
9793
9801
|
else
|
|
9794
9802
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9798,7 +9806,7 @@ function If(t) {
|
|
|
9798
9806
|
metadata: f
|
|
9799
9807
|
};
|
|
9800
9808
|
}
|
|
9801
|
-
var
|
|
9809
|
+
var If = function(t) {
|
|
9802
9810
|
return br(t) === "object";
|
|
9803
9811
|
};
|
|
9804
9812
|
function _o(t, n) {
|
|
@@ -9815,35 +9823,35 @@ function $o(t) {
|
|
|
9815
9823
|
for (var n = 1; n < arguments.length; n++) {
|
|
9816
9824
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9817
9825
|
n % 2 ? _o(Object(e), !0).forEach(function(r) {
|
|
9818
|
-
|
|
9826
|
+
Pf(t, r, e[r]);
|
|
9819
9827
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
|
|
9820
9828
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9821
9829
|
});
|
|
9822
9830
|
}
|
|
9823
9831
|
return t;
|
|
9824
9832
|
}
|
|
9825
|
-
function
|
|
9833
|
+
function Pf(t, n, e) {
|
|
9826
9834
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9827
9835
|
}
|
|
9828
|
-
function
|
|
9829
|
-
n && n.defaultCountry && !
|
|
9836
|
+
function Mf(t, n, e) {
|
|
9837
|
+
n && n.defaultCountry && !cc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
|
|
9830
9838
|
defaultCountry: void 0
|
|
9831
9839
|
}));
|
|
9832
9840
|
try {
|
|
9833
|
-
return
|
|
9841
|
+
return Of(t, n, e);
|
|
9834
9842
|
} catch (r) {
|
|
9835
9843
|
if (!(r instanceof Xt))
|
|
9836
9844
|
throw r;
|
|
9837
9845
|
}
|
|
9838
9846
|
}
|
|
9839
|
-
function
|
|
9840
|
-
var t =
|
|
9841
|
-
return
|
|
9847
|
+
function Df() {
|
|
9848
|
+
var t = Nf(arguments), n = t.text, e = t.options, r = t.metadata;
|
|
9849
|
+
return Mf(n, e, r);
|
|
9842
9850
|
}
|
|
9843
9851
|
function cr() {
|
|
9844
|
-
return
|
|
9852
|
+
return Hd(Df, arguments);
|
|
9845
9853
|
}
|
|
9846
|
-
const
|
|
9854
|
+
const Lf = {
|
|
9847
9855
|
beforeMount(t, n, e) {
|
|
9848
9856
|
if (typeof n.value != "function") {
|
|
9849
9857
|
const r = e.context.name;
|
|
@@ -9857,7 +9865,7 @@ const Rf = {
|
|
|
9857
9865
|
unmounted(t) {
|
|
9858
9866
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9859
9867
|
}
|
|
9860
|
-
},
|
|
9868
|
+
}, Rf = (t, n) => {
|
|
9861
9869
|
const e = t.__vccOpts || t;
|
|
9862
9870
|
for (const [r, o] of n)
|
|
9863
9871
|
e[r] = o;
|
|
@@ -9867,10 +9875,10 @@ function vt(t) {
|
|
|
9867
9875
|
const n = Yr.options[t];
|
|
9868
9876
|
return typeof n > "u" ? Yr.options[t] : n;
|
|
9869
9877
|
}
|
|
9870
|
-
const
|
|
9878
|
+
const Bf = {
|
|
9871
9879
|
name: "VueTelInput",
|
|
9872
9880
|
directives: {
|
|
9873
|
-
clickOutside:
|
|
9881
|
+
clickOutside: Lf
|
|
9874
9882
|
},
|
|
9875
9883
|
props: {
|
|
9876
9884
|
modelValue: {
|
|
@@ -10056,7 +10064,7 @@ const jf = {
|
|
|
10056
10064
|
}
|
|
10057
10065
|
}
|
|
10058
10066
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
10059
|
-
this.autoDefaultCountry ?
|
|
10067
|
+
this.autoDefaultCountry ? Rd().then((r) => {
|
|
10060
10068
|
this.choose(r || this.activeCountryCode);
|
|
10061
10069
|
}).catch((r) => {
|
|
10062
10070
|
console.warn(r), this.choose(e);
|
|
@@ -10131,7 +10139,7 @@ const jf = {
|
|
|
10131
10139
|
this.$emit("blur");
|
|
10132
10140
|
},
|
|
10133
10141
|
onFocus() {
|
|
10134
|
-
|
|
10142
|
+
Bd(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
10135
10143
|
},
|
|
10136
10144
|
onEnter() {
|
|
10137
10145
|
this.$emit("enter");
|
|
@@ -10178,11 +10186,11 @@ const jf = {
|
|
|
10178
10186
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
10179
10187
|
}
|
|
10180
10188
|
}
|
|
10181
|
-
},
|
|
10189
|
+
}, jf = ["aria-expanded", "tabindex"], qf = { class: "vti__selection" }, Ff = {
|
|
10182
10190
|
key: 1,
|
|
10183
10191
|
class: "vti__country-code"
|
|
10184
|
-
},
|
|
10185
|
-
function
|
|
10192
|
+
}, Hf = { class: "vti__dropdown-arrow" }, Vf = ["placeholder"], Uf = ["onClick", "onMousemove", "aria-selected"], zf = { key: 1 }, Kf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
10193
|
+
function Gf(t, n, e, r, o, i) {
|
|
10186
10194
|
const s = On("click-outside");
|
|
10187
10195
|
return G(), ne("div", {
|
|
10188
10196
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -10202,14 +10210,14 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10202
10210
|
],
|
|
10203
10211
|
onClick: n[3] || (n[3] = (...l) => i.toggleDropdown && i.toggleDropdown(...l))
|
|
10204
10212
|
}, [
|
|
10205
|
-
ae("span",
|
|
10213
|
+
ae("span", qf, [
|
|
10206
10214
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10207
10215
|
key: 0,
|
|
10208
10216
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10209
10217
|
}, null, 2)) : he("", !0),
|
|
10210
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
10218
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Ff, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
|
|
10211
10219
|
Ee(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10212
|
-
ae("span",
|
|
10220
|
+
ae("span", Hf, $e(o.open ? "▲" : "▼"), 1)
|
|
10213
10221
|
])
|
|
10214
10222
|
]),
|
|
10215
10223
|
o.open ? (G(), ne("ul", {
|
|
@@ -10225,9 +10233,9 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10225
10233
|
placeholder: i.sortedCountries.length ? i.sortedCountries[0].name : "",
|
|
10226
10234
|
type: "text",
|
|
10227
10235
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10228
|
-
onClick: n[1] || (n[1] =
|
|
10236
|
+
onClick: n[1] || (n[1] = et(() => {
|
|
10229
10237
|
}, ["stop"]))
|
|
10230
|
-
}, null, 8,
|
|
10238
|
+
}, null, 8, Vf)), [
|
|
10231
10239
|
[Ao, o.searchQuery]
|
|
10232
10240
|
]) : he("", !0),
|
|
10233
10241
|
(G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
@@ -10244,10 +10252,10 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10244
10252
|
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10245
10253
|
}, null, 2)) : he("", !0),
|
|
10246
10254
|
ae("strong", null, $e(l.name), 1),
|
|
10247
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
10248
|
-
], 42,
|
|
10255
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", zf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
10256
|
+
], 42, Uf))), 128))
|
|
10249
10257
|
], 2)) : he("", !0)
|
|
10250
|
-
], 42,
|
|
10258
|
+
], 42, jf)), [
|
|
10251
10259
|
[s, i.clickedOutside]
|
|
10252
10260
|
]),
|
|
10253
10261
|
De(ae("input", {
|
|
@@ -10274,14 +10282,14 @@ function Yf(t, n, e, r, o, i) {
|
|
|
10274
10282
|
n[11] || (n[11] = _t((...l) => i.onEnter && i.onEnter(...l), ["enter"])),
|
|
10275
10283
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10276
10284
|
]
|
|
10277
|
-
}, null, 42,
|
|
10285
|
+
}, null, 42, Kf), [
|
|
10278
10286
|
[xo, o.phone]
|
|
10279
10287
|
]),
|
|
10280
10288
|
Ee(t.$slots, "icon-right")
|
|
10281
10289
|
], 2);
|
|
10282
10290
|
}
|
|
10283
|
-
const
|
|
10284
|
-
const
|
|
10291
|
+
const Yf = /* @__PURE__ */ Rf(Bf, [["render", Gf]]);
|
|
10292
|
+
const Wf = {
|
|
10285
10293
|
directives: { Outside: kr },
|
|
10286
10294
|
props: {
|
|
10287
10295
|
inputName: {
|
|
@@ -10310,9 +10318,9 @@ const Zf = {
|
|
|
10310
10318
|
}
|
|
10311
10319
|
},
|
|
10312
10320
|
components: {
|
|
10313
|
-
VueTelInput:
|
|
10321
|
+
VueTelInput: Yf,
|
|
10314
10322
|
IbAlert: cn,
|
|
10315
|
-
IbIcon:
|
|
10323
|
+
IbIcon: Xe
|
|
10316
10324
|
},
|
|
10317
10325
|
data() {
|
|
10318
10326
|
return {
|
|
@@ -10336,7 +10344,7 @@ const Zf = {
|
|
|
10336
10344
|
}
|
|
10337
10345
|
}
|
|
10338
10346
|
};
|
|
10339
|
-
function
|
|
10347
|
+
function Zf(t, n, e, r, o, i) {
|
|
10340
10348
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
|
|
10341
10349
|
return G(), ne(tt, null, [
|
|
10342
10350
|
e.errorMessage.length ? (G(), ke(s, {
|
|
@@ -10371,7 +10379,7 @@ function Jf(t, n, e, r, o, i) {
|
|
|
10371
10379
|
])
|
|
10372
10380
|
], 64);
|
|
10373
10381
|
}
|
|
10374
|
-
const
|
|
10382
|
+
const b1 = /* @__PURE__ */ Ae(Wf, [["render", Zf]]);
|
|
10375
10383
|
var na = { exports: {} };
|
|
10376
10384
|
/*!
|
|
10377
10385
|
* Quill Editor v1.3.7
|
|
@@ -17764,14 +17772,14 @@ var na = { exports: {} };
|
|
|
17764
17772
|
);
|
|
17765
17773
|
});
|
|
17766
17774
|
})(na);
|
|
17767
|
-
var
|
|
17768
|
-
const qt = /* @__PURE__ */ Ei(
|
|
17775
|
+
var Jf = na.exports;
|
|
17776
|
+
const qt = /* @__PURE__ */ Ei(Jf);
|
|
17769
17777
|
var jt = -1, xt = 1, $t = 0;
|
|
17770
17778
|
function Yn(t, n, e, r) {
|
|
17771
17779
|
if (t === n)
|
|
17772
17780
|
return t ? [[$t, t]] : [];
|
|
17773
17781
|
if (e != null) {
|
|
17774
|
-
var o =
|
|
17782
|
+
var o = nh(t, n, e);
|
|
17775
17783
|
if (o)
|
|
17776
17784
|
return o;
|
|
17777
17785
|
}
|
|
@@ -17779,10 +17787,10 @@ function Yn(t, n, e, r) {
|
|
|
17779
17787
|
t = t.substring(i), n = n.substring(i), i = Mr(t, n);
|
|
17780
17788
|
var l = t.substring(t.length - i);
|
|
17781
17789
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17782
|
-
var c =
|
|
17790
|
+
var c = Xf(t, n);
|
|
17783
17791
|
return s && c.unshift([$t, s]), l && c.push([$t, l]), ia(c, r), c;
|
|
17784
17792
|
}
|
|
17785
|
-
function
|
|
17793
|
+
function Xf(t, n) {
|
|
17786
17794
|
var e;
|
|
17787
17795
|
if (!t)
|
|
17788
17796
|
return [[xt, n]];
|
|
@@ -17797,14 +17805,14 @@ function Qf(t, n) {
|
|
|
17797
17805
|
], t.length > n.length && (e[0][0] = e[2][0] = jt), e;
|
|
17798
17806
|
if (o.length === 1)
|
|
17799
17807
|
return [[jt, t], [xt, n]];
|
|
17800
|
-
var s =
|
|
17808
|
+
var s = eh(t, n);
|
|
17801
17809
|
if (s) {
|
|
17802
17810
|
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
|
|
17803
17811
|
return a.concat([[$t, d]], u);
|
|
17804
17812
|
}
|
|
17805
|
-
return
|
|
17813
|
+
return Qf(t, n);
|
|
17806
17814
|
}
|
|
17807
|
-
function
|
|
17815
|
+
function Qf(t, n) {
|
|
17808
17816
|
for (var e = t.length, r = n.length, o = Math.ceil((e + r) / 2), i = o, s = 2 * o, l = new Array(s), c = new Array(s), f = 0; f < s; f++)
|
|
17809
17817
|
l[f] = -1, c[f] = -1;
|
|
17810
17818
|
l[i + 1] = 0, c[i + 1] = 0;
|
|
@@ -17866,7 +17874,7 @@ function Mr(t, n) {
|
|
|
17866
17874
|
t.substring(t.length - o, t.length - i) == n.substring(n.length - o, n.length - i) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17867
17875
|
return oa(t.charCodeAt(t.length - o)) && o--, o;
|
|
17868
17876
|
}
|
|
17869
|
-
function
|
|
17877
|
+
function eh(t, n) {
|
|
17870
17878
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
17871
17879
|
if (e.length < 4 || r.length * 2 < e.length)
|
|
17872
17880
|
return null;
|
|
@@ -17962,20 +17970,20 @@ function aa(t) {
|
|
|
17962
17970
|
function la(t) {
|
|
17963
17971
|
return ra(t.charCodeAt(t.length - 1));
|
|
17964
17972
|
}
|
|
17965
|
-
function
|
|
17973
|
+
function th(t) {
|
|
17966
17974
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17967
17975
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17968
17976
|
return n;
|
|
17969
17977
|
}
|
|
17970
17978
|
function fr(t, n, e, r) {
|
|
17971
|
-
return la(t) || aa(r) ? null :
|
|
17979
|
+
return la(t) || aa(r) ? null : th([
|
|
17972
17980
|
[$t, t],
|
|
17973
17981
|
[jt, n],
|
|
17974
17982
|
[xt, e],
|
|
17975
17983
|
[$t, r]
|
|
17976
17984
|
]);
|
|
17977
17985
|
}
|
|
17978
|
-
function
|
|
17986
|
+
function nh(t, n, e) {
|
|
17979
17987
|
var r = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, i = t.length, s = n.length;
|
|
17980
17988
|
if (r.length === 0 && (o === null || o.length === 0)) {
|
|
17981
17989
|
var l = r.index, c = t.slice(0, l), f = t.slice(l), h = o ? o.index : null;
|
|
@@ -18024,7 +18032,7 @@ function xi(t, n, e) {
|
|
|
18024
18032
|
xi.INSERT = xt;
|
|
18025
18033
|
xi.DELETE = jt;
|
|
18026
18034
|
xi.EQUAL = $t;
|
|
18027
|
-
var
|
|
18035
|
+
var ih = xi, _i = { exports: {} };
|
|
18028
18036
|
_i.exports;
|
|
18029
18037
|
(function(t, n) {
|
|
18030
18038
|
var e = 200, r = "__lodash_hash_undefined__", o = 9007199254740991, i = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", b = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", S = "[object DataView]", E = "[object Float32Array]", T = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18253,9 +18261,9 @@ _i.exports;
|
|
|
18253
18261
|
if (yt)
|
|
18254
18262
|
return yt;
|
|
18255
18263
|
if (Re.set(_, je), !Ze)
|
|
18256
|
-
var
|
|
18257
|
-
return J(
|
|
18258
|
-
|
|
18264
|
+
var Qe = F ? zi(_) : Bn(_);
|
|
18265
|
+
return J(Qe || _, function(ct, at) {
|
|
18266
|
+
Qe && (at = ct, ct = _[at]), Zn(je, at, Pn(ct, N, F, ee, at, _, Re));
|
|
18259
18267
|
}), je;
|
|
18260
18268
|
}
|
|
18261
18269
|
function Di(_) {
|
|
@@ -18699,13 +18707,13 @@ $i.exports;
|
|
|
18699
18707
|
function qi(_, N, F, ee, Ne, be) {
|
|
18700
18708
|
var Re = mn(_), je = mn(N), Ze = Re ? c : Rt(_), Ve = je ? c : Rt(N);
|
|
18701
18709
|
Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
|
|
18702
|
-
var dt = Ze == m, yt = Ve == m,
|
|
18703
|
-
if (
|
|
18710
|
+
var dt = Ze == m, yt = Ve == m, Qe = Ze == Ve;
|
|
18711
|
+
if (Qe && vn(_)) {
|
|
18704
18712
|
if (!vn(N))
|
|
18705
18713
|
return !1;
|
|
18706
18714
|
Re = !0, dt = !1;
|
|
18707
18715
|
}
|
|
18708
|
-
if (
|
|
18716
|
+
if (Qe && !dt)
|
|
18709
18717
|
return be || (be = new Lt()), Re || ri(_) ? Dn(_, N, F, ee, Ne, be) : Ui(_, N, Ze, F, ee, Ne, be);
|
|
18710
18718
|
if (!(F & o)) {
|
|
18711
18719
|
var ct = dt && Le.call(_, "__wrapped__"), at = yt && Le.call(N, "__wrapped__");
|
|
@@ -18714,7 +18722,7 @@ $i.exports;
|
|
|
18714
18722
|
return be || (be = new Lt()), Ne(Jt, Gt, F, ee, be);
|
|
18715
18723
|
}
|
|
18716
18724
|
}
|
|
18717
|
-
return
|
|
18725
|
+
return Qe ? (be || (be = new Lt()), zi(_, N, F, ee, Ne, be)) : !1;
|
|
18718
18726
|
}
|
|
18719
18727
|
function Fi(_) {
|
|
18720
18728
|
if (!ii(_) || Wi(_))
|
|
@@ -18740,7 +18748,7 @@ $i.exports;
|
|
|
18740
18748
|
var Ve = be.get(_);
|
|
18741
18749
|
if (Ve && be.get(N))
|
|
18742
18750
|
return Ve == N;
|
|
18743
|
-
var dt = -1, yt = !0,
|
|
18751
|
+
var dt = -1, yt = !0, Qe = F & i ? new hn() : void 0;
|
|
18744
18752
|
for (be.set(_, N), be.set(N, _); ++dt < je; ) {
|
|
18745
18753
|
var ct = _[dt], at = N[dt];
|
|
18746
18754
|
if (ee)
|
|
@@ -18751,10 +18759,10 @@ $i.exports;
|
|
|
18751
18759
|
yt = !1;
|
|
18752
18760
|
break;
|
|
18753
18761
|
}
|
|
18754
|
-
if (
|
|
18762
|
+
if (Qe) {
|
|
18755
18763
|
if (!ze(N, function(Gt, ln) {
|
|
18756
|
-
if (!se(
|
|
18757
|
-
return
|
|
18764
|
+
if (!se(Qe, ln) && (ct === Gt || Ne(ct, Gt, F, ee, be)))
|
|
18765
|
+
return Qe.push(ln);
|
|
18758
18766
|
})) {
|
|
18759
18767
|
yt = !1;
|
|
18760
18768
|
break;
|
|
@@ -18806,8 +18814,8 @@ $i.exports;
|
|
|
18806
18814
|
if (Ze != dt && !Re)
|
|
18807
18815
|
return !1;
|
|
18808
18816
|
for (var yt = Ze; yt--; ) {
|
|
18809
|
-
var
|
|
18810
|
-
if (!(Re ?
|
|
18817
|
+
var Qe = je[yt];
|
|
18818
|
+
if (!(Re ? Qe in N : Le.call(N, Qe)))
|
|
18811
18819
|
return !1;
|
|
18812
18820
|
}
|
|
18813
18821
|
var ct = be.get(_);
|
|
@@ -18816,15 +18824,15 @@ $i.exports;
|
|
|
18816
18824
|
var at = !0;
|
|
18817
18825
|
be.set(_, N), be.set(N, _);
|
|
18818
18826
|
for (var Jt = Re; ++yt < Ze; ) {
|
|
18819
|
-
|
|
18820
|
-
var Gt = _[
|
|
18827
|
+
Qe = je[yt];
|
|
18828
|
+
var Gt = _[Qe], ln = N[Qe];
|
|
18821
18829
|
if (ee)
|
|
18822
|
-
var Rr = Re ? ee(ln, Gt,
|
|
18830
|
+
var Rr = Re ? ee(ln, Gt, Qe, N, _, be) : ee(Gt, ln, Qe, _, N, be);
|
|
18823
18831
|
if (!(Rr === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Rr)) {
|
|
18824
18832
|
at = !1;
|
|
18825
18833
|
break;
|
|
18826
18834
|
}
|
|
18827
|
-
Jt || (Jt =
|
|
18835
|
+
Jt || (Jt = Qe == "constructor");
|
|
18828
18836
|
}
|
|
18829
18837
|
if (at && !Jt) {
|
|
18830
18838
|
var oi = _.constructor, ai = N.constructor;
|
|
@@ -18952,11 +18960,11 @@ var ua = $i.exports, Dr = {}, da = nt && nt.__importDefault || function(t) {
|
|
|
18952
18960
|
return t && t.__esModule ? t : { default: t };
|
|
18953
18961
|
};
|
|
18954
18962
|
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18955
|
-
var
|
|
18963
|
+
var rh = da(sa), oh = da(ua), _r;
|
|
18956
18964
|
(function(t) {
|
|
18957
18965
|
function n(i, s, l) {
|
|
18958
18966
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18959
|
-
var c =
|
|
18967
|
+
var c = rh.default(s);
|
|
18960
18968
|
l || (c = Object.keys(c).reduce(function(h, d) {
|
|
18961
18969
|
return c[d] != null && (h[d] = c[d]), h;
|
|
18962
18970
|
}, {}));
|
|
@@ -18968,7 +18976,7 @@ var oh = da(sa), ah = da(ua), _r;
|
|
|
18968
18976
|
function e(i, s) {
|
|
18969
18977
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
18970
18978
|
var l = Object.keys(i).concat(Object.keys(s)).reduce(function(c, f) {
|
|
18971
|
-
return
|
|
18979
|
+
return oh.default(i[f], s[f]) || (c[f] = s[f] === void 0 ? null : s[f]), c;
|
|
18972
18980
|
}, {});
|
|
18973
18981
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
18974
18982
|
}
|
|
@@ -18999,7 +19007,7 @@ var oh = da(sa), ah = da(ua), _r;
|
|
|
18999
19007
|
})(_r || (_r = {}));
|
|
19000
19008
|
Dr.default = _r;
|
|
19001
19009
|
var ci = {}, fi = {}, Oo;
|
|
19002
|
-
function
|
|
19010
|
+
function ah() {
|
|
19003
19011
|
if (Oo)
|
|
19004
19012
|
return fi;
|
|
19005
19013
|
Oo = 1;
|
|
@@ -19054,7 +19062,7 @@ function ca() {
|
|
|
19054
19062
|
return r && r.__esModule ? r : { default: r };
|
|
19055
19063
|
};
|
|
19056
19064
|
Object.defineProperty(ci, "__esModule", { value: !0 });
|
|
19057
|
-
var n = t(
|
|
19065
|
+
var n = t(ah()), e;
|
|
19058
19066
|
return function(r) {
|
|
19059
19067
|
function o(s) {
|
|
19060
19068
|
return new n.default(s);
|
|
@@ -19068,7 +19076,7 @@ function ca() {
|
|
|
19068
19076
|
}
|
|
19069
19077
|
var Wn = nt && nt.__importDefault || function(t) {
|
|
19070
19078
|
return t && t.__esModule ? t : { default: t };
|
|
19071
|
-
}, hi = Wn(
|
|
19079
|
+
}, hi = Wn(ih), lh = Wn(sa), hr = Wn(ua), qn = Wn(Dr), lt = Wn(ca()), sh = String.fromCharCode(0), uh = (
|
|
19072
19080
|
/** @class */
|
|
19073
19081
|
function() {
|
|
19074
19082
|
function t(n) {
|
|
@@ -19086,7 +19094,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19086
19094
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (r.attributes = e), this.push(r);
|
|
19087
19095
|
}, t.prototype.push = function(n) {
|
|
19088
19096
|
var e = this.ops.length, r = this.ops[e - 1];
|
|
19089
|
-
if (n =
|
|
19097
|
+
if (n = lh.default(n), typeof r == "object") {
|
|
19090
19098
|
if (typeof n.delete == "number" && typeof r.delete == "number")
|
|
19091
19099
|
return this.ops[e - 1] = { delete: r.delete + n.delete }, this;
|
|
19092
19100
|
if (typeof r.delete == "number" && n.insert != null && (e -= 1, r = this.ops[e - 1], typeof r != "object"))
|
|
@@ -19166,7 +19174,7 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19166
19174
|
var r = [this, n].map(function(c) {
|
|
19167
19175
|
return c.map(function(f) {
|
|
19168
19176
|
if (f.insert != null)
|
|
19169
|
-
return typeof f.insert == "string" ? f.insert :
|
|
19177
|
+
return typeof f.insert == "string" ? f.insert : sh;
|
|
19170
19178
|
var h = c === n ? "on" : "with";
|
|
19171
19179
|
throw new Error("diff() called " + h + " non-document");
|
|
19172
19180
|
}).join("");
|
|
@@ -19254,8 +19262,8 @@ var Wn = nt && nt.__importDefault || function(t) {
|
|
|
19254
19262
|
return n;
|
|
19255
19263
|
}, t.Op = lt.default, t.AttributeMap = qn.default, t;
|
|
19256
19264
|
}()
|
|
19257
|
-
),
|
|
19258
|
-
const
|
|
19265
|
+
), dh = uh;
|
|
19266
|
+
const ch = /* @__PURE__ */ Ei(dh);
|
|
19259
19267
|
/*!
|
|
19260
19268
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
19261
19269
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19297,7 +19305,7 @@ const Co = {
|
|
|
19297
19305
|
["clean"]
|
|
19298
19306
|
// remove formatting button
|
|
19299
19307
|
]
|
|
19300
|
-
},
|
|
19308
|
+
}, fh = pa({
|
|
19301
19309
|
name: "QuillEditor",
|
|
19302
19310
|
inheritAttrs: !1,
|
|
19303
19311
|
props: {
|
|
@@ -19354,9 +19362,9 @@ const Co = {
|
|
|
19354
19362
|
"ready"
|
|
19355
19363
|
],
|
|
19356
19364
|
setup: (t, n) => {
|
|
19357
|
-
|
|
19365
|
+
ga(() => {
|
|
19358
19366
|
i();
|
|
19359
|
-
}),
|
|
19367
|
+
}), ma(() => {
|
|
19360
19368
|
e = null;
|
|
19361
19369
|
});
|
|
19362
19370
|
let e, r;
|
|
@@ -19436,7 +19444,7 @@ const Co = {
|
|
|
19436
19444
|
make sure to call this method when the editor ready
|
|
19437
19445
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19438
19446
|
}, m = (O, k) => t.contentType === "html" ? S() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19439
|
-
const x = O || (t.contentType === "delta" ? new
|
|
19447
|
+
const x = O || (t.contentType === "delta" ? new ch() : "");
|
|
19440
19448
|
t.contentType === "html" ? E(x) : t.contentType === "text" ? w(x, k) : e == null || e.setContents(x, k), f = l(x);
|
|
19441
19449
|
}, p = (O, k) => {
|
|
19442
19450
|
var x;
|
|
@@ -19486,13 +19494,13 @@ const Co = {
|
|
|
19486
19494
|
var t, n;
|
|
19487
19495
|
return [
|
|
19488
19496
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19489
|
-
|
|
19497
|
+
va("div", { ref: "editor", ...this.$attrs })
|
|
19490
19498
|
];
|
|
19491
19499
|
}
|
|
19492
|
-
}),
|
|
19493
|
-
class Ai extends
|
|
19500
|
+
}), hh = qt.import("formats/list"), ph = qt.import("formats/list/item"), gh = qt.import("parchment");
|
|
19501
|
+
class Ai extends ph {
|
|
19494
19502
|
format(n, e) {
|
|
19495
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19503
|
+
n === fn.blotName && !e ? this.replaceWith(gh.create(this.statics.scope)) : super.format(n, e);
|
|
19496
19504
|
}
|
|
19497
19505
|
clone() {
|
|
19498
19506
|
const n = super.clone();
|
|
@@ -19501,7 +19509,7 @@ class Ai extends gh {
|
|
|
19501
19509
|
}
|
|
19502
19510
|
Ai.blotName = "alphabet-list-item";
|
|
19503
19511
|
Ai.tagName = "LI";
|
|
19504
|
-
class fn extends
|
|
19512
|
+
class fn extends hh {
|
|
19505
19513
|
static create() {
|
|
19506
19514
|
const n = super.create("bullet");
|
|
19507
19515
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19515,36 +19523,36 @@ fn.tagName = "OL";
|
|
|
19515
19523
|
fn.className = "alphabet-list";
|
|
19516
19524
|
fn.defaultChild = "alphabet-list-item";
|
|
19517
19525
|
fn.allowedChildren = [Ai];
|
|
19518
|
-
const
|
|
19526
|
+
const mh = `
|
|
19519
19527
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19520
19528
|
<path d="M6.31836 14.9023V5.09961H9.88672C10.9805 5.09961 11.8213 5.30013 12.4092 5.70117C12.9971 6.10221 13.291 6.66732 13.291 7.39648C13.291 7.92513 13.111 8.3877 12.751 8.78418C12.3955 9.18066 11.9398 9.45638 11.3838 9.61133V9.63867C12.0811 9.72526 12.637 9.98275 13.0518 10.4111C13.471 10.8395 13.6807 11.3613 13.6807 11.9766C13.6807 12.8743 13.3594 13.5876 12.7168 14.1162C12.0742 14.6403 11.1969 14.9023 10.085 14.9023H6.31836ZM8.52637 6.72656V9.05078H9.49707C9.9528 9.05078 10.3105 8.94141 10.5703 8.72266C10.8346 8.49935 10.9668 8.19401 10.9668 7.80664C10.9668 7.08659 10.429 6.72656 9.35352 6.72656H8.52637ZM8.52637 10.6914V13.2754H9.72266C10.2331 13.2754 10.6318 13.1569 10.9189 12.9199C11.2106 12.6829 11.3564 12.3594 11.3564 11.9492C11.3564 11.5573 11.2129 11.2497 10.9258 11.0264C10.6432 10.8031 10.2467 10.6914 9.73633 10.6914H8.52637Z" class="fill" fill="#1A1A1A"/>
|
|
19521
19529
|
</svg>
|
|
19522
|
-
`,
|
|
19530
|
+
`, vh = `
|
|
19523
19531
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19524
19532
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19525
19533
|
</svg>
|
|
19526
|
-
`,
|
|
19534
|
+
`, yh = `
|
|
19527
19535
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19528
19536
|
<path d="M13.6475 10.7197C13.6475 13.4723 12.4056 14.8486 9.92188 14.8486C7.54297 14.8486 6.35352 13.5247 6.35352 10.877V4.88184H7.50195V10.8018C7.50195 12.8115 8.34961 13.8164 10.0449 13.8164C11.681 13.8164 12.499 12.8457 12.499 10.9043V4.88184H13.6475V10.7197Z" class="fill" fill="#1A1A1A"/>
|
|
19529
19537
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19530
19538
|
</svg>
|
|
19531
|
-
`,
|
|
19539
|
+
`, bh = `
|
|
19532
19540
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19533
19541
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19534
19542
|
<path d="M12.9158 5.33398H8.83776C8.25237 5.33398 6.03696 5.3923 6.50351 7.9583" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19535
19543
|
<path d="M6.43941 14.6624H10.5174C11.1028 14.6624 14.0882 14.953 12.3364 10.2886" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19536
19544
|
</svg>
|
|
19537
|
-
`,
|
|
19545
|
+
`, _h = `
|
|
19538
19546
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19539
19547
|
<path d="M6.5 11H4.5C3.70435 11 2.94129 10.6839 2.37868 10.1213C1.81607 9.55871 1.5 8.79565 1.5 8C1.5 7.20435 1.81607 6.44129 2.37868 5.87868C2.94129 5.31607 3.70435 5 4.5 5H6.5M9.5 5H11.5C12.2956 5 13.0587 5.31607 13.6213 5.87868C14.1839 6.44129 14.5 7.20435 14.5 8C14.5 8.79565 14.1839 9.55871 13.6213 10.1213C13.0587 10.6839 12.2956 11 11.5 11H9.5M5.10281 8H10.9597" class="stroke" stroke="#1A1A1A" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19540
19548
|
</svg>
|
|
19541
19549
|
|
|
19542
|
-
`,
|
|
19550
|
+
`, $h = `
|
|
19543
19551
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19544
19552
|
<path d="M5 11.5L1 8L5 4.5M11 11.5L15 8L11 4.5M9.5 3L6.5 13" class="stroke" stroke="#1A1A1A" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19545
19553
|
</svg>
|
|
19546
19554
|
|
|
19547
|
-
`,
|
|
19555
|
+
`, wh = `
|
|
19548
19556
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19549
19557
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19550
19558
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19552,14 +19560,14 @@ const vh = `
|
|
|
19552
19560
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19553
19561
|
</svg>
|
|
19554
19562
|
|
|
19555
|
-
`,
|
|
19563
|
+
`, Oh = `
|
|
19556
19564
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19557
19565
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19558
19566
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19559
19567
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19560
19568
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19561
19569
|
</svg>
|
|
19562
|
-
`,
|
|
19570
|
+
`, kh = `
|
|
19563
19571
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19564
19572
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19565
19573
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19567,14 +19575,14 @@ const vh = `
|
|
|
19567
19575
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19568
19576
|
</svg>
|
|
19569
19577
|
|
|
19570
|
-
`,
|
|
19578
|
+
`, Ch = `
|
|
19571
19579
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19572
19580
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19573
19581
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19574
19582
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19575
19583
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19576
19584
|
</svg>
|
|
19577
|
-
`,
|
|
19585
|
+
`, Eh = `
|
|
19578
19586
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19579
19587
|
<path d="M3.625 3.63672V6.5H3.00977V4.33203C2.97591 4.36198 2.93555 4.39062 2.88867 4.41797C2.8431 4.44401 2.79427 4.4681 2.74219 4.49023C2.6901 4.51107 2.63607 4.5293 2.58008 4.54492C2.52409 4.55924 2.46875 4.56966 2.41406 4.57617V4.05664C2.57422 4.00977 2.72526 3.94987 2.86719 3.87695C3.00911 3.80404 3.13737 3.72396 3.25195 3.63672H3.625Z" class="fill" fill="#1A1A1A"/>
|
|
19580
19588
|
<path d="M2.83789 10.9883H4.02539V11.5H2.16211V11.2891C2.16211 11.1458 2.1862 11.0176 2.23438 10.9043C2.28255 10.7897 2.3431 10.6875 2.41602 10.5977C2.48893 10.5065 2.56836 10.4264 2.6543 10.3574C2.74154 10.2871 2.82422 10.224 2.90234 10.168C2.98438 10.1094 3.05599 10.0534 3.11719 10C3.17969 9.94661 3.23177 9.89388 3.27344 9.8418C3.31641 9.78841 3.34831 9.73503 3.36914 9.68164C3.38997 9.62695 3.40039 9.56901 3.40039 9.50781C3.40039 9.38802 3.36654 9.29753 3.29883 9.23633C3.23112 9.17513 3.1276 9.14453 2.98828 9.14453C2.7474 9.14453 2.51693 9.24023 2.29688 9.43164V8.88867C2.54036 8.73112 2.8151 8.65234 3.12109 8.65234C3.26302 8.65234 3.38997 8.67122 3.50195 8.70898C3.61523 8.74544 3.71094 8.79818 3.78906 8.86719C3.86719 8.9362 3.92643 9.02018 3.9668 9.11914C4.00846 9.2168 4.0293 9.32617 4.0293 9.44727C4.0293 9.57617 4.00911 9.69076 3.96875 9.79102C3.92969 9.89128 3.87695 9.98242 3.81055 10.0645C3.74544 10.1465 3.66992 10.222 3.58398 10.291C3.49805 10.3587 3.40885 10.4245 3.31641 10.4883C3.25391 10.5326 3.19336 10.5768 3.13477 10.6211C3.07747 10.6641 3.02669 10.707 2.98242 10.75C2.93815 10.7917 2.90299 10.8327 2.87695 10.873C2.85091 10.9134 2.83789 10.9518 2.83789 10.9883Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19583,7 +19591,7 @@ const vh = `
|
|
|
19583
19591
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19584
19592
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19585
19593
|
</svg>
|
|
19586
|
-
`,
|
|
19594
|
+
`, Th = `
|
|
19587
19595
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19588
19596
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19589
19597
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19592,7 +19600,7 @@ const vh = `
|
|
|
19592
19600
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19593
19601
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19594
19602
|
</svg>
|
|
19595
|
-
`,
|
|
19603
|
+
`, Sh = `
|
|
19596
19604
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19597
19605
|
<path d="M3.92383 6.5H3.33984V6.21289H3.33203C3.19792 6.43685 2.99935 6.54883 2.73633 6.54883C2.54232 6.54883 2.38932 6.49414 2.27734 6.38477C2.16667 6.27409 2.11133 6.12695 2.11133 5.94336C2.11133 5.55534 2.34115 5.33138 2.80078 5.27148L3.34375 5.19922C3.34375 4.98047 3.22526 4.87109 2.98828 4.87109C2.75 4.87109 2.52344 4.94206 2.30859 5.08398V4.61914C2.39453 4.57487 2.51172 4.53581 2.66016 4.50195C2.8099 4.4681 2.94596 4.45117 3.06836 4.45117C3.63867 4.45117 3.92383 4.73568 3.92383 5.30469V6.5ZM3.34375 5.6875V5.55273L2.98047 5.59961C2.77995 5.62565 2.67969 5.71615 2.67969 5.87109C2.67969 5.94141 2.70378 5.99935 2.75195 6.04492C2.80143 6.08919 2.86784 6.11133 2.95117 6.11133C3.06706 6.11133 3.16146 6.07161 3.23438 5.99219C3.30729 5.91146 3.34375 5.8099 3.34375 5.6875Z" class="fill" fill="#1A1A1A"/>
|
|
19598
19606
|
<path d="M2.88477 11.2676H2.87695V11.5H2.25977V8.53906H2.87695V9.80078H2.88477C3.03711 9.56771 3.25391 9.45117 3.53516 9.45117C3.79297 9.45117 3.99154 9.53971 4.13086 9.7168C4.27018 9.89388 4.33984 10.1361 4.33984 10.4434C4.33984 10.7767 4.25846 11.0443 4.0957 11.2461C3.93294 11.4479 3.71549 11.5488 3.44336 11.5488C3.19727 11.5488 3.01107 11.4551 2.88477 11.2676ZM2.86719 10.4238V10.6289C2.86719 10.7578 2.9043 10.8646 2.97852 10.9492C3.05273 11.0339 3.14779 11.0762 3.26367 11.0762C3.4043 11.0762 3.51302 11.0221 3.58984 10.9141C3.66797 10.8047 3.70703 10.6504 3.70703 10.4512C3.70703 10.2858 3.67122 10.1569 3.59961 10.0645C3.5293 9.9707 3.42839 9.92383 3.29688 9.92383C3.17318 9.92383 3.07031 9.97005 2.98828 10.0625C2.90755 10.1549 2.86719 10.2754 2.86719 10.4238Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19603,26 +19611,26 @@ const vh = `
|
|
|
19603
19611
|
</svg>
|
|
19604
19612
|
`;
|
|
19605
19613
|
const wt = qt.import("ui/icons");
|
|
19606
|
-
wt.bold =
|
|
19607
|
-
wt.italic =
|
|
19608
|
-
wt.underline =
|
|
19609
|
-
wt.strike =
|
|
19610
|
-
wt["code-block"] =
|
|
19611
|
-
wt.link =
|
|
19612
|
-
wt.align[""] =
|
|
19613
|
-
wt.align.center =
|
|
19614
|
-
wt.align.right =
|
|
19615
|
-
wt.align.justify =
|
|
19616
|
-
wt.list.ordered =
|
|
19617
|
-
wt.list.bullet =
|
|
19618
|
-
wt["alphabet-list"] =
|
|
19614
|
+
wt.bold = mh;
|
|
19615
|
+
wt.italic = vh;
|
|
19616
|
+
wt.underline = yh;
|
|
19617
|
+
wt.strike = bh;
|
|
19618
|
+
wt["code-block"] = $h;
|
|
19619
|
+
wt.link = _h;
|
|
19620
|
+
wt.align[""] = wh;
|
|
19621
|
+
wt.align.center = Oh;
|
|
19622
|
+
wt.align.right = kh;
|
|
19623
|
+
wt.align.justify = Ch;
|
|
19624
|
+
wt.list.ordered = Eh;
|
|
19625
|
+
wt.list.bullet = Th;
|
|
19626
|
+
wt["alphabet-list"] = Sh;
|
|
19619
19627
|
qt.register({
|
|
19620
19628
|
"formats/alphabet-list": fn,
|
|
19621
19629
|
"formats/alphabet-list/item": Ai
|
|
19622
19630
|
});
|
|
19623
19631
|
qt.register(wt);
|
|
19624
19632
|
qt.debug("error");
|
|
19625
|
-
const
|
|
19633
|
+
const xh = {
|
|
19626
19634
|
name: "IbTextEditor",
|
|
19627
19635
|
props: {
|
|
19628
19636
|
placeholder: {
|
|
@@ -19726,20 +19734,20 @@ const Ah = {
|
|
|
19726
19734
|
}
|
|
19727
19735
|
},
|
|
19728
19736
|
components: {
|
|
19729
|
-
QuillEditor:
|
|
19737
|
+
QuillEditor: fh,
|
|
19730
19738
|
IbIconButton: Nt,
|
|
19731
19739
|
IbAlert: cn,
|
|
19732
19740
|
IbCharacterCount: Uo
|
|
19733
19741
|
}
|
|
19734
|
-
},
|
|
19742
|
+
}, Ah = {
|
|
19735
19743
|
id: "toolbar",
|
|
19736
19744
|
class: "toolbar",
|
|
19737
19745
|
ref: "toolbar"
|
|
19738
|
-
},
|
|
19746
|
+
}, Nh = /* @__PURE__ */ ya('<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), Ih = { class: "toolbar-group" }, Ph = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19739
19747
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19740
19748
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19741
|
-
], -1),
|
|
19742
|
-
function
|
|
19749
|
+
], -1), Mh = { class: "toolbar-group" }, Dh = { class: "toolbar-group" }, Lh = { class: "toolbar-group" };
|
|
19750
|
+
function Rh(t, n, e, r, o, i) {
|
|
19743
19751
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19744
19752
|
return G(), ne("div", {
|
|
19745
19753
|
class: ve(["textarea-wrapper", {
|
|
@@ -19791,9 +19799,9 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19791
19799
|
modules: e.modules
|
|
19792
19800
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19793
19801
|
], 4),
|
|
19794
|
-
ae("div",
|
|
19795
|
-
|
|
19796
|
-
ae("div",
|
|
19802
|
+
ae("div", Ah, [
|
|
19803
|
+
Nh,
|
|
19804
|
+
ae("div", Ih, [
|
|
19797
19805
|
ge(f, {
|
|
19798
19806
|
class: "toolbar-item ql-bold",
|
|
19799
19807
|
kind: "ghost"
|
|
@@ -19811,8 +19819,8 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19811
19819
|
kind: "ghost"
|
|
19812
19820
|
})
|
|
19813
19821
|
]),
|
|
19814
|
-
|
|
19815
|
-
ae("div",
|
|
19822
|
+
Ph,
|
|
19823
|
+
ae("div", Mh, [
|
|
19816
19824
|
ge(f, {
|
|
19817
19825
|
class: "toolbar-item ql-code-block",
|
|
19818
19826
|
kind: "ghost"
|
|
@@ -19822,7 +19830,7 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19822
19830
|
kind: "ghost"
|
|
19823
19831
|
})
|
|
19824
19832
|
]),
|
|
19825
|
-
ae("div",
|
|
19833
|
+
ae("div", Dh, [
|
|
19826
19834
|
ge(f, {
|
|
19827
19835
|
class: "toolbar-item ql-align",
|
|
19828
19836
|
kind: "ghost"
|
|
@@ -19843,7 +19851,7 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19843
19851
|
kind: "ghost"
|
|
19844
19852
|
})
|
|
19845
19853
|
]),
|
|
19846
|
-
ae("div",
|
|
19854
|
+
ae("div", Lh, [
|
|
19847
19855
|
ge(f, {
|
|
19848
19856
|
class: "ql-list toolbar-item",
|
|
19849
19857
|
value: "ordered",
|
|
@@ -19863,18 +19871,18 @@ function Bh(t, n, e, r, o, i) {
|
|
|
19863
19871
|
], 2)
|
|
19864
19872
|
], 2);
|
|
19865
19873
|
}
|
|
19866
|
-
const
|
|
19867
|
-
const
|
|
19874
|
+
const _1 = /* @__PURE__ */ Ae(xh, [["render", Rh]]);
|
|
19875
|
+
const Bh = {
|
|
19868
19876
|
name: "IbTable",
|
|
19869
19877
|
computed: {
|
|
19870
19878
|
hasThead() {
|
|
19871
19879
|
return !!this.$slots.thead;
|
|
19872
19880
|
}
|
|
19873
19881
|
}
|
|
19874
|
-
},
|
|
19875
|
-
function
|
|
19876
|
-
return G(), ne("div",
|
|
19877
|
-
ae("table",
|
|
19882
|
+
}, jh = { class: "ib-table-wrapper" }, qh = { class: "ib-table" };
|
|
19883
|
+
function Fh(t, n, e, r, o, i) {
|
|
19884
|
+
return G(), ne("div", jh, [
|
|
19885
|
+
ae("table", qh, [
|
|
19878
19886
|
i.hasThead ? Ee(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19879
19887
|
ae("tbody", null, [
|
|
19880
19888
|
Ee(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19882,17 +19890,17 @@ function Hh(t, n, e, r, o, i) {
|
|
|
19882
19890
|
])
|
|
19883
19891
|
]);
|
|
19884
19892
|
}
|
|
19885
|
-
const
|
|
19886
|
-
const
|
|
19893
|
+
const $1 = /* @__PURE__ */ Ae(Bh, [["render", Fh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19894
|
+
const Hh = {
|
|
19887
19895
|
name: "IbRow"
|
|
19888
|
-
},
|
|
19889
|
-
function
|
|
19890
|
-
return G(), ne("tr",
|
|
19896
|
+
}, Vh = { class: "ib-tr" };
|
|
19897
|
+
function Uh(t, n, e, r, o, i) {
|
|
19898
|
+
return G(), ne("tr", Vh, [
|
|
19891
19899
|
Ee(t.$slots, "default", { ref: "row" })
|
|
19892
19900
|
]);
|
|
19893
19901
|
}
|
|
19894
|
-
const
|
|
19895
|
-
const
|
|
19902
|
+
const w1 = /* @__PURE__ */ Ae(Hh, [["render", Uh]]);
|
|
19903
|
+
const zh = {
|
|
19896
19904
|
name: "IbCell",
|
|
19897
19905
|
props: {
|
|
19898
19906
|
fixed: {
|
|
@@ -19914,19 +19922,19 @@ const Kh = {
|
|
|
19914
19922
|
this.attr.style || (this.attr.style = {}), this.attr.style.minWidth = `${t.width}px`, this.attr.style.left = `${t.left - n.left}px`, this.attr.class += " fixed";
|
|
19915
19923
|
}
|
|
19916
19924
|
}
|
|
19917
|
-
},
|
|
19918
|
-
function
|
|
19925
|
+
}, Kh = { class: "cell" };
|
|
19926
|
+
function Gh(t, n, e, r, o, i) {
|
|
19919
19927
|
return G(), ne("td", Tt({
|
|
19920
19928
|
onResize: n[0] || (n[0] = (...s) => i.freezeCol && i.freezeCol(...s)),
|
|
19921
19929
|
class: "ib-cell"
|
|
19922
19930
|
}, this.attr), [
|
|
19923
|
-
ae("div",
|
|
19931
|
+
ae("div", Kh, [
|
|
19924
19932
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
19925
19933
|
])
|
|
19926
19934
|
], 16);
|
|
19927
19935
|
}
|
|
19928
|
-
const
|
|
19929
|
-
const
|
|
19936
|
+
const Yh = /* @__PURE__ */ Ae(zh, [["render", Gh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19937
|
+
const Wh = {
|
|
19930
19938
|
name: "IbCheckboxCell",
|
|
19931
19939
|
props: {
|
|
19932
19940
|
isChecked: {
|
|
@@ -19939,11 +19947,11 @@ const Zh = {
|
|
|
19939
19947
|
}
|
|
19940
19948
|
},
|
|
19941
19949
|
components: {
|
|
19942
|
-
IbCell:
|
|
19950
|
+
IbCell: Yh,
|
|
19943
19951
|
IbCheckbox: qo
|
|
19944
19952
|
}
|
|
19945
19953
|
};
|
|
19946
|
-
function
|
|
19954
|
+
function Zh(t, n, e, r, o, i) {
|
|
19947
19955
|
const s = fe("ib-checkbox"), l = fe("ib-cell");
|
|
19948
19956
|
return G(), ke(l, {
|
|
19949
19957
|
fixed: e.fixed,
|
|
@@ -19955,7 +19963,7 @@ function Jh(t, n, e, r, o, i) {
|
|
|
19955
19963
|
_: 1
|
|
19956
19964
|
}, 8, ["fixed"]);
|
|
19957
19965
|
}
|
|
19958
|
-
const
|
|
19966
|
+
const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n) => {
|
|
19959
19967
|
if (Fo(t)) {
|
|
19960
19968
|
const e = {
|
|
19961
19969
|
title: n.value.title || "",
|
|
@@ -19965,7 +19973,7 @@ const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19965
19973
|
}
|
|
19966
19974
|
}, To = () => {
|
|
19967
19975
|
Lr.destroyTooltip();
|
|
19968
|
-
},
|
|
19976
|
+
}, k1 = {
|
|
19969
19977
|
mounted(t, n) {
|
|
19970
19978
|
t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
|
|
19971
19979
|
},
|
|
@@ -19974,51 +19982,51 @@ const k1 = /* @__PURE__ */ Ae(Zh, [["render", Jh]]), Lr = new Ro(), Eo = (t, n)
|
|
|
19974
19982
|
}
|
|
19975
19983
|
};
|
|
19976
19984
|
export {
|
|
19977
|
-
|
|
19985
|
+
Xh as IbAccordion,
|
|
19978
19986
|
cn as IbAlert,
|
|
19979
|
-
|
|
19980
|
-
|
|
19981
|
-
|
|
19982
|
-
|
|
19983
|
-
|
|
19984
|
-
|
|
19987
|
+
Qh as IbAvatar,
|
|
19988
|
+
e1 as IbBadge,
|
|
19989
|
+
u1 as IbBreadcrumbs,
|
|
19990
|
+
Pa as IbButton,
|
|
19991
|
+
t1 as IbButtonGroup,
|
|
19992
|
+
Yh as IbCell,
|
|
19985
19993
|
qo as IbCheckbox,
|
|
19986
|
-
|
|
19987
|
-
|
|
19988
|
-
|
|
19994
|
+
O1 as IbCheckboxCell,
|
|
19995
|
+
g1 as IbCheckboxGroup,
|
|
19996
|
+
y1 as IbDatePicker,
|
|
19989
19997
|
Cr as IbDropdown,
|
|
19990
19998
|
Do as IbDropdownItem,
|
|
19991
19999
|
Tr as IbDropdownList,
|
|
19992
|
-
|
|
19993
|
-
|
|
20000
|
+
p1 as IbFormGroup,
|
|
20001
|
+
Xe as IbIcon,
|
|
19994
20002
|
Nt as IbIconButton,
|
|
19995
20003
|
jo as IbInput,
|
|
19996
20004
|
Ci as IbLabel,
|
|
19997
|
-
|
|
19998
|
-
|
|
19999
|
-
|
|
20000
|
-
|
|
20001
|
-
|
|
20002
|
-
|
|
20003
|
-
|
|
20004
|
-
|
|
20005
|
-
|
|
20006
|
-
|
|
20007
|
-
|
|
20008
|
-
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
|
|
20014
|
-
|
|
20015
|
-
|
|
20016
|
-
|
|
20017
|
-
|
|
20018
|
-
|
|
20005
|
+
mu as IbLimitSelector,
|
|
20006
|
+
o1 as IbModal,
|
|
20007
|
+
d1 as IbPagination,
|
|
20008
|
+
h1 as IbPanel,
|
|
20009
|
+
b1 as IbPhoneInput,
|
|
20010
|
+
La as IbPopover,
|
|
20011
|
+
c1 as IbProgressBar,
|
|
20012
|
+
m1 as IbRadio,
|
|
20013
|
+
w1 as IbRow,
|
|
20014
|
+
s1 as IbSorting,
|
|
20015
|
+
i1 as IbSplitButton,
|
|
20016
|
+
r1 as IbSplitButtonItem,
|
|
20017
|
+
f1 as IbStatusIndicator,
|
|
20018
|
+
l1 as IbTab,
|
|
20019
|
+
Xl as IbTabDropdown,
|
|
20020
|
+
$1 as IbTable,
|
|
20021
|
+
a1 as IbTabs,
|
|
20022
|
+
n1 as IbTagPill,
|
|
20023
|
+
_1 as IbTextEditor,
|
|
20024
|
+
v1 as IbTextarea,
|
|
20025
|
+
Zs as IbToggle,
|
|
20026
|
+
fl as IbToggleTip,
|
|
20019
20027
|
kn as IbTooltip,
|
|
20020
|
-
|
|
20028
|
+
fu as IbTreeSelect,
|
|
20021
20029
|
kr as OutsideDirective,
|
|
20022
|
-
|
|
20030
|
+
k1 as TextOverflowTooltipDirective,
|
|
20023
20031
|
Bo as TooltipDirective
|
|
20024
20032
|
};
|