@avakhula/ui 0.0.267 → 0.0.268
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/.storybook/preview.js +0 -9
- package/dist/index.js +602 -602
- package/dist/index.umd.cjs +34 -34
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Alert/alert.scss +2 -0
- package/src/components/Pagination/Pagination.vue +5 -15
- package/src/components/Sorting/Sorting.stories.js +4 -0
- package/src/components/Sorting/Sorting.vue +4 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, renderSlot as Se, 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 rt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as it, resolveDirective as On, createSlots as To, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as So, withKeys as _t, pushScopeId as $r, popScopeId as wr, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Br, watch as er, nextTick as jr, h as ma, createStaticVNode as va } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [r, o] of n)
|
|
@@ -29,9 +29,9 @@ const Ae = (t, n) => {
|
|
|
29
29
|
}, ba = ["name"];
|
|
30
30
|
function _a(t, n, e, r, o, i) {
|
|
31
31
|
return G(), ne("ion-icon", {
|
|
32
|
-
style:
|
|
32
|
+
style: wn(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
|
-
class:
|
|
34
|
+
class: ve(e.classes + " ib-icon icon-" + e.name),
|
|
35
35
|
ref: "icon"
|
|
36
36
|
}, null, 14, ba);
|
|
37
37
|
}
|
|
@@ -39,7 +39,7 @@ const Xe = /* @__PURE__ */ Ae(ya, [["render", _a]]);
|
|
|
39
39
|
function At() {
|
|
40
40
|
return "_" + Math.random().toString(36).substr(2, 9);
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const Ao = {
|
|
43
43
|
methods: {
|
|
44
44
|
enter(t) {
|
|
45
45
|
const n = getComputedStyle(t).width;
|
|
@@ -62,7 +62,7 @@ const No = {
|
|
|
62
62
|
};
|
|
63
63
|
const $a = {
|
|
64
64
|
name: "IbAccordion",
|
|
65
|
-
mixins: [
|
|
65
|
+
mixins: [Ao],
|
|
66
66
|
props: {
|
|
67
67
|
isOpen: {
|
|
68
68
|
type: Boolean,
|
|
@@ -92,7 +92,7 @@ const $a = {
|
|
|
92
92
|
function Ca(t, n, e, r, o, i) {
|
|
93
93
|
const s = fe("ib-icon");
|
|
94
94
|
return G(), ne("div", {
|
|
95
|
-
class:
|
|
95
|
+
class: ve(["ib-accordion", { active: o.isActive }])
|
|
96
96
|
}, [
|
|
97
97
|
ae("button", {
|
|
98
98
|
class: "accordion-title",
|
|
@@ -102,19 +102,19 @@ function Ca(t, n, e, r, o, i) {
|
|
|
102
102
|
onClick: n[0] || (n[0] = (...l) => i.onClick && i.onClick(...l))
|
|
103
103
|
}, [
|
|
104
104
|
Se(t.$slots, "title", {}, void 0, !0),
|
|
105
|
-
|
|
105
|
+
ge(s, {
|
|
106
106
|
class: "chevron-icon",
|
|
107
107
|
name: "chevron-down-outline"
|
|
108
108
|
})
|
|
109
109
|
], 8, wa),
|
|
110
|
-
|
|
110
|
+
ge(wi, {
|
|
111
111
|
name: "expand",
|
|
112
112
|
onEnter: t.enter,
|
|
113
113
|
onAfterEnter: t.afterEnter,
|
|
114
114
|
onLeave: t.leave
|
|
115
115
|
}, {
|
|
116
116
|
default: ye(() => [
|
|
117
|
-
|
|
117
|
+
De(ae("div", {
|
|
118
118
|
role: "region",
|
|
119
119
|
class: "accordion-content",
|
|
120
120
|
id: "accordion-section-" + o.uuid,
|
|
@@ -241,7 +241,7 @@ function Na(t, n, e, r, o, i) {
|
|
|
241
241
|
default: ye(() => [
|
|
242
242
|
Se(t.$slots, "icon"),
|
|
243
243
|
Se(t.$slots, "default"),
|
|
244
|
-
e.href.length && e.linkMethod.toUpperCase() !== "GET" ?
|
|
244
|
+
e.href.length && e.linkMethod.toUpperCase() !== "GET" ? De((G(), ne("form", {
|
|
245
245
|
key: 0,
|
|
246
246
|
ref: "form",
|
|
247
247
|
method: i.formMethod,
|
|
@@ -328,8 +328,8 @@ const Pa = {
|
|
|
328
328
|
function Ma(t, n, e, r, o, i) {
|
|
329
329
|
return G(), ke(wi, null, {
|
|
330
330
|
default: ye(() => [
|
|
331
|
-
|
|
332
|
-
class:
|
|
331
|
+
De(ae("div", {
|
|
332
|
+
class: ve(i.classes)
|
|
333
333
|
}, [
|
|
334
334
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
335
335
|
], 2), [
|
|
@@ -370,7 +370,7 @@ function Ba(t, n, e, r, o, i) {
|
|
|
370
370
|
return G(), ke(s, {
|
|
371
371
|
position: e.position,
|
|
372
372
|
"always-visible": e.alwaysVisible,
|
|
373
|
-
class:
|
|
373
|
+
class: ve(i.classList)
|
|
374
374
|
}, {
|
|
375
375
|
default: ye(() => [
|
|
376
376
|
e.title ? (G(), ne("b", Ra, $e(e.title), 1)) : he("", !0),
|
|
@@ -379,12 +379,12 @@ function Ba(t, n, e, r, o, i) {
|
|
|
379
379
|
_: 1
|
|
380
380
|
}, 8, ["position", "always-visible", "class"]);
|
|
381
381
|
}
|
|
382
|
-
const
|
|
382
|
+
const kn = /* @__PURE__ */ Ae(La, [["render", Ba], ["__scopeId", "data-v-b65f4cec"]]), qr = {
|
|
383
383
|
[sn.primary]: sn.primary,
|
|
384
384
|
[sn.tertiary]: sn.tertiary,
|
|
385
385
|
[sn.ghost]: sn.ghost,
|
|
386
386
|
white: "white"
|
|
387
|
-
},
|
|
387
|
+
}, Fr = {
|
|
388
388
|
xs: "xs",
|
|
389
389
|
s: "s",
|
|
390
390
|
m: "m"
|
|
@@ -394,13 +394,13 @@ const ja = {
|
|
|
394
394
|
props: {
|
|
395
395
|
kind: {
|
|
396
396
|
type: String,
|
|
397
|
-
default:
|
|
398
|
-
validator: (t) => Object.keys(
|
|
397
|
+
default: qr.primary,
|
|
398
|
+
validator: (t) => Object.keys(qr).includes(t)
|
|
399
399
|
},
|
|
400
400
|
size: {
|
|
401
401
|
type: String,
|
|
402
|
-
default:
|
|
403
|
-
validator: (t) => Object.keys(
|
|
402
|
+
default: Fr.s,
|
|
403
|
+
validator: (t) => Object.keys(Fr).includes(t)
|
|
404
404
|
},
|
|
405
405
|
rounded: {
|
|
406
406
|
type: Boolean,
|
|
@@ -451,7 +451,7 @@ const ja = {
|
|
|
451
451
|
},
|
|
452
452
|
components: {
|
|
453
453
|
IbButton: Ia,
|
|
454
|
-
IbTooltip:
|
|
454
|
+
IbTooltip: kn
|
|
455
455
|
},
|
|
456
456
|
inheritAttrs: !1
|
|
457
457
|
};
|
|
@@ -552,7 +552,7 @@ function Ga(t, n, e, r, o, i) {
|
|
|
552
552
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
553
553
|
return G(), ne("div", {
|
|
554
554
|
role: "alert",
|
|
555
|
-
class:
|
|
555
|
+
class: ve(i.classes)
|
|
556
556
|
}, [
|
|
557
557
|
ae("div", Ha, [
|
|
558
558
|
ae("span", Va, [
|
|
@@ -578,7 +578,7 @@ function Ga(t, n, e, r, o, i) {
|
|
|
578
578
|
onClick: i.close
|
|
579
579
|
}, {
|
|
580
580
|
default: ye(() => [
|
|
581
|
-
|
|
581
|
+
ge(s, {
|
|
582
582
|
class: "close-button-icon",
|
|
583
583
|
name: "close-outline"
|
|
584
584
|
})
|
|
@@ -587,7 +587,7 @@ function Ga(t, n, e, r, o, i) {
|
|
|
587
587
|
}, 8, ["onClick"])) : he("", !0)
|
|
588
588
|
], 2);
|
|
589
589
|
}
|
|
590
|
-
const
|
|
590
|
+
const cn = /* @__PURE__ */ Ae(Fa, [["render", Ga], ["__scopeId", "data-v-dec06c47"]]), Ya = {
|
|
591
591
|
M: "m",
|
|
592
592
|
L: "l"
|
|
593
593
|
};
|
|
@@ -635,23 +635,23 @@ function Ja(t, n, e, r, o, i) {
|
|
|
635
635
|
const s = fe("ib-icon");
|
|
636
636
|
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
637
637
|
key: 0,
|
|
638
|
-
class:
|
|
638
|
+
class: ve(i.classList),
|
|
639
639
|
src: e.src,
|
|
640
640
|
alt: e.firstName + "" + e.lastName
|
|
641
641
|
}, null, 10, Za)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
642
642
|
key: 1,
|
|
643
|
-
class:
|
|
644
|
-
style:
|
|
643
|
+
class: ve(["user-avatar", i.classList]),
|
|
644
|
+
style: wn({
|
|
645
645
|
backgroundImage: "url(" + e.src + ")"
|
|
646
646
|
})
|
|
647
647
|
}, null, 6)) : i.validateName ? (G(), ne("div", {
|
|
648
648
|
key: 3,
|
|
649
|
-
class:
|
|
649
|
+
class: ve([i.classList, "default-avatar"])
|
|
650
650
|
}, $e(i.initials), 3)) : (G(), ne("div", {
|
|
651
651
|
key: 2,
|
|
652
|
-
class:
|
|
652
|
+
class: ve(["empty-avatar", i.classList])
|
|
653
653
|
}, [
|
|
654
|
-
|
|
654
|
+
ge(s, { name: "camera-outline" })
|
|
655
655
|
], 2));
|
|
656
656
|
}
|
|
657
657
|
const Xh = /* @__PURE__ */ Ae(Wa, [["render", Ja], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
@@ -675,7 +675,7 @@ const Xa = {
|
|
|
675
675
|
};
|
|
676
676
|
function Qa(t, n, e, r, o, i) {
|
|
677
677
|
return G(), ne("span", {
|
|
678
|
-
class:
|
|
678
|
+
class: ve(i.classes)
|
|
679
679
|
}, $e(i.normalizeContent), 3);
|
|
680
680
|
}
|
|
681
681
|
const Qh = /* @__PURE__ */ Ae(Xa, [["render", Qa], ["__scopeId", "data-v-328df75a"]]);
|
|
@@ -687,7 +687,7 @@ function nl(t, n, e, r, o, i) {
|
|
|
687
687
|
Se(t.$slots, "default")
|
|
688
688
|
]);
|
|
689
689
|
}
|
|
690
|
-
const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]),
|
|
690
|
+
const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]), yn = {
|
|
691
691
|
success: "success",
|
|
692
692
|
neutral: "neutral",
|
|
693
693
|
info: "info",
|
|
@@ -700,8 +700,8 @@ const il = {
|
|
|
700
700
|
props: {
|
|
701
701
|
status: {
|
|
702
702
|
type: String,
|
|
703
|
-
default:
|
|
704
|
-
validator: (t) => Object.keys(
|
|
703
|
+
default: yn.neutral,
|
|
704
|
+
validator: (t) => Object.keys(yn).includes(t)
|
|
705
705
|
},
|
|
706
706
|
showIcon: {
|
|
707
707
|
type: Boolean,
|
|
@@ -715,13 +715,13 @@ const il = {
|
|
|
715
715
|
},
|
|
716
716
|
iconName() {
|
|
717
717
|
switch (this.status) {
|
|
718
|
-
case
|
|
718
|
+
case yn.success:
|
|
719
719
|
return "checkmark-outline";
|
|
720
|
-
case
|
|
720
|
+
case yn.neutral:
|
|
721
721
|
return "time-outline";
|
|
722
|
-
case
|
|
722
|
+
case yn.info:
|
|
723
723
|
return "information-circle-outline";
|
|
724
|
-
case
|
|
724
|
+
case yn.error:
|
|
725
725
|
return "close-outline";
|
|
726
726
|
default:
|
|
727
727
|
return "";
|
|
@@ -733,7 +733,7 @@ const il = {
|
|
|
733
733
|
function rl(t, n, e, r, o, i) {
|
|
734
734
|
const s = fe("ib-icon");
|
|
735
735
|
return G(), ne("div", {
|
|
736
|
-
class:
|
|
736
|
+
class: ve(i.classes)
|
|
737
737
|
}, [
|
|
738
738
|
e.showIcon && i.iconName.length ? (G(), ke(s, {
|
|
739
739
|
key: 0,
|
|
@@ -811,18 +811,18 @@ function dl(t, n, e, r, o, i) {
|
|
|
811
811
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
812
812
|
return G(), ke(wi, null, {
|
|
813
813
|
default: ye(() => [
|
|
814
|
-
|
|
815
|
-
class:
|
|
814
|
+
De(ae("div", {
|
|
815
|
+
class: ve(i.classes)
|
|
816
816
|
}, [
|
|
817
817
|
ae("div", ll, [
|
|
818
818
|
ae("p", null, $e(e.title), 1),
|
|
819
|
-
|
|
819
|
+
ge(l, {
|
|
820
820
|
class: "close-button",
|
|
821
821
|
kind: "ghost",
|
|
822
822
|
onClick: it(i.close, ["prevent"])
|
|
823
823
|
}, {
|
|
824
824
|
default: ye(() => [
|
|
825
|
-
|
|
825
|
+
ge(s, { name: "close-outline" })
|
|
826
826
|
]),
|
|
827
827
|
_: 1
|
|
828
828
|
}, 8, ["onClick"])
|
|
@@ -840,10 +840,10 @@ function dl(t, n, e, r, o, i) {
|
|
|
840
840
|
_: 3
|
|
841
841
|
});
|
|
842
842
|
}
|
|
843
|
-
const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27,
|
|
844
|
-
let
|
|
845
|
-
const
|
|
846
|
-
|
|
843
|
+
const cl = /* @__PURE__ */ Ae(al, [["render", dl], ["__scopeId", "data-v-9e7c679e"]]), Or = 27, No = 32, fl = 13, Hr = 9, hl = 38, pl = 37, gl = 39, Io = 40, ml = "click", { performance: si } = window, vl = typeof (si == null ? void 0 : si.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => si.now() : () => Date.now(), Vn = /* @__PURE__ */ new Map();
|
|
844
|
+
let Un = !1;
|
|
845
|
+
const Po = (t) => {
|
|
846
|
+
Vn.forEach(({ bindTimeStamp: n, callback: e }, r) => {
|
|
847
847
|
if (!(r.contains(t.target) || t.timeStamp <= n))
|
|
848
848
|
try {
|
|
849
849
|
e(t);
|
|
@@ -852,9 +852,9 @@ const Mo = (t) => {
|
|
|
852
852
|
}
|
|
853
853
|
});
|
|
854
854
|
}, yl = () => {
|
|
855
|
-
|
|
855
|
+
Un || (document.addEventListener("click", Po, { capture: !0 }), Un = !0);
|
|
856
856
|
}, bl = () => {
|
|
857
|
-
|
|
857
|
+
Un && (document.removeEventListener("click", Po), Un = !1);
|
|
858
858
|
}, _l = (t, { value: n, arg: e = "click" }) => {
|
|
859
859
|
if (typeof n != "function")
|
|
860
860
|
throw new Error(
|
|
@@ -864,16 +864,16 @@ const Mo = (t) => {
|
|
|
864
864
|
throw new Error(
|
|
865
865
|
`[OutsideDirective] Cannot bind ${e} events; only click events are currently supported!`
|
|
866
866
|
);
|
|
867
|
-
|
|
867
|
+
Vn.has(t) || (Un || yl(), Vn.set(t, {
|
|
868
868
|
bindTimeStamp: vl(),
|
|
869
869
|
callback: n
|
|
870
870
|
}));
|
|
871
871
|
}, $l = (t) => {
|
|
872
|
-
|
|
872
|
+
Vn.delete(t), Vn.size === 0 && bl();
|
|
873
873
|
}, kr = {
|
|
874
874
|
created: _l,
|
|
875
875
|
beforeUnmount: $l
|
|
876
|
-
},
|
|
876
|
+
}, Fn = {
|
|
877
877
|
left: "left",
|
|
878
878
|
right: "right",
|
|
879
879
|
center: "center"
|
|
@@ -891,7 +891,7 @@ const wl = {
|
|
|
891
891
|
},
|
|
892
892
|
horizontal: {
|
|
893
893
|
type: String,
|
|
894
|
-
default:
|
|
894
|
+
default: Fn.left
|
|
895
895
|
},
|
|
896
896
|
triggerClass: {
|
|
897
897
|
default: ""
|
|
@@ -939,7 +939,7 @@ const wl = {
|
|
|
939
939
|
},
|
|
940
940
|
methods: {
|
|
941
941
|
onKeydown(t) {
|
|
942
|
-
(t.keyCode === fl || t.keyCode ===
|
|
942
|
+
(t.keyCode === fl || t.keyCode === No) && (t.preventDefault(), this.toggle()), t.keyCode === Io && (t.preventDefault(), this.open());
|
|
943
943
|
},
|
|
944
944
|
onKeyupDocument(t) {
|
|
945
945
|
t.keyCode === Or && (t.preventDefault(), this.close());
|
|
@@ -974,7 +974,7 @@ const wl = {
|
|
|
974
974
|
},
|
|
975
975
|
computed: {
|
|
976
976
|
classes() {
|
|
977
|
-
const t = this.vertical === gi.bottom ? " dropdown-bottom" : " dropdown-top", n = this.horizontal ===
|
|
977
|
+
const t = this.vertical === gi.bottom ? " dropdown-bottom" : " dropdown-top", n = this.horizontal === Fn.left ? " dropdown-left" : this.horizontal === Fn.right ? " dropdown-right" : " dropdown-center", e = this.isOpenedState ? " active" : "";
|
|
978
978
|
return t + n + e;
|
|
979
979
|
},
|
|
980
980
|
triggerClasses() {
|
|
@@ -990,11 +990,11 @@ const wl = {
|
|
|
990
990
|
}
|
|
991
991
|
}, Ol = { class: "ib-dropdown" }, kl = { class: "footer-slot" };
|
|
992
992
|
function Cl(t, n, e, r, o, i) {
|
|
993
|
-
const s =
|
|
994
|
-
return
|
|
993
|
+
const s = On("outside");
|
|
994
|
+
return De((G(), ne("div", Ol, [
|
|
995
995
|
i.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
996
996
|
key: 0,
|
|
997
|
-
class:
|
|
997
|
+
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
998
998
|
ref: "dropdown",
|
|
999
999
|
onKeydown: n[0] || (n[0] = (...l) => i.onKeydown && i.onKeydown(...l)),
|
|
1000
1000
|
onClick: n[1] || (n[1] = it((...l) => i.toggle && i.toggle(...l), ["prevent", "stop"]))
|
|
@@ -1003,16 +1003,16 @@ function Cl(t, n, e, r, o, i) {
|
|
|
1003
1003
|
], 34)) : he("", !0),
|
|
1004
1004
|
i.hasTrigger && e.triggerType === "hover" ? (G(), ne("span", {
|
|
1005
1005
|
key: 1,
|
|
1006
|
-
class:
|
|
1006
|
+
class: ve(["dropdown-trigger", i.triggerClasses]),
|
|
1007
1007
|
onMouseenter: n[2] || (n[2] = (...l) => i.debouncedOpen && i.debouncedOpen(...l)),
|
|
1008
1008
|
onMouseleave: n[3] || (n[3] = (...l) => i.debouncedClose && i.debouncedClose(...l))
|
|
1009
1009
|
}, [
|
|
1010
1010
|
Se(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
1011
1011
|
], 34)) : he("", !0),
|
|
1012
|
-
!e.destroyOnHide || o.isOpenedState ?
|
|
1012
|
+
!e.destroyOnHide || o.isOpenedState ? De((G(), ne("div", {
|
|
1013
1013
|
key: 2,
|
|
1014
1014
|
ref: "body",
|
|
1015
|
-
class:
|
|
1015
|
+
class: ve("ib-dropdown-menu " + i.classes)
|
|
1016
1016
|
}, [
|
|
1017
1017
|
ae("div", {
|
|
1018
1018
|
class: "dropdown-body",
|
|
@@ -1054,7 +1054,7 @@ const El = {
|
|
|
1054
1054
|
methods: {
|
|
1055
1055
|
onKeydown(t) {
|
|
1056
1056
|
var n, e, r, o, i;
|
|
1057
|
-
if (t.keyCode ===
|
|
1057
|
+
if (t.keyCode === Io) {
|
|
1058
1058
|
if (this.$el.parentNode.closest(`.${this.rootClass}`))
|
|
1059
1059
|
return;
|
|
1060
1060
|
t.preventDefault();
|
|
@@ -1099,7 +1099,7 @@ const El = {
|
|
|
1099
1099
|
};
|
|
1100
1100
|
function Tl(t, n, e, r, o, i) {
|
|
1101
1101
|
return G(), ne("ul", {
|
|
1102
|
-
class:
|
|
1102
|
+
class: ve(o.rootClass),
|
|
1103
1103
|
onKeydown: n[0] || (n[0] = (...s) => i.onKeydown && i.onKeydown(...s))
|
|
1104
1104
|
}, [
|
|
1105
1105
|
Se(t.$slots, "default")
|
|
@@ -1114,7 +1114,7 @@ const Sl = {
|
|
|
1114
1114
|
},
|
|
1115
1115
|
horizontal: {
|
|
1116
1116
|
type: String,
|
|
1117
|
-
default:
|
|
1117
|
+
default: Fn.left
|
|
1118
1118
|
},
|
|
1119
1119
|
isOpened: {
|
|
1120
1120
|
type: Boolean,
|
|
@@ -1152,7 +1152,7 @@ const Sl = {
|
|
|
1152
1152
|
function Al(t, n, e, r, o, i) {
|
|
1153
1153
|
const s = fe("ib-list"), l = fe("ib-dropdown");
|
|
1154
1154
|
return G(), ne("div", xl, [
|
|
1155
|
-
|
|
1155
|
+
ge(l, Tt({
|
|
1156
1156
|
horizontal: e.horizontal,
|
|
1157
1157
|
vertical: e.vertical,
|
|
1158
1158
|
isOpened: e.isOpened,
|
|
@@ -1161,9 +1161,9 @@ function Al(t, n, e, r, o, i) {
|
|
|
1161
1161
|
}, t.$attrs, {
|
|
1162
1162
|
ref: "dropdown",
|
|
1163
1163
|
onAll: i.proxyEvents
|
|
1164
|
-
}),
|
|
1164
|
+
}), To({
|
|
1165
1165
|
body: ye(({ isOpened: c }) => [
|
|
1166
|
-
|
|
1166
|
+
ge(s, {
|
|
1167
1167
|
ref: "list",
|
|
1168
1168
|
class: "list"
|
|
1169
1169
|
}, {
|
|
@@ -1217,7 +1217,7 @@ function Pl(t, n, e, r, o, i) {
|
|
|
1217
1217
|
}, 16, ["class"]))
|
|
1218
1218
|
]);
|
|
1219
1219
|
}
|
|
1220
|
-
const
|
|
1220
|
+
const Mo = /* @__PURE__ */ Ae(Nl, [["render", Pl]]), Ml = {
|
|
1221
1221
|
common: "common",
|
|
1222
1222
|
danger: "danger"
|
|
1223
1223
|
};
|
|
@@ -1292,7 +1292,7 @@ const Dl = {
|
|
|
1292
1292
|
function ql(t, n, e, r, o, i) {
|
|
1293
1293
|
const s = fe("ib-icon"), l = fe("ib-dropdown-list");
|
|
1294
1294
|
return G(), ne("div", {
|
|
1295
|
-
class:
|
|
1295
|
+
class: ve(i.classes)
|
|
1296
1296
|
}, [
|
|
1297
1297
|
o.isLink ? (G(), ne("a", Tt({
|
|
1298
1298
|
key: 1,
|
|
@@ -1305,7 +1305,7 @@ function ql(t, n, e, r, o, i) {
|
|
|
1305
1305
|
disabled: e.disabled,
|
|
1306
1306
|
class: "split-button-main"
|
|
1307
1307
|
}, o.mainButtonAttrs), $e(o.content), 17, Ll)),
|
|
1308
|
-
|
|
1308
|
+
ge(l, {
|
|
1309
1309
|
disabled: e.disabled,
|
|
1310
1310
|
closeOnClick: !0
|
|
1311
1311
|
}, {
|
|
@@ -1314,7 +1314,7 @@ function ql(t, n, e, r, o, i) {
|
|
|
1314
1314
|
disabled: e.disabled,
|
|
1315
1315
|
class: "split-button-menu-trigger"
|
|
1316
1316
|
}, [
|
|
1317
|
-
|
|
1317
|
+
ge(s, { name: "chevron-down-outline" })
|
|
1318
1318
|
], 8, Bl)
|
|
1319
1319
|
]),
|
|
1320
1320
|
body: ye(() => [
|
|
@@ -1395,11 +1395,11 @@ const Vl = {
|
|
|
1395
1395
|
"[tabindex], a, button, input, select, textarea"
|
|
1396
1396
|
);
|
|
1397
1397
|
(r = t[0]) == null || r.addEventListener("keydown", (i) => {
|
|
1398
|
-
i.keyCode ===
|
|
1398
|
+
i.keyCode === Hr && i.shiftKey && (i.preventDefault(), t[t.length - 1].focus());
|
|
1399
1399
|
}), (o = t[t.length - 1]) == null || o.addEventListener(
|
|
1400
1400
|
"keydown",
|
|
1401
1401
|
(i) => {
|
|
1402
|
-
i.keyCode ===
|
|
1402
|
+
i.keyCode === Hr && !i.shiftKey && (i.preventDefault(), t[0].focus());
|
|
1403
1403
|
}
|
|
1404
1404
|
), document.addEventListener("keydown", this.onKeydown), document.addEventListener("blur", this.setFocusOnModal, !0);
|
|
1405
1405
|
},
|
|
@@ -1471,7 +1471,7 @@ const Vl = {
|
|
|
1471
1471
|
class: "modal-footer"
|
|
1472
1472
|
};
|
|
1473
1473
|
function Kl(t, n, e, r, o, i) {
|
|
1474
|
-
const s = fe("ib-icon"), l = fe("ib-icon-button"), c =
|
|
1474
|
+
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
|
|
1475
1475
|
return G(), ne(rt, null, [
|
|
1476
1476
|
i.hasTrigger ? (G(), ne("div", {
|
|
1477
1477
|
key: 0,
|
|
@@ -1483,13 +1483,13 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1483
1483
|
Se(t.$slots, "trigger", {}, void 0, !0)
|
|
1484
1484
|
], 544)) : he("", !0),
|
|
1485
1485
|
(G(), ke(ca, { to: "body" }, [
|
|
1486
|
-
|
|
1487
|
-
class:
|
|
1486
|
+
De(ae("div", {
|
|
1487
|
+
class: ve(["modal", e.classList]),
|
|
1488
1488
|
ref: "modal"
|
|
1489
1489
|
}, [
|
|
1490
|
-
|
|
1491
|
-
class:
|
|
1492
|
-
style:
|
|
1490
|
+
De((G(), ne("div", {
|
|
1491
|
+
class: ve(i.bodyClassList),
|
|
1492
|
+
style: wn(i.bodyStyles)
|
|
1493
1493
|
}, [
|
|
1494
1494
|
e.showCloseButton ? (G(), ke(l, {
|
|
1495
1495
|
key: 0,
|
|
@@ -1498,7 +1498,7 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1498
1498
|
onClick: i.close
|
|
1499
1499
|
}, {
|
|
1500
1500
|
default: ye(() => [
|
|
1501
|
-
|
|
1501
|
+
ge(s, { name: "close-outline" })
|
|
1502
1502
|
]),
|
|
1503
1503
|
_: 1
|
|
1504
1504
|
}, 8, ["onClick"])) : he("", !0),
|
|
@@ -1506,7 +1506,7 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1506
1506
|
Se(t.$slots, "header", { showModal: i.showModal }, void 0, !0)
|
|
1507
1507
|
])) : he("", !0),
|
|
1508
1508
|
ae("div", {
|
|
1509
|
-
class:
|
|
1509
|
+
class: ve(["modal-content", { "without-title": !i.hasHeader }])
|
|
1510
1510
|
}, [
|
|
1511
1511
|
Se(t.$slots, "body", { showModal: i.showModal }, void 0, !0)
|
|
1512
1512
|
], 2),
|
|
@@ -1523,7 +1523,7 @@ function Kl(t, n, e, r, o, i) {
|
|
|
1523
1523
|
], 64);
|
|
1524
1524
|
}
|
|
1525
1525
|
const r1 = /* @__PURE__ */ Ae(Vl, [["render", Kl], ["__scopeId", "data-v-d4b1f961"]]);
|
|
1526
|
-
function
|
|
1526
|
+
function Do(t) {
|
|
1527
1527
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1528
1528
|
}
|
|
1529
1529
|
const Gl = {
|
|
@@ -1546,7 +1546,7 @@ const Gl = {
|
|
|
1546
1546
|
},
|
|
1547
1547
|
methods: {
|
|
1548
1548
|
createHref(t) {
|
|
1549
|
-
return
|
|
1549
|
+
return Do(t);
|
|
1550
1550
|
},
|
|
1551
1551
|
selectTab(t) {
|
|
1552
1552
|
this.selectedTabByDropdown = t, this.$emit("select-tab", t);
|
|
@@ -1565,27 +1565,27 @@ const Gl = {
|
|
|
1565
1565
|
},
|
|
1566
1566
|
components: {
|
|
1567
1567
|
IbDropdownList: Tr,
|
|
1568
|
-
IbDropdownItem:
|
|
1568
|
+
IbDropdownItem: Mo,
|
|
1569
1569
|
IbIcon: Xe
|
|
1570
1570
|
}
|
|
1571
1571
|
}, Yl = { class: "wrapper-tab-link dropdown-tab" }, Wl = ["tabindex"];
|
|
1572
1572
|
function Zl(t, n, e, r, o, i) {
|
|
1573
1573
|
const s = fe("ib-icon"), l = fe("ib-dropdown-item"), c = fe("ib-dropdown-list");
|
|
1574
1574
|
return G(), ne("div", Yl, [
|
|
1575
|
-
|
|
1575
|
+
ge(c, {
|
|
1576
1576
|
disabled: o.isDisabledDropdown,
|
|
1577
1577
|
"close-on-click": !0
|
|
1578
1578
|
}, {
|
|
1579
1579
|
trigger: ye(() => [
|
|
1580
1580
|
ae("span", {
|
|
1581
|
-
class:
|
|
1581
|
+
class: ve(["tab-link", {
|
|
1582
1582
|
active: o.selectedTabByDropdown === e.selectedTab || i.isActive,
|
|
1583
1583
|
disabled: o.isDisabledDropdown
|
|
1584
1584
|
}]),
|
|
1585
1585
|
tabindex: o.isDisabledDropdown ? -1 : 0
|
|
1586
1586
|
}, [
|
|
1587
1587
|
Ge($e(e.tabs.name) + " ", 1),
|
|
1588
|
-
|
|
1588
|
+
ge(s, { name: "chevron-down" })
|
|
1589
1589
|
], 10, Wl)
|
|
1590
1590
|
]),
|
|
1591
1591
|
body: ye(() => [
|
|
@@ -1594,7 +1594,7 @@ function Zl(t, n, e, r, o, i) {
|
|
|
1594
1594
|
checked: f.id === e.selectedTab,
|
|
1595
1595
|
href: i.createHref(f.id),
|
|
1596
1596
|
tabindex: f.disabled ? -1 : 0,
|
|
1597
|
-
class:
|
|
1597
|
+
class: ve([{
|
|
1598
1598
|
disabled: f.disabled
|
|
1599
1599
|
}, "dropdown-tab-item"]),
|
|
1600
1600
|
target: "_self",
|
|
@@ -1651,7 +1651,7 @@ const Xl = {
|
|
|
1651
1651
|
},
|
|
1652
1652
|
methods: {
|
|
1653
1653
|
createHref(t) {
|
|
1654
|
-
return
|
|
1654
|
+
return Do(t);
|
|
1655
1655
|
},
|
|
1656
1656
|
selectTab(t) {
|
|
1657
1657
|
this.$emit("changeTab", t), this.selectedTab = t;
|
|
@@ -1682,7 +1682,7 @@ function rs(t, n, e, r, o, i) {
|
|
|
1682
1682
|
onSelectTab: i.selectTab
|
|
1683
1683
|
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", ts, [
|
|
1684
1684
|
ae("a", {
|
|
1685
|
-
class:
|
|
1685
|
+
class: ve(["tab-link", {
|
|
1686
1686
|
active: o.selectedTab === l.id,
|
|
1687
1687
|
disabled: l.disabled
|
|
1688
1688
|
}]),
|
|
@@ -1730,7 +1730,7 @@ const o1 = /* @__PURE__ */ Ae(Xl, [["render", rs], ["__scopeId", "data-v-bc2195e
|
|
|
1730
1730
|
}
|
|
1731
1731
|
};
|
|
1732
1732
|
function as(t, n, e, r, o, i) {
|
|
1733
|
-
return
|
|
1733
|
+
return De((G(), ne("div", null, [
|
|
1734
1734
|
Se(t.$slots, "default")
|
|
1735
1735
|
], 512)), [
|
|
1736
1736
|
[Ke, i.isTabActive]
|
|
@@ -1744,7 +1744,7 @@ const a1 = /* @__PURE__ */ Ae(os, [["render", as]]), ls = {
|
|
|
1744
1744
|
TYPE_ASC: "asc",
|
|
1745
1745
|
TYPE_DESC: "desc"
|
|
1746
1746
|
};
|
|
1747
|
-
class
|
|
1747
|
+
class Lo {
|
|
1748
1748
|
constructor() {
|
|
1749
1749
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
1750
1750
|
}
|
|
@@ -1770,7 +1770,7 @@ class Ro {
|
|
|
1770
1770
|
top: 0px;
|
|
1771
1771
|
left: 0px;
|
|
1772
1772
|
`;
|
|
1773
|
-
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(
|
|
1773
|
+
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = fa(kn, {
|
|
1774
1774
|
title: e.title,
|
|
1775
1775
|
text: e.text,
|
|
1776
1776
|
alwaysVisible: !0,
|
|
@@ -1852,7 +1852,7 @@ class Ro {
|
|
|
1852
1852
|
return n ? pr[n] : pr.topCenter;
|
|
1853
1853
|
}
|
|
1854
1854
|
}
|
|
1855
|
-
const dn = new
|
|
1855
|
+
const dn = new Lo(), us = (t, n) => {
|
|
1856
1856
|
var o;
|
|
1857
1857
|
dn.getTooltipContainer() && dn.destroyTooltip();
|
|
1858
1858
|
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
@@ -1866,19 +1866,19 @@ const dn = new Ro(), us = (t, n) => {
|
|
|
1866
1866
|
return;
|
|
1867
1867
|
const r = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), i = r !== t.target && !(r != null && r.contains(t.target));
|
|
1868
1868
|
o && i && dn.destroyTooltip(n);
|
|
1869
|
-
},
|
|
1869
|
+
}, Vr = (t, n) => {
|
|
1870
1870
|
t.__tooltip_create = () => us(t, n), t.__tooltip_destroy = (e) => ds(e, t), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy);
|
|
1871
|
-
},
|
|
1871
|
+
}, Ur = (t) => {
|
|
1872
1872
|
dn.destroyTooltip(t), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy);
|
|
1873
|
-
},
|
|
1873
|
+
}, Ro = {
|
|
1874
1874
|
mounted(t, n) {
|
|
1875
|
-
|
|
1875
|
+
Vr(t, n);
|
|
1876
1876
|
},
|
|
1877
1877
|
updated(t, n) {
|
|
1878
|
-
|
|
1878
|
+
Ur(t), Vr(t, n);
|
|
1879
1879
|
},
|
|
1880
1880
|
beforeUnmount(t) {
|
|
1881
|
-
|
|
1881
|
+
Ur(t);
|
|
1882
1882
|
}
|
|
1883
1883
|
};
|
|
1884
1884
|
const cs = {
|
|
@@ -1898,6 +1898,9 @@ const cs = {
|
|
|
1898
1898
|
tooltipPosition: {
|
|
1899
1899
|
type: String
|
|
1900
1900
|
},
|
|
1901
|
+
tooltipIconPosition: {
|
|
1902
|
+
type: String
|
|
1903
|
+
},
|
|
1901
1904
|
tooltipIconSorting: {
|
|
1902
1905
|
type: String
|
|
1903
1906
|
},
|
|
@@ -1971,7 +1974,7 @@ const cs = {
|
|
|
1971
1974
|
return this.toggleTipTitle && this.$slots.toggleTipBody && this.$slots.toggleTipButtons;
|
|
1972
1975
|
}
|
|
1973
1976
|
},
|
|
1974
|
-
directives: { Tooltip:
|
|
1977
|
+
directives: { Tooltip: Ro },
|
|
1975
1978
|
components: {
|
|
1976
1979
|
IbIcon: Xe,
|
|
1977
1980
|
IbIconButton: Nt,
|
|
@@ -1980,18 +1983,18 @@ const cs = {
|
|
|
1980
1983
|
}, fs = { class: "sorting-wrapper" }, hs = ["name"], ps = ["aria-label"];
|
|
1981
1984
|
function gs(t, n, e, r, o, i) {
|
|
1982
1985
|
var h;
|
|
1983
|
-
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f =
|
|
1986
|
+
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
|
|
1984
1987
|
return G(), ne("div", fs, [
|
|
1985
1988
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1986
1989
|
key: 0,
|
|
1987
|
-
class:
|
|
1990
|
+
class: ve(["table-sorting-wrapper", {
|
|
1988
1991
|
active: o.currentTypeSort,
|
|
1989
1992
|
disabled: e.disable
|
|
1990
1993
|
}])
|
|
1991
1994
|
}, [
|
|
1992
1995
|
ae("div", null, [
|
|
1993
|
-
|
|
1994
|
-
class:
|
|
1996
|
+
De((G(), ne("button", {
|
|
1997
|
+
class: ve(["sorting-label", {
|
|
1995
1998
|
"sorting-label-active": o.isOpenToggleTip && i.hasToggleTip,
|
|
1996
1999
|
"has-action": ((h = e.tooltipText) == null ? void 0 : h.length) || i.hasToggleTip
|
|
1997
2000
|
}]),
|
|
@@ -2018,7 +2021,7 @@ function gs(t, n, e, r, o, i) {
|
|
|
2018
2021
|
_: 3
|
|
2019
2022
|
}, 8, ["is-open", "title"])) : he("", !0)
|
|
2020
2023
|
]),
|
|
2021
|
-
e.hideSortingButton ? he("", !0) :
|
|
2024
|
+
e.hideSortingButton ? he("", !0) : De((G(), ke(l, {
|
|
2022
2025
|
key: 0,
|
|
2023
2026
|
kind: "white",
|
|
2024
2027
|
size: "s",
|
|
@@ -2029,11 +2032,11 @@ function gs(t, n, e, r, o, i) {
|
|
|
2029
2032
|
]),
|
|
2030
2033
|
_: 1
|
|
2031
2034
|
}, 8, ["onClick"])), [
|
|
2032
|
-
[f, i.tooltipIconText]
|
|
2035
|
+
[f, i.tooltipIconText, e.tooltipIconPosition]
|
|
2033
2036
|
])
|
|
2034
|
-
], 2)) :
|
|
2037
|
+
], 2)) : De((G(), ne("button", {
|
|
2035
2038
|
key: 1,
|
|
2036
|
-
class:
|
|
2039
|
+
class: ve(["sorting-button", {
|
|
2037
2040
|
active: o.currentTypeSort,
|
|
2038
2041
|
disabled: e.disable
|
|
2039
2042
|
}]),
|
|
@@ -2051,7 +2054,7 @@ function gs(t, n, e, r, o, i) {
|
|
|
2051
2054
|
])
|
|
2052
2055
|
]);
|
|
2053
2056
|
}
|
|
2054
|
-
const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-
|
|
2057
|
+
const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-a4394881"]]);
|
|
2055
2058
|
const ms = {
|
|
2056
2059
|
name: "IbBreadcrumbs",
|
|
2057
2060
|
props: {
|
|
@@ -2077,9 +2080,9 @@ const ms = {
|
|
|
2077
2080
|
components: {
|
|
2078
2081
|
IbIcon: Xe,
|
|
2079
2082
|
IbIconButton: Nt,
|
|
2080
|
-
IbDropdownItem:
|
|
2083
|
+
IbDropdownItem: Mo,
|
|
2081
2084
|
IbDropdownList: Tr,
|
|
2082
|
-
IbTooltip:
|
|
2085
|
+
IbTooltip: kn
|
|
2083
2086
|
}
|
|
2084
2087
|
}, vs = { "aria-label": "breadcrumb" }, ys = { class: "breadcrumb" }, bs = ["href"], _s = { key: 1 }, $s = ["href"];
|
|
2085
2088
|
function ws(t, n, e, r, o, i) {
|
|
@@ -2087,7 +2090,7 @@ function ws(t, n, e, r, o, i) {
|
|
|
2087
2090
|
return G(), ne("nav", vs, [
|
|
2088
2091
|
ae("ul", ys, [
|
|
2089
2092
|
(G(!0), ne(rt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2090
|
-
class:
|
|
2093
|
+
class: ve(["breadcrumb-item", a === i.last ? "active" : ""]),
|
|
2091
2094
|
"aria-current": "page",
|
|
2092
2095
|
key: a
|
|
2093
2096
|
}, [
|
|
@@ -2102,9 +2105,9 @@ function ws(t, n, e, r, o, i) {
|
|
|
2102
2105
|
horizontal: "center"
|
|
2103
2106
|
}, {
|
|
2104
2107
|
trigger: ye(() => [
|
|
2105
|
-
|
|
2108
|
+
ge(c, { kind: "ghost" }, {
|
|
2106
2109
|
default: ye(() => [
|
|
2107
|
-
|
|
2110
|
+
ge(s, { name: "ellipsis-horizontal-sharp" }),
|
|
2108
2111
|
e.tooltipTextContext ? (G(), ke(l, {
|
|
2109
2112
|
key: 0,
|
|
2110
2113
|
text: e.tooltipTextContext
|
|
@@ -2172,7 +2175,7 @@ const Os = {
|
|
|
2172
2175
|
components: {
|
|
2173
2176
|
IbIconButton: Nt,
|
|
2174
2177
|
IbIcon: Xe,
|
|
2175
|
-
IbTooltip:
|
|
2178
|
+
IbTooltip: kn
|
|
2176
2179
|
}
|
|
2177
2180
|
}, ks = ["for"], Cs = {
|
|
2178
2181
|
key: 0,
|
|
@@ -2181,7 +2184,7 @@ const Os = {
|
|
|
2181
2184
|
function Es(t, n, e, r, o, i) {
|
|
2182
2185
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button");
|
|
2183
2186
|
return G(), ne("label", {
|
|
2184
|
-
class:
|
|
2187
|
+
class: ve(i.classes),
|
|
2185
2188
|
for: e.for
|
|
2186
2189
|
}, [
|
|
2187
2190
|
e.required ? (G(), ne("span", Cs, "* ")) : he("", !0),
|
|
@@ -2194,8 +2197,8 @@ function Es(t, n, e, r, o, i) {
|
|
|
2194
2197
|
type: "button"
|
|
2195
2198
|
}, {
|
|
2196
2199
|
default: ye(() => [
|
|
2197
|
-
|
|
2198
|
-
|
|
2200
|
+
ge(s, { name: "information-circle-outline" }),
|
|
2201
|
+
ge(l, {
|
|
2199
2202
|
text: e.infoText,
|
|
2200
2203
|
position: e.tooltipPosition
|
|
2201
2204
|
}, null, 8, ["text", "position"])
|
|
@@ -2277,7 +2280,7 @@ const Ts = {
|
|
|
2277
2280
|
},
|
|
2278
2281
|
settingsHorizontalPosition: {
|
|
2279
2282
|
type: String,
|
|
2280
|
-
default:
|
|
2283
|
+
default: Fn.right
|
|
2281
2284
|
},
|
|
2282
2285
|
readonly: {
|
|
2283
2286
|
type: Boolean,
|
|
@@ -2355,7 +2358,7 @@ const Ts = {
|
|
|
2355
2358
|
`label:disabled:${globalThis == null ? void 0 : globalThis.id}`
|
|
2356
2359
|
],
|
|
2357
2360
|
components: {
|
|
2358
|
-
IbAlert:
|
|
2361
|
+
IbAlert: cn,
|
|
2359
2362
|
IbIconButton: Nt,
|
|
2360
2363
|
IbIcon: Xe,
|
|
2361
2364
|
IbDropdown: Cr
|
|
@@ -2373,14 +2376,14 @@ function As(t, n, e, r, o, i) {
|
|
|
2373
2376
|
_: 1
|
|
2374
2377
|
})) : he("", !0),
|
|
2375
2378
|
ae("div", {
|
|
2376
|
-
class:
|
|
2379
|
+
class: ve(["ib-input-wrapper", { "has-settings": i.hasSettings }])
|
|
2377
2380
|
}, [
|
|
2378
2381
|
e.showIcon ? (G(), ke(l, {
|
|
2379
2382
|
key: 0,
|
|
2380
2383
|
class: "icon-search",
|
|
2381
2384
|
name: "search-outline"
|
|
2382
2385
|
})) : he("", !0),
|
|
2383
|
-
|
|
2386
|
+
De(ae("input", Tt(i.attrs, {
|
|
2384
2387
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.actualValue = a),
|
|
2385
2388
|
ref: "field",
|
|
2386
2389
|
"aria-invalid": !!i.hasErrorState,
|
|
@@ -2392,9 +2395,9 @@ function As(t, n, e, r, o, i) {
|
|
|
2392
2395
|
onBlur: n[2] || (n[2] = (a) => i.onBlur(a)),
|
|
2393
2396
|
onFocus: n[3] || (n[3] = (a) => i.onFocus(a))
|
|
2394
2397
|
}), null, 16, Ss), [
|
|
2395
|
-
[
|
|
2398
|
+
[So, o.actualValue]
|
|
2396
2399
|
]),
|
|
2397
|
-
e.type !== "password" && e.showClearButton ?
|
|
2400
|
+
e.type !== "password" && e.showClearButton ? De((G(), ke(c, {
|
|
2398
2401
|
key: 1,
|
|
2399
2402
|
kind: "ghost",
|
|
2400
2403
|
class: "button-clear",
|
|
@@ -2406,13 +2409,13 @@ function As(t, n, e, r, o, i) {
|
|
|
2406
2409
|
onKeypress: _t(i.clearInput, ["enter"])
|
|
2407
2410
|
}, {
|
|
2408
2411
|
default: ye(() => [
|
|
2409
|
-
|
|
2412
|
+
ge(l, { name: "close-outline" })
|
|
2410
2413
|
]),
|
|
2411
2414
|
_: 1
|
|
2412
2415
|
}, 8, ["disabled", "help-text", "onClick", "onKeypress"])), [
|
|
2413
2416
|
[Ke, (h = o.actualValue) == null ? void 0 : h.length]
|
|
2414
2417
|
]) : he("", !0),
|
|
2415
|
-
e.type === "password" ?
|
|
2418
|
+
e.type === "password" ? De((G(), ke(c, {
|
|
2416
2419
|
key: 2,
|
|
2417
2420
|
kind: "ghost",
|
|
2418
2421
|
class: "toggle-password",
|
|
@@ -2423,7 +2426,7 @@ function As(t, n, e, r, o, i) {
|
|
|
2423
2426
|
onClick: it(i.toggleShowPassword, ["prevent"])
|
|
2424
2427
|
}, {
|
|
2425
2428
|
default: ye(() => [
|
|
2426
|
-
|
|
2429
|
+
ge(l, {
|
|
2427
2430
|
name: o.showPassword ? "eye-off-outline" : "eye-outline"
|
|
2428
2431
|
}, null, 8, ["name"])
|
|
2429
2432
|
]),
|
|
@@ -2438,14 +2441,14 @@ function As(t, n, e, r, o, i) {
|
|
|
2438
2441
|
vertical: e.settingsVerticalPosition
|
|
2439
2442
|
}, {
|
|
2440
2443
|
trigger: ye(() => [
|
|
2441
|
-
|
|
2444
|
+
ge(c, {
|
|
2442
2445
|
"prevent-default": "",
|
|
2443
2446
|
"help-text": e.settingsButtonMessage,
|
|
2444
2447
|
class: "options-trigger",
|
|
2445
2448
|
kind: "ghost"
|
|
2446
2449
|
}, {
|
|
2447
2450
|
default: ye(() => [
|
|
2448
|
-
|
|
2451
|
+
ge(l, { name: "options" })
|
|
2449
2452
|
]),
|
|
2450
2453
|
_: 1
|
|
2451
2454
|
}, 8, ["help-text"])
|
|
@@ -2561,7 +2564,7 @@ function qs(t, n, e, r, o, i) {
|
|
|
2561
2564
|
const s = fe("ib-icon");
|
|
2562
2565
|
return G(), ne("div", {
|
|
2563
2566
|
role: "checkbox",
|
|
2564
|
-
class:
|
|
2567
|
+
class: ve(this.$attrs.class),
|
|
2565
2568
|
"aria-checked": !!o.checked
|
|
2566
2569
|
}, [
|
|
2567
2570
|
ae("label", Tt(i.attrs, {
|
|
@@ -2583,17 +2586,17 @@ function qs(t, n, e, r, o, i) {
|
|
|
2583
2586
|
ae("div", Ds, [
|
|
2584
2587
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2585
2588
|
key: 0,
|
|
2586
|
-
class:
|
|
2589
|
+
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2587
2590
|
}, [
|
|
2588
2591
|
e.required ? (G(), ne("span", Ls, "*")) : he("", !0),
|
|
2589
2592
|
Ge(" " + $e(e.label), 1)
|
|
2590
2593
|
], 2)) : he("", !0),
|
|
2591
2594
|
ae("span", Rs, [
|
|
2592
|
-
|
|
2595
|
+
De(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2593
2596
|
[Ke, o.checked && !i.indeterminate]
|
|
2594
2597
|
]),
|
|
2595
|
-
|
|
2596
|
-
class:
|
|
2598
|
+
De(ge(s, {
|
|
2599
|
+
class: ve("checkbox-undeterminate-icon"),
|
|
2597
2600
|
name: "remove-sharp"
|
|
2598
2601
|
}, null, 512), [
|
|
2599
2602
|
[Ke, i.indeterminate]
|
|
@@ -2678,7 +2681,7 @@ const Fs = {
|
|
|
2678
2681
|
};
|
|
2679
2682
|
}
|
|
2680
2683
|
},
|
|
2681
|
-
components: { IbIcon: Xe, IbTooltip:
|
|
2684
|
+
components: { IbIcon: Xe, IbTooltip: kn }
|
|
2682
2685
|
}, Hs = ["aria-checked", "tabindex"], Vs = {
|
|
2683
2686
|
class: "toggle-wrapper",
|
|
2684
2687
|
ref: "wrapper"
|
|
@@ -2695,7 +2698,7 @@ function Ys(t, n, e, r, o, i) {
|
|
|
2695
2698
|
role: "switch",
|
|
2696
2699
|
"aria-checked": o.checked,
|
|
2697
2700
|
tabindex: e.disabled ? -1 : 0,
|
|
2698
|
-
class:
|
|
2701
|
+
class: ve(i.classes),
|
|
2699
2702
|
onKeypress: [
|
|
2700
2703
|
n[2] || (n[2] = _t(it((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["space"])),
|
|
2701
2704
|
n[3] || (n[3] = _t(it((...c) => i.onChange && i.onChange(...c), ["prevent"]), ["enter"]))
|
|
@@ -2716,11 +2719,11 @@ function Ys(t, n, e, r, o, i) {
|
|
|
2716
2719
|
}, ["stop"]))
|
|
2717
2720
|
}, null, 40, zs),
|
|
2718
2721
|
Ks,
|
|
2719
|
-
|
|
2722
|
+
ge(s, {
|
|
2720
2723
|
class: "checked-icon",
|
|
2721
2724
|
name: "checkmark"
|
|
2722
2725
|
}),
|
|
2723
|
-
|
|
2726
|
+
ge(s, {
|
|
2724
2727
|
class: "unchecked-icon",
|
|
2725
2728
|
name: "close"
|
|
2726
2729
|
})
|
|
@@ -2796,7 +2799,7 @@ const Zs = {
|
|
|
2796
2799
|
},
|
|
2797
2800
|
methods: {
|
|
2798
2801
|
onKeydown(t) {
|
|
2799
|
-
t.keyCode ===
|
|
2802
|
+
t.keyCode === No && (t.preventDefault(), this.onChange()), this.hasVisibleChildren && (t.keyCode === gl && (this.option.isChildrenVisible = !0), t.keyCode === pl && (this.option.isChildrenVisible = !1));
|
|
2800
2803
|
},
|
|
2801
2804
|
onChange() {
|
|
2802
2805
|
var t, n;
|
|
@@ -2875,7 +2878,7 @@ const Zs = {
|
|
|
2875
2878
|
List: Er,
|
|
2876
2879
|
IbIconButton: Nt
|
|
2877
2880
|
},
|
|
2878
|
-
directives: { Tooltip:
|
|
2881
|
+
directives: { Tooltip: Ro }
|
|
2879
2882
|
}, Js = ["aria-selected", "aria-label", "id"], Xs = {
|
|
2880
2883
|
key: 0,
|
|
2881
2884
|
class: "option-label"
|
|
@@ -2887,10 +2890,10 @@ const Zs = {
|
|
|
2887
2890
|
class: "option-label"
|
|
2888
2891
|
};
|
|
2889
2892
|
function iu(t, n, e, r, o, i) {
|
|
2890
|
-
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h =
|
|
2893
|
+
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2891
2894
|
return G(), ne("li", null, [
|
|
2892
|
-
|
|
2893
|
-
class:
|
|
2895
|
+
De((G(), ne("div", {
|
|
2896
|
+
class: ve(["tree-select-option", {
|
|
2894
2897
|
"tree-select-option-checked": i.isChecked(e.option),
|
|
2895
2898
|
"tree-select-option-margin": i.hasVisibleChildren,
|
|
2896
2899
|
active: e.option.isChildrenVisible,
|
|
@@ -2906,14 +2909,14 @@ function iu(t, n, e, r, o, i) {
|
|
|
2906
2909
|
onKeydown: n[3] || (n[3] = it((...d) => i.onKeydown && i.onKeydown(...d), ["self"])),
|
|
2907
2910
|
onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${i.id}`))
|
|
2908
2911
|
}, [
|
|
2909
|
-
|
|
2912
|
+
De(ge(l, {
|
|
2910
2913
|
"disabled-focus": !0,
|
|
2911
2914
|
kind: "ghost",
|
|
2912
2915
|
class: "toggle-children",
|
|
2913
2916
|
onClick: i.toggleChildrenVisibility
|
|
2914
2917
|
}, {
|
|
2915
2918
|
default: ye(() => [
|
|
2916
|
-
|
|
2919
|
+
ge(s, { name: i.iconName }, null, 8, ["name"])
|
|
2917
2920
|
]),
|
|
2918
2921
|
_: 1
|
|
2919
2922
|
}, 8, ["onClick"]), [
|
|
@@ -2921,14 +2924,14 @@ function iu(t, n, e, r, o, i) {
|
|
|
2921
2924
|
]),
|
|
2922
2925
|
ae("div", {
|
|
2923
2926
|
onClick: n[1] || (n[1] = it((...d) => i.onChange && i.onChange(...d), ["prevent"])),
|
|
2924
|
-
class:
|
|
2927
|
+
class: ve({
|
|
2925
2928
|
disabled: e.option.isDisabled,
|
|
2926
2929
|
"tree-select-option-label": !0,
|
|
2927
2930
|
"tree-select-option-has-children": i.hasVisibleChildren,
|
|
2928
2931
|
active: !e.showInput && e.option.checked
|
|
2929
2932
|
})
|
|
2930
2933
|
}, [
|
|
2931
|
-
|
|
2934
|
+
De((G(), ke(Oi(i.component), {
|
|
2932
2935
|
ref: "component",
|
|
2933
2936
|
tabindex: "-1",
|
|
2934
2937
|
"disable-focus": "",
|
|
@@ -2948,13 +2951,13 @@ function iu(t, n, e, r, o, i) {
|
|
|
2948
2951
|
]),
|
|
2949
2952
|
e.isBookmarkable ? (G(), ne("span", {
|
|
2950
2953
|
key: 0,
|
|
2951
|
-
class:
|
|
2954
|
+
class: ve(
|
|
2952
2955
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2953
2956
|
)
|
|
2954
2957
|
}, [
|
|
2955
2958
|
i.hasChildren ? (G(), ne("span", Qs, $e(e.option.title), 1)) : (G(), ne("span", Xs, [
|
|
2956
2959
|
Ge($e(e.option.title) + " ", 1),
|
|
2957
|
-
|
|
2960
|
+
ge(s, {
|
|
2958
2961
|
name: "star",
|
|
2959
2962
|
onClick: n[0] || (n[0] = it((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
|
|
2960
2963
|
})
|
|
@@ -2971,9 +2974,9 @@ function iu(t, n, e, r, o, i) {
|
|
|
2971
2974
|
}, null, 8, eu))
|
|
2972
2975
|
], 64)) : (G(), ne("span", nu, $e(e.option.title), 1))
|
|
2973
2976
|
], 2),
|
|
2974
|
-
i.hasChildren ?
|
|
2977
|
+
i.hasChildren ? De((G(), ke(f, { key: 0 }, {
|
|
2975
2978
|
default: ye(() => [
|
|
2976
|
-
(G(!0), ne(rt, null, Ft(e.option.children, (d) =>
|
|
2979
|
+
(G(!0), ne(rt, null, Ft(e.option.children, (d) => De((G(), ke(c, {
|
|
2977
2980
|
key: d.value,
|
|
2978
2981
|
option: d,
|
|
2979
2982
|
name: e.name,
|
|
@@ -3907,7 +3910,7 @@ const lu = {
|
|
|
3907
3910
|
}
|
|
3908
3911
|
},
|
|
3909
3912
|
components: {
|
|
3910
|
-
IbAlert:
|
|
3913
|
+
IbAlert: cn,
|
|
3911
3914
|
IbIconButton: Nt,
|
|
3912
3915
|
IbIcon: Xe,
|
|
3913
3916
|
IbDropdown: Cr,
|
|
@@ -3938,20 +3941,20 @@ function du(t, n, e, r, o, i) {
|
|
|
3938
3941
|
_: 1
|
|
3939
3942
|
})) : he("", !0),
|
|
3940
3943
|
ae("div", {
|
|
3941
|
-
class:
|
|
3944
|
+
class: ve(["tree-select", e.classList])
|
|
3942
3945
|
}, [
|
|
3943
|
-
|
|
3946
|
+
ge(a, {
|
|
3944
3947
|
disabled: o.isLoading,
|
|
3945
3948
|
"is-resizable": e.isResizable,
|
|
3946
3949
|
vertical: o.vertical,
|
|
3947
3950
|
ref: "dropdown",
|
|
3948
3951
|
onClose: i.onClose,
|
|
3949
3952
|
onOpen: i.onOpen
|
|
3950
|
-
},
|
|
3953
|
+
}, To({
|
|
3951
3954
|
body: ye(() => [
|
|
3952
3955
|
ae("div", {
|
|
3953
|
-
class:
|
|
3954
|
-
style:
|
|
3956
|
+
class: ve(["tree-drop", { "not-tree-child": !o.hasTreeChildren }]),
|
|
3957
|
+
style: wn(i.treeDropPos)
|
|
3955
3958
|
}, [
|
|
3956
3959
|
e.isResizable ? (G(), ne("div", {
|
|
3957
3960
|
key: 0,
|
|
@@ -3965,7 +3968,7 @@ function du(t, n, e, r, o, i) {
|
|
|
3965
3968
|
}, null, 32)) : he("", !0),
|
|
3966
3969
|
Object.keys(o.actualBookmarkedOptions).length > 0 ? (G(), ke(h, {
|
|
3967
3970
|
key: 2,
|
|
3968
|
-
class:
|
|
3971
|
+
class: ve({ "has-hierarchy": i.hasHierarchy })
|
|
3969
3972
|
}, {
|
|
3970
3973
|
default: ye(() => [
|
|
3971
3974
|
(G(!0), ne(rt, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
|
|
@@ -3996,16 +3999,16 @@ function du(t, n, e, r, o, i) {
|
|
|
3996
3999
|
onInput: n[8] || (n[8] = (u) => i.filter(u, o.actualOptions)),
|
|
3997
4000
|
onKeyup: _t(i.inputKeyupDown, ["down"])
|
|
3998
4001
|
}, null, 8, ["value", "aria-label", "placeholder", "onKeyup"])) : he("", !0),
|
|
3999
|
-
|
|
4002
|
+
ge(h, {
|
|
4000
4003
|
ref: "list",
|
|
4001
4004
|
role: "listbox",
|
|
4002
|
-
class:
|
|
4005
|
+
class: ve({ "tree-select-list": !0, "has-hierarchy": i.hasHierarchy })
|
|
4003
4006
|
}, {
|
|
4004
4007
|
default: ye(() => [
|
|
4005
4008
|
!i.requiredDependencyNotFilled && !i.visibleOptionsCount && i.hasEmptyMessage ? (G(), ne("div", su, [
|
|
4006
4009
|
Se(t.$slots, "emptyMessage")
|
|
4007
4010
|
])) : !i.requiredDependencyNotFilled && !i.visibleOptionsCount ? (G(), ne("div", uu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
4008
|
-
|
|
4011
|
+
De(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
4009
4012
|
[Ke, i.requiredDependencyNotFilled]
|
|
4010
4013
|
]),
|
|
4011
4014
|
!e.isMultiple && !e.isRequired && o.actualOptions.length > 0 ? (G(), ke(f, {
|
|
@@ -4057,7 +4060,7 @@ function du(t, n, e, r, o, i) {
|
|
|
4057
4060
|
htmlTitle: e.htmlOptionTitle,
|
|
4058
4061
|
showInput: e.showInputs
|
|
4059
4062
|
}, () => [
|
|
4060
|
-
|
|
4063
|
+
De(ge(f, {
|
|
4061
4064
|
option: u,
|
|
4062
4065
|
"is-toggle": e.isToggle,
|
|
4063
4066
|
name: o.actualName,
|
|
@@ -4097,7 +4100,7 @@ function du(t, n, e, r, o, i) {
|
|
|
4097
4100
|
ae("div", {
|
|
4098
4101
|
role: "combobox",
|
|
4099
4102
|
tabindex: "0",
|
|
4100
|
-
class:
|
|
4103
|
+
class: ve(["tree-choice", {
|
|
4101
4104
|
"tree-choice-opened": u,
|
|
4102
4105
|
"has-clear-button": !e.showClearButton,
|
|
4103
4106
|
"tree-choice-error": e.errorMessage
|
|
@@ -4115,14 +4118,14 @@ function du(t, n, e, r, o, i) {
|
|
|
4115
4118
|
}, [
|
|
4116
4119
|
e.htmlOptionTitle ? (G(), ne("span", {
|
|
4117
4120
|
key: 0,
|
|
4118
|
-
class:
|
|
4121
|
+
class: ve({ placeholder: !i.selectStatus }),
|
|
4119
4122
|
innerHTML: i.selectStatus || e.placeholder
|
|
4120
4123
|
}, null, 10, ["innerHTML"])) : (G(), ne("span", {
|
|
4121
4124
|
key: 1,
|
|
4122
|
-
class:
|
|
4125
|
+
class: ve({ placeholder: !i.selectStatus })
|
|
4123
4126
|
}, $e(i.selectStatus || e.placeholder), 3))
|
|
4124
4127
|
], 42, ["aria-label", "aria-activedescendant"]),
|
|
4125
|
-
e.showClearButton ?
|
|
4128
|
+
e.showClearButton ? De((G(), ke(c, {
|
|
4126
4129
|
key: 0,
|
|
4127
4130
|
kind: "ghost",
|
|
4128
4131
|
class: "button-clear",
|
|
@@ -4135,13 +4138,13 @@ function du(t, n, e, r, o, i) {
|
|
|
4135
4138
|
"help-text": e.clearButtonMessage
|
|
4136
4139
|
}, {
|
|
4137
4140
|
default: ye(() => [
|
|
4138
|
-
|
|
4141
|
+
ge(l, { name: "close-outline" })
|
|
4139
4142
|
]),
|
|
4140
4143
|
_: 1
|
|
4141
4144
|
}, 8, ["onClick", "onKeyup", "help-text"])), [
|
|
4142
4145
|
[Ke, Object.keys(o.selected).length]
|
|
4143
4146
|
]) : he("", !0),
|
|
4144
|
-
|
|
4147
|
+
ge(l, {
|
|
4145
4148
|
name: u ? "chevron-up-outline" : "chevron-down-outline",
|
|
4146
4149
|
classes: "tree-select-caret"
|
|
4147
4150
|
}, null, 8, ["name"])
|
|
@@ -4197,13 +4200,13 @@ const fu = {
|
|
|
4197
4200
|
function pu(t, n, e, r, o, i) {
|
|
4198
4201
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4199
4202
|
return G(), ne("div", hu, [
|
|
4200
|
-
|
|
4203
|
+
ge(s, null, {
|
|
4201
4204
|
default: ye(() => [
|
|
4202
4205
|
Ge($e(e.labelSelect), 1)
|
|
4203
4206
|
]),
|
|
4204
4207
|
_: 1
|
|
4205
4208
|
}),
|
|
4206
|
-
|
|
4209
|
+
ge(l, {
|
|
4207
4210
|
classList: "report-limit-selector-select",
|
|
4208
4211
|
value: e.value,
|
|
4209
4212
|
options: i.prepareOptions,
|
|
@@ -4308,42 +4311,35 @@ const mu = {
|
|
|
4308
4311
|
},
|
|
4309
4312
|
countPagePagination() {
|
|
4310
4313
|
return Math.ceil(this.countRows / this.limitValue);
|
|
4311
|
-
},
|
|
4312
|
-
displayPaginationInput() {
|
|
4313
|
-
return this.showPaginationInput ? this.countPagePagination >= 7 : !1;
|
|
4314
4314
|
}
|
|
4315
4315
|
},
|
|
4316
|
-
directives: {
|
|
4317
|
-
Tooltip: Sr
|
|
4318
|
-
},
|
|
4319
4316
|
components: {
|
|
4320
4317
|
IbIconButton: Nt,
|
|
4321
4318
|
IbIcon: Xe,
|
|
4322
4319
|
IbInput: Bo,
|
|
4323
4320
|
IbLabel: Ci,
|
|
4324
|
-
IbLimitSelector: gu
|
|
4325
|
-
|
|
4321
|
+
IbLimitSelector: gu,
|
|
4322
|
+
IbTooltip: kn
|
|
4326
4323
|
}
|
|
4327
4324
|
}, vu = { class: "report-controls" }, yu = { class: "repot-pagination" }, bu = { class: "pagination-input" }, _u = { class: "row-count" }, $u = { class: "pagination-wrapper" }, wu = ["onClick"];
|
|
4328
4325
|
function Ou(t, n, e, r, o, i) {
|
|
4329
|
-
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-
|
|
4326
|
+
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-tooltip"), d = fe("ib-icon-button");
|
|
4330
4327
|
return G(), ne("div", vu, [
|
|
4331
|
-
|
|
4328
|
+
ge(s, {
|
|
4332
4329
|
onSelect: i.changeLimit,
|
|
4333
4330
|
value: o.limitValue,
|
|
4334
4331
|
"label-select": e.labelSelect
|
|
4335
4332
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4336
4333
|
ae("div", yu, [
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
ve(l, null, {
|
|
4334
|
+
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4335
|
+
ge(l, null, {
|
|
4340
4336
|
default: ye(() => [
|
|
4341
4337
|
Ge($e(e.labelInput), 1)
|
|
4342
4338
|
]),
|
|
4343
4339
|
_: 1
|
|
4344
4340
|
}),
|
|
4345
4341
|
ae("div", bu, [
|
|
4346
|
-
|
|
4342
|
+
ge(c, {
|
|
4347
4343
|
type: "number",
|
|
4348
4344
|
debounce: 500,
|
|
4349
4345
|
onInput: i.onInput
|
|
@@ -4351,7 +4347,7 @@ function Ou(t, n, e, r, o, i) {
|
|
|
4351
4347
|
])
|
|
4352
4348
|
], 64)) : he("", !0),
|
|
4353
4349
|
ae("div", _u, $e(i.setCountOfRows + " of " + e.countRows), 1),
|
|
4354
|
-
|
|
4350
|
+
ge(d, {
|
|
4355
4351
|
kind: "tertiary",
|
|
4356
4352
|
size: "m",
|
|
4357
4353
|
class: "toggle-children button-prev",
|
|
@@ -4359,16 +4355,18 @@ function Ou(t, n, e, r, o, i) {
|
|
|
4359
4355
|
onClick: n[0] || (n[0] = (a) => i.onSelect(o.currentPage - 1))
|
|
4360
4356
|
}, {
|
|
4361
4357
|
default: ye(() => [
|
|
4362
|
-
|
|
4358
|
+
ge(f, { name: "chevron-back-outline" }),
|
|
4359
|
+
e.tooltipTextPrev ? (G(), ke(h, {
|
|
4360
|
+
key: 0,
|
|
4361
|
+
text: e.tooltipTextPrev
|
|
4362
|
+
}, null, 8, ["text"])) : he("", !0)
|
|
4363
4363
|
]),
|
|
4364
4364
|
_: 1
|
|
4365
|
-
}, 8, ["disabled"])
|
|
4366
|
-
[d, e.tooltipTextPrev ? e.tooltipTextNext : t.lang("prev_page", "system")]
|
|
4367
|
-
]),
|
|
4365
|
+
}, 8, ["disabled"]),
|
|
4368
4366
|
ae("ul", $u, [
|
|
4369
|
-
(G(!0), ne(rt, null, Ft(i.countPagePagination, (a, u) =>
|
|
4367
|
+
(G(!0), ne(rt, null, Ft(i.countPagePagination, (a, u) => De((G(), ne("li", {
|
|
4370
4368
|
key: u,
|
|
4371
|
-
class:
|
|
4369
|
+
class: ve(["pagination-item", {
|
|
4372
4370
|
active: u + 1 === o.currentPage,
|
|
4373
4371
|
"dots-left": o.indexSpaceLeft === u + 1,
|
|
4374
4372
|
"dots-right": o.indexSpaceRight === u + 1
|
|
@@ -4380,7 +4378,7 @@ function Ou(t, n, e, r, o, i) {
|
|
|
4380
4378
|
[Ke, i.showItem(u + 1)]
|
|
4381
4379
|
])), 128))
|
|
4382
4380
|
]),
|
|
4383
|
-
|
|
4381
|
+
ge(d, {
|
|
4384
4382
|
kind: "tertiary",
|
|
4385
4383
|
size: "m",
|
|
4386
4384
|
class: "toggle-children button-next",
|
|
@@ -4388,16 +4386,18 @@ function Ou(t, n, e, r, o, i) {
|
|
|
4388
4386
|
onClick: n[1] || (n[1] = (a) => i.onSelect(o.currentPage + 1))
|
|
4389
4387
|
}, {
|
|
4390
4388
|
default: ye(() => [
|
|
4391
|
-
|
|
4389
|
+
ge(f, { name: "chevron-forward-outline" }),
|
|
4390
|
+
e.tooltipTextNext ? (G(), ke(h, {
|
|
4391
|
+
key: 0,
|
|
4392
|
+
text: e.tooltipTextNext
|
|
4393
|
+
}, null, 8, ["text"])) : he("", !0)
|
|
4392
4394
|
]),
|
|
4393
4395
|
_: 1
|
|
4394
|
-
}, 8, ["disabled"])
|
|
4395
|
-
[d, e.tooltipTextNext ? e.tooltipTextNext : t.lang("next_page", "system")]
|
|
4396
|
-
])
|
|
4396
|
+
}, 8, ["disabled"])
|
|
4397
4397
|
])
|
|
4398
4398
|
]);
|
|
4399
4399
|
}
|
|
4400
|
-
const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]),
|
|
4400
|
+
const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]), jn = {
|
|
4401
4401
|
PROGRESS: "progress",
|
|
4402
4402
|
SUCCESS: "success",
|
|
4403
4403
|
FAILED: "failed",
|
|
@@ -4408,7 +4408,7 @@ const ku = {
|
|
|
4408
4408
|
props: {
|
|
4409
4409
|
states: {
|
|
4410
4410
|
type: String,
|
|
4411
|
-
default:
|
|
4411
|
+
default: jn.PROGRESS
|
|
4412
4412
|
},
|
|
4413
4413
|
progress: {
|
|
4414
4414
|
type: [String, Number],
|
|
@@ -4425,7 +4425,7 @@ const ku = {
|
|
|
4425
4425
|
return t.push(`progress-bar-${this.states}`), t;
|
|
4426
4426
|
},
|
|
4427
4427
|
iconName() {
|
|
4428
|
-
return this.states ===
|
|
4428
|
+
return this.states === jn.SUCCESS ? "checkmark-circle" : this.states === jn.FAILED || this.states === jn.CANCELING || this.states === jn.CANCELED ? "close-circle" : "";
|
|
4429
4429
|
}
|
|
4430
4430
|
},
|
|
4431
4431
|
components: {
|
|
@@ -4438,7 +4438,7 @@ function Au(t, n, e, r, o, i) {
|
|
|
4438
4438
|
const s = fe("ib-icon");
|
|
4439
4439
|
return G(), ne("div", Cu, [
|
|
4440
4440
|
ae("div", {
|
|
4441
|
-
class:
|
|
4441
|
+
class: ve(i.classes)
|
|
4442
4442
|
}, [
|
|
4443
4443
|
ae("div", {
|
|
4444
4444
|
class: "progress",
|
|
@@ -4447,11 +4447,11 @@ function Au(t, n, e, r, o, i) {
|
|
|
4447
4447
|
"aria-valuemin": "0",
|
|
4448
4448
|
"aria-valuemax": "100",
|
|
4449
4449
|
"aria-valuenow": e.progress,
|
|
4450
|
-
style:
|
|
4450
|
+
style: wn({ width: e.progress + "%" })
|
|
4451
4451
|
}, Su, 12, Eu),
|
|
4452
4452
|
xu
|
|
4453
4453
|
], 2),
|
|
4454
|
-
|
|
4454
|
+
De(ge(s, {
|
|
4455
4455
|
class: "status-icon",
|
|
4456
4456
|
name: i.iconName
|
|
4457
4457
|
}, null, 8, ["name"]), [
|
|
@@ -4516,7 +4516,7 @@ const Iu = {
|
|
|
4516
4516
|
function Du(t, n, e, r, o, i) {
|
|
4517
4517
|
return G(), ne("div", Pu, [
|
|
4518
4518
|
ae("div", {
|
|
4519
|
-
class:
|
|
4519
|
+
class: ve(["status-indicator-icon", e.type]),
|
|
4520
4520
|
innerHTML: o.icons[e.type]
|
|
4521
4521
|
}, null, 10, Mu),
|
|
4522
4522
|
Se(t.$slots, "default", {}, void 0, !0)
|
|
@@ -4525,7 +4525,7 @@ function Du(t, n, e, r, o, i) {
|
|
|
4525
4525
|
const c1 = /* @__PURE__ */ Ae(Iu, [["render", Du], ["__scopeId", "data-v-e696394e"]]);
|
|
4526
4526
|
const Lu = {
|
|
4527
4527
|
name: "IbPanel",
|
|
4528
|
-
mixins: [
|
|
4528
|
+
mixins: [Ao],
|
|
4529
4529
|
props: {
|
|
4530
4530
|
isOpen: {
|
|
4531
4531
|
type: Boolean,
|
|
@@ -4539,7 +4539,7 @@ const Lu = {
|
|
|
4539
4539
|
}, Ru = (t) => ($r("data-v-c7c0bea8"), t = t(), wr(), t), Bu = { class: "panel-head" }, ju = { class: "head-title" }, qu = /* @__PURE__ */ Ru(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Fu = { class: "head-content" }, Hu = { class: "panel-body" };
|
|
4540
4540
|
function Vu(t, n, e, r, o, i) {
|
|
4541
4541
|
return G(), ne("div", {
|
|
4542
|
-
class:
|
|
4542
|
+
class: ve(["panel", { "panel-error": e.error }])
|
|
4543
4543
|
}, [
|
|
4544
4544
|
ae("div", Bu, [
|
|
4545
4545
|
ae("div", ju, [
|
|
@@ -4550,14 +4550,14 @@ function Vu(t, n, e, r, o, i) {
|
|
|
4550
4550
|
Se(t.$slots, "head-content", {}, void 0, !0)
|
|
4551
4551
|
])
|
|
4552
4552
|
]),
|
|
4553
|
-
|
|
4553
|
+
ge(wi, {
|
|
4554
4554
|
name: "expand",
|
|
4555
4555
|
onEnter: t.enter,
|
|
4556
4556
|
onAfterEnter: t.afterEnter,
|
|
4557
4557
|
onLeave: t.leave
|
|
4558
4558
|
}, {
|
|
4559
4559
|
default: ye(() => [
|
|
4560
|
-
|
|
4560
|
+
De(ae("div", Hu, [
|
|
4561
4561
|
Se(t.$slots, "body", {}, void 0, !0)
|
|
4562
4562
|
], 512), [
|
|
4563
4563
|
[Ke, e.isOpen]
|
|
@@ -4586,7 +4586,7 @@ const Uu = {
|
|
|
4586
4586
|
};
|
|
4587
4587
|
function Ku(t, n, e, r, o, i) {
|
|
4588
4588
|
return G(), ne("div", {
|
|
4589
|
-
class:
|
|
4589
|
+
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4590
4590
|
}, [
|
|
4591
4591
|
Se(t.$slots, "default"),
|
|
4592
4592
|
e.supportText.length ? (G(), ne("p", zu, $e(e.supportText), 1)) : he("", !0)
|
|
@@ -4615,13 +4615,13 @@ const Gu = {
|
|
|
4615
4615
|
},
|
|
4616
4616
|
components: {
|
|
4617
4617
|
IbLabel: Ci,
|
|
4618
|
-
IbAlert:
|
|
4618
|
+
IbAlert: cn
|
|
4619
4619
|
}
|
|
4620
4620
|
}, Yu = { class: "ib-checkbox-group-content" };
|
|
4621
4621
|
function Wu(t, n, e, r, o, i) {
|
|
4622
4622
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4623
4623
|
return G(), ne("div", {
|
|
4624
|
-
class:
|
|
4624
|
+
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
4625
4625
|
}, [
|
|
4626
4626
|
e.labelText.length ? (G(), ke(s, {
|
|
4627
4627
|
key: 0,
|
|
@@ -4724,7 +4724,7 @@ function nd(t, n, e, r, o, i) {
|
|
|
4724
4724
|
var s, l;
|
|
4725
4725
|
return G(), ne("label", {
|
|
4726
4726
|
role: "radio",
|
|
4727
|
-
class:
|
|
4727
|
+
class: ve(i.classes),
|
|
4728
4728
|
for: e.id,
|
|
4729
4729
|
"aria-checked": o.checked,
|
|
4730
4730
|
onClick: n[2] || (n[2] = it((...c) => i.onClick && i.onClick(...c), ["prevent"]))
|
|
@@ -4742,7 +4742,7 @@ function nd(t, n, e, r, o, i) {
|
|
|
4742
4742
|
onChange: n[1] || (n[1] = (...c) => i.onChange && i.onChange(...c))
|
|
4743
4743
|
}, null, 40, Qu),
|
|
4744
4744
|
ae("span", {
|
|
4745
|
-
class:
|
|
4745
|
+
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4746
4746
|
}, [
|
|
4747
4747
|
ed,
|
|
4748
4748
|
(l = e.label) != null && l.length ? (G(), ne("span", td, $e(e.label), 1)) : he("", !0)
|
|
@@ -4833,7 +4833,7 @@ const dd = {
|
|
|
4833
4833
|
}
|
|
4834
4834
|
},
|
|
4835
4835
|
components: {
|
|
4836
|
-
IbAlert:
|
|
4836
|
+
IbAlert: cn,
|
|
4837
4837
|
IbCharacterCount: Vo
|
|
4838
4838
|
},
|
|
4839
4839
|
inheritAttrs: !1
|
|
@@ -4841,14 +4841,14 @@ const dd = {
|
|
|
4841
4841
|
function fd(t, n, e, r, o, i) {
|
|
4842
4842
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4843
4843
|
return G(), ne("div", {
|
|
4844
|
-
class:
|
|
4844
|
+
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
4845
4845
|
}, [
|
|
4846
4846
|
e.characterLimit ? (G(), ke(s, {
|
|
4847
4847
|
key: 0,
|
|
4848
4848
|
"character-limit": e.characterLimit,
|
|
4849
4849
|
"character-length": o.val.length
|
|
4850
4850
|
}, null, 8, ["character-limit", "character-length"])) : he("", !0),
|
|
4851
|
-
|
|
4851
|
+
De(ge(l, null, {
|
|
4852
4852
|
default: ye(() => [
|
|
4853
4853
|
Ge($e(e.errorMessage), 1)
|
|
4854
4854
|
]),
|
|
@@ -4856,7 +4856,7 @@ function fd(t, n, e, r, o, i) {
|
|
|
4856
4856
|
}, 512), [
|
|
4857
4857
|
[Ke, e.errorMessage.length]
|
|
4858
4858
|
]),
|
|
4859
|
-
|
|
4859
|
+
De(ge(l, null, {
|
|
4860
4860
|
default: ye(() => [
|
|
4861
4861
|
Ge($e(e.characterLimitErrorMessage), 1)
|
|
4862
4862
|
]),
|
|
@@ -4864,14 +4864,14 @@ function fd(t, n, e, r, o, i) {
|
|
|
4864
4864
|
}, 512), [
|
|
4865
4865
|
[Ke, e.characterLimitErrorMessage.length && i.characterOverLimit]
|
|
4866
4866
|
]),
|
|
4867
|
-
|
|
4867
|
+
De(ae("textarea", Tt(t.$attrs, {
|
|
4868
4868
|
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.val = c),
|
|
4869
4869
|
onInput: n[1] || (n[1] = (...c) => i.onInput && i.onInput(...c)),
|
|
4870
4870
|
onBlur: n[2] || (n[2] = (...c) => i.onBlur && i.onBlur(...c)),
|
|
4871
4871
|
class: ["ib-textarea", i.classes],
|
|
4872
4872
|
disabled: e.disabled
|
|
4873
4873
|
}), null, 16, cd), [
|
|
4874
|
-
[
|
|
4874
|
+
[xo, o.val]
|
|
4875
4875
|
])
|
|
4876
4876
|
], 2);
|
|
4877
4877
|
}
|
|
@@ -4889,7 +4889,7 @@ var nr = [
|
|
|
4889
4889
|
"onValueUpdate",
|
|
4890
4890
|
"onYearChange",
|
|
4891
4891
|
"onPreCalendarPosition"
|
|
4892
|
-
],
|
|
4892
|
+
], _n = {
|
|
4893
4893
|
_disable: [],
|
|
4894
4894
|
allowInput: !1,
|
|
4895
4895
|
allowInvalidPreload: !1,
|
|
@@ -4951,7 +4951,7 @@ var nr = [
|
|
|
4951
4951
|
time_24hr: !1,
|
|
4952
4952
|
weekNumbers: !1,
|
|
4953
4953
|
wrap: !1
|
|
4954
|
-
},
|
|
4954
|
+
}, zn = {
|
|
4955
4955
|
weekdays: {
|
|
4956
4956
|
shorthand: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
4957
4957
|
longhand: [
|
|
@@ -5026,7 +5026,7 @@ var nr = [
|
|
|
5026
5026
|
}, Et = function(t) {
|
|
5027
5027
|
return t === !0 ? 1 : 0;
|
|
5028
5028
|
};
|
|
5029
|
-
function
|
|
5029
|
+
function zr(t, n) {
|
|
5030
5030
|
var e;
|
|
5031
5031
|
return function() {
|
|
5032
5032
|
var r = this, o = arguments;
|
|
@@ -5167,18 +5167,18 @@ var rr = function() {
|
|
|
5167
5167
|
u: "(.+)",
|
|
5168
5168
|
w: "(\\d\\d|\\d)",
|
|
5169
5169
|
y: "(\\d{2})"
|
|
5170
|
-
},
|
|
5170
|
+
}, Hn = {
|
|
5171
5171
|
Z: function(t) {
|
|
5172
5172
|
return t.toISOString();
|
|
5173
5173
|
},
|
|
5174
5174
|
D: function(t, n, e) {
|
|
5175
|
-
return n.weekdays.shorthand[
|
|
5175
|
+
return n.weekdays.shorthand[Hn.w(t, n, e)];
|
|
5176
5176
|
},
|
|
5177
5177
|
F: function(t, n, e) {
|
|
5178
|
-
return mi(
|
|
5178
|
+
return mi(Hn.n(t, n, e) - 1, !1, n);
|
|
5179
5179
|
},
|
|
5180
5180
|
G: function(t, n, e) {
|
|
5181
|
-
return bt(
|
|
5181
|
+
return bt(Hn.h(t, n, e));
|
|
5182
5182
|
},
|
|
5183
5183
|
H: function(t) {
|
|
5184
5184
|
return bt(t.getHours());
|
|
@@ -5238,15 +5238,15 @@ var rr = function() {
|
|
|
5238
5238
|
return String(t.getFullYear()).substring(2);
|
|
5239
5239
|
}
|
|
5240
5240
|
}, zo = function(t) {
|
|
5241
|
-
var n = t.config, e = n === void 0 ?
|
|
5241
|
+
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;
|
|
5242
5242
|
return function(l, c, f) {
|
|
5243
5243
|
var h = f || o;
|
|
5244
5244
|
return e.formatDate !== void 0 && !s ? e.formatDate(l, c, h) : c.split("").map(function(d, a, u) {
|
|
5245
|
-
return
|
|
5245
|
+
return Hn[d] && u[a - 1] !== "\\" ? Hn[d](l, h, e) : d !== "\\" ? d : "";
|
|
5246
5246
|
}).join("");
|
|
5247
5247
|
};
|
|
5248
5248
|
}, gr = function(t) {
|
|
5249
|
-
var n = t.config, e = n === void 0 ?
|
|
5249
|
+
var n = t.config, e = n === void 0 ? _n : n, r = t.l10n, o = r === void 0 ? zn : r;
|
|
5250
5250
|
return function(i, s, l, c) {
|
|
5251
5251
|
if (!(i !== 0 && !i)) {
|
|
5252
5252
|
var f = c || o, h, d = i;
|
|
@@ -5255,7 +5255,7 @@ var rr = function() {
|
|
|
5255
5255
|
else if (typeof i != "string" && i.toFixed !== void 0)
|
|
5256
5256
|
h = new Date(i);
|
|
5257
5257
|
else if (typeof i == "string") {
|
|
5258
|
-
var a = s || (e ||
|
|
5258
|
+
var a = s || (e || _n).dateFormat, u = String(i).trim();
|
|
5259
5259
|
if (u === "today")
|
|
5260
5260
|
h = /* @__PURE__ */ new Date(), l = !0;
|
|
5261
5261
|
else if (e && e.parseDate)
|
|
@@ -5338,7 +5338,7 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5338
5338
|
}
|
|
5339
5339
|
return t;
|
|
5340
5340
|
}, ft.apply(this, arguments);
|
|
5341
|
-
},
|
|
5341
|
+
}, Kr = globalThis && globalThis.__spreadArrays || function() {
|
|
5342
5342
|
for (var t = 0, n = 0, e = arguments.length; n < e; n++)
|
|
5343
5343
|
t += arguments[n].length;
|
|
5344
5344
|
for (var r = Array(t), o = 0, n = 0; n < e; n++)
|
|
@@ -5348,8 +5348,8 @@ var ft = globalThis && globalThis.__assign || function() {
|
|
|
5348
5348
|
}, vd = 300;
|
|
5349
5349
|
function yd(t, n) {
|
|
5350
5350
|
var e = {
|
|
5351
|
-
config: ft(ft({},
|
|
5352
|
-
l10n:
|
|
5351
|
+
config: ft(ft({}, _n), Je.defaultConfig),
|
|
5352
|
+
l10n: zn
|
|
5353
5353
|
};
|
|
5354
5354
|
e.parseDate = gr({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = v, e._setHoursFromDate = a, e._positionCalendar = te, e.changeMonth = A, e.changeYear = V, e.clear = B, e.close = j, e.onMouseOver = _e, e._createElement = Fe, e.createDay = S, e.destroy = Y, e.isEnabled = Z, e.jumpToDate = m, e.updateValue = pt, e.open = Ie, e.redraw = re, e.set = tt, e.setDate = qe, e.toggle = tn;
|
|
5355
5355
|
function r() {
|
|
@@ -5407,8 +5407,8 @@ function yd(t, n) {
|
|
|
5407
5407
|
e.amPM !== void 0 && (I = f(I, e.amPM.textContent));
|
|
5408
5408
|
var X = e.config.minTime !== void 0 || e.config.minDate && e.minDateHasTime && e.latestSelectedDateObj && kt(e.latestSelectedDateObj, e.config.minDate, !0) === 0, le = e.config.maxTime !== void 0 || e.config.maxDate && e.maxDateHasTime && e.latestSelectedDateObj && kt(e.latestSelectedDateObj, e.config.maxDate, !0) === 0;
|
|
5409
5409
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5410
|
-
var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()),
|
|
5411
|
-
if (
|
|
5410
|
+
var de = or(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = or(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = or(I, L, z);
|
|
5411
|
+
if (me > Ce && me < de) {
|
|
5412
5412
|
var Pe = gd(de);
|
|
5413
5413
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5414
5414
|
}
|
|
@@ -5460,11 +5460,11 @@ function yd(t, n) {
|
|
|
5460
5460
|
return v(X, "click", e[z]);
|
|
5461
5461
|
});
|
|
5462
5462
|
}), e.isMobile) {
|
|
5463
|
-
|
|
5463
|
+
Cn();
|
|
5464
5464
|
return;
|
|
5465
5465
|
}
|
|
5466
|
-
var I =
|
|
5467
|
-
if (e._debouncedChange =
|
|
5466
|
+
var I = zr(Ee, 50);
|
|
5467
|
+
if (e._debouncedChange = zr(y, vd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5468
5468
|
e.config.mode === "range" && _e(Ot(z));
|
|
5469
5469
|
}), v(e._input, "keydown", ce), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", ce), !e.config.inline && !e.config.static && v(window, "resize", I), window.ontouchstart !== void 0 ? v(window.document, "touchstart", D) : v(window.document, "mousedown", D), v(window.document, "focus", D, { capture: !0 }), e.config.clickOpens === !0 && (v(e._input, "focus", e.open), v(e._input, "click", e.open)), e.daysContainer !== void 0 && (v(e.monthNav, "click", Vt), v(e.monthNav, ["keyup", "increment"], b), v(e.daysContainer, "click", we)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5470
5470
|
var L = function(z) {
|
|
@@ -5521,15 +5521,15 @@ function yd(t, n) {
|
|
|
5521
5521
|
}
|
|
5522
5522
|
function T(I) {
|
|
5523
5523
|
for (var L = I > 0 ? 0 : e.config.showMonths - 1, z = I > 0 ? e.config.showMonths : -1, X = L; X != z; X += I)
|
|
5524
|
-
for (var le = e.daysContainer.children[X], de = I > 0 ? 0 : le.children.length - 1, Ce = I > 0 ? le.children.length : -1,
|
|
5525
|
-
var Pe = le.children[
|
|
5524
|
+
for (var le = e.daysContainer.children[X], de = I > 0 ? 0 : le.children.length - 1, Ce = I > 0 ? le.children.length : -1, me = de; me != Ce; me += I) {
|
|
5525
|
+
var Pe = le.children[me];
|
|
5526
5526
|
if (Pe.className.indexOf("hidden") === -1 && Z(Pe.dateObj))
|
|
5527
5527
|
return Pe;
|
|
5528
5528
|
}
|
|
5529
5529
|
}
|
|
5530
5530
|
function P(I, L) {
|
|
5531
5531
|
for (var z = I.className.indexOf("Month") === -1 ? I.dateObj.getMonth() : e.currentMonth, X = L > 0 ? e.config.showMonths : -1, le = L > 0 ? 1 : -1, de = z - e.currentMonth; de != X; de += le)
|
|
5532
|
-
for (var Ce = e.daysContainer.children[de],
|
|
5532
|
+
for (var Ce = e.daysContainer.children[de], me = z - e.currentMonth === de ? I.$i + L : L < 0 ? Ce.children.length - 1 : 0, Pe = Ce.children.length, pe = me; pe >= 0 && pe < Pe && pe != (L > 0 ? Pe : -1); pe += le) {
|
|
5533
5533
|
var Oe = Ce.children[pe];
|
|
5534
5534
|
if (Oe.className.indexOf("hidden") === -1 && Z(Oe.dateObj) && Math.abs(I.$i - pe) >= Math.abs(L))
|
|
5535
5535
|
return E(Oe);
|
|
@@ -5541,8 +5541,8 @@ function yd(t, n) {
|
|
|
5541
5541
|
le === void 0 ? e._input.focus() : X ? P(le, L) : E(le);
|
|
5542
5542
|
}
|
|
5543
5543
|
function O(I, L) {
|
|
5544
|
-
for (var z = (new Date(I, L, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, X = e.utils.getDaysInMonth((L - 1 + 12) % 12, I), le = e.utils.getDaysInMonth(L, I), de = window.document.createDocumentFragment(), Ce = e.config.showMonths > 1,
|
|
5545
|
-
de.appendChild(S("flatpickr-day " +
|
|
5544
|
+
for (var z = (new Date(I, L, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, X = e.utils.getDaysInMonth((L - 1 + 12) % 12, I), le = e.utils.getDaysInMonth(L, I), de = window.document.createDocumentFragment(), Ce = e.config.showMonths > 1, me = Ce ? "prevMonthDay hidden" : "prevMonthDay", Pe = Ce ? "nextMonthDay hidden" : "nextMonthDay", pe = X + 1 - z, Oe = 0; pe <= X; pe++, Oe++)
|
|
5545
|
+
de.appendChild(S("flatpickr-day " + me, new Date(I, L - 1, pe), pe, Oe));
|
|
5546
5546
|
for (pe = 1; pe <= le; pe++, Oe++)
|
|
5547
5547
|
de.appendChild(S("flatpickr-day", new Date(I, L, pe), pe, Oe));
|
|
5548
5548
|
for (var Be = le + 1; Be <= 42 - z && (e.config.showMonths === 1 || Oe % 7 !== 0); Be++, Oe++)
|
|
@@ -5576,7 +5576,7 @@ function yd(t, n) {
|
|
|
5576
5576
|
function M() {
|
|
5577
5577
|
var I = Fe("div", "flatpickr-month"), L = window.document.createDocumentFragment(), z;
|
|
5578
5578
|
e.config.showMonths > 1 || e.config.monthSelectorType === "static" ? z = Fe("span", "cur-month") : (e.monthsDropdownContainer = Fe("select", "flatpickr-monthDropdown-months"), e.monthsDropdownContainer.setAttribute("aria-label", e.l10n.monthAriaLabel), v(e.monthsDropdownContainer, "change", function(Ce) {
|
|
5579
|
-
var
|
|
5579
|
+
var me = Ot(Ce), Pe = parseInt(me.value, 10);
|
|
5580
5580
|
e.changeMonth(Pe - e.currentMonth), He("onMonthChange");
|
|
5581
5581
|
}), x(), z = e.monthsDropdownContainer);
|
|
5582
5582
|
var X = di("cur-year", { tabindex: "-1" }), le = X.getElementsByTagName("input")[0];
|
|
@@ -5641,8 +5641,8 @@ function yd(t, n) {
|
|
|
5641
5641
|
}
|
|
5642
5642
|
function U() {
|
|
5643
5643
|
if (e.weekdayContainer) {
|
|
5644
|
-
var I = e.l10n.firstDayOfWeek, L =
|
|
5645
|
-
I > 0 && I < L.length && (L =
|
|
5644
|
+
var I = e.l10n.firstDayOfWeek, L = Kr(e.l10n.weekdays.shorthand);
|
|
5645
|
+
I > 0 && I < L.length && (L = Kr(L.splice(I, L.length), L.splice(0, I)));
|
|
5646
5646
|
for (var z = e.config.showMonths; z--; )
|
|
5647
5647
|
e.weekdayContainer.children[z].innerHTML = `
|
|
5648
5648
|
<span class='flatpickr-weekday'>
|
|
@@ -5756,15 +5756,15 @@ function yd(t, n) {
|
|
|
5756
5756
|
return !0;
|
|
5757
5757
|
if (X === void 0)
|
|
5758
5758
|
return !1;
|
|
5759
|
-
for (var le = !!e.config.enable, de = (z = e.config.enable) !== null && z !== void 0 ? z : e.config.disable, Ce = 0,
|
|
5760
|
-
if (
|
|
5759
|
+
for (var le = !!e.config.enable, de = (z = e.config.enable) !== null && z !== void 0 ? z : e.config.disable, Ce = 0, me = void 0; Ce < de.length; Ce++) {
|
|
5760
|
+
if (me = de[Ce], typeof me == "function" && me(X))
|
|
5761
5761
|
return le;
|
|
5762
|
-
if (
|
|
5762
|
+
if (me instanceof Date && X !== void 0 && me.getTime() === X.getTime())
|
|
5763
5763
|
return le;
|
|
5764
|
-
if (typeof
|
|
5765
|
-
var Pe = e.parseDate(
|
|
5764
|
+
if (typeof me == "string") {
|
|
5765
|
+
var Pe = e.parseDate(me, void 0, !0);
|
|
5766
5766
|
return Pe && Pe.getTime() === X.getTime() ? le : !le;
|
|
5767
|
-
} else if (typeof
|
|
5767
|
+
} else if (typeof me == "object" && X !== void 0 && me.from && me.to && X.getTime() >= me.from.getTime() && X.getTime() <= me.to.getTime())
|
|
5768
5768
|
return le;
|
|
5769
5769
|
}
|
|
5770
5770
|
return !le;
|
|
@@ -5799,8 +5799,8 @@ function yd(t, n) {
|
|
|
5799
5799
|
case 39:
|
|
5800
5800
|
if (!Ce && !z) {
|
|
5801
5801
|
I.preventDefault();
|
|
5802
|
-
var
|
|
5803
|
-
if (e.daysContainer !== void 0 && (X === !1 ||
|
|
5802
|
+
var me = i();
|
|
5803
|
+
if (e.daysContainer !== void 0 && (X === !1 || me && J(me))) {
|
|
5804
5804
|
var Pe = I.keyCode === 39 ? 1 : -1;
|
|
5805
5805
|
I.ctrlKey ? (I.stopPropagation(), A(Pe), C(T(1), 0)) : C(void 0, Pe);
|
|
5806
5806
|
}
|
|
@@ -5847,11 +5847,11 @@ function yd(t, n) {
|
|
|
5847
5847
|
}
|
|
5848
5848
|
function _e(I, L) {
|
|
5849
5849
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5850
|
-
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1,
|
|
5851
|
-
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!
|
|
5850
|
+
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe += md.DAY)
|
|
5851
|
+
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
|
|
5852
5852
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5853
5853
|
Oe.forEach(function(Be) {
|
|
5854
|
-
var Ue = Be.dateObj, ot = Ue.getTime(), Ut =
|
|
5854
|
+
var Ue = Be.dateObj, ot = Ue.getTime(), Ut = me > 0 && ot < me || Pe > 0 && ot > Pe;
|
|
5855
5855
|
if (Ut) {
|
|
5856
5856
|
Be.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(Dt) {
|
|
5857
5857
|
Be.classList.remove(Dt);
|
|
@@ -5861,7 +5861,7 @@ function yd(t, n) {
|
|
|
5861
5861
|
return;
|
|
5862
5862
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5863
5863
|
Be.classList.remove(Dt);
|
|
5864
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >=
|
|
5864
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && ot === X ? Be.classList.add("startRange") : X > z && ot === X && Be.classList.add("endRange"), ot >= me && (Pe === 0 || ot <= Pe) && pd(ot, X, z) && Be.classList.add("inRange"));
|
|
5865
5865
|
});
|
|
5866
5866
|
}
|
|
5867
5867
|
}
|
|
@@ -5884,7 +5884,7 @@ function yd(t, n) {
|
|
|
5884
5884
|
return e.hourElement.select();
|
|
5885
5885
|
}, 50);
|
|
5886
5886
|
}
|
|
5887
|
-
function
|
|
5887
|
+
function Me(I) {
|
|
5888
5888
|
return function(L) {
|
|
5889
5889
|
var z = e.config["_" + I + "Date"] = e.parseDate(L, e.config.dateFormat), X = e.config["_" + (I === "min" ? "max" : "min") + "Date"];
|
|
5890
5890
|
z !== void 0 && (e[I === "min" ? "minDateHasTime" : "maxDateHasTime"] = z.getHours() > 0 || z.getMinutes() > 0 || z.getSeconds() > 0), e.selectedDates && (e.selectedDates = e.selectedDates.filter(function(le) {
|
|
@@ -5926,23 +5926,23 @@ function yd(t, n) {
|
|
|
5926
5926
|
});
|
|
5927
5927
|
var X = L.mode === "time";
|
|
5928
5928
|
if (!L.dateFormat && (L.enableTime || X)) {
|
|
5929
|
-
var le = Je.defaultConfig.dateFormat ||
|
|
5929
|
+
var le = Je.defaultConfig.dateFormat || _n.dateFormat;
|
|
5930
5930
|
z.dateFormat = L.noCalendar || X ? "H:i" + (L.enableSeconds ? ":S" : "") : le + " H:i" + (L.enableSeconds ? ":S" : "");
|
|
5931
5931
|
}
|
|
5932
5932
|
if (L.altInput && (L.enableTime || X) && !L.altFormat) {
|
|
5933
|
-
var de = Je.defaultConfig.altFormat ||
|
|
5933
|
+
var de = Je.defaultConfig.altFormat || _n.altFormat;
|
|
5934
5934
|
z.altFormat = L.noCalendar || X ? "h:i" + (L.enableSeconds ? ":S K" : " K") : de + (" h:i" + (L.enableSeconds ? ":S" : "") + " K");
|
|
5935
5935
|
}
|
|
5936
5936
|
Object.defineProperty(e.config, "minDate", {
|
|
5937
5937
|
get: function() {
|
|
5938
5938
|
return e.config._minDate;
|
|
5939
5939
|
},
|
|
5940
|
-
set:
|
|
5940
|
+
set: Me("min")
|
|
5941
5941
|
}), Object.defineProperty(e.config, "maxDate", {
|
|
5942
5942
|
get: function() {
|
|
5943
5943
|
return e.config._maxDate;
|
|
5944
5944
|
},
|
|
5945
|
-
set:
|
|
5945
|
+
set: Me("max")
|
|
5946
5946
|
});
|
|
5947
5947
|
var Ce = function(Oe) {
|
|
5948
5948
|
return function(Be) {
|
|
@@ -5960,15 +5960,15 @@ function yd(t, n) {
|
|
|
5960
5960
|
},
|
|
5961
5961
|
set: Ce("max")
|
|
5962
5962
|
}), L.mode === "time" && (e.config.noCalendar = !0, e.config.enableTime = !0), Object.assign(e.config, z, L);
|
|
5963
|
-
for (var
|
|
5964
|
-
e.config[I[
|
|
5963
|
+
for (var me = 0; me < I.length; me++)
|
|
5964
|
+
e.config[I[me]] = e.config[I[me]] === !0 || e.config[I[me]] === "true";
|
|
5965
5965
|
nr.filter(function(Oe) {
|
|
5966
5966
|
return e.config[Oe] !== void 0;
|
|
5967
5967
|
}).forEach(function(Oe) {
|
|
5968
5968
|
e.config[Oe] = ir(e.config[Oe] || []).map(s);
|
|
5969
5969
|
}), e.isMobile = !e.config.disableMobile && !e.config.inline && e.config.mode === "single" && !e.config.disable.length && !e.config.enable && !e.config.weekNumbers && /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
|
5970
|
-
for (var
|
|
5971
|
-
var Pe = e.config.plugins[
|
|
5970
|
+
for (var me = 0; me < e.config.plugins.length; me++) {
|
|
5971
|
+
var Pe = e.config.plugins[me](e) || {};
|
|
5972
5972
|
for (var pe in Pe)
|
|
5973
5973
|
nr.indexOf(pe) > -1 ? e.config[pe] = ir(Pe[pe]).map(s).concat(e.config[pe]) : typeof L[pe] > "u" && (e.config[pe] = Pe[pe]);
|
|
5974
5974
|
}
|
|
@@ -5987,24 +5987,24 @@ function yd(t, n) {
|
|
|
5987
5987
|
return void e.config.position(e, I);
|
|
5988
5988
|
if (e.calendarContainer !== void 0) {
|
|
5989
5989
|
He("onPreCalendarPosition");
|
|
5990
|
-
var L = I || e._positionElement, z = Array.prototype.reduce.call(e.calendarContainer.children, function(ut,
|
|
5991
|
-
return ut +
|
|
5992
|
-
}, 0), X = e.calendarContainer.offsetWidth, le = e.config.position.split(" "), de = le[0], Ce = le.length > 1 ? le[1] : null,
|
|
5990
|
+
var L = I || e._positionElement, z = Array.prototype.reduce.call(e.calendarContainer.children, function(ut, In) {
|
|
5991
|
+
return ut + In.offsetHeight;
|
|
5992
|
+
}, 0), X = e.calendarContainer.offsetWidth, le = e.config.position.split(" "), de = le[0], Ce = le.length > 1 ? le[1] : null, me = L.getBoundingClientRect(), Pe = window.innerHeight - me.bottom, pe = de === "above" || de !== "below" && Pe < z && me.top > z, Oe = window.pageYOffset + me.top + (pe ? -z - 2 : L.offsetHeight + 2);
|
|
5993
5993
|
if (mt(e.calendarContainer, "arrowTop", !pe), mt(e.calendarContainer, "arrowBottom", pe), !e.config.inline) {
|
|
5994
|
-
var Be = window.pageXOffset +
|
|
5995
|
-
Ce === "center" ? (Be -= (X -
|
|
5996
|
-
var Ut = window.document.body.offsetWidth - (window.pageXOffset +
|
|
5994
|
+
var Be = window.pageXOffset + me.left, Ue = !1, ot = !1;
|
|
5995
|
+
Ce === "center" ? (Be -= (X - me.width) / 2, Ue = !0) : Ce === "right" && (Be -= X - me.width, ot = !0), mt(e.calendarContainer, "arrowLeft", !Ue && !ot), mt(e.calendarContainer, "arrowCenter", Ue), mt(e.calendarContainer, "arrowRight", ot);
|
|
5996
|
+
var Ut = window.document.body.offsetWidth - (window.pageXOffset + me.right), Dt = Be + X > window.document.body.offsetWidth, En = Ut + X > window.document.body.offsetWidth;
|
|
5997
5997
|
if (mt(e.calendarContainer, "rightMost", Dt), !e.config.static)
|
|
5998
5998
|
if (e.calendarContainer.style.top = Oe + "px", !Dt)
|
|
5999
5999
|
e.calendarContainer.style.left = Be + "px", e.calendarContainer.style.right = "auto";
|
|
6000
|
-
else if (!
|
|
6000
|
+
else if (!En)
|
|
6001
6001
|
e.calendarContainer.style.left = "auto", e.calendarContainer.style.right = Ut + "px";
|
|
6002
6002
|
else {
|
|
6003
6003
|
var rn = se();
|
|
6004
6004
|
if (rn === void 0)
|
|
6005
6005
|
return;
|
|
6006
|
-
var nt = window.document.body.offsetWidth,
|
|
6007
|
-
mt(e.calendarContainer, "rightMost", !1), mt(e.calendarContainer, "centerMost", !0), rn.insertRule(
|
|
6006
|
+
var nt = window.document.body.offsetWidth, Tn = Math.max(0, nt / 2 - X / 2), Sn = ".flatpickr-calendar.centerMost:before", xn = ".flatpickr-calendar.centerMost:after", An = rn.cssRules.length, Nn = "{left:" + me.left + "px;right:auto;}";
|
|
6007
|
+
mt(e.calendarContainer, "rightMost", !1), mt(e.calendarContainer, "centerMost", !0), rn.insertRule(Sn + "," + xn + Nn, An), e.calendarContainer.style.left = Tn + "px", e.calendarContainer.style.right = "auto";
|
|
6008
6008
|
}
|
|
6009
6009
|
}
|
|
6010
6010
|
}
|
|
@@ -6051,8 +6051,8 @@ function yd(t, n) {
|
|
|
6051
6051
|
return Oe.getTime() - Be.getTime();
|
|
6052
6052
|
}));
|
|
6053
6053
|
if (d(), de) {
|
|
6054
|
-
var
|
|
6055
|
-
e.currentYear = le.getFullYear(), e.currentMonth = le.getMonth(),
|
|
6054
|
+
var me = e.currentYear !== le.getFullYear();
|
|
6055
|
+
e.currentYear = le.getFullYear(), e.currentMonth = le.getMonth(), me && (He("onYearChange"), x()), He("onMonthChange");
|
|
6056
6056
|
}
|
|
6057
6057
|
if (st(), k(), pt(), !de && e.config.mode !== "range" && e.config.showMonths === 1 ? E(X) : e.selectedDateElem !== void 0 && e.hourElement === void 0 && e.selectedDateElem && e.selectedDateElem.focus(), e.hourElement !== void 0 && e.hourElement !== void 0 && e.hourElement.focus(), e.config.closeOnSelect) {
|
|
6058
6058
|
var Pe = e.config.mode === "single" && !e.config.enableTime, pe = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
|
|
@@ -6149,7 +6149,7 @@ function yd(t, n) {
|
|
|
6149
6149
|
function en() {
|
|
6150
6150
|
e._positionElement = e.config.positionElement || e._input;
|
|
6151
6151
|
}
|
|
6152
|
-
function
|
|
6152
|
+
function Cn() {
|
|
6153
6153
|
var I = e.config.enableTime ? e.config.noCalendar ? "time" : "datetime-local" : "date";
|
|
6154
6154
|
e.mobileInput = Fe("input", e.input.className + " flatpickr-mobile"), e.mobileInput.tabIndex = 1, e.mobileInput.type = I, e.mobileInput.disabled = e.input.disabled, e.mobileInput.required = e.input.required, e.mobileInput.placeholder = e.input.placeholder, e.mobileFormatStr = I === "datetime-local" ? "Y-m-d\\TH:i:S" : I === "date" ? "Y-m-d" : "H:i:S", e.selectedDates.length > 0 && (e.mobileInput.defaultValue = e.mobileInput.value = e.formatDate(e.selectedDates[0], e.mobileFormatStr)), e.config.minDate && (e.mobileInput.min = e.formatDate(e.config.minDate, "Y-m-d")), e.config.maxDate && (e.mobileInput.max = e.formatDate(e.config.maxDate, "Y-m-d")), e.input.getAttribute("step") && (e.mobileInput.step = String(e.input.getAttribute("step"))), e.input.type = "hidden", e.altInput !== void 0 && (e.altInput.type = "hidden");
|
|
6155
6155
|
try {
|
|
@@ -6214,15 +6214,15 @@ function yd(t, n) {
|
|
|
6214
6214
|
I.preventDefault();
|
|
6215
6215
|
var L = I.type === "keydown", z = Ot(I), X = z;
|
|
6216
6216
|
e.amPM !== void 0 && z === e.amPM && (e.amPM.textContent = e.l10n.amPM[Et(e.amPM.textContent === e.l10n.amPM[0])]);
|
|
6217
|
-
var le = parseFloat(X.getAttribute("min")), de = parseFloat(X.getAttribute("max")), Ce = parseFloat(X.getAttribute("step")),
|
|
6217
|
+
var le = parseFloat(X.getAttribute("min")), de = parseFloat(X.getAttribute("max")), Ce = parseFloat(X.getAttribute("step")), me = parseInt(X.value, 10), Pe = I.delta || (L ? I.which === 38 ? 1 : -1 : 0), pe = me + Ce * Pe;
|
|
6218
6218
|
if (typeof X.value < "u" && X.value.length === 2) {
|
|
6219
6219
|
var Oe = X === e.hourElement, Be = X === e.minuteElement;
|
|
6220
|
-
pe < le ? (pe = de + pe + Et(!Oe) + (Et(Oe) && Et(!e.amPM)), Be && p(void 0, -1, e.hourElement)) : pe > de && (pe = X === e.hourElement ? pe - de - Et(!e.amPM) : le, Be && p(void 0, 1, e.hourElement)), e.amPM && Oe && (Ce === 1 ? pe +
|
|
6220
|
+
pe < le ? (pe = de + pe + Et(!Oe) + (Et(Oe) && Et(!e.amPM)), Be && p(void 0, -1, e.hourElement)) : pe > de && (pe = X === e.hourElement ? pe - de - Et(!e.amPM) : le, Be && p(void 0, 1, e.hourElement)), e.amPM && Oe && (Ce === 1 ? pe + me === 23 : Math.abs(pe - me) > Ce) && (e.amPM.textContent = e.l10n.amPM[Et(e.amPM.textContent === e.l10n.amPM[0])]), X.value = bt(pe);
|
|
6221
6221
|
}
|
|
6222
6222
|
}
|
|
6223
6223
|
return o(), e;
|
|
6224
6224
|
}
|
|
6225
|
-
function
|
|
6225
|
+
function $n(t, n) {
|
|
6226
6226
|
for (var e = Array.prototype.slice.call(t).filter(function(s) {
|
|
6227
6227
|
return s instanceof HTMLElement;
|
|
6228
6228
|
}), r = [], o = 0; o < e.length; o++) {
|
|
@@ -6238,17 +6238,17 @@ function wn(t, n) {
|
|
|
6238
6238
|
return r.length === 1 ? r[0] : r;
|
|
6239
6239
|
}
|
|
6240
6240
|
typeof HTMLElement < "u" && typeof HTMLCollection < "u" && typeof NodeList < "u" && (HTMLCollection.prototype.flatpickr = NodeList.prototype.flatpickr = function(t) {
|
|
6241
|
-
return
|
|
6241
|
+
return $n(this, t);
|
|
6242
6242
|
}, HTMLElement.prototype.flatpickr = function(t) {
|
|
6243
|
-
return
|
|
6243
|
+
return $n([this], t);
|
|
6244
6244
|
});
|
|
6245
6245
|
var Je = function(t, n) {
|
|
6246
|
-
return typeof t == "string" ?
|
|
6246
|
+
return typeof t == "string" ? $n(window.document.querySelectorAll(t), n) : t instanceof Node ? $n([t], n) : $n(t, n);
|
|
6247
6247
|
};
|
|
6248
6248
|
Je.defaultConfig = {};
|
|
6249
6249
|
Je.l10ns = {
|
|
6250
|
-
en: ft({},
|
|
6251
|
-
default: ft({},
|
|
6250
|
+
en: ft({}, zn),
|
|
6251
|
+
default: ft({}, zn)
|
|
6252
6252
|
};
|
|
6253
6253
|
Je.localize = function(t) {
|
|
6254
6254
|
Je.l10ns.default = ft(ft({}, Je.l10ns.default), t);
|
|
@@ -6260,7 +6260,7 @@ Je.parseDate = gr({});
|
|
|
6260
6260
|
Je.formatDate = zo({});
|
|
6261
6261
|
Je.compareDates = kt;
|
|
6262
6262
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
6263
|
-
return
|
|
6263
|
+
return $n(this, t);
|
|
6264
6264
|
});
|
|
6265
6265
|
Date.prototype.fp_incr = function(t) {
|
|
6266
6266
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
@@ -6520,7 +6520,7 @@ const Od = "single", lr = "range", kd = {
|
|
|
6520
6520
|
components: {
|
|
6521
6521
|
IbIcon: Xe,
|
|
6522
6522
|
IbLabel: Ci,
|
|
6523
|
-
IbAlert:
|
|
6523
|
+
IbAlert: cn
|
|
6524
6524
|
}
|
|
6525
6525
|
}, Cd = { class: "inputs-wrapper" }, Ed = { class: "input-group-wrapper" }, Td = ["placeholder"], Sd = {
|
|
6526
6526
|
ref: "dropdown",
|
|
@@ -6538,7 +6538,7 @@ const Od = "single", lr = "range", kd = {
|
|
|
6538
6538
|
function Pd(t, n, e, r, o, i) {
|
|
6539
6539
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6540
6540
|
return G(), ne("div", {
|
|
6541
|
-
class:
|
|
6541
|
+
class: ve(["flatpickr-wrapper", {
|
|
6542
6542
|
"has-labels": e.label.length || e.endDateLabel.length,
|
|
6543
6543
|
"has-label": e.label.length,
|
|
6544
6544
|
"has-error": e.errorMessage.length,
|
|
@@ -6567,7 +6567,7 @@ function Pd(t, n, e, r, o, i) {
|
|
|
6567
6567
|
_: 1
|
|
6568
6568
|
}, 8, ["required"])) : he("", !0),
|
|
6569
6569
|
ae("div", {
|
|
6570
|
-
class:
|
|
6570
|
+
class: ve(["input-wrapper", { active: o.isOpen }]),
|
|
6571
6571
|
onClick: n[0] || (n[0] = (...f) => i.open && i.open(...f))
|
|
6572
6572
|
}, [
|
|
6573
6573
|
ae("input", {
|
|
@@ -6575,7 +6575,7 @@ function Pd(t, n, e, r, o, i) {
|
|
|
6575
6575
|
ref: "date",
|
|
6576
6576
|
class: "date-picker-input"
|
|
6577
6577
|
}, null, 8, Td),
|
|
6578
|
-
|
|
6578
|
+
ge(c, {
|
|
6579
6579
|
name: "today-outline",
|
|
6580
6580
|
class: "calendar-icon"
|
|
6581
6581
|
})
|
|
@@ -6595,7 +6595,7 @@ function Pd(t, n, e, r, o, i) {
|
|
|
6595
6595
|
_: 1
|
|
6596
6596
|
}, 8, ["required"])) : he("", !0),
|
|
6597
6597
|
ae("div", {
|
|
6598
|
-
class:
|
|
6598
|
+
class: ve(["input-wrapper", { active: o.isOpenEndDate }]),
|
|
6599
6599
|
onClick: n[1] || (n[1] = (...f) => i.openEndDate && i.openEndDate(...f))
|
|
6600
6600
|
}, [
|
|
6601
6601
|
ae("input", {
|
|
@@ -6603,7 +6603,7 @@ function Pd(t, n, e, r, o, i) {
|
|
|
6603
6603
|
placeholder: e.placeholder,
|
|
6604
6604
|
ref: "toDate"
|
|
6605
6605
|
}, null, 8, Nd),
|
|
6606
|
-
|
|
6606
|
+
ge(c, {
|
|
6607
6607
|
name: "today-outline",
|
|
6608
6608
|
class: "calendar-icon"
|
|
6609
6609
|
})
|
|
@@ -8103,7 +8103,7 @@ const Bd = [
|
|
|
8103
8103
|
} else
|
|
8104
8104
|
Object.assign(t, { [n.name]: n.default });
|
|
8105
8105
|
return t;
|
|
8106
|
-
}, {}),
|
|
8106
|
+
}, {}), Gr = {
|
|
8107
8107
|
options: { ...jd }
|
|
8108
8108
|
}, qd = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d\\d|606)\\d{5}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "(?:[45]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
8109
8109
|
function Fd(t, n) {
|
|
@@ -8117,14 +8117,14 @@ function mr(t) {
|
|
|
8117
8117
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
8118
8118
|
}, mr(t);
|
|
8119
8119
|
}
|
|
8120
|
-
function
|
|
8120
|
+
function Yr(t, n) {
|
|
8121
8121
|
for (var e = 0; e < n.length; e++) {
|
|
8122
8122
|
var r = n[e];
|
|
8123
8123
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8124
8124
|
}
|
|
8125
8125
|
}
|
|
8126
8126
|
function Hd(t, n, e) {
|
|
8127
|
-
return n &&
|
|
8127
|
+
return n && Yr(t.prototype, n), e && Yr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8128
8128
|
}
|
|
8129
8129
|
function Vd(t, n) {
|
|
8130
8130
|
if (!(t instanceof n))
|
|
@@ -8133,14 +8133,14 @@ function Vd(t, n) {
|
|
|
8133
8133
|
function Ud(t, n) {
|
|
8134
8134
|
if (typeof n != "function" && n !== null)
|
|
8135
8135
|
throw new TypeError("Super expression must either be null or a function");
|
|
8136
|
-
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n &&
|
|
8136
|
+
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8137
8137
|
}
|
|
8138
8138
|
function zd(t) {
|
|
8139
8139
|
var n = Yo();
|
|
8140
8140
|
return function() {
|
|
8141
|
-
var e =
|
|
8141
|
+
var e = Gn(t), r;
|
|
8142
8142
|
if (n) {
|
|
8143
|
-
var o =
|
|
8143
|
+
var o = Gn(this).constructor;
|
|
8144
8144
|
r = Reflect.construct(e, arguments, o);
|
|
8145
8145
|
} else
|
|
8146
8146
|
r = e.apply(this, arguments);
|
|
@@ -8172,9 +8172,9 @@ function vr(t) {
|
|
|
8172
8172
|
n.set(e, r);
|
|
8173
8173
|
}
|
|
8174
8174
|
function r() {
|
|
8175
|
-
return pi(e, arguments,
|
|
8175
|
+
return pi(e, arguments, Gn(this).constructor);
|
|
8176
8176
|
}
|
|
8177
|
-
return r.prototype = Object.create(e.prototype, { constructor: { value: r, enumerable: !1, writable: !0, configurable: !0 } }),
|
|
8177
|
+
return r.prototype = Object.create(e.prototype, { constructor: { value: r, enumerable: !1, writable: !0, configurable: !0 } }), Kn(r, e);
|
|
8178
8178
|
}, vr(t);
|
|
8179
8179
|
}
|
|
8180
8180
|
function pi(t, n, e) {
|
|
@@ -8182,7 +8182,7 @@ function pi(t, n, e) {
|
|
|
8182
8182
|
var s = [null];
|
|
8183
8183
|
s.push.apply(s, o);
|
|
8184
8184
|
var l = Function.bind.apply(r, s), c = new l();
|
|
8185
|
-
return i &&
|
|
8185
|
+
return i && Kn(c, i.prototype), c;
|
|
8186
8186
|
}, pi.apply(null, arguments);
|
|
8187
8187
|
}
|
|
8188
8188
|
function Yo() {
|
|
@@ -8200,15 +8200,15 @@ function Yo() {
|
|
|
8200
8200
|
function Gd(t) {
|
|
8201
8201
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8202
8202
|
}
|
|
8203
|
-
function
|
|
8204
|
-
return
|
|
8203
|
+
function Kn(t, n) {
|
|
8204
|
+
return Kn = Object.setPrototypeOf || function(e, r) {
|
|
8205
8205
|
return e.__proto__ = r, e;
|
|
8206
|
-
},
|
|
8206
|
+
}, Kn(t, n);
|
|
8207
8207
|
}
|
|
8208
|
-
function
|
|
8209
|
-
return
|
|
8208
|
+
function Gn(t) {
|
|
8209
|
+
return Gn = Object.setPrototypeOf ? Object.getPrototypeOf : function(n) {
|
|
8210
8210
|
return n.__proto__ || Object.getPrototypeOf(n);
|
|
8211
|
-
},
|
|
8211
|
+
}, Gn(t);
|
|
8212
8212
|
}
|
|
8213
8213
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8214
8214
|
Ud(e, t);
|
|
@@ -8218,8 +8218,8 @@ var Xt = /* @__PURE__ */ function(t) {
|
|
|
8218
8218
|
return Vd(this, e), o = n.call(this, r), Object.setPrototypeOf(Go(o), e.prototype), o.name = o.constructor.name, o;
|
|
8219
8219
|
}
|
|
8220
8220
|
return Hd(e);
|
|
8221
|
-
}(/* @__PURE__ */ vr(Error)),
|
|
8222
|
-
function
|
|
8221
|
+
}(/* @__PURE__ */ vr(Error)), Sr = 2, Yd = 17, Wd = 3, Qt = "0-90-9٠-٩۰-۹", Zd = "-‐-―−ー-", Jd = "//", Xd = "..", Qd = " ", ec = "()()[]\\[\\]", tc = "~⁓∼~", vi = "".concat(Zd).concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc), xr = "++";
|
|
8222
|
+
function Wr(t, n) {
|
|
8223
8223
|
t = t.split("-"), n = n.split("-");
|
|
8224
8224
|
for (var e = t[0].split("."), r = n[0].split("."), o = 0; o < 3; o++) {
|
|
8225
8225
|
var i = Number(e[o]), s = Number(r[o]);
|
|
@@ -8245,16 +8245,16 @@ function Ti(t, n) {
|
|
|
8245
8245
|
if (!(t instanceof n))
|
|
8246
8246
|
throw new TypeError("Cannot call a class as a function");
|
|
8247
8247
|
}
|
|
8248
|
-
function
|
|
8248
|
+
function Zr(t, n) {
|
|
8249
8249
|
for (var e = 0; e < n.length; e++) {
|
|
8250
8250
|
var r = n[e];
|
|
8251
8251
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
8252
8252
|
}
|
|
8253
8253
|
}
|
|
8254
8254
|
function Si(t, n, e) {
|
|
8255
|
-
return n &&
|
|
8255
|
+
return n && Zr(t.prototype, n), e && Zr(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8256
8256
|
}
|
|
8257
|
-
var nc = "1.2.0", ic = "1.7.35",
|
|
8257
|
+
var nc = "1.2.0", ic = "1.7.35", Jr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__ */ function() {
|
|
8258
8258
|
function t(n) {
|
|
8259
8259
|
Ti(this, t), sc(n), this.metadata = n, Wo.call(this, n);
|
|
8260
8260
|
}
|
|
@@ -8312,11 +8312,11 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8312
8312
|
if (n && rc.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8313
8313
|
if (!this.hasCountry(n))
|
|
8314
8314
|
throw new Error("Unknown country: ".concat(n));
|
|
8315
|
-
this.numberingPlan = new
|
|
8315
|
+
this.numberingPlan = new Xr(this.getCountryMetadata(n), this);
|
|
8316
8316
|
} else if (e) {
|
|
8317
8317
|
if (!this.hasCallingCode(e))
|
|
8318
8318
|
throw new Error("Unknown calling code: ".concat(e));
|
|
8319
|
-
this.numberingPlan = new
|
|
8319
|
+
this.numberingPlan = new Xr(this.getNumberingPlanMetadata(e), this);
|
|
8320
8320
|
} else
|
|
8321
8321
|
this.numberingPlan = void 0;
|
|
8322
8322
|
return this;
|
|
@@ -8440,7 +8440,7 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8440
8440
|
return this.numberingPlan !== void 0;
|
|
8441
8441
|
}
|
|
8442
8442
|
}]), t;
|
|
8443
|
-
}(),
|
|
8443
|
+
}(), Xr = /* @__PURE__ */ function() {
|
|
8444
8444
|
function t(n, e) {
|
|
8445
8445
|
Ti(this, t), this.globalMetadataObject = e, this.metadata = n, Wo.call(this, e.metadata);
|
|
8446
8446
|
}
|
|
@@ -8567,13 +8567,13 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8567
8567
|
}, {
|
|
8568
8568
|
key: "type",
|
|
8569
8569
|
value: function(n) {
|
|
8570
|
-
if (this.hasTypes() &&
|
|
8571
|
-
return new lc(
|
|
8570
|
+
if (this.hasTypes() && Qr(this.types(), n))
|
|
8571
|
+
return new lc(Qr(this.types(), n), this);
|
|
8572
8572
|
}
|
|
8573
8573
|
}, {
|
|
8574
8574
|
key: "ext",
|
|
8575
8575
|
value: function() {
|
|
8576
|
-
return this.v1 || this.v2 ?
|
|
8576
|
+
return this.v1 || this.v2 ? Jr : this.metadata[13] || Jr;
|
|
8577
8577
|
}
|
|
8578
8578
|
}]), t;
|
|
8579
8579
|
}(), oc = /* @__PURE__ */ function() {
|
|
@@ -8640,7 +8640,7 @@ var nc = "1.2.0", ic = "1.7.35", Xr = " ext. ", rc = /^\d+$/, Ct = /* @__PURE__
|
|
|
8640
8640
|
}
|
|
8641
8641
|
}]), t;
|
|
8642
8642
|
}();
|
|
8643
|
-
function
|
|
8643
|
+
function Qr(t, n) {
|
|
8644
8644
|
switch (n) {
|
|
8645
8645
|
case "FIXED_LINE":
|
|
8646
8646
|
return t[0];
|
|
@@ -8675,7 +8675,7 @@ var sr = function(t) {
|
|
|
8675
8675
|
}, uc = function(t) {
|
|
8676
8676
|
return yi(t);
|
|
8677
8677
|
};
|
|
8678
|
-
function
|
|
8678
|
+
function Ar(t, n) {
|
|
8679
8679
|
if (n = new Ct(n), n.hasCountry(t))
|
|
8680
8680
|
return n.country(t).countryCallingCode();
|
|
8681
8681
|
throw new Error("Unknown country: ".concat(t));
|
|
@@ -8685,33 +8685,33 @@ function dc(t, n) {
|
|
|
8685
8685
|
}
|
|
8686
8686
|
function Wo(t) {
|
|
8687
8687
|
var n = t.version;
|
|
8688
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ?
|
|
8688
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wr(n, nc) === -1 ? this.v2 = !0 : Wr(n, ic) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8689
8689
|
}
|
|
8690
|
-
var cc = ";ext=",
|
|
8690
|
+
var cc = ";ext=", bn = function(t) {
|
|
8691
8691
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8692
8692
|
};
|
|
8693
8693
|
function Zo(t) {
|
|
8694
|
-
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = cc +
|
|
8694
|
+
var n = "20", e = "15", r = "9", o = "6", i = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = cc + 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;
|
|
8695
8695
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8696
8696
|
}
|
|
8697
|
-
var fc = "[" + Qt + "]{" +
|
|
8697
|
+
var fc = "[" + Qt + "]{" + Sr + "}", hc = "[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){3,}[" + vi + Qt + "]*", pc = new RegExp("^[" + xr + "]{0,1}(?:[" + vi + "]*[" + Qt + "]){1,2}$", "i"), gc = hc + // Phone number extensions
|
|
8698
8698
|
"(?:" + Zo() + ")?", mc = new RegExp(
|
|
8699
8699
|
// Either a short two-digit-only phone number
|
|
8700
8700
|
"^" + fc + "$|^" + gc + "$",
|
|
8701
8701
|
"i"
|
|
8702
8702
|
);
|
|
8703
8703
|
function Jo(t) {
|
|
8704
|
-
return t.length >=
|
|
8704
|
+
return t.length >= Sr && mc.test(t);
|
|
8705
8705
|
}
|
|
8706
8706
|
function vc(t) {
|
|
8707
8707
|
return pc.test(t);
|
|
8708
8708
|
}
|
|
8709
|
-
var
|
|
8709
|
+
var eo = new RegExp("(?:" + Zo() + ")$", "i");
|
|
8710
8710
|
function yc(t) {
|
|
8711
|
-
var n = t.search(
|
|
8711
|
+
var n = t.search(eo);
|
|
8712
8712
|
if (n < 0)
|
|
8713
8713
|
return {};
|
|
8714
|
-
for (var e = t.slice(0, n), r = t.match(
|
|
8714
|
+
for (var e = t.slice(0, n), r = t.match(eo), o = 1; o < r.length; ) {
|
|
8715
8715
|
if (r[o])
|
|
8716
8716
|
return {
|
|
8717
8717
|
number: e,
|
|
@@ -8812,21 +8812,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8812
8812
|
function wc(t, n) {
|
|
8813
8813
|
if (t) {
|
|
8814
8814
|
if (typeof t == "string")
|
|
8815
|
-
return
|
|
8815
|
+
return to(t, n);
|
|
8816
8816
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8817
8817
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8818
8818
|
return Array.from(t);
|
|
8819
8819
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8820
|
-
return
|
|
8820
|
+
return to(t, n);
|
|
8821
8821
|
}
|
|
8822
8822
|
}
|
|
8823
|
-
function
|
|
8823
|
+
function to(t, n) {
|
|
8824
8824
|
(n == null || n > t.length) && (n = t.length);
|
|
8825
8825
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8826
8826
|
r[e] = t[e];
|
|
8827
8827
|
return r;
|
|
8828
8828
|
}
|
|
8829
|
-
function
|
|
8829
|
+
function no(t) {
|
|
8830
8830
|
for (var n = "", e = $c(t.split("")), r; !(r = e()).done; ) {
|
|
8831
8831
|
var o = r.value;
|
|
8832
8832
|
n += Oc(o, n) || "";
|
|
@@ -8853,15 +8853,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8853
8853
|
function Cc(t, n) {
|
|
8854
8854
|
if (t) {
|
|
8855
8855
|
if (typeof t == "string")
|
|
8856
|
-
return
|
|
8856
|
+
return io(t, n);
|
|
8857
8857
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8858
8858
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8859
8859
|
return Array.from(t);
|
|
8860
8860
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8861
|
-
return
|
|
8861
|
+
return io(t, n);
|
|
8862
8862
|
}
|
|
8863
8863
|
}
|
|
8864
|
-
function
|
|
8864
|
+
function io(t, n) {
|
|
8865
8865
|
(n == null || n > t.length) && (n = t.length);
|
|
8866
8866
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8867
8867
|
r[e] = t[e];
|
|
@@ -8876,7 +8876,7 @@ function Ec(t, n) {
|
|
|
8876
8876
|
return s - l;
|
|
8877
8877
|
});
|
|
8878
8878
|
}
|
|
8879
|
-
function
|
|
8879
|
+
function Nr(t, n) {
|
|
8880
8880
|
return Xo(t, void 0, n);
|
|
8881
8881
|
}
|
|
8882
8882
|
function Xo(t, n, e) {
|
|
@@ -8918,7 +8918,7 @@ function Tc(t, n, e) {
|
|
|
8918
8918
|
throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
|
|
8919
8919
|
}
|
|
8920
8920
|
function Qo(t, n) {
|
|
8921
|
-
switch (
|
|
8921
|
+
switch (Nr(t, n)) {
|
|
8922
8922
|
case "IS_POSSIBLE":
|
|
8923
8923
|
return !0;
|
|
8924
8924
|
default:
|
|
@@ -8973,15 +8973,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8973
8973
|
function ea(t, n) {
|
|
8974
8974
|
if (t) {
|
|
8975
8975
|
if (typeof t == "string")
|
|
8976
|
-
return
|
|
8976
|
+
return ro(t, n);
|
|
8977
8977
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
8978
8978
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
8979
8979
|
return Array.from(t);
|
|
8980
8980
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
8981
|
-
return
|
|
8981
|
+
return ro(t, n);
|
|
8982
8982
|
}
|
|
8983
8983
|
}
|
|
8984
|
-
function
|
|
8984
|
+
function ro(t, n) {
|
|
8985
8985
|
(n == null || n > t.length) && (n = t.length);
|
|
8986
8986
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
8987
8987
|
r[e] = t[e];
|
|
@@ -9039,22 +9039,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9039
9039
|
function Lc(t, n) {
|
|
9040
9040
|
if (t) {
|
|
9041
9041
|
if (typeof t == "string")
|
|
9042
|
-
return
|
|
9042
|
+
return oo(t, n);
|
|
9043
9043
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9044
9044
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9045
9045
|
return Array.from(t);
|
|
9046
9046
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9047
|
-
return
|
|
9047
|
+
return oo(t, n);
|
|
9048
9048
|
}
|
|
9049
9049
|
}
|
|
9050
|
-
function
|
|
9050
|
+
function oo(t, n) {
|
|
9051
9051
|
(n == null || n > t.length) && (n = t.length);
|
|
9052
9052
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9053
9053
|
r[e] = t[e];
|
|
9054
9054
|
return r;
|
|
9055
9055
|
}
|
|
9056
9056
|
var Rc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9057
|
-
function
|
|
9057
|
+
function Ir(t, n, e) {
|
|
9058
9058
|
if (n = n || {}, !!t.country) {
|
|
9059
9059
|
e = new Ct(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
9060
9060
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
@@ -9076,7 +9076,7 @@ function Bc(t, n, e) {
|
|
|
9076
9076
|
if (n = n || {}, e = new Ct(e), !t.country)
|
|
9077
9077
|
return !1;
|
|
9078
9078
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
9079
|
-
return
|
|
9079
|
+
return Ir(t, n, e.metadata) !== void 0;
|
|
9080
9080
|
var r = n.v2 ? t.nationalNumber : t.phone;
|
|
9081
9081
|
return Wt(r, e.nationalNumberPattern());
|
|
9082
9082
|
}
|
|
@@ -9130,21 +9130,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9130
9130
|
function zc(t, n) {
|
|
9131
9131
|
if (t) {
|
|
9132
9132
|
if (typeof t == "string")
|
|
9133
|
-
return
|
|
9133
|
+
return ao(t, n);
|
|
9134
9134
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9135
9135
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9136
9136
|
return Array.from(t);
|
|
9137
9137
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9138
|
-
return
|
|
9138
|
+
return ao(t, n);
|
|
9139
9139
|
}
|
|
9140
9140
|
}
|
|
9141
|
-
function
|
|
9141
|
+
function ao(t, n) {
|
|
9142
9142
|
(n == null || n > t.length) && (n = t.length);
|
|
9143
9143
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9144
9144
|
r[e] = t[e];
|
|
9145
9145
|
return r;
|
|
9146
9146
|
}
|
|
9147
|
-
function
|
|
9147
|
+
function lo(t, n) {
|
|
9148
9148
|
var e = Object.keys(t);
|
|
9149
9149
|
if (Object.getOwnPropertySymbols) {
|
|
9150
9150
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9154,12 +9154,12 @@ function so(t, n) {
|
|
|
9154
9154
|
}
|
|
9155
9155
|
return e;
|
|
9156
9156
|
}
|
|
9157
|
-
function
|
|
9157
|
+
function so(t) {
|
|
9158
9158
|
for (var n = 1; n < arguments.length; n++) {
|
|
9159
9159
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9160
|
-
n % 2 ?
|
|
9160
|
+
n % 2 ? lo(Object(e), !0).forEach(function(r) {
|
|
9161
9161
|
Kc(t, r, e[r]);
|
|
9162
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9162
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(r) {
|
|
9163
9163
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9164
9164
|
});
|
|
9165
9165
|
}
|
|
@@ -9168,13 +9168,13 @@ function uo(t) {
|
|
|
9168
9168
|
function Kc(t, n, e) {
|
|
9169
9169
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9170
9170
|
}
|
|
9171
|
-
var
|
|
9171
|
+
var uo = {
|
|
9172
9172
|
formatExtension: function(t, n, e) {
|
|
9173
9173
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9174
9174
|
}
|
|
9175
9175
|
};
|
|
9176
9176
|
function Gc(t, n, e, r) {
|
|
9177
|
-
if (e ? e =
|
|
9177
|
+
if (e ? e = so(so({}, uo), e) : e = uo, r = new Ct(r), t.country && t.country !== "001") {
|
|
9178
9178
|
if (!r.hasCountry(t.country))
|
|
9179
9179
|
throw new Error("Unknown country: ".concat(t.country));
|
|
9180
9180
|
r.country(t.country);
|
|
@@ -9229,7 +9229,7 @@ function dr(t, n, e, r) {
|
|
|
9229
9229
|
return n ? r(t, n, e) : t;
|
|
9230
9230
|
}
|
|
9231
9231
|
function Wc(t, n, e, r, o) {
|
|
9232
|
-
var i =
|
|
9232
|
+
var i = Ar(r, o.metadata);
|
|
9233
9233
|
if (i === e) {
|
|
9234
9234
|
var s = bi(t, n, "NATIONAL", o);
|
|
9235
9235
|
return e === "1" ? e + " " + s : s;
|
|
@@ -9238,7 +9238,7 @@ function Wc(t, n, e, r, o) {
|
|
|
9238
9238
|
if (l)
|
|
9239
9239
|
return "".concat(l, " ").concat(e, " ").concat(bi(t, null, "INTERNATIONAL", o));
|
|
9240
9240
|
}
|
|
9241
|
-
function
|
|
9241
|
+
function co(t, n) {
|
|
9242
9242
|
var e = Object.keys(t);
|
|
9243
9243
|
if (Object.getOwnPropertySymbols) {
|
|
9244
9244
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9248,12 +9248,12 @@ function fo(t, n) {
|
|
|
9248
9248
|
}
|
|
9249
9249
|
return e;
|
|
9250
9250
|
}
|
|
9251
|
-
function
|
|
9251
|
+
function fo(t) {
|
|
9252
9252
|
for (var n = 1; n < arguments.length; n++) {
|
|
9253
9253
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9254
|
-
n % 2 ?
|
|
9254
|
+
n % 2 ? co(Object(e), !0).forEach(function(r) {
|
|
9255
9255
|
Zc(t, r, e[r]);
|
|
9256
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9256
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : co(Object(e)).forEach(function(r) {
|
|
9257
9257
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9258
9258
|
});
|
|
9259
9259
|
}
|
|
@@ -9266,14 +9266,14 @@ function Jc(t, n) {
|
|
|
9266
9266
|
if (!(t instanceof n))
|
|
9267
9267
|
throw new TypeError("Cannot call a class as a function");
|
|
9268
9268
|
}
|
|
9269
|
-
function
|
|
9269
|
+
function ho(t, n) {
|
|
9270
9270
|
for (var e = 0; e < n.length; e++) {
|
|
9271
9271
|
var r = n[e];
|
|
9272
9272
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(t, r.key, r);
|
|
9273
9273
|
}
|
|
9274
9274
|
}
|
|
9275
9275
|
function Xc(t, n, e) {
|
|
9276
|
-
return n &&
|
|
9276
|
+
return n && ho(t.prototype, n), e && ho(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9277
9277
|
}
|
|
9278
9278
|
var Qc = /* @__PURE__ */ function() {
|
|
9279
9279
|
function t(n, e, r) {
|
|
@@ -9324,14 +9324,14 @@ var Qc = /* @__PURE__ */ function() {
|
|
|
9324
9324
|
}, {
|
|
9325
9325
|
key: "getType",
|
|
9326
9326
|
value: function() {
|
|
9327
|
-
return
|
|
9327
|
+
return Ir(this, {
|
|
9328
9328
|
v2: !0
|
|
9329
9329
|
}, this.metadata);
|
|
9330
9330
|
}
|
|
9331
9331
|
}, {
|
|
9332
9332
|
key: "format",
|
|
9333
9333
|
value: function(n, e) {
|
|
9334
|
-
return Gc(this, n, e ?
|
|
9334
|
+
return Gc(this, n, e ? fo(fo({}, e), {}, {
|
|
9335
9335
|
v2: !0
|
|
9336
9336
|
}) : {
|
|
9337
9337
|
v2: !0
|
|
@@ -9418,7 +9418,7 @@ function of(t, n, e) {
|
|
|
9418
9418
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9419
9419
|
}
|
|
9420
9420
|
function af(t, n) {
|
|
9421
|
-
switch (
|
|
9421
|
+
switch (Nr(t, n)) {
|
|
9422
9422
|
case "TOO_SHORT":
|
|
9423
9423
|
case "INVALID_LENGTH":
|
|
9424
9424
|
return !1;
|
|
@@ -9427,11 +9427,11 @@ function af(t, n) {
|
|
|
9427
9427
|
}
|
|
9428
9428
|
}
|
|
9429
9429
|
function lf(t, n, e, r) {
|
|
9430
|
-
var o = n ?
|
|
9430
|
+
var o = n ? Ar(n, r) : e;
|
|
9431
9431
|
if (t.indexOf(o) === 0) {
|
|
9432
9432
|
r = new Ct(r), r.selectNumberingPlan(n, e);
|
|
9433
9433
|
var i = t.slice(o.length), s = yr(i, r), l = s.nationalNumber, c = yr(t, r), f = c.nationalNumber;
|
|
9434
|
-
if (!Wt(f, r.nationalNumberPattern()) && Wt(l, r.nationalNumberPattern()) ||
|
|
9434
|
+
if (!Wt(f, r.nationalNumberPattern()) && Wt(l, r.nationalNumberPattern()) || Nr(f, r) === "TOO_LONG")
|
|
9435
9435
|
return {
|
|
9436
9436
|
countryCallingCode: o,
|
|
9437
9437
|
number: i
|
|
@@ -9493,15 +9493,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9493
9493
|
function df(t, n) {
|
|
9494
9494
|
if (t) {
|
|
9495
9495
|
if (typeof t == "string")
|
|
9496
|
-
return
|
|
9496
|
+
return po(t, n);
|
|
9497
9497
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9498
9498
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9499
9499
|
return Array.from(t);
|
|
9500
9500
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9501
|
-
return
|
|
9501
|
+
return po(t, n);
|
|
9502
9502
|
}
|
|
9503
9503
|
}
|
|
9504
|
-
function
|
|
9504
|
+
function po(t, n) {
|
|
9505
9505
|
(n == null || n > t.length) && (n = t.length);
|
|
9506
9506
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9507
9507
|
r[e] = t[e];
|
|
@@ -9519,14 +9519,14 @@ function ff(t, n, e) {
|
|
|
9519
9519
|
if (e.country(i), e.leadingDigits()) {
|
|
9520
9520
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
9521
9521
|
return i;
|
|
9522
|
-
} else if (
|
|
9522
|
+
} else if (Ir({
|
|
9523
9523
|
phone: n,
|
|
9524
9524
|
country: i
|
|
9525
9525
|
}, void 0, e.metadata))
|
|
9526
9526
|
return i;
|
|
9527
9527
|
}
|
|
9528
9528
|
}
|
|
9529
|
-
var hf = 250, pf = new RegExp("[" +
|
|
9529
|
+
var hf = 250, pf = new RegExp("[" + xr + Qt + "]"), gf = new RegExp("[^" + Qt + "#]+$");
|
|
9530
9530
|
function mf(t, n, e) {
|
|
9531
9531
|
if (n = n || {}, e = new Ct(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9532
9532
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
@@ -9542,7 +9542,7 @@ function mf(t, n, e) {
|
|
|
9542
9542
|
throw new Xt("INVALID_COUNTRY");
|
|
9543
9543
|
return {};
|
|
9544
9544
|
}
|
|
9545
|
-
if (!f || f.length <
|
|
9545
|
+
if (!f || f.length < Sr) {
|
|
9546
9546
|
if (n.v2)
|
|
9547
9547
|
throw new Xt("TOO_SHORT");
|
|
9548
9548
|
return {};
|
|
@@ -9604,18 +9604,18 @@ function bf(t, n, e) {
|
|
|
9604
9604
|
return e && (r.ext = e), r;
|
|
9605
9605
|
}
|
|
9606
9606
|
function _f(t, n, e, r) {
|
|
9607
|
-
var o = sf(
|
|
9607
|
+
var o = sf(no(t), n, e, r.metadata), i = o.countryCallingCode, s = o.number, l;
|
|
9608
9608
|
if (i)
|
|
9609
9609
|
r.selectNumberingPlan(i);
|
|
9610
9610
|
else if (s && (n || e))
|
|
9611
|
-
r.selectNumberingPlan(n, e), n && (l = n), i = e ||
|
|
9611
|
+
r.selectNumberingPlan(n, e), n && (l = n), i = e || Ar(n, r.metadata);
|
|
9612
9612
|
else
|
|
9613
9613
|
return {};
|
|
9614
9614
|
if (!s)
|
|
9615
9615
|
return {
|
|
9616
9616
|
countryCallingCode: i
|
|
9617
9617
|
};
|
|
9618
|
-
var c = yr(
|
|
9618
|
+
var c = yr(no(s), r), f = c.nationalNumber, h = c.carrierCode, d = cf(i, f, r);
|
|
9619
9619
|
return d && (l = d, d === "001" || r.country(l)), {
|
|
9620
9620
|
country: l,
|
|
9621
9621
|
countryCallingCode: i,
|
|
@@ -9623,7 +9623,7 @@ function _f(t, n, e, r) {
|
|
|
9623
9623
|
carrierCode: h
|
|
9624
9624
|
};
|
|
9625
9625
|
}
|
|
9626
|
-
function
|
|
9626
|
+
function go(t, n) {
|
|
9627
9627
|
var e = Object.keys(t);
|
|
9628
9628
|
if (Object.getOwnPropertySymbols) {
|
|
9629
9629
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9633,12 +9633,12 @@ function mo(t, n) {
|
|
|
9633
9633
|
}
|
|
9634
9634
|
return e;
|
|
9635
9635
|
}
|
|
9636
|
-
function
|
|
9636
|
+
function mo(t) {
|
|
9637
9637
|
for (var n = 1; n < arguments.length; n++) {
|
|
9638
9638
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9639
|
-
n % 2 ?
|
|
9639
|
+
n % 2 ? go(Object(e), !0).forEach(function(r) {
|
|
9640
9640
|
$f(t, r, e[r]);
|
|
9641
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9641
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : go(Object(e)).forEach(function(r) {
|
|
9642
9642
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9643
9643
|
});
|
|
9644
9644
|
}
|
|
@@ -9648,7 +9648,7 @@ function $f(t, n, e) {
|
|
|
9648
9648
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9649
9649
|
}
|
|
9650
9650
|
function wf(t, n, e) {
|
|
9651
|
-
return mf(t,
|
|
9651
|
+
return mf(t, mo(mo({}, n), {}, {
|
|
9652
9652
|
v2: !0
|
|
9653
9653
|
}), e);
|
|
9654
9654
|
}
|
|
@@ -9659,7 +9659,7 @@ function br(t) {
|
|
|
9659
9659
|
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
9660
9660
|
}, br(t);
|
|
9661
9661
|
}
|
|
9662
|
-
function
|
|
9662
|
+
function vo(t, n) {
|
|
9663
9663
|
var e = Object.keys(t);
|
|
9664
9664
|
if (Object.getOwnPropertySymbols) {
|
|
9665
9665
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9672,9 +9672,9 @@ function yo(t, n) {
|
|
|
9672
9672
|
function Of(t) {
|
|
9673
9673
|
for (var n = 1; n < arguments.length; n++) {
|
|
9674
9674
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9675
|
-
n % 2 ?
|
|
9675
|
+
n % 2 ? vo(Object(e), !0).forEach(function(r) {
|
|
9676
9676
|
kf(t, r, e[r]);
|
|
9677
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9677
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : vo(Object(e)).forEach(function(r) {
|
|
9678
9678
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9679
9679
|
});
|
|
9680
9680
|
}
|
|
@@ -9693,15 +9693,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9693
9693
|
function Tf(t, n) {
|
|
9694
9694
|
if (t) {
|
|
9695
9695
|
if (typeof t == "string")
|
|
9696
|
-
return
|
|
9696
|
+
return yo(t, n);
|
|
9697
9697
|
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
9698
9698
|
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
9699
9699
|
return Array.from(t);
|
|
9700
9700
|
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
9701
|
-
return
|
|
9701
|
+
return yo(t, n);
|
|
9702
9702
|
}
|
|
9703
9703
|
}
|
|
9704
|
-
function
|
|
9704
|
+
function yo(t, n) {
|
|
9705
9705
|
(n == null || n > t.length) && (n = t.length);
|
|
9706
9706
|
for (var e = 0, r = new Array(n); e < n; e++)
|
|
9707
9707
|
r[e] = t[e];
|
|
@@ -9754,7 +9754,7 @@ function Af(t) {
|
|
|
9754
9754
|
var Nf = function(t) {
|
|
9755
9755
|
return br(t) === "object";
|
|
9756
9756
|
};
|
|
9757
|
-
function
|
|
9757
|
+
function bo(t, n) {
|
|
9758
9758
|
var e = Object.keys(t);
|
|
9759
9759
|
if (Object.getOwnPropertySymbols) {
|
|
9760
9760
|
var r = Object.getOwnPropertySymbols(t);
|
|
@@ -9764,12 +9764,12 @@ function _o(t, n) {
|
|
|
9764
9764
|
}
|
|
9765
9765
|
return e;
|
|
9766
9766
|
}
|
|
9767
|
-
function
|
|
9767
|
+
function _o(t) {
|
|
9768
9768
|
for (var n = 1; n < arguments.length; n++) {
|
|
9769
9769
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9770
|
-
n % 2 ?
|
|
9770
|
+
n % 2 ? bo(Object(e), !0).forEach(function(r) {
|
|
9771
9771
|
If(t, r, e[r]);
|
|
9772
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) :
|
|
9772
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : bo(Object(e)).forEach(function(r) {
|
|
9773
9773
|
Object.defineProperty(t, r, Object.getOwnPropertyDescriptor(e, r));
|
|
9774
9774
|
});
|
|
9775
9775
|
}
|
|
@@ -9779,7 +9779,7 @@ function If(t, n, e) {
|
|
|
9779
9779
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9780
9780
|
}
|
|
9781
9781
|
function Pf(t, n, e) {
|
|
9782
|
-
n && n.defaultCountry && !dc(n.defaultCountry, e) && (n =
|
|
9782
|
+
n && n.defaultCountry && !dc(n.defaultCountry, e) && (n = _o(_o({}, n), {}, {
|
|
9783
9783
|
defaultCountry: void 0
|
|
9784
9784
|
}));
|
|
9785
9785
|
try {
|
|
@@ -9817,8 +9817,8 @@ const Df = {
|
|
|
9817
9817
|
return e;
|
|
9818
9818
|
};
|
|
9819
9819
|
function vt(t) {
|
|
9820
|
-
const n =
|
|
9821
|
-
return typeof n > "u" ?
|
|
9820
|
+
const n = Gr.options[t];
|
|
9821
|
+
return typeof n > "u" ? Gr.options[t] : n;
|
|
9822
9822
|
}
|
|
9823
9823
|
const Rf = {
|
|
9824
9824
|
name: "VueTelInput",
|
|
@@ -10136,16 +10136,16 @@ const Rf = {
|
|
|
10136
10136
|
class: "vti__country-code"
|
|
10137
10137
|
}, Ff = { class: "vti__dropdown-arrow" }, Hf = ["placeholder"], Vf = ["onClick", "onMousemove", "aria-selected"], Uf = { key: 1 }, zf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
10138
10138
|
function Kf(t, n, e, r, o, i) {
|
|
10139
|
-
const s =
|
|
10139
|
+
const s = On("click-outside");
|
|
10140
10140
|
return G(), ne("div", {
|
|
10141
|
-
class:
|
|
10141
|
+
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
10142
10142
|
}, [
|
|
10143
|
-
|
|
10143
|
+
De((G(), ne("div", {
|
|
10144
10144
|
"aria-label": "Country Code Selector",
|
|
10145
10145
|
"aria-haspopup": "listbox",
|
|
10146
10146
|
"aria-expanded": o.open,
|
|
10147
10147
|
role: "button",
|
|
10148
|
-
class:
|
|
10148
|
+
class: ve(["vti__dropdown", { open: o.open, disabled: e.dropdownOptions.disabled }]),
|
|
10149
10149
|
tabindex: e.dropdownOptions.tabindex,
|
|
10150
10150
|
onKeydown: [
|
|
10151
10151
|
n[2] || (n[2] = (...l) => i.keyboardNav && i.keyboardNav(...l)),
|
|
@@ -10158,7 +10158,7 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10158
10158
|
ae("span", jf, [
|
|
10159
10159
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10160
10160
|
key: 0,
|
|
10161
|
-
class:
|
|
10161
|
+
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10162
10162
|
}, null, 2)) : he("", !0),
|
|
10163
10163
|
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", qf, " +" + $e(i.activeCountry && i.activeCountry.dialCode), 1)) : he("", !0),
|
|
10164
10164
|
Se(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
@@ -10168,10 +10168,10 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10168
10168
|
o.open ? (G(), ne("ul", {
|
|
10169
10169
|
key: 0,
|
|
10170
10170
|
ref: "list",
|
|
10171
|
-
class:
|
|
10171
|
+
class: ve(["vti__dropdown-list", o.dropdownOpenDirection]),
|
|
10172
10172
|
role: "listbox"
|
|
10173
10173
|
}, [
|
|
10174
|
-
e.dropdownOptions.showSearchBox ?
|
|
10174
|
+
e.dropdownOptions.showSearchBox ? De((G(), ne("input", {
|
|
10175
10175
|
key: 0,
|
|
10176
10176
|
class: "vti__input vti__search_box",
|
|
10177
10177
|
"aria-label": "Search by country name or country code",
|
|
@@ -10181,11 +10181,11 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10181
10181
|
onClick: n[1] || (n[1] = it(() => {
|
|
10182
10182
|
}, ["stop"]))
|
|
10183
10183
|
}, null, 8, Hf)), [
|
|
10184
|
-
[
|
|
10184
|
+
[xo, o.searchQuery]
|
|
10185
10185
|
]) : he("", !0),
|
|
10186
10186
|
(G(!0), ne(rt, null, Ft(i.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10187
10187
|
role: "option",
|
|
10188
|
-
class:
|
|
10188
|
+
class: ve(["vti__dropdown-item", i.getItemClass(c, l.iso2)]),
|
|
10189
10189
|
key: l.iso2 + (l.preferred ? "-preferred" : ""),
|
|
10190
10190
|
tabindex: "-1",
|
|
10191
10191
|
onClick: (f) => i.choose(l),
|
|
@@ -10194,7 +10194,7 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10194
10194
|
}, [
|
|
10195
10195
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10196
10196
|
key: 0,
|
|
10197
|
-
class:
|
|
10197
|
+
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10198
10198
|
}, null, 2)) : he("", !0),
|
|
10199
10199
|
ae("strong", null, $e(l.name), 1),
|
|
10200
10200
|
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Uf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
@@ -10203,13 +10203,13 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10203
10203
|
], 42, Bf)), [
|
|
10204
10204
|
[s, i.clickedOutside]
|
|
10205
10205
|
]),
|
|
10206
|
-
|
|
10206
|
+
De(ae("input", {
|
|
10207
10207
|
"onUpdate:modelValue": n[7] || (n[7] = (l) => o.phone = l),
|
|
10208
10208
|
ref: "input",
|
|
10209
10209
|
type: e.inputOptions.type,
|
|
10210
10210
|
autocomplete: e.inputOptions.autocomplete,
|
|
10211
10211
|
autofocus: e.inputOptions.autofocus,
|
|
10212
|
-
class:
|
|
10212
|
+
class: ve(["vti__input", e.inputOptions.styleClasses]),
|
|
10213
10213
|
disabled: e.disabled,
|
|
10214
10214
|
id: e.inputOptions.id,
|
|
10215
10215
|
maxlength: e.inputOptions.maxlength,
|
|
@@ -10228,7 +10228,7 @@ function Kf(t, n, e, r, o, i) {
|
|
|
10228
10228
|
n[12] || (n[12] = _t((...l) => i.onSpace && i.onSpace(...l), ["space"]))
|
|
10229
10229
|
]
|
|
10230
10230
|
}, null, 42, zf), [
|
|
10231
|
-
[
|
|
10231
|
+
[So, o.phone]
|
|
10232
10232
|
]),
|
|
10233
10233
|
Se(t.$slots, "icon-right")
|
|
10234
10234
|
], 2);
|
|
@@ -10264,7 +10264,7 @@ const Yf = {
|
|
|
10264
10264
|
},
|
|
10265
10265
|
components: {
|
|
10266
10266
|
VueTelInput: Gf,
|
|
10267
|
-
IbAlert:
|
|
10267
|
+
IbAlert: cn,
|
|
10268
10268
|
IbIcon: Xe
|
|
10269
10269
|
},
|
|
10270
10270
|
data() {
|
|
@@ -10290,7 +10290,7 @@ const Yf = {
|
|
|
10290
10290
|
}
|
|
10291
10291
|
};
|
|
10292
10292
|
function Wf(t, n, e, r, o, i) {
|
|
10293
|
-
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f =
|
|
10293
|
+
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
|
|
10294
10294
|
return G(), ne(rt, null, [
|
|
10295
10295
|
e.errorMessage.length ? (G(), ke(s, {
|
|
10296
10296
|
key: 0,
|
|
@@ -10301,7 +10301,7 @@ function Wf(t, n, e, r, o, i) {
|
|
|
10301
10301
|
]),
|
|
10302
10302
|
_: 1
|
|
10303
10303
|
})) : he("", !0),
|
|
10304
|
-
|
|
10304
|
+
De((G(), ke(c, Tt({
|
|
10305
10305
|
modelValue: o.phone,
|
|
10306
10306
|
"onUpdate:modelValue": n[0] || (n[0] = (h) => o.phone = h)
|
|
10307
10307
|
}, t.$attrs, {
|
|
@@ -10316,7 +10316,7 @@ function Wf(t, n, e, r, o, i) {
|
|
|
10316
10316
|
ref: "vueTel"
|
|
10317
10317
|
}), {
|
|
10318
10318
|
"arrow-icon": ye(() => [
|
|
10319
|
-
|
|
10319
|
+
ge(l, { name: "chevron-down-outline" })
|
|
10320
10320
|
]),
|
|
10321
10321
|
_: 1
|
|
10322
10322
|
}, 16, ["modelValue", "onCountryChanged", "input-options", "auto-default-country", "defaultCountry", "ignoredCountries", "class"])), [
|
|
@@ -11912,7 +11912,7 @@ var ta = { exports: {} };
|
|
|
11912
11912
|
`) && (j = !0), B.scroll.insertAt(H, J);
|
|
11913
11913
|
var ie = B.scroll.line(H), ce = s(ie, 2), _e = ce[0], Ee = ce[1], Ie = (0, O.default)({}, (0, m.bubbleFormats)(_e));
|
|
11914
11914
|
if (_e instanceof $.default) {
|
|
11915
|
-
var
|
|
11915
|
+
var Me = _e.descendant(u.default.Leaf, Ee), Ye = s(Me, 1), ze = Ye[0];
|
|
11916
11916
|
Ie = (0, O.default)(Ie, (0, m.bubbleFormats)(ze));
|
|
11917
11917
|
}
|
|
11918
11918
|
Z = d.default.attributes.diff(Ie, Z) || {};
|
|
@@ -13131,8 +13131,8 @@ var ta = { exports: {} };
|
|
|
13131
13131
|
try {
|
|
13132
13132
|
for (var Ee = V[Symbol.iterator](), Ie; !(ie = (Ie = Ee.next()).done) && (J.push(Ie.value), !(Z && J.length === Z)); ie = !0)
|
|
13133
13133
|
;
|
|
13134
|
-
} catch (
|
|
13135
|
-
ce = !0, _e =
|
|
13134
|
+
} catch (Me) {
|
|
13135
|
+
ce = !0, _e = Me;
|
|
13136
13136
|
} finally {
|
|
13137
13137
|
try {
|
|
13138
13138
|
!ie && Ee.return && Ee.return();
|
|
@@ -13218,7 +13218,7 @@ var ta = { exports: {} };
|
|
|
13218
13218
|
if (_e.length !== 0) {
|
|
13219
13219
|
var Ee = J.quill.getSelection();
|
|
13220
13220
|
if (!(Ee == null || !J.quill.hasFocus())) {
|
|
13221
|
-
var Ie = J.quill.getLine(Ee.index),
|
|
13221
|
+
var Ie = J.quill.getLine(Ee.index), Me = s(Ie, 2), Ye = Me[0], ze = Me[1], Q = J.quill.getLeaf(Ee.index), te = s(Q, 2), se = te[0], ue = te[1], re = Ee.length === 0 ? [se, ue] : J.quill.getLeaf(Ee.index + Ee.length), xe = s(re, 2), we = xe[0], Te = xe[1], tt = se instanceof $.default.Text ? se.value().slice(0, ue) : "", We = we instanceof $.default.Text ? we.value().slice(Te) : "", qe = {
|
|
13222
13222
|
collapsed: Ee.length === 0,
|
|
13223
13223
|
empty: Ee.length === 0 && Ye.length() <= 1,
|
|
13224
13224
|
format: J.quill.getFormat(Ee),
|
|
@@ -13371,8 +13371,8 @@ var ta = { exports: {} };
|
|
|
13371
13371
|
Ie = "ordered";
|
|
13372
13372
|
}
|
|
13373
13373
|
this.quill.insertText(V.index, " ", w.default.sources.USER), this.quill.history.cutoff();
|
|
13374
|
-
var
|
|
13375
|
-
this.quill.updateContents(
|
|
13374
|
+
var Me = new v.default().retain(V.index - Ee).delete(J + 1).retain(_e.length() - 2 - Ee).retain(1, { list: Ie });
|
|
13375
|
+
this.quill.updateContents(Me, w.default.sources.USER), this.quill.history.cutoff(), this.quill.setSelection(V.index - J, w.default.sources.SILENT);
|
|
13376
13376
|
}
|
|
13377
13377
|
},
|
|
13378
13378
|
"code exit": {
|
|
@@ -13401,8 +13401,8 @@ var ta = { exports: {} };
|
|
|
13401
13401
|
}, O(Z, J, /^$/), O(Z, "handler", function(ce) {
|
|
13402
13402
|
var _e = ce.index;
|
|
13403
13403
|
D === W.keys.RIGHT && (_e += ce.length + 1);
|
|
13404
|
-
var Ee = this.quill.getLeaf(_e), Ie = s(Ee, 1),
|
|
13405
|
-
return
|
|
13404
|
+
var Ee = this.quill.getLeaf(_e), Ie = s(Ee, 1), Me = Ie[0];
|
|
13405
|
+
return Me instanceof $.default.Embed ? (D === W.keys.LEFT ? V ? this.quill.setSelection(ce.index - 1, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index - 1, w.default.sources.USER) : V ? this.quill.setSelection(ce.index, ce.length + 1, w.default.sources.USER) : this.quill.setSelection(ce.index + ce.length + 1, w.default.sources.USER), !1) : !0;
|
|
13406
13406
|
}), Z;
|
|
13407
13407
|
}
|
|
13408
13408
|
function U(D, V) {
|
|
@@ -13411,8 +13411,8 @@ var ta = { exports: {} };
|
|
|
13411
13411
|
if (V.offset === 0) {
|
|
13412
13412
|
var _e = this.quill.getLine(D.index - 1), Ee = s(_e, 1), Ie = Ee[0];
|
|
13413
13413
|
if (Ie != null && Ie.length() > 1) {
|
|
13414
|
-
var
|
|
13415
|
-
ce = g.default.attributes.diff(
|
|
13414
|
+
var Me = ie.formats(), Ye = this.quill.getFormat(D.index - 1, 1);
|
|
13415
|
+
ce = g.default.attributes.diff(Me, Ye) || {};
|
|
13416
13416
|
}
|
|
13417
13417
|
}
|
|
13418
13418
|
var ze = /[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(V.prefix) ? 2 : 1;
|
|
@@ -13424,7 +13424,7 @@ var ta = { exports: {} };
|
|
|
13424
13424
|
if (!(D.index >= this.quill.getLength() - Z)) {
|
|
13425
13425
|
var J = {}, ie = 0, ce = this.quill.getLine(D.index), _e = s(ce, 1), Ee = _e[0];
|
|
13426
13426
|
if (V.offset >= Ee.length() - 1) {
|
|
13427
|
-
var Ie = this.quill.getLine(D.index + 1),
|
|
13427
|
+
var Ie = this.quill.getLine(D.index + 1), Me = s(Ie, 1), Ye = Me[0];
|
|
13428
13428
|
if (Ye) {
|
|
13429
13429
|
var ze = Ee.formats(), Q = this.quill.getFormat(D.index, 1);
|
|
13430
13430
|
J = g.default.attributes.diff(ze, Q) || {}, ie = Ye.length();
|
|
@@ -13458,12 +13458,12 @@ var ta = { exports: {} };
|
|
|
13458
13458
|
shiftKey: !D,
|
|
13459
13459
|
format: { "code-block": !0 },
|
|
13460
13460
|
handler: function(Z) {
|
|
13461
|
-
var J = $.default.query("code-block"), ie = Z.index, ce = Z.length, _e = this.quill.scroll.descendant(J, ie), Ee = s(_e, 2), Ie = Ee[0],
|
|
13461
|
+
var J = $.default.query("code-block"), ie = Z.index, ce = Z.length, _e = this.quill.scroll.descendant(J, ie), Ee = s(_e, 2), Ie = Ee[0], Me = Ee[1];
|
|
13462
13462
|
if (Ie != null) {
|
|
13463
|
-
var Ye = this.quill.getIndex(Ie), ze = Ie.newlineIndex(
|
|
13463
|
+
var Ye = this.quill.getIndex(Ie), ze = Ie.newlineIndex(Me, !0) + 1, Q = Ie.newlineIndex(Ye + Me + ce), te = Ie.domNode.textContent.slice(ze, Q).split(`
|
|
13464
13464
|
`);
|
|
13465
|
-
|
|
13466
|
-
D ? (Ie.insertAt(ze +
|
|
13465
|
+
Me = 0, te.forEach(function(se, ue) {
|
|
13466
|
+
D ? (Ie.insertAt(ze + Me, J.TAB), Me += J.TAB.length, ue === 0 ? ie += J.TAB.length : ce += J.TAB.length) : se.startsWith(J.TAB) && (Ie.deleteAt(ze + Me, J.TAB.length), Me -= J.TAB.length, ue === 0 ? ie -= J.TAB.length : ce -= J.TAB.length), Me += se.length + 1;
|
|
13467
13467
|
}), this.quill.update(w.default.sources.USER), this.quill.setSelection(ie, ce, w.default.sources.SILENT);
|
|
13468
13468
|
}
|
|
13469
13469
|
}
|
|
@@ -15699,7 +15699,7 @@ var ta = { exports: {} };
|
|
|
15699
15699
|
throw new TypeError("Super expression must either be null or a function, not " + typeof te);
|
|
15700
15700
|
Q.prototype = Object.create(te && te.prototype, { constructor: { value: Q, enumerable: !1, writable: !0, configurable: !0 } }), te && (Object.setPrototypeOf ? Object.setPrototypeOf(Q, te) : Q.__proto__ = te);
|
|
15701
15701
|
}
|
|
15702
|
-
var W = (0, g.default)("quill:clipboard"), oe = "__ql-matcher", U = [[Node.TEXT_NODE, ze], [Node.TEXT_NODE, Ie], ["br", ce], [Node.ELEMENT_NODE, Ie], [Node.ELEMENT_NODE, ie], [Node.ELEMENT_NODE,
|
|
15702
|
+
var W = (0, g.default)("quill:clipboard"), oe = "__ql-matcher", U = [[Node.TEXT_NODE, ze], [Node.TEXT_NODE, Ie], ["br", ce], [Node.ELEMENT_NODE, Ie], [Node.ELEMENT_NODE, ie], [Node.ELEMENT_NODE, Me], [Node.ELEMENT_NODE, J], [Node.ELEMENT_NODE, Ye], ["li", Ee], ["b", Z.bind(Z, "bold")], ["i", Z.bind(Z, "italic")], ["style", _e]], R = [p.AlignAttribute, P.DirectionAttribute].reduce(function(Q, te) {
|
|
15703
15703
|
return Q[te.keyName] = te, Q;
|
|
15704
15704
|
}, {}), A = [p.AlignStyle, w.BackgroundStyle, T.ColorStyle, P.DirectionStyle, C.FontStyle, O.SizeStyle].reduce(function(Q, te) {
|
|
15705
15705
|
return Q[te.keyName] = te, Q;
|
|
@@ -15710,7 +15710,7 @@ var ta = { exports: {} };
|
|
|
15710
15710
|
var re = q(this, (te.__proto__ || Object.getPrototypeOf(te)).call(this, se, ue));
|
|
15711
15711
|
return re.quill.root.addEventListener("paste", re.onPaste.bind(re)), re.container = re.quill.addContainer("ql-clipboard"), re.container.setAttribute("contenteditable", !0), re.container.setAttribute("tabindex", -1), re.matchers = [], U.concat(re.options.matchers).forEach(function(xe) {
|
|
15712
15712
|
var we = s(xe, 2), Te = we[0], tt = we[1];
|
|
15713
|
-
!ue.matchVisual && tt ===
|
|
15713
|
+
!ue.matchVisual && tt === Me || re.addMatcher(Te, tt);
|
|
15714
15714
|
}), re;
|
|
15715
15715
|
}
|
|
15716
15716
|
return l(te, [{
|
|
@@ -15864,7 +15864,7 @@ var ta = { exports: {} };
|
|
|
15864
15864
|
`) || (D(Q) || te.length() > 0 && Q.nextSibling && D(Q.nextSibling)) && te.insert(`
|
|
15865
15865
|
`), te;
|
|
15866
15866
|
}
|
|
15867
|
-
function
|
|
15867
|
+
function Me(Q, te) {
|
|
15868
15868
|
if (D(Q) && Q.nextElementSibling != null && !H(te, `
|
|
15869
15869
|
|
|
15870
15870
|
`)) {
|
|
@@ -15892,7 +15892,7 @@ var ta = { exports: {} };
|
|
|
15892
15892
|
}
|
|
15893
15893
|
return te.insert(se);
|
|
15894
15894
|
}
|
|
15895
|
-
r.default = B, r.matchAttributor = J, r.matchBlot = ie, r.matchNewline = Ie, r.matchSpacing =
|
|
15895
|
+
r.default = B, r.matchAttributor = J, r.matchBlot = ie, r.matchNewline = Ie, r.matchSpacing = Me, r.matchText = ze;
|
|
15896
15896
|
},
|
|
15897
15897
|
/* 56 */
|
|
15898
15898
|
/***/
|
|
@@ -16537,7 +16537,7 @@ var ta = { exports: {} };
|
|
|
16537
16537
|
Object.defineProperty(r, "__esModule", {
|
|
16538
16538
|
value: !0
|
|
16539
16539
|
});
|
|
16540
|
-
var i = o(29), s = re(i), l = o(36), c = o(38), f = o(64), h = o(65), d = re(h), a = o(66), u = re(a), b = o(67), v = re(b), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = re(p), S = o(68), E = re(S), T = o(27), P = re(T), C = o(69), O = re(C), k = o(70), x = re(k), M = o(71), q = re(M), K = o(72), W = re(K), oe = o(73), U = re(oe), R = o(13), A = re(R), B = o(74), j = re(B), Y = o(75), H = re(Y), D = o(57), V = re(D), Z = o(41), J = re(Z), ie = o(28), ce = re(ie), _e = o(59), Ee = re(_e), Ie = o(60),
|
|
16540
|
+
var i = o(29), s = re(i), l = o(36), c = o(38), f = o(64), h = o(65), d = re(h), a = o(66), u = re(a), b = o(67), v = re(b), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = re(p), S = o(68), E = re(S), T = o(27), P = re(T), C = o(69), O = re(C), k = o(70), x = re(k), M = o(71), q = re(M), K = o(72), W = re(K), oe = o(73), U = re(oe), R = o(13), A = re(R), B = o(74), j = re(B), Y = o(75), H = re(Y), D = o(57), V = re(D), Z = o(41), J = re(Z), ie = o(28), ce = re(ie), _e = o(59), Ee = re(_e), Ie = o(60), Me = re(Ie), Ye = o(61), ze = re(Ye), Q = o(108), te = re(Q), se = o(62), ue = re(se);
|
|
16541
16541
|
function re(xe) {
|
|
16542
16542
|
return xe && xe.__esModule ? xe : { default: xe };
|
|
16543
16543
|
}
|
|
@@ -16584,7 +16584,7 @@ var ta = { exports: {} };
|
|
|
16584
16584
|
"themes/snow": ue.default,
|
|
16585
16585
|
"ui/icons": J.default,
|
|
16586
16586
|
"ui/picker": ce.default,
|
|
16587
|
-
"ui/icon-picker":
|
|
16587
|
+
"ui/icon-picker": Me.default,
|
|
16588
16588
|
"ui/color-picker": Ee.default,
|
|
16589
16589
|
"ui/tooltip": ze.default
|
|
16590
16590
|
}, !0), r.default = s.default;
|
|
@@ -17720,7 +17720,7 @@ var ta = { exports: {} };
|
|
|
17720
17720
|
var Zf = ta.exports;
|
|
17721
17721
|
const qt = /* @__PURE__ */ Ei(Zf);
|
|
17722
17722
|
var jt = -1, xt = 1, $t = 0;
|
|
17723
|
-
function
|
|
17723
|
+
function Yn(t, n, e, r) {
|
|
17724
17724
|
if (t === n)
|
|
17725
17725
|
return t ? [[$t, t]] : [];
|
|
17726
17726
|
if (e != null) {
|
|
@@ -17728,8 +17728,8 @@ function Gn(t, n, e, r) {
|
|
|
17728
17728
|
if (o)
|
|
17729
17729
|
return o;
|
|
17730
17730
|
}
|
|
17731
|
-
var i =
|
|
17732
|
-
t = t.substring(i), n = n.substring(i), i =
|
|
17731
|
+
var i = Pr(t, n), s = t.substring(0, i);
|
|
17732
|
+
t = t.substring(i), n = n.substring(i), i = Mr(t, n);
|
|
17733
17733
|
var l = t.substring(t.length - i);
|
|
17734
17734
|
t = t.substring(0, t.length - i), n = n.substring(0, n.length - i);
|
|
17735
17735
|
var c = Jf(t, n);
|
|
@@ -17752,7 +17752,7 @@ function Jf(t, n) {
|
|
|
17752
17752
|
return [[jt, t], [xt, n]];
|
|
17753
17753
|
var s = Qf(t, n);
|
|
17754
17754
|
if (s) {
|
|
17755
|
-
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a =
|
|
17755
|
+
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
|
|
17756
17756
|
return a.concat([[$t, d]], u);
|
|
17757
17757
|
}
|
|
17758
17758
|
return Xf(t, n);
|
|
@@ -17776,7 +17776,7 @@ function Xf(t, n) {
|
|
|
17776
17776
|
if (w >= 0 && w < s && c[w] !== -1) {
|
|
17777
17777
|
var S = e - c[w];
|
|
17778
17778
|
if ($ >= S)
|
|
17779
|
-
return
|
|
17779
|
+
return $o(t, n, $, p);
|
|
17780
17780
|
}
|
|
17781
17781
|
}
|
|
17782
17782
|
}
|
|
@@ -17794,25 +17794,25 @@ function Xf(t, n) {
|
|
|
17794
17794
|
if (m >= 0 && m < s && l[m] !== -1) {
|
|
17795
17795
|
var $ = l[m], p = i + $ - m;
|
|
17796
17796
|
if (S = e - S, $ >= S)
|
|
17797
|
-
return
|
|
17797
|
+
return $o(t, n, $, p);
|
|
17798
17798
|
}
|
|
17799
17799
|
}
|
|
17800
17800
|
}
|
|
17801
17801
|
}
|
|
17802
17802
|
return [[jt, t], [xt, n]];
|
|
17803
17803
|
}
|
|
17804
|
-
function
|
|
17805
|
-
var o = t.substring(0, e), i = n.substring(0, r), s = t.substring(e), l = n.substring(r), c =
|
|
17804
|
+
function $o(t, n, e, r) {
|
|
17805
|
+
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);
|
|
17806
17806
|
return c.concat(f);
|
|
17807
17807
|
}
|
|
17808
|
-
function
|
|
17808
|
+
function Pr(t, n) {
|
|
17809
17809
|
if (!t || !n || t.charAt(0) !== n.charAt(0))
|
|
17810
17810
|
return 0;
|
|
17811
17811
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
17812
17812
|
t.substring(i, o) == n.substring(i, o) ? (e = o, i = e) : r = o, o = Math.floor((r - e) / 2 + e);
|
|
17813
17813
|
return ia(t.charCodeAt(o - 1)) && o--, o;
|
|
17814
17814
|
}
|
|
17815
|
-
function
|
|
17815
|
+
function Mr(t, n) {
|
|
17816
17816
|
if (!t || !n || t.slice(-1) !== n.slice(-1))
|
|
17817
17817
|
return 0;
|
|
17818
17818
|
for (var e = 0, r = Math.min(t.length, n.length), o = r, i = 0; e < o; )
|
|
@@ -17825,10 +17825,10 @@ function Qf(t, n) {
|
|
|
17825
17825
|
return null;
|
|
17826
17826
|
function o(u, b, v) {
|
|
17827
17827
|
for (var y = u.substring(v, v + Math.floor(u.length / 4)), g = -1, m = "", $, p, w, S; (g = b.indexOf(y, g + 1)) !== -1; ) {
|
|
17828
|
-
var E =
|
|
17828
|
+
var E = Pr(
|
|
17829
17829
|
u.substring(v),
|
|
17830
17830
|
b.substring(g)
|
|
17831
|
-
), T =
|
|
17831
|
+
), T = Mr(
|
|
17832
17832
|
u.substring(0, v),
|
|
17833
17833
|
b.substring(0, g)
|
|
17834
17834
|
);
|
|
@@ -17889,7 +17889,7 @@ function na(t, n) {
|
|
|
17889
17889
|
break;
|
|
17890
17890
|
}
|
|
17891
17891
|
if (i.length > 0 || s.length > 0) {
|
|
17892
|
-
i.length > 0 && s.length > 0 && (l =
|
|
17892
|
+
i.length > 0 && s.length > 0 && (l = Pr(s, i), l !== 0 && (c >= 0 ? t[c][1] += s.substring(0, l) : (t.splice(0, 0, [$t, s.substring(0, l)]), e++), s = s.substring(l), i = i.substring(l)), l = Mr(s, i), l !== 0 && (t[e][1] = s.substring(s.length - l) + t[e][1], s = s.substring(0, s.length - l), i = i.substring(0, i.length - l)));
|
|
17893
17893
|
var d = o + r;
|
|
17894
17894
|
i.length === 0 && s.length === 0 ? (t.splice(e - d, d), e = e - d) : i.length === 0 ? (t.splice(e - d, d, [xt, s]), e = e - d + 1) : s.length === 0 ? (t.splice(e - d, d, [jt, i]), e = e - d + 1) : (t.splice(e - d, d, [jt, i], [xt, s]), e = e - d + 2);
|
|
17895
17895
|
}
|
|
@@ -17972,7 +17972,7 @@ function th(t, n, e) {
|
|
|
17972
17972
|
return null;
|
|
17973
17973
|
}
|
|
17974
17974
|
function xi(t, n, e) {
|
|
17975
|
-
return
|
|
17975
|
+
return Yn(t, n, e, !0);
|
|
17976
17976
|
}
|
|
17977
17977
|
xi.INSERT = xt;
|
|
17978
17978
|
xi.DELETE = jt;
|
|
@@ -18022,7 +18022,7 @@ _i.exports;
|
|
|
18022
18022
|
}
|
|
18023
18023
|
return N;
|
|
18024
18024
|
}
|
|
18025
|
-
function
|
|
18025
|
+
function Me(_) {
|
|
18026
18026
|
var N = -1, F = Array(_.size);
|
|
18027
18027
|
return _.forEach(function(ee, Ne) {
|
|
18028
18028
|
F[++N] = [Ne, ee];
|
|
@@ -18044,7 +18044,7 @@ _i.exports;
|
|
|
18044
18044
|
return _ ? "Symbol(src)_1." + _ : "";
|
|
18045
18045
|
}(), xe = te.toString, we = se.hasOwnProperty, Te = se.toString, tt = RegExp(
|
|
18046
18046
|
"^" + xe.call(we).replace(K, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
18047
|
-
), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, Le = Ye(Object.getPrototypeOf, Object), ht = Object.create, en = se.propertyIsEnumerable,
|
|
18047
|
+
), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, Le = Ye(Object.getPrototypeOf, Object), ht = Object.create, en = se.propertyIsEnumerable, Cn = Q.splice, tn = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Zt = Ye(Object.keys, Object), Pt = St(j, "DataView"), Ht = St(j, "Map"), st = St(j, "Promise"), Mt = St(j, "Set"), pt = St(j, "WeakMap"), Vt = St(Object, "create"), nn = gt(Pt), I = gt(Ht), L = gt(st), z = gt(Mt), X = gt(pt), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
|
|
18048
18048
|
function Ce(_) {
|
|
18049
18049
|
var N = -1, F = _ ? _.length : 0;
|
|
18050
18050
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18052,7 +18052,7 @@ _i.exports;
|
|
|
18052
18052
|
this.set(ee[0], ee[1]);
|
|
18053
18053
|
}
|
|
18054
18054
|
}
|
|
18055
|
-
function
|
|
18055
|
+
function me() {
|
|
18056
18056
|
this.__data__ = Vt ? Vt(null) : {};
|
|
18057
18057
|
}
|
|
18058
18058
|
function Pe(_) {
|
|
@@ -18074,7 +18074,7 @@ _i.exports;
|
|
|
18074
18074
|
var F = this.__data__;
|
|
18075
18075
|
return F[_] = Vt && N === void 0 ? r : N, this;
|
|
18076
18076
|
}
|
|
18077
|
-
Ce.prototype.clear =
|
|
18077
|
+
Ce.prototype.clear = me, Ce.prototype.delete = Pe, Ce.prototype.get = pe, Ce.prototype.has = Oe, Ce.prototype.set = Be;
|
|
18078
18078
|
function Ue(_) {
|
|
18079
18079
|
var N = -1, F = _ ? _.length : 0;
|
|
18080
18080
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18086,24 +18086,24 @@ _i.exports;
|
|
|
18086
18086
|
this.__data__ = [];
|
|
18087
18087
|
}
|
|
18088
18088
|
function Ut(_) {
|
|
18089
|
-
var N = this.__data__, F =
|
|
18089
|
+
var N = this.__data__, F = pn(N, _);
|
|
18090
18090
|
if (F < 0)
|
|
18091
18091
|
return !1;
|
|
18092
18092
|
var ee = N.length - 1;
|
|
18093
|
-
return F == ee ? N.pop() :
|
|
18093
|
+
return F == ee ? N.pop() : Cn.call(N, F, 1), !0;
|
|
18094
18094
|
}
|
|
18095
18095
|
function Dt(_) {
|
|
18096
|
-
var N = this.__data__, F =
|
|
18096
|
+
var N = this.__data__, F = pn(N, _);
|
|
18097
18097
|
return F < 0 ? void 0 : N[F][1];
|
|
18098
18098
|
}
|
|
18099
|
-
function
|
|
18100
|
-
return
|
|
18099
|
+
function En(_) {
|
|
18100
|
+
return pn(this.__data__, _) > -1;
|
|
18101
18101
|
}
|
|
18102
18102
|
function rn(_, N) {
|
|
18103
|
-
var F = this.__data__, ee =
|
|
18103
|
+
var F = this.__data__, ee = pn(F, _);
|
|
18104
18104
|
return ee < 0 ? F.push([_, N]) : F[ee][1] = N, this;
|
|
18105
18105
|
}
|
|
18106
|
-
Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has =
|
|
18106
|
+
Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
|
|
18107
18107
|
function nt(_) {
|
|
18108
18108
|
var N = -1, F = _ ? _.length : 0;
|
|
18109
18109
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18111,30 +18111,30 @@ _i.exports;
|
|
|
18111
18111
|
this.set(ee[0], ee[1]);
|
|
18112
18112
|
}
|
|
18113
18113
|
}
|
|
18114
|
-
function
|
|
18114
|
+
function Tn() {
|
|
18115
18115
|
this.__data__ = {
|
|
18116
18116
|
hash: new Ce(),
|
|
18117
18117
|
map: new (Ht || Ue)(),
|
|
18118
18118
|
string: new Ce()
|
|
18119
18119
|
};
|
|
18120
18120
|
}
|
|
18121
|
-
function
|
|
18121
|
+
function Sn(_) {
|
|
18122
18122
|
return an(this, _).delete(_);
|
|
18123
18123
|
}
|
|
18124
|
-
function
|
|
18124
|
+
function xn(_) {
|
|
18125
18125
|
return an(this, _).get(_);
|
|
18126
18126
|
}
|
|
18127
|
-
function
|
|
18127
|
+
function An(_) {
|
|
18128
18128
|
return an(this, _).has(_);
|
|
18129
18129
|
}
|
|
18130
|
-
function
|
|
18130
|
+
function Nn(_, N) {
|
|
18131
18131
|
return an(this, _).set(_, N), this;
|
|
18132
18132
|
}
|
|
18133
|
-
nt.prototype.clear =
|
|
18133
|
+
nt.prototype.clear = Tn, nt.prototype.delete = Sn, nt.prototype.get = xn, nt.prototype.has = An, nt.prototype.set = Nn;
|
|
18134
18134
|
function ut(_) {
|
|
18135
18135
|
this.__data__ = new Ue(_);
|
|
18136
18136
|
}
|
|
18137
|
-
function
|
|
18137
|
+
function In() {
|
|
18138
18138
|
this.__data__ = new Ue();
|
|
18139
18139
|
}
|
|
18140
18140
|
function Ni(_) {
|
|
@@ -18156,9 +18156,9 @@ _i.exports;
|
|
|
18156
18156
|
}
|
|
18157
18157
|
return F.set(_, N), this;
|
|
18158
18158
|
}
|
|
18159
|
-
ut.prototype.clear =
|
|
18160
|
-
function
|
|
18161
|
-
var F =
|
|
18159
|
+
ut.prototype.clear = In, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
|
|
18160
|
+
function hn(_, N) {
|
|
18161
|
+
var F = Ln(_) || mn(_) ? _e(_.length, String) : [], ee = F.length, Ne = !!ee;
|
|
18162
18162
|
for (var be in _)
|
|
18163
18163
|
(N || we.call(_, be)) && !(Ne && (be == "length" || Yi(be, ee))) && F.push(be);
|
|
18164
18164
|
return F;
|
|
@@ -18167,29 +18167,29 @@ _i.exports;
|
|
|
18167
18167
|
var ee = _[N];
|
|
18168
18168
|
(!(we.call(_, N) && ti(ee, F)) || F === void 0 && !(N in _)) && (_[N] = F);
|
|
18169
18169
|
}
|
|
18170
|
-
function
|
|
18170
|
+
function pn(_, N) {
|
|
18171
18171
|
for (var F = _.length; F--; )
|
|
18172
18172
|
if (ti(_[F][0], N))
|
|
18173
18173
|
return F;
|
|
18174
18174
|
return -1;
|
|
18175
18175
|
}
|
|
18176
18176
|
function Lt(_, N) {
|
|
18177
|
-
return _ &&
|
|
18177
|
+
return _ && Dn(N, Bn(N), _);
|
|
18178
18178
|
}
|
|
18179
|
-
function
|
|
18179
|
+
function Pn(_, N, F, ee, Ne, be, Re) {
|
|
18180
18180
|
var je;
|
|
18181
18181
|
if (ee && (je = be ? ee(_, Ne, be, Re) : ee(_)), je !== void 0)
|
|
18182
18182
|
return je;
|
|
18183
18183
|
if (!Bt(_))
|
|
18184
18184
|
return _;
|
|
18185
|
-
var Ze =
|
|
18185
|
+
var Ze = Ln(_);
|
|
18186
18186
|
if (Ze) {
|
|
18187
18187
|
if (je = Ki(_), !N)
|
|
18188
18188
|
return Vi(_, je);
|
|
18189
18189
|
} else {
|
|
18190
18190
|
var Ve = Kt(_), dt = Ve == h || Ve == d;
|
|
18191
18191
|
if (ni(_))
|
|
18192
|
-
return
|
|
18192
|
+
return gn(_, N);
|
|
18193
18193
|
if (Ve == b || Ve == i || dt && !be) {
|
|
18194
18194
|
if (Ie(_))
|
|
18195
18195
|
return be ? _ : {};
|
|
@@ -18198,7 +18198,7 @@ _i.exports;
|
|
|
18198
18198
|
} else {
|
|
18199
18199
|
if (!R[Ve])
|
|
18200
18200
|
return be ? _ : {};
|
|
18201
|
-
je = Gi(_, Ve,
|
|
18201
|
+
je = Gi(_, Ve, Pn, N);
|
|
18202
18202
|
}
|
|
18203
18203
|
}
|
|
18204
18204
|
Re || (Re = new ut());
|
|
@@ -18206,9 +18206,9 @@ _i.exports;
|
|
|
18206
18206
|
if (yt)
|
|
18207
18207
|
return yt;
|
|
18208
18208
|
if (Re.set(_, je), !Ze)
|
|
18209
|
-
var Qe = F ? zi(_) :
|
|
18209
|
+
var Qe = F ? zi(_) : Bn(_);
|
|
18210
18210
|
return J(Qe || _, function(ct, at) {
|
|
18211
|
-
Qe && (at = ct, ct = _[at]), Zn(je, at,
|
|
18211
|
+
Qe && (at = ct, ct = _[at]), Zn(je, at, Pn(ct, N, F, ee, at, _, Re));
|
|
18212
18212
|
}), je;
|
|
18213
18213
|
}
|
|
18214
18214
|
function Di(_) {
|
|
@@ -18216,7 +18216,7 @@ _i.exports;
|
|
|
18216
18216
|
}
|
|
18217
18217
|
function Li(_, N, F) {
|
|
18218
18218
|
var ee = N(_);
|
|
18219
|
-
return
|
|
18219
|
+
return Ln(_) ? ee : ie(ee, F(_));
|
|
18220
18220
|
}
|
|
18221
18221
|
function Ri(_) {
|
|
18222
18222
|
return Te.call(_);
|
|
@@ -18224,7 +18224,7 @@ _i.exports;
|
|
|
18224
18224
|
function Bi(_) {
|
|
18225
18225
|
if (!Bt(_) || Zi(_))
|
|
18226
18226
|
return !1;
|
|
18227
|
-
var N =
|
|
18227
|
+
var N = Rn(_) || Ie(_) ? tt : oe;
|
|
18228
18228
|
return N.test(gt(_));
|
|
18229
18229
|
}
|
|
18230
18230
|
function ji(_) {
|
|
@@ -18235,22 +18235,22 @@ _i.exports;
|
|
|
18235
18235
|
we.call(_, F) && F != "constructor" && N.push(F);
|
|
18236
18236
|
return N;
|
|
18237
18237
|
}
|
|
18238
|
-
function
|
|
18238
|
+
function gn(_, N) {
|
|
18239
18239
|
if (N)
|
|
18240
18240
|
return _.slice();
|
|
18241
18241
|
var F = new _.constructor(_.length);
|
|
18242
18242
|
return _.copy(F), F;
|
|
18243
18243
|
}
|
|
18244
|
-
function
|
|
18244
|
+
function Mn(_) {
|
|
18245
18245
|
var N = new _.constructor(_.byteLength);
|
|
18246
18246
|
return new It(N).set(new It(_)), N;
|
|
18247
18247
|
}
|
|
18248
18248
|
function on(_, N) {
|
|
18249
|
-
var F = N ?
|
|
18249
|
+
var F = N ? Mn(_.buffer) : _.buffer;
|
|
18250
18250
|
return new _.constructor(F, _.byteOffset, _.byteLength);
|
|
18251
18251
|
}
|
|
18252
18252
|
function Jn(_, N, F) {
|
|
18253
|
-
var ee = N ? F(
|
|
18253
|
+
var ee = N ? F(Me(_), !0) : Me(_);
|
|
18254
18254
|
return ce(ee, V, new _.constructor());
|
|
18255
18255
|
}
|
|
18256
18256
|
function Xn(_) {
|
|
@@ -18265,7 +18265,7 @@ _i.exports;
|
|
|
18265
18265
|
return de ? Object(de.call(_)) : {};
|
|
18266
18266
|
}
|
|
18267
18267
|
function Hi(_, N) {
|
|
18268
|
-
var F = N ?
|
|
18268
|
+
var F = N ? Mn(_.buffer) : _.buffer;
|
|
18269
18269
|
return new _.constructor(F, _.byteOffset, _.length);
|
|
18270
18270
|
}
|
|
18271
18271
|
function Vi(_, N) {
|
|
@@ -18274,7 +18274,7 @@ _i.exports;
|
|
|
18274
18274
|
N[F] = _[F];
|
|
18275
18275
|
return N;
|
|
18276
18276
|
}
|
|
18277
|
-
function
|
|
18277
|
+
function Dn(_, N, F, ee) {
|
|
18278
18278
|
F || (F = {});
|
|
18279
18279
|
for (var Ne = -1, be = N.length; ++Ne < be; ) {
|
|
18280
18280
|
var Re = N[Ne], je = ee ? ee(F[Re], _[Re], Re, F, _) : void 0;
|
|
@@ -18283,10 +18283,10 @@ _i.exports;
|
|
|
18283
18283
|
return F;
|
|
18284
18284
|
}
|
|
18285
18285
|
function Ui(_, N) {
|
|
18286
|
-
return
|
|
18286
|
+
return Dn(_, zt(_), N);
|
|
18287
18287
|
}
|
|
18288
18288
|
function zi(_) {
|
|
18289
|
-
return Li(_,
|
|
18289
|
+
return Li(_, Bn, zt);
|
|
18290
18290
|
}
|
|
18291
18291
|
function an(_, N) {
|
|
18292
18292
|
var F = _.__data__;
|
|
@@ -18325,7 +18325,7 @@ _i.exports;
|
|
|
18325
18325
|
var Ne = _.constructor;
|
|
18326
18326
|
switch (N) {
|
|
18327
18327
|
case w:
|
|
18328
|
-
return
|
|
18328
|
+
return Mn(_);
|
|
18329
18329
|
case l:
|
|
18330
18330
|
case c:
|
|
18331
18331
|
return new Ne(+_);
|
|
@@ -18382,23 +18382,23 @@ _i.exports;
|
|
|
18382
18382
|
return "";
|
|
18383
18383
|
}
|
|
18384
18384
|
function ei(_) {
|
|
18385
|
-
return
|
|
18385
|
+
return Pn(_, !0, !0);
|
|
18386
18386
|
}
|
|
18387
18387
|
function ti(_, N) {
|
|
18388
18388
|
return _ === N || _ !== _ && N !== N;
|
|
18389
18389
|
}
|
|
18390
|
-
function
|
|
18390
|
+
function mn(_) {
|
|
18391
18391
|
return Ji(_) && we.call(_, "callee") && (!en.call(_, "callee") || Te.call(_) == i);
|
|
18392
18392
|
}
|
|
18393
|
-
var
|
|
18394
|
-
function
|
|
18395
|
-
return _ != null && ii(_.length) && !
|
|
18393
|
+
var Ln = Array.isArray;
|
|
18394
|
+
function vn(_) {
|
|
18395
|
+
return _ != null && ii(_.length) && !Rn(_);
|
|
18396
18396
|
}
|
|
18397
18397
|
function Ji(_) {
|
|
18398
|
-
return ri(_) &&
|
|
18398
|
+
return ri(_) && vn(_);
|
|
18399
18399
|
}
|
|
18400
18400
|
var ni = He || Qi;
|
|
18401
|
-
function
|
|
18401
|
+
function Rn(_) {
|
|
18402
18402
|
var N = Bt(_) ? Te.call(_) : "";
|
|
18403
18403
|
return N == h || N == d;
|
|
18404
18404
|
}
|
|
@@ -18412,8 +18412,8 @@ _i.exports;
|
|
|
18412
18412
|
function ri(_) {
|
|
18413
18413
|
return !!_ && typeof _ == "object";
|
|
18414
18414
|
}
|
|
18415
|
-
function
|
|
18416
|
-
return
|
|
18415
|
+
function Bn(_) {
|
|
18416
|
+
return vn(_) ? hn(_) : ji(_);
|
|
18417
18417
|
}
|
|
18418
18418
|
function Xi() {
|
|
18419
18419
|
return [];
|
|
@@ -18434,7 +18434,7 @@ $i.exports;
|
|
|
18434
18434
|
} catch {
|
|
18435
18435
|
}
|
|
18436
18436
|
}(), Ie = Ee && Ee.isTypedArray;
|
|
18437
|
-
function
|
|
18437
|
+
function Me(_, N) {
|
|
18438
18438
|
for (var F = -1, ee = _ == null ? 0 : _.length, Ne = 0, be = []; ++F < ee; ) {
|
|
18439
18439
|
var Re = _[F];
|
|
18440
18440
|
N(Re, F, _) && (be[Ne++] = Re);
|
|
@@ -18488,9 +18488,9 @@ $i.exports;
|
|
|
18488
18488
|
var Te = Array.prototype, tt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = tt.toString, Le = We.hasOwnProperty, ht = function() {
|
|
18489
18489
|
var _ = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
|
|
18490
18490
|
return _ ? "Symbol(src)_1." + _ : "";
|
|
18491
|
-
}(), en = We.toString,
|
|
18491
|
+
}(), en = We.toString, Cn = RegExp(
|
|
18492
18492
|
"^" + It.call(Le).replace(B, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
18493
|
-
), tn = ce ? Z.Buffer : void 0, He = Z.Symbol, Zt = Z.Uint8Array, Pt = We.propertyIsEnumerable, Ht = Te.splice, st = He ? He.toStringTag : void 0, Mt = Object.getOwnPropertySymbols, pt = tn ? tn.isBuffer : void 0, Vt = xe(Object.keys, Object), nn = zt(Z, "DataView"), I = zt(Z, "Map"), L = zt(Z, "Promise"), z = zt(Z, "Set"), X = zt(Z, "WeakMap"), le = zt(Object, "create"), de = gt(nn), Ce = gt(I),
|
|
18493
|
+
), tn = ce ? Z.Buffer : void 0, He = Z.Symbol, Zt = Z.Uint8Array, Pt = We.propertyIsEnumerable, Ht = Te.splice, st = He ? He.toStringTag : void 0, Mt = Object.getOwnPropertySymbols, pt = tn ? tn.isBuffer : void 0, Vt = xe(Object.keys, Object), nn = zt(Z, "DataView"), I = zt(Z, "Map"), L = zt(Z, "Promise"), z = zt(Z, "Set"), X = zt(Z, "WeakMap"), le = zt(Object, "create"), de = gt(nn), Ce = gt(I), me = gt(L), Pe = gt(z), pe = gt(X), Oe = He ? He.prototype : void 0, Be = Oe ? Oe.valueOf : void 0;
|
|
18494
18494
|
function Ue(_) {
|
|
18495
18495
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
18496
18496
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18513,7 +18513,7 @@ $i.exports;
|
|
|
18513
18513
|
}
|
|
18514
18514
|
return Le.call(N, _) ? N[_] : void 0;
|
|
18515
18515
|
}
|
|
18516
|
-
function
|
|
18516
|
+
function En(_) {
|
|
18517
18517
|
var N = this.__data__;
|
|
18518
18518
|
return le ? N[_] !== void 0 : Le.call(N, _);
|
|
18519
18519
|
}
|
|
@@ -18521,7 +18521,7 @@ $i.exports;
|
|
|
18521
18521
|
var F = this.__data__;
|
|
18522
18522
|
return this.size += this.has(_) ? 0 : 1, F[_] = le && N === void 0 ? r : N, this;
|
|
18523
18523
|
}
|
|
18524
|
-
Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has =
|
|
18524
|
+
Ue.prototype.clear = ot, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
|
|
18525
18525
|
function nt(_) {
|
|
18526
18526
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
18527
18527
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18529,28 +18529,28 @@ $i.exports;
|
|
|
18529
18529
|
this.set(ee[0], ee[1]);
|
|
18530
18530
|
}
|
|
18531
18531
|
}
|
|
18532
|
-
function
|
|
18532
|
+
function Tn() {
|
|
18533
18533
|
this.__data__ = [], this.size = 0;
|
|
18534
18534
|
}
|
|
18535
|
-
function
|
|
18536
|
-
var N = this.__data__, F =
|
|
18535
|
+
function Sn(_) {
|
|
18536
|
+
var N = this.__data__, F = gn(N, _);
|
|
18537
18537
|
if (F < 0)
|
|
18538
18538
|
return !1;
|
|
18539
18539
|
var ee = N.length - 1;
|
|
18540
18540
|
return F == ee ? N.pop() : Ht.call(N, F, 1), --this.size, !0;
|
|
18541
18541
|
}
|
|
18542
|
-
function
|
|
18543
|
-
var N = this.__data__, F =
|
|
18542
|
+
function xn(_) {
|
|
18543
|
+
var N = this.__data__, F = gn(N, _);
|
|
18544
18544
|
return F < 0 ? void 0 : N[F][1];
|
|
18545
18545
|
}
|
|
18546
|
-
function
|
|
18547
|
-
return
|
|
18546
|
+
function An(_) {
|
|
18547
|
+
return gn(this.__data__, _) > -1;
|
|
18548
18548
|
}
|
|
18549
|
-
function
|
|
18550
|
-
var F = this.__data__, ee =
|
|
18549
|
+
function Nn(_, N) {
|
|
18550
|
+
var F = this.__data__, ee = gn(F, _);
|
|
18551
18551
|
return ee < 0 ? (++this.size, F.push([_, N])) : F[ee][1] = N, this;
|
|
18552
18552
|
}
|
|
18553
|
-
nt.prototype.clear =
|
|
18553
|
+
nt.prototype.clear = Tn, nt.prototype.delete = Sn, nt.prototype.get = xn, nt.prototype.has = An, nt.prototype.set = Nn;
|
|
18554
18554
|
function ut(_) {
|
|
18555
18555
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
18556
18556
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18558,7 +18558,7 @@ $i.exports;
|
|
|
18558
18558
|
this.set(ee[0], ee[1]);
|
|
18559
18559
|
}
|
|
18560
18560
|
}
|
|
18561
|
-
function
|
|
18561
|
+
function In() {
|
|
18562
18562
|
this.size = 0, this.__data__ = {
|
|
18563
18563
|
hash: new Ue(),
|
|
18564
18564
|
map: new (I || nt)(),
|
|
@@ -18579,8 +18579,8 @@ $i.exports;
|
|
|
18579
18579
|
var F = St(this, _), ee = F.size;
|
|
18580
18580
|
return F.set(_, N), this.size += F.size == ee ? 0 : 1, this;
|
|
18581
18581
|
}
|
|
18582
|
-
ut.prototype.clear =
|
|
18583
|
-
function
|
|
18582
|
+
ut.prototype.clear = In, ut.prototype.delete = Ni, ut.prototype.get = Ii, ut.prototype.has = Pi, ut.prototype.set = Mi;
|
|
18583
|
+
function hn(_) {
|
|
18584
18584
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
18585
18585
|
for (this.__data__ = new ut(); ++N < F; )
|
|
18586
18586
|
this.add(_[N]);
|
|
@@ -18588,15 +18588,15 @@ $i.exports;
|
|
|
18588
18588
|
function Zn(_) {
|
|
18589
18589
|
return this.__data__.set(_, r), this;
|
|
18590
18590
|
}
|
|
18591
|
-
function
|
|
18591
|
+
function pn(_) {
|
|
18592
18592
|
return this.__data__.has(_);
|
|
18593
18593
|
}
|
|
18594
|
-
|
|
18594
|
+
hn.prototype.add = hn.prototype.push = Zn, hn.prototype.has = pn;
|
|
18595
18595
|
function Lt(_) {
|
|
18596
18596
|
var N = this.__data__ = new nt(_);
|
|
18597
18597
|
this.size = N.size;
|
|
18598
18598
|
}
|
|
18599
|
-
function
|
|
18599
|
+
function Pn() {
|
|
18600
18600
|
this.__data__ = new nt(), this.size = 0;
|
|
18601
18601
|
}
|
|
18602
18602
|
function Di(_) {
|
|
@@ -18619,9 +18619,9 @@ $i.exports;
|
|
|
18619
18619
|
}
|
|
18620
18620
|
return F.set(_, N), this.size = F.size, this;
|
|
18621
18621
|
}
|
|
18622
|
-
Lt.prototype.clear =
|
|
18622
|
+
Lt.prototype.clear = Pn, Lt.prototype.delete = Di, Lt.prototype.get = Li, Lt.prototype.has = Ri, Lt.prototype.set = Bi;
|
|
18623
18623
|
function ji(_, N) {
|
|
18624
|
-
var F =
|
|
18624
|
+
var F = mn(_), ee = !F && ti(_), Ne = !F && !ee && vn(_), be = !F && !ee && !Ne && ri(_), Re = F || ee || Ne || be, je = Re ? Q(_.length, String) : [], Ze = je.length;
|
|
18625
18625
|
for (var Ve in _)
|
|
18626
18626
|
(N || Le.call(_, Ve)) && !(Re && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
18627
18627
|
(Ve == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -18630,15 +18630,15 @@ $i.exports;
|
|
|
18630
18630
|
Gi(Ve, Ze))) && je.push(Ve);
|
|
18631
18631
|
return je;
|
|
18632
18632
|
}
|
|
18633
|
-
function
|
|
18633
|
+
function gn(_, N) {
|
|
18634
18634
|
for (var F = _.length; F--; )
|
|
18635
18635
|
if (ei(_[F][0], N))
|
|
18636
18636
|
return F;
|
|
18637
18637
|
return -1;
|
|
18638
18638
|
}
|
|
18639
|
-
function
|
|
18639
|
+
function Mn(_, N, F) {
|
|
18640
18640
|
var ee = N(_);
|
|
18641
|
-
return
|
|
18641
|
+
return mn(_) ? ee : Ye(ee, F(_));
|
|
18642
18642
|
}
|
|
18643
18643
|
function on(_) {
|
|
18644
18644
|
return _ == null ? _ === void 0 ? P : g : st && st in Object(_) ? Kt(_) : Qn(_);
|
|
@@ -18650,16 +18650,16 @@ $i.exports;
|
|
|
18650
18650
|
return _ === N ? !0 : _ == null || N == null || !Bt(_) && !Bt(N) ? _ !== _ && N !== N : qi(_, N, F, ee, Xn, Ne);
|
|
18651
18651
|
}
|
|
18652
18652
|
function qi(_, N, F, ee, Ne, be) {
|
|
18653
|
-
var Re =
|
|
18653
|
+
var Re = mn(_), je = mn(N), Ze = Re ? c : Rt(_), Ve = je ? c : Rt(N);
|
|
18654
18654
|
Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
|
|
18655
18655
|
var dt = Ze == m, yt = Ve == m, Qe = Ze == Ve;
|
|
18656
|
-
if (Qe &&
|
|
18657
|
-
if (!
|
|
18656
|
+
if (Qe && vn(_)) {
|
|
18657
|
+
if (!vn(N))
|
|
18658
18658
|
return !1;
|
|
18659
18659
|
Re = !0, dt = !1;
|
|
18660
18660
|
}
|
|
18661
18661
|
if (Qe && !dt)
|
|
18662
|
-
return be || (be = new Lt()), Re || ri(_) ?
|
|
18662
|
+
return be || (be = new Lt()), Re || ri(_) ? Dn(_, N, F, ee, Ne, be) : Ui(_, N, Ze, F, ee, Ne, be);
|
|
18663
18663
|
if (!(F & o)) {
|
|
18664
18664
|
var ct = dt && Le.call(_, "__wrapped__"), at = yt && Le.call(N, "__wrapped__");
|
|
18665
18665
|
if (ct || at) {
|
|
@@ -18672,11 +18672,11 @@ $i.exports;
|
|
|
18672
18672
|
function Fi(_) {
|
|
18673
18673
|
if (!ii(_) || Wi(_))
|
|
18674
18674
|
return !1;
|
|
18675
|
-
var N = ni(_) ?
|
|
18675
|
+
var N = ni(_) ? Cn : j;
|
|
18676
18676
|
return N.test(gt(_));
|
|
18677
18677
|
}
|
|
18678
18678
|
function Hi(_) {
|
|
18679
|
-
return Bt(_) &&
|
|
18679
|
+
return Bt(_) && Rn(_.length) && !!H[on(_)];
|
|
18680
18680
|
}
|
|
18681
18681
|
function Vi(_) {
|
|
18682
18682
|
if (!Zi(_))
|
|
@@ -18686,14 +18686,14 @@ $i.exports;
|
|
|
18686
18686
|
Le.call(_, F) && F != "constructor" && N.push(F);
|
|
18687
18687
|
return N;
|
|
18688
18688
|
}
|
|
18689
|
-
function
|
|
18689
|
+
function Dn(_, N, F, ee, Ne, be) {
|
|
18690
18690
|
var Re = F & o, je = _.length, Ze = N.length;
|
|
18691
18691
|
if (je != Ze && !(Re && Ze > je))
|
|
18692
18692
|
return !1;
|
|
18693
18693
|
var Ve = be.get(_);
|
|
18694
18694
|
if (Ve && be.get(N))
|
|
18695
18695
|
return Ve == N;
|
|
18696
|
-
var dt = -1, yt = !0, Qe = F & i ? new
|
|
18696
|
+
var dt = -1, yt = !0, Qe = F & i ? new hn() : void 0;
|
|
18697
18697
|
for (be.set(_, N), be.set(N, _); ++dt < je; ) {
|
|
18698
18698
|
var ct = _[dt], at = N[dt];
|
|
18699
18699
|
if (ee)
|
|
@@ -18746,7 +18746,7 @@ $i.exports;
|
|
|
18746
18746
|
if (Ve)
|
|
18747
18747
|
return Ve == N;
|
|
18748
18748
|
ee |= i, Re.set(_, N);
|
|
18749
|
-
var dt =
|
|
18749
|
+
var dt = Dn(je(_), je(N), ee, Ne, be, Re);
|
|
18750
18750
|
return Re.delete(_), dt;
|
|
18751
18751
|
case T:
|
|
18752
18752
|
if (Be)
|
|
@@ -18772,8 +18772,8 @@ $i.exports;
|
|
|
18772
18772
|
Qe = je[yt];
|
|
18773
18773
|
var Gt = _[Qe], ln = N[Qe];
|
|
18774
18774
|
if (ee)
|
|
18775
|
-
var
|
|
18776
|
-
if (!(
|
|
18775
|
+
var Rr = Re ? ee(ln, Gt, Qe, N, _, be) : ee(Gt, ln, Qe, _, N, be);
|
|
18776
|
+
if (!(Rr === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Rr)) {
|
|
18777
18777
|
at = !1;
|
|
18778
18778
|
break;
|
|
18779
18779
|
}
|
|
@@ -18786,7 +18786,7 @@ $i.exports;
|
|
|
18786
18786
|
return be.delete(_), be.delete(N), at;
|
|
18787
18787
|
}
|
|
18788
18788
|
function an(_) {
|
|
18789
|
-
return
|
|
18789
|
+
return Mn(_, Bn, Ki);
|
|
18790
18790
|
}
|
|
18791
18791
|
function St(_, N) {
|
|
18792
18792
|
var F = _.__data__;
|
|
@@ -18807,7 +18807,7 @@ $i.exports;
|
|
|
18807
18807
|
return ee && (N ? _[st] = F : delete _[st]), Ne;
|
|
18808
18808
|
}
|
|
18809
18809
|
var Ki = Mt ? function(_) {
|
|
18810
|
-
return _ == null ? [] : (_ = Object(_),
|
|
18810
|
+
return _ == null ? [] : (_ = Object(_), Me(Mt(_), function(N) {
|
|
18811
18811
|
return Pt.call(_, N);
|
|
18812
18812
|
}));
|
|
18813
18813
|
} : Xi, Rt = on;
|
|
@@ -18819,7 +18819,7 @@ $i.exports;
|
|
|
18819
18819
|
return k;
|
|
18820
18820
|
case Ce:
|
|
18821
18821
|
return v;
|
|
18822
|
-
case
|
|
18822
|
+
case me:
|
|
18823
18823
|
return $;
|
|
18824
18824
|
case Pe:
|
|
18825
18825
|
return S;
|
|
@@ -18865,11 +18865,11 @@ $i.exports;
|
|
|
18865
18865
|
return arguments;
|
|
18866
18866
|
}()) ? Jn : function(_) {
|
|
18867
18867
|
return Bt(_) && Le.call(_, "callee") && !Pt.call(_, "callee");
|
|
18868
|
-
},
|
|
18869
|
-
function
|
|
18870
|
-
return _ != null &&
|
|
18868
|
+
}, mn = Array.isArray;
|
|
18869
|
+
function Ln(_) {
|
|
18870
|
+
return _ != null && Rn(_.length) && !ni(_);
|
|
18871
18871
|
}
|
|
18872
|
-
var
|
|
18872
|
+
var vn = pt || Qi;
|
|
18873
18873
|
function Ji(_, N) {
|
|
18874
18874
|
return Xn(_, N);
|
|
18875
18875
|
}
|
|
@@ -18879,7 +18879,7 @@ $i.exports;
|
|
|
18879
18879
|
var N = on(_);
|
|
18880
18880
|
return N == u || N == b || N == f || N == p;
|
|
18881
18881
|
}
|
|
18882
|
-
function
|
|
18882
|
+
function Rn(_) {
|
|
18883
18883
|
return typeof _ == "number" && _ > -1 && _ % 1 == 0 && _ <= s;
|
|
18884
18884
|
}
|
|
18885
18885
|
function ii(_) {
|
|
@@ -18890,8 +18890,8 @@ $i.exports;
|
|
|
18890
18890
|
return _ != null && typeof _ == "object";
|
|
18891
18891
|
}
|
|
18892
18892
|
var ri = Ie ? te(Ie) : Hi;
|
|
18893
|
-
function
|
|
18894
|
-
return
|
|
18893
|
+
function Bn(_) {
|
|
18894
|
+
return Ln(_) ? ji(_) : Vi(_);
|
|
18895
18895
|
}
|
|
18896
18896
|
function Xi() {
|
|
18897
18897
|
return [];
|
|
@@ -18901,10 +18901,10 @@ $i.exports;
|
|
|
18901
18901
|
}
|
|
18902
18902
|
t.exports = Ji;
|
|
18903
18903
|
})($i, $i.exports);
|
|
18904
|
-
var sa = $i.exports,
|
|
18904
|
+
var sa = $i.exports, Dr = {}, ua = et && et.__importDefault || function(t) {
|
|
18905
18905
|
return t && t.__esModule ? t : { default: t };
|
|
18906
18906
|
};
|
|
18907
|
-
Object.defineProperty(
|
|
18907
|
+
Object.defineProperty(Dr, "__esModule", { value: !0 });
|
|
18908
18908
|
var ih = ua(la), rh = ua(sa), _r;
|
|
18909
18909
|
(function(t) {
|
|
18910
18910
|
function n(i, s, l) {
|
|
@@ -18950,12 +18950,12 @@ var ih = ua(la), rh = ua(sa), _r;
|
|
|
18950
18950
|
}
|
|
18951
18951
|
t.transform = o;
|
|
18952
18952
|
})(_r || (_r = {}));
|
|
18953
|
-
|
|
18954
|
-
var ci = {}, fi = {},
|
|
18953
|
+
Dr.default = _r;
|
|
18954
|
+
var ci = {}, fi = {}, wo;
|
|
18955
18955
|
function oh() {
|
|
18956
|
-
if (
|
|
18956
|
+
if (wo)
|
|
18957
18957
|
return fi;
|
|
18958
|
-
|
|
18958
|
+
wo = 1;
|
|
18959
18959
|
var t = et && et.__importDefault || function(r) {
|
|
18960
18960
|
return r && r.__esModule ? r : { default: r };
|
|
18961
18961
|
};
|
|
@@ -18998,11 +18998,11 @@ function oh() {
|
|
|
18998
18998
|
);
|
|
18999
18999
|
return fi.default = e, fi;
|
|
19000
19000
|
}
|
|
19001
|
-
var
|
|
19001
|
+
var Oo;
|
|
19002
19002
|
function da() {
|
|
19003
|
-
if (
|
|
19003
|
+
if (Oo)
|
|
19004
19004
|
return ci;
|
|
19005
|
-
|
|
19005
|
+
Oo = 1;
|
|
19006
19006
|
var t = et && et.__importDefault || function(r) {
|
|
19007
19007
|
return r && r.__esModule ? r : { default: r };
|
|
19008
19008
|
};
|
|
@@ -19021,7 +19021,7 @@ function da() {
|
|
|
19021
19021
|
}
|
|
19022
19022
|
var Wn = et && et.__importDefault || function(t) {
|
|
19023
19023
|
return t && t.__esModule ? t : { default: t };
|
|
19024
|
-
}, hi = Wn(nh), ah = Wn(la), hr = Wn(sa),
|
|
19024
|
+
}, hi = Wn(nh), ah = Wn(la), hr = Wn(sa), qn = Wn(Dr), lt = Wn(da()), lh = String.fromCharCode(0), sh = (
|
|
19025
19025
|
/** @class */
|
|
19026
19026
|
function() {
|
|
19027
19027
|
function t(n) {
|
|
@@ -19101,7 +19101,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19101
19101
|
if (typeof h.retain == "number") {
|
|
19102
19102
|
var d = {};
|
|
19103
19103
|
typeof f.retain == "number" ? d.retain = c : d.insert = f.insert;
|
|
19104
|
-
var a =
|
|
19104
|
+
var a = qn.default.compose(f.attributes, h.attributes, typeof f.retain == "number");
|
|
19105
19105
|
if (a && (d.attributes = a), l.push(d), !r.hasNext() && hr.default(l.ops[l.ops.length - 1], d)) {
|
|
19106
19106
|
var u = new t(e.rest());
|
|
19107
19107
|
return l.concat(u).chop();
|
|
@@ -19137,7 +19137,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19137
19137
|
case hi.default.EQUAL:
|
|
19138
19138
|
h = Math.min(s.peekLength(), l.peekLength(), f);
|
|
19139
19139
|
var d = s.next(h), a = l.next(h);
|
|
19140
|
-
hr.default(d.insert, a.insert) ? o.retain(h,
|
|
19140
|
+
hr.default(d.insert, a.insert) ? o.retain(h, qn.default.diff(d.attributes, a.attributes)) : o.push(a).delete(h);
|
|
19141
19141
|
break;
|
|
19142
19142
|
}
|
|
19143
19143
|
f -= h;
|
|
@@ -19172,7 +19172,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19172
19172
|
if (o.delete || o.retain && o.attributes) {
|
|
19173
19173
|
var i = o.delete || o.retain, s = n.slice(r, r + i);
|
|
19174
19174
|
return s.forEach(function(l) {
|
|
19175
|
-
o.delete ? e.push(l) : o.retain && o.attributes && e.retain(lt.default.length(l),
|
|
19175
|
+
o.delete ? e.push(l) : o.retain && o.attributes && e.retain(lt.default.length(l), qn.default.invert(o.attributes, l.attributes));
|
|
19176
19176
|
}), r + i;
|
|
19177
19177
|
}
|
|
19178
19178
|
}
|
|
@@ -19190,7 +19190,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19190
19190
|
var l = Math.min(o.peekLength(), i.peekLength()), c = o.next(l), f = i.next(l);
|
|
19191
19191
|
if (c.delete)
|
|
19192
19192
|
continue;
|
|
19193
|
-
f.delete ? s.push(f) : s.retain(l,
|
|
19193
|
+
f.delete ? s.push(f) : s.retain(l, qn.default.transform(c.attributes, f.attributes, e));
|
|
19194
19194
|
}
|
|
19195
19195
|
return s.chop();
|
|
19196
19196
|
}, t.prototype.transformPosition = function(n, e) {
|
|
@@ -19205,7 +19205,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19205
19205
|
o += i;
|
|
19206
19206
|
}
|
|
19207
19207
|
return n;
|
|
19208
|
-
}, t.Op = lt.default, t.AttributeMap =
|
|
19208
|
+
}, t.Op = lt.default, t.AttributeMap = qn.default, t;
|
|
19209
19209
|
}()
|
|
19210
19210
|
), uh = sh;
|
|
19211
19211
|
const dh = /* @__PURE__ */ Ei(uh);
|
|
@@ -19220,7 +19220,7 @@ const dh = /* @__PURE__ */ Ei(uh);
|
|
|
19220
19220
|
* Released under the MIT license
|
|
19221
19221
|
* Date: 2023-05-12T08:44:03.742Z
|
|
19222
19222
|
*/
|
|
19223
|
-
const
|
|
19223
|
+
const ko = {
|
|
19224
19224
|
essential: [
|
|
19225
19225
|
[{ header: [1, 2, 3, 4, 5, 6, !1] }],
|
|
19226
19226
|
["bold", "italic", "underline"],
|
|
@@ -19282,7 +19282,7 @@ const Co = {
|
|
|
19282
19282
|
toolbar: {
|
|
19283
19283
|
type: [String, Array, Object],
|
|
19284
19284
|
required: !1,
|
|
19285
|
-
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(
|
|
19285
|
+
validator: (t) => typeof t == "string" && t !== "" ? t.charAt(0) === "#" ? !0 : Object.keys(ko).indexOf(t) !== -1 : !0
|
|
19286
19286
|
},
|
|
19287
19287
|
modules: {
|
|
19288
19288
|
type: Object,
|
|
@@ -19313,7 +19313,7 @@ const Co = {
|
|
|
19313
19313
|
e = null;
|
|
19314
19314
|
});
|
|
19315
19315
|
let e, r;
|
|
19316
|
-
const o =
|
|
19316
|
+
const o = Br(), i = () => {
|
|
19317
19317
|
var O;
|
|
19318
19318
|
if (o.value) {
|
|
19319
19319
|
if (r = s(), t.modules)
|
|
@@ -19333,7 +19333,7 @@ const Co = {
|
|
|
19333
19333
|
if (typeof t.toolbar == "object")
|
|
19334
19334
|
return t.toolbar;
|
|
19335
19335
|
if (typeof t.toolbar == "string")
|
|
19336
|
-
return t.toolbar.charAt(0) === "#" ? t.toolbar :
|
|
19336
|
+
return t.toolbar.charAt(0) === "#" ? t.toolbar : ko[t.toolbar];
|
|
19337
19337
|
})()
|
|
19338
19338
|
}), t.modules) {
|
|
19339
19339
|
const k = (() => {
|
|
@@ -19361,7 +19361,7 @@ const Co = {
|
|
|
19361
19361
|
return !1;
|
|
19362
19362
|
}, d = (O, k, x) => {
|
|
19363
19363
|
f = l(m()), h(t.content) || n.emit("update:content", f), n.emit("textChange", { delta: O, oldContents: k, source: x });
|
|
19364
|
-
}, a =
|
|
19364
|
+
}, a = Br(), u = (O, k, x) => {
|
|
19365
19365
|
a.value = !!(e != null && e.hasFocus()), n.emit("selectionChange", { range: O, oldRange: k, source: x });
|
|
19366
19366
|
};
|
|
19367
19367
|
er(a, (O) => {
|
|
@@ -19407,7 +19407,7 @@ const Co = {
|
|
|
19407
19407
|
}, P = () => {
|
|
19408
19408
|
e == null || e.focus();
|
|
19409
19409
|
}, C = () => {
|
|
19410
|
-
|
|
19410
|
+
jr(() => {
|
|
19411
19411
|
var O;
|
|
19412
19412
|
!n.slots.toolbar && e && ((O = e.getModule("toolbar")) === null || O === void 0 || O.container.remove()), i();
|
|
19413
19413
|
});
|
|
@@ -19416,7 +19416,7 @@ const Co = {
|
|
|
19416
19416
|
if (!e || !O || h(O))
|
|
19417
19417
|
return;
|
|
19418
19418
|
const k = e.getSelection();
|
|
19419
|
-
k &&
|
|
19419
|
+
k && jr(() => e == null ? void 0 : e.setSelection(k)), $(O);
|
|
19420
19420
|
}, { deep: !0 }), er(() => t.enable, (O) => {
|
|
19421
19421
|
e && e.enable(O);
|
|
19422
19422
|
}), {
|
|
@@ -19445,7 +19445,7 @@ const Co = {
|
|
|
19445
19445
|
}), fh = qt.import("formats/list"), hh = qt.import("formats/list/item"), ph = qt.import("parchment");
|
|
19446
19446
|
class Ai extends hh {
|
|
19447
19447
|
format(n, e) {
|
|
19448
|
-
n ===
|
|
19448
|
+
n === fn.blotName && !e ? this.replaceWith(ph.create(this.statics.scope)) : super.format(n, e);
|
|
19449
19449
|
}
|
|
19450
19450
|
clone() {
|
|
19451
19451
|
const n = super.clone();
|
|
@@ -19454,7 +19454,7 @@ class Ai extends hh {
|
|
|
19454
19454
|
}
|
|
19455
19455
|
Ai.blotName = "alphabet-list-item";
|
|
19456
19456
|
Ai.tagName = "LI";
|
|
19457
|
-
class
|
|
19457
|
+
class fn extends fh {
|
|
19458
19458
|
static create() {
|
|
19459
19459
|
const n = super.create("bullet");
|
|
19460
19460
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19463,11 +19463,11 @@ class hn extends fh {
|
|
|
19463
19463
|
return "bullet";
|
|
19464
19464
|
}
|
|
19465
19465
|
}
|
|
19466
|
-
|
|
19467
|
-
|
|
19468
|
-
|
|
19469
|
-
|
|
19470
|
-
|
|
19466
|
+
fn.blotName = "alphabet-list";
|
|
19467
|
+
fn.tagName = "OL";
|
|
19468
|
+
fn.className = "alphabet-list";
|
|
19469
|
+
fn.defaultChild = "alphabet-list-item";
|
|
19470
|
+
fn.allowedChildren = [Ai];
|
|
19471
19471
|
const gh = `
|
|
19472
19472
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19473
19473
|
<path d="M6.31836 14.9023V5.09961H9.88672C10.9805 5.09961 11.8213 5.30013 12.4092 5.70117C12.9971 6.10221 13.291 6.66732 13.291 7.39648C13.291 7.92513 13.111 8.3877 12.751 8.78418C12.3955 9.18066 11.9398 9.45638 11.3838 9.61133V9.63867C12.0811 9.72526 12.637 9.98275 13.0518 10.4111C13.471 10.8395 13.6807 11.3613 13.6807 11.9766C13.6807 12.8743 13.3594 13.5876 12.7168 14.1162C12.0742 14.6403 11.1969 14.9023 10.085 14.9023H6.31836ZM8.52637 6.72656V9.05078H9.49707C9.9528 9.05078 10.3105 8.94141 10.5703 8.72266C10.8346 8.49935 10.9668 8.19401 10.9668 7.80664C10.9668 7.08659 10.429 6.72656 9.35352 6.72656H8.52637ZM8.52637 10.6914V13.2754H9.72266C10.2331 13.2754 10.6318 13.1569 10.9189 12.9199C11.2106 12.6829 11.3564 12.3594 11.3564 11.9492C11.3564 11.5573 11.2129 11.2497 10.9258 11.0264C10.6432 10.8031 10.2467 10.6914 9.73633 10.6914H8.52637Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19570,7 +19570,7 @@ wt.list.ordered = Ch;
|
|
|
19570
19570
|
wt.list.bullet = Eh;
|
|
19571
19571
|
wt["alphabet-list"] = Th;
|
|
19572
19572
|
qt.register({
|
|
19573
|
-
"formats/alphabet-list":
|
|
19573
|
+
"formats/alphabet-list": fn,
|
|
19574
19574
|
"formats/alphabet-list/item": Ai
|
|
19575
19575
|
});
|
|
19576
19576
|
qt.register(wt);
|
|
@@ -19681,7 +19681,7 @@ const Sh = {
|
|
|
19681
19681
|
components: {
|
|
19682
19682
|
QuillEditor: ch,
|
|
19683
19683
|
IbIconButton: Nt,
|
|
19684
|
-
IbAlert:
|
|
19684
|
+
IbAlert: cn,
|
|
19685
19685
|
IbCharacterCount: Vo
|
|
19686
19686
|
}
|
|
19687
19687
|
}, xh = {
|
|
@@ -19695,7 +19695,7 @@ const Sh = {
|
|
|
19695
19695
|
function Lh(t, n, e, r, o, i) {
|
|
19696
19696
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19697
19697
|
return G(), ne("div", {
|
|
19698
|
-
class:
|
|
19698
|
+
class: ve(["textarea-wrapper", {
|
|
19699
19699
|
error: i.characterOverLimit || e.error || e.errorMessage.length,
|
|
19700
19700
|
focus: o.isFocus,
|
|
19701
19701
|
disable: e.disable
|
|
@@ -19715,7 +19715,7 @@ function Lh(t, n, e, r, o, i) {
|
|
|
19715
19715
|
]),
|
|
19716
19716
|
_: 1
|
|
19717
19717
|
})) : he("", !0),
|
|
19718
|
-
|
|
19718
|
+
De(ge(l, { class: "error-message" }, {
|
|
19719
19719
|
default: ye(() => [
|
|
19720
19720
|
Ge($e(e.characterLimitErrorMessage), 1)
|
|
19721
19721
|
]),
|
|
@@ -19724,14 +19724,14 @@ function Lh(t, n, e, r, o, i) {
|
|
|
19724
19724
|
[Ke, e.characterLimitErrorMessage.length && i.characterOverLimit]
|
|
19725
19725
|
]),
|
|
19726
19726
|
ae("div", {
|
|
19727
|
-
class:
|
|
19727
|
+
class: ve(["ib-text-editor-wrapper", { disable: e.disable }])
|
|
19728
19728
|
}, [
|
|
19729
19729
|
ae("div", {
|
|
19730
19730
|
class: "ib-text-editor",
|
|
19731
|
-
style:
|
|
19731
|
+
style: wn({ height: e.height ? e.height + "px" : "" }),
|
|
19732
19732
|
ref: "wrapper"
|
|
19733
19733
|
}, [
|
|
19734
|
-
|
|
19734
|
+
ge(c, {
|
|
19735
19735
|
onTextChange: i.onChange,
|
|
19736
19736
|
onBlur: i.onBlur,
|
|
19737
19737
|
onFocus: i.onFocus,
|
|
@@ -19747,67 +19747,67 @@ function Lh(t, n, e, r, o, i) {
|
|
|
19747
19747
|
ae("div", xh, [
|
|
19748
19748
|
Ah,
|
|
19749
19749
|
ae("div", Nh, [
|
|
19750
|
-
|
|
19750
|
+
ge(f, {
|
|
19751
19751
|
class: "toolbar-item ql-bold",
|
|
19752
19752
|
kind: "ghost"
|
|
19753
19753
|
}),
|
|
19754
|
-
|
|
19754
|
+
ge(f, {
|
|
19755
19755
|
class: "toolbar-item ql-italic",
|
|
19756
19756
|
kind: "ghost"
|
|
19757
19757
|
}),
|
|
19758
|
-
|
|
19758
|
+
ge(f, {
|
|
19759
19759
|
class: "toolbar-item ql-underline",
|
|
19760
19760
|
kind: "ghost"
|
|
19761
19761
|
}),
|
|
19762
|
-
|
|
19762
|
+
ge(f, {
|
|
19763
19763
|
class: "toolbar-item ql-strike",
|
|
19764
19764
|
kind: "ghost"
|
|
19765
19765
|
})
|
|
19766
19766
|
]),
|
|
19767
19767
|
Ih,
|
|
19768
19768
|
ae("div", Ph, [
|
|
19769
|
-
|
|
19769
|
+
ge(f, {
|
|
19770
19770
|
class: "toolbar-item ql-code-block",
|
|
19771
19771
|
kind: "ghost"
|
|
19772
19772
|
}),
|
|
19773
|
-
|
|
19773
|
+
ge(f, {
|
|
19774
19774
|
class: "toolbar-item ql-link",
|
|
19775
19775
|
kind: "ghost"
|
|
19776
19776
|
})
|
|
19777
19777
|
]),
|
|
19778
19778
|
ae("div", Mh, [
|
|
19779
|
-
|
|
19779
|
+
ge(f, {
|
|
19780
19780
|
class: "toolbar-item ql-align",
|
|
19781
19781
|
kind: "ghost"
|
|
19782
19782
|
}),
|
|
19783
|
-
|
|
19783
|
+
ge(f, {
|
|
19784
19784
|
class: "ql-align toolbar-item",
|
|
19785
19785
|
value: "center",
|
|
19786
19786
|
kind: "ghost"
|
|
19787
19787
|
}),
|
|
19788
|
-
|
|
19788
|
+
ge(f, {
|
|
19789
19789
|
class: "ql-align toolbar-item",
|
|
19790
19790
|
value: "right",
|
|
19791
19791
|
kind: "ghost"
|
|
19792
19792
|
}),
|
|
19793
|
-
|
|
19793
|
+
ge(f, {
|
|
19794
19794
|
class: "ql-align toolbar-item",
|
|
19795
19795
|
value: "justify",
|
|
19796
19796
|
kind: "ghost"
|
|
19797
19797
|
})
|
|
19798
19798
|
]),
|
|
19799
19799
|
ae("div", Dh, [
|
|
19800
|
-
|
|
19800
|
+
ge(f, {
|
|
19801
19801
|
class: "ql-list toolbar-item",
|
|
19802
19802
|
value: "ordered",
|
|
19803
19803
|
kind: "ghost"
|
|
19804
19804
|
}),
|
|
19805
|
-
|
|
19805
|
+
ge(f, {
|
|
19806
19806
|
class: "ql-list toolbar-item",
|
|
19807
19807
|
value: "bullet",
|
|
19808
19808
|
kind: "ghost"
|
|
19809
19809
|
}),
|
|
19810
|
-
|
|
19810
|
+
ge(f, {
|
|
19811
19811
|
class: "ql-alphabet-list alphabet-list toolbar-item",
|
|
19812
19812
|
kind: "ghost"
|
|
19813
19813
|
})
|
|
@@ -19903,32 +19903,32 @@ function Wh(t, n, e, r, o, i) {
|
|
|
19903
19903
|
class: "ib-checkbox-cell"
|
|
19904
19904
|
}, {
|
|
19905
19905
|
default: ye(() => [
|
|
19906
|
-
|
|
19906
|
+
ge(s, { "is-checked": e.isChecked }, null, 8, ["is-checked"])
|
|
19907
19907
|
]),
|
|
19908
19908
|
_: 1
|
|
19909
19909
|
}, 8, ["fixed"]);
|
|
19910
19910
|
}
|
|
19911
|
-
const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]),
|
|
19911
|
+
const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]), Lr = new Lo(), Co = (t, n) => {
|
|
19912
19912
|
if (qo(t)) {
|
|
19913
19913
|
const e = {
|
|
19914
19914
|
title: n.value.title || "",
|
|
19915
19915
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
19916
19916
|
};
|
|
19917
|
-
|
|
19917
|
+
Lr.createTooltip(t, e);
|
|
19918
19918
|
}
|
|
19919
|
-
},
|
|
19920
|
-
|
|
19919
|
+
}, Eo = () => {
|
|
19920
|
+
Lr.destroyTooltip();
|
|
19921
19921
|
}, O1 = {
|
|
19922
19922
|
mounted(t, n) {
|
|
19923
|
-
t.addEventListener("mouseenter", () =>
|
|
19923
|
+
t.addEventListener("mouseenter", () => Co(t, n)), t.addEventListener("mouseleave", Eo);
|
|
19924
19924
|
},
|
|
19925
19925
|
beforeUnmount(t, n) {
|
|
19926
|
-
|
|
19926
|
+
Lr.destroyTooltip(), t.removeEventListener("mouseenter", () => Co(t, n)), t.removeEventListener("mouseleave", Eo);
|
|
19927
19927
|
}
|
|
19928
19928
|
};
|
|
19929
19929
|
export {
|
|
19930
19930
|
Jh as IbAccordion,
|
|
19931
|
-
|
|
19931
|
+
cn as IbAlert,
|
|
19932
19932
|
Xh as IbAvatar,
|
|
19933
19933
|
Qh as IbBadge,
|
|
19934
19934
|
s1 as IbBreadcrumbs,
|
|
@@ -19940,7 +19940,7 @@ export {
|
|
|
19940
19940
|
p1 as IbCheckboxGroup,
|
|
19941
19941
|
v1 as IbDatePicker,
|
|
19942
19942
|
Cr as IbDropdown,
|
|
19943
|
-
|
|
19943
|
+
Mo as IbDropdownItem,
|
|
19944
19944
|
Tr as IbDropdownList,
|
|
19945
19945
|
h1 as IbFormGroup,
|
|
19946
19946
|
Xe as IbIcon,
|
|
@@ -19969,9 +19969,9 @@ export {
|
|
|
19969
19969
|
m1 as IbTextarea,
|
|
19970
19970
|
Ws as IbToggle,
|
|
19971
19971
|
cl as IbToggleTip,
|
|
19972
|
-
|
|
19972
|
+
kn as IbTooltip,
|
|
19973
19973
|
cu as IbTreeSelect,
|
|
19974
19974
|
kr as OutsideDirective,
|
|
19975
19975
|
O1 as TextOverflowTooltipDirective,
|
|
19976
|
-
|
|
19976
|
+
Ro as TooltipDirective
|
|
19977
19977
|
};
|