@avakhula/ui 0.0.289 → 0.0.291
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 +485 -478
- package/dist/index.umd.cjs +18 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Form/Checkbox/Checkbox.scss +14 -10
- package/src/components/Form/Checkbox/Checkbox.vue +8 -1
- package/src/components/TreeSelect/Option.vue +1 -0
- package/src/components/TreeSelect/Select.stories.js +1 -0
- package/src/components/TreeSelect/Select.vue +3 -2
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, withModifiers as Xe, renderSlot as Ee, createVNode as ge, Transition as wi, withCtx as ye, withDirectives as De, vShow as Ke, createBlock as ke, resolveDynamicComponent as Oi, mergeProps as Tt, Fragment as tt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, resolveDirective as On, createSlots as So, Teleport as fa, createTextVNode as Ge, createApp as ha, vModelDynamic as xo, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as Ao, defineComponent as pa, onMounted as ga, onBeforeUnmount as ma, ref as Br, watch as er, nextTick as jr, h as va, createStaticVNode as ya } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [r, o] of n)
|
|
5
5
|
e[r] = o;
|
|
6
6
|
return e;
|
|
7
|
-
},
|
|
7
|
+
}, ba = {
|
|
8
8
|
name: "IbIcon",
|
|
9
9
|
props: {
|
|
10
10
|
name: {
|
|
@@ -26,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
|
+
}, _a = ["name"];
|
|
30
|
+
function $a(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
32
|
style: wn(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
34
|
class: ve(e.classes + " ib-icon icon-" + e.name),
|
|
35
35
|
ref: "icon"
|
|
36
|
-
}, null, 14,
|
|
36
|
+
}, null, 14, _a);
|
|
37
37
|
}
|
|
38
|
-
const
|
|
38
|
+
const Qe = /* @__PURE__ */ Ae(ba, [["render", $a]]);
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const No = {
|
|
43
43
|
methods: {
|
|
44
44
|
enter(t) {
|
|
45
45
|
const n = getComputedStyle(t).width;
|
|
@@ -60,9 +60,9 @@ const Ao = {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
const
|
|
63
|
+
const wa = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
|
-
mixins: [
|
|
65
|
+
mixins: [No],
|
|
66
66
|
props: {
|
|
67
67
|
isOpen: {
|
|
68
68
|
type: Boolean,
|
|
@@ -86,10 +86,10 @@ const $a = {
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
components: {
|
|
89
|
-
IbIcon:
|
|
89
|
+
IbIcon: Qe
|
|
90
90
|
}
|
|
91
|
-
},
|
|
92
|
-
function
|
|
91
|
+
}, Oa = ["id", "aria-controls", "aria-expanded"], ka = ["id", "aria-labelledby"], Ca = { class: "accordion-content-wrapper" };
|
|
92
|
+
function Ea(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
95
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
@@ -100,14 +100,14 @@ function Ca(t, n, e, r, o, i) {
|
|
|
100
100
|
"aria-controls": "accordion-section-" + o.uuid,
|
|
101
101
|
"aria-expanded": o.isActive,
|
|
102
102
|
type: "button",
|
|
103
|
-
onClick: n[0] || (n[0] =
|
|
103
|
+
onClick: n[0] || (n[0] = Xe((...l) => i.onClick && i.onClick(...l), ["prevent"]))
|
|
104
104
|
}, [
|
|
105
105
|
Ee(t.$slots, "title", {}, void 0, !0),
|
|
106
106
|
ge(s, {
|
|
107
107
|
class: "chevron-icon",
|
|
108
108
|
name: "chevron-down-outline"
|
|
109
109
|
})
|
|
110
|
-
], 8,
|
|
110
|
+
], 8, Oa),
|
|
111
111
|
ge(wi, {
|
|
112
112
|
name: "expand",
|
|
113
113
|
onEnter: t.enter,
|
|
@@ -121,10 +121,10 @@ function Ca(t, n, e, r, o, i) {
|
|
|
121
121
|
id: "accordion-section-" + o.uuid,
|
|
122
122
|
"aria-labelledby": "accordion" + o.uuid
|
|
123
123
|
}, [
|
|
124
|
-
ae("div",
|
|
124
|
+
ae("div", Ca, [
|
|
125
125
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
126
126
|
])
|
|
127
|
-
], 8,
|
|
127
|
+
], 8, ka), [
|
|
128
128
|
[Ke, o.isActive]
|
|
129
129
|
])
|
|
130
130
|
]),
|
|
@@ -132,7 +132,7 @@ function Ca(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(wa, [["render", Ea], ["__scopeId", "data-v-8ece19c1"]]), sn = {
|
|
136
136
|
primary: "primary",
|
|
137
137
|
secondary: "secondary",
|
|
138
138
|
tertiary: "tertiary",
|
|
@@ -145,7 +145,7 @@ function ki(t, n = []) {
|
|
|
145
145
|
e.startsWith("on") && (n.length === 0 || n.includes(e)) && delete t[e];
|
|
146
146
|
return t;
|
|
147
147
|
}
|
|
148
|
-
const
|
|
148
|
+
const Ta = {
|
|
149
149
|
name: "IbButton",
|
|
150
150
|
props: {
|
|
151
151
|
kind: {
|
|
@@ -232,8 +232,8 @@ const Ea = {
|
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
inheritAttrs: !1
|
|
235
|
-
},
|
|
236
|
-
function
|
|
235
|
+
}, Sa = ["method", "action"], xa = ["value"], Aa = ["value"], Na = ["name", "value"];
|
|
236
|
+
function Ia(t, n, e, r, o, i) {
|
|
237
237
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt({
|
|
238
238
|
onClick: n[0] || (n[0] = (s) => i.onClick(s)),
|
|
239
239
|
onMouseenter: i.onMouseenter,
|
|
@@ -252,26 +252,26 @@ function Na(t, n, e, r, o, i) {
|
|
|
252
252
|
type: "hidden",
|
|
253
253
|
name: "_method",
|
|
254
254
|
value: e.linkMethod
|
|
255
|
-
}, null, 8,
|
|
255
|
+
}, null, 8, xa),
|
|
256
256
|
ae("input", {
|
|
257
257
|
type: "hidden",
|
|
258
258
|
name: "_token",
|
|
259
259
|
value: i.token
|
|
260
|
-
}, null, 8,
|
|
260
|
+
}, null, 8, Aa),
|
|
261
261
|
(G(!0), ne(tt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
262
262
|
key: l,
|
|
263
263
|
type: "hidden",
|
|
264
264
|
name: s,
|
|
265
265
|
value: e.postOptions[s]
|
|
266
|
-
}, null, 8,
|
|
267
|
-
], 8,
|
|
266
|
+
}, null, 8, Na))), 128))
|
|
267
|
+
], 8, Sa)), [
|
|
268
268
|
[Ke, !1]
|
|
269
269
|
]) : he("", !0)
|
|
270
270
|
]),
|
|
271
271
|
_: 3
|
|
272
272
|
}, 16, ["onMouseenter", "onMouseleave"]);
|
|
273
273
|
}
|
|
274
|
-
const
|
|
274
|
+
const Pa = /* @__PURE__ */ Ae(Ta, [["render", Ia]]), pr = {
|
|
275
275
|
topLeft: "top-left",
|
|
276
276
|
topCenter: "top-center",
|
|
277
277
|
topRight: "top-right",
|
|
@@ -285,7 +285,7 @@ const Ia = /* @__PURE__ */ Ae(Ea, [["render", Na]]), pr = {
|
|
|
285
285
|
leftCenter: "left-center",
|
|
286
286
|
leftBottom: "left-bottom"
|
|
287
287
|
};
|
|
288
|
-
const
|
|
288
|
+
const Ma = {
|
|
289
289
|
name: "IbPopover",
|
|
290
290
|
props: {
|
|
291
291
|
position: {
|
|
@@ -326,7 +326,7 @@ const Pa = {
|
|
|
326
326
|
!this.alwaysVisible && this.parentNode && (this.parentNode.removeEventListener("focus", this.showPopover, !0), this.parentNode.removeEventListener("blur", this.hidePopover, !0), this.parentNode.removeEventListener("mouseover", this.showPopover, !0), this.parentNode.removeEventListener("mouseleave", this.hidePopover, !0));
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
function
|
|
329
|
+
function Da(t, n, e, r, o, i) {
|
|
330
330
|
return G(), ke(wi, null, {
|
|
331
331
|
default: ye(() => [
|
|
332
332
|
De(ae("div", {
|
|
@@ -340,8 +340,8 @@ function Ma(t, n, e, r, o, i) {
|
|
|
340
340
|
_: 3
|
|
341
341
|
});
|
|
342
342
|
}
|
|
343
|
-
const
|
|
344
|
-
const
|
|
343
|
+
const La = /* @__PURE__ */ Ae(Ma, [["render", Da], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
344
|
+
const Ra = {
|
|
345
345
|
name: "IbTooltip",
|
|
346
346
|
props: {
|
|
347
347
|
position: {
|
|
@@ -364,9 +364,9 @@ const La = {
|
|
|
364
364
|
return this.title && t.push("ib-tooltip-large"), t;
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
|
-
components: { IbPopover:
|
|
368
|
-
},
|
|
369
|
-
function
|
|
367
|
+
components: { IbPopover: La }
|
|
368
|
+
}, Ba = { key: 0 };
|
|
369
|
+
function ja(t, n, e, r, o, i) {
|
|
370
370
|
const s = fe("ib-popover");
|
|
371
371
|
return G(), ke(s, {
|
|
372
372
|
position: e.position,
|
|
@@ -374,13 +374,13 @@ function Ba(t, n, e, r, o, i) {
|
|
|
374
374
|
class: ve(i.classList)
|
|
375
375
|
}, {
|
|
376
376
|
default: ye(() => [
|
|
377
|
-
e.title ? (G(), ne("b",
|
|
377
|
+
e.title ? (G(), ne("b", Ba, $e(e.title), 1)) : he("", !0),
|
|
378
378
|
ae("p", null, $e(e.text), 1)
|
|
379
379
|
]),
|
|
380
380
|
_: 1
|
|
381
381
|
}, 8, ["position", "always-visible", "class"]);
|
|
382
382
|
}
|
|
383
|
-
const kn = /* @__PURE__ */ Ae(
|
|
383
|
+
const kn = /* @__PURE__ */ Ae(Ra, [["render", ja], ["__scopeId", "data-v-796ac7bb"]]), qr = {
|
|
384
384
|
[sn.primary]: sn.primary,
|
|
385
385
|
[sn.tertiary]: sn.tertiary,
|
|
386
386
|
[sn.ghost]: sn.ghost,
|
|
@@ -390,7 +390,7 @@ const kn = /* @__PURE__ */ Ae(La, [["render", Ba], ["__scopeId", "data-v-796ac7b
|
|
|
390
390
|
s: "s",
|
|
391
391
|
m: "m"
|
|
392
392
|
};
|
|
393
|
-
const
|
|
393
|
+
const qa = {
|
|
394
394
|
name: "IbIconButton",
|
|
395
395
|
props: {
|
|
396
396
|
kind: {
|
|
@@ -451,12 +451,12 @@ const ja = {
|
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
components: {
|
|
454
|
-
IbButton:
|
|
454
|
+
IbButton: Pa,
|
|
455
455
|
IbTooltip: kn
|
|
456
456
|
},
|
|
457
457
|
inheritAttrs: !1
|
|
458
458
|
};
|
|
459
|
-
function
|
|
459
|
+
function Fa(t, n, e, r, o, i) {
|
|
460
460
|
const s = fe("ib-tooltip"), l = fe("ib-button");
|
|
461
461
|
return G(), ke(l, Tt({ onClick: i.onClick }, i.attrs, {
|
|
462
462
|
href: e.href,
|
|
@@ -474,14 +474,14 @@ function qa(t, n, e, r, o, i) {
|
|
|
474
474
|
_: 3
|
|
475
475
|
}, 16, ["onClick", "href", "kind", "disabled", "prevent-default"]);
|
|
476
476
|
}
|
|
477
|
-
const Nt = /* @__PURE__ */ Ae(
|
|
477
|
+
const Nt = /* @__PURE__ */ Ae(qa, [["render", Fa]]), li = {
|
|
478
478
|
alert: "alert",
|
|
479
479
|
error: "error",
|
|
480
480
|
warning: "warning",
|
|
481
481
|
info: "info",
|
|
482
482
|
success: "success"
|
|
483
483
|
};
|
|
484
|
-
const
|
|
484
|
+
const Ha = {
|
|
485
485
|
name: "IbAlert",
|
|
486
486
|
props: {
|
|
487
487
|
type: {
|
|
@@ -538,36 +538,36 @@ const Fa = {
|
|
|
538
538
|
(t = this.contentObserver) == null || t.disconnect(), window.removeEventListener("resize", () => this.checkHeight());
|
|
539
539
|
},
|
|
540
540
|
components: {
|
|
541
|
-
IbIcon:
|
|
541
|
+
IbIcon: Qe,
|
|
542
542
|
IbIconButton: Nt
|
|
543
543
|
}
|
|
544
|
-
},
|
|
544
|
+
}, Va = {
|
|
545
545
|
ref: "content",
|
|
546
546
|
class: "content"
|
|
547
|
-
},
|
|
547
|
+
}, Ua = { class: "content-head" }, za = {
|
|
548
548
|
key: 1,
|
|
549
549
|
class: "ib-alert-title"
|
|
550
|
-
},
|
|
551
|
-
function
|
|
550
|
+
}, Ka = { class: "text-content" }, Ga = { class: "link" };
|
|
551
|
+
function Ya(t, n, e, r, o, i) {
|
|
552
552
|
var c;
|
|
553
553
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
554
554
|
return G(), ne("div", {
|
|
555
555
|
role: "alert",
|
|
556
556
|
class: ve(i.classes)
|
|
557
557
|
}, [
|
|
558
|
-
ae("div",
|
|
559
|
-
ae("span",
|
|
558
|
+
ae("div", Va, [
|
|
559
|
+
ae("span", Ua, [
|
|
560
560
|
e.showIcon ? (G(), ke(s, {
|
|
561
561
|
key: 0,
|
|
562
562
|
class: "ib-alert-icon",
|
|
563
563
|
name: i.iconName
|
|
564
564
|
}, null, 8, ["name"])) : he("", !0),
|
|
565
|
-
(c = e.title) != null && c.length ? (G(), ne("b",
|
|
565
|
+
(c = e.title) != null && c.length ? (G(), ne("b", za, $e(e.title), 1)) : he("", !0)
|
|
566
566
|
]),
|
|
567
|
-
ae("span",
|
|
567
|
+
ae("span", Ka, [
|
|
568
568
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
569
569
|
]),
|
|
570
|
-
ae("div",
|
|
570
|
+
ae("div", Ga, [
|
|
571
571
|
Ee(t.$slots, "link", {}, void 0, !0)
|
|
572
572
|
])
|
|
573
573
|
], 512),
|
|
@@ -588,11 +588,11 @@ function Ga(t, n, e, r, o, i) {
|
|
|
588
588
|
}, 8, ["onClick"])) : he("", !0)
|
|
589
589
|
], 2);
|
|
590
590
|
}
|
|
591
|
-
const cn = /* @__PURE__ */ Ae(
|
|
591
|
+
const cn = /* @__PURE__ */ Ae(Ha, [["render", Ya], ["__scopeId", "data-v-dec06c47"]]), Wa = {
|
|
592
592
|
M: "m",
|
|
593
593
|
L: "l"
|
|
594
594
|
};
|
|
595
|
-
const
|
|
595
|
+
const Za = {
|
|
596
596
|
name: "IbAvatar",
|
|
597
597
|
props: {
|
|
598
598
|
firstName: {
|
|
@@ -613,7 +613,7 @@ const Wa = {
|
|
|
613
613
|
},
|
|
614
614
|
size: {
|
|
615
615
|
type: String,
|
|
616
|
-
default:
|
|
616
|
+
default: Wa.M
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
619
|
computed: {
|
|
@@ -629,17 +629,17 @@ const Wa = {
|
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
components: {
|
|
632
|
-
IbIcon:
|
|
632
|
+
IbIcon: Qe
|
|
633
633
|
}
|
|
634
|
-
},
|
|
635
|
-
function
|
|
634
|
+
}, Ja = ["src", "alt"];
|
|
635
|
+
function Xa(t, n, e, r, o, i) {
|
|
636
636
|
const s = fe("ib-icon");
|
|
637
637
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
638
638
|
key: 0,
|
|
639
639
|
class: ve(i.classList),
|
|
640
640
|
src: e.src,
|
|
641
641
|
alt: e.firstName + "" + e.lastName
|
|
642
|
-
}, null, 10,
|
|
642
|
+
}, null, 10, Ja)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
643
643
|
key: 1,
|
|
644
644
|
class: ve(["user-avatar", i.classList]),
|
|
645
645
|
style: wn({
|
|
@@ -655,8 +655,8 @@ function Ja(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(Za, [["render", Xa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
659
|
+
const Qa = {
|
|
660
660
|
name: "IbBadge",
|
|
661
661
|
props: {
|
|
662
662
|
content: {
|
|
@@ -674,21 +674,21 @@ const Xa = {
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
|
-
function
|
|
677
|
+
function el(t, n, e, r, o, i) {
|
|
678
678
|
return G(), ne("span", {
|
|
679
679
|
class: ve(i.classes)
|
|
680
680
|
}, $e(i.normalizeContent), 3);
|
|
681
681
|
}
|
|
682
|
-
const e1 = /* @__PURE__ */ Ae(
|
|
683
|
-
const
|
|
682
|
+
const e1 = /* @__PURE__ */ Ae(Qa, [["render", el], ["__scopeId", "data-v-328df75a"]]);
|
|
683
|
+
const tl = {
|
|
684
684
|
name: "IbButtonGroup"
|
|
685
|
-
},
|
|
686
|
-
function
|
|
687
|
-
return G(), ne("div",
|
|
685
|
+
}, nl = { class: "ib-button-group" };
|
|
686
|
+
function il(t, n, e, r, o, i) {
|
|
687
|
+
return G(), ne("div", nl, [
|
|
688
688
|
Ee(t.$slots, "default")
|
|
689
689
|
]);
|
|
690
690
|
}
|
|
691
|
-
const t1 = /* @__PURE__ */ Ae(
|
|
691
|
+
const t1 = /* @__PURE__ */ Ae(tl, [["render", il]]), yn = {
|
|
692
692
|
success: "success",
|
|
693
693
|
neutral: "neutral",
|
|
694
694
|
info: "info",
|
|
@@ -697,7 +697,7 @@ const t1 = /* @__PURE__ */ Ae(el, [["render", nl]]), yn = {
|
|
|
697
697
|
favorite: "favorite",
|
|
698
698
|
pending: "pending"
|
|
699
699
|
};
|
|
700
|
-
const
|
|
700
|
+
const rl = {
|
|
701
701
|
props: {
|
|
702
702
|
status: {
|
|
703
703
|
type: String,
|
|
@@ -729,9 +729,9 @@ const il = {
|
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
|
-
components: { IbIcon:
|
|
732
|
+
components: { IbIcon: Qe }
|
|
733
733
|
};
|
|
734
|
-
function
|
|
734
|
+
function ol(t, n, e, r, o, i) {
|
|
735
735
|
const s = fe("ib-icon");
|
|
736
736
|
return G(), ne("div", {
|
|
737
737
|
class: ve(i.classes)
|
|
@@ -745,7 +745,7 @@ function rl(t, n, e, r, o, i) {
|
|
|
745
745
|
])
|
|
746
746
|
], 2);
|
|
747
747
|
}
|
|
748
|
-
const n1 = /* @__PURE__ */ Ae(
|
|
748
|
+
const n1 = /* @__PURE__ */ Ae(rl, [["render", ol], ["__scopeId", "data-v-3604890c"]]), al = {
|
|
749
749
|
topLeft: "top-left",
|
|
750
750
|
topCenter: "top-center",
|
|
751
751
|
topRight: "top-right",
|
|
@@ -759,12 +759,12 @@ const n1 = /* @__PURE__ */ Ae(il, [["render", rl], ["__scopeId", "data-v-3604890
|
|
|
759
759
|
leftCenter: "left-center",
|
|
760
760
|
leftBottom: "left-bottom"
|
|
761
761
|
};
|
|
762
|
-
const
|
|
762
|
+
const ll = {
|
|
763
763
|
name: "IbTooltip",
|
|
764
764
|
props: {
|
|
765
765
|
position: {
|
|
766
766
|
type: String,
|
|
767
|
-
default:
|
|
767
|
+
default: al.topCenter
|
|
768
768
|
},
|
|
769
769
|
title: {
|
|
770
770
|
type: String
|
|
@@ -805,22 +805,22 @@ const al = {
|
|
|
805
805
|
},
|
|
806
806
|
components: {
|
|
807
807
|
IbIconButton: Nt,
|
|
808
|
-
IbIcon:
|
|
808
|
+
IbIcon: Qe
|
|
809
809
|
}
|
|
810
|
-
},
|
|
811
|
-
function
|
|
810
|
+
}, sl = { class: "ib-toggle-tip-head" }, ul = { class: "ib-toggle-tip-content" }, dl = { class: "ib-toggle-tip-button-set" };
|
|
811
|
+
function cl(t, n, e, r, o, i) {
|
|
812
812
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
813
813
|
return G(), ke(wi, null, {
|
|
814
814
|
default: ye(() => [
|
|
815
815
|
De(ae("div", {
|
|
816
816
|
class: ve(i.classes)
|
|
817
817
|
}, [
|
|
818
|
-
ae("div",
|
|
818
|
+
ae("div", sl, [
|
|
819
819
|
ae("p", null, $e(e.title), 1),
|
|
820
820
|
ge(l, {
|
|
821
821
|
class: "close-button",
|
|
822
822
|
kind: "ghost",
|
|
823
|
-
onClick:
|
|
823
|
+
onClick: Xe(i.close, ["prevent"])
|
|
824
824
|
}, {
|
|
825
825
|
default: ye(() => [
|
|
826
826
|
ge(s, { name: "close-outline" })
|
|
@@ -828,10 +828,10 @@ function dl(t, n, e, r, o, i) {
|
|
|
828
828
|
_: 1
|
|
829
829
|
}, 8, ["onClick"])
|
|
830
830
|
]),
|
|
831
|
-
ae("div",
|
|
831
|
+
ae("div", ul, [
|
|
832
832
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
833
833
|
]),
|
|
834
|
-
ae("div",
|
|
834
|
+
ae("div", dl, [
|
|
835
835
|
Ee(t.$slots, "buttons", {}, void 0, !0)
|
|
836
836
|
])
|
|
837
837
|
], 2), [
|
|
@@ -841,9 +841,9 @@ function dl(t, n, e, r, o, i) {
|
|
|
841
841
|
_: 3
|
|
842
842
|
});
|
|
843
843
|
}
|
|
844
|
-
const
|
|
844
|
+
const fl = /* @__PURE__ */ Ae(ll, [["render", cl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, Io = 32, hl = 13, Hr = 9, pl = 38, gl = 37, ml = 39, Po = 40, vl = "click", { performance: si } = window, yl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
|
|
845
845
|
let Un = !1;
|
|
846
|
-
const
|
|
846
|
+
const Mo = (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 Po = (t) => {
|
|
|
852
852
|
console.error(o);
|
|
853
853
|
}
|
|
854
854
|
});
|
|
855
|
-
}, yl = () => {
|
|
856
|
-
Un || (document.addEventListener("click", Po, { capture: !0 }), Un = !0);
|
|
857
855
|
}, bl = () => {
|
|
858
|
-
Un
|
|
859
|
-
}, _l = (
|
|
856
|
+
Un || (document.addEventListener("click", Mo, { capture: !0 }), Un = !0);
|
|
857
|
+
}, _l = () => {
|
|
858
|
+
Un && (document.removeEventListener("click", Mo), 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 Po = (t) => {
|
|
|
865
865
|
throw new Error(
|
|
866
866
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
867
867
|
);
|
|
868
|
-
Vn.has(t) || (Un ||
|
|
869
|
-
bindTimeStamp:
|
|
868
|
+
Vn.has(t) || (Un || bl(), Vn.set(t, {
|
|
869
|
+
bindTimeStamp: yl(),
|
|
870
870
|
callback: n
|
|
871
871
|
}));
|
|
872
|
-
},
|
|
873
|
-
Vn.delete(t), Vn.size === 0 &&
|
|
872
|
+
}, wl = (t) => {
|
|
873
|
+
Vn.delete(t), Vn.size === 0 && _l();
|
|
874
874
|
}, kr = {
|
|
875
|
-
created:
|
|
876
|
-
beforeUnmount:
|
|
875
|
+
created: $l,
|
|
876
|
+
beforeUnmount: wl
|
|
877
877
|
}, Fn = {
|
|
878
878
|
left: "left",
|
|
879
879
|
right: "right",
|
|
@@ -882,7 +882,7 @@ const Po = (t) => {
|
|
|
882
882
|
top: "top",
|
|
883
883
|
bottom: "bottom"
|
|
884
884
|
};
|
|
885
|
-
const
|
|
885
|
+
const Ol = {
|
|
886
886
|
name: "IbDropdown",
|
|
887
887
|
directives: { Outside: kr },
|
|
888
888
|
props: {
|
|
@@ -915,7 +915,7 @@ const wl = {
|
|
|
915
915
|
},
|
|
916
916
|
triggerType: {
|
|
917
917
|
type: String,
|
|
918
|
-
default:
|
|
918
|
+
default: vl
|
|
919
919
|
},
|
|
920
920
|
destroyOnHide: {
|
|
921
921
|
type: Boolean,
|
|
@@ -940,7 +940,7 @@ const wl = {
|
|
|
940
940
|
},
|
|
941
941
|
methods: {
|
|
942
942
|
onKeydown(t) {
|
|
943
|
-
(t.keyCode ===
|
|
943
|
+
(t.keyCode === hl || t.keyCode === Io) && (t.preventDefault(), this.toggle()), t.keyCode === Po && (t.preventDefault(), this.open());
|
|
944
944
|
},
|
|
945
945
|
onKeyupDocument(t) {
|
|
946
946
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -989,16 +989,16 @@ const wl = {
|
|
|
989
989
|
beforeUnmount() {
|
|
990
990
|
document.removeEventListener("focus", this.closeOnEventOutside, !0), document.removeEventListener("keypress", this.onKeydownDocument);
|
|
991
991
|
}
|
|
992
|
-
},
|
|
993
|
-
function
|
|
992
|
+
}, kl = { class: "ib-dropdown" }, Cl = { class: "footer-slot" };
|
|
993
|
+
function El(t, n, e, r, o, i) {
|
|
994
994
|
const s = On("outside");
|
|
995
|
-
return De((G(), ne("div",
|
|
995
|
+
return De((G(), ne("div", kl, [
|
|
996
996
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
997
997
|
key: 0,
|
|
998
998
|
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
999
999
|
ref: "dropdown",
|
|
1000
1000
|
onKeydown: n[0] || (n[0] = (...l) => i.onKeydown && i.onKeydown(...l)),
|
|
1001
|
-
onClick: n[1] || (n[1] =
|
|
1001
|
+
onClick: n[1] || (n[1] = Xe((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
|
|
1002
1002
|
}, [
|
|
1003
1003
|
Ee(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
1004
1004
|
], 34)) : he("", !0),
|
|
@@ -1028,7 +1028,7 @@ function Cl(t, n, e, r, o, i) {
|
|
|
1028
1028
|
Ee(t.$slots, "close", {}, void 0, !0)
|
|
1029
1029
|
])) : he("", !0)
|
|
1030
1030
|
]),
|
|
1031
|
-
ae("div",
|
|
1031
|
+
ae("div", Cl, [
|
|
1032
1032
|
Ee(t.$slots, "footer", {}, void 0, !0)
|
|
1033
1033
|
])
|
|
1034
1034
|
], 2)), [
|
|
@@ -1044,8 +1044,8 @@ function Cl(t, n, e, r, o, i) {
|
|
|
1044
1044
|
[s, i.close]
|
|
1045
1045
|
]);
|
|
1046
1046
|
}
|
|
1047
|
-
const Cr = /* @__PURE__ */ Ae(
|
|
1048
|
-
const
|
|
1047
|
+
const Cr = /* @__PURE__ */ Ae(Ol, [["render", El], ["__scopeId", "data-v-dfb4a39a"]]);
|
|
1048
|
+
const Tl = {
|
|
1049
1049
|
name: "IbList",
|
|
1050
1050
|
data() {
|
|
1051
1051
|
return {
|
|
@@ -1055,7 +1055,7 @@ const El = {
|
|
|
1055
1055
|
methods: {
|
|
1056
1056
|
onKeydown(t) {
|
|
1057
1057
|
var n, e, r, o, i;
|
|
1058
|
-
if (t.keyCode ===
|
|
1058
|
+
if (t.keyCode === Po) {
|
|
1059
1059
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1060
1060
|
return;
|
|
1061
1061
|
t.preventDefault();
|
|
@@ -1072,7 +1072,7 @@ const El = {
|
|
|
1072
1072
|
const f = (r = (e = s.closest(`.${this.rootClass}`).parentNode) == null ? void 0 : e.parentNode) == null ? void 0 : r.nextElementSibling.childNodes[0];
|
|
1073
1073
|
f && f.nodeName !== "#text" && f.focus();
|
|
1074
1074
|
}
|
|
1075
|
-
if (t.keyCode ===
|
|
1075
|
+
if (t.keyCode === pl) {
|
|
1076
1076
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1077
1077
|
return;
|
|
1078
1078
|
t.preventDefault();
|
|
@@ -1098,7 +1098,7 @@ const El = {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
|
-
function
|
|
1101
|
+
function Sl(t, n, e, r, o, i) {
|
|
1102
1102
|
return G(), ne("ul", {
|
|
1103
1103
|
class: ve(o.rootClass),
|
|
1104
1104
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
@@ -1106,8 +1106,8 @@ function Tl(t, n, e, r, o, i) {
|
|
|
1106
1106
|
Ee(t.$slots, "default")
|
|
1107
1107
|
], 34);
|
|
1108
1108
|
}
|
|
1109
|
-
const Er = /* @__PURE__ */ Ae(
|
|
1110
|
-
const
|
|
1109
|
+
const Er = /* @__PURE__ */ Ae(Tl, [["render", Sl]]);
|
|
1110
|
+
const xl = {
|
|
1111
1111
|
props: {
|
|
1112
1112
|
vertical: {
|
|
1113
1113
|
type: String,
|
|
@@ -1149,10 +1149,10 @@ const Sl = {
|
|
|
1149
1149
|
IbDropdown: Cr,
|
|
1150
1150
|
IbList: Er
|
|
1151
1151
|
}
|
|
1152
|
-
},
|
|
1153
|
-
function
|
|
1152
|
+
}, Al = { class: "dropdown-list-wrapper" };
|
|
1153
|
+
function Nl(t, n, e, r, o, i) {
|
|
1154
1154
|
const s = fe("ib-list"), l = fe("ib-dropdown");
|
|
1155
|
-
return G(), ne("div",
|
|
1155
|
+
return G(), ne("div", Al, [
|
|
1156
1156
|
ge(l, Tt({
|
|
1157
1157
|
horizontal: e.horizontal,
|
|
1158
1158
|
vertical: e.vertical,
|
|
@@ -1162,7 +1162,7 @@ function Al(t, n, e, r, o, i) {
|
|
|
1162
1162
|
}, t.$attrs, {
|
|
1163
1163
|
ref: "dropdown",
|
|
1164
1164
|
onAll: i.proxyEvents
|
|
1165
|
-
}),
|
|
1165
|
+
}), So({
|
|
1166
1166
|
body: ye(({ isOpened: c }) => [
|
|
1167
1167
|
ge(s, {
|
|
1168
1168
|
ref: "list",
|
|
@@ -1186,8 +1186,8 @@ function Al(t, n, e, r, o, i) {
|
|
|
1186
1186
|
]), 1040, ["horizontal", "vertical", "isOpened", "closeOnClick", "disabled", "onAll"])
|
|
1187
1187
|
]);
|
|
1188
1188
|
}
|
|
1189
|
-
const Tr = /* @__PURE__ */ Ae(
|
|
1190
|
-
const
|
|
1189
|
+
const Tr = /* @__PURE__ */ Ae(xl, [["render", Nl]]);
|
|
1190
|
+
const Il = {
|
|
1191
1191
|
props: {
|
|
1192
1192
|
checked: {
|
|
1193
1193
|
type: Boolean,
|
|
@@ -1205,9 +1205,9 @@ const Nl = {
|
|
|
1205
1205
|
return this.href && (t.href = this.href), t;
|
|
1206
1206
|
}
|
|
1207
1207
|
}
|
|
1208
|
-
},
|
|
1209
|
-
function
|
|
1210
|
-
return G(), ne("li",
|
|
1208
|
+
}, Pl = { class: "dropdown-item-wrapper" };
|
|
1209
|
+
function Ml(t, n, e, r, o, i) {
|
|
1210
|
+
return G(), ne("li", Pl, [
|
|
1211
1211
|
(G(), ke(Oi(e.href ? "a" : "div"), Tt({
|
|
1212
1212
|
class: e.checked ? "active" : ""
|
|
1213
1213
|
}, i.attrs, { tabindex: "0" }), {
|
|
@@ -1218,11 +1218,11 @@ function Pl(t, n, e, r, o, i) {
|
|
|
1218
1218
|
}, 16, ["class"]))
|
|
1219
1219
|
]);
|
|
1220
1220
|
}
|
|
1221
|
-
const
|
|
1221
|
+
const Do = /* @__PURE__ */ Ae(Il, [["render", Ml]]), Dl = {
|
|
1222
1222
|
common: "common",
|
|
1223
1223
|
danger: "danger"
|
|
1224
1224
|
};
|
|
1225
|
-
const
|
|
1225
|
+
const Ll = {
|
|
1226
1226
|
name: "IbSplitButton",
|
|
1227
1227
|
props: {
|
|
1228
1228
|
id: {
|
|
@@ -1231,7 +1231,7 @@ const Dl = {
|
|
|
1231
1231
|
},
|
|
1232
1232
|
kind: {
|
|
1233
1233
|
type: String,
|
|
1234
|
-
default:
|
|
1234
|
+
default: Dl.common
|
|
1235
1235
|
},
|
|
1236
1236
|
disabled: {
|
|
1237
1237
|
type: Boolean,
|
|
@@ -1264,7 +1264,7 @@ const Dl = {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
},
|
|
1266
1266
|
components: {
|
|
1267
|
-
IbIcon:
|
|
1267
|
+
IbIcon: Qe,
|
|
1268
1268
|
IbDropdownList: Tr
|
|
1269
1269
|
},
|
|
1270
1270
|
methods: {
|
|
@@ -1289,8 +1289,8 @@ const Dl = {
|
|
|
1289
1289
|
this.setActiveItem();
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
},
|
|
1293
|
-
function
|
|
1292
|
+
}, Rl = ["disabled"], Bl = ["disabled"], jl = ["disabled"], ql = { ref: "list" };
|
|
1293
|
+
function Fl(t, n, e, r, o, i) {
|
|
1294
1294
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1295
1295
|
return G(), ne("div", {
|
|
1296
1296
|
class: ve(i.classes)
|
|
@@ -1301,11 +1301,11 @@ function ql(t, n, e, r, o, i) {
|
|
|
1301
1301
|
disabled: e.disabled
|
|
1302
1302
|
}, o.mainButtonAttrs, {
|
|
1303
1303
|
onClick: n[0] || (n[0] = (...c) => i.onClickLink && i.onClickLink(...c))
|
|
1304
|
-
}), $e(o.content), 17,
|
|
1304
|
+
}), $e(o.content), 17, Bl)) : (G(), ne("button", Tt({
|
|
1305
1305
|
key: 0,
|
|
1306
1306
|
disabled: e.disabled,
|
|
1307
1307
|
class: "split-button-main"
|
|
1308
|
-
}, o.mainButtonAttrs), $e(o.content), 17,
|
|
1308
|
+
}, o.mainButtonAttrs), $e(o.content), 17, Rl)),
|
|
1309
1309
|
ge(l, {
|
|
1310
1310
|
disabled: e.disabled,
|
|
1311
1311
|
closeOnClick: !0
|
|
@@ -1316,10 +1316,10 @@ function ql(t, n, e, r, o, i) {
|
|
|
1316
1316
|
class: "split-button-menu-trigger"
|
|
1317
1317
|
}, [
|
|
1318
1318
|
ge(s, { name: "chevron-down-outline" })
|
|
1319
|
-
], 8,
|
|
1319
|
+
], 8, jl)
|
|
1320
1320
|
]),
|
|
1321
1321
|
body: ye(() => [
|
|
1322
|
-
ae("div",
|
|
1322
|
+
ae("div", ql, [
|
|
1323
1323
|
Ee(t.$slots, "default")
|
|
1324
1324
|
], 512)
|
|
1325
1325
|
]),
|
|
@@ -1327,8 +1327,8 @@ function ql(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(Ll, [["render", Fl]]);
|
|
1331
|
+
const Hl = {
|
|
1332
1332
|
props: {
|
|
1333
1333
|
href: {
|
|
1334
1334
|
type: String,
|
|
@@ -1342,7 +1342,7 @@ const Fl = {
|
|
|
1342
1342
|
}
|
|
1343
1343
|
}
|
|
1344
1344
|
};
|
|
1345
|
-
function
|
|
1345
|
+
function Vl(t, n, e, r, o, i) {
|
|
1346
1346
|
return G(), ke(Oi(e.href.length ? "a" : "button"), Tt(i.attrs, { class: "ib-dropdown-item" }), {
|
|
1347
1347
|
default: ye(() => [
|
|
1348
1348
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
@@ -1350,13 +1350,13 @@ function Hl(t, n, e, r, o, i) {
|
|
|
1350
1350
|
_: 3
|
|
1351
1351
|
}, 16);
|
|
1352
1352
|
}
|
|
1353
|
-
const r1 = /* @__PURE__ */ Ae(
|
|
1353
|
+
const r1 = /* @__PURE__ */ Ae(Hl, [["render", Vl], ["__scopeId", "data-v-4cf00feb"]]), Yt = {
|
|
1354
1354
|
S: "s",
|
|
1355
1355
|
M: "m",
|
|
1356
1356
|
L: "l",
|
|
1357
1357
|
XL: "xl"
|
|
1358
1358
|
};
|
|
1359
|
-
const
|
|
1359
|
+
const Ul = {
|
|
1360
1360
|
name: "IbModal",
|
|
1361
1361
|
directives: { Outside: kr },
|
|
1362
1362
|
emits: {
|
|
@@ -1459,19 +1459,19 @@ const Vl = {
|
|
|
1459
1459
|
},
|
|
1460
1460
|
components: {
|
|
1461
1461
|
IbIconButton: Nt,
|
|
1462
|
-
IbIcon:
|
|
1462
|
+
IbIcon: Qe
|
|
1463
1463
|
},
|
|
1464
1464
|
beforeUnmount() {
|
|
1465
1465
|
this.isActive && this.close(), document.removeEventListener("keydown", this.onKeydown), document.removeEventListener("blur", this.setFocusOnModal, !0);
|
|
1466
1466
|
}
|
|
1467
|
-
},
|
|
1467
|
+
}, zl = {
|
|
1468
1468
|
key: 1,
|
|
1469
1469
|
class: "modal-header"
|
|
1470
|
-
},
|
|
1470
|
+
}, Kl = {
|
|
1471
1471
|
key: 2,
|
|
1472
1472
|
class: "modal-footer"
|
|
1473
1473
|
};
|
|
1474
|
-
function
|
|
1474
|
+
function Gl(t, n, e, r, o, i) {
|
|
1475
1475
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
|
|
1476
1476
|
return G(), ne(tt, null, [
|
|
1477
1477
|
i.hasTrigger ? (G(), ne("div", {
|
|
@@ -1483,7 +1483,7 @@ function Kl(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(fa, { to: "body" }, [
|
|
1487
1487
|
De(ae("div", {
|
|
1488
1488
|
class: ve(["modal", e.classList]),
|
|
1489
1489
|
ref: "modal"
|
|
@@ -1503,7 +1503,7 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1503
1503
|
]),
|
|
1504
1504
|
_: 1
|
|
1505
1505
|
}, 8, ["onClick"])) : he("", !0),
|
|
1506
|
-
i.hasHeader ? (G(), ne("p",
|
|
1506
|
+
i.hasHeader ? (G(), ne("p", zl, [
|
|
1507
1507
|
Ee(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1508
1508
|
])) : he("", !0),
|
|
1509
1509
|
ae("div", {
|
|
@@ -1511,7 +1511,7 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1511
1511
|
}, [
|
|
1512
1512
|
Ee(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1513
1513
|
], 2),
|
|
1514
|
-
i.hasFooter ? (G(), ne("div",
|
|
1514
|
+
i.hasFooter ? (G(), ne("div", Kl, [
|
|
1515
1515
|
Ee(t.$slots, "footer", { showModal: i.showModal }, void 0, !0)
|
|
1516
1516
|
])) : he("", !0)
|
|
1517
1517
|
], 6)), [
|
|
@@ -1523,11 +1523,11 @@ function Kl(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(Ul, [["render", Gl], ["__scopeId", "data-v-d4b1f961"]]);
|
|
1527
|
+
function Lo(t) {
|
|
1528
1528
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1529
1529
|
}
|
|
1530
|
-
const
|
|
1530
|
+
const Yl = {
|
|
1531
1531
|
name: "IbTabDropdown",
|
|
1532
1532
|
props: {
|
|
1533
1533
|
tabs: {
|
|
@@ -1547,7 +1547,7 @@ const Gl = {
|
|
|
1547
1547
|
},
|
|
1548
1548
|
methods: {
|
|
1549
1549
|
createHref(t) {
|
|
1550
|
-
return
|
|
1550
|
+
return Lo(t);
|
|
1551
1551
|
},
|
|
1552
1552
|
selectTab(t) {
|
|
1553
1553
|
this.selectedTabByDropdown = t, this.$emit("select-tab", t);
|
|
@@ -1566,13 +1566,13 @@ const Gl = {
|
|
|
1566
1566
|
},
|
|
1567
1567
|
components: {
|
|
1568
1568
|
IbDropdownList: Tr,
|
|
1569
|
-
IbDropdownItem:
|
|
1570
|
-
IbIcon:
|
|
1569
|
+
IbDropdownItem: Do,
|
|
1570
|
+
IbIcon: Qe
|
|
1571
1571
|
}
|
|
1572
|
-
},
|
|
1573
|
-
function
|
|
1572
|
+
}, Wl = { class: "wrapper-tab-link dropdown-tab" }, Zl = ["tabindex"];
|
|
1573
|
+
function Jl(t, n, e, r, o, i) {
|
|
1574
1574
|
const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
|
|
1575
|
-
return G(), ne("div",
|
|
1575
|
+
return G(), ne("div", Wl, [
|
|
1576
1576
|
ge(c, {
|
|
1577
1577
|
disabled: o.isDisabledDropdown,
|
|
1578
1578
|
"close-on-click": !0
|
|
@@ -1587,7 +1587,7 @@ function Zl(t, n, e, r, o, i) {
|
|
|
1587
1587
|
}, [
|
|
1588
1588
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1589
1589
|
ge(s, { name: "chevron-down" })
|
|
1590
|
-
], 10,
|
|
1590
|
+
], 10, Zl)
|
|
1591
1591
|
]),
|
|
1592
1592
|
body: ye(() => [
|
|
1593
1593
|
(G(!0), ne(tt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
@@ -1611,8 +1611,8 @@ function Zl(t, n, e, r, o, i) {
|
|
|
1611
1611
|
}, 8, ["disabled"])
|
|
1612
1612
|
]);
|
|
1613
1613
|
}
|
|
1614
|
-
const
|
|
1615
|
-
const
|
|
1614
|
+
const Xl = /* @__PURE__ */ Ae(Yl, [["render", Jl]]);
|
|
1615
|
+
const Ql = {
|
|
1616
1616
|
name: "IbTabs",
|
|
1617
1617
|
props: {
|
|
1618
1618
|
selectedTabId: {
|
|
@@ -1663,27 +1663,27 @@ const Xl = {
|
|
|
1663
1663
|
},
|
|
1664
1664
|
methods: {
|
|
1665
1665
|
createHref(t) {
|
|
1666
|
-
return
|
|
1666
|
+
return Lo(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: Xl
|
|
1674
1674
|
},
|
|
1675
1675
|
emits: ["changeTab"]
|
|
1676
|
-
},
|
|
1676
|
+
}, es = { class: "tabs" }, ts = { class: "tabs-list" }, ns = {
|
|
1677
1677
|
key: 0,
|
|
1678
1678
|
class: "wrapper-tab-link"
|
|
1679
|
-
},
|
|
1679
|
+
}, is = ["href", "tabindex", "onClick"], rs = {
|
|
1680
1680
|
class: "tabs-content",
|
|
1681
1681
|
ref: "tabHandler"
|
|
1682
1682
|
};
|
|
1683
|
-
function
|
|
1683
|
+
function os(t, n, e, r, o, i) {
|
|
1684
1684
|
const s = fe("ib-tab-dropdown");
|
|
1685
|
-
return G(), ne("div",
|
|
1686
|
-
ae("ul",
|
|
1685
|
+
return G(), ne("div", es, [
|
|
1686
|
+
ae("ul", ts, [
|
|
1687
1687
|
(G(!0), ne(tt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1688
1688
|
class: "tab-item",
|
|
1689
1689
|
key: c
|
|
@@ -1693,7 +1693,7 @@ function rs(t, n, e, r, o, i) {
|
|
|
1693
1693
|
"selected-tab": o.selectedTab,
|
|
1694
1694
|
tabs: l,
|
|
1695
1695
|
onSelectTab: i.selectTab
|
|
1696
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div",
|
|
1696
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ns, [
|
|
1697
1697
|
ae("a", {
|
|
1698
1698
|
class: ve(["tab-link", {
|
|
1699
1699
|
active: o.selectedTab === l.id,
|
|
@@ -1703,16 +1703,16 @@ function rs(t, n, e, r, o, i) {
|
|
|
1703
1703
|
tabindex: l.disabled ? -1 : 0,
|
|
1704
1704
|
onClick: (f) => i.selectTab(l.id),
|
|
1705
1705
|
target: "_self"
|
|
1706
|
-
}, $e(l.title), 11,
|
|
1706
|
+
}, $e(l.title), 11, is)
|
|
1707
1707
|
]))
|
|
1708
1708
|
]))), 128))
|
|
1709
1709
|
]),
|
|
1710
|
-
ae("div",
|
|
1710
|
+
ae("div", rs, [
|
|
1711
1711
|
Ee(t.$slots, "default", {}, void 0, !0)
|
|
1712
1712
|
], 512)
|
|
1713
1713
|
]);
|
|
1714
1714
|
}
|
|
1715
|
-
const a1 = /* @__PURE__ */ Ae(
|
|
1715
|
+
const a1 = /* @__PURE__ */ Ae(Ql, [["render", os], ["__scopeId", "data-v-47d103be"]]), as = {
|
|
1716
1716
|
name: "IbTab",
|
|
1717
1717
|
props: {
|
|
1718
1718
|
title: {
|
|
@@ -1742,22 +1742,22 @@ const a1 = /* @__PURE__ */ Ae(Xl, [["render", rs], ["__scopeId", "data-v-47d103b
|
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
|
-
function
|
|
1745
|
+
function ls(t, n, e, r, o, i) {
|
|
1746
1746
|
return De((G(), ne("div", null, [
|
|
1747
1747
|
Ee(t.$slots, "default")
|
|
1748
1748
|
], 512)), [
|
|
1749
1749
|
[Ke, i.isTabActive]
|
|
1750
1750
|
]);
|
|
1751
1751
|
}
|
|
1752
|
-
const l1 = /* @__PURE__ */ Ae(
|
|
1752
|
+
const l1 = /* @__PURE__ */ Ae(as, [["render", ls]]), ss = {
|
|
1753
1753
|
LIST_VIEW: "list-sorting",
|
|
1754
1754
|
GRID_VIEW: "grid-sorting",
|
|
1755
1755
|
TABLE_VIEW: "table-sorting"
|
|
1756
|
-
},
|
|
1756
|
+
}, us = {
|
|
1757
1757
|
TYPE_ASC: "asc",
|
|
1758
1758
|
TYPE_DESC: "desc"
|
|
1759
1759
|
};
|
|
1760
|
-
class
|
|
1760
|
+
class Ro {
|
|
1761
1761
|
constructor() {
|
|
1762
1762
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
1763
1763
|
}
|
|
@@ -1783,7 +1783,7 @@ class Lo {
|
|
|
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 = ha(kn, {
|
|
1787
1787
|
title: e.title,
|
|
1788
1788
|
text: e.text,
|
|
1789
1789
|
alwaysVisible: !0,
|
|
@@ -1865,7 +1865,7 @@ class Lo {
|
|
|
1865
1865
|
return n ? pr[n] : pr.topCenter;
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
const dn = new
|
|
1868
|
+
const dn = new Ro(), ds = (t, n) => {
|
|
1869
1869
|
var o;
|
|
1870
1870
|
dn.getTooltipContainer() && dn.destroyTooltip();
|
|
1871
1871
|
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
@@ -1873,17 +1873,17 @@ const dn = new Lo(), us = (t, n) => {
|
|
|
1873
1873
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
1874
1874
|
};
|
|
1875
1875
|
dn.createTooltip(t, r, e);
|
|
1876
|
-
},
|
|
1876
|
+
}, cs = (t, n) => {
|
|
1877
1877
|
const e = dn.getId();
|
|
1878
1878
|
if (n.getAttribute("aria-describedby") !== e)
|
|
1879
1879
|
return;
|
|
1880
1880
|
const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
|
|
1881
1881
|
o && i && dn.destroyTooltip(n);
|
|
1882
1882
|
}, Vr = (t, n) => {
|
|
1883
|
-
t.__tooltip_create = () =>
|
|
1883
|
+
t.__tooltip_create = () => ds(t, n), t.__tooltip_destroy = (e) => cs(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
|
|
1884
1884
|
}, Ur = (t) => {
|
|
1885
1885
|
dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
|
|
1886
|
-
},
|
|
1886
|
+
}, Bo = {
|
|
1887
1887
|
mounted(t, n) {
|
|
1888
1888
|
Vr(t, n);
|
|
1889
1889
|
},
|
|
@@ -1894,7 +1894,7 @@ const dn = new Lo(), us = (t, n) => {
|
|
|
1894
1894
|
Ur(t);
|
|
1895
1895
|
}
|
|
1896
1896
|
};
|
|
1897
|
-
const
|
|
1897
|
+
const fs = {
|
|
1898
1898
|
name: "IbSorting",
|
|
1899
1899
|
props: {
|
|
1900
1900
|
tooltipTitle: {
|
|
@@ -1949,8 +1949,8 @@ const cs = {
|
|
|
1949
1949
|
data() {
|
|
1950
1950
|
return {
|
|
1951
1951
|
isOpenToggleTip: !1,
|
|
1952
|
-
sortingTypes:
|
|
1953
|
-
sortingTypesView:
|
|
1952
|
+
sortingTypes: us,
|
|
1953
|
+
sortingTypesView: ss,
|
|
1954
1954
|
currentTypeSort: this.sort
|
|
1955
1955
|
};
|
|
1956
1956
|
},
|
|
@@ -1987,17 +1987,17 @@ const cs = {
|
|
|
1987
1987
|
return this.toggleTipTitle && this.$slots.toggleTipBody && this.$slots.toggleTipButtons;
|
|
1988
1988
|
}
|
|
1989
1989
|
},
|
|
1990
|
-
directives: { Tooltip:
|
|
1990
|
+
directives: { Tooltip: Bo },
|
|
1991
1991
|
components: {
|
|
1992
|
-
IbIcon:
|
|
1992
|
+
IbIcon: Qe,
|
|
1993
1993
|
IbIconButton: Nt,
|
|
1994
|
-
IbToggleTip:
|
|
1994
|
+
IbToggleTip: fl
|
|
1995
1995
|
}
|
|
1996
|
-
},
|
|
1997
|
-
function
|
|
1996
|
+
}, hs = { class: "sorting-wrapper" }, ps = ["name"], gs = ["aria-label"];
|
|
1997
|
+
function ms(t, n, e, r, o, i) {
|
|
1998
1998
|
var h;
|
|
1999
1999
|
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
|
|
2000
|
-
return G(), ne("div",
|
|
2000
|
+
return G(), ne("div", hs, [
|
|
2001
2001
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
2002
2002
|
key: 0,
|
|
2003
2003
|
class: ve(["table-sorting-wrapper", {
|
|
@@ -2041,7 +2041,7 @@ function gs(t, n, e, r, o, i) {
|
|
|
2041
2041
|
onClick: i.clickHandler
|
|
2042
2042
|
}, {
|
|
2043
2043
|
default: ye(() => [
|
|
2044
|
-
ae("ion-icon", { name: i.iconType }, null, 8,
|
|
2044
|
+
ae("ion-icon", { name: i.iconType }, null, 8, ps)
|
|
2045
2045
|
]),
|
|
2046
2046
|
_: 1
|
|
2047
2047
|
}, 8, ["onClick"])), [
|
|
@@ -2062,13 +2062,13 @@ function gs(t, n, e, r, o, i) {
|
|
|
2062
2062
|
key: 0,
|
|
2063
2063
|
name: i.iconType
|
|
2064
2064
|
}, null, 8, ["name"])) : he("", !0)
|
|
2065
|
-
], 10,
|
|
2065
|
+
], 10, gs)), [
|
|
2066
2066
|
[f, e.tooltipText, e.tooltipPosition]
|
|
2067
2067
|
])
|
|
2068
2068
|
]);
|
|
2069
2069
|
}
|
|
2070
|
-
const s1 = /* @__PURE__ */ Ae(
|
|
2071
|
-
const
|
|
2070
|
+
const s1 = /* @__PURE__ */ Ae(fs, [["render", ms], ["__scopeId", "data-v-a4394881"]]);
|
|
2071
|
+
const vs = {
|
|
2072
2072
|
name: "IbBreadcrumbs",
|
|
2073
2073
|
props: {
|
|
2074
2074
|
items: {
|
|
@@ -2091,17 +2091,17 @@ const ms = {
|
|
|
2091
2091
|
}
|
|
2092
2092
|
},
|
|
2093
2093
|
components: {
|
|
2094
|
-
IbIcon:
|
|
2094
|
+
IbIcon: Qe,
|
|
2095
2095
|
IbIconButton: Nt,
|
|
2096
|
-
IbDropdownItem:
|
|
2096
|
+
IbDropdownItem: Do,
|
|
2097
2097
|
IbDropdownList: Tr,
|
|
2098
2098
|
IbTooltip: kn
|
|
2099
2099
|
}
|
|
2100
|
-
},
|
|
2101
|
-
function
|
|
2100
|
+
}, ys = { "aria-label": "breadcrumb" }, bs = { class: "breadcrumb" }, _s = ["href"], $s = { key: 1 }, ws = ["href"];
|
|
2101
|
+
function Os(t, n, e, r, o, i) {
|
|
2102
2102
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
|
|
2103
|
-
return G(), ne("nav",
|
|
2104
|
-
ae("ul",
|
|
2103
|
+
return G(), ne("nav", ys, [
|
|
2104
|
+
ae("ul", bs, [
|
|
2105
2105
|
(G(!0), ne(tt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2106
2106
|
class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2107
2107
|
"aria-current": "page",
|
|
@@ -2111,8 +2111,8 @@ function ws(t, n, e, r, o, i) {
|
|
|
2111
2111
|
key: 0,
|
|
2112
2112
|
class: "ib-link",
|
|
2113
2113
|
href: d.url
|
|
2114
|
-
}, $e(d.title), 9,
|
|
2115
|
-
a === i.last ? (G(), ne("p",
|
|
2114
|
+
}, $e(d.title), 9, _s)) : he("", !0),
|
|
2115
|
+
a === i.last ? (G(), ne("p", $s, $e(d.title), 1)) : he("", !0),
|
|
2116
2116
|
i.initContextMenu && a === e.items.length - 4 ? (G(), ke(h, {
|
|
2117
2117
|
key: 2,
|
|
2118
2118
|
horizontal: "center"
|
|
@@ -2135,7 +2135,7 @@ function ws(t, n, e, r, o, i) {
|
|
|
2135
2135
|
ae("a", {
|
|
2136
2136
|
class: "context-breadcrums",
|
|
2137
2137
|
href: u.url
|
|
2138
|
-
}, $e(u.title), 9,
|
|
2138
|
+
}, $e(u.title), 9, ws)
|
|
2139
2139
|
]),
|
|
2140
2140
|
_: 2
|
|
2141
2141
|
}, 1024))), 128))
|
|
@@ -2150,8 +2150,8 @@ function ws(t, n, e, r, o, i) {
|
|
|
2150
2150
|
])
|
|
2151
2151
|
]);
|
|
2152
2152
|
}
|
|
2153
|
-
const u1 = /* @__PURE__ */ Ae(
|
|
2154
|
-
const
|
|
2153
|
+
const u1 = /* @__PURE__ */ Ae(vs, [["render", Os], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2154
|
+
const ks = {
|
|
2155
2155
|
name: "IbLabel",
|
|
2156
2156
|
props: {
|
|
2157
2157
|
for: {
|
|
@@ -2187,20 +2187,20 @@ const Os = {
|
|
|
2187
2187
|
},
|
|
2188
2188
|
components: {
|
|
2189
2189
|
IbIconButton: Nt,
|
|
2190
|
-
IbIcon:
|
|
2190
|
+
IbIcon: Qe,
|
|
2191
2191
|
IbTooltip: kn
|
|
2192
2192
|
}
|
|
2193
|
-
},
|
|
2193
|
+
}, Cs = ["for"], Es = {
|
|
2194
2194
|
key: 0,
|
|
2195
2195
|
class: "required"
|
|
2196
2196
|
};
|
|
2197
|
-
function
|
|
2197
|
+
function Ts(t, n, e, r, o, i) {
|
|
2198
2198
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
|
|
2199
2199
|
return G(), ne("label", {
|
|
2200
2200
|
class: ve(i.classes),
|
|
2201
2201
|
for: e.for
|
|
2202
2202
|
}, [
|
|
2203
|
-
e.required ? (G(), ne("span",
|
|
2203
|
+
e.required ? (G(), ne("span", Es, "* ")) : he("", !0),
|
|
2204
2204
|
Ee(t.$slots, "default", {}, void 0, !0),
|
|
2205
2205
|
e.infoText.length ? (G(), ke(c, {
|
|
2206
2206
|
key: 1,
|
|
@@ -2218,15 +2218,15 @@ function Es(t, n, e, r, o, i) {
|
|
|
2218
2218
|
]),
|
|
2219
2219
|
_: 1
|
|
2220
2220
|
})) : he("", !0)
|
|
2221
|
-
], 10,
|
|
2221
|
+
], 10, Cs);
|
|
2222
2222
|
}
|
|
2223
|
-
const Ci = /* @__PURE__ */ Ae(
|
|
2223
|
+
const Ci = /* @__PURE__ */ Ae(ks, [["render", Ts], ["__scopeId", "data-v-3e867259"]]), tr = {
|
|
2224
2224
|
text: "text",
|
|
2225
2225
|
password: "password",
|
|
2226
2226
|
email: "email",
|
|
2227
2227
|
number: "number"
|
|
2228
2228
|
};
|
|
2229
|
-
const
|
|
2229
|
+
const Ss = {
|
|
2230
2230
|
name: "IbInput",
|
|
2231
2231
|
props: {
|
|
2232
2232
|
type: {
|
|
@@ -2374,12 +2374,12 @@ const Ts = {
|
|
|
2374
2374
|
components: {
|
|
2375
2375
|
IbAlert: cn,
|
|
2376
2376
|
IbIconButton: Nt,
|
|
2377
|
-
IbIcon:
|
|
2377
|
+
IbIcon: Qe,
|
|
2378
2378
|
IbDropdown: Cr
|
|
2379
2379
|
},
|
|
2380
2380
|
inheritAttrs: !1
|
|
2381
|
-
},
|
|
2382
|
-
function
|
|
2381
|
+
}, xs = ["aria-invalid", "readonly", "disabled", "id"], As = { class: "settings-wrapper" };
|
|
2382
|
+
function Ns(t, n, e, r, o, i) {
|
|
2383
2383
|
var h, d;
|
|
2384
2384
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("ib-dropdown");
|
|
2385
2385
|
return G(), ne("div", null, [
|
|
@@ -2408,8 +2408,8 @@ function As(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, xs), [
|
|
2412
|
+
[xo, o.actualValue]
|
|
2413
2413
|
]),
|
|
2414
2414
|
e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
|
|
2415
2415
|
key: 1,
|
|
@@ -2437,7 +2437,7 @@ function As(t, n, e, r, o, i) {
|
|
|
2437
2437
|
type: "button",
|
|
2438
2438
|
disabled: e.readonly || e.disabled,
|
|
2439
2439
|
"help-text": o.showPassword ? e.hidePasswordMessage : e.showPasswordMessage,
|
|
2440
|
-
onClick:
|
|
2440
|
+
onClick: Xe(i.toggleShowPassword, ["prevent"])
|
|
2441
2441
|
}, {
|
|
2442
2442
|
default: ye(() => [
|
|
2443
2443
|
ge(l, {
|
|
@@ -2468,7 +2468,7 @@ function As(t, n, e, r, o, i) {
|
|
|
2468
2468
|
}, 8, ["help-text"])
|
|
2469
2469
|
]),
|
|
2470
2470
|
body: ye(() => [
|
|
2471
|
-
ae("div",
|
|
2471
|
+
ae("div", As, [
|
|
2472
2472
|
Ee(t.$slots, "settings", {}, void 0, !0)
|
|
2473
2473
|
])
|
|
2474
2474
|
]),
|
|
@@ -2477,8 +2477,8 @@ function As(t, n, e, r, o, i) {
|
|
|
2477
2477
|
], 2)
|
|
2478
2478
|
]);
|
|
2479
2479
|
}
|
|
2480
|
-
const
|
|
2481
|
-
const
|
|
2480
|
+
const jo = /* @__PURE__ */ Ae(Ss, [["render", Ns], ["__scopeId", "data-v-ea1e952e"]]);
|
|
2481
|
+
const Is = {
|
|
2482
2482
|
name: "IbCheckbox",
|
|
2483
2483
|
model: {
|
|
2484
2484
|
event: "input"
|
|
@@ -2506,6 +2506,10 @@ const Ns = {
|
|
|
2506
2506
|
type: Boolean,
|
|
2507
2507
|
default: !1
|
|
2508
2508
|
},
|
|
2509
|
+
readonly: {
|
|
2510
|
+
type: Boolean,
|
|
2511
|
+
default: !1
|
|
2512
|
+
},
|
|
2509
2513
|
disabled: {
|
|
2510
2514
|
type: Boolean,
|
|
2511
2515
|
default: !1
|
|
@@ -2538,7 +2542,7 @@ const Ns = {
|
|
|
2538
2542
|
},
|
|
2539
2543
|
methods: {
|
|
2540
2544
|
onChange() {
|
|
2541
|
-
this.checked = !this.checked, this.$emit("update:modelValue", this.checked), this.$emit("input", this.checked);
|
|
2545
|
+
this.readonly || (this.checked = !this.checked, this.$emit("update:modelValue", this.checked), this.$emit("input", this.checked));
|
|
2542
2546
|
}
|
|
2543
2547
|
},
|
|
2544
2548
|
computed: {
|
|
@@ -2548,6 +2552,7 @@ const Ns = {
|
|
|
2548
2552
|
"ib-has-error": this.error,
|
|
2549
2553
|
"ib-checkbox-filled": this.checked,
|
|
2550
2554
|
"ib-checkbox-disabled": this.disabled,
|
|
2555
|
+
"ib-checkbox-readonly": this.readonly,
|
|
2551
2556
|
"ib-checkbox-indeterminate": this.indeterminate
|
|
2552
2557
|
};
|
|
2553
2558
|
},
|
|
@@ -2560,20 +2565,20 @@ const Ns = {
|
|
|
2560
2565
|
}
|
|
2561
2566
|
},
|
|
2562
2567
|
components: {
|
|
2563
|
-
IbIcon:
|
|
2568
|
+
IbIcon: Qe
|
|
2564
2569
|
},
|
|
2565
2570
|
inheritAttrs: !1
|
|
2566
|
-
},
|
|
2571
|
+
}, Ps = ["aria-checked"], Ms = ["for", "tabindex"], Ds = ["name", "id", "value", "checked", "disabled", "required"], Ls = { class: "ib-checkbox-body" }, Rs = {
|
|
2567
2572
|
key: 0,
|
|
2568
2573
|
class: "required"
|
|
2569
|
-
},
|
|
2574
|
+
}, Bs = { class: "ib-checkbox-input" }, js = {
|
|
2570
2575
|
key: 1,
|
|
2571
2576
|
class: "ib-checkbox-label"
|
|
2572
|
-
},
|
|
2577
|
+
}, qs = {
|
|
2573
2578
|
key: 0,
|
|
2574
2579
|
class: "required"
|
|
2575
2580
|
};
|
|
2576
|
-
function
|
|
2581
|
+
function Fs(t, n, e, r, o, i) {
|
|
2577
2582
|
var l;
|
|
2578
2583
|
const s = fe("ib-icon");
|
|
2579
2584
|
return G(), ne("div", {
|
|
@@ -2584,7 +2589,7 @@ function qs(t, n, e, r, o, i) {
|
|
|
2584
2589
|
ae("label", Tt(i.attrs, {
|
|
2585
2590
|
for: e.id,
|
|
2586
2591
|
tabindex: e.disabled | e.disableFocus ? -1 : 0,
|
|
2587
|
-
onKeypress: n[1] || (n[1] =
|
|
2592
|
+
onKeypress: n[1] || (n[1] = Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2588
2593
|
}), [
|
|
2589
2594
|
ae("input", {
|
|
2590
2595
|
tabindex: "-1",
|
|
@@ -2595,17 +2600,17 @@ function qs(t, n, e, r, o, i) {
|
|
|
2595
2600
|
checked: o.checked,
|
|
2596
2601
|
disabled: e.disabled,
|
|
2597
2602
|
required: e.required,
|
|
2598
|
-
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c))
|
|
2599
|
-
}, null, 8,
|
|
2600
|
-
ae("div",
|
|
2603
|
+
onClick: n[0] || (n[0] = Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]))
|
|
2604
|
+
}, null, 8, Ds),
|
|
2605
|
+
ae("div", Ls, [
|
|
2601
2606
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2602
2607
|
key: 0,
|
|
2603
2608
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2604
2609
|
}, [
|
|
2605
|
-
e.required ? (G(), ne("span",
|
|
2610
|
+
e.required ? (G(), ne("span", Rs, "*")) : he("", !0),
|
|
2606
2611
|
Ge(" " + $e(e.label), 1)
|
|
2607
2612
|
], 2)) : he("", !0),
|
|
2608
|
-
ae("span",
|
|
2613
|
+
ae("span", Bs, [
|
|
2609
2614
|
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2610
2615
|
[Ke, o.checked && !i.indeterminate]
|
|
2611
2616
|
]),
|
|
@@ -2616,16 +2621,16 @@ function qs(t, n, e, r, o, i) {
|
|
|
2616
2621
|
[Ke, i.indeterminate]
|
|
2617
2622
|
])
|
|
2618
2623
|
]),
|
|
2619
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span",
|
|
2620
|
-
e.required ? (G(), ne("span",
|
|
2624
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", js, [
|
|
2625
|
+
e.required ? (G(), ne("span", qs, "*")) : he("", !0),
|
|
2621
2626
|
Ge(" " + $e(e.label), 1)
|
|
2622
2627
|
])) : he("", !0)
|
|
2623
2628
|
])
|
|
2624
|
-
], 16,
|
|
2625
|
-
], 10,
|
|
2629
|
+
], 16, Ms)
|
|
2630
|
+
], 10, Ps);
|
|
2626
2631
|
}
|
|
2627
|
-
const
|
|
2628
|
-
const
|
|
2632
|
+
const qo = /* @__PURE__ */ Ae(Is, [["render", Fs]]);
|
|
2633
|
+
const Hs = {
|
|
2629
2634
|
name: "IbToggle",
|
|
2630
2635
|
model: {
|
|
2631
2636
|
prop: "isChecked",
|
|
@@ -2695,18 +2700,18 @@ const Fs = {
|
|
|
2695
2700
|
};
|
|
2696
2701
|
}
|
|
2697
2702
|
},
|
|
2698
|
-
components: { IbIcon:
|
|
2699
|
-
},
|
|
2703
|
+
components: { IbIcon: Qe, IbTooltip: kn }
|
|
2704
|
+
}, Vs = ["aria-checked", "tabindex"], Us = {
|
|
2700
2705
|
class: "toggle-wrapper",
|
|
2701
2706
|
ref: "wrapper"
|
|
2702
|
-
},
|
|
2707
|
+
}, zs = {
|
|
2703
2708
|
class: "toggle",
|
|
2704
2709
|
ref: "toggle"
|
|
2705
|
-
},
|
|
2710
|
+
}, Ks = ["name", "checked", "id", "disabled"], Gs = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Ys = {
|
|
2706
2711
|
key: 0,
|
|
2707
2712
|
class: "toggle-label"
|
|
2708
2713
|
};
|
|
2709
|
-
function
|
|
2714
|
+
function Ws(t, n, e, r, o, i) {
|
|
2710
2715
|
const s = fe("ib-icon"), l = fe("ib-tooltip");
|
|
2711
2716
|
return G(), ne("label", {
|
|
2712
2717
|
role: "switch",
|
|
@@ -2714,12 +2719,12 @@ function Ys(t, n, e, r, o, i) {
|
|
|
2714
2719
|
tabindex: e.disabled ? -1 : 0,
|
|
2715
2720
|
class: ve(i.classes),
|
|
2716
2721
|
onKeypress: [
|
|
2717
|
-
n[2] || (n[2] = _t(
|
|
2718
|
-
n[3] || (n[3] = _t(
|
|
2722
|
+
n[2] || (n[2] = _t(Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
|
|
2723
|
+
n[3] || (n[3] = _t(Xe((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
2719
2724
|
]
|
|
2720
2725
|
}, [
|
|
2721
|
-
ae("div",
|
|
2722
|
-
ae("div",
|
|
2726
|
+
ae("div", Us, [
|
|
2727
|
+
ae("div", zs, [
|
|
2723
2728
|
ae("input", {
|
|
2724
2729
|
tabindex: "-1",
|
|
2725
2730
|
type: "checkbox",
|
|
@@ -2729,10 +2734,10 @@ function Ys(t, n, e, r, o, i) {
|
|
|
2729
2734
|
id: e.id,
|
|
2730
2735
|
disabled: e.disabled,
|
|
2731
2736
|
onClick: n[0] || (n[0] = (...c) => i.onChange && i.onChange(...c)),
|
|
2732
|
-
onInput: n[1] || (n[1] =
|
|
2737
|
+
onInput: n[1] || (n[1] = Xe(() => {
|
|
2733
2738
|
}, ["stop"]))
|
|
2734
|
-
}, null, 40,
|
|
2735
|
-
|
|
2739
|
+
}, null, 40, Ks),
|
|
2740
|
+
Gs,
|
|
2736
2741
|
ge(s, {
|
|
2737
2742
|
class: "checked-icon",
|
|
2738
2743
|
name: "checkmark"
|
|
@@ -2743,18 +2748,18 @@ function Ys(t, n, e, r, o, i) {
|
|
|
2743
2748
|
})
|
|
2744
2749
|
], 512)
|
|
2745
2750
|
], 512),
|
|
2746
|
-
e.label.length ? (G(), ne("span",
|
|
2751
|
+
e.label.length ? (G(), ne("span", Ys, $e(e.label), 1)) : he("", !0),
|
|
2747
2752
|
e.helpMessage.length ? (G(), ke(l, {
|
|
2748
2753
|
key: 1,
|
|
2749
2754
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2750
2755
|
}, null, 8, ["text"])) : he("", !0)
|
|
2751
|
-
], 42,
|
|
2756
|
+
], 42, Vs);
|
|
2752
2757
|
}
|
|
2753
|
-
const
|
|
2754
|
-
function
|
|
2758
|
+
const Zs = /* @__PURE__ */ Ae(Hs, [["render", Ws]]);
|
|
2759
|
+
function Fo(t) {
|
|
2755
2760
|
return t.scrollHeight > t.clientHeight;
|
|
2756
2761
|
}
|
|
2757
|
-
const
|
|
2762
|
+
const Js = {
|
|
2758
2763
|
name: "select-option",
|
|
2759
2764
|
props: {
|
|
2760
2765
|
option: {
|
|
@@ -2803,7 +2808,7 @@ const Zs = {
|
|
|
2803
2808
|
},
|
|
2804
2809
|
updated() {
|
|
2805
2810
|
this.$nextTick(() => {
|
|
2806
|
-
|
|
2811
|
+
Fo(this.$el.querySelector(".option-label")) && (this.showTooltip = !0);
|
|
2807
2812
|
});
|
|
2808
2813
|
},
|
|
2809
2814
|
data() {
|
|
@@ -2813,7 +2818,7 @@ const Zs = {
|
|
|
2813
2818
|
},
|
|
2814
2819
|
methods: {
|
|
2815
2820
|
onKeydown(t) {
|
|
2816
|
-
t.keyCode ===
|
|
2821
|
+
t.keyCode === Io && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === ml && (this.option.isChildrenVisible = !0), t.keyCode === gl && (this.option.isChildrenVisible = !1));
|
|
2817
2822
|
},
|
|
2818
2823
|
onChange() {
|
|
2819
2824
|
var t, n;
|
|
@@ -2859,7 +2864,7 @@ const Zs = {
|
|
|
2859
2864
|
},
|
|
2860
2865
|
computed: {
|
|
2861
2866
|
component() {
|
|
2862
|
-
return this.isMultiple && this.isToggle ?
|
|
2867
|
+
return this.isMultiple && this.isToggle ? Zs : qo;
|
|
2863
2868
|
},
|
|
2864
2869
|
hasChildren() {
|
|
2865
2870
|
return !!(this.option.children && this.option.children.length);
|
|
@@ -2888,22 +2893,22 @@ const Zs = {
|
|
|
2888
2893
|
}
|
|
2889
2894
|
},
|
|
2890
2895
|
components: {
|
|
2891
|
-
IbIcon:
|
|
2896
|
+
IbIcon: Qe,
|
|
2892
2897
|
List: Er,
|
|
2893
2898
|
IbIconButton: Nt
|
|
2894
2899
|
},
|
|
2895
|
-
directives: { Tooltip:
|
|
2896
|
-
},
|
|
2900
|
+
directives: { Tooltip: Bo }
|
|
2901
|
+
}, Xs = ["aria-selected", "aria-label", "id"], Qs = {
|
|
2897
2902
|
key: 0,
|
|
2898
2903
|
class: "option-label"
|
|
2899
|
-
},
|
|
2904
|
+
}, eu = {
|
|
2900
2905
|
key: 1,
|
|
2901
2906
|
class: "option-label"
|
|
2902
|
-
},
|
|
2907
|
+
}, tu = ["innerHTML"], nu = ["innerHTML"], iu = {
|
|
2903
2908
|
key: 2,
|
|
2904
2909
|
class: "option-label"
|
|
2905
2910
|
};
|
|
2906
|
-
function
|
|
2911
|
+
function ru(t, n, e, r, o, i) {
|
|
2907
2912
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2908
2913
|
return G(), ne("li", null, [
|
|
2909
2914
|
De((G(), ne("div", {
|
|
@@ -2920,7 +2925,7 @@ function iu(t, n, e, r, o, i) {
|
|
|
2920
2925
|
"aria-selected": i.isChecked(e.option),
|
|
2921
2926
|
"aria-label": e.option.title,
|
|
2922
2927
|
id: "option-" + i.id,
|
|
2923
|
-
onKeydown: n[3] || (n[3] =
|
|
2928
|
+
onKeydown: n[3] || (n[3] = Xe((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
|
|
2924
2929
|
onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${i.id}`))
|
|
2925
2930
|
}, [
|
|
2926
2931
|
De(ge(l, {
|
|
@@ -2937,7 +2942,7 @@ function iu(t, n, e, r, o, i) {
|
|
|
2937
2942
|
[Ke, i.hasVisibleChildren]
|
|
2938
2943
|
]),
|
|
2939
2944
|
ae("div", {
|
|
2940
|
-
onClick: n[1] || (n[1] =
|
|
2945
|
+
onClick: n[1] || (n[1] = Xe((...d) => i.onChange && i.onChange(...d), ["prevent"])),
|
|
2941
2946
|
class: ve({
|
|
2942
2947
|
disabled: e.option.isDisabled,
|
|
2943
2948
|
"tree-select-option-label": !0,
|
|
@@ -2955,12 +2960,13 @@ function iu(t, n, e, r, o, i) {
|
|
|
2955
2960
|
id: "input" + i.id,
|
|
2956
2961
|
"is-checked": i.isChecked(e.option),
|
|
2957
2962
|
disabled: e.option.isDisabled,
|
|
2963
|
+
readonly: e.option.readonly,
|
|
2958
2964
|
autocomplete: "off",
|
|
2959
2965
|
autocorrect: "off",
|
|
2960
2966
|
autocapitalize: "off",
|
|
2961
2967
|
spellcheck: "false",
|
|
2962
2968
|
onInput: i.toggle
|
|
2963
|
-
}, null, 40, ["aria-label", "name", "value", "id", "is-checked", "disabled", "onInput"])), [
|
|
2969
|
+
}, null, 40, ["aria-label", "name", "value", "id", "is-checked", "disabled", "readonly", "onInput"])), [
|
|
2964
2970
|
[Ke, e.showInput]
|
|
2965
2971
|
]),
|
|
2966
2972
|
e.isBookmarkable ? (G(), ne("span", {
|
|
@@ -2969,11 +2975,11 @@ function iu(t, n, e, r, o, i) {
|
|
|
2969
2975
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2970
2976
|
)
|
|
2971
2977
|
}, [
|
|
2972
|
-
i.hasChildren ? (G(), ne("span",
|
|
2978
|
+
i.hasChildren ? (G(), ne("span", eu, $e(e.option.title), 1)) : (G(), ne("span", Qs, [
|
|
2973
2979
|
Ge($e(e.option.title) + " ", 1),
|
|
2974
2980
|
ge(s, {
|
|
2975
2981
|
name: "star",
|
|
2976
|
-
onClick: n[0] || (n[0] =
|
|
2982
|
+
onClick: n[0] || (n[0] = Xe((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
|
|
2977
2983
|
})
|
|
2978
2984
|
]))
|
|
2979
2985
|
], 2)) : e.htmlTitle ? (G(), ne(tt, { key: 1 }, [
|
|
@@ -2981,12 +2987,12 @@ function iu(t, n, e, r, o, i) {
|
|
|
2981
2987
|
key: 1,
|
|
2982
2988
|
class: "option-label",
|
|
2983
2989
|
innerHTML: e.option.title
|
|
2984
|
-
}, null, 8,
|
|
2990
|
+
}, null, 8, nu)) : (G(), ne("span", {
|
|
2985
2991
|
key: 0,
|
|
2986
2992
|
class: "option-label",
|
|
2987
2993
|
innerHTML: e.option.title
|
|
2988
|
-
}, null, 8,
|
|
2989
|
-
], 64)) : (G(), ne("span",
|
|
2994
|
+
}, null, 8, tu))
|
|
2995
|
+
], 64)) : (G(), ne("span", iu, $e(e.option.title), 1))
|
|
2990
2996
|
], 2),
|
|
2991
2997
|
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
2992
2998
|
default: ye(() => [
|
|
@@ -3009,17 +3015,17 @@ function iu(t, n, e, r, o, i) {
|
|
|
3009
3015
|
}, 512)), [
|
|
3010
3016
|
[Ke, i.hasVisibleChildren && e.option.isChildrenVisible]
|
|
3011
3017
|
]) : he("", !0)
|
|
3012
|
-
], 42,
|
|
3018
|
+
], 42, Xs)), [
|
|
3013
3019
|
[h, o.showTooltip ? e.option.title : ""]
|
|
3014
3020
|
])
|
|
3015
3021
|
]);
|
|
3016
3022
|
}
|
|
3017
|
-
const
|
|
3023
|
+
const ou = /* @__PURE__ */ Ae(Js, [["render", ru]]);
|
|
3018
3024
|
var nt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3019
3025
|
function Ei(t) {
|
|
3020
3026
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
3021
3027
|
}
|
|
3022
|
-
var
|
|
3028
|
+
var Ho = { exports: {} };
|
|
3023
3029
|
/*!***************************************************
|
|
3024
3030
|
* mark.js v8.11.1
|
|
3025
3031
|
* https://markjs.io/
|
|
@@ -3422,10 +3428,10 @@ var Fo = { exports: {} };
|
|
|
3422
3428
|
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
3429
|
};
|
|
3424
3430
|
});
|
|
3425
|
-
})(
|
|
3426
|
-
var
|
|
3427
|
-
const
|
|
3428
|
-
function
|
|
3431
|
+
})(Ho);
|
|
3432
|
+
var au = Ho.exports;
|
|
3433
|
+
const lu = /* @__PURE__ */ Ei(au);
|
|
3434
|
+
function zr(t) {
|
|
3429
3435
|
return JSON.parse(JSON.stringify(t));
|
|
3430
3436
|
}
|
|
3431
3437
|
const su = {
|
|
@@ -3606,6 +3612,7 @@ const su = {
|
|
|
3606
3612
|
});
|
|
3607
3613
|
},
|
|
3608
3614
|
options(t) {
|
|
3615
|
+
this.initialOptions = zr(t);
|
|
3609
3616
|
},
|
|
3610
3617
|
initialOptions(t) {
|
|
3611
3618
|
let n = !0;
|
|
@@ -3635,7 +3642,7 @@ const su = {
|
|
|
3635
3642
|
}
|
|
3636
3643
|
},
|
|
3637
3644
|
mounted() {
|
|
3638
|
-
this.marker = new
|
|
3645
|
+
this.marker = new lu(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3639
3646
|
this.setPreparedValues();
|
|
3640
3647
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3641
3648
|
},
|
|
@@ -3646,7 +3653,7 @@ const su = {
|
|
|
3646
3653
|
const f = this.filterString.toLowerCase().trim();
|
|
3647
3654
|
this.filterFunc.call(this, c, f), f && this.marker.mark(f);
|
|
3648
3655
|
}, {
|
|
3649
|
-
initialOptions:
|
|
3656
|
+
initialOptions: zr(this.options),
|
|
3650
3657
|
val: this.modelValue ? this.modelValue : this.value,
|
|
3651
3658
|
size: {
|
|
3652
3659
|
left: this.initialSize && this.initialSize.left || 0,
|
|
@@ -3819,7 +3826,7 @@ const su = {
|
|
|
3819
3826
|
}), this.$refs.dropdown.close();
|
|
3820
3827
|
},
|
|
3821
3828
|
checkIfOptionsChecked(t) {
|
|
3822
|
-
return t.every((n) => n.checked);
|
|
3829
|
+
return t.every((n) => n.checked || n.readonly);
|
|
3823
3830
|
},
|
|
3824
3831
|
registerCheck(t, n, e) {
|
|
3825
3832
|
if (n)
|
|
@@ -3841,7 +3848,7 @@ const su = {
|
|
|
3841
3848
|
},
|
|
3842
3849
|
manageAll() {
|
|
3843
3850
|
this.allOptionsIsChecked = !this.allOptionsIsChecked, this.traverseTree(this.actualOptions, (t) => {
|
|
3844
|
-
this.registerCheck(t, this.allOptionsIsChecked, !1);
|
|
3851
|
+
t.readonly || this.registerCheck(t, this.allOptionsIsChecked, !1);
|
|
3845
3852
|
});
|
|
3846
3853
|
},
|
|
3847
3854
|
traverseTree(t, n) {
|
|
@@ -3935,11 +3942,11 @@ const su = {
|
|
|
3935
3942
|
components: {
|
|
3936
3943
|
IbAlert: cn,
|
|
3937
3944
|
IbIconButton: Nt,
|
|
3938
|
-
IbIcon:
|
|
3945
|
+
IbIcon: Qe,
|
|
3939
3946
|
IbDropdown: Cr,
|
|
3940
|
-
IbInput:
|
|
3947
|
+
IbInput: jo,
|
|
3941
3948
|
List: Er,
|
|
3942
|
-
"select-option":
|
|
3949
|
+
"select-option": ou
|
|
3943
3950
|
},
|
|
3944
3951
|
beforeUnmount() {
|
|
3945
3952
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
@@ -3976,7 +3983,7 @@ function cu(t, n, e, r, o, i) {
|
|
|
3976
3983
|
ref: "dropdown",
|
|
3977
3984
|
onClose: i.onClose,
|
|
3978
3985
|
onOpen: i.onOpen
|
|
3979
|
-
},
|
|
3986
|
+
}, So({
|
|
3980
3987
|
body: ye(() => [
|
|
3981
3988
|
ae("div", {
|
|
3982
3989
|
class: ve(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
|
|
@@ -4132,7 +4139,7 @@ function cu(t, n, e, r, o, i) {
|
|
|
4132
4139
|
"tree-choice-error": e.errorMessage
|
|
4133
4140
|
}]),
|
|
4134
4141
|
ref: "combobox",
|
|
4135
|
-
onClick: n[2] || (n[2] =
|
|
4142
|
+
onClick: n[2] || (n[2] = Xe(() => {
|
|
4136
4143
|
}, ["prevent"])),
|
|
4137
4144
|
onBlur: n[3] || (n[3] = (...b) => i.onBlur && i.onBlur(...b)),
|
|
4138
4145
|
onKeyup: [
|
|
@@ -4159,12 +4166,12 @@ function cu(t, n, e, r, o, i) {
|
|
|
4159
4166
|
key: 2,
|
|
4160
4167
|
kind: "ghost",
|
|
4161
4168
|
class: "button-clear",
|
|
4162
|
-
onClick:
|
|
4163
|
-
onKeypress: n[0] || (n[0] = _t(
|
|
4169
|
+
onClick: Xe(i.clearValue, ["prevent"]),
|
|
4170
|
+
onKeypress: n[0] || (n[0] = _t(Xe(() => {
|
|
4164
4171
|
}, ["stop", "prevent"]), ["enter"])),
|
|
4165
|
-
onKeydown: n[1] || (n[1] = _t(
|
|
4172
|
+
onKeydown: n[1] || (n[1] = _t(Xe(() => {
|
|
4166
4173
|
}, ["stop", "prevent"]), ["enter"])),
|
|
4167
|
-
onKeyup: _t(
|
|
4174
|
+
onKeyup: _t(Xe(i.clearValue, ["prevent"]), ["enter"]),
|
|
4168
4175
|
"help-text": e.clearButtonMessage
|
|
4169
4176
|
}, {
|
|
4170
4177
|
default: ye(() => [
|
|
@@ -4346,8 +4353,8 @@ const vu = {
|
|
|
4346
4353
|
},
|
|
4347
4354
|
components: {
|
|
4348
4355
|
IbIconButton: Nt,
|
|
4349
|
-
IbIcon:
|
|
4350
|
-
IbInput:
|
|
4356
|
+
IbIcon: Qe,
|
|
4357
|
+
IbInput: jo,
|
|
4351
4358
|
IbLabel: Ci,
|
|
4352
4359
|
IbLimitSelector: mu,
|
|
4353
4360
|
IbTooltip: kn
|
|
@@ -4460,11 +4467,11 @@ const Cu = {
|
|
|
4460
4467
|
}
|
|
4461
4468
|
},
|
|
4462
4469
|
components: {
|
|
4463
|
-
IbIcon:
|
|
4470
|
+
IbIcon: Qe
|
|
4464
4471
|
}
|
|
4465
|
-
},
|
|
4472
|
+
}, Vo = (t) => ($r("data-v-a0217859"), t = t(), wr(), t), Eu = { class: "ib-progress-bar-wrapper" }, Tu = ["aria-label", "aria-valuenow"], Su = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), xu = [
|
|
4466
4473
|
Su
|
|
4467
|
-
], Au = /* @__PURE__ */
|
|
4474
|
+
], Au = /* @__PURE__ */ Vo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4468
4475
|
function Nu(t, n, e, r, o, i) {
|
|
4469
4476
|
const s = fe("ib-icon");
|
|
4470
4477
|
return G(), ne("div", Eu, [
|
|
@@ -4556,7 +4563,7 @@ function Lu(t, n, e, r, o, i) {
|
|
|
4556
4563
|
const f1 = /* @__PURE__ */ Ae(Pu, [["render", Lu], ["__scopeId", "data-v-e696394e"]]);
|
|
4557
4564
|
const Ru = {
|
|
4558
4565
|
name: "IbPanel",
|
|
4559
|
-
mixins: [
|
|
4566
|
+
mixins: [No],
|
|
4560
4567
|
props: {
|
|
4561
4568
|
isOpen: {
|
|
4562
4569
|
type: Boolean,
|
|
@@ -4758,7 +4765,7 @@ function id(t, n, e, r, o, i) {
|
|
|
4758
4765
|
class: ve(i.classes),
|
|
4759
4766
|
for: e.id,
|
|
4760
4767
|
"aria-checked": o.checked,
|
|
4761
|
-
onClick: n[2] || (n[2] =
|
|
4768
|
+
onClick: n[2] || (n[2] = Xe((...c) => i.onClick && i.onClick(...c), ["prevent"]))
|
|
4762
4769
|
}, [
|
|
4763
4770
|
ae("input", {
|
|
4764
4771
|
type: "radio",
|
|
@@ -4768,7 +4775,7 @@ function id(t, n, e, r, o, i) {
|
|
|
4768
4775
|
checked: o.checked,
|
|
4769
4776
|
disabled: e.disabled,
|
|
4770
4777
|
ref: "radio",
|
|
4771
|
-
onInput: n[0] || (n[0] =
|
|
4778
|
+
onInput: n[0] || (n[0] = Xe(() => {
|
|
4772
4779
|
}, ["stop"])),
|
|
4773
4780
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4774
4781
|
}, null, 40, ed),
|
|
@@ -4810,7 +4817,7 @@ function dd(t, n, e, r, o, i) {
|
|
|
4810
4817
|
], 64)) : (G(), ne("p", ud, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", ad, "Max " + $e(e.characterLimit), 1))
|
|
4811
4818
|
]);
|
|
4812
4819
|
}
|
|
4813
|
-
const
|
|
4820
|
+
const Uo = /* @__PURE__ */ Ae(rd, [["render", dd], ["__scopeId", "data-v-725f21a3"]]);
|
|
4814
4821
|
const cd = {
|
|
4815
4822
|
name: "IbTextarea",
|
|
4816
4823
|
props: {
|
|
@@ -4865,7 +4872,7 @@ const cd = {
|
|
|
4865
4872
|
},
|
|
4866
4873
|
components: {
|
|
4867
4874
|
IbAlert: cn,
|
|
4868
|
-
IbCharacterCount:
|
|
4875
|
+
IbCharacterCount: Uo
|
|
4869
4876
|
},
|
|
4870
4877
|
inheritAttrs: !1
|
|
4871
4878
|
}, fd = ["disabled"];
|
|
@@ -4902,7 +4909,7 @@ function hd(t, n, e, r, o, i) {
|
|
|
4902
4909
|
class: ["ib-textarea", i.classes],
|
|
4903
4910
|
disabled: e.disabled
|
|
4904
4911
|
}), null, 16, fd), [
|
|
4905
|
-
[
|
|
4912
|
+
[Ao, o.val]
|
|
4906
4913
|
])
|
|
4907
4914
|
], 2);
|
|
4908
4915
|
}
|
|
@@ -5057,7 +5064,7 @@ var nr = [
|
|
|
5057
5064
|
}, Et = function(t) {
|
|
5058
5065
|
return t === !0 ? 1 : 0;
|
|
5059
5066
|
};
|
|
5060
|
-
function
|
|
5067
|
+
function Kr(t, n) {
|
|
5061
5068
|
var e;
|
|
5062
5069
|
return function() {
|
|
5063
5070
|
var r = this, o = arguments;
|
|
@@ -5082,11 +5089,11 @@ function ui(t) {
|
|
|
5082
5089
|
for (; t.firstChild; )
|
|
5083
5090
|
t.removeChild(t.firstChild);
|
|
5084
5091
|
}
|
|
5085
|
-
function
|
|
5092
|
+
function zo(t, n) {
|
|
5086
5093
|
if (n(t))
|
|
5087
5094
|
return t;
|
|
5088
5095
|
if (t.parentNode)
|
|
5089
|
-
return
|
|
5096
|
+
return zo(t.parentNode, n);
|
|
5090
5097
|
}
|
|
5091
5098
|
function di(t, n) {
|
|
5092
5099
|
var e = Fe("div", "numInputWrapper"), r = Fe("input", "numInput " + t), o = Fe("span", "arrowUp"), i = Fe("span", "arrowDown");
|
|
@@ -5268,7 +5275,7 @@ var rr = function() {
|
|
|
5268
5275
|
y: function(t) {
|
|
5269
5276
|
return String(t.getFullYear()).substring(2);
|
|
5270
5277
|
}
|
|
5271
|
-
},
|
|
5278
|
+
}, Ko = function(t) {
|
|
5272
5279
|
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;
|
|
5273
5280
|
return function(l, c, f) {
|
|
5274
5281
|
var h = f || o;
|
|
@@ -5369,7 +5376,7 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5369
5376
|
}
|
|
5370
5377
|
return t;
|
|
5371
5378
|
}, ft.apply(this, arguments);
|
|
5372
|
-
},
|
|
5379
|
+
}, Gr = globalThis && globalThis.__spreadArrays || function() {
|
|
5373
5380
|
for (var t = 0, n = 0, e = arguments.length; n < e; n++)
|
|
5374
5381
|
t += arguments[n].length;
|
|
5375
5382
|
for (var r = Array(t), o = 0, n = 0; n < e; n++)
|
|
@@ -5494,8 +5501,8 @@ function bd(t, n) {
|
|
|
5494
5501
|
Cn();
|
|
5495
5502
|
return;
|
|
5496
5503
|
}
|
|
5497
|
-
var I =
|
|
5498
|
-
if (e._debouncedChange =
|
|
5504
|
+
var I = Kr(Te, 50);
|
|
5505
|
+
if (e._debouncedChange = Kr(y, yd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5499
5506
|
e.config.mode === "range" && _e(Ot(z));
|
|
5500
5507
|
}), 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) {
|
|
5501
5508
|
var L = function(z) {
|
|
@@ -5672,8 +5679,8 @@ function bd(t, n) {
|
|
|
5672
5679
|
}
|
|
5673
5680
|
function U() {
|
|
5674
5681
|
if (e.weekdayContainer) {
|
|
5675
|
-
var I = e.l10n.firstDayOfWeek, L =
|
|
5676
|
-
I > 0 && I < L.length && (L =
|
|
5682
|
+
var I = e.l10n.firstDayOfWeek, L = Gr(e.l10n.weekdays.shorthand);
|
|
5683
|
+
I > 0 && I < L.length && (L = Gr(L.splice(I, L.length), L.splice(0, I)));
|
|
5677
5684
|
for (var z = e.config.showMonths; z--; )
|
|
5678
5685
|
e.weekdayContainer.children[z].innerHTML = `
|
|
5679
5686
|
<span class='flatpickr-weekday'>
|
|
@@ -6011,7 +6018,7 @@ function bd(t, n) {
|
|
|
6011
6018
|
function Q() {
|
|
6012
6019
|
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() + ")";
|
|
6013
6020
|
var I = ft(ft({}, n), JSON.parse(JSON.stringify(t.dataset || {})));
|
|
6014
|
-
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate =
|
|
6021
|
+
I.time_24hr === void 0 && Je.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate = Ko(e), e.parseDate = gr({ config: e.config, l10n: e.l10n });
|
|
6015
6022
|
}
|
|
6016
6023
|
function te(I) {
|
|
6017
6024
|
if (typeof e.config.position == "function")
|
|
@@ -6069,7 +6076,7 @@ function bd(t, n) {
|
|
|
6069
6076
|
I.preventDefault(), I.stopPropagation();
|
|
6070
6077
|
var L = function(Oe) {
|
|
6071
6078
|
return Oe.classList && Oe.classList.contains("flatpickr-day") && !Oe.classList.contains("flatpickr-disabled") && !Oe.classList.contains("notAllowed");
|
|
6072
|
-
}, z =
|
|
6079
|
+
}, z = zo(Ot(I), L);
|
|
6073
6080
|
if (z !== void 0) {
|
|
6074
6081
|
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";
|
|
6075
6082
|
if (e.selectedDateElem = X, e.config.mode === "single")
|
|
@@ -6288,7 +6295,7 @@ Je.setDefaults = function(t) {
|
|
|
6288
6295
|
Je.defaultConfig = ft(ft({}, Je.defaultConfig), t);
|
|
6289
6296
|
};
|
|
6290
6297
|
Je.parseDate = gr({});
|
|
6291
|
-
Je.formatDate =
|
|
6298
|
+
Je.formatDate = Ko({});
|
|
6292
6299
|
Je.compareDates = kt;
|
|
6293
6300
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
6294
6301
|
return $n(this, t);
|
|
@@ -6297,7 +6304,7 @@ Date.prototype.fp_incr = function(t) {
|
|
|
6297
6304
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
6298
6305
|
};
|
|
6299
6306
|
typeof window < "u" && (window.flatpickr = Je);
|
|
6300
|
-
var
|
|
6307
|
+
var Go = { exports: {} };
|
|
6301
6308
|
(function(t, n) {
|
|
6302
6309
|
(function(e, r) {
|
|
6303
6310
|
t.exports = r();
|
|
@@ -6390,8 +6397,8 @@ var Ko = { exports: {} };
|
|
|
6390
6397
|
}
|
|
6391
6398
|
return r;
|
|
6392
6399
|
});
|
|
6393
|
-
})(
|
|
6394
|
-
var _d =
|
|
6400
|
+
})(Go);
|
|
6401
|
+
var _d = Go.exports;
|
|
6395
6402
|
const $d = /* @__PURE__ */ Ei(_d), wd = `
|
|
6396
6403
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6397
6404
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
@@ -6549,7 +6556,7 @@ const kd = "single", lr = "range", Cd = {
|
|
|
6549
6556
|
document.removeEventListener("keyup", this.onDocumentKeyDown);
|
|
6550
6557
|
},
|
|
6551
6558
|
components: {
|
|
6552
|
-
IbIcon:
|
|
6559
|
+
IbIcon: Qe,
|
|
6553
6560
|
IbLabel: Ci,
|
|
6554
6561
|
IbAlert: cn
|
|
6555
6562
|
}
|
|
@@ -8134,7 +8141,7 @@ const jd = [
|
|
|
8134
8141
|
} else
|
|
8135
8142
|
Object.assign(t, { [n.name]: n.default });
|
|
8136
8143
|
return t;
|
|
8137
|
-
}, {}),
|
|
8144
|
+
}, {}), Yr = {
|
|
8138
8145
|
options: { ...qd }
|
|
8139
8146
|
}, 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}"]]] } };
|
|
8140
8147
|
function Hd(t, n) {
|
|
@@ -8148,14 +8155,14 @@ function mr(t) {
|
|
|
8148
8155
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
8149
8156
|
}, mr(t);
|
|
8150
8157
|
}
|
|
8151
|
-
function
|
|
8158
|
+
function Wr(t, n) {
|
|
8152
8159
|
for (var e = 0; e < n.length; e++) {
|
|
8153
8160
|
var r = n[e];
|
|
8154
8161
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8155
8162
|
}
|
|
8156
8163
|
}
|
|
8157
8164
|
function Vd(t, n, e) {
|
|
8158
|
-
return n &&
|
|
8165
|
+
return n && Wr(t.prototype, n), e && Wr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8159
8166
|
}
|
|
8160
8167
|
function Ud(t, n) {
|
|
8161
8168
|
if (!(t instanceof n))
|
|
@@ -8167,7 +8174,7 @@ function zd(t, n) {
|
|
|
8167
8174
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8168
8175
|
}
|
|
8169
8176
|
function Kd(t) {
|
|
8170
|
-
var n =
|
|
8177
|
+
var n = Wo();
|
|
8171
8178
|
return function() {
|
|
8172
8179
|
var e = Gn(t), r;
|
|
8173
8180
|
if (n) {
|
|
@@ -8183,9 +8190,9 @@ function Gd(t, n) {
|
|
|
8183
8190
|
return n;
|
|
8184
8191
|
if (n !== void 0)
|
|
8185
8192
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
8186
|
-
return
|
|
8193
|
+
return Yo(t);
|
|
8187
8194
|
}
|
|
8188
|
-
function
|
|
8195
|
+
function Yo(t) {
|
|
8189
8196
|
if (t === void 0)
|
|
8190
8197
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
8191
8198
|
return t;
|
|
@@ -8209,14 +8216,14 @@ function vr(t) {
|
|
|
8209
8216
|
}, vr(t);
|
|
8210
8217
|
}
|
|
8211
8218
|
function pi(t, n, e) {
|
|
8212
|
-
return
|
|
8219
|
+
return Wo() ? pi = Reflect.construct : pi = function(r, o, i) {
|
|
8213
8220
|
var s = [null];
|
|
8214
8221
|
s.push.apply(s, o);
|
|
8215
8222
|
var l = Function.bind.apply(r, s), c = new l();
|
|
8216
8223
|
return i && Kn(c, i.prototype), c;
|
|
8217
8224
|
}, pi.apply(null, arguments);
|
|
8218
8225
|
}
|
|
8219
|
-
function
|
|
8226
|
+
function Wo() {
|
|
8220
8227
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
8221
8228
|
return !1;
|
|
8222
8229
|
if (typeof Proxy == "function")
|
|
@@ -8246,11 +8253,11 @@ var Xt = /* @__PURE__ */ function(t) {
|
|
|
8246
8253
|
var n = Kd(e);
|
|
8247
8254
|
function e(r) {
|
|
8248
8255
|
var o;
|
|
8249
|
-
return Ud(this, e), o = n.call(this, r), Object.setPrototypeOf(
|
|
8256
|
+
return Ud(this, e), o = n.call(this, r), Object.setPrototypeOf(Yo(o), e.prototype), o.name = o.constructor.name, o;
|
|
8250
8257
|
}
|
|
8251
8258
|
return Vd(e);
|
|
8252
8259
|
}(/* @__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 = "++";
|
|
8253
|
-
function
|
|
8260
|
+
function Zr(t, n) {
|
|
8254
8261
|
t = t.split("-"), n = n.split("-");
|
|
8255
8262
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
8256
8263
|
var i = Number(e[o]), s = Number(r[o]);
|
|
@@ -8276,18 +8283,18 @@ function Ti(t, n) {
|
|
|
8276
8283
|
if (!(t instanceof n))
|
|
8277
8284
|
throw new TypeError("Cannot call a class as a function");
|
|
8278
8285
|
}
|
|
8279
|
-
function
|
|
8286
|
+
function Jr(t, n) {
|
|
8280
8287
|
for (var e = 0; e < n.length; e++) {
|
|
8281
8288
|
var r = n[e];
|
|
8282
8289
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8283
8290
|
}
|
|
8284
8291
|
}
|
|
8285
8292
|
function Si(t, n, e) {
|
|
8286
|
-
return n &&
|
|
8293
|
+
return n && Jr(t.prototype, n), e && Jr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8287
8294
|
}
|
|
8288
|
-
var ic = "1.2.0", rc = "1.7.35",
|
|
8295
|
+
var ic = "1.2.0", rc = "1.7.35", Xr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8289
8296
|
function t(n) {
|
|
8290
|
-
Ti(this, t), uc(n), this.metadata = n,
|
|
8297
|
+
Ti(this, t), uc(n), this.metadata = n, Zo.call(this, n);
|
|
8291
8298
|
}
|
|
8292
8299
|
return Si(t, [{
|
|
8293
8300
|
key: "getCountries",
|
|
@@ -8343,11 +8350,11 @@ var ic = "1.2.0", rc = "1.7.35", Jr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8343
8350
|
if (n && oc.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8344
8351
|
if (!this.hasCountry(n))
|
|
8345
8352
|
throw new Error("Unknown country: ".concat(n));
|
|
8346
|
-
this.numberingPlan = new
|
|
8353
|
+
this.numberingPlan = new Qr(this.getCountryMetadata(n), this);
|
|
8347
8354
|
} else if (e) {
|
|
8348
8355
|
if (!this.hasCallingCode(e))
|
|
8349
8356
|
throw new Error("Unknown calling code: ".concat(e));
|
|
8350
|
-
this.numberingPlan = new
|
|
8357
|
+
this.numberingPlan = new Qr(this.getNumberingPlanMetadata(e), this);
|
|
8351
8358
|
} else
|
|
8352
8359
|
this.numberingPlan = void 0;
|
|
8353
8360
|
return this;
|
|
@@ -8471,9 +8478,9 @@ var ic = "1.2.0", rc = "1.7.35", Jr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8471
8478
|
return this.numberingPlan !== void 0;
|
|
8472
8479
|
}
|
|
8473
8480
|
}]), t;
|
|
8474
|
-
}(),
|
|
8481
|
+
}(), Qr = /* @__PURE__ */ function() {
|
|
8475
8482
|
function t(n, e) {
|
|
8476
|
-
Ti(this, t), this.globalMetadataObject = e, this.metadata = n,
|
|
8483
|
+
Ti(this, t), this.globalMetadataObject = e, this.metadata = n, Zo.call(this, e.metadata);
|
|
8477
8484
|
}
|
|
8478
8485
|
return Si(t, [{
|
|
8479
8486
|
key: "callingCode",
|
|
@@ -8598,13 +8605,13 @@ var ic = "1.2.0", rc = "1.7.35", Jr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8598
8605
|
}, {
|
|
8599
8606
|
key: "type",
|
|
8600
8607
|
value: function(n) {
|
|
8601
|
-
if (this.hasTypes() &&
|
|
8602
|
-
return new sc(
|
|
8608
|
+
if (this.hasTypes() && eo(this.types(), n))
|
|
8609
|
+
return new sc(eo(this.types(), n), this);
|
|
8603
8610
|
}
|
|
8604
8611
|
}, {
|
|
8605
8612
|
key: "ext",
|
|
8606
8613
|
value: function() {
|
|
8607
|
-
return this.v1 || this.v2 ?
|
|
8614
|
+
return this.v1 || this.v2 ? Xr : this.metadata[13] || Xr;
|
|
8608
8615
|
}
|
|
8609
8616
|
}]), t;
|
|
8610
8617
|
}(), ac = /* @__PURE__ */ function() {
|
|
@@ -8671,7 +8678,7 @@ var ic = "1.2.0", rc = "1.7.35", Jr = " ext. ", oc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8671
8678
|
}
|
|
8672
8679
|
}]), t;
|
|
8673
8680
|
}();
|
|
8674
|
-
function
|
|
8681
|
+
function eo(t, n) {
|
|
8675
8682
|
switch (n) {
|
|
8676
8683
|
case "FIXED_LINE":
|
|
8677
8684
|
return t[0];
|
|
@@ -8714,35 +8721,35 @@ function Ar(t, n) {
|
|
|
8714
8721
|
function cc(t, n) {
|
|
8715
8722
|
return n.countries[t] !== void 0;
|
|
8716
8723
|
}
|
|
8717
|
-
function
|
|
8724
|
+
function Zo(t) {
|
|
8718
8725
|
var n = t.version;
|
|
8719
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ?
|
|
8726
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Zr(n, ic) === -1 ? this.v2 = !0 : Zr(n, rc) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8720
8727
|
}
|
|
8721
8728
|
var fc = ";ext=", bn = function(t) {
|
|
8722
8729
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8723
8730
|
};
|
|
8724
|
-
function
|
|
8731
|
+
function Jo(t) {
|
|
8725
8732
|
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;
|
|
8726
8733
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8727
8734
|
}
|
|
8728
8735
|
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
|
|
8729
|
-
"(?:" +
|
|
8736
|
+
"(?:" + Jo() + ")?", vc = new RegExp(
|
|
8730
8737
|
// Either a short two-digit-only phone number
|
|
8731
8738
|
"^" + hc + "$|^" + mc + "$",
|
|
8732
8739
|
"i"
|
|
8733
8740
|
);
|
|
8734
|
-
function
|
|
8741
|
+
function Xo(t) {
|
|
8735
8742
|
return t.length >= Sr && vc.test(t);
|
|
8736
8743
|
}
|
|
8737
8744
|
function yc(t) {
|
|
8738
8745
|
return gc.test(t);
|
|
8739
8746
|
}
|
|
8740
|
-
var
|
|
8747
|
+
var to = new RegExp("(?:" + Jo() + ")$", "i");
|
|
8741
8748
|
function bc(t) {
|
|
8742
|
-
var n = t.search(
|
|
8749
|
+
var n = t.search(to);
|
|
8743
8750
|
if (n < 0)
|
|
8744
8751
|
return {};
|
|
8745
|
-
for (var e = t.slice(0, n), r = t.match(
|
|
8752
|
+
for (var e = t.slice(0, n), r = t.match(to), o = 1; o < r.length; ) {
|
|
8746
8753
|
if (r[o])
|
|
8747
8754
|
return {
|
|
8748
8755
|
number: e,
|
|
@@ -8843,21 +8850,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8843
8850
|
function Oc(t, n) {
|
|
8844
8851
|
if (t) {
|
|
8845
8852
|
if (typeof t == "string")
|
|
8846
|
-
return
|
|
8853
|
+
return no(t, n);
|
|
8847
8854
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8848
8855
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8849
8856
|
return Array.from(t);
|
|
8850
8857
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8851
|
-
return
|
|
8858
|
+
return no(t, n);
|
|
8852
8859
|
}
|
|
8853
8860
|
}
|
|
8854
|
-
function
|
|
8861
|
+
function no(t, n) {
|
|
8855
8862
|
(n == null || n > t.length) && (n = t.length);
|
|
8856
8863
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8857
8864
|
r[e] = t[e];
|
|
8858
8865
|
return r;
|
|
8859
8866
|
}
|
|
8860
|
-
function
|
|
8867
|
+
function io(t) {
|
|
8861
8868
|
for (var n = "", e = wc(t.split("")), r; !(r = e()).done; ) {
|
|
8862
8869
|
var o = r.value;
|
|
8863
8870
|
n += kc(o, n) || "";
|
|
@@ -8884,15 +8891,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8884
8891
|
function Ec(t, n) {
|
|
8885
8892
|
if (t) {
|
|
8886
8893
|
if (typeof t == "string")
|
|
8887
|
-
return
|
|
8894
|
+
return ro(t, n);
|
|
8888
8895
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8889
8896
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8890
8897
|
return Array.from(t);
|
|
8891
8898
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8892
|
-
return
|
|
8899
|
+
return ro(t, n);
|
|
8893
8900
|
}
|
|
8894
8901
|
}
|
|
8895
|
-
function
|
|
8902
|
+
function ro(t, n) {
|
|
8896
8903
|
(n == null || n > t.length) && (n = t.length);
|
|
8897
8904
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8898
8905
|
r[e] = t[e];
|
|
@@ -8908,15 +8915,15 @@ function Tc(t, n) {
|
|
|
8908
8915
|
});
|
|
8909
8916
|
}
|
|
8910
8917
|
function Nr(t, n) {
|
|
8911
|
-
return
|
|
8918
|
+
return Qo(t, void 0, n);
|
|
8912
8919
|
}
|
|
8913
|
-
function
|
|
8920
|
+
function Qo(t, n, e) {
|
|
8914
8921
|
var r = e.type(n), o = r && r.possibleLengths() || e.possibleLengths();
|
|
8915
8922
|
if (!o)
|
|
8916
8923
|
return "IS_POSSIBLE";
|
|
8917
8924
|
if (n === "FIXED_LINE_OR_MOBILE") {
|
|
8918
8925
|
if (!e.type("FIXED_LINE"))
|
|
8919
|
-
return
|
|
8926
|
+
return Qo(t, "MOBILE", e);
|
|
8920
8927
|
var i = e.type("MOBILE");
|
|
8921
8928
|
i && (o = Tc(o, i.possibleLengths()));
|
|
8922
8929
|
} else if (n && !r)
|
|
@@ -8943,12 +8950,12 @@ function Sc(t, n, e) {
|
|
|
8943
8950
|
}
|
|
8944
8951
|
}
|
|
8945
8952
|
if (e.possibleLengths())
|
|
8946
|
-
return
|
|
8953
|
+
return ea(t.phone || t.nationalNumber, e);
|
|
8947
8954
|
if (t.countryCallingCode && e.isNonGeographicCallingCode(t.countryCallingCode))
|
|
8948
8955
|
return !0;
|
|
8949
8956
|
throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
|
|
8950
8957
|
}
|
|
8951
|
-
function
|
|
8958
|
+
function ea(t, n) {
|
|
8952
8959
|
switch (Nr(t, n)) {
|
|
8953
8960
|
case "IS_POSSIBLE":
|
|
8954
8961
|
return !0;
|
|
@@ -8957,7 +8964,7 @@ function Qo(t, n) {
|
|
|
8957
8964
|
}
|
|
8958
8965
|
}
|
|
8959
8966
|
function xc(t, n) {
|
|
8960
|
-
return Ic(t) || Nc(t, n) ||
|
|
8967
|
+
return Ic(t) || Nc(t, n) || ta(t, n) || Ac();
|
|
8961
8968
|
}
|
|
8962
8969
|
function Ac() {
|
|
8963
8970
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -8991,7 +8998,7 @@ function Pc(t, n) {
|
|
|
8991
8998
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8992
8999
|
if (e)
|
|
8993
9000
|
return (e = e.call(t)).next.bind(e);
|
|
8994
|
-
if (Array.isArray(t) || (e =
|
|
9001
|
+
if (Array.isArray(t) || (e = ta(t)) || n && t && typeof t.length == "number") {
|
|
8995
9002
|
e && (t = e);
|
|
8996
9003
|
var r = 0;
|
|
8997
9004
|
return function() {
|
|
@@ -9001,18 +9008,18 @@ function Pc(t, n) {
|
|
|
9001
9008
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9002
9009
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9003
9010
|
}
|
|
9004
|
-
function
|
|
9011
|
+
function ta(t, n) {
|
|
9005
9012
|
if (t) {
|
|
9006
9013
|
if (typeof t == "string")
|
|
9007
|
-
return
|
|
9014
|
+
return oo(t, n);
|
|
9008
9015
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9009
9016
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9010
9017
|
return Array.from(t);
|
|
9011
9018
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9012
|
-
return
|
|
9019
|
+
return oo(t, n);
|
|
9013
9020
|
}
|
|
9014
9021
|
}
|
|
9015
|
-
function
|
|
9022
|
+
function oo(t, n) {
|
|
9016
9023
|
(n == null || n > t.length) && (n = t.length);
|
|
9017
9024
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9018
9025
|
r[e] = t[e];
|
|
@@ -9035,7 +9042,7 @@ function Mc(t) {
|
|
|
9035
9042
|
break;
|
|
9036
9043
|
}
|
|
9037
9044
|
}
|
|
9038
|
-
if (!
|
|
9045
|
+
if (!Xo(n))
|
|
9039
9046
|
return {};
|
|
9040
9047
|
var h = {
|
|
9041
9048
|
number: n
|
|
@@ -9070,15 +9077,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9070
9077
|
function Rc(t, n) {
|
|
9071
9078
|
if (t) {
|
|
9072
9079
|
if (typeof t == "string")
|
|
9073
|
-
return
|
|
9080
|
+
return ao(t, n);
|
|
9074
9081
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9075
9082
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9076
9083
|
return Array.from(t);
|
|
9077
9084
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9078
|
-
return
|
|
9085
|
+
return ao(t, n);
|
|
9079
9086
|
}
|
|
9080
9087
|
}
|
|
9081
|
-
function
|
|
9088
|
+
function ao(t, n) {
|
|
9082
9089
|
(n == null || n > t.length) && (n = t.length);
|
|
9083
9090
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9084
9091
|
r[e] = t[e];
|
|
@@ -9161,21 +9168,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9161
9168
|
function Kc(t, n) {
|
|
9162
9169
|
if (t) {
|
|
9163
9170
|
if (typeof t == "string")
|
|
9164
|
-
return
|
|
9171
|
+
return lo(t, n);
|
|
9165
9172
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9166
9173
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9167
9174
|
return Array.from(t);
|
|
9168
9175
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9169
|
-
return
|
|
9176
|
+
return lo(t, n);
|
|
9170
9177
|
}
|
|
9171
9178
|
}
|
|
9172
|
-
function
|
|
9179
|
+
function lo(t, n) {
|
|
9173
9180
|
(n == null || n > t.length) && (n = t.length);
|
|
9174
9181
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9175
9182
|
r[e] = t[e];
|
|
9176
9183
|
return r;
|
|
9177
9184
|
}
|
|
9178
|
-
function
|
|
9185
|
+
function so(t, n) {
|
|
9179
9186
|
var e = Object.keys(t);
|
|
9180
9187
|
if (Object.getOwnPropertySymbols) {
|
|
9181
9188
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9185,12 +9192,12 @@ function lo(t, n) {
|
|
|
9185
9192
|
}
|
|
9186
9193
|
return e;
|
|
9187
9194
|
}
|
|
9188
|
-
function
|
|
9195
|
+
function uo(t) {
|
|
9189
9196
|
for (var n = 1; n < arguments.length; n++) {
|
|
9190
9197
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9191
|
-
n % 2 ?
|
|
9198
|
+
n % 2 ? so(Object(e), !0).forEach(function(r) {
|
|
9192
9199
|
Gc(t, r, e[r]);
|
|
9193
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9200
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : so(Object(e)).forEach(function(r) {
|
|
9194
9201
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9195
9202
|
});
|
|
9196
9203
|
}
|
|
@@ -9199,13 +9206,13 @@ function so(t) {
|
|
|
9199
9206
|
function Gc(t, n, e) {
|
|
9200
9207
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9201
9208
|
}
|
|
9202
|
-
var
|
|
9209
|
+
var co = {
|
|
9203
9210
|
formatExtension: function(t, n, e) {
|
|
9204
9211
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9205
9212
|
}
|
|
9206
9213
|
};
|
|
9207
9214
|
function Yc(t, n, e, r) {
|
|
9208
|
-
if (e ? e =
|
|
9215
|
+
if (e ? e = uo(uo({}, co), e) : e = co, r = new Ct(r), t.country && t.country !== "001") {
|
|
9209
9216
|
if (!r.hasCountry(t.country))
|
|
9210
9217
|
throw new Error("Unknown country: ".concat(t.country));
|
|
9211
9218
|
r.country(t.country);
|
|
@@ -9269,7 +9276,7 @@ function Zc(t, n, e, r, o) {
|
|
|
9269
9276
|
if (l)
|
|
9270
9277
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9271
9278
|
}
|
|
9272
|
-
function
|
|
9279
|
+
function fo(t, n) {
|
|
9273
9280
|
var e = Object.keys(t);
|
|
9274
9281
|
if (Object.getOwnPropertySymbols) {
|
|
9275
9282
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9279,12 +9286,12 @@ function co(t, n) {
|
|
|
9279
9286
|
}
|
|
9280
9287
|
return e;
|
|
9281
9288
|
}
|
|
9282
|
-
function
|
|
9289
|
+
function ho(t) {
|
|
9283
9290
|
for (var n = 1; n < arguments.length; n++) {
|
|
9284
9291
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9285
|
-
n % 2 ?
|
|
9292
|
+
n % 2 ? fo(Object(e), !0).forEach(function(r) {
|
|
9286
9293
|
Jc(t, r, e[r]);
|
|
9287
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9294
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(r) {
|
|
9288
9295
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9289
9296
|
});
|
|
9290
9297
|
}
|
|
@@ -9297,14 +9304,14 @@ function Xc(t, n) {
|
|
|
9297
9304
|
if (!(t instanceof n))
|
|
9298
9305
|
throw new TypeError("Cannot call a class as a function");
|
|
9299
9306
|
}
|
|
9300
|
-
function
|
|
9307
|
+
function po(t, n) {
|
|
9301
9308
|
for (var e = 0; e < n.length; e++) {
|
|
9302
9309
|
var r = n[e];
|
|
9303
9310
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9304
9311
|
}
|
|
9305
9312
|
}
|
|
9306
9313
|
function Qc(t, n, e) {
|
|
9307
|
-
return n &&
|
|
9314
|
+
return n && po(t.prototype, n), e && po(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9308
9315
|
}
|
|
9309
9316
|
var ef = /* @__PURE__ */ function() {
|
|
9310
9317
|
function t(n, e, r) {
|
|
@@ -9362,7 +9369,7 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9362
9369
|
}, {
|
|
9363
9370
|
key: "format",
|
|
9364
9371
|
value: function(n, e) {
|
|
9365
|
-
return Yc(this, n, e ?
|
|
9372
|
+
return Yc(this, n, e ? ho(ho({}, e), {}, {
|
|
9366
9373
|
v2: !0
|
|
9367
9374
|
}) : {
|
|
9368
9375
|
v2: !0
|
|
@@ -9524,15 +9531,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9524
9531
|
function cf(t, n) {
|
|
9525
9532
|
if (t) {
|
|
9526
9533
|
if (typeof t == "string")
|
|
9527
|
-
return
|
|
9534
|
+
return go(t, n);
|
|
9528
9535
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9529
9536
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9530
9537
|
return Array.from(t);
|
|
9531
9538
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9532
|
-
return
|
|
9539
|
+
return go(t, n);
|
|
9533
9540
|
}
|
|
9534
9541
|
}
|
|
9535
|
-
function
|
|
9542
|
+
function go(t, n) {
|
|
9536
9543
|
(n == null || n > t.length) && (n = t.length);
|
|
9537
9544
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9538
9545
|
r[e] = t[e];
|
|
@@ -9593,7 +9600,7 @@ function vf(t, n, e) {
|
|
|
9593
9600
|
countryCallingCode: h,
|
|
9594
9601
|
carrierCode: d,
|
|
9595
9602
|
valid: u,
|
|
9596
|
-
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() &&
|
|
9603
|
+
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && ea(f, e)),
|
|
9597
9604
|
phone: f,
|
|
9598
9605
|
ext: i
|
|
9599
9606
|
} : u ? _f(c, f, i) : {};
|
|
@@ -9618,7 +9625,7 @@ function bf(t, n, e) {
|
|
|
9618
9625
|
var r = yf(t, e, n);
|
|
9619
9626
|
if (!r)
|
|
9620
9627
|
return {};
|
|
9621
|
-
if (!
|
|
9628
|
+
if (!Xo(r))
|
|
9622
9629
|
return yc(r) ? {
|
|
9623
9630
|
error: "TOO_SHORT"
|
|
9624
9631
|
} : {};
|
|
@@ -9635,7 +9642,7 @@ function _f(t, n, e) {
|
|
|
9635
9642
|
return e && (r.ext = e), r;
|
|
9636
9643
|
}
|
|
9637
9644
|
function $f(t, n, e, r) {
|
|
9638
|
-
var o = uf(
|
|
9645
|
+
var o = uf(io(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9639
9646
|
if (i)
|
|
9640
9647
|
r.selectNumberingPlan(i);
|
|
9641
9648
|
else if (s && (n || e))
|
|
@@ -9646,7 +9653,7 @@ function $f(t, n, e, r) {
|
|
|
9646
9653
|
return {
|
|
9647
9654
|
countryCallingCode: i
|
|
9648
9655
|
};
|
|
9649
|
-
var c = yr(
|
|
9656
|
+
var c = yr(io(s), r), f = c.nationalNumber, h = c.carrierCode, d = ff(i, f, r);
|
|
9650
9657
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9651
9658
|
country: l,
|
|
9652
9659
|
countryCallingCode: i,
|
|
@@ -9654,7 +9661,7 @@ function $f(t, n, e, r) {
|
|
|
9654
9661
|
carrierCode: h
|
|
9655
9662
|
};
|
|
9656
9663
|
}
|
|
9657
|
-
function
|
|
9664
|
+
function mo(t, n) {
|
|
9658
9665
|
var e = Object.keys(t);
|
|
9659
9666
|
if (Object.getOwnPropertySymbols) {
|
|
9660
9667
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9664,12 +9671,12 @@ function go(t, n) {
|
|
|
9664
9671
|
}
|
|
9665
9672
|
return e;
|
|
9666
9673
|
}
|
|
9667
|
-
function
|
|
9674
|
+
function vo(t) {
|
|
9668
9675
|
for (var n = 1; n < arguments.length; n++) {
|
|
9669
9676
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9670
|
-
n % 2 ?
|
|
9677
|
+
n % 2 ? mo(Object(e), !0).forEach(function(r) {
|
|
9671
9678
|
wf(t, r, e[r]);
|
|
9672
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9679
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(r) {
|
|
9673
9680
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9674
9681
|
});
|
|
9675
9682
|
}
|
|
@@ -9679,7 +9686,7 @@ function wf(t, n, e) {
|
|
|
9679
9686
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9680
9687
|
}
|
|
9681
9688
|
function Of(t, n, e) {
|
|
9682
|
-
return vf(t,
|
|
9689
|
+
return vf(t, vo(vo({}, n), {}, {
|
|
9683
9690
|
v2: !0
|
|
9684
9691
|
}), e);
|
|
9685
9692
|
}
|
|
@@ -9690,7 +9697,7 @@ function br(t) {
|
|
|
9690
9697
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
9691
9698
|
}, br(t);
|
|
9692
9699
|
}
|
|
9693
|
-
function
|
|
9700
|
+
function yo(t, n) {
|
|
9694
9701
|
var e = Object.keys(t);
|
|
9695
9702
|
if (Object.getOwnPropertySymbols) {
|
|
9696
9703
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9703,9 +9710,9 @@ function vo(t, n) {
|
|
|
9703
9710
|
function kf(t) {
|
|
9704
9711
|
for (var n = 1; n < arguments.length; n++) {
|
|
9705
9712
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9706
|
-
n % 2 ?
|
|
9713
|
+
n % 2 ? yo(Object(e), !0).forEach(function(r) {
|
|
9707
9714
|
Cf(t, r, e[r]);
|
|
9708
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9715
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yo(Object(e)).forEach(function(r) {
|
|
9709
9716
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9710
9717
|
});
|
|
9711
9718
|
}
|
|
@@ -9724,15 +9731,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9724
9731
|
function Sf(t, n) {
|
|
9725
9732
|
if (t) {
|
|
9726
9733
|
if (typeof t == "string")
|
|
9727
|
-
return
|
|
9734
|
+
return bo(t, n);
|
|
9728
9735
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9729
9736
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9730
9737
|
return Array.from(t);
|
|
9731
9738
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9732
|
-
return
|
|
9739
|
+
return bo(t, n);
|
|
9733
9740
|
}
|
|
9734
9741
|
}
|
|
9735
|
-
function
|
|
9742
|
+
function bo(t, n) {
|
|
9736
9743
|
(n == null || n > t.length) && (n = t.length);
|
|
9737
9744
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9738
9745
|
r[e] = t[e];
|
|
@@ -9785,7 +9792,7 @@ function Nf(t) {
|
|
|
9785
9792
|
var If = function(t) {
|
|
9786
9793
|
return br(t) === "object";
|
|
9787
9794
|
};
|
|
9788
|
-
function
|
|
9795
|
+
function _o(t, n) {
|
|
9789
9796
|
var e = Object.keys(t);
|
|
9790
9797
|
if (Object.getOwnPropertySymbols) {
|
|
9791
9798
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9795,12 +9802,12 @@ function bo(t, n) {
|
|
|
9795
9802
|
}
|
|
9796
9803
|
return e;
|
|
9797
9804
|
}
|
|
9798
|
-
function
|
|
9805
|
+
function $o(t) {
|
|
9799
9806
|
for (var n = 1; n < arguments.length; n++) {
|
|
9800
9807
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9801
|
-
n % 2 ?
|
|
9808
|
+
n % 2 ? _o(Object(e), !0).forEach(function(r) {
|
|
9802
9809
|
Pf(t, r, e[r]);
|
|
9803
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9810
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : _o(Object(e)).forEach(function(r) {
|
|
9804
9811
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9805
9812
|
});
|
|
9806
9813
|
}
|
|
@@ -9810,7 +9817,7 @@ function Pf(t, n, e) {
|
|
|
9810
9817
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9811
9818
|
}
|
|
9812
9819
|
function Mf(t, n, e) {
|
|
9813
|
-
n && n.defaultCountry && !cc(n.defaultCountry, e) && (n =
|
|
9820
|
+
n && n.defaultCountry && !cc(n.defaultCountry, e) && (n = $o($o({}, n), {}, {
|
|
9814
9821
|
defaultCountry: void 0
|
|
9815
9822
|
}));
|
|
9816
9823
|
try {
|
|
@@ -9848,8 +9855,8 @@ const Lf = {
|
|
|
9848
9855
|
return e;
|
|
9849
9856
|
};
|
|
9850
9857
|
function vt(t) {
|
|
9851
|
-
const n =
|
|
9852
|
-
return typeof n > "u" ?
|
|
9858
|
+
const n = Yr.options[t];
|
|
9859
|
+
return typeof n > "u" ? Yr.options[t] : n;
|
|
9853
9860
|
}
|
|
9854
9861
|
const Bf = {
|
|
9855
9862
|
name: "VueTelInput",
|
|
@@ -10209,10 +10216,10 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10209
10216
|
placeholder: i.sortedCountries.length ? i.sortedCountries[0].name : "",
|
|
10210
10217
|
type: "text",
|
|
10211
10218
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10212
|
-
onClick: n[1] || (n[1] =
|
|
10219
|
+
onClick: n[1] || (n[1] = Xe(() => {
|
|
10213
10220
|
}, ["stop"]))
|
|
10214
10221
|
}, null, 8, Vf)), [
|
|
10215
|
-
[
|
|
10222
|
+
[Ao, o.searchQuery]
|
|
10216
10223
|
]) : he("", !0),
|
|
10217
10224
|
(G(!0), ne(tt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10218
10225
|
role: "option",
|
|
@@ -10259,7 +10266,7 @@ function Gf(t, n, e, r, o, i) {
|
|
|
10259
10266
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10260
10267
|
]
|
|
10261
10268
|
}, null, 42, Kf), [
|
|
10262
|
-
[
|
|
10269
|
+
[xo, o.phone]
|
|
10263
10270
|
]),
|
|
10264
10271
|
Ee(t.$slots, "icon-right")
|
|
10265
10272
|
], 2);
|
|
@@ -10296,7 +10303,7 @@ const Wf = {
|
|
|
10296
10303
|
components: {
|
|
10297
10304
|
VueTelInput: Yf,
|
|
10298
10305
|
IbAlert: cn,
|
|
10299
|
-
IbIcon:
|
|
10306
|
+
IbIcon: Qe
|
|
10300
10307
|
},
|
|
10301
10308
|
data() {
|
|
10302
10309
|
return {
|
|
@@ -10356,7 +10363,7 @@ function Zf(t, n, e, r, o, i) {
|
|
|
10356
10363
|
], 64);
|
|
10357
10364
|
}
|
|
10358
10365
|
const b1 = /* @__PURE__ */ Ae(Wf, [["render", Zf]]);
|
|
10359
|
-
var
|
|
10366
|
+
var na = { exports: {} };
|
|
10360
10367
|
/*!
|
|
10361
10368
|
* Quill Editor v1.3.7
|
|
10362
10369
|
* https://quilljs.com/
|
|
@@ -17747,8 +17754,8 @@ var ta = { exports: {} };
|
|
|
17747
17754
|
]).default
|
|
17748
17755
|
);
|
|
17749
17756
|
});
|
|
17750
|
-
})(
|
|
17751
|
-
var Jf =
|
|
17757
|
+
})(na);
|
|
17758
|
+
var Jf = na.exports;
|
|
17752
17759
|
const qt = /* @__PURE__ */ Ei(Jf);
|
|
17753
17760
|
var jt = -1, xt = 1, $t = 0;
|
|
17754
17761
|
function Yn(t, n, e, r) {
|
|
@@ -17764,7 +17771,7 @@ function Yn(t, n, e, r) {
|
|
|
17764
17771
|
var l = t.substring(t.length - i);
|
|
17765
17772
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17766
17773
|
var c = Xf(t, n);
|
|
17767
|
-
return s && c.unshift([$t, s]), l && c.push([$t, l]),
|
|
17774
|
+
return s && c.unshift([$t, s]), l && c.push([$t, l]), ia(c, r), c;
|
|
17768
17775
|
}
|
|
17769
17776
|
function Xf(t, n) {
|
|
17770
17777
|
var e;
|
|
@@ -17807,7 +17814,7 @@ function Qf(t, n) {
|
|
|
17807
17814
|
if (w >= 0 && w < s && c[w] !== -1) {
|
|
17808
17815
|
var S = e - c[w];
|
|
17809
17816
|
if ($ >= S)
|
|
17810
|
-
return
|
|
17817
|
+
return wo(t, n, $, p);
|
|
17811
17818
|
}
|
|
17812
17819
|
}
|
|
17813
17820
|
}
|
|
@@ -17825,14 +17832,14 @@ function Qf(t, n) {
|
|
|
17825
17832
|
if (m >= 0 && m < s && l[m] !== -1) {
|
|
17826
17833
|
var $ = l[m], p = i + $ - m;
|
|
17827
17834
|
if (S = e - S, $ >= S)
|
|
17828
|
-
return
|
|
17835
|
+
return wo(t, n, $, p);
|
|
17829
17836
|
}
|
|
17830
17837
|
}
|
|
17831
17838
|
}
|
|
17832
17839
|
}
|
|
17833
17840
|
return [[jt, t], [xt, n]];
|
|
17834
17841
|
}
|
|
17835
|
-
function
|
|
17842
|
+
function wo(t, n, e, r) {
|
|
17836
17843
|
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);
|
|
17837
17844
|
return c.concat(f);
|
|
17838
17845
|
}
|
|
@@ -17841,14 +17848,14 @@ function Pr(t, n) {
|
|
|
17841
17848
|
return 0;
|
|
17842
17849
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17843
17850
|
t.substring(i, o) == n.substring(i, o) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17844
|
-
return
|
|
17851
|
+
return ra(t.charCodeAt(o - 1)) && o--, o;
|
|
17845
17852
|
}
|
|
17846
17853
|
function Mr(t, n) {
|
|
17847
17854
|
if (!t || !n || t.slice(-1) !== n.slice(-1))
|
|
17848
17855
|
return 0;
|
|
17849
17856
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17850
17857
|
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);
|
|
17851
|
-
return
|
|
17858
|
+
return oa(t.charCodeAt(t.length - o)) && o--, o;
|
|
17852
17859
|
}
|
|
17853
17860
|
function eh(t, n) {
|
|
17854
17861
|
var e = t.length > n.length ? t : n, r = t.length > n.length ? n : t;
|
|
@@ -17885,7 +17892,7 @@ function eh(t, n) {
|
|
|
17885
17892
|
var a = l[4];
|
|
17886
17893
|
return [c, f, h, d, a];
|
|
17887
17894
|
}
|
|
17888
|
-
function
|
|
17895
|
+
function ia(t, n) {
|
|
17889
17896
|
t.push([$t, ""]);
|
|
17890
17897
|
for (var e = 0, r = 0, o = 0, i = "", s = "", l; e < t.length; ) {
|
|
17891
17898
|
if (e < t.length - 1 && !t[e][1]) {
|
|
@@ -17902,7 +17909,7 @@ function na(t, n) {
|
|
|
17902
17909
|
case $t:
|
|
17903
17910
|
var c = e - o - r - 1;
|
|
17904
17911
|
if (n) {
|
|
17905
|
-
if (c >= 0 &&
|
|
17912
|
+
if (c >= 0 && la(t[c][1])) {
|
|
17906
17913
|
var f = t[c][1].slice(-1);
|
|
17907
17914
|
if (t[c][1] = t[c][1].slice(0, -1), i = f + i, s = f + s, !t[c][1]) {
|
|
17908
17915
|
t.splice(c, 1), e--;
|
|
@@ -17910,7 +17917,7 @@ function na(t, n) {
|
|
|
17910
17917
|
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;
|
|
17911
17918
|
}
|
|
17912
17919
|
}
|
|
17913
|
-
if (
|
|
17920
|
+
if (aa(t[e][1])) {
|
|
17914
17921
|
var f = t[e][1].charAt(0);
|
|
17915
17922
|
t[e][1] = t[e][1].slice(1), i += f, s += f;
|
|
17916
17923
|
}
|
|
@@ -17932,19 +17939,19 @@ function na(t, n) {
|
|
|
17932
17939
|
var a = !1;
|
|
17933
17940
|
for (e = 1; e < t.length - 1; )
|
|
17934
17941
|
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++;
|
|
17935
|
-
a &&
|
|
17936
|
-
}
|
|
17937
|
-
function ia(t) {
|
|
17938
|
-
return t >= 55296 && t <= 56319;
|
|
17942
|
+
a && ia(t, n);
|
|
17939
17943
|
}
|
|
17940
17944
|
function ra(t) {
|
|
17941
|
-
return t >=
|
|
17945
|
+
return t >= 55296 && t <= 56319;
|
|
17942
17946
|
}
|
|
17943
17947
|
function oa(t) {
|
|
17944
|
-
return
|
|
17948
|
+
return t >= 56320 && t <= 57343;
|
|
17945
17949
|
}
|
|
17946
17950
|
function aa(t) {
|
|
17947
|
-
return
|
|
17951
|
+
return oa(t.charCodeAt(0));
|
|
17952
|
+
}
|
|
17953
|
+
function la(t) {
|
|
17954
|
+
return ra(t.charCodeAt(t.length - 1));
|
|
17948
17955
|
}
|
|
17949
17956
|
function th(t) {
|
|
17950
17957
|
for (var n = [], e = 0; e < t.length; e++)
|
|
@@ -17952,7 +17959,7 @@ function th(t) {
|
|
|
17952
17959
|
return n;
|
|
17953
17960
|
}
|
|
17954
17961
|
function fr(t, n, e, r) {
|
|
17955
|
-
return
|
|
17962
|
+
return la(t) || aa(r) ? null : th([
|
|
17956
17963
|
[$t, t],
|
|
17957
17964
|
[jt, n],
|
|
17958
17965
|
[xt, e],
|
|
@@ -18237,9 +18244,9 @@ _i.exports;
|
|
|
18237
18244
|
if (yt)
|
|
18238
18245
|
return yt;
|
|
18239
18246
|
if (Re.set(_, je), !Ze)
|
|
18240
|
-
var
|
|
18241
|
-
return J(
|
|
18242
|
-
|
|
18247
|
+
var et = F ? zi(_) : Bn(_);
|
|
18248
|
+
return J(et || _, function(ct, at) {
|
|
18249
|
+
et && (at = ct, ct = _[at]), Zn(je, at, Pn(ct, N, F, ee, at, _, Re));
|
|
18243
18250
|
}), je;
|
|
18244
18251
|
}
|
|
18245
18252
|
function Di(_) {
|
|
@@ -18454,7 +18461,7 @@ _i.exports;
|
|
|
18454
18461
|
}
|
|
18455
18462
|
t.exports = ei;
|
|
18456
18463
|
})(_i, _i.exports);
|
|
18457
|
-
var
|
|
18464
|
+
var sa = _i.exports, $i = { exports: {} };
|
|
18458
18465
|
$i.exports;
|
|
18459
18466
|
(function(t, n) {
|
|
18460
18467
|
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 = {};
|
|
@@ -18683,13 +18690,13 @@ $i.exports;
|
|
|
18683
18690
|
function qi(_, N, F, ee, Ne, be) {
|
|
18684
18691
|
var Re = mn(_), je = mn(N), Ze = Re ? c : Rt(_), Ve = je ? c : Rt(N);
|
|
18685
18692
|
Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
|
|
18686
|
-
var dt = Ze == m, yt = Ve == m,
|
|
18687
|
-
if (
|
|
18693
|
+
var dt = Ze == m, yt = Ve == m, et = Ze == Ve;
|
|
18694
|
+
if (et && vn(_)) {
|
|
18688
18695
|
if (!vn(N))
|
|
18689
18696
|
return !1;
|
|
18690
18697
|
Re = !0, dt = !1;
|
|
18691
18698
|
}
|
|
18692
|
-
if (
|
|
18699
|
+
if (et && !dt)
|
|
18693
18700
|
return be || (be = new Lt()), Re || ri(_) ? Dn(_, N, F, ee, Ne, be) : Ui(_, N, Ze, F, ee, Ne, be);
|
|
18694
18701
|
if (!(F & o)) {
|
|
18695
18702
|
var ct = dt && Le.call(_, "__wrapped__"), at = yt && Le.call(N, "__wrapped__");
|
|
@@ -18698,7 +18705,7 @@ $i.exports;
|
|
|
18698
18705
|
return be || (be = new Lt()), Ne(Jt, Gt, F, ee, be);
|
|
18699
18706
|
}
|
|
18700
18707
|
}
|
|
18701
|
-
return
|
|
18708
|
+
return et ? (be || (be = new Lt()), zi(_, N, F, ee, Ne, be)) : !1;
|
|
18702
18709
|
}
|
|
18703
18710
|
function Fi(_) {
|
|
18704
18711
|
if (!ii(_) || Wi(_))
|
|
@@ -18724,7 +18731,7 @@ $i.exports;
|
|
|
18724
18731
|
var Ve = be.get(_);
|
|
18725
18732
|
if (Ve && be.get(N))
|
|
18726
18733
|
return Ve == N;
|
|
18727
|
-
var dt = -1, yt = !0,
|
|
18734
|
+
var dt = -1, yt = !0, et = F & i ? new hn() : void 0;
|
|
18728
18735
|
for (be.set(_, N), be.set(N, _); ++dt < je; ) {
|
|
18729
18736
|
var ct = _[dt], at = N[dt];
|
|
18730
18737
|
if (ee)
|
|
@@ -18735,10 +18742,10 @@ $i.exports;
|
|
|
18735
18742
|
yt = !1;
|
|
18736
18743
|
break;
|
|
18737
18744
|
}
|
|
18738
|
-
if (
|
|
18745
|
+
if (et) {
|
|
18739
18746
|
if (!ze(N, function(Gt, ln) {
|
|
18740
|
-
if (!se(
|
|
18741
|
-
return
|
|
18747
|
+
if (!se(et, ln) && (ct === Gt || Ne(ct, Gt, F, ee, be)))
|
|
18748
|
+
return et.push(ln);
|
|
18742
18749
|
})) {
|
|
18743
18750
|
yt = !1;
|
|
18744
18751
|
break;
|
|
@@ -18790,8 +18797,8 @@ $i.exports;
|
|
|
18790
18797
|
if (Ze != dt && !Re)
|
|
18791
18798
|
return !1;
|
|
18792
18799
|
for (var yt = Ze; yt--; ) {
|
|
18793
|
-
var
|
|
18794
|
-
if (!(Re ?
|
|
18800
|
+
var et = je[yt];
|
|
18801
|
+
if (!(Re ? et in N : Le.call(N, et)))
|
|
18795
18802
|
return !1;
|
|
18796
18803
|
}
|
|
18797
18804
|
var ct = be.get(_);
|
|
@@ -18800,15 +18807,15 @@ $i.exports;
|
|
|
18800
18807
|
var at = !0;
|
|
18801
18808
|
be.set(_, N), be.set(N, _);
|
|
18802
18809
|
for (var Jt = Re; ++yt < Ze; ) {
|
|
18803
|
-
|
|
18804
|
-
var Gt = _[
|
|
18810
|
+
et = je[yt];
|
|
18811
|
+
var Gt = _[et], ln = N[et];
|
|
18805
18812
|
if (ee)
|
|
18806
|
-
var Rr = Re ? ee(ln, Gt,
|
|
18813
|
+
var Rr = Re ? ee(ln, Gt, et, N, _, be) : ee(Gt, ln, et, _, N, be);
|
|
18807
18814
|
if (!(Rr === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Rr)) {
|
|
18808
18815
|
at = !1;
|
|
18809
18816
|
break;
|
|
18810
18817
|
}
|
|
18811
|
-
Jt || (Jt =
|
|
18818
|
+
Jt || (Jt = et == "constructor");
|
|
18812
18819
|
}
|
|
18813
18820
|
if (at && !Jt) {
|
|
18814
18821
|
var oi = _.constructor, ai = N.constructor;
|
|
@@ -18932,11 +18939,11 @@ $i.exports;
|
|
|
18932
18939
|
}
|
|
18933
18940
|
t.exports = Ji;
|
|
18934
18941
|
})($i, $i.exports);
|
|
18935
|
-
var
|
|
18942
|
+
var ua = $i.exports, Dr = {}, da = nt && nt.__importDefault || function(t) {
|
|
18936
18943
|
return t && t.__esModule ? t : { default: t };
|
|
18937
18944
|
};
|
|
18938
18945
|
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18939
|
-
var rh =
|
|
18946
|
+
var rh = da(sa), oh = da(ua), _r;
|
|
18940
18947
|
(function(t) {
|
|
18941
18948
|
function n(i, s, l) {
|
|
18942
18949
|
i === void 0 && (i = {}), s === void 0 && (s = {}), typeof i != "object" && (i = {}), typeof s != "object" && (s = {});
|
|
@@ -18982,16 +18989,16 @@ var rh = ua(la), oh = ua(sa), _r;
|
|
|
18982
18989
|
t.transform = o;
|
|
18983
18990
|
})(_r || (_r = {}));
|
|
18984
18991
|
Dr.default = _r;
|
|
18985
|
-
var ci = {}, fi = {},
|
|
18992
|
+
var ci = {}, fi = {}, Oo;
|
|
18986
18993
|
function ah() {
|
|
18987
|
-
if (
|
|
18994
|
+
if (Oo)
|
|
18988
18995
|
return fi;
|
|
18989
|
-
|
|
18996
|
+
Oo = 1;
|
|
18990
18997
|
var t = nt && nt.__importDefault || function(r) {
|
|
18991
18998
|
return r && r.__esModule ? r : { default: r };
|
|
18992
18999
|
};
|
|
18993
19000
|
Object.defineProperty(fi, "__esModule", { value: !0 });
|
|
18994
|
-
var n = t(
|
|
19001
|
+
var n = t(ca()), e = (
|
|
18995
19002
|
/** @class */
|
|
18996
19003
|
function() {
|
|
18997
19004
|
function r(o) {
|
|
@@ -19029,11 +19036,11 @@ function ah() {
|
|
|
19029
19036
|
);
|
|
19030
19037
|
return fi.default = e, fi;
|
|
19031
19038
|
}
|
|
19032
|
-
var
|
|
19033
|
-
function
|
|
19034
|
-
if (
|
|
19039
|
+
var ko;
|
|
19040
|
+
function ca() {
|
|
19041
|
+
if (ko)
|
|
19035
19042
|
return ci;
|
|
19036
|
-
|
|
19043
|
+
ko = 1;
|
|
19037
19044
|
var t = nt && nt.__importDefault || function(r) {
|
|
19038
19045
|
return r && r.__esModule ? r : { default: r };
|
|
19039
19046
|
};
|
|
@@ -19052,7 +19059,7 @@ function da() {
|
|
|
19052
19059
|
}
|
|
19053
19060
|
var Wn = nt && nt.__importDefault || function(t) {
|
|
19054
19061
|
return t && t.__esModule ? t : { default: t };
|
|
19055
|
-
}, hi = Wn(ih), lh = Wn(
|
|
19062
|
+
}, hi = Wn(ih), lh = Wn(sa), hr = Wn(ua), qn = Wn(Dr), lt = Wn(ca()), sh = String.fromCharCode(0), uh = (
|
|
19056
19063
|
/** @class */
|
|
19057
19064
|
function() {
|
|
19058
19065
|
function t(n) {
|
|
@@ -19251,7 +19258,7 @@ const ch = /* @__PURE__ */ Ei(dh);
|
|
|
19251
19258
|
* Released under the MIT license
|
|
19252
19259
|
* Date: 2023-05-12T08:44:03.742Z
|
|
19253
19260
|
*/
|
|
19254
|
-
const
|
|
19261
|
+
const Co = {
|
|
19255
19262
|
essential: [
|
|
19256
19263
|
[{ header: [1, 2, 3, 4, 5, 6, !1] }],
|
|
19257
19264
|
["bold", "italic", "underline"],
|
|
@@ -19281,7 +19288,7 @@ const ko = {
|
|
|
19281
19288
|
["clean"]
|
|
19282
19289
|
// remove formatting button
|
|
19283
19290
|
]
|
|
19284
|
-
}, fh =
|
|
19291
|
+
}, fh = pa({
|
|
19285
19292
|
name: "QuillEditor",
|
|
19286
19293
|
inheritAttrs: !1,
|
|
19287
19294
|
props: {
|
|
@@ -19313,7 +19320,7 @@ const ko = {
|
|
|
19313
19320
|
toolbar: {
|
|
19314
19321
|
type: [String, Array, Object],
|
|
19315
19322
|
required: !1,
|
|
19316
|
-
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(
|
|
19323
|
+
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(Co).indexOf(t) !== -1 : !0
|
|
19317
19324
|
},
|
|
19318
19325
|
modules: {
|
|
19319
19326
|
type: Object,
|
|
@@ -19338,9 +19345,9 @@ const ko = {
|
|
|
19338
19345
|
"ready"
|
|
19339
19346
|
],
|
|
19340
19347
|
setup: (t, n) => {
|
|
19341
|
-
|
|
19348
|
+
ga(() => {
|
|
19342
19349
|
i();
|
|
19343
|
-
}),
|
|
19350
|
+
}), ma(() => {
|
|
19344
19351
|
e = null;
|
|
19345
19352
|
});
|
|
19346
19353
|
let e, r;
|
|
@@ -19364,7 +19371,7 @@ const ko = {
|
|
|
19364
19371
|
if (typeof t.toolbar == "object")
|
|
19365
19372
|
return t.toolbar;
|
|
19366
19373
|
if (typeof t.toolbar == "string")
|
|
19367
|
-
return t.toolbar.charAt(0) === "#" ? t.toolbar :
|
|
19374
|
+
return t.toolbar.charAt(0) === "#" ? t.toolbar : Co[t.toolbar];
|
|
19368
19375
|
})()
|
|
19369
19376
|
}), t.modules) {
|
|
19370
19377
|
const k = (() => {
|
|
@@ -19470,7 +19477,7 @@ const ko = {
|
|
|
19470
19477
|
var t, n;
|
|
19471
19478
|
return [
|
|
19472
19479
|
(n = (t = this.$slots).toolbar) === null || n === void 0 ? void 0 : n.call(t),
|
|
19473
|
-
|
|
19480
|
+
va("div", { ref: "editor", ...this.$attrs })
|
|
19474
19481
|
];
|
|
19475
19482
|
}
|
|
19476
19483
|
}), hh = qt.import("formats/list"), ph = qt.import("formats/list/item"), gh = qt.import("parchment");
|
|
@@ -19713,13 +19720,13 @@ const xh = {
|
|
|
19713
19720
|
QuillEditor: fh,
|
|
19714
19721
|
IbIconButton: Nt,
|
|
19715
19722
|
IbAlert: cn,
|
|
19716
|
-
IbCharacterCount:
|
|
19723
|
+
IbCharacterCount: Uo
|
|
19717
19724
|
}
|
|
19718
19725
|
}, Ah = {
|
|
19719
19726
|
id: "toolbar",
|
|
19720
19727
|
class: "toolbar",
|
|
19721
19728
|
ref: "toolbar"
|
|
19722
|
-
}, Nh = /* @__PURE__ */
|
|
19729
|
+
}, Nh = /* @__PURE__ */ ya('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>', 1), Ih = { class: "toolbar-group" }, Ph = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19723
19730
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19724
19731
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19725
19732
|
], -1), Mh = { class: "toolbar-group" }, Dh = { class: "toolbar-group" }, Lh = { class: "toolbar-group" };
|
|
@@ -19924,7 +19931,7 @@ const Wh = {
|
|
|
19924
19931
|
},
|
|
19925
19932
|
components: {
|
|
19926
19933
|
IbCell: Yh,
|
|
19927
|
-
IbCheckbox:
|
|
19934
|
+
IbCheckbox: qo
|
|
19928
19935
|
}
|
|
19929
19936
|
};
|
|
19930
19937
|
function Zh(t, n, e, r, o, i) {
|
|
@@ -19939,22 +19946,22 @@ function Zh(t, n, e, r, o, i) {
|
|
|
19939
19946
|
_: 1
|
|
19940
19947
|
}, 8, ["fixed"]);
|
|
19941
19948
|
}
|
|
19942
|
-
const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new
|
|
19943
|
-
if (
|
|
19949
|
+
const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Lr = new Ro(), Eo = (t, n) => {
|
|
19950
|
+
if (Fo(t)) {
|
|
19944
19951
|
const e = {
|
|
19945
19952
|
title: n.value.title || "",
|
|
19946
19953
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
19947
19954
|
};
|
|
19948
19955
|
Lr.createTooltip(t, e);
|
|
19949
19956
|
}
|
|
19950
|
-
},
|
|
19957
|
+
}, To = () => {
|
|
19951
19958
|
Lr.destroyTooltip();
|
|
19952
19959
|
}, k1 = {
|
|
19953
19960
|
mounted(t, n) {
|
|
19954
|
-
t.addEventListener("mouseenter", () =>
|
|
19961
|
+
t.addEventListener("mouseenter", () => Eo(t, n)), t.addEventListener("mouseleave", To);
|
|
19955
19962
|
},
|
|
19956
19963
|
beforeUnmount(t, n) {
|
|
19957
|
-
Lr.destroyTooltip(), t.removeEventListener("mouseenter", () =>
|
|
19964
|
+
Lr.destroyTooltip(), t.removeEventListener("mouseenter", () => Eo(t, n)), t.removeEventListener("mouseleave", To);
|
|
19958
19965
|
}
|
|
19959
19966
|
};
|
|
19960
19967
|
export {
|
|
@@ -19963,27 +19970,27 @@ export {
|
|
|
19963
19970
|
Qh as IbAvatar,
|
|
19964
19971
|
e1 as IbBadge,
|
|
19965
19972
|
u1 as IbBreadcrumbs,
|
|
19966
|
-
|
|
19973
|
+
Pa as IbButton,
|
|
19967
19974
|
t1 as IbButtonGroup,
|
|
19968
19975
|
Yh as IbCell,
|
|
19969
|
-
|
|
19976
|
+
qo as IbCheckbox,
|
|
19970
19977
|
O1 as IbCheckboxCell,
|
|
19971
19978
|
g1 as IbCheckboxGroup,
|
|
19972
19979
|
y1 as IbDatePicker,
|
|
19973
19980
|
Cr as IbDropdown,
|
|
19974
|
-
|
|
19981
|
+
Do as IbDropdownItem,
|
|
19975
19982
|
Tr as IbDropdownList,
|
|
19976
19983
|
p1 as IbFormGroup,
|
|
19977
|
-
|
|
19984
|
+
Qe as IbIcon,
|
|
19978
19985
|
Nt as IbIconButton,
|
|
19979
|
-
|
|
19986
|
+
jo as IbInput,
|
|
19980
19987
|
Ci as IbLabel,
|
|
19981
19988
|
mu as IbLimitSelector,
|
|
19982
19989
|
o1 as IbModal,
|
|
19983
19990
|
d1 as IbPagination,
|
|
19984
19991
|
h1 as IbPanel,
|
|
19985
19992
|
b1 as IbPhoneInput,
|
|
19986
|
-
|
|
19993
|
+
La as IbPopover,
|
|
19987
19994
|
c1 as IbProgressBar,
|
|
19988
19995
|
m1 as IbRadio,
|
|
19989
19996
|
w1 as IbRow,
|
|
@@ -19992,17 +19999,17 @@ export {
|
|
|
19992
19999
|
r1 as IbSplitButtonItem,
|
|
19993
20000
|
f1 as IbStatusIndicator,
|
|
19994
20001
|
l1 as IbTab,
|
|
19995
|
-
|
|
20002
|
+
Xl as IbTabDropdown,
|
|
19996
20003
|
$1 as IbTable,
|
|
19997
20004
|
a1 as IbTabs,
|
|
19998
20005
|
n1 as IbTagPill,
|
|
19999
20006
|
_1 as IbTextEditor,
|
|
20000
20007
|
v1 as IbTextarea,
|
|
20001
|
-
|
|
20002
|
-
|
|
20008
|
+
Zs as IbToggle,
|
|
20009
|
+
fl as IbToggleTip,
|
|
20003
20010
|
kn as IbTooltip,
|
|
20004
20011
|
fu as IbTreeSelect,
|
|
20005
20012
|
kr as OutsideDirective,
|
|
20006
20013
|
k1 as TextOverflowTooltipDirective,
|
|
20007
|
-
|
|
20014
|
+
Bo as TooltipDirective
|
|
20008
20015
|
};
|