@avakhula/ui 0.0.197 → 0.0.199
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +476 -476
- package/dist/index.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Sorting/Sorting.vue +3 -3
- package/src/directives/tooltip/tooltip.js +1 -0
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as On, normalizeClass as ve, resolveComponent as ce, createElementVNode as ae, renderSlot as Te, createVNode as ge, Transition as wr, withCtx as ye, withDirectives as Re, vShow as Ke, createBlock as $e, resolveDynamicComponent as Or, mergeProps as Et, Fragment as rt, renderList as jt, createCommentVNode as he, toDisplayString as we, withModifiers as _t, resolveDirective as Yn, createSlots as So, Teleport as da, createTextVNode as Ge, createApp as ca, vModelDynamic as To, withKeys as sn, pushScopeId as $i, popScopeId as wi, vModelText as xo, defineComponent as fa, onMounted as ha, onBeforeUnmount as pa, ref as Bi, watch as ei, nextTick as ji, h as ga, createStaticVNode as ma } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [i, o] of n)
|
|
@@ -28,7 +28,7 @@ const Ae = (t, n) => {
|
|
|
28
28
|
}
|
|
29
29
|
}, ya = ["name"];
|
|
30
30
|
function ba(t, n, e, i, o, r) {
|
|
31
|
-
return
|
|
31
|
+
return G(), ne("ion-icon", {
|
|
32
32
|
style: On(e.styles),
|
|
33
33
|
name: e.name,
|
|
34
34
|
class: ve(e.classes + " ib-icon icon-" + e.name),
|
|
@@ -86,7 +86,7 @@ const _a = {
|
|
|
86
86
|
}, $a = { class: "accordion-content" }, wa = { class: "accordion-content-wrapper" };
|
|
87
87
|
function Oa(t, n, e, i, o, r) {
|
|
88
88
|
const s = ce("ib-icon");
|
|
89
|
-
return
|
|
89
|
+
return G(), ne("div", {
|
|
90
90
|
class: ve(["ib-accordion", { active: o.isActive }])
|
|
91
91
|
}, [
|
|
92
92
|
ae("button", {
|
|
@@ -111,14 +111,14 @@ function Oa(t, n, e, i, o, r) {
|
|
|
111
111
|
Te(t.$slots, "content", {}, void 0, !0)
|
|
112
112
|
])
|
|
113
113
|
], 512), [
|
|
114
|
-
[
|
|
114
|
+
[Ke, o.isActive]
|
|
115
115
|
])
|
|
116
116
|
]),
|
|
117
117
|
_: 3
|
|
118
118
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
119
119
|
], 2);
|
|
120
120
|
}
|
|
121
|
-
const
|
|
121
|
+
const Gh = /* @__PURE__ */ Ae(_a, [["render", Oa], ["__scopeId", "data-v-86045110"]]), ln = {
|
|
122
122
|
primary: "primary",
|
|
123
123
|
secondary: "secondary",
|
|
124
124
|
tertiary: "tertiary",
|
|
@@ -219,7 +219,7 @@ const ka = {
|
|
|
219
219
|
inheritAttrs: !1
|
|
220
220
|
}, Ca = ["method", "action"], Ea = ["value"], Sa = ["value"], Ta = ["name", "value"];
|
|
221
221
|
function xa(t, n, e, i, o, r) {
|
|
222
|
-
return
|
|
222
|
+
return G(), $e(Or(e.href.length ? "a" : "button"), Et({
|
|
223
223
|
onClick: n[0] || (n[0] = (s) => r.onClick(s)),
|
|
224
224
|
onMouseenter: r.onMouseenter,
|
|
225
225
|
onMouseleave: r.onMouseleave
|
|
@@ -227,7 +227,7 @@ function xa(t, n, e, i, o, r) {
|
|
|
227
227
|
default: ye(() => [
|
|
228
228
|
Te(t.$slots, "icon"),
|
|
229
229
|
Te(t.$slots, "default"),
|
|
230
|
-
e.href.length && e.linkMethod.toUpperCase() !== "GET" ? Re((
|
|
230
|
+
e.href.length && e.linkMethod.toUpperCase() !== "GET" ? Re((G(), ne("form", {
|
|
231
231
|
key: 0,
|
|
232
232
|
ref: "form",
|
|
233
233
|
method: r.formMethod,
|
|
@@ -243,14 +243,14 @@ function xa(t, n, e, i, o, r) {
|
|
|
243
243
|
name: "_token",
|
|
244
244
|
value: r.token
|
|
245
245
|
}, null, 8, Sa),
|
|
246
|
-
(
|
|
246
|
+
(G(!0), ne(rt, null, jt(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
247
247
|
key: l,
|
|
248
248
|
type: "hidden",
|
|
249
249
|
name: s,
|
|
250
250
|
value: e.postOptions[s]
|
|
251
251
|
}, null, 8, Ta))), 128))
|
|
252
252
|
], 8, Ca)), [
|
|
253
|
-
[
|
|
253
|
+
[Ke, !1]
|
|
254
254
|
]) : he("", !0)
|
|
255
255
|
]),
|
|
256
256
|
_: 3
|
|
@@ -312,14 +312,14 @@ const Na = {
|
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
function Ia(t, n, e, i, o, r) {
|
|
315
|
-
return
|
|
315
|
+
return G(), $e(wr, null, {
|
|
316
316
|
default: ye(() => [
|
|
317
317
|
Re(ae("div", {
|
|
318
318
|
class: ve(r.classes)
|
|
319
319
|
}, [
|
|
320
320
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
321
321
|
], 2), [
|
|
322
|
-
[
|
|
322
|
+
[Ke, o.isVisible]
|
|
323
323
|
])
|
|
324
324
|
]),
|
|
325
325
|
_: 3
|
|
@@ -353,19 +353,19 @@ const Ma = {
|
|
|
353
353
|
}, Da = { key: 0 };
|
|
354
354
|
function La(t, n, e, i, o, r) {
|
|
355
355
|
const s = ce("ib-popover");
|
|
356
|
-
return
|
|
356
|
+
return G(), $e(s, {
|
|
357
357
|
position: e.position,
|
|
358
358
|
"always-visible": e.alwaysVisible,
|
|
359
359
|
class: ve(r.classList)
|
|
360
360
|
}, {
|
|
361
361
|
default: ye(() => [
|
|
362
|
-
e.title ? (
|
|
362
|
+
e.title ? (G(), ne("b", Da, we(e.title), 1)) : he("", !0),
|
|
363
363
|
ae("p", null, we(e.text), 1)
|
|
364
364
|
]),
|
|
365
365
|
_: 1
|
|
366
366
|
}, 8, ["position", "always-visible", "class"]);
|
|
367
367
|
}
|
|
368
|
-
const
|
|
368
|
+
const cn = /* @__PURE__ */ Ae(Ma, [["render", La], ["__scopeId", "data-v-011e484b"]]), qi = {
|
|
369
369
|
[ln.primary]: ln.primary,
|
|
370
370
|
[ln.tertiary]: ln.tertiary,
|
|
371
371
|
[ln.ghost]: ln.ghost,
|
|
@@ -437,13 +437,13 @@ const Ra = {
|
|
|
437
437
|
},
|
|
438
438
|
components: {
|
|
439
439
|
IbButton: Aa,
|
|
440
|
-
IbTooltip:
|
|
440
|
+
IbTooltip: cn
|
|
441
441
|
},
|
|
442
442
|
inheritAttrs: !1
|
|
443
443
|
};
|
|
444
444
|
function Ba(t, n, e, i, o, r) {
|
|
445
445
|
const s = ce("ib-tooltip"), l = ce("ib-button");
|
|
446
|
-
return
|
|
446
|
+
return G(), $e(l, Et({ onClick: r.onClick }, r.attrs, {
|
|
447
447
|
href: e.href,
|
|
448
448
|
kind: e.kind,
|
|
449
449
|
disabled: e.disabled,
|
|
@@ -451,7 +451,7 @@ function Ba(t, n, e, i, o, r) {
|
|
|
451
451
|
}), {
|
|
452
452
|
default: ye(() => [
|
|
453
453
|
Te(t.$slots, "default"),
|
|
454
|
-
e.helpText.length ? (
|
|
454
|
+
e.helpText.length ? (G(), $e(s, {
|
|
455
455
|
key: 0,
|
|
456
456
|
text: e.helpText
|
|
457
457
|
}, null, 8, ["text"])) : he("", !0)
|
|
@@ -535,18 +535,18 @@ const ja = {
|
|
|
535
535
|
function za(t, n, e, i, o, r) {
|
|
536
536
|
var c;
|
|
537
537
|
const s = ce("ib-icon"), l = ce("ib-icon-button");
|
|
538
|
-
return
|
|
538
|
+
return G(), ne("div", {
|
|
539
539
|
role: "alert",
|
|
540
540
|
class: ve(r.classes)
|
|
541
541
|
}, [
|
|
542
542
|
ae("div", qa, [
|
|
543
543
|
ae("span", Fa, [
|
|
544
|
-
e.showIcon ? (
|
|
544
|
+
e.showIcon ? (G(), $e(s, {
|
|
545
545
|
key: 0,
|
|
546
546
|
class: "ib-alert-icon",
|
|
547
547
|
name: r.iconName
|
|
548
548
|
}, null, 8, ["name"])) : he("", !0),
|
|
549
|
-
(c = e.title) != null && c.length ? (
|
|
549
|
+
(c = e.title) != null && c.length ? (G(), ne("b", Ha, we(e.title), 1)) : he("", !0)
|
|
550
550
|
]),
|
|
551
551
|
ae("span", Va, [
|
|
552
552
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
@@ -555,7 +555,7 @@ function za(t, n, e, i, o, r) {
|
|
|
555
555
|
Te(t.$slots, "link", {}, void 0, !0)
|
|
556
556
|
])
|
|
557
557
|
], 512),
|
|
558
|
-
e.showCloseButton ? (
|
|
558
|
+
e.showCloseButton ? (G(), $e(l, {
|
|
559
559
|
key: 0,
|
|
560
560
|
class: "close-button",
|
|
561
561
|
kind: "ghost",
|
|
@@ -572,11 +572,11 @@ function za(t, n, e, i, o, r) {
|
|
|
572
572
|
}, 8, ["onClick"])) : he("", !0)
|
|
573
573
|
], 2);
|
|
574
574
|
}
|
|
575
|
-
const
|
|
575
|
+
const fn = /* @__PURE__ */ Ae(ja, [["render", za], ["__scopeId", "data-v-dec06c47"]]), Ka = {
|
|
576
576
|
M: "m",
|
|
577
577
|
L: "l"
|
|
578
578
|
};
|
|
579
|
-
const
|
|
579
|
+
const Ga = {
|
|
580
580
|
name: "IbAvatar",
|
|
581
581
|
props: {
|
|
582
582
|
firstName: {
|
|
@@ -597,7 +597,7 @@ const Ka = {
|
|
|
597
597
|
},
|
|
598
598
|
size: {
|
|
599
599
|
type: String,
|
|
600
|
-
default:
|
|
600
|
+
default: Ka.M
|
|
601
601
|
}
|
|
602
602
|
},
|
|
603
603
|
computed: {
|
|
@@ -618,28 +618,28 @@ const Ka = {
|
|
|
618
618
|
}, Ya = ["src", "alt"];
|
|
619
619
|
function Wa(t, n, e, i, o, r) {
|
|
620
620
|
const s = ce("ib-icon");
|
|
621
|
-
return e.src && !e.userAvatar ? (
|
|
621
|
+
return e.src && !e.userAvatar ? (G(), ne("img", {
|
|
622
622
|
key: 0,
|
|
623
623
|
class: ve(r.classList),
|
|
624
624
|
src: e.src,
|
|
625
625
|
alt: e.firstName + "" + e.lastName
|
|
626
|
-
}, null, 10, Ya)) : e.src && e.userAvatar ? (
|
|
626
|
+
}, null, 10, Ya)) : e.src && e.userAvatar ? (G(), ne("div", {
|
|
627
627
|
key: 1,
|
|
628
628
|
class: ve(["user-avatar", r.classList]),
|
|
629
629
|
style: On({
|
|
630
630
|
backgroundImage: "url(" + e.src + ")"
|
|
631
631
|
})
|
|
632
|
-
}, null, 6)) : r.validateName ? (
|
|
632
|
+
}, null, 6)) : r.validateName ? (G(), ne("div", {
|
|
633
633
|
key: 3,
|
|
634
634
|
class: ve([r.classList, "default-avatar"])
|
|
635
|
-
}, we(r.initials), 3)) : (
|
|
635
|
+
}, we(r.initials), 3)) : (G(), ne("div", {
|
|
636
636
|
key: 2,
|
|
637
637
|
class: ve(["empty-avatar", r.classList])
|
|
638
638
|
}, [
|
|
639
639
|
ge(s, { name: "camera-outline" })
|
|
640
640
|
], 2));
|
|
641
641
|
}
|
|
642
|
-
const Yh = /* @__PURE__ */ Ae(
|
|
642
|
+
const Yh = /* @__PURE__ */ Ae(Ga, [["render", Wa], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
643
643
|
const Za = {
|
|
644
644
|
name: "IbBadge",
|
|
645
645
|
props: {
|
|
@@ -659,7 +659,7 @@ const Za = {
|
|
|
659
659
|
}
|
|
660
660
|
};
|
|
661
661
|
function Ja(t, n, e, i, o, r) {
|
|
662
|
-
return
|
|
662
|
+
return G(), ne("span", {
|
|
663
663
|
class: ve(r.classes)
|
|
664
664
|
}, we(r.normalizeContent), 3);
|
|
665
665
|
}
|
|
@@ -668,11 +668,11 @@ const Xa = {
|
|
|
668
668
|
name: "IbButtonGroup"
|
|
669
669
|
}, Qa = { class: "ib-button-group" };
|
|
670
670
|
function el(t, n, e, i, o, r) {
|
|
671
|
-
return
|
|
671
|
+
return G(), ne("div", Qa, [
|
|
672
672
|
Te(t.$slots, "default")
|
|
673
673
|
]);
|
|
674
674
|
}
|
|
675
|
-
const Zh = /* @__PURE__ */ Ae(Xa, [["render", el]]),
|
|
675
|
+
const Zh = /* @__PURE__ */ Ae(Xa, [["render", el]]), bn = {
|
|
676
676
|
success: "success",
|
|
677
677
|
neutral: "neutral",
|
|
678
678
|
info: "info",
|
|
@@ -685,8 +685,8 @@ const tl = {
|
|
|
685
685
|
props: {
|
|
686
686
|
status: {
|
|
687
687
|
type: String,
|
|
688
|
-
default:
|
|
689
|
-
validator: (t) => Object.keys(
|
|
688
|
+
default: bn.neutral,
|
|
689
|
+
validator: (t) => Object.keys(bn).includes(t)
|
|
690
690
|
},
|
|
691
691
|
showIcon: {
|
|
692
692
|
type: Boolean,
|
|
@@ -700,13 +700,13 @@ const tl = {
|
|
|
700
700
|
},
|
|
701
701
|
iconName() {
|
|
702
702
|
switch (this.status) {
|
|
703
|
-
case
|
|
703
|
+
case bn.success:
|
|
704
704
|
return "checkmark-outline";
|
|
705
|
-
case
|
|
705
|
+
case bn.neutral:
|
|
706
706
|
return "time-outline";
|
|
707
|
-
case
|
|
707
|
+
case bn.info:
|
|
708
708
|
return "information-circle-outline";
|
|
709
|
-
case
|
|
709
|
+
case bn.error:
|
|
710
710
|
return "close-outline";
|
|
711
711
|
default:
|
|
712
712
|
return "";
|
|
@@ -717,10 +717,10 @@ const tl = {
|
|
|
717
717
|
};
|
|
718
718
|
function nl(t, n, e, i, o, r) {
|
|
719
719
|
const s = ce("ib-icon");
|
|
720
|
-
return
|
|
720
|
+
return G(), ne("div", {
|
|
721
721
|
class: ve(r.classes)
|
|
722
722
|
}, [
|
|
723
|
-
e.showIcon && r.iconName.length ? (
|
|
723
|
+
e.showIcon && r.iconName.length ? (G(), $e(s, {
|
|
724
724
|
key: 0,
|
|
725
725
|
name: r.iconName
|
|
726
726
|
}, null, 8, ["name"])) : he("", !0),
|
|
@@ -794,7 +794,7 @@ const il = {
|
|
|
794
794
|
}, ol = { class: "ib-toggle-tip-head" }, al = { class: "ib-toggle-tip-content" }, ll = { class: "ib-toggle-tip-button-set" };
|
|
795
795
|
function sl(t, n, e, i, o, r) {
|
|
796
796
|
const s = ce("ib-icon"), l = ce("ib-icon-button");
|
|
797
|
-
return
|
|
797
|
+
return G(), $e(wr, null, {
|
|
798
798
|
default: ye(() => [
|
|
799
799
|
Re(ae("div", {
|
|
800
800
|
class: ve(r.classes)
|
|
@@ -819,7 +819,7 @@ function sl(t, n, e, i, o, r) {
|
|
|
819
819
|
Te(t.$slots, "buttons", {}, void 0, !0)
|
|
820
820
|
])
|
|
821
821
|
], 2), [
|
|
822
|
-
[
|
|
822
|
+
[Ke, o.isOpenedState]
|
|
823
823
|
])
|
|
824
824
|
]),
|
|
825
825
|
_: 3
|
|
@@ -976,8 +976,8 @@ const _l = {
|
|
|
976
976
|
}, $l = { class: "ib-dropdown" }, wl = { class: "footer-slot" };
|
|
977
977
|
function Ol(t, n, e, i, o, r) {
|
|
978
978
|
const s = Yn("outside");
|
|
979
|
-
return Re((
|
|
980
|
-
r.hasTrigger && e.triggerType === "click" ? (
|
|
979
|
+
return Re((G(), ne("div", $l, [
|
|
980
|
+
r.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
981
981
|
key: 0,
|
|
982
982
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
983
983
|
ref: "dropdown",
|
|
@@ -986,7 +986,7 @@ function Ol(t, n, e, i, o, r) {
|
|
|
986
986
|
}, [
|
|
987
987
|
Te(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
988
988
|
], 34)) : he("", !0),
|
|
989
|
-
r.hasTrigger && e.triggerType === "hover" ? (
|
|
989
|
+
r.hasTrigger && e.triggerType === "hover" ? (G(), ne("span", {
|
|
990
990
|
key: 1,
|
|
991
991
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
992
992
|
onMouseenter: n[2] || (n[2] = (...l) => r.debouncedOpen && r.debouncedOpen(...l)),
|
|
@@ -994,7 +994,7 @@ function Ol(t, n, e, i, o, r) {
|
|
|
994
994
|
}, [
|
|
995
995
|
Te(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
996
996
|
], 34)) : he("", !0),
|
|
997
|
-
!e.destroyOnHide || o.isOpenedState ? Re((
|
|
997
|
+
!e.destroyOnHide || o.isOpenedState ? Re((G(), ne("div", {
|
|
998
998
|
key: 2,
|
|
999
999
|
ref: "body",
|
|
1000
1000
|
class: ve("ib-dropdown-menu " + r.classes)
|
|
@@ -1004,7 +1004,7 @@ function Ol(t, n, e, i, o, r) {
|
|
|
1004
1004
|
onClick: n[5] || (n[5] = (...l) => r.closeOnClickIfRequired && r.closeOnClickIfRequired(...l))
|
|
1005
1005
|
}, [
|
|
1006
1006
|
Te(t.$slots, "body", { isOpenedState: o.isOpenedState }, void 0, !0),
|
|
1007
|
-
e.showCloseIcon ? (
|
|
1007
|
+
e.showCloseIcon ? (G(), ne("span", {
|
|
1008
1008
|
key: 0,
|
|
1009
1009
|
class: "close",
|
|
1010
1010
|
onClick: n[4] || (n[4] = (...l) => r.close && r.close(...l))
|
|
@@ -1016,7 +1016,7 @@ function Ol(t, n, e, i, o, r) {
|
|
|
1016
1016
|
Te(t.$slots, "footerslot", {}, void 0, !0)
|
|
1017
1017
|
])
|
|
1018
1018
|
], 2)), [
|
|
1019
|
-
[
|
|
1019
|
+
[Ke, o.isOpenedState]
|
|
1020
1020
|
]) : he("", !0),
|
|
1021
1021
|
ae("div", {
|
|
1022
1022
|
class: "before",
|
|
@@ -1083,7 +1083,7 @@ const kl = {
|
|
|
1083
1083
|
}
|
|
1084
1084
|
};
|
|
1085
1085
|
function Cl(t, n, e, i, o, r) {
|
|
1086
|
-
return
|
|
1086
|
+
return G(), ne("ul", {
|
|
1087
1087
|
class: ve(o.rootClass),
|
|
1088
1088
|
onKeydown: n[0] || (n[0] = (...s) => r.onKeydown && r.onKeydown(...s))
|
|
1089
1089
|
}, [
|
|
@@ -1136,7 +1136,7 @@ const El = {
|
|
|
1136
1136
|
}, Sl = { class: "dropdown-list-wrapper" };
|
|
1137
1137
|
function Tl(t, n, e, i, o, r) {
|
|
1138
1138
|
const s = ce("ib-list"), l = ce("ib-dropdown");
|
|
1139
|
-
return
|
|
1139
|
+
return G(), ne("div", Sl, [
|
|
1140
1140
|
ge(l, Et({
|
|
1141
1141
|
horizontal: e.horizontal,
|
|
1142
1142
|
vertical: e.vertical,
|
|
@@ -1191,8 +1191,8 @@ const xl = {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
}, Al = { class: "dropdown-item-wrapper" };
|
|
1193
1193
|
function Nl(t, n, e, i, o, r) {
|
|
1194
|
-
return
|
|
1195
|
-
(
|
|
1194
|
+
return G(), ne("li", Al, [
|
|
1195
|
+
(G(), $e(Or(e.href ? "a" : "div"), Et({
|
|
1196
1196
|
class: e.checked ? "active" : ""
|
|
1197
1197
|
}, r.attrs, { tabindex: "0" }), {
|
|
1198
1198
|
default: ye(() => [
|
|
@@ -1273,14 +1273,14 @@ const Pl = {
|
|
|
1273
1273
|
}, Ml = ["disabled"], Dl = ["disabled"], Ll = ["disabled"], Rl = { ref: "list" };
|
|
1274
1274
|
function Bl(t, n, e, i, o, r) {
|
|
1275
1275
|
const s = ce("ib-icon"), l = ce("ib-dropdown-list");
|
|
1276
|
-
return
|
|
1276
|
+
return G(), ne("div", {
|
|
1277
1277
|
class: ve(r.classes)
|
|
1278
1278
|
}, [
|
|
1279
|
-
o.isLink ? (
|
|
1279
|
+
o.isLink ? (G(), ne("a", Et({
|
|
1280
1280
|
key: 1,
|
|
1281
1281
|
disabled: e.disabled,
|
|
1282
1282
|
class: ["split-button-main", { disabled: e.disabled }]
|
|
1283
|
-
}, o.mainButtonAttrs), we(o.content), 17, Dl)) : (
|
|
1283
|
+
}, o.mainButtonAttrs), we(o.content), 17, Dl)) : (G(), ne("button", Et({
|
|
1284
1284
|
key: 0,
|
|
1285
1285
|
disabled: e.disabled,
|
|
1286
1286
|
class: "split-button-main"
|
|
@@ -1322,14 +1322,14 @@ const jl = {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
};
|
|
1324
1324
|
function ql(t, n, e, i, o, r) {
|
|
1325
|
-
return
|
|
1325
|
+
return G(), $e(Or(e.href.length ? "a" : "button"), Et(r.attrs, { class: "ib-dropdown-item" }), {
|
|
1326
1326
|
default: ye(() => [
|
|
1327
1327
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
1328
1328
|
]),
|
|
1329
1329
|
_: 3
|
|
1330
1330
|
}, 16);
|
|
1331
1331
|
}
|
|
1332
|
-
const Qh = /* @__PURE__ */ Ae(jl, [["render", ql], ["__scopeId", "data-v-4cf00feb"]]),
|
|
1332
|
+
const Qh = /* @__PURE__ */ Ae(jl, [["render", ql], ["__scopeId", "data-v-4cf00feb"]]), Gt = {
|
|
1333
1333
|
S: "s",
|
|
1334
1334
|
M: "m",
|
|
1335
1335
|
L: "l",
|
|
@@ -1361,7 +1361,7 @@ const Fl = {
|
|
|
1361
1361
|
},
|
|
1362
1362
|
size: {
|
|
1363
1363
|
type: String,
|
|
1364
|
-
default:
|
|
1364
|
+
default: Gt.S
|
|
1365
1365
|
}
|
|
1366
1366
|
},
|
|
1367
1367
|
watch: {
|
|
@@ -1413,11 +1413,11 @@ const Fl = {
|
|
|
1413
1413
|
computed: {
|
|
1414
1414
|
bodyStyles() {
|
|
1415
1415
|
const t = {};
|
|
1416
|
-
return this.size ===
|
|
1416
|
+
return this.size === Gt.S && (t.width = "380px", t.minHeight = "160px", t.maxHeight = "680px"), this.size === Gt.M && (t.width = "600px", t.minHeight = "260px", t.maxHeight = "680px"), this.size === Gt.L && (t.width = "850px", t.minHeight = "400px", t.maxHeight = "680px"), this.size === Gt.XL && (t.width = "80vw", t.maxWidth = "1400px"), t;
|
|
1417
1417
|
},
|
|
1418
1418
|
bodyClassList() {
|
|
1419
1419
|
const t = ["modal-body"];
|
|
1420
|
-
return this.size ===
|
|
1420
|
+
return this.size === Gt.S && t.push("modal-body-s"), this.size === Gt.M && t.push("modal-body-m"), this.size === Gt.L && t.push("modal-body-l"), this.size === Gt.XL && t.push("modal-body-xl"), t;
|
|
1421
1421
|
},
|
|
1422
1422
|
hasTrigger() {
|
|
1423
1423
|
return !!this.$slots.trigger;
|
|
@@ -1445,8 +1445,8 @@ const Fl = {
|
|
|
1445
1445
|
};
|
|
1446
1446
|
function Ul(t, n, e, i, o, r) {
|
|
1447
1447
|
const s = ce("ib-icon"), l = ce("ib-icon-button"), c = Yn("outside");
|
|
1448
|
-
return
|
|
1449
|
-
r.hasTrigger ? (
|
|
1448
|
+
return G(), ne(rt, null, [
|
|
1449
|
+
r.hasTrigger ? (G(), ne("div", {
|
|
1450
1450
|
key: 0,
|
|
1451
1451
|
class: "modal-trigger",
|
|
1452
1452
|
ref: "trigger",
|
|
@@ -1455,16 +1455,16 @@ function Ul(t, n, e, i, o, r) {
|
|
|
1455
1455
|
}, [
|
|
1456
1456
|
Te(t.$slots, "trigger", {}, void 0, !0)
|
|
1457
1457
|
], 544)) : he("", !0),
|
|
1458
|
-
(
|
|
1458
|
+
(G(), $e(da, { to: "body" }, [
|
|
1459
1459
|
Re(ae("div", {
|
|
1460
1460
|
class: ve(["modal", e.classList]),
|
|
1461
1461
|
ref: "modal"
|
|
1462
1462
|
}, [
|
|
1463
|
-
Re((
|
|
1463
|
+
Re((G(), ne("div", {
|
|
1464
1464
|
class: ve(r.bodyClassList),
|
|
1465
1465
|
style: On(r.bodyStyles)
|
|
1466
1466
|
}, [
|
|
1467
|
-
e.showCloseButton ? (
|
|
1467
|
+
e.showCloseButton ? (G(), $e(l, {
|
|
1468
1468
|
key: 0,
|
|
1469
1469
|
class: "modal-close-icon",
|
|
1470
1470
|
kind: "ghost",
|
|
@@ -1475,7 +1475,7 @@ function Ul(t, n, e, i, o, r) {
|
|
|
1475
1475
|
]),
|
|
1476
1476
|
_: 1
|
|
1477
1477
|
}, 8, ["onClick"])) : he("", !0),
|
|
1478
|
-
r.hasHeader ? (
|
|
1478
|
+
r.hasHeader ? (G(), ne("p", Hl, [
|
|
1479
1479
|
Te(t.$slots, "header", { showModal: r.showModal }, void 0, !0)
|
|
1480
1480
|
])) : he("", !0),
|
|
1481
1481
|
ae("div", {
|
|
@@ -1483,14 +1483,14 @@ function Ul(t, n, e, i, o, r) {
|
|
|
1483
1483
|
}, [
|
|
1484
1484
|
Te(t.$slots, "body", { showModal: r.showModal }, void 0, !0)
|
|
1485
1485
|
], 2),
|
|
1486
|
-
r.hasFooter ? (
|
|
1486
|
+
r.hasFooter ? (G(), ne("div", Vl, [
|
|
1487
1487
|
Te(t.$slots, "footer", { showModal: r.showModal }, void 0, !0)
|
|
1488
1488
|
])) : he("", !0)
|
|
1489
1489
|
], 6)), [
|
|
1490
1490
|
[c, r.clickOutside]
|
|
1491
1491
|
])
|
|
1492
1492
|
], 2), [
|
|
1493
|
-
[
|
|
1493
|
+
[Ke, o.isActive]
|
|
1494
1494
|
])
|
|
1495
1495
|
]))
|
|
1496
1496
|
], 64);
|
|
@@ -1541,10 +1541,10 @@ const zl = {
|
|
|
1541
1541
|
IbDropdownItem: Mo,
|
|
1542
1542
|
IbIcon: Xe
|
|
1543
1543
|
}
|
|
1544
|
-
},
|
|
1544
|
+
}, Kl = { class: "wrapper-tab-link dropdown-tab" }, Gl = ["tabindex"];
|
|
1545
1545
|
function Yl(t, n, e, i, o, r) {
|
|
1546
1546
|
const s = ce("ib-icon"), l = ce("ib-dropdown-item"), c = ce("ib-dropdown-list");
|
|
1547
|
-
return
|
|
1547
|
+
return G(), ne("div", Kl, [
|
|
1548
1548
|
ge(c, {
|
|
1549
1549
|
disabled: o.isDisabledDropdown,
|
|
1550
1550
|
"close-on-click": !0
|
|
@@ -1557,12 +1557,12 @@ function Yl(t, n, e, i, o, r) {
|
|
|
1557
1557
|
}]),
|
|
1558
1558
|
tabindex: o.isDisabledDropdown ? -1 : 0
|
|
1559
1559
|
}, [
|
|
1560
|
-
|
|
1560
|
+
Ge(we(e.tabs.name) + " ", 1),
|
|
1561
1561
|
ge(s, { name: "chevron-down" })
|
|
1562
|
-
], 10,
|
|
1562
|
+
], 10, Gl)
|
|
1563
1563
|
]),
|
|
1564
1564
|
body: ye(() => [
|
|
1565
|
-
(
|
|
1565
|
+
(G(!0), ne(rt, null, jt(e.tabs.tabs, (f, h) => (G(), $e(l, {
|
|
1566
1566
|
key: h,
|
|
1567
1567
|
checked: f.id === e.selectedTab,
|
|
1568
1568
|
href: r.createHref(f.id),
|
|
@@ -1574,7 +1574,7 @@ function Yl(t, n, e, i, o, r) {
|
|
|
1574
1574
|
onClick: (d) => r.selectTab(f.id)
|
|
1575
1575
|
}, {
|
|
1576
1576
|
default: ye(() => [
|
|
1577
|
-
|
|
1577
|
+
Ge(we(f.title), 1)
|
|
1578
1578
|
]),
|
|
1579
1579
|
_: 2
|
|
1580
1580
|
}, 1032, ["checked", "href", "tabindex", "class", "onClick"]))), 128))
|
|
@@ -1641,18 +1641,18 @@ const Zl = {
|
|
|
1641
1641
|
};
|
|
1642
1642
|
function ns(t, n, e, i, o, r) {
|
|
1643
1643
|
const s = ce("ib-tab-dropdown");
|
|
1644
|
-
return
|
|
1644
|
+
return G(), ne("div", Jl, [
|
|
1645
1645
|
ae("ul", Xl, [
|
|
1646
|
-
(
|
|
1646
|
+
(G(!0), ne(rt, null, jt(o.tabs, (l, c) => (G(), ne("li", {
|
|
1647
1647
|
class: "tab-item",
|
|
1648
1648
|
key: c
|
|
1649
1649
|
}, [
|
|
1650
|
-
l.name ? (
|
|
1650
|
+
l.name ? (G(), $e(s, {
|
|
1651
1651
|
key: 1,
|
|
1652
1652
|
"selected-tab": o.selectedTab,
|
|
1653
1653
|
tabs: l,
|
|
1654
1654
|
onSelectTab: r.selectTab
|
|
1655
|
-
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (
|
|
1655
|
+
}, null, 8, ["selected-tab", "tabs", "onSelectTab"])) : (G(), ne("div", Ql, [
|
|
1656
1656
|
ae("a", {
|
|
1657
1657
|
class: ve(["tab-link", {
|
|
1658
1658
|
active: o.selectedTab === l.id,
|
|
@@ -1702,10 +1702,10 @@ const t1 = /* @__PURE__ */ Ae(Zl, [["render", ns], ["__scopeId", "data-v-d30d6f3
|
|
|
1702
1702
|
}
|
|
1703
1703
|
};
|
|
1704
1704
|
function is(t, n, e, i, o, r) {
|
|
1705
|
-
return Re((
|
|
1705
|
+
return Re((G(), ne("div", null, [
|
|
1706
1706
|
Te(t.$slots, "default")
|
|
1707
1707
|
], 512)), [
|
|
1708
|
-
[
|
|
1708
|
+
[Ke, r.isTabActive]
|
|
1709
1709
|
]);
|
|
1710
1710
|
}
|
|
1711
1711
|
const n1 = /* @__PURE__ */ Ae(rs, [["render", is]]), os = {
|
|
@@ -1741,7 +1741,7 @@ class Lo {
|
|
|
1741
1741
|
top: 0px;
|
|
1742
1742
|
left: 0px;
|
|
1743
1743
|
`;
|
|
1744
|
-
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = ca(
|
|
1744
|
+
this.tooltipContainer = document.createElement("div"), this.tooltipContainer.setAttribute("style", o), document.body.appendChild(this.tooltipContainer), this.tooltipInstance = ca(cn, {
|
|
1745
1745
|
text: e,
|
|
1746
1746
|
alwaysVisible: !0,
|
|
1747
1747
|
for: this.uuid,
|
|
@@ -1822,21 +1822,21 @@ class Lo {
|
|
|
1822
1822
|
return n ? pi[n] : pi.topCenter;
|
|
1823
1823
|
}
|
|
1824
1824
|
}
|
|
1825
|
-
const
|
|
1826
|
-
if (!
|
|
1825
|
+
const dn = new Lo(), ls = (t, n) => {
|
|
1826
|
+
if (!dn.getTooltipContainer()) {
|
|
1827
1827
|
const e = Object.keys(n.modifiers)[0] || n.arg;
|
|
1828
|
-
|
|
1828
|
+
dn.createTooltip(t, n.value, e);
|
|
1829
1829
|
}
|
|
1830
1830
|
}, ss = (t, n) => {
|
|
1831
|
-
const e =
|
|
1831
|
+
const e = dn.getId();
|
|
1832
1832
|
if (n.getAttribute("describedby") !== e)
|
|
1833
1833
|
return;
|
|
1834
|
-
const i =
|
|
1835
|
-
o && r &&
|
|
1834
|
+
const i = dn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), r = i !== t.target && !(i != null && i.contains(t.target));
|
|
1835
|
+
o && r && dn.destroyTooltip(n);
|
|
1836
1836
|
}, Vi = (t, n) => {
|
|
1837
|
-
t.__tooltip_create = () => ls(t, n), t.__tooltip_destroy = (e) => ss(e, t), t.__tooltip_remove_tooltip = () =>
|
|
1837
|
+
t.__tooltip_create = () => ls(t, n), t.__tooltip_destroy = (e) => ss(e, t), t.__tooltip_remove_tooltip = () => dn.destroyTooltip(), t.addEventListener("mouseenter", t.__tooltip_create), document.addEventListener("mousemove", t.__tooltip_destroy), t.addEventListener("focus", t.__tooltip_create), t.addEventListener("blur", t.__tooltip_remove_tooltip);
|
|
1838
1838
|
}, Ui = (t) => {
|
|
1839
|
-
t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy), t.removeEventListener("focus", t.__tooltip_create), t.removeEventListener("blur", t.__tooltip_remove_tooltip);
|
|
1839
|
+
dn.destroyTooltip(), t.removeEventListener("mouseenter", t.__tooltip_create), document.removeEventListener("mousemove", t.__tooltip_destroy), t.removeEventListener("focus", t.__tooltip_create), t.removeEventListener("blur", t.__tooltip_remove_tooltip);
|
|
1840
1840
|
}, us = {
|
|
1841
1841
|
mounted(t, n) {
|
|
1842
1842
|
Vi(t, n);
|
|
@@ -1911,7 +1911,7 @@ const ds = {
|
|
|
1911
1911
|
},
|
|
1912
1912
|
tooltipIconText() {
|
|
1913
1913
|
var t, n, e;
|
|
1914
|
-
return this.currentTypeSort === this.sortingTypes.TYPE_ASC ? lang("sort_descending", (t = this.
|
|
1914
|
+
return this.currentTypeSort === this.sortingTypes.TYPE_ASC ? lang("sort_descending", (t = this.langComponents) == null ? void 0 : t.COMPONENT_SELECT) : this.currentTypeSort === this.sortingTypes.TYPE_DESC ? lang("reset_sorting", (n = this.langComponents) == null ? void 0 : n.COMPONENT_SELECT) : this.view !== this.sortingTypesView.GRID_VIEW ? lang("sort_ascending", (e = this.langComponents) == null ? void 0 : e.COMPONENT_SELECT) : "";
|
|
1915
1915
|
},
|
|
1916
1916
|
hasToggleTip() {
|
|
1917
1917
|
return this.toggleTipTitle && this.$slots.toggleTipBody && this.$slots.toggleTipButtons;
|
|
@@ -1926,8 +1926,8 @@ const ds = {
|
|
|
1926
1926
|
}, cs = { class: "sorting-wrapper" }, fs = ["name"], hs = ["aria-label"];
|
|
1927
1927
|
function ps(t, n, e, i, o, r) {
|
|
1928
1928
|
const s = ce("ib-toggle-tip"), l = ce("ib-icon-button"), c = ce("ib-icon"), f = Yn("tooltip");
|
|
1929
|
-
return
|
|
1930
|
-
e.view === o.sortingTypesView.TABLE_VIEW ? (
|
|
1929
|
+
return G(), ne("div", cs, [
|
|
1930
|
+
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
1931
1931
|
key: 0,
|
|
1932
1932
|
class: ve(["table-sorting-wrapper", {
|
|
1933
1933
|
active: o.currentTypeSort,
|
|
@@ -1935,16 +1935,16 @@ function ps(t, n, e, i, o, r) {
|
|
|
1935
1935
|
}])
|
|
1936
1936
|
}, [
|
|
1937
1937
|
ae("div", null, [
|
|
1938
|
-
Re((
|
|
1938
|
+
Re((G(), ne("button", {
|
|
1939
1939
|
class: "sorting-label",
|
|
1940
1940
|
type: "button",
|
|
1941
1941
|
onClick: n[0] || (n[0] = (h) => o.isOpenToggleTip = !0)
|
|
1942
1942
|
}, [
|
|
1943
|
-
|
|
1943
|
+
Ge(we(e.title), 1)
|
|
1944
1944
|
])), [
|
|
1945
1945
|
[f, e.tooltipText, e.tooltipPosition]
|
|
1946
1946
|
]),
|
|
1947
|
-
r.hasToggleTip ? (
|
|
1947
|
+
r.hasToggleTip ? (G(), $e(s, {
|
|
1948
1948
|
key: 0,
|
|
1949
1949
|
"is-open": o.isOpenToggleTip,
|
|
1950
1950
|
title: e.toggleTipTitle,
|
|
@@ -1959,7 +1959,7 @@ function ps(t, n, e, i, o, r) {
|
|
|
1959
1959
|
_: 3
|
|
1960
1960
|
}, 8, ["is-open", "title"])) : he("", !0)
|
|
1961
1961
|
]),
|
|
1962
|
-
Re((
|
|
1962
|
+
Re((G(), $e(l, {
|
|
1963
1963
|
kind: "white",
|
|
1964
1964
|
size: "s",
|
|
1965
1965
|
onClick: r.clickHandler
|
|
@@ -1971,7 +1971,7 @@ function ps(t, n, e, i, o, r) {
|
|
|
1971
1971
|
}, 8, ["onClick"])), [
|
|
1972
1972
|
[f, r.tooltipIconText]
|
|
1973
1973
|
])
|
|
1974
|
-
], 2)) : Re((
|
|
1974
|
+
], 2)) : Re((G(), ne("button", {
|
|
1975
1975
|
key: 1,
|
|
1976
1976
|
class: ve(["sorting-button", {
|
|
1977
1977
|
active: o.currentTypeSort,
|
|
@@ -1981,8 +1981,8 @@ function ps(t, n, e, i, o, r) {
|
|
|
1981
1981
|
onClick: n[2] || (n[2] = (...h) => r.clickHandler && r.clickHandler(...h)),
|
|
1982
1982
|
"aria-label": e.sort
|
|
1983
1983
|
}, [
|
|
1984
|
-
|
|
1985
|
-
r.iconType ? (
|
|
1984
|
+
Ge(we(e.title) + " ", 1),
|
|
1985
|
+
r.iconType ? (G(), $e(c, {
|
|
1986
1986
|
key: 0,
|
|
1987
1987
|
name: r.iconType
|
|
1988
1988
|
}, null, 8, ["name"])) : he("", !0)
|
|
@@ -1991,7 +1991,7 @@ function ps(t, n, e, i, o, r) {
|
|
|
1991
1991
|
])
|
|
1992
1992
|
]);
|
|
1993
1993
|
}
|
|
1994
|
-
const r1 = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-
|
|
1994
|
+
const r1 = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-f42bc8cf"]]);
|
|
1995
1995
|
const gs = {
|
|
1996
1996
|
name: "IbBreadcrumbs",
|
|
1997
1997
|
props: {
|
|
@@ -2019,25 +2019,25 @@ const gs = {
|
|
|
2019
2019
|
IbIconButton: xt,
|
|
2020
2020
|
IbDropdownItem: Mo,
|
|
2021
2021
|
IbDropdownList: Si,
|
|
2022
|
-
IbTooltip:
|
|
2022
|
+
IbTooltip: cn
|
|
2023
2023
|
}
|
|
2024
2024
|
}, ms = { "aria-label": "breadcrumb" }, vs = { class: "breadcrumb" }, ys = ["href"], bs = { key: 1 }, _s = ["href"];
|
|
2025
2025
|
function $s(t, n, e, i, o, r) {
|
|
2026
2026
|
const s = ce("ib-icon"), l = ce("ib-tooltip"), c = ce("ib-icon-button"), f = ce("ib-dropdown-item"), h = ce("ib-dropdown-list");
|
|
2027
|
-
return
|
|
2027
|
+
return G(), ne("nav", ms, [
|
|
2028
2028
|
ae("ul", vs, [
|
|
2029
|
-
(
|
|
2029
|
+
(G(!0), ne(rt, null, jt(e.items, (d, a) => (G(), ne("li", {
|
|
2030
2030
|
class: ve(["breadcrumb-item", a === r.last ? "active" : ""]),
|
|
2031
2031
|
"aria-current": "page",
|
|
2032
2032
|
key: a
|
|
2033
2033
|
}, [
|
|
2034
|
-
a !== r.last && a > e.items.length - 4 || a === 0 ? (
|
|
2034
|
+
a !== r.last && a > e.items.length - 4 || a === 0 ? (G(), ne("a", {
|
|
2035
2035
|
key: 0,
|
|
2036
2036
|
class: "ib-link",
|
|
2037
2037
|
href: d.url
|
|
2038
2038
|
}, we(d.title), 9, ys)) : he("", !0),
|
|
2039
|
-
a === r.last ? (
|
|
2040
|
-
r.initContextMenu && a === e.items.length - 4 ? (
|
|
2039
|
+
a === r.last ? (G(), ne("p", bs, we(d.title), 1)) : he("", !0),
|
|
2040
|
+
r.initContextMenu && a === e.items.length - 4 ? (G(), $e(h, {
|
|
2041
2041
|
key: 2,
|
|
2042
2042
|
horizontal: "center"
|
|
2043
2043
|
}, {
|
|
@@ -2045,7 +2045,7 @@ function $s(t, n, e, i, o, r) {
|
|
|
2045
2045
|
ge(c, { kind: "ghost" }, {
|
|
2046
2046
|
default: ye(() => [
|
|
2047
2047
|
ge(s, { name: "ellipsis-horizontal-sharp" }),
|
|
2048
|
-
e.tooltipTextContext ? (
|
|
2048
|
+
e.tooltipTextContext ? (G(), $e(l, {
|
|
2049
2049
|
key: 0,
|
|
2050
2050
|
text: e.tooltipTextContext
|
|
2051
2051
|
}, null, 8, ["text"])) : he("", !0)
|
|
@@ -2054,7 +2054,7 @@ function $s(t, n, e, i, o, r) {
|
|
|
2054
2054
|
})
|
|
2055
2055
|
]),
|
|
2056
2056
|
body: ye(() => [
|
|
2057
|
-
(
|
|
2057
|
+
(G(!0), ne(rt, null, jt(r.setItemsContextMenu, (u, _) => (G(), $e(f, { key: _ }, {
|
|
2058
2058
|
default: ye(() => [
|
|
2059
2059
|
ae("a", {
|
|
2060
2060
|
class: "context-breadcrums",
|
|
@@ -2066,7 +2066,7 @@ function $s(t, n, e, i, o, r) {
|
|
|
2066
2066
|
]),
|
|
2067
2067
|
_: 2
|
|
2068
2068
|
}, 1024)) : he("", !0),
|
|
2069
|
-
a !== r.last && a > e.items.length - 5 || a === 0 ? (
|
|
2069
|
+
a !== r.last && a > e.items.length - 5 || a === 0 ? (G(), $e(s, {
|
|
2070
2070
|
key: 3,
|
|
2071
2071
|
name: "chevron-forward-outline"
|
|
2072
2072
|
})) : he("", !0)
|
|
@@ -2112,7 +2112,7 @@ const ws = {
|
|
|
2112
2112
|
components: {
|
|
2113
2113
|
IbIconButton: xt,
|
|
2114
2114
|
IbIcon: Xe,
|
|
2115
|
-
IbTooltip:
|
|
2115
|
+
IbTooltip: cn
|
|
2116
2116
|
}
|
|
2117
2117
|
}, Os = ["for"], ks = {
|
|
2118
2118
|
key: 0,
|
|
@@ -2120,13 +2120,13 @@ const ws = {
|
|
|
2120
2120
|
};
|
|
2121
2121
|
function Cs(t, n, e, i, o, r) {
|
|
2122
2122
|
const s = ce("ib-icon"), l = ce("ib-tooltip"), c = ce("ib-icon-button");
|
|
2123
|
-
return
|
|
2123
|
+
return G(), ne("label", {
|
|
2124
2124
|
class: ve(r.classes),
|
|
2125
2125
|
for: e.for
|
|
2126
2126
|
}, [
|
|
2127
|
-
e.required ? (
|
|
2127
|
+
e.required ? (G(), ne("span", ks, "* ")) : he("", !0),
|
|
2128
2128
|
Te(t.$slots, "default", {}, void 0, !0),
|
|
2129
|
-
e.infoText.length ? (
|
|
2129
|
+
e.infoText.length ? (G(), $e(c, {
|
|
2130
2130
|
key: 1,
|
|
2131
2131
|
size: "xs",
|
|
2132
2132
|
class: "info-button",
|
|
@@ -2292,7 +2292,7 @@ const Es = {
|
|
|
2292
2292
|
`label:disabled:${globalThis == null ? void 0 : globalThis.id}`
|
|
2293
2293
|
],
|
|
2294
2294
|
components: {
|
|
2295
|
-
IbAlert:
|
|
2295
|
+
IbAlert: fn,
|
|
2296
2296
|
IbIconButton: xt,
|
|
2297
2297
|
IbIcon: Xe,
|
|
2298
2298
|
IbDropdown: Ci
|
|
@@ -2302,17 +2302,17 @@ const Es = {
|
|
|
2302
2302
|
function xs(t, n, e, i, o, r) {
|
|
2303
2303
|
var h, d;
|
|
2304
2304
|
const s = ce("ib-alert"), l = ce("ib-icon"), c = ce("ib-icon-button"), f = ce("ib-dropdown");
|
|
2305
|
-
return
|
|
2306
|
-
e.errorMessage ? (
|
|
2305
|
+
return G(), ne("div", null, [
|
|
2306
|
+
e.errorMessage ? (G(), $e(s, { key: 0 }, {
|
|
2307
2307
|
default: ye(() => [
|
|
2308
|
-
|
|
2308
|
+
Ge(we(e.errorMessage), 1)
|
|
2309
2309
|
]),
|
|
2310
2310
|
_: 1
|
|
2311
2311
|
})) : he("", !0),
|
|
2312
2312
|
ae("div", {
|
|
2313
2313
|
class: ve(["ib-input-wrapper", { "has-settings": r.hasSettings }])
|
|
2314
2314
|
}, [
|
|
2315
|
-
e.showIcon ? (
|
|
2315
|
+
e.showIcon ? (G(), $e(l, {
|
|
2316
2316
|
key: 0,
|
|
2317
2317
|
class: "icon-search",
|
|
2318
2318
|
name: "search-outline"
|
|
@@ -2331,7 +2331,7 @@ function xs(t, n, e, i, o, r) {
|
|
|
2331
2331
|
}), null, 16, Ss), [
|
|
2332
2332
|
[To, o.actualValue]
|
|
2333
2333
|
]),
|
|
2334
|
-
e.type !== "password" && e.showClearButton ? Re((
|
|
2334
|
+
e.type !== "password" && e.showClearButton ? Re((G(), $e(c, {
|
|
2335
2335
|
key: 1,
|
|
2336
2336
|
kind: "ghost",
|
|
2337
2337
|
class: "button-clear",
|
|
@@ -2347,9 +2347,9 @@ function xs(t, n, e, i, o, r) {
|
|
|
2347
2347
|
]),
|
|
2348
2348
|
_: 1
|
|
2349
2349
|
}, 8, ["disabled", "help-text", "onClick", "onKeypress"])), [
|
|
2350
|
-
[
|
|
2350
|
+
[Ke, (h = o.actualValue) == null ? void 0 : h.length]
|
|
2351
2351
|
]) : he("", !0),
|
|
2352
|
-
e.type === "password" ? Re((
|
|
2352
|
+
e.type === "password" ? Re((G(), $e(c, {
|
|
2353
2353
|
key: 2,
|
|
2354
2354
|
kind: "ghost",
|
|
2355
2355
|
class: "toggle-password",
|
|
@@ -2366,9 +2366,9 @@ function xs(t, n, e, i, o, r) {
|
|
|
2366
2366
|
]),
|
|
2367
2367
|
_: 1
|
|
2368
2368
|
}, 8, ["disabled", "help-text", "onClick"])), [
|
|
2369
|
-
[
|
|
2369
|
+
[Ke, (d = o.actualValue) == null ? void 0 : d.length]
|
|
2370
2370
|
]) : he("", !0),
|
|
2371
|
-
r.hasSettings ? (
|
|
2371
|
+
r.hasSettings ? (G(), $e(f, {
|
|
2372
2372
|
key: 3,
|
|
2373
2373
|
class: "settings-dropdown-wrapper",
|
|
2374
2374
|
horizontal: e.settingsHorizontalPosition,
|
|
@@ -2492,7 +2492,7 @@ const As = {
|
|
|
2492
2492
|
function Bs(t, n, e, i, o, r) {
|
|
2493
2493
|
var l;
|
|
2494
2494
|
const s = ce("ib-icon");
|
|
2495
|
-
return
|
|
2495
|
+
return G(), ne("label", Et(r.attrs, {
|
|
2496
2496
|
for: e.id,
|
|
2497
2497
|
tabindex: e.disabled ? -1 : 0,
|
|
2498
2498
|
onKeypress: n[1] || (n[1] = _t((...c) => r.onChange && r.onChange(...c), ["prevent"]))
|
|
@@ -2509,27 +2509,27 @@ function Bs(t, n, e, i, o, r) {
|
|
|
2509
2509
|
onClick: n[0] || (n[0] = (...c) => r.onChange && r.onChange(...c))
|
|
2510
2510
|
}, null, 8, Is),
|
|
2511
2511
|
ae("div", Ps, [
|
|
2512
|
-
e.labelPosition === "left" && e.label.length ? (
|
|
2512
|
+
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2513
2513
|
key: 0,
|
|
2514
2514
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2515
2515
|
}, [
|
|
2516
|
-
e.required ? (
|
|
2517
|
-
|
|
2516
|
+
e.required ? (G(), ne("span", Ms, "*")) : he("", !0),
|
|
2517
|
+
Ge(" " + we(e.label), 1)
|
|
2518
2518
|
], 2)) : he("", !0),
|
|
2519
2519
|
ae("span", Ds, [
|
|
2520
2520
|
Re(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2521
|
-
[
|
|
2521
|
+
[Ke, o.checked && !r.indeterminate]
|
|
2522
2522
|
]),
|
|
2523
2523
|
Re(ge(s, {
|
|
2524
2524
|
class: ve("checkbox-undeterminate-icon"),
|
|
2525
2525
|
name: "remove-sharp"
|
|
2526
2526
|
}, null, 512), [
|
|
2527
|
-
[
|
|
2527
|
+
[Ke, r.indeterminate]
|
|
2528
2528
|
])
|
|
2529
2529
|
]),
|
|
2530
|
-
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (
|
|
2531
|
-
e.required ? (
|
|
2532
|
-
|
|
2530
|
+
e.labelPosition === "right" && ((l = e.label) != null && l.length) ? (G(), ne("span", Ls, [
|
|
2531
|
+
e.required ? (G(), ne("span", Rs, "*")) : he("", !0),
|
|
2532
|
+
Ge(" " + we(e.label), 1)
|
|
2533
2533
|
])) : he("", !0)
|
|
2534
2534
|
])
|
|
2535
2535
|
], 16, Ns);
|
|
@@ -2605,7 +2605,7 @@ const js = {
|
|
|
2605
2605
|
};
|
|
2606
2606
|
}
|
|
2607
2607
|
},
|
|
2608
|
-
components: { IbIcon: Xe, IbTooltip:
|
|
2608
|
+
components: { IbIcon: Xe, IbTooltip: cn }
|
|
2609
2609
|
}, qs = ["tabindex"], Fs = {
|
|
2610
2610
|
class: "toggle-wrapper",
|
|
2611
2611
|
ref: "wrapper"
|
|
@@ -2616,9 +2616,9 @@ const js = {
|
|
|
2616
2616
|
key: 0,
|
|
2617
2617
|
class: "toggle-label"
|
|
2618
2618
|
};
|
|
2619
|
-
function
|
|
2619
|
+
function Ks(t, n, e, i, o, r) {
|
|
2620
2620
|
const s = ce("ib-icon"), l = ce("ib-tooltip");
|
|
2621
|
-
return
|
|
2621
|
+
return G(), ne("label", {
|
|
2622
2622
|
class: ve(r.classes),
|
|
2623
2623
|
onKeypress: n[2] || (n[2] = sn(_t((...c) => r.onChange && r.onChange(...c), ["prevent"]), ["space"])),
|
|
2624
2624
|
tabindex: e.disabled ? -1 : 0
|
|
@@ -2648,14 +2648,14 @@ function Gs(t, n, e, i, o, r) {
|
|
|
2648
2648
|
})
|
|
2649
2649
|
], 512)
|
|
2650
2650
|
], 512),
|
|
2651
|
-
e.label.length ? (
|
|
2652
|
-
e.helpMessage.length ? (
|
|
2651
|
+
e.label.length ? (G(), ne("span", zs, we(e.label), 1)) : he("", !0),
|
|
2652
|
+
e.helpMessage.length ? (G(), $e(l, {
|
|
2653
2653
|
key: 1,
|
|
2654
2654
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2655
2655
|
}, null, 8, ["text"])) : he("", !0)
|
|
2656
2656
|
], 42, qs);
|
|
2657
2657
|
}
|
|
2658
|
-
const
|
|
2658
|
+
const Gs = /* @__PURE__ */ Ae(js, [["render", Ks]]);
|
|
2659
2659
|
function jo(t) {
|
|
2660
2660
|
return t.scrollHeight > t.clientHeight;
|
|
2661
2661
|
}
|
|
@@ -2755,7 +2755,7 @@ const Ys = {
|
|
|
2755
2755
|
},
|
|
2756
2756
|
computed: {
|
|
2757
2757
|
component() {
|
|
2758
|
-
return this.isMultiple && this.isToggle ?
|
|
2758
|
+
return this.isMultiple && this.isToggle ? Gs : Bo;
|
|
2759
2759
|
},
|
|
2760
2760
|
isChecked() {
|
|
2761
2761
|
if (this.option.checked)
|
|
@@ -2799,7 +2799,7 @@ const Ys = {
|
|
|
2799
2799
|
IbIcon: Xe,
|
|
2800
2800
|
List: Ei,
|
|
2801
2801
|
IbIconButton: xt,
|
|
2802
|
-
IbTooltip:
|
|
2802
|
+
IbTooltip: cn
|
|
2803
2803
|
}
|
|
2804
2804
|
}, Ws = {
|
|
2805
2805
|
key: 0,
|
|
@@ -2813,7 +2813,7 @@ const Ys = {
|
|
|
2813
2813
|
};
|
|
2814
2814
|
function eu(t, n, e, i, o, r) {
|
|
2815
2815
|
const s = ce("ib-tooltip"), l = ce("ib-icon"), c = ce("ib-icon-button"), f = ce("select-option"), h = ce("list");
|
|
2816
|
-
return
|
|
2816
|
+
return G(), ne("li", null, [
|
|
2817
2817
|
ae("div", {
|
|
2818
2818
|
class: ve(["tree-select-option", {
|
|
2819
2819
|
"tree-select-option-checked": r.isChecked,
|
|
@@ -2826,7 +2826,7 @@ function eu(t, n, e, i, o, r) {
|
|
|
2826
2826
|
tabindex: "0",
|
|
2827
2827
|
onKeydown: n[3] || (n[3] = _t((...d) => r.onKeydown && r.onKeydown(...d), ["self"]))
|
|
2828
2828
|
}, [
|
|
2829
|
-
o.showTooltip ? (
|
|
2829
|
+
o.showTooltip ? (G(), $e(s, {
|
|
2830
2830
|
key: 0,
|
|
2831
2831
|
text: e.option.title
|
|
2832
2832
|
}, null, 8, ["text"])) : he("", !0),
|
|
@@ -2841,7 +2841,7 @@ function eu(t, n, e, i, o, r) {
|
|
|
2841
2841
|
]),
|
|
2842
2842
|
_: 1
|
|
2843
2843
|
}, 8, ["onClick"]), [
|
|
2844
|
-
[
|
|
2844
|
+
[Ke, r.hasVisibleChildren]
|
|
2845
2845
|
]),
|
|
2846
2846
|
ae("div", {
|
|
2847
2847
|
onClick: n[1] || (n[1] = _t((...d) => r.onChange && r.onChange(...d), ["prevent"])),
|
|
@@ -2852,7 +2852,7 @@ function eu(t, n, e, i, o, r) {
|
|
|
2852
2852
|
active: !e.showInput && e.option.checked
|
|
2853
2853
|
})
|
|
2854
2854
|
}, [
|
|
2855
|
-
Re((
|
|
2855
|
+
Re((G(), $e(Or(r.component), {
|
|
2856
2856
|
ref: "component",
|
|
2857
2857
|
tabindex: "-1",
|
|
2858
2858
|
name: r.actualName,
|
|
@@ -2866,36 +2866,36 @@ function eu(t, n, e, i, o, r) {
|
|
|
2866
2866
|
spellcheck: "false",
|
|
2867
2867
|
onInput: r.toggle
|
|
2868
2868
|
}, null, 40, ["name", "value", "id", "is-checked", "disabled", "onInput"])), [
|
|
2869
|
-
[
|
|
2869
|
+
[Ke, e.showInput]
|
|
2870
2870
|
]),
|
|
2871
|
-
e.isBookmarkable ? (
|
|
2871
|
+
e.isBookmarkable ? (G(), ne("span", {
|
|
2872
2872
|
key: 0,
|
|
2873
2873
|
class: ve(
|
|
2874
2874
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2875
2875
|
)
|
|
2876
2876
|
}, [
|
|
2877
|
-
r.hasChildren ? (
|
|
2878
|
-
|
|
2877
|
+
r.hasChildren ? (G(), ne("span", Zs, we(e.option.title), 1)) : (G(), ne("span", Ws, [
|
|
2878
|
+
Ge(we(e.option.title) + " ", 1),
|
|
2879
2879
|
ge(l, {
|
|
2880
2880
|
name: "star",
|
|
2881
2881
|
onClick: n[0] || (n[0] = _t((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
|
|
2882
2882
|
})
|
|
2883
2883
|
]))
|
|
2884
|
-
], 2)) : e.htmlTitle ? (
|
|
2885
|
-
r.hasChildren ? (
|
|
2884
|
+
], 2)) : e.htmlTitle ? (G(), ne(rt, { key: 1 }, [
|
|
2885
|
+
r.hasChildren ? (G(), ne("span", {
|
|
2886
2886
|
key: 1,
|
|
2887
2887
|
class: "option-label",
|
|
2888
2888
|
innerHTML: e.option.title
|
|
2889
|
-
}, null, 8, Xs)) : (
|
|
2889
|
+
}, null, 8, Xs)) : (G(), ne("span", {
|
|
2890
2890
|
key: 0,
|
|
2891
2891
|
class: "option-label",
|
|
2892
2892
|
innerHTML: e.option.title
|
|
2893
2893
|
}, null, 8, Js))
|
|
2894
|
-
], 64)) : (
|
|
2894
|
+
], 64)) : (G(), ne("span", Qs, we(e.option.title), 1))
|
|
2895
2895
|
], 2),
|
|
2896
|
-
r.hasChildren ? Re((
|
|
2896
|
+
r.hasChildren ? Re((G(), $e(h, { key: 1 }, {
|
|
2897
2897
|
default: ye(() => [
|
|
2898
|
-
(
|
|
2898
|
+
(G(!0), ne(rt, null, jt(e.option.children, (d) => Re((G(), $e(f, {
|
|
2899
2899
|
key: d.value,
|
|
2900
2900
|
option: d,
|
|
2901
2901
|
name: e.name,
|
|
@@ -2907,12 +2907,12 @@ function eu(t, n, e, i, o, r) {
|
|
|
2907
2907
|
uid: e.uid,
|
|
2908
2908
|
"is-bookmarkable": e.isBookmarkable
|
|
2909
2909
|
}, null, 8, ["option", "name", "parent-auto-check", "is-multiple", "show-input", "onCheck", "uid", "is-bookmarkable"])), [
|
|
2910
|
-
[
|
|
2910
|
+
[Ke, d.visible]
|
|
2911
2911
|
])), 128))
|
|
2912
2912
|
]),
|
|
2913
2913
|
_: 1
|
|
2914
2914
|
}, 512)), [
|
|
2915
|
-
[
|
|
2915
|
+
[Ke, r.hasVisibleChildren && e.option.isChildrenVisible]
|
|
2916
2916
|
]) : he("", !0)
|
|
2917
2917
|
], 34)
|
|
2918
2918
|
]);
|
|
@@ -3790,7 +3790,7 @@ const iu = {
|
|
|
3790
3790
|
}
|
|
3791
3791
|
},
|
|
3792
3792
|
components: {
|
|
3793
|
-
IbAlert:
|
|
3793
|
+
IbAlert: fn,
|
|
3794
3794
|
IbIconButton: xt,
|
|
3795
3795
|
IbIcon: Xe,
|
|
3796
3796
|
IbDropdown: Ci,
|
|
@@ -3810,13 +3810,13 @@ const iu = {
|
|
|
3810
3810
|
};
|
|
3811
3811
|
function lu(t, n, e, i, o, r) {
|
|
3812
3812
|
const s = ce("ib-alert"), l = ce("ib-icon"), c = ce("ib-icon-button"), f = ce("select-option"), h = ce("list"), d = ce("ib-input"), a = ce("ib-dropdown");
|
|
3813
|
-
return
|
|
3814
|
-
e.errorMessage ? (
|
|
3813
|
+
return G(), ne(rt, null, [
|
|
3814
|
+
e.errorMessage ? (G(), $e(s, {
|
|
3815
3815
|
key: 0,
|
|
3816
3816
|
class: "tree-select-error"
|
|
3817
3817
|
}, {
|
|
3818
3818
|
default: ye(() => [
|
|
3819
|
-
|
|
3819
|
+
Ge(we(e.errorMessage), 1)
|
|
3820
3820
|
]),
|
|
3821
3821
|
_: 1
|
|
3822
3822
|
})) : he("", !0),
|
|
@@ -3840,22 +3840,22 @@ function lu(t, n, e, i, o, r) {
|
|
|
3840
3840
|
right: -o.size.right + "px"
|
|
3841
3841
|
})
|
|
3842
3842
|
}, [
|
|
3843
|
-
e.isResizable ? (
|
|
3843
|
+
e.isResizable ? (G(), ne("div", {
|
|
3844
3844
|
key: 0,
|
|
3845
3845
|
class: "ib-dropdown-resizer ib-dropdown-resizer-left",
|
|
3846
3846
|
onMousedown: n[2] || (n[2] = (u) => r.startResizing("left"))
|
|
3847
3847
|
}, null, 32)) : he("", !0),
|
|
3848
|
-
e.isResizable ? (
|
|
3848
|
+
e.isResizable ? (G(), ne("div", {
|
|
3849
3849
|
key: 1,
|
|
3850
3850
|
class: "ib-dropdown-resizer ib-dropdown-resizer-right",
|
|
3851
3851
|
onMousedown: n[3] || (n[3] = (u) => r.startResizing("right"))
|
|
3852
3852
|
}, null, 32)) : he("", !0),
|
|
3853
|
-
Object.keys(o.actualBookmarkedOptions).length > 0 ? (
|
|
3853
|
+
Object.keys(o.actualBookmarkedOptions).length > 0 ? (G(), $e(h, {
|
|
3854
3854
|
key: 2,
|
|
3855
3855
|
class: ve({ "has-hierarchy": r.hasHierarchy })
|
|
3856
3856
|
}, {
|
|
3857
3857
|
default: ye(() => [
|
|
3858
|
-
(
|
|
3858
|
+
(G(!0), ne(rt, null, jt(o.actualBookmarkedOptions, (u) => (G(), $e(f, {
|
|
3859
3859
|
key: "bookmark" + u.id,
|
|
3860
3860
|
option: u,
|
|
3861
3861
|
"parent-auto-check": !1,
|
|
@@ -3872,7 +3872,7 @@ function lu(t, n, e, i, o, r) {
|
|
|
3872
3872
|
]),
|
|
3873
3873
|
_: 1
|
|
3874
3874
|
}, 8, ["class"])) : he("", !0),
|
|
3875
|
-
r.showSearch ? (
|
|
3875
|
+
r.showSearch ? (G(), $e(d, {
|
|
3876
3876
|
key: 3,
|
|
3877
3877
|
class: "tree-search",
|
|
3878
3878
|
"show-icon": !0,
|
|
@@ -3885,13 +3885,13 @@ function lu(t, n, e, i, o, r) {
|
|
|
3885
3885
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3886
3886
|
}, {
|
|
3887
3887
|
default: ye(() => [
|
|
3888
|
-
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (
|
|
3888
|
+
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div", ou, [
|
|
3889
3889
|
Te(t.$slots, "emptyMessage")
|
|
3890
|
-
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (
|
|
3890
|
+
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div", au, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3891
3891
|
Re(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3892
|
-
[
|
|
3892
|
+
[Ke, r.requiredDependencyNotFilled]
|
|
3893
3893
|
]),
|
|
3894
|
-
!e.isMultiple && !e.isRequired && o.actualOptions.length > 0 ? (
|
|
3894
|
+
!e.isMultiple && !e.isRequired && o.actualOptions.length > 0 ? (G(), $e(f, {
|
|
3895
3895
|
key: 2,
|
|
3896
3896
|
option: {
|
|
3897
3897
|
title: t.lang("none", "select"),
|
|
@@ -3907,8 +3907,8 @@ function lu(t, n, e, i, o, r) {
|
|
|
3907
3907
|
"only-end-nodes": e.onlyEndNodes,
|
|
3908
3908
|
"show-input": e.showInputs
|
|
3909
3909
|
}, null, 8, ["option", "name", "parent-auto-check", "is-multiple", "onCheck", "onToggleBookmark", "uid", "only-end-nodes", "show-input"])) : he("", !0),
|
|
3910
|
-
r.requiredDependencyNotFilled ? he("", !0) : (
|
|
3911
|
-
e.allOptions && e.isMultiple && r.visibleOptionsCount && !r.requiredDependencyNotFilled ? (
|
|
3910
|
+
r.requiredDependencyNotFilled ? he("", !0) : (G(), ne(rt, { key: 3 }, [
|
|
3911
|
+
e.allOptions && e.isMultiple && r.visibleOptionsCount && !r.requiredDependencyNotFilled ? (G(), $e(f, {
|
|
3912
3912
|
key: 0,
|
|
3913
3913
|
option: {
|
|
3914
3914
|
title: o.actualStrings.selectAllOptions,
|
|
@@ -3929,7 +3929,7 @@ function lu(t, n, e, i, o, r) {
|
|
|
3929
3929
|
"only-end-nodes": e.onlyEndNodes,
|
|
3930
3930
|
"show-input": e.showInputs
|
|
3931
3931
|
}, null, 8, ["option", "is-toggle", "name", "is-multiple", "onCheck", "uid", "only-end-nodes", "show-input"])) : he("", !0),
|
|
3932
|
-
(
|
|
3932
|
+
(G(!0), ne(rt, null, jt(o.actualOptions, (u) => Te(t.$slots, o.actualName, {
|
|
3933
3933
|
key: e.name + u.value,
|
|
3934
3934
|
option: u,
|
|
3935
3935
|
parentAutoCheck: e.parentAutoCheck,
|
|
@@ -3953,7 +3953,7 @@ function lu(t, n, e, i, o, r) {
|
|
|
3953
3953
|
"html-title": e.htmlOptionTitle,
|
|
3954
3954
|
"show-input": e.showInputs
|
|
3955
3955
|
}, null, 8, ["option", "is-toggle", "name", "parent-auto-check", "is-multiple", "is-bookmarkable", "onCheck", "onToggleBookmark", "uid", "only-end-nodes", "html-title", "show-input"]), [
|
|
3956
|
-
[
|
|
3956
|
+
[Ke, u.visible]
|
|
3957
3957
|
])
|
|
3958
3958
|
])), 128))
|
|
3959
3959
|
], 64))
|
|
@@ -3990,16 +3990,16 @@ function lu(t, n, e, i, o, r) {
|
|
|
3990
3990
|
"aria-label": e.ariaLabel,
|
|
3991
3991
|
"aria-expanded": u
|
|
3992
3992
|
}, [
|
|
3993
|
-
e.htmlOptionTitle ? (
|
|
3993
|
+
e.htmlOptionTitle ? (G(), ne("span", {
|
|
3994
3994
|
key: 0,
|
|
3995
3995
|
class: ve({ placeholder: !r.selectStatus }),
|
|
3996
3996
|
innerHTML: r.selectStatus || e.placeholder
|
|
3997
|
-
}, null, 10, ["innerHTML"])) : (
|
|
3997
|
+
}, null, 10, ["innerHTML"])) : (G(), ne("span", {
|
|
3998
3998
|
key: 1,
|
|
3999
3999
|
class: ve({ placeholder: !r.selectStatus })
|
|
4000
4000
|
}, we(r.selectStatus || e.placeholder), 3))
|
|
4001
4001
|
], 42, ["aria-label", "aria-expanded"]),
|
|
4002
|
-
e.showClearButton ? Re((
|
|
4002
|
+
e.showClearButton ? Re((G(), $e(c, {
|
|
4003
4003
|
key: 0,
|
|
4004
4004
|
kind: "ghost",
|
|
4005
4005
|
class: "button-clear",
|
|
@@ -4011,7 +4011,7 @@ function lu(t, n, e, i, o, r) {
|
|
|
4011
4011
|
]),
|
|
4012
4012
|
_: 1
|
|
4013
4013
|
}, 8, ["onClick", "help-text"])), [
|
|
4014
|
-
[
|
|
4014
|
+
[Ke, Object.keys(o.selected).length]
|
|
4015
4015
|
]) : he("", !0),
|
|
4016
4016
|
ge(l, {
|
|
4017
4017
|
name: u ? "chevron-up-outline" : "chevron-down-outline",
|
|
@@ -4068,10 +4068,10 @@ const uu = {
|
|
|
4068
4068
|
}, du = { class: "report-limit-selector" };
|
|
4069
4069
|
function cu(t, n, e, i, o, r) {
|
|
4070
4070
|
const s = ce("ib-label"), l = ce("ib-select");
|
|
4071
|
-
return
|
|
4071
|
+
return G(), ne("div", du, [
|
|
4072
4072
|
ge(s, null, {
|
|
4073
4073
|
default: ye(() => [
|
|
4074
|
-
|
|
4074
|
+
Ge(we(e.labelSelect), 1)
|
|
4075
4075
|
]),
|
|
4076
4076
|
_: 1
|
|
4077
4077
|
}),
|
|
@@ -4188,22 +4188,22 @@ const hu = {
|
|
|
4188
4188
|
IbInput: Ro,
|
|
4189
4189
|
IbLabel: Cr,
|
|
4190
4190
|
IbLimitSelector: fu,
|
|
4191
|
-
IbTooltip:
|
|
4191
|
+
IbTooltip: cn
|
|
4192
4192
|
}
|
|
4193
4193
|
}, pu = { class: "report-controls" }, gu = { class: "repot-pagination" }, mu = { class: "pagination-input" }, vu = { class: "row-count" }, yu = { class: "pagination-wrapper" }, bu = ["onClick"];
|
|
4194
4194
|
function _u(t, n, e, i, o, r) {
|
|
4195
4195
|
const s = ce("ib-limit-selector"), l = ce("ib-label"), c = ce("ib-input"), f = ce("ib-icon"), h = ce("ib-tooltip"), d = ce("ib-icon-button");
|
|
4196
|
-
return
|
|
4196
|
+
return G(), ne("div", pu, [
|
|
4197
4197
|
ge(s, {
|
|
4198
4198
|
onSelect: r.changeLimit,
|
|
4199
4199
|
value: o.limitValue,
|
|
4200
4200
|
"label-select": e.labelSelect
|
|
4201
4201
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4202
4202
|
ae("div", gu, [
|
|
4203
|
-
e.showPaginationInput ? (
|
|
4203
|
+
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4204
4204
|
ge(l, null, {
|
|
4205
4205
|
default: ye(() => [
|
|
4206
|
-
|
|
4206
|
+
Ge(we(e.labelInput), 1)
|
|
4207
4207
|
]),
|
|
4208
4208
|
_: 1
|
|
4209
4209
|
}),
|
|
@@ -4225,7 +4225,7 @@ function _u(t, n, e, i, o, r) {
|
|
|
4225
4225
|
}, {
|
|
4226
4226
|
default: ye(() => [
|
|
4227
4227
|
ge(f, { name: "chevron-back-outline" }),
|
|
4228
|
-
e.tooltipTextPrev ? (
|
|
4228
|
+
e.tooltipTextPrev ? (G(), $e(h, {
|
|
4229
4229
|
key: 0,
|
|
4230
4230
|
text: e.tooltipTextPrev
|
|
4231
4231
|
}, null, 8, ["text"])) : he("", !0)
|
|
@@ -4233,7 +4233,7 @@ function _u(t, n, e, i, o, r) {
|
|
|
4233
4233
|
_: 1
|
|
4234
4234
|
}, 8, ["disabled"]),
|
|
4235
4235
|
ae("ul", yu, [
|
|
4236
|
-
(
|
|
4236
|
+
(G(!0), ne(rt, null, jt(r.countPagePagination, (a, u) => Re((G(), ne("li", {
|
|
4237
4237
|
key: u,
|
|
4238
4238
|
class: ve(["pagination-item", {
|
|
4239
4239
|
active: u + 1 === o.currentPage,
|
|
@@ -4244,7 +4244,7 @@ function _u(t, n, e, i, o, r) {
|
|
|
4244
4244
|
}, [
|
|
4245
4245
|
ae("button", null, we(u + 1), 1)
|
|
4246
4246
|
], 10, bu)), [
|
|
4247
|
-
[
|
|
4247
|
+
[Ke, r.showItem(u + 1)]
|
|
4248
4248
|
])), 128))
|
|
4249
4249
|
]),
|
|
4250
4250
|
ge(d, {
|
|
@@ -4256,7 +4256,7 @@ function _u(t, n, e, i, o, r) {
|
|
|
4256
4256
|
}, {
|
|
4257
4257
|
default: ye(() => [
|
|
4258
4258
|
ge(f, { name: "chevron-forward-outline" }),
|
|
4259
|
-
e.tooltipTextNext ? (
|
|
4259
|
+
e.tooltipTextNext ? (G(), $e(h, {
|
|
4260
4260
|
key: 0,
|
|
4261
4261
|
text: e.tooltipTextNext
|
|
4262
4262
|
}, null, 8, ["text"])) : he("", !0)
|
|
@@ -4301,7 +4301,7 @@ const $u = {
|
|
|
4301
4301
|
], Cu = /* @__PURE__ */ Fo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4302
4302
|
function Eu(t, n, e, i, o, r) {
|
|
4303
4303
|
const s = ce("ib-icon");
|
|
4304
|
-
return
|
|
4304
|
+
return G(), ne("div", wu, [
|
|
4305
4305
|
ae("div", {
|
|
4306
4306
|
class: ve(r.classes)
|
|
4307
4307
|
}, [
|
|
@@ -4315,7 +4315,7 @@ function Eu(t, n, e, i, o, r) {
|
|
|
4315
4315
|
class: "status-icon",
|
|
4316
4316
|
name: r.iconName
|
|
4317
4317
|
}, null, 8, ["name"]), [
|
|
4318
|
-
[
|
|
4318
|
+
[Ke, r.iconName.length]
|
|
4319
4319
|
])
|
|
4320
4320
|
]);
|
|
4321
4321
|
}
|
|
@@ -4374,7 +4374,7 @@ const Tu = {
|
|
|
4374
4374
|
}
|
|
4375
4375
|
}, xu = { class: "status-indicator" }, Au = ["innerHTML"];
|
|
4376
4376
|
function Nu(t, n, e, i, o, r) {
|
|
4377
|
-
return
|
|
4377
|
+
return G(), ne("div", xu, [
|
|
4378
4378
|
ae("div", {
|
|
4379
4379
|
class: ve(["status-indicator-icon", e.type]),
|
|
4380
4380
|
innerHTML: o.icons[e.type]
|
|
@@ -4398,7 +4398,7 @@ const Iu = {
|
|
|
4398
4398
|
}
|
|
4399
4399
|
}, Pu = (t) => ($i("data-v-c7c0bea8"), t = t(), wi(), t), Mu = { class: "panel-head" }, Du = { class: "head-title" }, Lu = /* @__PURE__ */ Pu(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Ru = { class: "head-content" }, Bu = { class: "panel-body" };
|
|
4400
4400
|
function ju(t, n, e, i, o, r) {
|
|
4401
|
-
return
|
|
4401
|
+
return G(), ne("div", {
|
|
4402
4402
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4403
4403
|
}, [
|
|
4404
4404
|
ae("div", Mu, [
|
|
@@ -4420,7 +4420,7 @@ function ju(t, n, e, i, o, r) {
|
|
|
4420
4420
|
Re(ae("div", Bu, [
|
|
4421
4421
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4422
4422
|
], 512), [
|
|
4423
|
-
[
|
|
4423
|
+
[Ke, e.isOpen]
|
|
4424
4424
|
])
|
|
4425
4425
|
]),
|
|
4426
4426
|
_: 3
|
|
@@ -4445,11 +4445,11 @@ const qu = {
|
|
|
4445
4445
|
class: "support-text"
|
|
4446
4446
|
};
|
|
4447
4447
|
function Hu(t, n, e, i, o, r) {
|
|
4448
|
-
return
|
|
4448
|
+
return G(), ne("div", {
|
|
4449
4449
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4450
4450
|
}, [
|
|
4451
4451
|
Te(t.$slots, "default"),
|
|
4452
|
-
e.supportText.length ? (
|
|
4452
|
+
e.supportText.length ? (G(), ne("p", Fu, we(e.supportText), 1)) : he("", !0)
|
|
4453
4453
|
], 2);
|
|
4454
4454
|
}
|
|
4455
4455
|
const u1 = /* @__PURE__ */ Ae(qu, [["render", Hu]]);
|
|
@@ -4475,30 +4475,30 @@ const Vu = {
|
|
|
4475
4475
|
},
|
|
4476
4476
|
components: {
|
|
4477
4477
|
IbLabel: Cr,
|
|
4478
|
-
IbAlert:
|
|
4478
|
+
IbAlert: fn
|
|
4479
4479
|
}
|
|
4480
4480
|
}, Uu = { class: "ib-checkbox-group-content" };
|
|
4481
4481
|
function zu(t, n, e, i, o, r) {
|
|
4482
4482
|
const s = ce("ib-label"), l = ce("ib-alert");
|
|
4483
|
-
return
|
|
4483
|
+
return G(), ne("div", {
|
|
4484
4484
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
4485
4485
|
}, [
|
|
4486
|
-
e.labelText.length ? (
|
|
4486
|
+
e.labelText.length ? (G(), $e(s, {
|
|
4487
4487
|
key: 0,
|
|
4488
4488
|
class: "ib-checkbox-group-label",
|
|
4489
4489
|
required: e.required
|
|
4490
4490
|
}, {
|
|
4491
4491
|
default: ye(() => [
|
|
4492
|
-
|
|
4492
|
+
Ge(we(e.labelText), 1)
|
|
4493
4493
|
]),
|
|
4494
4494
|
_: 1
|
|
4495
4495
|
}, 8, ["required"])) : he("", !0),
|
|
4496
|
-
e.errorMessage.length ? (
|
|
4496
|
+
e.errorMessage.length ? (G(), $e(l, {
|
|
4497
4497
|
key: 1,
|
|
4498
4498
|
class: "ib-error-message"
|
|
4499
4499
|
}, {
|
|
4500
4500
|
default: ye(() => [
|
|
4501
|
-
|
|
4501
|
+
Ge(we(e.errorMessage), 1)
|
|
4502
4502
|
]),
|
|
4503
4503
|
_: 1
|
|
4504
4504
|
})) : he("", !0),
|
|
@@ -4508,7 +4508,7 @@ function zu(t, n, e, i, o, r) {
|
|
|
4508
4508
|
], 2);
|
|
4509
4509
|
}
|
|
4510
4510
|
const d1 = /* @__PURE__ */ Ae(Vu, [["render", zu]]);
|
|
4511
|
-
const
|
|
4511
|
+
const Ku = {
|
|
4512
4512
|
name: "IbRadio",
|
|
4513
4513
|
model: {
|
|
4514
4514
|
prop: "isChecked",
|
|
@@ -4576,13 +4576,13 @@ const Gu = {
|
|
|
4576
4576
|
};
|
|
4577
4577
|
}
|
|
4578
4578
|
}
|
|
4579
|
-
},
|
|
4579
|
+
}, Gu = (t) => ($i("data-v-10641ff4"), t = t(), wi(), t), Yu = ["for"], Wu = ["name", "id", "value", "checked", "disabled"], Zu = /* @__PURE__ */ Gu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), Ju = {
|
|
4580
4580
|
key: 0,
|
|
4581
4581
|
class: "ib-radio-label"
|
|
4582
4582
|
};
|
|
4583
4583
|
function Xu(t, n, e, i, o, r) {
|
|
4584
4584
|
var s, l;
|
|
4585
|
-
return
|
|
4585
|
+
return G(), ne("label", {
|
|
4586
4586
|
class: ve(r.classes),
|
|
4587
4587
|
for: e.id,
|
|
4588
4588
|
onClick: n[2] || (n[2] = _t((...c) => r.onClick && r.onClick(...c), ["prevent"]))
|
|
@@ -4603,11 +4603,11 @@ function Xu(t, n, e, i, o, r) {
|
|
|
4603
4603
|
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4604
4604
|
}, [
|
|
4605
4605
|
Zu,
|
|
4606
|
-
(l = e.label) != null && l.length ? (
|
|
4606
|
+
(l = e.label) != null && l.length ? (G(), ne("span", Ju, we(e.label), 1)) : he("", !0)
|
|
4607
4607
|
], 2)
|
|
4608
4608
|
], 10, Yu);
|
|
4609
4609
|
}
|
|
4610
|
-
const c1 = /* @__PURE__ */ Ae(
|
|
4610
|
+
const c1 = /* @__PURE__ */ Ae(Ku, [["render", Xu], ["__scopeId", "data-v-10641ff4"]]);
|
|
4611
4611
|
const Qu = {
|
|
4612
4612
|
props: {
|
|
4613
4613
|
characterLimit: {
|
|
@@ -4627,14 +4627,14 @@ const Qu = {
|
|
|
4627
4627
|
class: "val-length val-limited"
|
|
4628
4628
|
};
|
|
4629
4629
|
function od(t, n, e, i, o, r) {
|
|
4630
|
-
return
|
|
4631
|
-
e.characterLength ? e.characterLimit > e.characterLength ? (
|
|
4630
|
+
return G(), ne("div", ed, [
|
|
4631
|
+
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4632
4632
|
ae("p", nd, we(e.characterLimit - e.characterLength), 1),
|
|
4633
|
-
|
|
4633
|
+
Ge(" / "),
|
|
4634
4634
|
ae("p", rd, we(e.characterLimit), 1)
|
|
4635
|
-
], 64)) : e.characterLimit === e.characterLength ? (
|
|
4636
|
-
|
|
4637
|
-
], 64)) : (
|
|
4635
|
+
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4636
|
+
Ge("0")
|
|
4637
|
+
], 64)) : (G(), ne("p", id, we(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", td, "Max " + we(e.characterLimit), 1))
|
|
4638
4638
|
]);
|
|
4639
4639
|
}
|
|
4640
4640
|
const Ho = /* @__PURE__ */ Ae(Qu, [["render", od], ["__scopeId", "data-v-725f21a3"]]);
|
|
@@ -4691,36 +4691,36 @@ const ad = {
|
|
|
4691
4691
|
}
|
|
4692
4692
|
},
|
|
4693
4693
|
components: {
|
|
4694
|
-
IbAlert:
|
|
4694
|
+
IbAlert: fn,
|
|
4695
4695
|
IbCharacterCount: Ho
|
|
4696
4696
|
},
|
|
4697
4697
|
inheritAttrs: !1
|
|
4698
4698
|
}, ld = ["disabled"];
|
|
4699
4699
|
function sd(t, n, e, i, o, r) {
|
|
4700
4700
|
const s = ce("ib-character-count"), l = ce("ib-alert");
|
|
4701
|
-
return
|
|
4701
|
+
return G(), ne("div", {
|
|
4702
4702
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
4703
4703
|
}, [
|
|
4704
|
-
e.characterLimit ? (
|
|
4704
|
+
e.characterLimit ? (G(), $e(s, {
|
|
4705
4705
|
key: 0,
|
|
4706
4706
|
"character-limit": e.characterLimit,
|
|
4707
4707
|
"character-length": o.val.length
|
|
4708
4708
|
}, null, 8, ["character-limit", "character-length"])) : he("", !0),
|
|
4709
4709
|
Re(ge(l, null, {
|
|
4710
4710
|
default: ye(() => [
|
|
4711
|
-
|
|
4711
|
+
Ge(we(e.errorMessage), 1)
|
|
4712
4712
|
]),
|
|
4713
4713
|
_: 1
|
|
4714
4714
|
}, 512), [
|
|
4715
|
-
[
|
|
4715
|
+
[Ke, e.errorMessage.length]
|
|
4716
4716
|
]),
|
|
4717
4717
|
Re(ge(l, null, {
|
|
4718
4718
|
default: ye(() => [
|
|
4719
|
-
|
|
4719
|
+
Ge(we(e.characterLimitErrorMessage), 1)
|
|
4720
4720
|
]),
|
|
4721
4721
|
_: 1
|
|
4722
4722
|
}, 512), [
|
|
4723
|
-
[
|
|
4723
|
+
[Ke, e.characterLimitErrorMessage.length && r.characterOverLimit]
|
|
4724
4724
|
]),
|
|
4725
4725
|
Re(ae("textarea", Et(t.$attrs, {
|
|
4726
4726
|
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.val = c),
|
|
@@ -5196,7 +5196,7 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
5196
5196
|
}
|
|
5197
5197
|
return t;
|
|
5198
5198
|
}, ct.apply(this, arguments);
|
|
5199
|
-
},
|
|
5199
|
+
}, Ki = globalThis && globalThis.__spreadArrays || function() {
|
|
5200
5200
|
for (var t = 0, n = 0, e = arguments.length; n < e; n++)
|
|
5201
5201
|
t += arguments[n].length;
|
|
5202
5202
|
for (var i = Array(t), o = 0, n = 0; n < e; n++)
|
|
@@ -5356,7 +5356,7 @@ function pd(t, n) {
|
|
|
5356
5356
|
function w() {
|
|
5357
5357
|
var I = window.document.createDocumentFragment();
|
|
5358
5358
|
if (e.calendarContainer = Fe("div", "flatpickr-calendar"), e.calendarContainer.tabIndex = -1, !e.config.noCalendar) {
|
|
5359
|
-
if (I.appendChild(
|
|
5359
|
+
if (I.appendChild(K()), e.innerContainer = Fe("div", "flatpickr-innerContainer"), e.config.weekNumbers) {
|
|
5360
5360
|
var L = R(), z = L.weekWrapper, X = L.weekNumbers;
|
|
5361
5361
|
e.innerContainer.appendChild(z), e.weekNumbers = X, e.weekWrapper = z;
|
|
5362
5362
|
}
|
|
@@ -5454,7 +5454,7 @@ function pd(t, n) {
|
|
|
5454
5454
|
}
|
|
5455
5455
|
e.monthNav.appendChild(e.nextMonthNav);
|
|
5456
5456
|
}
|
|
5457
|
-
function
|
|
5457
|
+
function K() {
|
|
5458
5458
|
return e.monthNav = Fe("div", "flatpickr-months"), e.yearElements = [], e.monthElements = [], e.prevMonthNav = Fe("span", "flatpickr-prev-month"), e.prevMonthNav.innerHTML = e.config.prevArrow, e.nextMonthNav = Fe("span", "flatpickr-next-month"), e.nextMonthNav.innerHTML = e.config.nextArrow, q(), Object.defineProperty(e, "_hidePrevMonthArrow", {
|
|
5459
5459
|
get: function() {
|
|
5460
5460
|
return e.__hidePrevMonthArrow;
|
|
@@ -5499,8 +5499,8 @@ function pd(t, n) {
|
|
|
5499
5499
|
}
|
|
5500
5500
|
function U() {
|
|
5501
5501
|
if (e.weekdayContainer) {
|
|
5502
|
-
var I = e.l10n.firstDayOfWeek, L =
|
|
5503
|
-
I > 0 && I < L.length && (L =
|
|
5502
|
+
var I = e.l10n.firstDayOfWeek, L = Ki(e.l10n.weekdays.shorthand);
|
|
5503
|
+
I > 0 && I < L.length && (L = Ki(L.splice(I, L.length), L.splice(0, I)));
|
|
5504
5504
|
for (var z = e.config.showMonths; z--; )
|
|
5505
5505
|
e.weekdayContainer.children[z].innerHTML = `
|
|
5506
5506
|
<span class='flatpickr-weekday'>
|
|
@@ -6378,7 +6378,7 @@ const bd = "single", li = "range", _d = {
|
|
|
6378
6378
|
components: {
|
|
6379
6379
|
IbIcon: Xe,
|
|
6380
6380
|
IbLabel: Cr,
|
|
6381
|
-
IbAlert:
|
|
6381
|
+
IbAlert: fn
|
|
6382
6382
|
}
|
|
6383
6383
|
}, $d = { class: "inputs-wrapper" }, wd = { class: "input-group-wrapper" }, Od = ["placeholder"], kd = {
|
|
6384
6384
|
ref: "dropdown",
|
|
@@ -6395,7 +6395,7 @@ const bd = "single", li = "range", _d = {
|
|
|
6395
6395
|
};
|
|
6396
6396
|
function xd(t, n, e, i, o, r) {
|
|
6397
6397
|
const s = ce("ib-alert"), l = ce("ib-label"), c = ce("ib-icon");
|
|
6398
|
-
return
|
|
6398
|
+
return G(), ne("div", {
|
|
6399
6399
|
class: ve(["flatpickr-wrapper", {
|
|
6400
6400
|
"has-labels": e.label.length || e.endDateLabel.length,
|
|
6401
6401
|
"has-label": e.label.length,
|
|
@@ -6403,24 +6403,24 @@ function xd(t, n, e, i, o, r) {
|
|
|
6403
6403
|
"is-range": e.mode === "range"
|
|
6404
6404
|
}])
|
|
6405
6405
|
}, [
|
|
6406
|
-
e.errorMessage.length ? (
|
|
6406
|
+
e.errorMessage.length ? (G(), $e(s, {
|
|
6407
6407
|
key: 0,
|
|
6408
6408
|
class: "error-message"
|
|
6409
6409
|
}, {
|
|
6410
6410
|
default: ye(() => [
|
|
6411
|
-
|
|
6411
|
+
Ge(we(e.errorMessage), 1)
|
|
6412
6412
|
]),
|
|
6413
6413
|
_: 1
|
|
6414
6414
|
})) : he("", !0),
|
|
6415
6415
|
ae("div", $d, [
|
|
6416
6416
|
ae("div", wd, [
|
|
6417
|
-
e.label.length ? (
|
|
6417
|
+
e.label.length ? (G(), $e(l, {
|
|
6418
6418
|
key: 0,
|
|
6419
6419
|
class: "label",
|
|
6420
6420
|
required: e.required
|
|
6421
6421
|
}, {
|
|
6422
6422
|
default: ye(() => [
|
|
6423
|
-
|
|
6423
|
+
Ge(we(e.label), 1)
|
|
6424
6424
|
]),
|
|
6425
6425
|
_: 1
|
|
6426
6426
|
}, 8, ["required"])) : he("", !0),
|
|
@@ -6439,16 +6439,16 @@ function xd(t, n, e, i, o, r) {
|
|
|
6439
6439
|
})
|
|
6440
6440
|
], 2),
|
|
6441
6441
|
ae("div", kd, null, 512),
|
|
6442
|
-
e.supportText.length ? (
|
|
6442
|
+
e.supportText.length ? (G(), ne("p", Cd, we(e.supportText), 1)) : he("", !0)
|
|
6443
6443
|
]),
|
|
6444
|
-
e.mode === "range" ? (
|
|
6445
|
-
e.endDateLabel.length ? (
|
|
6444
|
+
e.mode === "range" ? (G(), ne("div", Ed, [
|
|
6445
|
+
e.endDateLabel.length ? (G(), $e(l, {
|
|
6446
6446
|
key: 0,
|
|
6447
6447
|
class: "end-date-label label",
|
|
6448
6448
|
required: e.required
|
|
6449
6449
|
}, {
|
|
6450
6450
|
default: ye(() => [
|
|
6451
|
-
|
|
6451
|
+
Ge(we(e.endDateLabel), 1)
|
|
6452
6452
|
]),
|
|
6453
6453
|
_: 1
|
|
6454
6454
|
}, 8, ["required"])) : he("", !0),
|
|
@@ -6466,7 +6466,7 @@ function xd(t, n, e, i, o, r) {
|
|
|
6466
6466
|
class: "calendar-icon"
|
|
6467
6467
|
})
|
|
6468
6468
|
], 2),
|
|
6469
|
-
e.endDateSupportText.length ? (
|
|
6469
|
+
e.endDateSupportText.length ? (G(), ne("p", Td, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6470
6470
|
])) : he("", !0)
|
|
6471
6471
|
])
|
|
6472
6472
|
], 2);
|
|
@@ -7961,7 +7961,7 @@ const Md = [
|
|
|
7961
7961
|
} else
|
|
7962
7962
|
Object.assign(t, { [n.name]: n.default });
|
|
7963
7963
|
return t;
|
|
7964
|
-
}, {}),
|
|
7964
|
+
}, {}), Gi = {
|
|
7965
7965
|
options: { ...Dd }
|
|
7966
7966
|
}, Ld = { 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}"]]] } };
|
|
7967
7967
|
function Rd(t, n) {
|
|
@@ -7994,11 +7994,11 @@ function qd(t, n) {
|
|
|
7994
7994
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && zn(t, n);
|
|
7995
7995
|
}
|
|
7996
7996
|
function Fd(t) {
|
|
7997
|
-
var n =
|
|
7997
|
+
var n = Go();
|
|
7998
7998
|
return function() {
|
|
7999
|
-
var e =
|
|
7999
|
+
var e = Kn(t), i;
|
|
8000
8000
|
if (n) {
|
|
8001
|
-
var o =
|
|
8001
|
+
var o = Kn(this).constructor;
|
|
8002
8002
|
i = Reflect.construct(e, arguments, o);
|
|
8003
8003
|
} else
|
|
8004
8004
|
i = e.apply(this, arguments);
|
|
@@ -8010,9 +8010,9 @@ function Hd(t, n) {
|
|
|
8010
8010
|
return n;
|
|
8011
8011
|
if (n !== void 0)
|
|
8012
8012
|
throw new TypeError("Derived constructors may only return object or undefined");
|
|
8013
|
-
return
|
|
8013
|
+
return Ko(t);
|
|
8014
8014
|
}
|
|
8015
|
-
function
|
|
8015
|
+
function Ko(t) {
|
|
8016
8016
|
if (t === void 0)
|
|
8017
8017
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
8018
8018
|
return t;
|
|
@@ -8030,20 +8030,20 @@ function vi(t) {
|
|
|
8030
8030
|
n.set(e, i);
|
|
8031
8031
|
}
|
|
8032
8032
|
function i() {
|
|
8033
|
-
return pr(e, arguments,
|
|
8033
|
+
return pr(e, arguments, Kn(this).constructor);
|
|
8034
8034
|
}
|
|
8035
8035
|
return i.prototype = Object.create(e.prototype, { constructor: { value: i, enumerable: !1, writable: !0, configurable: !0 } }), zn(i, e);
|
|
8036
8036
|
}, vi(t);
|
|
8037
8037
|
}
|
|
8038
8038
|
function pr(t, n, e) {
|
|
8039
|
-
return
|
|
8039
|
+
return Go() ? pr = Reflect.construct : pr = function(i, o, r) {
|
|
8040
8040
|
var s = [null];
|
|
8041
8041
|
s.push.apply(s, o);
|
|
8042
8042
|
var l = Function.bind.apply(i, s), c = new l();
|
|
8043
8043
|
return r && zn(c, r.prototype), c;
|
|
8044
8044
|
}, pr.apply(null, arguments);
|
|
8045
8045
|
}
|
|
8046
|
-
function
|
|
8046
|
+
function Go() {
|
|
8047
8047
|
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
8048
8048
|
return !1;
|
|
8049
8049
|
if (typeof Proxy == "function")
|
|
@@ -8063,20 +8063,20 @@ function zn(t, n) {
|
|
|
8063
8063
|
return e.__proto__ = i, e;
|
|
8064
8064
|
}, zn(t, n);
|
|
8065
8065
|
}
|
|
8066
|
-
function
|
|
8067
|
-
return
|
|
8066
|
+
function Kn(t) {
|
|
8067
|
+
return Kn = Object.setPrototypeOf ? Object.getPrototypeOf : function(n) {
|
|
8068
8068
|
return n.__proto__ || Object.getPrototypeOf(n);
|
|
8069
|
-
},
|
|
8069
|
+
}, Kn(t);
|
|
8070
8070
|
}
|
|
8071
8071
|
var Jt = /* @__PURE__ */ function(t) {
|
|
8072
8072
|
qd(e, t);
|
|
8073
8073
|
var n = Fd(e);
|
|
8074
8074
|
function e(i) {
|
|
8075
8075
|
var o;
|
|
8076
|
-
return jd(this, e), o = n.call(this, i), Object.setPrototypeOf(
|
|
8076
|
+
return jd(this, e), o = n.call(this, i), Object.setPrototypeOf(Ko(o), e.prototype), o.name = o.constructor.name, o;
|
|
8077
8077
|
}
|
|
8078
8078
|
return Bd(e);
|
|
8079
|
-
}(/* @__PURE__ */ vi(Error)), Ti = 2, Ud = 17, zd = 3, Xt = "0-90-9٠-٩۰-۹",
|
|
8079
|
+
}(/* @__PURE__ */ vi(Error)), Ti = 2, Ud = 17, zd = 3, Xt = "0-90-9٠-٩۰-۹", Kd = "-‐-―−ー-", Gd = "//", Yd = "..", Wd = " ", Zd = "()()[]\\[\\]", Jd = "~⁓∼~", vr = "".concat(Kd).concat(Gd).concat(Yd).concat(Wd).concat(Zd).concat(Jd), xi = "++";
|
|
8080
8080
|
function Wi(t, n) {
|
|
8081
8081
|
t = t.split("-"), n = n.split("-");
|
|
8082
8082
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8545,11 +8545,11 @@ function Yo(t) {
|
|
|
8545
8545
|
var n = t.version;
|
|
8546
8546
|
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wi(n, Xd) === -1 ? this.v2 = !0 : Wi(n, Qd) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8547
8547
|
}
|
|
8548
|
-
var lc = ";ext=",
|
|
8548
|
+
var lc = ";ext=", _n = function(t) {
|
|
8549
8549
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8550
8550
|
};
|
|
8551
8551
|
function Wo(t) {
|
|
8552
|
-
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = lc +
|
|
8552
|
+
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = lc + _n(n), _ = r + c + s + _n(n) + l, v = r + f + s + _n(i) + l, y = h + _n(o) + "#", g = d + a + s + _n(e) + l, m = d + "(?:,)+" + s + _n(i) + l;
|
|
8553
8553
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8554
8554
|
}
|
|
8555
8555
|
var sc = "[" + Xt + "]{" + Ti + "}", uc = "[" + xi + "]{0,1}(?:[" + vr + "]*[" + Xt + "]){3,}[" + vr + Xt + "]*", dc = new RegExp("^[" + xi + "]{0,1}(?:[" + vr + "]*[" + Xt + "]){1,2}$", "i"), cc = uc + // Phone number extensions
|
|
@@ -9110,17 +9110,17 @@ function fo(t) {
|
|
|
9110
9110
|
for (var n = 1; n < arguments.length; n++) {
|
|
9111
9111
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9112
9112
|
n % 2 ? co(Object(e), !0).forEach(function(i) {
|
|
9113
|
-
|
|
9113
|
+
Kc(t, i, e[i]);
|
|
9114
9114
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : co(Object(e)).forEach(function(i) {
|
|
9115
9115
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9116
9116
|
});
|
|
9117
9117
|
}
|
|
9118
9118
|
return t;
|
|
9119
9119
|
}
|
|
9120
|
-
function
|
|
9120
|
+
function Kc(t, n, e) {
|
|
9121
9121
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9122
9122
|
}
|
|
9123
|
-
function
|
|
9123
|
+
function Gc(t, n) {
|
|
9124
9124
|
if (!(t instanceof n))
|
|
9125
9125
|
throw new TypeError("Cannot call a class as a function");
|
|
9126
9126
|
}
|
|
@@ -9135,7 +9135,7 @@ function Yc(t, n, e) {
|
|
|
9135
9135
|
}
|
|
9136
9136
|
var Wc = /* @__PURE__ */ function() {
|
|
9137
9137
|
function t(n, e, i) {
|
|
9138
|
-
if (
|
|
9138
|
+
if (Gc(this, t), !n)
|
|
9139
9139
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9140
9140
|
if (!e)
|
|
9141
9141
|
throw new TypeError("`nationalNumber` not passed");
|
|
@@ -9675,8 +9675,8 @@ const Nf = {
|
|
|
9675
9675
|
return e;
|
|
9676
9676
|
};
|
|
9677
9677
|
function mt(t) {
|
|
9678
|
-
const n =
|
|
9679
|
-
return typeof n > "u" ?
|
|
9678
|
+
const n = Gi.options[t];
|
|
9679
|
+
return typeof n > "u" ? Gi.options[t] : n;
|
|
9680
9680
|
}
|
|
9681
9681
|
const Pf = {
|
|
9682
9682
|
name: "VueTelInput",
|
|
@@ -9995,10 +9995,10 @@ const Pf = {
|
|
|
9995
9995
|
}, Rf = { class: "vti__dropdown-arrow" }, Bf = ["placeholder"], jf = ["onClick", "onMousemove", "aria-selected"], qf = { key: 1 }, Ff = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
9996
9996
|
function Hf(t, n, e, i, o, r) {
|
|
9997
9997
|
const s = Yn("click-outside");
|
|
9998
|
-
return
|
|
9998
|
+
return G(), ne("div", {
|
|
9999
9999
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
10000
10000
|
}, [
|
|
10001
|
-
Re((
|
|
10001
|
+
Re((G(), ne("div", {
|
|
10002
10002
|
"aria-label": "Country Code Selector",
|
|
10003
10003
|
"aria-haspopup": "listbox",
|
|
10004
10004
|
"aria-expanded": o.open,
|
|
@@ -10014,22 +10014,22 @@ function Hf(t, n, e, i, o, r) {
|
|
|
10014
10014
|
onClick: n[3] || (n[3] = (...l) => r.toggleDropdown && r.toggleDropdown(...l))
|
|
10015
10015
|
}, [
|
|
10016
10016
|
ae("span", Df, [
|
|
10017
|
-
e.dropdownOptions.showFlags ? (
|
|
10017
|
+
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10018
10018
|
key: 0,
|
|
10019
10019
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10020
10020
|
}, null, 2)) : he("", !0),
|
|
10021
|
-
e.dropdownOptions.showDialCodeInSelection ? (
|
|
10021
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", Lf, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
10022
10022
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10023
10023
|
ae("span", Rf, we(o.open ? "▲" : "▼"), 1)
|
|
10024
10024
|
])
|
|
10025
10025
|
]),
|
|
10026
|
-
o.open ? (
|
|
10026
|
+
o.open ? (G(), ne("ul", {
|
|
10027
10027
|
key: 0,
|
|
10028
10028
|
ref: "list",
|
|
10029
10029
|
class: ve(["vti__dropdown-list", o.dropdownOpenDirection]),
|
|
10030
10030
|
role: "listbox"
|
|
10031
10031
|
}, [
|
|
10032
|
-
e.dropdownOptions.showSearchBox ? Re((
|
|
10032
|
+
e.dropdownOptions.showSearchBox ? Re((G(), ne("input", {
|
|
10033
10033
|
key: 0,
|
|
10034
10034
|
class: "vti__input vti__search_box",
|
|
10035
10035
|
"aria-label": "Search by country name or country code",
|
|
@@ -10041,7 +10041,7 @@ function Hf(t, n, e, i, o, r) {
|
|
|
10041
10041
|
}, null, 8, Bf)), [
|
|
10042
10042
|
[xo, o.searchQuery]
|
|
10043
10043
|
]) : he("", !0),
|
|
10044
|
-
(
|
|
10044
|
+
(G(!0), ne(rt, null, jt(r.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10045
10045
|
role: "option",
|
|
10046
10046
|
class: ve(["vti__dropdown-item", r.getItemClass(c, l.iso2)]),
|
|
10047
10047
|
key: l.iso2 + (l.preferred ? "-preferred" : ""),
|
|
@@ -10050,12 +10050,12 @@ function Hf(t, n, e, i, o, r) {
|
|
|
10050
10050
|
onMousemove: (f) => o.selectedIndex = c,
|
|
10051
10051
|
"aria-selected": o.activeCountryCode === l.iso2 && !l.preferred
|
|
10052
10052
|
}, [
|
|
10053
|
-
e.dropdownOptions.showFlags ? (
|
|
10053
|
+
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10054
10054
|
key: 0,
|
|
10055
10055
|
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10056
10056
|
}, null, 2)) : he("", !0),
|
|
10057
10057
|
ae("strong", null, we(l.name), 1),
|
|
10058
|
-
e.dropdownOptions.showDialCodeInList ? (
|
|
10058
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", qf, " +" + we(l.dialCode), 1)) : he("", !0)
|
|
10059
10059
|
], 42, jf))), 128))
|
|
10060
10060
|
], 2)) : he("", !0)
|
|
10061
10061
|
], 42, Mf)), [
|
|
@@ -10122,7 +10122,7 @@ const Uf = {
|
|
|
10122
10122
|
},
|
|
10123
10123
|
components: {
|
|
10124
10124
|
VueTelInput: Vf,
|
|
10125
|
-
IbAlert:
|
|
10125
|
+
IbAlert: fn,
|
|
10126
10126
|
IbIcon: Xe
|
|
10127
10127
|
},
|
|
10128
10128
|
data() {
|
|
@@ -10149,17 +10149,17 @@ const Uf = {
|
|
|
10149
10149
|
};
|
|
10150
10150
|
function zf(t, n, e, i, o, r) {
|
|
10151
10151
|
const s = ce("ib-alert"), l = ce("ib-icon"), c = ce("vue-tel-input"), f = Yn("outside");
|
|
10152
|
-
return
|
|
10153
|
-
e.errorMessage.length ? (
|
|
10152
|
+
return G(), ne(rt, null, [
|
|
10153
|
+
e.errorMessage.length ? (G(), $e(s, {
|
|
10154
10154
|
key: 0,
|
|
10155
10155
|
class: "ib-phone-error-message"
|
|
10156
10156
|
}, {
|
|
10157
10157
|
default: ye(() => [
|
|
10158
|
-
|
|
10158
|
+
Ge(we(e.errorMessage), 1)
|
|
10159
10159
|
]),
|
|
10160
10160
|
_: 1
|
|
10161
10161
|
})) : he("", !0),
|
|
10162
|
-
Re((
|
|
10162
|
+
Re((G(), $e(c, Et({
|
|
10163
10163
|
modelValue: o.phone,
|
|
10164
10164
|
"onUpdate:modelValue": n[0] || (n[0] = (h) => o.phone = h)
|
|
10165
10165
|
}, t.$attrs, {
|
|
@@ -10593,8 +10593,8 @@ var ea = { exports: {} };
|
|
|
10593
10593
|
k === null && (k = Function.prototype);
|
|
10594
10594
|
var q = Object.getOwnPropertyDescriptor(k, x);
|
|
10595
10595
|
if (q === void 0) {
|
|
10596
|
-
var
|
|
10597
|
-
return
|
|
10596
|
+
var K = Object.getPrototypeOf(k);
|
|
10597
|
+
return K === null ? void 0 : O(K, x, M);
|
|
10598
10598
|
} else {
|
|
10599
10599
|
if ("value" in q)
|
|
10600
10600
|
return q.value;
|
|
@@ -10637,23 +10637,23 @@ var ea = { exports: {} };
|
|
|
10637
10637
|
}, {
|
|
10638
10638
|
key: "format",
|
|
10639
10639
|
value: function(M, q) {
|
|
10640
|
-
var
|
|
10641
|
-
|
|
10640
|
+
var K = a.default.query(M, a.default.Scope.BLOCK_ATTRIBUTE);
|
|
10641
|
+
K != null && this.attributes.attribute(K, q);
|
|
10642
10642
|
}
|
|
10643
10643
|
}, {
|
|
10644
10644
|
key: "formatAt",
|
|
10645
|
-
value: function(M, q,
|
|
10646
|
-
this.format(
|
|
10645
|
+
value: function(M, q, K, W) {
|
|
10646
|
+
this.format(K, W);
|
|
10647
10647
|
}
|
|
10648
10648
|
}, {
|
|
10649
10649
|
key: "insertAt",
|
|
10650
|
-
value: function(M, q,
|
|
10650
|
+
value: function(M, q, K) {
|
|
10651
10651
|
if (typeof q == "string" && q.endsWith(`
|
|
10652
10652
|
`)) {
|
|
10653
10653
|
var W = a.default.create(P.blotName);
|
|
10654
10654
|
this.parent.insertBefore(W, M === 0 ? this : this.next), W.insertAt(0, q.slice(0, -1));
|
|
10655
10655
|
} else
|
|
10656
|
-
s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertAt", this).call(this, M, q,
|
|
10656
|
+
s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertAt", this).call(this, M, q, K);
|
|
10657
10657
|
}
|
|
10658
10658
|
}]), k;
|
|
10659
10659
|
}(a.default.Embed);
|
|
@@ -10680,14 +10680,14 @@ var ea = { exports: {} };
|
|
|
10680
10680
|
}
|
|
10681
10681
|
}, {
|
|
10682
10682
|
key: "formatAt",
|
|
10683
|
-
value: function(M, q,
|
|
10684
|
-
q <= 0 || (a.default.query(
|
|
10683
|
+
value: function(M, q, K, W) {
|
|
10684
|
+
q <= 0 || (a.default.query(K, a.default.Scope.BLOCK) ? M + q === this.length() && this.format(K, W) : s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "formatAt", this).call(this, M, Math.min(q, this.length() - M - 1), K, W), this.cache = {});
|
|
10685
10685
|
}
|
|
10686
10686
|
}, {
|
|
10687
10687
|
key: "insertAt",
|
|
10688
|
-
value: function(M, q,
|
|
10689
|
-
if (
|
|
10690
|
-
return s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertAt", this).call(this, M, q,
|
|
10688
|
+
value: function(M, q, K) {
|
|
10689
|
+
if (K != null)
|
|
10690
|
+
return s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertAt", this).call(this, M, q, K);
|
|
10691
10691
|
if (q.length !== 0) {
|
|
10692
10692
|
var W = q.split(`
|
|
10693
10693
|
`), oe = W.shift();
|
|
@@ -10701,8 +10701,8 @@ var ea = { exports: {} };
|
|
|
10701
10701
|
}, {
|
|
10702
10702
|
key: "insertBefore",
|
|
10703
10703
|
value: function(M, q) {
|
|
10704
|
-
var
|
|
10705
|
-
s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertBefore", this).call(this, M, q),
|
|
10704
|
+
var K = this.children.head;
|
|
10705
|
+
s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "insertBefore", this).call(this, M, q), K instanceof _.default && K.remove(), this.cache = {};
|
|
10706
10706
|
}
|
|
10707
10707
|
}, {
|
|
10708
10708
|
key: "length",
|
|
@@ -10734,8 +10734,8 @@ var ea = { exports: {} };
|
|
|
10734
10734
|
value: function(M) {
|
|
10735
10735
|
var q = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
10736
10736
|
if (q && (M === 0 || M >= this.length() - E)) {
|
|
10737
|
-
var
|
|
10738
|
-
return M === 0 ? (this.parent.insertBefore(
|
|
10737
|
+
var K = this.clone();
|
|
10738
|
+
return M === 0 ? (this.parent.insertBefore(K, this), this) : (this.parent.insertBefore(K, this.next), K);
|
|
10739
10739
|
} else {
|
|
10740
10740
|
var W = s(k.prototype.__proto__ || Object.getPrototypeOf(k.prototype), "split", this).call(this, M, q);
|
|
10741
10741
|
return this.cache = {}, W;
|
|
@@ -10850,7 +10850,7 @@ var ea = { exports: {} };
|
|
|
10850
10850
|
H === u.default.events.TEXT_CHANGE && A.root.classList.toggle("ql-blank", A.editor.isBlank());
|
|
10851
10851
|
}), this.emitter.on(u.default.events.SCROLL_UPDATE, function(H, D) {
|
|
10852
10852
|
var V = A.selection.lastRange, Z = V && V.length === 0 ? V.index : void 0;
|
|
10853
|
-
|
|
10853
|
+
K.call(A, function() {
|
|
10854
10854
|
return A.editor.update(null, D, Z);
|
|
10855
10855
|
}, H);
|
|
10856
10856
|
});
|
|
@@ -10876,7 +10876,7 @@ var ea = { exports: {} };
|
|
|
10876
10876
|
key: "deleteText",
|
|
10877
10877
|
value: function(A, B, j) {
|
|
10878
10878
|
var Y = this, H = W(A, B, j), D = s(H, 4);
|
|
10879
|
-
return A = D[0], B = D[1], j = D[3],
|
|
10879
|
+
return A = D[0], B = D[1], j = D[3], K.call(this, function() {
|
|
10880
10880
|
return Y.editor.deleteText(A, B);
|
|
10881
10881
|
}, j, A, -1 * B);
|
|
10882
10882
|
}
|
|
@@ -10901,7 +10901,7 @@ var ea = { exports: {} };
|
|
|
10901
10901
|
key: "format",
|
|
10902
10902
|
value: function(A, B) {
|
|
10903
10903
|
var j = this, Y = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : u.default.sources.API;
|
|
10904
|
-
return
|
|
10904
|
+
return K.call(this, function() {
|
|
10905
10905
|
var H = j.getSelection(!0), D = new f.default();
|
|
10906
10906
|
if (H == null)
|
|
10907
10907
|
return D;
|
|
@@ -10919,7 +10919,7 @@ var ea = { exports: {} };
|
|
|
10919
10919
|
key: "formatLine",
|
|
10920
10920
|
value: function(A, B, j, Y, H) {
|
|
10921
10921
|
var D = this, V = void 0, Z = W(A, B, j, Y, H), J = s(Z, 4);
|
|
10922
|
-
return A = J[0], B = J[1], V = J[2], H = J[3],
|
|
10922
|
+
return A = J[0], B = J[1], V = J[2], H = J[3], K.call(this, function() {
|
|
10923
10923
|
return D.editor.formatLine(A, B, V);
|
|
10924
10924
|
}, H, A, 0);
|
|
10925
10925
|
}
|
|
@@ -10927,7 +10927,7 @@ var ea = { exports: {} };
|
|
|
10927
10927
|
key: "formatText",
|
|
10928
10928
|
value: function(A, B, j, Y, H) {
|
|
10929
10929
|
var D = this, V = void 0, Z = W(A, B, j, Y, H), J = s(Z, 4);
|
|
10930
|
-
return A = J[0], B = J[1], V = J[2], H = J[3],
|
|
10930
|
+
return A = J[0], B = J[1], V = J[2], H = J[3], K.call(this, function() {
|
|
10931
10931
|
return D.editor.formatText(A, B, V);
|
|
10932
10932
|
}, H, A, 0);
|
|
10933
10933
|
}
|
|
@@ -11010,7 +11010,7 @@ var ea = { exports: {} };
|
|
|
11010
11010
|
key: "insertEmbed",
|
|
11011
11011
|
value: function(A, B, j) {
|
|
11012
11012
|
var Y = this, H = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : U.sources.API;
|
|
11013
|
-
return
|
|
11013
|
+
return K.call(this, function() {
|
|
11014
11014
|
return Y.editor.insertEmbed(A, B, j);
|
|
11015
11015
|
}, H, A);
|
|
11016
11016
|
}
|
|
@@ -11018,7 +11018,7 @@ var ea = { exports: {} };
|
|
|
11018
11018
|
key: "insertText",
|
|
11019
11019
|
value: function(A, B, j, Y, H) {
|
|
11020
11020
|
var D = this, V = void 0, Z = W(A, 0, j, Y, H), J = s(Z, 4);
|
|
11021
|
-
return A = J[0], V = J[2], H = J[3],
|
|
11021
|
+
return A = J[0], V = J[2], H = J[3], K.call(this, function() {
|
|
11022
11022
|
return D.editor.insertText(A, B, V);
|
|
11023
11023
|
}, H, A, B.length);
|
|
11024
11024
|
}
|
|
@@ -11051,7 +11051,7 @@ var ea = { exports: {} };
|
|
|
11051
11051
|
key: "removeFormat",
|
|
11052
11052
|
value: function(A, B, j) {
|
|
11053
11053
|
var Y = this, H = W(A, B, j), D = s(H, 4);
|
|
11054
|
-
return A = D[0], B = D[1], j = D[3],
|
|
11054
|
+
return A = D[0], B = D[1], j = D[3], K.call(this, function() {
|
|
11055
11055
|
return Y.editor.removeFormat(A, B);
|
|
11056
11056
|
}, j, A);
|
|
11057
11057
|
}
|
|
@@ -11064,7 +11064,7 @@ var ea = { exports: {} };
|
|
|
11064
11064
|
key: "setContents",
|
|
11065
11065
|
value: function(A) {
|
|
11066
11066
|
var B = this, j = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u.default.sources.API;
|
|
11067
|
-
return
|
|
11067
|
+
return K.call(this, function() {
|
|
11068
11068
|
A = new f.default(A);
|
|
11069
11069
|
var Y = B.getLength(), H = B.editor.deleteText(0, Y), D = B.editor.applyDelta(A), V = D.ops[D.ops.length - 1];
|
|
11070
11070
|
V != null && typeof V.insert == "string" && V.insert[V.insert.length - 1] === `
|
|
@@ -11099,7 +11099,7 @@ var ea = { exports: {} };
|
|
|
11099
11099
|
key: "updateContents",
|
|
11100
11100
|
value: function(A) {
|
|
11101
11101
|
var B = this, j = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u.default.sources.API;
|
|
11102
|
-
return
|
|
11102
|
+
return K.call(this, function() {
|
|
11103
11103
|
return A = new f.default(A), B.editor.applyDelta(A, j);
|
|
11104
11104
|
}, j, !0);
|
|
11105
11105
|
}
|
|
@@ -11150,7 +11150,7 @@ var ea = { exports: {} };
|
|
|
11150
11150
|
return R.modules[H] && (Y[H] = R.modules[H]), Y;
|
|
11151
11151
|
}, {}), R;
|
|
11152
11152
|
}
|
|
11153
|
-
function
|
|
11153
|
+
function K(U, R, A, B) {
|
|
11154
11154
|
if (this.options.strict && !this.isEnabled() && R === u.default.sources.USER)
|
|
11155
11155
|
return new f.default();
|
|
11156
11156
|
var j = A == null ? null : this.getSelection(), Y = this.editor.delta, H = U();
|
|
@@ -11532,7 +11532,7 @@ var ea = { exports: {} };
|
|
|
11532
11532
|
function S(P, C) {
|
|
11533
11533
|
var O = [], k = !0, x = !1, M = void 0;
|
|
11534
11534
|
try {
|
|
11535
|
-
for (var q = P[Symbol.iterator](),
|
|
11535
|
+
for (var q = P[Symbol.iterator](), K; !(k = (K = q.next()).done) && (O.push(K.value), !(C && O.length === C)); k = !0)
|
|
11536
11536
|
;
|
|
11537
11537
|
} catch (W) {
|
|
11538
11538
|
x = !0, M = W;
|
|
@@ -11631,8 +11631,8 @@ var ea = { exports: {} };
|
|
|
11631
11631
|
if (k !== 0 && !(d.default.query(x, d.default.Scope.BLOCK) == null || x === this.statics.blotName && M === this.statics.formats(this.domNode))) {
|
|
11632
11632
|
var q = this.newlineIndex(O);
|
|
11633
11633
|
if (!(q < 0 || q >= O + k)) {
|
|
11634
|
-
var
|
|
11635
|
-
oe.format(x, M), U instanceof P && U.formatAt(0, O -
|
|
11634
|
+
var K = this.newlineIndex(O, !0) + 1, W = q - K + 1, oe = this.isolate(K, W), U = oe.next;
|
|
11635
|
+
oe.format(x, M), U instanceof P && U.formatAt(0, O - K + k - W, x, M);
|
|
11636
11636
|
}
|
|
11637
11637
|
}
|
|
11638
11638
|
}
|
|
@@ -11640,8 +11640,8 @@ var ea = { exports: {} };
|
|
|
11640
11640
|
key: "insertAt",
|
|
11641
11641
|
value: function(O, k, x) {
|
|
11642
11642
|
if (x == null) {
|
|
11643
|
-
var M = this.descendant(g.default, O), q = r(M, 2),
|
|
11644
|
-
|
|
11643
|
+
var M = this.descendant(g.default, O), q = r(M, 2), K = q[0], W = q[1];
|
|
11644
|
+
K.insertAt(W, k);
|
|
11645
11645
|
}
|
|
11646
11646
|
}
|
|
11647
11647
|
}, {
|
|
@@ -11750,7 +11750,7 @@ var ea = { exports: {} };
|
|
|
11750
11750
|
if (!(U instanceof R))
|
|
11751
11751
|
throw new TypeError("Cannot call a class as a function");
|
|
11752
11752
|
}
|
|
11753
|
-
var q = /^[ -~]*$/,
|
|
11753
|
+
var q = /^[ -~]*$/, K = function() {
|
|
11754
11754
|
function U(R) {
|
|
11755
11755
|
M(this, U), this.scroll = R, this.delta = this.getDelta();
|
|
11756
11756
|
}
|
|
@@ -11933,7 +11933,7 @@ var ea = { exports: {} };
|
|
|
11933
11933
|
return R.push(A);
|
|
11934
11934
|
}, new f.default());
|
|
11935
11935
|
}
|
|
11936
|
-
i.default =
|
|
11936
|
+
i.default = K;
|
|
11937
11937
|
},
|
|
11938
11938
|
/* 15 */
|
|
11939
11939
|
/***/
|
|
@@ -11945,7 +11945,7 @@ var ea = { exports: {} };
|
|
|
11945
11945
|
function S(P, C) {
|
|
11946
11946
|
var O = [], k = !0, x = !1, M = void 0;
|
|
11947
11947
|
try {
|
|
11948
|
-
for (var q = P[Symbol.iterator](),
|
|
11948
|
+
for (var q = P[Symbol.iterator](), K; !(k = (K = q.next()).done) && (O.push(K.value), !(C && O.length === C)); k = !0)
|
|
11949
11949
|
;
|
|
11950
11950
|
} catch (W) {
|
|
11951
11951
|
x = !0, M = W;
|
|
@@ -12014,8 +12014,8 @@ var ea = { exports: {} };
|
|
|
12014
12014
|
}
|
|
12015
12015
|
}), this.emitter.on(_.default.events.SCROLL_OPTIMIZE, function(k, x) {
|
|
12016
12016
|
if (x.range) {
|
|
12017
|
-
var M = x.range, q = M.startNode,
|
|
12018
|
-
O.setNativeRange(q,
|
|
12017
|
+
var M = x.range, q = M.startNode, K = M.startOffset, W = M.endNode, oe = M.endOffset;
|
|
12018
|
+
O.setNativeRange(q, K, W, oe);
|
|
12019
12019
|
}
|
|
12020
12020
|
}), this.update(_.default.sources.SILENT);
|
|
12021
12021
|
}
|
|
@@ -12078,22 +12078,22 @@ var ea = { exports: {} };
|
|
|
12078
12078
|
value: function(C) {
|
|
12079
12079
|
var O = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, k = this.scroll.length();
|
|
12080
12080
|
C = Math.min(C, k - 1), O = Math.min(C + O, k - 1) - C;
|
|
12081
|
-
var x = void 0, M = this.scroll.leaf(C), q = r(M, 2),
|
|
12082
|
-
if (
|
|
12081
|
+
var x = void 0, M = this.scroll.leaf(C), q = r(M, 2), K = q[0], W = q[1];
|
|
12082
|
+
if (K == null)
|
|
12083
12083
|
return null;
|
|
12084
|
-
var oe =
|
|
12084
|
+
var oe = K.position(W, !0), U = r(oe, 2);
|
|
12085
12085
|
x = U[0], W = U[1];
|
|
12086
12086
|
var R = document.createRange();
|
|
12087
12087
|
if (O > 0) {
|
|
12088
12088
|
R.setStart(x, W);
|
|
12089
12089
|
var A = this.scroll.leaf(C + O), B = r(A, 2);
|
|
12090
|
-
if (
|
|
12090
|
+
if (K = B[0], W = B[1], K == null)
|
|
12091
12091
|
return null;
|
|
12092
|
-
var j =
|
|
12092
|
+
var j = K.position(W, !0), Y = r(j, 2);
|
|
12093
12093
|
return x = Y[0], W = Y[1], R.setEnd(x, W), R.getBoundingClientRect();
|
|
12094
12094
|
} else {
|
|
12095
12095
|
var H = "left", D = void 0;
|
|
12096
|
-
return x instanceof Text ? (W < x.data.length ? (R.setStart(x, W), R.setEnd(x, W + 1)) : (R.setStart(x, W - 1), R.setEnd(x, W), H = "right"), D = R.getBoundingClientRect()) : (D =
|
|
12096
|
+
return x instanceof Text ? (W < x.data.length ? (R.setStart(x, W), R.setEnd(x, W + 1)) : (R.setStart(x, W - 1), R.setEnd(x, W), H = "right"), D = R.getBoundingClientRect()) : (D = K.domNode.getBoundingClientRect(), W > 0 && (H = "right")), {
|
|
12097
12097
|
bottom: D.top + D.height,
|
|
12098
12098
|
height: D.height,
|
|
12099
12099
|
left: D[H],
|
|
@@ -12134,8 +12134,8 @@ var ea = { exports: {} };
|
|
|
12134
12134
|
value: function(C) {
|
|
12135
12135
|
var O = this, k = [[C.start.node, C.start.offset]];
|
|
12136
12136
|
C.native.collapsed || k.push([C.end.node, C.end.offset]);
|
|
12137
|
-
var x = k.map(function(
|
|
12138
|
-
var W = r(
|
|
12137
|
+
var x = k.map(function(K) {
|
|
12138
|
+
var W = r(K, 2), oe = W[0], U = W[1], R = c.default.find(oe, !0), A = R.offset(O.scroll);
|
|
12139
12139
|
return U === 0 ? A : R instanceof c.default.Container ? A + R.length() : A + R.index(oe, U);
|
|
12140
12140
|
}), M = Math.min(Math.max.apply(Math, m(x)), this.scroll.length() - 1), q = Math.min.apply(Math, [M].concat(m(x)));
|
|
12141
12141
|
return new w(q, M - q);
|
|
@@ -12165,9 +12165,9 @@ var ea = { exports: {} };
|
|
|
12165
12165
|
key: "rangeToNative",
|
|
12166
12166
|
value: function(C) {
|
|
12167
12167
|
var O = this, k = C.collapsed ? [C.index] : [C.index, C.index + C.length], x = [], M = this.scroll.length();
|
|
12168
|
-
return k.forEach(function(q,
|
|
12168
|
+
return k.forEach(function(q, K) {
|
|
12169
12169
|
q = Math.min(M - 1, q);
|
|
12170
|
-
var W = void 0, oe = O.scroll.leaf(q), U = r(oe, 2), R = U[0], A = U[1], B = R.position(A,
|
|
12170
|
+
var W = void 0, oe = O.scroll.leaf(q), U = r(oe, 2), R = U[0], A = U[1], B = R.position(A, K !== 0), j = r(B, 2);
|
|
12171
12171
|
W = j[0], A = j[1], x.push(W, A);
|
|
12172
12172
|
}), x.length < 2 && (x = x.concat(x)), x;
|
|
12173
12173
|
}
|
|
@@ -12178,12 +12178,12 @@ var ea = { exports: {} };
|
|
|
12178
12178
|
if (O != null) {
|
|
12179
12179
|
var k = this.getBounds(O.index, O.length);
|
|
12180
12180
|
if (k != null) {
|
|
12181
|
-
var x = this.scroll.length() - 1, M = this.scroll.line(Math.min(O.index, x)), q = r(M, 1),
|
|
12181
|
+
var x = this.scroll.length() - 1, M = this.scroll.line(Math.min(O.index, x)), q = r(M, 1), K = q[0], W = K;
|
|
12182
12182
|
if (O.length > 0) {
|
|
12183
12183
|
var oe = this.scroll.line(Math.min(O.index + O.length, x)), U = r(oe, 1);
|
|
12184
12184
|
W = U[0];
|
|
12185
12185
|
}
|
|
12186
|
-
if (!(
|
|
12186
|
+
if (!(K == null || W == null)) {
|
|
12187
12187
|
var R = C.getBoundingClientRect();
|
|
12188
12188
|
k.top < R.top ? C.scrollTop -= R.top - k.top : k.bottom > R.bottom && (C.scrollTop += k.bottom - R.bottom);
|
|
12189
12189
|
}
|
|
@@ -12199,8 +12199,8 @@ var ea = { exports: {} };
|
|
|
12199
12199
|
if (q != null)
|
|
12200
12200
|
if (C != null) {
|
|
12201
12201
|
this.hasFocus() || this.root.focus();
|
|
12202
|
-
var
|
|
12203
|
-
if (
|
|
12202
|
+
var K = (this.getNativeRange() || {}).native;
|
|
12203
|
+
if (K == null || M || C !== K.startContainer || O !== K.startOffset || k !== K.endContainer || x !== K.endOffset) {
|
|
12204
12204
|
C.tagName == "BR" && (O = [].indexOf.call(C.parentNode.childNodes, C), C = C.parentNode), k.tagName == "BR" && (x = [].indexOf.call(k.parentNode.childNodes, k), k = k.parentNode);
|
|
12205
12205
|
var W = document.createRange();
|
|
12206
12206
|
W.setStart(C, O), W.setEnd(k, x), q.removeAllRanges(), q.addRange(W);
|
|
@@ -12225,10 +12225,10 @@ var ea = { exports: {} };
|
|
|
12225
12225
|
value: function() {
|
|
12226
12226
|
var C = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : _.default.sources.USER, O = this.lastRange, k = this.getRange(), x = r(k, 2), M = x[0], q = x[1];
|
|
12227
12227
|
if (this.lastRange = M, this.lastRange != null && (this.savedRange = this.lastRange), !(0, a.default)(O, this.lastRange)) {
|
|
12228
|
-
var
|
|
12228
|
+
var K;
|
|
12229
12229
|
!this.composing && q != null && q.native.collapsed && q.start.node !== this.cursor.textNode && this.cursor.restore();
|
|
12230
12230
|
var W = [_.default.events.SELECTION_CHANGE, (0, h.default)(this.lastRange), (0, h.default)(O), C];
|
|
12231
|
-
if ((
|
|
12231
|
+
if ((K = this.emitter).emit.apply(K, [_.default.events.EDITOR_CHANGE].concat(W)), C !== _.default.sources.SILENT) {
|
|
12232
12232
|
var oe;
|
|
12233
12233
|
(oe = this.emitter).emit.apply(oe, W);
|
|
12234
12234
|
}
|
|
@@ -12726,8 +12726,8 @@ var ea = { exports: {} };
|
|
|
12726
12726
|
}
|
|
12727
12727
|
if (Object.getOwnPropertySymbols)
|
|
12728
12728
|
for (var q = Object.getOwnPropertySymbols(S), x = 0; x < q.length; x++) {
|
|
12729
|
-
var
|
|
12730
|
-
W && !W.enumerable && !$ || (C[
|
|
12729
|
+
var K = q[x], W = Object.getOwnPropertyDescriptor(S, K);
|
|
12730
|
+
W && !W.enumerable && !$ || (C[K] = E(S[K], P - 1), W.enumerable || Object.defineProperty(C, K, {
|
|
12731
12731
|
enumerable: !1
|
|
12732
12732
|
}));
|
|
12733
12733
|
}
|
|
@@ -12781,18 +12781,18 @@ var ea = { exports: {} };
|
|
|
12781
12781
|
});
|
|
12782
12782
|
var r = function() {
|
|
12783
12783
|
function C(O, k) {
|
|
12784
|
-
var x = [], M = !0, q = !1,
|
|
12784
|
+
var x = [], M = !0, q = !1, K = void 0;
|
|
12785
12785
|
try {
|
|
12786
12786
|
for (var W = O[Symbol.iterator](), oe; !(M = (oe = W.next()).done) && (x.push(oe.value), !(k && x.length === k)); M = !0)
|
|
12787
12787
|
;
|
|
12788
12788
|
} catch (U) {
|
|
12789
|
-
q = !0,
|
|
12789
|
+
q = !0, K = U;
|
|
12790
12790
|
} finally {
|
|
12791
12791
|
try {
|
|
12792
12792
|
!M && W.return && W.return();
|
|
12793
12793
|
} finally {
|
|
12794
12794
|
if (q)
|
|
12795
|
-
throw
|
|
12795
|
+
throw K;
|
|
12796
12796
|
}
|
|
12797
12797
|
}
|
|
12798
12798
|
return x;
|
|
@@ -12823,8 +12823,8 @@ var ea = { exports: {} };
|
|
|
12823
12823
|
} else {
|
|
12824
12824
|
if ("value" in M)
|
|
12825
12825
|
return M.value;
|
|
12826
|
-
var
|
|
12827
|
-
return
|
|
12826
|
+
var K = M.get;
|
|
12827
|
+
return K === void 0 ? void 0 : K.call(x);
|
|
12828
12828
|
}
|
|
12829
12829
|
}, c = o(0), f = p(c), h = o(8), d = p(h), a = o(4), u = p(a), _ = o(16), v = p(_), y = o(13), g = p(y), m = o(25), $ = p(m);
|
|
12830
12830
|
function p(C) {
|
|
@@ -12852,8 +12852,8 @@ var ea = { exports: {} };
|
|
|
12852
12852
|
function O(k, x) {
|
|
12853
12853
|
w(this, O);
|
|
12854
12854
|
var M = T(this, (O.__proto__ || Object.getPrototypeOf(O)).call(this, k));
|
|
12855
|
-
return M.emitter = x.emitter, Array.isArray(x.whitelist) && (M.whitelist = x.whitelist.reduce(function(q,
|
|
12856
|
-
return q[
|
|
12855
|
+
return M.emitter = x.emitter, Array.isArray(x.whitelist) && (M.whitelist = x.whitelist.reduce(function(q, K) {
|
|
12856
|
+
return q[K] = !0, q;
|
|
12857
12857
|
}, {})), M.domNode.addEventListener("DOMNodeInserted", function() {
|
|
12858
12858
|
}), M.optimize(), M.enable(), M;
|
|
12859
12859
|
}
|
|
@@ -12870,7 +12870,7 @@ var ea = { exports: {} };
|
|
|
12870
12870
|
}, {
|
|
12871
12871
|
key: "deleteAt",
|
|
12872
12872
|
value: function(x, M) {
|
|
12873
|
-
var q = this.line(x),
|
|
12873
|
+
var q = this.line(x), K = r(q, 2), W = K[0], oe = K[1], U = this.line(x + M), R = r(U, 1), A = R[0];
|
|
12874
12874
|
if (l(O.prototype.__proto__ || Object.getPrototypeOf(O.prototype), "deleteAt", this).call(this, x, M), A != null && W !== A && oe > 0) {
|
|
12875
12875
|
if (W instanceof a.BlockEmbed || A instanceof a.BlockEmbed) {
|
|
12876
12876
|
this.optimize();
|
|
@@ -12899,8 +12899,8 @@ var ea = { exports: {} };
|
|
|
12899
12899
|
}
|
|
12900
12900
|
}, {
|
|
12901
12901
|
key: "formatAt",
|
|
12902
|
-
value: function(x, M, q,
|
|
12903
|
-
this.whitelist != null && !this.whitelist[q] || (l(O.prototype.__proto__ || Object.getPrototypeOf(O.prototype), "formatAt", this).call(this, x, M, q,
|
|
12902
|
+
value: function(x, M, q, K) {
|
|
12903
|
+
this.whitelist != null && !this.whitelist[q] || (l(O.prototype.__proto__ || Object.getPrototypeOf(O.prototype), "formatAt", this).call(this, x, M, q, K), this.optimize());
|
|
12904
12904
|
}
|
|
12905
12905
|
}, {
|
|
12906
12906
|
key: "insertAt",
|
|
@@ -12908,9 +12908,9 @@ var ea = { exports: {} };
|
|
|
12908
12908
|
if (!(q != null && this.whitelist != null && !this.whitelist[M])) {
|
|
12909
12909
|
if (x >= this.length())
|
|
12910
12910
|
if (q == null || f.default.query(M, f.default.Scope.BLOCK) == null) {
|
|
12911
|
-
var
|
|
12912
|
-
this.appendChild(
|
|
12913
|
-
`) && (M = M.slice(0, -1)),
|
|
12911
|
+
var K = f.default.create(this.statics.defaultChild);
|
|
12912
|
+
this.appendChild(K), q == null && M.endsWith(`
|
|
12913
|
+
`) && (M = M.slice(0, -1)), K.insertAt(0, M, q);
|
|
12914
12914
|
} else {
|
|
12915
12915
|
var W = f.default.create(M, q);
|
|
12916
12916
|
this.appendChild(W);
|
|
@@ -12942,10 +12942,10 @@ var ea = { exports: {} };
|
|
|
12942
12942
|
}, {
|
|
12943
12943
|
key: "lines",
|
|
12944
12944
|
value: function() {
|
|
12945
|
-
var x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, M = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Number.MAX_VALUE, q = function
|
|
12945
|
+
var x = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, M = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Number.MAX_VALUE, q = function K(W, oe, U) {
|
|
12946
12946
|
var R = [], A = U;
|
|
12947
12947
|
return W.children.forEachAt(oe, U, function(B, j, Y) {
|
|
12948
|
-
S(B) ? R.push(B) : B instanceof f.default.Container && (R = R.concat(
|
|
12948
|
+
S(B) ? R.push(B) : B instanceof f.default.Container && (R = R.concat(K(B, j, A))), A -= Y;
|
|
12949
12949
|
}), R;
|
|
12950
12950
|
};
|
|
12951
12951
|
return q(this, x, M);
|
|
@@ -13039,7 +13039,7 @@ var ea = { exports: {} };
|
|
|
13039
13039
|
throw new TypeError("Super expression must either be null or a function, not " + typeof V);
|
|
13040
13040
|
D.prototype = Object.create(V && V.prototype, { constructor: { value: D, enumerable: !1, writable: !0, configurable: !0 } }), V && (Object.setPrototypeOf ? Object.setPrototypeOf(D, V) : D.__proto__ = V);
|
|
13041
13041
|
}
|
|
13042
|
-
var q = (0, E.default)("quill:keyboard"),
|
|
13042
|
+
var q = (0, E.default)("quill:keyboard"), K = /Mac/i.test(navigator.platform) ? "metaKey" : "ctrlKey", W = function(D) {
|
|
13043
13043
|
M(V, D), l(V, null, [{
|
|
13044
13044
|
key: "match",
|
|
13045
13045
|
value: function(J, re) {
|
|
@@ -13346,9 +13346,9 @@ var ea = { exports: {} };
|
|
|
13346
13346
|
D.key = D.key.toUpperCase().charCodeAt(0);
|
|
13347
13347
|
else
|
|
13348
13348
|
return null;
|
|
13349
|
-
return D.shortKey && (D[
|
|
13349
|
+
return D.shortKey && (D[K] = D.shortKey, delete D.shortKey), D;
|
|
13350
13350
|
}
|
|
13351
|
-
i.default = W, i.SHORTKEY =
|
|
13351
|
+
i.default = W, i.SHORTKEY = K;
|
|
13352
13352
|
},
|
|
13353
13353
|
/* 24 */
|
|
13354
13354
|
/***/
|
|
@@ -13842,8 +13842,8 @@ var ea = { exports: {} };
|
|
|
13842
13842
|
value: !0
|
|
13843
13843
|
});
|
|
13844
13844
|
var r = o(0), s = q(r), l = o(5), c = q(l), f = o(4), h = q(f), d = o(16), a = q(d), u = o(25), _ = q(u), v = o(24), y = q(v), g = o(35), m = q(g), $ = o(6), p = q($), w = o(22), T = q(w), E = o(7), S = q(E), P = o(55), C = q(P), O = o(42), k = q(O), x = o(23), M = q(x);
|
|
13845
|
-
function q(
|
|
13846
|
-
return
|
|
13845
|
+
function q(K) {
|
|
13846
|
+
return K && K.__esModule ? K : { default: K };
|
|
13847
13847
|
}
|
|
13848
13848
|
c.default.register({
|
|
13849
13849
|
"blots/block": h.default,
|
|
@@ -14576,7 +14576,7 @@ var ea = { exports: {} };
|
|
|
14576
14576
|
throw new TypeError("Super expression must either be null or a function, not " + typeof j);
|
|
14577
14577
|
B.prototype = Object.create(j && j.prototype, { constructor: { value: B, enumerable: !1, writable: !0, configurable: !0 } }), j && (Object.setPrototypeOf ? Object.setPrototypeOf(B, j) : B.__proto__ = j);
|
|
14578
14578
|
}
|
|
14579
|
-
var x = [!1, "center", "right", "justify"], M = ["#000000", "#e60000", "#ff9900", "#ffff00", "#008a00", "#0066cc", "#9933ff", "#ffffff", "#facccc", "#ffebcc", "#ffffcc", "#cce8cc", "#cce0f5", "#ebd6ff", "#bbbbbb", "#f06666", "#ffc266", "#ffff66", "#66b966", "#66a3e0", "#c285ff", "#888888", "#a10000", "#b26b00", "#b2b200", "#006100", "#0047b2", "#6b24b2", "#444444", "#5c0000", "#663d00", "#666600", "#003700", "#002966", "#3d1466"], q = [!1, "serif", "monospace"],
|
|
14579
|
+
var x = [!1, "center", "right", "justify"], M = ["#000000", "#e60000", "#ff9900", "#ffff00", "#008a00", "#0066cc", "#9933ff", "#ffffff", "#facccc", "#ffebcc", "#ffffcc", "#cce8cc", "#cce0f5", "#ebd6ff", "#bbbbbb", "#f06666", "#ffc266", "#ffff66", "#66b966", "#66a3e0", "#c285ff", "#888888", "#a10000", "#b26b00", "#b2b200", "#006100", "#0047b2", "#6b24b2", "#444444", "#5c0000", "#663d00", "#666600", "#003700", "#002966", "#3d1466"], q = [!1, "serif", "monospace"], K = ["1", "2", "3", !1], W = ["small", !1, "large", "huge"], oe = function(B) {
|
|
14580
14580
|
k(j, B);
|
|
14581
14581
|
function j(Y, H) {
|
|
14582
14582
|
C(this, j);
|
|
@@ -14624,7 +14624,7 @@ var ea = { exports: {} };
|
|
|
14624
14624
|
var re = J.classList.contains("ql-background") ? "background" : "color";
|
|
14625
14625
|
return J.querySelector("option") == null && A(J, M, re === "background" ? "#ffffff" : "#000000"), new m.default(J, D[re]);
|
|
14626
14626
|
} else
|
|
14627
|
-
return J.querySelector("option") == null && (J.classList.contains("ql-font") ? A(J, q) : J.classList.contains("ql-header") ? A(J,
|
|
14627
|
+
return J.querySelector("option") == null && (J.classList.contains("ql-font") ? A(J, q) : J.classList.contains("ql-header") ? A(J, K) : J.classList.contains("ql-size") && A(J, W)), new T.default(J);
|
|
14628
14628
|
});
|
|
14629
14629
|
var Z = function() {
|
|
14630
14630
|
V.pickers.forEach(function(re) {
|
|
@@ -15158,8 +15158,8 @@ var ea = { exports: {} };
|
|
|
15158
15158
|
return [[o, p], [r, w]];
|
|
15159
15159
|
var C = u(p, w);
|
|
15160
15160
|
if (C) {
|
|
15161
|
-
var O = C[0], k = C[1], x = C[2], M = C[3], q = C[4],
|
|
15162
|
-
return
|
|
15161
|
+
var O = C[0], k = C[1], x = C[2], M = C[3], q = C[4], K = l(O, x), W = l(k, M);
|
|
15162
|
+
return K.concat([[s, q]], W);
|
|
15163
15163
|
}
|
|
15164
15164
|
return f(p, w);
|
|
15165
15165
|
}
|
|
@@ -15167,8 +15167,8 @@ var ea = { exports: {} };
|
|
|
15167
15167
|
for (var T = p.length, E = w.length, S = Math.ceil((T + E) / 2), P = S, C = 2 * S, O = new Array(C), k = new Array(C), x = 0; x < C; x++)
|
|
15168
15168
|
O[x] = -1, k[x] = -1;
|
|
15169
15169
|
O[P + 1] = 0, k[P + 1] = 0;
|
|
15170
|
-
for (var M = T - E, q = M % 2 != 0,
|
|
15171
|
-
for (var A = -R +
|
|
15170
|
+
for (var M = T - E, q = M % 2 != 0, K = 0, W = 0, oe = 0, U = 0, R = 0; R < S; R++) {
|
|
15171
|
+
for (var A = -R + K; A <= R - W; A += 2) {
|
|
15172
15172
|
var B = P + A, j;
|
|
15173
15173
|
A == -R || A != R && O[B - 1] < O[B + 1] ? j = O[B + 1] : j = O[B - 1] + 1;
|
|
15174
15174
|
for (var Y = j - A; j < T && Y < E && p.charAt(j) == w.charAt(Y); )
|
|
@@ -15176,7 +15176,7 @@ var ea = { exports: {} };
|
|
|
15176
15176
|
if (O[B] = j, j > T)
|
|
15177
15177
|
W += 2;
|
|
15178
15178
|
else if (Y > E)
|
|
15179
|
-
|
|
15179
|
+
K += 2;
|
|
15180
15180
|
else if (q) {
|
|
15181
15181
|
var H = P + M - A;
|
|
15182
15182
|
if (H >= 0 && H < C && k[H] != -1) {
|
|
@@ -15262,8 +15262,8 @@ var ea = { exports: {} };
|
|
|
15262
15262
|
C ? P ? O = P[4].length > C[4].length ? P : C : O = C : O = P;
|
|
15263
15263
|
var k, x, M, q;
|
|
15264
15264
|
p.length > w.length ? (k = O[0], x = O[1], M = O[2], q = O[3]) : (M = O[0], q = O[1], k = O[2], x = O[3]);
|
|
15265
|
-
var
|
|
15266
|
-
return [k, x, M, q,
|
|
15265
|
+
var K = O[4];
|
|
15266
|
+
return [k, x, M, q, K];
|
|
15267
15267
|
}
|
|
15268
15268
|
function _(p) {
|
|
15269
15269
|
p.push([s, ""]);
|
|
@@ -15552,7 +15552,7 @@ var ea = { exports: {} };
|
|
|
15552
15552
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
15553
15553
|
return te && (typeof te == "object" || typeof te == "function") ? te : Q;
|
|
15554
15554
|
}
|
|
15555
|
-
function
|
|
15555
|
+
function K(Q, te) {
|
|
15556
15556
|
if (typeof te != "function" && te !== null)
|
|
15557
15557
|
throw new TypeError("Super expression must either be null or a function, not " + typeof te);
|
|
15558
15558
|
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);
|
|
@@ -15562,7 +15562,7 @@ var ea = { exports: {} };
|
|
|
15562
15562
|
}, {}), A = [p.AlignStyle, w.BackgroundStyle, S.ColorStyle, P.DirectionStyle, C.FontStyle, O.SizeStyle].reduce(function(Q, te) {
|
|
15563
15563
|
return Q[te.keyName] = te, Q;
|
|
15564
15564
|
}, {}), B = function(Q) {
|
|
15565
|
-
|
|
15565
|
+
K(te, Q);
|
|
15566
15566
|
function te(se, ue) {
|
|
15567
15567
|
M(this, te);
|
|
15568
15568
|
var ie = q(this, (te.__proto__ || Object.getPrototypeOf(te)).call(this, se, ue));
|
|
@@ -15830,17 +15830,17 @@ var ea = { exports: {} };
|
|
|
15830
15830
|
}), i.addControls = i.default = void 0;
|
|
15831
15831
|
var r = function() {
|
|
15832
15832
|
function O(k, x) {
|
|
15833
|
-
var M = [], q = !0,
|
|
15833
|
+
var M = [], q = !0, K = !1, W = void 0;
|
|
15834
15834
|
try {
|
|
15835
15835
|
for (var oe = k[Symbol.iterator](), U; !(q = (U = oe.next()).done) && (M.push(U.value), !(x && M.length === x)); q = !0)
|
|
15836
15836
|
;
|
|
15837
15837
|
} catch (R) {
|
|
15838
|
-
|
|
15838
|
+
K = !0, W = R;
|
|
15839
15839
|
} finally {
|
|
15840
15840
|
try {
|
|
15841
15841
|
!q && oe.return && oe.return();
|
|
15842
15842
|
} finally {
|
|
15843
|
-
if (
|
|
15843
|
+
if (K)
|
|
15844
15844
|
throw W;
|
|
15845
15845
|
}
|
|
15846
15846
|
}
|
|
@@ -15890,8 +15890,8 @@ var ea = { exports: {} };
|
|
|
15890
15890
|
$(this, k);
|
|
15891
15891
|
var q = p(this, (k.__proto__ || Object.getPrototypeOf(k)).call(this, x, M));
|
|
15892
15892
|
if (Array.isArray(q.options.container)) {
|
|
15893
|
-
var
|
|
15894
|
-
P(
|
|
15893
|
+
var K = document.createElement("div");
|
|
15894
|
+
P(K, q.options.container), x.container.parentNode.insertBefore(K, x.container), q.container = K;
|
|
15895
15895
|
} else
|
|
15896
15896
|
typeof q.options.container == "string" ? q.container = document.querySelector(q.options.container) : q.container = q.options.container;
|
|
15897
15897
|
if (!(q.container instanceof HTMLElement)) {
|
|
@@ -15917,17 +15917,17 @@ var ea = { exports: {} };
|
|
|
15917
15917
|
}, {
|
|
15918
15918
|
key: "attach",
|
|
15919
15919
|
value: function(M) {
|
|
15920
|
-
var q = this,
|
|
15920
|
+
var q = this, K = [].find.call(M.classList, function(oe) {
|
|
15921
15921
|
return oe.indexOf("ql-") === 0;
|
|
15922
15922
|
});
|
|
15923
|
-
if (
|
|
15924
|
-
if (
|
|
15925
|
-
if (this.quill.scroll.whitelist != null && this.quill.scroll.whitelist[
|
|
15926
|
-
T.warn("ignoring attaching to disabled format",
|
|
15923
|
+
if (K) {
|
|
15924
|
+
if (K = K.slice(3), M.tagName === "BUTTON" && M.setAttribute("type", "button"), this.handlers[K] == null) {
|
|
15925
|
+
if (this.quill.scroll.whitelist != null && this.quill.scroll.whitelist[K] == null) {
|
|
15926
|
+
T.warn("ignoring attaching to disabled format", K, M);
|
|
15927
15927
|
return;
|
|
15928
15928
|
}
|
|
15929
|
-
if (h.default.query(
|
|
15930
|
-
T.warn("ignoring attaching to nonexistent format",
|
|
15929
|
+
if (h.default.query(K) == null) {
|
|
15930
|
+
T.warn("ignoring attaching to nonexistent format", K, M);
|
|
15931
15931
|
return;
|
|
15932
15932
|
}
|
|
15933
15933
|
}
|
|
@@ -15943,24 +15943,24 @@ var ea = { exports: {} };
|
|
|
15943
15943
|
M.classList.contains("ql-active") ? U = !1 : U = M.value || !M.hasAttribute("value"), oe.preventDefault();
|
|
15944
15944
|
q.quill.focus();
|
|
15945
15945
|
var A = q.quill.selection.getRange(), B = r(A, 1), j = B[0];
|
|
15946
|
-
if (q.handlers[
|
|
15947
|
-
q.handlers[
|
|
15948
|
-
else if (h.default.query(
|
|
15949
|
-
if (U = prompt("Enter " +
|
|
15946
|
+
if (q.handlers[K] != null)
|
|
15947
|
+
q.handlers[K].call(q, U);
|
|
15948
|
+
else if (h.default.query(K).prototype instanceof h.default.Embed) {
|
|
15949
|
+
if (U = prompt("Enter " + K), !U)
|
|
15950
15950
|
return;
|
|
15951
|
-
q.quill.updateContents(new c.default().retain(j.index).delete(j.length).insert(m({},
|
|
15951
|
+
q.quill.updateContents(new c.default().retain(j.index).delete(j.length).insert(m({}, K, U)), a.default.sources.USER);
|
|
15952
15952
|
} else
|
|
15953
|
-
q.quill.format(
|
|
15953
|
+
q.quill.format(K, U, a.default.sources.USER);
|
|
15954
15954
|
q.update(j);
|
|
15955
|
-
}), this.controls.push([
|
|
15955
|
+
}), this.controls.push([K, M]);
|
|
15956
15956
|
}
|
|
15957
15957
|
}
|
|
15958
15958
|
}, {
|
|
15959
15959
|
key: "update",
|
|
15960
15960
|
value: function(M) {
|
|
15961
15961
|
var q = M == null ? {} : this.quill.getFormat(M);
|
|
15962
|
-
this.controls.forEach(function(
|
|
15963
|
-
var W = r(
|
|
15962
|
+
this.controls.forEach(function(K) {
|
|
15963
|
+
var W = r(K, 2), oe = W[0], U = W[1];
|
|
15964
15964
|
if (U.tagName === "SELECT") {
|
|
15965
15965
|
var R = void 0;
|
|
15966
15966
|
if (M == null)
|
|
@@ -15995,8 +15995,8 @@ var ea = { exports: {} };
|
|
|
15995
15995
|
if (typeof q == "string")
|
|
15996
15996
|
S(M, q);
|
|
15997
15997
|
else {
|
|
15998
|
-
var
|
|
15999
|
-
Array.isArray(W) ? C(M,
|
|
15998
|
+
var K = Object.keys(q)[0], W = q[K];
|
|
15999
|
+
Array.isArray(W) ? C(M, K, W) : S(M, K, W);
|
|
16000
16000
|
}
|
|
16001
16001
|
}), O.appendChild(M);
|
|
16002
16002
|
});
|
|
@@ -16004,8 +16004,8 @@ var ea = { exports: {} };
|
|
|
16004
16004
|
function C(O, k, x) {
|
|
16005
16005
|
var M = document.createElement("select");
|
|
16006
16006
|
M.classList.add("ql-" + k), x.forEach(function(q) {
|
|
16007
|
-
var
|
|
16008
|
-
q !== !1 ?
|
|
16007
|
+
var K = document.createElement("option");
|
|
16008
|
+
q !== !1 ? K.setAttribute("value", q) : K.setAttribute("selected", "selected"), M.appendChild(K);
|
|
16009
16009
|
}), O.appendChild(M);
|
|
16010
16010
|
}
|
|
16011
16011
|
E.DEFAULTS = {
|
|
@@ -16029,8 +16029,8 @@ var ea = { exports: {} };
|
|
|
16029
16029
|
indent: function(k) {
|
|
16030
16030
|
var x = this.quill.getSelection(), M = this.quill.getFormat(x), q = parseInt(M.indent || 0);
|
|
16031
16031
|
if (k === "+1" || k === "-1") {
|
|
16032
|
-
var
|
|
16033
|
-
M.direction === "rtl" && (
|
|
16032
|
+
var K = k === "+1" ? 1 : -1;
|
|
16033
|
+
M.direction === "rtl" && (K *= -1), this.quill.format("indent", q + K, a.default.sources.USER);
|
|
16034
16034
|
}
|
|
16035
16035
|
},
|
|
16036
16036
|
link: function(k) {
|
|
@@ -16246,18 +16246,18 @@ var ea = { exports: {} };
|
|
|
16246
16246
|
});
|
|
16247
16247
|
var r = function() {
|
|
16248
16248
|
function C(O, k) {
|
|
16249
|
-
var x = [], M = !0, q = !1,
|
|
16249
|
+
var x = [], M = !0, q = !1, K = void 0;
|
|
16250
16250
|
try {
|
|
16251
16251
|
for (var W = O[Symbol.iterator](), oe; !(M = (oe = W.next()).done) && (x.push(oe.value), !(k && x.length === k)); M = !0)
|
|
16252
16252
|
;
|
|
16253
16253
|
} catch (U) {
|
|
16254
|
-
q = !0,
|
|
16254
|
+
q = !0, K = U;
|
|
16255
16255
|
} finally {
|
|
16256
16256
|
try {
|
|
16257
16257
|
!M && W.return && W.return();
|
|
16258
16258
|
} finally {
|
|
16259
16259
|
if (q)
|
|
16260
|
-
throw
|
|
16260
|
+
throw K;
|
|
16261
16261
|
}
|
|
16262
16262
|
}
|
|
16263
16263
|
return x;
|
|
@@ -16278,8 +16278,8 @@ var ea = { exports: {} };
|
|
|
16278
16278
|
} else {
|
|
16279
16279
|
if ("value" in M)
|
|
16280
16280
|
return M.value;
|
|
16281
|
-
var
|
|
16282
|
-
return
|
|
16281
|
+
var K = M.get;
|
|
16282
|
+
return K === void 0 ? void 0 : K.call(x);
|
|
16283
16283
|
}
|
|
16284
16284
|
}, l = function() {
|
|
16285
16285
|
function C(O, k) {
|
|
@@ -16364,9 +16364,9 @@ var ea = { exports: {} };
|
|
|
16364
16364
|
x.restoreFocus(), x.quill.formatText(q, "link", !1, d.default.sources.USER), delete x.linkRange;
|
|
16365
16365
|
}
|
|
16366
16366
|
M.preventDefault(), x.hide();
|
|
16367
|
-
}), this.quill.on(d.default.events.SELECTION_CHANGE, function(M, q,
|
|
16367
|
+
}), this.quill.on(d.default.events.SELECTION_CHANGE, function(M, q, K) {
|
|
16368
16368
|
if (M != null) {
|
|
16369
|
-
if (M.length === 0 &&
|
|
16369
|
+
if (M.length === 0 && K === d.default.sources.USER) {
|
|
16370
16370
|
var W = x.quill.scroll.descendant(v.default, M.index), oe = r(W, 2), U = oe[0], R = oe[1];
|
|
16371
16371
|
if (U != null) {
|
|
16372
16372
|
x.linkRange = new y.Range(M.index - R, U.length());
|
|
@@ -16395,7 +16395,7 @@ var ea = { exports: {} };
|
|
|
16395
16395
|
Object.defineProperty(i, "__esModule", {
|
|
16396
16396
|
value: !0
|
|
16397
16397
|
});
|
|
16398
|
-
var r = o(29), s = ie(r), l = o(36), c = o(38), f = o(64), h = o(65), d = ie(h), a = o(66), u = ie(a), _ = o(67), v = ie(_), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = ie(p), T = o(68), E = ie(T), S = o(27), P = ie(S), C = o(69), O = ie(C), k = o(70), x = ie(k), M = o(71), q = ie(M),
|
|
16398
|
+
var r = o(29), s = ie(r), l = o(36), c = o(38), f = o(64), h = o(65), d = ie(h), a = o(66), u = ie(a), _ = o(67), v = ie(_), y = o(37), g = o(26), m = o(39), $ = o(40), p = o(56), w = ie(p), T = o(68), E = ie(T), S = o(27), P = ie(S), C = o(69), O = ie(C), k = o(70), x = ie(k), M = o(71), q = ie(M), K = o(72), W = ie(K), oe = o(73), U = ie(oe), R = o(13), A = ie(R), B = o(74), j = ie(B), Y = o(75), H = ie(Y), D = o(57), V = ie(D), Z = o(41), J = ie(Z), re = o(28), fe = ie(re), _e = o(59), Ee = ie(_e), Ie = o(60), Me = ie(Ie), Ye = o(61), ze = ie(Ye), Q = o(108), te = ie(Q), se = o(62), ue = ie(se);
|
|
16399
16399
|
function ie(xe) {
|
|
16400
16400
|
return xe && xe.__esModule ? xe : { default: xe };
|
|
16401
16401
|
}
|
|
@@ -17522,11 +17522,11 @@ var ea = { exports: {} };
|
|
|
17522
17522
|
if (k === h.default.events.SELECTION_CHANGE)
|
|
17523
17523
|
if (x != null && x.length > 0 && q === h.default.sources.USER) {
|
|
17524
17524
|
O.show(), O.root.style.left = "0px", O.root.style.width = "", O.root.style.width = O.root.offsetWidth + "px";
|
|
17525
|
-
var
|
|
17526
|
-
if (
|
|
17525
|
+
var K = O.quill.getLines(x.index, x.length);
|
|
17526
|
+
if (K.length === 1)
|
|
17527
17527
|
O.position(O.quill.getBounds(x));
|
|
17528
17528
|
else {
|
|
17529
|
-
var W =
|
|
17529
|
+
var W = K[K.length - 1], oe = O.quill.getIndex(W), U = Math.min(W.length() - 1, x.index + x.length - oe), R = O.quill.getBounds(new u.Range(oe, U));
|
|
17530
17530
|
O.position(R);
|
|
17531
17531
|
}
|
|
17532
17532
|
} else
|
|
@@ -17575,10 +17575,10 @@ var ea = { exports: {} };
|
|
|
17575
17575
|
);
|
|
17576
17576
|
});
|
|
17577
17577
|
})(ea);
|
|
17578
|
-
var
|
|
17579
|
-
const Bt = /* @__PURE__ */ Er(
|
|
17578
|
+
var Kf = ea.exports;
|
|
17579
|
+
const Bt = /* @__PURE__ */ Er(Kf);
|
|
17580
17580
|
var Rt = -1, Tt = 1, bt = 0;
|
|
17581
|
-
function
|
|
17581
|
+
function Gn(t, n, e, i) {
|
|
17582
17582
|
if (t === n)
|
|
17583
17583
|
return t ? [[bt, t]] : [];
|
|
17584
17584
|
if (e != null) {
|
|
@@ -17590,10 +17590,10 @@ function Kn(t, n, e, i) {
|
|
|
17590
17590
|
t = t.substring(r), n = n.substring(r), r = Mi(t, n);
|
|
17591
17591
|
var l = t.substring(t.length - r);
|
|
17592
17592
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17593
|
-
var c =
|
|
17593
|
+
var c = Gf(t, n);
|
|
17594
17594
|
return s && c.unshift([bt, s]), l && c.push([bt, l]), ta(c, i), c;
|
|
17595
17595
|
}
|
|
17596
|
-
function
|
|
17596
|
+
function Gf(t, n) {
|
|
17597
17597
|
var e;
|
|
17598
17598
|
if (!t)
|
|
17599
17599
|
return [[Tt, n]];
|
|
@@ -17610,7 +17610,7 @@ function Kf(t, n) {
|
|
|
17610
17610
|
return [[Rt, t], [Tt, n]];
|
|
17611
17611
|
var s = Wf(t, n);
|
|
17612
17612
|
if (s) {
|
|
17613
|
-
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a =
|
|
17613
|
+
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Gn(l, f), u = Gn(c, h);
|
|
17614
17614
|
return a.concat([[bt, d]], u);
|
|
17615
17615
|
}
|
|
17616
17616
|
return Yf(t, n);
|
|
@@ -17660,7 +17660,7 @@ function Yf(t, n) {
|
|
|
17660
17660
|
return [[Rt, t], [Tt, n]];
|
|
17661
17661
|
}
|
|
17662
17662
|
function $o(t, n, e, i) {
|
|
17663
|
-
var o = t.substring(0, e), r = n.substring(0, i), s = t.substring(e), l = n.substring(i), c =
|
|
17663
|
+
var o = t.substring(0, e), r = n.substring(0, i), s = t.substring(e), l = n.substring(i), c = Gn(o, r), f = Gn(s, l);
|
|
17664
17664
|
return c.concat(f);
|
|
17665
17665
|
}
|
|
17666
17666
|
function Pi(t, n) {
|
|
@@ -17830,7 +17830,7 @@ function Jf(t, n, e) {
|
|
|
17830
17830
|
return null;
|
|
17831
17831
|
}
|
|
17832
17832
|
function xr(t, n, e) {
|
|
17833
|
-
return
|
|
17833
|
+
return Gn(t, n, e, !0);
|
|
17834
17834
|
}
|
|
17835
17835
|
xr.INSERT = Tt;
|
|
17836
17836
|
xr.DELETE = Rt;
|
|
@@ -17838,7 +17838,7 @@ xr.EQUAL = bt;
|
|
|
17838
17838
|
var Xf = xr, _r = { exports: {} };
|
|
17839
17839
|
_r.exports;
|
|
17840
17840
|
(function(t, n) {
|
|
17841
|
-
var e = 200, i = "__lodash_hash_undefined__", o = 9007199254740991, r = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", _ = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", T = "[object DataView]", E = "[object Float32Array]", S = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]",
|
|
17841
|
+
var e = 200, i = "__lodash_hash_undefined__", o = 9007199254740991, r = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", _ = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", T = "[object DataView]", E = "[object Float32Array]", S = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
17842
17842
|
R[r] = R[s] = R[w] = R[T] = R[l] = R[c] = R[E] = R[S] = R[P] = R[C] = R[O] = R[a] = R[u] = R[_] = R[y] = R[g] = R[m] = R[$] = R[k] = R[x] = R[M] = R[q] = !0, R[f] = R[h] = R[p] = !1;
|
|
17843
17843
|
var A = typeof et == "object" && et && et.Object === Object && et, B = typeof self == "object" && self && self.Object === Object && self, j = A || B || Function("return this")(), Y = n && !n.nodeType && n, H = Y && !0 && t && !t.nodeType && t, D = H && H.exports === Y;
|
|
17844
17844
|
function V(b, N) {
|
|
@@ -17901,7 +17901,7 @@ _r.exports;
|
|
|
17901
17901
|
var b = /[^.]+$/.exec(ue && ue.keys && ue.keys.IE_PROTO || "");
|
|
17902
17902
|
return b ? "Symbol(src)_1." + b : "";
|
|
17903
17903
|
}(), xe = te.toString, Oe = se.hasOwnProperty, Se = se.toString, tt = RegExp(
|
|
17904
|
-
"^" + xe.call(Oe).replace(
|
|
17904
|
+
"^" + xe.call(Oe).replace(K, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
17905
17905
|
), We = D ? j.Buffer : void 0, qe = j.Symbol, At = j.Uint8Array, De = Ye(Object.getPrototypeOf, Object), ft = Object.create, Qt = se.propertyIsEnumerable, kn = Q.splice, en = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Wt = Ye(Object.keys, Object), Nt = St(j, "DataView"), Ft = St(j, "Map"), lt = St(j, "Promise"), It = St(j, "Set"), ht = St(j, "WeakMap"), Ht = St(Object, "create"), tn = pt(Nt), I = pt(Ft), L = pt(lt), z = pt(It), X = pt(ht), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
|
|
17906
17906
|
function Ce(b) {
|
|
17907
17907
|
var N = -1, F = b ? b.length : 0;
|
|
@@ -17944,21 +17944,21 @@ _r.exports;
|
|
|
17944
17944
|
this.__data__ = [];
|
|
17945
17945
|
}
|
|
17946
17946
|
function Vt(b) {
|
|
17947
|
-
var N = this.__data__, F =
|
|
17947
|
+
var N = this.__data__, F = gn(N, b);
|
|
17948
17948
|
if (F < 0)
|
|
17949
17949
|
return !1;
|
|
17950
17950
|
var ee = N.length - 1;
|
|
17951
17951
|
return F == ee ? N.pop() : kn.call(N, F, 1), !0;
|
|
17952
17952
|
}
|
|
17953
17953
|
function Pt(b) {
|
|
17954
|
-
var N = this.__data__, F =
|
|
17954
|
+
var N = this.__data__, F = gn(N, b);
|
|
17955
17955
|
return F < 0 ? void 0 : N[F][1];
|
|
17956
17956
|
}
|
|
17957
17957
|
function Cn(b) {
|
|
17958
|
-
return
|
|
17958
|
+
return gn(this.__data__, b) > -1;
|
|
17959
17959
|
}
|
|
17960
17960
|
function nn(b, N) {
|
|
17961
|
-
var F = this.__data__, ee =
|
|
17961
|
+
var F = this.__data__, ee = gn(F, b);
|
|
17962
17962
|
return ee < 0 ? F.push([b, N]) : F[ee][1] = N, this;
|
|
17963
17963
|
}
|
|
17964
17964
|
Ue.prototype.clear = it, Ue.prototype.delete = Vt, Ue.prototype.get = Pt, Ue.prototype.has = Cn, Ue.prototype.set = nn;
|
|
@@ -18015,8 +18015,8 @@ _r.exports;
|
|
|
18015
18015
|
return F.set(b, N), this;
|
|
18016
18016
|
}
|
|
18017
18017
|
st.prototype.clear = Nn, st.prototype.delete = Nr, st.prototype.get = Ir, st.prototype.has = Pr, st.prototype.set = Mr;
|
|
18018
|
-
function
|
|
18019
|
-
var F = Dn(b) ||
|
|
18018
|
+
function pn(b, N) {
|
|
18019
|
+
var F = Dn(b) || vn(b) ? _e(b.length, String) : [], ee = F.length, Ne = !!ee;
|
|
18020
18020
|
for (var be in b)
|
|
18021
18021
|
(N || Oe.call(b, be)) && !(Ne && (be == "length" || Yr(be, ee))) && F.push(be);
|
|
18022
18022
|
return F;
|
|
@@ -18025,7 +18025,7 @@ _r.exports;
|
|
|
18025
18025
|
var ee = b[N];
|
|
18026
18026
|
(!(Oe.call(b, N) && tr(ee, F)) || F === void 0 && !(N in b)) && (b[N] = F);
|
|
18027
18027
|
}
|
|
18028
|
-
function
|
|
18028
|
+
function gn(b, N) {
|
|
18029
18029
|
for (var F = b.length; F--; )
|
|
18030
18030
|
if (tr(b[F][0], N))
|
|
18031
18031
|
return F;
|
|
@@ -18042,12 +18042,12 @@ _r.exports;
|
|
|
18042
18042
|
return b;
|
|
18043
18043
|
var Ze = Dn(b);
|
|
18044
18044
|
if (Ze) {
|
|
18045
|
-
if (je =
|
|
18045
|
+
if (je = Kr(b), !N)
|
|
18046
18046
|
return Vr(b, je);
|
|
18047
18047
|
} else {
|
|
18048
18048
|
var Ve = zt(b), ut = Ve == h || Ve == d;
|
|
18049
18049
|
if (nr(b))
|
|
18050
|
-
return
|
|
18050
|
+
return mn(b, N);
|
|
18051
18051
|
if (Ve == _ || Ve == r || ut && !be) {
|
|
18052
18052
|
if (Ie(b))
|
|
18053
18053
|
return be ? b : {};
|
|
@@ -18056,7 +18056,7 @@ _r.exports;
|
|
|
18056
18056
|
} else {
|
|
18057
18057
|
if (!R[Ve])
|
|
18058
18058
|
return be ? b : {};
|
|
18059
|
-
je =
|
|
18059
|
+
je = Gr(b, Ve, In, N);
|
|
18060
18060
|
}
|
|
18061
18061
|
}
|
|
18062
18062
|
Le || (Le = new st());
|
|
@@ -18093,7 +18093,7 @@ _r.exports;
|
|
|
18093
18093
|
Oe.call(b, F) && F != "constructor" && N.push(F);
|
|
18094
18094
|
return N;
|
|
18095
18095
|
}
|
|
18096
|
-
function
|
|
18096
|
+
function mn(b, N) {
|
|
18097
18097
|
if (N)
|
|
18098
18098
|
return b.slice();
|
|
18099
18099
|
var F = new b.constructor(b.length);
|
|
@@ -18172,14 +18172,14 @@ _r.exports;
|
|
|
18172
18172
|
}
|
|
18173
18173
|
return N;
|
|
18174
18174
|
});
|
|
18175
|
-
function
|
|
18175
|
+
function Kr(b) {
|
|
18176
18176
|
var N = b.length, F = b.constructor(N);
|
|
18177
18177
|
return N && typeof b[0] == "string" && Oe.call(b, "index") && (F.index = b.index, F.input = b.input), F;
|
|
18178
18178
|
}
|
|
18179
18179
|
function Dt(b) {
|
|
18180
18180
|
return typeof b.constructor == "function" && !Qn(b) ? Dr(De(b)) : {};
|
|
18181
18181
|
}
|
|
18182
|
-
function
|
|
18182
|
+
function Gr(b, N, F, ee) {
|
|
18183
18183
|
var Ne = b.constructor;
|
|
18184
18184
|
switch (N) {
|
|
18185
18185
|
case w:
|
|
@@ -18245,15 +18245,15 @@ _r.exports;
|
|
|
18245
18245
|
function tr(b, N) {
|
|
18246
18246
|
return b === N || b !== b && N !== N;
|
|
18247
18247
|
}
|
|
18248
|
-
function
|
|
18248
|
+
function vn(b) {
|
|
18249
18249
|
return Jr(b) && Oe.call(b, "callee") && (!Qt.call(b, "callee") || Se.call(b) == r);
|
|
18250
18250
|
}
|
|
18251
18251
|
var Dn = Array.isArray;
|
|
18252
|
-
function
|
|
18252
|
+
function yn(b) {
|
|
18253
18253
|
return b != null && rr(b.length) && !Ln(b);
|
|
18254
18254
|
}
|
|
18255
18255
|
function Jr(b) {
|
|
18256
|
-
return ir(b) &&
|
|
18256
|
+
return ir(b) && yn(b);
|
|
18257
18257
|
}
|
|
18258
18258
|
var nr = He || Qr;
|
|
18259
18259
|
function Ln(b) {
|
|
@@ -18271,7 +18271,7 @@ _r.exports;
|
|
|
18271
18271
|
return !!b && typeof b == "object";
|
|
18272
18272
|
}
|
|
18273
18273
|
function Rn(b) {
|
|
18274
|
-
return
|
|
18274
|
+
return yn(b) ? pn(b) : jr(b);
|
|
18275
18275
|
}
|
|
18276
18276
|
function Xr() {
|
|
18277
18277
|
return [];
|
|
@@ -18284,8 +18284,8 @@ _r.exports;
|
|
|
18284
18284
|
var aa = _r.exports, $r = { exports: {} };
|
|
18285
18285
|
$r.exports;
|
|
18286
18286
|
(function(t, n) {
|
|
18287
|
-
var e = 200, i = "__lodash_hash_undefined__", o = 1, r = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", _ = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", T = "[object Set]", E = "[object String]", S = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]",
|
|
18288
|
-
H[x] = H[M] = H[q] = H[
|
|
18287
|
+
var e = 200, i = "__lodash_hash_undefined__", o = 1, r = 2, s = 9007199254740991, l = "[object Arguments]", c = "[object Array]", f = "[object AsyncFunction]", h = "[object Boolean]", d = "[object Date]", a = "[object Error]", u = "[object Function]", _ = "[object GeneratorFunction]", v = "[object Map]", y = "[object Number]", g = "[object Null]", m = "[object Object]", $ = "[object Promise]", p = "[object Proxy]", w = "[object RegExp]", T = "[object Set]", E = "[object String]", S = "[object Symbol]", P = "[object Undefined]", C = "[object WeakMap]", O = "[object ArrayBuffer]", k = "[object DataView]", x = "[object Float32Array]", M = "[object Float64Array]", q = "[object Int8Array]", K = "[object Int16Array]", W = "[object Int32Array]", oe = "[object Uint8Array]", U = "[object Uint8ClampedArray]", R = "[object Uint16Array]", A = "[object Uint32Array]", B = /[\\^$.*+?()[\]{}|]/g, j = /^\[object .+?Constructor\]$/, Y = /^(?:0|[1-9]\d*)$/, H = {};
|
|
18288
|
+
H[x] = H[M] = H[q] = H[K] = H[W] = H[oe] = H[U] = H[R] = H[A] = !0, H[l] = H[c] = H[O] = H[h] = H[k] = H[d] = H[a] = H[u] = H[v] = H[y] = H[m] = H[w] = H[T] = H[E] = H[C] = !1;
|
|
18289
18289
|
var D = typeof et == "object" && et && et.Object === Object && et, V = typeof self == "object" && self && self.Object === Object && self, Z = D || V || Function("return this")(), J = n && !n.nodeType && n, re = J && !0 && t && !t.nodeType && t, fe = re && re.exports === J, _e = fe && D.process, Ee = function() {
|
|
18290
18290
|
try {
|
|
18291
18291
|
return _e && _e.binding && _e.binding("util");
|
|
@@ -18391,21 +18391,21 @@ $r.exports;
|
|
|
18391
18391
|
this.__data__ = [], this.size = 0;
|
|
18392
18392
|
}
|
|
18393
18393
|
function Sn(b) {
|
|
18394
|
-
var N = this.__data__, F =
|
|
18394
|
+
var N = this.__data__, F = mn(N, b);
|
|
18395
18395
|
if (F < 0)
|
|
18396
18396
|
return !1;
|
|
18397
18397
|
var ee = N.length - 1;
|
|
18398
18398
|
return F == ee ? N.pop() : Ft.call(N, F, 1), --this.size, !0;
|
|
18399
18399
|
}
|
|
18400
18400
|
function Tn(b) {
|
|
18401
|
-
var N = this.__data__, F =
|
|
18401
|
+
var N = this.__data__, F = mn(N, b);
|
|
18402
18402
|
return F < 0 ? void 0 : N[F][1];
|
|
18403
18403
|
}
|
|
18404
18404
|
function xn(b) {
|
|
18405
|
-
return
|
|
18405
|
+
return mn(this.__data__, b) > -1;
|
|
18406
18406
|
}
|
|
18407
18407
|
function An(b, N) {
|
|
18408
|
-
var F = this.__data__, ee =
|
|
18408
|
+
var F = this.__data__, ee = mn(F, b);
|
|
18409
18409
|
return ee < 0 ? (++this.size, F.push([b, N])) : F[ee][1] = N, this;
|
|
18410
18410
|
}
|
|
18411
18411
|
nt.prototype.clear = En, nt.prototype.delete = Sn, nt.prototype.get = Tn, nt.prototype.has = xn, nt.prototype.set = An;
|
|
@@ -18438,7 +18438,7 @@ $r.exports;
|
|
|
18438
18438
|
return F.set(b, N), this.size += F.size == ee ? 0 : 1, this;
|
|
18439
18439
|
}
|
|
18440
18440
|
st.prototype.clear = Nn, st.prototype.delete = Nr, st.prototype.get = Ir, st.prototype.has = Pr, st.prototype.set = Mr;
|
|
18441
|
-
function
|
|
18441
|
+
function pn(b) {
|
|
18442
18442
|
var N = -1, F = b == null ? 0 : b.length;
|
|
18443
18443
|
for (this.__data__ = new st(); ++N < F; )
|
|
18444
18444
|
this.add(b[N]);
|
|
@@ -18446,10 +18446,10 @@ $r.exports;
|
|
|
18446
18446
|
function Zn(b) {
|
|
18447
18447
|
return this.__data__.set(b, i), this;
|
|
18448
18448
|
}
|
|
18449
|
-
function
|
|
18449
|
+
function gn(b) {
|
|
18450
18450
|
return this.__data__.has(b);
|
|
18451
18451
|
}
|
|
18452
|
-
|
|
18452
|
+
pn.prototype.add = pn.prototype.push = Zn, pn.prototype.has = gn;
|
|
18453
18453
|
function Mt(b) {
|
|
18454
18454
|
var N = this.__data__ = new nt(b);
|
|
18455
18455
|
this.size = N.size;
|
|
@@ -18479,16 +18479,16 @@ $r.exports;
|
|
|
18479
18479
|
}
|
|
18480
18480
|
Mt.prototype.clear = In, Mt.prototype.delete = Dr, Mt.prototype.get = Lr, Mt.prototype.has = Rr, Mt.prototype.set = Br;
|
|
18481
18481
|
function jr(b, N) {
|
|
18482
|
-
var F =
|
|
18482
|
+
var F = vn(b), ee = !F && tr(b), Ne = !F && !ee && yn(b), be = !F && !ee && !Ne && ir(b), Le = F || ee || Ne || be, je = Le ? Q(b.length, String) : [], Ze = je.length;
|
|
18483
18483
|
for (var Ve in b)
|
|
18484
18484
|
(N || De.call(b, Ve)) && !(Le && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
18485
18485
|
(Ve == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
18486
18486
|
Ne && (Ve == "offset" || Ve == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
18487
18487
|
be && (Ve == "buffer" || Ve == "byteLength" || Ve == "byteOffset") || // Skip index properties.
|
|
18488
|
-
|
|
18488
|
+
Gr(Ve, Ze))) && je.push(Ve);
|
|
18489
18489
|
return je;
|
|
18490
18490
|
}
|
|
18491
|
-
function
|
|
18491
|
+
function mn(b, N) {
|
|
18492
18492
|
for (var F = b.length; F--; )
|
|
18493
18493
|
if (er(b[F][0], N))
|
|
18494
18494
|
return F;
|
|
@@ -18496,7 +18496,7 @@ $r.exports;
|
|
|
18496
18496
|
}
|
|
18497
18497
|
function Pn(b, N, F) {
|
|
18498
18498
|
var ee = N(b);
|
|
18499
|
-
return
|
|
18499
|
+
return vn(b) ? ee : Ye(ee, F(b));
|
|
18500
18500
|
}
|
|
18501
18501
|
function rn(b) {
|
|
18502
18502
|
return b == null ? b === void 0 ? P : g : lt && lt in Object(b) ? zt(b) : Qn(b);
|
|
@@ -18508,11 +18508,11 @@ $r.exports;
|
|
|
18508
18508
|
return b === N ? !0 : b == null || N == null || !Lt(b) && !Lt(N) ? b !== b && N !== N : qr(b, N, F, ee, Xn, Ne);
|
|
18509
18509
|
}
|
|
18510
18510
|
function qr(b, N, F, ee, Ne, be) {
|
|
18511
|
-
var Le =
|
|
18511
|
+
var Le = vn(b), je = vn(N), Ze = Le ? c : Dt(b), Ve = je ? c : Dt(N);
|
|
18512
18512
|
Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
|
|
18513
18513
|
var ut = Ze == m, vt = Ve == m, Qe = Ze == Ve;
|
|
18514
|
-
if (Qe &&
|
|
18515
|
-
if (!
|
|
18514
|
+
if (Qe && yn(b)) {
|
|
18515
|
+
if (!yn(N))
|
|
18516
18516
|
return !1;
|
|
18517
18517
|
Le = !0, ut = !1;
|
|
18518
18518
|
}
|
|
@@ -18521,8 +18521,8 @@ $r.exports;
|
|
|
18521
18521
|
if (!(F & o)) {
|
|
18522
18522
|
var dt = ut && De.call(b, "__wrapped__"), ot = vt && De.call(N, "__wrapped__");
|
|
18523
18523
|
if (dt || ot) {
|
|
18524
|
-
var Zt = dt ? b.value() : b,
|
|
18525
|
-
return be || (be = new Mt()), Ne(Zt,
|
|
18524
|
+
var Zt = dt ? b.value() : b, Kt = ot ? N.value() : N;
|
|
18525
|
+
return be || (be = new Mt()), Ne(Zt, Kt, F, ee, be);
|
|
18526
18526
|
}
|
|
18527
18527
|
}
|
|
18528
18528
|
return Qe ? (be || (be = new Mt()), zr(b, N, F, ee, Ne, be)) : !1;
|
|
@@ -18551,7 +18551,7 @@ $r.exports;
|
|
|
18551
18551
|
var Ve = be.get(b);
|
|
18552
18552
|
if (Ve && be.get(N))
|
|
18553
18553
|
return Ve == N;
|
|
18554
|
-
var ut = -1, vt = !0, Qe = F & r ? new
|
|
18554
|
+
var ut = -1, vt = !0, Qe = F & r ? new pn() : void 0;
|
|
18555
18555
|
for (be.set(b, N), be.set(N, b); ++ut < je; ) {
|
|
18556
18556
|
var dt = b[ut], ot = N[ut];
|
|
18557
18557
|
if (ee)
|
|
@@ -18563,8 +18563,8 @@ $r.exports;
|
|
|
18563
18563
|
break;
|
|
18564
18564
|
}
|
|
18565
18565
|
if (Qe) {
|
|
18566
|
-
if (!ze(N, function(
|
|
18567
|
-
if (!se(Qe, an) && (dt ===
|
|
18566
|
+
if (!ze(N, function(Kt, an) {
|
|
18567
|
+
if (!se(Qe, an) && (dt === Kt || Ne(dt, Kt, F, ee, be)))
|
|
18568
18568
|
return Qe.push(an);
|
|
18569
18569
|
})) {
|
|
18570
18570
|
vt = !1;
|
|
@@ -18628,10 +18628,10 @@ $r.exports;
|
|
|
18628
18628
|
be.set(b, N), be.set(N, b);
|
|
18629
18629
|
for (var Zt = Le; ++vt < Ze; ) {
|
|
18630
18630
|
Qe = je[vt];
|
|
18631
|
-
var
|
|
18631
|
+
var Kt = b[Qe], an = N[Qe];
|
|
18632
18632
|
if (ee)
|
|
18633
|
-
var Ri = Le ? ee(an,
|
|
18634
|
-
if (!(Ri === void 0 ?
|
|
18633
|
+
var Ri = Le ? ee(an, Kt, Qe, N, b, be) : ee(Kt, an, Qe, b, N, be);
|
|
18634
|
+
if (!(Ri === void 0 ? Kt === an || Ne(Kt, an, F, ee, be) : Ri)) {
|
|
18635
18635
|
ot = !1;
|
|
18636
18636
|
break;
|
|
18637
18637
|
}
|
|
@@ -18644,7 +18644,7 @@ $r.exports;
|
|
|
18644
18644
|
return be.delete(b), be.delete(N), ot;
|
|
18645
18645
|
}
|
|
18646
18646
|
function on(b) {
|
|
18647
|
-
return Pn(b, Rn,
|
|
18647
|
+
return Pn(b, Rn, Kr);
|
|
18648
18648
|
}
|
|
18649
18649
|
function St(b, N) {
|
|
18650
18650
|
var F = b.__data__;
|
|
@@ -18664,7 +18664,7 @@ $r.exports;
|
|
|
18664
18664
|
var Ne = Qt.call(b);
|
|
18665
18665
|
return ee && (N ? b[lt] = F : delete b[lt]), Ne;
|
|
18666
18666
|
}
|
|
18667
|
-
var
|
|
18667
|
+
var Kr = It ? function(b) {
|
|
18668
18668
|
return b == null ? [] : (b = Object(b), Me(It(b), function(N) {
|
|
18669
18669
|
return Nt.call(b, N);
|
|
18670
18670
|
}));
|
|
@@ -18686,7 +18686,7 @@ $r.exports;
|
|
|
18686
18686
|
}
|
|
18687
18687
|
return N;
|
|
18688
18688
|
});
|
|
18689
|
-
function
|
|
18689
|
+
function Gr(b, N) {
|
|
18690
18690
|
return N = N ?? s, !!N && (typeof b == "number" || Y.test(b)) && b > -1 && b % 1 == 0 && b < N;
|
|
18691
18691
|
}
|
|
18692
18692
|
function Yr(b) {
|
|
@@ -18723,11 +18723,11 @@ $r.exports;
|
|
|
18723
18723
|
return arguments;
|
|
18724
18724
|
}()) ? Jn : function(b) {
|
|
18725
18725
|
return Lt(b) && De.call(b, "callee") && !Nt.call(b, "callee");
|
|
18726
|
-
},
|
|
18726
|
+
}, vn = Array.isArray;
|
|
18727
18727
|
function Dn(b) {
|
|
18728
18728
|
return b != null && Ln(b.length) && !nr(b);
|
|
18729
18729
|
}
|
|
18730
|
-
var
|
|
18730
|
+
var yn = ht || Qr;
|
|
18731
18731
|
function Jr(b, N) {
|
|
18732
18732
|
return Xn(b, N);
|
|
18733
18733
|
}
|
|
@@ -19198,8 +19198,8 @@ const ko = {
|
|
|
19198
19198
|
var x, M;
|
|
19199
19199
|
const q = {};
|
|
19200
19200
|
if (Array.isArray(t.modules))
|
|
19201
|
-
for (const
|
|
19202
|
-
q[
|
|
19201
|
+
for (const K of t.modules)
|
|
19202
|
+
q[K.name] = (x = K.options) !== null && x !== void 0 ? x : {};
|
|
19203
19203
|
else
|
|
19204
19204
|
q[t.modules.name] = (M = t.modules.options) !== null && M !== void 0 ? M : {};
|
|
19205
19205
|
return q;
|
|
@@ -19303,7 +19303,7 @@ const ko = {
|
|
|
19303
19303
|
}), sh = Bt.import("formats/list"), uh = Bt.import("formats/list/item"), dh = Bt.import("parchment");
|
|
19304
19304
|
class Ar extends uh {
|
|
19305
19305
|
format(n, e) {
|
|
19306
|
-
n ===
|
|
19306
|
+
n === hn.blotName && !e ? this.replaceWith(dh.create(this.statics.scope)) : super.format(n, e);
|
|
19307
19307
|
}
|
|
19308
19308
|
clone() {
|
|
19309
19309
|
const n = super.clone();
|
|
@@ -19312,7 +19312,7 @@ class Ar extends uh {
|
|
|
19312
19312
|
}
|
|
19313
19313
|
Ar.blotName = "alphabet-list-item";
|
|
19314
19314
|
Ar.tagName = "LI";
|
|
19315
|
-
class
|
|
19315
|
+
class hn extends sh {
|
|
19316
19316
|
static create() {
|
|
19317
19317
|
const n = super.create("bullet");
|
|
19318
19318
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19321,11 +19321,11 @@ class fn extends sh {
|
|
|
19321
19321
|
return "bullet";
|
|
19322
19322
|
}
|
|
19323
19323
|
}
|
|
19324
|
-
|
|
19325
|
-
|
|
19326
|
-
|
|
19327
|
-
|
|
19328
|
-
|
|
19324
|
+
hn.blotName = "alphabet-list";
|
|
19325
|
+
hn.tagName = "OL";
|
|
19326
|
+
hn.className = "alphabet-list";
|
|
19327
|
+
hn.defaultChild = "alphabet-list-item";
|
|
19328
|
+
hn.allowedChildren = [Ar];
|
|
19329
19329
|
const ch = `
|
|
19330
19330
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19331
19331
|
<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"/>
|
|
@@ -19428,7 +19428,7 @@ $t.list.ordered = $h;
|
|
|
19428
19428
|
$t.list.bullet = wh;
|
|
19429
19429
|
$t["alphabet-list"] = Oh;
|
|
19430
19430
|
Bt.register({
|
|
19431
|
-
"formats/alphabet-list":
|
|
19431
|
+
"formats/alphabet-list": hn,
|
|
19432
19432
|
"formats/alphabet-list/item": Ar
|
|
19433
19433
|
});
|
|
19434
19434
|
Bt.register($t);
|
|
@@ -19539,7 +19539,7 @@ const kh = {
|
|
|
19539
19539
|
components: {
|
|
19540
19540
|
QuillEditor: lh,
|
|
19541
19541
|
IbIconButton: xt,
|
|
19542
|
-
IbAlert:
|
|
19542
|
+
IbAlert: fn,
|
|
19543
19543
|
IbCharacterCount: Ho
|
|
19544
19544
|
}
|
|
19545
19545
|
}, Ch = {
|
|
@@ -19552,34 +19552,34 @@ const kh = {
|
|
|
19552
19552
|
], -1), xh = { class: "toolbar-group" }, Ah = { class: "toolbar-group" }, Nh = { class: "toolbar-group" };
|
|
19553
19553
|
function Ih(t, n, e, i, o, r) {
|
|
19554
19554
|
const s = ce("ib-character-count"), l = ce("ib-alert"), c = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19555
|
-
return
|
|
19555
|
+
return G(), ne("div", {
|
|
19556
19556
|
class: ve(["textarea-wrapper", {
|
|
19557
19557
|
error: r.characterOverLimit || e.error || e.errorMessage.length,
|
|
19558
19558
|
focus: o.isFocus,
|
|
19559
19559
|
disable: e.disable
|
|
19560
19560
|
}])
|
|
19561
19561
|
}, [
|
|
19562
|
-
e.characterLimit ? (
|
|
19562
|
+
e.characterLimit ? (G(), $e(s, {
|
|
19563
19563
|
key: 0,
|
|
19564
19564
|
"character-limit": e.characterLimit,
|
|
19565
19565
|
"character-length": o.characterLength
|
|
19566
19566
|
}, null, 8, ["character-limit", "character-length"])) : he("", !0),
|
|
19567
|
-
e.errorMessage.length ? (
|
|
19567
|
+
e.errorMessage.length ? (G(), $e(l, {
|
|
19568
19568
|
key: 1,
|
|
19569
19569
|
class: "error-message"
|
|
19570
19570
|
}, {
|
|
19571
19571
|
default: ye(() => [
|
|
19572
|
-
|
|
19572
|
+
Ge(we(e.errorMessage), 1)
|
|
19573
19573
|
]),
|
|
19574
19574
|
_: 1
|
|
19575
19575
|
})) : he("", !0),
|
|
19576
19576
|
Re(ge(l, { class: "error-message" }, {
|
|
19577
19577
|
default: ye(() => [
|
|
19578
|
-
|
|
19578
|
+
Ge(we(e.characterLimitErrorMessage), 1)
|
|
19579
19579
|
]),
|
|
19580
19580
|
_: 1
|
|
19581
19581
|
}, 512), [
|
|
19582
|
-
[
|
|
19582
|
+
[Ke, e.characterLimitErrorMessage.length && r.characterOverLimit]
|
|
19583
19583
|
]),
|
|
19584
19584
|
ae("div", {
|
|
19585
19585
|
class: ve(["ib-text-editor-wrapper", { disable: e.disable }])
|
|
@@ -19684,7 +19684,7 @@ const Ph = {
|
|
|
19684
19684
|
}
|
|
19685
19685
|
}, Mh = { class: "ib-table-wrapper" }, Dh = { class: "ib-table" };
|
|
19686
19686
|
function Lh(t, n, e, i, o, r) {
|
|
19687
|
-
return
|
|
19687
|
+
return G(), ne("div", Mh, [
|
|
19688
19688
|
ae("table", Dh, [
|
|
19689
19689
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19690
19690
|
ae("tbody", null, [
|
|
@@ -19698,7 +19698,7 @@ const Rh = {
|
|
|
19698
19698
|
name: "IbRow"
|
|
19699
19699
|
}, Bh = { class: "ib-tr" };
|
|
19700
19700
|
function jh(t, n, e, i, o, r) {
|
|
19701
|
-
return
|
|
19701
|
+
return G(), ne("tr", Bh, [
|
|
19702
19702
|
Te(t.$slots, "default", { ref: "row" })
|
|
19703
19703
|
]);
|
|
19704
19704
|
}
|
|
@@ -19727,7 +19727,7 @@ const qh = {
|
|
|
19727
19727
|
}
|
|
19728
19728
|
}, Fh = { class: "cell" };
|
|
19729
19729
|
function Hh(t, n, e, i, o, r) {
|
|
19730
|
-
return
|
|
19730
|
+
return G(), ne("td", Et({
|
|
19731
19731
|
onResize: n[0] || (n[0] = (...s) => r.freezeCol && r.freezeCol(...s)),
|
|
19732
19732
|
class: "ib-cell"
|
|
19733
19733
|
}, this.attr), [
|
|
@@ -19756,7 +19756,7 @@ const Uh = {
|
|
|
19756
19756
|
};
|
|
19757
19757
|
function zh(t, n, e, i, o, r) {
|
|
19758
19758
|
const s = ce("ib-checkbox"), l = ce("ib-cell");
|
|
19759
|
-
return
|
|
19759
|
+
return G(), $e(l, {
|
|
19760
19760
|
fixed: e.fixed,
|
|
19761
19761
|
class: "ib-checkbox-cell"
|
|
19762
19762
|
}, {
|
|
@@ -19779,8 +19779,8 @@ const y1 = /* @__PURE__ */ Ae(Uh, [["render", zh]]), Li = new Lo(), Co = (t, n)
|
|
|
19779
19779
|
}
|
|
19780
19780
|
};
|
|
19781
19781
|
export {
|
|
19782
|
-
|
|
19783
|
-
|
|
19782
|
+
Gh as IbAccordion,
|
|
19783
|
+
fn as IbAlert,
|
|
19784
19784
|
Yh as IbAvatar,
|
|
19785
19785
|
Wh as IbBadge,
|
|
19786
19786
|
i1 as IbBreadcrumbs,
|
|
@@ -19819,9 +19819,9 @@ export {
|
|
|
19819
19819
|
Jh as IbTagPill,
|
|
19820
19820
|
g1 as IbTextEditor,
|
|
19821
19821
|
f1 as IbTextarea,
|
|
19822
|
-
|
|
19822
|
+
Gs as IbToggle,
|
|
19823
19823
|
ul as IbToggleTip,
|
|
19824
|
-
|
|
19824
|
+
cn as IbTooltip,
|
|
19825
19825
|
su as IbTreeSelect,
|
|
19826
19826
|
ki as OutsideDirective,
|
|
19827
19827
|
b1 as TextOverflowTooltipDirective,
|