@avakhula/ui 0.0.227 → 0.0.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +592 -590
- package/dist/index.umd.cjs +33 -33
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Sorting/Sorting.vue +6 -3
- package/src/components/Sorting/sorting.scss +15 -13
- package/src/components/TreeSelect/Select.vue +197 -200
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, renderSlot as Te, createVNode as ge, Transition as wr, withCtx as ye, withDirectives as
|
|
1
|
+
import { openBlock as G, createElementBlock as ne, normalizeStyle as wn, normalizeClass as ve, resolveComponent as fe, createElementVNode as ae, renderSlot as Te, createVNode as ge, Transition as wr, withCtx as ye, withDirectives as Re, vShow as Ke, createBlock as ke, resolveDynamicComponent as Or, mergeProps as Et, Fragment as rt, renderList as Ft, createCommentVNode as he, toDisplayString as $e, withModifiers as vt, resolveDirective as On, createSlots as So, Teleport as ca, createTextVNode as Ge, createApp as fa, vModelDynamic as To, withKeys as Tt, pushScopeId as $i, popScopeId as wi, vModelText as xo, defineComponent as ha, onMounted as pa, onBeforeUnmount as ga, ref as Bi, watch as ei, nextTick as ji, h as ma, createStaticVNode as va } from "vue";
|
|
2
2
|
const Ae = (t, n) => {
|
|
3
3
|
const e = t.__vccOpts || t;
|
|
4
4
|
for (const [i, o] of n)
|
|
@@ -114,7 +114,7 @@ function Ca(t, n, e, i, o, r) {
|
|
|
114
114
|
onLeave: t.leave
|
|
115
115
|
}, {
|
|
116
116
|
default: ye(() => [
|
|
117
|
-
|
|
117
|
+
Re(ae("div", {
|
|
118
118
|
role: "region",
|
|
119
119
|
class: "accordion-content",
|
|
120
120
|
id: "accordion-section-" + o.uuid,
|
|
@@ -131,7 +131,7 @@ function Ca(t, n, e, i, o, r) {
|
|
|
131
131
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
132
132
|
], 2);
|
|
133
133
|
}
|
|
134
|
-
const
|
|
134
|
+
const Jh = /* @__PURE__ */ Ae($a, [["render", Ca], ["__scopeId", "data-v-6f93b010"]]), sn = {
|
|
135
135
|
primary: "primary",
|
|
136
136
|
secondary: "secondary",
|
|
137
137
|
tertiary: "tertiary",
|
|
@@ -240,7 +240,7 @@ function Na(t, n, e, i, o, r) {
|
|
|
240
240
|
default: ye(() => [
|
|
241
241
|
Te(t.$slots, "icon"),
|
|
242
242
|
Te(t.$slots, "default"),
|
|
243
|
-
e.href.length && e.linkMethod.toUpperCase() !== "GET" ?
|
|
243
|
+
e.href.length && e.linkMethod.toUpperCase() !== "GET" ? Re((G(), ne("form", {
|
|
244
244
|
key: 0,
|
|
245
245
|
ref: "form",
|
|
246
246
|
method: r.formMethod,
|
|
@@ -256,7 +256,7 @@ function Na(t, n, e, i, o, r) {
|
|
|
256
256
|
name: "_token",
|
|
257
257
|
value: r.token
|
|
258
258
|
}, null, 8, xa),
|
|
259
|
-
(G(!0), ne(
|
|
259
|
+
(G(!0), ne(rt, null, Ft(Object.keys(e.postOptions), (s, l) => (G(), ne("input", {
|
|
260
260
|
key: l,
|
|
261
261
|
type: "hidden",
|
|
262
262
|
name: s,
|
|
@@ -327,7 +327,7 @@ const Pa = {
|
|
|
327
327
|
function Ma(t, n, e, i, o, r) {
|
|
328
328
|
return G(), ke(wr, null, {
|
|
329
329
|
default: ye(() => [
|
|
330
|
-
|
|
330
|
+
Re(ae("div", {
|
|
331
331
|
class: ve(r.classes)
|
|
332
332
|
}, [
|
|
333
333
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
@@ -653,7 +653,7 @@ function Ja(t, n, e, i, o, r) {
|
|
|
653
653
|
ge(s, { name: "camera-outline" })
|
|
654
654
|
], 2));
|
|
655
655
|
}
|
|
656
|
-
const
|
|
656
|
+
const Xh = /* @__PURE__ */ Ae(Wa, [["render", Ja], ["__scopeId", "data-v-8ba12d0f"]]);
|
|
657
657
|
const Xa = {
|
|
658
658
|
name: "IbBadge",
|
|
659
659
|
props: {
|
|
@@ -677,7 +677,7 @@ function Qa(t, n, e, i, o, r) {
|
|
|
677
677
|
class: ve(r.classes)
|
|
678
678
|
}, $e(r.normalizeContent), 3);
|
|
679
679
|
}
|
|
680
|
-
const
|
|
680
|
+
const Qh = /* @__PURE__ */ Ae(Xa, [["render", Qa], ["__scopeId", "data-v-328df75a"]]);
|
|
681
681
|
const el = {
|
|
682
682
|
name: "IbButtonGroup"
|
|
683
683
|
}, tl = { class: "ib-button-group" };
|
|
@@ -686,7 +686,7 @@ function nl(t, n, e, i, o, r) {
|
|
|
686
686
|
Te(t.$slots, "default")
|
|
687
687
|
]);
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const e1 = /* @__PURE__ */ Ae(el, [["render", nl]]), yn = {
|
|
690
690
|
success: "success",
|
|
691
691
|
neutral: "neutral",
|
|
692
692
|
info: "info",
|
|
@@ -743,7 +743,7 @@ function il(t, n, e, i, o, r) {
|
|
|
743
743
|
])
|
|
744
744
|
], 2);
|
|
745
745
|
}
|
|
746
|
-
const
|
|
746
|
+
const t1 = /* @__PURE__ */ Ae(rl, [["render", il], ["__scopeId", "data-v-3604890c"]]), ol = {
|
|
747
747
|
topLeft: "top-left",
|
|
748
748
|
topCenter: "top-center",
|
|
749
749
|
topRight: "top-right",
|
|
@@ -810,7 +810,7 @@ function dl(t, n, e, i, o, r) {
|
|
|
810
810
|
const s = fe("ib-icon"), l = fe("ib-icon-button");
|
|
811
811
|
return G(), ke(wr, null, {
|
|
812
812
|
default: ye(() => [
|
|
813
|
-
|
|
813
|
+
Re(ae("div", {
|
|
814
814
|
class: ve(r.classes)
|
|
815
815
|
}, [
|
|
816
816
|
ae("div", ll, [
|
|
@@ -990,7 +990,7 @@ const wl = {
|
|
|
990
990
|
}, Ol = { class: "ib-dropdown" }, kl = { class: "footer-slot" };
|
|
991
991
|
function Cl(t, n, e, i, o, r) {
|
|
992
992
|
const s = On("outside");
|
|
993
|
-
return
|
|
993
|
+
return Re((G(), ne("div", Ol, [
|
|
994
994
|
r.hasTrigger && e.triggerType === "click" ? (G(), ne("span", {
|
|
995
995
|
key: 0,
|
|
996
996
|
class: ve(["dropdown-trigger", r.triggerClasses]),
|
|
@@ -1008,7 +1008,7 @@ function Cl(t, n, e, i, o, r) {
|
|
|
1008
1008
|
}, [
|
|
1009
1009
|
Te(t.$slots, "trigger", { isOpened: o.isOpenedState }, void 0, !0)
|
|
1010
1010
|
], 34)) : he("", !0),
|
|
1011
|
-
!e.destroyOnHide || o.isOpenedState ?
|
|
1011
|
+
!e.destroyOnHide || o.isOpenedState ? Re((G(), ne("div", {
|
|
1012
1012
|
key: 2,
|
|
1013
1013
|
ref: "body",
|
|
1014
1014
|
class: ve("ib-dropdown-menu " + r.classes)
|
|
@@ -1325,7 +1325,7 @@ function ql(t, n, e, i, o, r) {
|
|
|
1325
1325
|
}, 8, ["disabled"])
|
|
1326
1326
|
], 2);
|
|
1327
1327
|
}
|
|
1328
|
-
const
|
|
1328
|
+
const n1 = /* @__PURE__ */ Ae(Dl, [["render", ql]]);
|
|
1329
1329
|
const Fl = {
|
|
1330
1330
|
props: {
|
|
1331
1331
|
href: {
|
|
@@ -1348,7 +1348,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1348
1348
|
_: 3
|
|
1349
1349
|
}, 16);
|
|
1350
1350
|
}
|
|
1351
|
-
const
|
|
1351
|
+
const r1 = /* @__PURE__ */ Ae(Fl, [["render", Hl], ["__scopeId", "data-v-4cf00feb"]]), Yt = {
|
|
1352
1352
|
S: "s",
|
|
1353
1353
|
M: "m",
|
|
1354
1354
|
L: "l",
|
|
@@ -1465,7 +1465,7 @@ const Vl = {
|
|
|
1465
1465
|
};
|
|
1466
1466
|
function Kl(t, n, e, i, o, r) {
|
|
1467
1467
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = On("outside");
|
|
1468
|
-
return G(), ne(
|
|
1468
|
+
return G(), ne(rt, null, [
|
|
1469
1469
|
r.hasTrigger ? (G(), ne("div", {
|
|
1470
1470
|
key: 0,
|
|
1471
1471
|
class: "modal-trigger",
|
|
@@ -1476,11 +1476,11 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1476
1476
|
Te(t.$slots, "trigger", {}, void 0, !0)
|
|
1477
1477
|
], 544)) : he("", !0),
|
|
1478
1478
|
(G(), ke(ca, { to: "body" }, [
|
|
1479
|
-
|
|
1479
|
+
Re(ae("div", {
|
|
1480
1480
|
class: ve(["modal", e.classList]),
|
|
1481
1481
|
ref: "modal"
|
|
1482
1482
|
}, [
|
|
1483
|
-
|
|
1483
|
+
Re((G(), ne("div", {
|
|
1484
1484
|
class: ve(r.bodyClassList),
|
|
1485
1485
|
style: wn(r.bodyStyles)
|
|
1486
1486
|
}, [
|
|
@@ -1515,7 +1515,7 @@ function Kl(t, n, e, i, o, r) {
|
|
|
1515
1515
|
]))
|
|
1516
1516
|
], 64);
|
|
1517
1517
|
}
|
|
1518
|
-
const
|
|
1518
|
+
const i1 = /* @__PURE__ */ Ae(Vl, [["render", Kl], ["__scopeId", "data-v-bebb1bd1"]]);
|
|
1519
1519
|
function Do(t) {
|
|
1520
1520
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1521
1521
|
}
|
|
@@ -1582,7 +1582,7 @@ function Zl(t, n, e, i, o, r) {
|
|
|
1582
1582
|
], 10, Wl)
|
|
1583
1583
|
]),
|
|
1584
1584
|
body: ye(() => [
|
|
1585
|
-
(G(!0), ne(
|
|
1585
|
+
(G(!0), ne(rt, null, Ft(e.tabs.tabs, (f, h) => (G(), ke(l, {
|
|
1586
1586
|
key: h,
|
|
1587
1587
|
checked: f.id === e.selectedTab,
|
|
1588
1588
|
href: r.createHref(f.id),
|
|
@@ -1664,7 +1664,7 @@ function is(t, n, e, i, o, r) {
|
|
|
1664
1664
|
const s = fe("ib-tab-dropdown");
|
|
1665
1665
|
return G(), ne("div", Ql, [
|
|
1666
1666
|
ae("ul", es, [
|
|
1667
|
-
(G(!0), ne(
|
|
1667
|
+
(G(!0), ne(rt, null, Ft(o.tabs, (l, c) => (G(), ne("li", {
|
|
1668
1668
|
class: "tab-item",
|
|
1669
1669
|
key: c
|
|
1670
1670
|
}, [
|
|
@@ -1692,7 +1692,7 @@ function is(t, n, e, i, o, r) {
|
|
|
1692
1692
|
], 512)
|
|
1693
1693
|
]);
|
|
1694
1694
|
}
|
|
1695
|
-
const
|
|
1695
|
+
const o1 = /* @__PURE__ */ Ae(Xl, [["render", is], ["__scopeId", "data-v-bc2195e2"]]), os = {
|
|
1696
1696
|
name: "IbTab",
|
|
1697
1697
|
props: {
|
|
1698
1698
|
title: {
|
|
@@ -1723,13 +1723,13 @@ const a1 = /* @__PURE__ */ Ae(Xl, [["render", is], ["__scopeId", "data-v-bc2195e
|
|
|
1723
1723
|
}
|
|
1724
1724
|
};
|
|
1725
1725
|
function as(t, n, e, i, o, r) {
|
|
1726
|
-
return
|
|
1726
|
+
return Re((G(), ne("div", null, [
|
|
1727
1727
|
Te(t.$slots, "default")
|
|
1728
1728
|
], 512)), [
|
|
1729
1729
|
[Ke, r.isTabActive]
|
|
1730
1730
|
]);
|
|
1731
1731
|
}
|
|
1732
|
-
const
|
|
1732
|
+
const a1 = /* @__PURE__ */ Ae(os, [["render", as]]), ls = {
|
|
1733
1733
|
LIST_VIEW: "list-sorting",
|
|
1734
1734
|
GRID_VIEW: "grid-sorting",
|
|
1735
1735
|
TABLE_VIEW: "table-sorting"
|
|
@@ -1965,6 +1965,7 @@ const cs = {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
}, fs = { class: "sorting-wrapper" }, hs = ["name"], ps = ["aria-label"];
|
|
1967
1967
|
function gs(t, n, e, i, o, r) {
|
|
1968
|
+
var h;
|
|
1968
1969
|
const s = fe("ib-toggle-tip"), l = fe("ib-icon-button"), c = fe("ib-icon"), f = On("tooltip");
|
|
1969
1970
|
return G(), ne("div", fs, [
|
|
1970
1971
|
e.view === o.sortingTypesView.TABLE_VIEW ? (G(), ne("div", {
|
|
@@ -1975,10 +1976,13 @@ function gs(t, n, e, i, o, r) {
|
|
|
1975
1976
|
}])
|
|
1976
1977
|
}, [
|
|
1977
1978
|
ae("div", null, [
|
|
1978
|
-
|
|
1979
|
-
class: ve(["sorting-label", {
|
|
1979
|
+
Re((G(), ne("button", {
|
|
1980
|
+
class: ve(["sorting-label", {
|
|
1981
|
+
"sorting-label-active": o.isOpenToggleTip,
|
|
1982
|
+
"has-action": ((h = e.tooltipText) == null ? void 0 : h.length) || r.hasToggleTip
|
|
1983
|
+
}]),
|
|
1980
1984
|
type: "button",
|
|
1981
|
-
onClick: n[0] || (n[0] = (
|
|
1985
|
+
onClick: n[0] || (n[0] = (d) => o.isOpenToggleTip = !o.isOpenToggleTip)
|
|
1982
1986
|
}, [
|
|
1983
1987
|
Ge($e(e.title), 1)
|
|
1984
1988
|
], 2)), [
|
|
@@ -1989,7 +1993,7 @@ function gs(t, n, e, i, o, r) {
|
|
|
1989
1993
|
position: "bottom-center",
|
|
1990
1994
|
"is-open": o.isOpenToggleTip,
|
|
1991
1995
|
title: e.toggleTipTitle,
|
|
1992
|
-
onClose: n[1] || (n[1] = (
|
|
1996
|
+
onClose: n[1] || (n[1] = (d) => o.isOpenToggleTip = !1)
|
|
1993
1997
|
}, {
|
|
1994
1998
|
buttons: ye(() => [
|
|
1995
1999
|
Te(t.$slots, "toggleTipButtons", {}, void 0, !0)
|
|
@@ -2000,7 +2004,7 @@ function gs(t, n, e, i, o, r) {
|
|
|
2000
2004
|
_: 3
|
|
2001
2005
|
}, 8, ["is-open", "title"])) : he("", !0)
|
|
2002
2006
|
]),
|
|
2003
|
-
e.hideSortingButton ? he("", !0) :
|
|
2007
|
+
e.hideSortingButton ? he("", !0) : (G(), ke(l, {
|
|
2004
2008
|
key: 0,
|
|
2005
2009
|
kind: "white",
|
|
2006
2010
|
size: "s",
|
|
@@ -2010,17 +2014,15 @@ function gs(t, n, e, i, o, r) {
|
|
|
2010
2014
|
ae("ion-icon", { name: r.iconType }, null, 8, hs)
|
|
2011
2015
|
]),
|
|
2012
2016
|
_: 1
|
|
2013
|
-
}, 8, ["onClick"]))
|
|
2014
|
-
|
|
2015
|
-
])
|
|
2016
|
-
], 2)) : De((G(), ne("button", {
|
|
2017
|
+
}, 8, ["onClick"]))
|
|
2018
|
+
], 2)) : Re((G(), ne("button", {
|
|
2017
2019
|
key: 1,
|
|
2018
2020
|
class: ve(["sorting-button", {
|
|
2019
2021
|
active: o.currentTypeSort,
|
|
2020
2022
|
disabled: e.disable
|
|
2021
2023
|
}]),
|
|
2022
2024
|
type: "button",
|
|
2023
|
-
onClick: n[2] || (n[2] = (...
|
|
2025
|
+
onClick: n[2] || (n[2] = (...d) => r.clickHandler && r.clickHandler(...d)),
|
|
2024
2026
|
"aria-label": e.sort
|
|
2025
2027
|
}, [
|
|
2026
2028
|
Ge($e(e.title) + " ", 1),
|
|
@@ -2033,7 +2035,7 @@ function gs(t, n, e, i, o, r) {
|
|
|
2033
2035
|
])
|
|
2034
2036
|
]);
|
|
2035
2037
|
}
|
|
2036
|
-
const
|
|
2038
|
+
const l1 = /* @__PURE__ */ Ae(cs, [["render", gs], ["__scopeId", "data-v-fa3095d2"]]);
|
|
2037
2039
|
const ms = {
|
|
2038
2040
|
name: "IbBreadcrumbs",
|
|
2039
2041
|
props: {
|
|
@@ -2068,7 +2070,7 @@ function ws(t, n, e, i, o, r) {
|
|
|
2068
2070
|
const s = fe("ib-icon"), l = fe("ib-tooltip"), c = fe("ib-icon-button"), f = fe("ib-dropdown-item"), h = fe("ib-dropdown-list");
|
|
2069
2071
|
return G(), ne("nav", vs, [
|
|
2070
2072
|
ae("ul", ys, [
|
|
2071
|
-
(G(!0), ne(
|
|
2073
|
+
(G(!0), ne(rt, null, Ft(e.items, (d, a) => (G(), ne("li", {
|
|
2072
2074
|
class: ve(["breadcrumb-item", a === r.last ? "active" : ""]),
|
|
2073
2075
|
"aria-current": "page",
|
|
2074
2076
|
key: a
|
|
@@ -2096,7 +2098,7 @@ function ws(t, n, e, i, o, r) {
|
|
|
2096
2098
|
})
|
|
2097
2099
|
]),
|
|
2098
2100
|
body: ye(() => [
|
|
2099
|
-
(G(!0), ne(
|
|
2101
|
+
(G(!0), ne(rt, null, Ft(r.setItemsContextMenu, (u, b) => (G(), ke(f, { key: b }, {
|
|
2100
2102
|
default: ye(() => [
|
|
2101
2103
|
ae("a", {
|
|
2102
2104
|
class: "context-breadcrums",
|
|
@@ -2116,7 +2118,7 @@ function ws(t, n, e, i, o, r) {
|
|
|
2116
2118
|
])
|
|
2117
2119
|
]);
|
|
2118
2120
|
}
|
|
2119
|
-
const
|
|
2121
|
+
const s1 = /* @__PURE__ */ Ae(ms, [["render", ws], ["__scopeId", "data-v-5ef772a9"]]);
|
|
2120
2122
|
const Os = {
|
|
2121
2123
|
name: "IbLabel",
|
|
2122
2124
|
props: {
|
|
@@ -2362,7 +2364,7 @@ function As(t, n, e, i, o, r) {
|
|
|
2362
2364
|
class: "icon-search",
|
|
2363
2365
|
name: "search-outline"
|
|
2364
2366
|
})) : he("", !0),
|
|
2365
|
-
|
|
2367
|
+
Re(ae("input", Et(r.attrs, {
|
|
2366
2368
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.actualValue = a),
|
|
2367
2369
|
ref: "field",
|
|
2368
2370
|
"aria-invalid": !!r.hasErrorState,
|
|
@@ -2376,7 +2378,7 @@ function As(t, n, e, i, o, r) {
|
|
|
2376
2378
|
}), null, 16, Ts), [
|
|
2377
2379
|
[To, o.actualValue]
|
|
2378
2380
|
]),
|
|
2379
|
-
e.type !== "password" && e.showClearButton ?
|
|
2381
|
+
e.type !== "password" && e.showClearButton ? Re((G(), ke(c, {
|
|
2380
2382
|
key: 1,
|
|
2381
2383
|
kind: "ghost",
|
|
2382
2384
|
class: "button-clear",
|
|
@@ -2394,7 +2396,7 @@ function As(t, n, e, i, o, r) {
|
|
|
2394
2396
|
}, 8, ["disabled", "help-text", "onClick", "onKeypress"])), [
|
|
2395
2397
|
[Ke, (h = o.actualValue) == null ? void 0 : h.length]
|
|
2396
2398
|
]) : he("", !0),
|
|
2397
|
-
e.type === "password" ?
|
|
2399
|
+
e.type === "password" ? Re((G(), ke(c, {
|
|
2398
2400
|
key: 2,
|
|
2399
2401
|
kind: "ghost",
|
|
2400
2402
|
class: "toggle-password",
|
|
@@ -2571,10 +2573,10 @@ function qs(t, n, e, i, o, r) {
|
|
|
2571
2573
|
Ge(" " + $e(e.label), 1)
|
|
2572
2574
|
], 2)) : he("", !0),
|
|
2573
2575
|
ae("span", Rs, [
|
|
2574
|
-
|
|
2576
|
+
Re(ge(s, { name: "checkmark-sharp" }, null, 512), [
|
|
2575
2577
|
[Ke, o.checked && !r.indeterminate]
|
|
2576
2578
|
]),
|
|
2577
|
-
|
|
2579
|
+
Re(ge(s, {
|
|
2578
2580
|
class: ve("checkbox-undeterminate-icon"),
|
|
2579
2581
|
name: "remove-sharp"
|
|
2580
2582
|
}, null, 512), [
|
|
@@ -2874,7 +2876,7 @@ const Zs = {
|
|
|
2874
2876
|
function ru(t, n, e, i, o, r) {
|
|
2875
2877
|
const s = fe("ib-icon"), l = fe("ib-icon-button"), c = fe("select-option"), f = fe("list"), h = On("tooltip");
|
|
2876
2878
|
return G(), ne("li", null, [
|
|
2877
|
-
|
|
2879
|
+
Re((G(), ne("div", {
|
|
2878
2880
|
class: ve(["tree-select-option", {
|
|
2879
2881
|
"tree-select-option-checked": r.isChecked,
|
|
2880
2882
|
"tree-select-option-margin": r.hasVisibleChildren,
|
|
@@ -2891,7 +2893,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
2891
2893
|
onKeydown: n[3] || (n[3] = vt((...d) => r.onKeydown && r.onKeydown(...d), ["self"])),
|
|
2892
2894
|
onFocus: n[4] || (n[4] = (d) => t.$emit("onFocus", `option-${r.id}`))
|
|
2893
2895
|
}, [
|
|
2894
|
-
|
|
2896
|
+
Re(ge(l, {
|
|
2895
2897
|
"disabled-focus": !0,
|
|
2896
2898
|
kind: "ghost",
|
|
2897
2899
|
class: "toggle-children",
|
|
@@ -2913,7 +2915,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
2913
2915
|
active: !e.showInput && e.option.checked
|
|
2914
2916
|
})
|
|
2915
2917
|
}, [
|
|
2916
|
-
|
|
2918
|
+
Re((G(), ke(Or(r.component), {
|
|
2917
2919
|
ref: "component",
|
|
2918
2920
|
tabindex: "-1",
|
|
2919
2921
|
"disable-focus": "",
|
|
@@ -2944,7 +2946,7 @@ function ru(t, n, e, i, o, r) {
|
|
|
2944
2946
|
onClick: n[0] || (n[0] = vt((d) => t.$emit("toggle-bookmark", e.option), ["stop", "prevent"]))
|
|
2945
2947
|
})
|
|
2946
2948
|
]))
|
|
2947
|
-
], 2)) : e.htmlTitle ? (G(), ne(
|
|
2949
|
+
], 2)) : e.htmlTitle ? (G(), ne(rt, { key: 1 }, [
|
|
2948
2950
|
r.hasChildren ? (G(), ne("span", {
|
|
2949
2951
|
key: 1,
|
|
2950
2952
|
class: "option-label",
|
|
@@ -2956,9 +2958,9 @@ function ru(t, n, e, i, o, r) {
|
|
|
2956
2958
|
}, null, 8, eu))
|
|
2957
2959
|
], 64)) : (G(), ne("span", nu, $e(e.option.title), 1))
|
|
2958
2960
|
], 2),
|
|
2959
|
-
r.hasChildren ?
|
|
2961
|
+
r.hasChildren ? Re((G(), ke(f, { key: 0 }, {
|
|
2960
2962
|
default: ye(() => [
|
|
2961
|
-
(G(!0), ne(
|
|
2963
|
+
(G(!0), ne(rt, null, Ft(e.option.children, (d) => Re((G(), ke(c, {
|
|
2962
2964
|
key: d.value,
|
|
2963
2965
|
option: d,
|
|
2964
2966
|
name: e.name,
|
|
@@ -3896,16 +3898,16 @@ const lu = {
|
|
|
3896
3898
|
beforeUnmount() {
|
|
3897
3899
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3898
3900
|
}
|
|
3899
|
-
}, su = {
|
|
3901
|
+
}, su = {
|
|
3900
3902
|
key: 0,
|
|
3901
3903
|
class: "tree-select-empty"
|
|
3902
|
-
},
|
|
3904
|
+
}, uu = {
|
|
3903
3905
|
key: 1,
|
|
3904
3906
|
class: "tree-select-default-empty tree-select-empty"
|
|
3905
3907
|
};
|
|
3906
|
-
function
|
|
3908
|
+
function du(t, n, e, i, o, r) {
|
|
3907
3909
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("ib-icon-button"), f = fe("select-option"), h = fe("list"), d = fe("ib-input"), a = fe("ib-dropdown");
|
|
3908
|
-
return G(), ne(
|
|
3910
|
+
return G(), ne(rt, null, [
|
|
3909
3911
|
e.errorMessage ? (G(), ke(s, {
|
|
3910
3912
|
key: 0,
|
|
3911
3913
|
class: "tree-select-error"
|
|
@@ -3946,7 +3948,7 @@ function cu(t, n, e, i, o, r) {
|
|
|
3946
3948
|
class: ve({ "has-hierarchy": r.hasHierarchy })
|
|
3947
3949
|
}, {
|
|
3948
3950
|
default: ye(() => [
|
|
3949
|
-
(G(!0), ne(
|
|
3951
|
+
(G(!0), ne(rt, null, Ft(o.actualBookmarkedOptions, (u) => (G(), ke(f, {
|
|
3950
3952
|
key: "bookmark" + u.id,
|
|
3951
3953
|
option: u,
|
|
3952
3954
|
"parent-auto-check": !1,
|
|
@@ -3980,10 +3982,10 @@ function cu(t, n, e, i, o, r) {
|
|
|
3980
3982
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3981
3983
|
}, {
|
|
3982
3984
|
default: ye(() => [
|
|
3983
|
-
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div",
|
|
3985
|
+
!r.requiredDependencyNotFilled && !r.visibleOptionsCount && r.hasEmptyMessage ? (G(), ne("div", su, [
|
|
3984
3986
|
Te(t.$slots, "emptyMessage")
|
|
3985
|
-
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div",
|
|
3986
|
-
|
|
3987
|
+
])) : !r.requiredDependencyNotFilled && !r.visibleOptionsCount ? (G(), ne("div", uu, $e(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3988
|
+
Re(ae("div", { class: "tree-select-empty" }, $e(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3987
3989
|
[Ke, r.requiredDependencyNotFilled]
|
|
3988
3990
|
]),
|
|
3989
3991
|
!e.isMultiple && !e.isRequired && o.actualOptions.length > 0 ? (G(), ke(f, {
|
|
@@ -4002,7 +4004,7 @@ function cu(t, n, e, i, o, r) {
|
|
|
4002
4004
|
"only-end-nodes": e.onlyEndNodes,
|
|
4003
4005
|
"show-input": e.showInputs
|
|
4004
4006
|
}, null, 8, ["option", "name", "parent-auto-check", "is-multiple", "onCheck", "onToggleBookmark", "uid", "only-end-nodes", "show-input"])) : he("", !0),
|
|
4005
|
-
r.requiredDependencyNotFilled ? he("", !0) : (G(), ne(
|
|
4007
|
+
r.requiredDependencyNotFilled ? he("", !0) : (G(), ne(rt, { key: 3 }, [
|
|
4006
4008
|
e.allOptions && e.isMultiple && r.visibleOptionsCount && !r.requiredDependencyNotFilled ? (G(), ke(f, {
|
|
4007
4009
|
key: 0,
|
|
4008
4010
|
option: {
|
|
@@ -4025,7 +4027,7 @@ function cu(t, n, e, i, o, r) {
|
|
|
4025
4027
|
onCheck: r.manageAll,
|
|
4026
4028
|
onOnFocus: n[7] || (n[7] = (u) => o.focusedOptionId = u)
|
|
4027
4029
|
}, null, 8, ["option", "is-toggle", "name", "is-multiple", "uid", "only-end-nodes", "show-input", "onCheck"])) : he("", !0),
|
|
4028
|
-
(G(!0), ne(
|
|
4030
|
+
(G(!0), ne(rt, null, Ft(o.actualOptions, (u) => Te(t.$slots, o.actualName, {
|
|
4029
4031
|
key: e.name + u.value,
|
|
4030
4032
|
option: u,
|
|
4031
4033
|
parentAutoCheck: e.parentAutoCheck,
|
|
@@ -4035,7 +4037,7 @@ function cu(t, n, e, i, o, r) {
|
|
|
4035
4037
|
htmlTitle: e.htmlOptionTitle,
|
|
4036
4038
|
showInput: e.showInputs
|
|
4037
4039
|
}, () => [
|
|
4038
|
-
|
|
4040
|
+
Re(ge(f, {
|
|
4039
4041
|
option: u,
|
|
4040
4042
|
"is-toggle": e.isToggle,
|
|
4041
4043
|
name: o.actualName,
|
|
@@ -4100,7 +4102,7 @@ function cu(t, n, e, i, o, r) {
|
|
|
4100
4102
|
class: ve({ placeholder: !r.selectStatus })
|
|
4101
4103
|
}, $e(r.selectStatus || e.placeholder), 3))
|
|
4102
4104
|
], 42, ["aria-label", "aria-activedescendant"]),
|
|
4103
|
-
e.showClearButton ?
|
|
4105
|
+
e.showClearButton ? Re((G(), ke(c, {
|
|
4104
4106
|
key: 0,
|
|
4105
4107
|
kind: "ghost",
|
|
4106
4108
|
class: "button-clear",
|
|
@@ -4123,10 +4125,10 @@ function cu(t, n, e, i, o, r) {
|
|
|
4123
4125
|
}
|
|
4124
4126
|
]), 1032, ["disabled", "is-resizable", "vertical", "onClose"])
|
|
4125
4127
|
], 2)
|
|
4126
|
-
]);
|
|
4128
|
+
], 64);
|
|
4127
4129
|
}
|
|
4128
|
-
const
|
|
4129
|
-
const
|
|
4130
|
+
const cu = /* @__PURE__ */ Ae(lu, [["render", du]]);
|
|
4131
|
+
const fu = {
|
|
4130
4132
|
name: "IbLimitSelector",
|
|
4131
4133
|
props: {
|
|
4132
4134
|
labelSelect: {
|
|
@@ -4164,12 +4166,12 @@ const hu = {
|
|
|
4164
4166
|
},
|
|
4165
4167
|
components: {
|
|
4166
4168
|
IbLabel: Cr,
|
|
4167
|
-
IbSelect:
|
|
4169
|
+
IbSelect: cu
|
|
4168
4170
|
}
|
|
4169
|
-
},
|
|
4170
|
-
function
|
|
4171
|
+
}, hu = { class: "report-limit-selector" };
|
|
4172
|
+
function pu(t, n, e, i, o, r) {
|
|
4171
4173
|
const s = fe("ib-label"), l = fe("ib-select");
|
|
4172
|
-
return G(), ne("div",
|
|
4174
|
+
return G(), ne("div", hu, [
|
|
4173
4175
|
ge(s, null, {
|
|
4174
4176
|
default: ye(() => [
|
|
4175
4177
|
Ge($e(e.labelSelect), 1)
|
|
@@ -4186,8 +4188,8 @@ function gu(t, n, e, i, o, r) {
|
|
|
4186
4188
|
}, null, 8, ["value", "options", "onInput"])
|
|
4187
4189
|
]);
|
|
4188
4190
|
}
|
|
4189
|
-
const
|
|
4190
|
-
const
|
|
4191
|
+
const gu = /* @__PURE__ */ Ae(fu, [["render", pu]]);
|
|
4192
|
+
const mu = {
|
|
4191
4193
|
name: "IbPagination",
|
|
4192
4194
|
props: {
|
|
4193
4195
|
tooltipTextPrev: {
|
|
@@ -4288,27 +4290,27 @@ const vu = {
|
|
|
4288
4290
|
IbIcon: Xe,
|
|
4289
4291
|
IbInput: Bo,
|
|
4290
4292
|
IbLabel: Cr,
|
|
4291
|
-
IbLimitSelector:
|
|
4293
|
+
IbLimitSelector: gu,
|
|
4292
4294
|
IbTooltip: kn
|
|
4293
4295
|
}
|
|
4294
|
-
},
|
|
4295
|
-
function
|
|
4296
|
+
}, vu = { class: "report-controls" }, yu = { class: "repot-pagination" }, bu = { class: "pagination-input" }, _u = { class: "row-count" }, $u = { class: "pagination-wrapper" }, wu = ["onClick"];
|
|
4297
|
+
function Ou(t, n, e, i, o, r) {
|
|
4296
4298
|
const s = fe("ib-limit-selector"), l = fe("ib-label"), c = fe("ib-input"), f = fe("ib-icon"), h = fe("ib-tooltip"), d = fe("ib-icon-button");
|
|
4297
|
-
return G(), ne("div",
|
|
4299
|
+
return G(), ne("div", vu, [
|
|
4298
4300
|
ge(s, {
|
|
4299
4301
|
onSelect: r.changeLimit,
|
|
4300
4302
|
value: o.limitValue,
|
|
4301
4303
|
"label-select": e.labelSelect
|
|
4302
4304
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
4303
|
-
ae("div",
|
|
4304
|
-
e.showPaginationInput ? (G(), ne(
|
|
4305
|
+
ae("div", yu, [
|
|
4306
|
+
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
4305
4307
|
ge(l, null, {
|
|
4306
4308
|
default: ye(() => [
|
|
4307
4309
|
Ge($e(e.labelInput), 1)
|
|
4308
4310
|
]),
|
|
4309
4311
|
_: 1
|
|
4310
4312
|
}),
|
|
4311
|
-
ae("div",
|
|
4313
|
+
ae("div", bu, [
|
|
4312
4314
|
ge(c, {
|
|
4313
4315
|
type: "number",
|
|
4314
4316
|
debounce: 500,
|
|
@@ -4316,7 +4318,7 @@ function ku(t, n, e, i, o, r) {
|
|
|
4316
4318
|
}, null, 8, ["onInput"])
|
|
4317
4319
|
])
|
|
4318
4320
|
], 64)) : he("", !0),
|
|
4319
|
-
ae("div",
|
|
4321
|
+
ae("div", _u, $e(r.setCountOfRows + " of " + e.countRows), 1),
|
|
4320
4322
|
ge(d, {
|
|
4321
4323
|
kind: "tertiary",
|
|
4322
4324
|
size: "m",
|
|
@@ -4333,8 +4335,8 @@ function ku(t, n, e, i, o, r) {
|
|
|
4333
4335
|
]),
|
|
4334
4336
|
_: 1
|
|
4335
4337
|
}, 8, ["disabled"]),
|
|
4336
|
-
ae("ul",
|
|
4337
|
-
(G(!0), ne(
|
|
4338
|
+
ae("ul", $u, [
|
|
4339
|
+
(G(!0), ne(rt, null, Ft(r.countPagePagination, (a, u) => Re((G(), ne("li", {
|
|
4338
4340
|
key: u,
|
|
4339
4341
|
class: ve(["pagination-item", {
|
|
4340
4342
|
active: u + 1 === o.currentPage,
|
|
@@ -4344,7 +4346,7 @@ function ku(t, n, e, i, o, r) {
|
|
|
4344
4346
|
onClick: (b) => r.onSelect(u + 1)
|
|
4345
4347
|
}, [
|
|
4346
4348
|
ae("button", null, $e(u + 1), 1)
|
|
4347
|
-
], 10,
|
|
4349
|
+
], 10, wu)), [
|
|
4348
4350
|
[Ke, r.showItem(u + 1)]
|
|
4349
4351
|
])), 128))
|
|
4350
4352
|
]),
|
|
@@ -4367,14 +4369,14 @@ function ku(t, n, e, i, o, r) {
|
|
|
4367
4369
|
])
|
|
4368
4370
|
]);
|
|
4369
4371
|
}
|
|
4370
|
-
const
|
|
4372
|
+
const u1 = /* @__PURE__ */ Ae(mu, [["render", Ou]]), jn = {
|
|
4371
4373
|
PROGRESS: "progress",
|
|
4372
4374
|
SUCCESS: "success",
|
|
4373
4375
|
FAILED: "failed",
|
|
4374
4376
|
CANCELING: "canceling",
|
|
4375
4377
|
CANCELED: "canceled"
|
|
4376
4378
|
};
|
|
4377
|
-
const
|
|
4379
|
+
const ku = {
|
|
4378
4380
|
props: {
|
|
4379
4381
|
states: {
|
|
4380
4382
|
type: String,
|
|
@@ -4397,12 +4399,12 @@ const Cu = {
|
|
|
4397
4399
|
components: {
|
|
4398
4400
|
IbIcon: Xe
|
|
4399
4401
|
}
|
|
4400
|
-
}, Ho = (t) => ($i("data-v-b64f2af0"), t = t(), wi(), t),
|
|
4401
|
-
|
|
4402
|
-
],
|
|
4403
|
-
function
|
|
4402
|
+
}, Ho = (t) => ($i("data-v-b64f2af0"), t = t(), wi(), t), Cu = { class: "ib-progress-bar-wrapper" }, Eu = ["aria-valuenow"], Su = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), Tu = [
|
|
4403
|
+
Su
|
|
4404
|
+
], xu = /* @__PURE__ */ Ho(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4405
|
+
function Au(t, n, e, i, o, r) {
|
|
4404
4406
|
const s = fe("ib-icon");
|
|
4405
|
-
return G(), ne("div",
|
|
4407
|
+
return G(), ne("div", Cu, [
|
|
4406
4408
|
ae("div", {
|
|
4407
4409
|
class: ve(r.classes)
|
|
4408
4410
|
}, [
|
|
@@ -4413,10 +4415,10 @@ function Nu(t, n, e, i, o, r) {
|
|
|
4413
4415
|
"aria-valuemax": "100",
|
|
4414
4416
|
"aria-valuenow": e.progress,
|
|
4415
4417
|
style: wn({ width: e.progress + "%" })
|
|
4416
|
-
},
|
|
4417
|
-
|
|
4418
|
+
}, Tu, 12, Eu),
|
|
4419
|
+
xu
|
|
4418
4420
|
], 2),
|
|
4419
|
-
|
|
4421
|
+
Re(ge(s, {
|
|
4420
4422
|
class: "status-icon",
|
|
4421
4423
|
name: r.iconName
|
|
4422
4424
|
}, null, 8, ["name"]), [
|
|
@@ -4424,7 +4426,7 @@ function Nu(t, n, e, i, o, r) {
|
|
|
4424
4426
|
])
|
|
4425
4427
|
]);
|
|
4426
4428
|
}
|
|
4427
|
-
const
|
|
4429
|
+
const d1 = /* @__PURE__ */ Ae(ku, [["render", Au], ["__scopeId", "data-v-b64f2af0"]]), Nu = {
|
|
4428
4430
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4429
4431
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4430
4432
|
</svg>
|
|
@@ -4465,7 +4467,7 @@ const c1 = /* @__PURE__ */ Ae(Cu, [["render", Nu], ["__scopeId", "data-v-b64f2af
|
|
|
4465
4467
|
</svg>
|
|
4466
4468
|
`
|
|
4467
4469
|
};
|
|
4468
|
-
const
|
|
4470
|
+
const Iu = {
|
|
4469
4471
|
props: {
|
|
4470
4472
|
type: {
|
|
4471
4473
|
type: String,
|
|
@@ -4474,21 +4476,21 @@ const Pu = {
|
|
|
4474
4476
|
},
|
|
4475
4477
|
data() {
|
|
4476
4478
|
return {
|
|
4477
|
-
icons:
|
|
4479
|
+
icons: Nu
|
|
4478
4480
|
};
|
|
4479
4481
|
}
|
|
4480
|
-
},
|
|
4481
|
-
function
|
|
4482
|
-
return G(), ne("div",
|
|
4482
|
+
}, Pu = { class: "status-indicator" }, Mu = ["innerHTML"];
|
|
4483
|
+
function Du(t, n, e, i, o, r) {
|
|
4484
|
+
return G(), ne("div", Pu, [
|
|
4483
4485
|
ae("div", {
|
|
4484
4486
|
class: ve(["status-indicator-icon", e.type]),
|
|
4485
4487
|
innerHTML: o.icons[e.type]
|
|
4486
|
-
}, null, 10,
|
|
4488
|
+
}, null, 10, Mu),
|
|
4487
4489
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4488
4490
|
]);
|
|
4489
4491
|
}
|
|
4490
|
-
const
|
|
4491
|
-
const
|
|
4492
|
+
const c1 = /* @__PURE__ */ Ae(Iu, [["render", Du], ["__scopeId", "data-v-e696394e"]]);
|
|
4493
|
+
const Lu = {
|
|
4492
4494
|
name: "IbPanel",
|
|
4493
4495
|
mixins: [Ao],
|
|
4494
4496
|
props: {
|
|
@@ -4501,17 +4503,17 @@ const Ru = {
|
|
|
4501
4503
|
default: !1
|
|
4502
4504
|
}
|
|
4503
4505
|
}
|
|
4504
|
-
},
|
|
4505
|
-
function
|
|
4506
|
+
}, Ru = (t) => ($i("data-v-c7c0bea8"), t = t(), wi(), t), Bu = { class: "panel-head" }, ju = { class: "head-title" }, qu = /* @__PURE__ */ Ru(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Fu = { class: "head-content" }, Hu = { class: "panel-body" };
|
|
4507
|
+
function Vu(t, n, e, i, o, r) {
|
|
4506
4508
|
return G(), ne("div", {
|
|
4507
4509
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4508
4510
|
}, [
|
|
4509
|
-
ae("div",
|
|
4510
|
-
ae("div",
|
|
4511
|
+
ae("div", Bu, [
|
|
4512
|
+
ae("div", ju, [
|
|
4511
4513
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4512
4514
|
]),
|
|
4513
|
-
|
|
4514
|
-
ae("div",
|
|
4515
|
+
qu,
|
|
4516
|
+
ae("div", Fu, [
|
|
4515
4517
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4516
4518
|
])
|
|
4517
4519
|
]),
|
|
@@ -4522,7 +4524,7 @@ function Uu(t, n, e, i, o, r) {
|
|
|
4522
4524
|
onLeave: t.leave
|
|
4523
4525
|
}, {
|
|
4524
4526
|
default: ye(() => [
|
|
4525
|
-
|
|
4527
|
+
Re(ae("div", Hu, [
|
|
4526
4528
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4527
4529
|
], 512), [
|
|
4528
4530
|
[Ke, e.isOpen]
|
|
@@ -4532,8 +4534,8 @@ function Uu(t, n, e, i, o, r) {
|
|
|
4532
4534
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4533
4535
|
], 2);
|
|
4534
4536
|
}
|
|
4535
|
-
const
|
|
4536
|
-
const
|
|
4537
|
+
const f1 = /* @__PURE__ */ Ae(Lu, [["render", Vu], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4538
|
+
const Uu = {
|
|
4537
4539
|
name: "IbInputGroup",
|
|
4538
4540
|
props: {
|
|
4539
4541
|
supportText: {
|
|
@@ -4545,20 +4547,20 @@ const zu = {
|
|
|
4545
4547
|
default: !1
|
|
4546
4548
|
}
|
|
4547
4549
|
}
|
|
4548
|
-
},
|
|
4550
|
+
}, zu = {
|
|
4549
4551
|
key: 0,
|
|
4550
4552
|
class: "support-text"
|
|
4551
4553
|
};
|
|
4552
|
-
function
|
|
4554
|
+
function Ku(t, n, e, i, o, r) {
|
|
4553
4555
|
return G(), ne("div", {
|
|
4554
4556
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4555
4557
|
}, [
|
|
4556
4558
|
Te(t.$slots, "default"),
|
|
4557
|
-
e.supportText.length ? (G(), ne("p",
|
|
4559
|
+
e.supportText.length ? (G(), ne("p", zu, $e(e.supportText), 1)) : he("", !0)
|
|
4558
4560
|
], 2);
|
|
4559
4561
|
}
|
|
4560
|
-
const
|
|
4561
|
-
const
|
|
4562
|
+
const h1 = /* @__PURE__ */ Ae(Uu, [["render", Ku]]);
|
|
4563
|
+
const Gu = {
|
|
4562
4564
|
name: "IbInputGroup",
|
|
4563
4565
|
props: {
|
|
4564
4566
|
labelText: {
|
|
@@ -4582,8 +4584,8 @@ const Yu = {
|
|
|
4582
4584
|
IbLabel: Cr,
|
|
4583
4585
|
IbAlert: cn
|
|
4584
4586
|
}
|
|
4585
|
-
},
|
|
4586
|
-
function
|
|
4587
|
+
}, Yu = { class: "ib-checkbox-group-content" };
|
|
4588
|
+
function Wu(t, n, e, i, o, r) {
|
|
4587
4589
|
const s = fe("ib-label"), l = fe("ib-alert");
|
|
4588
4590
|
return G(), ne("div", {
|
|
4589
4591
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4607,13 +4609,13 @@ function Zu(t, n, e, i, o, r) {
|
|
|
4607
4609
|
]),
|
|
4608
4610
|
_: 1
|
|
4609
4611
|
})) : he("", !0),
|
|
4610
|
-
ae("div",
|
|
4612
|
+
ae("div", Yu, [
|
|
4611
4613
|
Te(t.$slots, "default")
|
|
4612
4614
|
])
|
|
4613
4615
|
], 2);
|
|
4614
4616
|
}
|
|
4615
|
-
const
|
|
4616
|
-
const
|
|
4617
|
+
const p1 = /* @__PURE__ */ Ae(Gu, [["render", Wu]]);
|
|
4618
|
+
const Zu = {
|
|
4617
4619
|
name: "IbRadio",
|
|
4618
4620
|
model: {
|
|
4619
4621
|
prop: "isChecked",
|
|
@@ -4681,11 +4683,11 @@ const Ju = {
|
|
|
4681
4683
|
};
|
|
4682
4684
|
}
|
|
4683
4685
|
}
|
|
4684
|
-
},
|
|
4686
|
+
}, Ju = (t) => ($i("data-v-02701670"), t = t(), wi(), t), Xu = ["for", "aria-checked"], Qu = ["name", "id", "value", "checked", "disabled"], ed = /* @__PURE__ */ Ju(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), td = {
|
|
4685
4687
|
key: 0,
|
|
4686
4688
|
class: "ib-radio-label"
|
|
4687
4689
|
};
|
|
4688
|
-
function
|
|
4690
|
+
function nd(t, n, e, i, o, r) {
|
|
4689
4691
|
var s, l;
|
|
4690
4692
|
return G(), ne("label", {
|
|
4691
4693
|
role: "radio",
|
|
@@ -4705,17 +4707,17 @@ function rd(t, n, e, i, o, r) {
|
|
|
4705
4707
|
onInput: n[0] || (n[0] = vt(() => {
|
|
4706
4708
|
}, ["stop"])),
|
|
4707
4709
|
onChange: n[1] || (n[1] = (...c) => r.onChange && r.onChange(...c))
|
|
4708
|
-
}, null, 40,
|
|
4710
|
+
}, null, 40, Qu),
|
|
4709
4711
|
ae("span", {
|
|
4710
4712
|
class: ve(["ib-radio-body", { "without-text": !((s = e.label) != null && s.length) }])
|
|
4711
4713
|
}, [
|
|
4712
|
-
|
|
4713
|
-
(l = e.label) != null && l.length ? (G(), ne("span",
|
|
4714
|
+
ed,
|
|
4715
|
+
(l = e.label) != null && l.length ? (G(), ne("span", td, $e(e.label), 1)) : he("", !0)
|
|
4714
4716
|
], 2)
|
|
4715
|
-
], 10,
|
|
4717
|
+
], 10, Xu);
|
|
4716
4718
|
}
|
|
4717
|
-
const
|
|
4718
|
-
const
|
|
4719
|
+
const g1 = /* @__PURE__ */ Ae(Zu, [["render", nd], ["__scopeId", "data-v-02701670"]]);
|
|
4720
|
+
const rd = {
|
|
4719
4721
|
props: {
|
|
4720
4722
|
characterLimit: {
|
|
4721
4723
|
type: [String, Number],
|
|
@@ -4726,26 +4728,26 @@ const id = {
|
|
|
4726
4728
|
required: !0
|
|
4727
4729
|
}
|
|
4728
4730
|
}
|
|
4729
|
-
},
|
|
4731
|
+
}, id = { class: "character-count" }, od = {
|
|
4730
4732
|
key: 0,
|
|
4731
4733
|
class: "val-limit"
|
|
4732
|
-
},
|
|
4734
|
+
}, ad = { class: "val-length" }, ld = { class: "val-limit" }, sd = {
|
|
4733
4735
|
key: 3,
|
|
4734
4736
|
class: "val-length val-limited"
|
|
4735
4737
|
};
|
|
4736
|
-
function
|
|
4737
|
-
return G(), ne("div",
|
|
4738
|
-
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(
|
|
4739
|
-
ae("p",
|
|
4738
|
+
function ud(t, n, e, i, o, r) {
|
|
4739
|
+
return G(), ne("div", id, [
|
|
4740
|
+
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4741
|
+
ae("p", ad, $e(e.characterLimit - e.characterLength), 1),
|
|
4740
4742
|
Ge(" / "),
|
|
4741
|
-
ae("p",
|
|
4742
|
-
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(
|
|
4743
|
+
ae("p", ld, $e(e.characterLimit), 1)
|
|
4744
|
+
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4743
4745
|
Ge("0")
|
|
4744
|
-
], 64)) : (G(), ne("p",
|
|
4746
|
+
], 64)) : (G(), ne("p", sd, $e(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", od, "Max " + $e(e.characterLimit), 1))
|
|
4745
4747
|
]);
|
|
4746
4748
|
}
|
|
4747
|
-
const Vo = /* @__PURE__ */ Ae(
|
|
4748
|
-
const
|
|
4749
|
+
const Vo = /* @__PURE__ */ Ae(rd, [["render", ud], ["__scopeId", "data-v-725f21a3"]]);
|
|
4750
|
+
const dd = {
|
|
4749
4751
|
name: "IbTextarea",
|
|
4750
4752
|
props: {
|
|
4751
4753
|
disabled: {
|
|
@@ -4802,8 +4804,8 @@ const cd = {
|
|
|
4802
4804
|
IbCharacterCount: Vo
|
|
4803
4805
|
},
|
|
4804
4806
|
inheritAttrs: !1
|
|
4805
|
-
},
|
|
4806
|
-
function
|
|
4807
|
+
}, cd = ["disabled"];
|
|
4808
|
+
function fd(t, n, e, i, o, r) {
|
|
4807
4809
|
const s = fe("ib-character-count"), l = fe("ib-alert");
|
|
4808
4810
|
return G(), ne("div", {
|
|
4809
4811
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4813,7 +4815,7 @@ function hd(t, n, e, i, o, r) {
|
|
|
4813
4815
|
"character-limit": e.characterLimit,
|
|
4814
4816
|
"character-length": o.val.length
|
|
4815
4817
|
}, null, 8, ["character-limit", "character-length"])) : he("", !0),
|
|
4816
|
-
|
|
4818
|
+
Re(ge(l, null, {
|
|
4817
4819
|
default: ye(() => [
|
|
4818
4820
|
Ge($e(e.errorMessage), 1)
|
|
4819
4821
|
]),
|
|
@@ -4821,7 +4823,7 @@ function hd(t, n, e, i, o, r) {
|
|
|
4821
4823
|
}, 512), [
|
|
4822
4824
|
[Ke, e.errorMessage.length]
|
|
4823
4825
|
]),
|
|
4824
|
-
|
|
4826
|
+
Re(ge(l, null, {
|
|
4825
4827
|
default: ye(() => [
|
|
4826
4828
|
Ge($e(e.characterLimitErrorMessage), 1)
|
|
4827
4829
|
]),
|
|
@@ -4829,18 +4831,18 @@ function hd(t, n, e, i, o, r) {
|
|
|
4829
4831
|
}, 512), [
|
|
4830
4832
|
[Ke, e.characterLimitErrorMessage.length && r.characterOverLimit]
|
|
4831
4833
|
]),
|
|
4832
|
-
|
|
4834
|
+
Re(ae("textarea", Et(t.$attrs, {
|
|
4833
4835
|
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.val = c),
|
|
4834
4836
|
onInput: n[1] || (n[1] = (...c) => r.onInput && r.onInput(...c)),
|
|
4835
4837
|
onBlur: n[2] || (n[2] = (...c) => r.onBlur && r.onBlur(...c)),
|
|
4836
4838
|
class: ["ib-textarea", r.classes],
|
|
4837
4839
|
disabled: e.disabled
|
|
4838
|
-
}), null, 16,
|
|
4840
|
+
}), null, 16, cd), [
|
|
4839
4841
|
[xo, o.val]
|
|
4840
4842
|
])
|
|
4841
4843
|
], 2);
|
|
4842
4844
|
}
|
|
4843
|
-
const
|
|
4845
|
+
const m1 = /* @__PURE__ */ Ae(dd, [["render", fd], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4844
4846
|
var ni = [
|
|
4845
4847
|
"onChange",
|
|
4846
4848
|
"onClose",
|
|
@@ -5043,7 +5045,7 @@ function wt(t) {
|
|
|
5043
5045
|
var ii = function() {
|
|
5044
5046
|
}, mr = function(t, n, e) {
|
|
5045
5047
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
5046
|
-
},
|
|
5048
|
+
}, hd = {
|
|
5047
5049
|
D: ii,
|
|
5048
5050
|
F: function(t, n, e) {
|
|
5049
5051
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -5234,7 +5236,7 @@ var ii = function() {
|
|
|
5234
5236
|
m += un[$];
|
|
5235
5237
|
var T = new RegExp(m).exec(r);
|
|
5236
5238
|
T && (b = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
5237
|
-
fn:
|
|
5239
|
+
fn: hd[$],
|
|
5238
5240
|
val: T[++g]
|
|
5239
5241
|
});
|
|
5240
5242
|
} else
|
|
@@ -5257,14 +5259,14 @@ var ii = function() {
|
|
|
5257
5259
|
function Ot(t, n, e) {
|
|
5258
5260
|
return e === void 0 && (e = !0), e !== !1 ? new Date(t.getTime()).setHours(0, 0, 0, 0) - new Date(n.getTime()).setHours(0, 0, 0, 0) : t.getTime() - n.getTime();
|
|
5259
5261
|
}
|
|
5260
|
-
var
|
|
5262
|
+
var pd = function(t, n, e) {
|
|
5261
5263
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
5262
5264
|
}, oi = function(t, n, e) {
|
|
5263
5265
|
return t * 3600 + n * 60 + e;
|
|
5264
|
-
},
|
|
5266
|
+
}, gd = function(t) {
|
|
5265
5267
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
5266
5268
|
return [n, e, t - n * 3600 - e * 60];
|
|
5267
|
-
},
|
|
5269
|
+
}, md = {
|
|
5268
5270
|
DAY: 864e5
|
|
5269
5271
|
};
|
|
5270
5272
|
function ai(t) {
|
|
@@ -5310,8 +5312,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
5310
5312
|
for (var r = arguments[n], s = 0, l = r.length; s < l; s++, o++)
|
|
5311
5313
|
i[o] = r[s];
|
|
5312
5314
|
return i;
|
|
5313
|
-
},
|
|
5314
|
-
function
|
|
5315
|
+
}, vd = 300;
|
|
5316
|
+
function yd(t, n) {
|
|
5315
5317
|
var e = {
|
|
5316
5318
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
5317
5319
|
l10n: zn
|
|
@@ -5325,7 +5327,7 @@ function bd(t, n) {
|
|
|
5325
5327
|
};
|
|
5326
5328
|
}
|
|
5327
5329
|
function o() {
|
|
5328
|
-
e.element = e.input = t, e.isOpen = !1, Ye(), Q(), ft(),
|
|
5330
|
+
e.element = e.input = t, e.isOpen = !1, Ye(), Q(), ft(), De(), i(), e.isMobile || w(), g(), (e.selectedDates.length || e.config.noCalendar) && (e.config.enableTime && a(e.config.noCalendar ? e.latestSelectedDateObj : void 0), ht(!1)), l();
|
|
5329
5331
|
var I = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
|
|
5330
5332
|
!e.isMobile && I && te(), He("onReady");
|
|
5331
5333
|
}
|
|
@@ -5374,7 +5376,7 @@ function bd(t, n) {
|
|
|
5374
5376
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5375
5377
|
var de = oi(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), Ce = oi(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), me = oi(I, L, z);
|
|
5376
5378
|
if (me > Ce && me < de) {
|
|
5377
|
-
var Pe =
|
|
5379
|
+
var Pe = gd(de);
|
|
5378
5380
|
I = Pe[0], L = Pe[1], z = Pe[2];
|
|
5379
5381
|
}
|
|
5380
5382
|
} else {
|
|
@@ -5429,7 +5431,7 @@ function bd(t, n) {
|
|
|
5429
5431
|
return;
|
|
5430
5432
|
}
|
|
5431
5433
|
var I = zi(Ee, 50);
|
|
5432
|
-
if (e._debouncedChange = zi(y,
|
|
5434
|
+
if (e._debouncedChange = zi(y, vd), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5433
5435
|
e.config.mode === "range" && _e(wt(z));
|
|
5434
5436
|
}), v(e._input, "keydown", ce), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", ce), !e.config.inline && !e.config.static && v(window, "resize", I), window.ontouchstart !== void 0 ? v(window.document, "touchstart", D) : v(window.document, "mousedown", D), v(window.document, "focus", D, { capture: !0 }), e.config.clickOpens === !0 && (v(e._input, "focus", e.open), v(e._input, "click", e.open)), e.daysContainer !== void 0 && (v(e.monthNav, "click", Vt), v(e.monthNav, ["keyup", "increment"], b), v(e.daysContainer, "click", we)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5435
5437
|
var L = function(z) {
|
|
@@ -5785,8 +5787,8 @@ function bd(t, n) {
|
|
|
5785
5787
|
e.minuteElement,
|
|
5786
5788
|
e.secondElement,
|
|
5787
5789
|
e.amPM
|
|
5788
|
-
].concat(e.pluginElements).filter(function(
|
|
5789
|
-
return
|
|
5790
|
+
].concat(e.pluginElements).filter(function(it) {
|
|
5791
|
+
return it;
|
|
5790
5792
|
}), Be = Oe.indexOf(L);
|
|
5791
5793
|
if (Be !== -1) {
|
|
5792
5794
|
var Ue = Oe[Be + (I.shiftKey ? -1 : 1)];
|
|
@@ -5812,11 +5814,11 @@ function bd(t, n) {
|
|
|
5812
5814
|
}
|
|
5813
5815
|
function _e(I, L) {
|
|
5814
5816
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5815
|
-
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe +=
|
|
5817
|
+
for (var z = I ? I.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), X = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), le = Math.min(z, e.selectedDates[0].getTime()), de = Math.max(z, e.selectedDates[0].getTime()), Ce = !1, me = 0, Pe = 0, pe = le; pe < de; pe += md.DAY)
|
|
5816
5818
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Pe || pe < Pe) && (Pe = pe));
|
|
5817
5819
|
var Oe = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5818
5820
|
Oe.forEach(function(Be) {
|
|
5819
|
-
var Ue = Be.dateObj,
|
|
5821
|
+
var Ue = Be.dateObj, it = Ue.getTime(), Ut = me > 0 && it < me || Pe > 0 && it > Pe;
|
|
5820
5822
|
if (Ut) {
|
|
5821
5823
|
Be.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(Dt) {
|
|
5822
5824
|
Be.classList.remove(Dt);
|
|
@@ -5826,7 +5828,7 @@ function bd(t, n) {
|
|
|
5826
5828
|
return;
|
|
5827
5829
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Dt) {
|
|
5828
5830
|
Be.classList.remove(Dt);
|
|
5829
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z &&
|
|
5831
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && it === X ? Be.classList.add("startRange") : X > z && it === X && Be.classList.add("endRange"), it >= me && (Pe === 0 || it <= Pe) && pd(it, X, z) && Be.classList.add("inRange"));
|
|
5830
5832
|
});
|
|
5831
5833
|
}
|
|
5832
5834
|
}
|
|
@@ -5956,8 +5958,8 @@ function bd(t, n) {
|
|
|
5956
5958
|
return st + In.offsetHeight;
|
|
5957
5959
|
}, 0), X = e.calendarContainer.offsetWidth, le = e.config.position.split(" "), de = le[0], Ce = le.length > 1 ? le[1] : null, me = L.getBoundingClientRect(), Pe = window.innerHeight - me.bottom, pe = de === "above" || de !== "below" && Pe < z && me.top > z, Oe = window.pageYOffset + me.top + (pe ? -z - 2 : L.offsetHeight + 2);
|
|
5958
5960
|
if (gt(e.calendarContainer, "arrowTop", !pe), gt(e.calendarContainer, "arrowBottom", pe), !e.config.inline) {
|
|
5959
|
-
var Be = window.pageXOffset + me.left, Ue = !1,
|
|
5960
|
-
Ce === "center" ? (Be -= (X - me.width) / 2, Ue = !0) : Ce === "right" && (Be -= X - me.width,
|
|
5961
|
+
var Be = window.pageXOffset + me.left, Ue = !1, it = !1;
|
|
5962
|
+
Ce === "center" ? (Be -= (X - me.width) / 2, Ue = !0) : Ce === "right" && (Be -= X - me.width, it = !0), gt(e.calendarContainer, "arrowLeft", !Ue && !it), gt(e.calendarContainer, "arrowCenter", Ue), gt(e.calendarContainer, "arrowRight", it);
|
|
5961
5963
|
var Ut = window.document.body.offsetWidth - (window.pageXOffset + me.right), Dt = Be + X > window.document.body.offsetWidth, En = Ut + X > window.document.body.offsetWidth;
|
|
5962
5964
|
if (gt(e.calendarContainer, "rightMost", Dt), !e.config.static)
|
|
5963
5965
|
if (e.calendarContainer.style.top = Oe + "px", !Dt)
|
|
@@ -6099,7 +6101,7 @@ function bd(t, n) {
|
|
|
6099
6101
|
return L;
|
|
6100
6102
|
});
|
|
6101
6103
|
}
|
|
6102
|
-
function
|
|
6104
|
+
function De() {
|
|
6103
6105
|
e.selectedDates = [], e.now = e.parseDate(e.config.now) || /* @__PURE__ */ new Date();
|
|
6104
6106
|
var I = e.config.defaultDate || ((e.input.nodeName === "INPUT" || e.input.nodeName === "TEXTAREA") && e.input.placeholder && e.input.value === e.input.placeholder ? null : e.input.value);
|
|
6105
6107
|
I && We(I, e.config.dateFormat), e._initialDate = e.selectedDates.length > 0 ? e.selectedDates[0] : e.config.minDate && e.config.minDate.getTime() > e.now.getTime() ? e.config.minDate : e.config.maxDate && e.config.maxDate.getTime() < e.now.getTime() ? e.config.maxDate : e.now, e.currentYear = e._initialDate.getFullYear(), e.currentMonth = e._initialDate.getMonth(), e.selectedDates.length > 0 && (e.latestSelectedDateObj = e.selectedDates[0]), e.config.minTime !== void 0 && (e.config.minTime = e.parseDate(e.config.minTime, "H:i")), e.config.maxTime !== void 0 && (e.config.maxTime = e.parseDate(e.config.maxTime, "H:i")), e.minDateHasTime = !!e.config.minDate && (e.config.minDate.getHours() > 0 || e.config.minDate.getMinutes() > 0 || e.config.minDate.getSeconds() > 0), e.maxDateHasTime = !!e.config.maxDate && (e.config.maxDate.getHours() > 0 || e.config.maxDate.getMinutes() > 0 || e.config.maxDate.getSeconds() > 0);
|
|
@@ -6195,7 +6197,7 @@ function $n(t, n) {
|
|
|
6195
6197
|
try {
|
|
6196
6198
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
6197
6199
|
continue;
|
|
6198
|
-
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr =
|
|
6200
|
+
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr = yd(r, n || {}), i.push(r._flatpickr);
|
|
6199
6201
|
} catch (s) {
|
|
6200
6202
|
console.error(s);
|
|
6201
6203
|
}
|
|
@@ -6325,17 +6327,17 @@ var Ko = { exports: {} };
|
|
|
6325
6327
|
return i;
|
|
6326
6328
|
});
|
|
6327
6329
|
})(Ko);
|
|
6328
|
-
var
|
|
6329
|
-
const
|
|
6330
|
+
var bd = Ko.exports;
|
|
6331
|
+
const _d = /* @__PURE__ */ Er(bd), $d = `
|
|
6330
6332
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6331
6333
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6332
6334
|
</svg>
|
|
6333
|
-
`,
|
|
6335
|
+
`, wd = `
|
|
6334
6336
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6335
6337
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6336
6338
|
</svg>
|
|
6337
6339
|
`;
|
|
6338
|
-
const
|
|
6340
|
+
const Od = "single", li = "range", kd = {
|
|
6339
6341
|
props: {
|
|
6340
6342
|
name: {
|
|
6341
6343
|
type: String,
|
|
@@ -6358,7 +6360,7 @@ const kd = "single", li = "range", Cd = {
|
|
|
6358
6360
|
},
|
|
6359
6361
|
mode: {
|
|
6360
6362
|
type: String,
|
|
6361
|
-
default:
|
|
6363
|
+
default: Od
|
|
6362
6364
|
},
|
|
6363
6365
|
label: {
|
|
6364
6366
|
type: String,
|
|
@@ -6419,8 +6421,8 @@ const kd = "single", li = "range", Cd = {
|
|
|
6419
6421
|
position: "left",
|
|
6420
6422
|
mode: this.mode,
|
|
6421
6423
|
appendTo: this.$refs.dropdown,
|
|
6422
|
-
prevArrow:
|
|
6423
|
-
nextArrow:
|
|
6424
|
+
prevArrow: $d,
|
|
6425
|
+
nextArrow: wd,
|
|
6424
6426
|
ignoredFocusElements: Array.from(t),
|
|
6425
6427
|
locale: {
|
|
6426
6428
|
weekdays: {
|
|
@@ -6442,7 +6444,7 @@ const kd = "single", li = "range", Cd = {
|
|
|
6442
6444
|
onChange: (i, o) => this.onChange(o),
|
|
6443
6445
|
onClose: () => this.onClose()
|
|
6444
6446
|
};
|
|
6445
|
-
this.mode === li && (n.plugins = [new
|
|
6447
|
+
this.mode === li && (n.plugins = [new _d({ input: this.$refs.toDate })]), (this.value || this.modelValue) && (this.mode === li ? n.defaultDate = this.modelValue.length ? [this.modelValue[0], this.modelValue[1]] : [this.value[0], this.value[1]] : n.defaultDate = this.modelValue ? this.modelValue : this.value);
|
|
6446
6448
|
const e = Object.assign({}, n, this.config);
|
|
6447
6449
|
return this.pickerOptions = e, e;
|
|
6448
6450
|
},
|
|
@@ -6487,20 +6489,20 @@ const kd = "single", li = "range", Cd = {
|
|
|
6487
6489
|
IbLabel: Cr,
|
|
6488
6490
|
IbAlert: cn
|
|
6489
6491
|
}
|
|
6490
|
-
},
|
|
6492
|
+
}, Cd = { class: "inputs-wrapper" }, Ed = { class: "input-group-wrapper" }, Sd = ["placeholder"], Td = {
|
|
6491
6493
|
ref: "dropdown",
|
|
6492
6494
|
class: "dropdown"
|
|
6493
|
-
},
|
|
6495
|
+
}, xd = {
|
|
6494
6496
|
key: 1,
|
|
6495
6497
|
class: "support-text"
|
|
6496
|
-
},
|
|
6498
|
+
}, Ad = {
|
|
6497
6499
|
key: 0,
|
|
6498
6500
|
class: "input-group-wrapper"
|
|
6499
|
-
},
|
|
6501
|
+
}, Nd = ["placeholder"], Id = {
|
|
6500
6502
|
key: 1,
|
|
6501
6503
|
class: "support-text"
|
|
6502
6504
|
};
|
|
6503
|
-
function
|
|
6505
|
+
function Pd(t, n, e, i, o, r) {
|
|
6504
6506
|
const s = fe("ib-alert"), l = fe("ib-label"), c = fe("ib-icon");
|
|
6505
6507
|
return G(), ne("div", {
|
|
6506
6508
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6519,8 +6521,8 @@ function Md(t, n, e, i, o, r) {
|
|
|
6519
6521
|
]),
|
|
6520
6522
|
_: 1
|
|
6521
6523
|
})) : he("", !0),
|
|
6522
|
-
ae("div",
|
|
6523
|
-
ae("div",
|
|
6524
|
+
ae("div", Cd, [
|
|
6525
|
+
ae("div", Ed, [
|
|
6524
6526
|
e.label.length ? (G(), ke(l, {
|
|
6525
6527
|
key: 0,
|
|
6526
6528
|
class: "label",
|
|
@@ -6539,16 +6541,16 @@ function Md(t, n, e, i, o, r) {
|
|
|
6539
6541
|
placeholder: e.placeholder,
|
|
6540
6542
|
ref: "date",
|
|
6541
6543
|
class: "date-picker-input"
|
|
6542
|
-
}, null, 8,
|
|
6544
|
+
}, null, 8, Sd),
|
|
6543
6545
|
ge(c, {
|
|
6544
6546
|
name: "today-outline",
|
|
6545
6547
|
class: "calendar-icon"
|
|
6546
6548
|
})
|
|
6547
6549
|
], 2),
|
|
6548
|
-
ae("div",
|
|
6549
|
-
e.supportText.length ? (G(), ne("p",
|
|
6550
|
+
ae("div", Td, null, 512),
|
|
6551
|
+
e.supportText.length ? (G(), ne("p", xd, $e(e.supportText), 1)) : he("", !0)
|
|
6550
6552
|
]),
|
|
6551
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6553
|
+
e.mode === "range" ? (G(), ne("div", Ad, [
|
|
6552
6554
|
e.endDateLabel.length ? (G(), ke(l, {
|
|
6553
6555
|
key: 0,
|
|
6554
6556
|
class: "end-date-label label",
|
|
@@ -6567,18 +6569,18 @@ function Md(t, n, e, i, o, r) {
|
|
|
6567
6569
|
class: "date-picker-input",
|
|
6568
6570
|
placeholder: e.placeholder,
|
|
6569
6571
|
ref: "toDate"
|
|
6570
|
-
}, null, 8,
|
|
6572
|
+
}, null, 8, Nd),
|
|
6571
6573
|
ge(c, {
|
|
6572
6574
|
name: "today-outline",
|
|
6573
6575
|
class: "calendar-icon"
|
|
6574
6576
|
})
|
|
6575
6577
|
], 2),
|
|
6576
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6578
|
+
e.endDateSupportText.length ? (G(), ne("p", Id, $e(e.endDateSupportText), 1)) : he("", !0)
|
|
6577
6579
|
])) : he("", !0)
|
|
6578
6580
|
])
|
|
6579
6581
|
], 2);
|
|
6580
6582
|
}
|
|
6581
|
-
const
|
|
6583
|
+
const v1 = /* @__PURE__ */ Ae(kd, [["render", Pd]]), Md = [
|
|
6582
6584
|
[
|
|
6583
6585
|
"Afghanistan (افغانستان)",
|
|
6584
6586
|
"af",
|
|
@@ -7795,12 +7797,12 @@ const y1 = /* @__PURE__ */ Ae(Cd, [["render", Md]]), Dd = [
|
|
|
7795
7797
|
"ax",
|
|
7796
7798
|
"358"
|
|
7797
7799
|
]
|
|
7798
|
-
],
|
|
7800
|
+
], Dd = Md.map(([t, n, e]) => ({
|
|
7799
7801
|
name: t,
|
|
7800
7802
|
iso2: n.toUpperCase(),
|
|
7801
7803
|
dialCode: e
|
|
7802
7804
|
}));
|
|
7803
|
-
function
|
|
7805
|
+
function Ld() {
|
|
7804
7806
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7805
7807
|
const n = (t || "").toString();
|
|
7806
7808
|
if (!n || n[0] !== "1")
|
|
@@ -7808,7 +7810,7 @@ function Rd() {
|
|
|
7808
7810
|
return n.substr(2, 2);
|
|
7809
7811
|
});
|
|
7810
7812
|
}
|
|
7811
|
-
function
|
|
7813
|
+
function Rd(t, n) {
|
|
7812
7814
|
if (t.setSelectionRange)
|
|
7813
7815
|
t.focus(), t.setSelectionRange(n, n);
|
|
7814
7816
|
else if (t.createTextRange) {
|
|
@@ -7816,11 +7818,11 @@ function Bd(t, n) {
|
|
|
7816
7818
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7817
7819
|
}
|
|
7818
7820
|
}
|
|
7819
|
-
const
|
|
7821
|
+
const Bd = [
|
|
7820
7822
|
{
|
|
7821
7823
|
name: "allCountries",
|
|
7822
7824
|
type: Array,
|
|
7823
|
-
default:
|
|
7825
|
+
default: Dd,
|
|
7824
7826
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7825
7827
|
inDemo: !1
|
|
7826
7828
|
},
|
|
@@ -8061,7 +8063,7 @@ const jd = [
|
|
|
8061
8063
|
description: "Only allow valid characters in a phone number (will also verify in <code>mounted</code>, so phone number with invalid characters will be shown as an empty string)",
|
|
8062
8064
|
inDemo: !1
|
|
8063
8065
|
}
|
|
8064
|
-
],
|
|
8066
|
+
], jd = [...Bd].reduce((t, n) => {
|
|
8065
8067
|
if (n.name.includes(".")) {
|
|
8066
8068
|
const [e, i] = n.name.split(".");
|
|
8067
8069
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -8069,11 +8071,11 @@ const jd = [
|
|
|
8069
8071
|
Object.assign(t, { [n.name]: n.default });
|
|
8070
8072
|
return t;
|
|
8071
8073
|
}, {}), Gi = {
|
|
8072
|
-
options: { ...
|
|
8073
|
-
}, Fd = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d\\d|606)\\d{5}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "(?:[45]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
8074
|
-
function
|
|
8074
|
+
options: { ...jd }
|
|
8075
|
+
}, qd = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[25689]\\d|40)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-79]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|68|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-7]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["[39]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0(4(?:[14]4|56)|[579])?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|[23]1|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|80\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d\\d|606)\\d{5}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|6[0-289]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([25-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29[89]|389)", "5(?:29[89]|389)0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|389[05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[08]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|(?:69|80)\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "(?:69|80)\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[129]\\d|31|77|88)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|59"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "(?:[45]|80\\d\\d)\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}", [7, 8, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "976\\d{6}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-5]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:00|[1-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|22|33)|4(?:00|4[24]|65|82)|5(?:00|29|58|83)|6(?:00|66|82)|7(?:58|77)|8(?:00|42|5[25]|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:33|55|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["4"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "(?:210|370\\d\\d)\\d{7}|51\\d{7}(?:\\d{3})?", [9, 10, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["2"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[35]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:210|(?:370[1-9]|51[013]0)\\d)\\d{7}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
8076
|
+
function Fd(t, n) {
|
|
8075
8077
|
var e = Array.prototype.slice.call(n);
|
|
8076
|
-
return e.push(
|
|
8078
|
+
return e.push(qd), t.apply(this, e);
|
|
8077
8079
|
}
|
|
8078
8080
|
function mi(t) {
|
|
8079
8081
|
return mi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -8088,19 +8090,19 @@ function Yi(t, n) {
|
|
|
8088
8090
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8089
8091
|
}
|
|
8090
8092
|
}
|
|
8091
|
-
function
|
|
8093
|
+
function Hd(t, n, e) {
|
|
8092
8094
|
return n && Yi(t.prototype, n), e && Yi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8093
8095
|
}
|
|
8094
|
-
function
|
|
8096
|
+
function Vd(t, n) {
|
|
8095
8097
|
if (!(t instanceof n))
|
|
8096
8098
|
throw new TypeError("Cannot call a class as a function");
|
|
8097
8099
|
}
|
|
8098
|
-
function
|
|
8100
|
+
function Ud(t, n) {
|
|
8099
8101
|
if (typeof n != "function" && n !== null)
|
|
8100
8102
|
throw new TypeError("Super expression must either be null or a function");
|
|
8101
8103
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && Kn(t, n);
|
|
8102
8104
|
}
|
|
8103
|
-
function
|
|
8105
|
+
function zd(t) {
|
|
8104
8106
|
var n = Yo();
|
|
8105
8107
|
return function() {
|
|
8106
8108
|
var e = Gn(t), i;
|
|
@@ -8109,10 +8111,10 @@ function Kd(t) {
|
|
|
8109
8111
|
i = Reflect.construct(e, arguments, o);
|
|
8110
8112
|
} else
|
|
8111
8113
|
i = e.apply(this, arguments);
|
|
8112
|
-
return
|
|
8114
|
+
return Kd(this, i);
|
|
8113
8115
|
};
|
|
8114
8116
|
}
|
|
8115
|
-
function
|
|
8117
|
+
function Kd(t, n) {
|
|
8116
8118
|
if (n && (mi(n) === "object" || typeof n == "function"))
|
|
8117
8119
|
return n;
|
|
8118
8120
|
if (n !== void 0)
|
|
@@ -8127,7 +8129,7 @@ function Go(t) {
|
|
|
8127
8129
|
function vi(t) {
|
|
8128
8130
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
8129
8131
|
return vi = function(e) {
|
|
8130
|
-
if (e === null || !
|
|
8132
|
+
if (e === null || !Gd(e))
|
|
8131
8133
|
return e;
|
|
8132
8134
|
if (typeof e != "function")
|
|
8133
8135
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -8162,7 +8164,7 @@ function Yo() {
|
|
|
8162
8164
|
return !1;
|
|
8163
8165
|
}
|
|
8164
8166
|
}
|
|
8165
|
-
function
|
|
8167
|
+
function Gd(t) {
|
|
8166
8168
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
8167
8169
|
}
|
|
8168
8170
|
function Kn(t, n) {
|
|
@@ -8176,14 +8178,14 @@ function Gn(t) {
|
|
|
8176
8178
|
}, Gn(t);
|
|
8177
8179
|
}
|
|
8178
8180
|
var Xt = /* @__PURE__ */ function(t) {
|
|
8179
|
-
|
|
8180
|
-
var n =
|
|
8181
|
+
Ud(e, t);
|
|
8182
|
+
var n = zd(e);
|
|
8181
8183
|
function e(i) {
|
|
8182
8184
|
var o;
|
|
8183
|
-
return
|
|
8185
|
+
return Vd(this, e), o = n.call(this, i), Object.setPrototypeOf(Go(o), e.prototype), o.name = o.constructor.name, o;
|
|
8184
8186
|
}
|
|
8185
|
-
return
|
|
8186
|
-
}(/* @__PURE__ */ vi(Error)), Ti = 2,
|
|
8187
|
+
return Hd(e);
|
|
8188
|
+
}(/* @__PURE__ */ vi(Error)), Ti = 2, Yd = 17, Wd = 3, Qt = "0-90-9٠-٩۰-۹", Zd = "-‐-―−ー-", Jd = "//", Xd = "..", Qd = " ", ec = "()()[]\\[\\]", tc = "~⁓∼~", vr = "".concat(Zd).concat(Jd).concat(Xd).concat(Qd).concat(ec).concat(tc), xi = "++";
|
|
8187
8189
|
function Wi(t, n) {
|
|
8188
8190
|
t = t.split("-"), n = n.split("-");
|
|
8189
8191
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -8219,9 +8221,9 @@ function Zi(t, n) {
|
|
|
8219
8221
|
function Tr(t, n, e) {
|
|
8220
8222
|
return n && Zi(t.prototype, n), e && Zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8221
8223
|
}
|
|
8222
|
-
var
|
|
8224
|
+
var nc = "1.2.0", rc = "1.7.35", Ji = " ext. ", ic = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
8223
8225
|
function t(n) {
|
|
8224
|
-
Sr(this, t),
|
|
8226
|
+
Sr(this, t), sc(n), this.metadata = n, Wo.call(this, n);
|
|
8225
8227
|
}
|
|
8226
8228
|
return Tr(t, [{
|
|
8227
8229
|
key: "getCountries",
|
|
@@ -8274,7 +8276,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8274
8276
|
}, {
|
|
8275
8277
|
key: "selectNumberingPlan",
|
|
8276
8278
|
value: function(n, e) {
|
|
8277
|
-
if (n &&
|
|
8279
|
+
if (n && ic.test(n) && (e = n, n = null), n && n !== "001") {
|
|
8278
8280
|
if (!this.hasCountry(n))
|
|
8279
8281
|
throw new Error("Unknown country: ".concat(n));
|
|
8280
8282
|
this.numberingPlan = new Xi(this.getCountryMetadata(n), this);
|
|
@@ -8464,7 +8466,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8464
8466
|
value: function() {
|
|
8465
8467
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8466
8468
|
return e.map(function(i) {
|
|
8467
|
-
return new
|
|
8469
|
+
return new oc(i, n);
|
|
8468
8470
|
});
|
|
8469
8471
|
}
|
|
8470
8472
|
}, {
|
|
@@ -8533,7 +8535,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8533
8535
|
key: "type",
|
|
8534
8536
|
value: function(n) {
|
|
8535
8537
|
if (this.hasTypes() && Qi(this.types(), n))
|
|
8536
|
-
return new
|
|
8538
|
+
return new lc(Qi(this.types(), n), this);
|
|
8537
8539
|
}
|
|
8538
8540
|
}, {
|
|
8539
8541
|
key: "ext",
|
|
@@ -8541,7 +8543,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8541
8543
|
return this.v1 || this.v2 ? Ji : this.metadata[13] || Ji;
|
|
8542
8544
|
}
|
|
8543
8545
|
}]), t;
|
|
8544
|
-
}(),
|
|
8546
|
+
}(), oc = /* @__PURE__ */ function() {
|
|
8545
8547
|
function t(n, e) {
|
|
8546
8548
|
Sr(this, t), this._format = n, this.metadata = e;
|
|
8547
8549
|
}
|
|
@@ -8580,7 +8582,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8580
8582
|
key: "usesNationalPrefix",
|
|
8581
8583
|
value: function() {
|
|
8582
8584
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8583
|
-
!
|
|
8585
|
+
!ac.test(this.nationalPrefixFormattingRule()));
|
|
8584
8586
|
}
|
|
8585
8587
|
}, {
|
|
8586
8588
|
key: "internationalFormat",
|
|
@@ -8588,7 +8590,7 @@ var rc = "1.2.0", ic = "1.7.35", Ji = " ext. ", oc = /^\d+$/, kt = /* @__PURE__
|
|
|
8588
8590
|
return this._format[5] || this.format();
|
|
8589
8591
|
}
|
|
8590
8592
|
}]), t;
|
|
8591
|
-
}(),
|
|
8593
|
+
}(), ac = /^\(?\$1\)?$/, lc = /* @__PURE__ */ function() {
|
|
8592
8594
|
function t(n, e) {
|
|
8593
8595
|
Sr(this, t), this.type = n, this.metadata = e;
|
|
8594
8596
|
}
|
|
@@ -8629,15 +8631,15 @@ function Qi(t, n) {
|
|
|
8629
8631
|
return t[9];
|
|
8630
8632
|
}
|
|
8631
8633
|
}
|
|
8632
|
-
function
|
|
8634
|
+
function sc(t) {
|
|
8633
8635
|
if (!t)
|
|
8634
8636
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8635
8637
|
if (!si(t) || !si(t.countries))
|
|
8636
|
-
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(si(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
8638
|
+
throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(si(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + uc(t) + ": " + t, "."));
|
|
8637
8639
|
}
|
|
8638
8640
|
var si = function(t) {
|
|
8639
8641
|
return yr(t) === "object";
|
|
8640
|
-
},
|
|
8642
|
+
}, uc = function(t) {
|
|
8641
8643
|
return yr(t);
|
|
8642
8644
|
};
|
|
8643
8645
|
function Ai(t, n) {
|
|
@@ -8645,34 +8647,34 @@ function Ai(t, n) {
|
|
|
8645
8647
|
return n.country(t).countryCallingCode();
|
|
8646
8648
|
throw new Error("Unknown country: ".concat(t));
|
|
8647
8649
|
}
|
|
8648
|
-
function
|
|
8650
|
+
function dc(t, n) {
|
|
8649
8651
|
return n.countries[t] !== void 0;
|
|
8650
8652
|
}
|
|
8651
8653
|
function Wo(t) {
|
|
8652
8654
|
var n = t.version;
|
|
8653
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wi(n,
|
|
8655
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Wi(n, nc) === -1 ? this.v2 = !0 : Wi(n, rc) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8654
8656
|
}
|
|
8655
|
-
var
|
|
8657
|
+
var cc = ";ext=", bn = function(t) {
|
|
8656
8658
|
return "([".concat(Qt, "]{1,").concat(t, "})");
|
|
8657
8659
|
};
|
|
8658
8660
|
function Zo(t) {
|
|
8659
|
-
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u =
|
|
8661
|
+
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", s = "[:\\..]?[ \\t,-]*", l = "#?", c = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", d = "[ \\t]*", a = "(?:,{2}|;)", u = cc + bn(n), b = r + c + s + bn(n) + l, v = r + f + s + bn(i) + l, y = h + bn(o) + "#", g = d + a + s + bn(e) + l, m = d + "(?:,)+" + s + bn(i) + l;
|
|
8660
8662
|
return u + "|" + b + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8661
8663
|
}
|
|
8662
|
-
var
|
|
8663
|
-
"(?:" + Zo() + ")?",
|
|
8664
|
+
var fc = "[" + Qt + "]{" + Ti + "}", hc = "[" + xi + "]{0,1}(?:[" + vr + "]*[" + Qt + "]){3,}[" + vr + Qt + "]*", pc = new RegExp("^[" + xi + "]{0,1}(?:[" + vr + "]*[" + Qt + "]){1,2}$", "i"), gc = hc + // Phone number extensions
|
|
8665
|
+
"(?:" + Zo() + ")?", mc = new RegExp(
|
|
8664
8666
|
// Either a short two-digit-only phone number
|
|
8665
|
-
"^" +
|
|
8667
|
+
"^" + fc + "$|^" + gc + "$",
|
|
8666
8668
|
"i"
|
|
8667
8669
|
);
|
|
8668
8670
|
function Jo(t) {
|
|
8669
|
-
return t.length >= Ti &&
|
|
8671
|
+
return t.length >= Ti && mc.test(t);
|
|
8670
8672
|
}
|
|
8671
|
-
function
|
|
8672
|
-
return
|
|
8673
|
+
function vc(t) {
|
|
8674
|
+
return pc.test(t);
|
|
8673
8675
|
}
|
|
8674
8676
|
var eo = new RegExp("(?:" + Zo() + ")$", "i");
|
|
8675
|
-
function
|
|
8677
|
+
function yc(t) {
|
|
8676
8678
|
var n = t.search(eo);
|
|
8677
8679
|
if (n < 0)
|
|
8678
8680
|
return {};
|
|
@@ -8685,7 +8687,7 @@ function bc(t) {
|
|
|
8685
8687
|
o++;
|
|
8686
8688
|
}
|
|
8687
8689
|
}
|
|
8688
|
-
var
|
|
8690
|
+
var bc = {
|
|
8689
8691
|
0: "0",
|
|
8690
8692
|
1: "1",
|
|
8691
8693
|
2: "2",
|
|
@@ -8757,14 +8759,14 @@ var _c = {
|
|
|
8757
8759
|
"۹": "9"
|
|
8758
8760
|
// Eastern-Arabic digit 9
|
|
8759
8761
|
};
|
|
8760
|
-
function
|
|
8761
|
-
return
|
|
8762
|
+
function _c(t) {
|
|
8763
|
+
return bc[t];
|
|
8762
8764
|
}
|
|
8763
|
-
function
|
|
8765
|
+
function $c(t, n) {
|
|
8764
8766
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8765
8767
|
if (e)
|
|
8766
8768
|
return (e = e.call(t)).next.bind(e);
|
|
8767
|
-
if (Array.isArray(t) || (e =
|
|
8769
|
+
if (Array.isArray(t) || (e = wc(t)) || n && t && typeof t.length == "number") {
|
|
8768
8770
|
e && (t = e);
|
|
8769
8771
|
var i = 0;
|
|
8770
8772
|
return function() {
|
|
@@ -8774,7 +8776,7 @@ function wc(t, n) {
|
|
|
8774
8776
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8775
8777
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8776
8778
|
}
|
|
8777
|
-
function
|
|
8779
|
+
function wc(t, n) {
|
|
8778
8780
|
if (t) {
|
|
8779
8781
|
if (typeof t == "string")
|
|
8780
8782
|
return to(t, n);
|
|
@@ -8792,20 +8794,20 @@ function to(t, n) {
|
|
|
8792
8794
|
return i;
|
|
8793
8795
|
}
|
|
8794
8796
|
function no(t) {
|
|
8795
|
-
for (var n = "", e =
|
|
8797
|
+
for (var n = "", e = $c(t.split("")), i; !(i = e()).done; ) {
|
|
8796
8798
|
var o = i.value;
|
|
8797
|
-
n +=
|
|
8799
|
+
n += Oc(o, n) || "";
|
|
8798
8800
|
}
|
|
8799
8801
|
return n;
|
|
8800
8802
|
}
|
|
8801
|
-
function
|
|
8802
|
-
return t === "+" ? n ? void 0 : "+" :
|
|
8803
|
+
function Oc(t, n) {
|
|
8804
|
+
return t === "+" ? n ? void 0 : "+" : _c(t);
|
|
8803
8805
|
}
|
|
8804
|
-
function
|
|
8806
|
+
function kc(t, n) {
|
|
8805
8807
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8806
8808
|
if (e)
|
|
8807
8809
|
return (e = e.call(t)).next.bind(e);
|
|
8808
|
-
if (Array.isArray(t) || (e =
|
|
8810
|
+
if (Array.isArray(t) || (e = Cc(t)) || n && t && typeof t.length == "number") {
|
|
8809
8811
|
e && (t = e);
|
|
8810
8812
|
var i = 0;
|
|
8811
8813
|
return function() {
|
|
@@ -8815,7 +8817,7 @@ function Cc(t, n) {
|
|
|
8815
8817
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8816
8818
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8817
8819
|
}
|
|
8818
|
-
function
|
|
8820
|
+
function Cc(t, n) {
|
|
8819
8821
|
if (t) {
|
|
8820
8822
|
if (typeof t == "string")
|
|
8821
8823
|
return ro(t, n);
|
|
@@ -8832,8 +8834,8 @@ function ro(t, n) {
|
|
|
8832
8834
|
i[e] = t[e];
|
|
8833
8835
|
return i;
|
|
8834
8836
|
}
|
|
8835
|
-
function
|
|
8836
|
-
for (var e = t.slice(), i =
|
|
8837
|
+
function Ec(t, n) {
|
|
8838
|
+
for (var e = t.slice(), i = kc(n), o; !(o = i()).done; ) {
|
|
8837
8839
|
var r = o.value;
|
|
8838
8840
|
t.indexOf(r) < 0 && e.push(r);
|
|
8839
8841
|
}
|
|
@@ -8852,13 +8854,13 @@ function Xo(t, n, e) {
|
|
|
8852
8854
|
if (!e.type("FIXED_LINE"))
|
|
8853
8855
|
return Xo(t, "MOBILE", e);
|
|
8854
8856
|
var r = e.type("MOBILE");
|
|
8855
|
-
r && (o =
|
|
8857
|
+
r && (o = Ec(o, r.possibleLengths()));
|
|
8856
8858
|
} else if (n && !i)
|
|
8857
8859
|
return "INVALID_LENGTH";
|
|
8858
8860
|
var s = t.length, l = o[0];
|
|
8859
8861
|
return l === s ? "IS_POSSIBLE" : l > s ? "TOO_SHORT" : o[o.length - 1] < s ? "TOO_LONG" : o.indexOf(s, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8860
8862
|
}
|
|
8861
|
-
function
|
|
8863
|
+
function Sc(t, n, e) {
|
|
8862
8864
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8863
8865
|
if (!t.countryCallingCode)
|
|
8864
8866
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8890,14 +8892,14 @@ function Qo(t, n) {
|
|
|
8890
8892
|
return !1;
|
|
8891
8893
|
}
|
|
8892
8894
|
}
|
|
8893
|
-
function
|
|
8894
|
-
return
|
|
8895
|
+
function Tc(t, n) {
|
|
8896
|
+
return Nc(t) || Ac(t, n) || ea(t, n) || xc();
|
|
8895
8897
|
}
|
|
8896
|
-
function
|
|
8898
|
+
function xc() {
|
|
8897
8899
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8898
8900
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8899
8901
|
}
|
|
8900
|
-
function
|
|
8902
|
+
function Ac(t, n) {
|
|
8901
8903
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8902
8904
|
if (e != null) {
|
|
8903
8905
|
var i = [], o = !0, r = !1, s, l;
|
|
@@ -8917,11 +8919,11 @@ function Nc(t, n) {
|
|
|
8917
8919
|
return i;
|
|
8918
8920
|
}
|
|
8919
8921
|
}
|
|
8920
|
-
function
|
|
8922
|
+
function Nc(t) {
|
|
8921
8923
|
if (Array.isArray(t))
|
|
8922
8924
|
return t;
|
|
8923
8925
|
}
|
|
8924
|
-
function
|
|
8926
|
+
function Ic(t, n) {
|
|
8925
8927
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8926
8928
|
if (e)
|
|
8927
8929
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8952,11 +8954,11 @@ function io(t, n) {
|
|
|
8952
8954
|
i[e] = t[e];
|
|
8953
8955
|
return i;
|
|
8954
8956
|
}
|
|
8955
|
-
function
|
|
8957
|
+
function Pc(t) {
|
|
8956
8958
|
var n, e;
|
|
8957
8959
|
t = t.replace(/^tel:/, "tel=");
|
|
8958
|
-
for (var i =
|
|
8959
|
-
var r = o.value, s = r.split("="), l =
|
|
8960
|
+
for (var i = Ic(t.split(";")), o; !(o = i()).done; ) {
|
|
8961
|
+
var r = o.value, s = r.split("="), l = Tc(s, 2), c = l[0], f = l[1];
|
|
8960
8962
|
switch (c) {
|
|
8961
8963
|
case "tel":
|
|
8962
8964
|
n = f;
|
|
@@ -8976,7 +8978,7 @@ function Mc(t) {
|
|
|
8976
8978
|
};
|
|
8977
8979
|
return e && (h.ext = e), h;
|
|
8978
8980
|
}
|
|
8979
|
-
function
|
|
8981
|
+
function Mc(t) {
|
|
8980
8982
|
var n = t.number, e = t.ext;
|
|
8981
8983
|
if (!n)
|
|
8982
8984
|
return "";
|
|
@@ -8987,11 +8989,11 @@ function Dc(t) {
|
|
|
8987
8989
|
function Wt(t, n) {
|
|
8988
8990
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8989
8991
|
}
|
|
8990
|
-
function
|
|
8992
|
+
function Dc(t, n) {
|
|
8991
8993
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8992
8994
|
if (e)
|
|
8993
8995
|
return (e = e.call(t)).next.bind(e);
|
|
8994
|
-
if (Array.isArray(t) || (e =
|
|
8996
|
+
if (Array.isArray(t) || (e = Lc(t)) || n && t && typeof t.length == "number") {
|
|
8995
8997
|
e && (t = e);
|
|
8996
8998
|
var i = 0;
|
|
8997
8999
|
return function() {
|
|
@@ -9001,7 +9003,7 @@ function Lc(t, n) {
|
|
|
9001
9003
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9002
9004
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9003
9005
|
}
|
|
9004
|
-
function
|
|
9006
|
+
function Lc(t, n) {
|
|
9005
9007
|
if (t) {
|
|
9006
9008
|
if (typeof t == "string")
|
|
9007
9009
|
return oo(t, n);
|
|
@@ -9018,7 +9020,7 @@ function oo(t, n) {
|
|
|
9018
9020
|
i[e] = t[e];
|
|
9019
9021
|
return i;
|
|
9020
9022
|
}
|
|
9021
|
-
var
|
|
9023
|
+
var Rc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
9022
9024
|
function Ii(t, n, e) {
|
|
9023
9025
|
if (n = n || {}, !!t.country) {
|
|
9024
9026
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -9026,7 +9028,7 @@ function Ii(t, n, e) {
|
|
|
9026
9028
|
if (Wt(i, e.nationalNumberPattern())) {
|
|
9027
9029
|
if (ui(i, "FIXED_LINE", e))
|
|
9028
9030
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ui(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
9029
|
-
for (var o =
|
|
9031
|
+
for (var o = Dc(Rc), r; !(r = o()).done; ) {
|
|
9030
9032
|
var s = r.value;
|
|
9031
9033
|
if (ui(i, s, e))
|
|
9032
9034
|
return s;
|
|
@@ -9037,7 +9039,7 @@ function Ii(t, n, e) {
|
|
|
9037
9039
|
function ui(t, n, e) {
|
|
9038
9040
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Wt(t, n.pattern());
|
|
9039
9041
|
}
|
|
9040
|
-
function
|
|
9042
|
+
function Bc(t, n, e) {
|
|
9041
9043
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
9042
9044
|
return !1;
|
|
9043
9045
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -9045,11 +9047,11 @@ function jc(t, n, e) {
|
|
|
9045
9047
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
9046
9048
|
return Wt(i, e.nationalNumberPattern());
|
|
9047
9049
|
}
|
|
9048
|
-
function
|
|
9050
|
+
function jc(t) {
|
|
9049
9051
|
return t.replace(new RegExp("[".concat(vr, "]+"), "g"), " ").trim();
|
|
9050
9052
|
}
|
|
9051
|
-
var
|
|
9052
|
-
function
|
|
9053
|
+
var qc = /(\$\d)/;
|
|
9054
|
+
function Fc(t, n, e) {
|
|
9053
9055
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
9054
9056
|
e.carrierCode, e.metadata;
|
|
9055
9057
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -9066,23 +9068,23 @@ function Hc(t, n, e) {
|
|
|
9066
9068
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
9067
9069
|
// : format.format()
|
|
9068
9070
|
// )
|
|
9069
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
9071
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(qc, n.nationalPrefixFormattingRule()) : n.format()
|
|
9070
9072
|
));
|
|
9071
|
-
return i ?
|
|
9073
|
+
return i ? jc(r) : r;
|
|
9072
9074
|
}
|
|
9073
|
-
var
|
|
9074
|
-
function
|
|
9075
|
+
var Hc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
9076
|
+
function Vc(t, n, e) {
|
|
9075
9077
|
var i = new kt(e);
|
|
9076
9078
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
9077
9079
|
return i.defaultIDDPrefix();
|
|
9078
|
-
if (
|
|
9080
|
+
if (Hc.test(i.IDDPrefix()))
|
|
9079
9081
|
return i.IDDPrefix();
|
|
9080
9082
|
}
|
|
9081
|
-
function
|
|
9083
|
+
function Uc(t, n) {
|
|
9082
9084
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9083
9085
|
if (e)
|
|
9084
9086
|
return (e = e.call(t)).next.bind(e);
|
|
9085
|
-
if (Array.isArray(t) || (e =
|
|
9087
|
+
if (Array.isArray(t) || (e = zc(t)) || n && t && typeof t.length == "number") {
|
|
9086
9088
|
e && (t = e);
|
|
9087
9089
|
var i = 0;
|
|
9088
9090
|
return function() {
|
|
@@ -9092,7 +9094,7 @@ function zc(t, n) {
|
|
|
9092
9094
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9093
9095
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9094
9096
|
}
|
|
9095
|
-
function
|
|
9097
|
+
function zc(t, n) {
|
|
9096
9098
|
if (t) {
|
|
9097
9099
|
if (typeof t == "string")
|
|
9098
9100
|
return ao(t, n);
|
|
@@ -9123,14 +9125,14 @@ function so(t) {
|
|
|
9123
9125
|
for (var n = 1; n < arguments.length; n++) {
|
|
9124
9126
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9125
9127
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
9126
|
-
|
|
9128
|
+
Kc(t, i, e[i]);
|
|
9127
9129
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
9128
9130
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9129
9131
|
});
|
|
9130
9132
|
}
|
|
9131
9133
|
return t;
|
|
9132
9134
|
}
|
|
9133
|
-
function
|
|
9135
|
+
function Kc(t, n, e) {
|
|
9134
9136
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9135
9137
|
}
|
|
9136
9138
|
var uo = {
|
|
@@ -9138,7 +9140,7 @@ var uo = {
|
|
|
9138
9140
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
9139
9141
|
}
|
|
9140
9142
|
};
|
|
9141
|
-
function
|
|
9143
|
+
function Gc(t, n, e, i) {
|
|
9142
9144
|
if (e ? e = so(so({}, uo), e) : e = uo, i = new kt(i), t.country && t.country !== "001") {
|
|
9143
9145
|
if (!i.hasCountry(t.country))
|
|
9144
9146
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -9156,30 +9158,30 @@ function Yc(t, n, e, i) {
|
|
|
9156
9158
|
case "E.164":
|
|
9157
9159
|
return "+".concat(o).concat(r);
|
|
9158
9160
|
case "RFC3966":
|
|
9159
|
-
return
|
|
9161
|
+
return Mc({
|
|
9160
9162
|
number: "+".concat(o).concat(r),
|
|
9161
9163
|
ext: t.ext
|
|
9162
9164
|
});
|
|
9163
9165
|
case "IDD":
|
|
9164
9166
|
if (!e.fromCountry)
|
|
9165
9167
|
return;
|
|
9166
|
-
var l =
|
|
9168
|
+
var l = Wc(r, t.carrierCode, o, e.fromCountry, i);
|
|
9167
9169
|
return di(l, t.ext, i, e.formatExtension);
|
|
9168
9170
|
default:
|
|
9169
9171
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
9170
9172
|
}
|
|
9171
9173
|
}
|
|
9172
9174
|
function br(t, n, e, i, o) {
|
|
9173
|
-
var r =
|
|
9174
|
-
return r ?
|
|
9175
|
+
var r = Yc(i.formats(), t);
|
|
9176
|
+
return r ? Fc(t, r, {
|
|
9175
9177
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
9176
9178
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
9177
9179
|
carrierCode: n,
|
|
9178
9180
|
metadata: i
|
|
9179
9181
|
}) : t;
|
|
9180
9182
|
}
|
|
9181
|
-
function
|
|
9182
|
-
for (var e =
|
|
9183
|
+
function Yc(t, n) {
|
|
9184
|
+
for (var e = Uc(t), i; !(i = e()).done; ) {
|
|
9183
9185
|
var o = i.value;
|
|
9184
9186
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
9185
9187
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -9193,13 +9195,13 @@ function Wc(t, n) {
|
|
|
9193
9195
|
function di(t, n, e, i) {
|
|
9194
9196
|
return n ? i(t, n, e) : t;
|
|
9195
9197
|
}
|
|
9196
|
-
function
|
|
9198
|
+
function Wc(t, n, e, i, o) {
|
|
9197
9199
|
var r = Ai(i, o.metadata);
|
|
9198
9200
|
if (r === e) {
|
|
9199
9201
|
var s = br(t, n, "NATIONAL", o);
|
|
9200
9202
|
return e === "1" ? e + " " + s : s;
|
|
9201
9203
|
}
|
|
9202
|
-
var l =
|
|
9204
|
+
var l = Vc(i, void 0, o.metadata);
|
|
9203
9205
|
if (l)
|
|
9204
9206
|
return "".concat(l, " ").concat(e, " ").concat(br(t, null, "INTERNATIONAL", o));
|
|
9205
9207
|
}
|
|
@@ -9217,17 +9219,17 @@ function fo(t) {
|
|
|
9217
9219
|
for (var n = 1; n < arguments.length; n++) {
|
|
9218
9220
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9219
9221
|
n % 2 ? co(Object(e), !0).forEach(function(i) {
|
|
9220
|
-
|
|
9222
|
+
Zc(t, i, e[i]);
|
|
9221
9223
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : co(Object(e)).forEach(function(i) {
|
|
9222
9224
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9223
9225
|
});
|
|
9224
9226
|
}
|
|
9225
9227
|
return t;
|
|
9226
9228
|
}
|
|
9227
|
-
function
|
|
9229
|
+
function Zc(t, n, e) {
|
|
9228
9230
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9229
9231
|
}
|
|
9230
|
-
function
|
|
9232
|
+
function Jc(t, n) {
|
|
9231
9233
|
if (!(t instanceof n))
|
|
9232
9234
|
throw new TypeError("Cannot call a class as a function");
|
|
9233
9235
|
}
|
|
@@ -9237,21 +9239,21 @@ function ho(t, n) {
|
|
|
9237
9239
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
9238
9240
|
}
|
|
9239
9241
|
}
|
|
9240
|
-
function
|
|
9242
|
+
function Xc(t, n, e) {
|
|
9241
9243
|
return n && ho(t.prototype, n), e && ho(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
9242
9244
|
}
|
|
9243
|
-
var
|
|
9245
|
+
var Qc = /* @__PURE__ */ function() {
|
|
9244
9246
|
function t(n, e, i) {
|
|
9245
|
-
if (
|
|
9247
|
+
if (Jc(this, t), !n)
|
|
9246
9248
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
9247
9249
|
if (!e)
|
|
9248
9250
|
throw new TypeError("`nationalNumber` not passed");
|
|
9249
9251
|
if (!i)
|
|
9250
9252
|
throw new TypeError("`metadata` not passed");
|
|
9251
9253
|
var o = new kt(i);
|
|
9252
|
-
|
|
9254
|
+
ef(n) && (this.country = n, o.country(n), n = o.countryCallingCode()), this.countryCallingCode = n, this.nationalNumber = e, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.metadata = i;
|
|
9253
9255
|
}
|
|
9254
|
-
return
|
|
9256
|
+
return Xc(t, [{
|
|
9255
9257
|
key: "setExt",
|
|
9256
9258
|
value: function(n) {
|
|
9257
9259
|
this.ext = n;
|
|
@@ -9259,14 +9261,14 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9259
9261
|
}, {
|
|
9260
9262
|
key: "isPossible",
|
|
9261
9263
|
value: function() {
|
|
9262
|
-
return
|
|
9264
|
+
return Sc(this, {
|
|
9263
9265
|
v2: !0
|
|
9264
9266
|
}, this.metadata);
|
|
9265
9267
|
}
|
|
9266
9268
|
}, {
|
|
9267
9269
|
key: "isValid",
|
|
9268
9270
|
value: function() {
|
|
9269
|
-
return
|
|
9271
|
+
return Bc(this, {
|
|
9270
9272
|
v2: !0
|
|
9271
9273
|
}, this.metadata);
|
|
9272
9274
|
}
|
|
@@ -9296,7 +9298,7 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9296
9298
|
}, {
|
|
9297
9299
|
key: "format",
|
|
9298
9300
|
value: function(n, e) {
|
|
9299
|
-
return
|
|
9301
|
+
return Gc(this, n, e ? fo(fo({}, e), {}, {
|
|
9300
9302
|
v2: !0
|
|
9301
9303
|
}) : {
|
|
9302
9304
|
v2: !0
|
|
@@ -9318,23 +9320,23 @@ var ef = /* @__PURE__ */ function() {
|
|
|
9318
9320
|
return this.format("RFC3966", n);
|
|
9319
9321
|
}
|
|
9320
9322
|
}]), t;
|
|
9321
|
-
}(),
|
|
9323
|
+
}(), ef = function(t) {
|
|
9322
9324
|
return /^[A-Z]{2}$/.test(t);
|
|
9323
|
-
},
|
|
9324
|
-
function
|
|
9325
|
+
}, tf = new RegExp("([" + Qt + "])");
|
|
9326
|
+
function nf(t, n, e, i) {
|
|
9325
9327
|
if (n) {
|
|
9326
9328
|
var o = new kt(i);
|
|
9327
9329
|
o.selectNumberingPlan(n, e);
|
|
9328
9330
|
var r = new RegExp(o.IDDPrefix());
|
|
9329
9331
|
if (t.search(r) === 0) {
|
|
9330
9332
|
t = t.slice(t.match(r)[0].length);
|
|
9331
|
-
var s = t.match(
|
|
9333
|
+
var s = t.match(tf);
|
|
9332
9334
|
if (!(s && s[1] != null && s[1].length > 0 && s[1] === "0"))
|
|
9333
9335
|
return t;
|
|
9334
9336
|
}
|
|
9335
9337
|
}
|
|
9336
9338
|
}
|
|
9337
|
-
function
|
|
9339
|
+
function rf(t, n) {
|
|
9338
9340
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9339
9341
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
9340
9342
|
if (i) {
|
|
@@ -9363,13 +9365,13 @@ function of(t, n) {
|
|
|
9363
9365
|
};
|
|
9364
9366
|
}
|
|
9365
9367
|
function yi(t, n) {
|
|
9366
|
-
var e =
|
|
9368
|
+
var e = rf(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
9367
9369
|
if (o !== t) {
|
|
9368
|
-
if (!
|
|
9370
|
+
if (!of(t, o, n))
|
|
9369
9371
|
return {
|
|
9370
9372
|
nationalNumber: t
|
|
9371
9373
|
};
|
|
9372
|
-
if (n.possibleLengths() && !
|
|
9374
|
+
if (n.possibleLengths() && !af(o, n))
|
|
9373
9375
|
return {
|
|
9374
9376
|
nationalNumber: t
|
|
9375
9377
|
};
|
|
@@ -9379,10 +9381,10 @@ function yi(t, n) {
|
|
|
9379
9381
|
carrierCode: i
|
|
9380
9382
|
};
|
|
9381
9383
|
}
|
|
9382
|
-
function
|
|
9384
|
+
function of(t, n, e) {
|
|
9383
9385
|
return !(Wt(t, e.nationalNumberPattern()) && !Wt(n, e.nationalNumberPattern()));
|
|
9384
9386
|
}
|
|
9385
|
-
function
|
|
9387
|
+
function af(t, n) {
|
|
9386
9388
|
switch (Ni(t, n)) {
|
|
9387
9389
|
case "TOO_SHORT":
|
|
9388
9390
|
case "INVALID_LENGTH":
|
|
@@ -9391,7 +9393,7 @@ function lf(t, n) {
|
|
|
9391
9393
|
return !0;
|
|
9392
9394
|
}
|
|
9393
9395
|
}
|
|
9394
|
-
function
|
|
9396
|
+
function lf(t, n, e, i) {
|
|
9395
9397
|
var o = n ? Ai(n, i) : e;
|
|
9396
9398
|
if (t.indexOf(o) === 0) {
|
|
9397
9399
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9406,16 +9408,16 @@ function sf(t, n, e, i) {
|
|
|
9406
9408
|
number: t
|
|
9407
9409
|
};
|
|
9408
9410
|
}
|
|
9409
|
-
function
|
|
9411
|
+
function sf(t, n, e, i) {
|
|
9410
9412
|
if (!t)
|
|
9411
9413
|
return {};
|
|
9412
9414
|
if (t[0] !== "+") {
|
|
9413
|
-
var o =
|
|
9415
|
+
var o = nf(t, n, e, i);
|
|
9414
9416
|
if (o && o !== t)
|
|
9415
9417
|
t = "+" + o;
|
|
9416
9418
|
else {
|
|
9417
9419
|
if (n || e) {
|
|
9418
|
-
var r =
|
|
9420
|
+
var r = lf(t, n, e, i), s = r.countryCallingCode, l = r.number;
|
|
9419
9421
|
if (s)
|
|
9420
9422
|
return {
|
|
9421
9423
|
countryCallingCode: s,
|
|
@@ -9430,7 +9432,7 @@ function uf(t, n, e, i) {
|
|
|
9430
9432
|
if (t[1] === "0")
|
|
9431
9433
|
return {};
|
|
9432
9434
|
i = new kt(i);
|
|
9433
|
-
for (var c = 2; c - 1 <=
|
|
9435
|
+
for (var c = 2; c - 1 <= Wd && c <= t.length; ) {
|
|
9434
9436
|
var f = t.slice(1, c);
|
|
9435
9437
|
if (i.hasCallingCode(f))
|
|
9436
9438
|
return i.selectNumberingPlan(f), {
|
|
@@ -9441,11 +9443,11 @@ function uf(t, n, e, i) {
|
|
|
9441
9443
|
}
|
|
9442
9444
|
return {};
|
|
9443
9445
|
}
|
|
9444
|
-
function
|
|
9446
|
+
function uf(t, n) {
|
|
9445
9447
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9446
9448
|
if (e)
|
|
9447
9449
|
return (e = e.call(t)).next.bind(e);
|
|
9448
|
-
if (Array.isArray(t) || (e =
|
|
9450
|
+
if (Array.isArray(t) || (e = df(t)) || n && t && typeof t.length == "number") {
|
|
9449
9451
|
e && (t = e);
|
|
9450
9452
|
var i = 0;
|
|
9451
9453
|
return function() {
|
|
@@ -9455,7 +9457,7 @@ function df(t, n) {
|
|
|
9455
9457
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9456
9458
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9457
9459
|
}
|
|
9458
|
-
function
|
|
9460
|
+
function df(t, n) {
|
|
9459
9461
|
if (t) {
|
|
9460
9462
|
if (typeof t == "string")
|
|
9461
9463
|
return po(t, n);
|
|
@@ -9472,14 +9474,14 @@ function po(t, n) {
|
|
|
9472
9474
|
i[e] = t[e];
|
|
9473
9475
|
return i;
|
|
9474
9476
|
}
|
|
9475
|
-
function
|
|
9477
|
+
function cf(t, n, e) {
|
|
9476
9478
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9477
9479
|
if (i)
|
|
9478
|
-
return i.length === 1 ? i[0] :
|
|
9480
|
+
return i.length === 1 ? i[0] : ff(i, n, e.metadata);
|
|
9479
9481
|
}
|
|
9480
|
-
function
|
|
9482
|
+
function ff(t, n, e) {
|
|
9481
9483
|
e = new kt(e);
|
|
9482
|
-
for (var i =
|
|
9484
|
+
for (var i = uf(t), o; !(o = i()).done; ) {
|
|
9483
9485
|
var r = o.value;
|
|
9484
9486
|
if (e.country(r), e.leadingDigits()) {
|
|
9485
9487
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9491,17 +9493,17 @@ function hf(t, n, e) {
|
|
|
9491
9493
|
return r;
|
|
9492
9494
|
}
|
|
9493
9495
|
}
|
|
9494
|
-
var
|
|
9495
|
-
function
|
|
9496
|
+
var hf = 250, pf = new RegExp("[" + xi + Qt + "]"), gf = new RegExp("[^" + Qt + "#]+$");
|
|
9497
|
+
function mf(t, n, e) {
|
|
9496
9498
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9497
9499
|
throw n.v2 ? new Xt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9498
|
-
var i =
|
|
9500
|
+
var i = yf(t, n.v2, n.extract), o = i.number, r = i.ext, s = i.error;
|
|
9499
9501
|
if (!o) {
|
|
9500
9502
|
if (n.v2)
|
|
9501
9503
|
throw s === "TOO_SHORT" ? new Xt("TOO_SHORT") : new Xt("NOT_A_NUMBER");
|
|
9502
9504
|
return {};
|
|
9503
9505
|
}
|
|
9504
|
-
var l =
|
|
9506
|
+
var l = _f(o, n.defaultCountry, n.defaultCallingCode, e), c = l.country, f = l.nationalNumber, h = l.countryCallingCode, d = l.carrierCode;
|
|
9505
9507
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9506
9508
|
if (n.v2)
|
|
9507
9509
|
throw new Xt("INVALID_COUNTRY");
|
|
@@ -9512,13 +9514,13 @@ function vf(t, n, e) {
|
|
|
9512
9514
|
throw new Xt("TOO_SHORT");
|
|
9513
9515
|
return {};
|
|
9514
9516
|
}
|
|
9515
|
-
if (f.length >
|
|
9517
|
+
if (f.length > Yd) {
|
|
9516
9518
|
if (n.v2)
|
|
9517
9519
|
throw new Xt("TOO_LONG");
|
|
9518
9520
|
return {};
|
|
9519
9521
|
}
|
|
9520
9522
|
if (n.v2) {
|
|
9521
|
-
var a = new
|
|
9523
|
+
var a = new Qc(h, f, e.metadata);
|
|
9522
9524
|
return c && (a.country = c), d && (a.carrierCode = d), r && (a.ext = r), a;
|
|
9523
9525
|
}
|
|
9524
9526
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : c) ? Wt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9530,46 +9532,46 @@ function vf(t, n, e) {
|
|
|
9530
9532
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Qo(f, e)),
|
|
9531
9533
|
phone: f,
|
|
9532
9534
|
ext: r
|
|
9533
|
-
} : u ?
|
|
9535
|
+
} : u ? bf(c, f, r) : {};
|
|
9534
9536
|
}
|
|
9535
|
-
function
|
|
9537
|
+
function vf(t, n, e) {
|
|
9536
9538
|
if (t) {
|
|
9537
|
-
if (t.length >
|
|
9539
|
+
if (t.length > hf) {
|
|
9538
9540
|
if (e)
|
|
9539
9541
|
throw new Xt("TOO_LONG");
|
|
9540
9542
|
return;
|
|
9541
9543
|
}
|
|
9542
9544
|
if (n === !1)
|
|
9543
9545
|
return t;
|
|
9544
|
-
var i = t.search(
|
|
9546
|
+
var i = t.search(pf);
|
|
9545
9547
|
if (!(i < 0))
|
|
9546
|
-
return t.slice(i).replace(
|
|
9548
|
+
return t.slice(i).replace(gf, "");
|
|
9547
9549
|
}
|
|
9548
9550
|
}
|
|
9549
|
-
function
|
|
9551
|
+
function yf(t, n, e) {
|
|
9550
9552
|
if (t && t.indexOf("tel:") === 0)
|
|
9551
|
-
return
|
|
9552
|
-
var i =
|
|
9553
|
+
return Pc(t);
|
|
9554
|
+
var i = vf(t, e, n);
|
|
9553
9555
|
if (!i)
|
|
9554
9556
|
return {};
|
|
9555
9557
|
if (!Jo(i))
|
|
9556
|
-
return
|
|
9558
|
+
return vc(i) ? {
|
|
9557
9559
|
error: "TOO_SHORT"
|
|
9558
9560
|
} : {};
|
|
9559
|
-
var o =
|
|
9561
|
+
var o = yc(i);
|
|
9560
9562
|
return o.ext ? o : {
|
|
9561
9563
|
number: i
|
|
9562
9564
|
};
|
|
9563
9565
|
}
|
|
9564
|
-
function
|
|
9566
|
+
function bf(t, n, e) {
|
|
9565
9567
|
var i = {
|
|
9566
9568
|
country: t,
|
|
9567
9569
|
phone: n
|
|
9568
9570
|
};
|
|
9569
9571
|
return e && (i.ext = e), i;
|
|
9570
9572
|
}
|
|
9571
|
-
function
|
|
9572
|
-
var o =
|
|
9573
|
+
function _f(t, n, e, i) {
|
|
9574
|
+
var o = sf(no(t), n, e, i.metadata), r = o.countryCallingCode, s = o.number, l;
|
|
9573
9575
|
if (r)
|
|
9574
9576
|
i.selectNumberingPlan(r);
|
|
9575
9577
|
else if (s && (n || e))
|
|
@@ -9580,7 +9582,7 @@ function $f(t, n, e, i) {
|
|
|
9580
9582
|
return {
|
|
9581
9583
|
countryCallingCode: r
|
|
9582
9584
|
};
|
|
9583
|
-
var c = yi(no(s), i), f = c.nationalNumber, h = c.carrierCode, d =
|
|
9585
|
+
var c = yi(no(s), i), f = c.nationalNumber, h = c.carrierCode, d = cf(r, f, i);
|
|
9584
9586
|
return d && (l = d, d === "001" || i.country(l)), {
|
|
9585
9587
|
country: l,
|
|
9586
9588
|
countryCallingCode: r,
|
|
@@ -9602,18 +9604,18 @@ function mo(t) {
|
|
|
9602
9604
|
for (var n = 1; n < arguments.length; n++) {
|
|
9603
9605
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9604
9606
|
n % 2 ? go(Object(e), !0).forEach(function(i) {
|
|
9605
|
-
|
|
9607
|
+
$f(t, i, e[i]);
|
|
9606
9608
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : go(Object(e)).forEach(function(i) {
|
|
9607
9609
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9608
9610
|
});
|
|
9609
9611
|
}
|
|
9610
9612
|
return t;
|
|
9611
9613
|
}
|
|
9612
|
-
function
|
|
9614
|
+
function $f(t, n, e) {
|
|
9613
9615
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9614
9616
|
}
|
|
9615
|
-
function
|
|
9616
|
-
return
|
|
9617
|
+
function wf(t, n, e) {
|
|
9618
|
+
return mf(t, mo(mo({}, n), {}, {
|
|
9617
9619
|
v2: !0
|
|
9618
9620
|
}), e);
|
|
9619
9621
|
}
|
|
@@ -9634,28 +9636,28 @@ function vo(t, n) {
|
|
|
9634
9636
|
}
|
|
9635
9637
|
return e;
|
|
9636
9638
|
}
|
|
9637
|
-
function
|
|
9639
|
+
function Of(t) {
|
|
9638
9640
|
for (var n = 1; n < arguments.length; n++) {
|
|
9639
9641
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9640
9642
|
n % 2 ? vo(Object(e), !0).forEach(function(i) {
|
|
9641
|
-
|
|
9643
|
+
kf(t, i, e[i]);
|
|
9642
9644
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : vo(Object(e)).forEach(function(i) {
|
|
9643
9645
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9644
9646
|
});
|
|
9645
9647
|
}
|
|
9646
9648
|
return t;
|
|
9647
9649
|
}
|
|
9648
|
-
function
|
|
9650
|
+
function kf(t, n, e) {
|
|
9649
9651
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9650
9652
|
}
|
|
9651
|
-
function
|
|
9652
|
-
return
|
|
9653
|
+
function Cf(t, n) {
|
|
9654
|
+
return xf(t) || Tf(t, n) || Sf(t, n) || Ef();
|
|
9653
9655
|
}
|
|
9654
|
-
function
|
|
9656
|
+
function Ef() {
|
|
9655
9657
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9656
9658
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9657
9659
|
}
|
|
9658
|
-
function
|
|
9660
|
+
function Sf(t, n) {
|
|
9659
9661
|
if (t) {
|
|
9660
9662
|
if (typeof t == "string")
|
|
9661
9663
|
return yo(t, n);
|
|
@@ -9672,7 +9674,7 @@ function yo(t, n) {
|
|
|
9672
9674
|
i[e] = t[e];
|
|
9673
9675
|
return i;
|
|
9674
9676
|
}
|
|
9675
|
-
function
|
|
9677
|
+
function Tf(t, n) {
|
|
9676
9678
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9677
9679
|
if (e != null) {
|
|
9678
9680
|
var i = [], o = !0, r = !1, s, l;
|
|
@@ -9692,21 +9694,21 @@ function xf(t, n) {
|
|
|
9692
9694
|
return i;
|
|
9693
9695
|
}
|
|
9694
9696
|
}
|
|
9695
|
-
function
|
|
9697
|
+
function xf(t) {
|
|
9696
9698
|
if (Array.isArray(t))
|
|
9697
9699
|
return t;
|
|
9698
9700
|
}
|
|
9699
|
-
function
|
|
9700
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9701
|
+
function Af(t) {
|
|
9702
|
+
var n = Array.prototype.slice.call(t), e = Cf(n, 4), i = e[0], o = e[1], r = e[2], s = e[3], l, c, f;
|
|
9701
9703
|
if (typeof i == "string")
|
|
9702
9704
|
l = i;
|
|
9703
9705
|
else
|
|
9704
9706
|
throw new TypeError("A text for parsing must be a string.");
|
|
9705
9707
|
if (!o || typeof o == "string")
|
|
9706
|
-
s ? (c = r, f = s) : (c = void 0, f = r), o && (c =
|
|
9708
|
+
s ? (c = r, f = s) : (c = void 0, f = r), o && (c = Of({
|
|
9707
9709
|
defaultCountry: o
|
|
9708
9710
|
}, c));
|
|
9709
|
-
else if (
|
|
9711
|
+
else if (Nf(o))
|
|
9710
9712
|
r ? (c = o, f = r) : f = o;
|
|
9711
9713
|
else
|
|
9712
9714
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9716,7 +9718,7 @@ function Nf(t) {
|
|
|
9716
9718
|
metadata: f
|
|
9717
9719
|
};
|
|
9718
9720
|
}
|
|
9719
|
-
var
|
|
9721
|
+
var Nf = function(t) {
|
|
9720
9722
|
return bi(t) === "object";
|
|
9721
9723
|
};
|
|
9722
9724
|
function bo(t, n) {
|
|
@@ -9733,35 +9735,35 @@ function _o(t) {
|
|
|
9733
9735
|
for (var n = 1; n < arguments.length; n++) {
|
|
9734
9736
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9735
9737
|
n % 2 ? bo(Object(e), !0).forEach(function(i) {
|
|
9736
|
-
|
|
9738
|
+
If(t, i, e[i]);
|
|
9737
9739
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : bo(Object(e)).forEach(function(i) {
|
|
9738
9740
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9739
9741
|
});
|
|
9740
9742
|
}
|
|
9741
9743
|
return t;
|
|
9742
9744
|
}
|
|
9743
|
-
function
|
|
9745
|
+
function If(t, n, e) {
|
|
9744
9746
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9745
9747
|
}
|
|
9746
|
-
function
|
|
9747
|
-
n && n.defaultCountry && !
|
|
9748
|
+
function Pf(t, n, e) {
|
|
9749
|
+
n && n.defaultCountry && !dc(n.defaultCountry, e) && (n = _o(_o({}, n), {}, {
|
|
9748
9750
|
defaultCountry: void 0
|
|
9749
9751
|
}));
|
|
9750
9752
|
try {
|
|
9751
|
-
return
|
|
9753
|
+
return wf(t, n, e);
|
|
9752
9754
|
} catch (i) {
|
|
9753
9755
|
if (!(i instanceof Xt))
|
|
9754
9756
|
throw i;
|
|
9755
9757
|
}
|
|
9756
9758
|
}
|
|
9757
|
-
function
|
|
9758
|
-
var t =
|
|
9759
|
-
return
|
|
9759
|
+
function Mf() {
|
|
9760
|
+
var t = Af(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9761
|
+
return Pf(n, e, i);
|
|
9760
9762
|
}
|
|
9761
9763
|
function ci() {
|
|
9762
|
-
return
|
|
9764
|
+
return Fd(Mf, arguments);
|
|
9763
9765
|
}
|
|
9764
|
-
const
|
|
9766
|
+
const Df = {
|
|
9765
9767
|
beforeMount(t, n, e) {
|
|
9766
9768
|
if (typeof n.value != "function") {
|
|
9767
9769
|
const i = e.context.name;
|
|
@@ -9775,7 +9777,7 @@ const Lf = {
|
|
|
9775
9777
|
unmounted(t) {
|
|
9776
9778
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9777
9779
|
}
|
|
9778
|
-
},
|
|
9780
|
+
}, Lf = (t, n) => {
|
|
9779
9781
|
const e = t.__vccOpts || t;
|
|
9780
9782
|
for (const [i, o] of n)
|
|
9781
9783
|
e[i] = o;
|
|
@@ -9785,10 +9787,10 @@ function mt(t) {
|
|
|
9785
9787
|
const n = Gi.options[t];
|
|
9786
9788
|
return typeof n > "u" ? Gi.options[t] : n;
|
|
9787
9789
|
}
|
|
9788
|
-
const
|
|
9790
|
+
const Rf = {
|
|
9789
9791
|
name: "VueTelInput",
|
|
9790
9792
|
directives: {
|
|
9791
|
-
clickOutside:
|
|
9793
|
+
clickOutside: Df
|
|
9792
9794
|
},
|
|
9793
9795
|
props: {
|
|
9794
9796
|
modelValue: {
|
|
@@ -9974,7 +9976,7 @@ const Bf = {
|
|
|
9974
9976
|
}
|
|
9975
9977
|
}
|
|
9976
9978
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9977
|
-
this.autoDefaultCountry ?
|
|
9979
|
+
this.autoDefaultCountry ? Ld().then((i) => {
|
|
9978
9980
|
this.choose(i || this.activeCountryCode);
|
|
9979
9981
|
}).catch((i) => {
|
|
9980
9982
|
console.warn(i), this.choose(e);
|
|
@@ -10049,7 +10051,7 @@ const Bf = {
|
|
|
10049
10051
|
this.$emit("blur");
|
|
10050
10052
|
},
|
|
10051
10053
|
onFocus() {
|
|
10052
|
-
|
|
10054
|
+
Rd(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
10053
10055
|
},
|
|
10054
10056
|
onEnter() {
|
|
10055
10057
|
this.$emit("enter");
|
|
@@ -10096,16 +10098,16 @@ const Bf = {
|
|
|
10096
10098
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
10097
10099
|
}
|
|
10098
10100
|
}
|
|
10099
|
-
},
|
|
10101
|
+
}, Bf = ["aria-expanded", "tabindex"], jf = { class: "vti__selection" }, qf = {
|
|
10100
10102
|
key: 1,
|
|
10101
10103
|
class: "vti__country-code"
|
|
10102
|
-
},
|
|
10103
|
-
function
|
|
10104
|
+
}, Ff = { class: "vti__dropdown-arrow" }, Hf = ["placeholder"], Vf = ["onClick", "onMousemove", "aria-selected"], Uf = { key: 1 }, zf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
10105
|
+
function Kf(t, n, e, i, o, r) {
|
|
10104
10106
|
const s = On("click-outside");
|
|
10105
10107
|
return G(), ne("div", {
|
|
10106
10108
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
10107
10109
|
}, [
|
|
10108
|
-
|
|
10110
|
+
Re((G(), ne("div", {
|
|
10109
10111
|
"aria-label": "Country Code Selector",
|
|
10110
10112
|
"aria-haspopup": "listbox",
|
|
10111
10113
|
"aria-expanded": o.open,
|
|
@@ -10120,14 +10122,14 @@ function Gf(t, n, e, i, o, r) {
|
|
|
10120
10122
|
],
|
|
10121
10123
|
onClick: n[3] || (n[3] = (...l) => r.toggleDropdown && r.toggleDropdown(...l))
|
|
10122
10124
|
}, [
|
|
10123
|
-
ae("span",
|
|
10125
|
+
ae("span", jf, [
|
|
10124
10126
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
10125
10127
|
key: 0,
|
|
10126
10128
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
10127
10129
|
}, null, 2)) : he("", !0),
|
|
10128
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
10130
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", qf, " +" + $e(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
10129
10131
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
10130
|
-
ae("span",
|
|
10132
|
+
ae("span", Ff, $e(o.open ? "▲" : "▼"), 1)
|
|
10131
10133
|
])
|
|
10132
10134
|
]),
|
|
10133
10135
|
o.open ? (G(), ne("ul", {
|
|
@@ -10136,7 +10138,7 @@ function Gf(t, n, e, i, o, r) {
|
|
|
10136
10138
|
class: ve(["vti__dropdown-list", o.dropdownOpenDirection]),
|
|
10137
10139
|
role: "listbox"
|
|
10138
10140
|
}, [
|
|
10139
|
-
e.dropdownOptions.showSearchBox ?
|
|
10141
|
+
e.dropdownOptions.showSearchBox ? Re((G(), ne("input", {
|
|
10140
10142
|
key: 0,
|
|
10141
10143
|
class: "vti__input vti__search_box",
|
|
10142
10144
|
"aria-label": "Search by country name or country code",
|
|
@@ -10145,10 +10147,10 @@ function Gf(t, n, e, i, o, r) {
|
|
|
10145
10147
|
"onUpdate:modelValue": n[0] || (n[0] = (l) => o.searchQuery = l),
|
|
10146
10148
|
onClick: n[1] || (n[1] = vt(() => {
|
|
10147
10149
|
}, ["stop"]))
|
|
10148
|
-
}, null, 8,
|
|
10150
|
+
}, null, 8, Hf)), [
|
|
10149
10151
|
[xo, o.searchQuery]
|
|
10150
10152
|
]) : he("", !0),
|
|
10151
|
-
(G(!0), ne(
|
|
10153
|
+
(G(!0), ne(rt, null, Ft(r.sortedCountries, (l, c) => (G(), ne("li", {
|
|
10152
10154
|
role: "option",
|
|
10153
10155
|
class: ve(["vti__dropdown-item", r.getItemClass(c, l.iso2)]),
|
|
10154
10156
|
key: l.iso2 + (l.preferred ? "-preferred" : ""),
|
|
@@ -10162,13 +10164,13 @@ function Gf(t, n, e, i, o, r) {
|
|
|
10162
10164
|
class: ve(["vti__flag", l.iso2.toLowerCase()])
|
|
10163
10165
|
}, null, 2)) : he("", !0),
|
|
10164
10166
|
ae("strong", null, $e(l.name), 1),
|
|
10165
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
10166
|
-
], 42,
|
|
10167
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Uf, " +" + $e(l.dialCode), 1)) : he("", !0)
|
|
10168
|
+
], 42, Vf))), 128))
|
|
10167
10169
|
], 2)) : he("", !0)
|
|
10168
|
-
], 42,
|
|
10170
|
+
], 42, Bf)), [
|
|
10169
10171
|
[s, r.clickedOutside]
|
|
10170
10172
|
]),
|
|
10171
|
-
|
|
10173
|
+
Re(ae("input", {
|
|
10172
10174
|
"onUpdate:modelValue": n[7] || (n[7] = (l) => o.phone = l),
|
|
10173
10175
|
ref: "input",
|
|
10174
10176
|
type: e.inputOptions.type,
|
|
@@ -10192,14 +10194,14 @@ function Gf(t, n, e, i, o, r) {
|
|
|
10192
10194
|
n[11] || (n[11] = Tt((...l) => r.onEnter && r.onEnter(...l), ["enter"])),
|
|
10193
10195
|
n[12] || (n[12] = Tt((...l) => r.onSpace && r.onSpace(...l), ["space"]))
|
|
10194
10196
|
]
|
|
10195
|
-
}, null, 42,
|
|
10197
|
+
}, null, 42, zf), [
|
|
10196
10198
|
[To, o.phone]
|
|
10197
10199
|
]),
|
|
10198
10200
|
Te(t.$slots, "icon-right")
|
|
10199
10201
|
], 2);
|
|
10200
10202
|
}
|
|
10201
|
-
const
|
|
10202
|
-
const
|
|
10203
|
+
const Gf = /* @__PURE__ */ Lf(Rf, [["render", Kf]]);
|
|
10204
|
+
const Yf = {
|
|
10203
10205
|
directives: { Outside: ki },
|
|
10204
10206
|
props: {
|
|
10205
10207
|
inputName: {
|
|
@@ -10228,7 +10230,7 @@ const Wf = {
|
|
|
10228
10230
|
}
|
|
10229
10231
|
},
|
|
10230
10232
|
components: {
|
|
10231
|
-
VueTelInput:
|
|
10233
|
+
VueTelInput: Gf,
|
|
10232
10234
|
IbAlert: cn,
|
|
10233
10235
|
IbIcon: Xe
|
|
10234
10236
|
},
|
|
@@ -10254,9 +10256,9 @@ const Wf = {
|
|
|
10254
10256
|
}
|
|
10255
10257
|
}
|
|
10256
10258
|
};
|
|
10257
|
-
function
|
|
10259
|
+
function Wf(t, n, e, i, o, r) {
|
|
10258
10260
|
const s = fe("ib-alert"), l = fe("ib-icon"), c = fe("vue-tel-input"), f = On("outside");
|
|
10259
|
-
return G(), ne(
|
|
10261
|
+
return G(), ne(rt, null, [
|
|
10260
10262
|
e.errorMessage.length ? (G(), ke(s, {
|
|
10261
10263
|
key: 0,
|
|
10262
10264
|
class: "ib-phone-error-message"
|
|
@@ -10266,7 +10268,7 @@ function Zf(t, n, e, i, o, r) {
|
|
|
10266
10268
|
]),
|
|
10267
10269
|
_: 1
|
|
10268
10270
|
})) : he("", !0),
|
|
10269
|
-
|
|
10271
|
+
Re((G(), ke(c, Et({
|
|
10270
10272
|
modelValue: o.phone,
|
|
10271
10273
|
"onUpdate:modelValue": n[0] || (n[0] = (h) => o.phone = h)
|
|
10272
10274
|
}, t.$attrs, {
|
|
@@ -10289,7 +10291,7 @@ function Zf(t, n, e, i, o, r) {
|
|
|
10289
10291
|
])
|
|
10290
10292
|
], 64);
|
|
10291
10293
|
}
|
|
10292
|
-
const
|
|
10294
|
+
const y1 = /* @__PURE__ */ Ae(Yf, [["render", Wf]]);
|
|
10293
10295
|
var ta = { exports: {} };
|
|
10294
10296
|
/*!
|
|
10295
10297
|
* Quill Editor v1.3.7
|
|
@@ -13177,8 +13179,8 @@ var ta = { exports: {} };
|
|
|
13177
13179
|
var J = this;
|
|
13178
13180
|
this.quill.root.addEventListener("keydown", function(re) {
|
|
13179
13181
|
if (!re.defaultPrevented) {
|
|
13180
|
-
var ce = re.which || re.keyCode, _e = (J.bindings[ce] || []).filter(function(
|
|
13181
|
-
return V.match(re,
|
|
13182
|
+
var ce = re.which || re.keyCode, _e = (J.bindings[ce] || []).filter(function(De) {
|
|
13183
|
+
return V.match(re, De);
|
|
13182
13184
|
});
|
|
13183
13185
|
if (_e.length !== 0) {
|
|
13184
13186
|
var Ee = J.quill.getSelection();
|
|
@@ -13190,19 +13192,19 @@ var ta = { exports: {} };
|
|
|
13190
13192
|
offset: ze,
|
|
13191
13193
|
prefix: tt,
|
|
13192
13194
|
suffix: We
|
|
13193
|
-
}, It = _e.some(function(
|
|
13194
|
-
if (
|
|
13195
|
+
}, It = _e.some(function(De) {
|
|
13196
|
+
if (De.collapsed != null && De.collapsed !== qe.collapsed || De.empty != null && De.empty !== qe.empty || De.offset != null && De.offset !== qe.offset)
|
|
13195
13197
|
return !1;
|
|
13196
|
-
if (Array.isArray(
|
|
13197
|
-
if (
|
|
13198
|
+
if (Array.isArray(De.format)) {
|
|
13199
|
+
if (De.format.every(function(ft) {
|
|
13198
13200
|
return qe.format[ft] == null;
|
|
13199
13201
|
}))
|
|
13200
13202
|
return !1;
|
|
13201
|
-
} else if (r(
|
|
13202
|
-
return
|
|
13203
|
+
} else if (r(De.format) === "object" && !Object.keys(De.format).every(function(ft) {
|
|
13204
|
+
return De.format[ft] === !0 ? qe.format[ft] != null : De.format[ft] === !1 ? qe.format[ft] == null : (0, d.default)(De.format[ft], qe.format[ft]);
|
|
13203
13205
|
}))
|
|
13204
13206
|
return !1;
|
|
13205
|
-
return
|
|
13207
|
+
return De.prefix != null && !De.prefix.test(qe.prefix) || De.suffix != null && !De.suffix.test(qe.suffix) ? !1 : De.handler.call(J, Ee, qe) !== !0;
|
|
13206
13208
|
});
|
|
13207
13209
|
It && re.preventDefault();
|
|
13208
13210
|
}
|
|
@@ -17682,14 +17684,14 @@ var ta = { exports: {} };
|
|
|
17682
17684
|
);
|
|
17683
17685
|
});
|
|
17684
17686
|
})(ta);
|
|
17685
|
-
var
|
|
17686
|
-
const qt = /* @__PURE__ */ Er(
|
|
17687
|
+
var Zf = ta.exports;
|
|
17688
|
+
const qt = /* @__PURE__ */ Er(Zf);
|
|
17687
17689
|
var jt = -1, xt = 1, _t = 0;
|
|
17688
17690
|
function Yn(t, n, e, i) {
|
|
17689
17691
|
if (t === n)
|
|
17690
17692
|
return t ? [[_t, t]] : [];
|
|
17691
17693
|
if (e != null) {
|
|
17692
|
-
var o =
|
|
17694
|
+
var o = th(t, n, e);
|
|
17693
17695
|
if (o)
|
|
17694
17696
|
return o;
|
|
17695
17697
|
}
|
|
@@ -17697,10 +17699,10 @@ function Yn(t, n, e, i) {
|
|
|
17697
17699
|
t = t.substring(r), n = n.substring(r), r = Mi(t, n);
|
|
17698
17700
|
var l = t.substring(t.length - r);
|
|
17699
17701
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17700
|
-
var c =
|
|
17702
|
+
var c = Jf(t, n);
|
|
17701
17703
|
return s && c.unshift([_t, s]), l && c.push([_t, l]), na(c, i), c;
|
|
17702
17704
|
}
|
|
17703
|
-
function
|
|
17705
|
+
function Jf(t, n) {
|
|
17704
17706
|
var e;
|
|
17705
17707
|
if (!t)
|
|
17706
17708
|
return [[xt, n]];
|
|
@@ -17715,14 +17717,14 @@ function Xf(t, n) {
|
|
|
17715
17717
|
], t.length > n.length && (e[0][0] = e[2][0] = jt), e;
|
|
17716
17718
|
if (o.length === 1)
|
|
17717
17719
|
return [[jt, t], [xt, n]];
|
|
17718
|
-
var s =
|
|
17720
|
+
var s = Qf(t, n);
|
|
17719
17721
|
if (s) {
|
|
17720
17722
|
var l = s[0], c = s[1], f = s[2], h = s[3], d = s[4], a = Yn(l, f), u = Yn(c, h);
|
|
17721
17723
|
return a.concat([[_t, d]], u);
|
|
17722
17724
|
}
|
|
17723
|
-
return
|
|
17725
|
+
return Xf(t, n);
|
|
17724
17726
|
}
|
|
17725
|
-
function
|
|
17727
|
+
function Xf(t, n) {
|
|
17726
17728
|
for (var e = t.length, i = n.length, o = Math.ceil((e + i) / 2), r = o, s = 2 * o, l = new Array(s), c = new Array(s), f = 0; f < s; f++)
|
|
17727
17729
|
l[f] = -1, c[f] = -1;
|
|
17728
17730
|
l[r + 1] = 0, c[r + 1] = 0;
|
|
@@ -17784,7 +17786,7 @@ function Mi(t, n) {
|
|
|
17784
17786
|
t.substring(t.length - o, t.length - r) == n.substring(n.length - o, n.length - r) ? (e = o, r = e) : i = o, o = Math.floor((i - e) / 2 + e);
|
|
17785
17787
|
return ia(t.charCodeAt(t.length - o)) && o--, o;
|
|
17786
17788
|
}
|
|
17787
|
-
function
|
|
17789
|
+
function Qf(t, n) {
|
|
17788
17790
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17789
17791
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17790
17792
|
return null;
|
|
@@ -17880,20 +17882,20 @@ function oa(t) {
|
|
|
17880
17882
|
function aa(t) {
|
|
17881
17883
|
return ra(t.charCodeAt(t.length - 1));
|
|
17882
17884
|
}
|
|
17883
|
-
function
|
|
17885
|
+
function eh(t) {
|
|
17884
17886
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17885
17887
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17886
17888
|
return n;
|
|
17887
17889
|
}
|
|
17888
17890
|
function fi(t, n, e, i) {
|
|
17889
|
-
return aa(t) || oa(i) ? null :
|
|
17891
|
+
return aa(t) || oa(i) ? null : eh([
|
|
17890
17892
|
[_t, t],
|
|
17891
17893
|
[jt, n],
|
|
17892
17894
|
[xt, e],
|
|
17893
17895
|
[_t, i]
|
|
17894
17896
|
]);
|
|
17895
17897
|
}
|
|
17896
|
-
function
|
|
17898
|
+
function th(t, n, e) {
|
|
17897
17899
|
var i = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, r = t.length, s = n.length;
|
|
17898
17900
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17899
17901
|
var l = i.index, c = t.slice(0, l), f = t.slice(l), h = o ? o.index : null;
|
|
@@ -17942,7 +17944,7 @@ function xr(t, n, e) {
|
|
|
17942
17944
|
xr.INSERT = xt;
|
|
17943
17945
|
xr.DELETE = jt;
|
|
17944
17946
|
xr.EQUAL = _t;
|
|
17945
|
-
var
|
|
17947
|
+
var nh = xr, _r = { exports: {} };
|
|
17946
17948
|
_r.exports;
|
|
17947
17949
|
(function(t, n) {
|
|
17948
17950
|
var e = 200, i = "__lodash_hash_undefined__", o = 9007199254740991, r = "[object Arguments]", s = "[object Array]", l = "[object Boolean]", c = "[object Date]", f = "[object Error]", h = "[object Function]", d = "[object GeneratorFunction]", a = "[object Map]", u = "[object Number]", b = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", T = "[object DataView]", E = "[object Float32Array]", S = "[object Float64Array]", P = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", x = "[object Uint8ClampedArray]", M = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18009,7 +18011,7 @@ _r.exports;
|
|
|
18009
18011
|
return _ ? "Symbol(src)_1." + _ : "";
|
|
18010
18012
|
}(), xe = te.toString, we = se.hasOwnProperty, Se = se.toString, tt = RegExp(
|
|
18011
18013
|
"^" + xe.call(we).replace(K, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
18012
|
-
), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array,
|
|
18014
|
+
), We = D ? j.Buffer : void 0, qe = j.Symbol, It = j.Uint8Array, De = Ye(Object.getPrototypeOf, Object), ft = Object.create, en = se.propertyIsEnumerable, Cn = Q.splice, tn = Object.getOwnPropertySymbols, He = We ? We.isBuffer : void 0, Zt = Ye(Object.keys, Object), Pt = St(j, "DataView"), Ht = St(j, "Map"), lt = St(j, "Promise"), Mt = St(j, "Set"), ht = St(j, "WeakMap"), Vt = St(Object, "create"), nn = pt(Pt), I = pt(Ht), L = pt(lt), z = pt(Mt), X = pt(ht), le = qe ? qe.prototype : void 0, de = le ? le.valueOf : void 0;
|
|
18013
18015
|
function Ce(_) {
|
|
18014
18016
|
var N = -1, F = _ ? _.length : 0;
|
|
18015
18017
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18047,7 +18049,7 @@ _r.exports;
|
|
|
18047
18049
|
this.set(ee[0], ee[1]);
|
|
18048
18050
|
}
|
|
18049
18051
|
}
|
|
18050
|
-
function
|
|
18052
|
+
function it() {
|
|
18051
18053
|
this.__data__ = [];
|
|
18052
18054
|
}
|
|
18053
18055
|
function Ut(_) {
|
|
@@ -18068,7 +18070,7 @@ _r.exports;
|
|
|
18068
18070
|
var F = this.__data__, ee = pn(F, _);
|
|
18069
18071
|
return ee < 0 ? F.push([_, N]) : F[ee][1] = N, this;
|
|
18070
18072
|
}
|
|
18071
|
-
Ue.prototype.clear =
|
|
18073
|
+
Ue.prototype.clear = it, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
|
|
18072
18074
|
function nt(_) {
|
|
18073
18075
|
var N = -1, F = _ ? _.length : 0;
|
|
18074
18076
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18141,9 +18143,9 @@ _r.exports;
|
|
|
18141
18143
|
function Lt(_, N) {
|
|
18142
18144
|
return _ && Dn(N, Bn(N), _);
|
|
18143
18145
|
}
|
|
18144
|
-
function Pn(_, N, F, ee, Ne, be,
|
|
18146
|
+
function Pn(_, N, F, ee, Ne, be, Le) {
|
|
18145
18147
|
var je;
|
|
18146
|
-
if (ee && (je = be ? ee(_, Ne, be,
|
|
18148
|
+
if (ee && (je = be ? ee(_, Ne, be, Le) : ee(_)), je !== void 0)
|
|
18147
18149
|
return je;
|
|
18148
18150
|
if (!Bt(_))
|
|
18149
18151
|
return _;
|
|
@@ -18166,14 +18168,14 @@ _r.exports;
|
|
|
18166
18168
|
je = Gr(_, Ve, Pn, N);
|
|
18167
18169
|
}
|
|
18168
18170
|
}
|
|
18169
|
-
|
|
18170
|
-
var yt =
|
|
18171
|
+
Le || (Le = new st());
|
|
18172
|
+
var yt = Le.get(_);
|
|
18171
18173
|
if (yt)
|
|
18172
18174
|
return yt;
|
|
18173
|
-
if (
|
|
18175
|
+
if (Le.set(_, je), !Ze)
|
|
18174
18176
|
var Qe = F ? zr(_) : Bn(_);
|
|
18175
|
-
return J(Qe || _, function(dt,
|
|
18176
|
-
Qe && (
|
|
18177
|
+
return J(Qe || _, function(dt, ot) {
|
|
18178
|
+
Qe && (ot = dt, dt = _[ot]), Zn(je, ot, Pn(dt, N, F, ee, ot, _, Le));
|
|
18177
18179
|
}), je;
|
|
18178
18180
|
}
|
|
18179
18181
|
function Dr(_) {
|
|
@@ -18242,8 +18244,8 @@ _r.exports;
|
|
|
18242
18244
|
function Dn(_, N, F, ee) {
|
|
18243
18245
|
F || (F = {});
|
|
18244
18246
|
for (var Ne = -1, be = N.length; ++Ne < be; ) {
|
|
18245
|
-
var
|
|
18246
|
-
Zn(F,
|
|
18247
|
+
var Le = N[Ne], je = ee ? ee(F[Le], _[Le], Le, F, _) : void 0;
|
|
18248
|
+
Zn(F, Le, je === void 0 ? _[Le] : je);
|
|
18247
18249
|
}
|
|
18248
18250
|
return F;
|
|
18249
18251
|
}
|
|
@@ -18284,7 +18286,7 @@ _r.exports;
|
|
|
18284
18286
|
return N && typeof _[0] == "string" && we.call(_, "index") && (F.index = _.index, F.input = _.input), F;
|
|
18285
18287
|
}
|
|
18286
18288
|
function Rt(_) {
|
|
18287
|
-
return typeof _.constructor == "function" && !Qn(_) ? Dr(
|
|
18289
|
+
return typeof _.constructor == "function" && !Qn(_) ? Dr(De(_)) : {};
|
|
18288
18290
|
}
|
|
18289
18291
|
function Gr(_, N, F, ee) {
|
|
18290
18292
|
var Ne = _.constructor;
|
|
@@ -18401,8 +18403,8 @@ $r.exports;
|
|
|
18401
18403
|
}(), Ie = Ee && Ee.isTypedArray;
|
|
18402
18404
|
function Me(_, N) {
|
|
18403
18405
|
for (var F = -1, ee = _ == null ? 0 : _.length, Ne = 0, be = []; ++F < ee; ) {
|
|
18404
|
-
var
|
|
18405
|
-
N(
|
|
18406
|
+
var Le = _[F];
|
|
18407
|
+
N(Le, F, _) && (be[Ne++] = Le);
|
|
18406
18408
|
}
|
|
18407
18409
|
return be;
|
|
18408
18410
|
}
|
|
@@ -18450,11 +18452,11 @@ $r.exports;
|
|
|
18450
18452
|
F[++N] = ee;
|
|
18451
18453
|
}), F;
|
|
18452
18454
|
}
|
|
18453
|
-
var Se = Array.prototype, tt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = tt.toString,
|
|
18455
|
+
var Se = Array.prototype, tt = Function.prototype, We = Object.prototype, qe = Z["__core-js_shared__"], It = tt.toString, De = We.hasOwnProperty, ft = function() {
|
|
18454
18456
|
var _ = /[^.]+$/.exec(qe && qe.keys && qe.keys.IE_PROTO || "");
|
|
18455
18457
|
return _ ? "Symbol(src)_1." + _ : "";
|
|
18456
18458
|
}(), en = We.toString, Cn = RegExp(
|
|
18457
|
-
"^" + It.call(
|
|
18459
|
+
"^" + It.call(De).replace(B, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
18458
18460
|
), tn = ce ? Z.Buffer : void 0, He = Z.Symbol, Zt = Z.Uint8Array, Pt = We.propertyIsEnumerable, Ht = Se.splice, lt = He ? He.toStringTag : void 0, Mt = Object.getOwnPropertySymbols, ht = tn ? tn.isBuffer : void 0, Vt = xe(Object.keys, Object), nn = zt(Z, "DataView"), I = zt(Z, "Map"), L = zt(Z, "Promise"), z = zt(Z, "Set"), X = zt(Z, "WeakMap"), le = zt(Object, "create"), de = pt(nn), Ce = pt(I), me = pt(L), Pe = pt(z), pe = pt(X), Oe = He ? He.prototype : void 0, Be = Oe ? Oe.valueOf : void 0;
|
|
18459
18461
|
function Ue(_) {
|
|
18460
18462
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
@@ -18463,7 +18465,7 @@ $r.exports;
|
|
|
18463
18465
|
this.set(ee[0], ee[1]);
|
|
18464
18466
|
}
|
|
18465
18467
|
}
|
|
18466
|
-
function
|
|
18468
|
+
function it() {
|
|
18467
18469
|
this.__data__ = le ? le(null) : {}, this.size = 0;
|
|
18468
18470
|
}
|
|
18469
18471
|
function Ut(_) {
|
|
@@ -18476,17 +18478,17 @@ $r.exports;
|
|
|
18476
18478
|
var F = N[_];
|
|
18477
18479
|
return F === i ? void 0 : F;
|
|
18478
18480
|
}
|
|
18479
|
-
return
|
|
18481
|
+
return De.call(N, _) ? N[_] : void 0;
|
|
18480
18482
|
}
|
|
18481
18483
|
function En(_) {
|
|
18482
18484
|
var N = this.__data__;
|
|
18483
|
-
return le ? N[_] !== void 0 :
|
|
18485
|
+
return le ? N[_] !== void 0 : De.call(N, _);
|
|
18484
18486
|
}
|
|
18485
18487
|
function rn(_, N) {
|
|
18486
18488
|
var F = this.__data__;
|
|
18487
18489
|
return this.size += this.has(_) ? 0 : 1, F[_] = le && N === void 0 ? i : N, this;
|
|
18488
18490
|
}
|
|
18489
|
-
Ue.prototype.clear =
|
|
18491
|
+
Ue.prototype.clear = it, Ue.prototype.delete = Ut, Ue.prototype.get = Dt, Ue.prototype.has = En, Ue.prototype.set = rn;
|
|
18490
18492
|
function nt(_) {
|
|
18491
18493
|
var N = -1, F = _ == null ? 0 : _.length;
|
|
18492
18494
|
for (this.clear(); ++N < F; ) {
|
|
@@ -18586,9 +18588,9 @@ $r.exports;
|
|
|
18586
18588
|
}
|
|
18587
18589
|
Lt.prototype.clear = Pn, Lt.prototype.delete = Dr, Lt.prototype.get = Lr, Lt.prototype.has = Rr, Lt.prototype.set = Br;
|
|
18588
18590
|
function jr(_, N) {
|
|
18589
|
-
var F = mn(_), ee = !F && tr(_), Ne = !F && !ee && vn(_), be = !F && !ee && !Ne && ir(_),
|
|
18591
|
+
var F = mn(_), ee = !F && tr(_), Ne = !F && !ee && vn(_), be = !F && !ee && !Ne && ir(_), Le = F || ee || Ne || be, je = Le ? Q(_.length, String) : [], Ze = je.length;
|
|
18590
18592
|
for (var Ve in _)
|
|
18591
|
-
(N ||
|
|
18593
|
+
(N || De.call(_, Ve)) && !(Le && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
18592
18594
|
(Ve == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
18593
18595
|
Ne && (Ve == "offset" || Ve == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
18594
18596
|
be && (Ve == "buffer" || Ve == "byteLength" || Ve == "byteOffset") || // Skip index properties.
|
|
@@ -18615,20 +18617,20 @@ $r.exports;
|
|
|
18615
18617
|
return _ === N ? !0 : _ == null || N == null || !Bt(_) && !Bt(N) ? _ !== _ && N !== N : qr(_, N, F, ee, Xn, Ne);
|
|
18616
18618
|
}
|
|
18617
18619
|
function qr(_, N, F, ee, Ne, be) {
|
|
18618
|
-
var
|
|
18620
|
+
var Le = mn(_), je = mn(N), Ze = Le ? c : Rt(_), Ve = je ? c : Rt(N);
|
|
18619
18621
|
Ze = Ze == l ? m : Ze, Ve = Ve == l ? m : Ve;
|
|
18620
18622
|
var ut = Ze == m, yt = Ve == m, Qe = Ze == Ve;
|
|
18621
18623
|
if (Qe && vn(_)) {
|
|
18622
18624
|
if (!vn(N))
|
|
18623
18625
|
return !1;
|
|
18624
|
-
|
|
18626
|
+
Le = !0, ut = !1;
|
|
18625
18627
|
}
|
|
18626
18628
|
if (Qe && !ut)
|
|
18627
|
-
return be || (be = new Lt()),
|
|
18629
|
+
return be || (be = new Lt()), Le || ir(_) ? Dn(_, N, F, ee, Ne, be) : Ur(_, N, Ze, F, ee, Ne, be);
|
|
18628
18630
|
if (!(F & o)) {
|
|
18629
|
-
var dt = ut &&
|
|
18630
|
-
if (dt ||
|
|
18631
|
-
var Jt = dt ? _.value() : _, Gt =
|
|
18631
|
+
var dt = ut && De.call(_, "__wrapped__"), ot = yt && De.call(N, "__wrapped__");
|
|
18632
|
+
if (dt || ot) {
|
|
18633
|
+
var Jt = dt ? _.value() : _, Gt = ot ? N.value() : N;
|
|
18632
18634
|
return be || (be = new Lt()), Ne(Jt, Gt, F, ee, be);
|
|
18633
18635
|
}
|
|
18634
18636
|
}
|
|
@@ -18648,21 +18650,21 @@ $r.exports;
|
|
|
18648
18650
|
return Vt(_);
|
|
18649
18651
|
var N = [];
|
|
18650
18652
|
for (var F in Object(_))
|
|
18651
|
-
|
|
18653
|
+
De.call(_, F) && F != "constructor" && N.push(F);
|
|
18652
18654
|
return N;
|
|
18653
18655
|
}
|
|
18654
18656
|
function Dn(_, N, F, ee, Ne, be) {
|
|
18655
|
-
var
|
|
18656
|
-
if (je != Ze && !(
|
|
18657
|
+
var Le = F & o, je = _.length, Ze = N.length;
|
|
18658
|
+
if (je != Ze && !(Le && Ze > je))
|
|
18657
18659
|
return !1;
|
|
18658
18660
|
var Ve = be.get(_);
|
|
18659
18661
|
if (Ve && be.get(N))
|
|
18660
18662
|
return Ve == N;
|
|
18661
18663
|
var ut = -1, yt = !0, Qe = F & r ? new hn() : void 0;
|
|
18662
18664
|
for (be.set(_, N), be.set(N, _); ++ut < je; ) {
|
|
18663
|
-
var dt = _[ut],
|
|
18665
|
+
var dt = _[ut], ot = N[ut];
|
|
18664
18666
|
if (ee)
|
|
18665
|
-
var Jt =
|
|
18667
|
+
var Jt = Le ? ee(ot, dt, ut, N, _, be) : ee(dt, ot, ut, _, N, be);
|
|
18666
18668
|
if (Jt !== void 0) {
|
|
18667
18669
|
if (Jt)
|
|
18668
18670
|
continue;
|
|
@@ -18677,14 +18679,14 @@ $r.exports;
|
|
|
18677
18679
|
yt = !1;
|
|
18678
18680
|
break;
|
|
18679
18681
|
}
|
|
18680
|
-
} else if (!(dt ===
|
|
18682
|
+
} else if (!(dt === ot || Ne(dt, ot, F, ee, be))) {
|
|
18681
18683
|
yt = !1;
|
|
18682
18684
|
break;
|
|
18683
18685
|
}
|
|
18684
18686
|
}
|
|
18685
18687
|
return be.delete(_), be.delete(N), yt;
|
|
18686
18688
|
}
|
|
18687
|
-
function Ur(_, N, F, ee, Ne, be,
|
|
18689
|
+
function Ur(_, N, F, ee, Ne, be, Le) {
|
|
18688
18690
|
switch (F) {
|
|
18689
18691
|
case k:
|
|
18690
18692
|
if (_.byteLength != N.byteLength || _.byteOffset != N.byteOffset)
|
|
@@ -18707,12 +18709,12 @@ $r.exports;
|
|
|
18707
18709
|
var Ze = ee & o;
|
|
18708
18710
|
if (je || (je = we), _.size != N.size && !Ze)
|
|
18709
18711
|
return !1;
|
|
18710
|
-
var Ve =
|
|
18712
|
+
var Ve = Le.get(_);
|
|
18711
18713
|
if (Ve)
|
|
18712
18714
|
return Ve == N;
|
|
18713
|
-
ee |= r,
|
|
18714
|
-
var ut = Dn(je(_), je(N), ee, Ne, be,
|
|
18715
|
-
return
|
|
18715
|
+
ee |= r, Le.set(_, N);
|
|
18716
|
+
var ut = Dn(je(_), je(N), ee, Ne, be, Le);
|
|
18717
|
+
return Le.delete(_), ut;
|
|
18716
18718
|
case S:
|
|
18717
18719
|
if (Be)
|
|
18718
18720
|
return Be.call(_) == Be.call(N);
|
|
@@ -18720,35 +18722,35 @@ $r.exports;
|
|
|
18720
18722
|
return !1;
|
|
18721
18723
|
}
|
|
18722
18724
|
function zr(_, N, F, ee, Ne, be) {
|
|
18723
|
-
var
|
|
18724
|
-
if (Ze != ut && !
|
|
18725
|
+
var Le = F & o, je = an(_), Ze = je.length, Ve = an(N), ut = Ve.length;
|
|
18726
|
+
if (Ze != ut && !Le)
|
|
18725
18727
|
return !1;
|
|
18726
18728
|
for (var yt = Ze; yt--; ) {
|
|
18727
18729
|
var Qe = je[yt];
|
|
18728
|
-
if (!(
|
|
18730
|
+
if (!(Le ? Qe in N : De.call(N, Qe)))
|
|
18729
18731
|
return !1;
|
|
18730
18732
|
}
|
|
18731
18733
|
var dt = be.get(_);
|
|
18732
18734
|
if (dt && be.get(N))
|
|
18733
18735
|
return dt == N;
|
|
18734
|
-
var
|
|
18736
|
+
var ot = !0;
|
|
18735
18737
|
be.set(_, N), be.set(N, _);
|
|
18736
|
-
for (var Jt =
|
|
18738
|
+
for (var Jt = Le; ++yt < Ze; ) {
|
|
18737
18739
|
Qe = je[yt];
|
|
18738
18740
|
var Gt = _[Qe], ln = N[Qe];
|
|
18739
18741
|
if (ee)
|
|
18740
|
-
var Ri =
|
|
18742
|
+
var Ri = Le ? ee(ln, Gt, Qe, N, _, be) : ee(Gt, ln, Qe, _, N, be);
|
|
18741
18743
|
if (!(Ri === void 0 ? Gt === ln || Ne(Gt, ln, F, ee, be) : Ri)) {
|
|
18742
|
-
|
|
18744
|
+
ot = !1;
|
|
18743
18745
|
break;
|
|
18744
18746
|
}
|
|
18745
18747
|
Jt || (Jt = Qe == "constructor");
|
|
18746
18748
|
}
|
|
18747
|
-
if (
|
|
18749
|
+
if (ot && !Jt) {
|
|
18748
18750
|
var or = _.constructor, ar = N.constructor;
|
|
18749
|
-
or != ar && "constructor" in _ && "constructor" in N && !(typeof or == "function" && or instanceof or && typeof ar == "function" && ar instanceof ar) && (
|
|
18751
|
+
or != ar && "constructor" in _ && "constructor" in N && !(typeof or == "function" && or instanceof or && typeof ar == "function" && ar instanceof ar) && (ot = !1);
|
|
18750
18752
|
}
|
|
18751
|
-
return be.delete(_), be.delete(N),
|
|
18753
|
+
return be.delete(_), be.delete(N), ot;
|
|
18752
18754
|
}
|
|
18753
18755
|
function an(_) {
|
|
18754
18756
|
return Mn(_, Bn, Kr);
|
|
@@ -18762,7 +18764,7 @@ $r.exports;
|
|
|
18762
18764
|
return Fr(F) ? F : void 0;
|
|
18763
18765
|
}
|
|
18764
18766
|
function Kt(_) {
|
|
18765
|
-
var N =
|
|
18767
|
+
var N = De.call(_, lt), F = _[lt];
|
|
18766
18768
|
try {
|
|
18767
18769
|
_[lt] = void 0;
|
|
18768
18770
|
var ee = !0;
|
|
@@ -18829,7 +18831,7 @@ $r.exports;
|
|
|
18829
18831
|
var tr = Jn(function() {
|
|
18830
18832
|
return arguments;
|
|
18831
18833
|
}()) ? Jn : function(_) {
|
|
18832
|
-
return Bt(_) &&
|
|
18834
|
+
return Bt(_) && De.call(_, "callee") && !Pt.call(_, "callee");
|
|
18833
18835
|
}, mn = Array.isArray;
|
|
18834
18836
|
function Ln(_) {
|
|
18835
18837
|
return _ != null && Rn(_.length) && !nr(_);
|
|
@@ -18870,11 +18872,11 @@ var sa = $r.exports, Di = {}, ua = et && et.__importDefault || function(t) {
|
|
|
18870
18872
|
return t && t.__esModule ? t : { default: t };
|
|
18871
18873
|
};
|
|
18872
18874
|
Object.defineProperty(Di, "__esModule", { value: !0 });
|
|
18873
|
-
var
|
|
18875
|
+
var rh = ua(la), ih = ua(sa), _i;
|
|
18874
18876
|
(function(t) {
|
|
18875
18877
|
function n(r, s, l) {
|
|
18876
18878
|
r === void 0 && (r = {}), s === void 0 && (s = {}), typeof r != "object" && (r = {}), typeof s != "object" && (s = {});
|
|
18877
|
-
var c =
|
|
18879
|
+
var c = rh.default(s);
|
|
18878
18880
|
l || (c = Object.keys(c).reduce(function(h, d) {
|
|
18879
18881
|
return c[d] != null && (h[d] = c[d]), h;
|
|
18880
18882
|
}, {}));
|
|
@@ -18886,7 +18888,7 @@ var ih = ua(la), oh = ua(sa), _i;
|
|
|
18886
18888
|
function e(r, s) {
|
|
18887
18889
|
r === void 0 && (r = {}), s === void 0 && (s = {}), typeof r != "object" && (r = {}), typeof s != "object" && (s = {});
|
|
18888
18890
|
var l = Object.keys(r).concat(Object.keys(s)).reduce(function(c, f) {
|
|
18889
|
-
return
|
|
18891
|
+
return ih.default(r[f], s[f]) || (c[f] = s[f] === void 0 ? null : s[f]), c;
|
|
18890
18892
|
}, {});
|
|
18891
18893
|
return Object.keys(l).length > 0 ? l : void 0;
|
|
18892
18894
|
}
|
|
@@ -18917,7 +18919,7 @@ var ih = ua(la), oh = ua(sa), _i;
|
|
|
18917
18919
|
})(_i || (_i = {}));
|
|
18918
18920
|
Di.default = _i;
|
|
18919
18921
|
var cr = {}, fr = {}, wo;
|
|
18920
|
-
function
|
|
18922
|
+
function oh() {
|
|
18921
18923
|
if (wo)
|
|
18922
18924
|
return fr;
|
|
18923
18925
|
wo = 1;
|
|
@@ -18972,7 +18974,7 @@ function da() {
|
|
|
18972
18974
|
return i && i.__esModule ? i : { default: i };
|
|
18973
18975
|
};
|
|
18974
18976
|
Object.defineProperty(cr, "__esModule", { value: !0 });
|
|
18975
|
-
var n = t(
|
|
18977
|
+
var n = t(oh()), e;
|
|
18976
18978
|
return function(i) {
|
|
18977
18979
|
function o(s) {
|
|
18978
18980
|
return new n.default(s);
|
|
@@ -18986,7 +18988,7 @@ function da() {
|
|
|
18986
18988
|
}
|
|
18987
18989
|
var Wn = et && et.__importDefault || function(t) {
|
|
18988
18990
|
return t && t.__esModule ? t : { default: t };
|
|
18989
|
-
}, hr = Wn(
|
|
18991
|
+
}, hr = Wn(nh), ah = Wn(la), hi = Wn(sa), qn = Wn(Di), at = Wn(da()), lh = String.fromCharCode(0), sh = (
|
|
18990
18992
|
/** @class */
|
|
18991
18993
|
function() {
|
|
18992
18994
|
function t(n) {
|
|
@@ -19004,7 +19006,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19004
19006
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
19005
19007
|
}, t.prototype.push = function(n) {
|
|
19006
19008
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
19007
|
-
if (n =
|
|
19009
|
+
if (n = ah.default(n), typeof i == "object") {
|
|
19008
19010
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
19009
19011
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
19010
19012
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -19036,21 +19038,21 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19036
19038
|
return this.ops.reduce(n, e);
|
|
19037
19039
|
}, t.prototype.changeLength = function() {
|
|
19038
19040
|
return this.reduce(function(n, e) {
|
|
19039
|
-
return e.insert ? n +
|
|
19041
|
+
return e.insert ? n + at.default.length(e) : e.delete ? n - e.delete : n;
|
|
19040
19042
|
}, 0);
|
|
19041
19043
|
}, t.prototype.length = function() {
|
|
19042
19044
|
return this.reduce(function(n, e) {
|
|
19043
|
-
return n +
|
|
19045
|
+
return n + at.default.length(e);
|
|
19044
19046
|
}, 0);
|
|
19045
19047
|
}, t.prototype.slice = function(n, e) {
|
|
19046
19048
|
n === void 0 && (n = 0), e === void 0 && (e = 1 / 0);
|
|
19047
|
-
for (var i = [], o =
|
|
19049
|
+
for (var i = [], o = at.default.iterator(this.ops), r = 0; r < e && o.hasNext(); ) {
|
|
19048
19050
|
var s = void 0;
|
|
19049
|
-
r < n ? s = o.next(n - r) : (s = o.next(e - r), i.push(s)), r +=
|
|
19051
|
+
r < n ? s = o.next(n - r) : (s = o.next(e - r), i.push(s)), r += at.default.length(s);
|
|
19050
19052
|
}
|
|
19051
19053
|
return new t(i);
|
|
19052
19054
|
}, t.prototype.compose = function(n) {
|
|
19053
|
-
var e =
|
|
19055
|
+
var e = at.default.iterator(this.ops), i = at.default.iterator(n.ops), o = [], r = i.peek();
|
|
19054
19056
|
if (r != null && typeof r.retain == "number" && r.attributes == null) {
|
|
19055
19057
|
for (var s = r.retain; e.peekType() === "insert" && e.peekLength() <= s; )
|
|
19056
19058
|
s -= e.peekLength(), o.push(e.next());
|
|
@@ -19084,11 +19086,11 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19084
19086
|
var i = [this, n].map(function(c) {
|
|
19085
19087
|
return c.map(function(f) {
|
|
19086
19088
|
if (f.insert != null)
|
|
19087
|
-
return typeof f.insert == "string" ? f.insert :
|
|
19089
|
+
return typeof f.insert == "string" ? f.insert : lh;
|
|
19088
19090
|
var h = c === n ? "on" : "with";
|
|
19089
19091
|
throw new Error("diff() called " + h + " non-document");
|
|
19090
19092
|
}).join("");
|
|
19091
|
-
}), o = new t(), r = hr.default(i[0], i[1], e), s =
|
|
19093
|
+
}), o = new t(), r = hr.default(i[0], i[1], e), s = at.default.iterator(this.ops), l = at.default.iterator(n.ops);
|
|
19092
19094
|
return r.forEach(function(c) {
|
|
19093
19095
|
for (var f = c[1].length; f > 0; ) {
|
|
19094
19096
|
var h = 0;
|
|
@@ -19111,10 +19113,10 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19111
19113
|
}, t.prototype.eachLine = function(n, e) {
|
|
19112
19114
|
e === void 0 && (e = `
|
|
19113
19115
|
`);
|
|
19114
|
-
for (var i =
|
|
19116
|
+
for (var i = at.default.iterator(this.ops), o = new t(), r = 0; i.hasNext(); ) {
|
|
19115
19117
|
if (i.peekType() !== "insert")
|
|
19116
19118
|
return;
|
|
19117
|
-
var s = i.peek(), l =
|
|
19119
|
+
var s = i.peek(), l = at.default.length(s) - i.peekLength(), c = typeof s.insert == "string" ? s.insert.indexOf(e, l) - l : -1;
|
|
19118
19120
|
if (c < 0)
|
|
19119
19121
|
o.push(i.next());
|
|
19120
19122
|
else if (c > 0)
|
|
@@ -19130,14 +19132,14 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19130
19132
|
var e = new t();
|
|
19131
19133
|
return this.reduce(function(i, o) {
|
|
19132
19134
|
if (o.insert)
|
|
19133
|
-
e.delete(
|
|
19135
|
+
e.delete(at.default.length(o));
|
|
19134
19136
|
else {
|
|
19135
19137
|
if (o.retain && o.attributes == null)
|
|
19136
19138
|
return e.retain(o.retain), i + o.retain;
|
|
19137
19139
|
if (o.delete || o.retain && o.attributes) {
|
|
19138
19140
|
var r = o.delete || o.retain, s = n.slice(i, i + r);
|
|
19139
19141
|
return s.forEach(function(l) {
|
|
19140
|
-
o.delete ? e.push(l) : o.retain && o.attributes && e.retain(
|
|
19142
|
+
o.delete ? e.push(l) : o.retain && o.attributes && e.retain(at.default.length(l), qn.default.invert(o.attributes, l.attributes));
|
|
19141
19143
|
}), i + r;
|
|
19142
19144
|
}
|
|
19143
19145
|
}
|
|
@@ -19146,9 +19148,9 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19146
19148
|
}, t.prototype.transform = function(n, e) {
|
|
19147
19149
|
if (e === void 0 && (e = !1), e = !!e, typeof n == "number")
|
|
19148
19150
|
return this.transformPosition(n, e);
|
|
19149
|
-
for (var i = n, o =
|
|
19151
|
+
for (var i = n, o = at.default.iterator(this.ops), r = at.default.iterator(i.ops), s = new t(); o.hasNext() || r.hasNext(); )
|
|
19150
19152
|
if (o.peekType() === "insert" && (e || r.peekType() !== "insert"))
|
|
19151
|
-
s.retain(
|
|
19153
|
+
s.retain(at.default.length(o.next()));
|
|
19152
19154
|
else if (r.peekType() === "insert")
|
|
19153
19155
|
s.push(r.next());
|
|
19154
19156
|
else {
|
|
@@ -19160,7 +19162,7 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19160
19162
|
return s.chop();
|
|
19161
19163
|
}, t.prototype.transformPosition = function(n, e) {
|
|
19162
19164
|
e === void 0 && (e = !1), e = !!e;
|
|
19163
|
-
for (var i =
|
|
19165
|
+
for (var i = at.default.iterator(this.ops), o = 0; i.hasNext() && o <= n; ) {
|
|
19164
19166
|
var r = i.peekLength(), s = i.peekType();
|
|
19165
19167
|
if (i.next(), s === "delete") {
|
|
19166
19168
|
n -= Math.min(r, n - o);
|
|
@@ -19170,10 +19172,10 @@ var Wn = et && et.__importDefault || function(t) {
|
|
|
19170
19172
|
o += r;
|
|
19171
19173
|
}
|
|
19172
19174
|
return n;
|
|
19173
|
-
}, t.Op =
|
|
19175
|
+
}, t.Op = at.default, t.AttributeMap = qn.default, t;
|
|
19174
19176
|
}()
|
|
19175
|
-
),
|
|
19176
|
-
const
|
|
19177
|
+
), uh = sh;
|
|
19178
|
+
const dh = /* @__PURE__ */ Er(uh);
|
|
19177
19179
|
/*!
|
|
19178
19180
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
19179
19181
|
* https://vueup.github.io/vue-quill/
|
|
@@ -19215,7 +19217,7 @@ const ko = {
|
|
|
19215
19217
|
["clean"]
|
|
19216
19218
|
// remove formatting button
|
|
19217
19219
|
]
|
|
19218
|
-
},
|
|
19220
|
+
}, ch = ha({
|
|
19219
19221
|
name: "QuillEditor",
|
|
19220
19222
|
inheritAttrs: !1,
|
|
19221
19223
|
props: {
|
|
@@ -19354,7 +19356,7 @@ const ko = {
|
|
|
19354
19356
|
make sure to call this method when the editor ready
|
|
19355
19357
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19356
19358
|
}, m = (O, k) => t.contentType === "html" ? T() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19357
|
-
const x = O || (t.contentType === "delta" ? new
|
|
19359
|
+
const x = O || (t.contentType === "delta" ? new dh() : "");
|
|
19358
19360
|
t.contentType === "html" ? E(x) : t.contentType === "text" ? w(x, k) : e == null || e.setContents(x, k), f = l(x);
|
|
19359
19361
|
}, p = (O, k) => {
|
|
19360
19362
|
var x;
|
|
@@ -19407,10 +19409,10 @@ const ko = {
|
|
|
19407
19409
|
ma("div", { ref: "editor", ...this.$attrs })
|
|
19408
19410
|
];
|
|
19409
19411
|
}
|
|
19410
|
-
}),
|
|
19411
|
-
class Ar extends
|
|
19412
|
+
}), fh = qt.import("formats/list"), hh = qt.import("formats/list/item"), ph = qt.import("parchment");
|
|
19413
|
+
class Ar extends hh {
|
|
19412
19414
|
format(n, e) {
|
|
19413
|
-
n === fn.blotName && !e ? this.replaceWith(
|
|
19415
|
+
n === fn.blotName && !e ? this.replaceWith(ph.create(this.statics.scope)) : super.format(n, e);
|
|
19414
19416
|
}
|
|
19415
19417
|
clone() {
|
|
19416
19418
|
const n = super.clone();
|
|
@@ -19419,7 +19421,7 @@ class Ar extends ph {
|
|
|
19419
19421
|
}
|
|
19420
19422
|
Ar.blotName = "alphabet-list-item";
|
|
19421
19423
|
Ar.tagName = "LI";
|
|
19422
|
-
class fn extends
|
|
19424
|
+
class fn extends fh {
|
|
19423
19425
|
static create() {
|
|
19424
19426
|
const n = super.create("bullet");
|
|
19425
19427
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19433,36 +19435,36 @@ fn.tagName = "OL";
|
|
|
19433
19435
|
fn.className = "alphabet-list";
|
|
19434
19436
|
fn.defaultChild = "alphabet-list-item";
|
|
19435
19437
|
fn.allowedChildren = [Ar];
|
|
19436
|
-
const
|
|
19438
|
+
const gh = `
|
|
19437
19439
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19438
19440
|
<path d="M6.31836 14.9023V5.09961H9.88672C10.9805 5.09961 11.8213 5.30013 12.4092 5.70117C12.9971 6.10221 13.291 6.66732 13.291 7.39648C13.291 7.92513 13.111 8.3877 12.751 8.78418C12.3955 9.18066 11.9398 9.45638 11.3838 9.61133V9.63867C12.0811 9.72526 12.637 9.98275 13.0518 10.4111C13.471 10.8395 13.6807 11.3613 13.6807 11.9766C13.6807 12.8743 13.3594 13.5876 12.7168 14.1162C12.0742 14.6403 11.1969 14.9023 10.085 14.9023H6.31836ZM8.52637 6.72656V9.05078H9.49707C9.9528 9.05078 10.3105 8.94141 10.5703 8.72266C10.8346 8.49935 10.9668 8.19401 10.9668 7.80664C10.9668 7.08659 10.429 6.72656 9.35352 6.72656H8.52637ZM8.52637 10.6914V13.2754H9.72266C10.2331 13.2754 10.6318 13.1569 10.9189 12.9199C11.2106 12.6829 11.3564 12.3594 11.3564 11.9492C11.3564 11.5573 11.2129 11.2497 10.9258 11.0264C10.6432 10.8031 10.2467 10.6914 9.73633 10.6914H8.52637Z" class="fill" fill="#1A1A1A"/>
|
|
19439
19441
|
</svg>
|
|
19440
|
-
`,
|
|
19442
|
+
`, mh = `
|
|
19441
19443
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19442
19444
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19443
19445
|
</svg>
|
|
19444
|
-
`,
|
|
19446
|
+
`, vh = `
|
|
19445
19447
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19446
19448
|
<path d="M13.6475 10.7197C13.6475 13.4723 12.4056 14.8486 9.92188 14.8486C7.54297 14.8486 6.35352 13.5247 6.35352 10.877V4.88184H7.50195V10.8018C7.50195 12.8115 8.34961 13.8164 10.0449 13.8164C11.681 13.8164 12.499 12.8457 12.499 10.9043V4.88184H13.6475V10.7197Z" class="fill" fill="#1A1A1A"/>
|
|
19447
19449
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19448
19450
|
</svg>
|
|
19449
|
-
`,
|
|
19451
|
+
`, yh = `
|
|
19450
19452
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19451
19453
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19452
19454
|
<path d="M12.9158 5.33398H8.83776C8.25237 5.33398 6.03696 5.3923 6.50351 7.9583" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19453
19455
|
<path d="M6.43941 14.6624H10.5174C11.1028 14.6624 14.0882 14.953 12.3364 10.2886" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19454
19456
|
</svg>
|
|
19455
|
-
`,
|
|
19457
|
+
`, bh = `
|
|
19456
19458
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19457
19459
|
<path d="M6.5 11H4.5C3.70435 11 2.94129 10.6839 2.37868 10.1213C1.81607 9.55871 1.5 8.79565 1.5 8C1.5 7.20435 1.81607 6.44129 2.37868 5.87868C2.94129 5.31607 3.70435 5 4.5 5H6.5M9.5 5H11.5C12.2956 5 13.0587 5.31607 13.6213 5.87868C14.1839 6.44129 14.5 7.20435 14.5 8C14.5 8.79565 14.1839 9.55871 13.6213 10.1213C13.0587 10.6839 12.2956 11 11.5 11H9.5M5.10281 8H10.9597" class="stroke" stroke="#1A1A1A" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19458
19460
|
</svg>
|
|
19459
19461
|
|
|
19460
|
-
`,
|
|
19462
|
+
`, _h = `
|
|
19461
19463
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19462
19464
|
<path d="M5 11.5L1 8L5 4.5M11 11.5L15 8L11 4.5M9.5 3L6.5 13" class="stroke" stroke="#1A1A1A" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19463
19465
|
</svg>
|
|
19464
19466
|
|
|
19465
|
-
`,
|
|
19467
|
+
`, $h = `
|
|
19466
19468
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19467
19469
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19468
19470
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19470,14 +19472,14 @@ const mh = `
|
|
|
19470
19472
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19471
19473
|
</svg>
|
|
19472
19474
|
|
|
19473
|
-
`,
|
|
19475
|
+
`, wh = `
|
|
19474
19476
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19475
19477
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19476
19478
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19477
19479
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19478
19480
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19479
19481
|
</svg>
|
|
19480
|
-
`,
|
|
19482
|
+
`, Oh = `
|
|
19481
19483
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19482
19484
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19483
19485
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19485,14 +19487,14 @@ const mh = `
|
|
|
19485
19487
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19486
19488
|
</svg>
|
|
19487
19489
|
|
|
19488
|
-
`,
|
|
19490
|
+
`, kh = `
|
|
19489
19491
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19490
19492
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19491
19493
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19492
19494
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19493
19495
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19494
19496
|
</svg>
|
|
19495
|
-
`,
|
|
19497
|
+
`, Ch = `
|
|
19496
19498
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19497
19499
|
<path d="M3.625 3.63672V6.5H3.00977V4.33203C2.97591 4.36198 2.93555 4.39062 2.88867 4.41797C2.8431 4.44401 2.79427 4.4681 2.74219 4.49023C2.6901 4.51107 2.63607 4.5293 2.58008 4.54492C2.52409 4.55924 2.46875 4.56966 2.41406 4.57617V4.05664C2.57422 4.00977 2.72526 3.94987 2.86719 3.87695C3.00911 3.80404 3.13737 3.72396 3.25195 3.63672H3.625Z" class="fill" fill="#1A1A1A"/>
|
|
19498
19500
|
<path d="M2.83789 10.9883H4.02539V11.5H2.16211V11.2891C2.16211 11.1458 2.1862 11.0176 2.23438 10.9043C2.28255 10.7897 2.3431 10.6875 2.41602 10.5977C2.48893 10.5065 2.56836 10.4264 2.6543 10.3574C2.74154 10.2871 2.82422 10.224 2.90234 10.168C2.98438 10.1094 3.05599 10.0534 3.11719 10C3.17969 9.94661 3.23177 9.89388 3.27344 9.8418C3.31641 9.78841 3.34831 9.73503 3.36914 9.68164C3.38997 9.62695 3.40039 9.56901 3.40039 9.50781C3.40039 9.38802 3.36654 9.29753 3.29883 9.23633C3.23112 9.17513 3.1276 9.14453 2.98828 9.14453C2.7474 9.14453 2.51693 9.24023 2.29688 9.43164V8.88867C2.54036 8.73112 2.8151 8.65234 3.12109 8.65234C3.26302 8.65234 3.38997 8.67122 3.50195 8.70898C3.61523 8.74544 3.71094 8.79818 3.78906 8.86719C3.86719 8.9362 3.92643 9.02018 3.9668 9.11914C4.00846 9.2168 4.0293 9.32617 4.0293 9.44727C4.0293 9.57617 4.00911 9.69076 3.96875 9.79102C3.92969 9.89128 3.87695 9.98242 3.81055 10.0645C3.74544 10.1465 3.66992 10.222 3.58398 10.291C3.49805 10.3587 3.40885 10.4245 3.31641 10.4883C3.25391 10.5326 3.19336 10.5768 3.13477 10.6211C3.07747 10.6641 3.02669 10.707 2.98242 10.75C2.93815 10.7917 2.90299 10.8327 2.87695 10.873C2.85091 10.9134 2.83789 10.9518 2.83789 10.9883Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19501,7 +19503,7 @@ const mh = `
|
|
|
19501
19503
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19502
19504
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19503
19505
|
</svg>
|
|
19504
|
-
`,
|
|
19506
|
+
`, Eh = `
|
|
19505
19507
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19506
19508
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19507
19509
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19510,7 +19512,7 @@ const mh = `
|
|
|
19510
19512
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19511
19513
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19512
19514
|
</svg>
|
|
19513
|
-
`,
|
|
19515
|
+
`, Sh = `
|
|
19514
19516
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19515
19517
|
<path d="M3.92383 6.5H3.33984V6.21289H3.33203C3.19792 6.43685 2.99935 6.54883 2.73633 6.54883C2.54232 6.54883 2.38932 6.49414 2.27734 6.38477C2.16667 6.27409 2.11133 6.12695 2.11133 5.94336C2.11133 5.55534 2.34115 5.33138 2.80078 5.27148L3.34375 5.19922C3.34375 4.98047 3.22526 4.87109 2.98828 4.87109C2.75 4.87109 2.52344 4.94206 2.30859 5.08398V4.61914C2.39453 4.57487 2.51172 4.53581 2.66016 4.50195C2.8099 4.4681 2.94596 4.45117 3.06836 4.45117C3.63867 4.45117 3.92383 4.73568 3.92383 5.30469V6.5ZM3.34375 5.6875V5.55273L2.98047 5.59961C2.77995 5.62565 2.67969 5.71615 2.67969 5.87109C2.67969 5.94141 2.70378 5.99935 2.75195 6.04492C2.80143 6.08919 2.86784 6.11133 2.95117 6.11133C3.06706 6.11133 3.16146 6.07161 3.23438 5.99219C3.30729 5.91146 3.34375 5.8099 3.34375 5.6875Z" class="fill" fill="#1A1A1A"/>
|
|
19516
19518
|
<path d="M2.88477 11.2676H2.87695V11.5H2.25977V8.53906H2.87695V9.80078H2.88477C3.03711 9.56771 3.25391 9.45117 3.53516 9.45117C3.79297 9.45117 3.99154 9.53971 4.13086 9.7168C4.27018 9.89388 4.33984 10.1361 4.33984 10.4434C4.33984 10.7767 4.25846 11.0443 4.0957 11.2461C3.93294 11.4479 3.71549 11.5488 3.44336 11.5488C3.19727 11.5488 3.01107 11.4551 2.88477 11.2676ZM2.86719 10.4238V10.6289C2.86719 10.7578 2.9043 10.8646 2.97852 10.9492C3.05273 11.0339 3.14779 11.0762 3.26367 11.0762C3.4043 11.0762 3.51302 11.0221 3.58984 10.9141C3.66797 10.8047 3.70703 10.6504 3.70703 10.4512C3.70703 10.2858 3.67122 10.1569 3.59961 10.0645C3.5293 9.9707 3.42839 9.92383 3.29688 9.92383C3.17318 9.92383 3.07031 9.97005 2.98828 10.0625C2.90755 10.1549 2.86719 10.2754 2.86719 10.4238Z" class="fill" fill="#1A1A1A"/>
|
|
@@ -19521,26 +19523,26 @@ const mh = `
|
|
|
19521
19523
|
</svg>
|
|
19522
19524
|
`;
|
|
19523
19525
|
const $t = qt.import("ui/icons");
|
|
19524
|
-
$t.bold =
|
|
19525
|
-
$t.italic =
|
|
19526
|
-
$t.underline =
|
|
19527
|
-
$t.strike =
|
|
19528
|
-
$t["code-block"] =
|
|
19529
|
-
$t.link =
|
|
19530
|
-
$t.align[""] =
|
|
19531
|
-
$t.align.center =
|
|
19532
|
-
$t.align.right =
|
|
19533
|
-
$t.align.justify =
|
|
19534
|
-
$t.list.ordered =
|
|
19535
|
-
$t.list.bullet =
|
|
19536
|
-
$t["alphabet-list"] =
|
|
19526
|
+
$t.bold = gh;
|
|
19527
|
+
$t.italic = mh;
|
|
19528
|
+
$t.underline = vh;
|
|
19529
|
+
$t.strike = yh;
|
|
19530
|
+
$t["code-block"] = _h;
|
|
19531
|
+
$t.link = bh;
|
|
19532
|
+
$t.align[""] = $h;
|
|
19533
|
+
$t.align.center = wh;
|
|
19534
|
+
$t.align.right = Oh;
|
|
19535
|
+
$t.align.justify = kh;
|
|
19536
|
+
$t.list.ordered = Ch;
|
|
19537
|
+
$t.list.bullet = Eh;
|
|
19538
|
+
$t["alphabet-list"] = Sh;
|
|
19537
19539
|
qt.register({
|
|
19538
19540
|
"formats/alphabet-list": fn,
|
|
19539
19541
|
"formats/alphabet-list/item": Ar
|
|
19540
19542
|
});
|
|
19541
19543
|
qt.register($t);
|
|
19542
19544
|
qt.debug("error");
|
|
19543
|
-
const
|
|
19545
|
+
const Th = {
|
|
19544
19546
|
name: "IbTextEditor",
|
|
19545
19547
|
props: {
|
|
19546
19548
|
placeholder: {
|
|
@@ -19644,20 +19646,20 @@ const xh = {
|
|
|
19644
19646
|
}
|
|
19645
19647
|
},
|
|
19646
19648
|
components: {
|
|
19647
|
-
QuillEditor:
|
|
19649
|
+
QuillEditor: ch,
|
|
19648
19650
|
IbIconButton: Nt,
|
|
19649
19651
|
IbAlert: cn,
|
|
19650
19652
|
IbCharacterCount: Vo
|
|
19651
19653
|
}
|
|
19652
|
-
},
|
|
19654
|
+
}, xh = {
|
|
19653
19655
|
id: "toolbar",
|
|
19654
19656
|
class: "toolbar",
|
|
19655
19657
|
ref: "toolbar"
|
|
19656
|
-
},
|
|
19658
|
+
}, Ah = /* @__PURE__ */ va('<div class="toolbar-group header-toolbar-group"><select class="ql-header"><option value="1"></option><option value="2"></option><option value="3"></option><option value="4"></option><option value="5"></option><option value="6"></option><option selected></option></select></div>', 1), Nh = { class: "toolbar-group" }, Ih = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19657
19659
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19658
19660
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19659
|
-
], -1),
|
|
19660
|
-
function
|
|
19661
|
+
], -1), Ph = { class: "toolbar-group" }, Mh = { class: "toolbar-group" }, Dh = { class: "toolbar-group" };
|
|
19662
|
+
function Lh(t, n, e, i, o, r) {
|
|
19661
19663
|
const s = fe("ib-character-count"), l = fe("ib-alert"), c = fe("QuillEditor"), f = fe("ib-icon-button");
|
|
19662
19664
|
return G(), ne("div", {
|
|
19663
19665
|
class: ve(["textarea-wrapper", {
|
|
@@ -19680,7 +19682,7 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19680
19682
|
]),
|
|
19681
19683
|
_: 1
|
|
19682
19684
|
})) : he("", !0),
|
|
19683
|
-
|
|
19685
|
+
Re(ge(l, { class: "error-message" }, {
|
|
19684
19686
|
default: ye(() => [
|
|
19685
19687
|
Ge($e(e.characterLimitErrorMessage), 1)
|
|
19686
19688
|
]),
|
|
@@ -19709,9 +19711,9 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19709
19711
|
modules: e.modules
|
|
19710
19712
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19711
19713
|
], 4),
|
|
19712
|
-
ae("div",
|
|
19713
|
-
|
|
19714
|
-
ae("div",
|
|
19714
|
+
ae("div", xh, [
|
|
19715
|
+
Ah,
|
|
19716
|
+
ae("div", Nh, [
|
|
19715
19717
|
ge(f, {
|
|
19716
19718
|
class: "toolbar-item ql-bold",
|
|
19717
19719
|
kind: "ghost"
|
|
@@ -19729,8 +19731,8 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19729
19731
|
kind: "ghost"
|
|
19730
19732
|
})
|
|
19731
19733
|
]),
|
|
19732
|
-
|
|
19733
|
-
ae("div",
|
|
19734
|
+
Ih,
|
|
19735
|
+
ae("div", Ph, [
|
|
19734
19736
|
ge(f, {
|
|
19735
19737
|
class: "toolbar-item ql-code-block",
|
|
19736
19738
|
kind: "ghost"
|
|
@@ -19740,7 +19742,7 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19740
19742
|
kind: "ghost"
|
|
19741
19743
|
})
|
|
19742
19744
|
]),
|
|
19743
|
-
ae("div",
|
|
19745
|
+
ae("div", Mh, [
|
|
19744
19746
|
ge(f, {
|
|
19745
19747
|
class: "toolbar-item ql-align",
|
|
19746
19748
|
kind: "ghost"
|
|
@@ -19761,7 +19763,7 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19761
19763
|
kind: "ghost"
|
|
19762
19764
|
})
|
|
19763
19765
|
]),
|
|
19764
|
-
ae("div",
|
|
19766
|
+
ae("div", Dh, [
|
|
19765
19767
|
ge(f, {
|
|
19766
19768
|
class: "ql-list toolbar-item",
|
|
19767
19769
|
value: "ordered",
|
|
@@ -19781,18 +19783,18 @@ function Rh(t, n, e, i, o, r) {
|
|
|
19781
19783
|
], 2)
|
|
19782
19784
|
], 2);
|
|
19783
19785
|
}
|
|
19784
|
-
const
|
|
19785
|
-
const
|
|
19786
|
+
const b1 = /* @__PURE__ */ Ae(Th, [["render", Lh]]);
|
|
19787
|
+
const Rh = {
|
|
19786
19788
|
name: "IbTable",
|
|
19787
19789
|
computed: {
|
|
19788
19790
|
hasThead() {
|
|
19789
19791
|
return !!this.$slots.thead;
|
|
19790
19792
|
}
|
|
19791
19793
|
}
|
|
19792
|
-
},
|
|
19793
|
-
function
|
|
19794
|
-
return G(), ne("div",
|
|
19795
|
-
ae("table",
|
|
19794
|
+
}, Bh = { class: "ib-table-wrapper" }, jh = { class: "ib-table" };
|
|
19795
|
+
function qh(t, n, e, i, o, r) {
|
|
19796
|
+
return G(), ne("div", Bh, [
|
|
19797
|
+
ae("table", jh, [
|
|
19796
19798
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19797
19799
|
ae("tbody", null, [
|
|
19798
19800
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19800,17 +19802,17 @@ function Fh(t, n, e, i, o, r) {
|
|
|
19800
19802
|
])
|
|
19801
19803
|
]);
|
|
19802
19804
|
}
|
|
19803
|
-
const
|
|
19804
|
-
const
|
|
19805
|
+
const _1 = /* @__PURE__ */ Ae(Rh, [["render", qh], ["__scopeId", "data-v-5dceb760"]]);
|
|
19806
|
+
const Fh = {
|
|
19805
19807
|
name: "IbRow"
|
|
19806
|
-
},
|
|
19807
|
-
function
|
|
19808
|
-
return G(), ne("tr",
|
|
19808
|
+
}, Hh = { class: "ib-tr" };
|
|
19809
|
+
function Vh(t, n, e, i, o, r) {
|
|
19810
|
+
return G(), ne("tr", Hh, [
|
|
19809
19811
|
Te(t.$slots, "default", { ref: "row" })
|
|
19810
19812
|
]);
|
|
19811
19813
|
}
|
|
19812
|
-
const
|
|
19813
|
-
const
|
|
19814
|
+
const $1 = /* @__PURE__ */ Ae(Fh, [["render", Vh]]);
|
|
19815
|
+
const Uh = {
|
|
19814
19816
|
name: "IbCell",
|
|
19815
19817
|
props: {
|
|
19816
19818
|
fixed: {
|
|
@@ -19832,19 +19834,19 @@ const zh = {
|
|
|
19832
19834
|
this.attr.style || (this.attr.style = {}), this.attr.style.minWidth = `${t.width}px`, this.attr.style.left = `${t.left - n.left}px`, this.attr.class += " fixed";
|
|
19833
19835
|
}
|
|
19834
19836
|
}
|
|
19835
|
-
},
|
|
19836
|
-
function
|
|
19837
|
+
}, zh = { class: "cell" };
|
|
19838
|
+
function Kh(t, n, e, i, o, r) {
|
|
19837
19839
|
return G(), ne("td", Et({
|
|
19838
19840
|
onResize: n[0] || (n[0] = (...s) => r.freezeCol && r.freezeCol(...s)),
|
|
19839
19841
|
class: "ib-cell"
|
|
19840
19842
|
}, this.attr), [
|
|
19841
|
-
ae("div",
|
|
19843
|
+
ae("div", zh, [
|
|
19842
19844
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19843
19845
|
])
|
|
19844
19846
|
], 16);
|
|
19845
19847
|
}
|
|
19846
|
-
const
|
|
19847
|
-
const
|
|
19848
|
+
const Gh = /* @__PURE__ */ Ae(Uh, [["render", Kh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19849
|
+
const Yh = {
|
|
19848
19850
|
name: "IbCheckboxCell",
|
|
19849
19851
|
props: {
|
|
19850
19852
|
isChecked: {
|
|
@@ -19857,11 +19859,11 @@ const Wh = {
|
|
|
19857
19859
|
}
|
|
19858
19860
|
},
|
|
19859
19861
|
components: {
|
|
19860
|
-
IbCell:
|
|
19862
|
+
IbCell: Gh,
|
|
19861
19863
|
IbCheckbox: jo
|
|
19862
19864
|
}
|
|
19863
19865
|
};
|
|
19864
|
-
function
|
|
19866
|
+
function Wh(t, n, e, i, o, r) {
|
|
19865
19867
|
const s = fe("ib-checkbox"), l = fe("ib-cell");
|
|
19866
19868
|
return G(), ke(l, {
|
|
19867
19869
|
fixed: e.fixed,
|
|
@@ -19873,7 +19875,7 @@ function Zh(t, n, e, i, o, r) {
|
|
|
19873
19875
|
_: 1
|
|
19874
19876
|
}, 8, ["fixed"]);
|
|
19875
19877
|
}
|
|
19876
|
-
const
|
|
19878
|
+
const w1 = /* @__PURE__ */ Ae(Yh, [["render", Wh]]), Li = new Lo(), Co = (t, n) => {
|
|
19877
19879
|
if (qo(t)) {
|
|
19878
19880
|
const e = {
|
|
19879
19881
|
title: n.value.title || "",
|
|
@@ -19883,7 +19885,7 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Li = new Lo(), Co = (t, n)
|
|
|
19883
19885
|
}
|
|
19884
19886
|
}, Eo = () => {
|
|
19885
19887
|
Li.destroyTooltip();
|
|
19886
|
-
},
|
|
19888
|
+
}, O1 = {
|
|
19887
19889
|
mounted(t, n) {
|
|
19888
19890
|
t.addEventListener("mouseenter", () => Co(t, n)), t.addEventListener("mouseleave", Eo);
|
|
19889
19891
|
},
|
|
@@ -19892,51 +19894,51 @@ const O1 = /* @__PURE__ */ Ae(Wh, [["render", Zh]]), Li = new Lo(), Co = (t, n)
|
|
|
19892
19894
|
}
|
|
19893
19895
|
};
|
|
19894
19896
|
export {
|
|
19895
|
-
|
|
19897
|
+
Jh as IbAccordion,
|
|
19896
19898
|
cn as IbAlert,
|
|
19897
|
-
|
|
19898
|
-
|
|
19899
|
-
|
|
19899
|
+
Xh as IbAvatar,
|
|
19900
|
+
Qh as IbBadge,
|
|
19901
|
+
s1 as IbBreadcrumbs,
|
|
19900
19902
|
Ia as IbButton,
|
|
19901
|
-
|
|
19902
|
-
|
|
19903
|
+
e1 as IbButtonGroup,
|
|
19904
|
+
Gh as IbCell,
|
|
19903
19905
|
jo as IbCheckbox,
|
|
19904
|
-
|
|
19905
|
-
|
|
19906
|
-
|
|
19906
|
+
w1 as IbCheckboxCell,
|
|
19907
|
+
p1 as IbCheckboxGroup,
|
|
19908
|
+
v1 as IbDatePicker,
|
|
19907
19909
|
Ci as IbDropdown,
|
|
19908
19910
|
Mo as IbDropdownItem,
|
|
19909
19911
|
Si as IbDropdownList,
|
|
19910
|
-
|
|
19912
|
+
h1 as IbFormGroup,
|
|
19911
19913
|
Xe as IbIcon,
|
|
19912
19914
|
Nt as IbIconButton,
|
|
19913
19915
|
Bo as IbInput,
|
|
19914
19916
|
Cr as IbLabel,
|
|
19915
|
-
|
|
19916
|
-
|
|
19917
|
-
|
|
19918
|
-
|
|
19919
|
-
|
|
19917
|
+
gu as IbLimitSelector,
|
|
19918
|
+
i1 as IbModal,
|
|
19919
|
+
u1 as IbPagination,
|
|
19920
|
+
f1 as IbPanel,
|
|
19921
|
+
y1 as IbPhoneInput,
|
|
19920
19922
|
Da as IbPopover,
|
|
19921
|
-
|
|
19922
|
-
|
|
19923
|
-
|
|
19924
|
-
|
|
19925
|
-
|
|
19926
|
-
|
|
19927
|
-
|
|
19928
|
-
|
|
19923
|
+
d1 as IbProgressBar,
|
|
19924
|
+
g1 as IbRadio,
|
|
19925
|
+
$1 as IbRow,
|
|
19926
|
+
l1 as IbSorting,
|
|
19927
|
+
n1 as IbSplitButton,
|
|
19928
|
+
r1 as IbSplitButtonItem,
|
|
19929
|
+
c1 as IbStatusIndicator,
|
|
19930
|
+
a1 as IbTab,
|
|
19929
19931
|
Jl as IbTabDropdown,
|
|
19930
|
-
|
|
19931
|
-
|
|
19932
|
-
|
|
19933
|
-
|
|
19934
|
-
|
|
19932
|
+
_1 as IbTable,
|
|
19933
|
+
o1 as IbTabs,
|
|
19934
|
+
t1 as IbTagPill,
|
|
19935
|
+
b1 as IbTextEditor,
|
|
19936
|
+
m1 as IbTextarea,
|
|
19935
19937
|
Ws as IbToggle,
|
|
19936
19938
|
cl as IbToggleTip,
|
|
19937
19939
|
kn as IbTooltip,
|
|
19938
|
-
|
|
19940
|
+
cu as IbTreeSelect,
|
|
19939
19941
|
ki as OutsideDirective,
|
|
19940
|
-
|
|
19942
|
+
O1 as TextOverflowTooltipDirective,
|
|
19941
19943
|
Ro as TooltipDirective
|
|
19942
19944
|
};
|