@avakhula/ui 0.0.149 → 0.0.151
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 +527 -509
- package/dist/index.umd.cjs +33 -33
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +22 -16
- package/src/components/Form/Input/Input.vue +4 -0
- package/src/components/Form/Label/Label.vue +28 -1
- package/src/components/Pagination/pagination.scss +8 -14
- package/src/components/Popover/Popover.vue +3 -1
- package/.cache/storybook/dev-server/a5a8bf6e622aef57065c6498611f40c911543d7d-3920d97c51b8ad2521918fb1205babd22b0ed3d7 +0 -1
- package/.cache/storybook/dev-server/a5a8bf6e622aef57065c6498611f40c911543d7d-43fdebe5fc35e4e9fabee9a83c7faea931b05ea0 +0 -1
- package/.cache/storybook/dev-server/a5a8bf6e622aef57065c6498611f40c911543d7d-64f3ef45467d4722d7a1f900d5dd06071eac4f63 +0 -1
- package/.cache/storybook/dev-server/a5a8bf6e622aef57065c6498611f40c911543d7d-d227207cad914a4f490b34ea9dfafe6ab1e6a0ab +0 -1
- package/.cache/storybook/dev-server/a5a8bf6e622aef57065c6498611f40c911543d7d-f086b87885981c04ce7a583ff90a49313de83de7 +0 -1
package/dist/index.js
CHANGED
|
@@ -116,7 +116,7 @@ function $a(t, n, e, i, o, r) {
|
|
|
116
116
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
117
117
|
], 2);
|
|
118
118
|
}
|
|
119
|
-
const
|
|
119
|
+
const Vh = /* @__PURE__ */ Ae(ba, [["render", $a], ["__scopeId", "data-v-e0e1eb8e"]]), sn = {
|
|
120
120
|
primary: "primary",
|
|
121
121
|
secondary: "secondary",
|
|
122
122
|
tertiary: "tertiary",
|
|
@@ -288,7 +288,7 @@ const Aa = {
|
|
|
288
288
|
},
|
|
289
289
|
mounted() {
|
|
290
290
|
this.$nextTick(() => {
|
|
291
|
-
this.parentNode = this.$el.parentNode, getComputedStyle(this.parentNode).position !== "absolute" && (this.parentNode.style.position = "relative"),
|
|
291
|
+
this.parentNode = this.$el.parentNode, this.parentNode && (getComputedStyle(this.parentNode).position !== "absolute" && (this.parentNode.style.position = "relative"), this.alwaysVisible || (this.parentNode.addEventListener("focus", this.showPopover, !0), this.parentNode.addEventListener("blur", this.hidePopover, !0), this.parentNode.addEventListener("mouseover", this.showPopover, !0), this.parentNode.addEventListener("mouseleave", this.hidePopover, !0)));
|
|
292
292
|
});
|
|
293
293
|
},
|
|
294
294
|
methods: {
|
|
@@ -323,7 +323,7 @@ function Na(t, n, e, i, o, r) {
|
|
|
323
323
|
_: 3
|
|
324
324
|
});
|
|
325
325
|
}
|
|
326
|
-
const Ia = /* @__PURE__ */ Ae(Aa, [["render", Na], ["__scopeId", "data-v-
|
|
326
|
+
const Ia = /* @__PURE__ */ Ae(Aa, [["render", Na], ["__scopeId", "data-v-4e7c6f62"]]);
|
|
327
327
|
const Ma = {
|
|
328
328
|
name: "IbTooltip",
|
|
329
329
|
props: {
|
|
@@ -631,7 +631,7 @@ function Ya(t, n, e, i, o, r) {
|
|
|
631
631
|
ge(l, { name: "camera-outline" })
|
|
632
632
|
], 2));
|
|
633
633
|
}
|
|
634
|
-
const
|
|
634
|
+
const Uh = /* @__PURE__ */ Ae(Ka, [["render", Ya], ["__scopeId", "data-v-842a0cd1"]]);
|
|
635
635
|
const Wa = {
|
|
636
636
|
name: "IbBadge",
|
|
637
637
|
props: {
|
|
@@ -655,7 +655,7 @@ function Za(t, n, e, i, o, r) {
|
|
|
655
655
|
class: ve(r.classes)
|
|
656
656
|
}, we(r.normalizeContent), 3);
|
|
657
657
|
}
|
|
658
|
-
const
|
|
658
|
+
const zh = /* @__PURE__ */ Ae(Wa, [["render", Za], ["__scopeId", "data-v-328df75a"]]);
|
|
659
659
|
const Ja = {
|
|
660
660
|
name: "IbButtonGroup"
|
|
661
661
|
}, Xa = { class: "ib-button-group" };
|
|
@@ -664,7 +664,7 @@ function Qa(t, n, e, i, o, r) {
|
|
|
664
664
|
Te(t.$slots, "default")
|
|
665
665
|
]);
|
|
666
666
|
}
|
|
667
|
-
const
|
|
667
|
+
const Kh = /* @__PURE__ */ Ae(Ja, [["render", Qa]]), vn = {
|
|
668
668
|
success: "success",
|
|
669
669
|
neutral: "neutral",
|
|
670
670
|
info: "info",
|
|
@@ -721,7 +721,7 @@ function tl(t, n, e, i, o, r) {
|
|
|
721
721
|
])
|
|
722
722
|
], 2);
|
|
723
723
|
}
|
|
724
|
-
const
|
|
724
|
+
const Gh = /* @__PURE__ */ Ae(el, [["render", tl], ["__scopeId", "data-v-3604890c"]]), nl = {
|
|
725
725
|
topLeft: "top-left",
|
|
726
726
|
topCenter: "top-center",
|
|
727
727
|
topRight: "top-right",
|
|
@@ -817,7 +817,7 @@ function ll(t, n, e, i, o, r) {
|
|
|
817
817
|
_: 3
|
|
818
818
|
});
|
|
819
819
|
}
|
|
820
|
-
const
|
|
820
|
+
const Yh = /* @__PURE__ */ Ae(rl, [["render", ll], ["__scopeId", "data-v-9e7c679e"]]), wi = 27, Ao = 32, sl = 13, Fi = 9, ul = 38, dl = 37, cl = 39, No = 40, fl = "click", { performance: lr } = window, hl = typeof (lr == null ? void 0 : lr.now) == "function" && Date.now() > document.createEvent("Event").timeStamp ? () => lr.now() : () => Date.now(), Hn = /* @__PURE__ */ new Map();
|
|
821
821
|
let Vn = !1;
|
|
822
822
|
const Io = (t) => {
|
|
823
823
|
Hn.forEach(({ bindTimeStamp: n, callback: e }, i) => {
|
|
@@ -1298,7 +1298,7 @@ function Ll(t, n, e, i, o, r) {
|
|
|
1298
1298
|
}, 8, ["disabled"])
|
|
1299
1299
|
], 2);
|
|
1300
1300
|
}
|
|
1301
|
-
const
|
|
1301
|
+
const Wh = /* @__PURE__ */ Ae(Nl, [["render", Ll]]);
|
|
1302
1302
|
const Rl = {
|
|
1303
1303
|
props: {
|
|
1304
1304
|
href: {
|
|
@@ -1321,7 +1321,7 @@ function Bl(t, n, e, i, o, r) {
|
|
|
1321
1321
|
_: 3
|
|
1322
1322
|
}, 16);
|
|
1323
1323
|
}
|
|
1324
|
-
const
|
|
1324
|
+
const Zh = /* @__PURE__ */ Ae(Rl, [["render", Bl], ["__scopeId", "data-v-4cf00feb"]]), Gt = {
|
|
1325
1325
|
S: "s",
|
|
1326
1326
|
M: "m",
|
|
1327
1327
|
L: "l",
|
|
@@ -1487,7 +1487,7 @@ function Hl(t, n, e, i, o, r) {
|
|
|
1487
1487
|
]))
|
|
1488
1488
|
], 64);
|
|
1489
1489
|
}
|
|
1490
|
-
const
|
|
1490
|
+
const Jh = /* @__PURE__ */ Ae(jl, [["render", Hl], ["__scopeId", "data-v-d3ce649b"]]);
|
|
1491
1491
|
function Po(t) {
|
|
1492
1492
|
return "#" + t.toLowerCase().replace(/ /g, "-");
|
|
1493
1493
|
}
|
|
@@ -1663,7 +1663,7 @@ function es(t, n, e, i, o, r) {
|
|
|
1663
1663
|
], 512)
|
|
1664
1664
|
]);
|
|
1665
1665
|
}
|
|
1666
|
-
const
|
|
1666
|
+
const Xh = /* @__PURE__ */ Ae(Yl, [["render", es], ["__scopeId", "data-v-d30d6f39"]]), ts = {
|
|
1667
1667
|
name: "IbTab",
|
|
1668
1668
|
props: {
|
|
1669
1669
|
title: {
|
|
@@ -1700,7 +1700,7 @@ function ns(t, n, e, i, o, r) {
|
|
|
1700
1700
|
[Ye, r.isTabActive]
|
|
1701
1701
|
]);
|
|
1702
1702
|
}
|
|
1703
|
-
const
|
|
1703
|
+
const Qh = /* @__PURE__ */ Ae(ts, [["render", ns]]), rs = {
|
|
1704
1704
|
LIST_VIEW: "list-sorting",
|
|
1705
1705
|
GRID_VIEW: "grid-sorting",
|
|
1706
1706
|
TABLE_VIEW: "table-sorting"
|
|
@@ -1831,7 +1831,7 @@ function ds(t, n, e, i, o, r) {
|
|
|
1831
1831
|
], 10, us))
|
|
1832
1832
|
]);
|
|
1833
1833
|
}
|
|
1834
|
-
const
|
|
1834
|
+
const e1 = /* @__PURE__ */ Ae(os, [["render", ds], ["__scopeId", "data-v-e5442137"]]);
|
|
1835
1835
|
const cs = {
|
|
1836
1836
|
name: "IbBreadcrumbs",
|
|
1837
1837
|
props: {
|
|
@@ -1914,10 +1914,13 @@ function vs(t, n, e, i, o, r) {
|
|
|
1914
1914
|
])
|
|
1915
1915
|
]);
|
|
1916
1916
|
}
|
|
1917
|
-
const
|
|
1917
|
+
const t1 = /* @__PURE__ */ Ae(cs, [["render", vs], ["__scopeId", "data-v-5ef772a9"]]);
|
|
1918
1918
|
const ys = {
|
|
1919
1919
|
name: "IbLabel",
|
|
1920
1920
|
props: {
|
|
1921
|
+
for: {
|
|
1922
|
+
type: String
|
|
1923
|
+
},
|
|
1921
1924
|
required: {
|
|
1922
1925
|
type: Boolean,
|
|
1923
1926
|
default: !1
|
|
@@ -1930,10 +1933,20 @@ const ys = {
|
|
|
1930
1933
|
type: String
|
|
1931
1934
|
}
|
|
1932
1935
|
},
|
|
1936
|
+
mounted() {
|
|
1937
|
+
this.$globalEvents.$on(`label:disabled:${this.for}`, (t) => {
|
|
1938
|
+
this.disabled = t;
|
|
1939
|
+
});
|
|
1940
|
+
},
|
|
1941
|
+
data() {
|
|
1942
|
+
return {
|
|
1943
|
+
disabled: !1
|
|
1944
|
+
};
|
|
1945
|
+
},
|
|
1933
1946
|
computed: {
|
|
1934
1947
|
classes() {
|
|
1935
1948
|
const t = ["ib-label"];
|
|
1936
|
-
return this.infoText.length && t.push("has-info-text"), t;
|
|
1949
|
+
return this.infoText.length && t.push("has-info-text"), this.disabled && t.push("label-disabled"), t;
|
|
1937
1950
|
}
|
|
1938
1951
|
},
|
|
1939
1952
|
components: {
|
|
@@ -1941,16 +1954,17 @@ const ys = {
|
|
|
1941
1954
|
IbIcon: Xe,
|
|
1942
1955
|
IbTooltip: Qt
|
|
1943
1956
|
}
|
|
1944
|
-
}, bs = {
|
|
1957
|
+
}, bs = ["for"], _s = {
|
|
1945
1958
|
key: 0,
|
|
1946
1959
|
class: "required"
|
|
1947
1960
|
};
|
|
1948
|
-
function
|
|
1961
|
+
function $s(t, n, e, i, o, r) {
|
|
1949
1962
|
const l = ce("ib-icon"), a = ce("ib-tooltip"), d = ce("ib-icon-button");
|
|
1950
1963
|
return G(), ne("label", {
|
|
1951
|
-
class: ve(r.classes)
|
|
1964
|
+
class: ve(r.classes),
|
|
1965
|
+
for: e.for
|
|
1952
1966
|
}, [
|
|
1953
|
-
e.required ? (G(), ne("span",
|
|
1967
|
+
e.required ? (G(), ne("span", _s, "* ")) : he("", !0),
|
|
1954
1968
|
Te(t.$slots, "default", {}, void 0, !0),
|
|
1955
1969
|
e.infoText.length ? (G(), $e(d, {
|
|
1956
1970
|
key: 1,
|
|
@@ -1967,15 +1981,15 @@ function _s(t, n, e, i, o, r) {
|
|
|
1967
1981
|
]),
|
|
1968
1982
|
_: 1
|
|
1969
1983
|
})) : he("", !0)
|
|
1970
|
-
],
|
|
1984
|
+
], 10, bs);
|
|
1971
1985
|
}
|
|
1972
|
-
const Cr = /* @__PURE__ */ Ae(ys, [["render",
|
|
1986
|
+
const Cr = /* @__PURE__ */ Ae(ys, [["render", $s], ["__scopeId", "data-v-ffb9cead"]]), ti = {
|
|
1973
1987
|
text: "text",
|
|
1974
1988
|
password: "password",
|
|
1975
1989
|
email: "email",
|
|
1976
1990
|
number: "number"
|
|
1977
1991
|
};
|
|
1978
|
-
const
|
|
1992
|
+
const ws = {
|
|
1979
1993
|
name: "IbInput",
|
|
1980
1994
|
props: {
|
|
1981
1995
|
type: {
|
|
@@ -2093,6 +2107,9 @@ const $s = {
|
|
|
2093
2107
|
watch: {
|
|
2094
2108
|
value(t) {
|
|
2095
2109
|
this.actualValue = t;
|
|
2110
|
+
},
|
|
2111
|
+
disabled(t) {
|
|
2112
|
+
this.$globalEvents.$emit(`label:disabled:${this.id}`, t);
|
|
2096
2113
|
}
|
|
2097
2114
|
},
|
|
2098
2115
|
components: {
|
|
@@ -2102,8 +2119,8 @@ const $s = {
|
|
|
2102
2119
|
IbDropdown: ki
|
|
2103
2120
|
},
|
|
2104
2121
|
inheritAttrs: !1
|
|
2105
|
-
},
|
|
2106
|
-
function
|
|
2122
|
+
}, Os = ["readonly", "disabled", "id"], ks = { class: "settings-wrapper" };
|
|
2123
|
+
function Cs(t, n, e, i, o, r) {
|
|
2107
2124
|
var h, c;
|
|
2108
2125
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("ib-dropdown");
|
|
2109
2126
|
return G(), ne("div", null, [
|
|
@@ -2125,7 +2142,7 @@ function ks(t, n, e, i, o, r) {
|
|
|
2125
2142
|
onInput: n[1] || (n[1] = (s) => r.onInput(s)),
|
|
2126
2143
|
onBlur: n[2] || (n[2] = (s) => r.onBlur(s)),
|
|
2127
2144
|
onFocus: n[3] || (n[3] = (s) => r.onFocus(s))
|
|
2128
|
-
}), null, 16,
|
|
2145
|
+
}), null, 16, Os), [
|
|
2129
2146
|
[So, o.actualValue]
|
|
2130
2147
|
]),
|
|
2131
2148
|
e.showIcon ? (G(), $e(a, {
|
|
@@ -2137,6 +2154,7 @@ function ks(t, n, e, i, o, r) {
|
|
|
2137
2154
|
key: 1,
|
|
2138
2155
|
kind: "ghost",
|
|
2139
2156
|
class: "button-clear",
|
|
2157
|
+
"prevent-default": "",
|
|
2140
2158
|
disabled: e.readonly,
|
|
2141
2159
|
"help-text": e.clearButtonMessage,
|
|
2142
2160
|
onClick: vt(r.clearInput, ["prevent"])
|
|
@@ -2180,7 +2198,7 @@ function ks(t, n, e, i, o, r) {
|
|
|
2180
2198
|
}, 8, ["help-text"])
|
|
2181
2199
|
]),
|
|
2182
2200
|
body: be(() => [
|
|
2183
|
-
ae("div",
|
|
2201
|
+
ae("div", ks, [
|
|
2184
2202
|
Te(t.$slots, "settings", {}, void 0, !0)
|
|
2185
2203
|
])
|
|
2186
2204
|
]),
|
|
@@ -2189,8 +2207,8 @@ function ks(t, n, e, i, o, r) {
|
|
|
2189
2207
|
], 2)
|
|
2190
2208
|
]);
|
|
2191
2209
|
}
|
|
2192
|
-
const Do = /* @__PURE__ */ Ae(
|
|
2193
|
-
const
|
|
2210
|
+
const Do = /* @__PURE__ */ Ae(ws, [["render", Cs], ["__scopeId", "data-v-b8adadbb"]]);
|
|
2211
|
+
const Es = {
|
|
2194
2212
|
name: "IbCheckbox",
|
|
2195
2213
|
model: {
|
|
2196
2214
|
event: "input"
|
|
@@ -2271,17 +2289,17 @@ const Cs = {
|
|
|
2271
2289
|
IbIcon: Xe
|
|
2272
2290
|
},
|
|
2273
2291
|
inheritAttrs: !1
|
|
2274
|
-
},
|
|
2292
|
+
}, Ss = ["for", "tabindex"], xs = ["name", "id", "value", "checked", "disabled", "required"], Ts = { class: "ib-checkbox-body" }, As = {
|
|
2275
2293
|
key: 0,
|
|
2276
2294
|
class: "required"
|
|
2277
|
-
},
|
|
2295
|
+
}, Ns = { class: "ib-checkbox-input" }, Is = {
|
|
2278
2296
|
key: 1,
|
|
2279
2297
|
class: "ib-checkbox-label"
|
|
2280
|
-
},
|
|
2298
|
+
}, Ms = {
|
|
2281
2299
|
key: 0,
|
|
2282
2300
|
class: "required"
|
|
2283
2301
|
};
|
|
2284
|
-
function
|
|
2302
|
+
function Ps(t, n, e, i, o, r) {
|
|
2285
2303
|
var a;
|
|
2286
2304
|
const l = ce("ib-icon");
|
|
2287
2305
|
return G(), ne("label", Et(r.attrs, {
|
|
@@ -2299,16 +2317,16 @@ function Ms(t, n, e, i, o, r) {
|
|
|
2299
2317
|
disabled: e.disabled,
|
|
2300
2318
|
required: e.required,
|
|
2301
2319
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d))
|
|
2302
|
-
}, null, 8,
|
|
2303
|
-
ae("div",
|
|
2320
|
+
}, null, 8, xs),
|
|
2321
|
+
ae("div", Ts, [
|
|
2304
2322
|
e.labelPosition === "left" && e.label.length ? (G(), ne("span", {
|
|
2305
2323
|
key: 0,
|
|
2306
2324
|
class: ve(["ib-checkbox-label", { "ib-checkbox-label-left": e.labelPosition === "left" }])
|
|
2307
2325
|
}, [
|
|
2308
|
-
e.required ? (G(), ne("span",
|
|
2326
|
+
e.required ? (G(), ne("span", As, "*")) : he("", !0),
|
|
2309
2327
|
Ke(" " + we(e.label), 1)
|
|
2310
2328
|
], 2)) : he("", !0),
|
|
2311
|
-
ae("span",
|
|
2329
|
+
ae("span", Ns, [
|
|
2312
2330
|
Ve(ge(l, { name: "checkmark-sharp" }, null, 512), [
|
|
2313
2331
|
[Ye, o.checked && !r.indeterminate]
|
|
2314
2332
|
]),
|
|
@@ -2319,15 +2337,15 @@ function Ms(t, n, e, i, o, r) {
|
|
|
2319
2337
|
[Ye, r.indeterminate]
|
|
2320
2338
|
])
|
|
2321
2339
|
]),
|
|
2322
|
-
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span",
|
|
2323
|
-
e.required ? (G(), ne("span",
|
|
2340
|
+
e.labelPosition === "right" && ((a = e.label) != null && a.length) ? (G(), ne("span", Is, [
|
|
2341
|
+
e.required ? (G(), ne("span", Ms, "*")) : he("", !0),
|
|
2324
2342
|
Ke(" " + we(e.label), 1)
|
|
2325
2343
|
])) : he("", !0)
|
|
2326
2344
|
])
|
|
2327
|
-
], 16,
|
|
2345
|
+
], 16, Ss);
|
|
2328
2346
|
}
|
|
2329
|
-
const Lo = /* @__PURE__ */ Ae(
|
|
2330
|
-
const
|
|
2347
|
+
const Lo = /* @__PURE__ */ Ae(Es, [["render", Ps]]);
|
|
2348
|
+
const Ds = {
|
|
2331
2349
|
name: "IbToggle",
|
|
2332
2350
|
model: {
|
|
2333
2351
|
prop: "isChecked",
|
|
@@ -2398,25 +2416,25 @@ const Ps = {
|
|
|
2398
2416
|
}
|
|
2399
2417
|
},
|
|
2400
2418
|
components: { IbIcon: Xe, IbTooltip: Qt }
|
|
2401
|
-
},
|
|
2419
|
+
}, Ls = ["tabindex"], Rs = {
|
|
2402
2420
|
class: "toggle-wrapper",
|
|
2403
2421
|
ref: "wrapper"
|
|
2404
|
-
},
|
|
2422
|
+
}, Bs = {
|
|
2405
2423
|
class: "toggle",
|
|
2406
2424
|
ref: "toggle"
|
|
2407
|
-
},
|
|
2425
|
+
}, js = ["name", "checked", "id", "disabled"], qs = /* @__PURE__ */ ae("span", { class: "toggle-slider round" }, null, -1), Fs = {
|
|
2408
2426
|
key: 0,
|
|
2409
2427
|
class: "toggle-label"
|
|
2410
2428
|
};
|
|
2411
|
-
function
|
|
2429
|
+
function Hs(t, n, e, i, o, r) {
|
|
2412
2430
|
const l = ce("ib-icon"), a = ce("ib-tooltip");
|
|
2413
2431
|
return G(), ne("label", {
|
|
2414
2432
|
class: ve(r.classes),
|
|
2415
2433
|
onKeypress: n[2] || (n[2] = bn(vt((...d) => r.onChange && r.onChange(...d), ["prevent"]), ["space"])),
|
|
2416
2434
|
tabindex: e.disabled ? -1 : 0
|
|
2417
2435
|
}, [
|
|
2418
|
-
ae("div",
|
|
2419
|
-
ae("div",
|
|
2436
|
+
ae("div", Rs, [
|
|
2437
|
+
ae("div", Bs, [
|
|
2420
2438
|
ae("input", {
|
|
2421
2439
|
tabindex: "-1",
|
|
2422
2440
|
type: "checkbox",
|
|
@@ -2428,8 +2446,8 @@ function Fs(t, n, e, i, o, r) {
|
|
|
2428
2446
|
onClick: n[0] || (n[0] = (...d) => r.onChange && r.onChange(...d)),
|
|
2429
2447
|
onInput: n[1] || (n[1] = vt(() => {
|
|
2430
2448
|
}, ["stop"]))
|
|
2431
|
-
}, null, 40,
|
|
2432
|
-
|
|
2449
|
+
}, null, 40, js),
|
|
2450
|
+
qs,
|
|
2433
2451
|
ge(l, {
|
|
2434
2452
|
class: "checked-icon",
|
|
2435
2453
|
name: "checkmark"
|
|
@@ -2440,18 +2458,18 @@ function Fs(t, n, e, i, o, r) {
|
|
|
2440
2458
|
})
|
|
2441
2459
|
], 512)
|
|
2442
2460
|
], 512),
|
|
2443
|
-
e.label.length ? (G(), ne("span",
|
|
2461
|
+
e.label.length ? (G(), ne("span", Fs, we(e.label), 1)) : he("", !0),
|
|
2444
2462
|
e.helpMessage.length ? (G(), $e(a, {
|
|
2445
2463
|
key: 1,
|
|
2446
2464
|
text: o.checked ? e.helpMessage : e.helpMessageOff.length ? e.helpMessageOff : e.helpMessage
|
|
2447
2465
|
}, null, 8, ["text"])) : he("", !0)
|
|
2448
|
-
], 42,
|
|
2466
|
+
], 42, Ls);
|
|
2449
2467
|
}
|
|
2450
|
-
const
|
|
2468
|
+
const Vs = /* @__PURE__ */ Ae(Ds, [["render", Hs]]);
|
|
2451
2469
|
function Ro(t) {
|
|
2452
2470
|
return t.scrollHeight > t.clientHeight;
|
|
2453
2471
|
}
|
|
2454
|
-
const
|
|
2472
|
+
const Us = {
|
|
2455
2473
|
name: "select-option",
|
|
2456
2474
|
props: {
|
|
2457
2475
|
option: {
|
|
@@ -2547,7 +2565,7 @@ const Vs = {
|
|
|
2547
2565
|
},
|
|
2548
2566
|
computed: {
|
|
2549
2567
|
component() {
|
|
2550
|
-
return this.isMultiple && this.isToggle ?
|
|
2568
|
+
return this.isMultiple && this.isToggle ? Vs : Lo;
|
|
2551
2569
|
},
|
|
2552
2570
|
isChecked() {
|
|
2553
2571
|
if (this.option.checked)
|
|
@@ -2593,17 +2611,17 @@ const Vs = {
|
|
|
2593
2611
|
IbIconButton: Tt,
|
|
2594
2612
|
IbTooltip: Qt
|
|
2595
2613
|
}
|
|
2596
|
-
},
|
|
2614
|
+
}, zs = {
|
|
2597
2615
|
key: 0,
|
|
2598
2616
|
class: "option-label"
|
|
2599
|
-
},
|
|
2617
|
+
}, Ks = {
|
|
2600
2618
|
key: 1,
|
|
2601
2619
|
class: "option-label"
|
|
2602
|
-
},
|
|
2620
|
+
}, Gs = ["innerHTML"], Ys = ["innerHTML"], Ws = {
|
|
2603
2621
|
key: 2,
|
|
2604
2622
|
class: "option-label"
|
|
2605
2623
|
};
|
|
2606
|
-
function
|
|
2624
|
+
function Zs(t, n, e, i, o, r) {
|
|
2607
2625
|
const l = ce("ib-tooltip"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list");
|
|
2608
2626
|
return G(), ne("li", null, [
|
|
2609
2627
|
ae("div", {
|
|
@@ -2666,7 +2684,7 @@ function Ws(t, n, e, i, o, r) {
|
|
|
2666
2684
|
"bookmarkable-option-title " + (e.isBookmarked ? "bookmarked" : "")
|
|
2667
2685
|
)
|
|
2668
2686
|
}, [
|
|
2669
|
-
r.hasChildren ? (G(), ne("span",
|
|
2687
|
+
r.hasChildren ? (G(), ne("span", Ks, we(e.option.title), 1)) : (G(), ne("span", zs, [
|
|
2670
2688
|
Ke(we(e.option.title) + " ", 1),
|
|
2671
2689
|
ge(a, {
|
|
2672
2690
|
name: "star",
|
|
@@ -2678,12 +2696,12 @@ function Ws(t, n, e, i, o, r) {
|
|
|
2678
2696
|
key: 1,
|
|
2679
2697
|
class: "option-label",
|
|
2680
2698
|
innerHTML: e.option.title
|
|
2681
|
-
}, null, 8,
|
|
2699
|
+
}, null, 8, Ys)) : (G(), ne("span", {
|
|
2682
2700
|
key: 0,
|
|
2683
2701
|
class: "option-label",
|
|
2684
2702
|
innerHTML: e.option.title
|
|
2685
|
-
}, null, 8,
|
|
2686
|
-
], 64)) : (G(), ne("span",
|
|
2703
|
+
}, null, 8, Gs))
|
|
2704
|
+
], 64)) : (G(), ne("span", Ws, we(e.option.title), 1))
|
|
2687
2705
|
], 2),
|
|
2688
2706
|
r.hasChildren ? Ve((G(), $e(h, { key: 1 }, {
|
|
2689
2707
|
default: be(() => [
|
|
@@ -2709,7 +2727,7 @@ function Ws(t, n, e, i, o, r) {
|
|
|
2709
2727
|
], 34)
|
|
2710
2728
|
]);
|
|
2711
2729
|
}
|
|
2712
|
-
const
|
|
2730
|
+
const Js = /* @__PURE__ */ Ae(Us, [["render", Zs]]);
|
|
2713
2731
|
var et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2714
2732
|
function Er(t) {
|
|
2715
2733
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -3118,9 +3136,9 @@ var Bo = { exports: {} };
|
|
|
3118
3136
|
};
|
|
3119
3137
|
});
|
|
3120
3138
|
})(Bo);
|
|
3121
|
-
var
|
|
3122
|
-
const
|
|
3123
|
-
const
|
|
3139
|
+
var Xs = Bo.exports;
|
|
3140
|
+
const Qs = /* @__PURE__ */ Er(Xs);
|
|
3141
|
+
const eu = {
|
|
3124
3142
|
name: "IbTreeSelect",
|
|
3125
3143
|
inject: ["LANG_COMPONENTS"],
|
|
3126
3144
|
props: {
|
|
@@ -3312,7 +3330,7 @@ const Qs = {
|
|
|
3312
3330
|
}
|
|
3313
3331
|
},
|
|
3314
3332
|
mounted() {
|
|
3315
|
-
this.marker = new
|
|
3333
|
+
this.marker = new Qs(this.$refs.list.$el), this.registerDependency(), this.$globalEvents.$on("select:refresh", () => {
|
|
3316
3334
|
this.setPreparedValues();
|
|
3317
3335
|
}), document.addEventListener("mousemove", this.onResize), document.addEventListener("mouseup", this.endResizing);
|
|
3318
3336
|
},
|
|
@@ -3578,19 +3596,19 @@ const Qs = {
|
|
|
3578
3596
|
IbDropdown: ki,
|
|
3579
3597
|
IbInput: Do,
|
|
3580
3598
|
List: Ci,
|
|
3581
|
-
"select-option":
|
|
3599
|
+
"select-option": Js
|
|
3582
3600
|
},
|
|
3583
3601
|
beforeUnmount() {
|
|
3584
3602
|
document.removeEventListener("mousemove", this.onResize), document.removeEventListener("mouseup", this.endResizing);
|
|
3585
3603
|
}
|
|
3586
|
-
},
|
|
3604
|
+
}, tu = {
|
|
3587
3605
|
key: 0,
|
|
3588
3606
|
class: "tree-select-empty"
|
|
3589
|
-
},
|
|
3607
|
+
}, nu = {
|
|
3590
3608
|
key: 1,
|
|
3591
3609
|
class: "tree-select-default-empty tree-select-empty"
|
|
3592
3610
|
};
|
|
3593
|
-
function
|
|
3611
|
+
function ru(t, n, e, i, o, r) {
|
|
3594
3612
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("ib-icon-button"), f = ce("select-option"), h = ce("list"), c = ce("ib-input"), s = ce("ib-dropdown");
|
|
3595
3613
|
return G(), ne(rt, null, [
|
|
3596
3614
|
e.errorMessage ? (G(), $e(l, {
|
|
@@ -3667,9 +3685,9 @@ function nu(t, n, e, i, o, r) {
|
|
|
3667
3685
|
class: ve({ "tree-select-list": !0, "has-hierarchy": r.hasHierarchy })
|
|
3668
3686
|
}, {
|
|
3669
3687
|
default: be(() => [
|
|
3670
|
-
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div",
|
|
3688
|
+
!r.requiredDependencyNotFilled && !o.countVisibleChildren && r.hasEmptyMessage ? (G(), ne("div", tu, [
|
|
3671
3689
|
Te(t.$slots, "emptyMessage")
|
|
3672
|
-
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div",
|
|
3690
|
+
])) : !r.requiredDependencyNotFilled && !o.countVisibleChildren ? (G(), ne("div", nu, we(o.actualStrings.emptyTitle), 1)) : he("", !0),
|
|
3673
3691
|
Ve(ae("div", { class: "tree-select-empty" }, we(o.actualStrings.requiredDependencyNotFilled), 513), [
|
|
3674
3692
|
[Ye, r.requiredDependencyNotFilled]
|
|
3675
3693
|
]),
|
|
@@ -3804,8 +3822,8 @@ function nu(t, n, e, i, o, r) {
|
|
|
3804
3822
|
], 2)
|
|
3805
3823
|
], 64);
|
|
3806
3824
|
}
|
|
3807
|
-
const
|
|
3808
|
-
const
|
|
3825
|
+
const iu = /* @__PURE__ */ Ae(eu, [["render", ru]]);
|
|
3826
|
+
const ou = {
|
|
3809
3827
|
name: "IbLimitSelector",
|
|
3810
3828
|
props: {
|
|
3811
3829
|
labelSelect: {
|
|
@@ -3843,12 +3861,12 @@ const iu = {
|
|
|
3843
3861
|
},
|
|
3844
3862
|
components: {
|
|
3845
3863
|
IbLabel: Cr,
|
|
3846
|
-
IbSelect:
|
|
3864
|
+
IbSelect: iu
|
|
3847
3865
|
}
|
|
3848
|
-
},
|
|
3849
|
-
function
|
|
3866
|
+
}, au = { class: "report-limit-selector" };
|
|
3867
|
+
function lu(t, n, e, i, o, r) {
|
|
3850
3868
|
const l = ce("ib-label"), a = ce("ib-select");
|
|
3851
|
-
return G(), ne("div",
|
|
3869
|
+
return G(), ne("div", au, [
|
|
3852
3870
|
ge(l, null, {
|
|
3853
3871
|
default: be(() => [
|
|
3854
3872
|
Ke(we(e.labelSelect), 1)
|
|
@@ -3865,8 +3883,8 @@ function au(t, n, e, i, o, r) {
|
|
|
3865
3883
|
}, null, 8, ["value", "options", "onInput"])
|
|
3866
3884
|
]);
|
|
3867
3885
|
}
|
|
3868
|
-
const
|
|
3869
|
-
const
|
|
3886
|
+
const su = /* @__PURE__ */ Ae(ou, [["render", lu]]);
|
|
3887
|
+
const uu = {
|
|
3870
3888
|
name: "IbPagination",
|
|
3871
3889
|
props: {
|
|
3872
3890
|
tooltipTextPrev: {
|
|
@@ -3967,19 +3985,19 @@ const su = {
|
|
|
3967
3985
|
IbIcon: Xe,
|
|
3968
3986
|
IbInput: Do,
|
|
3969
3987
|
IbLabel: Cr,
|
|
3970
|
-
IbLimitSelector:
|
|
3988
|
+
IbLimitSelector: su,
|
|
3971
3989
|
IbTooltip: Qt
|
|
3972
3990
|
}
|
|
3973
|
-
},
|
|
3974
|
-
function
|
|
3991
|
+
}, du = { class: "report-controls" }, cu = { class: "repot-pagination" }, fu = { class: "pagination-input" }, hu = { class: "row-count" }, pu = { class: "pagination-wrapper" }, gu = ["onClick"];
|
|
3992
|
+
function mu(t, n, e, i, o, r) {
|
|
3975
3993
|
const l = ce("ib-limit-selector"), a = ce("ib-label"), d = ce("ib-input"), f = ce("ib-icon"), h = ce("ib-tooltip"), c = ce("ib-icon-button");
|
|
3976
|
-
return G(), ne("div",
|
|
3994
|
+
return G(), ne("div", du, [
|
|
3977
3995
|
ge(l, {
|
|
3978
3996
|
onSelect: r.changeLimit,
|
|
3979
3997
|
value: o.limitValue,
|
|
3980
3998
|
"label-select": e.labelSelect
|
|
3981
3999
|
}, null, 8, ["onSelect", "value", "label-select"]),
|
|
3982
|
-
ae("div",
|
|
4000
|
+
ae("div", cu, [
|
|
3983
4001
|
e.showPaginationInput ? (G(), ne(rt, { key: 0 }, [
|
|
3984
4002
|
ge(a, null, {
|
|
3985
4003
|
default: be(() => [
|
|
@@ -3987,7 +4005,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3987
4005
|
]),
|
|
3988
4006
|
_: 1
|
|
3989
4007
|
}),
|
|
3990
|
-
ae("div",
|
|
4008
|
+
ae("div", fu, [
|
|
3991
4009
|
ge(d, {
|
|
3992
4010
|
type: "number",
|
|
3993
4011
|
debounce: 500,
|
|
@@ -3995,7 +4013,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
3995
4013
|
}, null, 8, ["onInput"])
|
|
3996
4014
|
])
|
|
3997
4015
|
], 64)) : he("", !0),
|
|
3998
|
-
ae("div",
|
|
4016
|
+
ae("div", hu, we(r.setCountOfRows + " of " + e.countRows), 1),
|
|
3999
4017
|
ge(c, {
|
|
4000
4018
|
kind: "tertiary",
|
|
4001
4019
|
size: "m",
|
|
@@ -4012,7 +4030,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
4012
4030
|
]),
|
|
4013
4031
|
_: 1
|
|
4014
4032
|
}, 8, ["disabled"]),
|
|
4015
|
-
ae("ul",
|
|
4033
|
+
ae("ul", pu, [
|
|
4016
4034
|
(G(!0), ne(rt, null, jt(r.countPagePagination, (s, u) => Ve((G(), ne("li", {
|
|
4017
4035
|
key: u,
|
|
4018
4036
|
class: ve(["pagination-item", {
|
|
@@ -4023,7 +4041,7 @@ function gu(t, n, e, i, o, r) {
|
|
|
4023
4041
|
onClick: (_) => r.onSelect(u + 1)
|
|
4024
4042
|
}, [
|
|
4025
4043
|
ae("button", null, we(u + 1), 1)
|
|
4026
|
-
], 10,
|
|
4044
|
+
], 10, gu)), [
|
|
4027
4045
|
[Ye, r.showItem(u + 1)]
|
|
4028
4046
|
])), 128))
|
|
4029
4047
|
]),
|
|
@@ -4046,14 +4064,14 @@ function gu(t, n, e, i, o, r) {
|
|
|
4046
4064
|
])
|
|
4047
4065
|
]);
|
|
4048
4066
|
}
|
|
4049
|
-
const
|
|
4067
|
+
const n1 = /* @__PURE__ */ Ae(uu, [["render", mu]]), Bn = {
|
|
4050
4068
|
PROGRESS: "progress",
|
|
4051
4069
|
SUCCESS: "success",
|
|
4052
4070
|
FAILED: "failed",
|
|
4053
4071
|
CANCELING: "canceling",
|
|
4054
4072
|
CANCELED: "canceled"
|
|
4055
4073
|
};
|
|
4056
|
-
const
|
|
4074
|
+
const vu = {
|
|
4057
4075
|
props: {
|
|
4058
4076
|
states: {
|
|
4059
4077
|
type: String,
|
|
@@ -4076,20 +4094,20 @@ const mu = {
|
|
|
4076
4094
|
components: {
|
|
4077
4095
|
IbIcon: Xe
|
|
4078
4096
|
}
|
|
4079
|
-
}, jo = (t) => (_i("data-v-2737cf5e"), t = t(), $i(), t),
|
|
4080
|
-
|
|
4081
|
-
],
|
|
4082
|
-
function
|
|
4097
|
+
}, jo = (t) => (_i("data-v-2737cf5e"), t = t(), $i(), t), yu = { class: "ib-progress-bar-wrapper" }, bu = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", { class: "gradient" }, null, -1)), _u = [
|
|
4098
|
+
bu
|
|
4099
|
+
], $u = /* @__PURE__ */ jo(() => /* @__PURE__ */ ae("div", null, null, -1));
|
|
4100
|
+
function wu(t, n, e, i, o, r) {
|
|
4083
4101
|
const l = ce("ib-icon");
|
|
4084
|
-
return G(), ne("div",
|
|
4102
|
+
return G(), ne("div", yu, [
|
|
4085
4103
|
ae("div", {
|
|
4086
4104
|
class: ve(r.classes)
|
|
4087
4105
|
}, [
|
|
4088
4106
|
ae("div", {
|
|
4089
4107
|
class: "progress",
|
|
4090
4108
|
style: On({ width: e.progress + "%" })
|
|
4091
|
-
},
|
|
4092
|
-
|
|
4109
|
+
}, _u, 4),
|
|
4110
|
+
$u
|
|
4093
4111
|
], 2),
|
|
4094
4112
|
Ve(ge(l, {
|
|
4095
4113
|
class: "status-icon",
|
|
@@ -4099,7 +4117,7 @@ function $u(t, n, e, i, o, r) {
|
|
|
4099
4117
|
])
|
|
4100
4118
|
]);
|
|
4101
4119
|
}
|
|
4102
|
-
const
|
|
4120
|
+
const r1 = /* @__PURE__ */ Ae(vu, [["render", wu], ["__scopeId", "data-v-2737cf5e"]]), Ou = {
|
|
4103
4121
|
new: `<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4104
4122
|
<circle id="Ellipse" cx="5.5" cy="5.5" r="5" fill="#0369E8"/>
|
|
4105
4123
|
</svg>
|
|
@@ -4140,7 +4158,7 @@ const n1 = /* @__PURE__ */ Ae(mu, [["render", $u], ["__scopeId", "data-v-2737cf5
|
|
|
4140
4158
|
</svg>
|
|
4141
4159
|
`
|
|
4142
4160
|
};
|
|
4143
|
-
const
|
|
4161
|
+
const ku = {
|
|
4144
4162
|
props: {
|
|
4145
4163
|
type: {
|
|
4146
4164
|
type: String,
|
|
@@ -4149,21 +4167,21 @@ const Ou = {
|
|
|
4149
4167
|
},
|
|
4150
4168
|
data() {
|
|
4151
4169
|
return {
|
|
4152
|
-
icons:
|
|
4170
|
+
icons: Ou
|
|
4153
4171
|
};
|
|
4154
4172
|
}
|
|
4155
|
-
},
|
|
4156
|
-
function
|
|
4157
|
-
return G(), ne("div",
|
|
4173
|
+
}, Cu = { class: "status-indicator" }, Eu = ["innerHTML"];
|
|
4174
|
+
function Su(t, n, e, i, o, r) {
|
|
4175
|
+
return G(), ne("div", Cu, [
|
|
4158
4176
|
ae("div", {
|
|
4159
4177
|
class: ve(["status-indicator-icon", e.type]),
|
|
4160
4178
|
innerHTML: o.icons[e.type]
|
|
4161
|
-
}, null, 10,
|
|
4179
|
+
}, null, 10, Eu),
|
|
4162
4180
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
4163
4181
|
]);
|
|
4164
4182
|
}
|
|
4165
|
-
const
|
|
4166
|
-
const
|
|
4183
|
+
const i1 = /* @__PURE__ */ Ae(ku, [["render", Su], ["__scopeId", "data-v-e696394e"]]);
|
|
4184
|
+
const xu = {
|
|
4167
4185
|
name: "IbPanel",
|
|
4168
4186
|
mixins: [To],
|
|
4169
4187
|
props: {
|
|
@@ -4176,17 +4194,17 @@ const Su = {
|
|
|
4176
4194
|
default: !1
|
|
4177
4195
|
}
|
|
4178
4196
|
}
|
|
4179
|
-
},
|
|
4180
|
-
function
|
|
4197
|
+
}, Tu = (t) => (_i("data-v-c7c0bea8"), t = t(), $i(), t), Au = { class: "panel-head" }, Nu = { class: "head-title" }, Iu = /* @__PURE__ */ Tu(() => /* @__PURE__ */ ae("div", { class: "divider" }, null, -1)), Mu = { class: "head-content" }, Pu = { class: "panel-body" };
|
|
4198
|
+
function Du(t, n, e, i, o, r) {
|
|
4181
4199
|
return G(), ne("div", {
|
|
4182
4200
|
class: ve(["panel", { "panel-error": e.error }])
|
|
4183
4201
|
}, [
|
|
4184
|
-
ae("div",
|
|
4185
|
-
ae("div",
|
|
4202
|
+
ae("div", Au, [
|
|
4203
|
+
ae("div", Nu, [
|
|
4186
4204
|
Te(t.$slots, "title", {}, void 0, !0)
|
|
4187
4205
|
]),
|
|
4188
|
-
|
|
4189
|
-
ae("div",
|
|
4206
|
+
Iu,
|
|
4207
|
+
ae("div", Mu, [
|
|
4190
4208
|
Te(t.$slots, "head-content", {}, void 0, !0)
|
|
4191
4209
|
])
|
|
4192
4210
|
]),
|
|
@@ -4197,7 +4215,7 @@ function Pu(t, n, e, i, o, r) {
|
|
|
4197
4215
|
onLeave: t.leave
|
|
4198
4216
|
}, {
|
|
4199
4217
|
default: be(() => [
|
|
4200
|
-
Ve(ae("div",
|
|
4218
|
+
Ve(ae("div", Pu, [
|
|
4201
4219
|
Te(t.$slots, "body", {}, void 0, !0)
|
|
4202
4220
|
], 512), [
|
|
4203
4221
|
[Ye, e.isOpen]
|
|
@@ -4207,8 +4225,8 @@ function Pu(t, n, e, i, o, r) {
|
|
|
4207
4225
|
}, 8, ["onEnter", "onAfterEnter", "onLeave"])
|
|
4208
4226
|
], 2);
|
|
4209
4227
|
}
|
|
4210
|
-
const
|
|
4211
|
-
const
|
|
4228
|
+
const o1 = /* @__PURE__ */ Ae(xu, [["render", Du], ["__scopeId", "data-v-c7c0bea8"]]);
|
|
4229
|
+
const Lu = {
|
|
4212
4230
|
name: "IbInputGroup",
|
|
4213
4231
|
props: {
|
|
4214
4232
|
supportText: {
|
|
@@ -4220,20 +4238,20 @@ const Du = {
|
|
|
4220
4238
|
default: !1
|
|
4221
4239
|
}
|
|
4222
4240
|
}
|
|
4223
|
-
},
|
|
4241
|
+
}, Ru = {
|
|
4224
4242
|
key: 0,
|
|
4225
4243
|
class: "support-text"
|
|
4226
4244
|
};
|
|
4227
|
-
function
|
|
4245
|
+
function Bu(t, n, e, i, o, r) {
|
|
4228
4246
|
return G(), ne("div", {
|
|
4229
4247
|
class: ve(["ib-form-group", { disable: e.disable }])
|
|
4230
4248
|
}, [
|
|
4231
4249
|
Te(t.$slots, "default"),
|
|
4232
|
-
e.supportText.length ? (G(), ne("p",
|
|
4250
|
+
e.supportText.length ? (G(), ne("p", Ru, we(e.supportText), 1)) : he("", !0)
|
|
4233
4251
|
], 2);
|
|
4234
4252
|
}
|
|
4235
|
-
const
|
|
4236
|
-
const
|
|
4253
|
+
const a1 = /* @__PURE__ */ Ae(Lu, [["render", Bu]]);
|
|
4254
|
+
const ju = {
|
|
4237
4255
|
name: "IbInputGroup",
|
|
4238
4256
|
props: {
|
|
4239
4257
|
labelText: {
|
|
@@ -4257,8 +4275,8 @@ const Bu = {
|
|
|
4257
4275
|
IbLabel: Cr,
|
|
4258
4276
|
IbAlert: dn
|
|
4259
4277
|
}
|
|
4260
|
-
},
|
|
4261
|
-
function
|
|
4278
|
+
}, qu = { class: "ib-checkbox-group-content" };
|
|
4279
|
+
function Fu(t, n, e, i, o, r) {
|
|
4262
4280
|
const l = ce("ib-label"), a = ce("ib-alert");
|
|
4263
4281
|
return G(), ne("div", {
|
|
4264
4282
|
class: ve(["ib-checkbox-group", { "ib-checkbox-group-horizontal": e.horizontal }])
|
|
@@ -4282,13 +4300,13 @@ function qu(t, n, e, i, o, r) {
|
|
|
4282
4300
|
]),
|
|
4283
4301
|
_: 1
|
|
4284
4302
|
})) : he("", !0),
|
|
4285
|
-
ae("div",
|
|
4303
|
+
ae("div", qu, [
|
|
4286
4304
|
Te(t.$slots, "default")
|
|
4287
4305
|
])
|
|
4288
4306
|
], 2);
|
|
4289
4307
|
}
|
|
4290
|
-
const
|
|
4291
|
-
const
|
|
4308
|
+
const l1 = /* @__PURE__ */ Ae(ju, [["render", Fu]]);
|
|
4309
|
+
const Hu = {
|
|
4292
4310
|
name: "IbRadio",
|
|
4293
4311
|
model: {
|
|
4294
4312
|
prop: "isChecked",
|
|
@@ -4356,11 +4374,11 @@ const Fu = {
|
|
|
4356
4374
|
};
|
|
4357
4375
|
}
|
|
4358
4376
|
}
|
|
4359
|
-
},
|
|
4377
|
+
}, Vu = (t) => (_i("data-v-10641ff4"), t = t(), $i(), t), Uu = ["for"], zu = ["name", "id", "value", "checked", "disabled"], Ku = /* @__PURE__ */ Vu(() => /* @__PURE__ */ ae("span", { class: "ib-radio-input" }, null, -1)), Gu = {
|
|
4360
4378
|
key: 0,
|
|
4361
4379
|
class: "ib-radio-label"
|
|
4362
4380
|
};
|
|
4363
|
-
function
|
|
4381
|
+
function Yu(t, n, e, i, o, r) {
|
|
4364
4382
|
var l, a;
|
|
4365
4383
|
return G(), ne("label", {
|
|
4366
4384
|
class: ve(r.classes),
|
|
@@ -4378,17 +4396,17 @@ function Gu(t, n, e, i, o, r) {
|
|
|
4378
4396
|
onInput: n[0] || (n[0] = vt(() => {
|
|
4379
4397
|
}, ["stop"])),
|
|
4380
4398
|
onChange: n[1] || (n[1] = (...d) => r.onChange && r.onChange(...d))
|
|
4381
|
-
}, null, 40,
|
|
4399
|
+
}, null, 40, zu),
|
|
4382
4400
|
ae("span", {
|
|
4383
4401
|
class: ve(["ib-radio-body", { "without-text": !((l = e.label) != null && l.length) }])
|
|
4384
4402
|
}, [
|
|
4385
|
-
|
|
4386
|
-
(a = e.label) != null && a.length ? (G(), ne("span",
|
|
4403
|
+
Ku,
|
|
4404
|
+
(a = e.label) != null && a.length ? (G(), ne("span", Gu, we(e.label), 1)) : he("", !0)
|
|
4387
4405
|
], 2)
|
|
4388
|
-
], 10,
|
|
4406
|
+
], 10, Uu);
|
|
4389
4407
|
}
|
|
4390
|
-
const
|
|
4391
|
-
const
|
|
4408
|
+
const s1 = /* @__PURE__ */ Ae(Hu, [["render", Yu], ["__scopeId", "data-v-10641ff4"]]);
|
|
4409
|
+
const Wu = {
|
|
4392
4410
|
props: {
|
|
4393
4411
|
characterLimit: {
|
|
4394
4412
|
type: [String, Number],
|
|
@@ -4399,26 +4417,26 @@ const Yu = {
|
|
|
4399
4417
|
required: !0
|
|
4400
4418
|
}
|
|
4401
4419
|
}
|
|
4402
|
-
},
|
|
4420
|
+
}, Zu = { class: "character-count" }, Ju = {
|
|
4403
4421
|
key: 0,
|
|
4404
4422
|
class: "val-limit"
|
|
4405
|
-
},
|
|
4423
|
+
}, Xu = { class: "val-length" }, Qu = { class: "val-limit" }, ed = {
|
|
4406
4424
|
key: 3,
|
|
4407
4425
|
class: "val-length val-limited"
|
|
4408
4426
|
};
|
|
4409
|
-
function
|
|
4410
|
-
return G(), ne("div",
|
|
4427
|
+
function td(t, n, e, i, o, r) {
|
|
4428
|
+
return G(), ne("div", Zu, [
|
|
4411
4429
|
e.characterLength ? e.characterLimit > e.characterLength ? (G(), ne(rt, { key: 1 }, [
|
|
4412
|
-
ae("p",
|
|
4430
|
+
ae("p", Xu, we(e.characterLimit - e.characterLength), 1),
|
|
4413
4431
|
Ke(" / "),
|
|
4414
|
-
ae("p",
|
|
4432
|
+
ae("p", Qu, we(e.characterLimit), 1)
|
|
4415
4433
|
], 64)) : e.characterLimit === e.characterLength ? (G(), ne(rt, { key: 2 }, [
|
|
4416
4434
|
Ke("0")
|
|
4417
|
-
], 64)) : (G(), ne("p",
|
|
4435
|
+
], 64)) : (G(), ne("p", ed, we(e.characterLimit - e.characterLength), 1)) : (G(), ne("p", Ju, "Max " + we(e.characterLimit), 1))
|
|
4418
4436
|
]);
|
|
4419
4437
|
}
|
|
4420
|
-
const qo = /* @__PURE__ */ Ae(
|
|
4421
|
-
const
|
|
4438
|
+
const qo = /* @__PURE__ */ Ae(Wu, [["render", td], ["__scopeId", "data-v-725f21a3"]]);
|
|
4439
|
+
const nd = {
|
|
4422
4440
|
name: "IbTextarea",
|
|
4423
4441
|
props: {
|
|
4424
4442
|
disabled: {
|
|
@@ -4475,8 +4493,8 @@ const td = {
|
|
|
4475
4493
|
IbCharacterCount: qo
|
|
4476
4494
|
},
|
|
4477
4495
|
inheritAttrs: !1
|
|
4478
|
-
},
|
|
4479
|
-
function
|
|
4496
|
+
}, rd = ["disabled"];
|
|
4497
|
+
function id(t, n, e, i, o, r) {
|
|
4480
4498
|
const l = ce("ib-character-count"), a = ce("ib-alert");
|
|
4481
4499
|
return G(), ne("div", {
|
|
4482
4500
|
class: ve(["textarea-wrapper", { disabled: e.disabled }])
|
|
@@ -4508,12 +4526,12 @@ function rd(t, n, e, i, o, r) {
|
|
|
4508
4526
|
onBlur: n[2] || (n[2] = (...d) => r.onBlur && r.onBlur(...d)),
|
|
4509
4527
|
class: ["ib-textarea", r.classes],
|
|
4510
4528
|
disabled: e.disabled
|
|
4511
|
-
}), null, 16,
|
|
4529
|
+
}), null, 16, rd), [
|
|
4512
4530
|
[xo, o.val]
|
|
4513
4531
|
])
|
|
4514
4532
|
], 2);
|
|
4515
4533
|
}
|
|
4516
|
-
const
|
|
4534
|
+
const u1 = /* @__PURE__ */ Ae(nd, [["render", id], ["__scopeId", "data-v-a0700fb0"]]);
|
|
4517
4535
|
var ni = [
|
|
4518
4536
|
"onChange",
|
|
4519
4537
|
"onClose",
|
|
@@ -4716,7 +4734,7 @@ function wt(t) {
|
|
|
4716
4734
|
var ii = function() {
|
|
4717
4735
|
}, gr = function(t, n, e) {
|
|
4718
4736
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
4719
|
-
},
|
|
4737
|
+
}, od = {
|
|
4720
4738
|
D: ii,
|
|
4721
4739
|
F: function(t, n, e) {
|
|
4722
4740
|
t.setMonth(e.months.longhand.indexOf(n));
|
|
@@ -4907,7 +4925,7 @@ var ii = function() {
|
|
|
4907
4925
|
m += un[$];
|
|
4908
4926
|
var x = new RegExp(m).exec(r);
|
|
4909
4927
|
x && (_ = !0) && v[$ !== "Y" ? "push" : "unshift"]({
|
|
4910
|
-
fn:
|
|
4928
|
+
fn: od[$],
|
|
4911
4929
|
val: x[++g]
|
|
4912
4930
|
});
|
|
4913
4931
|
} else
|
|
@@ -4930,14 +4948,14 @@ var ii = function() {
|
|
|
4930
4948
|
function Ot(t, n, e) {
|
|
4931
4949
|
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();
|
|
4932
4950
|
}
|
|
4933
|
-
var
|
|
4951
|
+
var ad = function(t, n, e) {
|
|
4934
4952
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
4935
4953
|
}, oi = function(t, n, e) {
|
|
4936
4954
|
return t * 3600 + n * 60 + e;
|
|
4937
|
-
},
|
|
4955
|
+
}, ld = function(t) {
|
|
4938
4956
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
4939
4957
|
return [n, e, t - n * 3600 - e * 60];
|
|
4940
|
-
},
|
|
4958
|
+
}, sd = {
|
|
4941
4959
|
DAY: 864e5
|
|
4942
4960
|
};
|
|
4943
4961
|
function ai(t) {
|
|
@@ -4983,8 +5001,8 @@ var ct = globalThis && globalThis.__assign || function() {
|
|
|
4983
5001
|
for (var r = arguments[n], l = 0, a = r.length; l < a; l++, o++)
|
|
4984
5002
|
i[o] = r[l];
|
|
4985
5003
|
return i;
|
|
4986
|
-
},
|
|
4987
|
-
function
|
|
5004
|
+
}, ud = 300;
|
|
5005
|
+
function dd(t, n) {
|
|
4988
5006
|
var e = {
|
|
4989
5007
|
config: ct(ct({}, _n), Je.defaultConfig),
|
|
4990
5008
|
l10n: Un
|
|
@@ -5047,7 +5065,7 @@ function ud(t, n) {
|
|
|
5047
5065
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
5048
5066
|
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);
|
|
5049
5067
|
if (me > Ce && me < de) {
|
|
5050
|
-
var Me =
|
|
5068
|
+
var Me = ld(de);
|
|
5051
5069
|
I = Me[0], L = Me[1], z = Me[2];
|
|
5052
5070
|
}
|
|
5053
5071
|
} else {
|
|
@@ -5102,7 +5120,7 @@ function ud(t, n) {
|
|
|
5102
5120
|
return;
|
|
5103
5121
|
}
|
|
5104
5122
|
var I = Hi(Ee, 50);
|
|
5105
|
-
if (e._debouncedChange = Hi(y,
|
|
5123
|
+
if (e._debouncedChange = Hi(y, ud), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && v(e.daysContainer, "mouseover", function(z) {
|
|
5106
5124
|
e.config.mode === "range" && _e(wt(z));
|
|
5107
5125
|
}), v(e._input, "keydown", fe), e.calendarContainer !== void 0 && v(e.calendarContainer, "keydown", fe), !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", Ht), v(e.monthNav, ["keyup", "increment"], _), v(e.daysContainer, "click", Oe)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
5108
5126
|
var L = function(z) {
|
|
@@ -5485,7 +5503,7 @@ function ud(t, n) {
|
|
|
5485
5503
|
}
|
|
5486
5504
|
function _e(I, L) {
|
|
5487
5505
|
if (L === void 0 && (L = "flatpickr-day"), !(e.selectedDates.length !== 1 || I && (!I.classList.contains(L) || I.classList.contains("flatpickr-disabled")))) {
|
|
5488
|
-
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, Me = 0, pe = le; pe < de; pe +=
|
|
5506
|
+
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, Me = 0, pe = le; pe < de; pe += sd.DAY)
|
|
5489
5507
|
Z(new Date(pe), !0) || (Ce = Ce || pe > le && pe < de, pe < X && (!me || pe > me) ? me = pe : pe > X && (!Me || pe < Me) && (Me = pe));
|
|
5490
5508
|
var ke = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + L));
|
|
5491
5509
|
ke.forEach(function(Re) {
|
|
@@ -5499,7 +5517,7 @@ function ud(t, n) {
|
|
|
5499
5517
|
return;
|
|
5500
5518
|
["startRange", "inRange", "endRange", "notAllowed"].forEach(function(Mt) {
|
|
5501
5519
|
Re.classList.remove(Mt);
|
|
5502
|
-
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && it === X ? Re.classList.add("startRange") : X > z && it === X && Re.classList.add("endRange"), it >= me && (Me === 0 || it <= Me) &&
|
|
5520
|
+
}), I !== void 0 && (I.classList.add(z <= e.selectedDates[0].getTime() ? "startRange" : "endRange"), X < z && it === X ? Re.classList.add("startRange") : X > z && it === X && Re.classList.add("endRange"), it >= me && (Me === 0 || it <= Me) && ad(it, X, z) && Re.classList.add("inRange"));
|
|
5503
5521
|
});
|
|
5504
5522
|
}
|
|
5505
5523
|
}
|
|
@@ -5868,7 +5886,7 @@ function $n(t, n) {
|
|
|
5868
5886
|
try {
|
|
5869
5887
|
if (r.getAttribute("data-fp-omit") !== null)
|
|
5870
5888
|
continue;
|
|
5871
|
-
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr =
|
|
5889
|
+
r._flatpickr !== void 0 && (r._flatpickr.destroy(), r._flatpickr = void 0), r._flatpickr = dd(r, n || {}), i.push(r._flatpickr);
|
|
5872
5890
|
} catch (l) {
|
|
5873
5891
|
console.error(l);
|
|
5874
5892
|
}
|
|
@@ -5998,17 +6016,17 @@ var Vo = { exports: {} };
|
|
|
5998
6016
|
return i;
|
|
5999
6017
|
});
|
|
6000
6018
|
})(Vo);
|
|
6001
|
-
var
|
|
6002
|
-
const
|
|
6019
|
+
var cd = Vo.exports;
|
|
6020
|
+
const fd = /* @__PURE__ */ Er(cd), hd = `
|
|
6003
6021
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6004
6022
|
<path d="M10.25 3.5L5.75 8L10.25 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6005
6023
|
</svg>
|
|
6006
|
-
`,
|
|
6024
|
+
`, pd = `
|
|
6007
6025
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6008
6026
|
<path d="M5.75 3.5L10.25 8L5.75 12.5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6009
6027
|
</svg>
|
|
6010
6028
|
`;
|
|
6011
|
-
const
|
|
6029
|
+
const gd = "single", li = "range", md = {
|
|
6012
6030
|
props: {
|
|
6013
6031
|
name: {
|
|
6014
6032
|
type: String,
|
|
@@ -6031,7 +6049,7 @@ const pd = "single", li = "range", gd = {
|
|
|
6031
6049
|
},
|
|
6032
6050
|
mode: {
|
|
6033
6051
|
type: String,
|
|
6034
|
-
default:
|
|
6052
|
+
default: gd
|
|
6035
6053
|
},
|
|
6036
6054
|
label: {
|
|
6037
6055
|
type: String,
|
|
@@ -6092,8 +6110,8 @@ const pd = "single", li = "range", gd = {
|
|
|
6092
6110
|
position: "left",
|
|
6093
6111
|
mode: this.mode,
|
|
6094
6112
|
appendTo: this.$refs.dropdown,
|
|
6095
|
-
prevArrow:
|
|
6096
|
-
nextArrow:
|
|
6113
|
+
prevArrow: hd,
|
|
6114
|
+
nextArrow: pd,
|
|
6097
6115
|
ignoredFocusElements: Array.from(t),
|
|
6098
6116
|
locale: {
|
|
6099
6117
|
weekdays: {
|
|
@@ -6115,7 +6133,7 @@ const pd = "single", li = "range", gd = {
|
|
|
6115
6133
|
onChange: (i, o) => this.onChange(o),
|
|
6116
6134
|
onClose: () => this.onClose()
|
|
6117
6135
|
};
|
|
6118
|
-
this.mode === li && (n.plugins = [new
|
|
6136
|
+
this.mode === li && (n.plugins = [new fd({ 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);
|
|
6119
6137
|
const e = Object.assign({}, n, this.config);
|
|
6120
6138
|
return this.pickerOptions = e, e;
|
|
6121
6139
|
},
|
|
@@ -6160,20 +6178,20 @@ const pd = "single", li = "range", gd = {
|
|
|
6160
6178
|
IbLabel: Cr,
|
|
6161
6179
|
IbAlert: dn
|
|
6162
6180
|
}
|
|
6163
|
-
},
|
|
6181
|
+
}, vd = { class: "inputs-wrapper" }, yd = { class: "input-group-wrapper" }, bd = ["placeholder"], _d = {
|
|
6164
6182
|
ref: "dropdown",
|
|
6165
6183
|
class: "dropdown"
|
|
6166
|
-
},
|
|
6184
|
+
}, $d = {
|
|
6167
6185
|
key: 1,
|
|
6168
6186
|
class: "support-text"
|
|
6169
|
-
},
|
|
6187
|
+
}, wd = {
|
|
6170
6188
|
key: 0,
|
|
6171
6189
|
class: "input-group-wrapper"
|
|
6172
|
-
},
|
|
6190
|
+
}, Od = ["placeholder"], kd = {
|
|
6173
6191
|
key: 1,
|
|
6174
6192
|
class: "support-text"
|
|
6175
6193
|
};
|
|
6176
|
-
function
|
|
6194
|
+
function Cd(t, n, e, i, o, r) {
|
|
6177
6195
|
const l = ce("ib-alert"), a = ce("ib-label"), d = ce("ib-icon");
|
|
6178
6196
|
return G(), ne("div", {
|
|
6179
6197
|
class: ve(["flatpickr-wrapper", {
|
|
@@ -6192,8 +6210,8 @@ function kd(t, n, e, i, o, r) {
|
|
|
6192
6210
|
]),
|
|
6193
6211
|
_: 1
|
|
6194
6212
|
})) : he("", !0),
|
|
6195
|
-
ae("div",
|
|
6196
|
-
ae("div",
|
|
6213
|
+
ae("div", vd, [
|
|
6214
|
+
ae("div", yd, [
|
|
6197
6215
|
e.label.length ? (G(), $e(a, {
|
|
6198
6216
|
key: 0,
|
|
6199
6217
|
class: "label",
|
|
@@ -6212,16 +6230,16 @@ function kd(t, n, e, i, o, r) {
|
|
|
6212
6230
|
placeholder: e.placeholder,
|
|
6213
6231
|
ref: "date",
|
|
6214
6232
|
class: "date-picker-input"
|
|
6215
|
-
}, null, 8,
|
|
6233
|
+
}, null, 8, bd),
|
|
6216
6234
|
ge(d, {
|
|
6217
6235
|
name: "today-outline",
|
|
6218
6236
|
class: "calendar-icon"
|
|
6219
6237
|
})
|
|
6220
6238
|
], 2),
|
|
6221
|
-
ae("div",
|
|
6222
|
-
e.supportText.length ? (G(), ne("p",
|
|
6239
|
+
ae("div", _d, null, 512),
|
|
6240
|
+
e.supportText.length ? (G(), ne("p", $d, we(e.supportText), 1)) : he("", !0)
|
|
6223
6241
|
]),
|
|
6224
|
-
e.mode === "range" ? (G(), ne("div",
|
|
6242
|
+
e.mode === "range" ? (G(), ne("div", wd, [
|
|
6225
6243
|
e.endDateLabel.length ? (G(), $e(a, {
|
|
6226
6244
|
key: 0,
|
|
6227
6245
|
class: "end-date-label label",
|
|
@@ -6240,18 +6258,18 @@ function kd(t, n, e, i, o, r) {
|
|
|
6240
6258
|
class: "date-picker-input",
|
|
6241
6259
|
placeholder: e.placeholder,
|
|
6242
6260
|
ref: "toDate"
|
|
6243
|
-
}, null, 8,
|
|
6261
|
+
}, null, 8, Od),
|
|
6244
6262
|
ge(d, {
|
|
6245
6263
|
name: "today-outline",
|
|
6246
6264
|
class: "calendar-icon"
|
|
6247
6265
|
})
|
|
6248
6266
|
], 2),
|
|
6249
|
-
e.endDateSupportText.length ? (G(), ne("p",
|
|
6267
|
+
e.endDateSupportText.length ? (G(), ne("p", kd, we(e.endDateSupportText), 1)) : he("", !0)
|
|
6250
6268
|
])) : he("", !0)
|
|
6251
6269
|
])
|
|
6252
6270
|
], 2);
|
|
6253
6271
|
}
|
|
6254
|
-
const
|
|
6272
|
+
const d1 = /* @__PURE__ */ Ae(md, [["render", Cd]]), Ed = [
|
|
6255
6273
|
[
|
|
6256
6274
|
"Afghanistan (افغانستان)",
|
|
6257
6275
|
"af",
|
|
@@ -7468,12 +7486,12 @@ const u1 = /* @__PURE__ */ Ae(gd, [["render", kd]]), Cd = [
|
|
|
7468
7486
|
"ax",
|
|
7469
7487
|
"358"
|
|
7470
7488
|
]
|
|
7471
|
-
],
|
|
7489
|
+
], Sd = Ed.map(([t, n, e]) => ({
|
|
7472
7490
|
name: t,
|
|
7473
7491
|
iso2: n.toUpperCase(),
|
|
7474
7492
|
dialCode: e
|
|
7475
7493
|
}));
|
|
7476
|
-
function
|
|
7494
|
+
function xd() {
|
|
7477
7495
|
return fetch("https://ip2c.org/s").then((t) => t.text()).then((t) => {
|
|
7478
7496
|
const n = (t || "").toString();
|
|
7479
7497
|
if (!n || n[0] !== "1")
|
|
@@ -7481,7 +7499,7 @@ function Sd() {
|
|
|
7481
7499
|
return n.substr(2, 2);
|
|
7482
7500
|
});
|
|
7483
7501
|
}
|
|
7484
|
-
function
|
|
7502
|
+
function Td(t, n) {
|
|
7485
7503
|
if (t.setSelectionRange)
|
|
7486
7504
|
t.focus(), t.setSelectionRange(n, n);
|
|
7487
7505
|
else if (t.createTextRange) {
|
|
@@ -7489,11 +7507,11 @@ function xd(t, n) {
|
|
|
7489
7507
|
e.collapse(!0), e.moveEnd("character", n), e.moveStart("character", n), e.select();
|
|
7490
7508
|
}
|
|
7491
7509
|
}
|
|
7492
|
-
const
|
|
7510
|
+
const Ad = [
|
|
7493
7511
|
{
|
|
7494
7512
|
name: "allCountries",
|
|
7495
7513
|
type: Array,
|
|
7496
|
-
default:
|
|
7514
|
+
default: Sd,
|
|
7497
7515
|
description: "All countries that are used in <code>libphonenumber-js</code>, can be overridden by this prop",
|
|
7498
7516
|
inDemo: !1
|
|
7499
7517
|
},
|
|
@@ -7734,7 +7752,7 @@ const Td = [
|
|
|
7734
7752
|
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)",
|
|
7735
7753
|
inDemo: !1
|
|
7736
7754
|
}
|
|
7737
|
-
],
|
|
7755
|
+
], Nd = [...Ad].reduce((t, n) => {
|
|
7738
7756
|
if (n.name.includes(".")) {
|
|
7739
7757
|
const [e, i] = n.name.split(".");
|
|
7740
7758
|
t[e] ? Object.assign(t[e], { [i]: n.default }) : Object.assign(t, { [e]: { [i]: n.default } });
|
|
@@ -7742,11 +7760,11 @@ const Td = [
|
|
|
7742
7760
|
Object.assign(t, { [n.name]: n.default });
|
|
7743
7761
|
return t;
|
|
7744
7762
|
}, {}), Ui = {
|
|
7745
|
-
options: { ...
|
|
7746
|
-
}, Nd = { 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}"]]] } };
|
|
7747
|
-
function
|
|
7763
|
+
options: { ...Nd }
|
|
7764
|
+
}, Id = { 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}"]]] } };
|
|
7765
|
+
function Md(t, n) {
|
|
7748
7766
|
var e = Array.prototype.slice.call(n);
|
|
7749
|
-
return e.push(
|
|
7767
|
+
return e.push(Id), t.apply(this, e);
|
|
7750
7768
|
}
|
|
7751
7769
|
function gi(t) {
|
|
7752
7770
|
return gi = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
@@ -7761,19 +7779,19 @@ function zi(t, n) {
|
|
|
7761
7779
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
7762
7780
|
}
|
|
7763
7781
|
}
|
|
7764
|
-
function
|
|
7782
|
+
function Pd(t, n, e) {
|
|
7765
7783
|
return n && zi(t.prototype, n), e && zi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7766
7784
|
}
|
|
7767
|
-
function
|
|
7785
|
+
function Dd(t, n) {
|
|
7768
7786
|
if (!(t instanceof n))
|
|
7769
7787
|
throw new TypeError("Cannot call a class as a function");
|
|
7770
7788
|
}
|
|
7771
|
-
function
|
|
7789
|
+
function Ld(t, n) {
|
|
7772
7790
|
if (typeof n != "function" && n !== null)
|
|
7773
7791
|
throw new TypeError("Super expression must either be null or a function");
|
|
7774
7792
|
t.prototype = Object.create(n && n.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), n && zn(t, n);
|
|
7775
7793
|
}
|
|
7776
|
-
function
|
|
7794
|
+
function Rd(t) {
|
|
7777
7795
|
var n = zo();
|
|
7778
7796
|
return function() {
|
|
7779
7797
|
var e = Kn(t), i;
|
|
@@ -7782,10 +7800,10 @@ function Ld(t) {
|
|
|
7782
7800
|
i = Reflect.construct(e, arguments, o);
|
|
7783
7801
|
} else
|
|
7784
7802
|
i = e.apply(this, arguments);
|
|
7785
|
-
return
|
|
7803
|
+
return Bd(this, i);
|
|
7786
7804
|
};
|
|
7787
7805
|
}
|
|
7788
|
-
function
|
|
7806
|
+
function Bd(t, n) {
|
|
7789
7807
|
if (n && (gi(n) === "object" || typeof n == "function"))
|
|
7790
7808
|
return n;
|
|
7791
7809
|
if (n !== void 0)
|
|
@@ -7800,7 +7818,7 @@ function Uo(t) {
|
|
|
7800
7818
|
function mi(t) {
|
|
7801
7819
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
7802
7820
|
return mi = function(e) {
|
|
7803
|
-
if (e === null || !
|
|
7821
|
+
if (e === null || !jd(e))
|
|
7804
7822
|
return e;
|
|
7805
7823
|
if (typeof e != "function")
|
|
7806
7824
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -7835,7 +7853,7 @@ function zo() {
|
|
|
7835
7853
|
return !1;
|
|
7836
7854
|
}
|
|
7837
7855
|
}
|
|
7838
|
-
function
|
|
7856
|
+
function jd(t) {
|
|
7839
7857
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
7840
7858
|
}
|
|
7841
7859
|
function zn(t, n) {
|
|
@@ -7849,14 +7867,14 @@ function Kn(t) {
|
|
|
7849
7867
|
}, Kn(t);
|
|
7850
7868
|
}
|
|
7851
7869
|
var Jt = /* @__PURE__ */ function(t) {
|
|
7852
|
-
|
|
7853
|
-
var n =
|
|
7870
|
+
Ld(e, t);
|
|
7871
|
+
var n = Rd(e);
|
|
7854
7872
|
function e(i) {
|
|
7855
7873
|
var o;
|
|
7856
|
-
return
|
|
7874
|
+
return Dd(this, e), o = n.call(this, i), Object.setPrototypeOf(Uo(o), e.prototype), o.name = o.constructor.name, o;
|
|
7857
7875
|
}
|
|
7858
|
-
return
|
|
7859
|
-
}(/* @__PURE__ */ mi(Error)), Si = 2,
|
|
7876
|
+
return Pd(e);
|
|
7877
|
+
}(/* @__PURE__ */ mi(Error)), Si = 2, qd = 17, Fd = 3, Xt = "0-90-9٠-٩۰-۹", Hd = "-‐-―−ー-", Vd = "//", Ud = "..", zd = " ", Kd = "()()[]\\[\\]", Gd = "~⁓∼~", mr = "".concat(Hd).concat(Vd).concat(Ud).concat(zd).concat(Kd).concat(Gd), xi = "++";
|
|
7860
7878
|
function Ki(t, n) {
|
|
7861
7879
|
t = t.split("-"), n = n.split("-");
|
|
7862
7880
|
for (var e = t[0].split("."), i = n[0].split("."), o = 0; o < 3; o++) {
|
|
@@ -7892,9 +7910,9 @@ function Gi(t, n) {
|
|
|
7892
7910
|
function xr(t, n, e) {
|
|
7893
7911
|
return n && Gi(t.prototype, n), e && Gi(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
7894
7912
|
}
|
|
7895
|
-
var
|
|
7913
|
+
var Yd = "1.2.0", Wd = "1.7.35", Yi = " ext. ", Zd = /^\d+$/, kt = /* @__PURE__ */ function() {
|
|
7896
7914
|
function t(n) {
|
|
7897
|
-
Sr(this, t),
|
|
7915
|
+
Sr(this, t), ec(n), this.metadata = n, Ko.call(this, n);
|
|
7898
7916
|
}
|
|
7899
7917
|
return xr(t, [{
|
|
7900
7918
|
key: "getCountries",
|
|
@@ -7947,7 +7965,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
7947
7965
|
}, {
|
|
7948
7966
|
key: "selectNumberingPlan",
|
|
7949
7967
|
value: function(n, e) {
|
|
7950
|
-
if (n &&
|
|
7968
|
+
if (n && Zd.test(n) && (e = n, n = null), n && n !== "001") {
|
|
7951
7969
|
if (!this.hasCountry(n))
|
|
7952
7970
|
throw new Error("Unknown country: ".concat(n));
|
|
7953
7971
|
this.numberingPlan = new Wi(this.getCountryMetadata(n), this);
|
|
@@ -8137,7 +8155,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8137
8155
|
value: function() {
|
|
8138
8156
|
var n = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
8139
8157
|
return e.map(function(i) {
|
|
8140
|
-
return new
|
|
8158
|
+
return new Jd(i, n);
|
|
8141
8159
|
});
|
|
8142
8160
|
}
|
|
8143
8161
|
}, {
|
|
@@ -8206,7 +8224,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8206
8224
|
key: "type",
|
|
8207
8225
|
value: function(n) {
|
|
8208
8226
|
if (this.hasTypes() && Zi(this.types(), n))
|
|
8209
|
-
return new
|
|
8227
|
+
return new Qd(Zi(this.types(), n), this);
|
|
8210
8228
|
}
|
|
8211
8229
|
}, {
|
|
8212
8230
|
key: "ext",
|
|
@@ -8214,7 +8232,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8214
8232
|
return this.v1 || this.v2 ? Yi : this.metadata[13] || Yi;
|
|
8215
8233
|
}
|
|
8216
8234
|
}]), t;
|
|
8217
|
-
}(),
|
|
8235
|
+
}(), Jd = /* @__PURE__ */ function() {
|
|
8218
8236
|
function t(n, e) {
|
|
8219
8237
|
Sr(this, t), this._format = n, this.metadata = e;
|
|
8220
8238
|
}
|
|
@@ -8253,7 +8271,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8253
8271
|
key: "usesNationalPrefix",
|
|
8254
8272
|
value: function() {
|
|
8255
8273
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
8256
|
-
!
|
|
8274
|
+
!Xd.test(this.nationalPrefixFormattingRule()));
|
|
8257
8275
|
}
|
|
8258
8276
|
}, {
|
|
8259
8277
|
key: "internationalFormat",
|
|
@@ -8261,7 +8279,7 @@ var Gd = "1.2.0", Yd = "1.7.35", Yi = " ext. ", Wd = /^\d+$/, kt = /* @__PURE__
|
|
|
8261
8279
|
return this._format[5] || this.format();
|
|
8262
8280
|
}
|
|
8263
8281
|
}]), t;
|
|
8264
|
-
}(),
|
|
8282
|
+
}(), Xd = /^\(?\$1\)?$/, Qd = /* @__PURE__ */ function() {
|
|
8265
8283
|
function t(n, e) {
|
|
8266
8284
|
Sr(this, t), this.type = n, this.metadata = e;
|
|
8267
8285
|
}
|
|
@@ -8302,15 +8320,15 @@ function Zi(t, n) {
|
|
|
8302
8320
|
return t[9];
|
|
8303
8321
|
}
|
|
8304
8322
|
}
|
|
8305
|
-
function
|
|
8323
|
+
function ec(t) {
|
|
8306
8324
|
if (!t)
|
|
8307
8325
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
8308
8326
|
if (!si(t) || !si(t.countries))
|
|
8309
|
-
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 " +
|
|
8327
|
+
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 " + tc(t) + ": " + t, "."));
|
|
8310
8328
|
}
|
|
8311
8329
|
var si = function(t) {
|
|
8312
8330
|
return vr(t) === "object";
|
|
8313
|
-
},
|
|
8331
|
+
}, tc = function(t) {
|
|
8314
8332
|
return vr(t);
|
|
8315
8333
|
};
|
|
8316
8334
|
function Ti(t, n) {
|
|
@@ -8318,34 +8336,34 @@ function Ti(t, n) {
|
|
|
8318
8336
|
return n.country(t).countryCallingCode();
|
|
8319
8337
|
throw new Error("Unknown country: ".concat(t));
|
|
8320
8338
|
}
|
|
8321
|
-
function
|
|
8339
|
+
function nc(t, n) {
|
|
8322
8340
|
return n.countries[t] !== void 0;
|
|
8323
8341
|
}
|
|
8324
8342
|
function Ko(t) {
|
|
8325
8343
|
var n = t.version;
|
|
8326
|
-
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n,
|
|
8344
|
+
typeof n == "number" ? (this.v1 = n === 1, this.v2 = n === 2, this.v3 = n === 3, this.v4 = n === 4) : n ? Ki(n, Yd) === -1 ? this.v2 = !0 : Ki(n, Wd) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
8327
8345
|
}
|
|
8328
|
-
var
|
|
8346
|
+
var rc = ";ext=", yn = function(t) {
|
|
8329
8347
|
return "([".concat(Xt, "]{1,").concat(t, "})");
|
|
8330
8348
|
};
|
|
8331
8349
|
function Go(t) {
|
|
8332
|
-
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", l = "[:\\..]?[ \\t,-]*", a = "#?", d = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", c = "[ \\t]*", s = "(?:,{2}|;)", u =
|
|
8350
|
+
var n = "20", e = "15", i = "9", o = "6", r = "[ \\t,]*", l = "[:\\..]?[ \\t,-]*", a = "#?", d = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", f = "(?:[xx##~~]|int|int)", h = "[- ]+", c = "[ \\t]*", s = "(?:,{2}|;)", u = rc + yn(n), _ = r + d + l + yn(n) + a, v = r + f + l + yn(i) + a, y = h + yn(o) + "#", g = c + s + l + yn(e) + a, m = c + "(?:,)+" + l + yn(i) + a;
|
|
8333
8351
|
return u + "|" + _ + "|" + v + "|" + y + "|" + g + "|" + m;
|
|
8334
8352
|
}
|
|
8335
|
-
var
|
|
8336
|
-
"(?:" + Go() + ")?",
|
|
8353
|
+
var ic = "[" + Xt + "]{" + Si + "}", oc = "[" + xi + "]{0,1}(?:[" + mr + "]*[" + Xt + "]){3,}[" + mr + Xt + "]*", ac = new RegExp("^[" + xi + "]{0,1}(?:[" + mr + "]*[" + Xt + "]){1,2}$", "i"), lc = oc + // Phone number extensions
|
|
8354
|
+
"(?:" + Go() + ")?", sc = new RegExp(
|
|
8337
8355
|
// Either a short two-digit-only phone number
|
|
8338
|
-
"^" +
|
|
8356
|
+
"^" + ic + "$|^" + lc + "$",
|
|
8339
8357
|
"i"
|
|
8340
8358
|
);
|
|
8341
8359
|
function Yo(t) {
|
|
8342
|
-
return t.length >= Si &&
|
|
8360
|
+
return t.length >= Si && sc.test(t);
|
|
8343
8361
|
}
|
|
8344
|
-
function
|
|
8345
|
-
return
|
|
8362
|
+
function uc(t) {
|
|
8363
|
+
return ac.test(t);
|
|
8346
8364
|
}
|
|
8347
8365
|
var Ji = new RegExp("(?:" + Go() + ")$", "i");
|
|
8348
|
-
function
|
|
8366
|
+
function dc(t) {
|
|
8349
8367
|
var n = t.search(Ji);
|
|
8350
8368
|
if (n < 0)
|
|
8351
8369
|
return {};
|
|
@@ -8358,7 +8376,7 @@ function uc(t) {
|
|
|
8358
8376
|
o++;
|
|
8359
8377
|
}
|
|
8360
8378
|
}
|
|
8361
|
-
var
|
|
8379
|
+
var cc = {
|
|
8362
8380
|
0: "0",
|
|
8363
8381
|
1: "1",
|
|
8364
8382
|
2: "2",
|
|
@@ -8430,14 +8448,14 @@ var dc = {
|
|
|
8430
8448
|
"۹": "9"
|
|
8431
8449
|
// Eastern-Arabic digit 9
|
|
8432
8450
|
};
|
|
8433
|
-
function
|
|
8434
|
-
return
|
|
8451
|
+
function fc(t) {
|
|
8452
|
+
return cc[t];
|
|
8435
8453
|
}
|
|
8436
|
-
function
|
|
8454
|
+
function hc(t, n) {
|
|
8437
8455
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8438
8456
|
if (e)
|
|
8439
8457
|
return (e = e.call(t)).next.bind(e);
|
|
8440
|
-
if (Array.isArray(t) || (e =
|
|
8458
|
+
if (Array.isArray(t) || (e = pc(t)) || n && t && typeof t.length == "number") {
|
|
8441
8459
|
e && (t = e);
|
|
8442
8460
|
var i = 0;
|
|
8443
8461
|
return function() {
|
|
@@ -8447,7 +8465,7 @@ function fc(t, n) {
|
|
|
8447
8465
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8448
8466
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8449
8467
|
}
|
|
8450
|
-
function
|
|
8468
|
+
function pc(t, n) {
|
|
8451
8469
|
if (t) {
|
|
8452
8470
|
if (typeof t == "string")
|
|
8453
8471
|
return Xi(t, n);
|
|
@@ -8465,20 +8483,20 @@ function Xi(t, n) {
|
|
|
8465
8483
|
return i;
|
|
8466
8484
|
}
|
|
8467
8485
|
function Qi(t) {
|
|
8468
|
-
for (var n = "", e =
|
|
8486
|
+
for (var n = "", e = hc(t.split("")), i; !(i = e()).done; ) {
|
|
8469
8487
|
var o = i.value;
|
|
8470
|
-
n +=
|
|
8488
|
+
n += gc(o, n) || "";
|
|
8471
8489
|
}
|
|
8472
8490
|
return n;
|
|
8473
8491
|
}
|
|
8474
|
-
function pc(t, n) {
|
|
8475
|
-
return t === "+" ? n ? void 0 : "+" : cc(t);
|
|
8476
|
-
}
|
|
8477
8492
|
function gc(t, n) {
|
|
8493
|
+
return t === "+" ? n ? void 0 : "+" : fc(t);
|
|
8494
|
+
}
|
|
8495
|
+
function mc(t, n) {
|
|
8478
8496
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8479
8497
|
if (e)
|
|
8480
8498
|
return (e = e.call(t)).next.bind(e);
|
|
8481
|
-
if (Array.isArray(t) || (e =
|
|
8499
|
+
if (Array.isArray(t) || (e = vc(t)) || n && t && typeof t.length == "number") {
|
|
8482
8500
|
e && (t = e);
|
|
8483
8501
|
var i = 0;
|
|
8484
8502
|
return function() {
|
|
@@ -8488,7 +8506,7 @@ function gc(t, n) {
|
|
|
8488
8506
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8489
8507
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8490
8508
|
}
|
|
8491
|
-
function
|
|
8509
|
+
function vc(t, n) {
|
|
8492
8510
|
if (t) {
|
|
8493
8511
|
if (typeof t == "string")
|
|
8494
8512
|
return eo(t, n);
|
|
@@ -8505,8 +8523,8 @@ function eo(t, n) {
|
|
|
8505
8523
|
i[e] = t[e];
|
|
8506
8524
|
return i;
|
|
8507
8525
|
}
|
|
8508
|
-
function
|
|
8509
|
-
for (var e = t.slice(), i =
|
|
8526
|
+
function yc(t, n) {
|
|
8527
|
+
for (var e = t.slice(), i = mc(n), o; !(o = i()).done; ) {
|
|
8510
8528
|
var r = o.value;
|
|
8511
8529
|
t.indexOf(r) < 0 && e.push(r);
|
|
8512
8530
|
}
|
|
@@ -8525,13 +8543,13 @@ function Wo(t, n, e) {
|
|
|
8525
8543
|
if (!e.type("FIXED_LINE"))
|
|
8526
8544
|
return Wo(t, "MOBILE", e);
|
|
8527
8545
|
var r = e.type("MOBILE");
|
|
8528
|
-
r && (o =
|
|
8546
|
+
r && (o = yc(o, r.possibleLengths()));
|
|
8529
8547
|
} else if (n && !i)
|
|
8530
8548
|
return "INVALID_LENGTH";
|
|
8531
8549
|
var l = t.length, a = o[0];
|
|
8532
8550
|
return a === l ? "IS_POSSIBLE" : a > l ? "TOO_SHORT" : o[o.length - 1] < l ? "TOO_LONG" : o.indexOf(l, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
8533
8551
|
}
|
|
8534
|
-
function
|
|
8552
|
+
function bc(t, n, e) {
|
|
8535
8553
|
if (n === void 0 && (n = {}), e = new kt(e), n.v2) {
|
|
8536
8554
|
if (!t.countryCallingCode)
|
|
8537
8555
|
throw new Error("Invalid phone number object passed");
|
|
@@ -8563,14 +8581,14 @@ function Zo(t, n) {
|
|
|
8563
8581
|
return !1;
|
|
8564
8582
|
}
|
|
8565
8583
|
}
|
|
8566
|
-
function
|
|
8567
|
-
return
|
|
8584
|
+
function _c(t, n) {
|
|
8585
|
+
return Oc(t) || wc(t, n) || Jo(t, n) || $c();
|
|
8568
8586
|
}
|
|
8569
|
-
function
|
|
8587
|
+
function $c() {
|
|
8570
8588
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8571
8589
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8572
8590
|
}
|
|
8573
|
-
function
|
|
8591
|
+
function wc(t, n) {
|
|
8574
8592
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8575
8593
|
if (e != null) {
|
|
8576
8594
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -8590,11 +8608,11 @@ function $c(t, n) {
|
|
|
8590
8608
|
return i;
|
|
8591
8609
|
}
|
|
8592
8610
|
}
|
|
8593
|
-
function
|
|
8611
|
+
function Oc(t) {
|
|
8594
8612
|
if (Array.isArray(t))
|
|
8595
8613
|
return t;
|
|
8596
8614
|
}
|
|
8597
|
-
function
|
|
8615
|
+
function kc(t, n) {
|
|
8598
8616
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8599
8617
|
if (e)
|
|
8600
8618
|
return (e = e.call(t)).next.bind(e);
|
|
@@ -8625,11 +8643,11 @@ function to(t, n) {
|
|
|
8625
8643
|
i[e] = t[e];
|
|
8626
8644
|
return i;
|
|
8627
8645
|
}
|
|
8628
|
-
function
|
|
8646
|
+
function Cc(t) {
|
|
8629
8647
|
var n, e;
|
|
8630
8648
|
t = t.replace(/^tel:/, "tel=");
|
|
8631
|
-
for (var i =
|
|
8632
|
-
var r = o.value, l = r.split("="), a =
|
|
8649
|
+
for (var i = kc(t.split(";")), o; !(o = i()).done; ) {
|
|
8650
|
+
var r = o.value, l = r.split("="), a = _c(l, 2), d = a[0], f = a[1];
|
|
8633
8651
|
switch (d) {
|
|
8634
8652
|
case "tel":
|
|
8635
8653
|
n = f;
|
|
@@ -8649,7 +8667,7 @@ function kc(t) {
|
|
|
8649
8667
|
};
|
|
8650
8668
|
return e && (h.ext = e), h;
|
|
8651
8669
|
}
|
|
8652
|
-
function
|
|
8670
|
+
function Ec(t) {
|
|
8653
8671
|
var n = t.number, e = t.ext;
|
|
8654
8672
|
if (!n)
|
|
8655
8673
|
return "";
|
|
@@ -8660,11 +8678,11 @@ function Cc(t) {
|
|
|
8660
8678
|
function Yt(t, n) {
|
|
8661
8679
|
return t = t || "", new RegExp("^(?:" + n + ")$").test(t);
|
|
8662
8680
|
}
|
|
8663
|
-
function
|
|
8681
|
+
function Sc(t, n) {
|
|
8664
8682
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8665
8683
|
if (e)
|
|
8666
8684
|
return (e = e.call(t)).next.bind(e);
|
|
8667
|
-
if (Array.isArray(t) || (e =
|
|
8685
|
+
if (Array.isArray(t) || (e = xc(t)) || n && t && typeof t.length == "number") {
|
|
8668
8686
|
e && (t = e);
|
|
8669
8687
|
var i = 0;
|
|
8670
8688
|
return function() {
|
|
@@ -8674,7 +8692,7 @@ function Ec(t, n) {
|
|
|
8674
8692
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8675
8693
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8676
8694
|
}
|
|
8677
|
-
function
|
|
8695
|
+
function xc(t, n) {
|
|
8678
8696
|
if (t) {
|
|
8679
8697
|
if (typeof t == "string")
|
|
8680
8698
|
return no(t, n);
|
|
@@ -8691,7 +8709,7 @@ function no(t, n) {
|
|
|
8691
8709
|
i[e] = t[e];
|
|
8692
8710
|
return i;
|
|
8693
8711
|
}
|
|
8694
|
-
var
|
|
8712
|
+
var Tc = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
8695
8713
|
function Ni(t, n, e) {
|
|
8696
8714
|
if (n = n || {}, !!t.country) {
|
|
8697
8715
|
e = new kt(e), e.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -8699,7 +8717,7 @@ function Ni(t, n, e) {
|
|
|
8699
8717
|
if (Yt(i, e.nationalNumberPattern())) {
|
|
8700
8718
|
if (ui(i, "FIXED_LINE", e))
|
|
8701
8719
|
return e.type("MOBILE") && e.type("MOBILE").pattern() === "" || !e.type("MOBILE") || ui(i, "MOBILE", e) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
8702
|
-
for (var o =
|
|
8720
|
+
for (var o = Sc(Tc), r; !(r = o()).done; ) {
|
|
8703
8721
|
var l = r.value;
|
|
8704
8722
|
if (ui(i, l, e))
|
|
8705
8723
|
return l;
|
|
@@ -8710,7 +8728,7 @@ function Ni(t, n, e) {
|
|
|
8710
8728
|
function ui(t, n, e) {
|
|
8711
8729
|
return n = e.type(n), !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Yt(t, n.pattern());
|
|
8712
8730
|
}
|
|
8713
|
-
function
|
|
8731
|
+
function Ac(t, n, e) {
|
|
8714
8732
|
if (n = n || {}, e = new kt(e), !t.country)
|
|
8715
8733
|
return !1;
|
|
8716
8734
|
if (e.selectNumberingPlan(t.country, t.countryCallingCode), e.hasTypes())
|
|
@@ -8718,11 +8736,11 @@ function Tc(t, n, e) {
|
|
|
8718
8736
|
var i = n.v2 ? t.nationalNumber : t.phone;
|
|
8719
8737
|
return Yt(i, e.nationalNumberPattern());
|
|
8720
8738
|
}
|
|
8721
|
-
function
|
|
8739
|
+
function Nc(t) {
|
|
8722
8740
|
return t.replace(new RegExp("[".concat(mr, "]+"), "g"), " ").trim();
|
|
8723
8741
|
}
|
|
8724
|
-
var
|
|
8725
|
-
function
|
|
8742
|
+
var Ic = /(\$\d)/;
|
|
8743
|
+
function Mc(t, n, e) {
|
|
8726
8744
|
var i = e.useInternationalFormat, o = e.withNationalPrefix;
|
|
8727
8745
|
e.carrierCode, e.metadata;
|
|
8728
8746
|
var r = t.replace(new RegExp(n.pattern()), i ? n.internationalFormat() : (
|
|
@@ -8739,23 +8757,23 @@ function Ic(t, n, e) {
|
|
|
8739
8757
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
8740
8758
|
// : format.format()
|
|
8741
8759
|
// )
|
|
8742
|
-
o && n.nationalPrefixFormattingRule() ? n.format().replace(
|
|
8760
|
+
o && n.nationalPrefixFormattingRule() ? n.format().replace(Ic, n.nationalPrefixFormattingRule()) : n.format()
|
|
8743
8761
|
));
|
|
8744
|
-
return i ?
|
|
8762
|
+
return i ? Nc(r) : r;
|
|
8745
8763
|
}
|
|
8746
|
-
var
|
|
8747
|
-
function
|
|
8764
|
+
var Pc = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
8765
|
+
function Dc(t, n, e) {
|
|
8748
8766
|
var i = new kt(e);
|
|
8749
8767
|
if (i.selectNumberingPlan(t, n), i.defaultIDDPrefix())
|
|
8750
8768
|
return i.defaultIDDPrefix();
|
|
8751
|
-
if (
|
|
8769
|
+
if (Pc.test(i.IDDPrefix()))
|
|
8752
8770
|
return i.IDDPrefix();
|
|
8753
8771
|
}
|
|
8754
|
-
function
|
|
8772
|
+
function Lc(t, n) {
|
|
8755
8773
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
8756
8774
|
if (e)
|
|
8757
8775
|
return (e = e.call(t)).next.bind(e);
|
|
8758
|
-
if (Array.isArray(t) || (e =
|
|
8776
|
+
if (Array.isArray(t) || (e = Rc(t)) || n && t && typeof t.length == "number") {
|
|
8759
8777
|
e && (t = e);
|
|
8760
8778
|
var i = 0;
|
|
8761
8779
|
return function() {
|
|
@@ -8765,7 +8783,7 @@ function Dc(t, n) {
|
|
|
8765
8783
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8766
8784
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8767
8785
|
}
|
|
8768
|
-
function
|
|
8786
|
+
function Rc(t, n) {
|
|
8769
8787
|
if (t) {
|
|
8770
8788
|
if (typeof t == "string")
|
|
8771
8789
|
return ro(t, n);
|
|
@@ -8796,14 +8814,14 @@ function oo(t) {
|
|
|
8796
8814
|
for (var n = 1; n < arguments.length; n++) {
|
|
8797
8815
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8798
8816
|
n % 2 ? io(Object(e), !0).forEach(function(i) {
|
|
8799
|
-
|
|
8817
|
+
Bc(t, i, e[i]);
|
|
8800
8818
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : io(Object(e)).forEach(function(i) {
|
|
8801
8819
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8802
8820
|
});
|
|
8803
8821
|
}
|
|
8804
8822
|
return t;
|
|
8805
8823
|
}
|
|
8806
|
-
function
|
|
8824
|
+
function Bc(t, n, e) {
|
|
8807
8825
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8808
8826
|
}
|
|
8809
8827
|
var ao = {
|
|
@@ -8811,7 +8829,7 @@ var ao = {
|
|
|
8811
8829
|
return "".concat(t).concat(e.ext()).concat(n);
|
|
8812
8830
|
}
|
|
8813
8831
|
};
|
|
8814
|
-
function
|
|
8832
|
+
function jc(t, n, e, i) {
|
|
8815
8833
|
if (e ? e = oo(oo({}, ao), e) : e = ao, i = new kt(i), t.country && t.country !== "001") {
|
|
8816
8834
|
if (!i.hasCountry(t.country))
|
|
8817
8835
|
throw new Error("Unknown country: ".concat(t.country));
|
|
@@ -8829,30 +8847,30 @@ function Bc(t, n, e, i) {
|
|
|
8829
8847
|
case "E.164":
|
|
8830
8848
|
return "+".concat(o).concat(r);
|
|
8831
8849
|
case "RFC3966":
|
|
8832
|
-
return
|
|
8850
|
+
return Ec({
|
|
8833
8851
|
number: "+".concat(o).concat(r),
|
|
8834
8852
|
ext: t.ext
|
|
8835
8853
|
});
|
|
8836
8854
|
case "IDD":
|
|
8837
8855
|
if (!e.fromCountry)
|
|
8838
8856
|
return;
|
|
8839
|
-
var a =
|
|
8857
|
+
var a = Fc(r, t.carrierCode, o, e.fromCountry, i);
|
|
8840
8858
|
return di(a, t.ext, i, e.formatExtension);
|
|
8841
8859
|
default:
|
|
8842
8860
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(n, '"'));
|
|
8843
8861
|
}
|
|
8844
8862
|
}
|
|
8845
8863
|
function yr(t, n, e, i, o) {
|
|
8846
|
-
var r =
|
|
8847
|
-
return r ?
|
|
8864
|
+
var r = qc(i.formats(), t);
|
|
8865
|
+
return r ? Mc(t, r, {
|
|
8848
8866
|
useInternationalFormat: e === "INTERNATIONAL",
|
|
8849
8867
|
withNationalPrefix: !(r.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && o && o.nationalPrefix === !1),
|
|
8850
8868
|
carrierCode: n,
|
|
8851
8869
|
metadata: i
|
|
8852
8870
|
}) : t;
|
|
8853
8871
|
}
|
|
8854
|
-
function
|
|
8855
|
-
for (var e =
|
|
8872
|
+
function qc(t, n) {
|
|
8873
|
+
for (var e = Lc(t), i; !(i = e()).done; ) {
|
|
8856
8874
|
var o = i.value;
|
|
8857
8875
|
if (o.leadingDigitsPatterns().length > 0) {
|
|
8858
8876
|
var r = o.leadingDigitsPatterns()[o.leadingDigitsPatterns().length - 1];
|
|
@@ -8866,13 +8884,13 @@ function jc(t, n) {
|
|
|
8866
8884
|
function di(t, n, e, i) {
|
|
8867
8885
|
return n ? i(t, n, e) : t;
|
|
8868
8886
|
}
|
|
8869
|
-
function
|
|
8887
|
+
function Fc(t, n, e, i, o) {
|
|
8870
8888
|
var r = Ti(i, o.metadata);
|
|
8871
8889
|
if (r === e) {
|
|
8872
8890
|
var l = yr(t, n, "NATIONAL", o);
|
|
8873
8891
|
return e === "1" ? e + " " + l : l;
|
|
8874
8892
|
}
|
|
8875
|
-
var a =
|
|
8893
|
+
var a = Dc(i, void 0, o.metadata);
|
|
8876
8894
|
if (a)
|
|
8877
8895
|
return "".concat(a, " ").concat(e, " ").concat(yr(t, null, "INTERNATIONAL", o));
|
|
8878
8896
|
}
|
|
@@ -8890,17 +8908,17 @@ function so(t) {
|
|
|
8890
8908
|
for (var n = 1; n < arguments.length; n++) {
|
|
8891
8909
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
8892
8910
|
n % 2 ? lo(Object(e), !0).forEach(function(i) {
|
|
8893
|
-
|
|
8911
|
+
Hc(t, i, e[i]);
|
|
8894
8912
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : lo(Object(e)).forEach(function(i) {
|
|
8895
8913
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
8896
8914
|
});
|
|
8897
8915
|
}
|
|
8898
8916
|
return t;
|
|
8899
8917
|
}
|
|
8900
|
-
function
|
|
8918
|
+
function Hc(t, n, e) {
|
|
8901
8919
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
8902
8920
|
}
|
|
8903
|
-
function
|
|
8921
|
+
function Vc(t, n) {
|
|
8904
8922
|
if (!(t instanceof n))
|
|
8905
8923
|
throw new TypeError("Cannot call a class as a function");
|
|
8906
8924
|
}
|
|
@@ -8910,21 +8928,21 @@ function uo(t, n) {
|
|
|
8910
8928
|
i.enumerable = i.enumerable || !1, i.configurable = !0, "value" in i && (i.writable = !0), Object.defineProperty(t, i.key, i);
|
|
8911
8929
|
}
|
|
8912
8930
|
}
|
|
8913
|
-
function
|
|
8931
|
+
function Uc(t, n, e) {
|
|
8914
8932
|
return n && uo(t.prototype, n), e && uo(t, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
8915
8933
|
}
|
|
8916
|
-
var
|
|
8934
|
+
var zc = /* @__PURE__ */ function() {
|
|
8917
8935
|
function t(n, e, i) {
|
|
8918
|
-
if (
|
|
8936
|
+
if (Vc(this, t), !n)
|
|
8919
8937
|
throw new TypeError("`country` or `countryCallingCode` not passed");
|
|
8920
8938
|
if (!e)
|
|
8921
8939
|
throw new TypeError("`nationalNumber` not passed");
|
|
8922
8940
|
if (!i)
|
|
8923
8941
|
throw new TypeError("`metadata` not passed");
|
|
8924
8942
|
var o = new kt(i);
|
|
8925
|
-
|
|
8943
|
+
Kc(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;
|
|
8926
8944
|
}
|
|
8927
|
-
return
|
|
8945
|
+
return Uc(t, [{
|
|
8928
8946
|
key: "setExt",
|
|
8929
8947
|
value: function(n) {
|
|
8930
8948
|
this.ext = n;
|
|
@@ -8932,14 +8950,14 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8932
8950
|
}, {
|
|
8933
8951
|
key: "isPossible",
|
|
8934
8952
|
value: function() {
|
|
8935
|
-
return
|
|
8953
|
+
return bc(this, {
|
|
8936
8954
|
v2: !0
|
|
8937
8955
|
}, this.metadata);
|
|
8938
8956
|
}
|
|
8939
8957
|
}, {
|
|
8940
8958
|
key: "isValid",
|
|
8941
8959
|
value: function() {
|
|
8942
|
-
return
|
|
8960
|
+
return Ac(this, {
|
|
8943
8961
|
v2: !0
|
|
8944
8962
|
}, this.metadata);
|
|
8945
8963
|
}
|
|
@@ -8969,7 +8987,7 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8969
8987
|
}, {
|
|
8970
8988
|
key: "format",
|
|
8971
8989
|
value: function(n, e) {
|
|
8972
|
-
return
|
|
8990
|
+
return jc(this, n, e ? so(so({}, e), {}, {
|
|
8973
8991
|
v2: !0
|
|
8974
8992
|
}) : {
|
|
8975
8993
|
v2: !0
|
|
@@ -8991,23 +9009,23 @@ var Uc = /* @__PURE__ */ function() {
|
|
|
8991
9009
|
return this.format("RFC3966", n);
|
|
8992
9010
|
}
|
|
8993
9011
|
}]), t;
|
|
8994
|
-
}(),
|
|
9012
|
+
}(), Kc = function(t) {
|
|
8995
9013
|
return /^[A-Z]{2}$/.test(t);
|
|
8996
|
-
},
|
|
8997
|
-
function
|
|
9014
|
+
}, Gc = new RegExp("([" + Xt + "])");
|
|
9015
|
+
function Yc(t, n, e, i) {
|
|
8998
9016
|
if (n) {
|
|
8999
9017
|
var o = new kt(i);
|
|
9000
9018
|
o.selectNumberingPlan(n, e);
|
|
9001
9019
|
var r = new RegExp(o.IDDPrefix());
|
|
9002
9020
|
if (t.search(r) === 0) {
|
|
9003
9021
|
t = t.slice(t.match(r)[0].length);
|
|
9004
|
-
var l = t.match(
|
|
9022
|
+
var l = t.match(Gc);
|
|
9005
9023
|
if (!(l && l[1] != null && l[1].length > 0 && l[1] === "0"))
|
|
9006
9024
|
return t;
|
|
9007
9025
|
}
|
|
9008
9026
|
}
|
|
9009
9027
|
}
|
|
9010
|
-
function
|
|
9028
|
+
function Wc(t, n) {
|
|
9011
9029
|
if (t && n.numberingPlan.nationalPrefixForParsing()) {
|
|
9012
9030
|
var e = new RegExp("^(?:" + n.numberingPlan.nationalPrefixForParsing() + ")"), i = e.exec(t);
|
|
9013
9031
|
if (i) {
|
|
@@ -9036,13 +9054,13 @@ function Yc(t, n) {
|
|
|
9036
9054
|
};
|
|
9037
9055
|
}
|
|
9038
9056
|
function vi(t, n) {
|
|
9039
|
-
var e =
|
|
9057
|
+
var e = Wc(t, n), i = e.carrierCode, o = e.nationalNumber;
|
|
9040
9058
|
if (o !== t) {
|
|
9041
|
-
if (!
|
|
9059
|
+
if (!Zc(t, o, n))
|
|
9042
9060
|
return {
|
|
9043
9061
|
nationalNumber: t
|
|
9044
9062
|
};
|
|
9045
|
-
if (n.possibleLengths() && !
|
|
9063
|
+
if (n.possibleLengths() && !Jc(o, n))
|
|
9046
9064
|
return {
|
|
9047
9065
|
nationalNumber: t
|
|
9048
9066
|
};
|
|
@@ -9052,10 +9070,10 @@ function vi(t, n) {
|
|
|
9052
9070
|
carrierCode: i
|
|
9053
9071
|
};
|
|
9054
9072
|
}
|
|
9055
|
-
function
|
|
9073
|
+
function Zc(t, n, e) {
|
|
9056
9074
|
return !(Yt(t, e.nationalNumberPattern()) && !Yt(n, e.nationalNumberPattern()));
|
|
9057
9075
|
}
|
|
9058
|
-
function
|
|
9076
|
+
function Jc(t, n) {
|
|
9059
9077
|
switch (Ai(t, n)) {
|
|
9060
9078
|
case "TOO_SHORT":
|
|
9061
9079
|
case "INVALID_LENGTH":
|
|
@@ -9064,7 +9082,7 @@ function Zc(t, n) {
|
|
|
9064
9082
|
return !0;
|
|
9065
9083
|
}
|
|
9066
9084
|
}
|
|
9067
|
-
function
|
|
9085
|
+
function Xc(t, n, e, i) {
|
|
9068
9086
|
var o = n ? Ti(n, i) : e;
|
|
9069
9087
|
if (t.indexOf(o) === 0) {
|
|
9070
9088
|
i = new kt(i), i.selectNumberingPlan(n, e);
|
|
@@ -9079,16 +9097,16 @@ function Jc(t, n, e, i) {
|
|
|
9079
9097
|
number: t
|
|
9080
9098
|
};
|
|
9081
9099
|
}
|
|
9082
|
-
function
|
|
9100
|
+
function Qc(t, n, e, i) {
|
|
9083
9101
|
if (!t)
|
|
9084
9102
|
return {};
|
|
9085
9103
|
if (t[0] !== "+") {
|
|
9086
|
-
var o =
|
|
9104
|
+
var o = Yc(t, n, e, i);
|
|
9087
9105
|
if (o && o !== t)
|
|
9088
9106
|
t = "+" + o;
|
|
9089
9107
|
else {
|
|
9090
9108
|
if (n || e) {
|
|
9091
|
-
var r =
|
|
9109
|
+
var r = Xc(t, n, e, i), l = r.countryCallingCode, a = r.number;
|
|
9092
9110
|
if (l)
|
|
9093
9111
|
return {
|
|
9094
9112
|
countryCallingCode: l,
|
|
@@ -9103,7 +9121,7 @@ function Xc(t, n, e, i) {
|
|
|
9103
9121
|
if (t[1] === "0")
|
|
9104
9122
|
return {};
|
|
9105
9123
|
i = new kt(i);
|
|
9106
|
-
for (var d = 2; d - 1 <=
|
|
9124
|
+
for (var d = 2; d - 1 <= Fd && d <= t.length; ) {
|
|
9107
9125
|
var f = t.slice(1, d);
|
|
9108
9126
|
if (i.hasCallingCode(f))
|
|
9109
9127
|
return i.selectNumberingPlan(f), {
|
|
@@ -9114,11 +9132,11 @@ function Xc(t, n, e, i) {
|
|
|
9114
9132
|
}
|
|
9115
9133
|
return {};
|
|
9116
9134
|
}
|
|
9117
|
-
function
|
|
9135
|
+
function ef(t, n) {
|
|
9118
9136
|
var e = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9119
9137
|
if (e)
|
|
9120
9138
|
return (e = e.call(t)).next.bind(e);
|
|
9121
|
-
if (Array.isArray(t) || (e =
|
|
9139
|
+
if (Array.isArray(t) || (e = tf(t)) || n && t && typeof t.length == "number") {
|
|
9122
9140
|
e && (t = e);
|
|
9123
9141
|
var i = 0;
|
|
9124
9142
|
return function() {
|
|
@@ -9128,7 +9146,7 @@ function Qc(t, n) {
|
|
|
9128
9146
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
9129
9147
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9130
9148
|
}
|
|
9131
|
-
function
|
|
9149
|
+
function tf(t, n) {
|
|
9132
9150
|
if (t) {
|
|
9133
9151
|
if (typeof t == "string")
|
|
9134
9152
|
return co(t, n);
|
|
@@ -9145,14 +9163,14 @@ function co(t, n) {
|
|
|
9145
9163
|
i[e] = t[e];
|
|
9146
9164
|
return i;
|
|
9147
9165
|
}
|
|
9148
|
-
function
|
|
9166
|
+
function nf(t, n, e) {
|
|
9149
9167
|
var i = e.getCountryCodesForCallingCode(t);
|
|
9150
9168
|
if (i)
|
|
9151
|
-
return i.length === 1 ? i[0] :
|
|
9169
|
+
return i.length === 1 ? i[0] : rf(i, n, e.metadata);
|
|
9152
9170
|
}
|
|
9153
|
-
function
|
|
9171
|
+
function rf(t, n, e) {
|
|
9154
9172
|
e = new kt(e);
|
|
9155
|
-
for (var i =
|
|
9173
|
+
for (var i = ef(t), o; !(o = i()).done; ) {
|
|
9156
9174
|
var r = o.value;
|
|
9157
9175
|
if (e.country(r), e.leadingDigits()) {
|
|
9158
9176
|
if (n && n.search(e.leadingDigits()) === 0)
|
|
@@ -9164,17 +9182,17 @@ function nf(t, n, e) {
|
|
|
9164
9182
|
return r;
|
|
9165
9183
|
}
|
|
9166
9184
|
}
|
|
9167
|
-
var
|
|
9168
|
-
function
|
|
9185
|
+
var of = 250, af = new RegExp("[" + xi + Xt + "]"), lf = new RegExp("[^" + Xt + "#]+$");
|
|
9186
|
+
function sf(t, n, e) {
|
|
9169
9187
|
if (n = n || {}, e = new kt(e), n.defaultCountry && !e.hasCountry(n.defaultCountry))
|
|
9170
9188
|
throw n.v2 ? new Jt("INVALID_COUNTRY") : new Error("Unknown country: ".concat(n.defaultCountry));
|
|
9171
|
-
var i =
|
|
9189
|
+
var i = df(t, n.v2, n.extract), o = i.number, r = i.ext, l = i.error;
|
|
9172
9190
|
if (!o) {
|
|
9173
9191
|
if (n.v2)
|
|
9174
9192
|
throw l === "TOO_SHORT" ? new Jt("TOO_SHORT") : new Jt("NOT_A_NUMBER");
|
|
9175
9193
|
return {};
|
|
9176
9194
|
}
|
|
9177
|
-
var a =
|
|
9195
|
+
var a = ff(o, n.defaultCountry, n.defaultCallingCode, e), d = a.country, f = a.nationalNumber, h = a.countryCallingCode, c = a.carrierCode;
|
|
9178
9196
|
if (!e.hasSelectedNumberingPlan()) {
|
|
9179
9197
|
if (n.v2)
|
|
9180
9198
|
throw new Jt("INVALID_COUNTRY");
|
|
@@ -9185,13 +9203,13 @@ function lf(t, n, e) {
|
|
|
9185
9203
|
throw new Jt("TOO_SHORT");
|
|
9186
9204
|
return {};
|
|
9187
9205
|
}
|
|
9188
|
-
if (f.length >
|
|
9206
|
+
if (f.length > qd) {
|
|
9189
9207
|
if (n.v2)
|
|
9190
9208
|
throw new Jt("TOO_LONG");
|
|
9191
9209
|
return {};
|
|
9192
9210
|
}
|
|
9193
9211
|
if (n.v2) {
|
|
9194
|
-
var s = new
|
|
9212
|
+
var s = new zc(h, f, e.metadata);
|
|
9195
9213
|
return d && (s.country = d), c && (s.carrierCode = c), r && (s.ext = r), s;
|
|
9196
9214
|
}
|
|
9197
9215
|
var u = (n.extended ? e.hasSelectedNumberingPlan() : d) ? Yt(f, e.nationalNumberPattern()) : !1;
|
|
@@ -9203,46 +9221,46 @@ function lf(t, n, e) {
|
|
|
9203
9221
|
possible: u ? !0 : !!(n.extended === !0 && e.possibleLengths() && Zo(f, e)),
|
|
9204
9222
|
phone: f,
|
|
9205
9223
|
ext: r
|
|
9206
|
-
} : u ?
|
|
9224
|
+
} : u ? cf(d, f, r) : {};
|
|
9207
9225
|
}
|
|
9208
|
-
function
|
|
9226
|
+
function uf(t, n, e) {
|
|
9209
9227
|
if (t) {
|
|
9210
|
-
if (t.length >
|
|
9228
|
+
if (t.length > of) {
|
|
9211
9229
|
if (e)
|
|
9212
9230
|
throw new Jt("TOO_LONG");
|
|
9213
9231
|
return;
|
|
9214
9232
|
}
|
|
9215
9233
|
if (n === !1)
|
|
9216
9234
|
return t;
|
|
9217
|
-
var i = t.search(
|
|
9235
|
+
var i = t.search(af);
|
|
9218
9236
|
if (!(i < 0))
|
|
9219
|
-
return t.slice(i).replace(
|
|
9237
|
+
return t.slice(i).replace(lf, "");
|
|
9220
9238
|
}
|
|
9221
9239
|
}
|
|
9222
|
-
function
|
|
9240
|
+
function df(t, n, e) {
|
|
9223
9241
|
if (t && t.indexOf("tel:") === 0)
|
|
9224
|
-
return
|
|
9225
|
-
var i =
|
|
9242
|
+
return Cc(t);
|
|
9243
|
+
var i = uf(t, e, n);
|
|
9226
9244
|
if (!i)
|
|
9227
9245
|
return {};
|
|
9228
9246
|
if (!Yo(i))
|
|
9229
|
-
return
|
|
9247
|
+
return uc(i) ? {
|
|
9230
9248
|
error: "TOO_SHORT"
|
|
9231
9249
|
} : {};
|
|
9232
|
-
var o =
|
|
9250
|
+
var o = dc(i);
|
|
9233
9251
|
return o.ext ? o : {
|
|
9234
9252
|
number: i
|
|
9235
9253
|
};
|
|
9236
9254
|
}
|
|
9237
|
-
function
|
|
9255
|
+
function cf(t, n, e) {
|
|
9238
9256
|
var i = {
|
|
9239
9257
|
country: t,
|
|
9240
9258
|
phone: n
|
|
9241
9259
|
};
|
|
9242
9260
|
return e && (i.ext = e), i;
|
|
9243
9261
|
}
|
|
9244
|
-
function
|
|
9245
|
-
var o =
|
|
9262
|
+
function ff(t, n, e, i) {
|
|
9263
|
+
var o = Qc(Qi(t), n, e, i.metadata), r = o.countryCallingCode, l = o.number, a;
|
|
9246
9264
|
if (r)
|
|
9247
9265
|
i.selectNumberingPlan(r);
|
|
9248
9266
|
else if (l && (n || e))
|
|
@@ -9253,7 +9271,7 @@ function cf(t, n, e, i) {
|
|
|
9253
9271
|
return {
|
|
9254
9272
|
countryCallingCode: r
|
|
9255
9273
|
};
|
|
9256
|
-
var d = vi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c =
|
|
9274
|
+
var d = vi(Qi(l), i), f = d.nationalNumber, h = d.carrierCode, c = nf(r, f, i);
|
|
9257
9275
|
return c && (a = c, c === "001" || i.country(a)), {
|
|
9258
9276
|
country: a,
|
|
9259
9277
|
countryCallingCode: r,
|
|
@@ -9275,18 +9293,18 @@ function ho(t) {
|
|
|
9275
9293
|
for (var n = 1; n < arguments.length; n++) {
|
|
9276
9294
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9277
9295
|
n % 2 ? fo(Object(e), !0).forEach(function(i) {
|
|
9278
|
-
|
|
9296
|
+
hf(t, i, e[i]);
|
|
9279
9297
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : fo(Object(e)).forEach(function(i) {
|
|
9280
9298
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9281
9299
|
});
|
|
9282
9300
|
}
|
|
9283
9301
|
return t;
|
|
9284
9302
|
}
|
|
9285
|
-
function
|
|
9303
|
+
function hf(t, n, e) {
|
|
9286
9304
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9287
9305
|
}
|
|
9288
|
-
function
|
|
9289
|
-
return
|
|
9306
|
+
function pf(t, n, e) {
|
|
9307
|
+
return sf(t, ho(ho({}, n), {}, {
|
|
9290
9308
|
v2: !0
|
|
9291
9309
|
}), e);
|
|
9292
9310
|
}
|
|
@@ -9307,28 +9325,28 @@ function po(t, n) {
|
|
|
9307
9325
|
}
|
|
9308
9326
|
return e;
|
|
9309
9327
|
}
|
|
9310
|
-
function
|
|
9328
|
+
function gf(t) {
|
|
9311
9329
|
for (var n = 1; n < arguments.length; n++) {
|
|
9312
9330
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9313
9331
|
n % 2 ? po(Object(e), !0).forEach(function(i) {
|
|
9314
|
-
|
|
9332
|
+
mf(t, i, e[i]);
|
|
9315
9333
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : po(Object(e)).forEach(function(i) {
|
|
9316
9334
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9317
9335
|
});
|
|
9318
9336
|
}
|
|
9319
9337
|
return t;
|
|
9320
9338
|
}
|
|
9321
|
-
function
|
|
9339
|
+
function mf(t, n, e) {
|
|
9322
9340
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9323
9341
|
}
|
|
9324
|
-
function
|
|
9325
|
-
return
|
|
9342
|
+
function vf(t, n) {
|
|
9343
|
+
return $f(t) || _f(t, n) || bf(t, n) || yf();
|
|
9326
9344
|
}
|
|
9327
|
-
function
|
|
9345
|
+
function yf() {
|
|
9328
9346
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
9329
9347
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
9330
9348
|
}
|
|
9331
|
-
function
|
|
9349
|
+
function bf(t, n) {
|
|
9332
9350
|
if (t) {
|
|
9333
9351
|
if (typeof t == "string")
|
|
9334
9352
|
return go(t, n);
|
|
@@ -9345,7 +9363,7 @@ function go(t, n) {
|
|
|
9345
9363
|
i[e] = t[e];
|
|
9346
9364
|
return i;
|
|
9347
9365
|
}
|
|
9348
|
-
function
|
|
9366
|
+
function _f(t, n) {
|
|
9349
9367
|
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
9350
9368
|
if (e != null) {
|
|
9351
9369
|
var i = [], o = !0, r = !1, l, a;
|
|
@@ -9365,21 +9383,21 @@ function bf(t, n) {
|
|
|
9365
9383
|
return i;
|
|
9366
9384
|
}
|
|
9367
9385
|
}
|
|
9368
|
-
function
|
|
9386
|
+
function $f(t) {
|
|
9369
9387
|
if (Array.isArray(t))
|
|
9370
9388
|
return t;
|
|
9371
9389
|
}
|
|
9372
|
-
function
|
|
9373
|
-
var n = Array.prototype.slice.call(t), e =
|
|
9390
|
+
function wf(t) {
|
|
9391
|
+
var n = Array.prototype.slice.call(t), e = vf(n, 4), i = e[0], o = e[1], r = e[2], l = e[3], a, d, f;
|
|
9374
9392
|
if (typeof i == "string")
|
|
9375
9393
|
a = i;
|
|
9376
9394
|
else
|
|
9377
9395
|
throw new TypeError("A text for parsing must be a string.");
|
|
9378
9396
|
if (!o || typeof o == "string")
|
|
9379
|
-
l ? (d = r, f = l) : (d = void 0, f = r), o && (d =
|
|
9397
|
+
l ? (d = r, f = l) : (d = void 0, f = r), o && (d = gf({
|
|
9380
9398
|
defaultCountry: o
|
|
9381
9399
|
}, d));
|
|
9382
|
-
else if (
|
|
9400
|
+
else if (Of(o))
|
|
9383
9401
|
r ? (d = o, f = r) : f = o;
|
|
9384
9402
|
else
|
|
9385
9403
|
throw new Error("Invalid second argument: ".concat(o));
|
|
@@ -9389,7 +9407,7 @@ function $f(t) {
|
|
|
9389
9407
|
metadata: f
|
|
9390
9408
|
};
|
|
9391
9409
|
}
|
|
9392
|
-
var
|
|
9410
|
+
var Of = function(t) {
|
|
9393
9411
|
return yi(t) === "object";
|
|
9394
9412
|
};
|
|
9395
9413
|
function mo(t, n) {
|
|
@@ -9406,35 +9424,35 @@ function vo(t) {
|
|
|
9406
9424
|
for (var n = 1; n < arguments.length; n++) {
|
|
9407
9425
|
var e = arguments[n] != null ? arguments[n] : {};
|
|
9408
9426
|
n % 2 ? mo(Object(e), !0).forEach(function(i) {
|
|
9409
|
-
|
|
9427
|
+
kf(t, i, e[i]);
|
|
9410
9428
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : mo(Object(e)).forEach(function(i) {
|
|
9411
9429
|
Object.defineProperty(t, i, Object.getOwnPropertyDescriptor(e, i));
|
|
9412
9430
|
});
|
|
9413
9431
|
}
|
|
9414
9432
|
return t;
|
|
9415
9433
|
}
|
|
9416
|
-
function
|
|
9434
|
+
function kf(t, n, e) {
|
|
9417
9435
|
return n in t ? Object.defineProperty(t, n, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : t[n] = e, t;
|
|
9418
9436
|
}
|
|
9419
|
-
function
|
|
9420
|
-
n && n.defaultCountry && !
|
|
9437
|
+
function Cf(t, n, e) {
|
|
9438
|
+
n && n.defaultCountry && !nc(n.defaultCountry, e) && (n = vo(vo({}, n), {}, {
|
|
9421
9439
|
defaultCountry: void 0
|
|
9422
9440
|
}));
|
|
9423
9441
|
try {
|
|
9424
|
-
return
|
|
9442
|
+
return pf(t, n, e);
|
|
9425
9443
|
} catch (i) {
|
|
9426
9444
|
if (!(i instanceof Jt))
|
|
9427
9445
|
throw i;
|
|
9428
9446
|
}
|
|
9429
9447
|
}
|
|
9430
|
-
function
|
|
9431
|
-
var t =
|
|
9432
|
-
return
|
|
9448
|
+
function Ef() {
|
|
9449
|
+
var t = wf(arguments), n = t.text, e = t.options, i = t.metadata;
|
|
9450
|
+
return Cf(n, e, i);
|
|
9433
9451
|
}
|
|
9434
9452
|
function ci() {
|
|
9435
|
-
return
|
|
9453
|
+
return Md(Ef, arguments);
|
|
9436
9454
|
}
|
|
9437
|
-
const
|
|
9455
|
+
const Sf = {
|
|
9438
9456
|
beforeMount(t, n, e) {
|
|
9439
9457
|
if (typeof n.value != "function") {
|
|
9440
9458
|
const i = e.context.name;
|
|
@@ -9448,7 +9466,7 @@ const Ef = {
|
|
|
9448
9466
|
unmounted(t) {
|
|
9449
9467
|
document.body.removeEventListener("click", t.clickOutsideEvent);
|
|
9450
9468
|
}
|
|
9451
|
-
},
|
|
9469
|
+
}, xf = (t, n) => {
|
|
9452
9470
|
const e = t.__vccOpts || t;
|
|
9453
9471
|
for (const [i, o] of n)
|
|
9454
9472
|
e[i] = o;
|
|
@@ -9458,10 +9476,10 @@ function mt(t) {
|
|
|
9458
9476
|
const n = Ui.options[t];
|
|
9459
9477
|
return typeof n > "u" ? Ui.options[t] : n;
|
|
9460
9478
|
}
|
|
9461
|
-
const
|
|
9479
|
+
const Tf = {
|
|
9462
9480
|
name: "VueTelInput",
|
|
9463
9481
|
directives: {
|
|
9464
|
-
clickOutside:
|
|
9482
|
+
clickOutside: Sf
|
|
9465
9483
|
},
|
|
9466
9484
|
props: {
|
|
9467
9485
|
modelValue: {
|
|
@@ -9647,7 +9665,7 @@ const xf = {
|
|
|
9647
9665
|
}
|
|
9648
9666
|
}
|
|
9649
9667
|
const e = this.preferredCountries[0] || this.filteredCountries[0];
|
|
9650
|
-
this.autoDefaultCountry ?
|
|
9668
|
+
this.autoDefaultCountry ? xd().then((i) => {
|
|
9651
9669
|
this.choose(i || this.activeCountryCode);
|
|
9652
9670
|
}).catch((i) => {
|
|
9653
9671
|
console.warn(i), this.choose(e);
|
|
@@ -9722,7 +9740,7 @@ const xf = {
|
|
|
9722
9740
|
this.$emit("blur");
|
|
9723
9741
|
},
|
|
9724
9742
|
onFocus() {
|
|
9725
|
-
|
|
9743
|
+
Td(this.$refs.input, this.phone.length), this.$emit("focus");
|
|
9726
9744
|
},
|
|
9727
9745
|
onEnter() {
|
|
9728
9746
|
this.$emit("enter");
|
|
@@ -9769,11 +9787,11 @@ const xf = {
|
|
|
9769
9787
|
window.innerHeight - this.$el.getBoundingClientRect().bottom > 200 ? this.dropdownOpenDirection = "below" : this.dropdownOpenDirection = "above";
|
|
9770
9788
|
}
|
|
9771
9789
|
}
|
|
9772
|
-
},
|
|
9790
|
+
}, Af = ["aria-expanded", "tabindex"], Nf = { class: "vti__selection" }, If = {
|
|
9773
9791
|
key: 1,
|
|
9774
9792
|
class: "vti__country-code"
|
|
9775
|
-
},
|
|
9776
|
-
function
|
|
9793
|
+
}, Mf = { class: "vti__dropdown-arrow" }, Pf = ["placeholder"], Df = ["onClick", "onMousemove", "aria-selected"], Lf = { key: 1 }, Rf = ["type", "autocomplete", "autofocus", "disabled", "id", "maxlength", "name", "placeholder", "readonly", "required", "tabindex", "value", "aria-describedby"];
|
|
9794
|
+
function Bf(t, n, e, i, o, r) {
|
|
9777
9795
|
const l = Or("click-outside");
|
|
9778
9796
|
return G(), ne("div", {
|
|
9779
9797
|
class: ve(["vue-tel-input", e.styleClasses, { disabled: e.disabled }])
|
|
@@ -9793,14 +9811,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9793
9811
|
],
|
|
9794
9812
|
onClick: n[3] || (n[3] = (...a) => r.toggleDropdown && r.toggleDropdown(...a))
|
|
9795
9813
|
}, [
|
|
9796
|
-
ae("span",
|
|
9814
|
+
ae("span", Nf, [
|
|
9797
9815
|
e.dropdownOptions.showFlags ? (G(), ne("span", {
|
|
9798
9816
|
key: 0,
|
|
9799
9817
|
class: ve(["vti__flag", o.activeCountryCode.toLowerCase()])
|
|
9800
9818
|
}, null, 2)) : he("", !0),
|
|
9801
|
-
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span",
|
|
9819
|
+
e.dropdownOptions.showDialCodeInSelection ? (G(), ne("span", If, " +" + we(r.activeCountry && r.activeCountry.dialCode), 1)) : he("", !0),
|
|
9802
9820
|
Te(t.$slots, "arrow-icon", { open: o.open }, () => [
|
|
9803
|
-
ae("span",
|
|
9821
|
+
ae("span", Mf, we(o.open ? "▲" : "▼"), 1)
|
|
9804
9822
|
])
|
|
9805
9823
|
]),
|
|
9806
9824
|
o.open ? (G(), ne("ul", {
|
|
@@ -9818,7 +9836,7 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9818
9836
|
"onUpdate:modelValue": n[0] || (n[0] = (a) => o.searchQuery = a),
|
|
9819
9837
|
onClick: n[1] || (n[1] = vt(() => {
|
|
9820
9838
|
}, ["stop"]))
|
|
9821
|
-
}, null, 8,
|
|
9839
|
+
}, null, 8, Pf)), [
|
|
9822
9840
|
[xo, o.searchQuery]
|
|
9823
9841
|
]) : he("", !0),
|
|
9824
9842
|
(G(!0), ne(rt, null, jt(r.sortedCountries, (a, d) => (G(), ne("li", {
|
|
@@ -9835,10 +9853,10 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9835
9853
|
class: ve(["vti__flag", a.iso2.toLowerCase()])
|
|
9836
9854
|
}, null, 2)) : he("", !0),
|
|
9837
9855
|
ae("strong", null, we(a.name), 1),
|
|
9838
|
-
e.dropdownOptions.showDialCodeInList ? (G(), ne("span",
|
|
9839
|
-
], 42,
|
|
9856
|
+
e.dropdownOptions.showDialCodeInList ? (G(), ne("span", Lf, " +" + we(a.dialCode), 1)) : he("", !0)
|
|
9857
|
+
], 42, Df))), 128))
|
|
9840
9858
|
], 2)) : he("", !0)
|
|
9841
|
-
], 42,
|
|
9859
|
+
], 42, Af)), [
|
|
9842
9860
|
[l, r.clickedOutside]
|
|
9843
9861
|
]),
|
|
9844
9862
|
Ve(ae("input", {
|
|
@@ -9865,14 +9883,14 @@ function Rf(t, n, e, i, o, r) {
|
|
|
9865
9883
|
n[11] || (n[11] = bn((...a) => r.onEnter && r.onEnter(...a), ["enter"])),
|
|
9866
9884
|
n[12] || (n[12] = bn((...a) => r.onSpace && r.onSpace(...a), ["space"]))
|
|
9867
9885
|
]
|
|
9868
|
-
}, null, 42,
|
|
9886
|
+
}, null, 42, Rf), [
|
|
9869
9887
|
[So, o.phone]
|
|
9870
9888
|
]),
|
|
9871
9889
|
Te(t.$slots, "icon-right")
|
|
9872
9890
|
], 2);
|
|
9873
9891
|
}
|
|
9874
|
-
const
|
|
9875
|
-
const
|
|
9892
|
+
const jf = /* @__PURE__ */ xf(Tf, [["render", Bf]]);
|
|
9893
|
+
const qf = {
|
|
9876
9894
|
directives: { Outside: Oi },
|
|
9877
9895
|
props: {
|
|
9878
9896
|
inputName: {
|
|
@@ -9901,7 +9919,7 @@ const jf = {
|
|
|
9901
9919
|
}
|
|
9902
9920
|
},
|
|
9903
9921
|
components: {
|
|
9904
|
-
VueTelInput:
|
|
9922
|
+
VueTelInput: jf,
|
|
9905
9923
|
IbAlert: dn,
|
|
9906
9924
|
IbIcon: Xe
|
|
9907
9925
|
},
|
|
@@ -9927,7 +9945,7 @@ const jf = {
|
|
|
9927
9945
|
}
|
|
9928
9946
|
}
|
|
9929
9947
|
};
|
|
9930
|
-
function
|
|
9948
|
+
function Ff(t, n, e, i, o, r) {
|
|
9931
9949
|
const l = ce("ib-alert"), a = ce("ib-icon"), d = ce("vue-tel-input"), f = Or("outside");
|
|
9932
9950
|
return G(), ne(rt, null, [
|
|
9933
9951
|
e.errorMessage.length ? (G(), $e(l, {
|
|
@@ -9962,7 +9980,7 @@ function qf(t, n, e, i, o, r) {
|
|
|
9962
9980
|
])
|
|
9963
9981
|
], 64);
|
|
9964
9982
|
}
|
|
9965
|
-
const
|
|
9983
|
+
const c1 = /* @__PURE__ */ Ae(qf, [["render", Ff]]);
|
|
9966
9984
|
var Xo = { exports: {} };
|
|
9967
9985
|
/*!
|
|
9968
9986
|
* Quill Editor v1.3.7
|
|
@@ -17355,14 +17373,14 @@ var Xo = { exports: {} };
|
|
|
17355
17373
|
);
|
|
17356
17374
|
});
|
|
17357
17375
|
})(Xo);
|
|
17358
|
-
var
|
|
17359
|
-
const Bt = /* @__PURE__ */ Er(
|
|
17376
|
+
var Hf = Xo.exports;
|
|
17377
|
+
const Bt = /* @__PURE__ */ Er(Hf);
|
|
17360
17378
|
var Rt = -1, xt = 1, _t = 0;
|
|
17361
17379
|
function Gn(t, n, e, i) {
|
|
17362
17380
|
if (t === n)
|
|
17363
17381
|
return t ? [[_t, t]] : [];
|
|
17364
17382
|
if (e != null) {
|
|
17365
|
-
var o =
|
|
17383
|
+
var o = Gf(t, n, e);
|
|
17366
17384
|
if (o)
|
|
17367
17385
|
return o;
|
|
17368
17386
|
}
|
|
@@ -17370,10 +17388,10 @@ function Gn(t, n, e, i) {
|
|
|
17370
17388
|
t = t.substring(r), n = n.substring(r), r = Mi(t, n);
|
|
17371
17389
|
var a = t.substring(t.length - r);
|
|
17372
17390
|
t = t.substring(0, t.length - r), n = n.substring(0, n.length - r);
|
|
17373
|
-
var d =
|
|
17391
|
+
var d = Vf(t, n);
|
|
17374
17392
|
return l && d.unshift([_t, l]), a && d.push([_t, a]), Qo(d, i), d;
|
|
17375
17393
|
}
|
|
17376
|
-
function
|
|
17394
|
+
function Vf(t, n) {
|
|
17377
17395
|
var e;
|
|
17378
17396
|
if (!t)
|
|
17379
17397
|
return [[xt, n]];
|
|
@@ -17388,14 +17406,14 @@ function Hf(t, n) {
|
|
|
17388
17406
|
], t.length > n.length && (e[0][0] = e[2][0] = Rt), e;
|
|
17389
17407
|
if (o.length === 1)
|
|
17390
17408
|
return [[Rt, t], [xt, n]];
|
|
17391
|
-
var l =
|
|
17409
|
+
var l = zf(t, n);
|
|
17392
17410
|
if (l) {
|
|
17393
17411
|
var a = l[0], d = l[1], f = l[2], h = l[3], c = l[4], s = Gn(a, f), u = Gn(d, h);
|
|
17394
17412
|
return s.concat([[_t, c]], u);
|
|
17395
17413
|
}
|
|
17396
|
-
return
|
|
17414
|
+
return Uf(t, n);
|
|
17397
17415
|
}
|
|
17398
|
-
function
|
|
17416
|
+
function Uf(t, n) {
|
|
17399
17417
|
for (var e = t.length, i = n.length, o = Math.ceil((e + i) / 2), r = o, l = 2 * o, a = new Array(l), d = new Array(l), f = 0; f < l; f++)
|
|
17400
17418
|
a[f] = -1, d[f] = -1;
|
|
17401
17419
|
a[r + 1] = 0, d[r + 1] = 0;
|
|
@@ -17457,7 +17475,7 @@ function Mi(t, n) {
|
|
|
17457
17475
|
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);
|
|
17458
17476
|
return ta(t.charCodeAt(t.length - o)) && o--, o;
|
|
17459
17477
|
}
|
|
17460
|
-
function
|
|
17478
|
+
function zf(t, n) {
|
|
17461
17479
|
var e = t.length > n.length ? t : n, i = t.length > n.length ? n : t;
|
|
17462
17480
|
if (e.length < 4 || i.length * 2 < e.length)
|
|
17463
17481
|
return null;
|
|
@@ -17553,20 +17571,20 @@ function na(t) {
|
|
|
17553
17571
|
function ra(t) {
|
|
17554
17572
|
return ea(t.charCodeAt(t.length - 1));
|
|
17555
17573
|
}
|
|
17556
|
-
function
|
|
17574
|
+
function Kf(t) {
|
|
17557
17575
|
for (var n = [], e = 0; e < t.length; e++)
|
|
17558
17576
|
t[e][1].length > 0 && n.push(t[e]);
|
|
17559
17577
|
return n;
|
|
17560
17578
|
}
|
|
17561
17579
|
function fi(t, n, e, i) {
|
|
17562
|
-
return ra(t) || na(i) ? null :
|
|
17580
|
+
return ra(t) || na(i) ? null : Kf([
|
|
17563
17581
|
[_t, t],
|
|
17564
17582
|
[Rt, n],
|
|
17565
17583
|
[xt, e],
|
|
17566
17584
|
[_t, i]
|
|
17567
17585
|
]);
|
|
17568
17586
|
}
|
|
17569
|
-
function
|
|
17587
|
+
function Gf(t, n, e) {
|
|
17570
17588
|
var i = typeof e == "number" ? { index: e, length: 0 } : e.oldRange, o = typeof e == "number" ? null : e.newRange, r = t.length, l = n.length;
|
|
17571
17589
|
if (i.length === 0 && (o === null || o.length === 0)) {
|
|
17572
17590
|
var a = i.index, d = t.slice(0, a), f = t.slice(a), h = o ? o.index : null;
|
|
@@ -17615,7 +17633,7 @@ function Tr(t, n, e) {
|
|
|
17615
17633
|
Tr.INSERT = xt;
|
|
17616
17634
|
Tr.DELETE = Rt;
|
|
17617
17635
|
Tr.EQUAL = _t;
|
|
17618
|
-
var
|
|
17636
|
+
var Yf = Tr, br = { exports: {} };
|
|
17619
17637
|
br.exports;
|
|
17620
17638
|
(function(t, n) {
|
|
17621
17639
|
var e = 200, i = "__lodash_hash_undefined__", o = 9007199254740991, r = "[object Arguments]", l = "[object Array]", a = "[object Boolean]", d = "[object Date]", f = "[object Error]", h = "[object Function]", c = "[object GeneratorFunction]", s = "[object Map]", u = "[object Number]", _ = "[object Object]", v = "[object Promise]", y = "[object RegExp]", g = "[object Set]", m = "[object String]", $ = "[object Symbol]", p = "[object WeakMap]", w = "[object ArrayBuffer]", x = "[object DataView]", E = "[object Float32Array]", S = "[object Float64Array]", M = "[object Int8Array]", C = "[object Int16Array]", O = "[object Int32Array]", k = "[object Uint8Array]", T = "[object Uint8ClampedArray]", P = "[object Uint16Array]", q = "[object Uint32Array]", K = /[\\^$.*+?()[\]{}|]/g, W = /\w*$/, oe = /^\[object .+?Constructor\]$/, U = /^(?:0|[1-9]\d*)$/, R = {};
|
|
@@ -18543,11 +18561,11 @@ var oa = _r.exports, Pi = {}, aa = et && et.__importDefault || function(t) {
|
|
|
18543
18561
|
return t && t.__esModule ? t : { default: t };
|
|
18544
18562
|
};
|
|
18545
18563
|
Object.defineProperty(Pi, "__esModule", { value: !0 });
|
|
18546
|
-
var
|
|
18564
|
+
var Wf = aa(ia), Zf = aa(oa), bi;
|
|
18547
18565
|
(function(t) {
|
|
18548
18566
|
function n(r, l, a) {
|
|
18549
18567
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18550
|
-
var d =
|
|
18568
|
+
var d = Wf.default(l);
|
|
18551
18569
|
a || (d = Object.keys(d).reduce(function(h, c) {
|
|
18552
18570
|
return d[c] != null && (h[c] = d[c]), h;
|
|
18553
18571
|
}, {}));
|
|
@@ -18559,7 +18577,7 @@ var Yf = aa(ia), Wf = aa(oa), bi;
|
|
|
18559
18577
|
function e(r, l) {
|
|
18560
18578
|
r === void 0 && (r = {}), l === void 0 && (l = {}), typeof r != "object" && (r = {}), typeof l != "object" && (l = {});
|
|
18561
18579
|
var a = Object.keys(r).concat(Object.keys(l)).reduce(function(d, f) {
|
|
18562
|
-
return
|
|
18580
|
+
return Zf.default(r[f], l[f]) || (d[f] = l[f] === void 0 ? null : l[f]), d;
|
|
18563
18581
|
}, {});
|
|
18564
18582
|
return Object.keys(a).length > 0 ? a : void 0;
|
|
18565
18583
|
}
|
|
@@ -18590,7 +18608,7 @@ var Yf = aa(ia), Wf = aa(oa), bi;
|
|
|
18590
18608
|
})(bi || (bi = {}));
|
|
18591
18609
|
Pi.default = bi;
|
|
18592
18610
|
var dr = {}, cr = {}, bo;
|
|
18593
|
-
function
|
|
18611
|
+
function Jf() {
|
|
18594
18612
|
if (bo)
|
|
18595
18613
|
return cr;
|
|
18596
18614
|
bo = 1;
|
|
@@ -18645,7 +18663,7 @@ function la() {
|
|
|
18645
18663
|
return i && i.__esModule ? i : { default: i };
|
|
18646
18664
|
};
|
|
18647
18665
|
Object.defineProperty(dr, "__esModule", { value: !0 });
|
|
18648
|
-
var n = t(
|
|
18666
|
+
var n = t(Jf()), e;
|
|
18649
18667
|
return function(i) {
|
|
18650
18668
|
function o(l) {
|
|
18651
18669
|
return new n.default(l);
|
|
@@ -18659,7 +18677,7 @@ function la() {
|
|
|
18659
18677
|
}
|
|
18660
18678
|
var Yn = et && et.__importDefault || function(t) {
|
|
18661
18679
|
return t && t.__esModule ? t : { default: t };
|
|
18662
|
-
}, fr = Yn(
|
|
18680
|
+
}, fr = Yn(Yf), Xf = Yn(ia), hi = Yn(oa), jn = Yn(Pi), at = Yn(la()), Qf = String.fromCharCode(0), eh = (
|
|
18663
18681
|
/** @class */
|
|
18664
18682
|
function() {
|
|
18665
18683
|
function t(n) {
|
|
@@ -18677,7 +18695,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18677
18695
|
return e != null && typeof e == "object" && Object.keys(e).length > 0 && (i.attributes = e), this.push(i);
|
|
18678
18696
|
}, t.prototype.push = function(n) {
|
|
18679
18697
|
var e = this.ops.length, i = this.ops[e - 1];
|
|
18680
|
-
if (n =
|
|
18698
|
+
if (n = Xf.default(n), typeof i == "object") {
|
|
18681
18699
|
if (typeof n.delete == "number" && typeof i.delete == "number")
|
|
18682
18700
|
return this.ops[e - 1] = { delete: i.delete + n.delete }, this;
|
|
18683
18701
|
if (typeof i.delete == "number" && n.insert != null && (e -= 1, i = this.ops[e - 1], typeof i != "object"))
|
|
@@ -18757,7 +18775,7 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18757
18775
|
var i = [this, n].map(function(d) {
|
|
18758
18776
|
return d.map(function(f) {
|
|
18759
18777
|
if (f.insert != null)
|
|
18760
|
-
return typeof f.insert == "string" ? f.insert :
|
|
18778
|
+
return typeof f.insert == "string" ? f.insert : Qf;
|
|
18761
18779
|
var h = d === n ? "on" : "with";
|
|
18762
18780
|
throw new Error("diff() called " + h + " non-document");
|
|
18763
18781
|
}).join("");
|
|
@@ -18845,8 +18863,8 @@ var Yn = et && et.__importDefault || function(t) {
|
|
|
18845
18863
|
return n;
|
|
18846
18864
|
}, t.Op = at.default, t.AttributeMap = jn.default, t;
|
|
18847
18865
|
}()
|
|
18848
|
-
),
|
|
18849
|
-
const
|
|
18866
|
+
), th = eh;
|
|
18867
|
+
const nh = /* @__PURE__ */ Er(th);
|
|
18850
18868
|
/*!
|
|
18851
18869
|
* VueQuill @vueup/vue-quill v1.2.0
|
|
18852
18870
|
* https://vueup.github.io/vue-quill/
|
|
@@ -18888,7 +18906,7 @@ const $o = {
|
|
|
18888
18906
|
["clean"]
|
|
18889
18907
|
// remove formatting button
|
|
18890
18908
|
]
|
|
18891
|
-
},
|
|
18909
|
+
}, rh = da({
|
|
18892
18910
|
name: "QuillEditor",
|
|
18893
18911
|
inheritAttrs: !1,
|
|
18894
18912
|
props: {
|
|
@@ -19027,7 +19045,7 @@ const $o = {
|
|
|
19027
19045
|
make sure to call this method when the editor ready
|
|
19028
19046
|
or use v-on:ready="onReady(quill)" event instead.`;
|
|
19029
19047
|
}, m = (O, k) => t.contentType === "html" ? x() : t.contentType === "text" ? p(O, k) : e == null ? void 0 : e.getContents(O, k), $ = (O, k = "api") => {
|
|
19030
|
-
const T = O || (t.contentType === "delta" ? new
|
|
19048
|
+
const T = O || (t.contentType === "delta" ? new nh() : "");
|
|
19031
19049
|
t.contentType === "html" ? E(T) : t.contentType === "text" ? w(T, k) : e == null || e.setContents(T, k), f = a(T);
|
|
19032
19050
|
}, p = (O, k) => {
|
|
19033
19051
|
var T;
|
|
@@ -19080,10 +19098,10 @@ const $o = {
|
|
|
19080
19098
|
ha("div", { ref: "editor", ...this.$attrs })
|
|
19081
19099
|
];
|
|
19082
19100
|
}
|
|
19083
|
-
}),
|
|
19084
|
-
class Ar extends
|
|
19101
|
+
}), ih = Bt.import("formats/list"), oh = Bt.import("formats/list/item"), ah = Bt.import("parchment");
|
|
19102
|
+
class Ar extends oh {
|
|
19085
19103
|
format(n, e) {
|
|
19086
|
-
n === cn.blotName && !e ? this.replaceWith(
|
|
19104
|
+
n === cn.blotName && !e ? this.replaceWith(ah.create(this.statics.scope)) : super.format(n, e);
|
|
19087
19105
|
}
|
|
19088
19106
|
clone() {
|
|
19089
19107
|
const n = super.clone();
|
|
@@ -19092,7 +19110,7 @@ class Ar extends ih {
|
|
|
19092
19110
|
}
|
|
19093
19111
|
Ar.blotName = "alphabet-list-item";
|
|
19094
19112
|
Ar.tagName = "LI";
|
|
19095
|
-
class cn extends
|
|
19113
|
+
class cn extends ih {
|
|
19096
19114
|
static create() {
|
|
19097
19115
|
const n = super.create("bullet");
|
|
19098
19116
|
return n.setAttribute("type", "a"), n;
|
|
@@ -19106,36 +19124,36 @@ cn.tagName = "OL";
|
|
|
19106
19124
|
cn.className = "alphabet-list";
|
|
19107
19125
|
cn.defaultChild = "alphabet-list-item";
|
|
19108
19126
|
cn.allowedChildren = [Ar];
|
|
19109
|
-
const
|
|
19127
|
+
const lh = `
|
|
19110
19128
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19111
19129
|
<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"/>
|
|
19112
19130
|
</svg>
|
|
19113
|
-
`,
|
|
19131
|
+
`, sh = `
|
|
19114
19132
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19115
19133
|
<path d="M9.54492 14.9023H8.36914L10.4404 5.09961H11.6299L9.54492 14.9023Z" class="fill" fill="#1A1A1A"/>
|
|
19116
19134
|
</svg>
|
|
19117
|
-
`,
|
|
19135
|
+
`, uh = `
|
|
19118
19136
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19119
19137
|
<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"/>
|
|
19120
19138
|
<path d="M5.19141 16.3047H14.8096V17.1182H5.19141V16.3047Z" class="fill" fill="#1A1A1A"/>
|
|
19121
19139
|
</svg>
|
|
19122
|
-
`,
|
|
19140
|
+
`, dh = `
|
|
19123
19141
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19124
19142
|
<path d="M14.6668 9.99805L5.33594 9.99805" class="stroke" stroke="#1A1A1A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19125
19143
|
<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"/>
|
|
19126
19144
|
<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"/>
|
|
19127
19145
|
</svg>
|
|
19128
|
-
`,
|
|
19146
|
+
`, ch = `
|
|
19129
19147
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19130
19148
|
<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"/>
|
|
19131
19149
|
</svg>
|
|
19132
19150
|
|
|
19133
|
-
`,
|
|
19151
|
+
`, fh = `
|
|
19134
19152
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19135
19153
|
<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"/>
|
|
19136
19154
|
</svg>
|
|
19137
19155
|
|
|
19138
|
-
`,
|
|
19156
|
+
`, hh = `
|
|
19139
19157
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19140
19158
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19141
19159
|
<rect x="3" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19143,14 +19161,14 @@ const ah = `
|
|
|
19143
19161
|
<rect x="3" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19144
19162
|
</svg>
|
|
19145
19163
|
|
|
19146
|
-
`,
|
|
19164
|
+
`, ph = `
|
|
19147
19165
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19148
19166
|
<rect x="3" y="3" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19149
19167
|
<rect x="5" y="7" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19150
19168
|
<rect x="3" y="11" width="14" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19151
19169
|
<rect x="5" y="15" width="10" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19152
19170
|
</svg>
|
|
19153
|
-
`,
|
|
19171
|
+
`, gh = `
|
|
19154
19172
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19155
19173
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19156
19174
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
@@ -19158,14 +19176,14 @@ const ah = `
|
|
|
19158
19176
|
<rect width="10" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19159
19177
|
</svg>
|
|
19160
19178
|
|
|
19161
|
-
`,
|
|
19179
|
+
`, mh = `
|
|
19162
19180
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19163
19181
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 3)" class="fill" fill="#1A1A1A"/>
|
|
19164
19182
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 7)" class="fill" fill="#1A1A1A"/>
|
|
19165
19183
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 11)" class="fill" fill="#1A1A1A"/>
|
|
19166
19184
|
<rect width="14" height="2" rx="1" transform="matrix(-1 0 0 1 17 15)" class="fill" fill="#1A1A1A"/>
|
|
19167
19185
|
</svg>
|
|
19168
|
-
`,
|
|
19186
|
+
`, vh = `
|
|
19169
19187
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19170
19188
|
<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"/>
|
|
19171
19189
|
<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"/>
|
|
@@ -19174,7 +19192,7 @@ const ah = `
|
|
|
19174
19192
|
<rect x="7" y="9.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19175
19193
|
<rect x="7" y="14.5" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19176
19194
|
</svg>
|
|
19177
|
-
`,
|
|
19195
|
+
`, yh = `
|
|
19178
19196
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19179
19197
|
<rect x="6.5" y="4" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
19180
19198
|
<rect x="6.5" y="9" width="11" height="2" rx="1" class="fill" fill="#1A1A1A"/>
|
|
@@ -19183,7 +19201,7 @@ const ah = `
|
|
|
19183
19201
|
<circle cx="3.5" cy="10" r="1" class="fill" fill="#1A1A1A"/>
|
|
19184
19202
|
<circle cx="3.5" cy="5" r="1" class="fill" fill="#1A1A1A"/>
|
|
19185
19203
|
</svg>
|
|
19186
|
-
`,
|
|
19204
|
+
`, bh = `
|
|
19187
19205
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19188
19206
|
<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"/>
|
|
19189
19207
|
<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"/>
|
|
@@ -19194,26 +19212,26 @@ const ah = `
|
|
|
19194
19212
|
</svg>
|
|
19195
19213
|
`;
|
|
19196
19214
|
const $t = Bt.import("ui/icons");
|
|
19197
|
-
$t.bold =
|
|
19198
|
-
$t.italic =
|
|
19199
|
-
$t.underline =
|
|
19200
|
-
$t.strike =
|
|
19201
|
-
$t["code-block"] =
|
|
19202
|
-
$t.link =
|
|
19203
|
-
$t.align[""] =
|
|
19204
|
-
$t.align.center =
|
|
19205
|
-
$t.align.right =
|
|
19206
|
-
$t.align.justify =
|
|
19207
|
-
$t.list.ordered =
|
|
19208
|
-
$t.list.bullet =
|
|
19209
|
-
$t["alphabet-list"] =
|
|
19215
|
+
$t.bold = lh;
|
|
19216
|
+
$t.italic = sh;
|
|
19217
|
+
$t.underline = uh;
|
|
19218
|
+
$t.strike = dh;
|
|
19219
|
+
$t["code-block"] = fh;
|
|
19220
|
+
$t.link = ch;
|
|
19221
|
+
$t.align[""] = hh;
|
|
19222
|
+
$t.align.center = ph;
|
|
19223
|
+
$t.align.right = gh;
|
|
19224
|
+
$t.align.justify = mh;
|
|
19225
|
+
$t.list.ordered = vh;
|
|
19226
|
+
$t.list.bullet = yh;
|
|
19227
|
+
$t["alphabet-list"] = bh;
|
|
19210
19228
|
Bt.register({
|
|
19211
19229
|
"formats/alphabet-list": cn,
|
|
19212
19230
|
"formats/alphabet-list/item": Ar
|
|
19213
19231
|
});
|
|
19214
19232
|
Bt.register($t);
|
|
19215
19233
|
Bt.debug("error");
|
|
19216
|
-
const
|
|
19234
|
+
const _h = {
|
|
19217
19235
|
name: "IbTextEditor",
|
|
19218
19236
|
props: {
|
|
19219
19237
|
placeholder: {
|
|
@@ -19317,20 +19335,20 @@ const bh = {
|
|
|
19317
19335
|
}
|
|
19318
19336
|
},
|
|
19319
19337
|
components: {
|
|
19320
|
-
QuillEditor:
|
|
19338
|
+
QuillEditor: rh,
|
|
19321
19339
|
IbIconButton: Tt,
|
|
19322
19340
|
IbAlert: dn,
|
|
19323
19341
|
IbCharacterCount: qo
|
|
19324
19342
|
}
|
|
19325
|
-
},
|
|
19343
|
+
}, $h = {
|
|
19326
19344
|
id: "toolbar",
|
|
19327
19345
|
class: "toolbar",
|
|
19328
19346
|
ref: "toolbar"
|
|
19329
|
-
},
|
|
19347
|
+
}, wh = /* @__PURE__ */ pa('<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), Oh = { class: "toolbar-group" }, kh = /* @__PURE__ */ ae("div", { class: "toolbar-group" }, [
|
|
19330
19348
|
/* @__PURE__ */ ae("select", { class: "ql-background" }),
|
|
19331
19349
|
/* @__PURE__ */ ae("select", { class: "ql-color" })
|
|
19332
|
-
], -1),
|
|
19333
|
-
function
|
|
19350
|
+
], -1), Ch = { class: "toolbar-group" }, Eh = { class: "toolbar-group" }, Sh = { class: "toolbar-group" };
|
|
19351
|
+
function xh(t, n, e, i, o, r) {
|
|
19334
19352
|
const l = ce("ib-character-count"), a = ce("ib-alert"), d = ce("QuillEditor"), f = ce("ib-icon-button");
|
|
19335
19353
|
return G(), ne("div", {
|
|
19336
19354
|
class: ve(["textarea-wrapper", {
|
|
@@ -19382,9 +19400,9 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19382
19400
|
modules: e.modules
|
|
19383
19401
|
}, null, 8, ["onTextChange", "onBlur", "onFocus", "content", "options", "modules"])
|
|
19384
19402
|
], 4),
|
|
19385
|
-
ae("div",
|
|
19386
|
-
|
|
19387
|
-
ae("div",
|
|
19403
|
+
ae("div", $h, [
|
|
19404
|
+
wh,
|
|
19405
|
+
ae("div", Oh, [
|
|
19388
19406
|
ge(f, {
|
|
19389
19407
|
class: "toolbar-item ql-bold",
|
|
19390
19408
|
kind: "ghost"
|
|
@@ -19402,8 +19420,8 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19402
19420
|
kind: "ghost"
|
|
19403
19421
|
})
|
|
19404
19422
|
]),
|
|
19405
|
-
|
|
19406
|
-
ae("div",
|
|
19423
|
+
kh,
|
|
19424
|
+
ae("div", Ch, [
|
|
19407
19425
|
ge(f, {
|
|
19408
19426
|
class: "toolbar-item ql-code-block",
|
|
19409
19427
|
kind: "ghost"
|
|
@@ -19413,7 +19431,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19413
19431
|
kind: "ghost"
|
|
19414
19432
|
})
|
|
19415
19433
|
]),
|
|
19416
|
-
ae("div",
|
|
19434
|
+
ae("div", Eh, [
|
|
19417
19435
|
ge(f, {
|
|
19418
19436
|
class: "toolbar-item ql-align",
|
|
19419
19437
|
kind: "ghost"
|
|
@@ -19434,7 +19452,7 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19434
19452
|
kind: "ghost"
|
|
19435
19453
|
})
|
|
19436
19454
|
]),
|
|
19437
|
-
ae("div",
|
|
19455
|
+
ae("div", Sh, [
|
|
19438
19456
|
ge(f, {
|
|
19439
19457
|
class: "ql-list toolbar-item",
|
|
19440
19458
|
value: "ordered",
|
|
@@ -19454,18 +19472,18 @@ function Sh(t, n, e, i, o, r) {
|
|
|
19454
19472
|
], 2)
|
|
19455
19473
|
], 2);
|
|
19456
19474
|
}
|
|
19457
|
-
const
|
|
19458
|
-
const
|
|
19475
|
+
const f1 = /* @__PURE__ */ Ae(_h, [["render", xh]]);
|
|
19476
|
+
const Th = {
|
|
19459
19477
|
name: "IbTable",
|
|
19460
19478
|
computed: {
|
|
19461
19479
|
hasThead() {
|
|
19462
19480
|
return !!this.$slots.thead;
|
|
19463
19481
|
}
|
|
19464
19482
|
}
|
|
19465
|
-
},
|
|
19466
|
-
function
|
|
19467
|
-
return G(), ne("div",
|
|
19468
|
-
ae("table",
|
|
19483
|
+
}, Ah = { class: "ib-table-wrapper" }, Nh = { class: "ib-table" };
|
|
19484
|
+
function Ih(t, n, e, i, o, r) {
|
|
19485
|
+
return G(), ne("div", Ah, [
|
|
19486
|
+
ae("table", Nh, [
|
|
19469
19487
|
r.hasThead ? Te(t.$slots, "thead", { key: 0 }, void 0, !0) : he("", !0),
|
|
19470
19488
|
ae("tbody", null, [
|
|
19471
19489
|
Te(t.$slots, "tbody", {}, void 0, !0)
|
|
@@ -19473,17 +19491,17 @@ function Nh(t, n, e, i, o, r) {
|
|
|
19473
19491
|
])
|
|
19474
19492
|
]);
|
|
19475
19493
|
}
|
|
19476
|
-
const
|
|
19477
|
-
const
|
|
19494
|
+
const h1 = /* @__PURE__ */ Ae(Th, [["render", Ih], ["__scopeId", "data-v-5dceb760"]]);
|
|
19495
|
+
const Mh = {
|
|
19478
19496
|
name: "IbRow"
|
|
19479
|
-
},
|
|
19480
|
-
function
|
|
19481
|
-
return G(), ne("tr",
|
|
19497
|
+
}, Ph = { class: "ib-tr" };
|
|
19498
|
+
function Dh(t, n, e, i, o, r) {
|
|
19499
|
+
return G(), ne("tr", Ph, [
|
|
19482
19500
|
Te(t.$slots, "default", { ref: "row" })
|
|
19483
19501
|
]);
|
|
19484
19502
|
}
|
|
19485
|
-
const
|
|
19486
|
-
const
|
|
19503
|
+
const p1 = /* @__PURE__ */ Ae(Mh, [["render", Dh]]);
|
|
19504
|
+
const Lh = {
|
|
19487
19505
|
name: "IbCell",
|
|
19488
19506
|
props: {
|
|
19489
19507
|
fixed: {
|
|
@@ -19505,19 +19523,19 @@ const Dh = {
|
|
|
19505
19523
|
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";
|
|
19506
19524
|
}
|
|
19507
19525
|
}
|
|
19508
|
-
},
|
|
19509
|
-
function
|
|
19526
|
+
}, Rh = { class: "cell" };
|
|
19527
|
+
function Bh(t, n, e, i, o, r) {
|
|
19510
19528
|
return G(), ne("td", Et({
|
|
19511
19529
|
onResize: n[0] || (n[0] = (...l) => r.freezeCol && r.freezeCol(...l)),
|
|
19512
19530
|
class: "ib-cell"
|
|
19513
19531
|
}, this.attr), [
|
|
19514
|
-
ae("div",
|
|
19532
|
+
ae("div", Rh, [
|
|
19515
19533
|
Te(t.$slots, "default", {}, void 0, !0)
|
|
19516
19534
|
])
|
|
19517
19535
|
], 16);
|
|
19518
19536
|
}
|
|
19519
|
-
const
|
|
19520
|
-
const
|
|
19537
|
+
const jh = /* @__PURE__ */ Ae(Lh, [["render", Bh], ["__scopeId", "data-v-e74bb0f3"]]);
|
|
19538
|
+
const qh = {
|
|
19521
19539
|
name: "IbCheckboxCell",
|
|
19522
19540
|
props: {
|
|
19523
19541
|
isChecked: {
|
|
@@ -19530,11 +19548,11 @@ const jh = {
|
|
|
19530
19548
|
}
|
|
19531
19549
|
},
|
|
19532
19550
|
components: {
|
|
19533
|
-
IbCell:
|
|
19551
|
+
IbCell: jh,
|
|
19534
19552
|
IbCheckbox: Lo
|
|
19535
19553
|
}
|
|
19536
19554
|
};
|
|
19537
|
-
function
|
|
19555
|
+
function Fh(t, n, e, i, o, r) {
|
|
19538
19556
|
const l = ce("ib-checkbox"), a = ce("ib-cell");
|
|
19539
19557
|
return G(), $e(a, {
|
|
19540
19558
|
fixed: e.fixed,
|
|
@@ -19546,7 +19564,7 @@ function qh(t, n, e, i, o, r) {
|
|
|
19546
19564
|
_: 1
|
|
19547
19565
|
}, 8, ["fixed"]);
|
|
19548
19566
|
}
|
|
19549
|
-
const
|
|
19567
|
+
const g1 = /* @__PURE__ */ Ae(qh, [["render", Fh]]);
|
|
19550
19568
|
class sa {
|
|
19551
19569
|
constructor() {
|
|
19552
19570
|
this.tooltipInstance = null, this.tooltipContainer = null, this.uuid = null;
|
|
@@ -19604,7 +19622,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19604
19622
|
return;
|
|
19605
19623
|
const i = wn.getTooltipContainer(), o = n !== t.target && !n.contains(t.target), r = i !== t.target && !(i != null && i.contains(t.target));
|
|
19606
19624
|
o && r && wn.destroyTooltip(n);
|
|
19607
|
-
},
|
|
19625
|
+
}, m1 = {
|
|
19608
19626
|
mounted(t, n) {
|
|
19609
19627
|
t.addEventListener("mouseenter", () => wo(t, n)), document.addEventListener("mousemove", (e) => Oo(e, t));
|
|
19610
19628
|
},
|
|
@@ -19615,7 +19633,7 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19615
19633
|
Ro(t) && Di.createTooltip(t, n.value);
|
|
19616
19634
|
}, Co = () => {
|
|
19617
19635
|
Di.destroyTooltip();
|
|
19618
|
-
},
|
|
19636
|
+
}, v1 = {
|
|
19619
19637
|
mounted(t, n) {
|
|
19620
19638
|
t.addEventListener("mouseenter", () => ko(t, n)), t.addEventListener("mouseleave", Co);
|
|
19621
19639
|
},
|
|
@@ -19624,51 +19642,51 @@ const wn = new sa(), wo = (t, n) => {
|
|
|
19624
19642
|
}
|
|
19625
19643
|
};
|
|
19626
19644
|
export {
|
|
19627
|
-
|
|
19645
|
+
Vh as IbAccordion,
|
|
19628
19646
|
dn as IbAlert,
|
|
19629
|
-
|
|
19630
|
-
|
|
19631
|
-
|
|
19647
|
+
Uh as IbAvatar,
|
|
19648
|
+
zh as IbBadge,
|
|
19649
|
+
t1 as IbBreadcrumbs,
|
|
19632
19650
|
xa as IbButton,
|
|
19633
|
-
|
|
19634
|
-
|
|
19651
|
+
Kh as IbButtonGroup,
|
|
19652
|
+
jh as IbCell,
|
|
19635
19653
|
Lo as IbCheckbox,
|
|
19636
|
-
|
|
19637
|
-
|
|
19638
|
-
|
|
19654
|
+
g1 as IbCheckboxCell,
|
|
19655
|
+
l1 as IbCheckboxGroup,
|
|
19656
|
+
d1 as IbDatePicker,
|
|
19639
19657
|
ki as IbDropdown,
|
|
19640
19658
|
Mo as IbDropdownItem,
|
|
19641
19659
|
Ei as IbDropdownList,
|
|
19642
|
-
|
|
19660
|
+
a1 as IbFormGroup,
|
|
19643
19661
|
Xe as IbIcon,
|
|
19644
19662
|
Tt as IbIconButton,
|
|
19645
19663
|
Do as IbInput,
|
|
19646
19664
|
Cr as IbLabel,
|
|
19647
|
-
|
|
19648
|
-
|
|
19649
|
-
|
|
19650
|
-
|
|
19651
|
-
|
|
19665
|
+
su as IbLimitSelector,
|
|
19666
|
+
Jh as IbModal,
|
|
19667
|
+
n1 as IbPagination,
|
|
19668
|
+
o1 as IbPanel,
|
|
19669
|
+
c1 as IbPhoneInput,
|
|
19652
19670
|
Ia as IbPopover,
|
|
19653
|
-
|
|
19654
|
-
|
|
19655
|
-
|
|
19656
|
-
|
|
19657
|
-
|
|
19658
|
-
|
|
19659
|
-
|
|
19660
|
-
|
|
19671
|
+
r1 as IbProgressBar,
|
|
19672
|
+
s1 as IbRadio,
|
|
19673
|
+
p1 as IbRow,
|
|
19674
|
+
e1 as IbSorting,
|
|
19675
|
+
Wh as IbSplitButton,
|
|
19676
|
+
Zh as IbSplitButtonItem,
|
|
19677
|
+
i1 as IbStatusIndicator,
|
|
19678
|
+
Qh as IbTab,
|
|
19661
19679
|
Gl as IbTabDropdown,
|
|
19662
|
-
|
|
19663
|
-
|
|
19664
|
-
|
|
19665
|
-
|
|
19666
|
-
|
|
19667
|
-
|
|
19668
|
-
|
|
19680
|
+
h1 as IbTable,
|
|
19681
|
+
Xh as IbTabs,
|
|
19682
|
+
Gh as IbTagPill,
|
|
19683
|
+
f1 as IbTextEditor,
|
|
19684
|
+
u1 as IbTextarea,
|
|
19685
|
+
Vs as IbToggle,
|
|
19686
|
+
Yh as IbToggleTip,
|
|
19669
19687
|
Qt as IbTooltip,
|
|
19670
|
-
|
|
19688
|
+
iu as IbTreeSelect,
|
|
19671
19689
|
Oi as OutsideDirective,
|
|
19672
|
-
|
|
19673
|
-
|
|
19690
|
+
v1 as TextOverflowTooltipDirective,
|
|
19691
|
+
m1 as TooltipDirective
|
|
19674
19692
|
};
|