@avakhula/ui 0.0.288 → 0.0.289
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
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as et, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as
|
|
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 To, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as So, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Br, watch as er, nextTick as jr, h as ma, createStaticVNode as va } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [r, o] of n)
|
|
5
5
|
e[r] = o;
|
|
6
6
|
return e;
|
|
7
|
-
},
|
|
7
|
+
}, ya = {
|
|
8
8
|
name: "IbIcon",
|
|
9
9
|
props: {
|
|
10
10
|
name: {
|
|
@@ -26,20 +26,20 @@ const Ae = (t, n) => {
|
|
|
26
26
|
(e = (n = this.$refs.icon) == null ? void 0 : n.shadowRoot) != null && e.querySelector("title") && (this.$refs.icon.shadowRoot.querySelector("title").innerHTML = "", clearInterval(t));
|
|
27
27
|
}, 1e3);
|
|
28
28
|
}
|
|
29
|
-
},
|
|
30
|
-
function
|
|
29
|
+
}, ba = ["name"];
|
|
30
|
+
function _a(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
32
|
style: 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, ba);
|
|
37
37
|
}
|
|
38
|
-
const Xe = /* @__PURE__ */ Ae(
|
|
38
|
+
const Xe = /* @__PURE__ */ Ae(ya, [["render", _a]]);
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const Ao = {
|
|
43
43
|
methods: {
|
|
44
44
|
enter(t) {
|
|
45
45
|
const n = getComputedStyle(t).width;
|
|
@@ -60,9 +60,9 @@ const No = {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const
|
|
63
|
+
const $a = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
|
-
mixins: [
|
|
65
|
+
mixins: [Ao],
|
|
66
66
|
props: {
|
|
67
67
|
isOpen: {
|
|
68
68
|
type: Boolean,
|
|
@@ -88,8 +88,8 @@ const wa = {
|
|
|
88
88
|
components: {
|
|
89
89
|
IbIcon: Xe
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
function
|
|
91
|
+
}, wa = ["id", "aria-controls", "aria-expanded"], Oa = ["id", "aria-labelledby"], ka = { class: "accordion-content-wrapper" };
|
|
92
|
+
function Ca(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
95
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
@@ -107,7 +107,7 @@ function Ea(t, n, e, r, o, i) {
|
|
|
107
107
|
class: "chevron-icon",
|
|
108
108
|
name: "chevron-down-outline"
|
|
109
109
|
})
|
|
110
|
-
], 8,
|
|
110
|
+
], 8, wa),
|
|
111
111
|
ge(wi, {
|
|
112
112
|
name: "expand",
|
|
113
113
|
onEnter: t.enter,
|
|
@@ -121,10 +121,10 @@ function Ea(t, n, e, r, o, i) {
|
|
|
121
121
|
id: "accordion-section-" + o.uuid,
|
|
122
122
|
"aria-labelledby": "accordion" + o.uuid
|
|
123
123
|
}, [
|
|
124
|
-
ae("div",
|
|
124
|
+
ae("div", ka, [
|
|
125
125
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
126
126
|
])
|
|
127
|
-
], 8,
|
|
127
|
+
], 8, Oa), [
|
|
128
128
|
[Ke, o.isActive]
|
|
129
129
|
])
|
|
130
130
|
]),
|
|
@@ -132,7 +132,7 @@ function Ea(t, n, e, r, o, i) {
|
|
|
132
132
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
133
133
|
], 2);
|
|
134
134
|
}
|
|
135
|
-
const Xh = /* @__PURE__ */ Ae(
|
|
135
|
+
const Xh = /* @__PURE__ */ Ae($a, [["render", Ca], ["__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 Ea = {
|
|
149
149
|
name: "IbButton",
|
|
150
150
|
props: {
|
|
151
151
|
kind: {
|
|
@@ -232,8 +232,8 @@ const Ta = {
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
inheritAttrs: !1
|
|
235
|
-
},
|
|
236
|
-
function
|
|
235
|
+
}, Ta = ["method", "action"], Sa = ["value"], xa = ["value"], Aa = ["name", "value"];
|
|
236
|
+
function Na(t, n, e, r, o, i) {
|
|
237
237
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt({
|
|
238
238
|
onClick: n[0] || (n[0] = (s) => i.onClick(s)),
|
|
239
239
|
onMouseenter: i.onMouseenter,
|
|
@@ -252,26 +252,26 @@ function Ia(t, n, e, r, o, i) {
|
|
|
252
252
|
type: "hidden",
|
|
253
253
|
name: "_method",
|
|
254
254
|
value: e.linkMethod
|
|
255
|
-
}, null, 8,
|
|
255
|
+
}, null, 8, Sa),
|
|
256
256
|
ae("input", {
|
|
257
257
|
type: "hidden",
|
|
258
258
|
name: "_token",
|
|
259
259
|
value: i.token
|
|
260
|
-
}, null, 8,
|
|
260
|
+
}, null, 8, xa),
|
|
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, Aa))), 128))
|
|
267
|
+
], 8, Ta)), [
|
|
268
268
|
[Ke, !1]
|
|
269
269
|
]) : he("", !0)
|
|
270
270
|
]),
|
|
271
271
|
_: 3
|
|
272
272
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
273
273
|
}
|
|
274
|
-
const
|
|
274
|
+
const Ia = /* @__PURE__ */ Ae(Ea, [["render", Na]]), pr = {
|
|
275
275
|
topLeft: "top-left",
|
|
276
276
|
topCenter: "top-center",
|
|
277
277
|
topRight: "top-right",
|
|
@@ -285,7 +285,7 @@ const Pa = /* @__PURE__ */ Ae(Ta, [["render", Ia]]), pr = {
|
|
|
285
285
|
leftCenter: "left-center",
|
|
286
286
|
leftBottom: "left-bottom"
|
|
287
287
|
};
|
|
288
|
-
const
|
|
288
|
+
const Pa = {
|
|
289
289
|
name: "IbPopover",
|
|
290
290
|
props: {
|
|
291
291
|
position: {
|
|
@@ -326,7 +326,7 @@ const Ma = {
|
|
|
326
326
|
!this.alwaysVisible && this.parentNode && (this.parentNode.removeEventListener("focus", this.showPopover, !0), this.parentNode.removeEventListener("blur", this.hidePopover, !0), this.parentNode.removeEventListener("mouseover", this.showPopover, !0), this.parentNode.removeEventListener("mouseleave", this.hidePopover, !0));
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
function
|
|
329
|
+
function Ma(t, n, e, r, o, i) {
|
|
330
330
|
return G(), ke(wi, null, {
|
|
331
331
|
default: ye(() => [
|
|
332
332
|
De(ae("div", {
|
|
@@ -340,8 +340,8 @@ function Da(t, n, e, r, o, i) {
|
|
|
340
340
|
_: 3
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
|
-
const
|
|
344
|
-
const
|
|
343
|
+
const Da = /* @__PURE__ */ Ae(Pa, [["render", Ma], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
344
|
+
const La = {
|
|
345
345
|
name: "IbTooltip",
|
|
346
346
|
props: {
|
|
347
347
|
position: {
|
|
@@ -364,9 +364,9 @@ const Ra = {
|
|
|
364
364
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
|
-
components: { IbPopover:
|
|
368
|
-
},
|
|
369
|
-
function
|
|
367
|
+
components: { IbPopover: Da }
|
|
368
|
+
}, Ra = { key: 0 };
|
|
369
|
+
function Ba(t, n, e, r, o, i) {
|
|
370
370
|
const s = fe("ib-popover");
|
|
371
371
|
return G(), ke(s, {
|
|
372
372
|
position: e.position,
|
|
@@ -374,13 +374,13 @@ function ja(t, n, e, r, o, i) {
|
|
|
374
374
|
class: ve(i.classList)
|
|
375
375
|
}, {
|
|
376
376
|
default: ye(() => [
|
|
377
|
-
e.title ? (G(), ne("b",
|
|
377
|
+
e.title ? (G(), ne("b", Ra, $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(La, [["render", Ba], ["__scopeId", "data-v-796ac7bb"]]), qr = {
|
|
384
384
|
[sn.primary]: sn.primary,
|
|
385
385
|
[sn.tertiary]: sn.tertiary,
|
|
386
386
|
[sn.ghost]: sn.ghost,
|
|
@@ -390,7 +390,7 @@ const kn = /* @__PURE__ */ Ae(Ra, [["render", ja], ["__scopeId", "data-v-796ac7b
|
|
|
390
390
|
s: "s",
|
|
391
391
|
m: "m"
|
|
392
392
|
};
|
|
393
|
-
const
|
|
393
|
+
const ja = {
|
|
394
394
|
name: "IbIconButton",
|
|
395
395
|
props: {
|
|
396
396
|
kind: {
|
|
@@ -451,12 +451,12 @@ const qa = {
|
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
components: {
|
|
454
|
-
IbButton:
|
|
454
|
+
IbButton: Ia,
|
|
455
455
|
IbTooltip: kn
|
|
456
456
|
},
|
|
457
457
|
inheritAttrs: !1
|
|
458
458
|
};
|
|
459
|
-
function
|
|
459
|
+
function qa(t, n, e, r, o, i) {
|
|
460
460
|
const s = fe("ib-tooltip"), l = fe("ib-button");
|
|
461
461
|
return G(), ke(l, Tt({ onClick: i.onClick }, i.attrs, {
|
|
462
462
|
href: e.href,
|
|
@@ -474,14 +474,14 @@ function Fa(t, n, e, r, o, i) {
|
|
|
474
474
|
_: 3
|
|
475
475
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
476
476
|
}
|
|
477
|
-
const Nt = /* @__PURE__ */ Ae(
|
|
477
|
+
const Nt = /* @__PURE__ */ Ae(ja, [["render", qa]]), 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 Fa = {
|
|
485
485
|
name: "IbAlert",
|
|
486
486
|
props: {
|
|
487
487
|
type: {
|
|
@@ -541,33 +541,33 @@ const Ha = {
|
|
|
541
541
|
IbIcon: Xe,
|
|
542
542
|
IbIconButton: Nt
|
|
543
543
|
}
|
|
544
|
-
},
|
|
544
|
+
}, Ha = {
|
|
545
545
|
ref: "content",
|
|
546
546
|
class: "content"
|
|
547
|
-
},
|
|
547
|
+
}, Va = { class: "content-head" }, Ua = {
|
|
548
548
|
key: 1,
|
|
549
549
|
class: "ib-alert-title"
|
|
550
|
-
},
|
|
551
|
-
function
|
|
550
|
+
}, za = { class: "text-content" }, Ka = { class: "link" };
|
|
551
|
+
function Ga(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", Ha, [
|
|
559
|
+
ae("span", Va, [
|
|
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", Ua, $e(e.title), 1)) : he("", !0)
|
|
566
566
|
]),
|
|
567
|
-
ae("span",
|
|
567
|
+
ae("span", za, [
|
|
568
568
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
569
569
|
]),
|
|
570
|
-
ae("div",
|
|
570
|
+
ae("div", Ka, [
|
|
571
571
|
Ee(t.$slots, "link", {}, void 0, !0)
|
|
572
572
|
])
|
|
573
573
|
], 512),
|
|
@@ -588,11 +588,11 @@ function Ya(t, n, e, r, o, i) {
|
|
|
588
588
|
}, 8, ["onClick"])) : he("", !0)
|
|
589
589
|
], 2);
|
|
590
590
|
}
|
|
591
|
-
const cn = /* @__PURE__ */ Ae(
|
|
591
|
+
const cn = /* @__PURE__ */ Ae(Fa, [["render", Ga], ["__scopeId", "data-v-dec06c47"]]), Ya = {
|
|
592
592
|
M: "m",
|
|
593
593
|
L: "l"
|
|
594
594
|
};
|
|
595
|
-
const
|
|
595
|
+
const Wa = {
|
|
596
596
|
name: "IbAvatar",
|
|
597
597
|
props: {
|
|
598
598
|
firstName: {
|
|
@@ -613,7 +613,7 @@ const Za = {
|
|
|
613
613
|
},
|
|
614
614
|
size: {
|
|
615
615
|
type: String,
|
|
616
|
-
default:
|
|
616
|
+
default: Ya.M
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
computed: {
|
|
@@ -631,15 +631,15 @@ const Za = {
|
|
|
631
631
|
components: {
|
|
632
632
|
IbIcon: Xe
|
|
633
633
|
}
|
|
634
|
-
},
|
|
635
|
-
function
|
|
634
|
+
}, Za = ["src", "alt"];
|
|
635
|
+
function Ja(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, Za)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
643
643
|
key: 1,
|
|
644
644
|
class: ve(["user-avatar", i.classList]),
|
|
645
645
|
style: wn({
|
|
@@ -655,8 +655,8 @@ function Xa(t, n, e, r, o, i) {
|
|
|
655
655
|
ge(s, { name: "camera-outline" })
|
|
656
656
|
], 2));
|
|
657
657
|
}
|
|
658
|
-
const Qh = /* @__PURE__ */ Ae(
|
|
659
|
-
const
|
|
658
|
+
const Qh = /* @__PURE__ */ Ae(Wa, [["render", Ja], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
659
|
+
const Xa = {
|
|
660
660
|
name: "IbBadge",
|
|
661
661
|
props: {
|
|
662
662
|
content: {
|
|
@@ -674,21 +674,21 @@ const Qa = {
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
|
-
function
|
|
677
|
+
function Qa(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 e1 = /* @__PURE__ */ Ae(
|
|
683
|
-
const
|
|
682
|
+
const e1 = /* @__PURE__ */ Ae(Xa, [["render", Qa], ["__scopeId", "data-v-328df75a"]]);
|
|
683
|
+
const el = {
|
|
684
684
|
name: "IbButtonGroup"
|
|
685
|
-
},
|
|
686
|
-
function
|
|
687
|
-
return G(), ne("div",
|
|
685
|
+
}, tl = { class: "ib-button-group" };
|
|
686
|
+
function nl(t, n, e, r, o, i) {
|
|
687
|
+
return G(), ne("div", tl, [
|
|
688
688
|
Ee(t.$slots, "default")
|
|
689
689
|
]);
|
|
690
690
|
}
|
|
691
|
-
const t1 = /* @__PURE__ */ Ae(
|
|
691
|
+
const t1 = /* @__PURE__ */ Ae(el, [["render", nl]]), yn = {
|
|
692
692
|
success: "success",
|
|
693
693
|
neutral: "neutral",
|
|
694
694
|
info: "info",
|
|
@@ -697,7 +697,7 @@ const t1 = /* @__PURE__ */ Ae(tl, [["render", il]]), yn = {
|
|
|
697
697
|
favorite: "favorite",
|
|
698
698
|
pending: "pending"
|
|
699
699
|
};
|
|
700
|
-
const
|
|
700
|
+
const il = {
|
|
701
701
|
props: {
|
|
702
702
|
status: {
|
|
703
703
|
type: String,
|
|
@@ -731,7 +731,7 @@ const rl = {
|
|
|
731
731
|
},
|
|
732
732
|
components: { IbIcon: Xe }
|
|
733
733
|
};
|
|
734
|
-
function
|
|
734
|
+
function rl(t, n, e, r, o, i) {
|
|
735
735
|
const s = fe("ib-icon");
|
|
736
736
|
return G(), ne("div", {
|
|
737
737
|
class: ve(i.classes)
|
|
@@ -745,7 +745,7 @@ function ol(t, n, e, r, o, i) {
|
|
|
745
745
|
])
|
|
746
746
|
], 2);
|
|
747
747
|
}
|
|
748
|
-
const n1 = /* @__PURE__ */ Ae(
|
|
748
|
+
const n1 = /* @__PURE__ */ Ae(il, [["render", rl], ["__scopeId", "data-v-3604890c"]]), ol = {
|
|
749
749
|
topLeft: "top-left",
|
|
750
750
|
topCenter: "top-center",
|
|
751
751
|
topRight: "top-right",
|
|
@@ -759,12 +759,12 @@ const n1 = /* @__PURE__ */ Ae(rl, [["render", ol], ["__scopeId", "data-v-3604890
|
|
|
759
759
|
leftCenter: "left-center",
|
|
760
760
|
leftBottom: "left-bottom"
|
|
761
761
|
};
|
|
762
|
-
const
|
|
762
|
+
const al = {
|
|
763
763
|
name: "IbTooltip",
|
|
764
764
|
props: {
|
|
765
765
|
position: {
|
|
766
766
|
type: String,
|
|
767
|
-
default:
|
|
767
|
+
default: ol.topCenter
|
|
768
768
|
},
|
|
769
769
|
title: {
|
|
770
770
|
type: String
|
|
@@ -807,15 +807,15 @@ const ll = {
|
|
|
807
807
|
IbIconButton: Nt,
|
|
808
808
|
IbIcon: Xe
|
|
809
809
|
}
|
|
810
|
-
},
|
|
811
|
-
function
|
|
810
|
+
}, ll = { class: "ib-toggle-tip-head" }, sl = { class: "ib-toggle-tip-content" }, ul = { class: "ib-toggle-tip-button-set" };
|
|
811
|
+
function dl(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", ll, [
|
|
819
819
|
ae("p", null, $e(e.title), 1),
|
|
820
820
|
ge(l, {
|
|
821
821
|
class: "close-button",
|
|
@@ -828,10 +828,10 @@ function cl(t, n, e, r, o, i) {
|
|
|
828
828
|
_: 1
|
|
829
829
|
}, 8, ["onClick"])
|
|
830
830
|
]),
|
|
831
|
-
ae("div",
|
|
831
|
+
ae("div", sl, [
|
|
832
832
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
833
833
|
]),
|
|
834
|
-
ae("div",
|
|
834
|
+
ae("div", ul, [
|
|
835
835
|
Ee(t.$slots, "buttons", {}, void 0, !0)
|
|
836
836
|
])
|
|
837
837
|
], 2), [
|
|
@@ -841,9 +841,9 @@ function cl(t, n, e, r, o, i) {
|
|
|
841
841
|
_: 3
|
|
842
842
|
});
|
|
843
843
|
}
|
|
844
|
-
const
|
|
844
|
+
const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, No = 32, fl = 13, Hr = 9, hl = 38, pl = 37, gl = 39, Io = 40, ml = "click", { performance: si } = window, vl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
|
|
845
845
|
let Un = !1;
|
|
846
|
-
const
|
|
846
|
+
const Po = (t) => {
|
|
847
847
|
Vn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
|
|
848
848
|
if (!(r.contains(t.target) || t.timeStamp <= n))
|
|
849
849
|
try {
|
|
@@ -852,11 +852,11 @@ const Mo = (t) => {
|
|
|
852
852
|
console.error(o);
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
|
+
}, yl = () => {
|
|
856
|
+
Un || (document.addEventListener("click", Po, { capture: !0 }), Un = !0);
|
|
855
857
|
}, bl = () => {
|
|
856
|
-
Un
|
|
857
|
-
}, _l = () => {
|
|
858
|
-
Un && (document.removeEventListener("click", Mo), Un = !1);
|
|
859
|
-
}, $l = (t, { value: n, arg: e = "click" }) => {
|
|
858
|
+
Un && (document.removeEventListener("click", Po), Un = !1);
|
|
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 || yl(), Vn.set(t, {
|
|
869
|
+
bindTimeStamp: vl(),
|
|
870
870
|
callback: n
|
|
871
871
|
}));
|
|
872
|
-
},
|
|
873
|
-
Vn.delete(t), Vn.size === 0 &&
|
|
872
|
+
}, $l = (t) => {
|
|
873
|
+
Vn.delete(t), Vn.size === 0 && bl();
|
|
874
874
|
}, kr = {
|
|
875
|
-
created:
|
|
876
|
-
beforeUnmount:
|
|
875
|
+
created: _l,
|
|
876
|
+
beforeUnmount: $l
|
|
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 wl = {
|
|
886
886
|
name: "IbDropdown",
|
|
887
887
|
directives: { Outside: kr },
|
|
888
888
|
props: {
|
|
@@ -915,7 +915,7 @@ const Ol = {
|
|
|
915
915
|
},
|
|
916
916
|
triggerType: {
|
|
917
917
|
type: String,
|
|
918
|
-
default:
|
|
918
|
+
default: ml
|
|
919
919
|
},
|
|
920
920
|
destroyOnHide: {
|
|
921
921
|
type: Boolean,
|
|
@@ -940,7 +940,7 @@ const Ol = {
|
|
|
940
940
|
},
|
|
941
941
|
methods: {
|
|
942
942
|
onKeydown(t) {
|
|
943
|
-
(t.keyCode ===
|
|
943
|
+
(t.keyCode === fl || t.keyCode === No) && (t.preventDefault(), this.toggle()), t.keyCode === Io && (t.preventDefault(), this.open());
|
|
944
944
|
},
|
|
945
945
|
onKeyupDocument(t) {
|
|
946
946
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -989,10 +989,10 @@ const Ol = {
|
|
|
989
989
|
beforeUnmount() {
|
|
990
990
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
991
991
|
}
|
|
992
|
-
},
|
|
993
|
-
function
|
|
992
|
+
}, Ol = { class: "ib-dropdown" }, kl = { class: "footer-slot" };
|
|
993
|
+
function Cl(t, n, e, r, o, i) {
|
|
994
994
|
const s = On("outside");
|
|
995
|
-
return De((G(), ne("div",
|
|
995
|
+
return De((G(), ne("div", Ol, [
|
|
996
996
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
997
997
|
key: 0,
|
|
998
998
|
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
@@ -1028,7 +1028,7 @@ function El(t, n, e, r, o, i) {
|
|
|
1028
1028
|
Ee(t.$slots, "close", {}, void 0, !0)
|
|
1029
1029
|
])) : he("", !0)
|
|
1030
1030
|
]),
|
|
1031
|
-
ae("div",
|
|
1031
|
+
ae("div", kl, [
|
|
1032
1032
|
Ee(t.$slots, "footer", {}, void 0, !0)
|
|
1033
1033
|
])
|
|
1034
1034
|
], 2)), [
|
|
@@ -1044,8 +1044,8 @@ function El(t, n, e, r, o, i) {
|
|
|
1044
1044
|
[s, i.close]
|
|
1045
1045
|
]);
|
|
1046
1046
|
}
|
|
1047
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1048
|
-
const
|
|
1047
|
+
const Cr = /* @__PURE__ */ Ae(wl, [["render", Cl], ["__scopeId", "data-v-dfb4a39a"]]);
|
|
1048
|
+
const El = {
|
|
1049
1049
|
name: "IbList",
|
|
1050
1050
|
data() {
|
|
1051
1051
|
return {
|
|
@@ -1055,7 +1055,7 @@ const Tl = {
|
|
|
1055
1055
|
methods: {
|
|
1056
1056
|
onKeydown(t) {
|
|
1057
1057
|
var n, e, r, o, i;
|
|
1058
|
-
if (t.keyCode ===
|
|
1058
|
+
if (t.keyCode === Io) {
|
|
1059
1059
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1060
1060
|
return;
|
|
1061
1061
|
t.preventDefault();
|
|
@@ -1072,7 +1072,7 @@ const Tl = {
|
|
|
1072
1072
|
const f = (r = (e = s.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : r.nextElementSibling.childNodes[0];
|
|
1073
1073
|
f && f.nodeName !== "#text" && f.focus();
|
|
1074
1074
|
}
|
|
1075
|
-
if (t.keyCode ===
|
|
1075
|
+
if (t.keyCode === hl) {
|
|
1076
1076
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1077
1077
|
return;
|
|
1078
1078
|
t.preventDefault();
|
|
@@ -1098,7 +1098,7 @@ const Tl = {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
|
-
function
|
|
1101
|
+
function Tl(t, n, e, r, o, i) {
|
|
1102
1102
|
return G(), ne("ul", {
|
|
1103
1103
|
class: ve(o.rootClass),
|
|
1104
1104
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
@@ -1106,8 +1106,8 @@ function Sl(t, n, e, r, o, i) {
|
|
|
1106
1106
|
Ee(t.$slots, "default")
|
|
1107
1107
|
], 34);
|
|
1108
1108
|
}
|
|
1109
|
-
const Er = /* @__PURE__ */ Ae(
|
|
1110
|
-
const
|
|
1109
|
+
const Er = /* @__PURE__ */ Ae(El, [["render", Tl]]);
|
|
1110
|
+
const Sl = {
|
|
1111
1111
|
props: {
|
|
1112
1112
|
vertical: {
|
|
1113
1113
|
type: String,
|
|
@@ -1149,10 +1149,10 @@ const xl = {
|
|
|
1149
1149
|
IbDropdown: Cr,
|
|
1150
1150
|
IbList: Er
|
|
1151
1151
|
}
|
|
1152
|
-
},
|
|
1153
|
-
function
|
|
1152
|
+
}, xl = { class: "dropdown-list-wrapper" };
|
|
1153
|
+
function Al(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", xl, [
|
|
1156
1156
|
ge(l, Tt({
|
|
1157
1157
|
horizontal: e.horizontal,
|
|
1158
1158
|
vertical: e.vertical,
|
|
@@ -1162,7 +1162,7 @@ function Nl(t, n, e, r, o, i) {
|
|
|
1162
1162
|
}, t.$attrs, {
|
|
1163
1163
|
ref: "dropdown",
|
|
1164
1164
|
onAll: i.proxyEvents
|
|
1165
|
-
}),
|
|
1165
|
+
}), To({
|
|
1166
1166
|
body: ye(({ isOpened: c }) => [
|
|
1167
1167
|
ge(s, {
|
|
1168
1168
|
ref: "list",
|
|
@@ -1186,8 +1186,8 @@ function Nl(t, n, e, r, o, i) {
|
|
|
1186
1186
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1187
1187
|
]);
|
|
1188
1188
|
}
|
|
1189
|
-
const Tr = /* @__PURE__ */ Ae(
|
|
1190
|
-
const
|
|
1189
|
+
const Tr = /* @__PURE__ */ Ae(Sl, [["render", Al]]);
|
|
1190
|
+
const Nl = {
|
|
1191
1191
|
props: {
|
|
1192
1192
|
checked: {
|
|
1193
1193
|
type: Boolean,
|
|
@@ -1205,9 +1205,9 @@ const Il = {
|
|
|
1205
1205
|
return this.href && (t.href = this.href), t;
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
|
-
},
|
|
1209
|
-
function
|
|
1210
|
-
return G(), ne("li",
|
|
1208
|
+
}, Il = { class: "dropdown-item-wrapper" };
|
|
1209
|
+
function Pl(t, n, e, r, o, i) {
|
|
1210
|
+
return G(), ne("li", Il, [
|
|
1211
1211
|
(G(), ke(Oi(e.href ? "a" : "div"), Tt({
|
|
1212
1212
|
class: e.checked ? "active" : ""
|
|
1213
1213
|
}, i.attrs, { tabindex: "0" }), {
|
|
@@ -1218,11 +1218,11 @@ function Ml(t, n, e, r, o, i) {
|
|
|
1218
1218
|
}, 16, ["class"]))
|
|
1219
1219
|
]);
|
|
1220
1220
|
}
|
|
1221
|
-
const
|
|
1221
|
+
const Mo = /* @__PURE__ */ Ae(Nl, [["render", Pl]]), Ml = {
|
|
1222
1222
|
common: "common",
|
|
1223
1223
|
danger: "danger"
|
|
1224
1224
|
};
|
|
1225
|
-
const
|
|
1225
|
+
const Dl = {
|
|
1226
1226
|
name: "IbSplitButton",
|
|
1227
1227
|
props: {
|
|
1228
1228
|
id: {
|
|
@@ -1231,7 +1231,7 @@ const Ll = {
|
|
|
1231
1231
|
},
|
|
1232
1232
|
kind: {
|
|
1233
1233
|
type: String,
|
|
1234
|
-
default:
|
|
1234
|
+
default: Ml.common
|
|
1235
1235
|
},
|
|
1236
1236
|
disabled: {
|
|
1237
1237
|
type: Boolean,
|
|
@@ -1289,8 +1289,8 @@ const Ll = {
|
|
|
1289
1289
|
this.setActiveItem();
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
},
|
|
1293
|
-
function
|
|
1292
|
+
}, Ll = ["disabled"], Rl = ["disabled"], Bl = ["disabled"], jl = { ref: "list" };
|
|
1293
|
+
function ql(t, n, e, r, o, i) {
|
|
1294
1294
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1295
1295
|
return G(), ne("div", {
|
|
1296
1296
|
class: ve(i.classes)
|
|
@@ -1301,11 +1301,11 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1301
1301
|
disabled: e.disabled
|
|
1302
1302
|
}, o.mainButtonAttrs, {
|
|
1303
1303
|
onClick: n[0] || (n[0] = (...c) => i.onClickLink && i.onClickLink(...c))
|
|
1304
|
-
}), $e(o.content), 17,
|
|
1304
|
+
}), $e(o.content), 17, Rl)) : (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, Ll)),
|
|
1309
1309
|
ge(l, {
|
|
1310
1310
|
disabled: e.disabled,
|
|
1311
1311
|
closeOnClick: !0
|
|
@@ -1316,10 +1316,10 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1316
1316
|
class: "split-button-menu-trigger"
|
|
1317
1317
|
}, [
|
|
1318
1318
|
ge(s, { name: "chevron-down-outline" })
|
|
1319
|
-
], 8,
|
|
1319
|
+
], 8, Bl)
|
|
1320
1320
|
]),
|
|
1321
1321
|
body: ye(() => [
|
|
1322
|
-
ae("div",
|
|
1322
|
+
ae("div", jl, [
|
|
1323
1323
|
Ee(t.$slots, "default")
|
|
1324
1324
|
], 512)
|
|
1325
1325
|
]),
|
|
@@ -1327,8 +1327,8 @@ function Fl(t, n, e, r, o, i) {
|
|
|
1327
1327
|
}, 8, ["disabled"])
|
|
1328
1328
|
], 2);
|
|
1329
1329
|
}
|
|
1330
|
-
const i1 = /* @__PURE__ */ Ae(
|
|
1331
|
-
const
|
|
1330
|
+
const i1 = /* @__PURE__ */ Ae(Dl, [["render", ql]]);
|
|
1331
|
+
const Fl = {
|
|
1332
1332
|
props: {
|
|
1333
1333
|
href: {
|
|
1334
1334
|
type: String,
|
|
@@ -1342,7 +1342,7 @@ const Hl = {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
};
|
|
1345
|
-
function
|
|
1345
|
+
function Hl(t, n, e, r, o, i) {
|
|
1346
1346
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
|
|
1347
1347
|
default: ye(() => [
|
|
1348
1348
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1350,13 +1350,13 @@ function Vl(t, n, e, r, o, i) {
|
|
|
1350
1350
|
_: 3
|
|
1351
1351
|
}, 16);
|
|
1352
1352
|
}
|
|
1353
|
-
const r1 = /* @__PURE__ */ Ae(
|
|
1353
|
+
const r1 = /* @__PURE__ */ Ae(Fl, [["render", Hl], ["__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 Vl = {
|
|
1360
1360
|
name: "IbModal",
|
|
1361
1361
|
directives: { Outside: kr },
|
|
1362
1362
|
emits: {
|
|
@@ -1464,14 +1464,14 @@ const Ul = {
|
|
|
1464
1464
|
beforeUnmount() {
|
|
1465
1465
|
this.isActive && this.close(), document.removeEventListener("keydown", this.onKeydown), document.removeEventListener("blur", this.setFocusOnModal, !0);
|
|
1466
1466
|
}
|
|
1467
|
-
},
|
|
1467
|
+
}, Ul = {
|
|
1468
1468
|
key: 1,
|
|
1469
1469
|
class: "modal-header"
|
|
1470
|
-
},
|
|
1470
|
+
}, zl = {
|
|
1471
1471
|
key: 2,
|
|
1472
1472
|
class: "modal-footer"
|
|
1473
1473
|
};
|
|
1474
|
-
function
|
|
1474
|
+
function Kl(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", {
|
|
@@ -1483,7 +1483,7 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1483
1483
|
}, [
|
|
1484
1484
|
Ee(t.$slots, "trigger", {}, void 0, !0)
|
|
1485
1485
|
], 544)) : he("", !0),
|
|
1486
|
-
(G(), ke(
|
|
1486
|
+
(G(), ke(ca, { to: "body" }, [
|
|
1487
1487
|
De(ae("div", {
|
|
1488
1488
|
class: ve(["modal", e.classList]),
|
|
1489
1489
|
ref: "modal"
|
|
@@ -1503,7 +1503,7 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1503
1503
|
]),
|
|
1504
1504
|
_: 1
|
|
1505
1505
|
}, 8, ["onClick"])) : he("", !0),
|
|
1506
|
-
i.hasHeader ? (G(), ne("p",
|
|
1506
|
+
i.hasHeader ? (G(), ne("p", Ul, [
|
|
1507
1507
|
Ee(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1508
1508
|
])) : he("", !0),
|
|
1509
1509
|
ae("div", {
|
|
@@ -1511,7 +1511,7 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1511
1511
|
}, [
|
|
1512
1512
|
Ee(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1513
1513
|
], 2),
|
|
1514
|
-
i.hasFooter ? (G(), ne("div",
|
|
1514
|
+
i.hasFooter ? (G(), ne("div", zl, [
|
|
1515
1515
|
Ee(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
|
|
1516
1516
|
])) : he("", !0)
|
|
1517
1517
|
], 6)), [
|
|
@@ -1523,11 +1523,11 @@ function Gl(t, n, e, r, o, i) {
|
|
|
1523
1523
|
]))
|
|
1524
1524
|
], 64);
|
|
1525
1525
|
}
|
|
1526
|
-
const o1 = /* @__PURE__ */ Ae(
|
|
1527
|
-
function
|
|
1526
|
+
const o1 = /* @__PURE__ */ Ae(Vl, [["render", Kl], ["__scopeId", "data-v-d4b1f961"]]);
|
|
1527
|
+
function Do(t) {
|
|
1528
1528
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1529
1529
|
}
|
|
1530
|
-
const
|
|
1530
|
+
const Gl = {
|
|
1531
1531
|
name: "IbTabDropdown",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
tabs: {
|
|
@@ -1547,7 +1547,7 @@ const Yl = {
|
|
|
1547
1547
|
},
|
|
1548
1548
|
methods: {
|
|
1549
1549
|
createHref(t) {
|
|
1550
|
-
return
|
|
1550
|
+
return Do(t);
|
|
1551
1551
|
},
|
|
1552
1552
|
selectTab(t) {
|
|
1553
1553
|
this.selectedTabByDropdown = t, this.$emit("select-tab", t);
|
|
@@ -1566,13 +1566,13 @@ const Yl = {
|
|
|
1566
1566
|
},
|
|
1567
1567
|
components: {
|
|
1568
1568
|
IbDropdownList: Tr,
|
|
1569
|
-
IbDropdownItem:
|
|
1569
|
+
IbDropdownItem: Mo,
|
|
1570
1570
|
IbIcon: Xe
|
|
1571
1571
|
}
|
|
1572
|
-
},
|
|
1573
|
-
function
|
|
1572
|
+
}, Yl = { class: "wrapper-tab-link dropdown-tab" }, Wl = ["tabindex"];
|
|
1573
|
+
function Zl(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", Yl, [
|
|
1576
1576
|
ge(c, {
|
|
1577
1577
|
disabled: o.isDisabledDropdown,
|
|
1578
1578
|
"close-on-click": !0
|
|
@@ -1587,7 +1587,7 @@ function Jl(t, n, e, r, o, i) {
|
|
|
1587
1587
|
}, [
|
|
1588
1588
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1589
1589
|
ge(s, { name: "chevron-down" })
|
|
1590
|
-
], 10,
|
|
1590
|
+
], 10, Wl)
|
|
1591
1591
|
]),
|
|
1592
1592
|
body: ye(() => [
|
|
1593
1593
|
(G(!0), ne(tt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
@@ -1611,8 +1611,8 @@ function Jl(t, n, e, r, o, i) {
|
|
|
1611
1611
|
}, 8, ["disabled"])
|
|
1612
1612
|
]);
|
|
1613
1613
|
}
|
|
1614
|
-
const
|
|
1615
|
-
const
|
|
1614
|
+
const Jl = /* @__PURE__ */ Ae(Gl, [["render", Zl]]);
|
|
1615
|
+
const Xl = {
|
|
1616
1616
|
name: "IbTabs",
|
|
1617
1617
|
props: {
|
|
1618
1618
|
selectedTabId: {
|
|
@@ -1663,27 +1663,27 @@ const Ql = {
|
|
|
1663
1663
|
},
|
|
1664
1664
|
methods: {
|
|
1665
1665
|
createHref(t) {
|
|
1666
|
-
return
|
|
1666
|
+
return Do(t);
|
|
1667
1667
|
},
|
|
1668
1668
|
selectTab(t) {
|
|
1669
1669
|
this.$emit("changeTab", t), this.selectedTab = t;
|
|
1670
1670
|
}
|
|
1671
1671
|
},
|
|
1672
1672
|
components: {
|
|
1673
|
-
IbTabDropdown:
|
|
1673
|
+
IbTabDropdown: Jl
|
|
1674
1674
|
},
|
|
1675
1675
|
emits: ["changeTab"]
|
|
1676
|
-
},
|
|
1676
|
+
}, Ql = { class: "tabs" }, es = { class: "tabs-list" }, ts = {
|
|
1677
1677
|
key: 0,
|
|
1678
1678
|
class: "wrapper-tab-link"
|
|
1679
|
-
},
|
|
1679
|
+
}, ns = ["href", "tabindex", "onClick"], is = {
|
|
1680
1680
|
class: "tabs-content",
|
|
1681
1681
|
ref: "tabHandler"
|
|
1682
1682
|
};
|
|
1683
|
-
function
|
|
1683
|
+
function rs(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", Ql, [
|
|
1686
|
+
ae("ul", es, [
|
|
1687
1687
|
(G(!0), ne(tt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1688
1688
|
class: "tab-item",
|
|
1689
1689
|
key: c
|
|
@@ -1693,7 +1693,7 @@ function os(t, n, e, r, o, i) {
|
|
|
1693
1693
|
"selected-tab": o.selectedTab,
|
|
1694
1694
|
tabs: l,
|
|
1695
1695
|
onSelectTab: i.selectTab
|
|
1696
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1696
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ts, [
|
|
1697
1697
|
ae("a", {
|
|
1698
1698
|
class: ve(["tab-link", {
|
|
1699
1699
|
active: o.selectedTab === l.id,
|
|
@@ -1703,16 +1703,16 @@ function os(t, n, e, r, o, i) {
|
|
|
1703
1703
|
tabindex: l.disabled ? -1 : 0,
|
|
1704
1704
|
onClick: (f) => i.selectTab(l.id),
|
|
1705
1705
|
target: "_self"
|
|
1706
|
-
}, $e(l.title), 11,
|
|
1706
|
+
}, $e(l.title), 11, ns)
|
|
1707
1707
|
]))
|
|
1708
1708
|
]))), 128))
|
|
1709
1709
|
]),
|
|
1710
|
-
ae("div",
|
|
1710
|
+
ae("div", is, [
|
|
1711
1711
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
1712
1712
|
], 512)
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const a1 = /* @__PURE__ */ Ae(
|
|
1715
|
+
const a1 = /* @__PURE__ */ Ae(Xl, [["render", rs], ["__scopeId", "data-v-47d103be"]]), os = {
|
|
1716
1716
|
name: "IbTab",
|
|
1717
1717
|
props: {
|
|
1718
1718
|
title: {
|
|
@@ -1742,22 +1742,22 @@ const a1 = /* @__PURE__ */ Ae(Ql, [["render", os], ["__scopeId", "data-v-47d103b
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
|
-
function
|
|
1745
|
+
function as(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 l1 = /* @__PURE__ */ Ae(
|
|
1752
|
+
const l1 = /* @__PURE__ */ Ae(os, [["render", as]]), ls = {
|
|
1753
1753
|
LIST_VIEW: "list-sorting",
|
|
1754
1754
|
GRID_VIEW: "grid-sorting",
|
|
1755
1755
|
TABLE_VIEW: "table-sorting"
|
|
1756
|
-
},
|
|
1756
|
+
}, ss = {
|
|
1757
1757
|
TYPE_ASC: "asc",
|
|
1758
1758
|
TYPE_DESC: "desc"
|
|
1759
1759
|
};
|
|
1760
|
-
class
|
|
1760
|
+
class Lo {
|
|
1761
1761
|
constructor() {
|
|
1762
1762
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
1763
1763
|
}
|
|
@@ -1783,7 +1783,7 @@ class Ro {
|
|
|
1783
1783
|
top: 0px;
|
|
1784
1784
|
left: 0px;
|
|
1785
1785
|
`;
|
|
1786
|
-
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance =
|
|
1786
|
+
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(kn, {
|
|
1787
1787
|
title: e.title,
|
|
1788
1788
|
text: e.text,
|
|
1789
1789
|
alwaysVisible: !0,
|
|
@@ -1865,7 +1865,7 @@ class Ro {
|
|
|
1865
1865
|
return n ? pr[n] : pr.topCenter;
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
const dn = new
|
|
1868
|
+
const dn = new Lo(), us = (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,17 +1873,17 @@ const dn = new Ro(), ds = (t, n) => {
|
|
|
1873
1873
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
1874
1874
|
};
|
|
1875
1875
|
dn.createTooltip(t, r, e);
|
|
1876
|
-
},
|
|
1876
|
+
}, ds = (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 = () => us(t, n), t.__tooltip_destroy = (e) => ds(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
|
+
}, Ro = {
|
|
1887
1887
|
mounted(t, n) {
|
|
1888
1888
|
Vr(t, n);
|
|
1889
1889
|
},
|
|
@@ -1894,7 +1894,7 @@ const dn = new Ro(), ds = (t, n) => {
|
|
|
1894
1894
|
Ur(t);
|
|
1895
1895
|
}
|
|
1896
1896
|
};
|
|
1897
|
-
const
|
|
1897
|
+
const cs = {
|
|
1898
1898
|
name: "IbSorting",
|
|
1899
1899
|
props: {
|
|
1900
1900
|
tooltipTitle: {
|
|
@@ -1949,8 +1949,8 @@ const fs = {
|
|
|
1949
1949
|
data() {
|
|
1950
1950
|
return {
|
|
1951
1951
|
isOpenToggleTip: !1,
|
|
1952
|
-
sortingTypes:
|
|
1953
|
-
sortingTypesView:
|
|
1952
|
+
sortingTypes: ss,
|
|
1953
|
+
sortingTypesView: ls,
|
|
1954
1954
|
currentTypeSort: this.sort
|
|
1955
1955
|
};
|
|
1956
1956
|
},
|
|
@@ -1987,17 +1987,17 @@ const fs = {
|
|
|
1987
1987
|
return this.toggleTipTitle && this.$slots.toggleTipBody && this.$slots.toggleTipButtons;
|
|
1988
1988
|
}
|
|
1989
1989
|
},
|
|
1990
|
-
directives: { Tooltip:
|
|
1990
|
+
directives: { Tooltip: Ro },
|
|
1991
1991
|
components: {
|
|
1992
1992
|
IbIcon: Xe,
|
|
1993
1993
|
IbIconButton: Nt,
|
|
1994
|
-
IbToggleTip:
|
|
1994
|
+
IbToggleTip: cl
|
|
1995
1995
|
}
|
|
1996
|
-
},
|
|
1997
|
-
function
|
|
1996
|
+
}, fs = { class: "sorting-wrapper" }, hs = ["name"], ps = ["aria-label"];
|
|
1997
|
+
function gs(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", fs, [
|
|
2001
2001
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
2002
2002
|
key: 0,
|
|
2003
2003
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -2041,7 +2041,7 @@ function ms(t, n, e, r, o, i) {
|
|
|
2041
2041
|
onClick: i.clickHandler
|
|
2042
2042
|
}, {
|
|
2043
2043
|
default: ye(() => [
|
|
2044
|
-
ae("ion-icon", { name: i.iconType }, null, 8,
|
|
2044
|
+
ae("ion-icon", { name: i.iconType }, null, 8, hs)
|
|
2045
2045
|
]),
|
|
2046
2046
|
_: 1
|
|
2047
2047
|
}, 8, ["onClick"])), [
|
|
@@ -2062,13 +2062,13 @@ function ms(t, n, e, r, o, i) {
|
|
|
2062
2062
|
key: 0,
|
|
2063
2063
|
name: i.iconType
|
|
2064
2064
|
}, null, 8, ["name"])) : he("", !0)
|
|
2065
|
-
], 10,
|
|
2065
|
+
], 10, ps)), [
|
|
2066
2066
|
[f, e.tooltipText, e.tooltipPosition]
|
|
2067
2067
|
])
|
|
2068
2068
|
]);
|
|
2069
2069
|
}
|
|
2070
|
-
const s1 = /* @__PURE__ */ Ae(
|
|
2071
|
-
const
|
|
2070
|
+
const s1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-a4394881"]]);
|
|
2071
|
+
const ms = {
|
|
2072
2072
|
name: "IbBreadcrumbs",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
items: {
|
|
@@ -2093,15 +2093,15 @@ const vs = {
|
|
|
2093
2093
|
components: {
|
|
2094
2094
|
IbIcon: Xe,
|
|
2095
2095
|
IbIconButton: Nt,
|
|
2096
|
-
IbDropdownItem:
|
|
2096
|
+
IbDropdownItem: Mo,
|
|
2097
2097
|
IbDropdownList: Tr,
|
|
2098
2098
|
IbTooltip: kn
|
|
2099
2099
|
}
|
|
2100
|
-
},
|
|
2101
|
-
function
|
|
2100
|
+
}, vs = { "aria-label": "breadcrumb" }, ys = { class: "breadcrumb" }, bs = ["href"], _s = { key: 1 }, $s = ["href"];
|
|
2101
|
+
function ws(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", vs, [
|
|
2104
|
+
ae("ul", ys, [
|
|
2105
2105
|
(G(!0), ne(tt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2106
2106
|
class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2107
2107
|
"aria-current": "page",
|
|
@@ -2111,8 +2111,8 @@ function Os(t, n, e, r, o, i) {
|
|
|
2111
2111
|
key: 0,
|
|
2112
2112
|
class: "ib-link",
|
|
2113
2113
|
href: d.url
|
|
2114
|
-
}, $e(d.title), 9,
|
|
2115
|
-
a === i.last ? (G(), ne("p",
|
|
2114
|
+
}, $e(d.title), 9, bs)) : 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 Os(t, n, e, r, o, i) {
|
|
|
2135
2135
|
ae("a", {
|
|
2136
2136
|
class: "context-breadcrums",
|
|
2137
2137
|
href: u.url
|
|
2138
|
-
}, $e(u.title), 9,
|
|
2138
|
+
}, $e(u.title), 9, $s)
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 2
|
|
2141
2141
|
}, 1024))), 128))
|
|
@@ -2150,8 +2150,8 @@ function Os(t, n, e, r, o, i) {
|
|
|
2150
2150
|
])
|
|
2151
2151
|
]);
|
|
2152
2152
|
}
|
|
2153
|
-
const u1 = /* @__PURE__ */ Ae(
|
|
2154
|
-
const
|
|
2153
|
+
const u1 = /* @__PURE__ */ Ae(ms, [["render", ws], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2154
|
+
const Os = {
|
|
2155
2155
|
name: "IbLabel",
|
|
2156
2156
|
props: {
|
|
2157
2157
|
for: {
|
|
@@ -2190,17 +2190,17 @@ const ks = {
|
|
|
2190
2190
|
IbIcon: Xe,
|
|
2191
2191
|
IbTooltip: kn
|
|
2192
2192
|
}
|
|
2193
|
-
},
|
|
2193
|
+
}, ks = ["for"], Cs = {
|
|
2194
2194
|
key: 0,
|
|
2195
2195
|
class: "required"
|
|
2196
2196
|
};
|
|
2197
|
-
function
|
|
2197
|
+
function Es(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", Cs, "* ")) : he("", !0),
|
|
2204
2204
|
Ee(t.$slots, "default", {}, void 0, !0),
|
|
2205
2205
|
e.infoText.length ? (G(), ke(c, {
|
|
2206
2206
|
key: 1,
|
|
@@ -2218,15 +2218,15 @@ function Ts(t, n, e, r, o, i) {
|
|
|
2218
2218
|
]),
|
|
2219
2219
|
_: 1
|
|
2220
2220
|
})) : he("", !0)
|
|
2221
|
-
], 10,
|
|
2221
|
+
], 10, ks);
|
|
2222
2222
|
}
|
|
2223
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
2223
|
+
const Ci = /* @__PURE__ */ Ae(Os, [["render", Es], ["__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 Ts = {
|
|
2230
2230
|
name: "IbInput",
|
|
2231
2231
|
props: {
|
|
2232
2232
|
type: {
|
|
@@ -2378,8 +2378,8 @@ const Ss = {
|
|
|
2378
2378
|
IbDropdown: Cr
|
|
2379
2379
|
},
|
|
2380
2380
|
inheritAttrs: !1
|
|
2381
|
-
},
|
|
2382
|
-
function
|
|
2381
|
+
}, Ss = ["aria-invalid", "readonly", "disabled", "id"], xs = { class: "settings-wrapper" };
|
|
2382
|
+
function As(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,8 +2408,8 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2408
2408
|
onInput: n[1] || (n[1] = (a) => i.onInput(a)),
|
|
2409
2409
|
onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
|
|
2410
2410
|
onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
|
|
2411
|
-
}), null, 16,
|
|
2412
|
-
[
|
|
2411
|
+
}), null, 16, Ss), [
|
|
2412
|
+
[So, o.actualValue]
|
|
2413
2413
|
]),
|
|
2414
2414
|
e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
|
|
2415
2415
|
key: 1,
|
|
@@ -2468,7 +2468,7 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2468
2468
|
}, 8, ["help-text"])
|
|
2469
2469
|
]),
|
|
2470
2470
|
body: ye(() => [
|
|
2471
|
-
ae("div",
|
|
2471
|
+
ae("div", xs, [
|
|
2472
2472
|
Ee(t.$slots, "settings", {}, void 0, !0)
|
|
2473
2473
|
])
|
|
2474
2474
|
]),
|
|
@@ -2477,8 +2477,8 @@ function Ns(t, n, e, r, o, i) {
|
|
|
2477
2477
|
], 2)
|
|
2478
2478
|
]);
|
|
2479
2479
|
}
|
|
2480
|
-
const
|
|
2481
|
-
const
|
|
2480
|
+
const Bo = /* @__PURE__ */ Ae(Ts, [["render", As], ["__scopeId", "data-v-ea1e952e"]]);
|
|
2481
|
+
const Ns = {
|
|
2482
2482
|
name: "IbCheckbox",
|
|
2483
2483
|
model: {
|
|
2484
2484
|
event: "input"
|
|
@@ -2563,17 +2563,17 @@ const Is = {
|
|
|
2563
2563
|
IbIcon: Xe
|
|
2564
2564
|
},
|
|
2565
2565
|
inheritAttrs: !1
|
|
2566
|
-
},
|
|
2566
|
+
}, Is = ["aria-checked"], Ps = ["for", "tabindex"], Ms = ["name", "id", "value", "checked", "disabled", "required"], Ds = { class: "ib-checkbox-body" }, Ls = {
|
|
2567
2567
|
key: 0,
|
|
2568
2568
|
class: "required"
|
|
2569
|
-
},
|
|
2569
|
+
}, Rs = { class: "ib-checkbox-input" }, Bs = {
|
|
2570
2570
|
key: 1,
|
|
2571
2571
|
class: "ib-checkbox-label"
|
|
2572
|
-
},
|
|
2572
|
+
}, js = {
|
|
2573
2573
|
key: 0,
|
|
2574
2574
|
class: "required"
|
|
2575
2575
|
};
|
|
2576
|
-
function
|
|
2576
|
+
function qs(t, n, e, r, o, i) {
|
|
2577
2577
|
var l;
|
|
2578
2578
|
const s = fe("ib-icon");
|
|
2579
2579
|
return G(), ne("div", {
|
|
@@ -2596,16 +2596,16 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2596
2596
|
disabled: e.disabled,
|
|
2597
2597
|
required: e.required,
|
|
2598
2598
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c))
|
|
2599
|
-
}, null, 8,
|
|
2600
|
-
ae("div",
|
|
2599
|
+
}, null, 8, Ms),
|
|
2600
|
+
ae("div", Ds, [
|
|
2601
2601
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2602
2602
|
key: 0,
|
|
2603
2603
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2604
2604
|
}, [
|
|
2605
|
-
e.required ? (G(), ne("span",
|
|
2605
|
+
e.required ? (G(), ne("span", Ls, "*")) : he("", !0),
|
|
2606
2606
|
Ge(" " + $e(e.label), 1)
|
|
2607
2607
|
], 2)) : he("", !0),
|
|
2608
|
-
ae("span",
|
|
2608
|
+
ae("span", Rs, [
|
|
2609
2609
|
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2610
2610
|
[Ke, o.checked && !i.indeterminate]
|
|
2611
2611
|
]),
|
|
@@ -2616,16 +2616,16 @@ function Fs(t, n, e, r, o, i) {
|
|
|
2616
2616
|
[Ke, i.indeterminate]
|
|
2617
2617
|
])
|
|
2618
2618
|
]),
|
|
2619
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2620
|
-
e.required ? (G(), ne("span",
|
|
2619
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", Bs, [
|
|
2620
|
+
e.required ? (G(), ne("span", js, "*")) : he("", !0),
|
|
2621
2621
|
Ge(" " + $e(e.label), 1)
|
|
2622
2622
|
])) : he("", !0)
|
|
2623
2623
|
])
|
|
2624
|
-
], 16,
|
|
2625
|
-
], 10,
|
|
2624
|
+
], 16, Ps)
|
|
2625
|
+
], 10, Is);
|
|
2626
2626
|
}
|
|
2627
|
-
const
|
|
2628
|
-
const
|
|
2627
|
+
const jo = /* @__PURE__ */ Ae(Ns, [["render", qs]]);
|
|
2628
|
+
const Fs = {
|
|
2629
2629
|
name: "IbToggle",
|
|
2630
2630
|
model: {
|
|
2631
2631
|
prop: "isChecked",
|
|
@@ -2696,17 +2696,17 @@ const Hs = {
|
|
|
2696
2696
|
}
|
|
2697
2697
|
},
|
|
2698
2698
|
components: { IbIcon: Xe, IbTooltip: kn }
|
|
2699
|
-
},
|
|
2699
|
+
}, Hs = ["aria-checked", "tabindex"], Vs = {
|
|
2700
2700
|
class: "toggle-wrapper",
|
|
2701
2701
|
ref: "wrapper"
|
|
2702
|
-
},
|
|
2702
|
+
}, Us = {
|
|
2703
2703
|
class: "toggle",
|
|
2704
2704
|
ref: "toggle"
|
|
2705
|
-
},
|
|
2705
|
+
}, zs = ["name", "checked", "id", "disabled"], Ks = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Gs = {
|
|
2706
2706
|
key: 0,
|
|
2707
2707
|
class: "toggle-label"
|
|
2708
2708
|
};
|
|
2709
|
-
function
|
|
2709
|
+
function Ys(t, n, e, r, o, i) {
|
|
2710
2710
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2711
2711
|
return G(), ne("label", {
|
|
2712
2712
|
role: "switch",
|
|
@@ -2718,8 +2718,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2718
2718
|
n[3] || (n[3] = _t(et((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2719
2719
|
]
|
|
2720
2720
|
}, [
|
|
2721
|
-
ae("div",
|
|
2722
|
-
ae("div",
|
|
2721
|
+
ae("div", Vs, [
|
|
2722
|
+
ae("div", Us, [
|
|
2723
2723
|
ae("input", {
|
|
2724
2724
|
tabindex: "-1",
|
|
2725
2725
|
type: "checkbox",
|
|
@@ -2731,8 +2731,8 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2731
2731
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2732
2732
|
onInput: n[1] || (n[1] = et(() => {
|
|
2733
2733
|
}, ["stop"]))
|
|
2734
|
-
}, null, 40,
|
|
2735
|
-
|
|
2734
|
+
}, null, 40, zs),
|
|
2735
|
+
Ks,
|
|
2736
2736
|
ge(s, {
|
|
2737
2737
|
class: "checked-icon",
|
|
2738
2738
|
name: "checkmark"
|
|
@@ -2743,18 +2743,18 @@ function Ws(t, n, e, r, o, i) {
|
|
|
2743
2743
|
})
|
|
2744
2744
|
], 512)
|
|
2745
2745
|
], 512),
|
|
2746
|
-
e.label.length ? (G(), ne("span",
|
|
2746
|
+
e.label.length ? (G(), ne("span", Gs, $e(e.label), 1)) : he("", !0),
|
|
2747
2747
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2748
2748
|
key: 1,
|
|
2749
2749
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2750
2750
|
}, null, 8, ["text"])) : he("", !0)
|
|
2751
|
-
], 42,
|
|
2751
|
+
], 42, Hs);
|
|
2752
2752
|
}
|
|
2753
|
-
const
|
|
2754
|
-
function
|
|
2753
|
+
const Ws = /* @__PURE__ */ Ae(Fs, [["render", Ys]]);
|
|
2754
|
+
function qo(t) {
|
|
2755
2755
|
return t.scrollHeight > t.clientHeight;
|
|
2756
2756
|
}
|
|
2757
|
-
const
|
|
2757
|
+
const Zs = {
|
|
2758
2758
|
name: "select-option",
|
|
2759
2759
|
props: {
|
|
2760
2760
|
option: {
|
|
@@ -2803,7 +2803,7 @@ const Js = {
|
|
|
2803
2803
|
},
|
|
2804
2804
|
updated() {
|
|
2805
2805
|
this.$nextTick(() => {
|
|
2806
|
-
|
|
2806
|
+
qo(this.$el.querySelector(".option-label")) && (this.showTooltip = !0);
|
|
2807
2807
|
});
|
|
2808
2808
|
},
|
|
2809
2809
|
data() {
|
|
@@ -2813,7 +2813,7 @@ const Js = {
|
|
|
2813
2813
|
},
|
|
2814
2814
|
methods: {
|
|
2815
2815
|
onKeydown(t) {
|
|
2816
|
-
t.keyCode ===
|
|
2816
|
+
t.keyCode === No && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === gl && (this.option.isChildrenVisible = !0), t.keyCode === pl && (this.option.isChildrenVisible = !1));
|
|
2817
2817
|
},
|
|
2818
2818
|
onChange() {
|
|
2819
2819
|
var t, n;
|
|
@@ -2859,7 +2859,7 @@ const Js = {
|
|
|
2859
2859
|
},
|
|
2860
2860
|
computed: {
|
|
2861
2861
|
component() {
|
|
2862
|
-
return this.isMultiple && this.isToggle ?
|
|
2862
|
+
return this.isMultiple && this.isToggle ? Ws : jo;
|
|
2863
2863
|
},
|
|
2864
2864
|
hasChildren() {
|
|
2865
2865
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2892,18 +2892,18 @@ const Js = {
|
|
|
2892
2892
|
List: Er,
|
|
2893
2893
|
IbIconButton: Nt
|
|
2894
2894
|
},
|
|
2895
|
-
directives: { Tooltip:
|
|
2896
|
-
},
|
|
2895
|
+
directives: { Tooltip: Ro }
|
|
2896
|
+
}, Js = ["aria-selected", "aria-label", "id"], Xs = {
|
|
2897
2897
|
key: 0,
|
|
2898
2898
|
class: "option-label"
|
|
2899
|
-
},
|
|
2899
|
+
}, Qs = {
|
|
2900
2900
|
key: 1,
|
|
2901
2901
|
class: "option-label"
|
|
2902
|
-
},
|
|
2902
|
+
}, eu = ["innerHTML"], tu = ["innerHTML"], nu = {
|
|
2903
2903
|
key: 2,
|
|
2904
2904
|
class: "option-label"
|
|
2905
2905
|
};
|
|
2906
|
-
function
|
|
2906
|
+
function iu(t, n, e, r, o, i) {
|
|
2907
2907
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2908
2908
|
return G(), ne("li", null, [
|
|
2909
2909
|
De((G(), ne("div", {
|
|
@@ -2969,7 +2969,7 @@ function ru(t, n, e, r, o, i) {
|
|
|
2969
2969
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2970
2970
|
)
|
|
2971
2971
|
}, [
|
|
2972
|
-
i.hasChildren ? (G(), ne("span",
|
|
2972
|
+
i.hasChildren ? (G(), ne("span", Qs, $e(e.option.title), 1)) : (G(), ne("span", Xs, [
|
|
2973
2973
|
Ge($e(e.option.title) + " ", 1),
|
|
2974
2974
|
ge(s, {
|
|
2975
2975
|
name: "star",
|
|
@@ -2981,12 +2981,12 @@ function ru(t, n, e, r, o, i) {
|
|
|
2981
2981
|
key: 1,
|
|
2982
2982
|
class: "option-label",
|
|
2983
2983
|
innerHTML: e.option.title
|
|
2984
|
-
}, null, 8,
|
|
2984
|
+
}, null, 8, tu)) : (G(), ne("span", {
|
|
2985
2985
|
key: 0,
|
|
2986
2986
|
class: "option-label",
|
|
2987
2987
|
innerHTML: e.option.title
|
|
2988
|
-
}, null, 8,
|
|
2989
|
-
], 64)) : (G(), ne("span",
|
|
2988
|
+
}, null, 8, eu))
|
|
2989
|
+
], 64)) : (G(), ne("span", nu, $e(e.option.title), 1))
|
|
2990
2990
|
], 2),
|
|
2991
2991
|
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
2992
2992
|
default: ye(() => [
|
|
@@ -3009,17 +3009,17 @@ function ru(t, n, e, r, o, i) {
|
|
|
3009
3009
|
}, 512)), [
|
|
3010
3010
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
3011
3011
|
]) : he("", !0)
|
|
3012
|
-
], 42,
|
|
3012
|
+
], 42, Js)), [
|
|
3013
3013
|
[h, o.showTooltip ? e.option.title : ""]
|
|
3014
3014
|
])
|
|
3015
3015
|
]);
|
|
3016
3016
|
}
|
|
3017
|
-
const
|
|
3017
|
+
const ru = /* @__PURE__ */ Ae(Zs, [["render", iu]]);
|
|
3018
3018
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3019
3019
|
function Ei(t) {
|
|
3020
3020
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3021
3021
|
}
|
|
3022
|
-
var
|
|
3022
|
+
var Fo = { exports: {} };
|
|
3023
3023
|
/*!***************************************************
|
|
3024
3024
|
* mark.js v8.11.1
|
|
3025
3025
|
* https://markjs.io/
|
|
@@ -3422,10 +3422,10 @@ var Ho = { exports: {} };
|
|
|
3422
3422
|
return this.mark = (s, l) => (i.mark(s, l), this), this.markRegExp = (s, l) => (i.markRegExp(s, l), this), this.markRanges = (s, l) => (i.markRanges(s, l), this), this.unmark = (s) => (i.unmark(s), this), this;
|
|
3423
3423
|
};
|
|
3424
3424
|
});
|
|
3425
|
-
})(
|
|
3426
|
-
var
|
|
3427
|
-
const
|
|
3428
|
-
function
|
|
3425
|
+
})(Fo);
|
|
3426
|
+
var ou = Fo.exports;
|
|
3427
|
+
const au = /* @__PURE__ */ Ei(ou);
|
|
3428
|
+
function lu(t) {
|
|
3429
3429
|
return JSON.parse(JSON.stringify(t));
|
|
3430
3430
|
}
|
|
3431
3431
|
const su = {
|
|
@@ -3606,14 +3606,13 @@ const su = {
|
|
|
3606
3606
|
});
|
|
3607
3607
|
},
|
|
3608
3608
|
options(t) {
|
|
3609
|
-
this.initialOptions = zr(t);
|
|
3610
3609
|
},
|
|
3611
3610
|
initialOptions(t) {
|
|
3612
3611
|
let n = !0;
|
|
3613
3612
|
if (typeof this.initialOptions == "function")
|
|
3614
3613
|
n = !1;
|
|
3615
3614
|
else {
|
|
3616
|
-
const e = [], r =
|
|
3615
|
+
const e = [], r = this.initialOptions;
|
|
3617
3616
|
Array.prototype.forEach.call(r, (o) => {
|
|
3618
3617
|
o.id !== void 0 && e.push(o.id);
|
|
3619
3618
|
}), n = JSON.stringify(e) === JSON.stringify(this.optionsIdsWatch), this.optionsIdsWatch = e;
|
|
@@ -3636,7 +3635,7 @@ const su = {
|
|
|
3636
3635
|
}
|
|
3637
3636
|
},
|
|
3638
3637
|
mounted() {
|
|
3639
|
-
this.marker = new
|
|
3638
|
+
this.marker = new au(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3640
3639
|
this.setPreparedValues();
|
|
3641
3640
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3642
3641
|
},
|
|
@@ -3647,7 +3646,7 @@ const su = {
|
|
|
3647
3646
|
const f = this.filterString.toLowerCase().trim();
|
|
3648
3647
|
this.filterFunc.call(this, c, f), f && this.marker.mark(f);
|
|
3649
3648
|
}, {
|
|
3650
|
-
initialOptions:
|
|
3649
|
+
initialOptions: lu(this.options),
|
|
3651
3650
|
val: this.modelValue ? this.modelValue : this.value,
|
|
3652
3651
|
size: {
|
|
3653
3652
|
left: this.initialSize && this.initialSize.left || 0,
|
|
@@ -3938,9 +3937,9 @@ const su = {
|
|
|
3938
3937
|
IbIconButton: Nt,
|
|
3939
3938
|
IbIcon: Xe,
|
|
3940
3939
|
IbDropdown: Cr,
|
|
3941
|
-
IbInput:
|
|
3940
|
+
IbInput: Bo,
|
|
3942
3941
|
List: Er,
|
|
3943
|
-
"select-option":
|
|
3942
|
+
"select-option": ru
|
|
3944
3943
|
},
|
|
3945
3944
|
beforeUnmount() {
|
|
3946
3945
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
@@ -3977,7 +3976,7 @@ function cu(t, n, e, r, o, i) {
|
|
|
3977
3976
|
ref: "dropdown",
|
|
3978
3977
|
onClose: i.onClose,
|
|
3979
3978
|
onOpen: i.onOpen
|
|
3980
|
-
},
|
|
3979
|
+
}, To({
|
|
3981
3980
|
body: ye(() => [
|
|
3982
3981
|
ae("div", {
|
|
3983
3982
|
class: ve(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
|
|
@@ -4348,7 +4347,7 @@ const vu = {
|
|
|
4348
4347
|
components: {
|
|
4349
4348
|
IbIconButton: Nt,
|
|
4350
4349
|
IbIcon: Xe,
|
|
4351
|
-
IbInput:
|
|
4350
|
+
IbInput: Bo,
|
|
4352
4351
|
IbLabel: Ci,
|
|
4353
4352
|
IbLimitSelector: mu,
|
|
4354
4353
|
IbTooltip: kn
|
|
@@ -4463,9 +4462,9 @@ const Cu = {
|
|
|
4463
4462
|
components: {
|
|
4464
4463
|
IbIcon: Xe
|
|
4465
4464
|
}
|
|
4466
|
-
},
|
|
4465
|
+
}, Ho = (t) => ($r("data-v-a0217859"), t = t(), wr(), t), Eu = { class: "ib-progress-bar-wrapper" }, Tu = ["aria-label", "aria-valuenow"], Su = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), xu = [
|
|
4467
4466
|
Su
|
|
4468
|
-
], Au = /* @__PURE__ */
|
|
4467
|
+
], Au = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4469
4468
|
function Nu(t, n, e, r, o, i) {
|
|
4470
4469
|
const s = fe("ib-icon");
|
|
4471
4470
|
return G(), ne("div", Eu, [
|
|
@@ -4557,7 +4556,7 @@ function Lu(t, n, e, r, o, i) {
|
|
|
4557
4556
|
const f1 = /* @__PURE__ */ Ae(Pu, [["render", Lu], ["__scopeId", "data-v-e696394e"]]);
|
|
4558
4557
|
const Ru = {
|
|
4559
4558
|
name: "IbPanel",
|
|
4560
|
-
mixins: [
|
|
4559
|
+
mixins: [Ao],
|
|
4561
4560
|
props: {
|
|
4562
4561
|
isOpen: {
|
|
4563
4562
|
type: Boolean,
|
|
@@ -4811,7 +4810,7 @@ function dd(t, n, e, r, o, i) {
|
|
|
4811
4810
|
], 64)) : (G(), ne("p", ud, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", ad, "Max " + $e(e.characterLimit), 1))
|
|
4812
4811
|
]);
|
|
4813
4812
|
}
|
|
4814
|
-
const
|
|
4813
|
+
const Vo = /* @__PURE__ */ Ae(rd, [["render", dd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4815
4814
|
const cd = {
|
|
4816
4815
|
name: "IbTextarea",
|
|
4817
4816
|
props: {
|
|
@@ -4866,7 +4865,7 @@ const cd = {
|
|
|
4866
4865
|
},
|
|
4867
4866
|
components: {
|
|
4868
4867
|
IbAlert: cn,
|
|
4869
|
-
IbCharacterCount:
|
|
4868
|
+
IbCharacterCount: Vo
|
|
4870
4869
|
},
|
|
4871
4870
|
inheritAttrs: !1
|
|
4872
4871
|
}, fd = ["disabled"];
|
|
@@ -4903,7 +4902,7 @@ function hd(t, n, e, r, o, i) {
|
|
|
4903
4902
|
class: ["ib-textarea", i.classes],
|
|
4904
4903
|
disabled: e.disabled
|
|
4905
4904
|
}), null, 16, fd), [
|
|
4906
|
-
[
|
|
4905
|
+
[xo, o.val]
|
|
4907
4906
|
])
|
|
4908
4907
|
], 2);
|
|
4909
4908
|
}
|
|
@@ -5058,7 +5057,7 @@ var nr = [
|
|
|
5058
5057
|
}, Et = function(t) {
|
|
5059
5058
|
return t === !0 ? 1 : 0;
|
|
5060
5059
|
};
|
|
5061
|
-
function
|
|
5060
|
+
function zr(t, n) {
|
|
5062
5061
|
var e;
|
|
5063
5062
|
return function() {
|
|
5064
5063
|
var r = this, o = arguments;
|
|
@@ -5083,11 +5082,11 @@ function ui(t) {
|
|
|
5083
5082
|
for (; t.firstChild; )
|
|
5084
5083
|
t.removeChild(t.firstChild);
|
|
5085
5084
|
}
|
|
5086
|
-
function
|
|
5085
|
+
function Uo(t, n) {
|
|
5087
5086
|
if (n(t))
|
|
5088
5087
|
return t;
|
|
5089
5088
|
if (t.parentNode)
|
|
5090
|
-
return
|
|
5089
|
+
return Uo(t.parentNode, n);
|
|
5091
5090
|
}
|
|
5092
5091
|
function di(t, n) {
|
|
5093
5092
|
var e = Fe("div", "numInputWrapper"), r = Fe("input", "numInput " + t), o = Fe("span", "arrowUp"), i = Fe("span", "arrowDown");
|
|
@@ -5269,7 +5268,7 @@ var rr = function() {
|
|
|
5269
5268
|
y: function(t) {
|
|
5270
5269
|
return String(t.getFullYear()).substring(2);
|
|
5271
5270
|
}
|
|
5272
|
-
},
|
|
5271
|
+
}, zo = function(t) {
|
|
5273
5272
|
var n = t.config, e = n === void 0 ? _n : n, r = t.l10n, o = r === void 0 ? zn : r, i = t.isMobile, s = i === void 0 ? !1 : i;
|
|
5274
5273
|
return function(l, c, f) {
|
|
5275
5274
|
var h = f || o;
|
|
@@ -5370,7 +5369,7 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5370
5369
|
}
|
|
5371
5370
|
return t;
|
|
5372
5371
|
}, ft.apply(this, arguments);
|
|
5373
|
-
},
|
|
5372
|
+
}, Kr = globalThis && globalThis.__spreadArrays || function() {
|
|
5374
5373
|
for (var t = 0, n = 0, e = arguments.length; n < e; n++)
|
|
5375
5374
|
t += arguments[n].length;
|
|
5376
5375
|
for (var r = Array(t), o = 0, n = 0; n < e; n++)
|
|
@@ -5495,8 +5494,8 @@ function bd(t, n) {
|
|
|
5495
5494
|
Cn();
|
|
5496
5495
|
return;
|
|
5497
5496
|
}
|
|
5498
|
-
var I =
|
|
5499
|
-
if (e._debouncedChange =
|
|
5497
|
+
var I = zr(Te, 50);
|
|
5498
|
+
if (e._debouncedChange = zr(y, yd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5500
5499
|
e.config.mode === "range" && _e(Ot(z));
|
|
5501
5500
|
}), 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) {
|
|
5502
5501
|
var L = function(z) {
|
|
@@ -5673,8 +5672,8 @@ function bd(t, n) {
|
|
|
5673
5672
|
}
|
|
5674
5673
|
function U() {
|
|
5675
5674
|
if (e.weekdayContainer) {
|
|
5676
|
-
var I = e.l10n.firstDayOfWeek, L =
|
|
5677
|
-
I > 0 && I < L.length && (L =
|
|
5675
|
+
var I = e.l10n.firstDayOfWeek, L = Kr(e.l10n.weekdays.shorthand);
|
|
5676
|
+
I > 0 && I < L.length && (L = Kr(L.splice(I, L.length), L.splice(0, I)));
|
|
5678
5677
|
for (var z = e.config.showMonths; z--; )
|
|
5679
5678
|
e.weekdayContainer.children[z].innerHTML = `
|
|
5680
5679
|
<span class='flatpickr-weekday'>
|
|
@@ -6012,7 +6011,7 @@ function bd(t, n) {
|
|
|
6012
6011
|
function Q() {
|
|
6013
6012
|
typeof e.config.locale != "object" && typeof Je.l10ns[e.config.locale] > "u" && e.config.errorHandler(new Error("flatpickr: invalid locale " + e.config.locale)), e.l10n = ft(ft({}, Je.l10ns.default), typeof e.config.locale == "object" ? e.config.locale : e.config.locale !== "default" ? Je.l10ns[e.config.locale] : void 0), un.D = "(" + e.l10n.weekdays.shorthand.join("|") + ")", un.l = "(" + e.l10n.weekdays.longhand.join("|") + ")", un.M = "(" + e.l10n.months.shorthand.join("|") + ")", un.F = "(" + e.l10n.months.longhand.join("|") + ")", un.K = "(" + e.l10n.amPM[0] + "|" + e.l10n.amPM[1] + "|" + e.l10n.amPM[0].toLowerCase() + "|" + e.l10n.amPM[1].toLowerCase() + ")";
|
|
6014
6013
|
var I = ft(ft({}, n), JSON.parse(JSON.stringify(t.dataset || {})));
|
|
6015
|
-
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate =
|
|
6014
|
+
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate = zo(e), e.parseDate = gr({ config: e.config, l10n: e.l10n });
|
|
6016
6015
|
}
|
|
6017
6016
|
function te(I) {
|
|
6018
6017
|
if (typeof e.config.position == "function")
|
|
@@ -6070,7 +6069,7 @@ function bd(t, n) {
|
|
|
6070
6069
|
I.preventDefault(), I.stopPropagation();
|
|
6071
6070
|
var L = function(Oe) {
|
|
6072
6071
|
return Oe.classList && Oe.classList.contains("flatpickr-day") && !Oe.classList.contains("flatpickr-disabled") && !Oe.classList.contains("notAllowed");
|
|
6073
|
-
}, z =
|
|
6072
|
+
}, z = Uo(Ot(I), L);
|
|
6074
6073
|
if (z !== void 0) {
|
|
6075
6074
|
var X = z, le = e.latestSelectedDateObj = new Date(X.dateObj.getTime()), de = (le.getMonth() < e.currentMonth || le.getMonth() > e.currentMonth + e.config.showMonths - 1) && e.config.mode !== "range";
|
|
6076
6075
|
if (e.selectedDateElem = X, e.config.mode === "single")
|
|
@@ -6289,7 +6288,7 @@ Je.setDefaults = function(t) {
|
|
|
6289
6288
|
Je.defaultConfig = ft(ft({}, Je.defaultConfig), t);
|
|
6290
6289
|
};
|
|
6291
6290
|
Je.parseDate = gr({});
|
|
6292
|
-
Je.formatDate =
|
|
6291
|
+
Je.formatDate = zo({});
|
|
6293
6292
|
Je.compareDates = kt;
|
|
6294
6293
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
6295
6294
|
return $n(this, t);
|
|
@@ -6298,7 +6297,7 @@ Date.prototype.fp_incr = function(t) {
|
|
|
6298
6297
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
6299
6298
|
};
|
|
6300
6299
|
typeof window < "u" && (window.flatpickr = Je);
|
|
6301
|
-
var
|
|
6300
|
+
var Ko = { exports: {} };
|
|
6302
6301
|
(function(t, n) {
|
|
6303
6302
|
(function(e, r) {
|
|
6304
6303
|
t.exports = r();
|
|
@@ -6391,8 +6390,8 @@ var Go = { exports: {} };
|
|
|
6391
6390
|
}
|
|
6392
6391
|
return r;
|
|
6393
6392
|
});
|
|
6394
|
-
})(
|
|
6395
|
-
var _d =
|
|
6393
|
+
})(Ko);
|
|
6394
|
+
var _d = Ko.exports;
|
|
6396
6395
|
const $d = /* @__PURE__ */ Ei(_d), wd = `
|
|
6397
6396
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6398
6397
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -8135,7 +8134,7 @@ const jd = [
|
|
|
8135
8134
|
} else
|
|
8136
8135
|
Object.assign(t, { [n.name]: n.default });
|
|
8137
8136
|
return t;
|
|
8138
|
-
}, {}),
|
|
8137
|
+
}, {}), Gr = {
|
|
8139
8138
|
options: { ...qd }
|
|
8140
8139
|
}, 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}"]]] } };
|
|
8141
8140
|
function Hd(t, n) {
|
|
@@ -8149,14 +8148,14 @@ function mr(t) {
|
|
|
8149
8148
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
8150
8149
|
}, mr(t);
|
|
8151
8150
|
}
|
|
8152
|
-
function
|
|
8151
|
+
function Yr(t, n) {
|
|
8153
8152
|
for (var e = 0; e < n.length; e++) {
|
|
8154
8153
|
var r = n[e];
|
|
8155
8154
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8156
8155
|
}
|
|
8157
8156
|
}
|
|
8158
8157
|
function Vd(t, n, e) {
|
|
8159
|
-
return n &&
|
|
8158
|
+
return n && Yr(t.prototype, n), e && Yr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8160
8159
|
}
|
|
8161
8160
|
function Ud(t, n) {
|
|
8162
8161
|
if (!(t instanceof n))
|
|
@@ -8168,7 +8167,7 @@ function zd(t, n) {
|
|
|
8168
8167
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8169
8168
|
}
|
|
8170
8169
|
function Kd(t) {
|
|
8171
|
-
var n =
|
|
8170
|
+
var n = Yo();
|
|
8172
8171
|
return function() {
|
|
8173
8172
|
var e = Gn(t), r;
|
|
8174
8173
|
if (n) {
|
|
@@ -8184,9 +8183,9 @@ function Gd(t, n) {
|
|
|
8184
8183
|
return n;
|
|
8185
8184
|
if (n !== void 0)
|
|
8186
8185
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
8187
|
-
return
|
|
8186
|
+
return Go(t);
|
|
8188
8187
|
}
|
|
8189
|
-
function
|
|
8188
|
+
function Go(t) {
|
|
8190
8189
|
if (t === void 0)
|
|
8191
8190
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
8192
8191
|
return t;
|
|
@@ -8210,14 +8209,14 @@ function vr(t) {
|
|
|
8210
8209
|
}, vr(t);
|
|
8211
8210
|
}
|
|
8212
8211
|
function pi(t, n, e) {
|
|
8213
|
-
return
|
|
8212
|
+
return Yo() ? pi = Reflect.construct : pi = function(r, o, i) {
|
|
8214
8213
|
var s = [null];
|
|
8215
8214
|
s.push.apply(s, o);
|
|
8216
8215
|
var l = Function.bind.apply(r, s), c = new l();
|
|
8217
8216
|
return i && Kn(c, i.prototype), c;
|
|
8218
8217
|
}, pi.apply(null, arguments);
|
|
8219
8218
|
}
|
|
8220
|
-
function
|
|
8219
|
+
function Yo() {
|
|
8221
8220
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
8222
8221
|
return !1;
|
|
8223
8222
|
if (typeof Proxy == "function")
|
|
@@ -8247,11 +8246,11 @@ var Xt = /* @__PURE__ */ function(t) {
|
|
|
8247
8246
|
var n = Kd(e);
|
|
8248
8247
|
function e(r) {
|
|
8249
8248
|
var o;
|
|
8250
|
-
return Ud(this, e), o = n.call(this, r), Object.setPrototypeOf(
|
|
8249
|
+
return Ud(this, e), o = n.call(this, r), Object.setPrototypeOf(Go(o), e.prototype), o.name = o.constructor.name, o;
|
|
8251
8250
|
}
|
|
8252
8251
|
return Vd(e);
|
|
8253
8252
|
}(/* @__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 = "++";
|
|
8254
|
-
function
|
|
8253
|
+
function Wr(t, n) {
|
|
8255
8254
|
t = t.split("-"), n = n.split("-");
|
|
8256
8255
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
8257
8256
|
var i = Number(e[o]), s = Number(r[o]);
|
|
@@ -8277,18 +8276,18 @@ function Ti(t, n) {
|
|
|
8277
8276
|
if (!(t instanceof n))
|
|
8278
8277
|
throw new TypeError("Cannot call a class as a function");
|
|
8279
8278
|
}
|
|
8280
|
-
function
|
|
8279
|
+
function Zr(t, n) {
|
|
8281
8280
|
for (var e = 0; e < n.length; e++) {
|
|
8282
8281
|
var r = n[e];
|
|
8283
8282
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8284
8283
|
}
|
|
8285
8284
|
}
|
|
8286
8285
|
function Si(t, n, e) {
|
|
8287
|
-
return n &&
|
|
8286
|
+
return n && Zr(t.prototype, n), e && Zr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8288
8287
|
}
|
|
8289
|
-
var ic = "1.2.0", rc = "1.7.35",
|
|
8288
|
+
var ic = "1.2.0", rc = "1.7.35", Jr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8290
8289
|
function t(n) {
|
|
8291
|
-
Ti(this, t), uc(n), this.metadata = n,
|
|
8290
|
+
Ti(this, t), uc(n), this.metadata = n, Wo.call(this, n);
|
|
8292
8291
|
}
|
|
8293
8292
|
return Si(t, [{
|
|
8294
8293
|
key: "getCountries",
|
|
@@ -8344,11 +8343,11 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8344
8343
|
if (n && oc.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8345
8344
|
if (!this.hasCountry(n))
|
|
8346
8345
|
throw new Error("Unknown country: ".concat(n));
|
|
8347
|
-
this.numberingPlan = new
|
|
8346
|
+
this.numberingPlan = new Xr(this.getCountryMetadata(n), this);
|
|
8348
8347
|
} else if (e) {
|
|
8349
8348
|
if (!this.hasCallingCode(e))
|
|
8350
8349
|
throw new Error("Unknown calling code: ".concat(e));
|
|
8351
|
-
this.numberingPlan = new
|
|
8350
|
+
this.numberingPlan = new Xr(this.getNumberingPlanMetadata(e), this);
|
|
8352
8351
|
} else
|
|
8353
8352
|
this.numberingPlan = void 0;
|
|
8354
8353
|
return this;
|
|
@@ -8472,9 +8471,9 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8472
8471
|
return this.numberingPlan !== void 0;
|
|
8473
8472
|
}
|
|
8474
8473
|
}]), t;
|
|
8475
|
-
}(),
|
|
8474
|
+
}(), Xr = /* @__PURE__ */ function() {
|
|
8476
8475
|
function t(n, e) {
|
|
8477
|
-
Ti(this, t), this.globalMetadataObject = e, this.metadata = n,
|
|
8476
|
+
Ti(this, t), this.globalMetadataObject = e, this.metadata = n, Wo.call(this, e.metadata);
|
|
8478
8477
|
}
|
|
8479
8478
|
return Si(t, [{
|
|
8480
8479
|
key: "callingCode",
|
|
@@ -8599,13 +8598,13 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8599
8598
|
}, {
|
|
8600
8599
|
key: "type",
|
|
8601
8600
|
value: function(n) {
|
|
8602
|
-
if (this.hasTypes() &&
|
|
8603
|
-
return new sc(
|
|
8601
|
+
if (this.hasTypes() && Qr(this.types(), n))
|
|
8602
|
+
return new sc(Qr(this.types(), n), this);
|
|
8604
8603
|
}
|
|
8605
8604
|
}, {
|
|
8606
8605
|
key: "ext",
|
|
8607
8606
|
value: function() {
|
|
8608
|
-
return this.v1 || this.v2 ?
|
|
8607
|
+
return this.v1 || this.v2 ? Jr : this.metadata[13] || Jr;
|
|
8609
8608
|
}
|
|
8610
8609
|
}]), t;
|
|
8611
8610
|
}(), ac = /* @__PURE__ */ function() {
|
|
@@ -8672,7 +8671,7 @@ var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8672
8671
|
}
|
|
8673
8672
|
}]), t;
|
|
8674
8673
|
}();
|
|
8675
|
-
function
|
|
8674
|
+
function Qr(t, n) {
|
|
8676
8675
|
switch (n) {
|
|
8677
8676
|
case "FIXED_LINE":
|
|
8678
8677
|
return t[0];
|
|
@@ -8715,35 +8714,35 @@ function Ar(t, n) {
|
|
|
8715
8714
|
function cc(t, n) {
|
|
8716
8715
|
return n.countries[t] !== void 0;
|
|
8717
8716
|
}
|
|
8718
|
-
function
|
|
8717
|
+
function Wo(t) {
|
|
8719
8718
|
var n = t.version;
|
|
8720
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ?
|
|
8719
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wr(n, ic) === -1 ? this.v2 = !0 : Wr(n, rc) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8721
8720
|
}
|
|
8722
8721
|
var fc = ";ext=", bn = function(t) {
|
|
8723
8722
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8724
8723
|
};
|
|
8725
|
-
function
|
|
8724
|
+
function Zo(t) {
|
|
8726
8725
|
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;
|
|
8727
8726
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8728
8727
|
}
|
|
8729
8728
|
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
|
|
8730
|
-
"(?:" +
|
|
8729
|
+
"(?:" + Zo() + ")?", vc = new RegExp(
|
|
8731
8730
|
// Either a short two-digit-only phone number
|
|
8732
8731
|
"^" + hc + "$|^" + mc + "$",
|
|
8733
8732
|
"i"
|
|
8734
8733
|
);
|
|
8735
|
-
function
|
|
8734
|
+
function Jo(t) {
|
|
8736
8735
|
return t.length >= Sr && vc.test(t);
|
|
8737
8736
|
}
|
|
8738
8737
|
function yc(t) {
|
|
8739
8738
|
return gc.test(t);
|
|
8740
8739
|
}
|
|
8741
|
-
var
|
|
8740
|
+
var eo = new RegExp("(?:" + Zo() + ")$", "i");
|
|
8742
8741
|
function bc(t) {
|
|
8743
|
-
var n = t.search(
|
|
8742
|
+
var n = t.search(eo);
|
|
8744
8743
|
if (n < 0)
|
|
8745
8744
|
return {};
|
|
8746
|
-
for (var e = t.slice(0, n), r = t.match(
|
|
8745
|
+
for (var e = t.slice(0, n), r = t.match(eo), o = 1; o < r.length; ) {
|
|
8747
8746
|
if (r[o])
|
|
8748
8747
|
return {
|
|
8749
8748
|
number: e,
|
|
@@ -8844,21 +8843,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8844
8843
|
function Oc(t, n) {
|
|
8845
8844
|
if (t) {
|
|
8846
8845
|
if (typeof t == "string")
|
|
8847
|
-
return
|
|
8846
|
+
return to(t, n);
|
|
8848
8847
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8849
8848
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8850
8849
|
return Array.from(t);
|
|
8851
8850
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8852
|
-
return
|
|
8851
|
+
return to(t, n);
|
|
8853
8852
|
}
|
|
8854
8853
|
}
|
|
8855
|
-
function
|
|
8854
|
+
function to(t, n) {
|
|
8856
8855
|
(n == null || n > t.length) && (n = t.length);
|
|
8857
8856
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8858
8857
|
r[e] = t[e];
|
|
8859
8858
|
return r;
|
|
8860
8859
|
}
|
|
8861
|
-
function
|
|
8860
|
+
function no(t) {
|
|
8862
8861
|
for (var n = "", e = wc(t.split("")), r; !(r = e()).done; ) {
|
|
8863
8862
|
var o = r.value;
|
|
8864
8863
|
n += kc(o, n) || "";
|
|
@@ -8885,15 +8884,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8885
8884
|
function Ec(t, n) {
|
|
8886
8885
|
if (t) {
|
|
8887
8886
|
if (typeof t == "string")
|
|
8888
|
-
return
|
|
8887
|
+
return io(t, n);
|
|
8889
8888
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8890
8889
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8891
8890
|
return Array.from(t);
|
|
8892
8891
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8893
|
-
return
|
|
8892
|
+
return io(t, n);
|
|
8894
8893
|
}
|
|
8895
8894
|
}
|
|
8896
|
-
function
|
|
8895
|
+
function io(t, n) {
|
|
8897
8896
|
(n == null || n > t.length) && (n = t.length);
|
|
8898
8897
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8899
8898
|
r[e] = t[e];
|
|
@@ -8909,15 +8908,15 @@ function Tc(t, n) {
|
|
|
8909
8908
|
});
|
|
8910
8909
|
}
|
|
8911
8910
|
function Nr(t, n) {
|
|
8912
|
-
return
|
|
8911
|
+
return Xo(t, void 0, n);
|
|
8913
8912
|
}
|
|
8914
|
-
function
|
|
8913
|
+
function Xo(t, n, e) {
|
|
8915
8914
|
var r = e.type(n), o = r && r.possibleLengths() || e.possibleLengths();
|
|
8916
8915
|
if (!o)
|
|
8917
8916
|
return "IS_POSSIBLE";
|
|
8918
8917
|
if (n === "FIXED_LINE_OR_MOBILE") {
|
|
8919
8918
|
if (!e.type("FIXED_LINE"))
|
|
8920
|
-
return
|
|
8919
|
+
return Xo(t, "MOBILE", e);
|
|
8921
8920
|
var i = e.type("MOBILE");
|
|
8922
8921
|
i && (o = Tc(o, i.possibleLengths()));
|
|
8923
8922
|
} else if (n && !r)
|
|
@@ -8944,12 +8943,12 @@ function Sc(t, n, e) {
|
|
|
8944
8943
|
}
|
|
8945
8944
|
}
|
|
8946
8945
|
if (e.possibleLengths())
|
|
8947
|
-
return
|
|
8946
|
+
return Qo(t.phone || t.nationalNumber, e);
|
|
8948
8947
|
if (t.countryCallingCode && e.isNonGeographicCallingCode(t.countryCallingCode))
|
|
8949
8948
|
return !0;
|
|
8950
8949
|
throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
|
|
8951
8950
|
}
|
|
8952
|
-
function
|
|
8951
|
+
function Qo(t, n) {
|
|
8953
8952
|
switch (Nr(t, n)) {
|
|
8954
8953
|
case "IS_POSSIBLE":
|
|
8955
8954
|
return !0;
|
|
@@ -8958,7 +8957,7 @@ function ea(t, n) {
|
|
|
8958
8957
|
}
|
|
8959
8958
|
}
|
|
8960
8959
|
function xc(t, n) {
|
|
8961
|
-
return Ic(t) || Nc(t, n) ||
|
|
8960
|
+
return Ic(t) || Nc(t, n) || ea(t, n) || Ac();
|
|
8962
8961
|
}
|
|
8963
8962
|
function Ac() {
|
|
8964
8963
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -8992,7 +8991,7 @@ function Pc(t, n) {
|
|
|
8992
8991
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8993
8992
|
if (e)
|
|
8994
8993
|
return (e = e.call(t)).next.bind(e);
|
|
8995
|
-
if (Array.isArray(t) || (e =
|
|
8994
|
+
if (Array.isArray(t) || (e = ea(t)) || n && t && typeof t.length == "number") {
|
|
8996
8995
|
e && (t = e);
|
|
8997
8996
|
var r = 0;
|
|
8998
8997
|
return function() {
|
|
@@ -9002,18 +9001,18 @@ function Pc(t, n) {
|
|
|
9002
9001
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9003
9002
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9004
9003
|
}
|
|
9005
|
-
function
|
|
9004
|
+
function ea(t, n) {
|
|
9006
9005
|
if (t) {
|
|
9007
9006
|
if (typeof t == "string")
|
|
9008
|
-
return
|
|
9007
|
+
return ro(t, n);
|
|
9009
9008
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9010
9009
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9011
9010
|
return Array.from(t);
|
|
9012
9011
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9013
|
-
return
|
|
9012
|
+
return ro(t, n);
|
|
9014
9013
|
}
|
|
9015
9014
|
}
|
|
9016
|
-
function
|
|
9015
|
+
function ro(t, n) {
|
|
9017
9016
|
(n == null || n > t.length) && (n = t.length);
|
|
9018
9017
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9019
9018
|
r[e] = t[e];
|
|
@@ -9036,7 +9035,7 @@ function Mc(t) {
|
|
|
9036
9035
|
break;
|
|
9037
9036
|
}
|
|
9038
9037
|
}
|
|
9039
|
-
if (!
|
|
9038
|
+
if (!Jo(n))
|
|
9040
9039
|
return {};
|
|
9041
9040
|
var h = {
|
|
9042
9041
|
number: n
|
|
@@ -9071,15 +9070,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9071
9070
|
function Rc(t, n) {
|
|
9072
9071
|
if (t) {
|
|
9073
9072
|
if (typeof t == "string")
|
|
9074
|
-
return
|
|
9073
|
+
return oo(t, n);
|
|
9075
9074
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9076
9075
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9077
9076
|
return Array.from(t);
|
|
9078
9077
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9079
|
-
return
|
|
9078
|
+
return oo(t, n);
|
|
9080
9079
|
}
|
|
9081
9080
|
}
|
|
9082
|
-
function
|
|
9081
|
+
function oo(t, n) {
|
|
9083
9082
|
(n == null || n > t.length) && (n = t.length);
|
|
9084
9083
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9085
9084
|
r[e] = t[e];
|
|
@@ -9162,21 +9161,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9162
9161
|
function Kc(t, n) {
|
|
9163
9162
|
if (t) {
|
|
9164
9163
|
if (typeof t == "string")
|
|
9165
|
-
return
|
|
9164
|
+
return ao(t, n);
|
|
9166
9165
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9167
9166
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9168
9167
|
return Array.from(t);
|
|
9169
9168
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9170
|
-
return
|
|
9169
|
+
return ao(t, n);
|
|
9171
9170
|
}
|
|
9172
9171
|
}
|
|
9173
|
-
function
|
|
9172
|
+
function ao(t, n) {
|
|
9174
9173
|
(n == null || n > t.length) && (n = t.length);
|
|
9175
9174
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9176
9175
|
r[e] = t[e];
|
|
9177
9176
|
return r;
|
|
9178
9177
|
}
|
|
9179
|
-
function
|
|
9178
|
+
function lo(t, n) {
|
|
9180
9179
|
var e = Object.keys(t);
|
|
9181
9180
|
if (Object.getOwnPropertySymbols) {
|
|
9182
9181
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9186,12 +9185,12 @@ function so(t, n) {
|
|
|
9186
9185
|
}
|
|
9187
9186
|
return e;
|
|
9188
9187
|
}
|
|
9189
|
-
function
|
|
9188
|
+
function so(t) {
|
|
9190
9189
|
for (var n = 1; n < arguments.length; n++) {
|
|
9191
9190
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9192
|
-
n % 2 ?
|
|
9191
|
+
n % 2 ? lo(Object(e), !0).forEach(function(r) {
|
|
9193
9192
|
Gc(t, r, e[r]);
|
|
9194
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9193
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(r) {
|
|
9195
9194
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9196
9195
|
});
|
|
9197
9196
|
}
|
|
@@ -9200,13 +9199,13 @@ function uo(t) {
|
|
|
9200
9199
|
function Gc(t, n, e) {
|
|
9201
9200
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9202
9201
|
}
|
|
9203
|
-
var
|
|
9202
|
+
var uo = {
|
|
9204
9203
|
formatExtension: function(t, n, e) {
|
|
9205
9204
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9206
9205
|
}
|
|
9207
9206
|
};
|
|
9208
9207
|
function Yc(t, n, e, r) {
|
|
9209
|
-
if (e ? e =
|
|
9208
|
+
if (e ? e = so(so({}, uo), e) : e = uo, r = new Ct(r), t.country && t.country !== "001") {
|
|
9210
9209
|
if (!r.hasCountry(t.country))
|
|
9211
9210
|
throw new Error("Unknown country: ".concat(t.country));
|
|
9212
9211
|
r.country(t.country);
|
|
@@ -9270,7 +9269,7 @@ function Zc(t, n, e, r, o) {
|
|
|
9270
9269
|
if (l)
|
|
9271
9270
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9272
9271
|
}
|
|
9273
|
-
function
|
|
9272
|
+
function co(t, n) {
|
|
9274
9273
|
var e = Object.keys(t);
|
|
9275
9274
|
if (Object.getOwnPropertySymbols) {
|
|
9276
9275
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9280,12 +9279,12 @@ function fo(t, n) {
|
|
|
9280
9279
|
}
|
|
9281
9280
|
return e;
|
|
9282
9281
|
}
|
|
9283
|
-
function
|
|
9282
|
+
function fo(t) {
|
|
9284
9283
|
for (var n = 1; n < arguments.length; n++) {
|
|
9285
9284
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9286
|
-
n % 2 ?
|
|
9285
|
+
n % 2 ? co(Object(e), !0).forEach(function(r) {
|
|
9287
9286
|
Jc(t, r, e[r]);
|
|
9288
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9287
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : co(Object(e)).forEach(function(r) {
|
|
9289
9288
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9290
9289
|
});
|
|
9291
9290
|
}
|
|
@@ -9298,14 +9297,14 @@ function Xc(t, n) {
|
|
|
9298
9297
|
if (!(t instanceof n))
|
|
9299
9298
|
throw new TypeError("Cannot call a class as a function");
|
|
9300
9299
|
}
|
|
9301
|
-
function
|
|
9300
|
+
function ho(t, n) {
|
|
9302
9301
|
for (var e = 0; e < n.length; e++) {
|
|
9303
9302
|
var r = n[e];
|
|
9304
9303
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9305
9304
|
}
|
|
9306
9305
|
}
|
|
9307
9306
|
function Qc(t, n, e) {
|
|
9308
|
-
return n &&
|
|
9307
|
+
return n && ho(t.prototype, n), e && ho(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9309
9308
|
}
|
|
9310
9309
|
var ef = /* @__PURE__ */ function() {
|
|
9311
9310
|
function t(n, e, r) {
|
|
@@ -9363,7 +9362,7 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9363
9362
|
}, {
|
|
9364
9363
|
key: "format",
|
|
9365
9364
|
value: function(n, e) {
|
|
9366
|
-
return Yc(this, n, e ?
|
|
9365
|
+
return Yc(this, n, e ? fo(fo({}, e), {}, {
|
|
9367
9366
|
v2: !0
|
|
9368
9367
|
}) : {
|
|
9369
9368
|
v2: !0
|
|
@@ -9525,15 +9524,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9525
9524
|
function cf(t, n) {
|
|
9526
9525
|
if (t) {
|
|
9527
9526
|
if (typeof t == "string")
|
|
9528
|
-
return
|
|
9527
|
+
return po(t, n);
|
|
9529
9528
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9530
9529
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9531
9530
|
return Array.from(t);
|
|
9532
9531
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9533
|
-
return
|
|
9532
|
+
return po(t, n);
|
|
9534
9533
|
}
|
|
9535
9534
|
}
|
|
9536
|
-
function
|
|
9535
|
+
function po(t, n) {
|
|
9537
9536
|
(n == null || n > t.length) && (n = t.length);
|
|
9538
9537
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9539
9538
|
r[e] = t[e];
|
|
@@ -9594,7 +9593,7 @@ function vf(t, n, e) {
|
|
|
9594
9593
|
countryCallingCode: h,
|
|
9595
9594
|
carrierCode: d,
|
|
9596
9595
|
valid: u,
|
|
9597
|
-
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() &&
|
|
9596
|
+
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Qo(f, e)),
|
|
9598
9597
|
phone: f,
|
|
9599
9598
|
ext: i
|
|
9600
9599
|
} : u ? _f(c, f, i) : {};
|
|
@@ -9619,7 +9618,7 @@ function bf(t, n, e) {
|
|
|
9619
9618
|
var r = yf(t, e, n);
|
|
9620
9619
|
if (!r)
|
|
9621
9620
|
return {};
|
|
9622
|
-
if (!
|
|
9621
|
+
if (!Jo(r))
|
|
9623
9622
|
return yc(r) ? {
|
|
9624
9623
|
error: "TOO_SHORT"
|
|
9625
9624
|
} : {};
|
|
@@ -9636,7 +9635,7 @@ function _f(t, n, e) {
|
|
|
9636
9635
|
return e && (r.ext = e), r;
|
|
9637
9636
|
}
|
|
9638
9637
|
function $f(t, n, e, r) {
|
|
9639
|
-
var o = uf(
|
|
9638
|
+
var o = uf(no(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9640
9639
|
if (i)
|
|
9641
9640
|
r.selectNumberingPlan(i);
|
|
9642
9641
|
else if (s && (n || e))
|
|
@@ -9647,7 +9646,7 @@ function $f(t, n, e, r) {
|
|
|
9647
9646
|
return {
|
|
9648
9647
|
countryCallingCode: i
|
|
9649
9648
|
};
|
|
9650
|
-
var c = yr(
|
|
9649
|
+
var c = yr(no(s), r), f = c.nationalNumber, h = c.carrierCode, d = ff(i, f, r);
|
|
9651
9650
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9652
9651
|
country: l,
|
|
9653
9652
|
countryCallingCode: i,
|
|
@@ -9655,7 +9654,7 @@ function $f(t, n, e, r) {
|
|
|
9655
9654
|
carrierCode: h
|
|
9656
9655
|
};
|
|
9657
9656
|
}
|
|
9658
|
-
function
|
|
9657
|
+
function go(t, n) {
|
|
9659
9658
|
var e = Object.keys(t);
|
|
9660
9659
|
if (Object.getOwnPropertySymbols) {
|
|
9661
9660
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9665,12 +9664,12 @@ function mo(t, n) {
|
|
|
9665
9664
|
}
|
|
9666
9665
|
return e;
|
|
9667
9666
|
}
|
|
9668
|
-
function
|
|
9667
|
+
function mo(t) {
|
|
9669
9668
|
for (var n = 1; n < arguments.length; n++) {
|
|
9670
9669
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9671
|
-
n % 2 ?
|
|
9670
|
+
n % 2 ? go(Object(e), !0).forEach(function(r) {
|
|
9672
9671
|
wf(t, r, e[r]);
|
|
9673
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9672
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : go(Object(e)).forEach(function(r) {
|
|
9674
9673
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9675
9674
|
});
|
|
9676
9675
|
}
|
|
@@ -9680,7 +9679,7 @@ function wf(t, n, e) {
|
|
|
9680
9679
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9681
9680
|
}
|
|
9682
9681
|
function Of(t, n, e) {
|
|
9683
|
-
return vf(t,
|
|
9682
|
+
return vf(t, mo(mo({}, n), {}, {
|
|
9684
9683
|
v2: !0
|
|
9685
9684
|
}), e);
|
|
9686
9685
|
}
|
|
@@ -9691,7 +9690,7 @@ function br(t) {
|
|
|
9691
9690
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
9692
9691
|
}, br(t);
|
|
9693
9692
|
}
|
|
9694
|
-
function
|
|
9693
|
+
function vo(t, n) {
|
|
9695
9694
|
var e = Object.keys(t);
|
|
9696
9695
|
if (Object.getOwnPropertySymbols) {
|
|
9697
9696
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9704,9 +9703,9 @@ function yo(t, n) {
|
|
|
9704
9703
|
function kf(t) {
|
|
9705
9704
|
for (var n = 1; n < arguments.length; n++) {
|
|
9706
9705
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9707
|
-
n % 2 ?
|
|
9706
|
+
n % 2 ? vo(Object(e), !0).forEach(function(r) {
|
|
9708
9707
|
Cf(t, r, e[r]);
|
|
9709
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9708
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : vo(Object(e)).forEach(function(r) {
|
|
9710
9709
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9711
9710
|
});
|
|
9712
9711
|
}
|
|
@@ -9725,15 +9724,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9725
9724
|
function Sf(t, n) {
|
|
9726
9725
|
if (t) {
|
|
9727
9726
|
if (typeof t == "string")
|
|
9728
|
-
return
|
|
9727
|
+
return yo(t, n);
|
|
9729
9728
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9730
9729
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9731
9730
|
return Array.from(t);
|
|
9732
9731
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9733
|
-
return
|
|
9732
|
+
return yo(t, n);
|
|
9734
9733
|
}
|
|
9735
9734
|
}
|
|
9736
|
-
function
|
|
9735
|
+
function yo(t, n) {
|
|
9737
9736
|
(n == null || n > t.length) && (n = t.length);
|
|
9738
9737
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9739
9738
|
r[e] = t[e];
|
|
@@ -9786,7 +9785,7 @@ function Nf(t) {
|
|
|
9786
9785
|
var If = function(t) {
|
|
9787
9786
|
return br(t) === "object";
|
|
9788
9787
|
};
|
|
9789
|
-
function
|
|
9788
|
+
function bo(t, n) {
|
|
9790
9789
|
var e = Object.keys(t);
|
|
9791
9790
|
if (Object.getOwnPropertySymbols) {
|
|
9792
9791
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9796,12 +9795,12 @@ function _o(t, n) {
|
|
|
9796
9795
|
}
|
|
9797
9796
|
return e;
|
|
9798
9797
|
}
|
|
9799
|
-
function
|
|
9798
|
+
function _o(t) {
|
|
9800
9799
|
for (var n = 1; n < arguments.length; n++) {
|
|
9801
9800
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9802
|
-
n % 2 ?
|
|
9801
|
+
n % 2 ? bo(Object(e), !0).forEach(function(r) {
|
|
9803
9802
|
Pf(t, r, e[r]);
|
|
9804
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9803
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : bo(Object(e)).forEach(function(r) {
|
|
9805
9804
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9806
9805
|
});
|
|
9807
9806
|
}
|
|
@@ -9811,7 +9810,7 @@ function Pf(t, n, e) {
|
|
|
9811
9810
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9812
9811
|
}
|
|
9813
9812
|
function Mf(t, n, e) {
|
|
9814
|
-
n && n.defaultCountry && !cc(n.defaultCountry, e) && (n =
|
|
9813
|
+
n && n.defaultCountry && !cc(n.defaultCountry, e) && (n = _o(_o({}, n), {}, {
|
|
9815
9814
|
defaultCountry: void 0
|
|
9816
9815
|
}));
|
|
9817
9816
|
try {
|
|
@@ -9849,8 +9848,8 @@ const Lf = {
|
|
|
9849
9848
|
return e;
|
|
9850
9849
|
};
|
|
9851
9850
|
function vt(t) {
|
|
9852
|
-
const n =
|
|
9853
|
-
return typeof n > "u" ?
|
|
9851
|
+
const n = Gr.options[t];
|
|
9852
|
+
return typeof n > "u" ? Gr.options[t] : n;
|
|
9854
9853
|
}
|
|
9855
9854
|
const Bf = {
|
|
9856
9855
|
name: "VueTelInput",
|
|
@@ -10213,7 +10212,7 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10213
10212
|
onClick: n[1] || (n[1] = et(() => {
|
|
10214
10213
|
}, ["stop"]))
|
|
10215
10214
|
}, null, 8, Vf)), [
|
|
10216
|
-
[
|
|
10215
|
+
[xo, o.searchQuery]
|
|
10217
10216
|
]) : he("", !0),
|
|
10218
10217
|
(G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10219
10218
|
role: "option",
|
|
@@ -10260,7 +10259,7 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10260
10259
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10261
10260
|
]
|
|
10262
10261
|
}, null, 42, Kf), [
|
|
10263
|
-
[
|
|
10262
|
+
[So, o.phone]
|
|
10264
10263
|
]),
|
|
10265
10264
|
Ee(t.$slots, "icon-right")
|
|
10266
10265
|
], 2);
|
|
@@ -10357,7 +10356,7 @@ function Zf(t, n, e, r, o, i) {
|
|
|
10357
10356
|
], 64);
|
|
10358
10357
|
}
|
|
10359
10358
|
const b1 = /* @__PURE__ */ Ae(Wf, [["render", Zf]]);
|
|
10360
|
-
var
|
|
10359
|
+
var ta = { exports: {} };
|
|
10361
10360
|
/*!
|
|
10362
10361
|
* Quill Editor v1.3.7
|
|
10363
10362
|
* https://quilljs.com/
|
|
@@ -17748,8 +17747,8 @@ var na = { exports: {} };
|
|
|
17748
17747
|
]).default
|
|
17749
17748
|
);
|
|
17750
17749
|
});
|
|
17751
|
-
})(
|
|
17752
|
-
var Jf =
|
|
17750
|
+
})(ta);
|
|
17751
|
+
var Jf = ta.exports;
|
|
17753
17752
|
const qt = /* @__PURE__ */ Ei(Jf);
|
|
17754
17753
|
var jt = -1, xt = 1, $t = 0;
|
|
17755
17754
|
function Yn(t, n, e, r) {
|
|
@@ -17765,7 +17764,7 @@ function Yn(t, n, e, r) {
|
|
|
17765
17764
|
var l = t.substring(t.length - i);
|
|
17766
17765
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17767
17766
|
var c = Xf(t, n);
|
|
17768
|
-
return s && c.unshift([$t, s]), l && c.push([$t, l]),
|
|
17767
|
+
return s && c.unshift([$t, s]), l && c.push([$t, l]), na(c, r), c;
|
|
17769
17768
|
}
|
|
17770
17769
|
function Xf(t, n) {
|
|
17771
17770
|
var e;
|
|
@@ -17808,7 +17807,7 @@ function Qf(t, n) {
|
|
|
17808
17807
|
if (w >= 0 && w < s && c[w] !== -1) {
|
|
17809
17808
|
var S = e - c[w];
|
|
17810
17809
|
if ($ >= S)
|
|
17811
|
-
return
|
|
17810
|
+
return $o(t, n, $, p);
|
|
17812
17811
|
}
|
|
17813
17812
|
}
|
|
17814
17813
|
}
|
|
@@ -17826,14 +17825,14 @@ function Qf(t, n) {
|
|
|
17826
17825
|
if (m >= 0 && m < s && l[m] !== -1) {
|
|
17827
17826
|
var $ = l[m], p = i + $ - m;
|
|
17828
17827
|
if (S = e - S, $ >= S)
|
|
17829
|
-
return
|
|
17828
|
+
return $o(t, n, $, p);
|
|
17830
17829
|
}
|
|
17831
17830
|
}
|
|
17832
17831
|
}
|
|
17833
17832
|
}
|
|
17834
17833
|
return [[jt, t], [xt, n]];
|
|
17835
17834
|
}
|
|
17836
|
-
function
|
|
17835
|
+
function $o(t, n, e, r) {
|
|
17837
17836
|
var o = t.substring(0, e), i = n.substring(0, r), s = t.substring(e), l = n.substring(r), c = Yn(o, i), f = Yn(s, l);
|
|
17838
17837
|
return c.concat(f);
|
|
17839
17838
|
}
|
|
@@ -17842,14 +17841,14 @@ function Pr(t, n) {
|
|
|
17842
17841
|
return 0;
|
|
17843
17842
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17844
17843
|
t.substring(i, o) == n.substring(i, o) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17845
|
-
return
|
|
17844
|
+
return ia(t.charCodeAt(o - 1)) && o--, o;
|
|
17846
17845
|
}
|
|
17847
17846
|
function Mr(t, n) {
|
|
17848
17847
|
if (!t || !n || t.slice(-1) !== n.slice(-1))
|
|
17849
17848
|
return 0;
|
|
17850
17849
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17851
17850
|
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);
|
|
17852
|
-
return
|
|
17851
|
+
return ra(t.charCodeAt(t.length - o)) && o--, o;
|
|
17853
17852
|
}
|
|
17854
17853
|
function eh(t, n) {
|
|
17855
17854
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
@@ -17886,7 +17885,7 @@ function eh(t, n) {
|
|
|
17886
17885
|
var a = l[4];
|
|
17887
17886
|
return [c, f, h, d, a];
|
|
17888
17887
|
}
|
|
17889
|
-
function
|
|
17888
|
+
function na(t, n) {
|
|
17890
17889
|
t.push([$t, ""]);
|
|
17891
17890
|
for (var e = 0, r = 0, o = 0, i = "", s = "", l; e < t.length; ) {
|
|
17892
17891
|
if (e < t.length - 1 && !t[e][1]) {
|
|
@@ -17903,7 +17902,7 @@ function ia(t, n) {
|
|
|
17903
17902
|
case $t:
|
|
17904
17903
|
var c = e - o - r - 1;
|
|
17905
17904
|
if (n) {
|
|
17906
|
-
if (c >= 0 &&
|
|
17905
|
+
if (c >= 0 && aa(t[c][1])) {
|
|
17907
17906
|
var f = t[c][1].slice(-1);
|
|
17908
17907
|
if (t[c][1] = t[c][1].slice(0, -1), i = f + i, s = f + s, !t[c][1]) {
|
|
17909
17908
|
t.splice(c, 1), e--;
|
|
@@ -17911,7 +17910,7 @@ function ia(t, n) {
|
|
|
17911
17910
|
t[h] && t[h][0] === xt && (o++, s = t[h][1] + s, h--), t[h] && t[h][0] === jt && (r++, i = t[h][1] + i, h--), c = h;
|
|
17912
17911
|
}
|
|
17913
17912
|
}
|
|
17914
|
-
if (
|
|
17913
|
+
if (oa(t[e][1])) {
|
|
17915
17914
|
var f = t[e][1].charAt(0);
|
|
17916
17915
|
t[e][1] = t[e][1].slice(1), i += f, s += f;
|
|
17917
17916
|
}
|
|
@@ -17933,19 +17932,19 @@ function ia(t, n) {
|
|
|
17933
17932
|
var a = !1;
|
|
17934
17933
|
for (e = 1; e < t.length - 1; )
|
|
17935
17934
|
t[e - 1][0] === $t && t[e + 1][0] === $t && (t[e][1].substring(t[e][1].length - t[e - 1][1].length) === t[e - 1][1] ? (t[e][1] = t[e - 1][1] + t[e][1].substring(0, t[e][1].length - t[e - 1][1].length), t[e + 1][1] = t[e - 1][1] + t[e + 1][1], t.splice(e - 1, 1), a = !0) : t[e][1].substring(0, t[e + 1][1].length) == t[e + 1][1] && (t[e - 1][1] += t[e + 1][1], t[e][1] = t[e][1].substring(t[e + 1][1].length) + t[e + 1][1], t.splice(e + 1, 1), a = !0)), e++;
|
|
17936
|
-
a &&
|
|
17935
|
+
a && na(t, n);
|
|
17937
17936
|
}
|
|
17938
|
-
function
|
|
17937
|
+
function ia(t) {
|
|
17939
17938
|
return t >= 55296 && t <= 56319;
|
|
17940
17939
|
}
|
|
17941
|
-
function
|
|
17940
|
+
function ra(t) {
|
|
17942
17941
|
return t >= 56320 && t <= 57343;
|
|
17943
17942
|
}
|
|
17944
|
-
function
|
|
17945
|
-
return
|
|
17943
|
+
function oa(t) {
|
|
17944
|
+
return ra(t.charCodeAt(0));
|
|
17946
17945
|
}
|
|
17947
|
-
function
|
|
17948
|
-
return
|
|
17946
|
+
function aa(t) {
|
|
17947
|
+
return ia(t.charCodeAt(t.length - 1));
|
|
17949
17948
|
}
|
|
17950
17949
|
function th(t) {
|
|
17951
17950
|
for (var n = [], e = 0; e < t.length; e++)
|
|
@@ -17953,7 +17952,7 @@ function th(t) {
|
|
|
17953
17952
|
return n;
|
|
17954
17953
|
}
|
|
17955
17954
|
function fr(t, n, e, r) {
|
|
17956
|
-
return
|
|
17955
|
+
return aa(t) || oa(r) ? null : th([
|
|
17957
17956
|
[$t, t],
|
|
17958
17957
|
[jt, n],
|
|
17959
17958
|
[xt, e],
|
|
@@ -18455,7 +18454,7 @@ _i.exports;
|
|
|
18455
18454
|
}
|
|
18456
18455
|
t.exports = ei;
|
|
18457
18456
|
})(_i, _i.exports);
|
|
18458
|
-
var
|
|
18457
|
+
var la = _i.exports, $i = { exports: {} };
|
|
18459
18458
|
$i.exports;
|
|
18460
18459
|
(function(t, n) {
|
|
18461
18460
|
var e = 200, r = "__lodash_hash_undefined__", o = 1, i = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", b = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", S = "[object Set]", E = "[object String]", T = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]", K = "[object Int16Array]", W = "[object Int32Array]", oe = "[object Uint8Array]", U = "[object Uint8ClampedArray]", R = "[object Uint16Array]", A = "[object Uint32Array]", B = /[\\^$.*+?()[\]{}|]/g, j = /^\[object .+?Constructor\]$/, Y = /^(?:0|[1-9]\d*)$/, H = {};
|
|
@@ -18933,11 +18932,11 @@ $i.exports;
|
|
|
18933
18932
|
}
|
|
18934
18933
|
t.exports = Ji;
|
|
18935
18934
|
})($i, $i.exports);
|
|
18936
|
-
var
|
|
18935
|
+
var sa = $i.exports, Dr = {}, ua = nt && nt.__importDefault || function(t) {
|
|
18937
18936
|
return t && t.__esModule ? t : { default: t };
|
|
18938
18937
|
};
|
|
18939
18938
|
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18940
|
-
var rh =
|
|
18939
|
+
var rh = ua(la), oh = ua(sa), _r;
|
|
18941
18940
|
(function(t) {
|
|
18942
18941
|
function n(i, s, l) {
|
|
18943
18942
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
@@ -18983,16 +18982,16 @@ var rh = da(sa), oh = da(ua), _r;
|
|
|
18983
18982
|
t.transform = o;
|
|
18984
18983
|
})(_r || (_r = {}));
|
|
18985
18984
|
Dr.default = _r;
|
|
18986
|
-
var ci = {}, fi = {},
|
|
18985
|
+
var ci = {}, fi = {}, wo;
|
|
18987
18986
|
function ah() {
|
|
18988
|
-
if (
|
|
18987
|
+
if (wo)
|
|
18989
18988
|
return fi;
|
|
18990
|
-
|
|
18989
|
+
wo = 1;
|
|
18991
18990
|
var t = nt && nt.__importDefault || function(r) {
|
|
18992
18991
|
return r && r.__esModule ? r : { default: r };
|
|
18993
18992
|
};
|
|
18994
18993
|
Object.defineProperty(fi, "__esModule", { value: !0 });
|
|
18995
|
-
var n = t(
|
|
18994
|
+
var n = t(da()), e = (
|
|
18996
18995
|
/** @class */
|
|
18997
18996
|
function() {
|
|
18998
18997
|
function r(o) {
|
|
@@ -19030,11 +19029,11 @@ function ah() {
|
|
|
19030
19029
|
);
|
|
19031
19030
|
return fi.default = e, fi;
|
|
19032
19031
|
}
|
|
19033
|
-
var
|
|
19034
|
-
function
|
|
19035
|
-
if (
|
|
19032
|
+
var Oo;
|
|
19033
|
+
function da() {
|
|
19034
|
+
if (Oo)
|
|
19036
19035
|
return ci;
|
|
19037
|
-
|
|
19036
|
+
Oo = 1;
|
|
19038
19037
|
var t = nt && nt.__importDefault || function(r) {
|
|
19039
19038
|
return r && r.__esModule ? r : { default: r };
|
|
19040
19039
|
};
|
|
@@ -19053,7 +19052,7 @@ function ca() {
|
|
|
19053
19052
|
}
|
|
19054
19053
|
var Wn = nt && nt.__importDefault || function(t) {
|
|
19055
19054
|
return t && t.__esModule ? t : { default: t };
|
|
19056
|
-
}, hi = Wn(ih), lh = Wn(
|
|
19055
|
+
}, hi = Wn(ih), lh = Wn(la), hr = Wn(sa), qn = Wn(Dr), lt = Wn(da()), sh = String.fromCharCode(0), uh = (
|
|
19057
19056
|
/** @class */
|
|
19058
19057
|
function() {
|
|
19059
19058
|
function t(n) {
|
|
@@ -19252,7 +19251,7 @@ const ch = /* @__PURE__ */ Ei(dh);
|
|
|
19252
19251
|
* Released under the MIT license
|
|
19253
19252
|
* Date: 2023-05-12T08:44:03.742Z
|
|
19254
19253
|
*/
|
|
19255
|
-
const
|
|
19254
|
+
const ko = {
|
|
19256
19255
|
essential: [
|
|
19257
19256
|
[{ header: [1, 2, 3, 4, 5, 6, !1] }],
|
|
19258
19257
|
["bold", "italic", "underline"],
|
|
@@ -19282,7 +19281,7 @@ const Co = {
|
|
|
19282
19281
|
["clean"]
|
|
19283
19282
|
// remove formatting button
|
|
19284
19283
|
]
|
|
19285
|
-
}, fh =
|
|
19284
|
+
}, fh = ha({
|
|
19286
19285
|
name: "QuillEditor",
|
|
19287
19286
|
inheritAttrs: !1,
|
|
19288
19287
|
props: {
|
|
@@ -19314,7 +19313,7 @@ const Co = {
|
|
|
19314
19313
|
toolbar: {
|
|
19315
19314
|
type: [String, Array, Object],
|
|
19316
19315
|
required: !1,
|
|
19317
|
-
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(
|
|
19316
|
+
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(ko).indexOf(t) !== -1 : !0
|
|
19318
19317
|
},
|
|
19319
19318
|
modules: {
|
|
19320
19319
|
type: Object,
|
|
@@ -19339,9 +19338,9 @@ const Co = {
|
|
|
19339
19338
|
"ready"
|
|
19340
19339
|
],
|
|
19341
19340
|
setup: (t, n) => {
|
|
19342
|
-
|
|
19341
|
+
pa(() => {
|
|
19343
19342
|
i();
|
|
19344
|
-
}),
|
|
19343
|
+
}), ga(() => {
|
|
19345
19344
|
e = null;
|
|
19346
19345
|
});
|
|
19347
19346
|
let e, r;
|
|
@@ -19365,7 +19364,7 @@ const Co = {
|
|
|
19365
19364
|
if (typeof t.toolbar == "object")
|
|
19366
19365
|
return t.toolbar;
|
|
19367
19366
|
if (typeof t.toolbar == "string")
|
|
19368
|
-
return t.toolbar.charAt(0) === "#" ? t.toolbar :
|
|
19367
|
+
return t.toolbar.charAt(0) === "#" ? t.toolbar : ko[t.toolbar];
|
|
19369
19368
|
})()
|
|
19370
19369
|
}), t.modules) {
|
|
19371
19370
|
const k = (() => {
|
|
@@ -19471,7 +19470,7 @@ const Co = {
|
|
|
19471
19470
|
var t, n;
|
|
19472
19471
|
return [
|
|
19473
19472
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19474
|
-
|
|
19473
|
+
ma("div", { ref: "editor", ...this.$attrs })
|
|
19475
19474
|
];
|
|
19476
19475
|
}
|
|
19477
19476
|
}), hh = qt.import("formats/list"), ph = qt.import("formats/list/item"), gh = qt.import("parchment");
|
|
@@ -19714,13 +19713,13 @@ const xh = {
|
|
|
19714
19713
|
QuillEditor: fh,
|
|
19715
19714
|
IbIconButton: Nt,
|
|
19716
19715
|
IbAlert: cn,
|
|
19717
|
-
IbCharacterCount:
|
|
19716
|
+
IbCharacterCount: Vo
|
|
19718
19717
|
}
|
|
19719
19718
|
}, Ah = {
|
|
19720
19719
|
id: "toolbar",
|
|
19721
19720
|
class: "toolbar",
|
|
19722
19721
|
ref: "toolbar"
|
|
19723
|
-
}, Nh = /* @__PURE__ */
|
|
19722
|
+
}, Nh = /* @__PURE__ */ va('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>', 1), Ih = { class: "toolbar-group" }, Ph = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19724
19723
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19725
19724
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19726
19725
|
], -1), Mh = { class: "toolbar-group" }, Dh = { class: "toolbar-group" }, Lh = { class: "toolbar-group" };
|
|
@@ -19925,7 +19924,7 @@ const Wh = {
|
|
|
19925
19924
|
},
|
|
19926
19925
|
components: {
|
|
19927
19926
|
IbCell: Yh,
|
|
19928
|
-
IbCheckbox:
|
|
19927
|
+
IbCheckbox: jo
|
|
19929
19928
|
}
|
|
19930
19929
|
};
|
|
19931
19930
|
function Zh(t, n, e, r, o, i) {
|
|
@@ -19940,22 +19939,22 @@ function Zh(t, n, e, r, o, i) {
|
|
|
19940
19939
|
_: 1
|
|
19941
19940
|
}, 8, ["fixed"]);
|
|
19942
19941
|
}
|
|
19943
|
-
const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new
|
|
19944
|
-
if (
|
|
19942
|
+
const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Lo(), Co = (t, n) => {
|
|
19943
|
+
if (qo(t)) {
|
|
19945
19944
|
const e = {
|
|
19946
19945
|
title: n.value.title || "",
|
|
19947
19946
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
19948
19947
|
};
|
|
19949
19948
|
Lr.createTooltip(t, e);
|
|
19950
19949
|
}
|
|
19951
|
-
},
|
|
19950
|
+
}, Eo = () => {
|
|
19952
19951
|
Lr.destroyTooltip();
|
|
19953
19952
|
}, k1 = {
|
|
19954
19953
|
mounted(t, n) {
|
|
19955
|
-
t.addEventListener("mouseenter", () =>
|
|
19954
|
+
t.addEventListener("mouseenter", () => Co(t, n)), t.addEventListener("mouseleave", Eo);
|
|
19956
19955
|
},
|
|
19957
19956
|
beforeUnmount(t, n) {
|
|
19958
|
-
Lr.destroyTooltip(), t.removeEventListener("mouseenter", () =>
|
|
19957
|
+
Lr.destroyTooltip(), t.removeEventListener("mouseenter", () => Co(t, n)), t.removeEventListener("mouseleave", Eo);
|
|
19959
19958
|
}
|
|
19960
19959
|
};
|
|
19961
19960
|
export {
|
|
@@ -19964,27 +19963,27 @@ export {
|
|
|
19964
19963
|
Qh as IbAvatar,
|
|
19965
19964
|
e1 as IbBadge,
|
|
19966
19965
|
u1 as IbBreadcrumbs,
|
|
19967
|
-
|
|
19966
|
+
Ia as IbButton,
|
|
19968
19967
|
t1 as IbButtonGroup,
|
|
19969
19968
|
Yh as IbCell,
|
|
19970
|
-
|
|
19969
|
+
jo as IbCheckbox,
|
|
19971
19970
|
O1 as IbCheckboxCell,
|
|
19972
19971
|
g1 as IbCheckboxGroup,
|
|
19973
19972
|
y1 as IbDatePicker,
|
|
19974
19973
|
Cr as IbDropdown,
|
|
19975
|
-
|
|
19974
|
+
Mo as IbDropdownItem,
|
|
19976
19975
|
Tr as IbDropdownList,
|
|
19977
19976
|
p1 as IbFormGroup,
|
|
19978
19977
|
Xe as IbIcon,
|
|
19979
19978
|
Nt as IbIconButton,
|
|
19980
|
-
|
|
19979
|
+
Bo as IbInput,
|
|
19981
19980
|
Ci as IbLabel,
|
|
19982
19981
|
mu as IbLimitSelector,
|
|
19983
19982
|
o1 as IbModal,
|
|
19984
19983
|
d1 as IbPagination,
|
|
19985
19984
|
h1 as IbPanel,
|
|
19986
19985
|
b1 as IbPhoneInput,
|
|
19987
|
-
|
|
19986
|
+
Da as IbPopover,
|
|
19988
19987
|
c1 as IbProgressBar,
|
|
19989
19988
|
m1 as IbRadio,
|
|
19990
19989
|
w1 as IbRow,
|
|
@@ -19993,17 +19992,17 @@ export {
|
|
|
19993
19992
|
r1 as IbSplitButtonItem,
|
|
19994
19993
|
f1 as IbStatusIndicator,
|
|
19995
19994
|
l1 as IbTab,
|
|
19996
|
-
|
|
19995
|
+
Jl as IbTabDropdown,
|
|
19997
19996
|
$1 as IbTable,
|
|
19998
19997
|
a1 as IbTabs,
|
|
19999
19998
|
n1 as IbTagPill,
|
|
20000
19999
|
_1 as IbTextEditor,
|
|
20001
20000
|
v1 as IbTextarea,
|
|
20002
|
-
|
|
20003
|
-
|
|
20001
|
+
Ws as IbToggle,
|
|
20002
|
+
cl as IbToggleTip,
|
|
20004
20003
|
kn as IbTooltip,
|
|
20005
20004
|
fu as IbTreeSelect,
|
|
20006
20005
|
kr as OutsideDirective,
|
|
20007
20006
|
k1 as TextOverflowTooltipDirective,
|
|
20008
|
-
|
|
20007
|
+
Ro as TooltipDirective
|
|
20009
20008
|
};
|