@bagelink/vue 1.2.126 → 1.2.132
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/components/AddressSearch.vue.d.ts.map +1 -1
- package/dist/components/Carousel2.vue.d.ts +89 -0
- package/dist/components/Carousel2.vue.d.ts.map +1 -0
- package/dist/components/DragOver.vue.d.ts +1 -0
- package/dist/components/DragOver.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/Loading.vue.d.ts +1 -0
- package/dist/components/Loading.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +10 -5
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/Pill.vue.d.ts +2 -0
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts +2 -2
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/dataTable/useTableData.d.ts +10 -10
- package/dist/components/dataTable/useTableData.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +5 -1
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Upload/upload.types.d.ts +2 -0
- package/dist/components/form/inputs/Upload/upload.types.d.ts.map +1 -1
- package/dist/components/form/inputs/Upload/useFileUpload.d.ts +8 -1
- package/dist/components/form/inputs/Upload/useFileUpload.d.ts.map +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/form/inputs/index.d.ts.map +1 -1
- package/dist/index.cjs +599 -1008
- package/dist/index.mjs +599 -1008
- package/dist/style.css +1747 -1932
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/types/TableSchema.d.ts +1 -1
- package/dist/types/TableSchema.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +2 -2
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/DragOver.vue +21 -2
- package/src/components/ImportData.vue +34 -33
- package/src/components/Loading.vue +58 -50
- package/src/components/Modal.vue +10 -4
- package/src/components/Pill.vue +28 -5
- package/src/components/dataTable/DataTable.vue +5 -11
- package/src/components/dataTable/useTableData.ts +11 -10
- package/src/components/form/inputs/SelectInput.vue +1 -1
- package/src/components/form/inputs/Upload/UploadInput.vue +35 -47
- package/src/components/form/inputs/Upload/upload.css +12 -9
- package/src/components/form/inputs/Upload/upload.types.ts +2 -0
- package/src/components/form/inputs/Upload/useFileUpload.ts +35 -9
- package/src/components/form/inputs/index.ts +0 -1
- package/src/styles/layout.css +1466 -1460
- package/src/styles/theme.css +2 -1
- package/src/types/BagelForm.ts +2 -0
- package/src/types/TableSchema.ts +1 -1
- package/src/utils/BagelFormUtils.ts +2 -2
- package/dist/types/timeago.d.ts +0 -23
- package/dist/types/timeago.d.ts.map +0 -1
- package/src/components/form/inputs/FileUpload.vue +0 -724
package/dist/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
6
6
|
const vue = require("vue");
|
|
7
7
|
const vueRouter = require("vue-router");
|
|
8
|
-
const _sfc_main$
|
|
8
|
+
const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
9
9
|
__name: "Accordion",
|
|
10
10
|
setup(__props) {
|
|
11
11
|
const state2 = vue.reactive({
|
|
@@ -19,10 +19,10 @@ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
|
|
|
19
19
|
};
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
|
-
const _hoisted_1$
|
|
22
|
+
const _hoisted_1$14 = ["aria-expanded", "aria-controls"];
|
|
23
23
|
const _hoisted_2$P = { class: "accordion-label" };
|
|
24
24
|
const _hoisted_3$H = ["id", "aria-hidden"];
|
|
25
|
-
const _sfc_main$
|
|
25
|
+
const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
|
|
26
26
|
__name: "AccordionItem",
|
|
27
27
|
props: {
|
|
28
28
|
label: {},
|
|
@@ -96,7 +96,7 @@ const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
|
96
96
|
}, [
|
|
97
97
|
vue.createVNode(vue.unref(_sfc_main$v), { icon: computedIcon.value }, null, 8, ["icon"])
|
|
98
98
|
], 2)) : vue.createCommentVNode("", true)
|
|
99
|
-
], 8, _hoisted_1$
|
|
99
|
+
], 8, _hoisted_1$14),
|
|
100
100
|
vue.createVNode(vue.Transition, { name: "expand" }, {
|
|
101
101
|
default: vue.withCtx(() => [
|
|
102
102
|
vue.unref(isOpen) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -121,9 +121,9 @@ const _export_sfc = (sfc, props2) => {
|
|
|
121
121
|
}
|
|
122
122
|
return target;
|
|
123
123
|
};
|
|
124
|
-
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
125
|
-
const _hoisted_1$
|
|
126
|
-
const _sfc_main$
|
|
124
|
+
const AccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-3334f637"]]);
|
|
125
|
+
const _hoisted_1$13 = { class: "relative" };
|
|
126
|
+
const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
127
127
|
__name: "AddressSearch",
|
|
128
128
|
emits: ["addressSelected"],
|
|
129
129
|
setup(__props, { emit: __emit }) {
|
|
@@ -145,8 +145,8 @@ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
|
|
|
145
145
|
(_a = suggestion.value) == null ? void 0 : _a.show();
|
|
146
146
|
}
|
|
147
147
|
return (_ctx, _cache) => {
|
|
148
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
149
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
148
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$13, [
|
|
149
|
+
vue.createVNode(vue.unref(_sfc_main$Z), {
|
|
150
150
|
ref_key: "suggestion",
|
|
151
151
|
ref: suggestion,
|
|
152
152
|
noAutoFocus: true,
|
|
@@ -181,11 +181,11 @@ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
|
|
|
181
181
|
};
|
|
182
182
|
}
|
|
183
183
|
});
|
|
184
|
-
const _hoisted_1$
|
|
184
|
+
const _hoisted_1$12 = {
|
|
185
185
|
key: 1,
|
|
186
186
|
class: "bgl_btn-flex"
|
|
187
187
|
};
|
|
188
|
-
const _sfc_main$
|
|
188
|
+
const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
|
|
189
189
|
__name: "Btn",
|
|
190
190
|
props: {
|
|
191
191
|
disabled: { type: Boolean, default: false },
|
|
@@ -254,7 +254,7 @@ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
|
254
254
|
key: 0,
|
|
255
255
|
class: "h-100p",
|
|
256
256
|
size: "15"
|
|
257
|
-
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
257
|
+
})) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$12, [
|
|
258
258
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
259
259
|
key: 0,
|
|
260
260
|
icon: _ctx.icon,
|
|
@@ -278,10 +278,10 @@ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
|
|
|
278
278
|
};
|
|
279
279
|
}
|
|
280
280
|
});
|
|
281
|
-
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
282
|
-
const _hoisted_1$
|
|
281
|
+
const Btn = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__scopeId", "data-v-99c4aa53"]]);
|
|
282
|
+
const _hoisted_1$11 = ["dismissable"];
|
|
283
283
|
const _hoisted_2$O = { class: "m-0" };
|
|
284
|
-
const _sfc_main$
|
|
284
|
+
const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
285
285
|
__name: "Alert",
|
|
286
286
|
props: {
|
|
287
287
|
message: {},
|
|
@@ -319,13 +319,13 @@ const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
|
|
|
319
319
|
icon: "close",
|
|
320
320
|
onClick: _cache[0] || (_cache[0] = ($event) => isDismissed.value = true)
|
|
321
321
|
})
|
|
322
|
-
], 10, _hoisted_1$
|
|
322
|
+
], 10, _hoisted_1$11)) : vue.createCommentVNode("", true);
|
|
323
323
|
};
|
|
324
324
|
}
|
|
325
325
|
});
|
|
326
|
-
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
327
|
-
const _hoisted_1$
|
|
328
|
-
const _sfc_main$
|
|
326
|
+
const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__scopeId", "data-v-15c4ee95"]]);
|
|
327
|
+
const _hoisted_1$10 = ["src", "alt"];
|
|
328
|
+
const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
|
|
329
329
|
__name: "Avatar",
|
|
330
330
|
props: {
|
|
331
331
|
fallback: {},
|
|
@@ -343,7 +343,7 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
|
343
343
|
key: 0,
|
|
344
344
|
src: _ctx.src,
|
|
345
345
|
alt: _ctx.name
|
|
346
|
-
}, null, 8, _hoisted_1$
|
|
346
|
+
}, null, 8, _hoisted_1$10)) : (vue.openBlock(), vue.createElementBlock("p", {
|
|
347
347
|
key: 1,
|
|
348
348
|
style: vue.normalizeStyle({ "line-height": `${_ctx.size}px`, "font-size": `calc(1.5rem * ${_ctx.size} / 50)` })
|
|
349
349
|
}, vue.toDisplayString((_ctx.fallback || vue.unref(initials)(_ctx.name || "")).toUpperCase()), 5))
|
|
@@ -351,8 +351,8 @@ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
|
|
|
351
351
|
};
|
|
352
352
|
}
|
|
353
353
|
});
|
|
354
|
-
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
355
|
-
const _sfc_main$
|
|
354
|
+
const Avatar = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-b73b9e30"]]);
|
|
355
|
+
const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
356
356
|
__name: "Badge",
|
|
357
357
|
props: {
|
|
358
358
|
color: {},
|
|
@@ -381,11 +381,11 @@ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
|
|
|
381
381
|
};
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
|
-
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
385
|
-
const _hoisted_1
|
|
384
|
+
const Badge = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__scopeId", "data-v-689f051f"]]);
|
|
385
|
+
const _hoisted_1$$ = ["src"];
|
|
386
386
|
const _hoisted_2$N = ["autoplay", "muted", "loop", "controls", "playsinline"];
|
|
387
387
|
const _hoisted_3$G = ["src", "type"];
|
|
388
|
-
const _sfc_main$
|
|
388
|
+
const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
389
389
|
__name: "BglVideo",
|
|
390
390
|
props: {
|
|
391
391
|
src: {},
|
|
@@ -462,7 +462,7 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
|
462
462
|
allowfullscreen: "",
|
|
463
463
|
title: "Video",
|
|
464
464
|
allow: "autoplay"
|
|
465
|
-
}, null, 12, _hoisted_1
|
|
465
|
+
}, null, 12, _hoisted_1$$)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
466
466
|
key: 1,
|
|
467
467
|
ref_key: "video",
|
|
468
468
|
ref: video,
|
|
@@ -482,8 +482,8 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
|
|
|
482
482
|
};
|
|
483
483
|
}
|
|
484
484
|
});
|
|
485
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
486
|
-
const _sfc_main$
|
|
485
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-006552f6"]]);
|
|
486
|
+
const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
487
487
|
__name: "CalendarPopover",
|
|
488
488
|
props: {
|
|
489
489
|
event: {},
|
|
@@ -526,7 +526,7 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
|
526
526
|
}
|
|
527
527
|
return (_ctx, _cache) => {
|
|
528
528
|
const _directive_click_outside = vue.resolveDirective("click-outside");
|
|
529
|
-
return _ctx.show && _ctx.event ? vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
529
|
+
return _ctx.show && _ctx.event ? vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$14), {
|
|
530
530
|
key: 0,
|
|
531
531
|
ref_key: "popoverRef",
|
|
532
532
|
ref: popoverRef,
|
|
@@ -548,14 +548,14 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
|
548
548
|
};
|
|
549
549
|
}
|
|
550
550
|
});
|
|
551
|
-
const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
552
|
-
const _hoisted_1
|
|
551
|
+
const CalendarPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-6f51f6b3"]]);
|
|
552
|
+
const _hoisted_1$_ = { class: "agenda-view" };
|
|
553
553
|
const _hoisted_2$M = ["data-date", "onClick"];
|
|
554
554
|
const _hoisted_3$F = { class: "event-content" };
|
|
555
|
-
const _hoisted_4$
|
|
556
|
-
const _hoisted_5$
|
|
557
|
-
const _hoisted_6$
|
|
558
|
-
const _sfc_main$
|
|
555
|
+
const _hoisted_4$r = { class: "event-time" };
|
|
556
|
+
const _hoisted_5$q = { class: "event-details" };
|
|
557
|
+
const _hoisted_6$m = { class: "event-title" };
|
|
558
|
+
const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
559
559
|
__name: "AgendaView",
|
|
560
560
|
props: {
|
|
561
561
|
events: {},
|
|
@@ -653,7 +653,7 @@ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
|
653
653
|
}
|
|
654
654
|
});
|
|
655
655
|
return (_ctx, _cache) => {
|
|
656
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1
|
|
656
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$_, [
|
|
657
657
|
_cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "agenda-header" }, [
|
|
658
658
|
vue.createElementVNode("div", { class: "time-column" }, " Time "),
|
|
659
659
|
vue.createElementVNode("div", { class: "event-column" }, " Event ")
|
|
@@ -675,9 +675,9 @@ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
|
675
675
|
onClick: vue.withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
|
|
676
676
|
}, [
|
|
677
677
|
vue.createElementVNode("div", _hoisted_3$F, [
|
|
678
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
679
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
680
|
-
vue.createElementVNode("div", _hoisted_6$
|
|
678
|
+
vue.createElementVNode("div", _hoisted_4$r, vue.toDisplayString(vue.unref(formatDate)(event.start_time, { fmt: "HH:mm" })), 1),
|
|
679
|
+
vue.createElementVNode("div", _hoisted_5$q, [
|
|
680
|
+
vue.createElementVNode("div", _hoisted_6$m, vue.toDisplayString(event.title), 1),
|
|
681
681
|
vue.createElementVNode("div", {
|
|
682
682
|
class: vue.normalizeClass(["event-day", { today: event.isToday }])
|
|
683
683
|
}, vue.toDisplayString(event.dayLabel), 3)
|
|
@@ -690,20 +690,20 @@ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
|
690
690
|
};
|
|
691
691
|
}
|
|
692
692
|
});
|
|
693
|
-
const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
694
|
-
const _hoisted_1$
|
|
693
|
+
const AgendaView = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-1e2b483b"]]);
|
|
694
|
+
const _hoisted_1$Z = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
|
|
695
695
|
const _hoisted_2$L = { class: "border-bottom me-1 txt-center p-05 dayGrid" };
|
|
696
696
|
const _hoisted_3$E = { class: "overflow h-100p pe-05" };
|
|
697
|
-
const _hoisted_4$
|
|
698
|
-
const _hoisted_5$
|
|
699
|
-
const _hoisted_6$
|
|
700
|
-
const _hoisted_7$
|
|
701
|
-
const _hoisted_8$
|
|
697
|
+
const _hoisted_4$q = { class: "time-column" };
|
|
698
|
+
const _hoisted_5$p = { class: "events-column" };
|
|
699
|
+
const _hoisted_6$l = ["onClick"];
|
|
700
|
+
const _hoisted_7$h = { class: "event-content" };
|
|
701
|
+
const _hoisted_8$b = { class: "white-space ellipsis-1" };
|
|
702
702
|
const _hoisted_9$8 = { class: "event-time opacity-8" };
|
|
703
|
-
const _hoisted_10$
|
|
703
|
+
const _hoisted_10$6 = { class: "color-primary txt-12 p-025" };
|
|
704
704
|
const slotHeight$1 = 60;
|
|
705
705
|
const slotDuration$1 = 60;
|
|
706
|
-
const _sfc_main$
|
|
706
|
+
const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
707
707
|
__name: "DayView",
|
|
708
708
|
props: {
|
|
709
709
|
events: {},
|
|
@@ -837,7 +837,7 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
839
|
return (_ctx, _cache) => {
|
|
840
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
840
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Z, [
|
|
841
841
|
vue.createElementVNode("div", _hoisted_2$L, [
|
|
842
842
|
_cache[0] || (_cache[0] = vue.createElementVNode("div", null, null, -1)),
|
|
843
843
|
vue.createElementVNode("div", null, vue.toDisplayString(vue.unref(formatDate)(_ctx.startDate)), 1)
|
|
@@ -847,7 +847,7 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
847
847
|
class: "time-slots dayGrid border-end relative",
|
|
848
848
|
onMousedown: handleMouseDown
|
|
849
849
|
}, [
|
|
850
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
850
|
+
vue.createElementVNode("div", _hoisted_4$q, [
|
|
851
851
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timeSlots.value, (slot) => {
|
|
852
852
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
853
853
|
key: slot.time,
|
|
@@ -856,7 +856,7 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
856
856
|
}, vue.toDisplayString(slot.time), 5);
|
|
857
857
|
}), 128))
|
|
858
858
|
]),
|
|
859
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
859
|
+
vue.createElementVNode("div", _hoisted_5$p, [
|
|
860
860
|
isToday.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
861
861
|
key: 0,
|
|
862
862
|
class: "absolute end w-100p z-2 flex pointer-events-none",
|
|
@@ -876,11 +876,11 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
876
876
|
}),
|
|
877
877
|
onClick: vue.withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
|
|
878
878
|
}, [
|
|
879
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
880
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
879
|
+
vue.createElementVNode("div", _hoisted_7$h, [
|
|
880
|
+
vue.createElementVNode("div", _hoisted_8$b, vue.toDisplayString(event.title), 1),
|
|
881
881
|
vue.createElementVNode("div", _hoisted_9$8, vue.toDisplayString(vue.unref(formatDate)(new Date(event.start_time), { fmt: "HH:mm" })) + " - " + vue.toDisplayString(vue.unref(formatDate)(new Date(event.end_time), { fmt: "HH:mm" })), 1)
|
|
882
882
|
])
|
|
883
|
-
], 12, _hoisted_6$
|
|
883
|
+
], 12, _hoisted_6$l);
|
|
884
884
|
}), 128))
|
|
885
885
|
]),
|
|
886
886
|
dragState.value.isDragging && dragState.value.start && dragState.value.end ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -893,7 +893,7 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
893
893
|
right: "10px"
|
|
894
894
|
})
|
|
895
895
|
}, [
|
|
896
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
896
|
+
vue.createElementVNode("div", _hoisted_10$6, vue.toDisplayString(dragState.value.startTime ? vue.unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + vue.toDisplayString(dragState.value.endTime ? vue.unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
|
|
897
897
|
], 4)) : vue.createCommentVNode("", true)
|
|
898
898
|
], 32)
|
|
899
899
|
]),
|
|
@@ -902,20 +902,20 @@ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
|
|
|
902
902
|
};
|
|
903
903
|
}
|
|
904
904
|
});
|
|
905
|
-
const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
906
|
-
const _hoisted_1$
|
|
905
|
+
const DayView = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-8b1a770f"]]);
|
|
906
|
+
const _hoisted_1$Y = { class: "month-view" };
|
|
907
907
|
const _hoisted_2$K = { class: "month-header" };
|
|
908
908
|
const _hoisted_3$D = { class: "month-grid" };
|
|
909
|
-
const _hoisted_4$
|
|
910
|
-
const _hoisted_5$
|
|
911
|
-
const _hoisted_6$
|
|
909
|
+
const _hoisted_4$p = { class: "day-number" };
|
|
910
|
+
const _hoisted_5$o = { class: "day-events" };
|
|
911
|
+
const _hoisted_6$k = {
|
|
912
912
|
key: 0,
|
|
913
913
|
class: "event-dot"
|
|
914
914
|
};
|
|
915
|
-
const _hoisted_7$
|
|
916
|
-
const _hoisted_8$
|
|
915
|
+
const _hoisted_7$g = ["onClick"];
|
|
916
|
+
const _hoisted_8$a = { class: "event-title" };
|
|
917
917
|
const _hoisted_9$7 = { class: "event-time" };
|
|
918
|
-
const _sfc_main$
|
|
918
|
+
const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
919
919
|
__name: "MonthView",
|
|
920
920
|
props: {
|
|
921
921
|
events: {},
|
|
@@ -989,7 +989,7 @@ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
|
989
989
|
}
|
|
990
990
|
}
|
|
991
991
|
return (_ctx, _cache) => {
|
|
992
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
992
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Y, [
|
|
993
993
|
vue.createElementVNode("div", _hoisted_2$K, [
|
|
994
994
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(weekDays.value, (day) => {
|
|
995
995
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -1008,10 +1008,10 @@ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1008
1008
|
"other-month": !day.isCurrentMonth
|
|
1009
1009
|
}])
|
|
1010
1010
|
}, [
|
|
1011
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
1012
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
1011
|
+
vue.createElementVNode("div", _hoisted_4$p, vue.toDisplayString(vue.unref(fmtDate)(day.date, { fmt: "DD" })), 1),
|
|
1012
|
+
vue.createElementVNode("div", _hoisted_5$o, [
|
|
1013
1013
|
isMobile.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1014
|
-
day.events.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
1014
|
+
day.events.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$k)) : vue.createCommentVNode("", true)
|
|
1015
1015
|
], 64)) : (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(day.events, (event) => {
|
|
1016
1016
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
1017
1017
|
key: event.id,
|
|
@@ -1019,9 +1019,9 @@ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1019
1019
|
style: vue.normalizeStyle({ backgroundColor: event.color || "var(--bgl-primary)" }),
|
|
1020
1020
|
onClick: vue.withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
|
|
1021
1021
|
}, [
|
|
1022
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
1022
|
+
vue.createElementVNode("div", _hoisted_8$a, vue.toDisplayString(event.title), 1),
|
|
1023
1023
|
vue.createElementVNode("div", _hoisted_9$7, vue.toDisplayString(vue.unref(fmtDate)(event.start_time, { fmt: "HH:mm" })), 1)
|
|
1024
|
-
], 12, _hoisted_7$
|
|
1024
|
+
], 12, _hoisted_7$g);
|
|
1025
1025
|
}), 128))
|
|
1026
1026
|
])
|
|
1027
1027
|
], 2);
|
|
@@ -1031,18 +1031,18 @@ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1031
1031
|
};
|
|
1032
1032
|
}
|
|
1033
1033
|
});
|
|
1034
|
-
const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1035
|
-
const _hoisted_1$
|
|
1034
|
+
const MonthView = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-0b1117c4"]]);
|
|
1035
|
+
const _hoisted_1$X = { class: "w-100p overflow-hidden m_overflow h-100p grid" };
|
|
1036
1036
|
const _hoisted_2$J = { class: "overflow h-100p pe-05" };
|
|
1037
1037
|
const _hoisted_3$C = ["onMousedown"];
|
|
1038
|
-
const _hoisted_4$
|
|
1039
|
-
const _hoisted_5$
|
|
1040
|
-
const _hoisted_6$
|
|
1041
|
-
const _hoisted_7$
|
|
1042
|
-
const _hoisted_8$
|
|
1038
|
+
const _hoisted_4$o = ["onClick"];
|
|
1039
|
+
const _hoisted_5$n = { class: "overflow-hidden color-white p-025 txt12 h-100p" };
|
|
1040
|
+
const _hoisted_6$j = { class: "white-space ellipsis-1" };
|
|
1041
|
+
const _hoisted_7$f = { class: "txt10 opacity-8 user-select-none" };
|
|
1042
|
+
const _hoisted_8$9 = { class: "color-primary txt-12 p-025" };
|
|
1043
1043
|
const slotHeight = 60;
|
|
1044
1044
|
const slotDuration = 60;
|
|
1045
|
-
const _sfc_main$
|
|
1045
|
+
const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
1046
1046
|
__name: "WeekView",
|
|
1047
1047
|
props: {
|
|
1048
1048
|
events: { default: () => [] },
|
|
@@ -1296,7 +1296,7 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1296
1296
|
}
|
|
1297
1297
|
});
|
|
1298
1298
|
return (_ctx, _cache) => {
|
|
1299
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1299
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$X, [
|
|
1300
1300
|
vue.createElementVNode("div", {
|
|
1301
1301
|
ref_key: "calendarGrid",
|
|
1302
1302
|
ref: calendarGrid,
|
|
@@ -1367,11 +1367,11 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1367
1367
|
}, ["stop"])),
|
|
1368
1368
|
onClick: vue.withModifiers(($event) => handleEventSelection(event, $event), ["stop"])
|
|
1369
1369
|
}, [
|
|
1370
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
1371
|
-
vue.createElementVNode("div", _hoisted_6$
|
|
1372
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
1370
|
+
vue.createElementVNode("div", _hoisted_5$n, [
|
|
1371
|
+
vue.createElementVNode("div", _hoisted_6$j, vue.toDisplayString(event.title), 1),
|
|
1372
|
+
vue.createElementVNode("div", _hoisted_7$f, vue.toDisplayString(vue.unref(formatDate)(event.start_time, { fmt: "HH:mm" })) + " - " + vue.toDisplayString(vue.unref(formatDate)(event.end_time, { fmt: "HH:mm" })), 1)
|
|
1373
1373
|
])
|
|
1374
|
-
], 44, _hoisted_4$
|
|
1374
|
+
], 44, _hoisted_4$o);
|
|
1375
1375
|
}), 128))
|
|
1376
1376
|
], 40, _hoisted_3$C);
|
|
1377
1377
|
}), 128)),
|
|
@@ -1385,7 +1385,7 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1385
1385
|
height: `${Math.abs(dragState.value.end.y - dragState.value.start.y)}px`
|
|
1386
1386
|
})
|
|
1387
1387
|
}, [
|
|
1388
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
1388
|
+
vue.createElementVNode("div", _hoisted_8$9, vue.toDisplayString(dragState.value.startTime ? vue.unref(formatDate)(dragState.value.startTime, { fmt: "HH:mm" }) : "") + " - " + vue.toDisplayString(dragState.value.endTime ? vue.unref(formatDate)(dragState.value.endTime, { fmt: "HH:mm" }) : ""), 1)
|
|
1389
1389
|
], 4)) : vue.createCommentVNode("", true)
|
|
1390
1390
|
], 512)
|
|
1391
1391
|
]),
|
|
@@ -1394,12 +1394,12 @@ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1394
1394
|
};
|
|
1395
1395
|
}
|
|
1396
1396
|
});
|
|
1397
|
-
const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1398
|
-
const _hoisted_1$
|
|
1397
|
+
const WeekView = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-2d5bca17"]]);
|
|
1398
|
+
const _hoisted_1$W = { class: "calendar" };
|
|
1399
1399
|
const _hoisted_2$I = { class: "flex m_block m_pb-1" };
|
|
1400
1400
|
const _hoisted_3$B = { class: "txt-light my-0" };
|
|
1401
|
-
const _hoisted_4$
|
|
1402
|
-
const _sfc_main$
|
|
1401
|
+
const _hoisted_4$n = { class: "ms-auto flex gap-025" };
|
|
1402
|
+
const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
1403
1403
|
__name: "Index",
|
|
1404
1404
|
props: {
|
|
1405
1405
|
events: { default: () => [] },
|
|
@@ -1491,14 +1491,14 @@ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1491
1491
|
emit2("ready", state2.value);
|
|
1492
1492
|
});
|
|
1493
1493
|
return (_ctx, _cache) => {
|
|
1494
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
1494
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$W, [
|
|
1495
1495
|
vue.createElementVNode("div", _hoisted_2$I, [
|
|
1496
1496
|
vue.createElementVNode("h3", _hoisted_3$B, [
|
|
1497
1497
|
vue.createElementVNode("b", null, vue.toDisplayString(vue.unref(fmtDate)(currentDate.value, { fmt: "MMMM" })), 1),
|
|
1498
1498
|
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(fmtDate)(currentDate.value, { fmt: "YYYY" })), 1)
|
|
1499
1499
|
]),
|
|
1500
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
1501
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
1500
|
+
vue.createElementVNode("div", _hoisted_4$n, [
|
|
1501
|
+
vue.createVNode(vue.unref(_sfc_main$Z), {
|
|
1502
1502
|
thin: "",
|
|
1503
1503
|
value: currentView.value,
|
|
1504
1504
|
iconEnd: "keyboard_arrow_down",
|
|
@@ -1569,12 +1569,12 @@ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1569
1569
|
};
|
|
1570
1570
|
}
|
|
1571
1571
|
});
|
|
1572
|
-
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1573
|
-
const _hoisted_1$
|
|
1572
|
+
const Index = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-840b6594"]]);
|
|
1573
|
+
const _hoisted_1$V = {
|
|
1574
1574
|
key: 0,
|
|
1575
1575
|
class: "card_label"
|
|
1576
1576
|
};
|
|
1577
|
-
const _sfc_main$
|
|
1577
|
+
const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
1578
1578
|
__name: "Card",
|
|
1579
1579
|
props: {
|
|
1580
1580
|
label: {},
|
|
@@ -1603,7 +1603,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1603
1603
|
}])
|
|
1604
1604
|
}, {
|
|
1605
1605
|
default: vue.withCtx(() => [
|
|
1606
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$
|
|
1606
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$V, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
1607
1607
|
vue.renderSlot(_ctx.$slots, "default")
|
|
1608
1608
|
]),
|
|
1609
1609
|
_: 3
|
|
@@ -1613,7 +1613,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1613
1613
|
};
|
|
1614
1614
|
}
|
|
1615
1615
|
});
|
|
1616
|
-
const _hoisted_1$
|
|
1616
|
+
const _hoisted_1$U = ["dir"];
|
|
1617
1617
|
const _hoisted_2$H = {
|
|
1618
1618
|
key: 0,
|
|
1619
1619
|
class: "dots"
|
|
@@ -1621,7 +1621,7 @@ const _hoisted_2$H = {
|
|
|
1621
1621
|
const _hoisted_3$A = ["onClick"];
|
|
1622
1622
|
const GAP_PERCENT = 1;
|
|
1623
1623
|
const VELOCITY_SAMPLE_DURATION = 100;
|
|
1624
|
-
const _sfc_main$
|
|
1624
|
+
const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
|
|
1625
1625
|
__name: "Carousel",
|
|
1626
1626
|
props: {
|
|
1627
1627
|
autoHeight: { type: Boolean, default: false },
|
|
@@ -2086,11 +2086,11 @@ const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
|
|
|
2086
2086
|
}, void 0, true)
|
|
2087
2087
|
])
|
|
2088
2088
|
], 2)
|
|
2089
|
-
], 8, _hoisted_1$
|
|
2089
|
+
], 8, _hoisted_1$U);
|
|
2090
2090
|
};
|
|
2091
2091
|
}
|
|
2092
2092
|
});
|
|
2093
|
-
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2093
|
+
const Carousel = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-406c405d"]]);
|
|
2094
2094
|
function _isPlaceholder(a2) {
|
|
2095
2095
|
return a2 != null && typeof a2 === "object" && a2["@@functional/placeholder"] === true;
|
|
2096
2096
|
}
|
|
@@ -7001,7 +7001,7 @@ const _hoisted_4$2$1 = {
|
|
|
7001
7001
|
};
|
|
7002
7002
|
const _hoisted_5$2$1 = ["x1", "y1", "x2", "y2"];
|
|
7003
7003
|
const _hoisted_6$2$1 = ["x1", "y1", "x2", "y2"];
|
|
7004
|
-
const _hoisted_7$
|
|
7004
|
+
const _hoisted_7$e = ["x1", "y1", "x2", "y2"];
|
|
7005
7005
|
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7006
7006
|
return _ctx.data.length ? (vue.openBlock(), vue.createElementBlock("g", {
|
|
7007
7007
|
key: 0,
|
|
@@ -7057,7 +7057,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7057
7057
|
y1: _ctx.canvas.y,
|
|
7058
7058
|
x2: _ctx.canvas.width - 1,
|
|
7059
7059
|
y2: _ctx.canvas.height
|
|
7060
|
-
}, null, 8, _hoisted_7$
|
|
7060
|
+
}, null, 8, _hoisted_7$e)
|
|
7061
7061
|
])
|
|
7062
7062
|
], 8, _hoisted_1$4$1)) : vue.createCommentVNode("v-if", true);
|
|
7063
7063
|
}
|
|
@@ -7925,9 +7925,9 @@ const _hoisted_1$1$1 = {
|
|
|
7925
7925
|
};
|
|
7926
7926
|
const _hoisted_2$1$1 = ["width", "height", "viewBox"];
|
|
7927
7927
|
const _hoisted_3$z = { class: "layer-rectangles" };
|
|
7928
|
-
const _hoisted_4$
|
|
7929
|
-
const _hoisted_5$
|
|
7930
|
-
const _hoisted_6$
|
|
7928
|
+
const _hoisted_4$m = ["transform", "onMouseover"];
|
|
7929
|
+
const _hoisted_5$m = ["width", "height"];
|
|
7930
|
+
const _hoisted_6$i = {
|
|
7931
7931
|
x: 0 + 10,
|
|
7932
7932
|
y: 0 + 20,
|
|
7933
7933
|
"font-size": `15px`,
|
|
@@ -7963,21 +7963,21 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7963
7963
|
y: 0,
|
|
7964
7964
|
width: r2.width,
|
|
7965
7965
|
height: r2.height
|
|
7966
|
-
}), null, 16, _hoisted_5$
|
|
7966
|
+
}), null, 16, _hoisted_5$m),
|
|
7967
7967
|
vue.renderSlot(_ctx.$slots, "text", {
|
|
7968
7968
|
r: r2,
|
|
7969
7969
|
selected: _ctx.selected === i2
|
|
7970
7970
|
}, () => [
|
|
7971
7971
|
vue.createElementVNode(
|
|
7972
7972
|
"text",
|
|
7973
|
-
_hoisted_6$
|
|
7973
|
+
_hoisted_6$i,
|
|
7974
7974
|
vue.toDisplayString(r2.data.name),
|
|
7975
7975
|
1
|
|
7976
7976
|
/* TEXT */
|
|
7977
7977
|
)
|
|
7978
7978
|
])
|
|
7979
7979
|
])
|
|
7980
|
-
], 42, _hoisted_4$
|
|
7980
|
+
], 42, _hoisted_4$m);
|
|
7981
7981
|
}),
|
|
7982
7982
|
128
|
|
7983
7983
|
/* KEYED_FRAGMENT */
|
|
@@ -8034,13 +8034,13 @@ var script = vue.defineComponent({
|
|
|
8034
8034
|
return { bar, canvas, direction, mouse };
|
|
8035
8035
|
}
|
|
8036
8036
|
});
|
|
8037
|
-
const _hoisted_1$
|
|
8037
|
+
const _hoisted_1$T = {
|
|
8038
8038
|
key: 0,
|
|
8039
8039
|
class: "layer-hover-bar"
|
|
8040
8040
|
};
|
|
8041
8041
|
const _hoisted_2$G = ["x", "y", "width", "height"];
|
|
8042
8042
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8043
|
-
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$
|
|
8043
|
+
return _ctx.mouse.hover ? (vue.openBlock(), vue.createElementBlock("g", _hoisted_1$T, [
|
|
8044
8044
|
vue.createElementVNode("rect", vue.mergeProps({ class: "hover-bar" }, _ctx.barStyle, {
|
|
8045
8045
|
x: _ctx.bar.x,
|
|
8046
8046
|
y: _ctx.bar.y,
|
|
@@ -8052,7 +8052,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8052
8052
|
script.render = render;
|
|
8053
8053
|
script.__file = "src/components/HoverBar/index.vue";
|
|
8054
8054
|
const BRAND_COLOR = "var(--bgl-primary)";
|
|
8055
|
-
const _sfc_main$
|
|
8055
|
+
const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
8056
8056
|
__name: "Lineart",
|
|
8057
8057
|
props: {
|
|
8058
8058
|
data: {},
|
|
@@ -8220,8 +8220,8 @@ ${indent}}`;
|
|
|
8220
8220
|
text: TextInput,
|
|
8221
8221
|
textarea: TextInput,
|
|
8222
8222
|
number: NumberInput,
|
|
8223
|
-
array: _sfc_main$
|
|
8224
|
-
color: _sfc_main$
|
|
8223
|
+
array: _sfc_main$U,
|
|
8224
|
+
color: _sfc_main$Q,
|
|
8225
8225
|
tel: TelInput,
|
|
8226
8226
|
select: SelectInput,
|
|
8227
8227
|
toggle: ToggleInput,
|
|
@@ -8229,9 +8229,9 @@ ${indent}}`;
|
|
|
8229
8229
|
richtext: RichText,
|
|
8230
8230
|
upload: UploadInput,
|
|
8231
8231
|
file: UploadInput,
|
|
8232
|
-
date: _sfc_main$
|
|
8232
|
+
date: _sfc_main$O,
|
|
8233
8233
|
tabs: TabsNav,
|
|
8234
|
-
form: _sfc_main$
|
|
8234
|
+
form: _sfc_main$W,
|
|
8235
8235
|
range: RangeInput,
|
|
8236
8236
|
email: EmailInput
|
|
8237
8237
|
};
|
|
@@ -8390,7 +8390,7 @@ function useTableData(options) {
|
|
|
8390
8390
|
function resolveSchema() {
|
|
8391
8391
|
try {
|
|
8392
8392
|
schemaState.value = "loading";
|
|
8393
|
-
const dataValue = options.data
|
|
8393
|
+
const dataValue = vue.toValue(options.data) || [];
|
|
8394
8394
|
const schema = useBglSchema({
|
|
8395
8395
|
schema: vue.toValue(options.schema),
|
|
8396
8396
|
columns: vue.toValue(options.columns),
|
|
@@ -8464,12 +8464,11 @@ function useTableData(options) {
|
|
|
8464
8464
|
}
|
|
8465
8465
|
const computedSortField = vue.computed(() => sortField.value ? `_transformed_${sortField.value}` : "");
|
|
8466
8466
|
const computedData = vue.computed(() => {
|
|
8467
|
-
const currentData = options.data
|
|
8467
|
+
const currentData = vue.toValue(options.data) || [];
|
|
8468
8468
|
if (!Array.isArray(currentData) || currentData.length === 0) {
|
|
8469
8469
|
return [];
|
|
8470
8470
|
}
|
|
8471
|
-
|
|
8472
|
-
if (!sortField.value || useServerSortValue.value === true) {
|
|
8471
|
+
if (!sortField.value || vue.toValue(options.useServerSort) === true) {
|
|
8473
8472
|
return currentData.map(transform);
|
|
8474
8473
|
}
|
|
8475
8474
|
return currentData.map(transform).sort((a2, z2) => {
|
|
@@ -8514,19 +8513,19 @@ function useTableData(options) {
|
|
|
8514
8513
|
schemaState: vue.computed(() => schemaState.value)
|
|
8515
8514
|
};
|
|
8516
8515
|
}
|
|
8517
|
-
const _hoisted_1$
|
|
8516
|
+
const _hoisted_1$S = { class: "data-preview" };
|
|
8518
8517
|
const _hoisted_2$F = {
|
|
8519
8518
|
key: 1,
|
|
8520
8519
|
class: "empty-preview"
|
|
8521
8520
|
};
|
|
8522
|
-
const _sfc_main$
|
|
8521
|
+
const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
8523
8522
|
__name: "DataPreview",
|
|
8524
8523
|
props: {
|
|
8525
8524
|
modelValue: {},
|
|
8526
8525
|
includeUnset: { type: Boolean },
|
|
8527
8526
|
schema: {},
|
|
8528
8527
|
columns: {},
|
|
8529
|
-
useServerSort: {},
|
|
8528
|
+
useServerSort: { type: Boolean },
|
|
8530
8529
|
selectable: { type: Boolean },
|
|
8531
8530
|
onLastItemVisible: { type: Function }
|
|
8532
8531
|
},
|
|
@@ -8561,7 +8560,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
8561
8560
|
onUpdateModelValue: void 0
|
|
8562
8561
|
});
|
|
8563
8562
|
return (_ctx, _cache) => {
|
|
8564
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
8563
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$S, [
|
|
8565
8564
|
vue.unref(computedSchema) && vue.unref(computedSchema).length > 0 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(vue.unref(computedSchema), (field) => {
|
|
8566
8565
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(vue.unref(renderField)(field, vue.unref(slots))), {
|
|
8567
8566
|
key: field.id
|
|
@@ -8571,7 +8570,7 @@ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
|
|
|
8571
8570
|
};
|
|
8572
8571
|
}
|
|
8573
8572
|
});
|
|
8574
|
-
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
8573
|
+
const DataPreview = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__scopeId", "data-v-d084907a"]]);
|
|
8575
8574
|
function useTableSelection(options) {
|
|
8576
8575
|
const allSelectorEl = vue.ref();
|
|
8577
8576
|
const computedSelectedItems = vue.computed(() => options.selectedItems.value);
|
|
@@ -9503,26 +9502,26 @@ function useTableVirtualization(options) {
|
|
|
9503
9502
|
registerLastItemObserver
|
|
9504
9503
|
};
|
|
9505
9504
|
}
|
|
9506
|
-
const _hoisted_1$
|
|
9505
|
+
const _hoisted_1$R = {
|
|
9507
9506
|
key: 0,
|
|
9508
9507
|
class: "loading-table-wrapper z-99 h-100 w-100 absolute inset"
|
|
9509
9508
|
};
|
|
9510
9509
|
const _hoisted_2$E = { class: "infinite-wrapper" };
|
|
9511
9510
|
const _hoisted_3$y = { class: "row first-row" };
|
|
9512
|
-
const _hoisted_4$
|
|
9513
|
-
const _hoisted_5$
|
|
9514
|
-
const _hoisted_6$
|
|
9515
|
-
const _hoisted_7$
|
|
9516
|
-
const _hoisted_8$
|
|
9511
|
+
const _hoisted_4$l = { key: 0 };
|
|
9512
|
+
const _hoisted_5$l = ["onClick"];
|
|
9513
|
+
const _hoisted_6$h = { class: "flex" };
|
|
9514
|
+
const _hoisted_7$d = ["onClick"];
|
|
9515
|
+
const _hoisted_8$8 = { key: 0 };
|
|
9517
9516
|
const _hoisted_9$6 = ["value"];
|
|
9518
|
-
const _hoisted_10$
|
|
9519
|
-
const _sfc_main$
|
|
9517
|
+
const _hoisted_10$5 = { key: 1 };
|
|
9518
|
+
const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
|
|
9520
9519
|
__name: "DataTable",
|
|
9521
9520
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
9522
9521
|
data: {},
|
|
9523
9522
|
schema: {},
|
|
9524
9523
|
columns: {},
|
|
9525
|
-
useServerSort: {},
|
|
9524
|
+
useServerSort: { type: Boolean },
|
|
9526
9525
|
selectable: { type: Boolean },
|
|
9527
9526
|
onLastItemVisible: { type: Function }
|
|
9528
9527
|
}, {
|
|
@@ -9536,7 +9535,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9536
9535
|
emits: /* @__PURE__ */ vue.mergeModels(["orderBy", "select", "lastItemVisible"], ["update:loading", "update:itemHeight", "update:selectedItems"]),
|
|
9537
9536
|
setup(__props, { emit: __emit }) {
|
|
9538
9537
|
vue.useCssVars((_ctx) => ({
|
|
9539
|
-
"
|
|
9538
|
+
"25c2d418": vue.unref(computedItemHeight)
|
|
9540
9539
|
}));
|
|
9541
9540
|
const props2 = __props;
|
|
9542
9541
|
const emit2 = __emit;
|
|
@@ -9544,10 +9543,6 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9544
9543
|
const loading = vue.useModel(__props, "loading");
|
|
9545
9544
|
const itemHeight = vue.useModel(__props, "itemHeight");
|
|
9546
9545
|
const selectedItems = vue.useModel(__props, "selectedItems");
|
|
9547
|
-
const data2 = vue.computed(() => props2.data);
|
|
9548
|
-
const schema = vue.computed(() => props2.schema);
|
|
9549
|
-
const columns = vue.computed(() => props2.columns);
|
|
9550
|
-
const useServerSort = vue.computed(() => props2.useServerSort);
|
|
9551
9546
|
const {
|
|
9552
9547
|
computedSchema,
|
|
9553
9548
|
computedData,
|
|
@@ -9556,10 +9551,10 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9556
9551
|
toggleSort,
|
|
9557
9552
|
cleanTransformedData
|
|
9558
9553
|
} = useTableData({
|
|
9559
|
-
data:
|
|
9560
|
-
schema,
|
|
9561
|
-
columns,
|
|
9562
|
-
useServerSort,
|
|
9554
|
+
data: vue.computed(() => props2.data),
|
|
9555
|
+
schema: vue.computed(() => vue.toValue(props2.schema)),
|
|
9556
|
+
columns: vue.computed(() => vue.toValue(props2.columns)),
|
|
9557
|
+
useServerSort: vue.computed(() => vue.toValue(props2.useServerSort)),
|
|
9563
9558
|
onSort: (field, direction) => {
|
|
9564
9559
|
emit2("orderBy", `${field.trim()} ${direction.trim()}`);
|
|
9565
9560
|
}
|
|
@@ -9636,7 +9631,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9636
9631
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "table-list-wrap h-100" }, vue.unref(containerProps), {
|
|
9637
9632
|
class: { "loading-table": showLoading.value }
|
|
9638
9633
|
}), [
|
|
9639
|
-
showLoading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
9634
|
+
showLoading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$R, _cache[4] || (_cache[4] = [
|
|
9640
9635
|
vue.createElementVNode("div", { class: "loading-table-animation fixed oval top-7" }, null, -1)
|
|
9641
9636
|
]))) : vue.createCommentVNode("", true),
|
|
9642
9637
|
vue.createElementVNode("div", vue.mergeProps(vue.unref(wrapperProps), {
|
|
@@ -9644,7 +9639,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9644
9639
|
}), [
|
|
9645
9640
|
vue.createElementVNode("table", _hoisted_2$E, [
|
|
9646
9641
|
vue.createElementVNode("thead", _hoisted_3$y, [
|
|
9647
|
-
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_4$
|
|
9642
|
+
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("th", _hoisted_4$l, [
|
|
9648
9643
|
vue.createElementVNode("input", {
|
|
9649
9644
|
ref_key: "allSelectorEl",
|
|
9650
9645
|
ref: allSelectorEl,
|
|
@@ -9660,7 +9655,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9660
9655
|
class: "col",
|
|
9661
9656
|
onClick: ($event) => vue.unref(toggleSort)((field == null ? void 0 : field.id) || "")
|
|
9662
9657
|
}, [
|
|
9663
|
-
vue.createElementVNode("div", _hoisted_6$
|
|
9658
|
+
vue.createElementVNode("div", _hoisted_6$h, [
|
|
9664
9659
|
vue.createTextVNode(vue.toDisplayString(field.label || vue.unref(keyToLabel)(field == null ? void 0 : field.id)) + " ", 1),
|
|
9665
9660
|
vue.createElementVNode("div", {
|
|
9666
9661
|
class: vue.normalizeClass(["list-arrows", { sorted: vue.unref(sortField) === (field == null ? void 0 : field.id) }])
|
|
@@ -9671,7 +9666,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9671
9666
|
}, null, 8, ["class"])
|
|
9672
9667
|
], 2)
|
|
9673
9668
|
])
|
|
9674
|
-
], 8, _hoisted_5$
|
|
9669
|
+
], 8, _hoisted_5$l);
|
|
9675
9670
|
}), 128))
|
|
9676
9671
|
]),
|
|
9677
9672
|
vue.createElementVNode("tbody", null, [
|
|
@@ -9681,7 +9676,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9681
9676
|
class: vue.normalizeClass(["row row-item position-relative", { selected: (row == null ? void 0 : row.id) && vue.unref(computedSelectedItems).includes(row.id) }]),
|
|
9682
9677
|
onClick: ($event) => vue.unref(toggleSelectItem)(row)
|
|
9683
9678
|
}, [
|
|
9684
|
-
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_8$
|
|
9679
|
+
vue.unref(isSelectable) ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_8$8, [
|
|
9685
9680
|
vue.createElementVNode("div", {
|
|
9686
9681
|
onClick: _cache[3] || (_cache[3] = vue.withModifiers(() => {
|
|
9687
9682
|
}, ["stop"]))
|
|
@@ -9705,12 +9700,12 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9705
9700
|
key: 0,
|
|
9706
9701
|
row,
|
|
9707
9702
|
field
|
|
9708
|
-
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$
|
|
9703
|
+
}, void 0, true) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$5, [
|
|
9709
9704
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(renderFieldForRow(field, row))))
|
|
9710
9705
|
]))
|
|
9711
9706
|
]);
|
|
9712
9707
|
}), 128))
|
|
9713
|
-
], 10, _hoisted_7$
|
|
9708
|
+
], 10, _hoisted_7$d);
|
|
9714
9709
|
}), 128)),
|
|
9715
9710
|
props2.onLastItemVisible !== void 0 ? (vue.openBlock(), vue.createElementBlock("tr", {
|
|
9716
9711
|
key: 0,
|
|
@@ -9725,7 +9720,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9725
9720
|
};
|
|
9726
9721
|
}
|
|
9727
9722
|
});
|
|
9728
|
-
const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
9723
|
+
const DataTable = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f795f660"]]);
|
|
9729
9724
|
function useDraggable(options = {}) {
|
|
9730
9725
|
const isDragging = vue.ref(false);
|
|
9731
9726
|
const dragElement = vue.ref(null);
|
|
@@ -10200,7 +10195,7 @@ function useDraggable(options = {}) {
|
|
|
10200
10195
|
initDraggableContainer
|
|
10201
10196
|
};
|
|
10202
10197
|
}
|
|
10203
|
-
const _sfc_main
|
|
10198
|
+
const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
10204
10199
|
__name: "Draggable",
|
|
10205
10200
|
props: {
|
|
10206
10201
|
modelValue: {},
|
|
@@ -10274,16 +10269,17 @@ const vDraggable = {
|
|
|
10274
10269
|
}
|
|
10275
10270
|
}
|
|
10276
10271
|
};
|
|
10277
|
-
const _hoisted_1$
|
|
10272
|
+
const _hoisted_1$Q = {
|
|
10278
10273
|
key: 0,
|
|
10279
10274
|
class: "drag-overlay"
|
|
10280
10275
|
};
|
|
10281
|
-
const _sfc_main
|
|
10276
|
+
const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
10282
10277
|
__name: "DragOver",
|
|
10283
10278
|
props: {
|
|
10284
10279
|
multiple: { type: Boolean },
|
|
10285
10280
|
accept: {},
|
|
10286
|
-
disabled: { type: Boolean }
|
|
10281
|
+
disabled: { type: Boolean },
|
|
10282
|
+
browse: { type: Boolean }
|
|
10287
10283
|
},
|
|
10288
10284
|
emits: ["addFiles"],
|
|
10289
10285
|
setup(__props, { emit: __emit }) {
|
|
@@ -10312,6 +10308,24 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
10312
10308
|
isDragging.value = false;
|
|
10313
10309
|
}
|
|
10314
10310
|
}
|
|
10311
|
+
function handleClick(e) {
|
|
10312
|
+
if (!props2.browse || props2.disabled) {
|
|
10313
|
+
return;
|
|
10314
|
+
}
|
|
10315
|
+
e.preventDefault();
|
|
10316
|
+
e.stopPropagation();
|
|
10317
|
+
const input = document.createElement("input");
|
|
10318
|
+
input.type = "file";
|
|
10319
|
+
input.multiple = !!props2.multiple;
|
|
10320
|
+
input.accept = props2.accept || "*";
|
|
10321
|
+
input.onchange = (e22) => {
|
|
10322
|
+
const { files: files2 } = e22.target;
|
|
10323
|
+
if (files2) {
|
|
10324
|
+
emit2("addFiles", files2);
|
|
10325
|
+
}
|
|
10326
|
+
};
|
|
10327
|
+
input.click();
|
|
10328
|
+
}
|
|
10315
10329
|
function handleDrop(e) {
|
|
10316
10330
|
if (props2.disabled) return;
|
|
10317
10331
|
e.preventDefault();
|
|
@@ -10330,17 +10344,18 @@ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
|
|
|
10330
10344
|
onDragenter: handleDragEnter,
|
|
10331
10345
|
onDragover: handleDragOver,
|
|
10332
10346
|
onDragleave: handleDragLeave,
|
|
10333
|
-
onDrop: handleDrop
|
|
10347
|
+
onDrop: handleDrop,
|
|
10348
|
+
onClick: handleClick
|
|
10334
10349
|
}, [
|
|
10335
10350
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
10336
|
-
isDragging.value && !_ctx.disabled ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
10351
|
+
isDragging.value && !_ctx.disabled ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Q, _cache[0] || (_cache[0] = [
|
|
10337
10352
|
vue.createElementVNode("div", { class: "drag-message" }, " Drop files here to upload ", -1)
|
|
10338
10353
|
]))) : vue.createCommentVNode("", true)
|
|
10339
10354
|
], 34);
|
|
10340
10355
|
};
|
|
10341
10356
|
}
|
|
10342
10357
|
});
|
|
10343
|
-
const DragOver = /* @__PURE__ */ _export_sfc(_sfc_main
|
|
10358
|
+
const DragOver = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__scopeId", "data-v-b8085ae2"]]);
|
|
10344
10359
|
const sides = ["top", "right", "bottom", "left"];
|
|
10345
10360
|
const alignments = ["start", "end"];
|
|
10346
10361
|
const placements = /* @__PURE__ */ sides.reduce((acc, side) => acc.concat(side, side + "-" + alignments[0], side + "-" + alignments[1]), []);
|
|
@@ -12887,7 +12902,7 @@ const Gt = {
|
|
|
12887
12902
|
install: Ct,
|
|
12888
12903
|
options: h
|
|
12889
12904
|
};
|
|
12890
|
-
const _sfc_main$
|
|
12905
|
+
const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
12891
12906
|
__name: "Dropdown",
|
|
12892
12907
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
12893
12908
|
value: {},
|
|
@@ -12981,9 +12996,9 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
|
|
|
12981
12996
|
};
|
|
12982
12997
|
}
|
|
12983
12998
|
});
|
|
12984
|
-
const _hoisted_1$
|
|
12999
|
+
const _hoisted_1$P = { class: "px-1 pt-025 pb-1" };
|
|
12985
13000
|
const _hoisted_2$D = { class: "ms-1" };
|
|
12986
|
-
const _sfc_main$
|
|
13001
|
+
const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
12987
13002
|
__name: "FieldSetVue",
|
|
12988
13003
|
props: {
|
|
12989
13004
|
label: {},
|
|
@@ -12991,15 +13006,15 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
12991
13006
|
},
|
|
12992
13007
|
setup(__props) {
|
|
12993
13008
|
return (_ctx, _cache) => {
|
|
12994
|
-
return vue.openBlock(), vue.createElementBlock("fieldset", _hoisted_1$
|
|
13009
|
+
return vue.openBlock(), vue.createElementBlock("fieldset", _hoisted_1$P, [
|
|
12995
13010
|
vue.createElementVNode("legend", _hoisted_2$D, vue.toDisplayString(_ctx.legend || _ctx.label), 1),
|
|
12996
13011
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
12997
13012
|
]);
|
|
12998
13013
|
};
|
|
12999
13014
|
}
|
|
13000
13015
|
});
|
|
13001
|
-
const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13002
|
-
const _sfc_main$
|
|
13016
|
+
const FieldSetVue = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-f7e758e5"]]);
|
|
13017
|
+
const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
13003
13018
|
__name: "Flag",
|
|
13004
13019
|
props: {
|
|
13005
13020
|
country: {},
|
|
@@ -13029,7 +13044,7 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
13029
13044
|
};
|
|
13030
13045
|
}
|
|
13031
13046
|
});
|
|
13032
|
-
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13047
|
+
const Flag = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-f99f1900"]]);
|
|
13033
13048
|
function getBaseField(id, labelOrRest = {}, rest = {}) {
|
|
13034
13049
|
if (typeof labelOrRest === "object") return { id, ...labelOrRest };
|
|
13035
13050
|
return { id, label: labelOrRest, ...rest };
|
|
@@ -13536,7 +13551,7 @@ function downloadFile(source, fileName) {
|
|
|
13536
13551
|
link.click();
|
|
13537
13552
|
document.body.removeChild(link);
|
|
13538
13553
|
}
|
|
13539
|
-
const _sfc_main$
|
|
13554
|
+
const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
13540
13555
|
__name: "BagelForm",
|
|
13541
13556
|
props: {
|
|
13542
13557
|
modelValue: { default: void 0 },
|
|
@@ -13669,20 +13684,20 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
13669
13684
|
};
|
|
13670
13685
|
}
|
|
13671
13686
|
});
|
|
13672
|
-
const _hoisted_1$
|
|
13687
|
+
const _hoisted_1$O = { class: "bgl-multi-step-form" };
|
|
13673
13688
|
const _hoisted_2$C = {
|
|
13674
13689
|
key: 0,
|
|
13675
13690
|
class: "bgl-step-progress"
|
|
13676
13691
|
};
|
|
13677
13692
|
const _hoisted_3$x = { class: "bgl-steps-indicator" };
|
|
13678
|
-
const _hoisted_4$
|
|
13679
|
-
const _hoisted_5$
|
|
13693
|
+
const _hoisted_4$k = ["onClick"];
|
|
13694
|
+
const _hoisted_5$k = {
|
|
13680
13695
|
key: 0,
|
|
13681
13696
|
class: "bgl-step-label"
|
|
13682
13697
|
};
|
|
13683
|
-
const _hoisted_6$
|
|
13684
|
-
const _hoisted_7$
|
|
13685
|
-
const _sfc_main$
|
|
13698
|
+
const _hoisted_6$g = { class: "bgl-form-wrapper" };
|
|
13699
|
+
const _hoisted_7$c = { class: "bgl-step-controls" };
|
|
13700
|
+
const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
13686
13701
|
__name: "BglMultiStepForm",
|
|
13687
13702
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
13688
13703
|
bagelFormProps: { default: () => ({}) },
|
|
@@ -13847,7 +13862,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13847
13862
|
prevStep
|
|
13848
13863
|
});
|
|
13849
13864
|
return (_ctx, _cache) => {
|
|
13850
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
13865
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$O, [
|
|
13851
13866
|
_ctx.showProgress ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$C, [
|
|
13852
13867
|
vue.renderSlot(_ctx.$slots, "progress", vue.normalizeProps(vue.guardReactiveProps({
|
|
13853
13868
|
currentStep: currentStep.value,
|
|
@@ -13869,13 +13884,13 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13869
13884
|
onClick: ($event) => props2.allowStepNavigation && goToStep(index2)
|
|
13870
13885
|
}, [
|
|
13871
13886
|
vue.createElementVNode("span", null, vue.toDisplayString(index2 + 1), 1),
|
|
13872
|
-
props2.stepLabels && props2.stepLabels[index2] ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$
|
|
13873
|
-
], 10, _hoisted_4$
|
|
13887
|
+
props2.stepLabels && props2.stepLabels[index2] ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$k, vue.toDisplayString(props2.stepLabels[index2]), 1)) : vue.createCommentVNode("", true)
|
|
13888
|
+
], 10, _hoisted_4$k);
|
|
13874
13889
|
}), 128))
|
|
13875
13890
|
])
|
|
13876
13891
|
], true)
|
|
13877
13892
|
])) : vue.createCommentVNode("", true),
|
|
13878
|
-
vue.createElementVNode("div", _hoisted_6$
|
|
13893
|
+
vue.createElementVNode("div", _hoisted_6$g, [
|
|
13879
13894
|
vue.createVNode(vue.Transition, {
|
|
13880
13895
|
name: slideDirection.value === "right" ? "slide-right" : "slide-left",
|
|
13881
13896
|
mode: "out-in"
|
|
@@ -13887,7 +13902,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13887
13902
|
ref: formContainer,
|
|
13888
13903
|
class: "bgl-form-container"
|
|
13889
13904
|
}, [
|
|
13890
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
13905
|
+
vue.createVNode(vue.unref(_sfc_main$W), vue.mergeProps({
|
|
13891
13906
|
ref_key: "formRef",
|
|
13892
13907
|
ref: formRef,
|
|
13893
13908
|
modelValue: formData.value,
|
|
@@ -13913,7 +13928,7 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13913
13928
|
]),
|
|
13914
13929
|
_: 3
|
|
13915
13930
|
}, 8, ["name"]),
|
|
13916
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
13931
|
+
vue.createElementVNode("div", _hoisted_7$c, [
|
|
13917
13932
|
vue.renderSlot(_ctx.$slots, "steppers", vue.normalizeProps(vue.guardReactiveProps({
|
|
13918
13933
|
prevStep,
|
|
13919
13934
|
nextStep,
|
|
@@ -13946,8 +13961,8 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
13946
13961
|
};
|
|
13947
13962
|
}
|
|
13948
13963
|
});
|
|
13949
|
-
const BglMultiStepForm = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
13950
|
-
const _hoisted_1$
|
|
13964
|
+
const BglMultiStepForm = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-2b84dfc5"]]);
|
|
13965
|
+
const _hoisted_1$N = {
|
|
13951
13966
|
key: 0,
|
|
13952
13967
|
class: "label mb-05"
|
|
13953
13968
|
};
|
|
@@ -13956,16 +13971,16 @@ const _hoisted_3$w = {
|
|
|
13956
13971
|
key: 0,
|
|
13957
13972
|
class: "flex-center h-300px"
|
|
13958
13973
|
};
|
|
13959
|
-
const _hoisted_4$
|
|
13974
|
+
const _hoisted_4$j = {
|
|
13960
13975
|
key: 1,
|
|
13961
13976
|
class: "py-1"
|
|
13962
13977
|
};
|
|
13963
|
-
const _hoisted_5$
|
|
13978
|
+
const _hoisted_5$j = {
|
|
13964
13979
|
key: 0,
|
|
13965
13980
|
class: "minimizedText txt14 p-025 opacity-7"
|
|
13966
13981
|
};
|
|
13967
|
-
const _hoisted_6$
|
|
13968
|
-
const _sfc_main$
|
|
13982
|
+
const _hoisted_6$f = { class: "bg-gray-80 -my-05 px-025 pt-065 pb-05 txt-center space-between flex column" };
|
|
13983
|
+
const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
13969
13984
|
__name: "FieldArray",
|
|
13970
13985
|
props: {
|
|
13971
13986
|
el: { default: "div" },
|
|
@@ -13991,7 +14006,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
13991
14006
|
setup(__props, { emit: __emit }) {
|
|
13992
14007
|
const props2 = __props;
|
|
13993
14008
|
const emit2 = __emit;
|
|
13994
|
-
const BagelFormFA = _sfc_main$
|
|
14009
|
+
const BagelFormFA = _sfc_main$W;
|
|
13995
14010
|
const minimizedItems = vue.ref([]);
|
|
13996
14011
|
const internalData = vue.ref(props2.modelValue || []);
|
|
13997
14012
|
const schemaState = vue.ref("loaded");
|
|
@@ -14052,7 +14067,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
14052
14067
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
14053
14068
|
class: vue.normalizeClass(props2.class)
|
|
14054
14069
|
}, [
|
|
14055
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$
|
|
14070
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_1$N, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
14056
14071
|
vue.createElementVNode("div", _hoisted_2$B, [
|
|
14057
14072
|
schemaState.value !== "loaded" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$w, [
|
|
14058
14073
|
schemaState.value === "loading" ? (vue.openBlock(), vue.createBlock(vue.unref(Loading), { key: 0 })) : schemaState.value === "error" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
@@ -14060,7 +14075,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
14060
14075
|
icon: "error",
|
|
14061
14076
|
color: "red"
|
|
14062
14077
|
})) : vue.createCommentVNode("", true)
|
|
14063
|
-
])) : !canRenderItems.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$
|
|
14078
|
+
])) : !canRenderItems.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$j, _cache[0] || (_cache[0] = [
|
|
14064
14079
|
vue.createElementVNode("p", { class: "opacity-7" }, " No schema available ", -1)
|
|
14065
14080
|
]))) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
14066
14081
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(internalData.value, (item, i2) => {
|
|
@@ -14070,13 +14085,13 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
14070
14085
|
thin: "",
|
|
14071
14086
|
class: vue.normalizeClass(["mb-05 itemBox transition ps-05 pb-025 pt-025 radius-05 gap-05 overflow-hidden", { minimized: minimizedItems.value[i2] }])
|
|
14072
14087
|
}, [
|
|
14073
|
-
minimizedItems.value[i2] ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$
|
|
14088
|
+
minimizedItems.value[i2] ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$j, vue.toDisplayString(_ctx.label) + " " + vue.toDisplayString(i2 + 1), 1)) : (vue.openBlock(), vue.createBlock(vue.unref(BagelFormFA), {
|
|
14074
14089
|
key: 1,
|
|
14075
14090
|
"model-value": isPrimitiveType.value ? { value: item } : item,
|
|
14076
14091
|
schema: vue.unref(resolvedSchemaData),
|
|
14077
14092
|
"onUpdate:modelValue": (val) => updateItem(i2, val)
|
|
14078
14093
|
}, null, 8, ["model-value", "schema", "onUpdate:modelValue"])),
|
|
14079
|
-
vue.createElementVNode("div", _hoisted_6$
|
|
14094
|
+
vue.createElementVNode("div", _hoisted_6$f, [
|
|
14080
14095
|
showMinimizeButton.value ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
14081
14096
|
key: 0,
|
|
14082
14097
|
class: "block rotate-180 txt10 opacity-7 p-025",
|
|
@@ -14115,8 +14130,8 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
14115
14130
|
};
|
|
14116
14131
|
}
|
|
14117
14132
|
});
|
|
14118
|
-
const _hoisted_1$
|
|
14119
|
-
const _sfc_main$
|
|
14133
|
+
const _hoisted_1$M = { class: "primary-checkbox" };
|
|
14134
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
14120
14135
|
__name: "Checkbox",
|
|
14121
14136
|
props: {
|
|
14122
14137
|
"modelValue": { type: Boolean, ...{ default: false } },
|
|
@@ -14126,7 +14141,7 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
14126
14141
|
setup(__props) {
|
|
14127
14142
|
const val = vue.useModel(__props, "modelValue");
|
|
14128
14143
|
return (_ctx, _cache) => {
|
|
14129
|
-
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
14144
|
+
return vue.openBlock(), vue.createElementBlock("label", _hoisted_1$M, [
|
|
14130
14145
|
vue.renderSlot(_ctx.$slots, "label", {}, void 0, true),
|
|
14131
14146
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
14132
14147
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => val.value = $event),
|
|
@@ -14138,11 +14153,11 @@ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
|
|
|
14138
14153
|
};
|
|
14139
14154
|
}
|
|
14140
14155
|
});
|
|
14141
|
-
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14142
|
-
const _hoisted_1$
|
|
14156
|
+
const Checkbox = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-73f1d9ad"]]);
|
|
14157
|
+
const _hoisted_1$L = ["title"];
|
|
14143
14158
|
const _hoisted_2$A = ["id", "value", "required"];
|
|
14144
14159
|
const _hoisted_3$v = ["for"];
|
|
14145
|
-
const _sfc_main$
|
|
14160
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
14146
14161
|
__name: "CheckInput",
|
|
14147
14162
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
14148
14163
|
label: {},
|
|
@@ -14185,11 +14200,11 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
14185
14200
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
14186
14201
|
], true)
|
|
14187
14202
|
], 8, _hoisted_3$v)
|
|
14188
|
-
], 10, _hoisted_1$
|
|
14203
|
+
], 10, _hoisted_1$L);
|
|
14189
14204
|
};
|
|
14190
14205
|
}
|
|
14191
14206
|
});
|
|
14192
|
-
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14207
|
+
const CheckInput = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-722373de"]]);
|
|
14193
14208
|
function useHighlight() {
|
|
14194
14209
|
const hljs = vue.ref(null);
|
|
14195
14210
|
const loaded = vue.ref(false);
|
|
@@ -14243,7 +14258,7 @@ function useHighlight() {
|
|
|
14243
14258
|
highlightCode
|
|
14244
14259
|
};
|
|
14245
14260
|
}
|
|
14246
|
-
const _hoisted_1$
|
|
14261
|
+
const _hoisted_1$K = {
|
|
14247
14262
|
key: 0,
|
|
14248
14263
|
class: "label"
|
|
14249
14264
|
};
|
|
@@ -14252,9 +14267,9 @@ const _hoisted_3$u = {
|
|
|
14252
14267
|
class: "code-display",
|
|
14253
14268
|
wrap: ""
|
|
14254
14269
|
};
|
|
14255
|
-
const _hoisted_4$
|
|
14256
|
-
const _hoisted_5$
|
|
14257
|
-
const _sfc_main$
|
|
14270
|
+
const _hoisted_4$i = ["innerHTML"];
|
|
14271
|
+
const _hoisted_5$i = ["value"];
|
|
14272
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
14258
14273
|
__name: "Index",
|
|
14259
14274
|
props: {
|
|
14260
14275
|
language: { default: "html" },
|
|
@@ -14315,7 +14330,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
14315
14330
|
class: "code-editor-container ltr",
|
|
14316
14331
|
style: vue.normalizeStyle({ maxHeight: maxHeight.value })
|
|
14317
14332
|
}, [
|
|
14318
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_1$
|
|
14333
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_1$K, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
14319
14334
|
vue.unref(loaded) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
14320
14335
|
key: 1,
|
|
14321
14336
|
ref_key: "editorRef",
|
|
@@ -14324,7 +14339,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
14324
14339
|
}, [
|
|
14325
14340
|
vue.createElementVNode("div", _hoisted_2$z, [
|
|
14326
14341
|
vue.createElementVNode("pre", _hoisted_3$u, [
|
|
14327
|
-
vue.createElementVNode("code", { innerHTML: formattedCode.value }, null, 8, _hoisted_4$
|
|
14342
|
+
vue.createElementVNode("code", { innerHTML: formattedCode.value }, null, 8, _hoisted_4$i)
|
|
14328
14343
|
]),
|
|
14329
14344
|
!_ctx.readonly ? (vue.openBlock(), vue.createElementBlock("textarea", {
|
|
14330
14345
|
key: 0,
|
|
@@ -14336,18 +14351,18 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
14336
14351
|
autocapitalize: "off",
|
|
14337
14352
|
onInput: handleInput,
|
|
14338
14353
|
onKeydown: handleTab
|
|
14339
|
-
}, null, 40, _hoisted_5$
|
|
14354
|
+
}, null, 40, _hoisted_5$i)) : vue.createCommentVNode("", true)
|
|
14340
14355
|
])
|
|
14341
14356
|
], 512)) : vue.createCommentVNode("", true)
|
|
14342
14357
|
], 4);
|
|
14343
14358
|
};
|
|
14344
14359
|
}
|
|
14345
14360
|
});
|
|
14346
|
-
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
14347
|
-
const _hoisted_1$
|
|
14361
|
+
const CodeEditor = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-de01e351"]]);
|
|
14362
|
+
const _hoisted_1$J = ["title"];
|
|
14348
14363
|
const _hoisted_2$y = { class: "flex bg-input rounded px-025 colorInputPickWrap" };
|
|
14349
14364
|
const _hoisted_3$t = ["id", "placeholder", "required"];
|
|
14350
|
-
const _sfc_main$
|
|
14365
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
14351
14366
|
__name: "ColorInput",
|
|
14352
14367
|
props: {
|
|
14353
14368
|
label: {},
|
|
@@ -14407,7 +14422,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
14407
14422
|
}, null, 8, ["class"])
|
|
14408
14423
|
])
|
|
14409
14424
|
])
|
|
14410
|
-
], 10, _hoisted_1$
|
|
14425
|
+
], 10, _hoisted_1$J);
|
|
14411
14426
|
};
|
|
14412
14427
|
}
|
|
14413
14428
|
});
|
|
@@ -14928,17 +14943,17 @@ class Time {
|
|
|
14928
14943
|
return number2 < 10 ? `0${number2}` : String(number2);
|
|
14929
14944
|
}
|
|
14930
14945
|
}
|
|
14931
|
-
const _hoisted_1$
|
|
14946
|
+
const _hoisted_1$I = { class: "ltr flex gap-075 m_flex-wrap calendar-container justify-content-center h-100p" };
|
|
14932
14947
|
const _hoisted_2$x = { class: "calendar-section m_border-none pe-05 m_p-0" };
|
|
14933
14948
|
const _hoisted_3$s = { class: "flex space-between pb-1" };
|
|
14934
|
-
const _hoisted_4$
|
|
14935
|
-
const _hoisted_5$
|
|
14936
|
-
const _hoisted_6$
|
|
14949
|
+
const _hoisted_4$h = { class: "flex gap-05" };
|
|
14950
|
+
const _hoisted_5$h = { class: "month-year" };
|
|
14951
|
+
const _hoisted_6$e = {
|
|
14937
14952
|
key: 0,
|
|
14938
14953
|
class: "calendar-grid grid gap-025"
|
|
14939
14954
|
};
|
|
14940
|
-
const _hoisted_7$
|
|
14941
|
-
const _hoisted_8$
|
|
14955
|
+
const _hoisted_7$b = ["disabled", "onClick"];
|
|
14956
|
+
const _hoisted_8$7 = {
|
|
14942
14957
|
key: 1,
|
|
14943
14958
|
class: "month-grid grid gap-05 p-05"
|
|
14944
14959
|
};
|
|
@@ -14946,12 +14961,12 @@ const _hoisted_9$5 = {
|
|
|
14946
14961
|
key: 2,
|
|
14947
14962
|
class: "year-grid grid gap-05 p-0"
|
|
14948
14963
|
};
|
|
14949
|
-
const _hoisted_10$
|
|
14964
|
+
const _hoisted_10$4 = {
|
|
14950
14965
|
key: 0,
|
|
14951
14966
|
class: "time-picker border-start flex column gap-1 w-120px px-025"
|
|
14952
14967
|
};
|
|
14953
|
-
const _hoisted_11$
|
|
14954
|
-
const _sfc_main$
|
|
14968
|
+
const _hoisted_11$4 = { class: "flex gap-025" };
|
|
14969
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
14955
14970
|
__name: "DatePicker",
|
|
14956
14971
|
props: {
|
|
14957
14972
|
modelValue: {},
|
|
@@ -15184,7 +15199,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15184
15199
|
}
|
|
15185
15200
|
}
|
|
15186
15201
|
return (_ctx, _cache) => {
|
|
15187
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
15202
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$I, [
|
|
15188
15203
|
vue.createElementVNode("div", _hoisted_2$x, [
|
|
15189
15204
|
vue.createElementVNode("div", _hoisted_3$s, [
|
|
15190
15205
|
currentView.value === "days" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
@@ -15194,7 +15209,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15194
15209
|
icon: "chevron_left",
|
|
15195
15210
|
onClick: vue.unref(previousMonth)
|
|
15196
15211
|
}, null, 8, ["onClick"]),
|
|
15197
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
15212
|
+
vue.createElementVNode("div", _hoisted_4$h, [
|
|
15198
15213
|
vue.createVNode(vue.unref(Btn), {
|
|
15199
15214
|
flat: "",
|
|
15200
15215
|
thin: "",
|
|
@@ -15231,7 +15246,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15231
15246
|
icon: "chevron_left",
|
|
15232
15247
|
onClick: vue.unref(previousYear)
|
|
15233
15248
|
}, null, 8, ["onClick"]),
|
|
15234
|
-
vue.createElementVNode("span", _hoisted_5$
|
|
15249
|
+
vue.createElementVNode("span", _hoisted_5$h, vue.toDisplayString(vue.unref(currentMonthValue).formatted.year), 1),
|
|
15235
15250
|
vue.createVNode(vue.unref(Btn), {
|
|
15236
15251
|
flat: "",
|
|
15237
15252
|
thin: "",
|
|
@@ -15240,7 +15255,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15240
15255
|
}, null, 8, ["onClick"])
|
|
15241
15256
|
], 64))
|
|
15242
15257
|
]),
|
|
15243
|
-
currentView.value === "days" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$
|
|
15258
|
+
currentView.value === "days" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$e, [
|
|
15244
15259
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(weekDays), (day) => {
|
|
15245
15260
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
15246
15261
|
key: day,
|
|
@@ -15260,9 +15275,9 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15260
15275
|
}]),
|
|
15261
15276
|
disabled: vue.unref(isDateDisabled)(date2),
|
|
15262
15277
|
onClick: ($event) => selectDate(date2)
|
|
15263
|
-
}, vue.toDisplayString(date2 == null ? void 0 : date2.getDate()), 11, _hoisted_7$
|
|
15278
|
+
}, vue.toDisplayString(date2 == null ? void 0 : date2.getDate()), 11, _hoisted_7$b);
|
|
15264
15279
|
}), 128))
|
|
15265
|
-
])) : currentView.value === "months" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$
|
|
15280
|
+
])) : currentView.value === "months" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$7, [
|
|
15266
15281
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(months), (month) => {
|
|
15267
15282
|
return vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
15268
15283
|
key: month.value,
|
|
@@ -15286,8 +15301,8 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15286
15301
|
}), 128))
|
|
15287
15302
|
]))
|
|
15288
15303
|
]),
|
|
15289
|
-
_ctx.enableTime && currentView.value === "days" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$
|
|
15290
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
15304
|
+
_ctx.enableTime && currentView.value === "days" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$4, [
|
|
15305
|
+
vue.createElementVNode("div", _hoisted_11$4, [
|
|
15291
15306
|
vue.createVNode(vue.unref(NumberInput), {
|
|
15292
15307
|
center: "",
|
|
15293
15308
|
modelValue: vue.unref(hours),
|
|
@@ -15315,14 +15330,14 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
15315
15330
|
};
|
|
15316
15331
|
}
|
|
15317
15332
|
});
|
|
15318
|
-
const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
15319
|
-
const _hoisted_1$
|
|
15333
|
+
const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-16646325"]]);
|
|
15334
|
+
const _hoisted_1$H = ["title"];
|
|
15320
15335
|
const _hoisted_2$w = { key: 0 };
|
|
15321
15336
|
const _hoisted_3$r = {
|
|
15322
15337
|
key: 0,
|
|
15323
15338
|
class: "required"
|
|
15324
15339
|
};
|
|
15325
|
-
const _sfc_main$
|
|
15340
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
15326
15341
|
__name: "DateInput",
|
|
15327
15342
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
15328
15343
|
required: { type: Boolean },
|
|
@@ -15442,7 +15457,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
15442
15457
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
15443
15458
|
_ctx.required ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$r, "*")) : vue.createCommentVNode("", true)
|
|
15444
15459
|
])) : vue.createCommentVNode("", true),
|
|
15445
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
15460
|
+
vue.createVNode(vue.unref(_sfc_main$Z), {
|
|
15446
15461
|
shown: isOpen.value,
|
|
15447
15462
|
placement: "bottom-start",
|
|
15448
15463
|
autoHide: false,
|
|
@@ -15497,7 +15512,7 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
15497
15512
|
]),
|
|
15498
15513
|
_: 1
|
|
15499
15514
|
}, 8, ["shown"])
|
|
15500
|
-
], 42, _hoisted_1$
|
|
15515
|
+
], 42, _hoisted_1$H);
|
|
15501
15516
|
};
|
|
15502
15517
|
}
|
|
15503
15518
|
});
|
|
@@ -15506,20 +15521,20 @@ const IMAGE_FORMATS_REGEXP = new RegExp(`(${IMAGE_FORMATS.join("|")})$`, "i");
|
|
|
15506
15521
|
const VIDEO_FORMATS = ["mp4", "webm", "ogg", "mov", "avi", "flv", "wmv", "mkv", "ts", "m3u8"];
|
|
15507
15522
|
const VIDEO_FORMATS_REGEXP = new RegExp(`(${VIDEO_FORMATS.join("|")})$`, "i");
|
|
15508
15523
|
const EMAIL_REGEX = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-0-9]+\.)+[a-z]{2,}))$/i;
|
|
15509
|
-
const _hoisted_1$
|
|
15524
|
+
const _hoisted_1$G = ["title"];
|
|
15510
15525
|
const _hoisted_2$v = ["for"];
|
|
15511
15526
|
const _hoisted_3$q = { class: "flex" };
|
|
15512
|
-
const _hoisted_4$
|
|
15513
|
-
const _hoisted_5$
|
|
15527
|
+
const _hoisted_4$g = { key: 0 };
|
|
15528
|
+
const _hoisted_5$g = {
|
|
15514
15529
|
key: 1,
|
|
15515
15530
|
class: "opacity-7 light"
|
|
15516
15531
|
};
|
|
15517
|
-
const _hoisted_6$
|
|
15532
|
+
const _hoisted_6$d = {
|
|
15518
15533
|
key: 3,
|
|
15519
15534
|
class: "validating"
|
|
15520
15535
|
};
|
|
15521
|
-
const _hoisted_7$
|
|
15522
|
-
const _sfc_main$
|
|
15536
|
+
const _hoisted_7$a = ["id", "name", "title", "placeholder", "disabled", "required"];
|
|
15537
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
15523
15538
|
__name: "EmailInput",
|
|
15524
15539
|
props: {
|
|
15525
15540
|
id: {},
|
|
@@ -15785,14 +15800,14 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
15785
15800
|
vue.createElementVNode("label", { for: _ctx.id }, [
|
|
15786
15801
|
vue.createElementVNode("div", _hoisted_3$q, [
|
|
15787
15802
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
15788
|
-
_ctx.required ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$
|
|
15789
|
-
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$
|
|
15803
|
+
_ctx.required ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$g, "*")) : vue.createCommentVNode("", true),
|
|
15804
|
+
_ctx.helptext ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$g, vue.toDisplayString(_ctx.helptext), 1)) : vue.createCommentVNode("", true),
|
|
15790
15805
|
suggestedCorrection.value ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
15791
15806
|
key: 2,
|
|
15792
15807
|
class: "pointer nowrap inline-block ms-auto color-red txt-10px p-0",
|
|
15793
15808
|
onClick: vue.withModifiers(applyCorrection, ["prevent"])
|
|
15794
15809
|
}, " did you mean " + vue.toDisplayString(suggestedCorrection.value) + "? ", 1)) : vue.createCommentVNode("", true),
|
|
15795
|
-
isValidating.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$
|
|
15810
|
+
isValidating.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$d, "Validating email...")) : vue.createCommentVNode("", true)
|
|
15796
15811
|
]),
|
|
15797
15812
|
vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
|
15798
15813
|
id: _ctx.id,
|
|
@@ -15812,7 +15827,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
15812
15827
|
onFocus: _cache[1] || (_cache[1] = //@ts-ignore
|
|
15813
15828
|
(...args) => _ctx.onFocus && _ctx.onFocus(...args)),
|
|
15814
15829
|
onInput: updateInputVal
|
|
15815
|
-
}), null, 16, _hoisted_7$
|
|
15830
|
+
}), null, 16, _hoisted_7$a), [
|
|
15816
15831
|
[vue.vModelText, vue.unref(inputVal)],
|
|
15817
15832
|
[_directive_pattern, void 0, "lower"]
|
|
15818
15833
|
]),
|
|
@@ -15826,488 +15841,14 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
15826
15841
|
icon: _ctx.icon
|
|
15827
15842
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
15828
15843
|
], 8, _hoisted_2$v)
|
|
15829
|
-
], 10, _hoisted_1$
|
|
15830
|
-
};
|
|
15831
|
-
}
|
|
15832
|
-
});
|
|
15833
|
-
const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-e3d13caa"]]);
|
|
15834
|
-
const _hoisted_1$G = { class: "bagel-input" };
|
|
15835
|
-
const _hoisted_2$u = {
|
|
15836
|
-
key: 0,
|
|
15837
|
-
placeholder: "required",
|
|
15838
|
-
type: "text",
|
|
15839
|
-
required: "",
|
|
15840
|
-
class: "pixel"
|
|
15841
|
-
};
|
|
15842
|
-
const _hoisted_3$p = { class: "m-05 flex opacity-7 z-99" };
|
|
15843
|
-
const _hoisted_4$g = { class: "ellipsis-1 word-break-all h-20 m-0 color-black" };
|
|
15844
|
-
const _hoisted_5$g = { class: "flex gap-025 rounded pe-1 ps-05 py-025 bg-gray-80 -my-1" };
|
|
15845
|
-
const _hoisted_6$d = { class: "ellipsis-1 word-break-all h-20 m-0 color-black txt16" };
|
|
15846
|
-
const _hoisted_7$a = {
|
|
15847
|
-
key: 1,
|
|
15848
|
-
class: "txt-gray txt-12"
|
|
15849
|
-
};
|
|
15850
|
-
const _hoisted_8$7 = {
|
|
15851
|
-
key: 0,
|
|
15852
|
-
class: "bgl-multi-preview"
|
|
15853
|
-
};
|
|
15854
|
-
const _hoisted_9$4 = { class: "m-0" };
|
|
15855
|
-
const _hoisted_10$4 = { class: "no-margin multi-preview-txt" };
|
|
15856
|
-
const _hoisted_11$4 = {
|
|
15857
|
-
key: 0,
|
|
15858
|
-
class: "progress"
|
|
15859
|
-
};
|
|
15860
|
-
const _hoisted_12$4 = {
|
|
15861
|
-
key: 1,
|
|
15862
|
-
class: "bgl-single-preview"
|
|
15863
|
-
};
|
|
15864
|
-
const _hoisted_13$3 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
|
|
15865
|
-
const _hoisted_14$3 = {
|
|
15866
|
-
key: 0,
|
|
15867
|
-
class: "h-100"
|
|
15868
|
-
};
|
|
15869
|
-
const _hoisted_15$2 = {
|
|
15870
|
-
key: 0,
|
|
15871
|
-
class: "progress"
|
|
15872
|
-
};
|
|
15873
|
-
const _hoisted_16$2 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
15874
|
-
const _hoisted_17$2 = { class: "pretty balance" };
|
|
15875
|
-
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
15876
|
-
__name: "FileUpload",
|
|
15877
|
-
props: /* @__PURE__ */ vue.mergeModels({
|
|
15878
|
-
label: {},
|
|
15879
|
-
multiple: { type: Boolean },
|
|
15880
|
-
files: {},
|
|
15881
|
-
bindkey: { default: "id" },
|
|
15882
|
-
modelValue: {},
|
|
15883
|
-
width: {},
|
|
15884
|
-
height: { default: "215px" },
|
|
15885
|
-
topic: {},
|
|
15886
|
-
fill: { type: Boolean },
|
|
15887
|
-
oval: { type: Boolean },
|
|
15888
|
-
theme: { default: "dropzone" },
|
|
15889
|
-
accept: { default: "*" },
|
|
15890
|
-
required: { type: Boolean },
|
|
15891
|
-
disabled: { type: Boolean },
|
|
15892
|
-
dropPlaceholder: {},
|
|
15893
|
-
noFilePlaceholder: {},
|
|
15894
|
-
btnPlaceholder: {}
|
|
15895
|
-
}, {
|
|
15896
|
-
"modelValue": {
|
|
15897
|
-
default: () => []
|
|
15898
|
-
},
|
|
15899
|
-
"modelModifiers": {}
|
|
15900
|
-
}),
|
|
15901
|
-
emits: /* @__PURE__ */ vue.mergeModels(["update:modelValue", "addFileStart"], ["update:modelValue"]),
|
|
15902
|
-
setup(__props, { emit: __emit }) {
|
|
15903
|
-
const emit2 = __emit;
|
|
15904
|
-
const bindKey2 = __props.bindkey;
|
|
15905
|
-
const bagel = useBagel();
|
|
15906
|
-
const isImage = (str) => IMAGE_FORMATS_REGEXP.test(str);
|
|
15907
|
-
const file_bindkeys = vue.useModel(__props, "modelValue");
|
|
15908
|
-
const storageFiles = vue.ref([]);
|
|
15909
|
-
async function fetchTopicFiles() {
|
|
15910
|
-
const files2 = await bagel.get(`/files?topic=${__props.topic}`);
|
|
15911
|
-
storageFiles.value.push(...files2);
|
|
15912
|
-
}
|
|
15913
|
-
function loadFiles() {
|
|
15914
|
-
const ids = [file_bindkeys.value].flat().filter(Boolean);
|
|
15915
|
-
if (!ids.length) {
|
|
15916
|
-
storageFiles.value.splice(0, storageFiles.value.length);
|
|
15917
|
-
return;
|
|
15918
|
-
}
|
|
15919
|
-
const currentIds = storageFiles.value.map((file) => file[bindKey2]);
|
|
15920
|
-
const idsToAdd = ids.filter((id) => !currentIds.includes(id));
|
|
15921
|
-
const idsToRemove = currentIds.filter((id) => typeof id === "string" && !ids.includes(id));
|
|
15922
|
-
idsToRemove.forEach((id) => {
|
|
15923
|
-
const index2 = storageFiles.value.findIndex((file) => file[bindKey2] === id);
|
|
15924
|
-
if (index2 !== -1) storageFiles.value.splice(index2, 1);
|
|
15925
|
-
});
|
|
15926
|
-
if (bindKey2 === "url") {
|
|
15927
|
-
idsToAdd.forEach((url) => {
|
|
15928
|
-
storageFiles.value.push({ url });
|
|
15929
|
-
});
|
|
15930
|
-
return;
|
|
15931
|
-
}
|
|
15932
|
-
if (__props.multiple) {
|
|
15933
|
-
idsToAdd.forEach((id) => {
|
|
15934
|
-
void bagel.get(`/files/${id}`).then((file) => {
|
|
15935
|
-
storageFiles.value.push(file);
|
|
15936
|
-
}).catch(console.error);
|
|
15937
|
-
});
|
|
15938
|
-
} else {
|
|
15939
|
-
void bagel.get(`/files/${idsToAdd[0]}`).then((file) => {
|
|
15940
|
-
storageFiles.value.push(file);
|
|
15941
|
-
}).catch(console.error);
|
|
15942
|
-
}
|
|
15943
|
-
}
|
|
15944
|
-
vue.onMounted(() => {
|
|
15945
|
-
if (__props.topic) fetchTopicFiles();
|
|
15946
|
-
if (!__props.files && [file_bindkeys.value].flat().length > 0) {
|
|
15947
|
-
loadFiles();
|
|
15948
|
-
}
|
|
15949
|
-
});
|
|
15950
|
-
vue.watch(() => __props.topic, fetchTopicFiles);
|
|
15951
|
-
vue.watch(() => __props.modelValue, loadFiles);
|
|
15952
|
-
vue.watch(
|
|
15953
|
-
() => __props.files,
|
|
15954
|
-
(newFiles) => {
|
|
15955
|
-
if (newFiles) {
|
|
15956
|
-
const filesToAdd = [newFiles].flat().filter((f2) => !storageFiles.value.some((sf) => sf[bindKey2] === f2[bindKey2]));
|
|
15957
|
-
for (const file of filesToAdd) {
|
|
15958
|
-
storageFiles.value.push(file);
|
|
15959
|
-
}
|
|
15960
|
-
}
|
|
15961
|
-
},
|
|
15962
|
-
{ immediate: true }
|
|
15963
|
-
);
|
|
15964
|
-
function compareLists(a2, b2) {
|
|
15965
|
-
return [a2].flat().every((id) => [b2].flat().includes(id)) && [b2].flat().every((id) => [a2].flat().includes(id));
|
|
15966
|
-
}
|
|
15967
|
-
function updateModelValue() {
|
|
15968
|
-
let idValue;
|
|
15969
|
-
if (__props.multiple) {
|
|
15970
|
-
idValue = storageFiles.value.map((f2) => f2[bindKey2]);
|
|
15971
|
-
} else {
|
|
15972
|
-
idValue = storageFiles.value[0][bindKey2] || "";
|
|
15973
|
-
}
|
|
15974
|
-
const isSame = compareLists(file_bindkeys.value, idValue);
|
|
15975
|
-
if (!isSame) {
|
|
15976
|
-
file_bindkeys.value = idValue;
|
|
15977
|
-
}
|
|
15978
|
-
}
|
|
15979
|
-
const fileQueue = vue.ref([]);
|
|
15980
|
-
let isDragOver = vue.ref(false);
|
|
15981
|
-
function preventDefault(e) {
|
|
15982
|
-
e.preventDefault();
|
|
15983
|
-
e.stopPropagation();
|
|
15984
|
-
}
|
|
15985
|
-
const fileToUrl = (file) => URL.createObjectURL(file);
|
|
15986
|
-
function removeFile(file) {
|
|
15987
|
-
const index2 = storageFiles.value.indexOf(file);
|
|
15988
|
-
storageFiles.value.splice(index2, 1);
|
|
15989
|
-
void bagel.delete(`/static_files/${file.id}`);
|
|
15990
|
-
updateModelValue();
|
|
15991
|
-
}
|
|
15992
|
-
async function flushQueue() {
|
|
15993
|
-
emit2("addFileStart");
|
|
15994
|
-
for (const file of fileQueue.value) {
|
|
15995
|
-
file.uploading = true;
|
|
15996
|
-
if (!__props.multiple) storageFiles.value.splice(0, 1);
|
|
15997
|
-
const serverFile = await bagel.uploadFile(file.file, {
|
|
15998
|
-
onUploadProgress: (e) => file.progress = e.progress * 100 - 1,
|
|
15999
|
-
topic: __props.topic
|
|
16000
|
-
});
|
|
16001
|
-
storageFiles.value.push(serverFile);
|
|
16002
|
-
}
|
|
16003
|
-
fileQueue.value.splice(0, fileQueue.value.length);
|
|
16004
|
-
updateModelValue();
|
|
16005
|
-
}
|
|
16006
|
-
function browse() {
|
|
16007
|
-
if (__props.disabled) return;
|
|
16008
|
-
const input = document.createElement("input");
|
|
16009
|
-
input.type = "file";
|
|
16010
|
-
input.multiple = __props.multiple;
|
|
16011
|
-
input.accept = __props.accept;
|
|
16012
|
-
input.onchange = (e) => {
|
|
16013
|
-
const target = e.target;
|
|
16014
|
-
if (target.files) {
|
|
16015
|
-
const files2 = Array.from(target.files);
|
|
16016
|
-
for (const file of files2) {
|
|
16017
|
-
fileQueue.value.push({ name: file.name, file, progress: 0 });
|
|
16018
|
-
}
|
|
16019
|
-
}
|
|
16020
|
-
flushQueue();
|
|
16021
|
-
};
|
|
16022
|
-
console.log(fileQueue.value);
|
|
16023
|
-
input.click();
|
|
16024
|
-
}
|
|
16025
|
-
function dragleave(e) {
|
|
16026
|
-
preventDefault(e);
|
|
16027
|
-
if (e.dataTransfer) isDragOver.value = false;
|
|
16028
|
-
else isDragOver.value = false;
|
|
16029
|
-
}
|
|
16030
|
-
function dragover(e) {
|
|
16031
|
-
if (__props.disabled) return;
|
|
16032
|
-
preventDefault(e);
|
|
16033
|
-
if (e.dataTransfer) isDragOver.value = true;
|
|
16034
|
-
else isDragOver.value = false;
|
|
16035
|
-
}
|
|
16036
|
-
function drop3(e) {
|
|
16037
|
-
if (__props.disabled) return;
|
|
16038
|
-
preventDefault(e);
|
|
16039
|
-
if (e.dataTransfer) {
|
|
16040
|
-
Array.from(e.dataTransfer.files).forEach(
|
|
16041
|
-
(file) => fileQueue.value.push({ name: file.name, file, progress: 0 })
|
|
16042
|
-
);
|
|
16043
|
-
}
|
|
16044
|
-
isDragOver.value = false;
|
|
16045
|
-
flushQueue();
|
|
16046
|
-
}
|
|
16047
|
-
return (_ctx, _cache) => {
|
|
16048
|
-
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
16049
|
-
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
16050
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
16051
|
-
vue.createElementVNode("label", null, vue.toDisplayString(_ctx.label), 1),
|
|
16052
|
-
_ctx.required && !storageFiles.value.length ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$u)) : vue.createCommentVNode("", true),
|
|
16053
|
-
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$15), {
|
|
16054
|
-
key: 1,
|
|
16055
|
-
outline: "",
|
|
16056
|
-
class: "flex p-05 gap-1",
|
|
16057
|
-
onDragover: dragover,
|
|
16058
|
-
onDrop: drop3
|
|
16059
|
-
}, {
|
|
16060
|
-
default: vue.withCtx(() => [
|
|
16061
|
-
!storageFiles.value.length && !fileQueue.value.length ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
16062
|
-
key: 0,
|
|
16063
|
-
class: "px-1-5",
|
|
16064
|
-
icon: "upload",
|
|
16065
|
-
outline: "",
|
|
16066
|
-
value: _ctx.btnPlaceholder || "Upload",
|
|
16067
|
-
onClick: browse
|
|
16068
|
-
}, null, 8, ["value"])) : vue.createCommentVNode("", true),
|
|
16069
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(storageFiles.value, (file) => {
|
|
16070
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16071
|
-
key: file.id,
|
|
16072
|
-
class: "txt-gray txt-12 flex"
|
|
16073
|
-
}, [
|
|
16074
|
-
vue.createElementVNode("div", _hoisted_3$p, [
|
|
16075
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16076
|
-
color: "gray",
|
|
16077
|
-
thin: "",
|
|
16078
|
-
icon: "delete",
|
|
16079
|
-
onClick: vue.withModifiers(($event) => removeFile(file), ["stop"])
|
|
16080
|
-
}, null, 8, ["onClick"]), [
|
|
16081
|
-
[_directive_tooltip, "Delete"]
|
|
16082
|
-
]),
|
|
16083
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16084
|
-
color: "gray",
|
|
16085
|
-
thin: "",
|
|
16086
|
-
icon: "autorenew",
|
|
16087
|
-
onClick: browse
|
|
16088
|
-
}, null, 512), [
|
|
16089
|
-
[_directive_tooltip, "Replace"]
|
|
16090
|
-
]),
|
|
16091
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16092
|
-
href: file.url,
|
|
16093
|
-
download: file.name,
|
|
16094
|
-
color: "gray",
|
|
16095
|
-
thin: "",
|
|
16096
|
-
icon: "download",
|
|
16097
|
-
target: "_blank",
|
|
16098
|
-
onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => {
|
|
16099
|
-
}, ["stop"]))
|
|
16100
|
-
}, null, 8, ["href", "download"]), [
|
|
16101
|
-
[_directive_tooltip, "Download"]
|
|
16102
|
-
]),
|
|
16103
|
-
vue.withDirectives((vue.openBlock(), vue.createElementBlock("p", _hoisted_4$g, [
|
|
16104
|
-
vue.createTextVNode(vue.toDisplayString(file.name), 1)
|
|
16105
|
-
])), [
|
|
16106
|
-
[_directive_lightbox, { src: file.url, download: true }]
|
|
16107
|
-
]),
|
|
16108
|
-
vue.createElementVNode("div", _hoisted_5$g, [
|
|
16109
|
-
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
16110
|
-
icon: "draft",
|
|
16111
|
-
size: 1.5
|
|
16112
|
-
}),
|
|
16113
|
-
vue.withDirectives((vue.openBlock(), vue.createElementBlock("p", _hoisted_6$d, [
|
|
16114
|
-
vue.createTextVNode(vue.toDisplayString(file.name), 1)
|
|
16115
|
-
])), [
|
|
16116
|
-
[_directive_lightbox, { src: file.url, download: true }]
|
|
16117
|
-
])
|
|
16118
|
-
]),
|
|
16119
|
-
vue.createVNode(vue.unref(Btn), {
|
|
16120
|
-
thin: "",
|
|
16121
|
-
flat: "",
|
|
16122
|
-
icon: "delete",
|
|
16123
|
-
color: "red",
|
|
16124
|
-
onClick: vue.withModifiers(($event) => removeFile(file), ["stop"])
|
|
16125
|
-
}, null, 8, ["onClick"])
|
|
16126
|
-
])
|
|
16127
|
-
]);
|
|
16128
|
-
}), 128)),
|
|
16129
|
-
!storageFiles.value.length && !fileQueue.value.length ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$a, vue.toDisplayString(_ctx.noFilePlaceholder || "No file selected"), 1)) : vue.createCommentVNode("", true)
|
|
16130
|
-
]),
|
|
16131
|
-
_: 1
|
|
16132
|
-
})) : (vue.openBlock(), vue.createElementBlock("div", {
|
|
16133
|
-
key: 2,
|
|
16134
|
-
class: vue.normalizeClass(["fileUploadWrap", {
|
|
16135
|
-
"fileDropZone": !storageFiles.value.length && !fileQueue.value.length,
|
|
16136
|
-
"dragover": vue.unref(isDragOver),
|
|
16137
|
-
"bgl_oval-upload": _ctx.oval
|
|
16138
|
-
}]),
|
|
16139
|
-
style: vue.normalizeStyle({ width: _ctx.width, height: _ctx.height }),
|
|
16140
|
-
onClick: browse,
|
|
16141
|
-
onDragover: dragover,
|
|
16142
|
-
onDrop: drop3,
|
|
16143
|
-
onDragleave: dragleave
|
|
16144
|
-
}, [
|
|
16145
|
-
vue.renderSlot(_ctx.$slots, "files", {
|
|
16146
|
-
files: storageFiles.value,
|
|
16147
|
-
fileQueue: fileQueue.value
|
|
16148
|
-
}, () => [
|
|
16149
|
-
_ctx.multiple ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$7, [
|
|
16150
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(storageFiles.value, (file) => {
|
|
16151
|
-
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
16152
|
-
key: file.id,
|
|
16153
|
-
class: "multi-image-item-preview"
|
|
16154
|
-
}, [
|
|
16155
|
-
isImage(file.extension || file.url) ? (vue.openBlock(), vue.createBlock(vue.unref(Image$1), {
|
|
16156
|
-
key: 0,
|
|
16157
|
-
class: "multi-preview",
|
|
16158
|
-
src: file.url,
|
|
16159
|
-
alt: ""
|
|
16160
|
-
}, null, 8, ["src"])) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
16161
|
-
key: 1,
|
|
16162
|
-
icon: "draft",
|
|
16163
|
-
class: "multi-preview"
|
|
16164
|
-
})),
|
|
16165
|
-
vue.createElementVNode("p", _hoisted_9$4, vue.toDisplayString(file.name), 1),
|
|
16166
|
-
vue.createVNode(vue.unref(Btn), {
|
|
16167
|
-
thin: "",
|
|
16168
|
-
flat: "",
|
|
16169
|
-
icon: "delete",
|
|
16170
|
-
color: "red",
|
|
16171
|
-
onClick: vue.withModifiers(($event) => removeFile(file), ["stop"])
|
|
16172
|
-
}, null, 8, ["onClick"])
|
|
16173
|
-
])), [
|
|
16174
|
-
[_directive_lightbox, { src: file.url, download: true }]
|
|
16175
|
-
]);
|
|
16176
|
-
}), 128)),
|
|
16177
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(fileQueue.value, (fileQ) => {
|
|
16178
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16179
|
-
key: fileQ.file.name,
|
|
16180
|
-
class: "multi-image-item-preview"
|
|
16181
|
-
}, [
|
|
16182
|
-
isImage(fileQ.file.type) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
16183
|
-
_ctx.multiple ? (vue.openBlock(), vue.createBlock(vue.unref(Image$1), {
|
|
16184
|
-
key: 0,
|
|
16185
|
-
width: _ctx.width || "220",
|
|
16186
|
-
class: "multi-preview",
|
|
16187
|
-
src: fileToUrl(fileQ.file),
|
|
16188
|
-
alt: ""
|
|
16189
|
-
}, null, 8, ["width", "src"])) : vue.createCommentVNode("", true)
|
|
16190
|
-
], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
16191
|
-
key: 1,
|
|
16192
|
-
icon: "draft",
|
|
16193
|
-
class: "multi-preview"
|
|
16194
|
-
})),
|
|
16195
|
-
vue.createElementVNode("p", _hoisted_10$4, vue.toDisplayString(fileQ.name), 1),
|
|
16196
|
-
vue.createElementVNode("div", {
|
|
16197
|
-
class: vue.normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
|
|
16198
|
-
style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
16199
|
-
}, [
|
|
16200
|
-
fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$4, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
|
|
16201
|
-
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
16202
|
-
class: "success",
|
|
16203
|
-
icon: "check"
|
|
16204
|
-
})
|
|
16205
|
-
], 6)
|
|
16206
|
-
]);
|
|
16207
|
-
}), 128))
|
|
16208
|
-
])) : vue.createCommentVNode("", true),
|
|
16209
|
-
!_ctx.multiple && (storageFiles.value.length > 0 || fileQueue.value.length > 0) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$4, [
|
|
16210
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(storageFiles.value, (file) => {
|
|
16211
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16212
|
-
key: file.id,
|
|
16213
|
-
class: vue.normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
16214
|
-
}, [
|
|
16215
|
-
vue.createElementVNode("div", _hoisted_13$3, [
|
|
16216
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16217
|
-
color: "gray",
|
|
16218
|
-
thin: "",
|
|
16219
|
-
icon: "delete",
|
|
16220
|
-
onClick: vue.withModifiers(($event) => removeFile(file), ["stop"])
|
|
16221
|
-
}, null, 8, ["onClick"]), [
|
|
16222
|
-
[_directive_tooltip, "Delete"]
|
|
16223
|
-
]),
|
|
16224
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16225
|
-
color: "gray",
|
|
16226
|
-
thin: "",
|
|
16227
|
-
icon: "autorenew",
|
|
16228
|
-
onClick: browse
|
|
16229
|
-
}, null, 512), [
|
|
16230
|
-
[_directive_tooltip, "Replace"]
|
|
16231
|
-
]),
|
|
16232
|
-
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
16233
|
-
href: file.url,
|
|
16234
|
-
download: file.name,
|
|
16235
|
-
color: "gray",
|
|
16236
|
-
thin: "",
|
|
16237
|
-
icon: "download",
|
|
16238
|
-
target: "_blank",
|
|
16239
|
-
onClick: _cache[1] || (_cache[1] = vue.withModifiers(() => {
|
|
16240
|
-
}, ["stop"]))
|
|
16241
|
-
}, null, 8, ["href", "download"]), [
|
|
16242
|
-
[_directive_tooltip, "Download"]
|
|
16243
|
-
])
|
|
16244
|
-
]),
|
|
16245
|
-
isImage(file.extension || file.url) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_14$3, [
|
|
16246
|
-
vue.withDirectives(vue.createVNode(vue.unref(Image$1), {
|
|
16247
|
-
class: "single-preview",
|
|
16248
|
-
src: file.url,
|
|
16249
|
-
alt: ""
|
|
16250
|
-
}, null, 8, ["src"]), [
|
|
16251
|
-
[_directive_lightbox, { src: file.url, download: true }]
|
|
16252
|
-
])
|
|
16253
|
-
])) : vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
16254
|
-
key: 1,
|
|
16255
|
-
size: 4,
|
|
16256
|
-
weight: "2",
|
|
16257
|
-
icon: "draft",
|
|
16258
|
-
class: "color-primary w-100"
|
|
16259
|
-
}, null, 512)), [
|
|
16260
|
-
[_directive_lightbox, { src: file.url, download: true }]
|
|
16261
|
-
])
|
|
16262
|
-
], 2);
|
|
16263
|
-
}), 128)),
|
|
16264
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(fileQueue.value, (fileQ) => {
|
|
16265
|
-
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16266
|
-
key: fileQ.file.name,
|
|
16267
|
-
class: vue.normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
16268
|
-
}, [
|
|
16269
|
-
vue.createElementVNode("div", {
|
|
16270
|
-
class: vue.normalizeClass(["pie", { complete: fileQ.progress === 100 }]),
|
|
16271
|
-
style: vue.normalizeStyle([`--p:${fileQ.progress}`, { "--b": "2px" }])
|
|
16272
|
-
}, [
|
|
16273
|
-
fileQ.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15$2, vue.toDisplayString(`${fileQ.progress.toFixed(0)}`), 1)) : vue.createCommentVNode("", true),
|
|
16274
|
-
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
16275
|
-
class: "success",
|
|
16276
|
-
icon: "check"
|
|
16277
|
-
})
|
|
16278
|
-
], 6),
|
|
16279
|
-
isImage(fileQ.file.type) ? vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Image$1), {
|
|
16280
|
-
key: 0,
|
|
16281
|
-
class: "single-preview",
|
|
16282
|
-
src: fileToUrl(fileQ.file),
|
|
16283
|
-
alt: ""
|
|
16284
|
-
}, null, 8, ["src"])), [
|
|
16285
|
-
[_directive_lightbox, { src: fileToUrl(fileQ.file), download: true }]
|
|
16286
|
-
]) : vue.createCommentVNode("", true)
|
|
16287
|
-
], 2);
|
|
16288
|
-
}), 128))
|
|
16289
|
-
])) : vue.createCommentVNode("", true)
|
|
16290
|
-
], true),
|
|
16291
|
-
!storageFiles.value.length && !fileQueue.value.length || _ctx.multiple ? vue.renderSlot(_ctx.$slots, "placeholder", {
|
|
16292
|
-
key: 0,
|
|
16293
|
-
files: storageFiles.value,
|
|
16294
|
-
fileQueue: fileQueue.value,
|
|
16295
|
-
browse
|
|
16296
|
-
}, () => [
|
|
16297
|
-
vue.createElementVNode("p", _hoisted_16$2, [
|
|
16298
|
-
vue.createVNode(vue.unref(_sfc_main$v), { icon: "upload_2" }),
|
|
16299
|
-
vue.createElementVNode("span", _hoisted_17$2, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
|
|
16300
|
-
])
|
|
16301
|
-
], true) : vue.createCommentVNode("", true)
|
|
16302
|
-
], 38))
|
|
16303
|
-
]);
|
|
15844
|
+
], 10, _hoisted_1$G);
|
|
16304
15845
|
};
|
|
16305
15846
|
}
|
|
16306
15847
|
});
|
|
16307
|
-
const
|
|
15848
|
+
const EmailInput = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-e3d13caa"]]);
|
|
16308
15849
|
const _hoisted_1$F = ["title"];
|
|
16309
|
-
const _hoisted_2$
|
|
16310
|
-
const _hoisted_3$
|
|
15850
|
+
const _hoisted_2$u = { key: 0 };
|
|
15851
|
+
const _hoisted_3$p = ["value", "placeholder"];
|
|
16311
15852
|
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
16312
15853
|
__name: "JSONInput",
|
|
16313
15854
|
props: {
|
|
@@ -16331,7 +15872,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
16331
15872
|
class: vue.normalizeClass(["bagel-input", { small: _ctx.small }]),
|
|
16332
15873
|
title: _ctx.description
|
|
16333
15874
|
}, [
|
|
16334
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
15875
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$u, [
|
|
16335
15876
|
vue.createVNode(_component_LangText, { input: _ctx.label }, null, 8, ["input"])
|
|
16336
15877
|
])) : vue.createCommentVNode("", true),
|
|
16337
15878
|
vue.createElementVNode("textarea", {
|
|
@@ -16339,18 +15880,18 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
16339
15880
|
class: vue.normalizeClass({ "no-edit": !_ctx.editMode }),
|
|
16340
15881
|
placeholder: _ctx.placeholder,
|
|
16341
15882
|
onInput: handleInput
|
|
16342
|
-
}, null, 42, _hoisted_3$
|
|
15883
|
+
}, null, 42, _hoisted_3$p)
|
|
16343
15884
|
], 10, _hoisted_1$F);
|
|
16344
15885
|
};
|
|
16345
15886
|
}
|
|
16346
15887
|
});
|
|
16347
15888
|
const JSONInput = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-1cbaeab2"]]);
|
|
16348
15889
|
const _hoisted_1$E = ["for"];
|
|
16349
|
-
const _hoisted_2$
|
|
15890
|
+
const _hoisted_2$t = {
|
|
16350
15891
|
key: 0,
|
|
16351
15892
|
class: "block"
|
|
16352
15893
|
};
|
|
16353
|
-
const _hoisted_3$
|
|
15894
|
+
const _hoisted_3$o = ["id", "placeholder", "disabled", "required", "readonly", "pattern", "onKeydown"];
|
|
16354
15895
|
const _hoisted_4$f = {
|
|
16355
15896
|
key: 1,
|
|
16356
15897
|
class: "opacity-7 light"
|
|
@@ -16464,7 +16005,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
16464
16005
|
}])
|
|
16465
16006
|
}, [
|
|
16466
16007
|
vue.createElementVNode("div", { for: _ctx.id }, [
|
|
16467
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
16008
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$t, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
16468
16009
|
vue.createElementVNode("div", {
|
|
16469
16010
|
class: vue.normalizeClass(["gap-025", { "column flex": _ctx.layout === "vertical", "flex": _ctx.layout === "horizontal" }])
|
|
16470
16011
|
}, [
|
|
@@ -16499,7 +16040,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
16499
16040
|
vue.withKeys(vue.withModifiers(increment, ["prevent"]), ["up"]),
|
|
16500
16041
|
vue.withKeys(vue.withModifiers(decrement, ["prevent"]), ["down"])
|
|
16501
16042
|
]
|
|
16502
|
-
}, null, 42, _hoisted_3$
|
|
16043
|
+
}, null, 42, _hoisted_3$o), [
|
|
16503
16044
|
[
|
|
16504
16045
|
vue.vModelText,
|
|
16505
16046
|
vue.unref(formattedValue),
|
|
@@ -16671,7 +16212,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
16671
16212
|
});
|
|
16672
16213
|
const OTP = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-ab0a46bf"]]);
|
|
16673
16214
|
const _hoisted_1$C = { class: "relative passwordInput" };
|
|
16674
|
-
const _hoisted_2$
|
|
16215
|
+
const _hoisted_2$s = { class: "m-password position-bottom-end flex column justify-content-center" };
|
|
16675
16216
|
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
16676
16217
|
__name: "PasswordInput",
|
|
16677
16218
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -16721,7 +16262,7 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
16721
16262
|
class: "mb-0",
|
|
16722
16263
|
name: props2.name
|
|
16723
16264
|
}), null, 16, ["modelValue", "type", "name"]),
|
|
16724
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
16265
|
+
vue.createElementVNode("div", _hoisted_2$s, [
|
|
16725
16266
|
vue.createVNode(vue.unref(Btn), {
|
|
16726
16267
|
flat: "",
|
|
16727
16268
|
thin: "",
|
|
@@ -16735,8 +16276,8 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
16735
16276
|
}
|
|
16736
16277
|
});
|
|
16737
16278
|
const _hoisted_1$B = ["for"];
|
|
16738
|
-
const _hoisted_2$
|
|
16739
|
-
const _hoisted_3$
|
|
16279
|
+
const _hoisted_2$r = ["id", "disabled", "name", "value", "required"];
|
|
16280
|
+
const _hoisted_3$n = { class: "flex w-100 gap-1 flex-wrap m_gap-05 m_gap-row-025" };
|
|
16740
16281
|
const _hoisted_4$e = ["src", "alt"];
|
|
16741
16282
|
const _hoisted_5$e = { class: "" };
|
|
16742
16283
|
const _hoisted_6$c = {
|
|
@@ -16808,10 +16349,10 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
16808
16349
|
onFocus: handleFocus,
|
|
16809
16350
|
onBlur: handleBlur,
|
|
16810
16351
|
onChange: handleChange
|
|
16811
|
-
}, null, 40, _hoisted_2$
|
|
16352
|
+
}, null, 40, _hoisted_2$r), [
|
|
16812
16353
|
[vue.vModelRadio, selectedOption.value]
|
|
16813
16354
|
]),
|
|
16814
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
16355
|
+
vue.createElementVNode("div", _hoisted_3$n, [
|
|
16815
16356
|
opt.imgSrc ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
16816
16357
|
key: 0,
|
|
16817
16358
|
class: "bg-popup shadow-light py-025 radius-05 m_w40",
|
|
@@ -16841,8 +16382,8 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
16841
16382
|
});
|
|
16842
16383
|
const RadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-adc49780"]]);
|
|
16843
16384
|
const _hoisted_1$A = { class: "bagel-input" };
|
|
16844
|
-
const _hoisted_2$
|
|
16845
|
-
const _hoisted_3$
|
|
16385
|
+
const _hoisted_2$q = { class: "pb-025" };
|
|
16386
|
+
const _hoisted_3$m = { class: "flex gap-05 flex-wrap" };
|
|
16846
16387
|
const _hoisted_4$d = ["id", "name", "value", "checked"];
|
|
16847
16388
|
const _hoisted_5$d = ["for"];
|
|
16848
16389
|
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -16889,8 +16430,8 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
16889
16430
|
});
|
|
16890
16431
|
return (_ctx, _cache) => {
|
|
16891
16432
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
|
|
16892
|
-
vue.createElementVNode("label", _hoisted_2$
|
|
16893
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
16433
|
+
vue.createElementVNode("label", _hoisted_2$q, vue.toDisplayString(_ctx.label), 1),
|
|
16434
|
+
vue.createElementVNode("div", _hoisted_3$m, [
|
|
16894
16435
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.options, (option2, index2) => {
|
|
16895
16436
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16896
16437
|
key: index2,
|
|
@@ -16916,11 +16457,11 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
16916
16457
|
});
|
|
16917
16458
|
const RadioPillsInput = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-68b4cdd0"]]);
|
|
16918
16459
|
const _hoisted_1$z = ["dir"];
|
|
16919
|
-
const _hoisted_2$
|
|
16460
|
+
const _hoisted_2$p = {
|
|
16920
16461
|
key: 0,
|
|
16921
16462
|
class: "label"
|
|
16922
16463
|
};
|
|
16923
|
-
const _hoisted_3$
|
|
16464
|
+
const _hoisted_3$l = { class: "range-slider relative w-100" };
|
|
16924
16465
|
const _hoisted_4$c = ["id", "value", "min", "max", "step", "required", "disabled", "aria-label"];
|
|
16925
16466
|
const _hoisted_5$c = ["value", "min", "max", "step", "required", "disabled"];
|
|
16926
16467
|
const _hoisted_6$b = { class: "track absolute pointer-events-none overflow-hidden round" };
|
|
@@ -16989,8 +16530,8 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
16989
16530
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
16990
16531
|
dir: _ctx.rtl ? "rtl" : "ltr"
|
|
16991
16532
|
}, [
|
|
16992
|
-
props2.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
16993
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
16533
|
+
props2.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$p, vue.toDisplayString(props2.label), 1)) : vue.createCommentVNode("", true),
|
|
16534
|
+
vue.createElementVNode("div", _hoisted_3$l, [
|
|
16994
16535
|
vue.createElementVNode("input", {
|
|
16995
16536
|
id: _ctx.id,
|
|
16996
16537
|
value: validFrom.value,
|
|
@@ -17152,8 +16693,8 @@ const toolbarOptions = [
|
|
|
17152
16693
|
{ name: "fullScreen", label: "Full Screen", icon: "fullscreen", class: "ms-auto" }
|
|
17153
16694
|
];
|
|
17154
16695
|
const _hoisted_1$y = { class: "grid grid-wrap p-05" };
|
|
17155
|
-
const _hoisted_2$
|
|
17156
|
-
const _hoisted_3$
|
|
16696
|
+
const _hoisted_2$o = ["onMousemove", "onClick"];
|
|
16697
|
+
const _hoisted_3$k = { class: "txt-center txt-12 color-gray" };
|
|
17157
16698
|
const fb = 1;
|
|
17158
16699
|
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
17159
16700
|
__name: "gridBox",
|
|
@@ -17203,11 +16744,11 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
17203
16744
|
hoveredCol.value = col;
|
|
17204
16745
|
},
|
|
17205
16746
|
onClick: ($event) => emit2("select", `${row}x${col}`)
|
|
17206
|
-
}, null, 42, _hoisted_2$
|
|
16747
|
+
}, null, 42, _hoisted_2$o);
|
|
17207
16748
|
}), 128))
|
|
17208
16749
|
], 32);
|
|
17209
16750
|
}), 128)),
|
|
17210
|
-
vue.createElementVNode("p", _hoisted_3$
|
|
16751
|
+
vue.createElementVNode("p", _hoisted_3$k, vue.toDisplayString(hoveredRow.value) + "x" + vue.toDisplayString(hoveredCol.value), 1)
|
|
17211
16752
|
]);
|
|
17212
16753
|
};
|
|
17213
16754
|
}
|
|
@@ -17235,7 +16776,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
17235
16776
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$x, [
|
|
17236
16777
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.config.map(configToOption).filter(Boolean), (action, index2) => {
|
|
17237
16778
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: index2 }, [
|
|
17238
|
-
action.name === "insertTable" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
16779
|
+
action.name === "insertTable" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$Z), {
|
|
17239
16780
|
key: 0,
|
|
17240
16781
|
placement: "bottom-start",
|
|
17241
16782
|
thin: "",
|
|
@@ -18841,8 +18382,8 @@ function isNodeEmpty(node) {
|
|
|
18841
18382
|
return brElements.length === 1 && node.childNodes.length <= 2;
|
|
18842
18383
|
}
|
|
18843
18384
|
const _hoisted_1$w = { class: "bagel-input" };
|
|
18844
|
-
const _hoisted_2$
|
|
18845
|
-
const _hoisted_3$
|
|
18385
|
+
const _hoisted_2$n = { class: "content-area radius-05" };
|
|
18386
|
+
const _hoisted_3$j = {
|
|
18846
18387
|
key: 1,
|
|
18847
18388
|
class: "flex"
|
|
18848
18389
|
};
|
|
@@ -18981,7 +18522,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
18981
18522
|
vue.createElementVNode("div", {
|
|
18982
18523
|
class: vue.normalizeClass(["editor-container", { "split-view": vue.unref(editor).state.isSplitView }])
|
|
18983
18524
|
}, [
|
|
18984
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
18525
|
+
vue.createElementVNode("div", _hoisted_2$n, [
|
|
18985
18526
|
vue.createElementVNode("iframe", {
|
|
18986
18527
|
id: "rich-text-iframe",
|
|
18987
18528
|
ref_key: "iframe",
|
|
@@ -19004,7 +18545,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
19004
18545
|
height: vue.unref(editor).state.isFullscreen ? "calc(100vh - 4rem)" : "250px"
|
|
19005
18546
|
}, null, 8, ["modelValue", "height"])) : vue.createCommentVNode("", true)
|
|
19006
18547
|
], 2),
|
|
19007
|
-
_ctx.debug ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
18548
|
+
_ctx.debug ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$j, [
|
|
19008
18549
|
_cache[6] || (_cache[6] = vue.createElementVNode("p", { class: "text12 txt-gray mb-0 p-0" }, " Debug ", -1)),
|
|
19009
18550
|
vue.createVNode(vue.unref(Btn), {
|
|
19010
18551
|
thin: "",
|
|
@@ -19050,8 +18591,8 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
19050
18591
|
});
|
|
19051
18592
|
const RichText = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-175a13f1"]]);
|
|
19052
18593
|
const _hoisted_1$v = { key: 0 };
|
|
19053
|
-
const _hoisted_2$
|
|
19054
|
-
const _hoisted_3$
|
|
18594
|
+
const _hoisted_2$m = { class: "flex gap-05" };
|
|
18595
|
+
const _hoisted_3$i = ["disabled"];
|
|
19055
18596
|
const _hoisted_4$b = { key: 1 };
|
|
19056
18597
|
const _hoisted_5$b = {
|
|
19057
18598
|
key: 2,
|
|
@@ -19220,7 +18761,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19220
18761
|
}
|
|
19221
18762
|
});
|
|
19222
18763
|
return (_ctx, _cache) => {
|
|
19223
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
18764
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$Z), {
|
|
19224
18765
|
ref_key: "dropdown",
|
|
19225
18766
|
ref: dropdown,
|
|
19226
18767
|
shown: vue.unref(open),
|
|
@@ -19234,8 +18775,8 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19234
18775
|
trigger: vue.withCtx(() => [
|
|
19235
18776
|
vue.createElementVNode("label", null, [
|
|
19236
18777
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
19237
|
-
_ctx.required ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$v, "*")) : vue.createCommentVNode("", true),
|
|
19238
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
18778
|
+
_ctx.required && _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$v, "*")) : vue.createCommentVNode("", true),
|
|
18779
|
+
vue.createElementVNode("div", _hoisted_2$m, [
|
|
19239
18780
|
_ctx.searchable && vue.unref(open) ? (vue.openBlock(), vue.createBlock(vue.unref(TextInput), {
|
|
19240
18781
|
key: 0,
|
|
19241
18782
|
ref_key: "searchInput",
|
|
@@ -19282,7 +18823,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19282
18823
|
key: 3,
|
|
19283
18824
|
thin: ""
|
|
19284
18825
|
}, { icon: vue.unref(open) ? "unfold_less" : "unfold_more" }), null, 16)) : vue.createCommentVNode("", true)
|
|
19285
|
-
], 42, _hoisted_3$
|
|
18826
|
+
], 42, _hoisted_3$i)),
|
|
19286
18827
|
_ctx.required ? (vue.openBlock(), vue.createElementBlock("input", {
|
|
19287
18828
|
key: 2,
|
|
19288
18829
|
tabindex: "-1",
|
|
@@ -19301,7 +18842,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19301
18842
|
height: "25px",
|
|
19302
18843
|
class: "mx-1 my-1"
|
|
19303
18844
|
})) : vue.createCommentVNode("", true),
|
|
19304
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
18845
|
+
vue.createVNode(vue.unref(_sfc_main$14), {
|
|
19305
18846
|
class: "p-05",
|
|
19306
18847
|
style: vue.normalizeStyle({ width: _ctx.fullWidth ? "100%" : "auto" }),
|
|
19307
18848
|
onClick: _cache[9] || (_cache[9] = vue.withModifiers(() => {
|
|
@@ -19354,7 +18895,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
19354
18895
|
};
|
|
19355
18896
|
}
|
|
19356
18897
|
});
|
|
19357
|
-
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-
|
|
18898
|
+
const SelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-cced5e42"]]);
|
|
19358
18899
|
/*!
|
|
19359
18900
|
* Signature Pad v5.0.7 | https://github.com/szimek/signature_pad
|
|
19360
18901
|
* (c) 2025 Szymon Nowak | Released under the MIT license
|
|
@@ -19952,7 +19493,7 @@ class SignaturePad extends SignatureEventTarget {
|
|
|
19952
19493
|
}
|
|
19953
19494
|
}
|
|
19954
19495
|
const _hoisted_1$u = ["disabled"];
|
|
19955
|
-
const _hoisted_2$
|
|
19496
|
+
const _hoisted_2$l = {
|
|
19956
19497
|
key: 1,
|
|
19957
19498
|
placeholder: "required",
|
|
19958
19499
|
type: "text",
|
|
@@ -20156,7 +19697,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
20156
19697
|
class: "canvas",
|
|
20157
19698
|
disabled: _ctx.disabled
|
|
20158
19699
|
}, null, 8, _hoisted_1$u),
|
|
20159
|
-
_ctx.required && vue.unref(_isEmpty) ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$
|
|
19700
|
+
_ctx.required && vue.unref(_isEmpty) ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_2$l)) : vue.createCommentVNode("", true)
|
|
20160
19701
|
], 34);
|
|
20161
19702
|
};
|
|
20162
19703
|
}
|
|
@@ -20368,12 +19909,12 @@ function matrix(el, selfOnly) {
|
|
|
20368
19909
|
var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
|
|
20369
19910
|
return matrixFn && new matrixFn(appliedTransforms);
|
|
20370
19911
|
}
|
|
20371
|
-
function find(ctx, tagName,
|
|
19912
|
+
function find(ctx, tagName, iterator) {
|
|
20372
19913
|
if (ctx) {
|
|
20373
19914
|
var list = ctx.getElementsByTagName(tagName), i2 = 0, n2 = list.length;
|
|
20374
|
-
if (
|
|
19915
|
+
if (iterator) {
|
|
20375
19916
|
for (; i2 < n2; i2++) {
|
|
20376
|
-
|
|
19917
|
+
iterator(list[i2], i2);
|
|
20377
19918
|
}
|
|
20378
19919
|
}
|
|
20379
19920
|
return list;
|
|
@@ -22641,8 +22182,8 @@ const VueDraggableNext = vue.defineComponent({
|
|
|
22641
22182
|
}
|
|
22642
22183
|
});
|
|
22643
22184
|
const _hoisted_1$t = ["title"];
|
|
22644
|
-
const _hoisted_2$
|
|
22645
|
-
const _hoisted_3$
|
|
22185
|
+
const _hoisted_2$k = { class: "bagel-input" };
|
|
22186
|
+
const _hoisted_3$h = { class: "table-side-scroll" };
|
|
22646
22187
|
const _hoisted_4$a = { class: "table-header" };
|
|
22647
22188
|
const _hoisted_5$a = { class: "table-reorder" };
|
|
22648
22189
|
const _hoisted_6$9 = { class: "table-action" };
|
|
@@ -22711,10 +22252,10 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
22711
22252
|
class: "table-field-wrap",
|
|
22712
22253
|
title: _ctx.description
|
|
22713
22254
|
}, [
|
|
22714
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
22255
|
+
vue.createElementVNode("div", _hoisted_2$k, [
|
|
22715
22256
|
vue.createElementVNode("label", null, vue.toDisplayString((_a = vue.unref(fieldMeta)) == null ? void 0 : _a.label), 1)
|
|
22716
22257
|
]),
|
|
22717
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
22258
|
+
vue.createElementVNode("div", _hoisted_3$h, [
|
|
22718
22259
|
vue.createElementVNode("div", _hoisted_4$a, [
|
|
22719
22260
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList((_b = vue.unref(entityMeta)) == null ? void 0 : _b.fields, (field) => {
|
|
22720
22261
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -22798,7 +22339,6 @@ function bind(fn, thisArg) {
|
|
|
22798
22339
|
}
|
|
22799
22340
|
const { toString } = Object.prototype;
|
|
22800
22341
|
const { getPrototypeOf } = Object;
|
|
22801
|
-
const { iterator, toStringTag } = Symbol;
|
|
22802
22342
|
const kindOf = /* @__PURE__ */ ((cache) => (thing) => {
|
|
22803
22343
|
const str = toString.call(thing);
|
|
22804
22344
|
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -22833,7 +22373,7 @@ const isPlainObject = (val) => {
|
|
|
22833
22373
|
return false;
|
|
22834
22374
|
}
|
|
22835
22375
|
const prototype2 = getPrototypeOf(val);
|
|
22836
|
-
return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(toStringTag in val) && !(iterator in val);
|
|
22376
|
+
return (prototype2 === null || prototype2 === Object.prototype || Object.getPrototypeOf(prototype2) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
|
|
22837
22377
|
};
|
|
22838
22378
|
const isDate = kindOfTest("Date");
|
|
22839
22379
|
const isFile = kindOfTest("File");
|
|
@@ -22980,10 +22520,10 @@ const isTypedArray = /* @__PURE__ */ ((TypedArray) => {
|
|
|
22980
22520
|
};
|
|
22981
22521
|
})(typeof Uint8Array !== "undefined" && getPrototypeOf(Uint8Array));
|
|
22982
22522
|
const forEachEntry = (obj, fn) => {
|
|
22983
|
-
const generator = obj && obj[iterator];
|
|
22984
|
-
const
|
|
22523
|
+
const generator = obj && obj[Symbol.iterator];
|
|
22524
|
+
const iterator = generator.call(obj);
|
|
22985
22525
|
let result2;
|
|
22986
|
-
while ((result2 =
|
|
22526
|
+
while ((result2 = iterator.next()) && !result2.done) {
|
|
22987
22527
|
const pair = result2.value;
|
|
22988
22528
|
fn.call(obj, pair[0], pair[1]);
|
|
22989
22529
|
}
|
|
@@ -23053,7 +22593,7 @@ const toFiniteNumber = (value, defaultValue) => {
|
|
|
23053
22593
|
return value != null && Number.isFinite(value = +value) ? value : defaultValue;
|
|
23054
22594
|
};
|
|
23055
22595
|
function isSpecCompliantForm(thing) {
|
|
23056
|
-
return !!(thing && isFunction(thing.append) && thing[toStringTag] === "FormData" && thing[iterator]);
|
|
22596
|
+
return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === "FormData" && thing[Symbol.iterator]);
|
|
23057
22597
|
}
|
|
23058
22598
|
const toJSONObject = (obj) => {
|
|
23059
22599
|
const stack2 = new Array(10);
|
|
@@ -23099,7 +22639,6 @@ const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
|
23099
22639
|
isFunction(_global.postMessage)
|
|
23100
22640
|
);
|
|
23101
22641
|
const asap = typeof queueMicrotask !== "undefined" ? queueMicrotask.bind(_global) : typeof process !== "undefined" && process.nextTick || _setImmediate;
|
|
23102
|
-
const isIterable = (thing) => thing != null && isFunction(thing[iterator]);
|
|
23103
22642
|
const utils$1 = {
|
|
23104
22643
|
isArray,
|
|
23105
22644
|
isArrayBuffer,
|
|
@@ -23156,8 +22695,7 @@ const utils$1 = {
|
|
|
23156
22695
|
isAsyncFn,
|
|
23157
22696
|
isThenable,
|
|
23158
22697
|
setImmediate: _setImmediate,
|
|
23159
|
-
asap
|
|
23160
|
-
isIterable
|
|
22698
|
+
asap
|
|
23161
22699
|
};
|
|
23162
22700
|
function AxiosError$1(message, code, config, request, response) {
|
|
23163
22701
|
Error.call(this);
|
|
@@ -23780,15 +23318,10 @@ let AxiosHeaders$1 = class AxiosHeaders2 {
|
|
|
23780
23318
|
setHeaders(header, valueOrRewrite);
|
|
23781
23319
|
} else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
23782
23320
|
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
23783
|
-
} else if (utils$1.
|
|
23784
|
-
|
|
23785
|
-
|
|
23786
|
-
if (!utils$1.isArray(entry)) {
|
|
23787
|
-
throw TypeError("Object iterator must return a key-value pair");
|
|
23788
|
-
}
|
|
23789
|
-
obj[key = entry[0]] = (dest = obj[key]) ? utils$1.isArray(dest) ? [...dest, entry[1]] : [dest, entry[1]] : entry[1];
|
|
23321
|
+
} else if (utils$1.isHeaders(header)) {
|
|
23322
|
+
for (const [key, value] of header.entries()) {
|
|
23323
|
+
setHeader(value, key, rewrite);
|
|
23790
23324
|
}
|
|
23791
|
-
setHeaders(obj, valueOrRewrite);
|
|
23792
23325
|
} else {
|
|
23793
23326
|
header != null && setHeader(valueOrRewrite, header, rewrite);
|
|
23794
23327
|
}
|
|
@@ -23892,9 +23425,6 @@ let AxiosHeaders$1 = class AxiosHeaders2 {
|
|
|
23892
23425
|
toString() {
|
|
23893
23426
|
return Object.entries(this.toJSON()).map(([header, value]) => header + ": " + value).join("\n");
|
|
23894
23427
|
}
|
|
23895
|
-
getSetCookie() {
|
|
23896
|
-
return this.get("set-cookie") || [];
|
|
23897
|
-
}
|
|
23898
23428
|
get [Symbol.toStringTag]() {
|
|
23899
23429
|
return "AxiosHeaders";
|
|
23900
23430
|
}
|
|
@@ -24427,7 +23957,7 @@ const readStream = async function* (stream) {
|
|
|
24427
23957
|
}
|
|
24428
23958
|
};
|
|
24429
23959
|
const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
24430
|
-
const
|
|
23960
|
+
const iterator = readBytes(stream, chunkSize);
|
|
24431
23961
|
let bytes = 0;
|
|
24432
23962
|
let done;
|
|
24433
23963
|
let _onFinish = (e) => {
|
|
@@ -24439,7 +23969,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
24439
23969
|
return new ReadableStream({
|
|
24440
23970
|
async pull(controller) {
|
|
24441
23971
|
try {
|
|
24442
|
-
const { done: done2, value } = await
|
|
23972
|
+
const { done: done2, value } = await iterator.next();
|
|
24443
23973
|
if (done2) {
|
|
24444
23974
|
_onFinish();
|
|
24445
23975
|
controller.close();
|
|
@@ -24458,7 +23988,7 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
24458
23988
|
},
|
|
24459
23989
|
cancel(reason) {
|
|
24460
23990
|
_onFinish(reason);
|
|
24461
|
-
return
|
|
23991
|
+
return iterator.return();
|
|
24462
23992
|
}
|
|
24463
23993
|
}, {
|
|
24464
23994
|
highWaterMark: 2
|
|
@@ -24615,7 +24145,7 @@ const fetchAdapter = isFetchSupported && (async (config) => {
|
|
|
24615
24145
|
});
|
|
24616
24146
|
} catch (err) {
|
|
24617
24147
|
unsubscribe && unsubscribe();
|
|
24618
|
-
if (err && err.name === "TypeError" && /
|
|
24148
|
+
if (err && err.name === "TypeError" && /fetch/i.test(err.message)) {
|
|
24619
24149
|
throw Object.assign(
|
|
24620
24150
|
new AxiosError$1("Network Error", AxiosError$1.ERR_NETWORK, config, request),
|
|
24621
24151
|
{
|
|
@@ -24721,7 +24251,7 @@ function dispatchRequest(config) {
|
|
|
24721
24251
|
return Promise.reject(reason);
|
|
24722
24252
|
});
|
|
24723
24253
|
}
|
|
24724
|
-
const VERSION$1 = "1.
|
|
24254
|
+
const VERSION$1 = "1.8.4";
|
|
24725
24255
|
const validators$1 = {};
|
|
24726
24256
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type3, i2) => {
|
|
24727
24257
|
validators$1[type3] = function validator2(thing) {
|
|
@@ -24787,7 +24317,7 @@ const validator = {
|
|
|
24787
24317
|
const validators = validator.validators;
|
|
24788
24318
|
let Axios$1 = class Axios2 {
|
|
24789
24319
|
constructor(instanceConfig) {
|
|
24790
|
-
this.defaults = instanceConfig
|
|
24320
|
+
this.defaults = instanceConfig;
|
|
24791
24321
|
this.interceptors = {
|
|
24792
24322
|
request: new InterceptorManager(),
|
|
24793
24323
|
response: new InterceptorManager()
|
|
@@ -25173,7 +24703,7 @@ const {
|
|
|
25173
24703
|
getAdapter,
|
|
25174
24704
|
mergeConfig
|
|
25175
24705
|
} = axios$1;
|
|
25176
|
-
const metadata = { "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, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "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, "([267]\\d{6})$|1", "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(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|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, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|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])|3\\d\\d)|(?: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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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, "([2-9]\\d{6})$|1", "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(?:[15]|28|4[14])|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]|2[23]"], "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", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\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[02-4679]"]]]], "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", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|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, "([3-8]\\d{6})$|1", "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-9]"]], ["(\\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-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[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(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[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, "([59]\\d{7})$|0", "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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\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{2})(\\d{4})", "$1 $2 $3", ["2"], "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"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "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, 12], [["(\\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[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|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(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "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, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "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", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [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", ["[56]"], "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, "([59]\\d{7})$|0", "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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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, 10, 11, 12], [["(\\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[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[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{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "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, "([2-7]\\d{6})$|1", "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", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "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{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "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[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?: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|1(?:[0-7]\\d|8[0-3]))|(?: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-28]|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, "([2-9]\\d{6})$|1", "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\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "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-28]|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|60)\\d{6}", [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\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "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[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "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", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-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", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{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", ["6|7[245]"], "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-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "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]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\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, "([25-8]\\d{5})$|0", "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})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\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]|43"]], ["(\\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}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [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]], ["3[2-8]\\d{9,10}", [11, 12]], 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-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\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-28]|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)|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])|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])|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[0459]|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[26-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]|9[29])|5(?:2|3(?:[045]|9[0-8])|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[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|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]))|(?: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]|9(?:[0-58]|6[4-9]|7[0-35689]))|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]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|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]"], "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", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "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-9]\\d{8}", [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, "([2-7]\\d{6})$|1", "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", ["[36]0|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, "([2-9]\\d{6})$|1", "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[0135-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, "([2-8]\\d{6})$|1", "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, "(1001)|0"], "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", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "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]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 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{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "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(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\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\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "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", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "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, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "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, "([34]\\d{6})$|1", "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])", "(?:[57]|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", ["[57]"]], ["(\\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", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\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]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 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[0467]"]]]], "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", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "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", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 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", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], "NU": ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "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)|[589]"], "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"], "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|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|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]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\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-7])"], "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", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\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", ["[236-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-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|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", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "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]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\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, 12], [["(\\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-9]|[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|79)\\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", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|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}|(?:80\\d|900)\\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, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "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, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 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", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\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|71)\\d{6}", [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", ["[67]"], "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]|61[06])", "5(?:[0-59]|61[06]1)"], "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, "([2-46-8]\\d{6})$|1", "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]", "(?:[25-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{2})(\\d{7})", "$1 $2", ["5"]], ["(\\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, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|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[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|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-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "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{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "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, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "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, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "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|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\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", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\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", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "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-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "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|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "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}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "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, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 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})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "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}"]]] } };
|
|
24706
|
+
const metadata = { "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, "([457]\\d{6})$|1", "268$1", 0, "268"], "AI": ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "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, "([267]\\d{6})$|1", "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, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|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])|3\\d\\d)|(?: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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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, "([2-9]\\d{6})$|1", "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(?:[15]|28|4[14])|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]|2[23]"], "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", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\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[02-4679]"]]]], "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", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], "BL": ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "BM": ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|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, "([3-8]\\d{6})$|1", "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-9]"]], ["(\\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-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[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(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[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, "([59]\\d{7})$|0", "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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\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{2})(\\d{4})", "$1 $2 $3", ["2"], "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"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "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, 12], [["(\\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[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|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(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|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(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "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, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], "CO": ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], "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", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [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", ["[56]"], "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, "([59]\\d{7})$|0", "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(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-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, 10, 11, 12], [["(\\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[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[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{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "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, "([2-7]\\d{6})$|1", "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", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "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{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "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[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?: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|1(?:[0-7]\\d|8[0-3]))|(?: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-28]|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, "([2-9]\\d{6})$|1", "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\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], "GG": ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "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-28]|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|60)\\d{6}", [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\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "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[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "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", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], "GU": ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-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", ["6|7[245]"], "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-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], "HT": ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], "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]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\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, "([25-8]\\d{5})$|0", "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})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\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]|43"]], ["(\\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}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [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]], ["3[2-8]\\d{9,10}", [11, 12]], 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-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\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-28]|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)|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])|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])|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[0459]|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[26-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]|9[29])|5(?:2|3(?:[045]|9[0-8])|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[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|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]))|(?: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]|9(?:[0-58]|6[4-9]|7[0-35689]))|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]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|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]"], "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", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], "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-9]\\d{8}", [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, "([2-7]\\d{6})$|1", "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", ["[36]0|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, "([2-9]\\d{6})$|1", "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[0135-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, "([2-8]\\d{6})$|1", "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, "(1001)|0"], "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", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "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]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 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{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "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(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\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\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], "MG": ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "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", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "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, "([2-9]\\d{6})$|1", "670$1", 0, "670"], "MQ": ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "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, "([34]\\d{6})$|1", "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])", "(?:[57]|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", ["[57]"]], ["(\\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", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], "MW": ["265", "00", "(?:[1289]\\d|31|77)\\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]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 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[0467]"]]]], "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", "38\\d{6}|[78]\\d{9,13}|(?:20|9\\d)\\d{8}", [8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["3"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "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", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 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", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], "NZ": ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "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)|[589]"], "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"], "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|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|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]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\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-7])"], "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", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], "RE": ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], "RO": ["40", "00", "(?:[236-8]\\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", ["[236-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-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|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", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "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]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], "SC": ["248", "010|0[0-2]", "(?:[2489]\\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, 12], [["(\\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-9]|[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|79)\\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", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|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}|(?:80\\d|900)\\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, "(5\\d{6})$|1", "721$1", 0, "721"], "SY": ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "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, "([2-479]\\d{6})$|1", "649$1", 0, "649"], "TD": ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 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", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\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|71)\\d{6}", [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", ["[67]"], "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]|61[06])", "5(?:[0-59]|61[06]1)"], "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, "([2-46-8]\\d{6})$|1", "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]", "(?:[25-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{2})(\\d{7})", "$1 $2", ["5"]], ["(\\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, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|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[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|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-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], "UY": ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "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{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], "UZ": ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], "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, 12], 0, 0, 0, 0, 0, 0, "06698"], "VC": ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "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, "([2-578]\\d{6})$|1", "284$1", 0, "284"], "VI": ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "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", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "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|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\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", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\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", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "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-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], "YT": ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], "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|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "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}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], "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, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], "882": ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 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})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], "883": ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], "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}"]]] } };
|
|
25177
24707
|
function withMetadataArgument(func, _arguments) {
|
|
25178
24708
|
var args = Array.prototype.slice.call(_arguments);
|
|
25179
24709
|
args.push(metadata);
|
|
@@ -27276,8 +26806,8 @@ function parsePhoneNumber() {
|
|
|
27276
26806
|
return withMetadataArgument(parsePhoneNumber$1, arguments);
|
|
27277
26807
|
}
|
|
27278
26808
|
const _hoisted_1$s = { key: 0 };
|
|
27279
|
-
const _hoisted_2$
|
|
27280
|
-
const _hoisted_3$
|
|
26809
|
+
const _hoisted_2$j = ["aria-expanded"];
|
|
26810
|
+
const _hoisted_3$g = { class: "flex gap-05 country-code-display" };
|
|
27281
26811
|
const _hoisted_4$9 = { class: "p-075 tel-countryp-dropdown" };
|
|
27282
26812
|
const _hoisted_5$9 = {
|
|
27283
26813
|
class: "overflow-y p-0 max-h-300px",
|
|
@@ -27465,7 +26995,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
27465
26995
|
"aria-haspopup": "listbox",
|
|
27466
26996
|
"aria-expanded": vue.unref(open)
|
|
27467
26997
|
}, [
|
|
27468
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
26998
|
+
vue.createVNode(vue.unref(_sfc_main$Z), {
|
|
27469
26999
|
shown: vue.unref(open),
|
|
27470
27000
|
"onUpdate:shown": _cache[1] || (_cache[1] = ($event) => vue.isRef(open) ? open.value = $event : open = $event),
|
|
27471
27001
|
placement: "bottom-start",
|
|
@@ -27473,7 +27003,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
27473
27003
|
onShow: focusSearchInput
|
|
27474
27004
|
}, {
|
|
27475
27005
|
trigger: vue.withCtx(() => [
|
|
27476
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
27006
|
+
vue.createElementVNode("span", _hoisted_3$g, [
|
|
27477
27007
|
!disableDropdown.value ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
27478
27008
|
key: 0,
|
|
27479
27009
|
icon: vue.unref(open) ? "collapse_all" : "expand_all"
|
|
@@ -27545,7 +27075,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
27545
27075
|
{ tel: true }
|
|
27546
27076
|
]
|
|
27547
27077
|
])
|
|
27548
|
-
], 8, _hoisted_2$
|
|
27078
|
+
], 8, _hoisted_2$j)
|
|
27549
27079
|
])
|
|
27550
27080
|
], 2);
|
|
27551
27081
|
};
|
|
@@ -27553,8 +27083,8 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
27553
27083
|
});
|
|
27554
27084
|
const TelInput = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-24f599bf"]]);
|
|
27555
27085
|
const _hoisted_1$r = ["title"];
|
|
27556
|
-
const _hoisted_2$
|
|
27557
|
-
const _hoisted_3$
|
|
27086
|
+
const _hoisted_2$i = ["for"];
|
|
27087
|
+
const _hoisted_3$f = { key: 0 };
|
|
27558
27088
|
const _hoisted_4$8 = ["id", "name", "title", "autocomplete", "type", "placeholder", "disabled", "required", "pattern"];
|
|
27559
27089
|
const _hoisted_5$8 = ["id", "name", "title", "type", "rows", "placeholder", "disabled", "required", "pattern"];
|
|
27560
27090
|
const _hoisted_6$7 = {
|
|
@@ -27653,7 +27183,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
27653
27183
|
}, [
|
|
27654
27184
|
vue.createElementVNode("label", { for: _ctx.id }, [
|
|
27655
27185
|
vue.createTextVNode(vue.toDisplayString(_ctx.label) + " ", 1),
|
|
27656
|
-
_ctx.required && _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$
|
|
27186
|
+
_ctx.required && _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$f, "*")) : vue.createCommentVNode("", true),
|
|
27657
27187
|
!_ctx.multiline && !_ctx.autoheight && !_ctx.code && inputRows.value < 2 ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", vue.mergeProps({
|
|
27658
27188
|
key: 1,
|
|
27659
27189
|
id: _ctx.id,
|
|
@@ -27713,15 +27243,15 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
27713
27243
|
key: 5,
|
|
27714
27244
|
icon: _ctx.icon
|
|
27715
27245
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true)
|
|
27716
|
-
], 8, _hoisted_2$
|
|
27246
|
+
], 8, _hoisted_2$i)
|
|
27717
27247
|
], 10, _hoisted_1$r);
|
|
27718
27248
|
};
|
|
27719
27249
|
}
|
|
27720
27250
|
});
|
|
27721
27251
|
const TextInput = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-84ff4b81"]]);
|
|
27722
27252
|
const _hoisted_1$q = ["title"];
|
|
27723
|
-
const _hoisted_2$
|
|
27724
|
-
const _hoisted_3$
|
|
27253
|
+
const _hoisted_2$h = ["id", "required"];
|
|
27254
|
+
const _hoisted_3$e = ["for"];
|
|
27725
27255
|
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
27726
27256
|
__name: "ToggleInput",
|
|
27727
27257
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -27758,14 +27288,14 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
27758
27288
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => checked.value = $event),
|
|
27759
27289
|
type: "checkbox",
|
|
27760
27290
|
required: _ctx.required
|
|
27761
|
-
}, null, 8, _hoisted_2$
|
|
27291
|
+
}, null, 8, _hoisted_2$h), [
|
|
27762
27292
|
[vue.vModelCheckbox, checked.value]
|
|
27763
27293
|
]),
|
|
27764
27294
|
vue.createElementVNode("label", { for: inputId.value }, [
|
|
27765
27295
|
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
27766
27296
|
vue.createTextVNode(vue.toDisplayString(_ctx.label), 1)
|
|
27767
27297
|
], true)
|
|
27768
|
-
], 8, _hoisted_3$
|
|
27298
|
+
], 8, _hoisted_3$e)
|
|
27769
27299
|
], 10, _hoisted_1$q);
|
|
27770
27300
|
};
|
|
27771
27301
|
}
|
|
@@ -27801,6 +27331,7 @@ const files = {
|
|
|
27801
27331
|
};
|
|
27802
27332
|
function useFileUpload(props2 = {}) {
|
|
27803
27333
|
files.setBaseUrl(useBagel().host);
|
|
27334
|
+
const namespace2 = props2.namespace || "default";
|
|
27804
27335
|
const fileQueue = vue.ref([]);
|
|
27805
27336
|
const storageFiles = vue.ref([]);
|
|
27806
27337
|
const pk = vue.ref([]);
|
|
@@ -27820,11 +27351,20 @@ function useFileUpload(props2 = {}) {
|
|
|
27820
27351
|
filesToAdd = file;
|
|
27821
27352
|
}
|
|
27822
27353
|
const newQueueFiles = filesToAdd.map((f2) => ({
|
|
27354
|
+
url: fileToUrl(f2),
|
|
27823
27355
|
name: f2.name,
|
|
27824
27356
|
file: f2,
|
|
27825
|
-
progress: 0
|
|
27357
|
+
progress: 0,
|
|
27358
|
+
namespace: namespace2
|
|
27826
27359
|
}));
|
|
27827
|
-
|
|
27360
|
+
if (props2.multiple) {
|
|
27361
|
+
fileQueue.value.push(...newQueueFiles);
|
|
27362
|
+
} else {
|
|
27363
|
+
fileQueue.value = newQueueFiles;
|
|
27364
|
+
}
|
|
27365
|
+
if (props2.onFileQueued && newQueueFiles.length > 0) {
|
|
27366
|
+
props2.onFileQueued(newQueueFiles);
|
|
27367
|
+
}
|
|
27828
27368
|
};
|
|
27829
27369
|
const removeFile = async (pathKeyOrFile) => {
|
|
27830
27370
|
if (typeof pathKeyOrFile === "string") {
|
|
@@ -27839,14 +27379,18 @@ function useFileUpload(props2 = {}) {
|
|
|
27839
27379
|
console.error("Error deleting file:", error);
|
|
27840
27380
|
}
|
|
27841
27381
|
} else if (pathKeyOrFile) {
|
|
27842
|
-
const
|
|
27382
|
+
const fileToRemove = pathKeyOrFile instanceof File ? { name: pathKeyOrFile.name } : pathKeyOrFile;
|
|
27383
|
+
const index2 = fileQueue.value.findIndex(
|
|
27384
|
+
(queueFile) => queueFile.file.name === fileToRemove.name && queueFile.namespace === namespace2
|
|
27385
|
+
);
|
|
27843
27386
|
if (index2 !== -1) {
|
|
27844
27387
|
fileQueue.value.splice(index2, 1);
|
|
27845
27388
|
}
|
|
27846
27389
|
}
|
|
27847
27390
|
};
|
|
27848
27391
|
const flushQueue = async () => {
|
|
27849
|
-
|
|
27392
|
+
const namespaceQueue = fileQueue.value.filter((file) => file.namespace === namespace2);
|
|
27393
|
+
for (const file of namespaceQueue) {
|
|
27850
27394
|
file.uploading = true;
|
|
27851
27395
|
if (!props2.multiple) {
|
|
27852
27396
|
pk.value.splice(0, 1);
|
|
@@ -27863,9 +27407,9 @@ function useFileUpload(props2 = {}) {
|
|
|
27863
27407
|
console.error("Error uploading file:", error);
|
|
27864
27408
|
}
|
|
27865
27409
|
}
|
|
27866
|
-
fileQueue.value =
|
|
27410
|
+
fileQueue.value = fileQueue.value.filter((file) => file.namespace !== namespace2);
|
|
27867
27411
|
};
|
|
27868
|
-
const browse = (
|
|
27412
|
+
const browse = (autoFlush = false) => {
|
|
27869
27413
|
if (props2.disabled) return;
|
|
27870
27414
|
const input = document.createElement("input");
|
|
27871
27415
|
input.type = "file";
|
|
@@ -27873,7 +27417,7 @@ function useFileUpload(props2 = {}) {
|
|
|
27873
27417
|
input.accept = props2.accept || "";
|
|
27874
27418
|
input.onchange = (e) => {
|
|
27875
27419
|
addFile(e.target.files);
|
|
27876
|
-
if (
|
|
27420
|
+
if (autoFlush) {
|
|
27877
27421
|
flushQueue();
|
|
27878
27422
|
}
|
|
27879
27423
|
};
|
|
@@ -27898,12 +27442,13 @@ function useFileUpload(props2 = {}) {
|
|
|
27898
27442
|
removeFile,
|
|
27899
27443
|
flushQueue,
|
|
27900
27444
|
addFile,
|
|
27901
|
-
browse
|
|
27445
|
+
browse,
|
|
27446
|
+
namespace: namespace2
|
|
27902
27447
|
};
|
|
27903
27448
|
}
|
|
27904
27449
|
const _hoisted_1$p = { class: "bagel-input" };
|
|
27905
|
-
const _hoisted_2$
|
|
27906
|
-
const _hoisted_3$
|
|
27450
|
+
const _hoisted_2$g = { key: 0 };
|
|
27451
|
+
const _hoisted_3$d = {
|
|
27907
27452
|
key: 1,
|
|
27908
27453
|
placeholder: "required",
|
|
27909
27454
|
type: "text",
|
|
@@ -27921,27 +27466,25 @@ const _hoisted_8$4 = {
|
|
|
27921
27466
|
key: 0,
|
|
27922
27467
|
class: "bgl-multi-preview"
|
|
27923
27468
|
};
|
|
27924
|
-
const _hoisted_9$
|
|
27925
|
-
const _hoisted_10$3 =
|
|
27926
|
-
const _hoisted_11$3 = {
|
|
27469
|
+
const _hoisted_9$4 = { class: "m-0" };
|
|
27470
|
+
const _hoisted_10$3 = ["src"];
|
|
27471
|
+
const _hoisted_11$3 = { class: "no-margin multi-preview-txt" };
|
|
27472
|
+
const _hoisted_12$3 = {
|
|
27927
27473
|
key: 0,
|
|
27928
27474
|
class: "progress"
|
|
27929
27475
|
};
|
|
27930
|
-
const
|
|
27476
|
+
const _hoisted_13$2 = {
|
|
27931
27477
|
key: 1,
|
|
27932
27478
|
class: "bgl-single-preview"
|
|
27933
27479
|
};
|
|
27934
|
-
const
|
|
27935
|
-
const _hoisted_14$2 = {
|
|
27936
|
-
key: 0,
|
|
27937
|
-
class: "h-100"
|
|
27938
|
-
};
|
|
27480
|
+
const _hoisted_14$2 = { class: "position-start m-05 flex opacity-7 z-99 gap-025" };
|
|
27939
27481
|
const _hoisted_15$1 = {
|
|
27940
27482
|
key: 0,
|
|
27941
|
-
class: "
|
|
27483
|
+
class: "h-100"
|
|
27942
27484
|
};
|
|
27943
|
-
const _hoisted_16$1 =
|
|
27944
|
-
const _hoisted_17$1 = { class: "
|
|
27485
|
+
const _hoisted_16$1 = ["src"];
|
|
27486
|
+
const _hoisted_17$1 = { class: "p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05" };
|
|
27487
|
+
const _hoisted_18$1 = { class: "pretty balance" };
|
|
27945
27488
|
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
27946
27489
|
__name: "UploadInput",
|
|
27947
27490
|
props: {
|
|
@@ -27971,7 +27514,6 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
27971
27514
|
pathKeys,
|
|
27972
27515
|
removeFile,
|
|
27973
27516
|
flushQueue,
|
|
27974
|
-
fileToUrl,
|
|
27975
27517
|
addFile,
|
|
27976
27518
|
browse,
|
|
27977
27519
|
pk
|
|
@@ -27979,7 +27521,15 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
27979
27521
|
disabled: props2.disabled,
|
|
27980
27522
|
dirPath: props2.dirPath,
|
|
27981
27523
|
multiple: props2.multiple,
|
|
27982
|
-
accept: props2.accept
|
|
27524
|
+
accept: props2.accept,
|
|
27525
|
+
namespace: props2.id,
|
|
27526
|
+
onFileQueued: async () => {
|
|
27527
|
+
await flushQueue();
|
|
27528
|
+
updateModelValue();
|
|
27529
|
+
}
|
|
27530
|
+
});
|
|
27531
|
+
vue.onMounted(() => {
|
|
27532
|
+
if (props2.modelValue) pk.value = [props2.modelValue].flat();
|
|
27983
27533
|
});
|
|
27984
27534
|
const isImage = (str) => IMAGE_FORMATS_REGEXP.test(str);
|
|
27985
27535
|
let isDragOver = vue.ref(false);
|
|
@@ -27988,6 +27538,10 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
27988
27538
|
e.stopPropagation();
|
|
27989
27539
|
if (!props2.disabled) isDragOver.value = isDragging;
|
|
27990
27540
|
}
|
|
27541
|
+
function updateModelValue() {
|
|
27542
|
+
if (props2.multiple) emit2("update:modelValue", pathKeys.value);
|
|
27543
|
+
else emit2("update:modelValue", pathKeys.value[0] || void 0);
|
|
27544
|
+
}
|
|
27991
27545
|
async function handleDrop(e) {
|
|
27992
27546
|
var _a;
|
|
27993
27547
|
if (props2.disabled) return;
|
|
@@ -27995,29 +27549,19 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
27995
27549
|
e.stopPropagation();
|
|
27996
27550
|
emit2("addFileStart");
|
|
27997
27551
|
addFile((_a = e.dataTransfer) == null ? void 0 : _a.files);
|
|
27998
|
-
await flushQueue();
|
|
27999
27552
|
isDragOver.value = false;
|
|
28000
27553
|
}
|
|
28001
|
-
|
|
28002
|
-
if (
|
|
28003
|
-
|
|
28004
|
-
}
|
|
28005
|
-
watchDebounced(() => props2.modelValue, (newVal, oldVal) => {
|
|
28006
|
-
if (`${newVal}` === `${oldVal}`) return;
|
|
28007
|
-
if (newVal === void 0) return;
|
|
28008
|
-
if (Array.isArray(newVal)) {
|
|
28009
|
-
pk.value = newVal;
|
|
28010
|
-
} else {
|
|
28011
|
-
pk.value = [newVal];
|
|
28012
|
-
}
|
|
28013
|
-
}, { immediate: true, debounce: 500 });
|
|
27554
|
+
function fileName(pathKey) {
|
|
27555
|
+
if (!pathKey || typeof pathKey !== "string") return "file";
|
|
27556
|
+
return pathKey.split("/").pop() || "file";
|
|
27557
|
+
}
|
|
28014
27558
|
return (_ctx, _cache) => {
|
|
28015
27559
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
28016
27560
|
const _directive_lightbox = vue.resolveDirective("lightbox");
|
|
28017
27561
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [
|
|
28018
|
-
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$
|
|
28019
|
-
_ctx.required && !vue.unref(pathKeys).length ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_3$
|
|
28020
|
-
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
27562
|
+
_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$g, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true),
|
|
27563
|
+
_ctx.required && !vue.unref(pathKeys).length ? (vue.openBlock(), vue.createElementBlock("input", _hoisted_3$d)) : vue.createCommentVNode("", true),
|
|
27564
|
+
_ctx.theme === "basic" ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$14), {
|
|
28021
27565
|
key: 2,
|
|
28022
27566
|
outline: "",
|
|
28023
27567
|
class: "flex p-05 gap-1",
|
|
@@ -28060,7 +27604,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28060
27604
|
flat: "",
|
|
28061
27605
|
thin: "",
|
|
28062
27606
|
href: vue.unref(pathKeyToURL)(path_key),
|
|
28063
|
-
download: path_key
|
|
27607
|
+
download: fileName(path_key)
|
|
28064
27608
|
}, null, 8, ["href", "download"]),
|
|
28065
27609
|
vue.createElementVNode("div", _hoisted_5$7, [
|
|
28066
27610
|
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
@@ -28068,7 +27612,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28068
27612
|
size: 1.5
|
|
28069
27613
|
}),
|
|
28070
27614
|
vue.withDirectives((vue.openBlock(), vue.createElementBlock("p", _hoisted_6$6, [
|
|
28071
|
-
vue.createTextVNode(vue.toDisplayString(path_key
|
|
27615
|
+
vue.createTextVNode(vue.toDisplayString(fileName(path_key)), 1)
|
|
28072
27616
|
])), [
|
|
28073
27617
|
[_directive_lightbox, { src: vue.unref(pathKeyToURL)(path_key), download: true }]
|
|
28074
27618
|
])
|
|
@@ -28111,7 +27655,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28111
27655
|
icon: "description",
|
|
28112
27656
|
class: "multi-preview"
|
|
28113
27657
|
})),
|
|
28114
|
-
vue.createElementVNode("p", _hoisted_9$
|
|
27658
|
+
vue.createElementVNode("p", _hoisted_9$4, vue.toDisplayString(fileName(path_key)), 1),
|
|
28115
27659
|
vue.createVNode(vue.unref(Btn), {
|
|
28116
27660
|
thin: "",
|
|
28117
27661
|
flat: "",
|
|
@@ -28128,22 +27672,22 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28128
27672
|
key: file.name,
|
|
28129
27673
|
class: vue.normalizeClass(["multi-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
28130
27674
|
}, [
|
|
28131
|
-
isImage(file.file.type) ? (vue.openBlock(), vue.
|
|
27675
|
+
isImage(file.file.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
28132
27676
|
key: 0,
|
|
28133
27677
|
class: "multi-preview",
|
|
28134
|
-
src:
|
|
27678
|
+
src: file.url,
|
|
28135
27679
|
alt: ""
|
|
28136
|
-
}, null, 8,
|
|
27680
|
+
}, null, 8, _hoisted_10$3)) : (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
28137
27681
|
key: 1,
|
|
28138
27682
|
icon: "description",
|
|
28139
27683
|
class: "multi-preview"
|
|
28140
27684
|
})),
|
|
28141
|
-
vue.createElementVNode("p",
|
|
27685
|
+
vue.createElementVNode("p", _hoisted_11$3, vue.toDisplayString(file.name), 1),
|
|
28142
27686
|
vue.createElementVNode("div", {
|
|
28143
27687
|
class: vue.normalizeClass(["pie", { complete: file.progress === 100 }]),
|
|
28144
27688
|
style: vue.normalizeStyle([{ "--p": file.progress }, { "--b": "2px" }])
|
|
28145
27689
|
}, [
|
|
28146
|
-
file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span",
|
|
27690
|
+
file.progress < 100 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12$3, vue.toDisplayString(file.progress.toFixed(0)), 1)) : vue.createCommentVNode("", true),
|
|
28147
27691
|
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
28148
27692
|
class: "success",
|
|
28149
27693
|
icon: "check_circle"
|
|
@@ -28151,13 +27695,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28151
27695
|
], 6)
|
|
28152
27696
|
], 2);
|
|
28153
27697
|
}), 128))
|
|
28154
|
-
])) : vue.unref(pathKeys).length > 0 || vue.unref(fileQueue).length > 0 ? (vue.openBlock(), vue.createElementBlock("div",
|
|
27698
|
+
])) : vue.unref(pathKeys).length > 0 || vue.unref(fileQueue).length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$2, [
|
|
28155
27699
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(pathKeys), (path_key) => {
|
|
28156
27700
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
28157
27701
|
key: path_key,
|
|
28158
27702
|
class: vue.normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
28159
27703
|
}, [
|
|
28160
|
-
vue.createElementVNode("div",
|
|
27704
|
+
vue.createElementVNode("div", _hoisted_14$2, [
|
|
28161
27705
|
vue.withDirectives(vue.createVNode(vue.unref(Btn), {
|
|
28162
27706
|
color: "gray",
|
|
28163
27707
|
thin: "",
|
|
@@ -28179,12 +27723,12 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28179
27723
|
thin: "",
|
|
28180
27724
|
icon: "download",
|
|
28181
27725
|
href: vue.unref(pathKeyToURL)(path_key),
|
|
28182
|
-
download: path_key
|
|
27726
|
+
download: fileName(path_key)
|
|
28183
27727
|
}, null, 8, ["href", "download"]), [
|
|
28184
27728
|
[_directive_tooltip, "Download"]
|
|
28185
27729
|
])
|
|
28186
27730
|
]),
|
|
28187
|
-
isImage(path_key) ? (vue.openBlock(), vue.createElementBlock("div",
|
|
27731
|
+
isImage(path_key) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$1, [
|
|
28188
27732
|
vue.withDirectives(vue.createVNode(vue.unref(Image$1), {
|
|
28189
27733
|
class: "single-preview",
|
|
28190
27734
|
pathKey: path_key,
|
|
@@ -28208,24 +27752,17 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28208
27752
|
key: file.name,
|
|
28209
27753
|
class: vue.normalizeClass(["single-image-item-preview", { "bgl_fill-image": _ctx.fill }])
|
|
28210
27754
|
}, [
|
|
28211
|
-
vue.
|
|
28212
|
-
|
|
28213
|
-
|
|
28214
|
-
|
|
28215
|
-
|
|
28216
|
-
|
|
28217
|
-
class: "success",
|
|
28218
|
-
icon: "check_circle"
|
|
28219
|
-
})
|
|
28220
|
-
], 6),
|
|
28221
|
-
isImage(file.file.type) ? vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Image$1), {
|
|
27755
|
+
vue.createVNode(vue.unref(Loading), {
|
|
27756
|
+
type: "bar",
|
|
27757
|
+
progress: file.progress,
|
|
27758
|
+
class: "absolute bottom-05 end start w-100px mx-auto"
|
|
27759
|
+
}, null, 8, ["progress"]),
|
|
27760
|
+
isImage(file.file.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
28222
27761
|
key: 0,
|
|
28223
|
-
class: "single-preview",
|
|
28224
|
-
src:
|
|
27762
|
+
class: "single-preview opacity-5",
|
|
27763
|
+
src: file.url,
|
|
28225
27764
|
alt: ""
|
|
28226
|
-
}, null, 8,
|
|
28227
|
-
[_directive_lightbox, { src: vue.unref(fileToUrl)(file.file), download: true }]
|
|
28228
|
-
]) : vue.createCommentVNode("", true)
|
|
27765
|
+
}, null, 8, _hoisted_16$1)) : vue.createCommentVNode("", true)
|
|
28229
27766
|
], 2);
|
|
28230
27767
|
}), 128))
|
|
28231
27768
|
])) : vue.createCommentVNode("", true)
|
|
@@ -28236,9 +27773,9 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28236
27773
|
fileQueue: vue.unref(fileQueue),
|
|
28237
27774
|
browse: vue.unref(browse)
|
|
28238
27775
|
}, () => [
|
|
28239
|
-
vue.createElementVNode("p",
|
|
27776
|
+
vue.createElementVNode("p", _hoisted_17$1, [
|
|
28240
27777
|
vue.createVNode(vue.unref(_sfc_main$v), { icon: "upload_2" }),
|
|
28241
|
-
vue.createElementVNode("span",
|
|
27778
|
+
vue.createElementVNode("span", _hoisted_18$1, vue.toDisplayString(_ctx.dropPlaceholder || "Drag and Drop files here or click to upload"), 1)
|
|
28242
27779
|
])
|
|
28243
27780
|
], true) : vue.createCommentVNode("", true)
|
|
28244
27781
|
], 38))
|
|
@@ -28246,7 +27783,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
28246
27783
|
};
|
|
28247
27784
|
}
|
|
28248
27785
|
});
|
|
28249
|
-
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-
|
|
27786
|
+
const UploadInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-e02ae224"]]);
|
|
28250
27787
|
const FONT_AWESOME_ICONS = [
|
|
28251
27788
|
"trash-can",
|
|
28252
27789
|
"message",
|
|
@@ -32785,8 +32322,8 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
32785
32322
|
}
|
|
32786
32323
|
});
|
|
32787
32324
|
const _hoisted_1$n = { key: 0 };
|
|
32788
|
-
const _hoisted_2$
|
|
32789
|
-
const _hoisted_3$
|
|
32325
|
+
const _hoisted_2$f = ["src", "alt", "width", "height"];
|
|
32326
|
+
const _hoisted_3$c = ["src", "alt", "width", "height"];
|
|
32790
32327
|
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
32791
32328
|
__name: "Image",
|
|
32792
32329
|
props: {
|
|
@@ -32871,7 +32408,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
32871
32408
|
alt: _ctx.alt,
|
|
32872
32409
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
32873
32410
|
height: vue.unref(normalizeDimension)(_ctx.height)
|
|
32874
|
-
}), null, 16, _hoisted_2$
|
|
32411
|
+
}), null, 16, _hoisted_2$f)) : (vue.openBlock(), vue.createBlock(vue.unref(Skeleton), {
|
|
32875
32412
|
key: 1,
|
|
32876
32413
|
class: "img-web-kit",
|
|
32877
32414
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
@@ -32884,7 +32421,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
32884
32421
|
alt: _ctx.alt,
|
|
32885
32422
|
width: vue.unref(normalizeDimension)(_ctx.width),
|
|
32886
32423
|
height: vue.unref(normalizeDimension)(_ctx.height)
|
|
32887
|
-
}), null, 16, _hoisted_3$
|
|
32424
|
+
}), null, 16, _hoisted_3$c)) : vue.unref(loadingError) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
32888
32425
|
key: 2,
|
|
32889
32426
|
class: "flex-center error-image",
|
|
32890
32427
|
style: vue.normalizeStyle({
|
|
@@ -32904,11 +32441,11 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
32904
32441
|
});
|
|
32905
32442
|
const Image$1 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-2f5e271c"]]);
|
|
32906
32443
|
const _hoisted_1$m = ["textContent"];
|
|
32907
|
-
const _hoisted_2$
|
|
32444
|
+
const _hoisted_2$e = {
|
|
32908
32445
|
key: 0,
|
|
32909
32446
|
class: "h-100p flex column justify-content-center"
|
|
32910
32447
|
};
|
|
32911
|
-
const _hoisted_3$
|
|
32448
|
+
const _hoisted_3$b = {
|
|
32912
32449
|
key: 1,
|
|
32913
32450
|
class: "loading-container"
|
|
32914
32451
|
};
|
|
@@ -32920,7 +32457,7 @@ const _hoisted_5$6 = {
|
|
|
32920
32457
|
const _hoisted_6$5 = { key: 1 };
|
|
32921
32458
|
const _hoisted_7$4 = { class: "mapping-table" };
|
|
32922
32459
|
const _hoisted_8$3 = { class: "field-label" };
|
|
32923
|
-
const _hoisted_9$
|
|
32460
|
+
const _hoisted_9$3 = { class: "grid-span-2 input-size line-height-1 inline-block" };
|
|
32924
32461
|
const _hoisted_10$2 = { key: 0 };
|
|
32925
32462
|
const _hoisted_11$2 = { key: 2 };
|
|
32926
32463
|
const _hoisted_12$2 = { key: 3 };
|
|
@@ -33076,7 +32613,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
33076
32613
|
const lowerSourceValue = String(sourceValue).toLowerCase().trim();
|
|
33077
32614
|
const exactMatch = options.find((option2) => {
|
|
33078
32615
|
const optionObj = typeof option2 === "object" && option2 !== null ? option2 : { label: String(option2) };
|
|
33079
|
-
if (!optionObj
|
|
32616
|
+
if (!optionObj) return false;
|
|
33080
32617
|
const optionLabel = `${optionObj.label}`.toLowerCase().trim();
|
|
33081
32618
|
return optionLabel === lowerSourceValue;
|
|
33082
32619
|
});
|
|
@@ -33273,14 +32810,18 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
33273
32810
|
});
|
|
33274
32811
|
if (fileHeaders.value.length > 0) {
|
|
33275
32812
|
schemaFields.value.forEach((field) => {
|
|
32813
|
+
const fieldIdCamel = formatString(field.id, "camel");
|
|
32814
|
+
const fieldIdPascal = formatString(field.id, "pascal");
|
|
32815
|
+
const fieldLabelCamel = formatString(field.label.replace(/\s+/g, "_"), "camel");
|
|
32816
|
+
const fieldLabelPascal = formatString(field.label.replace(/\s+/g, "_"), "pascal");
|
|
33276
32817
|
const exactMatch = fileHeaders.value.find(
|
|
33277
|
-
(header) => header.toLowerCase() === field.id.toLowerCase() || header.toLowerCase() === field.label.toLowerCase()
|
|
32818
|
+
(header) => header.toLowerCase() === field.id.toLowerCase() || header.toLowerCase() === field.label.toLowerCase() || header.toLowerCase() === fieldIdCamel.toLowerCase() || header.toLowerCase() === fieldIdPascal.toLowerCase() || header.toLowerCase() === fieldLabelCamel.toLowerCase() || header.toLowerCase() === fieldLabelPascal.toLowerCase() || formatString(header.replace(/\s+/g, "_"), "camel").toLowerCase() === fieldIdCamel.toLowerCase() || formatString(header.replace(/\s+/g, "_"), "camel").toLowerCase() === fieldLabelCamel.toLowerCase()
|
|
33278
32819
|
);
|
|
33279
32820
|
if (exactMatch && !field.disabled) {
|
|
33280
32821
|
fieldMapping[field.id] = exactMatch;
|
|
33281
32822
|
} else {
|
|
33282
32823
|
const partialMatch = fileHeaders.value.find(
|
|
33283
|
-
(header) => header.toLowerCase().includes(field.id.toLowerCase()) || header.toLowerCase().includes(field.label.toLowerCase())
|
|
32824
|
+
(header) => header.toLowerCase().includes(field.id.toLowerCase()) || header.toLowerCase().includes(field.label.toLowerCase()) || header.toLowerCase().includes(fieldIdCamel.toLowerCase()) || header.toLowerCase().includes(fieldLabelCamel.toLowerCase()) || field.id.toLowerCase().includes(header.toLowerCase()) || field.label.toLowerCase().includes(header.toLowerCase())
|
|
33284
32825
|
);
|
|
33285
32826
|
if (partialMatch && !field.disabled) {
|
|
33286
32827
|
fieldMapping[field.id] = partialMatch;
|
|
@@ -33521,9 +33062,8 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
33521
33062
|
updateFieldMapping(fieldId, target.value);
|
|
33522
33063
|
}
|
|
33523
33064
|
}
|
|
33524
|
-
|
|
33525
|
-
|
|
33526
|
-
file.value = fileQueue.value[0].file;
|
|
33065
|
+
async function handleFilesUploaded(files2) {
|
|
33066
|
+
file.value = files2[0];
|
|
33527
33067
|
if (!file.value) return;
|
|
33528
33068
|
isLoading.value = true;
|
|
33529
33069
|
try {
|
|
@@ -33534,7 +33074,6 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
33534
33074
|
isLoading.value = false;
|
|
33535
33075
|
}
|
|
33536
33076
|
}
|
|
33537
|
-
vue.watch(fileQueue.value, handleFilesUploaded);
|
|
33538
33077
|
vue.watchEffect(() => {
|
|
33539
33078
|
if (selectedSheet.value) {
|
|
33540
33079
|
loadSheetData();
|
|
@@ -33570,11 +33109,14 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
33570
33109
|
selectedRelationField.value = field;
|
|
33571
33110
|
showRelatedDialog.value = true;
|
|
33572
33111
|
}
|
|
33573
|
-
async function processRelatedFile(fieldId,
|
|
33574
|
-
if (!
|
|
33112
|
+
async function processRelatedFile(fieldId, files2) {
|
|
33113
|
+
if (!files2) return;
|
|
33114
|
+
const file2 = files2[0];
|
|
33575
33115
|
relatedFiles[fieldId] = file2;
|
|
33576
33116
|
try {
|
|
33577
|
-
const
|
|
33117
|
+
const sheets = await getSheetNames(file2);
|
|
33118
|
+
const selectedSheet2 = sheets.length > 0 ? sheets[0] : "";
|
|
33119
|
+
const { data: data2 } = await readSheetData(file2, selectedSheet2, true);
|
|
33578
33120
|
relatedFileData[fieldId] = data2;
|
|
33579
33121
|
if (!relatedFileMappings[fieldId]) {
|
|
33580
33122
|
relatedFileMappings[fieldId] = {};
|
|
@@ -33983,37 +33525,37 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
33983
33525
|
}
|
|
33984
33526
|
return (_ctx, _cache) => {
|
|
33985
33527
|
const _directive_tooltip = vue.resolveDirective("tooltip");
|
|
33986
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
33528
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$14), { class: "upload-data-container h-100p grid overflow-hidden list-wrap" }, {
|
|
33987
33529
|
default: vue.withCtx(() => [
|
|
33988
33530
|
vue.createElementVNode("h2", {
|
|
33989
33531
|
class: "line-height-1 m-0 pb-2 txt-center",
|
|
33990
33532
|
textContent: vue.toDisplayString(props2.title || "Upload and Map Data")
|
|
33991
33533
|
}, null, 8, _hoisted_1$m),
|
|
33992
|
-
!file.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
33534
|
+
!file.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$e, [
|
|
33993
33535
|
vue.createVNode(vue.unref(DragOver), {
|
|
33994
33536
|
accept: ".csv,.xls,.xlsx",
|
|
33995
33537
|
class: "max-h300px w-500px",
|
|
33996
|
-
|
|
33997
|
-
|
|
33538
|
+
browse: "",
|
|
33539
|
+
onAddFiles: handleFilesUploaded
|
|
33998
33540
|
}, {
|
|
33999
33541
|
default: vue.withCtx(() => [
|
|
34000
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
33542
|
+
vue.createVNode(vue.unref(_sfc_main$14), { class: "flex flex-column items-center justify-center outline-dashed outline-3 bg-input hover h-100p justify-content-center txt-center" }, {
|
|
34001
33543
|
default: vue.withCtx(() => [
|
|
34002
33544
|
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
34003
33545
|
name: "upload",
|
|
34004
33546
|
size: "5"
|
|
34005
33547
|
}),
|
|
34006
|
-
_cache[
|
|
34007
|
-
_cache[
|
|
34008
|
-
_cache[
|
|
33548
|
+
_cache[29] || (_cache[29] = vue.createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
|
|
33549
|
+
_cache[30] || (_cache[30] = vue.createElementVNode("u", null, "or click to select a file", -1)),
|
|
33550
|
+
_cache[31] || (_cache[31] = vue.createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
|
|
34009
33551
|
]),
|
|
34010
33552
|
_: 1
|
|
34011
33553
|
})
|
|
34012
33554
|
]),
|
|
34013
33555
|
_: 1
|
|
34014
|
-
}
|
|
33556
|
+
})
|
|
34015
33557
|
])) : vue.createCommentVNode("", true),
|
|
34016
|
-
isLoading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$
|
|
33558
|
+
isLoading.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$b, _cache[32] || (_cache[32] = [
|
|
34017
33559
|
vue.createElementVNode("div", { class: "spinner" }, null, -1),
|
|
34018
33560
|
vue.createElementVNode("p", null, "Processing your file...", -1)
|
|
34019
33561
|
]))) : vue.createCommentVNode("", true),
|
|
@@ -34022,7 +33564,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34022
33564
|
vue.withDirectives((vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
34023
33565
|
class: "px-1",
|
|
34024
33566
|
color: "gray",
|
|
34025
|
-
onClick: _cache[
|
|
33567
|
+
onClick: _cache[0] || (_cache[0] = ($event) => file.value = null)
|
|
34026
33568
|
}, {
|
|
34027
33569
|
default: vue.withCtx(() => [
|
|
34028
33570
|
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
@@ -34039,22 +33581,22 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34039
33581
|
sheetNames.value.length > 1 ? (vue.openBlock(), vue.createBlock(vue.unref(SelectInput), {
|
|
34040
33582
|
key: 0,
|
|
34041
33583
|
modelValue: selectedSheet.value,
|
|
34042
|
-
"onUpdate:modelValue": _cache[
|
|
33584
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => selectedSheet.value = $event),
|
|
34043
33585
|
options: sheetNames.value,
|
|
34044
33586
|
label: "Select Sheet"
|
|
34045
33587
|
}, null, 8, ["modelValue", "options"])) : vue.createCommentVNode("", true),
|
|
34046
33588
|
vue.createVNode(vue.unref(CheckInput), {
|
|
34047
33589
|
modelValue: hasHeaders.value,
|
|
34048
|
-
"onUpdate:modelValue": _cache[
|
|
33590
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => hasHeaders.value = $event),
|
|
34049
33591
|
label: "Mark this if file has a header row",
|
|
34050
33592
|
class: "m-0",
|
|
34051
33593
|
style: { "--bgl-accent-color": "var(--bgl-black)", "--bgl-primary": "var(--bgl-black)" }
|
|
34052
33594
|
}, null, 8, ["modelValue"])
|
|
34053
33595
|
])) : vue.createCommentVNode("", true),
|
|
34054
33596
|
file.value && !isLoading.value && fileHeaders.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
|
|
34055
|
-
_cache[
|
|
33597
|
+
_cache[36] || (_cache[36] = vue.createElementVNode("p", { class: "label pb-1 border-bottom mb-1" }, " Match each required field to a column from your file, set default values, or configure transformations ", -1)),
|
|
34056
33598
|
vue.createElementVNode("div", _hoisted_7$4, [
|
|
34057
|
-
_cache[
|
|
33599
|
+
_cache[33] || (_cache[33] = vue.createElementVNode("div", { class: "grid grid-wrap-5 gap-1 bold pb-1 m_none" }, [
|
|
34058
33600
|
vue.createElementVNode("p", null, "Schema Field"),
|
|
34059
33601
|
vue.createElementVNode("p", null, "Column from File"),
|
|
34060
33602
|
vue.createElementVNode("p", null, "Default Value"),
|
|
@@ -34068,7 +33610,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34068
33610
|
}, [
|
|
34069
33611
|
vue.createElementVNode("div", null, [
|
|
34070
33612
|
vue.createElementVNode("div", _hoisted_8$3, [
|
|
34071
|
-
vue.createElementVNode("p", _hoisted_9$
|
|
33613
|
+
vue.createElementVNode("p", _hoisted_9$3, vue.toDisplayString(field.label), 1),
|
|
34072
33614
|
field.isArrayField ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10$2, "↳")) : vue.createCommentVNode("", true),
|
|
34073
33615
|
field.$el === "array" ? (vue.openBlock(), vue.createBlock(vue.unref(Pill), {
|
|
34074
33616
|
key: 1,
|
|
@@ -34089,6 +33631,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34089
33631
|
"onUpdate:modelValue": ($event) => fieldMapping[field.id] = $event,
|
|
34090
33632
|
icon: "table_chart",
|
|
34091
33633
|
options: fileHeaders.value,
|
|
33634
|
+
searchable: "",
|
|
34092
33635
|
required: isFieldRequired(field),
|
|
34093
33636
|
disabled: field.disabled,
|
|
34094
33637
|
onChange: ($event) => handleSelectChange($event, field.id)
|
|
@@ -34134,19 +33677,19 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34134
33677
|
]),
|
|
34135
33678
|
mappingComplete.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18, [
|
|
34136
33679
|
vue.createVNode(vue.unref(Btn), { onClick: showPreview }, {
|
|
34137
|
-
default: vue.withCtx(() => _cache[
|
|
33680
|
+
default: vue.withCtx(() => _cache[34] || (_cache[34] = [
|
|
34138
33681
|
vue.createTextVNode(" Preview Data ")
|
|
34139
33682
|
])),
|
|
34140
33683
|
_: 1
|
|
34141
33684
|
})
|
|
34142
|
-
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, _cache[
|
|
33685
|
+
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, _cache[35] || (_cache[35] = [
|
|
34143
33686
|
vue.createElementVNode("div", { class: "mapping-incomplete-message" }, " Please map the required fields to continue ", -1)
|
|
34144
33687
|
])))
|
|
34145
33688
|
])) : vue.createCommentVNode("", true)
|
|
34146
33689
|
]),
|
|
34147
33690
|
vue.createVNode(vue.unref(_sfc_main$f), {
|
|
34148
33691
|
visible: showTransformDialog.value,
|
|
34149
|
-
"onUpdate:visible": _cache[
|
|
33692
|
+
"onUpdate:visible": _cache[10] || (_cache[10] = ($event) => showTransformDialog.value = $event),
|
|
34150
33693
|
title: "Configure Transformations",
|
|
34151
33694
|
width: "800"
|
|
34152
33695
|
}, {
|
|
@@ -34154,18 +33697,18 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34154
33697
|
selectedTransformField.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_20, [
|
|
34155
33698
|
vue.createElementVNode("div", _hoisted_21, [
|
|
34156
33699
|
vue.createElementVNode("p", null, [
|
|
34157
|
-
_cache[
|
|
33700
|
+
_cache[37] || (_cache[37] = vue.createTextVNode("Create transformations for ")),
|
|
34158
33701
|
vue.createElementVNode("strong", null, vue.toDisplayString(selectedTransformField.value.label), 1)
|
|
34159
33702
|
]),
|
|
34160
33703
|
vue.createVNode(vue.unref(Btn), {
|
|
34161
33704
|
icon: "auto_awesome",
|
|
34162
33705
|
thin: "",
|
|
34163
33706
|
value: "Autodetect",
|
|
34164
|
-
onClick: _cache[
|
|
33707
|
+
onClick: _cache[3] || (_cache[3] = ($event) => autoPopulateTransformations(selectedTransformField.value.id))
|
|
34165
33708
|
})
|
|
34166
33709
|
]),
|
|
34167
33710
|
vue.createElementVNode("div", null, [
|
|
34168
|
-
_cache[
|
|
33711
|
+
_cache[38] || (_cache[38] = vue.createElementVNode("div", { class: "grid grid-wrap-7 gap-1 bold pb-05 m_none" }, [
|
|
34169
33712
|
vue.createElementVNode("p", { class: "grid-span-2" }, " Source Value "),
|
|
34170
33713
|
vue.createElementVNode("p", { class: "grid-span-4" }, " Target Value "),
|
|
34171
33714
|
vue.createElementVNode("p", null, "Action")
|
|
@@ -34194,14 +33737,14 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34194
33737
|
fieldMapping[selectedTransformField.value.id] ? (vue.openBlock(), vue.createBlock(vue.unref(SelectInput), {
|
|
34195
33738
|
key: 0,
|
|
34196
33739
|
modelValue: selectedSourceValue.value,
|
|
34197
|
-
"onUpdate:modelValue": _cache[
|
|
33740
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => selectedSourceValue.value = $event),
|
|
34198
33741
|
searchable: "",
|
|
34199
33742
|
options: sourceValueOptions.value,
|
|
34200
33743
|
placeholder: "Select source value"
|
|
34201
33744
|
}, null, 8, ["modelValue", "options"])) : (vue.openBlock(), vue.createBlock(TextInput, {
|
|
34202
33745
|
key: 1,
|
|
34203
33746
|
modelValue: selectedSourceValue.value,
|
|
34204
|
-
"onUpdate:modelValue": _cache[
|
|
33747
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => selectedSourceValue.value = $event),
|
|
34205
33748
|
type: "text",
|
|
34206
33749
|
placeholder: "Source value"
|
|
34207
33750
|
}, null, 8, ["modelValue"]))
|
|
@@ -34210,14 +33753,14 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34210
33753
|
selectedTransformField.value.options && selectedTransformField.value.options.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(SelectInput), {
|
|
34211
33754
|
key: 0,
|
|
34212
33755
|
modelValue: selectedTargetValue.value,
|
|
34213
|
-
"onUpdate:modelValue": _cache[
|
|
33756
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => selectedTargetValue.value = $event),
|
|
34214
33757
|
searchable: "",
|
|
34215
33758
|
options: selectedTransformField.value.options,
|
|
34216
33759
|
placeholder: "Select target value"
|
|
34217
33760
|
}, null, 8, ["modelValue", "options"])) : (vue.openBlock(), vue.createBlock(TextInput, {
|
|
34218
33761
|
key: 1,
|
|
34219
33762
|
modelValue: selectedTargetValue.value,
|
|
34220
|
-
"onUpdate:modelValue": _cache[
|
|
33763
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => selectedTargetValue.value = $event),
|
|
34221
33764
|
type: "text",
|
|
34222
33765
|
placeholder: "Target value"
|
|
34223
33766
|
}, null, 8, ["modelValue"]))
|
|
@@ -34227,7 +33770,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34227
33770
|
thin: "",
|
|
34228
33771
|
icon: "add",
|
|
34229
33772
|
color: "primary",
|
|
34230
|
-
onClick: _cache[
|
|
33773
|
+
onClick: _cache[8] || (_cache[8] = ($event) => addTransformation(selectedTransformField.value.id))
|
|
34231
33774
|
}, null, 512), [
|
|
34232
33775
|
[_directive_tooltip, "Add"]
|
|
34233
33776
|
])
|
|
@@ -34238,7 +33781,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34238
33781
|
vue.createVNode(vue.unref(Btn), {
|
|
34239
33782
|
class: "ms-auto",
|
|
34240
33783
|
value: "Close",
|
|
34241
|
-
onClick: _cache[
|
|
33784
|
+
onClick: _cache[9] || (_cache[9] = ($event) => showTransformDialog.value = false)
|
|
34242
33785
|
})
|
|
34243
33786
|
])
|
|
34244
33787
|
])) : vue.createCommentVNode("", true)
|
|
@@ -34247,7 +33790,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34247
33790
|
}, 8, ["visible"]),
|
|
34248
33791
|
vue.createVNode(vue.unref(_sfc_main$f), {
|
|
34249
33792
|
visible: showRelatedDialog.value,
|
|
34250
|
-
"onUpdate:visible": _cache[
|
|
33793
|
+
"onUpdate:visible": _cache[16] || (_cache[16] = ($event) => showRelatedDialog.value = $event),
|
|
34251
33794
|
title: "Configure Related Data",
|
|
34252
33795
|
width: "900"
|
|
34253
33796
|
}, {
|
|
@@ -34259,20 +33802,19 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34259
33802
|
!relatedFiles[selectedRelationField.value.id] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_30, [
|
|
34260
33803
|
vue.createVNode(vue.unref(DragOver), {
|
|
34261
33804
|
accept: ".csv,.xls,.xlsx",
|
|
34262
|
-
|
|
34263
|
-
|
|
34264
|
-
})
|
|
33805
|
+
browse: "",
|
|
33806
|
+
onAddFiles: _cache[11] || (_cache[11] = (files2) => processRelatedFile(selectedRelationField.value.id, files2))
|
|
34265
33807
|
}, {
|
|
34266
33808
|
default: vue.withCtx(() => [
|
|
34267
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
33809
|
+
vue.createVNode(vue.unref(_sfc_main$14), { class: "flex flex-column items-center justify-center outline-dashed outline-3 hover bg-input" }, {
|
|
34268
33810
|
default: vue.withCtx(() => [
|
|
34269
33811
|
vue.createVNode(vue.unref(_sfc_main$v), {
|
|
34270
33812
|
name: "upload",
|
|
34271
33813
|
size: "5"
|
|
34272
33814
|
}),
|
|
34273
|
-
_cache[
|
|
34274
|
-
_cache[
|
|
34275
|
-
_cache[
|
|
33815
|
+
_cache[39] || (_cache[39] = vue.createElementVNode("p", null, "Drag and drop an Excel or CSV file here", -1)),
|
|
33816
|
+
_cache[40] || (_cache[40] = vue.createElementVNode("p", null, "or click to select a file", -1)),
|
|
33817
|
+
_cache[41] || (_cache[41] = vue.createElementVNode("p", { class: "txt-12 color-gray" }, " Accepts .xlsx, .xls, and .csv files ", -1))
|
|
34276
33818
|
]),
|
|
34277
33819
|
_: 1
|
|
34278
33820
|
})
|
|
@@ -34291,28 +33833,28 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34291
33833
|
thin: "",
|
|
34292
33834
|
round: "",
|
|
34293
33835
|
value: "Change File",
|
|
34294
|
-
onClick: _cache[
|
|
33836
|
+
onClick: _cache[12] || (_cache[12] = ($event) => relatedFiles[selectedRelationField.value.id] = null)
|
|
34295
33837
|
})
|
|
34296
33838
|
]),
|
|
34297
33839
|
relatedFileData[selectedRelationField.value.id] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_33, [
|
|
34298
|
-
_cache[
|
|
33840
|
+
_cache[44] || (_cache[44] = vue.createElementVNode("h4", null, "Configure Relationship", -1)),
|
|
34299
33841
|
vue.createElementVNode("div", _hoisted_34, [
|
|
34300
33842
|
vue.createVNode(vue.unref(SelectInput), {
|
|
34301
33843
|
modelValue: parentKeyField[selectedRelationField.value.id],
|
|
34302
|
-
"onUpdate:modelValue": _cache[
|
|
33844
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => parentKeyField[selectedRelationField.value.id] = $event),
|
|
34303
33845
|
options: fileHeaders.value,
|
|
34304
33846
|
label: "Source Key Field (from this file)"
|
|
34305
33847
|
}, null, 8, ["modelValue", "options"]),
|
|
34306
33848
|
vue.createVNode(vue.unref(SelectInput), {
|
|
34307
33849
|
modelValue: relatedKeyField[selectedRelationField.value.id],
|
|
34308
|
-
"onUpdate:modelValue": _cache[
|
|
33850
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => relatedKeyField[selectedRelationField.value.id] = $event),
|
|
34309
33851
|
options: Object.keys(relatedFileData[selectedRelationField.value.id][0] || {}),
|
|
34310
33852
|
label: "Related Key Field (from related file)"
|
|
34311
33853
|
}, null, 8, ["modelValue", "options"])
|
|
34312
33854
|
]),
|
|
34313
|
-
_cache[
|
|
33855
|
+
_cache[45] || (_cache[45] = vue.createElementVNode("h4", null, "Map Related Fields", -1)),
|
|
34314
33856
|
vue.createElementVNode("table", null, [
|
|
34315
|
-
_cache[
|
|
33857
|
+
_cache[43] || (_cache[43] = vue.createElementVNode("thead", null, [
|
|
34316
33858
|
vue.createElementVNode("tr", null, [
|
|
34317
33859
|
vue.createElementVNode("th", null, "Child Field"),
|
|
34318
33860
|
vue.createElementVNode("th", null, "Related File Column"),
|
|
@@ -34357,7 +33899,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34357
33899
|
icon: "transform",
|
|
34358
33900
|
onClick: ($event) => openRelatedTransformDialog(selectedRelationField.value.id, schemaItem)
|
|
34359
33901
|
}, {
|
|
34360
|
-
default: vue.withCtx(() => _cache[
|
|
33902
|
+
default: vue.withCtx(() => _cache[42] || (_cache[42] = [
|
|
34361
33903
|
vue.createTextVNode(" Transform ")
|
|
34362
33904
|
])),
|
|
34363
33905
|
_: 2
|
|
@@ -34374,7 +33916,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34374
33916
|
vue.createVNode(vue.unref(Btn), {
|
|
34375
33917
|
class: "ms-auto",
|
|
34376
33918
|
value: "Close",
|
|
34377
|
-
onClick: _cache[
|
|
33919
|
+
onClick: _cache[15] || (_cache[15] = ($event) => showRelatedDialog.value = false)
|
|
34378
33920
|
})
|
|
34379
33921
|
])
|
|
34380
33922
|
])) : vue.createCommentVNode("", true)
|
|
@@ -34384,7 +33926,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34384
33926
|
}, 8, ["visible"]),
|
|
34385
33927
|
vue.createVNode(vue.unref(_sfc_main$f), {
|
|
34386
33928
|
visible: showPreviewModal.value,
|
|
34387
|
-
"onUpdate:visible": _cache[
|
|
33929
|
+
"onUpdate:visible": _cache[20] || (_cache[20] = ($event) => showPreviewModal.value = $event),
|
|
34388
33930
|
title: "Data Preview & Edit",
|
|
34389
33931
|
width: "90vw"
|
|
34390
33932
|
}, {
|
|
@@ -34392,7 +33934,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34392
33934
|
vue.createElementVNode("div", null, [
|
|
34393
33935
|
vue.createVNode(vue.unref(_sfc_main$5), {
|
|
34394
33936
|
modelValue: previewData.value,
|
|
34395
|
-
"onUpdate:modelValue": _cache[
|
|
33937
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => previewData.value = $event),
|
|
34396
33938
|
class: "popupPreviewSpreadsheet",
|
|
34397
33939
|
"column-config": spreadsheetColumns.value,
|
|
34398
33940
|
"allow-add-row": ""
|
|
@@ -34405,11 +33947,11 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34405
33947
|
flat: "",
|
|
34406
33948
|
thin: "",
|
|
34407
33949
|
value: "Cancel",
|
|
34408
|
-
onClick: _cache[
|
|
33950
|
+
onClick: _cache[18] || (_cache[18] = ($event) => showPreviewModal.value = false)
|
|
34409
33951
|
}),
|
|
34410
33952
|
vue.createVNode(vue.unref(Btn), {
|
|
34411
33953
|
value: "Import Data",
|
|
34412
|
-
onClick: _cache[
|
|
33954
|
+
onClick: _cache[19] || (_cache[19] = ($event) => processData())
|
|
34413
33955
|
})
|
|
34414
33956
|
])
|
|
34415
33957
|
])
|
|
@@ -34418,7 +33960,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34418
33960
|
}, 8, ["visible"]),
|
|
34419
33961
|
vue.createVNode(vue.unref(_sfc_main$f), {
|
|
34420
33962
|
visible: showRelatedTransformDialog.value,
|
|
34421
|
-
"onUpdate:visible": _cache[
|
|
33963
|
+
"onUpdate:visible": _cache[28] || (_cache[28] = ($event) => showRelatedTransformDialog.value = $event),
|
|
34422
33964
|
title: "Configure Related Transformations",
|
|
34423
33965
|
width: "800"
|
|
34424
33966
|
}, {
|
|
@@ -34427,7 +33969,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34427
33969
|
return [
|
|
34428
33970
|
selectedRelatedTransformField.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_40, [
|
|
34429
33971
|
vue.createElementVNode("p", null, [
|
|
34430
|
-
_cache[
|
|
33972
|
+
_cache[46] || (_cache[46] = vue.createTextVNode("Create transformations for ")),
|
|
34431
33973
|
vue.createElementVNode("strong", null, vue.toDisplayString(selectedRelatedTransformField.value.field.label), 1),
|
|
34432
33974
|
vue.createTextVNode(" in " + vue.toDisplayString((_a = selectedRelationField.value) == null ? void 0 : _a.label), 1)
|
|
34433
33975
|
]),
|
|
@@ -34438,7 +33980,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34438
33980
|
icon: "auto_awesome",
|
|
34439
33981
|
value: "Autolink",
|
|
34440
33982
|
color: "primary",
|
|
34441
|
-
onClick: _cache[
|
|
33983
|
+
onClick: _cache[21] || (_cache[21] = ($event) => autoPopulateRelatedTransformations(
|
|
34442
33984
|
selectedRelatedTransformField.value.parentId,
|
|
34443
33985
|
selectedRelatedTransformField.value.field.id
|
|
34444
33986
|
))
|
|
@@ -34447,7 +33989,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34447
33989
|
]),
|
|
34448
33990
|
vue.createElementVNode("div", null, [
|
|
34449
33991
|
vue.createElementVNode("table", null, [
|
|
34450
|
-
_cache[
|
|
33992
|
+
_cache[47] || (_cache[47] = vue.createElementVNode("thead", null, [
|
|
34451
33993
|
vue.createElementVNode("tr", null, [
|
|
34452
33994
|
vue.createElementVNode("th", null, "Source Value"),
|
|
34453
33995
|
vue.createElementVNode("th", null, "Target Value"),
|
|
@@ -34480,13 +34022,13 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34480
34022
|
((_c = relatedFileMappings[selectedRelatedTransformField.value.parentId]) == null ? void 0 : _c[selectedRelatedTransformField.value.field.id]) ? (vue.openBlock(), vue.createBlock(vue.unref(SelectInput), {
|
|
34481
34023
|
key: 0,
|
|
34482
34024
|
modelValue: selectedRelatedSourceValue.value,
|
|
34483
|
-
"onUpdate:modelValue": _cache[
|
|
34025
|
+
"onUpdate:modelValue": _cache[22] || (_cache[22] = ($event) => selectedRelatedSourceValue.value = $event),
|
|
34484
34026
|
searchable: "",
|
|
34485
34027
|
options: relatedSourceValueOptions.value,
|
|
34486
34028
|
placeholder: "Select source value"
|
|
34487
34029
|
}, null, 8, ["modelValue", "options"])) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
|
|
34488
34030
|
key: 1,
|
|
34489
|
-
"onUpdate:modelValue": _cache[
|
|
34031
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = ($event) => selectedRelatedSourceValue.value = $event),
|
|
34490
34032
|
type: "text",
|
|
34491
34033
|
placeholder: "Source value"
|
|
34492
34034
|
}, null, 512)), [
|
|
@@ -34497,13 +34039,13 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34497
34039
|
selectedRelatedTransformField.value.field.options && selectedRelatedTransformField.value.field.options.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(SelectInput), {
|
|
34498
34040
|
key: 0,
|
|
34499
34041
|
modelValue: selectedRelatedTargetValue.value,
|
|
34500
|
-
"onUpdate:modelValue": _cache[
|
|
34042
|
+
"onUpdate:modelValue": _cache[24] || (_cache[24] = ($event) => selectedRelatedTargetValue.value = $event),
|
|
34501
34043
|
searchable: "",
|
|
34502
34044
|
options: selectedRelatedTransformField.value.field.options,
|
|
34503
34045
|
placeholder: "Select target value"
|
|
34504
34046
|
}, null, 8, ["modelValue", "options"])) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
|
|
34505
34047
|
key: 1,
|
|
34506
|
-
"onUpdate:modelValue": _cache[
|
|
34048
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = ($event) => selectedRelatedTargetValue.value = $event),
|
|
34507
34049
|
type: "text",
|
|
34508
34050
|
placeholder: "Target value"
|
|
34509
34051
|
}, null, 512)), [
|
|
@@ -34515,7 +34057,7 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34515
34057
|
thin: "",
|
|
34516
34058
|
icon: "add",
|
|
34517
34059
|
color: "primary",
|
|
34518
|
-
onClick: _cache[
|
|
34060
|
+
onClick: _cache[26] || (_cache[26] = ($event) => addRelatedTransformation(
|
|
34519
34061
|
selectedRelatedTransformField.value.parentId,
|
|
34520
34062
|
selectedRelatedTransformField.value.field.id
|
|
34521
34063
|
))
|
|
@@ -34529,9 +34071,9 @@ ${unmatchedValues.length} values could not be automatically matched.`);
|
|
|
34529
34071
|
]),
|
|
34530
34072
|
vue.createElementVNode("div", null, [
|
|
34531
34073
|
vue.createVNode(vue.unref(Btn), {
|
|
34532
|
-
onClick: _cache[
|
|
34074
|
+
onClick: _cache[27] || (_cache[27] = ($event) => showRelatedTransformDialog.value = false)
|
|
34533
34075
|
}, {
|
|
34534
|
-
default: vue.withCtx(() => _cache[
|
|
34076
|
+
default: vue.withCtx(() => _cache[48] || (_cache[48] = [
|
|
34535
34077
|
vue.createTextVNode(" Close ")
|
|
34536
34078
|
])),
|
|
34537
34079
|
_: 1
|
|
@@ -34556,7 +34098,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
34556
34098
|
},
|
|
34557
34099
|
setup(__props) {
|
|
34558
34100
|
return (_ctx, _cache) => {
|
|
34559
|
-
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
34101
|
+
return vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$14), { class: "hide m_grid gap-05 bgl_bottombar px-1 txt14 justify-content-start align-items-center overflow-x" }, {
|
|
34560
34102
|
default: vue.withCtx(() => [
|
|
34561
34103
|
vue.renderSlot(_ctx.$slots, "brand", {}, void 0, true),
|
|
34562
34104
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.navLinks, (nav, i2) => {
|
|
@@ -34660,7 +34202,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
34660
34202
|
icon: "keyboard_arrow_right",
|
|
34661
34203
|
onClick: vue.unref(toggleMenu)
|
|
34662
34204
|
}, null, 8, ["onClick"]),
|
|
34663
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
34205
|
+
vue.createVNode(vue.unref(_sfc_main$14), { class: "py-1 px-05 h-100 flex column gap-05 rounded relative bg-primary font-light overflow-y" }, {
|
|
34664
34206
|
default: vue.withCtx(() => [
|
|
34665
34207
|
!vue.unref(isOpen) || !vue.unref(slots)["brand-open"] ? vue.renderSlot(_ctx.$slots, "brand", { key: 0 }, void 0, true) : vue.createCommentVNode("", true),
|
|
34666
34208
|
vue.unref(isOpen) ? vue.renderSlot(_ctx.$slots, "brand-open", { key: 1 }, void 0, true) : vue.createCommentVNode("", true),
|
|
@@ -34742,8 +34284,8 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
34742
34284
|
});
|
|
34743
34285
|
const Skeleton = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-8788ed73"]]);
|
|
34744
34286
|
const _hoisted_1$j = { class: "bgl_card tabs-top" };
|
|
34745
|
-
const _hoisted_2$
|
|
34746
|
-
const _hoisted_3$
|
|
34287
|
+
const _hoisted_2$d = { class: "tabs grid auto-flow-columns fit-content" };
|
|
34288
|
+
const _hoisted_3$a = ["onClick"];
|
|
34747
34289
|
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
34748
34290
|
__name: "TabbedLayout",
|
|
34749
34291
|
props: {
|
|
@@ -34779,7 +34321,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
34779
34321
|
}, [
|
|
34780
34322
|
vue.createElementVNode("div", _hoisted_1$j, [
|
|
34781
34323
|
vue.renderSlot(_ctx.$slots, "top-section", {}, void 0, true),
|
|
34782
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
34324
|
+
vue.createElementVNode("div", _hoisted_2$d, [
|
|
34783
34325
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, (tab) => {
|
|
34784
34326
|
var _a;
|
|
34785
34327
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -34788,7 +34330,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
34788
34330
|
active: tab === vue.unref(activeTab) || tab === ((_a = _ctx.router) == null ? void 0 : _a.currentRoute.value.path.split("/").slice(-1)[0])
|
|
34789
34331
|
}, "tab"]),
|
|
34790
34332
|
onClick: ($event) => changeTab(tab)
|
|
34791
|
-
}, vue.toDisplayString(tab), 11, _hoisted_3$
|
|
34333
|
+
}, vue.toDisplayString(tab), 11, _hoisted_3$a);
|
|
34792
34334
|
}), 128))
|
|
34793
34335
|
])
|
|
34794
34336
|
]),
|
|
@@ -34983,11 +34525,11 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
34983
34525
|
});
|
|
34984
34526
|
const TabsNav = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-6ece2018"]]);
|
|
34985
34527
|
const _hoisted_1$g = { class: "txt-start" };
|
|
34986
|
-
const _hoisted_2$
|
|
34528
|
+
const _hoisted_2$c = {
|
|
34987
34529
|
key: 0,
|
|
34988
34530
|
class: "txt10 m-0 p-0 txt-gray ellipsis"
|
|
34989
34531
|
};
|
|
34990
|
-
const _hoisted_3$
|
|
34532
|
+
const _hoisted_3$9 = { class: "m-0 p-0 ellipsis-1 line-height-14 pb-025" };
|
|
34991
34533
|
const _hoisted_4$5 = {
|
|
34992
34534
|
key: 1,
|
|
34993
34535
|
class: "txt12 m-0 p-0 opacity-7 ellipsis-1"
|
|
@@ -35062,11 +34604,11 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
35062
34604
|
icon: _ctx.icon
|
|
35063
34605
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
35064
34606
|
vue.createElementVNode("div", _hoisted_1$g, [
|
|
35065
|
-
_ctx.lead ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
34607
|
+
_ctx.lead ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$c, [
|
|
35066
34608
|
vue.createTextVNode(vue.toDisplayString(_ctx.lead) + " ", 1),
|
|
35067
34609
|
vue.renderSlot(_ctx.$slots, "lead")
|
|
35068
34610
|
])) : vue.createCommentVNode("", true),
|
|
35069
|
-
vue.createElementVNode("p", _hoisted_3$
|
|
34611
|
+
vue.createElementVNode("p", _hoisted_3$9, [
|
|
35070
34612
|
vue.createTextVNode(vue.toDisplayString(_ctx.title) + " ", 1),
|
|
35071
34613
|
vue.renderSlot(_ctx.$slots, "default")
|
|
35072
34614
|
]),
|
|
@@ -35098,20 +34640,22 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
35098
34640
|
});
|
|
35099
34641
|
const _sfc_main$i = {};
|
|
35100
34642
|
const _hoisted_1$f = { class: "list-wrap bgl_card thin grid overflow-hidden pt-0 pb-05 px-0 m_pb-0" };
|
|
35101
|
-
const _hoisted_2$
|
|
35102
|
-
const _hoisted_3$
|
|
34643
|
+
const _hoisted_2$b = { class: "p-0" };
|
|
34644
|
+
const _hoisted_3$8 = { class: "list-content auto-flow-rows align-items-start overflow-y h-100" };
|
|
35103
34645
|
function _sfc_render$3(_ctx, _cache) {
|
|
35104
34646
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [
|
|
35105
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
34647
|
+
vue.createElementVNode("div", _hoisted_2$b, [
|
|
35106
34648
|
vue.renderSlot(_ctx.$slots, "header")
|
|
35107
34649
|
]),
|
|
35108
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
34650
|
+
vue.createElementVNode("div", _hoisted_3$8, [
|
|
35109
34651
|
vue.renderSlot(_ctx.$slots, "default")
|
|
35110
34652
|
])
|
|
35111
34653
|
]);
|
|
35112
34654
|
}
|
|
35113
34655
|
const ListView = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$3]]);
|
|
35114
|
-
const _hoisted_1$e =
|
|
34656
|
+
const _hoisted_1$e = ["width", "height"];
|
|
34657
|
+
const _hoisted_2$a = ["r", "stroke", "stroke-width"];
|
|
34658
|
+
const _hoisted_3$7 = ["r", "stroke", "stroke-width", "stroke-dasharray"];
|
|
35115
34659
|
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
35116
34660
|
__name: "Loading",
|
|
35117
34661
|
props: {
|
|
@@ -35119,7 +34663,8 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
35119
34663
|
thickness: {},
|
|
35120
34664
|
duration: { default: 1.2 },
|
|
35121
34665
|
type: { default: "ring" },
|
|
35122
|
-
color: {}
|
|
34666
|
+
color: {},
|
|
34667
|
+
progress: {}
|
|
35123
34668
|
},
|
|
35124
34669
|
setup(__props) {
|
|
35125
34670
|
const theme = vue.toRef(__props, "type");
|
|
@@ -35133,8 +34678,18 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
35133
34678
|
const borderValue = __props.thickness ?? Math.max(Number.parseInt(computedSize.value) / 9, 2);
|
|
35134
34679
|
return standardSize(borderValue);
|
|
35135
34680
|
});
|
|
34681
|
+
const svgStrokeWidth = vue.computed(() => {
|
|
34682
|
+
const borderNumeric = Number.parseFloat(computedBorder.value);
|
|
34683
|
+
const sizeNumeric = Number.parseFloat(computedSize.value);
|
|
34684
|
+
return Math.round(borderNumeric / sizeNumeric * 100) * 0.9;
|
|
34685
|
+
});
|
|
34686
|
+
const svgRadius = vue.computed(() => 50 - svgStrokeWidth.value / 2);
|
|
34687
|
+
const svgCircumference = vue.computed(() => Math.PI * 2 * svgRadius.value);
|
|
35136
34688
|
return (_ctx, _cache) => {
|
|
35137
|
-
return vue.openBlock(), vue.createElementBlock("div",
|
|
34689
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
34690
|
+
class: vue.normalizeClass(["flex-center", { progress: _ctx.progress !== void 0 }]),
|
|
34691
|
+
style: vue.normalizeStyle({ "--progress": _ctx.progress })
|
|
34692
|
+
}, [
|
|
35138
34693
|
theme.value === "bar" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
35139
34694
|
key: 0,
|
|
35140
34695
|
class: "lds-bar",
|
|
@@ -35157,7 +34712,33 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
35157
34712
|
class: "lds-ring",
|
|
35158
34713
|
style: vue.normalizeStyle({ "--size": computedSize.value, "--thickness": computedBorder.value })
|
|
35159
34714
|
}, [
|
|
35160
|
-
(vue.openBlock(), vue.createElementBlock(
|
|
34715
|
+
_ctx.progress !== void 0 ? (vue.openBlock(), vue.createElementBlock("svg", {
|
|
34716
|
+
key: 0,
|
|
34717
|
+
width: computedSize.value,
|
|
34718
|
+
height: computedSize.value,
|
|
34719
|
+
viewBox: "0 0 100 100"
|
|
34720
|
+
}, [
|
|
34721
|
+
vue.createElementVNode("circle", {
|
|
34722
|
+
cx: "50",
|
|
34723
|
+
cy: "50",
|
|
34724
|
+
r: svgRadius.value,
|
|
34725
|
+
fill: "none",
|
|
34726
|
+
stroke: _ctx.color || "currentColor",
|
|
34727
|
+
"stroke-width": svgStrokeWidth.value,
|
|
34728
|
+
"stroke-opacity": "0.2"
|
|
34729
|
+
}, null, 8, _hoisted_2$a),
|
|
34730
|
+
vue.createElementVNode("circle", {
|
|
34731
|
+
cx: "50",
|
|
34732
|
+
cy: "50",
|
|
34733
|
+
r: svgRadius.value,
|
|
34734
|
+
fill: "none",
|
|
34735
|
+
stroke: _ctx.color || "currentColor",
|
|
34736
|
+
"stroke-width": svgStrokeWidth.value,
|
|
34737
|
+
"stroke-linecap": "round",
|
|
34738
|
+
"stroke-dasharray": `${_ctx.progress / 100 * svgCircumference.value} ${svgCircumference.value}`,
|
|
34739
|
+
transform: "rotate(-90 50 50)"
|
|
34740
|
+
}, null, 8, _hoisted_3$7)
|
|
34741
|
+
], 8, _hoisted_1$e)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, vue.renderList(4, (n2) => {
|
|
35161
34742
|
return vue.createElementVNode("div", {
|
|
35162
34743
|
key: n2,
|
|
35163
34744
|
style: vue.normalizeStyle({
|
|
@@ -35172,11 +34753,11 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
35172
34753
|
}, null, 4);
|
|
35173
34754
|
}), 64))
|
|
35174
34755
|
], 4)) : vue.createCommentVNode("", true)
|
|
35175
|
-
]);
|
|
34756
|
+
], 6);
|
|
35176
34757
|
};
|
|
35177
34758
|
}
|
|
35178
34759
|
});
|
|
35179
|
-
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
34760
|
+
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-5f6435e8"]]);
|
|
35180
34761
|
const _hoisted_1$d = ["id"];
|
|
35181
34762
|
const defaultMarkerSVG = '<svg width="28" height="38" viewBox="0 0 28 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.2263 37.7955C17.0897 37.7955 19.4109 37.0138 19.4109 36.0496C19.4109 35.0854 17.0897 34.3037 14.2263 34.3037C11.363 34.3037 9.04175 35.0854 9.04175 36.0496C9.04175 37.0138 11.363 37.7955 14.2263 37.7955Z" fill="black" fill-opacity="0.1"/><path d="M14.2265 0.549591C21.2842 0.549591 27.0131 6.23786 27.0787 13.28V13.4024C27.0787 19.3328 24.4759 24.4306 21.5627 28.2764C18.6511 32.12 15.4577 34.6754 14.3457 35.5097C14.2748 35.5629 14.1778 35.5629 14.1068 35.5097C12.9947 34.675 9.80135 32.1197 6.88984 28.2762C3.97665 24.4304 1.37378 19.3328 1.37378 13.4024C1.37378 6.30387 7.12806 0.549591 14.2265 0.549591Z" fill="#ED1b3E" stroke="#ED6C6F"/><path d="M14.2263 21.6185C18.7639 21.6185 22.4424 17.94 22.4424 13.4024C22.4424 8.86477 18.7639 5.18631 14.2263 5.18631C9.68872 5.18631 6.01025 8.86477 6.01025 13.4024C6.01025 17.94 9.68872 21.6185 14.2263 21.6185Z" fill="white"/></svg>';
|
|
35182
34763
|
const leafletScriptUrl = "https://unpkg.com/leaflet@1.9.4/dist/leaflet.js";
|
|
@@ -35290,13 +34871,13 @@ const _hoisted_3$6 = {
|
|
|
35290
34871
|
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
35291
34872
|
__name: "Modal",
|
|
35292
34873
|
props: {
|
|
35293
|
-
thin: { type: Boolean },
|
|
35294
|
-
side: { type: Boolean },
|
|
34874
|
+
thin: { type: Boolean, default: false },
|
|
34875
|
+
side: { type: Boolean, default: false },
|
|
35295
34876
|
title: {},
|
|
35296
34877
|
width: {},
|
|
35297
|
-
dismissable: { type: Boolean },
|
|
34878
|
+
dismissable: { type: Boolean, default: true },
|
|
35298
34879
|
actions: {},
|
|
35299
|
-
visible: { type: Boolean }
|
|
34880
|
+
visible: { type: Boolean, default: false }
|
|
35300
34881
|
},
|
|
35301
34882
|
emits: ["update:visible"],
|
|
35302
34883
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
@@ -35344,7 +34925,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
35344
34925
|
onClick: _cache[1] || (_cache[1] = () => _ctx.dismissable ? closeModal() : ""),
|
|
35345
34926
|
onKeydown: vue.withKeys(closeModal, ["esc"])
|
|
35346
34927
|
}, [
|
|
35347
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
34928
|
+
vue.createVNode(vue.unref(_sfc_main$14), {
|
|
35348
34929
|
class: "modal",
|
|
35349
34930
|
style: vue.normalizeStyle({ ...maxWidth.value }),
|
|
35350
34931
|
thin: _ctx.thin,
|
|
@@ -35356,28 +34937,30 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
35356
34937
|
return [
|
|
35357
34938
|
vue.unref(slots).toolbar || _ctx.title ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_1$c, [
|
|
35358
34939
|
vue.renderSlot(_ctx.$slots, "toolbar"),
|
|
35359
|
-
vue.
|
|
34940
|
+
_ctx.dismissable ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
34941
|
+
key: 0,
|
|
35360
34942
|
style: vue.normalizeStyle({ float: _ctx.side ? "left" : "right" }),
|
|
35361
34943
|
flat: "",
|
|
35362
34944
|
icon: "close",
|
|
35363
34945
|
thin: "",
|
|
35364
34946
|
onClick: closeModal
|
|
35365
|
-
}, null, 8, ["style"]),
|
|
34947
|
+
}, null, 8, ["style"])) : vue.createCommentVNode("", true),
|
|
35366
34948
|
_ctx.title ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$4), {
|
|
35367
|
-
key:
|
|
34949
|
+
key: 1,
|
|
35368
34950
|
class: "modal-title",
|
|
35369
34951
|
tag: "h3",
|
|
35370
34952
|
label: _ctx.title
|
|
35371
34953
|
}, null, 8, ["label"])) : vue.createCommentVNode("", true)
|
|
35372
34954
|
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$9, [
|
|
35373
|
-
vue.
|
|
34955
|
+
_ctx.dismissable ? (vue.openBlock(), vue.createBlock(vue.unref(Btn), {
|
|
34956
|
+
key: 0,
|
|
35374
34957
|
class: "position-start",
|
|
35375
34958
|
icon: "close",
|
|
35376
34959
|
thin: "",
|
|
35377
34960
|
round: "",
|
|
35378
34961
|
color: "white",
|
|
35379
34962
|
onClick: closeModal
|
|
35380
|
-
})
|
|
34963
|
+
})) : vue.createCommentVNode("", true)
|
|
35381
34964
|
])),
|
|
35382
34965
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
35383
34966
|
vue.unref(slots).footer || ((_a = _ctx.actions) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("footer", _hoisted_3$6, [
|
|
@@ -35528,7 +35111,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
35528
35111
|
"onUpdate:visible": _cache[3] || (_cache[3] = ($event) => emit2("update:visible", $event))
|
|
35529
35112
|
}, vue.createSlots({
|
|
35530
35113
|
default: vue.withCtx(() => [
|
|
35531
|
-
_ctx.visible ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$
|
|
35114
|
+
_ctx.visible ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$W), {
|
|
35532
35115
|
key: 0,
|
|
35533
35116
|
ref_key: "form",
|
|
35534
35117
|
ref: form,
|
|
@@ -35899,11 +35482,15 @@ const _hoisted_5$3 = {
|
|
|
35899
35482
|
class: "flex h-100"
|
|
35900
35483
|
};
|
|
35901
35484
|
const _hoisted_6$3 = {
|
|
35485
|
+
key: 3,
|
|
35486
|
+
class: "pillText"
|
|
35487
|
+
};
|
|
35488
|
+
const _hoisted_7$3 = {
|
|
35902
35489
|
key: 5,
|
|
35903
35490
|
class: "loading"
|
|
35904
35491
|
};
|
|
35905
|
-
const
|
|
35906
|
-
const
|
|
35492
|
+
const _hoisted_8$2 = { key: 6 };
|
|
35493
|
+
const _hoisted_9$2 = {
|
|
35907
35494
|
key: 0,
|
|
35908
35495
|
class: "flex h-100"
|
|
35909
35496
|
};
|
|
@@ -35923,12 +35510,14 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
35923
35510
|
modelValue: {},
|
|
35924
35511
|
round: { type: Boolean },
|
|
35925
35512
|
btn: {},
|
|
35926
|
-
btnEnd: {}
|
|
35513
|
+
btnEnd: {},
|
|
35514
|
+
large: { type: Boolean },
|
|
35515
|
+
small: { type: Boolean }
|
|
35927
35516
|
},
|
|
35928
35517
|
setup(__props) {
|
|
35929
35518
|
vue.useCssVars((_ctx) => ({
|
|
35930
|
-
"
|
|
35931
|
-
"
|
|
35519
|
+
"0da076cc": computedBackgroundColor.value,
|
|
35520
|
+
"ae6db216": cumputedTextColor.value
|
|
35932
35521
|
}));
|
|
35933
35522
|
const props2 = __props;
|
|
35934
35523
|
const slots = vue.useSlots();
|
|
@@ -35977,12 +35566,15 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
35977
35566
|
);
|
|
35978
35567
|
return (_ctx, _cache) => {
|
|
35979
35568
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
35569
|
+
style: { "height": "var(--pill-height)" },
|
|
35980
35570
|
disabled: _ctx.disabled,
|
|
35981
35571
|
class: vue.normalizeClass({
|
|
35982
35572
|
"bgl_pill": !_ctx.icon || vue.unref(slots).default || _ctx.value,
|
|
35983
35573
|
round: _ctx.round,
|
|
35984
35574
|
"bgl_flatPill": _ctx.flat,
|
|
35985
|
-
"bgl_pill-border": _ctx.border || _ctx.outline
|
|
35575
|
+
"bgl_pill-border": _ctx.border || _ctx.outline,
|
|
35576
|
+
"pillLarge": _ctx.large,
|
|
35577
|
+
"pillSmall": _ctx.small
|
|
35986
35578
|
})
|
|
35987
35579
|
}, [
|
|
35988
35580
|
vue.createElementVNode("div", _hoisted_2$4, [
|
|
@@ -35997,18 +35589,18 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
35997
35589
|
])),
|
|
35998
35590
|
_ctx.icon ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
35999
35591
|
key: 2,
|
|
36000
|
-
icon: _ctx.icon
|
|
35592
|
+
icon: _ctx.icon,
|
|
35593
|
+
style: { "font-size": "var(--pill-font-size)" }
|
|
36001
35594
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
36002
35595
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
36003
|
-
!vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock(vue.
|
|
36004
|
-
vue.createTextVNode(vue.toDisplayString(_ctx.value || _ctx.modelValue), 1)
|
|
36005
|
-
], 64)) : vue.createCommentVNode("", true),
|
|
35596
|
+
!vue.unref(slots).default ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_6$3, vue.toDisplayString(_ctx.value || _ctx.modelValue) + " " + vue.toDisplayString(vue.unref(slots).default ? vue.unref(slots).default : _ctx.value || _ctx.modelValue) + " " + vue.toDisplayString(_ctx.value || _ctx.modelValue), 1)) : vue.createCommentVNode("", true),
|
|
36006
35597
|
_ctx.iconEnd ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$v), {
|
|
36007
35598
|
key: 4,
|
|
36008
|
-
icon: _ctx.iconEnd
|
|
35599
|
+
icon: _ctx.iconEnd,
|
|
35600
|
+
style: { "font-size": "var(--pill-font-size)" }
|
|
36009
35601
|
}, null, 8, ["icon"])) : vue.createCommentVNode("", true),
|
|
36010
|
-
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div",
|
|
36011
|
-
_ctx.btnEnd ? (vue.openBlock(), vue.createElementBlock("div",
|
|
35602
|
+
_ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$3)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$2, [
|
|
35603
|
+
_ctx.btnEnd ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$2, [
|
|
36012
35604
|
vue.createVNode(vue.unref(Btn), vue.mergeProps({
|
|
36013
35605
|
class: "bgl_pill-btn",
|
|
36014
35606
|
round: "",
|
|
@@ -36022,7 +35614,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
36022
35614
|
};
|
|
36023
35615
|
}
|
|
36024
35616
|
});
|
|
36025
|
-
const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
35617
|
+
const Pill = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-91ae070e"]]);
|
|
36026
35618
|
const _sfc_main$8 = {};
|
|
36027
35619
|
function _sfc_render$2(_ctx, _cache) {
|
|
36028
35620
|
const _component_router_view = vue.resolveComponent("router-view");
|
|
@@ -37398,7 +36990,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
37398
36990
|
placeholder: "Search",
|
|
37399
36991
|
class: "m-0 max-w200px"
|
|
37400
36992
|
}, null, 8, ["modelValue"]),
|
|
37401
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
36993
|
+
vue.createVNode(vue.unref(_sfc_main$Z), {
|
|
37402
36994
|
flat: "",
|
|
37403
36995
|
thin: "",
|
|
37404
36996
|
icon: "more_vert"
|
|
@@ -37431,7 +37023,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
37431
37023
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(wrapText) ? wrapText.value = $event : null),
|
|
37432
37024
|
label: "Wrap Text"
|
|
37433
37025
|
}, null, 8, ["modelValue"]),
|
|
37434
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
37026
|
+
vue.createVNode(vue.unref(_sfc_main$Z), { placement: "auto-end" }, {
|
|
37435
37027
|
trigger: vue.withCtx(({ show }) => [
|
|
37436
37028
|
vue.createVNode(vue.unref(_sfc_main$j), {
|
|
37437
37029
|
title: "Column Visibility",
|
|
@@ -40015,39 +39607,38 @@ function useSearch(params) {
|
|
|
40015
39607
|
isLoading: vue.computed(() => isLoading.value)
|
|
40016
39608
|
};
|
|
40017
39609
|
}
|
|
40018
|
-
exports.Accordion = _sfc_main$
|
|
39610
|
+
exports.Accordion = _sfc_main$1i;
|
|
40019
39611
|
exports.AccordionItem = AccordionItem;
|
|
40020
|
-
exports.AddressSearch = _sfc_main$
|
|
39612
|
+
exports.AddressSearch = _sfc_main$1g;
|
|
40021
39613
|
exports.Alert = Alert;
|
|
40022
39614
|
exports.Avatar = Avatar;
|
|
40023
39615
|
exports.Badge = Badge;
|
|
40024
|
-
exports.BagelForm = _sfc_main$
|
|
39616
|
+
exports.BagelForm = _sfc_main$W;
|
|
40025
39617
|
exports.BagelMultiStepForm = BglMultiStepForm;
|
|
40026
39618
|
exports.BagelVue = BagelVue;
|
|
40027
|
-
exports.BglForm = _sfc_main$
|
|
39619
|
+
exports.BglForm = _sfc_main$W;
|
|
40028
39620
|
exports.BglVideo = BglVideo;
|
|
40029
39621
|
exports.BottomMenu = BottomMenu;
|
|
40030
39622
|
exports.Btn = Btn;
|
|
40031
39623
|
exports.Calendar = Index;
|
|
40032
|
-
exports.Card = _sfc_main$
|
|
39624
|
+
exports.Card = _sfc_main$14;
|
|
40033
39625
|
exports.Carousel = Carousel;
|
|
40034
39626
|
exports.CheckInput = CheckInput;
|
|
40035
39627
|
exports.Checkbox = Checkbox;
|
|
40036
39628
|
exports.CodeEditor = CodeEditor;
|
|
40037
|
-
exports.ColorInput = _sfc_main$
|
|
39629
|
+
exports.ColorInput = _sfc_main$Q;
|
|
40038
39630
|
exports.DataPreview = DataPreview;
|
|
40039
39631
|
exports.DataTable = DataTable;
|
|
40040
|
-
exports.DateInput = _sfc_main$
|
|
39632
|
+
exports.DateInput = _sfc_main$O;
|
|
40041
39633
|
exports.DatePicker = DatePicker;
|
|
40042
39634
|
exports.DragOver = DragOver;
|
|
40043
|
-
exports.Draggable = _sfc_main
|
|
40044
|
-
exports.Dropdown = _sfc_main$
|
|
39635
|
+
exports.Draggable = _sfc_main$$;
|
|
39636
|
+
exports.Dropdown = _sfc_main$Z;
|
|
40045
39637
|
exports.EMAIL_REGEX = EMAIL_REGEX;
|
|
40046
39638
|
exports.EmailInput = EmailInput;
|
|
40047
39639
|
exports.FORM_STATE_KEY = FORM_STATE_KEY;
|
|
40048
|
-
exports.FieldArray = _sfc_main$
|
|
39640
|
+
exports.FieldArray = _sfc_main$U;
|
|
40049
39641
|
exports.FieldSetVue = FieldSetVue;
|
|
40050
|
-
exports.FileUpload = FileUpload;
|
|
40051
39642
|
exports.Flag = Flag;
|
|
40052
39643
|
exports.IMAGE_FORMATS = IMAGE_FORMATS;
|
|
40053
39644
|
exports.IMAGE_FORMATS_REGEXP = IMAGE_FORMATS_REGEXP;
|
|
@@ -40057,7 +39648,7 @@ exports.Image = Image$1;
|
|
|
40057
39648
|
exports.ImportData = _sfc_main$s;
|
|
40058
39649
|
exports.JSONInput = JSONInput;
|
|
40059
39650
|
exports.Layout = Layout;
|
|
40060
|
-
exports.Lineart = _sfc_main$
|
|
39651
|
+
exports.Lineart = _sfc_main$12;
|
|
40061
39652
|
exports.ListItem = _sfc_main$j;
|
|
40062
39653
|
exports.ListView = ListView;
|
|
40063
39654
|
exports.Loading = Loading;
|