@openhive-eu/payment 1.0.0-beta.3 → 1.0.0-beta.5
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/README.md +150 -0
- package/dist/index.js +598 -582
- package/dist/index.js.gz +0 -0
- package/dist/index.min.js +48 -48
- package/dist/index.min.js.gz +0 -0
- package/dist/lib/api-client.d.ts +1 -1
- package/dist/lib/i18n.d.ts +73 -3
- package/dist/payment-widget.d.ts +1 -0
- package/dist/react.js +637 -621
- package/dist/styles.css +1 -1
- package/dist/styles.css.gz +0 -0
- package/package.json +18 -9
- package/react.js +1 -0
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const Ge = globalThis, mt = Ge.ShadowRoot && (Ge.ShadyCSS === void 0 || Ge.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype,
|
|
2
|
-
let
|
|
1
|
+
const Ge = globalThis, mt = Ge.ShadowRoot && (Ge.ShadyCSS === void 0 || Ge.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, P1 = /* @__PURE__ */ Symbol(), Ot = /* @__PURE__ */ new WeakMap();
|
|
2
|
+
let i2 = class {
|
|
3
3
|
constructor(e, r, n) {
|
|
4
|
-
if (this._$cssResult$ = !0, n !==
|
|
4
|
+
if (this._$cssResult$ = !0, n !== P1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
5
5
|
this.cssText = e, this.t = r;
|
|
6
6
|
}
|
|
7
7
|
get styleSheet() {
|
|
@@ -17,7 +17,7 @@ let a2 = class {
|
|
|
17
17
|
return this.cssText;
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
|
-
const
|
|
20
|
+
const a2 = (t) => new i2(typeof t == "string" ? t : t + "", void 0, P1), s2 = (t, e) => {
|
|
21
21
|
if (mt) t.adoptedStyleSheets = e.map((r) => r instanceof CSSStyleSheet ? r : r.styleSheet);
|
|
22
22
|
else for (const r of e) {
|
|
23
23
|
const n = document.createElement("style"), d = Ge.litNonce;
|
|
@@ -26,12 +26,12 @@ const s2 = (t) => new a2(typeof t == "string" ? t : t + "", void 0, A1), l2 = (t
|
|
|
26
26
|
}, It = mt ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((e) => {
|
|
27
27
|
let r = "";
|
|
28
28
|
for (const n of e.cssRules) r += n.cssText;
|
|
29
|
-
return
|
|
29
|
+
return a2(r);
|
|
30
30
|
})(t) : t;
|
|
31
|
-
const { is:
|
|
31
|
+
const { is: l2, defineProperty: $2, getOwnPropertyDescriptor: c2, getOwnPropertyNames: u2, getOwnPropertySymbols: f2, getPrototypeOf: h2 } = Object, qe = globalThis, Rt = qe.trustedTypes, p2 = Rt ? Rt.emptyScript : "", m2 = qe.reactiveElementPolyfillSupport, ve = (t, e) => t, Be = { toAttribute(t, e) {
|
|
32
32
|
switch (e) {
|
|
33
33
|
case Boolean:
|
|
34
|
-
t = t ?
|
|
34
|
+
t = t ? p2 : null;
|
|
35
35
|
break;
|
|
36
36
|
case Object:
|
|
37
37
|
case Array:
|
|
@@ -56,7 +56,7 @@ const { is: $2, defineProperty: c2, getOwnPropertyDescriptor: u2, getOwnProperty
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
return r;
|
|
59
|
-
} }, yt = (t, e) =>
|
|
59
|
+
} }, yt = (t, e) => !l2(t, e), Tt = { attribute: !0, type: String, converter: Be, reflect: !1, useDefault: !1, hasChanged: yt };
|
|
60
60
|
Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), qe.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
|
|
61
61
|
let he = class extends HTMLElement {
|
|
62
62
|
static addInitializer(e) {
|
|
@@ -68,11 +68,11 @@ let he = class extends HTMLElement {
|
|
|
68
68
|
static createProperty(e, r = Tt) {
|
|
69
69
|
if (r.state && (r.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((r = Object.create(r)).wrapped = !0), this.elementProperties.set(e, r), !r.noAccessor) {
|
|
70
70
|
const n = /* @__PURE__ */ Symbol(), d = this.getPropertyDescriptor(e, n, r);
|
|
71
|
-
d !== void 0 &&
|
|
71
|
+
d !== void 0 && $2(this.prototype, e, d);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
static getPropertyDescriptor(e, r, n) {
|
|
75
|
-
const { get: d, set: o } =
|
|
75
|
+
const { get: d, set: o } = c2(this.prototype, e) ?? { get() {
|
|
76
76
|
return this[r];
|
|
77
77
|
}, set(i) {
|
|
78
78
|
this[r] = i;
|
|
@@ -87,13 +87,13 @@ let he = class extends HTMLElement {
|
|
|
87
87
|
}
|
|
88
88
|
static _$Ei() {
|
|
89
89
|
if (this.hasOwnProperty(ve("elementProperties"))) return;
|
|
90
|
-
const e =
|
|
90
|
+
const e = h2(this);
|
|
91
91
|
e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
|
|
92
92
|
}
|
|
93
93
|
static finalize() {
|
|
94
94
|
if (this.hasOwnProperty(ve("finalized"))) return;
|
|
95
95
|
if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(ve("properties"))) {
|
|
96
|
-
const r = this.properties, n = [...
|
|
96
|
+
const r = this.properties, n = [...u2(r), ...f2(r)];
|
|
97
97
|
for (const d of n) this.createProperty(d, r[d]);
|
|
98
98
|
}
|
|
99
99
|
const e = this[Symbol.metadata];
|
|
@@ -139,7 +139,7 @@ let he = class extends HTMLElement {
|
|
|
139
139
|
}
|
|
140
140
|
createRenderRoot() {
|
|
141
141
|
const e = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
|
|
142
|
-
return
|
|
142
|
+
return s2(e, this.constructor.elementStyles), e;
|
|
143
143
|
}
|
|
144
144
|
connectedCallback() {
|
|
145
145
|
this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((e) => e.hostConnected?.());
|
|
@@ -239,43 +239,43 @@ let he = class extends HTMLElement {
|
|
|
239
239
|
firstUpdated(e) {
|
|
240
240
|
}
|
|
241
241
|
};
|
|
242
|
-
he.elementStyles = [], he.shadowRootOptions = { mode: "open" }, he[ve("elementProperties")] = /* @__PURE__ */ new Map(), he[ve("finalized")] = /* @__PURE__ */ new Map(),
|
|
243
|
-
const gt = globalThis, Mt = (t) => t, ze = gt.trustedTypes, Lt = ze ? ze.createPolicy("lit-html", { createHTML: (t) => t }) : void 0,
|
|
242
|
+
he.elementStyles = [], he.shadowRootOptions = { mode: "open" }, he[ve("elementProperties")] = /* @__PURE__ */ new Map(), he[ve("finalized")] = /* @__PURE__ */ new Map(), m2?.({ ReactiveElement: he }), (qe.reactiveElementVersions ??= []).push("2.1.2");
|
|
243
|
+
const gt = globalThis, Mt = (t) => t, ze = gt.trustedTypes, Lt = ze ? ze.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, A1 = "$lit$", te = `lit$${Math.random().toFixed(9).slice(2)}$`, E1 = "?" + te, y2 = `<${E1}>`, se = document, _e = () => se.createComment(""), we = (t) => t === null || typeof t != "object" && typeof t != "function", bt = Array.isArray, g2 = (t) => bt(t) || typeof t?.[Symbol.iterator] == "function", rt = `[
|
|
244
244
|
\f\r]`, ge = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Ft = /-->/g, Dt = />/g, oe = RegExp(`>|${rt}(?:([^\\s"'>=/]+)(${rt}*=${rt}*(?:[^
|
|
245
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), Ht = /'/g, Vt = /"/g,
|
|
246
|
-
function
|
|
245
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), Ht = /'/g, Vt = /"/g, S1 = /^(?:script|style|textarea|title)$/i, b2 = (t) => (e, ...r) => ({ _$litType$: t, strings: e, values: r }), C = b2(1), le = /* @__PURE__ */ Symbol.for("lit-noChange"), v = /* @__PURE__ */ Symbol.for("lit-nothing"), jt = /* @__PURE__ */ new WeakMap(), ae = se.createTreeWalker(se, 129);
|
|
246
|
+
function N1(t, e) {
|
|
247
247
|
if (!bt(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
|
|
248
248
|
return Lt !== void 0 ? Lt.createHTML(e) : e;
|
|
249
249
|
}
|
|
250
|
-
const
|
|
250
|
+
const v2 = (t, e) => {
|
|
251
251
|
const r = t.length - 1, n = [];
|
|
252
252
|
let d, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", i = ge;
|
|
253
253
|
for (let a = 0; a < r; a++) {
|
|
254
254
|
const s = t[a];
|
|
255
255
|
let l, c, $ = -1, u = 0;
|
|
256
|
-
for (; u < s.length && (i.lastIndex = u, c = i.exec(s), c !== null); ) u = i.lastIndex, i === ge ? c[1] === "!--" ? i = Ft : c[1] !== void 0 ? i = Dt : c[2] !== void 0 ? (
|
|
256
|
+
for (; u < s.length && (i.lastIndex = u, c = i.exec(s), c !== null); ) u = i.lastIndex, i === ge ? c[1] === "!--" ? i = Ft : c[1] !== void 0 ? i = Dt : c[2] !== void 0 ? (S1.test(c[2]) && (d = RegExp("</" + c[2], "g")), i = oe) : c[3] !== void 0 && (i = oe) : i === oe ? c[0] === ">" ? (i = d ?? ge, $ = -1) : c[1] === void 0 ? $ = -2 : ($ = i.lastIndex - c[2].length, l = c[1], i = c[3] === void 0 ? oe : c[3] === '"' ? Vt : Ht) : i === Vt || i === Ht ? i = oe : i === Ft || i === Dt ? i = ge : (i = oe, d = void 0);
|
|
257
257
|
const g = i === oe && t[a + 1].startsWith("/>") ? " " : "";
|
|
258
|
-
o += i === ge ? s +
|
|
258
|
+
o += i === ge ? s + y2 : $ >= 0 ? (n.push(l), s.slice(0, $) + A1 + s.slice($) + te + g) : s + te + ($ === -2 ? a : g);
|
|
259
259
|
}
|
|
260
|
-
return [
|
|
260
|
+
return [N1(t, o + (t[r] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), n];
|
|
261
261
|
};
|
|
262
262
|
class xe {
|
|
263
263
|
constructor({ strings: e, _$litType$: r }, n) {
|
|
264
264
|
let d;
|
|
265
265
|
this.parts = [];
|
|
266
266
|
let o = 0, i = 0;
|
|
267
|
-
const a = e.length - 1, s = this.parts, [l, c] =
|
|
267
|
+
const a = e.length - 1, s = this.parts, [l, c] = v2(e, r);
|
|
268
268
|
if (this.el = xe.createElement(l, n), ae.currentNode = this.el.content, r === 2 || r === 3) {
|
|
269
269
|
const $ = this.el.content.firstChild;
|
|
270
270
|
$.replaceWith(...$.childNodes);
|
|
271
271
|
}
|
|
272
272
|
for (; (d = ae.nextNode()) !== null && s.length < a; ) {
|
|
273
273
|
if (d.nodeType === 1) {
|
|
274
|
-
if (d.hasAttributes()) for (const $ of d.getAttributeNames()) if ($.endsWith(
|
|
275
|
-
const u = c[i++], g = d.getAttribute($).split(te),
|
|
276
|
-
s.push({ type: 1, index: o, name:
|
|
274
|
+
if (d.hasAttributes()) for (const $ of d.getAttributeNames()) if ($.endsWith(A1)) {
|
|
275
|
+
const u = c[i++], g = d.getAttribute($).split(te), w = /([.?@])?(.*)/.exec(u);
|
|
276
|
+
s.push({ type: 1, index: o, name: w[2], strings: g, ctor: w[1] === "." ? _2 : w[1] === "?" ? w2 : w[1] === "@" ? x2 : Xe }), d.removeAttribute($);
|
|
277
277
|
} else $.startsWith(te) && (s.push({ type: 6, index: o }), d.removeAttribute($));
|
|
278
|
-
if (
|
|
278
|
+
if (S1.test(d.tagName)) {
|
|
279
279
|
const $ = d.textContent.split(te), u = $.length - 1;
|
|
280
280
|
if (u > 0) {
|
|
281
281
|
d.textContent = ze ? ze.emptyScript : "";
|
|
@@ -283,7 +283,7 @@ class xe {
|
|
|
283
283
|
d.append($[u], _e());
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
} else if (d.nodeType === 8) if (d.data ===
|
|
286
|
+
} else if (d.nodeType === 8) if (d.data === E1) s.push({ type: 2, index: o });
|
|
287
287
|
else {
|
|
288
288
|
let $ = -1;
|
|
289
289
|
for (; ($ = d.data.indexOf(te, $ + 1)) !== -1; ) s.push({ type: 7, index: o }), $ += te.length - 1;
|
|
@@ -302,7 +302,7 @@ function me(t, e, r = t, n) {
|
|
|
302
302
|
const o = we(e) ? void 0 : e._$litDirective$;
|
|
303
303
|
return d?.constructor !== o && (d?._$AO?.(!1), o === void 0 ? d = void 0 : (d = new o(t), d._$AT(t, r, n)), n !== void 0 ? (r._$Co ??= [])[n] = d : r._$Cl = d), d !== void 0 && (e = me(t, d._$AS(t, e.values), d, n)), e;
|
|
304
304
|
}
|
|
305
|
-
class
|
|
305
|
+
class C2 {
|
|
306
306
|
constructor(e, r) {
|
|
307
307
|
this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = r;
|
|
308
308
|
}
|
|
@@ -319,7 +319,7 @@ class _2 {
|
|
|
319
319
|
for (; s !== void 0; ) {
|
|
320
320
|
if (i === s.index) {
|
|
321
321
|
let l;
|
|
322
|
-
s.type === 2 ? l = new Oe(o, o.nextSibling, this, e) : s.type === 1 ? l = new s.ctor(o, s.name, s.strings, this, e) : s.type === 6 && (l = new
|
|
322
|
+
s.type === 2 ? l = new Oe(o, o.nextSibling, this, e) : s.type === 1 ? l = new s.ctor(o, s.name, s.strings, this, e) : s.type === 6 && (l = new P2(o, this, e)), this._$AV.push(l), s = n[++a];
|
|
323
323
|
}
|
|
324
324
|
i !== s?.index && (o = ae.nextNode(), i++);
|
|
325
325
|
}
|
|
@@ -349,7 +349,7 @@ class Oe {
|
|
|
349
349
|
return this._$AB;
|
|
350
350
|
}
|
|
351
351
|
_$AI(e, r = this) {
|
|
352
|
-
e = me(this, e, r), we(e) ? e === v || e == null || e === "" ? (this._$AH !== v && this._$AR(), this._$AH = v) : e !== this._$AH && e !== le && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) :
|
|
352
|
+
e = me(this, e, r), we(e) ? e === v || e == null || e === "" ? (this._$AH !== v && this._$AR(), this._$AH = v) : e !== this._$AH && e !== le && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : g2(e) ? this.k(e) : this._(e);
|
|
353
353
|
}
|
|
354
354
|
O(e) {
|
|
355
355
|
return this._$AA.parentNode.insertBefore(e, this._$AB);
|
|
@@ -361,10 +361,10 @@ class Oe {
|
|
|
361
361
|
this._$AH !== v && we(this._$AH) ? this._$AA.nextSibling.data = e : this.T(se.createTextNode(e)), this._$AH = e;
|
|
362
362
|
}
|
|
363
363
|
$(e) {
|
|
364
|
-
const { values: r, _$litType$: n } = e, d = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = xe.createElement(
|
|
364
|
+
const { values: r, _$litType$: n } = e, d = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = xe.createElement(N1(n.h, n.h[0]), this.options)), n);
|
|
365
365
|
if (this._$AH?._$AD === d) this._$AH.p(r);
|
|
366
366
|
else {
|
|
367
|
-
const o = new
|
|
367
|
+
const o = new C2(d, this), i = o.u(this.options);
|
|
368
368
|
o.p(r), this.T(i), this._$AH = o;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
@@ -414,7 +414,7 @@ class Xe {
|
|
|
414
414
|
e === v ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
class
|
|
417
|
+
class _2 extends Xe {
|
|
418
418
|
constructor() {
|
|
419
419
|
super(...arguments), this.type = 3;
|
|
420
420
|
}
|
|
@@ -422,7 +422,7 @@ class w2 extends Xe {
|
|
|
422
422
|
this.element[this.name] = e === v ? void 0 : e;
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
|
-
class
|
|
425
|
+
class w2 extends Xe {
|
|
426
426
|
constructor() {
|
|
427
427
|
super(...arguments), this.type = 4;
|
|
428
428
|
}
|
|
@@ -430,7 +430,7 @@ class x2 extends Xe {
|
|
|
430
430
|
this.element.toggleAttribute(this.name, !!e && e !== v);
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
class
|
|
433
|
+
class x2 extends Xe {
|
|
434
434
|
constructor(e, r, n, d, o) {
|
|
435
435
|
super(e, r, n, d, o), this.type = 5;
|
|
436
436
|
}
|
|
@@ -443,7 +443,7 @@ class P2 extends Xe {
|
|
|
443
443
|
typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, e) : this._$AH.handleEvent(e);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
class
|
|
446
|
+
class P2 {
|
|
447
447
|
constructor(e, r, n) {
|
|
448
448
|
this.element = e, this.type = 6, this._$AN = void 0, this._$AM = r, this.options = n;
|
|
449
449
|
}
|
|
@@ -454,9 +454,9 @@ class A2 {
|
|
|
454
454
|
me(this, e);
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
const
|
|
458
|
-
|
|
459
|
-
const
|
|
457
|
+
const A2 = gt.litHtmlPolyfillSupport;
|
|
458
|
+
A2?.(xe, Oe), (gt.litHtmlVersions ??= []).push("3.3.2");
|
|
459
|
+
const E2 = (t, e, r) => {
|
|
460
460
|
const n = r?.renderBefore ?? e;
|
|
461
461
|
let d = n._$litPart$;
|
|
462
462
|
if (d === void 0) {
|
|
@@ -476,7 +476,7 @@ let Ce = class extends he {
|
|
|
476
476
|
}
|
|
477
477
|
update(e) {
|
|
478
478
|
const r = this.render();
|
|
479
|
-
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do =
|
|
479
|
+
this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = E2(r, this.renderRoot, this.renderOptions);
|
|
480
480
|
}
|
|
481
481
|
connectedCallback() {
|
|
482
482
|
super.connectedCallback(), this._$Do?.setConnected(!0);
|
|
@@ -489,10 +489,10 @@ let Ce = class extends he {
|
|
|
489
489
|
}
|
|
490
490
|
};
|
|
491
491
|
Ce._$litElement$ = !0, Ce.finalized = !0, vt.litElementHydrateSupport?.({ LitElement: Ce });
|
|
492
|
-
const
|
|
493
|
-
|
|
492
|
+
const S2 = vt.litElementPolyfillSupport;
|
|
493
|
+
S2?.({ LitElement: Ce });
|
|
494
494
|
(vt.litElementVersions ??= []).push("4.2.2");
|
|
495
|
-
const
|
|
495
|
+
const N2 = { attribute: !0, type: String, converter: Be, reflect: !1, hasChanged: yt }, k2 = (t = N2, e, r) => {
|
|
496
496
|
const { kind: n, metadata: d } = r;
|
|
497
497
|
let o = globalThis.litPropertyMetadata.get(d);
|
|
498
498
|
if (o === void 0 && globalThis.litPropertyMetadata.set(d, o = /* @__PURE__ */ new Map()), n === "setter" && ((t = Object.create(t)).wrapped = !0), o.set(r.name, t), n === "accessor") {
|
|
@@ -513,30 +513,30 @@ const k2 = { attribute: !0, type: String, converter: Be, reflect: !1, hasChanged
|
|
|
513
513
|
}
|
|
514
514
|
throw Error("Unsupported decorator location: " + n);
|
|
515
515
|
};
|
|
516
|
-
function
|
|
517
|
-
return (e, r) => typeof r == "object" ?
|
|
516
|
+
function F(t) {
|
|
517
|
+
return (e, r) => typeof r == "object" ? k2(t, e, r) : ((n, d, o) => {
|
|
518
518
|
const i = d.hasOwnProperty(o);
|
|
519
519
|
return d.constructor.createProperty(o, n), i ? Object.getOwnPropertyDescriptor(d, o) : void 0;
|
|
520
520
|
})(t, e, r);
|
|
521
521
|
}
|
|
522
|
-
function
|
|
523
|
-
return
|
|
522
|
+
function D(t) {
|
|
523
|
+
return F({ ...t, state: !0, attribute: !1 });
|
|
524
524
|
}
|
|
525
|
-
const
|
|
526
|
-
`,
|
|
527
|
-
`,
|
|
525
|
+
const O2 = `<svg xmlns="http://www.w3.org/2000/svg" width="92" height="30" viewBox="0 0 92 30" fill="currentColor"><path d="M0.666626 7H14C15.4733 7 16.6666 8.19333 16.6666 9.66667V23H3.33329C1.85996 23 0.666626 21.8067 0.666626 20.3333V13.6667H7.33329V19H9.99996V11H0.666626V7Z"></path><path d="M75.3333 7V23H82V11H84.6666V23H91.3333V9.66667C91.3333 8.19333 90.14 7 88.6666 7H75.3333Z"></path><path d="M38 29.6667H51.3333C52.8067 29.6667 54 28.4733 54 27V7H47.3333V19H44.6667V7H38V20.3333C38 21.8067 39.1933 23 40.6667 23H47.3333V25.6667H38V29.6667Z"></path><path d="M72.6666 23H59.3333C57.86 23 56.6666 21.8067 56.6666 20.3333V7H70C71.4733 7 72.6666 8.19333 72.6666 9.66667V16.3333H66V11H63.3333V19H72.6666V23Z"></path><path d="M35.3333 0.333344V23H21.9999C20.5266 23 19.3333 21.8067 19.3333 20.3333V9.66668C19.3333 8.19334 20.5266 7.00001 21.9999 7.00001H25.9999V19H28.6666V0.333344H35.3333Z"></path></svg>
|
|
526
|
+
`, I2 = `<svg xmlns="http://www.w3.org/2000/svg" width="60" height="25" viewBox="0 0 60 25" fill="currentColor"><path fill-rule="evenodd" d="M59.6444 14.2813h-8.062c.1843 1.9296 1.5983 2.5476 3.2032 2.5476 1.6352 0 2.9534-.3656 4.0453-.9506v3.3179c-1.1186.7115-2.5964 1.1068-4.5645 1.1068-4.011 0-6.8218-2.5122-6.8218-7.4783 0-4.19441 2.3837-7.52509 6.3017-7.52509 3.912 0 5.9537 3.28038 5.9537 7.49819 0 .3982-.0372 1.261-.0556 1.4835Zm-5.9241-5.62407c-1.0294 0-2.1739.72812-2.1739 2.58387h4.2573c0-1.85362-1.0721-2.58387-2.0834-2.58387ZM40.9547 20.303c-1.4411 0-2.322-.6087-2.9133-1.0417l-.0088 4.6271-4.1181.8755-.0014-19.19053h3.7543l.0864 1.01784c.6035-.52914 1.6114-1.29157 3.2256-1.29162 2.8925 0 5.6162 2.6052 5.6162 7.39971 0 5.2327-2.6948 7.6037-5.6409 7.6037Zm-.959-11.35573c-.9453 0-1.5376.34559-1.9669.81586l.0245 6.11967c.3997.433.9763.7813 1.9424.7813 1.5231 0 2.5437-1.6575 2.5437-3.8745 0-2.1544-1.037-3.84233-2.5437-3.84233Zm-11.7602-3.3739h4.1341V20.0088h-4.1341V5.57337Zm0-4.694699L32.3696 0v3.35821l-4.1341.87868V.878671ZM23.9198 10.2223v9.7861h-4.1156V5.57296h3.6867l.1317 1.21751c1.0035-1.7722 3.0722-1.41321 3.6209-1.21594v3.78524c-.5242-.16908-2.2894-.42779-3.3237.86253Zm-8.5525 4.7221c0 2.4275 2.5988 1.6719 3.1263 1.4609v3.3522c-.5492.3013-1.5437.5458-2.8901.5458-2.4441 0-4.2773-1.7999-4.2773-4.2379l.0173-13.17658 4.0206-.85464.0032 3.5395h3.1278V9.0857h-3.1278v5.8588-.0001Zm-4.9069.7026c0 2.9645-2.31051 4.6562-5.73464 4.6562-1.41958 0-2.92289-.2761-4.453935-.9347v-3.9319c1.382085.7516 3.093705 1.315 4.457755 1.315.91864 0 1.53106-.2459 1.53106-1.0069C6.26064 13.7786 0 14.5192 0 9.95995 0 7.04457 2.27622 5.2998 5.61655 5.2998c1.36404 0 2.72806.20934 4.09208.75351V9.9317c-1.25265-.67618-2.84332-1.05979-4.09588-1.05979-.86296 0-1.44753.24965-1.44753.8924.0001 1.85329 6.29518.97249 6.29518 5.88279v-.0001Z" clip-rule="evenodd"></path></svg>
|
|
527
|
+
`, R2 = `<svg width="142" height="48" viewBox="0 0 142 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
528
528
|
<path d="M71.4206 14.3934H59.6679C58.2045 14.3934 57.0576 15.5403 57.0576 17.0036V33.5533C57.0576 35.0166 58.2045 36.1636 59.6679 36.1636C61.1312 36.1636 62.2773 35.0166 62.2773 33.5533V27.8582H70.0718C71.4173 27.8582 72.4719 26.8044 72.4719 25.4581C72.4719 24.1118 71.4181 23.058 70.0718 23.058H62.2773V19.1929H71.4214C72.7446 19.1929 73.8215 18.116 73.8215 16.7927C73.8215 15.4695 72.7446 14.3926 71.4214 14.3926L71.4206 14.3934Z" fill="currentColor"/>
|
|
529
529
|
<path d="M80.6981 14.2188C79.2348 14.2188 78.0879 15.3649 78.0879 16.8282V33.3795C78.0879 34.8428 79.2348 35.9897 80.6981 35.9897H91.5519C92.8974 35.9897 93.952 34.9359 93.952 33.5896C93.952 32.2433 92.8982 31.1895 91.5519 31.1895H83.3076V16.8282C83.3076 15.3649 82.1615 14.2188 80.6981 14.2188Z" fill="currentColor"/>
|
|
530
530
|
<path d="M106.738 14.0371C100.298 14.0371 95.2539 18.9371 95.2539 25.1924V25.2526C95.2539 31.578 100.165 36.347 106.678 36.347C113.19 36.347 118.164 31.447 118.164 25.1924V25.1323C118.164 18.8069 113.252 14.0379 106.738 14.0379V14.0371ZM112.734 25.2526C112.734 28.8071 110.156 31.4882 106.738 31.4882C103.32 31.4882 100.683 28.7815 100.683 25.1924V25.1323C100.683 21.5778 103.26 18.8967 106.678 18.8967C110.096 18.8967 112.734 21.6034 112.734 25.1924V25.2526Z" fill="currentColor"/>
|
|
531
531
|
<path d="M129.066 36.3692C131.478 36.3692 133.623 35.5988 135.272 34.1421L135.639 33.8174L135.757 34.2937C136.023 35.373 137.099 36.1278 138.372 36.1278C139.874 36.1278 141.05 34.9693 141.05 33.4903V23.0172C141.05 20.0601 140.251 17.7827 138.674 16.2469L138.668 16.2411C137.096 14.6262 134.584 13.7734 131.403 13.7734C128.869 13.7734 126.788 14.1533 124.444 15.044C123.551 15.3908 122.925 16.3013 122.925 17.2571C122.925 18.5333 123.981 19.5723 125.28 19.5723C125.539 19.5723 125.807 19.5311 126.121 19.4413L126.163 19.4273C127.57 18.8745 129.073 18.605 130.759 18.605C132.318 18.605 133.531 18.9437 134.363 19.6127C135.211 20.2941 135.67 21.3133 135.728 22.6415L135.745 23.051L135.35 22.9406C134.326 22.6539 132.689 22.2732 130.314 22.2732C127.5 22.2732 125.181 22.934 123.607 24.1831C122.053 25.4165 121.232 27.2284 121.232 29.4217V29.5016C121.232 33.5455 124.453 36.3692 129.065 36.3692H129.066ZM126.588 29.2207C126.588 27.9592 127.238 27.01 128.469 26.477C129.425 26.0633 130.527 25.976 131.282 25.976C133.214 25.976 134.704 26.3476 135.614 26.659L135.815 26.7274V27.9699C135.815 30.4335 133.553 32.2215 130.436 32.2215C129.465 32.2215 128.561 31.9982 127.892 31.5928C127.038 31.0754 126.588 30.2827 126.588 29.3006V29.2207Z" fill="currentColor"/>
|
|
532
532
|
<path d="M47.1258 1.77857C45.3395 -0.00773262 42.7804 -0.489738 40.4486 0.520414C37.2872 1.8898 35.6088 4.95569 34.3836 7.77274L29.6212 19.2832L41.1069 14.5315L41.1317 14.5208C43.9495 13.2956 47.0146 11.6172 48.3848 8.45579C49.395 6.12321 48.913 3.56487 47.1267 1.77857H47.1258ZM45.6625 7.27673C45.1245 8.51841 44.0262 10.0254 39.9608 11.7952L35.0963 13.8081L37.1084 8.94356C38.102 6.6596 39.4162 4.19931 41.6269 3.24189C42.8356 2.71786 44.1069 2.95516 45.0281 3.87632C45.9484 4.79667 46.1857 6.06883 45.6625 7.27755V7.27673ZM40.4915 20.4029C37.1603 19.0854 33.6659 20.108 30.6857 21.2821L27.5836 22.5682C27.2244 22.0854 26.7959 21.6561 26.3131 21.2977L27.5894 18.2203L27.5993 18.1956C28.7734 15.2162 29.7951 11.7211 28.4784 8.38987C27.5111 5.94277 25.2848 4.4226 22.6696 4.42342C20.0544 4.42342 17.8282 5.94359 16.8608 8.38987C16.5453 9.18827 16.3648 9.99656 16.2882 10.8048C15.662 10.2882 14.9633 9.84413 14.1756 9.50219C11.7607 8.45579 9.11251 8.9551 7.26277 10.8048C5.41302 12.6546 4.91454 15.3027 5.96012 17.7177C6.30123 18.5054 6.74533 19.2041 7.26277 19.8303C6.45448 19.9069 5.64702 20.0874 4.8478 20.4029C2.40152 21.3711 0.881348 23.5965 0.881348 26.2117C0.881348 28.8269 2.40152 31.0532 4.8478 32.0205C5.6462 32.3361 6.45448 32.5173 7.26194 32.594C6.74533 33.2193 6.30123 33.918 5.96012 34.7057C4.91371 37.1199 5.41302 39.7688 7.26277 41.6186C8.47231 42.8281 10.0238 43.4601 11.6272 43.4601C12.4758 43.4601 13.3393 43.2829 14.1748 42.9212C14.9625 42.5801 15.6612 42.136 16.2874 41.6186C16.364 42.4269 16.5445 43.2343 16.86 44.0336C17.8273 46.4807 20.0536 48.0008 22.6688 48C25.284 48 27.5103 46.4798 28.4776 44.0336C28.7932 43.2352 28.9736 42.4269 29.0502 41.6186C29.6764 42.1352 30.3751 42.5793 31.1628 42.9212C31.9983 43.2829 32.8618 43.4601 33.7104 43.4601C35.3146 43.4601 36.8661 42.8281 38.0748 41.6186C39.9238 39.7688 40.4231 37.1207 39.3775 34.7057C39.0364 33.918 38.5923 33.2193 38.0757 32.594C38.884 32.5173 39.6914 32.3361 40.4898 32.0205C42.9369 31.0532 44.4571 28.8269 44.4571 26.2117C44.4571 23.5965 42.9369 21.3702 40.4898 20.4029H40.4915ZM5.93869 29.2628C4.62945 28.7445 3.84753 27.6042 3.84753 26.2125C3.84753 24.8209 4.62945 23.6797 5.93869 23.1623C6.5138 22.9349 7.20427 22.7487 8.15427 22.7487C9.37041 22.7487 11.0133 23.056 13.3822 23.9722C13.4267 23.992 13.4712 24.011 13.5148 24.0307L16.6153 25.3136C16.5716 25.6078 16.5486 25.9077 16.5486 26.2134C16.5486 26.519 16.5716 26.819 16.6153 27.1131L13.5395 28.3861L13.5148 28.3968C13.4637 28.419 13.4127 28.4413 13.3616 28.4644C10.9689 29.3921 8.24408 30.1773 5.93787 29.2652L5.93869 29.2628ZM17.7499 34.2039L17.74 34.2287C17.7202 34.2797 17.6996 34.3308 17.6798 34.3827C16.6442 36.7318 15.2723 39.2143 12.9966 40.2006C11.7046 40.76 10.3451 40.5071 9.36052 39.5225C8.37591 38.5379 8.12214 37.1784 8.68242 35.8864C9.24352 34.592 10.3797 33.0249 14.5184 31.1949C14.5637 31.1776 14.609 31.1603 14.6535 31.1422L17.7556 29.856C18.1149 30.3388 18.5433 30.7681 19.0262 31.1265L17.7499 34.2039ZM17.7556 22.5682L14.6782 21.292L14.6535 21.2821C14.6024 21.2615 14.5505 21.2417 14.4986 21.2219C12.1504 20.1862 9.66785 18.8144 8.68242 16.5386C8.12296 15.2467 8.37591 13.8872 9.36052 12.9026C10.3451 11.918 11.7046 11.665 12.9966 12.2245C14.291 12.7848 15.8573 13.9218 17.6864 18.0572C17.7046 18.1033 17.7227 18.1503 17.7408 18.1956L19.027 21.2977C18.5442 21.657 18.1149 22.0854 17.7565 22.5682H17.7556ZM25.7207 42.9427C25.2024 44.2519 24.0629 45.0338 22.6705 45.0338C21.278 45.0338 20.1377 44.2519 19.6202 42.9427C19.102 41.6309 18.7971 39.7202 20.4285 35.5025C20.4483 35.4572 20.4689 35.411 20.4887 35.3657L21.7715 32.2652C22.0657 32.3089 22.3656 32.3319 22.6713 32.3319C22.977 32.3319 23.2769 32.3089 23.571 32.2652L24.844 35.341L24.8547 35.3657C24.877 35.4168 24.8992 35.467 24.9215 35.5181C25.85 37.9108 26.6344 40.6364 25.7223 42.9427H25.7207ZM19.5156 26.2117C19.5156 24.4724 20.9303 23.0577 22.6696 23.0577C24.409 23.0577 25.8237 24.4724 25.8237 26.2117C25.8237 27.9511 24.409 29.3658 22.6696 29.3658C20.9303 29.3658 19.5156 27.9511 19.5156 26.2117ZM24.8448 17.0965L23.5751 20.159C23.2802 20.1154 22.9778 20.0915 22.6705 20.0915C22.3631 20.0915 22.0649 20.1145 21.7707 20.1582L20.4977 17.0824L20.4878 17.0577C20.4656 17.0066 20.4433 16.9564 20.4211 16.9053C19.4933 14.5126 18.7081 11.787 19.6202 9.48077C20.1385 8.17153 21.278 7.38961 22.6705 7.38961C24.0629 7.38961 25.2032 8.17153 25.7207 9.48077C26.2464 10.8106 26.5537 12.7543 24.8448 17.0965ZM35.9796 39.5217C34.995 40.5063 33.6363 40.76 32.3435 40.1998C31.0499 39.6395 29.4836 38.5033 27.6545 34.3687C27.6363 34.3218 27.6182 34.2748 27.6001 34.2287L26.3139 31.1265C26.7967 30.7673 27.226 30.3388 27.5844 29.856L30.6619 31.1323L30.6866 31.1422C30.736 31.1619 30.7871 31.1809 30.8374 31.2007C33.1872 32.2364 35.6714 33.6091 36.6585 35.8856C37.2179 37.1775 36.965 38.537 35.9804 39.5217H35.9796ZM39.4014 29.2628C38.0897 29.781 36.179 30.0859 31.9604 28.4545C31.9151 28.4347 31.8697 28.4149 31.8244 28.3952L28.7239 27.1123C28.7676 26.8181 28.7907 26.5182 28.7907 26.2125C28.7907 25.9069 28.7676 25.6028 28.7231 25.3078L31.7857 24.0373C34.2237 23.0774 37.0334 22.2255 39.4006 23.1615C40.7098 23.6797 41.4917 24.8201 41.4917 26.2117C41.4917 27.6033 40.7098 28.7445 39.4006 29.2619L39.4014 29.2628Z" fill="currentColor"/>
|
|
533
533
|
</svg>
|
|
534
|
-
`, M2 = `<svg xmlns="http://www.w3.org/2000/svg" width="139" height="31" viewBox="0 0 139 31" fill="none"><g clip-path="url(#clip0_782_7162)"><path d="M5.69972 26.3627C5.61723 26.3067 5.54125 26.2423 5.4707 26.1726C5.54125 26.2423 5.61832 26.3057 5.69972 26.3627Z" fill="none"></path><path d="M10.2109 14.7389C10.2728 14.666 10.3401 14.5974 10.4139 14.534C10.3412 14.5974 10.2728 14.666 10.2109 14.7389Z" fill="none"></path><path d="M18.8822 12.0569C18.8269 12.0907 18.7715 12.1234 18.7129 12.152C18.7715 12.1234 18.8279 12.0918 18.8822 12.0569Z" fill="none"></path><path d="M19.7185 5.75569V10.5887C19.7185 11.3618 19.1709 12.0192 18.4511 12.2395L11.1947 14.1108C10.4097 14.3162 9.81621 14.9773 9.81621 15.7989V27.0336L6.40056 26.6228C5.57728 26.507 4.95695 25.775 4.95312 24.9309V12.6952C4.97993 12.0117 5.41646 11.4291 6.02913 11.1714L19.7185 5.75569Z" fill="none"></path><path d="M17.9155 0C17.6029 0 17.3099 0.0781681 17.0548 0.215491C17.0548 0.215491 0.914988 9.27771 0.904134 9.28299C0.38423 9.56714 0 10.0911 0 10.7133V27.7613C0 28.4891 0.569832 29.0838 1.25906 29.2866L7.57063 30.9377C7.72041 30.9778 7.8778 31 8.0406 31C8.96428 31 9.81522 30.3081 9.81522 29.4377V27.0493L6.39949 26.6374C5.57567 26.5233 4.95808 25.7881 4.95266 24.9462V12.7097C4.97979 12.0252 5.41503 11.4453 6.02828 11.1875L19.7195 5.77177V1.594C19.6467 0.702457 18.85 0 17.9155 0Z" fill="currentColor"></path><path d="M11.1951 14.1252C10.4103 14.3322 9.81445 14.9914 9.81445 15.8121V27.0483L12.9968 27.4328C13.9911 27.5627 14.7769 26.6574 14.7769 25.7004L14.7899 19.4892C14.7877 18.6505 15.5182 17.9871 16.3724 17.8656L23.116 17.0385C23.116 17.0385 23.1181 17.0385 23.1192 17.0385C23.9311 16.9287 24.6257 16.3181 24.6257 15.5216V6.16366C24.6257 5.29747 23.7661 4.66156 22.8631 4.66156C22.6449 4.66156 22.4376 4.7017 22.2444 4.77142L19.7187 5.7707V10.6023C19.7187 11.3777 19.1716 12.0326 18.4499 12.2544L11.1951 14.1252Z" fill="currentColor"></path><path d="M37.1697 11.6819C37.2305 11.7411 37.2609 11.8118 37.2609 11.8963V13.8875C37.2609 13.972 37.2305 14.0428 37.1697 14.102C37.1089 14.1611 37.0362 14.1907 36.9494 14.1907H34.3857C34.2988 14.1907 34.2565 14.2329 34.2565 14.3164V24.1952C34.2565 24.2797 34.2261 24.3504 34.1653 24.4096C34.1045 24.4687 34.0318 24.4983 33.945 24.4983H31.5626C31.4757 24.4983 31.403 24.4687 31.3422 24.4096C31.2814 24.3504 31.251 24.2797 31.251 24.1952V14.3164C31.251 14.2329 31.2076 14.1907 31.1219 14.1907H29.5166C29.4298 14.1907 29.357 14.1611 29.2963 14.102C29.2355 14.0428 29.2051 13.972 29.2051 13.8875V11.8963C29.2051 11.8129 29.2355 11.7411 29.2963 11.6819C29.357 11.6228 29.4298 11.5932 29.5166 11.5932H31.1219C31.2076 11.5932 31.251 11.5509 31.251 11.4675V11.0143C31.251 9.92207 31.3976 9.07807 31.6917 8.48124C31.9848 7.88548 32.4689 7.46083 33.1418 7.20837C33.8147 6.95591 34.7645 6.83866 35.9899 6.85556H36.8962C36.9819 6.85556 37.0557 6.88513 37.1165 6.94429C37.1773 7.00344 37.2077 7.07422 37.2077 7.15872V8.92279C37.2077 9.00729 37.1773 9.07807 37.1165 9.13722C37.0557 9.19638 36.983 9.22595 36.8962 9.22595H36.2232C35.4808 9.22595 34.9674 9.36856 34.682 9.65482C34.3976 9.94109 34.2543 10.4608 34.2543 11.2171V11.4696C34.2543 11.5541 34.2977 11.5953 34.3835 11.5953H36.9472C37.0329 11.5953 37.1068 11.6249 37.1675 11.684L37.1697 11.6819ZM40.186 9.3506C39.8409 9.01469 39.6683 8.58582 39.6683 8.06505C39.6683 7.54428 39.8409 7.11647 40.186 6.7795C40.5312 6.44359 40.9718 6.27563 41.5069 6.27563C42.042 6.27563 42.4816 6.44359 42.8279 6.7795C43.173 7.11541 43.3456 7.54428 43.3456 8.06505C43.3456 8.58582 43.173 9.01469 42.8279 9.3506C42.4827 9.68651 42.042 9.85447 41.5069 9.85447C40.9718 9.85447 40.5312 9.68651 40.186 9.3506ZM40.0438 24.4085C39.983 24.3494 39.9527 24.2786 39.9527 24.1941V11.8953C39.9527 11.8118 39.983 11.74 40.0438 11.6809C40.1046 11.6217 40.1773 11.5921 40.2642 11.5921H42.6466C42.7324 11.5921 42.8062 11.6217 42.8669 11.6809C42.9277 11.74 42.9581 11.8108 42.9581 11.8953V24.1941C42.9581 24.2786 42.9277 24.3494 42.8669 24.4085C42.8062 24.4677 42.7334 24.4973 42.6466 24.4973H40.2642C40.1773 24.4973 40.1046 24.4677 40.0438 24.4085Z" fill="currentColor"></path><path d="M55.7097 12.6273C56.5466 13.4333 56.9655 14.534 56.9655 15.9283V24.1941C56.9655 24.2786 56.9351 24.3494 56.8754 24.4085C56.8147 24.4677 56.7419 24.4973 56.6551 24.4973H54.2727C54.1858 24.4973 54.1131 24.4677 54.0523 24.4085C53.9915 24.3494 53.9622 24.2786 53.9622 24.1941V16.5326C53.9622 15.7604 53.7376 15.134 53.2893 14.6555C52.8399 14.1769 52.2441 13.9372 51.5027 13.9372C50.7614 13.9372 50.1601 14.1727 49.7031 14.6428C49.2451 15.1129 49.0172 15.735 49.0172 16.5072V24.1941C49.0172 24.2786 48.9868 24.3494 48.926 24.4085C48.8652 24.4677 48.7925 24.4973 48.7057 24.4973H46.3232C46.2364 24.4973 46.1637 24.4677 46.1029 24.4085C46.0421 24.3494 46.0117 24.2786 46.0117 24.1941V11.9206C46.0117 11.8372 46.0421 11.7654 46.1029 11.7062C46.1637 11.647 46.2364 11.6175 46.3232 11.6175H48.7057C48.7914 11.6175 48.8652 11.647 48.926 11.7062C48.9868 11.7654 49.0172 11.8361 49.0172 11.9206V12.7266C49.0172 12.7773 49.0345 12.8111 49.0693 12.827C49.104 12.8439 49.1301 12.827 49.1474 12.7763C49.8551 11.8689 50.9253 11.4157 52.358 11.4157C53.7907 11.4157 54.874 11.8192 55.7119 12.6252L55.7097 12.6273Z" fill="currentColor"></path><path d="M66.6384 13.8991C66.5776 13.9583 66.5049 13.9868 66.4181 13.9868H63.7773C63.6905 13.9868 63.6481 14.0291 63.6481 14.1125V20.1864C63.6481 20.8255 63.7903 21.2871 64.0758 21.5723C64.3602 21.8586 64.8138 22.0012 65.4358 22.0012H66.2129C66.2987 22.0012 66.3725 22.0307 66.4333 22.0899C66.494 22.149 66.5244 22.2198 66.5244 22.3043V24.1941C66.5244 24.3789 66.4213 24.4877 66.214 24.5215L64.867 24.5469C63.5027 24.5469 62.4846 24.3198 61.8116 23.8666C61.1387 23.4135 60.7925 22.5557 60.7762 21.2966V14.1146C60.7762 14.0312 60.7328 13.9889 60.647 13.9889H59.1709C59.0841 13.9889 59.0113 13.9593 58.9505 13.9012C58.8898 13.8421 58.8594 13.7713 58.8594 13.6868V11.9227C58.8594 11.8393 58.8898 11.7675 58.9505 11.7083C59.0113 11.6492 59.0841 11.6196 59.1709 11.6196H60.647C60.7328 11.6196 60.7762 11.5773 60.7762 11.4939V8.54567C60.7762 8.46222 60.8066 8.39039 60.8663 8.33124C60.9271 8.27209 60.9998 8.24251 61.0866 8.24251H63.3399C63.4256 8.24251 63.4994 8.27209 63.5602 8.33124C63.621 8.39039 63.6514 8.46117 63.6514 8.54567V11.4939C63.6514 11.5784 63.6948 11.6196 63.7806 11.6196H66.4213C66.5071 11.6196 66.5809 11.6492 66.6416 11.7083C66.7024 11.7675 66.7317 11.8382 66.7317 11.9227V13.6868C66.7317 13.7713 66.7013 13.8421 66.6416 13.9012L66.6384 13.8991Z" fill="currentColor"></path><path d="M80.0111 18.0199L79.985 18.8015C79.985 19.0033 79.8819 19.1037 79.6746 19.1037H71.57C71.4831 19.1037 71.4408 19.1459 71.4408 19.2294C71.4929 19.7839 71.57 20.1621 71.6741 20.3639C72.0888 21.5733 73.0982 22.1871 74.7035 22.204C75.8768 22.204 76.8092 21.7339 77.5006 20.7927C77.5689 20.6924 77.6558 20.6417 77.76 20.6417C77.8283 20.6417 77.8891 20.667 77.9412 20.7177L79.5465 22.0033C79.7017 22.1205 79.7278 22.2557 79.6247 22.4068C79.0896 23.1462 78.3776 23.7177 77.4886 24.1201C76.5997 24.5237 75.6109 24.7254 74.5233 24.7254C73.1763 24.7254 72.0334 24.4318 71.0924 23.8434C70.1513 23.255 69.4654 22.4321 69.0334 21.3737C68.6361 20.4663 68.4375 19.2061 68.4375 17.5931C68.4375 16.6192 68.5406 15.829 68.7479 15.2238C69.0931 14.0481 69.7454 13.1196 70.7027 12.4393C71.6611 11.759 72.8127 11.4189 74.1597 11.4189C77.5603 11.4189 79.4771 13.1491 79.908 16.6107C79.9763 17.0311 80.0111 17.5012 80.0111 18.022V18.0199ZM72.5663 14.403C72.143 14.7136 71.8456 15.1467 71.6731 15.7012C71.57 15.9875 71.5005 16.3562 71.4658 16.8104C71.431 16.8949 71.4658 16.9361 71.5689 16.9361H76.8254C76.9112 16.9361 76.9546 16.8938 76.9546 16.8104C76.9199 16.391 76.8678 16.0709 76.7994 15.8523C76.6442 15.247 76.337 14.7769 75.8801 14.441C75.422 14.1051 74.8478 13.9372 74.1575 13.9372C73.5182 13.9372 72.9875 14.0924 72.5653 14.403H72.5663Z" fill="currentColor"></path><path d="M84.4404 23.7029C83.4733 23.0395 82.8004 22.1448 82.4205 21.0188C82.1437 20.2624 82.0059 19.2547 82.0059 17.9945C82.0059 16.7343 82.1437 15.7942 82.4205 15.021C82.783 13.9118 83.4516 13.034 84.4274 12.3875C85.4021 11.7411 86.5548 11.4178 87.8844 11.4178C89.214 11.4178 90.4046 11.7453 91.4065 12.4002C92.4072 13.0551 93.0725 13.8791 93.4003 14.8699C93.4861 15.1393 93.5469 15.4076 93.5816 15.6759V15.7266C93.5816 15.8945 93.4861 15.9959 93.2972 16.0287L90.9669 16.3562H90.9148C90.7596 16.3562 90.6554 16.2727 90.6044 16.1037C90.6044 16.0202 90.5957 15.9526 90.5783 15.9019C90.5436 15.7678 90.5088 15.6495 90.4752 15.5491C90.32 15.0791 90.0096 14.6924 89.5428 14.3903C89.0772 14.0882 88.5237 13.9372 87.8854 13.9372C87.2472 13.9372 86.672 14.1009 86.215 14.4284C85.757 14.7558 85.4509 15.2058 85.2957 15.7762C85.1231 16.3139 85.0363 17.0618 85.0363 18.0188C85.0363 18.9758 85.1144 19.691 85.2696 20.2614C85.4422 20.8498 85.7526 21.3156 86.202 21.66C86.6503 22.0043 87.2114 22.1765 87.8854 22.1765C88.5595 22.1765 89.1065 22.0128 89.5819 21.6853C90.0562 21.3579 90.3623 20.9163 90.5012 20.3617C90.5186 20.3279 90.5273 20.2857 90.5273 20.236C90.5447 20.2191 90.5533 20.1938 90.5533 20.16C90.6054 19.9582 90.7259 19.8748 90.9159 19.9075L93.2462 20.2603C93.332 20.2772 93.4058 20.3153 93.4665 20.3734C93.5273 20.4325 93.5479 20.5117 93.5317 20.6131C93.4796 20.8825 93.4362 21.0758 93.4025 21.1931C93.0747 22.2684 92.4094 23.1209 91.4086 23.7515C90.4068 24.3811 89.2335 24.6969 87.8865 24.6969C86.5396 24.6969 85.4097 24.3652 84.4426 23.7018L84.4404 23.7029Z" fill="currentColor"></path><path d="M102.656 13.8991C102.595 13.9583 102.522 13.9868 102.436 13.9868H99.7949C99.708 13.9868 99.6657 14.0291 99.6657 14.1125V20.1864C99.6657 20.8255 99.8079 21.2871 100.093 21.5723C100.378 21.8586 100.831 22.0012 101.453 22.0012H102.23C102.316 22.0012 102.39 22.0307 102.451 22.0899C102.512 22.149 102.541 22.2198 102.541 22.3043V24.1941C102.541 24.3789 102.438 24.4877 102.23 24.5215L100.884 24.5469C99.5192 24.5469 98.5011 24.3198 97.8281 23.8666C97.1552 23.4135 96.809 22.5557 96.7927 21.2966V14.1146C96.7927 14.0312 96.7493 13.9889 96.6635 13.9889H95.1874C95.1005 13.9889 95.0278 13.9593 94.967 13.9012C94.9063 13.8421 94.877 13.7713 94.877 13.6868V11.9227C94.877 11.8393 94.9073 11.7675 94.967 11.7083C95.0278 11.6492 95.1005 11.6196 95.1874 11.6196H96.6635C96.7493 11.6196 96.7927 11.5773 96.7927 11.4939V8.54567C96.7927 8.46222 96.8231 8.39039 96.8838 8.33124C96.9446 8.27209 97.0174 8.24251 97.1042 8.24251H99.3575C99.4432 8.24251 99.517 8.27209 99.5778 8.33124C99.6386 8.39039 99.6679 8.46117 99.6679 8.54567V11.4939C99.6679 11.5784 99.7113 11.6196 99.797 11.6196H102.438C102.524 11.6196 102.597 11.6492 102.658 11.7083C102.719 11.7675 102.749 11.8382 102.749 11.9227V13.6868C102.749 13.7713 102.719 13.8421 102.658 13.9012L102.656 13.8991Z" fill="currentColor"></path><path d="M112.938 11.7073C112.999 11.6481 113.071 11.6185 113.158 11.6185H115.514C115.6 11.6185 115.674 11.6481 115.735 11.7073C115.796 11.7664 115.825 11.8372 115.825 11.9217V24.1951C115.825 24.2797 115.795 24.3504 115.735 24.4096C115.675 24.4687 115.601 24.4983 115.514 24.4983H113.158C113.071 24.4983 112.999 24.4687 112.938 24.4096C112.877 24.3504 112.847 24.2797 112.847 24.1951V23.3892C112.847 23.3385 112.829 23.3057 112.794 23.2888C112.76 23.2719 112.725 23.2888 112.691 23.3395C111.984 24.23 110.921 24.6747 109.507 24.6747C108.195 24.6747 107.094 24.305 106.205 23.5656C105.316 22.8261 104.871 21.7762 104.871 20.4156V11.9228C104.871 11.8393 104.901 11.7675 104.962 11.7083C105.023 11.6492 105.096 11.6196 105.183 11.6196H107.565C107.651 11.6196 107.725 11.6492 107.785 11.7083C107.846 11.7675 107.877 11.8382 107.877 11.9228V19.5843C107.877 20.3744 108.088 21.004 108.512 21.4741C108.935 21.9441 109.525 22.1797 110.285 22.1797C111.045 22.1797 111.683 21.9441 112.15 21.4741C112.615 21.004 112.849 20.3744 112.849 19.5843V11.9228C112.849 11.8393 112.879 11.7675 112.94 11.7083L112.938 11.7073Z" fill="currentColor"></path><path d="M126.259 11.7949C126.397 11.8625 126.449 11.9882 126.415 12.1731L125.974 14.441C125.957 14.6428 125.836 14.7019 125.611 14.6174C125.352 14.534 125.05 14.4917 124.705 14.4917C124.48 14.4917 124.308 14.5002 124.187 14.5171C123.462 14.5509 122.858 14.7981 122.375 15.2607C121.892 15.7234 121.65 16.3234 121.65 17.0628V24.1951C121.65 24.2796 121.619 24.3504 121.56 24.4096C121.5 24.4687 121.426 24.4983 121.339 24.4983H118.957C118.87 24.4983 118.797 24.4687 118.737 24.4096C118.676 24.3504 118.646 24.2796 118.646 24.1951V11.9217C118.646 11.8382 118.677 11.7664 118.737 11.7073C118.797 11.6481 118.87 11.6185 118.957 11.6185H121.339C121.425 11.6185 121.499 11.6481 121.56 11.7073C121.62 11.7664 121.65 11.8372 121.65 11.9217V13.0562C121.65 13.1238 121.663 13.1618 121.689 13.1692C121.715 13.1777 121.744 13.1565 121.779 13.1058C122.504 12.0136 123.513 11.4675 124.808 11.4675C125.361 11.4675 125.844 11.5773 126.258 11.7949H126.259Z" fill="currentColor"></path><path d="M138.999 18.0199L138.973 18.8015C138.973 19.0033 138.87 19.1037 138.663 19.1037H130.558C130.471 19.1037 130.429 19.1459 130.429 19.2294C130.481 19.7839 130.558 20.1621 130.662 20.3639C131.077 21.5733 132.086 22.1871 133.692 22.204C134.865 22.204 135.797 21.7339 136.489 20.7927C136.557 20.6924 136.644 20.6417 136.748 20.6417C136.817 20.6417 136.877 20.667 136.929 20.7177L138.535 22.0033C138.69 22.1205 138.716 22.2557 138.613 22.4068C138.078 23.1462 137.366 23.7177 136.477 24.1201C135.588 24.5237 134.599 24.7254 133.512 24.7254C132.165 24.7254 131.022 24.4318 130.081 23.8434C129.14 23.255 128.454 22.4321 128.022 21.3737C127.624 20.4663 127.426 19.2061 127.426 17.5931C127.426 16.6192 127.529 15.829 127.736 15.2238C128.081 14.0481 128.734 13.1196 129.691 12.4393C130.649 11.759 131.801 11.4189 133.148 11.4189C136.549 11.4189 138.465 13.1491 138.896 16.6107C138.965 17.0311 138.999 17.5012 138.999 18.022V18.0199ZM131.555 14.403C131.131 14.7136 130.834 15.1467 130.661 15.7012C130.558 15.9875 130.489 16.3562 130.454 16.8104C130.419 16.8949 130.454 16.9361 130.557 16.9361H135.814C135.899 16.9361 135.943 16.8938 135.943 16.8104C135.908 16.391 135.856 16.0709 135.788 15.8523C135.632 15.247 135.325 14.7769 134.868 14.441C134.41 14.1051 133.836 13.9372 133.146 13.9372C132.507 13.9372 131.976 14.0924 131.554 14.403H131.555Z" fill="currentColor"></path></g><defs><clipPath id="clip0_782_7162"><rect width="139" height="31" fill="none"></rect></clipPath></defs></svg>
|
|
535
|
-
`,
|
|
536
|
-
function
|
|
534
|
+
`, T2 = `<svg xmlns="http://www.w3.org/2000/svg" width="139" height="31" viewBox="0 0 139 31" fill="none"><g clip-path="url(#clip0_782_7162)"><path d="M5.69972 26.3627C5.61723 26.3067 5.54125 26.2423 5.4707 26.1726C5.54125 26.2423 5.61832 26.3057 5.69972 26.3627Z" fill="none"></path><path d="M10.2109 14.7389C10.2728 14.666 10.3401 14.5974 10.4139 14.534C10.3412 14.5974 10.2728 14.666 10.2109 14.7389Z" fill="none"></path><path d="M18.8822 12.0569C18.8269 12.0907 18.7715 12.1234 18.7129 12.152C18.7715 12.1234 18.8279 12.0918 18.8822 12.0569Z" fill="none"></path><path d="M19.7185 5.75569V10.5887C19.7185 11.3618 19.1709 12.0192 18.4511 12.2395L11.1947 14.1108C10.4097 14.3162 9.81621 14.9773 9.81621 15.7989V27.0336L6.40056 26.6228C5.57728 26.507 4.95695 25.775 4.95312 24.9309V12.6952C4.97993 12.0117 5.41646 11.4291 6.02913 11.1714L19.7185 5.75569Z" fill="none"></path><path d="M17.9155 0C17.6029 0 17.3099 0.0781681 17.0548 0.215491C17.0548 0.215491 0.914988 9.27771 0.904134 9.28299C0.38423 9.56714 0 10.0911 0 10.7133V27.7613C0 28.4891 0.569832 29.0838 1.25906 29.2866L7.57063 30.9377C7.72041 30.9778 7.8778 31 8.0406 31C8.96428 31 9.81522 30.3081 9.81522 29.4377V27.0493L6.39949 26.6374C5.57567 26.5233 4.95808 25.7881 4.95266 24.9462V12.7097C4.97979 12.0252 5.41503 11.4453 6.02828 11.1875L19.7195 5.77177V1.594C19.6467 0.702457 18.85 0 17.9155 0Z" fill="currentColor"></path><path d="M11.1951 14.1252C10.4103 14.3322 9.81445 14.9914 9.81445 15.8121V27.0483L12.9968 27.4328C13.9911 27.5627 14.7769 26.6574 14.7769 25.7004L14.7899 19.4892C14.7877 18.6505 15.5182 17.9871 16.3724 17.8656L23.116 17.0385C23.116 17.0385 23.1181 17.0385 23.1192 17.0385C23.9311 16.9287 24.6257 16.3181 24.6257 15.5216V6.16366C24.6257 5.29747 23.7661 4.66156 22.8631 4.66156C22.6449 4.66156 22.4376 4.7017 22.2444 4.77142L19.7187 5.7707V10.6023C19.7187 11.3777 19.1716 12.0326 18.4499 12.2544L11.1951 14.1252Z" fill="currentColor"></path><path d="M37.1697 11.6819C37.2305 11.7411 37.2609 11.8118 37.2609 11.8963V13.8875C37.2609 13.972 37.2305 14.0428 37.1697 14.102C37.1089 14.1611 37.0362 14.1907 36.9494 14.1907H34.3857C34.2988 14.1907 34.2565 14.2329 34.2565 14.3164V24.1952C34.2565 24.2797 34.2261 24.3504 34.1653 24.4096C34.1045 24.4687 34.0318 24.4983 33.945 24.4983H31.5626C31.4757 24.4983 31.403 24.4687 31.3422 24.4096C31.2814 24.3504 31.251 24.2797 31.251 24.1952V14.3164C31.251 14.2329 31.2076 14.1907 31.1219 14.1907H29.5166C29.4298 14.1907 29.357 14.1611 29.2963 14.102C29.2355 14.0428 29.2051 13.972 29.2051 13.8875V11.8963C29.2051 11.8129 29.2355 11.7411 29.2963 11.6819C29.357 11.6228 29.4298 11.5932 29.5166 11.5932H31.1219C31.2076 11.5932 31.251 11.5509 31.251 11.4675V11.0143C31.251 9.92207 31.3976 9.07807 31.6917 8.48124C31.9848 7.88548 32.4689 7.46083 33.1418 7.20837C33.8147 6.95591 34.7645 6.83866 35.9899 6.85556H36.8962C36.9819 6.85556 37.0557 6.88513 37.1165 6.94429C37.1773 7.00344 37.2077 7.07422 37.2077 7.15872V8.92279C37.2077 9.00729 37.1773 9.07807 37.1165 9.13722C37.0557 9.19638 36.983 9.22595 36.8962 9.22595H36.2232C35.4808 9.22595 34.9674 9.36856 34.682 9.65482C34.3976 9.94109 34.2543 10.4608 34.2543 11.2171V11.4696C34.2543 11.5541 34.2977 11.5953 34.3835 11.5953H36.9472C37.0329 11.5953 37.1068 11.6249 37.1675 11.684L37.1697 11.6819ZM40.186 9.3506C39.8409 9.01469 39.6683 8.58582 39.6683 8.06505C39.6683 7.54428 39.8409 7.11647 40.186 6.7795C40.5312 6.44359 40.9718 6.27563 41.5069 6.27563C42.042 6.27563 42.4816 6.44359 42.8279 6.7795C43.173 7.11541 43.3456 7.54428 43.3456 8.06505C43.3456 8.58582 43.173 9.01469 42.8279 9.3506C42.4827 9.68651 42.042 9.85447 41.5069 9.85447C40.9718 9.85447 40.5312 9.68651 40.186 9.3506ZM40.0438 24.4085C39.983 24.3494 39.9527 24.2786 39.9527 24.1941V11.8953C39.9527 11.8118 39.983 11.74 40.0438 11.6809C40.1046 11.6217 40.1773 11.5921 40.2642 11.5921H42.6466C42.7324 11.5921 42.8062 11.6217 42.8669 11.6809C42.9277 11.74 42.9581 11.8108 42.9581 11.8953V24.1941C42.9581 24.2786 42.9277 24.3494 42.8669 24.4085C42.8062 24.4677 42.7334 24.4973 42.6466 24.4973H40.2642C40.1773 24.4973 40.1046 24.4677 40.0438 24.4085Z" fill="currentColor"></path><path d="M55.7097 12.6273C56.5466 13.4333 56.9655 14.534 56.9655 15.9283V24.1941C56.9655 24.2786 56.9351 24.3494 56.8754 24.4085C56.8147 24.4677 56.7419 24.4973 56.6551 24.4973H54.2727C54.1858 24.4973 54.1131 24.4677 54.0523 24.4085C53.9915 24.3494 53.9622 24.2786 53.9622 24.1941V16.5326C53.9622 15.7604 53.7376 15.134 53.2893 14.6555C52.8399 14.1769 52.2441 13.9372 51.5027 13.9372C50.7614 13.9372 50.1601 14.1727 49.7031 14.6428C49.2451 15.1129 49.0172 15.735 49.0172 16.5072V24.1941C49.0172 24.2786 48.9868 24.3494 48.926 24.4085C48.8652 24.4677 48.7925 24.4973 48.7057 24.4973H46.3232C46.2364 24.4973 46.1637 24.4677 46.1029 24.4085C46.0421 24.3494 46.0117 24.2786 46.0117 24.1941V11.9206C46.0117 11.8372 46.0421 11.7654 46.1029 11.7062C46.1637 11.647 46.2364 11.6175 46.3232 11.6175H48.7057C48.7914 11.6175 48.8652 11.647 48.926 11.7062C48.9868 11.7654 49.0172 11.8361 49.0172 11.9206V12.7266C49.0172 12.7773 49.0345 12.8111 49.0693 12.827C49.104 12.8439 49.1301 12.827 49.1474 12.7763C49.8551 11.8689 50.9253 11.4157 52.358 11.4157C53.7907 11.4157 54.874 11.8192 55.7119 12.6252L55.7097 12.6273Z" fill="currentColor"></path><path d="M66.6384 13.8991C66.5776 13.9583 66.5049 13.9868 66.4181 13.9868H63.7773C63.6905 13.9868 63.6481 14.0291 63.6481 14.1125V20.1864C63.6481 20.8255 63.7903 21.2871 64.0758 21.5723C64.3602 21.8586 64.8138 22.0012 65.4358 22.0012H66.2129C66.2987 22.0012 66.3725 22.0307 66.4333 22.0899C66.494 22.149 66.5244 22.2198 66.5244 22.3043V24.1941C66.5244 24.3789 66.4213 24.4877 66.214 24.5215L64.867 24.5469C63.5027 24.5469 62.4846 24.3198 61.8116 23.8666C61.1387 23.4135 60.7925 22.5557 60.7762 21.2966V14.1146C60.7762 14.0312 60.7328 13.9889 60.647 13.9889H59.1709C59.0841 13.9889 59.0113 13.9593 58.9505 13.9012C58.8898 13.8421 58.8594 13.7713 58.8594 13.6868V11.9227C58.8594 11.8393 58.8898 11.7675 58.9505 11.7083C59.0113 11.6492 59.0841 11.6196 59.1709 11.6196H60.647C60.7328 11.6196 60.7762 11.5773 60.7762 11.4939V8.54567C60.7762 8.46222 60.8066 8.39039 60.8663 8.33124C60.9271 8.27209 60.9998 8.24251 61.0866 8.24251H63.3399C63.4256 8.24251 63.4994 8.27209 63.5602 8.33124C63.621 8.39039 63.6514 8.46117 63.6514 8.54567V11.4939C63.6514 11.5784 63.6948 11.6196 63.7806 11.6196H66.4213C66.5071 11.6196 66.5809 11.6492 66.6416 11.7083C66.7024 11.7675 66.7317 11.8382 66.7317 11.9227V13.6868C66.7317 13.7713 66.7013 13.8421 66.6416 13.9012L66.6384 13.8991Z" fill="currentColor"></path><path d="M80.0111 18.0199L79.985 18.8015C79.985 19.0033 79.8819 19.1037 79.6746 19.1037H71.57C71.4831 19.1037 71.4408 19.1459 71.4408 19.2294C71.4929 19.7839 71.57 20.1621 71.6741 20.3639C72.0888 21.5733 73.0982 22.1871 74.7035 22.204C75.8768 22.204 76.8092 21.7339 77.5006 20.7927C77.5689 20.6924 77.6558 20.6417 77.76 20.6417C77.8283 20.6417 77.8891 20.667 77.9412 20.7177L79.5465 22.0033C79.7017 22.1205 79.7278 22.2557 79.6247 22.4068C79.0896 23.1462 78.3776 23.7177 77.4886 24.1201C76.5997 24.5237 75.6109 24.7254 74.5233 24.7254C73.1763 24.7254 72.0334 24.4318 71.0924 23.8434C70.1513 23.255 69.4654 22.4321 69.0334 21.3737C68.6361 20.4663 68.4375 19.2061 68.4375 17.5931C68.4375 16.6192 68.5406 15.829 68.7479 15.2238C69.0931 14.0481 69.7454 13.1196 70.7027 12.4393C71.6611 11.759 72.8127 11.4189 74.1597 11.4189C77.5603 11.4189 79.4771 13.1491 79.908 16.6107C79.9763 17.0311 80.0111 17.5012 80.0111 18.022V18.0199ZM72.5663 14.403C72.143 14.7136 71.8456 15.1467 71.6731 15.7012C71.57 15.9875 71.5005 16.3562 71.4658 16.8104C71.431 16.8949 71.4658 16.9361 71.5689 16.9361H76.8254C76.9112 16.9361 76.9546 16.8938 76.9546 16.8104C76.9199 16.391 76.8678 16.0709 76.7994 15.8523C76.6442 15.247 76.337 14.7769 75.8801 14.441C75.422 14.1051 74.8478 13.9372 74.1575 13.9372C73.5182 13.9372 72.9875 14.0924 72.5653 14.403H72.5663Z" fill="currentColor"></path><path d="M84.4404 23.7029C83.4733 23.0395 82.8004 22.1448 82.4205 21.0188C82.1437 20.2624 82.0059 19.2547 82.0059 17.9945C82.0059 16.7343 82.1437 15.7942 82.4205 15.021C82.783 13.9118 83.4516 13.034 84.4274 12.3875C85.4021 11.7411 86.5548 11.4178 87.8844 11.4178C89.214 11.4178 90.4046 11.7453 91.4065 12.4002C92.4072 13.0551 93.0725 13.8791 93.4003 14.8699C93.4861 15.1393 93.5469 15.4076 93.5816 15.6759V15.7266C93.5816 15.8945 93.4861 15.9959 93.2972 16.0287L90.9669 16.3562H90.9148C90.7596 16.3562 90.6554 16.2727 90.6044 16.1037C90.6044 16.0202 90.5957 15.9526 90.5783 15.9019C90.5436 15.7678 90.5088 15.6495 90.4752 15.5491C90.32 15.0791 90.0096 14.6924 89.5428 14.3903C89.0772 14.0882 88.5237 13.9372 87.8854 13.9372C87.2472 13.9372 86.672 14.1009 86.215 14.4284C85.757 14.7558 85.4509 15.2058 85.2957 15.7762C85.1231 16.3139 85.0363 17.0618 85.0363 18.0188C85.0363 18.9758 85.1144 19.691 85.2696 20.2614C85.4422 20.8498 85.7526 21.3156 86.202 21.66C86.6503 22.0043 87.2114 22.1765 87.8854 22.1765C88.5595 22.1765 89.1065 22.0128 89.5819 21.6853C90.0562 21.3579 90.3623 20.9163 90.5012 20.3617C90.5186 20.3279 90.5273 20.2857 90.5273 20.236C90.5447 20.2191 90.5533 20.1938 90.5533 20.16C90.6054 19.9582 90.7259 19.8748 90.9159 19.9075L93.2462 20.2603C93.332 20.2772 93.4058 20.3153 93.4665 20.3734C93.5273 20.4325 93.5479 20.5117 93.5317 20.6131C93.4796 20.8825 93.4362 21.0758 93.4025 21.1931C93.0747 22.2684 92.4094 23.1209 91.4086 23.7515C90.4068 24.3811 89.2335 24.6969 87.8865 24.6969C86.5396 24.6969 85.4097 24.3652 84.4426 23.7018L84.4404 23.7029Z" fill="currentColor"></path><path d="M102.656 13.8991C102.595 13.9583 102.522 13.9868 102.436 13.9868H99.7949C99.708 13.9868 99.6657 14.0291 99.6657 14.1125V20.1864C99.6657 20.8255 99.8079 21.2871 100.093 21.5723C100.378 21.8586 100.831 22.0012 101.453 22.0012H102.23C102.316 22.0012 102.39 22.0307 102.451 22.0899C102.512 22.149 102.541 22.2198 102.541 22.3043V24.1941C102.541 24.3789 102.438 24.4877 102.23 24.5215L100.884 24.5469C99.5192 24.5469 98.5011 24.3198 97.8281 23.8666C97.1552 23.4135 96.809 22.5557 96.7927 21.2966V14.1146C96.7927 14.0312 96.7493 13.9889 96.6635 13.9889H95.1874C95.1005 13.9889 95.0278 13.9593 94.967 13.9012C94.9063 13.8421 94.877 13.7713 94.877 13.6868V11.9227C94.877 11.8393 94.9073 11.7675 94.967 11.7083C95.0278 11.6492 95.1005 11.6196 95.1874 11.6196H96.6635C96.7493 11.6196 96.7927 11.5773 96.7927 11.4939V8.54567C96.7927 8.46222 96.8231 8.39039 96.8838 8.33124C96.9446 8.27209 97.0174 8.24251 97.1042 8.24251H99.3575C99.4432 8.24251 99.517 8.27209 99.5778 8.33124C99.6386 8.39039 99.6679 8.46117 99.6679 8.54567V11.4939C99.6679 11.5784 99.7113 11.6196 99.797 11.6196H102.438C102.524 11.6196 102.597 11.6492 102.658 11.7083C102.719 11.7675 102.749 11.8382 102.749 11.9227V13.6868C102.749 13.7713 102.719 13.8421 102.658 13.9012L102.656 13.8991Z" fill="currentColor"></path><path d="M112.938 11.7073C112.999 11.6481 113.071 11.6185 113.158 11.6185H115.514C115.6 11.6185 115.674 11.6481 115.735 11.7073C115.796 11.7664 115.825 11.8372 115.825 11.9217V24.1951C115.825 24.2797 115.795 24.3504 115.735 24.4096C115.675 24.4687 115.601 24.4983 115.514 24.4983H113.158C113.071 24.4983 112.999 24.4687 112.938 24.4096C112.877 24.3504 112.847 24.2797 112.847 24.1951V23.3892C112.847 23.3385 112.829 23.3057 112.794 23.2888C112.76 23.2719 112.725 23.2888 112.691 23.3395C111.984 24.23 110.921 24.6747 109.507 24.6747C108.195 24.6747 107.094 24.305 106.205 23.5656C105.316 22.8261 104.871 21.7762 104.871 20.4156V11.9228C104.871 11.8393 104.901 11.7675 104.962 11.7083C105.023 11.6492 105.096 11.6196 105.183 11.6196H107.565C107.651 11.6196 107.725 11.6492 107.785 11.7083C107.846 11.7675 107.877 11.8382 107.877 11.9228V19.5843C107.877 20.3744 108.088 21.004 108.512 21.4741C108.935 21.9441 109.525 22.1797 110.285 22.1797C111.045 22.1797 111.683 21.9441 112.15 21.4741C112.615 21.004 112.849 20.3744 112.849 19.5843V11.9228C112.849 11.8393 112.879 11.7675 112.94 11.7083L112.938 11.7073Z" fill="currentColor"></path><path d="M126.259 11.7949C126.397 11.8625 126.449 11.9882 126.415 12.1731L125.974 14.441C125.957 14.6428 125.836 14.7019 125.611 14.6174C125.352 14.534 125.05 14.4917 124.705 14.4917C124.48 14.4917 124.308 14.5002 124.187 14.5171C123.462 14.5509 122.858 14.7981 122.375 15.2607C121.892 15.7234 121.65 16.3234 121.65 17.0628V24.1951C121.65 24.2796 121.619 24.3504 121.56 24.4096C121.5 24.4687 121.426 24.4983 121.339 24.4983H118.957C118.87 24.4983 118.797 24.4687 118.737 24.4096C118.676 24.3504 118.646 24.2796 118.646 24.1951V11.9217C118.646 11.8382 118.677 11.7664 118.737 11.7073C118.797 11.6481 118.87 11.6185 118.957 11.6185H121.339C121.425 11.6185 121.499 11.6481 121.56 11.7073C121.62 11.7664 121.65 11.8372 121.65 11.9217V13.0562C121.65 13.1238 121.663 13.1618 121.689 13.1692C121.715 13.1777 121.744 13.1565 121.779 13.1058C122.504 12.0136 123.513 11.4675 124.808 11.4675C125.361 11.4675 125.844 11.5773 126.258 11.7949H126.259Z" fill="currentColor"></path><path d="M138.999 18.0199L138.973 18.8015C138.973 19.0033 138.87 19.1037 138.663 19.1037H130.558C130.471 19.1037 130.429 19.1459 130.429 19.2294C130.481 19.7839 130.558 20.1621 130.662 20.3639C131.077 21.5733 132.086 22.1871 133.692 22.204C134.865 22.204 135.797 21.7339 136.489 20.7927C136.557 20.6924 136.644 20.6417 136.748 20.6417C136.817 20.6417 136.877 20.667 136.929 20.7177L138.535 22.0033C138.69 22.1205 138.716 22.2557 138.613 22.4068C138.078 23.1462 137.366 23.7177 136.477 24.1201C135.588 24.5237 134.599 24.7254 133.512 24.7254C132.165 24.7254 131.022 24.4318 130.081 23.8434C129.14 23.255 128.454 22.4321 128.022 21.3737C127.624 20.4663 127.426 19.2061 127.426 17.5931C127.426 16.6192 127.529 15.829 127.736 15.2238C128.081 14.0481 128.734 13.1196 129.691 12.4393C130.649 11.759 131.801 11.4189 133.148 11.4189C136.549 11.4189 138.465 13.1491 138.896 16.6107C138.965 17.0311 138.999 17.5012 138.999 18.022V18.0199ZM131.555 14.403C131.131 14.7136 130.834 15.1467 130.661 15.7012C130.558 15.9875 130.489 16.3562 130.454 16.8104C130.419 16.8949 130.454 16.9361 130.557 16.9361H135.814C135.899 16.9361 135.943 16.8938 135.943 16.8104C135.908 16.391 135.856 16.0709 135.788 15.8523C135.632 15.247 135.325 14.7769 134.868 14.441C134.41 14.1051 133.836 13.9372 133.146 13.9372C132.507 13.9372 131.976 14.0924 131.554 14.403H131.555Z" fill="currentColor"></path></g><defs><clipPath id="clip0_782_7162"><rect width="139" height="31" fill="none"></rect></clipPath></defs></svg>
|
|
535
|
+
`, M2 = /\{[^{}]+\}/g, L2 = () => typeof process == "object" && Number.parseInt(process?.versions?.node?.substring(0, 2)) >= 18 && process.versions.undici;
|
|
536
|
+
function F2() {
|
|
537
537
|
return Math.random().toString(36).slice(2, 11);
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function D2(t) {
|
|
540
540
|
let {
|
|
541
541
|
baseUrl: e = "",
|
|
542
542
|
Request: r = globalThis.Request,
|
|
@@ -547,18 +547,18 @@ function H2(t) {
|
|
|
547
547
|
requestInitExt: a = void 0,
|
|
548
548
|
...s
|
|
549
549
|
} = { ...t };
|
|
550
|
-
a =
|
|
550
|
+
a = L2() ? a : void 0, e = Bt(e);
|
|
551
551
|
const l = [];
|
|
552
552
|
async function c($, u) {
|
|
553
553
|
const {
|
|
554
554
|
baseUrl: g,
|
|
555
|
-
fetch:
|
|
555
|
+
fetch: w = n,
|
|
556
556
|
Request: S = r,
|
|
557
|
-
headers:
|
|
557
|
+
headers: P,
|
|
558
558
|
params: R = {},
|
|
559
|
-
parseAs:
|
|
559
|
+
parseAs: H = "json",
|
|
560
560
|
querySerializer: U,
|
|
561
|
-
bodySerializer: B = o ??
|
|
561
|
+
bodySerializer: B = o ?? V2,
|
|
562
562
|
body: z,
|
|
563
563
|
middleware: Z = [],
|
|
564
564
|
...W
|
|
@@ -577,7 +577,7 @@ function H2(t) {
|
|
|
577
577
|
// the result of this ALSO sets the lowest-priority content-type header. So we re-merge below,
|
|
578
578
|
// setting the content-type at the very beginning to be overwritten.
|
|
579
579
|
// Lastly, based on the way headers work, it’s not a simple “present-or-not” check becauase null intentionally un-sets headers.
|
|
580
|
-
Gt(i,
|
|
580
|
+
Gt(i, P, R.header)
|
|
581
581
|
), Re = Gt(
|
|
582
582
|
// with no body, we should not to set Content-Type
|
|
583
583
|
ce === void 0 || // if serialized body is FormData; browser will correctly set Content-Type & boundary expression
|
|
@@ -585,7 +585,7 @@ function H2(t) {
|
|
|
585
585
|
"Content-Type": "application/json"
|
|
586
586
|
},
|
|
587
587
|
i,
|
|
588
|
-
|
|
588
|
+
P,
|
|
589
589
|
R.header
|
|
590
590
|
), L = [...l, ...Z], Te = {
|
|
591
591
|
redirect: "follow",
|
|
@@ -594,34 +594,34 @@ function H2(t) {
|
|
|
594
594
|
body: ce,
|
|
595
595
|
headers: Re
|
|
596
596
|
};
|
|
597
|
-
let J,
|
|
598
|
-
|
|
597
|
+
let J, V, E = new S(
|
|
598
|
+
j2($, { baseUrl: m, params: R, querySerializer: O }),
|
|
599
599
|
Te
|
|
600
600
|
), b;
|
|
601
601
|
for (const f in W)
|
|
602
602
|
f in E || (E[f] = W[f]);
|
|
603
603
|
if (L.length) {
|
|
604
|
-
J =
|
|
604
|
+
J = F2(), V = Object.freeze({
|
|
605
605
|
baseUrl: m,
|
|
606
|
-
fetch:
|
|
607
|
-
parseAs:
|
|
606
|
+
fetch: w,
|
|
607
|
+
parseAs: H,
|
|
608
608
|
querySerializer: O,
|
|
609
609
|
bodySerializer: B
|
|
610
610
|
});
|
|
611
611
|
for (const f of L)
|
|
612
612
|
if (f && typeof f == "object" && typeof f.onRequest == "function") {
|
|
613
|
-
const
|
|
613
|
+
const A = await f.onRequest({
|
|
614
614
|
request: E,
|
|
615
615
|
schemaPath: $,
|
|
616
616
|
params: R,
|
|
617
|
-
options:
|
|
617
|
+
options: V,
|
|
618
618
|
id: J
|
|
619
619
|
});
|
|
620
|
-
if (
|
|
621
|
-
if (
|
|
622
|
-
E =
|
|
623
|
-
else if (
|
|
624
|
-
b =
|
|
620
|
+
if (A)
|
|
621
|
+
if (A instanceof S)
|
|
622
|
+
E = A;
|
|
623
|
+
else if (A instanceof Response) {
|
|
624
|
+
b = A;
|
|
625
625
|
break;
|
|
626
626
|
} else
|
|
627
627
|
throw new Error("onRequest: must return new Request() or Response() when modifying the request");
|
|
@@ -629,47 +629,47 @@ function H2(t) {
|
|
|
629
629
|
}
|
|
630
630
|
if (!b) {
|
|
631
631
|
try {
|
|
632
|
-
b = await
|
|
632
|
+
b = await w(E, a);
|
|
633
633
|
} catch (f) {
|
|
634
|
-
let
|
|
634
|
+
let A = f;
|
|
635
635
|
if (L.length)
|
|
636
636
|
for (let G = L.length - 1; G >= 0; G--) {
|
|
637
637
|
const de = L[G];
|
|
638
638
|
if (de && typeof de == "object" && typeof de.onError == "function") {
|
|
639
639
|
const K = await de.onError({
|
|
640
640
|
request: E,
|
|
641
|
-
error:
|
|
641
|
+
error: A,
|
|
642
642
|
schemaPath: $,
|
|
643
643
|
params: R,
|
|
644
|
-
options:
|
|
644
|
+
options: V,
|
|
645
645
|
id: J
|
|
646
646
|
});
|
|
647
647
|
if (K) {
|
|
648
648
|
if (K instanceof Response) {
|
|
649
|
-
|
|
649
|
+
A = void 0, b = K;
|
|
650
650
|
break;
|
|
651
651
|
}
|
|
652
652
|
if (K instanceof Error) {
|
|
653
|
-
|
|
653
|
+
A = K;
|
|
654
654
|
continue;
|
|
655
655
|
}
|
|
656
656
|
throw new Error("onError: must return new Response() or instance of Error");
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
|
-
if (
|
|
661
|
-
throw
|
|
660
|
+
if (A)
|
|
661
|
+
throw A;
|
|
662
662
|
}
|
|
663
663
|
if (L.length)
|
|
664
664
|
for (let f = L.length - 1; f >= 0; f--) {
|
|
665
|
-
const
|
|
666
|
-
if (
|
|
667
|
-
const G = await
|
|
665
|
+
const A = L[f];
|
|
666
|
+
if (A && typeof A == "object" && typeof A.onResponse == "function") {
|
|
667
|
+
const G = await A.onResponse({
|
|
668
668
|
request: E,
|
|
669
669
|
response: b,
|
|
670
670
|
schemaPath: $,
|
|
671
671
|
params: R,
|
|
672
|
-
options:
|
|
672
|
+
options: V,
|
|
673
673
|
id: J
|
|
674
674
|
});
|
|
675
675
|
if (G) {
|
|
@@ -685,13 +685,13 @@ function H2(t) {
|
|
|
685
685
|
return b.ok ? { data: void 0, response: b } : { error: void 0, response: b };
|
|
686
686
|
if (b.ok)
|
|
687
687
|
return { data: await (async () => {
|
|
688
|
-
if (
|
|
688
|
+
if (H === "stream")
|
|
689
689
|
return b.body;
|
|
690
|
-
if (
|
|
691
|
-
const
|
|
692
|
-
return
|
|
690
|
+
if (H === "json" && !ue) {
|
|
691
|
+
const A = await b.text();
|
|
692
|
+
return A ? JSON.parse(A) : void 0;
|
|
693
693
|
}
|
|
694
|
-
return await b[
|
|
694
|
+
return await b[H]();
|
|
695
695
|
})(), response: b };
|
|
696
696
|
let ne = await b.text();
|
|
697
697
|
try {
|
|
@@ -763,7 +763,7 @@ function Ye(t, e, r) {
|
|
|
763
763
|
);
|
|
764
764
|
return `${t}=${r?.allowReserved === !0 ? e : encodeURIComponent(e)}`;
|
|
765
765
|
}
|
|
766
|
-
function
|
|
766
|
+
function k1(t, e, r) {
|
|
767
767
|
if (!e || typeof e != "object")
|
|
768
768
|
return "";
|
|
769
769
|
const n = [], d = {
|
|
@@ -793,7 +793,7 @@ function O1(t, e, r) {
|
|
|
793
793
|
const o = n.join(d);
|
|
794
794
|
return r.style === "label" || r.style === "matrix" ? `${d}${o}` : o;
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function O1(t, e, r) {
|
|
797
797
|
if (!Array.isArray(e))
|
|
798
798
|
return "";
|
|
799
799
|
if (r.explode === !1) {
|
|
@@ -827,7 +827,7 @@ function Ut(t) {
|
|
|
827
827
|
if (o.length === 0)
|
|
828
828
|
continue;
|
|
829
829
|
n.push(
|
|
830
|
-
|
|
830
|
+
O1(d, o, {
|
|
831
831
|
style: "form",
|
|
832
832
|
explode: !0,
|
|
833
833
|
...t?.array,
|
|
@@ -838,7 +838,7 @@ function Ut(t) {
|
|
|
838
838
|
}
|
|
839
839
|
if (typeof o == "object") {
|
|
840
840
|
n.push(
|
|
841
|
-
|
|
841
|
+
k1(d, o, {
|
|
842
842
|
style: "deepObject",
|
|
843
843
|
explode: !0,
|
|
844
844
|
...t?.object,
|
|
@@ -853,19 +853,19 @@ function Ut(t) {
|
|
|
853
853
|
return n.join("&");
|
|
854
854
|
};
|
|
855
855
|
}
|
|
856
|
-
function
|
|
856
|
+
function H2(t, e) {
|
|
857
857
|
let r = t;
|
|
858
|
-
for (const n of t.match(
|
|
858
|
+
for (const n of t.match(M2) ?? []) {
|
|
859
859
|
let d = n.substring(1, n.length - 1), o = !1, i = "simple";
|
|
860
860
|
if (d.endsWith("*") && (o = !0, d = d.substring(0, d.length - 1)), d.startsWith(".") ? (i = "label", d = d.substring(1)) : d.startsWith(";") && (i = "matrix", d = d.substring(1)), !e || e[d] === void 0 || e[d] === null)
|
|
861
861
|
continue;
|
|
862
862
|
const a = e[d];
|
|
863
863
|
if (Array.isArray(a)) {
|
|
864
|
-
r = r.replace(n,
|
|
864
|
+
r = r.replace(n, O1(d, a, { style: i, explode: o }));
|
|
865
865
|
continue;
|
|
866
866
|
}
|
|
867
867
|
if (typeof a == "object") {
|
|
868
|
-
r = r.replace(n,
|
|
868
|
+
r = r.replace(n, k1(d, a, { style: i, explode: o }));
|
|
869
869
|
continue;
|
|
870
870
|
}
|
|
871
871
|
if (i === "matrix") {
|
|
@@ -876,12 +876,12 @@ function V2(t, e) {
|
|
|
876
876
|
}
|
|
877
877
|
return r;
|
|
878
878
|
}
|
|
879
|
-
function
|
|
879
|
+
function V2(t, e) {
|
|
880
880
|
return t instanceof FormData ? t : e && (e.get instanceof Function ? e.get("Content-Type") ?? e.get("content-type") : e["Content-Type"] ?? e["content-type"]) === "application/x-www-form-urlencoded" ? new URLSearchParams(t).toString() : JSON.stringify(t);
|
|
881
881
|
}
|
|
882
|
-
function
|
|
882
|
+
function j2(t, e) {
|
|
883
883
|
let r = `${e.baseUrl}${t}`;
|
|
884
|
-
e.params?.path && (r =
|
|
884
|
+
e.params?.path && (r = H2(r, e.params.path));
|
|
885
885
|
let n = e.querySerializer(e.params.query ?? {});
|
|
886
886
|
return n.startsWith("?") && (n = n.substring(1)), n && (r += `?${n}`), r;
|
|
887
887
|
}
|
|
@@ -904,7 +904,7 @@ function Gt(...t) {
|
|
|
904
904
|
function Bt(t) {
|
|
905
905
|
return t.endsWith("/") ? t.substring(0, t.length - 1) : t;
|
|
906
906
|
}
|
|
907
|
-
function
|
|
907
|
+
function U2(t, e, r = "fr") {
|
|
908
908
|
const n = {
|
|
909
909
|
async onRequest({ request: i }) {
|
|
910
910
|
return i.headers.set("Authorization", `Bearer ${e}`), i;
|
|
@@ -913,37 +913,37 @@ function G2(t, e, r = "fr") {
|
|
|
913
913
|
async onRequest({ request: i }) {
|
|
914
914
|
return i.headers.set("Accept-Language", r), i;
|
|
915
915
|
}
|
|
916
|
-
}, o =
|
|
916
|
+
}, o = D2({ baseUrl: t });
|
|
917
917
|
return o.use(n), o.use(d), o;
|
|
918
918
|
}
|
|
919
|
-
const
|
|
920
|
-
adyen:
|
|
921
|
-
stripe:
|
|
922
|
-
floa:
|
|
923
|
-
fintecture:
|
|
919
|
+
const G2 = {
|
|
920
|
+
adyen: O2,
|
|
921
|
+
stripe: I2,
|
|
922
|
+
floa: R2,
|
|
923
|
+
fintecture: T2
|
|
924
924
|
};
|
|
925
|
-
class
|
|
925
|
+
class B2 {
|
|
926
926
|
constructor(e, r, n = "fr") {
|
|
927
927
|
this.baseUrl = e, this.token = r, this.locale = n, this.getPaymentMethods = async () => {
|
|
928
|
-
const o = await
|
|
928
|
+
const o = await U2(this.baseUrl, this.token, this.locale).GET("/api/payment-methods");
|
|
929
929
|
if (o.error)
|
|
930
930
|
throw new Error("Error fetching payment methods");
|
|
931
931
|
return o.data?.map((i) => {
|
|
932
932
|
const a = i.partner;
|
|
933
933
|
return {
|
|
934
934
|
id: `${a}_${i.method}`,
|
|
935
|
-
name: i.
|
|
935
|
+
name: i.methodName || "",
|
|
936
936
|
code: i.method || "",
|
|
937
937
|
provider: i.partner || "",
|
|
938
938
|
description: i.description || "",
|
|
939
|
-
logoSvg:
|
|
939
|
+
logoSvg: G2[a] || ""
|
|
940
940
|
};
|
|
941
941
|
}) ?? [];
|
|
942
942
|
};
|
|
943
943
|
}
|
|
944
944
|
}
|
|
945
|
-
const Ct = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[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}|(?: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])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], BT: ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\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(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "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|8(?:28[235-7]|3))|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])\\d|8(?:[14-6]\\d|2[0-79]))|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", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[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,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|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[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|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", ["[47]"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "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", ["3"], "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-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["20"]], ["(\\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]"]], ["(\\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", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|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{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], MC: ["377", "00", "(?:[3489]|[67]\\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", ["[67]"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], NU: ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "[45]\\d{5}|(?:708|8\\d\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,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", ["3[289]|4[246-8]|61|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], RE: ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], RO: ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "[3489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [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{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\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-9]"]]]], 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", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:274[27]|(?:472|983)[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|5[12]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
946
|
-
function
|
|
945
|
+
const Ct = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:241|349)0\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|[34]\\d\\d)|91(?:(?:[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}|(?: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])|8(?:55|6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "(?:[025-7]\\d|44)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[024-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|8)\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37|86)", "300|4(?:0(?:0|20)|370|864)"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], BT: ["975", "00", "[178]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-6]|7[246]|8[2-4]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|[78]"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|5[07]|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|3[23]|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "8776\\d{4}|(?:[27]\\d|61)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-8]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["60|809"]], ["(\\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(?:10|[2-9])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-8]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|9[14]"]], ["(\\d)(\\d{3})(\\d{7})", "$1-$2-$3", ["1"], "0$1", 0, "$1 $2 $3"]], "0", 0, "0([3579]|4(?:[14]4|56))?"], CR: ["506", "00", "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}", [8, 10], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[3-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[89]"]]], 0, 0, "(19(?:0[0-2468]|1[09]|20|66|77|99))"], CU: ["53", "119", "(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:79[01]|83[0-36-9]|95[0-3])\\d{5}|4(?:[0-36]\\d|4[047-9]|[58][0-24-9]|7[02-8]|9[0-47-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|3[13])"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, 0, [["528[89]\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[016-8]\\d|2[0-8]|5[0-5]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, "0|180020", 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-5])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|5[01]))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "7093\\d{5}|(?:[56]94|[89]\\d\\d)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|80[6-9]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0|180020", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-589]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0|180020", "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|8(?:28[235-7]|3))|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])\\d|8(?:[14-6]\\d|2[0-79]))|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", ["16|[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["18[06]", "18[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,11}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[03]"]]], 0, 0, 0, 0, 0, 0, [["0(?:669[0-79]\\d{1,6}|831\\d{2,8})|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[2356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0|180020", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|427|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", ["[47]"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[25-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["3|4(?:2[09]|7[01])|6[1-9]", "3|4(?:2(?:0|9[02-69])|7(?:0[019]|1))|6[1-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[25-9]"], "0$1"]], "0", 0, "(000[2569]\\d{4,6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "8\\d{13}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "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", ["3"], "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-6]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:[2457]\\d|33|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(0-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(0-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(0-$1)", 1]], "0", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["20"]], ["(\\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]"]], ["(\\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", ["20"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|78|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2679]|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{4})(\\d{5})", "$1-$2", ["892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8(?:0[0-7]|9)"], "0$1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[5-8]"], "0$1"]], "0", 0, 0, 0, 0, "[5-8]"], MC: ["377", "00", "(?:[3489]|[67]\\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", ["[67]"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80\\d{7}"], ["8[129]\\d{7}"], 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:20|9\\d)\\d{8}|[78]\\d{9,13}", [10, 11, 12, 13, 14], [["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[24-9]"]]]], NU: ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["30|(?: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", "30|(?: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", "[78]\\d{8}|[2-9]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "[36-8]\\d{5,8}|4\\d{6,8}|59\\d{6}|9\\d{5,10}|(?:2\\d|5[0-8])\\d{6,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", ["3[289]|4[246-8]|61|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[136]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], RE: ["262", "00", "709\\d{6}|(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], RO: ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "[3489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[15]\\d|800|92)\\d{7}", [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{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "[6-9]\\d{6}|[1-6]\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "(?:[2489]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-9]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|7[67]|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|[6-8]\\d|90)\\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-9]"]]]], 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", "[25-7]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[25-7]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-359]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-4]|5[1-3]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[59]"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|30|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[236-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "(?:[0-57-9]\\d|66)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["\\d"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-579]|61)", "5(?:[0-579]|61[06])", "5(?:[0-579]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:274[27]|(?:472|983)[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013-79]|3[0-24679]|4[167]|5[0-3]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-269])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[0378]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-3589]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|3[23]|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|2\\d{3,4}|(?:[49]\\d|80)\\d{5}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{4,5})", "$1", ["21"]], ["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|5[12]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|5(?:0\\d{3}|2[0-2]))\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
|
|
946
|
+
function z2(t, e) {
|
|
947
947
|
var r = Array.prototype.slice.call(e);
|
|
948
948
|
return r.push(Ct), t.apply(this, r);
|
|
949
949
|
}
|
|
@@ -958,9 +958,9 @@ function zt(t, e) {
|
|
|
958
958
|
}
|
|
959
959
|
return t[1] && e[1] ? t[1] > e[1] ? 1 : t[1] < e[1] ? -1 : 0 : !t[1] && e[1] ? 1 : t[1] && !e[1] ? -1 : 0;
|
|
960
960
|
}
|
|
961
|
-
var
|
|
961
|
+
var Z2 = {}.constructor;
|
|
962
962
|
function pe(t) {
|
|
963
|
-
return t != null && t.constructor ===
|
|
963
|
+
return t != null && t.constructor === Z2;
|
|
964
964
|
}
|
|
965
965
|
function ye(t) {
|
|
966
966
|
"@babel/helpers - typeof";
|
|
@@ -973,20 +973,20 @@ function ye(t) {
|
|
|
973
973
|
function Je(t, e) {
|
|
974
974
|
if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function");
|
|
975
975
|
}
|
|
976
|
-
function
|
|
976
|
+
function W2(t, e) {
|
|
977
977
|
for (var r = 0; r < e.length; r++) {
|
|
978
978
|
var n = e[r];
|
|
979
|
-
n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t,
|
|
979
|
+
n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t, K2(n.key), n);
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
982
|
function Qe(t, e, r) {
|
|
983
|
-
return e &&
|
|
983
|
+
return e && W2(t.prototype, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
984
984
|
}
|
|
985
|
-
function
|
|
986
|
-
var e =
|
|
985
|
+
function K2(t) {
|
|
986
|
+
var e = q2(t, "string");
|
|
987
987
|
return ye(e) == "symbol" ? e : e + "";
|
|
988
988
|
}
|
|
989
|
-
function
|
|
989
|
+
function q2(t, e) {
|
|
990
990
|
if (ye(t) != "object" || !t) return t;
|
|
991
991
|
var r = t[Symbol.toPrimitive];
|
|
992
992
|
if (r !== void 0) {
|
|
@@ -996,9 +996,9 @@ function X2(t, e) {
|
|
|
996
996
|
}
|
|
997
997
|
return String(t);
|
|
998
998
|
}
|
|
999
|
-
var
|
|
999
|
+
var X2 = "1.2.0", Y2 = "1.7.35", Zt = " ext. ", J2 = /^\d+$/, I = /* @__PURE__ */ (function() {
|
|
1000
1000
|
function t(e) {
|
|
1001
|
-
Je(this, t),
|
|
1001
|
+
Je(this, t), I1(e), this.metadata = e, R1.call(this, e);
|
|
1002
1002
|
}
|
|
1003
1003
|
return Qe(t, [{
|
|
1004
1004
|
key: "getCountries",
|
|
@@ -1051,7 +1051,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1051
1051
|
}, {
|
|
1052
1052
|
key: "selectNumberingPlan",
|
|
1053
1053
|
value: function(r, n) {
|
|
1054
|
-
if (r &&
|
|
1054
|
+
if (r && J2.test(r) && (n = r, r = null), r && r !== "001") {
|
|
1055
1055
|
if (!this.hasCountry(r))
|
|
1056
1056
|
throw new Error("Unknown country: ".concat(r));
|
|
1057
1057
|
this.numberingPlan = new Wt(this.getCountryMetadata(r), this);
|
|
@@ -1184,7 +1184,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1184
1184
|
}]);
|
|
1185
1185
|
})(), Wt = /* @__PURE__ */ (function() {
|
|
1186
1186
|
function t(e, r) {
|
|
1187
|
-
Je(this, t), this.globalMetadataObject = r, this.metadata = e,
|
|
1187
|
+
Je(this, t), this.globalMetadataObject = r, this.metadata = e, R1.call(this, r.metadata);
|
|
1188
1188
|
}
|
|
1189
1189
|
return Qe(t, [{
|
|
1190
1190
|
key: "callingCode",
|
|
@@ -1241,7 +1241,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1241
1241
|
value: function() {
|
|
1242
1242
|
var r = this, n = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
|
|
1243
1243
|
return n.map(function(d) {
|
|
1244
|
-
return new
|
|
1244
|
+
return new Q2(d, r);
|
|
1245
1245
|
});
|
|
1246
1246
|
}
|
|
1247
1247
|
}, {
|
|
@@ -1310,7 +1310,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1310
1310
|
key: "type",
|
|
1311
1311
|
value: function(r) {
|
|
1312
1312
|
if (this.hasTypes() && Kt(this.types(), r))
|
|
1313
|
-
return new
|
|
1313
|
+
return new tr(Kt(this.types(), r), this);
|
|
1314
1314
|
}
|
|
1315
1315
|
}, {
|
|
1316
1316
|
key: "ext",
|
|
@@ -1318,7 +1318,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1318
1318
|
return this.v1 || this.v2 ? Zt : this.metadata[13] || Zt;
|
|
1319
1319
|
}
|
|
1320
1320
|
}]);
|
|
1321
|
-
})(),
|
|
1321
|
+
})(), Q2 = /* @__PURE__ */ (function() {
|
|
1322
1322
|
function t(e, r) {
|
|
1323
1323
|
Je(this, t), this._format = e, this.metadata = r;
|
|
1324
1324
|
}
|
|
@@ -1357,7 +1357,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1357
1357
|
key: "usesNationalPrefix",
|
|
1358
1358
|
value: function() {
|
|
1359
1359
|
return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
|
|
1360
|
-
!
|
|
1360
|
+
!er.test(this.nationalPrefixFormattingRule()));
|
|
1361
1361
|
}
|
|
1362
1362
|
}, {
|
|
1363
1363
|
key: "internationalFormat",
|
|
@@ -1365,7 +1365,7 @@ var Y2 = "1.2.0", J2 = "1.7.35", Zt = " ext. ", Q2 = /^\d+$/, I = /* @__PURE__ *
|
|
|
1365
1365
|
return this._format[5] || this.format();
|
|
1366
1366
|
}
|
|
1367
1367
|
}]);
|
|
1368
|
-
})(),
|
|
1368
|
+
})(), er = /^\(?\$1\)?$/, tr = /* @__PURE__ */ (function() {
|
|
1369
1369
|
function t(e, r) {
|
|
1370
1370
|
Je(this, t), this.type = e, this.metadata = r;
|
|
1371
1371
|
}
|
|
@@ -1406,13 +1406,13 @@ function Kt(t, e) {
|
|
|
1406
1406
|
return t[9];
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
|
-
function
|
|
1409
|
+
function I1(t) {
|
|
1410
1410
|
if (!t)
|
|
1411
1411
|
throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
|
|
1412
1412
|
if (!pe(t) || !pe(t.countries))
|
|
1413
|
-
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(pe(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " +
|
|
1413
|
+
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(pe(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + rr(t) + ": " + t, "."));
|
|
1414
1414
|
}
|
|
1415
|
-
var
|
|
1415
|
+
var rr = function(e) {
|
|
1416
1416
|
return ye(e);
|
|
1417
1417
|
};
|
|
1418
1418
|
function et(t, e) {
|
|
@@ -1420,17 +1420,17 @@ function et(t, e) {
|
|
|
1420
1420
|
return e.selectNumberingPlan(t).countryCallingCode();
|
|
1421
1421
|
throw new Error("Unknown country: ".concat(t));
|
|
1422
1422
|
}
|
|
1423
|
-
function
|
|
1423
|
+
function nr(t, e) {
|
|
1424
1424
|
return e.countries.hasOwnProperty(t);
|
|
1425
1425
|
}
|
|
1426
|
-
function
|
|
1426
|
+
function R1(t) {
|
|
1427
1427
|
var e = t.version;
|
|
1428
|
-
typeof e == "number" ? (this.v1 = e === 1, this.v2 = e === 2, this.v3 = e === 3, this.v4 = e === 4) : e ? zt(e,
|
|
1428
|
+
typeof e == "number" ? (this.v1 = e === 1, this.v2 = e === 2, this.v3 = e === 3, this.v4 = e === 4) : e ? zt(e, X2) === -1 ? this.v2 = !0 : zt(e, Y2) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
|
|
1429
1429
|
}
|
|
1430
1430
|
function _t(t, e, r) {
|
|
1431
|
-
return
|
|
1431
|
+
return dr(t, e, void 0, r);
|
|
1432
1432
|
}
|
|
1433
|
-
function
|
|
1433
|
+
function dr(t, e, r, n) {
|
|
1434
1434
|
e && (n = new I(n.metadata), n.selectNumberingPlan(e));
|
|
1435
1435
|
var d = n.type(r), o = d && d.possibleLengths() || n.possibleLengths();
|
|
1436
1436
|
if (!o)
|
|
@@ -1438,7 +1438,7 @@ function or(t, e, r, n) {
|
|
|
1438
1438
|
var i = t.length, a = o[0];
|
|
1439
1439
|
return a === i ? "IS_POSSIBLE" : a > i ? "TOO_SHORT" : o[o.length - 1] < i ? "TOO_LONG" : o.indexOf(i, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
|
|
1440
1440
|
}
|
|
1441
|
-
function
|
|
1441
|
+
function or(t, e, r) {
|
|
1442
1442
|
if (e === void 0 && (e = {}), r = new I(r), e.v2) {
|
|
1443
1443
|
if (!t.countryCallingCode)
|
|
1444
1444
|
throw new Error("Invalid phone number object passed");
|
|
@@ -1457,21 +1457,21 @@ function ir(t, e, r) {
|
|
|
1457
1457
|
}
|
|
1458
1458
|
}
|
|
1459
1459
|
if (r.possibleLengths())
|
|
1460
|
-
return
|
|
1460
|
+
return T1(t.phone || t.nationalNumber, t.country, r);
|
|
1461
1461
|
if (t.countryCallingCode && r.isNonGeographicCallingCode(t.countryCallingCode))
|
|
1462
1462
|
return !0;
|
|
1463
1463
|
throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
|
|
1464
1464
|
}
|
|
1465
|
-
function
|
|
1465
|
+
function T1(t, e, r) {
|
|
1466
1466
|
return _t(t, e, r) === "IS_POSSIBLE";
|
|
1467
1467
|
}
|
|
1468
1468
|
function Y(t, e) {
|
|
1469
1469
|
return t = t || "", new RegExp("^(?:" + e + ")$").test(t);
|
|
1470
1470
|
}
|
|
1471
|
-
function
|
|
1471
|
+
function ir(t, e) {
|
|
1472
1472
|
var r = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
1473
1473
|
if (r) return (r = r.call(t)).next.bind(r);
|
|
1474
|
-
if (Array.isArray(t) || (r =
|
|
1474
|
+
if (Array.isArray(t) || (r = ar(t)) || e) {
|
|
1475
1475
|
r && (t = r);
|
|
1476
1476
|
var n = 0;
|
|
1477
1477
|
return function() {
|
|
@@ -1481,7 +1481,7 @@ function ar(t, e) {
|
|
|
1481
1481
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1482
1482
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1483
1483
|
}
|
|
1484
|
-
function
|
|
1484
|
+
function ar(t, e) {
|
|
1485
1485
|
if (t) {
|
|
1486
1486
|
if (typeof t == "string") return qt(t, e);
|
|
1487
1487
|
var r = {}.toString.call(t).slice(8, -1);
|
|
@@ -1493,7 +1493,7 @@ function qt(t, e) {
|
|
|
1493
1493
|
for (var r = 0, n = Array(e); r < e; r++) n[r] = t[r];
|
|
1494
1494
|
return n;
|
|
1495
1495
|
}
|
|
1496
|
-
var
|
|
1496
|
+
var sr = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
|
|
1497
1497
|
function wt(t, e, r) {
|
|
1498
1498
|
if (e = e || {}, !(!t.country && !t.countryCallingCode)) {
|
|
1499
1499
|
r = new I(r), r.selectNumberingPlan(t.country, t.countryCallingCode);
|
|
@@ -1501,7 +1501,7 @@ function wt(t, e, r) {
|
|
|
1501
1501
|
if (Y(n, r.nationalNumberPattern())) {
|
|
1502
1502
|
if (nt(n, "FIXED_LINE", r))
|
|
1503
1503
|
return r.type("MOBILE") && r.type("MOBILE").pattern() === "" || !r.type("MOBILE") || nt(n, "MOBILE", r) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
|
|
1504
|
-
for (var d =
|
|
1504
|
+
for (var d = ir(sr), o; !(o = d()).done; ) {
|
|
1505
1505
|
var i = o.value;
|
|
1506
1506
|
if (nt(n, i, r))
|
|
1507
1507
|
return i;
|
|
@@ -1513,37 +1513,37 @@ function nt(t, e, r) {
|
|
|
1513
1513
|
var n = r.type(e);
|
|
1514
1514
|
return !n || !n.pattern() || n.possibleLengths() && n.possibleLengths().indexOf(t.length) < 0 ? !1 : Y(t, n.pattern());
|
|
1515
1515
|
}
|
|
1516
|
-
function
|
|
1516
|
+
function lr(t, e, r) {
|
|
1517
1517
|
if (e = e || {}, r = new I(r), r.selectNumberingPlan(t.country, t.countryCallingCode), r.hasTypes())
|
|
1518
1518
|
return wt(t, e, r.metadata) !== void 0;
|
|
1519
1519
|
var n = e.v2 ? t.nationalNumber : t.phone;
|
|
1520
1520
|
return Y(n, r.nationalNumberPattern());
|
|
1521
1521
|
}
|
|
1522
|
-
function
|
|
1522
|
+
function $r(t, e, r) {
|
|
1523
1523
|
var n = new I(r), d = n.getCountryCodesForCallingCode(t);
|
|
1524
1524
|
return d ? d.filter(function(o) {
|
|
1525
|
-
return
|
|
1525
|
+
return cr(e, o, r);
|
|
1526
1526
|
}) : [];
|
|
1527
1527
|
}
|
|
1528
|
-
function
|
|
1528
|
+
function cr(t, e, r) {
|
|
1529
1529
|
var n = new I(r);
|
|
1530
1530
|
return n.selectNumberingPlan(e), n.numberingPlan.possibleLengths().indexOf(t.length) >= 0;
|
|
1531
1531
|
}
|
|
1532
|
-
var xt = 2,
|
|
1533
|
-
function
|
|
1532
|
+
var xt = 2, ur = 17, fr = 3, j = "0-90-9٠-٩۰-۹", hr = "-‐-―−ー-", pr = "//", mr = "..", yr = " ", gr = "()()[]\\[\\]", br = "~⁓∼~", Ze = "".concat(hr).concat(pr).concat(mr).concat(yr).concat(gr).concat(br), Pt = "++", vr = new RegExp("([" + j + "])");
|
|
1533
|
+
function Cr(t, e, r, n) {
|
|
1534
1534
|
if (e) {
|
|
1535
1535
|
var d = new I(n);
|
|
1536
1536
|
d.selectNumberingPlan(e, r);
|
|
1537
1537
|
var o = new RegExp(d.IDDPrefix());
|
|
1538
1538
|
if (t.search(o) === 0) {
|
|
1539
1539
|
t = t.slice(t.match(o)[0].length);
|
|
1540
|
-
var i = t.match(
|
|
1540
|
+
var i = t.match(vr);
|
|
1541
1541
|
if (!(i && i[1] != null && i[1].length > 0 && i[1] === "0"))
|
|
1542
1542
|
return t;
|
|
1543
1543
|
}
|
|
1544
1544
|
}
|
|
1545
1545
|
}
|
|
1546
|
-
function
|
|
1546
|
+
function _r(t, e) {
|
|
1547
1547
|
if (t && e.numberingPlan.nationalPrefixForParsing()) {
|
|
1548
1548
|
var r = new RegExp("^(?:" + e.numberingPlan.nationalPrefixForParsing() + ")"), n = r.exec(t);
|
|
1549
1549
|
if (n) {
|
|
@@ -1571,10 +1571,10 @@ function wr(t, e) {
|
|
|
1571
1571
|
nationalNumber: t
|
|
1572
1572
|
};
|
|
1573
1573
|
}
|
|
1574
|
-
function
|
|
1574
|
+
function wr(t, e) {
|
|
1575
1575
|
var r = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
1576
1576
|
if (r) return (r = r.call(t)).next.bind(r);
|
|
1577
|
-
if (Array.isArray(t) || (r =
|
|
1577
|
+
if (Array.isArray(t) || (r = xr(t)) || e) {
|
|
1578
1578
|
r && (t = r);
|
|
1579
1579
|
var n = 0;
|
|
1580
1580
|
return function() {
|
|
@@ -1584,7 +1584,7 @@ function xr(t, e) {
|
|
|
1584
1584
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
1585
1585
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1586
1586
|
}
|
|
1587
|
-
function
|
|
1587
|
+
function xr(t, e) {
|
|
1588
1588
|
if (t) {
|
|
1589
1589
|
if (typeof t == "string") return Xt(t, e);
|
|
1590
1590
|
var r = {}.toString.call(t).slice(8, -1);
|
|
@@ -1596,10 +1596,10 @@ function Xt(t, e) {
|
|
|
1596
1596
|
for (var r = 0, n = Array(e); r < e; r++) n[r] = t[r];
|
|
1597
1597
|
return n;
|
|
1598
1598
|
}
|
|
1599
|
-
function
|
|
1599
|
+
function Pr(t, e) {
|
|
1600
1600
|
var r = e.countries, n = e.metadata;
|
|
1601
1601
|
n = new I(n);
|
|
1602
|
-
for (var d =
|
|
1602
|
+
for (var d = wr(r), o; !(o = d()).done; ) {
|
|
1603
1603
|
var i = o.value;
|
|
1604
1604
|
if (n.selectNumberingPlan(i), n.leadingDigits()) {
|
|
1605
1605
|
if (t && t.search(n.leadingDigits()) === 0)
|
|
@@ -1611,25 +1611,25 @@ function Ar(t, e) {
|
|
|
1611
1611
|
return i;
|
|
1612
1612
|
}
|
|
1613
1613
|
}
|
|
1614
|
-
function
|
|
1614
|
+
function M1(t, e) {
|
|
1615
1615
|
var r = e.nationalNumber, n = e.metadata, d = n.getCountryCodesForCallingCode(t);
|
|
1616
1616
|
if (d)
|
|
1617
|
-
return d.length === 1 ? d[0] :
|
|
1617
|
+
return d.length === 1 ? d[0] : Pr(r, {
|
|
1618
1618
|
countries: d,
|
|
1619
1619
|
metadata: n.metadata
|
|
1620
1620
|
});
|
|
1621
1621
|
}
|
|
1622
1622
|
function st(t, e, r) {
|
|
1623
|
-
var n =
|
|
1623
|
+
var n = _r(t, r), d = n.carrierCode, o = n.nationalNumber;
|
|
1624
1624
|
if (o !== t) {
|
|
1625
|
-
if (!
|
|
1625
|
+
if (!Ar(t, o, r))
|
|
1626
1626
|
return {
|
|
1627
1627
|
nationalNumber: t
|
|
1628
1628
|
};
|
|
1629
|
-
if (r.numberingPlan.possibleLengths() && (e || (e =
|
|
1629
|
+
if (r.numberingPlan.possibleLengths() && (e || (e = M1(r.numberingPlan.callingCode(), {
|
|
1630
1630
|
nationalNumber: o,
|
|
1631
1631
|
metadata: r
|
|
1632
|
-
})), !
|
|
1632
|
+
})), !Er(o, e, r)))
|
|
1633
1633
|
return {
|
|
1634
1634
|
nationalNumber: t
|
|
1635
1635
|
};
|
|
@@ -1639,10 +1639,10 @@ function st(t, e, r) {
|
|
|
1639
1639
|
carrierCode: d
|
|
1640
1640
|
};
|
|
1641
1641
|
}
|
|
1642
|
-
function
|
|
1642
|
+
function Ar(t, e, r) {
|
|
1643
1643
|
return !(Y(t, r.nationalNumberPattern()) && !Y(e, r.nationalNumberPattern()));
|
|
1644
1644
|
}
|
|
1645
|
-
function
|
|
1645
|
+
function Er(t, e, r) {
|
|
1646
1646
|
switch (_t(t, e, r)) {
|
|
1647
1647
|
case "TOO_SHORT":
|
|
1648
1648
|
case "INVALID_LENGTH":
|
|
@@ -1651,7 +1651,7 @@ function Sr(t, e, r) {
|
|
|
1651
1651
|
return !0;
|
|
1652
1652
|
}
|
|
1653
1653
|
}
|
|
1654
|
-
function
|
|
1654
|
+
function Sr(t, e, r, n, d) {
|
|
1655
1655
|
var o = r ? et(r, d) : n;
|
|
1656
1656
|
if (t.indexOf(o) === 0) {
|
|
1657
1657
|
d = new I(d), d.selectNumberingPlan(r, o);
|
|
@@ -1666,17 +1666,17 @@ function Nr(t, e, r, n, d) {
|
|
|
1666
1666
|
number: t
|
|
1667
1667
|
};
|
|
1668
1668
|
}
|
|
1669
|
-
function
|
|
1669
|
+
function L1(t, e, r, n, d) {
|
|
1670
1670
|
if (!t)
|
|
1671
1671
|
return {};
|
|
1672
1672
|
var o;
|
|
1673
1673
|
if (t[0] !== "+") {
|
|
1674
|
-
var i =
|
|
1674
|
+
var i = Cr(t, r, n, d);
|
|
1675
1675
|
if (i && i !== t)
|
|
1676
1676
|
o = !0, t = "+" + i;
|
|
1677
1677
|
else {
|
|
1678
1678
|
if (r || n) {
|
|
1679
|
-
var a =
|
|
1679
|
+
var a = Sr(t, e, r, n, d), s = a.countryCallingCode, l = a.number;
|
|
1680
1680
|
if (s)
|
|
1681
1681
|
return {
|
|
1682
1682
|
countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
|
|
@@ -1694,7 +1694,7 @@ function F1(t, e, r, n, d) {
|
|
|
1694
1694
|
if (t[1] === "0")
|
|
1695
1695
|
return {};
|
|
1696
1696
|
d = new I(d);
|
|
1697
|
-
for (var c = 2; c - 1 <=
|
|
1697
|
+
for (var c = 2; c - 1 <= fr && c <= t.length; ) {
|
|
1698
1698
|
var $ = t.slice(1, c);
|
|
1699
1699
|
if (d.hasCallingCode($))
|
|
1700
1700
|
return d.selectNumberingPlan($), {
|
|
@@ -1706,11 +1706,11 @@ function F1(t, e, r, n, d) {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
return {};
|
|
1708
1708
|
}
|
|
1709
|
-
function
|
|
1709
|
+
function Nr(t) {
|
|
1710
1710
|
return t.replace(new RegExp("[".concat(Ze, "]+"), "g"), " ").trim();
|
|
1711
1711
|
}
|
|
1712
|
-
var
|
|
1713
|
-
function
|
|
1712
|
+
var kr = /(\$\d)/;
|
|
1713
|
+
function Or(t, e, r) {
|
|
1714
1714
|
var n = r.useInternationalFormat, d = r.withNationalPrefix, o = t.replace(new RegExp(e.pattern()), n ? e.internationalFormat() : (
|
|
1715
1715
|
// This library doesn't use `domestic_carrier_code_formatting_rule`,
|
|
1716
1716
|
// because that one is only used when formatting phone numbers
|
|
@@ -1725,38 +1725,38 @@ function Ir(t, e, r) {
|
|
|
1725
1725
|
// ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
|
|
1726
1726
|
// : format.format()
|
|
1727
1727
|
// )
|
|
1728
|
-
d && e.nationalPrefixFormattingRule() ? e.format().replace(
|
|
1728
|
+
d && e.nationalPrefixFormattingRule() ? e.format().replace(kr, e.nationalPrefixFormattingRule()) : e.format()
|
|
1729
1729
|
));
|
|
1730
|
-
return n ?
|
|
1730
|
+
return n ? Nr(o) : o;
|
|
1731
1731
|
}
|
|
1732
|
-
var
|
|
1733
|
-
function
|
|
1732
|
+
var Ir = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
|
|
1733
|
+
function Rr(t, e, r) {
|
|
1734
1734
|
var n = new I(r);
|
|
1735
1735
|
if (n.selectNumberingPlan(t, e), n.defaultIDDPrefix())
|
|
1736
1736
|
return n.defaultIDDPrefix();
|
|
1737
|
-
if (
|
|
1737
|
+
if (Ir.test(n.IDDPrefix()))
|
|
1738
1738
|
return n.IDDPrefix();
|
|
1739
1739
|
}
|
|
1740
|
-
var
|
|
1741
|
-
return "([".concat(
|
|
1740
|
+
var Tr = ";ext=", fe = function(e) {
|
|
1741
|
+
return "([".concat(j, "]{1,").concat(e, "})");
|
|
1742
1742
|
};
|
|
1743
|
-
function
|
|
1744
|
-
var e = "20", r = "15", n = "9", d = "6", o = "[ \\t,]*", i = "[:\\..]?[ \\t,-]*", a = "#?", s = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", l = "(?:[xx##~~]|int|int)", c = "[- ]+", $ = "[ \\t]*", u = "(?:,{2}|;)", g =
|
|
1745
|
-
return g + "|" +
|
|
1743
|
+
function F1(t) {
|
|
1744
|
+
var e = "20", r = "15", n = "9", d = "6", o = "[ \\t,]*", i = "[:\\..]?[ \\t,-]*", a = "#?", s = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", l = "(?:[xx##~~]|int|int)", c = "[- ]+", $ = "[ \\t]*", u = "(?:,{2}|;)", g = Tr + fe(e), w = o + s + i + fe(e) + a, S = o + l + i + fe(n) + a, P = c + fe(d) + "#", R = $ + u + i + fe(r) + a, H = $ + "(?:,)+" + i + fe(n) + a;
|
|
1745
|
+
return g + "|" + w + "|" + S + "|" + P + "|" + R + "|" + H;
|
|
1746
1746
|
}
|
|
1747
|
-
var
|
|
1748
|
-
"(?:" +
|
|
1747
|
+
var Mr = "[" + j + "]{" + xt + "}", Lr = "[" + Pt + "]{0,1}(?:[" + Ze + "]*[" + j + "]){3,}[" + Ze + j + "]*", Fr = new RegExp("^[" + Pt + "]{0,1}(?:[" + Ze + "]*[" + j + "]){1,2}$", "i"), Dr = Lr + // Phone number extensions
|
|
1748
|
+
"(?:" + F1() + ")?", Hr = new RegExp(
|
|
1749
1749
|
// Either a short two-digit-only phone number
|
|
1750
|
-
"^" +
|
|
1750
|
+
"^" + Mr + "$|^" + Dr + "$",
|
|
1751
1751
|
"i"
|
|
1752
1752
|
);
|
|
1753
|
+
function Vr(t) {
|
|
1754
|
+
return t.length >= xt && Hr.test(t);
|
|
1755
|
+
}
|
|
1753
1756
|
function jr(t) {
|
|
1754
|
-
return
|
|
1757
|
+
return Fr.test(t);
|
|
1755
1758
|
}
|
|
1756
1759
|
function Ur(t) {
|
|
1757
|
-
return Dr.test(t);
|
|
1758
|
-
}
|
|
1759
|
-
function Gr(t) {
|
|
1760
1760
|
var e = t.number, r = t.ext;
|
|
1761
1761
|
if (!e)
|
|
1762
1762
|
return "";
|
|
@@ -1769,8 +1769,8 @@ var Yt = {
|
|
|
1769
1769
|
return "".concat(e).concat(n.ext()).concat(r);
|
|
1770
1770
|
}
|
|
1771
1771
|
};
|
|
1772
|
-
function
|
|
1773
|
-
if (r ? r =
|
|
1772
|
+
function Gr(t, e, r, n) {
|
|
1773
|
+
if (r ? r = Zr({}, Yt, r) : r = Yt, n = new I(n), t.country && t.country !== "001") {
|
|
1774
1774
|
if (!n.hasCountry(t.country))
|
|
1775
1775
|
throw new Error("Unknown country: ".concat(t.country));
|
|
1776
1776
|
n.selectNumberingPlan(t.country);
|
|
@@ -1786,7 +1786,7 @@ function Br(t, e, r, n) {
|
|
|
1786
1786
|
case "E.164":
|
|
1787
1787
|
return "+".concat(d).concat(o);
|
|
1788
1788
|
case "RFC3966":
|
|
1789
|
-
return
|
|
1789
|
+
return Ur({
|
|
1790
1790
|
number: "+".concat(d).concat(o),
|
|
1791
1791
|
ext: t.ext
|
|
1792
1792
|
});
|
|
@@ -1797,21 +1797,21 @@ function Br(t, e, r, n) {
|
|
|
1797
1797
|
case "IDD":
|
|
1798
1798
|
if (!r.fromCountry)
|
|
1799
1799
|
return;
|
|
1800
|
-
var a =
|
|
1800
|
+
var a = zr(o, t.carrierCode, d, r.fromCountry, n);
|
|
1801
1801
|
return a ? dt(a, t.ext, n, r.formatExtension) : void 0;
|
|
1802
1802
|
default:
|
|
1803
1803
|
throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(e, '"'));
|
|
1804
1804
|
}
|
|
1805
1805
|
}
|
|
1806
1806
|
function We(t, e, r, n, d) {
|
|
1807
|
-
var o =
|
|
1808
|
-
return o ?
|
|
1807
|
+
var o = Br(n.formats(), t);
|
|
1808
|
+
return o ? Or(t, o, {
|
|
1809
1809
|
useInternationalFormat: r === "INTERNATIONAL",
|
|
1810
1810
|
withNationalPrefix: !(o.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && d && d.nationalPrefix === !1)
|
|
1811
1811
|
}) : t;
|
|
1812
1812
|
}
|
|
1813
|
-
function
|
|
1814
|
-
return
|
|
1813
|
+
function Br(t, e) {
|
|
1814
|
+
return Wr(t, function(r) {
|
|
1815
1815
|
if (r.leadingDigitsPatterns().length > 0) {
|
|
1816
1816
|
var n = r.leadingDigitsPatterns()[r.leadingDigitsPatterns().length - 1];
|
|
1817
1817
|
if (e.search(n) !== 0)
|
|
@@ -1823,17 +1823,17 @@ function zr(t, e) {
|
|
|
1823
1823
|
function dt(t, e, r, n) {
|
|
1824
1824
|
return e ? n(t, e, r) : t;
|
|
1825
1825
|
}
|
|
1826
|
-
function
|
|
1826
|
+
function zr(t, e, r, n, d) {
|
|
1827
1827
|
var o = et(n, d.metadata);
|
|
1828
1828
|
if (o === r) {
|
|
1829
1829
|
var i = We(t, e, "NATIONAL", d);
|
|
1830
1830
|
return r === "1" ? r + " " + i : i;
|
|
1831
1831
|
}
|
|
1832
|
-
var a =
|
|
1832
|
+
var a = Rr(n, void 0, d.metadata);
|
|
1833
1833
|
if (a)
|
|
1834
1834
|
return "".concat(a, " ").concat(r, " ").concat(We(t, null, "INTERNATIONAL", d));
|
|
1835
1835
|
}
|
|
1836
|
-
function
|
|
1836
|
+
function Zr() {
|
|
1837
1837
|
for (var t = 1, e = arguments.length, r = new Array(e), n = 0; n < e; n++)
|
|
1838
1838
|
r[n] = arguments[n];
|
|
1839
1839
|
for (; t < r.length; ) {
|
|
@@ -1844,7 +1844,7 @@ function Wr() {
|
|
|
1844
1844
|
}
|
|
1845
1845
|
return r[0];
|
|
1846
1846
|
}
|
|
1847
|
-
function
|
|
1847
|
+
function Wr(t, e) {
|
|
1848
1848
|
for (var r = 0; r < t.length; ) {
|
|
1849
1849
|
if (e(t[r]))
|
|
1850
1850
|
return t[r];
|
|
@@ -1873,33 +1873,33 @@ function Qt(t) {
|
|
|
1873
1873
|
for (var e = 1; e < arguments.length; e++) {
|
|
1874
1874
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
1875
1875
|
e % 2 ? Jt(Object(r), !0).forEach(function(n) {
|
|
1876
|
-
|
|
1876
|
+
Kr(t, n, r[n]);
|
|
1877
1877
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : Jt(Object(r)).forEach(function(n) {
|
|
1878
1878
|
Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
|
|
1879
1879
|
});
|
|
1880
1880
|
}
|
|
1881
1881
|
return t;
|
|
1882
1882
|
}
|
|
1883
|
-
function
|
|
1884
|
-
return (e =
|
|
1883
|
+
function Kr(t, e, r) {
|
|
1884
|
+
return (e = D1(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
1885
1885
|
}
|
|
1886
|
-
function
|
|
1886
|
+
function qr(t, e) {
|
|
1887
1887
|
if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function");
|
|
1888
1888
|
}
|
|
1889
|
-
function
|
|
1889
|
+
function Xr(t, e) {
|
|
1890
1890
|
for (var r = 0; r < e.length; r++) {
|
|
1891
1891
|
var n = e[r];
|
|
1892
|
-
n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t,
|
|
1892
|
+
n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(t, D1(n.key), n);
|
|
1893
1893
|
}
|
|
1894
1894
|
}
|
|
1895
|
-
function
|
|
1896
|
-
return e &&
|
|
1895
|
+
function Yr(t, e, r) {
|
|
1896
|
+
return e && Xr(t.prototype, e), Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
1897
1897
|
}
|
|
1898
|
-
function
|
|
1899
|
-
var e =
|
|
1898
|
+
function D1(t) {
|
|
1899
|
+
var e = Jr(t, "string");
|
|
1900
1900
|
return Pe(e) == "symbol" ? e : e + "";
|
|
1901
1901
|
}
|
|
1902
|
-
function
|
|
1902
|
+
function Jr(t, e) {
|
|
1903
1903
|
if (Pe(t) != "object" || !t) return t;
|
|
1904
1904
|
var r = t[Symbol.toPrimitive];
|
|
1905
1905
|
if (r !== void 0) {
|
|
@@ -1909,9 +1909,9 @@ function Qr(t, e) {
|
|
|
1909
1909
|
}
|
|
1910
1910
|
return String(t);
|
|
1911
1911
|
}
|
|
1912
|
-
var
|
|
1912
|
+
var Qr = /* @__PURE__ */ (function() {
|
|
1913
1913
|
function t(e, r, n) {
|
|
1914
|
-
if (
|
|
1914
|
+
if (qr(this, t), !e)
|
|
1915
1915
|
throw new TypeError("First argument is required");
|
|
1916
1916
|
if (typeof e != "string")
|
|
1917
1917
|
throw new TypeError("First argument must be a string");
|
|
@@ -1920,9 +1920,9 @@ var en = /* @__PURE__ */ (function() {
|
|
|
1920
1920
|
if (pe(r) && pe(r.countries)) {
|
|
1921
1921
|
n = r;
|
|
1922
1922
|
var d = e;
|
|
1923
|
-
if (!
|
|
1923
|
+
if (!rn.test(d))
|
|
1924
1924
|
throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
|
|
1925
|
-
var o =
|
|
1925
|
+
var o = L1(d, void 0, void 0, void 0, n), i = o.countryCallingCode, a = o.number;
|
|
1926
1926
|
if (r = a, e = i, !r)
|
|
1927
1927
|
throw new Error("Invalid `number` argument passed: too short");
|
|
1928
1928
|
}
|
|
@@ -1930,13 +1930,13 @@ var en = /* @__PURE__ */ (function() {
|
|
|
1930
1930
|
throw new TypeError("`nationalNumber` argument is required");
|
|
1931
1931
|
if (typeof r != "string")
|
|
1932
1932
|
throw new TypeError("`nationalNumber` argument must be a string");
|
|
1933
|
-
|
|
1934
|
-
var s =
|
|
1933
|
+
I1(n);
|
|
1934
|
+
var s = tn(e, n), l = s.country, c = s.countryCallingCode;
|
|
1935
1935
|
this.country = l, this.countryCallingCode = c, this.nationalNumber = r, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.getMetadata = function() {
|
|
1936
1936
|
return n;
|
|
1937
1937
|
};
|
|
1938
1938
|
}
|
|
1939
|
-
return
|
|
1939
|
+
return Yr(t, [{
|
|
1940
1940
|
key: "setExt",
|
|
1941
1941
|
value: function(r) {
|
|
1942
1942
|
this.ext = r;
|
|
@@ -1944,19 +1944,19 @@ var en = /* @__PURE__ */ (function() {
|
|
|
1944
1944
|
}, {
|
|
1945
1945
|
key: "getPossibleCountries",
|
|
1946
1946
|
value: function() {
|
|
1947
|
-
return this.country ? [this.country] :
|
|
1947
|
+
return this.country ? [this.country] : $r(this.countryCallingCode, this.nationalNumber, this.getMetadata());
|
|
1948
1948
|
}
|
|
1949
1949
|
}, {
|
|
1950
1950
|
key: "isPossible",
|
|
1951
1951
|
value: function() {
|
|
1952
|
-
return
|
|
1952
|
+
return or(this, {
|
|
1953
1953
|
v2: !0
|
|
1954
1954
|
}, this.getMetadata());
|
|
1955
1955
|
}
|
|
1956
1956
|
}, {
|
|
1957
1957
|
key: "isValid",
|
|
1958
1958
|
value: function() {
|
|
1959
|
-
return
|
|
1959
|
+
return lr(this, {
|
|
1960
1960
|
v2: !0
|
|
1961
1961
|
}, this.getMetadata());
|
|
1962
1962
|
}
|
|
@@ -1995,7 +1995,7 @@ var en = /* @__PURE__ */ (function() {
|
|
|
1995
1995
|
}, {
|
|
1996
1996
|
key: "format",
|
|
1997
1997
|
value: function(r, n) {
|
|
1998
|
-
return
|
|
1998
|
+
return Gr(this, r, n ? Qt(Qt({}, n), {}, {
|
|
1999
1999
|
v2: !0
|
|
2000
2000
|
}) : {
|
|
2001
2001
|
v2: !0
|
|
@@ -2017,17 +2017,17 @@ var en = /* @__PURE__ */ (function() {
|
|
|
2017
2017
|
return this.format("RFC3966", r);
|
|
2018
2018
|
}
|
|
2019
2019
|
}]);
|
|
2020
|
-
})(),
|
|
2020
|
+
})(), en = function(e) {
|
|
2021
2021
|
return /^[A-Z]{2}$/.test(e);
|
|
2022
2022
|
};
|
|
2023
|
-
function
|
|
2023
|
+
function tn(t, e) {
|
|
2024
2024
|
var r, n, d = new I(e);
|
|
2025
|
-
return
|
|
2025
|
+
return en(t) ? (r = t, d.selectNumberingPlan(r), n = d.countryCallingCode()) : n = t, {
|
|
2026
2026
|
country: r,
|
|
2027
2027
|
countryCallingCode: n
|
|
2028
2028
|
};
|
|
2029
2029
|
}
|
|
2030
|
-
var
|
|
2030
|
+
var rn = /^\+\d+$/;
|
|
2031
2031
|
function lt(t) {
|
|
2032
2032
|
"@babel/helpers - typeof";
|
|
2033
2033
|
return lt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
@@ -2036,44 +2036,44 @@ function lt(t) {
|
|
|
2036
2036
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
2037
2037
|
}, lt(t);
|
|
2038
2038
|
}
|
|
2039
|
-
function
|
|
2039
|
+
function nn(t, e, r) {
|
|
2040
2040
|
return Object.defineProperty(t, "prototype", { writable: !1 }), t;
|
|
2041
2041
|
}
|
|
2042
|
-
function
|
|
2042
|
+
function dn(t, e) {
|
|
2043
2043
|
if (!(t instanceof e)) throw new TypeError("Cannot call a class as a function");
|
|
2044
2044
|
}
|
|
2045
|
-
function
|
|
2046
|
-
return e = Ee(e),
|
|
2045
|
+
function on(t, e, r) {
|
|
2046
|
+
return e = Ee(e), an(t, At() ? Reflect.construct(e, r || [], Ee(t).constructor) : e.apply(t, r));
|
|
2047
2047
|
}
|
|
2048
|
-
function
|
|
2048
|
+
function an(t, e) {
|
|
2049
2049
|
if (e && (lt(e) == "object" || typeof e == "function")) return e;
|
|
2050
2050
|
if (e !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
|
|
2051
|
-
return
|
|
2051
|
+
return sn(t);
|
|
2052
2052
|
}
|
|
2053
|
-
function
|
|
2053
|
+
function sn(t) {
|
|
2054
2054
|
if (t === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
2055
2055
|
return t;
|
|
2056
2056
|
}
|
|
2057
|
-
function
|
|
2057
|
+
function ln(t, e) {
|
|
2058
2058
|
if (typeof e != "function" && e !== null) throw new TypeError("Super expression must either be null or a function");
|
|
2059
2059
|
t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && Ae(t, e);
|
|
2060
2060
|
}
|
|
2061
2061
|
function $t(t) {
|
|
2062
2062
|
var e = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
2063
2063
|
return $t = function(n) {
|
|
2064
|
-
if (n === null || !
|
|
2064
|
+
if (n === null || !cn(n)) return n;
|
|
2065
2065
|
if (typeof n != "function") throw new TypeError("Super expression must either be null or a function");
|
|
2066
2066
|
if (e !== void 0) {
|
|
2067
2067
|
if (e.has(n)) return e.get(n);
|
|
2068
2068
|
e.set(n, d);
|
|
2069
2069
|
}
|
|
2070
2070
|
function d() {
|
|
2071
|
-
return
|
|
2071
|
+
return $n(n, arguments, Ee(this).constructor);
|
|
2072
2072
|
}
|
|
2073
2073
|
return d.prototype = Object.create(n.prototype, { constructor: { value: d, enumerable: !1, writable: !0, configurable: !0 } }), Ae(d, n);
|
|
2074
2074
|
}, $t(t);
|
|
2075
2075
|
}
|
|
2076
|
-
function
|
|
2076
|
+
function $n(t, e, r) {
|
|
2077
2077
|
if (At()) return Reflect.construct.apply(null, arguments);
|
|
2078
2078
|
var n = [null];
|
|
2079
2079
|
n.push.apply(n, e);
|
|
@@ -2090,7 +2090,7 @@ function At() {
|
|
|
2090
2090
|
return !!t;
|
|
2091
2091
|
})();
|
|
2092
2092
|
}
|
|
2093
|
-
function
|
|
2093
|
+
function cn(t) {
|
|
2094
2094
|
try {
|
|
2095
2095
|
return Function.toString.call(t).indexOf("[native code]") !== -1;
|
|
2096
2096
|
} catch {
|
|
@@ -2110,11 +2110,11 @@ function Ee(t) {
|
|
|
2110
2110
|
var X = /* @__PURE__ */ (function(t) {
|
|
2111
2111
|
function e(r) {
|
|
2112
2112
|
var n;
|
|
2113
|
-
return
|
|
2113
|
+
return dn(this, e), n = on(this, e, [r]), Object.setPrototypeOf(n, e.prototype), n.name = n.constructor.name, n;
|
|
2114
2114
|
}
|
|
2115
|
-
return
|
|
2116
|
-
})(/* @__PURE__ */ $t(Error)), e1 = new RegExp("(?:" +
|
|
2117
|
-
function
|
|
2115
|
+
return ln(e, t), nn(e);
|
|
2116
|
+
})(/* @__PURE__ */ $t(Error)), e1 = new RegExp("(?:" + F1() + ")$", "i");
|
|
2117
|
+
function un(t) {
|
|
2118
2118
|
var e = t.search(e1);
|
|
2119
2119
|
if (e < 0)
|
|
2120
2120
|
return {};
|
|
@@ -2127,7 +2127,7 @@ function fn(t) {
|
|
|
2127
2127
|
d++;
|
|
2128
2128
|
}
|
|
2129
2129
|
}
|
|
2130
|
-
var
|
|
2130
|
+
var fn = {
|
|
2131
2131
|
0: "0",
|
|
2132
2132
|
1: "1",
|
|
2133
2133
|
2: "2",
|
|
@@ -2199,13 +2199,13 @@ var hn = {
|
|
|
2199
2199
|
"۹": "9"
|
|
2200
2200
|
// Eastern-Arabic digit 9
|
|
2201
2201
|
};
|
|
2202
|
-
function
|
|
2203
|
-
return
|
|
2202
|
+
function hn(t) {
|
|
2203
|
+
return fn[t];
|
|
2204
2204
|
}
|
|
2205
|
-
function
|
|
2205
|
+
function pn(t, e) {
|
|
2206
2206
|
var r = typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
2207
2207
|
if (r) return (r = r.call(t)).next.bind(r);
|
|
2208
|
-
if (Array.isArray(t) || (r =
|
|
2208
|
+
if (Array.isArray(t) || (r = mn(t)) || e) {
|
|
2209
2209
|
r && (t = r);
|
|
2210
2210
|
var n = 0;
|
|
2211
2211
|
return function() {
|
|
@@ -2215,7 +2215,7 @@ function mn(t, e) {
|
|
|
2215
2215
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
2216
2216
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
2217
2217
|
}
|
|
2218
|
-
function
|
|
2218
|
+
function mn(t, e) {
|
|
2219
2219
|
if (t) {
|
|
2220
2220
|
if (typeof t == "string") return t1(t, e);
|
|
2221
2221
|
var r = {}.toString.call(t).slice(8, -1);
|
|
@@ -2228,17 +2228,17 @@ function t1(t, e) {
|
|
|
2228
2228
|
return n;
|
|
2229
2229
|
}
|
|
2230
2230
|
function r1(t) {
|
|
2231
|
-
for (var e = "", r =
|
|
2231
|
+
for (var e = "", r = pn(t.split("")), n; !(n = r()).done; ) {
|
|
2232
2232
|
var d = n.value;
|
|
2233
|
-
e +=
|
|
2233
|
+
e += yn(d, e) || "";
|
|
2234
2234
|
}
|
|
2235
2235
|
return e;
|
|
2236
2236
|
}
|
|
2237
|
-
function
|
|
2238
|
-
return t === "+" ? e ? void 0 : "+" :
|
|
2237
|
+
function yn(t, e, r) {
|
|
2238
|
+
return t === "+" ? e ? void 0 : "+" : hn(t);
|
|
2239
2239
|
}
|
|
2240
|
-
var
|
|
2241
|
-
function
|
|
2240
|
+
var H1 = "+", gn = "[\\-\\.\\(\\)]?", n1 = "([" + j + "]|" + gn + ")", bn = "^\\" + H1 + n1 + "*[" + j + "]" + n1 + "*$", vn = new RegExp(bn, "g"), ct = j, Cn = "[" + ct + "]+((\\-)*[" + ct + "])*", _n = "a-zA-Z", wn = "[" + _n + "]+((\\-)*[" + ct + "])*", xn = "^(" + Cn + "\\.)*" + wn + "\\.?$", Pn = new RegExp(xn, "g"), d1 = "tel:", ut = ";phone-context=", An = ";isub=";
|
|
2241
|
+
function En(t) {
|
|
2242
2242
|
var e = t.indexOf(ut);
|
|
2243
2243
|
if (e < 0)
|
|
2244
2244
|
return null;
|
|
@@ -2248,38 +2248,38 @@ function Sn(t) {
|
|
|
2248
2248
|
var n = t.indexOf(";", r);
|
|
2249
2249
|
return n >= 0 ? t.substring(r, n) : t.substring(r);
|
|
2250
2250
|
}
|
|
2251
|
-
function
|
|
2252
|
-
return t === null ? !0 : t.length === 0 ? !1 :
|
|
2251
|
+
function Sn(t) {
|
|
2252
|
+
return t === null ? !0 : t.length === 0 ? !1 : vn.test(t) || Pn.test(t);
|
|
2253
2253
|
}
|
|
2254
|
-
function
|
|
2255
|
-
var r = e.extractFormattedPhoneNumber, n =
|
|
2256
|
-
if (!
|
|
2254
|
+
function Nn(t, e) {
|
|
2255
|
+
var r = e.extractFormattedPhoneNumber, n = En(t);
|
|
2256
|
+
if (!Sn(n))
|
|
2257
2257
|
throw new X("NOT_A_NUMBER");
|
|
2258
2258
|
var d;
|
|
2259
2259
|
if (n === null)
|
|
2260
2260
|
d = r(t) || "";
|
|
2261
2261
|
else {
|
|
2262
|
-
d = "", n.charAt(0) ===
|
|
2262
|
+
d = "", n.charAt(0) === H1 && (d += n);
|
|
2263
2263
|
var o = t.indexOf(d1), i;
|
|
2264
2264
|
o >= 0 ? i = o + d1.length : i = 0;
|
|
2265
2265
|
var a = t.indexOf(ut);
|
|
2266
2266
|
d += t.substring(i, a);
|
|
2267
2267
|
}
|
|
2268
|
-
var s = d.indexOf(
|
|
2268
|
+
var s = d.indexOf(An);
|
|
2269
2269
|
if (s > 0 && (d = d.substring(0, s)), d !== "")
|
|
2270
2270
|
return d;
|
|
2271
2271
|
}
|
|
2272
|
-
var
|
|
2273
|
-
function
|
|
2272
|
+
var kn = 250, On = new RegExp("[" + Pt + j + "]"), In = new RegExp("[^" + j + "#]+$");
|
|
2273
|
+
function Rn(t, e, r) {
|
|
2274
2274
|
if (e = e || {}, r = new I(r), e.defaultCountry && !r.hasCountry(e.defaultCountry))
|
|
2275
2275
|
throw e.v2 ? new X("INVALID_COUNTRY") : new Error("Unknown country: ".concat(e.defaultCountry));
|
|
2276
|
-
var n =
|
|
2276
|
+
var n = Mn(t, e.v2, e.extract), d = n.number, o = n.ext, i = n.error;
|
|
2277
2277
|
if (!d) {
|
|
2278
2278
|
if (e.v2)
|
|
2279
2279
|
throw i === "TOO_SHORT" ? new X("TOO_SHORT") : new X("NOT_A_NUMBER");
|
|
2280
2280
|
return {};
|
|
2281
2281
|
}
|
|
2282
|
-
var a =
|
|
2282
|
+
var a = Fn(d, e.defaultCountry, e.defaultCallingCode, r), s = a.country, l = a.nationalNumber, c = a.countryCallingCode, $ = a.countryCallingCodeSource, u = a.carrierCode;
|
|
2283
2283
|
if (!r.hasSelectedNumberingPlan()) {
|
|
2284
2284
|
if (e.v2)
|
|
2285
2285
|
throw new X("INVALID_COUNTRY");
|
|
@@ -2290,66 +2290,66 @@ function Tn(t, e, r) {
|
|
|
2290
2290
|
throw new X("TOO_SHORT");
|
|
2291
2291
|
return {};
|
|
2292
2292
|
}
|
|
2293
|
-
if (l.length >
|
|
2293
|
+
if (l.length > ur) {
|
|
2294
2294
|
if (e.v2)
|
|
2295
2295
|
throw new X("TOO_LONG");
|
|
2296
2296
|
return {};
|
|
2297
2297
|
}
|
|
2298
2298
|
if (e.v2) {
|
|
2299
|
-
var g = new
|
|
2299
|
+
var g = new Qr(c, l, r.metadata);
|
|
2300
2300
|
return s && (g.country = s), u && (g.carrierCode = u), o && (g.ext = o), g.__countryCallingCodeSource = $, g;
|
|
2301
2301
|
}
|
|
2302
|
-
var
|
|
2302
|
+
var w = (e.extended ? r.hasSelectedNumberingPlan() : s) ? Y(l, r.nationalNumberPattern()) : !1;
|
|
2303
2303
|
return e.extended ? {
|
|
2304
2304
|
country: s,
|
|
2305
2305
|
countryCallingCode: c,
|
|
2306
2306
|
carrierCode: u,
|
|
2307
|
-
valid:
|
|
2308
|
-
possible:
|
|
2307
|
+
valid: w,
|
|
2308
|
+
possible: w ? !0 : !!(e.extended === !0 && r.possibleLengths() && T1(l, s, r)),
|
|
2309
2309
|
phone: l,
|
|
2310
2310
|
ext: o
|
|
2311
|
-
} :
|
|
2311
|
+
} : w ? Ln(s, l, o) : {};
|
|
2312
2312
|
}
|
|
2313
|
-
function
|
|
2313
|
+
function Tn(t, e, r) {
|
|
2314
2314
|
if (t) {
|
|
2315
|
-
if (t.length >
|
|
2315
|
+
if (t.length > kn) {
|
|
2316
2316
|
if (r)
|
|
2317
2317
|
throw new X("TOO_LONG");
|
|
2318
2318
|
return;
|
|
2319
2319
|
}
|
|
2320
2320
|
if (e === !1)
|
|
2321
2321
|
return t;
|
|
2322
|
-
var n = t.search(
|
|
2322
|
+
var n = t.search(On);
|
|
2323
2323
|
if (!(n < 0))
|
|
2324
|
-
return t.slice(n).replace(
|
|
2324
|
+
return t.slice(n).replace(In, "");
|
|
2325
2325
|
}
|
|
2326
2326
|
}
|
|
2327
|
-
function
|
|
2328
|
-
var n =
|
|
2327
|
+
function Mn(t, e, r) {
|
|
2328
|
+
var n = Nn(t, {
|
|
2329
2329
|
extractFormattedPhoneNumber: function(i) {
|
|
2330
|
-
return
|
|
2330
|
+
return Tn(i, r, e);
|
|
2331
2331
|
}
|
|
2332
2332
|
});
|
|
2333
2333
|
if (!n)
|
|
2334
2334
|
return {};
|
|
2335
|
-
if (!
|
|
2336
|
-
return
|
|
2335
|
+
if (!Vr(n))
|
|
2336
|
+
return jr(n) ? {
|
|
2337
2337
|
error: "TOO_SHORT"
|
|
2338
2338
|
} : {};
|
|
2339
|
-
var d =
|
|
2339
|
+
var d = un(n);
|
|
2340
2340
|
return d.ext ? d : {
|
|
2341
2341
|
number: n
|
|
2342
2342
|
};
|
|
2343
2343
|
}
|
|
2344
|
-
function
|
|
2344
|
+
function Ln(t, e, r) {
|
|
2345
2345
|
var n = {
|
|
2346
2346
|
country: t,
|
|
2347
2347
|
phone: e
|
|
2348
2348
|
};
|
|
2349
2349
|
return r && (n.ext = r), n;
|
|
2350
2350
|
}
|
|
2351
|
-
function
|
|
2352
|
-
var d =
|
|
2351
|
+
function Fn(t, e, r, n) {
|
|
2352
|
+
var d = L1(r1(t), void 0, e, r, n.metadata), o = d.countryCallingCodeSource, i = d.countryCallingCode, a = d.number, s;
|
|
2353
2353
|
if (i)
|
|
2354
2354
|
n.selectNumberingPlan(i);
|
|
2355
2355
|
else if (a && (e || r))
|
|
@@ -2360,7 +2360,7 @@ function Dn(t, e, r, n) {
|
|
|
2360
2360
|
countryCallingCodeSource: o,
|
|
2361
2361
|
countryCallingCode: i
|
|
2362
2362
|
};
|
|
2363
|
-
var l = st(r1(a), s, n), c = l.nationalNumber, $ = l.carrierCode, u =
|
|
2363
|
+
var l = st(r1(a), s, n), c = l.nationalNumber, $ = l.carrierCode, u = M1(i, {
|
|
2364
2364
|
nationalNumber: c,
|
|
2365
2365
|
metadata: n
|
|
2366
2366
|
});
|
|
@@ -2394,21 +2394,21 @@ function i1(t) {
|
|
|
2394
2394
|
for (var e = 1; e < arguments.length; e++) {
|
|
2395
2395
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
2396
2396
|
e % 2 ? o1(Object(r), !0).forEach(function(n) {
|
|
2397
|
-
|
|
2397
|
+
Dn(t, n, r[n]);
|
|
2398
2398
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : o1(Object(r)).forEach(function(n) {
|
|
2399
2399
|
Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
|
|
2400
2400
|
});
|
|
2401
2401
|
}
|
|
2402
2402
|
return t;
|
|
2403
2403
|
}
|
|
2404
|
-
function
|
|
2405
|
-
return (e =
|
|
2404
|
+
function Dn(t, e, r) {
|
|
2405
|
+
return (e = Hn(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
2406
2406
|
}
|
|
2407
|
-
function
|
|
2408
|
-
var e =
|
|
2407
|
+
function Hn(t) {
|
|
2408
|
+
var e = Vn(t, "string");
|
|
2409
2409
|
return Se(e) == "symbol" ? e : e + "";
|
|
2410
2410
|
}
|
|
2411
|
-
function
|
|
2411
|
+
function Vn(t, e) {
|
|
2412
2412
|
if (Se(t) != "object" || !t) return t;
|
|
2413
2413
|
var r = t[Symbol.toPrimitive];
|
|
2414
2414
|
if (r !== void 0) {
|
|
@@ -2418,8 +2418,8 @@ function jn(t, e) {
|
|
|
2418
2418
|
}
|
|
2419
2419
|
return (e === "string" ? String : Number)(t);
|
|
2420
2420
|
}
|
|
2421
|
-
function
|
|
2422
|
-
return
|
|
2421
|
+
function jn(t, e, r) {
|
|
2422
|
+
return Rn(t, i1(i1({}, e), {}, {
|
|
2423
2423
|
v2: !0
|
|
2424
2424
|
}), r);
|
|
2425
2425
|
}
|
|
@@ -2441,25 +2441,25 @@ function a1(t, e) {
|
|
|
2441
2441
|
}
|
|
2442
2442
|
return r;
|
|
2443
2443
|
}
|
|
2444
|
-
function
|
|
2444
|
+
function Un(t) {
|
|
2445
2445
|
for (var e = 1; e < arguments.length; e++) {
|
|
2446
2446
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
2447
2447
|
e % 2 ? a1(Object(r), !0).forEach(function(n) {
|
|
2448
|
-
|
|
2448
|
+
Gn(t, n, r[n]);
|
|
2449
2449
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : a1(Object(r)).forEach(function(n) {
|
|
2450
2450
|
Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
|
|
2451
2451
|
});
|
|
2452
2452
|
}
|
|
2453
2453
|
return t;
|
|
2454
2454
|
}
|
|
2455
|
-
function
|
|
2456
|
-
return (e =
|
|
2455
|
+
function Gn(t, e, r) {
|
|
2456
|
+
return (e = Bn(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
2457
2457
|
}
|
|
2458
|
-
function
|
|
2459
|
-
var e =
|
|
2458
|
+
function Bn(t) {
|
|
2459
|
+
var e = zn(t, "string");
|
|
2460
2460
|
return Ne(e) == "symbol" ? e : e + "";
|
|
2461
2461
|
}
|
|
2462
|
-
function
|
|
2462
|
+
function zn(t, e) {
|
|
2463
2463
|
if (Ne(t) != "object" || !t) return t;
|
|
2464
2464
|
var r = t[Symbol.toPrimitive];
|
|
2465
2465
|
if (r !== void 0) {
|
|
@@ -2469,14 +2469,14 @@ function Zn(t, e) {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
return (e === "string" ? String : Number)(t);
|
|
2471
2471
|
}
|
|
2472
|
-
function
|
|
2473
|
-
return
|
|
2472
|
+
function Zn(t, e) {
|
|
2473
|
+
return Xn(t) || qn(t, e) || Kn(t, e) || Wn();
|
|
2474
2474
|
}
|
|
2475
|
-
function
|
|
2475
|
+
function Wn() {
|
|
2476
2476
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2477
2477
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
2478
2478
|
}
|
|
2479
|
-
function
|
|
2479
|
+
function Kn(t, e) {
|
|
2480
2480
|
if (t) {
|
|
2481
2481
|
if (typeof t == "string") return s1(t, e);
|
|
2482
2482
|
var r = {}.toString.call(t).slice(8, -1);
|
|
@@ -2488,7 +2488,7 @@ function s1(t, e) {
|
|
|
2488
2488
|
for (var r = 0, n = Array(e); r < e; r++) n[r] = t[r];
|
|
2489
2489
|
return n;
|
|
2490
2490
|
}
|
|
2491
|
-
function
|
|
2491
|
+
function qn(t, e) {
|
|
2492
2492
|
var r = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
2493
2493
|
if (r != null) {
|
|
2494
2494
|
var n, d, o, i, a = [], s = !0, l = !1;
|
|
@@ -2506,16 +2506,16 @@ function Xn(t, e) {
|
|
|
2506
2506
|
return a;
|
|
2507
2507
|
}
|
|
2508
2508
|
}
|
|
2509
|
-
function
|
|
2509
|
+
function Xn(t) {
|
|
2510
2510
|
if (Array.isArray(t)) return t;
|
|
2511
2511
|
}
|
|
2512
|
-
function
|
|
2513
|
-
var e = Array.prototype.slice.call(t), r =
|
|
2512
|
+
function Yn(t) {
|
|
2513
|
+
var e = Array.prototype.slice.call(t), r = Zn(e, 4), n = r[0], d = r[1], o = r[2], i = r[3], a, s, l;
|
|
2514
2514
|
if (typeof n == "string")
|
|
2515
2515
|
a = n;
|
|
2516
2516
|
else throw new TypeError("A text for parsing must be a string.");
|
|
2517
2517
|
if (!d || typeof d == "string")
|
|
2518
|
-
i ? (s = o, l = i) : (s = void 0, l = o), d && (s =
|
|
2518
|
+
i ? (s = o, l = i) : (s = void 0, l = o), d && (s = Un({
|
|
2519
2519
|
defaultCountry: d
|
|
2520
2520
|
}, s));
|
|
2521
2521
|
else if (pe(d))
|
|
@@ -2549,21 +2549,21 @@ function $1(t) {
|
|
|
2549
2549
|
for (var e = 1; e < arguments.length; e++) {
|
|
2550
2550
|
var r = arguments[e] != null ? arguments[e] : {};
|
|
2551
2551
|
e % 2 ? l1(Object(r), !0).forEach(function(n) {
|
|
2552
|
-
|
|
2552
|
+
Jn(t, n, r[n]);
|
|
2553
2553
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : l1(Object(r)).forEach(function(n) {
|
|
2554
2554
|
Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
|
|
2555
2555
|
});
|
|
2556
2556
|
}
|
|
2557
2557
|
return t;
|
|
2558
2558
|
}
|
|
2559
|
-
function
|
|
2560
|
-
return (e =
|
|
2559
|
+
function Jn(t, e, r) {
|
|
2560
|
+
return (e = Qn(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
|
|
2561
2561
|
}
|
|
2562
|
-
function
|
|
2563
|
-
var e =
|
|
2562
|
+
function Qn(t) {
|
|
2563
|
+
var e = e0(t, "string");
|
|
2564
2564
|
return ke(e) == "symbol" ? e : e + "";
|
|
2565
2565
|
}
|
|
2566
|
-
function
|
|
2566
|
+
function e0(t, e) {
|
|
2567
2567
|
if (ke(t) != "object" || !t) return t;
|
|
2568
2568
|
var r = t[Symbol.toPrimitive];
|
|
2569
2569
|
if (r !== void 0) {
|
|
@@ -2573,173 +2573,185 @@ function t0(t, e) {
|
|
|
2573
2573
|
}
|
|
2574
2574
|
return (e === "string" ? String : Number)(t);
|
|
2575
2575
|
}
|
|
2576
|
-
function
|
|
2577
|
-
e && e.defaultCountry && !
|
|
2576
|
+
function t0(t, e, r) {
|
|
2577
|
+
e && e.defaultCountry && !nr(e.defaultCountry, r) && (e = $1($1({}, e), {}, {
|
|
2578
2578
|
defaultCountry: void 0
|
|
2579
2579
|
}));
|
|
2580
2580
|
try {
|
|
2581
|
-
return
|
|
2581
|
+
return jn(t, e, r);
|
|
2582
2582
|
} catch (n) {
|
|
2583
2583
|
if (!(n instanceof X)) throw n;
|
|
2584
2584
|
}
|
|
2585
2585
|
}
|
|
2586
|
-
function
|
|
2587
|
-
var t =
|
|
2588
|
-
return
|
|
2586
|
+
function r0() {
|
|
2587
|
+
var t = Yn(arguments), e = t.text, r = t.options, n = t.metadata;
|
|
2588
|
+
return t0(e, r, n);
|
|
2589
2589
|
}
|
|
2590
|
-
function
|
|
2590
|
+
function n0(t) {
|
|
2591
2591
|
return new I(t).getCountries();
|
|
2592
2592
|
}
|
|
2593
|
-
function
|
|
2594
|
-
return
|
|
2593
|
+
function V1() {
|
|
2594
|
+
return z2(r0, arguments);
|
|
2595
2595
|
}
|
|
2596
2596
|
function c1(t) {
|
|
2597
2597
|
return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t);
|
|
2598
2598
|
}
|
|
2599
|
-
function
|
|
2600
|
-
const r =
|
|
2599
|
+
function d0(t, e) {
|
|
2600
|
+
const r = V1(e, t);
|
|
2601
2601
|
return r ? r?.formatNational() : e;
|
|
2602
2602
|
}
|
|
2603
2603
|
function u1(t, e) {
|
|
2604
|
-
return
|
|
2604
|
+
return V1(e, t)?.isValid() ?? !1;
|
|
2605
2605
|
}
|
|
2606
|
-
const
|
|
2607
|
-
function
|
|
2606
|
+
const o0 = n0(Ct);
|
|
2607
|
+
function i0(t) {
|
|
2608
2608
|
return t.toUpperCase().replace(/./g, (e) => String.fromCodePoint(127397 + e.charCodeAt(0)));
|
|
2609
2609
|
}
|
|
2610
|
-
const f1 = ["FR"],
|
|
2610
|
+
const f1 = ["FR"], j1 = [
|
|
2611
2611
|
...f1,
|
|
2612
|
-
...
|
|
2612
|
+
...o0.filter((t) => !f1.includes(t))
|
|
2613
2613
|
].map((t) => ({
|
|
2614
2614
|
code: t,
|
|
2615
2615
|
dial: "+" + et(t, Ct),
|
|
2616
|
-
flag:
|
|
2617
|
-
})),
|
|
2616
|
+
flag: i0(t)
|
|
2617
|
+
})), a0 = j1.find((t) => t.code === "FR"), s0 = "Fermer", l0 = "Une erreur s'est produite.", $0 = "Adresse e-mail", c0 = "Adresse e-mail invalide", u0 = "Numéro de téléphone", f0 = "Numéro de téléphone invalide", h0 = "Indicatif pays", p0 = "Close", m0 = "Something went wrong.", y0 = "Email address", g0 = "Invalid email address", b0 = "Phone number", v0 = "Invalid phone number", C0 = "Country code";
|
|
2618
|
+
function _0(t, e = "fr") {
|
|
2619
|
+
return function(n) {
|
|
2620
|
+
return t[n] ?? t[e];
|
|
2621
|
+
};
|
|
2622
|
+
}
|
|
2623
|
+
const w0 = {
|
|
2618
2624
|
fr: {
|
|
2625
|
+
// — communs (uniquement ceux utilisés par payment)
|
|
2626
|
+
close: s0,
|
|
2627
|
+
errorGeneric: l0,
|
|
2628
|
+
emailAddress: $0,
|
|
2629
|
+
emailInvalid: c0,
|
|
2630
|
+
phoneNumber: u0,
|
|
2631
|
+
phoneInvalid: f0,
|
|
2632
|
+
countryCode: h0,
|
|
2633
|
+
// — spécifiques payment
|
|
2619
2634
|
title: "Terminal de paiement",
|
|
2620
2635
|
amount: "Montant",
|
|
2621
2636
|
amountInvalid: "Montant invalide",
|
|
2622
2637
|
reference: "Référence",
|
|
2623
2638
|
choosePaymentMethod: "Choisissez une méthode de paiement",
|
|
2624
2639
|
chooseDeliveryMethod: "Choisissez une méthode d'envoi",
|
|
2625
|
-
emailAddress: "Adresse e-mail",
|
|
2626
|
-
emailInvalid: "Adresse e-mail invalide",
|
|
2627
|
-
phoneNumber: "Numéro de téléphone",
|
|
2628
|
-
phoneInvalid: "Numéro de téléphone invalide",
|
|
2629
|
-
countryCode: "Indicatif pays",
|
|
2630
2640
|
sendPaymentLink: "Envoyer le lien de paiement",
|
|
2631
2641
|
paymentLinkSent: "Lien de paiement envoyé !",
|
|
2632
2642
|
emailSentTo: "Un email a été envoyé à",
|
|
2633
2643
|
smsSentTo: "Un SMS a été envoyé au",
|
|
2634
|
-
close: "Fermer",
|
|
2635
2644
|
textMessage: "SMS",
|
|
2636
2645
|
email: "Email",
|
|
2637
2646
|
errorFallback: "Une erreur s'est produite lors du chargement du composant de paiement."
|
|
2638
2647
|
},
|
|
2639
2648
|
en: {
|
|
2649
|
+
// — communs
|
|
2650
|
+
close: p0,
|
|
2651
|
+
errorGeneric: m0,
|
|
2652
|
+
emailAddress: y0,
|
|
2653
|
+
emailInvalid: g0,
|
|
2654
|
+
phoneNumber: b0,
|
|
2655
|
+
phoneInvalid: v0,
|
|
2656
|
+
countryCode: C0,
|
|
2657
|
+
// — spécifiques payment
|
|
2640
2658
|
title: "Payment terminal",
|
|
2641
2659
|
amount: "Amount",
|
|
2642
2660
|
amountInvalid: "Invalid amount",
|
|
2643
2661
|
reference: "Reference",
|
|
2644
2662
|
choosePaymentMethod: "Choose a payment method",
|
|
2645
2663
|
chooseDeliveryMethod: "Choose a delivery method",
|
|
2646
|
-
emailAddress: "Email address",
|
|
2647
|
-
emailInvalid: "Invalid email address",
|
|
2648
|
-
phoneNumber: "Phone number",
|
|
2649
|
-
phoneInvalid: "Invalid phone number",
|
|
2650
|
-
countryCode: "Country code",
|
|
2651
2664
|
sendPaymentLink: "Send payment link",
|
|
2652
2665
|
paymentLinkSent: "Payment link sent!",
|
|
2653
2666
|
emailSentTo: "An email was sent to",
|
|
2654
2667
|
smsSentTo: "An SMS was sent to",
|
|
2655
|
-
close: "Close",
|
|
2656
2668
|
textMessage: "SMS",
|
|
2657
2669
|
email: "Email",
|
|
2658
2670
|
errorFallback: "Something went wrong while loading the payment component."
|
|
2659
2671
|
}
|
|
2660
|
-
}, ot = (
|
|
2661
|
-
function
|
|
2672
|
+
}, ot = _0(w0);
|
|
2673
|
+
function U1(t) {
|
|
2662
2674
|
var e, r, n = "";
|
|
2663
2675
|
if (typeof t == "string" || typeof t == "number") n += t;
|
|
2664
2676
|
else if (typeof t == "object") if (Array.isArray(t)) {
|
|
2665
2677
|
var d = t.length;
|
|
2666
|
-
for (e = 0; e < d; e++) t[e] && (r =
|
|
2678
|
+
for (e = 0; e < d; e++) t[e] && (r = U1(t[e])) && (n && (n += " "), n += r);
|
|
2667
2679
|
} else for (r in t) t[r] && (n && (n += " "), n += r);
|
|
2668
2680
|
return n;
|
|
2669
2681
|
}
|
|
2670
|
-
function
|
|
2671
|
-
for (var t, e, r = 0, n = "", d = arguments.length; r < d; r++) (t = arguments[r]) && (e =
|
|
2682
|
+
function G1() {
|
|
2683
|
+
for (var t, e, r = 0, n = "", d = arguments.length; r < d; r++) (t = arguments[r]) && (e = U1(t)) && (n && (n += " "), n += e);
|
|
2672
2684
|
return n;
|
|
2673
2685
|
}
|
|
2674
|
-
const
|
|
2686
|
+
const h1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, p1 = G1, Ie = (t, e) => (r) => {
|
|
2675
2687
|
var n;
|
|
2676
|
-
if (e?.variants == null) return
|
|
2688
|
+
if (e?.variants == null) return p1(t, r?.class, r?.className);
|
|
2677
2689
|
const { variants: d, defaultVariants: o } = e, i = Object.keys(d).map((l) => {
|
|
2678
2690
|
const c = r?.[l], $ = o?.[l];
|
|
2679
2691
|
if (c === null) return null;
|
|
2680
|
-
const u =
|
|
2692
|
+
const u = h1(c) || h1($);
|
|
2681
2693
|
return d[l][u];
|
|
2682
2694
|
}), a = r && Object.entries(r).reduce((l, c) => {
|
|
2683
2695
|
let [$, u] = c;
|
|
2684
2696
|
return u === void 0 || (l[$] = u), l;
|
|
2685
2697
|
}, {}), s = e == null || (n = e.compoundVariants) === null || n === void 0 ? void 0 : n.reduce((l, c) => {
|
|
2686
2698
|
let { class: $, className: u, ...g } = c;
|
|
2687
|
-
return Object.entries(g).every((
|
|
2688
|
-
let [S,
|
|
2689
|
-
return Array.isArray(
|
|
2699
|
+
return Object.entries(g).every((w) => {
|
|
2700
|
+
let [S, P] = w;
|
|
2701
|
+
return Array.isArray(P) ? P.includes({
|
|
2690
2702
|
...o,
|
|
2691
2703
|
...a
|
|
2692
2704
|
}[S]) : {
|
|
2693
2705
|
...o,
|
|
2694
2706
|
...a
|
|
2695
|
-
}[S] ===
|
|
2707
|
+
}[S] === P;
|
|
2696
2708
|
}) ? [
|
|
2697
2709
|
...l,
|
|
2698
2710
|
$,
|
|
2699
2711
|
u
|
|
2700
2712
|
] : l;
|
|
2701
2713
|
}, []);
|
|
2702
|
-
return
|
|
2703
|
-
},
|
|
2714
|
+
return p1(t, i, s, r?.class, r?.className);
|
|
2715
|
+
}, x0 = (t, e) => {
|
|
2704
2716
|
const r = new Array(t.length + e.length);
|
|
2705
2717
|
for (let n = 0; n < t.length; n++)
|
|
2706
2718
|
r[n] = t[n];
|
|
2707
2719
|
for (let n = 0; n < e.length; n++)
|
|
2708
2720
|
r[t.length + n] = e[n];
|
|
2709
2721
|
return r;
|
|
2710
|
-
},
|
|
2722
|
+
}, P0 = (t, e) => ({
|
|
2711
2723
|
classGroupId: t,
|
|
2712
2724
|
validator: e
|
|
2713
|
-
}),
|
|
2725
|
+
}), B1 = (t = /* @__PURE__ */ new Map(), e = null, r) => ({
|
|
2714
2726
|
nextPart: t,
|
|
2715
2727
|
validators: e,
|
|
2716
2728
|
classGroupId: r
|
|
2717
|
-
}), Ke = "-",
|
|
2718
|
-
const e =
|
|
2729
|
+
}), Ke = "-", m1 = [], A0 = "arbitrary..", E0 = (t) => {
|
|
2730
|
+
const e = N0(t), {
|
|
2719
2731
|
conflictingClassGroups: r,
|
|
2720
2732
|
conflictingClassGroupModifiers: n
|
|
2721
2733
|
} = t;
|
|
2722
2734
|
return {
|
|
2723
2735
|
getClassGroupId: (i) => {
|
|
2724
2736
|
if (i.startsWith("[") && i.endsWith("]"))
|
|
2725
|
-
return
|
|
2737
|
+
return S0(i);
|
|
2726
2738
|
const a = i.split(Ke), s = a[0] === "" && a.length > 1 ? 1 : 0;
|
|
2727
|
-
return
|
|
2739
|
+
return z1(a, s, e);
|
|
2728
2740
|
},
|
|
2729
2741
|
getConflictingClassGroupIds: (i, a) => {
|
|
2730
2742
|
if (a) {
|
|
2731
2743
|
const s = n[i], l = r[i];
|
|
2732
|
-
return s ? l ?
|
|
2744
|
+
return s ? l ? x0(l, s) : s : l || m1;
|
|
2733
2745
|
}
|
|
2734
|
-
return r[i] ||
|
|
2746
|
+
return r[i] || m1;
|
|
2735
2747
|
}
|
|
2736
2748
|
};
|
|
2737
|
-
},
|
|
2749
|
+
}, z1 = (t, e, r) => {
|
|
2738
2750
|
if (t.length - e === 0)
|
|
2739
2751
|
return r.classGroupId;
|
|
2740
2752
|
const d = t[e], o = r.nextPart.get(d);
|
|
2741
2753
|
if (o) {
|
|
2742
|
-
const l =
|
|
2754
|
+
const l = z1(t, e + 1, o);
|
|
2743
2755
|
if (l) return l;
|
|
2744
2756
|
}
|
|
2745
2757
|
const i = r.validators;
|
|
@@ -2751,17 +2763,17 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2751
2763
|
if (c.validator(a))
|
|
2752
2764
|
return c.classGroupId;
|
|
2753
2765
|
}
|
|
2754
|
-
},
|
|
2766
|
+
}, S0 = (t) => t.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
2755
2767
|
const e = t.slice(1, -1), r = e.indexOf(":"), n = e.slice(0, r);
|
|
2756
|
-
return n ?
|
|
2757
|
-
})(),
|
|
2768
|
+
return n ? A0 + n : void 0;
|
|
2769
|
+
})(), N0 = (t) => {
|
|
2758
2770
|
const {
|
|
2759
2771
|
theme: e,
|
|
2760
2772
|
classGroups: r
|
|
2761
2773
|
} = t;
|
|
2762
|
-
return
|
|
2763
|
-
},
|
|
2764
|
-
const r =
|
|
2774
|
+
return k0(r, e);
|
|
2775
|
+
}, k0 = (t, e) => {
|
|
2776
|
+
const r = B1();
|
|
2765
2777
|
for (const n in t) {
|
|
2766
2778
|
const d = t[n];
|
|
2767
2779
|
Et(d, r, n, e);
|
|
@@ -2771,43 +2783,43 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2771
2783
|
const d = t.length;
|
|
2772
2784
|
for (let o = 0; o < d; o++) {
|
|
2773
2785
|
const i = t[o];
|
|
2774
|
-
|
|
2786
|
+
O0(i, e, r, n);
|
|
2775
2787
|
}
|
|
2776
|
-
},
|
|
2788
|
+
}, O0 = (t, e, r, n) => {
|
|
2777
2789
|
if (typeof t == "string") {
|
|
2778
|
-
|
|
2790
|
+
I0(t, e, r);
|
|
2779
2791
|
return;
|
|
2780
2792
|
}
|
|
2781
2793
|
if (typeof t == "function") {
|
|
2782
|
-
|
|
2794
|
+
R0(t, e, r, n);
|
|
2783
2795
|
return;
|
|
2784
2796
|
}
|
|
2785
|
-
|
|
2786
|
-
},
|
|
2787
|
-
const n = t === "" ? e :
|
|
2797
|
+
T0(t, e, r, n);
|
|
2798
|
+
}, I0 = (t, e, r) => {
|
|
2799
|
+
const n = t === "" ? e : Z1(e, t);
|
|
2788
2800
|
n.classGroupId = r;
|
|
2789
|
-
},
|
|
2790
|
-
if (
|
|
2801
|
+
}, R0 = (t, e, r, n) => {
|
|
2802
|
+
if (M0(t)) {
|
|
2791
2803
|
Et(t(n), e, r, n);
|
|
2792
2804
|
return;
|
|
2793
2805
|
}
|
|
2794
|
-
e.validators === null && (e.validators = []), e.validators.push(
|
|
2795
|
-
},
|
|
2806
|
+
e.validators === null && (e.validators = []), e.validators.push(P0(r, t));
|
|
2807
|
+
}, T0 = (t, e, r, n) => {
|
|
2796
2808
|
const d = Object.entries(t), o = d.length;
|
|
2797
2809
|
for (let i = 0; i < o; i++) {
|
|
2798
2810
|
const [a, s] = d[i];
|
|
2799
|
-
Et(s,
|
|
2811
|
+
Et(s, Z1(e, a), r, n);
|
|
2800
2812
|
}
|
|
2801
|
-
},
|
|
2813
|
+
}, Z1 = (t, e) => {
|
|
2802
2814
|
let r = t;
|
|
2803
2815
|
const n = e.split(Ke), d = n.length;
|
|
2804
2816
|
for (let o = 0; o < d; o++) {
|
|
2805
2817
|
const i = n[o];
|
|
2806
2818
|
let a = r.nextPart.get(i);
|
|
2807
|
-
a || (a =
|
|
2819
|
+
a || (a = B1(), r.nextPart.set(i, a)), r = a;
|
|
2808
2820
|
}
|
|
2809
2821
|
return r;
|
|
2810
|
-
},
|
|
2822
|
+
}, M0 = (t) => "isThemeGetter" in t && t.isThemeGetter === !0, L0 = (t) => {
|
|
2811
2823
|
if (t < 1)
|
|
2812
2824
|
return {
|
|
2813
2825
|
get: () => {
|
|
@@ -2831,13 +2843,13 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2831
2843
|
o in r ? r[o] = i : d(o, i);
|
|
2832
2844
|
}
|
|
2833
2845
|
};
|
|
2834
|
-
}, ft = "!",
|
|
2846
|
+
}, ft = "!", y1 = ":", F0 = [], g1 = (t, e, r, n, d) => ({
|
|
2835
2847
|
modifiers: t,
|
|
2836
2848
|
hasImportantModifier: e,
|
|
2837
2849
|
baseClassName: r,
|
|
2838
2850
|
maybePostfixModifierPosition: n,
|
|
2839
2851
|
isExternal: d
|
|
2840
|
-
}),
|
|
2852
|
+
}), D0 = (t) => {
|
|
2841
2853
|
const {
|
|
2842
2854
|
prefix: e,
|
|
2843
2855
|
experimentalParseClassName: r
|
|
@@ -2847,18 +2859,18 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2847
2859
|
let i = 0, a = 0, s = 0, l;
|
|
2848
2860
|
const c = d.length;
|
|
2849
2861
|
for (let S = 0; S < c; S++) {
|
|
2850
|
-
const
|
|
2862
|
+
const P = d[S];
|
|
2851
2863
|
if (i === 0 && a === 0) {
|
|
2852
|
-
if (
|
|
2864
|
+
if (P === y1) {
|
|
2853
2865
|
o.push(d.slice(s, S)), s = S + 1;
|
|
2854
2866
|
continue;
|
|
2855
2867
|
}
|
|
2856
|
-
if (
|
|
2868
|
+
if (P === "/") {
|
|
2857
2869
|
l = S;
|
|
2858
2870
|
continue;
|
|
2859
2871
|
}
|
|
2860
2872
|
}
|
|
2861
|
-
|
|
2873
|
+
P === "[" ? i++ : P === "]" ? i-- : P === "(" ? a++ : P === ")" && a--;
|
|
2862
2874
|
}
|
|
2863
2875
|
const $ = o.length === 0 ? d : d.slice(s);
|
|
2864
2876
|
let u = $, g = !1;
|
|
@@ -2869,12 +2881,12 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2869
2881
|
*/
|
|
2870
2882
|
$.startsWith(ft) && (u = $.slice(1), g = !0)
|
|
2871
2883
|
);
|
|
2872
|
-
const
|
|
2873
|
-
return
|
|
2884
|
+
const w = l && l > s ? l - s : void 0;
|
|
2885
|
+
return g1(o, g, u, w);
|
|
2874
2886
|
};
|
|
2875
2887
|
if (e) {
|
|
2876
|
-
const d = e +
|
|
2877
|
-
n = (i) => i.startsWith(d) ? o(i.slice(d.length)) :
|
|
2888
|
+
const d = e + y1, o = n;
|
|
2889
|
+
n = (i) => i.startsWith(d) ? o(i.slice(d.length)) : g1(F0, !1, i, void 0, !0);
|
|
2878
2890
|
}
|
|
2879
2891
|
if (r) {
|
|
2880
2892
|
const d = n;
|
|
@@ -2884,7 +2896,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2884
2896
|
});
|
|
2885
2897
|
}
|
|
2886
2898
|
return n;
|
|
2887
|
-
},
|
|
2899
|
+
}, H0 = (t) => {
|
|
2888
2900
|
const e = /* @__PURE__ */ new Map();
|
|
2889
2901
|
return t.orderSensitiveModifiers.forEach((r, n) => {
|
|
2890
2902
|
e.set(r, 1e6 + n);
|
|
@@ -2897,48 +2909,48 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2897
2909
|
}
|
|
2898
2910
|
return d.length > 0 && (d.sort(), n.push(...d)), n;
|
|
2899
2911
|
};
|
|
2900
|
-
},
|
|
2901
|
-
cache:
|
|
2902
|
-
parseClassName:
|
|
2903
|
-
sortModifiers:
|
|
2904
|
-
...
|
|
2905
|
-
}),
|
|
2912
|
+
}, V0 = (t) => ({
|
|
2913
|
+
cache: L0(t.cacheSize),
|
|
2914
|
+
parseClassName: D0(t),
|
|
2915
|
+
sortModifiers: H0(t),
|
|
2916
|
+
...E0(t)
|
|
2917
|
+
}), j0 = /\s+/, U0 = (t, e) => {
|
|
2906
2918
|
const {
|
|
2907
2919
|
parseClassName: r,
|
|
2908
2920
|
getClassGroupId: n,
|
|
2909
2921
|
getConflictingClassGroupIds: d,
|
|
2910
2922
|
sortModifiers: o
|
|
2911
|
-
} = e, i = [], a = t.trim().split(
|
|
2923
|
+
} = e, i = [], a = t.trim().split(j0);
|
|
2912
2924
|
let s = "";
|
|
2913
2925
|
for (let l = a.length - 1; l >= 0; l -= 1) {
|
|
2914
2926
|
const c = a[l], {
|
|
2915
2927
|
isExternal: $,
|
|
2916
2928
|
modifiers: u,
|
|
2917
2929
|
hasImportantModifier: g,
|
|
2918
|
-
baseClassName:
|
|
2930
|
+
baseClassName: w,
|
|
2919
2931
|
maybePostfixModifierPosition: S
|
|
2920
2932
|
} = r(c);
|
|
2921
2933
|
if ($) {
|
|
2922
2934
|
s = c + (s.length > 0 ? " " + s : s);
|
|
2923
2935
|
continue;
|
|
2924
2936
|
}
|
|
2925
|
-
let
|
|
2937
|
+
let P = !!S, R = n(P ? w.substring(0, S) : w);
|
|
2926
2938
|
if (!R) {
|
|
2927
|
-
if (!
|
|
2939
|
+
if (!P) {
|
|
2928
2940
|
s = c + (s.length > 0 ? " " + s : s);
|
|
2929
2941
|
continue;
|
|
2930
2942
|
}
|
|
2931
|
-
if (R = n(
|
|
2943
|
+
if (R = n(w), !R) {
|
|
2932
2944
|
s = c + (s.length > 0 ? " " + s : s);
|
|
2933
2945
|
continue;
|
|
2934
2946
|
}
|
|
2935
|
-
|
|
2947
|
+
P = !1;
|
|
2936
2948
|
}
|
|
2937
|
-
const
|
|
2949
|
+
const H = u.length === 0 ? "" : u.length === 1 ? u[0] : o(u).join(":"), U = g ? H + ft : H, B = U + R;
|
|
2938
2950
|
if (i.indexOf(B) > -1)
|
|
2939
2951
|
continue;
|
|
2940
2952
|
i.push(B);
|
|
2941
|
-
const z = d(R,
|
|
2953
|
+
const z = d(R, P);
|
|
2942
2954
|
for (let Z = 0; Z < z.length; ++Z) {
|
|
2943
2955
|
const W = z[Z];
|
|
2944
2956
|
i.push(U + W);
|
|
@@ -2946,47 +2958,47 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
2946
2958
|
s = c + (s.length > 0 ? " " + s : s);
|
|
2947
2959
|
}
|
|
2948
2960
|
return s;
|
|
2949
|
-
},
|
|
2961
|
+
}, G0 = (...t) => {
|
|
2950
2962
|
let e = 0, r, n, d = "";
|
|
2951
2963
|
for (; e < t.length; )
|
|
2952
|
-
(r = t[e++]) && (n =
|
|
2964
|
+
(r = t[e++]) && (n = W1(r)) && (d && (d += " "), d += n);
|
|
2953
2965
|
return d;
|
|
2954
|
-
},
|
|
2966
|
+
}, W1 = (t) => {
|
|
2955
2967
|
if (typeof t == "string")
|
|
2956
2968
|
return t;
|
|
2957
2969
|
let e, r = "";
|
|
2958
2970
|
for (let n = 0; n < t.length; n++)
|
|
2959
|
-
t[n] && (e =
|
|
2971
|
+
t[n] && (e = W1(t[n])) && (r && (r += " "), r += e);
|
|
2960
2972
|
return r;
|
|
2961
|
-
},
|
|
2973
|
+
}, B0 = (t, ...e) => {
|
|
2962
2974
|
let r, n, d, o;
|
|
2963
2975
|
const i = (s) => {
|
|
2964
2976
|
const l = e.reduce((c, $) => $(c), t());
|
|
2965
|
-
return r =
|
|
2977
|
+
return r = V0(l), n = r.cache.get, d = r.cache.set, o = a, a(s);
|
|
2966
2978
|
}, a = (s) => {
|
|
2967
2979
|
const l = n(s);
|
|
2968
2980
|
if (l)
|
|
2969
2981
|
return l;
|
|
2970
|
-
const c =
|
|
2982
|
+
const c = U0(s, r);
|
|
2971
2983
|
return d(s, c), c;
|
|
2972
2984
|
};
|
|
2973
|
-
return o = i, (...s) => o(
|
|
2974
|
-
},
|
|
2975
|
-
const e = (r) => r[t] ||
|
|
2985
|
+
return o = i, (...s) => o(G0(...s));
|
|
2986
|
+
}, z0 = [], N = (t) => {
|
|
2987
|
+
const e = (r) => r[t] || z0;
|
|
2976
2988
|
return e.isThemeGetter = !0, e;
|
|
2977
|
-
},
|
|
2989
|
+
}, K1 = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, q1 = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Z0 = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, W0 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, K0 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, q0 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, X0 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Y0 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Q = (t) => Z0.test(t), y = (t) => !!t && !Number.isNaN(Number(t)), ee = (t) => !!t && Number.isInteger(Number(t)), it = (t) => t.endsWith("%") && y(t.slice(0, -1)), q = (t) => W0.test(t), X1 = () => !0, J0 = (t) => (
|
|
2978
2990
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
2979
2991
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
2980
2992
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
2981
|
-
|
|
2982
|
-
), St = () => !1,
|
|
2983
|
-
const n =
|
|
2993
|
+
K0.test(t) && !q0.test(t)
|
|
2994
|
+
), St = () => !1, Q0 = (t) => X0.test(t), ed = (t) => Y0.test(t), td = (t) => !h(t) && !p(t), rd = (t) => re(t, Q1, St), h = (t) => K1.test(t), ie = (t) => re(t, e2, J0), b1 = (t) => re(t, $d, y), nd = (t) => re(t, r2, X1), dd = (t) => re(t, t2, St), v1 = (t) => re(t, Y1, St), od = (t) => re(t, J1, ed), He = (t) => re(t, n2, Q0), p = (t) => q1.test(t), be = (t) => $e(t, e2), id = (t) => $e(t, t2), C1 = (t) => $e(t, Y1), ad = (t) => $e(t, Q1), sd = (t) => $e(t, J1), Ve = (t) => $e(t, n2, !0), ld = (t) => $e(t, r2, !0), re = (t, e, r) => {
|
|
2995
|
+
const n = K1.exec(t);
|
|
2984
2996
|
return n ? n[1] ? e(n[1]) : r(n[2]) : !1;
|
|
2985
2997
|
}, $e = (t, e, r = !1) => {
|
|
2986
|
-
const n =
|
|
2998
|
+
const n = q1.exec(t);
|
|
2987
2999
|
return n ? n[1] ? e(n[1]) : r : !1;
|
|
2988
|
-
},
|
|
2989
|
-
const t = N("color"), e = N("font"), r = N("text"), n = N("font-weight"), d = N("tracking"), o = N("leading"), i = N("breakpoint"), a = N("container"), s = N("spacing"), l = N("radius"), c = N("shadow"), $ = N("inset-shadow"), u = N("text-shadow"), g = N("drop-shadow"),
|
|
3000
|
+
}, Y1 = (t) => t === "position" || t === "percentage", J1 = (t) => t === "image" || t === "url", Q1 = (t) => t === "length" || t === "size" || t === "bg-size", e2 = (t) => t === "length", $d = (t) => t === "number", t2 = (t) => t === "family-name", r2 = (t) => t === "number" || t === "weight", n2 = (t) => t === "shadow", cd = () => {
|
|
3001
|
+
const t = N("color"), e = N("font"), r = N("text"), n = N("font-weight"), d = N("tracking"), o = N("leading"), i = N("breakpoint"), a = N("container"), s = N("spacing"), l = N("radius"), c = N("shadow"), $ = N("inset-shadow"), u = N("text-shadow"), g = N("drop-shadow"), w = N("blur"), S = N("perspective"), P = N("aspect"), R = N("ease"), H = N("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [
|
|
2990
3002
|
"center",
|
|
2991
3003
|
"top",
|
|
2992
3004
|
"bottom",
|
|
@@ -3006,11 +3018,11 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3006
3018
|
"left-bottom"
|
|
3007
3019
|
], z = () => [...B(), p, h], Z = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [p, h, s], O = () => [Q, "full", "auto", ...m()], ce = () => [ee, "none", "subgrid", p, h], Re = () => ["auto", {
|
|
3008
3020
|
span: ["full", ee, p, h]
|
|
3009
|
-
}, ee, p, h], L = () => [ee, "auto", p, h], Te = () => ["auto", "min", "max", "fr", p, h], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"],
|
|
3021
|
+
}, ee, p, h], L = () => [ee, "auto", p, h], Te = () => ["auto", "min", "max", "fr", p, h], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], V = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], E = () => ["auto", ...m()], b = () => [Q, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], ue = () => [Q, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...m()], ne = () => [Q, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...m()], f = () => [t, p, h], A = () => [...B(), C1, v1, {
|
|
3010
3022
|
position: [p, h]
|
|
3011
3023
|
}], G = () => ["no-repeat", {
|
|
3012
3024
|
repeat: ["", "x", "y", "space", "round"]
|
|
3013
|
-
}], de = () => ["auto", "cover", "contain",
|
|
3025
|
+
}], de = () => ["auto", "cover", "contain", ad, rd, {
|
|
3014
3026
|
size: [p, h]
|
|
3015
3027
|
}], K = () => [it, be, ie], T = () => [
|
|
3016
3028
|
// Deprecated since Tailwind CSS v4.0.0
|
|
@@ -3020,11 +3032,11 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3020
3032
|
l,
|
|
3021
3033
|
p,
|
|
3022
3034
|
h
|
|
3023
|
-
], M = () => ["", y, be, ie], Me = () => ["solid", "dashed", "dotted", "double"], Nt = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], k = () => [y, it,
|
|
3035
|
+
], M = () => ["", y, be, ie], Me = () => ["solid", "dashed", "dotted", "double"], Nt = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], k = () => [y, it, C1, v1], kt = () => [
|
|
3024
3036
|
// Deprecated since Tailwind CSS v4.0.0
|
|
3025
3037
|
"",
|
|
3026
3038
|
"none",
|
|
3027
|
-
|
|
3039
|
+
w,
|
|
3028
3040
|
p,
|
|
3029
3041
|
h
|
|
3030
3042
|
], Le = () => ["none", y, p, h], Fe = () => ["none", y, p, h], tt = () => [y, p, h], De = () => [Q, "full", ...m()];
|
|
@@ -3035,11 +3047,11 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3035
3047
|
aspect: ["video"],
|
|
3036
3048
|
blur: [q],
|
|
3037
3049
|
breakpoint: [q],
|
|
3038
|
-
color: [
|
|
3050
|
+
color: [X1],
|
|
3039
3051
|
container: [q],
|
|
3040
3052
|
"drop-shadow": [q],
|
|
3041
3053
|
ease: ["in", "out", "in-out"],
|
|
3042
|
-
font: [
|
|
3054
|
+
font: [td],
|
|
3043
3055
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
3044
3056
|
"inset-shadow": [q],
|
|
3045
3057
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -3060,7 +3072,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3060
3072
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
3061
3073
|
*/
|
|
3062
3074
|
aspect: [{
|
|
3063
|
-
aspect: ["auto", "square", Q, h, p,
|
|
3075
|
+
aspect: ["auto", "square", Q, h, p, P]
|
|
3064
3076
|
}],
|
|
3065
3077
|
/**
|
|
3066
3078
|
* Container
|
|
@@ -3463,14 +3475,14 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3463
3475
|
* @see https://tailwindcss.com/docs/justify-items
|
|
3464
3476
|
*/
|
|
3465
3477
|
"justify-items": [{
|
|
3466
|
-
"justify-items": [...
|
|
3478
|
+
"justify-items": [...V(), "normal"]
|
|
3467
3479
|
}],
|
|
3468
3480
|
/**
|
|
3469
3481
|
* Justify Self
|
|
3470
3482
|
* @see https://tailwindcss.com/docs/justify-self
|
|
3471
3483
|
*/
|
|
3472
3484
|
"justify-self": [{
|
|
3473
|
-
"justify-self": ["auto", ...
|
|
3485
|
+
"justify-self": ["auto", ...V()]
|
|
3474
3486
|
}],
|
|
3475
3487
|
/**
|
|
3476
3488
|
* Align Content
|
|
@@ -3484,7 +3496,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3484
3496
|
* @see https://tailwindcss.com/docs/align-items
|
|
3485
3497
|
*/
|
|
3486
3498
|
"align-items": [{
|
|
3487
|
-
items: [...
|
|
3499
|
+
items: [...V(), {
|
|
3488
3500
|
baseline: ["", "last"]
|
|
3489
3501
|
}]
|
|
3490
3502
|
}],
|
|
@@ -3493,7 +3505,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3493
3505
|
* @see https://tailwindcss.com/docs/align-self
|
|
3494
3506
|
*/
|
|
3495
3507
|
"align-self": [{
|
|
3496
|
-
self: ["auto", ...
|
|
3508
|
+
self: ["auto", ...V(), {
|
|
3497
3509
|
baseline: ["", "last"]
|
|
3498
3510
|
}]
|
|
3499
3511
|
}],
|
|
@@ -3509,14 +3521,14 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3509
3521
|
* @see https://tailwindcss.com/docs/place-items
|
|
3510
3522
|
*/
|
|
3511
3523
|
"place-items": [{
|
|
3512
|
-
"place-items": [...
|
|
3524
|
+
"place-items": [...V(), "baseline"]
|
|
3513
3525
|
}],
|
|
3514
3526
|
/**
|
|
3515
3527
|
* Place Self
|
|
3516
3528
|
* @see https://tailwindcss.com/docs/place-self
|
|
3517
3529
|
*/
|
|
3518
3530
|
"place-self": [{
|
|
3519
|
-
"place-self": ["auto", ...
|
|
3531
|
+
"place-self": ["auto", ...V()]
|
|
3520
3532
|
}],
|
|
3521
3533
|
// Spacing
|
|
3522
3534
|
/**
|
|
@@ -3833,7 +3845,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3833
3845
|
* @see https://tailwindcss.com/docs/font-weight
|
|
3834
3846
|
*/
|
|
3835
3847
|
"font-weight": [{
|
|
3836
|
-
font: [n,
|
|
3848
|
+
font: [n, ld, nd]
|
|
3837
3849
|
}],
|
|
3838
3850
|
/**
|
|
3839
3851
|
* Font Stretch
|
|
@@ -3847,7 +3859,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3847
3859
|
* @see https://tailwindcss.com/docs/font-family
|
|
3848
3860
|
*/
|
|
3849
3861
|
"font-family": [{
|
|
3850
|
-
font: [
|
|
3862
|
+
font: [id, dd, e]
|
|
3851
3863
|
}],
|
|
3852
3864
|
/**
|
|
3853
3865
|
* Font Feature Settings
|
|
@@ -3898,7 +3910,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
3898
3910
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
3899
3911
|
*/
|
|
3900
3912
|
"line-clamp": [{
|
|
3901
|
-
"line-clamp": [y, "none", p,
|
|
3913
|
+
"line-clamp": [y, "none", p, b1]
|
|
3902
3914
|
}],
|
|
3903
3915
|
/**
|
|
3904
3916
|
* Line Height
|
|
@@ -4082,7 +4094,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
4082
4094
|
* @see https://tailwindcss.com/docs/background-position
|
|
4083
4095
|
*/
|
|
4084
4096
|
"bg-position": [{
|
|
4085
|
-
bg:
|
|
4097
|
+
bg: A()
|
|
4086
4098
|
}],
|
|
4087
4099
|
/**
|
|
4088
4100
|
* Background Repeat
|
|
@@ -4109,7 +4121,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
4109
4121
|
}, ee, p, h],
|
|
4110
4122
|
radial: ["", p, h],
|
|
4111
4123
|
conic: [ee, p, h]
|
|
4112
|
-
},
|
|
4124
|
+
}, sd, od]
|
|
4113
4125
|
}],
|
|
4114
4126
|
/**
|
|
4115
4127
|
* Background Color
|
|
@@ -4787,7 +4799,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
4787
4799
|
* @see https://tailwindcss.com/docs/mask-position
|
|
4788
4800
|
*/
|
|
4789
4801
|
"mask-position": [{
|
|
4790
|
-
mask:
|
|
4802
|
+
mask: A()
|
|
4791
4803
|
}],
|
|
4792
4804
|
/**
|
|
4793
4805
|
* Mask Repeat
|
|
@@ -5074,7 +5086,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
5074
5086
|
* @see https://tailwindcss.com/docs/animation
|
|
5075
5087
|
*/
|
|
5076
5088
|
animate: [{
|
|
5077
|
-
animate: ["none",
|
|
5089
|
+
animate: ["none", H, p, h]
|
|
5078
5090
|
}],
|
|
5079
5091
|
// ------------------
|
|
5080
5092
|
// --- Transforms ---
|
|
@@ -5539,7 +5551,7 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
5539
5551
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
5540
5552
|
*/
|
|
5541
5553
|
"stroke-w": [{
|
|
5542
|
-
stroke: [y, be, ie,
|
|
5554
|
+
stroke: [y, be, ie, b1]
|
|
5543
5555
|
}],
|
|
5544
5556
|
/**
|
|
5545
5557
|
* Stroke
|
|
@@ -5614,22 +5626,22 @@ const p1 = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, m1 = B1, I
|
|
|
5614
5626
|
},
|
|
5615
5627
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
5616
5628
|
};
|
|
5617
|
-
},
|
|
5629
|
+
}, ud = /* @__PURE__ */ B0(cd);
|
|
5618
5630
|
function ht(...t) {
|
|
5619
|
-
return
|
|
5631
|
+
return ud(G1(t));
|
|
5620
5632
|
}
|
|
5621
|
-
function
|
|
5633
|
+
function _1(t) {
|
|
5622
5634
|
const e = t.replace(/[^\d]/g, "");
|
|
5623
5635
|
if (!e) return "";
|
|
5624
5636
|
const r = parseInt(e) / 100, n = Math.floor(r), d = Math.round((r - n) * 100).toString().padStart(2, "0");
|
|
5625
5637
|
return `${n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ")},${d}`;
|
|
5626
5638
|
}
|
|
5627
|
-
function
|
|
5639
|
+
function fd(t) {
|
|
5628
5640
|
const e = parseFloat(t.replace(",", ".").replace(/\s/g, ""));
|
|
5629
5641
|
if (isNaN(e)) throw new Error("Amount should be a number");
|
|
5630
5642
|
return Math.round(e * 100);
|
|
5631
5643
|
}
|
|
5632
|
-
const
|
|
5644
|
+
const hd = Ie(
|
|
5633
5645
|
"pay:inline-flex pay:items-center pay:justify-center pay:gap-2 pay:whitespace-nowrap pay:rounded-md pay:text-sm pay:font-medium pay:transition-all pay:outline-none pay:cursor-pointer pay:border-0 pay:disabled:pointer-events-none pay:disabled:opacity-50 pay:focus-visible:border-ring pay:focus-visible:ring-ring/50 pay:focus-visible:ring-[3px]",
|
|
5634
5646
|
{
|
|
5635
5647
|
variants: {
|
|
@@ -5656,12 +5668,12 @@ const Q0 = Ie(
|
|
|
5656
5668
|
}
|
|
5657
5669
|
}
|
|
5658
5670
|
);
|
|
5659
|
-
function
|
|
5671
|
+
function w1(t, e) {
|
|
5660
5672
|
const { type: r = "button", variant: n, size: d, disabled: o, onClick: i } = t;
|
|
5661
5673
|
return C`
|
|
5662
5674
|
<button
|
|
5663
5675
|
type=${r}
|
|
5664
|
-
class=${ht(
|
|
5676
|
+
class=${ht(hd({ variant: n, size: d }), t.class)}
|
|
5665
5677
|
?disabled=${o}
|
|
5666
5678
|
@click=${i}
|
|
5667
5679
|
>
|
|
@@ -5684,15 +5696,15 @@ function at(t) {
|
|
|
5684
5696
|
${t}
|
|
5685
5697
|
</div>` : v;
|
|
5686
5698
|
}
|
|
5687
|
-
function
|
|
5699
|
+
function pd(t = "") {
|
|
5688
5700
|
return C`<div
|
|
5689
5701
|
class="pay:bg-accent pay:animate-pulse pay:rounded-md ${t}"
|
|
5690
5702
|
></div>`;
|
|
5691
5703
|
}
|
|
5692
|
-
function
|
|
5693
|
-
return
|
|
5704
|
+
function md() {
|
|
5705
|
+
return pd("pay:h-16 pay:w-full pay:rounded-xl");
|
|
5694
5706
|
}
|
|
5695
|
-
function
|
|
5707
|
+
function yd() {
|
|
5696
5708
|
return C`<svg
|
|
5697
5709
|
role="status"
|
|
5698
5710
|
aria-label="Loading"
|
|
@@ -5708,8 +5720,8 @@ function rd() {
|
|
|
5708
5720
|
<path d="M21 12a9 9 0 1 1-6.219-8.56" />
|
|
5709
5721
|
</svg>`;
|
|
5710
5722
|
}
|
|
5711
|
-
const
|
|
5712
|
-
class
|
|
5723
|
+
const gd = { CHILD: 2 }, bd = (t) => (...e) => ({ _$litDirective$: t, values: e });
|
|
5724
|
+
class vd {
|
|
5713
5725
|
constructor(e) {
|
|
5714
5726
|
}
|
|
5715
5727
|
get _$AU() {
|
|
@@ -5725,9 +5737,9 @@ class od {
|
|
|
5725
5737
|
return this.render(...r);
|
|
5726
5738
|
}
|
|
5727
5739
|
}
|
|
5728
|
-
class pt extends
|
|
5740
|
+
class pt extends vd {
|
|
5729
5741
|
constructor(e) {
|
|
5730
|
-
if (super(e), this.it = v, e.type !==
|
|
5742
|
+
if (super(e), this.it = v, e.type !== gd.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
|
|
5731
5743
|
}
|
|
5732
5744
|
render(e) {
|
|
5733
5745
|
if (e === v || e == null) return this._t = void 0, this.it = e;
|
|
@@ -5740,12 +5752,12 @@ class pt extends od {
|
|
|
5740
5752
|
}
|
|
5741
5753
|
}
|
|
5742
5754
|
pt.directiveName = "unsafeHTML", pt.resultType = 1;
|
|
5743
|
-
const
|
|
5755
|
+
const Cd = bd(pt), _d = Ie(
|
|
5744
5756
|
"pay:appearance-none pay:peer pay:block pay:w-4 pay:h-4 pay:border pay:border-input pay:rounded-full pay:shrink-0 pay:cursor-pointer pay:shadow-xs pay:outline-none pay:transition-[color,box-shadow] pay:focus-visible:border-ring pay:focus-visible:ring-[3px] pay:focus-visible:ring-ring/50"
|
|
5745
|
-
),
|
|
5757
|
+
), wd = Ie(
|
|
5746
5758
|
"pay:pointer-events-none pay:absolute pay:size-2 pay:rounded-full pay:bg-primary pay:top-1/2 pay:left-1/2 pay:-translate-x-1/2 pay:-translate-y-1/2 pay:scale-0 pay:peer-checked:scale-100 pay:transition-transform pay:duration-200"
|
|
5747
5759
|
);
|
|
5748
|
-
function
|
|
5760
|
+
function d2(t) {
|
|
5749
5761
|
return C`
|
|
5750
5762
|
<div class="pay:relative pay:shrink-0 pay:w-4 pay:h-4">
|
|
5751
5763
|
<input
|
|
@@ -5754,13 +5766,13 @@ function o2(t) {
|
|
|
5754
5766
|
value=${t.value}
|
|
5755
5767
|
.checked=${t.checked}
|
|
5756
5768
|
@change=${t.onChange}
|
|
5757
|
-
class=${
|
|
5769
|
+
class=${_d()}
|
|
5758
5770
|
/>
|
|
5759
|
-
<div class=${
|
|
5771
|
+
<div class=${wd()}></div>
|
|
5760
5772
|
</div>
|
|
5761
5773
|
`;
|
|
5762
5774
|
}
|
|
5763
|
-
const
|
|
5775
|
+
const o2 = Ie(
|
|
5764
5776
|
"pay:flex pay:items-center pay:space-x-2 pay:mb-1 pay:cursor-pointer pay:rounded-lg pay:px-4 pay:transition-all pay:duration-200 pay:ring pay:ring-foreground/10 pay:hover:bg-accent/50 pay:has-[input:checked]:ring-2 pay:has-[input:checked]:ring-primary pay:active:scale-[0.98]",
|
|
5765
5777
|
{
|
|
5766
5778
|
variants: {
|
|
@@ -5774,10 +5786,10 @@ const i2 = Ie(
|
|
|
5774
5786
|
}
|
|
5775
5787
|
}
|
|
5776
5788
|
);
|
|
5777
|
-
function
|
|
5789
|
+
function xd(t) {
|
|
5778
5790
|
return C`
|
|
5779
|
-
<label class=${
|
|
5780
|
-
${
|
|
5791
|
+
<label class=${o2({ size: "method" })}>
|
|
5792
|
+
${d2(t)}
|
|
5781
5793
|
<div
|
|
5782
5794
|
class="pay:flex pay:items-center pay:gap-1 pay:grow pay:justify-between pay:ml-2"
|
|
5783
5795
|
>
|
|
@@ -5786,15 +5798,15 @@ function ld(t) {
|
|
|
5786
5798
|
class="pay:inline-flex pay:h-4 pay:shrink-0 pay:text-foreground pay:[&>svg]:block pay:[&>svg]:h-full pay:[&>svg]:w-auto"
|
|
5787
5799
|
role="img"
|
|
5788
5800
|
aria-label=${t.label}
|
|
5789
|
-
>${
|
|
5801
|
+
>${Cd(t.logoSvg)}</span>` : ""}
|
|
5790
5802
|
</div>
|
|
5791
5803
|
</label>
|
|
5792
5804
|
`;
|
|
5793
5805
|
}
|
|
5794
|
-
function
|
|
5806
|
+
function x1(t) {
|
|
5795
5807
|
return C`
|
|
5796
|
-
<label class=${
|
|
5797
|
-
${
|
|
5808
|
+
<label class=${o2({ size: "channel" })}>
|
|
5809
|
+
${d2(t)}
|
|
5798
5810
|
<div
|
|
5799
5811
|
class="pay:flex pay:items-center pay:gap-2 pay:grow pay:justify-center pay:mr-2"
|
|
5800
5812
|
>
|
|
@@ -5804,9 +5816,9 @@ function P1(t) {
|
|
|
5804
5816
|
</label>
|
|
5805
5817
|
`;
|
|
5806
5818
|
}
|
|
5807
|
-
const
|
|
5819
|
+
const Pd = Ie(
|
|
5808
5820
|
"pay:file:text-foreground pay:placeholder:text-muted-foreground pay:selection:bg-primary pay:selection:text-primary-foreground pay:border-input pay:h-9 pay:w-full pay:min-w-0 pay:rounded-md pay:border pay:bg-transparent pay:px-3 pay:py-1 pay:text-sm pay:shadow-xs pay:transition-[color,box-shadow] pay:outline-none pay:disabled:pointer-events-none pay:disabled:cursor-not-allowed pay:disabled:opacity-50 pay:focus-visible:border-ring pay:focus-visible:ring-ring/50 pay:focus-visible:ring-[3px] pay:aria-invalid:ring-destructive/20 pay:aria-invalid:border-destructive"
|
|
5809
|
-
), Ue =
|
|
5821
|
+
), Ue = Pd(), Ad = C`<svg
|
|
5810
5822
|
class="pay:size-4 pay:text-muted-foreground"
|
|
5811
5823
|
viewBox="0 0 24 24"
|
|
5812
5824
|
fill="none"
|
|
@@ -5817,7 +5829,7 @@ const $d = Ie(
|
|
|
5817
5829
|
>
|
|
5818
5830
|
<rect x="2" y="4" width="20" height="16" rx="2" />
|
|
5819
5831
|
<path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" />
|
|
5820
|
-
</svg>`,
|
|
5832
|
+
</svg>`, Ed = C`<svg
|
|
5821
5833
|
class="pay:size-4 pay:text-muted-foreground"
|
|
5822
5834
|
viewBox="0 0 24 24"
|
|
5823
5835
|
fill="none"
|
|
@@ -5828,14 +5840,14 @@ const $d = Ie(
|
|
|
5828
5840
|
>
|
|
5829
5841
|
<path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z" />
|
|
5830
5842
|
</svg>`;
|
|
5831
|
-
function
|
|
5843
|
+
function Sd(t) {
|
|
5832
5844
|
return C`
|
|
5833
5845
|
<select
|
|
5834
5846
|
class="pay:border-input pay:h-9 pay:flex-shrink-0 pay:rounded-md pay:border pay:bg-transparent pay:px-3 pay:py-1 pay:text-sm pay:shadow-xs pay:transition-[color,box-shadow] pay:outline-none pay:focus-visible:ring-[3px] pay:focus-visible:border-ring pay:focus-visible:ring-ring/50 pay:cursor-pointer"
|
|
5835
5847
|
aria-label=${t.label}
|
|
5836
5848
|
@change=${t.onChange}
|
|
5837
5849
|
>
|
|
5838
|
-
${
|
|
5850
|
+
${j1.map(
|
|
5839
5851
|
(e) => C`
|
|
5840
5852
|
<option value=${e.code} ?selected=${e.code === t.value}>
|
|
5841
5853
|
${e.flag} ${e.code} ${e.dial}
|
|
@@ -5845,7 +5857,7 @@ function fd(t) {
|
|
|
5845
5857
|
</select>
|
|
5846
5858
|
`;
|
|
5847
5859
|
}
|
|
5848
|
-
function
|
|
5860
|
+
function Nd() {
|
|
5849
5861
|
return C`
|
|
5850
5862
|
<div
|
|
5851
5863
|
role="alert"
|
|
@@ -5855,14 +5867,14 @@ function hd() {
|
|
|
5855
5867
|
</div>
|
|
5856
5868
|
`;
|
|
5857
5869
|
}
|
|
5858
|
-
var
|
|
5870
|
+
var kd = Object.defineProperty, x = (t, e, r, n) => {
|
|
5859
5871
|
for (var d = void 0, o = t.length - 1, i; o >= 0; o--)
|
|
5860
5872
|
(i = t[o]) && (d = i(e, r, d) || d);
|
|
5861
|
-
return d &&
|
|
5873
|
+
return d && kd(e, r, d), d;
|
|
5862
5874
|
};
|
|
5863
|
-
class
|
|
5875
|
+
class _ extends Ce {
|
|
5864
5876
|
constructor() {
|
|
5865
|
-
super(...arguments), this.token = "", this.currency = "EUR", this.defaultAmount = "", this.defaultReference = "", this.readOnlyAmount = !1, this.customerName = "", this.customerEmail = "", this.customerPhone = "", this.locale = "fr", this.payClientRef = "", this._amount = "", this._email = "", this._phone = "", this._paymentReference = "", this._method = "", this._channel = void 0, this._country =
|
|
5877
|
+
super(...arguments), this.token = "", this.currency = "EUR", this.defaultAmount = "", this.defaultReference = "", this.readOnlyAmount = !1, this.customerName = "", this.customerEmail = "", this.customerPhone = "", this.locale = "fr", this.payClientRef = "", this.productName = "", this._amount = "", this._email = "", this._phone = "", this._paymentReference = "", this._method = "", this._channel = void 0, this._country = a0.code, this._loading = !1, this._success = !1, this._paymentMethods = [], this._methodsLoading = !0, this._methodsError = null, this._initialized = !1, this._t = ot("fr"), this._apiUrl = void 0;
|
|
5866
5878
|
}
|
|
5867
5879
|
createRenderRoot() {
|
|
5868
5880
|
return this;
|
|
@@ -5874,7 +5886,7 @@ class w extends Ce {
|
|
|
5874
5886
|
this._payClient = e, this._initialized && this._fetchPaymentMethods();
|
|
5875
5887
|
}
|
|
5876
5888
|
willUpdate(e) {
|
|
5877
|
-
this._initialized ? e.has("locale") && (this._t = ot(this.locale)) : (this._initialized = !0, this._amount =
|
|
5889
|
+
this._initialized ? e.has("locale") && (this._t = ot(this.locale)) : (this._initialized = !0, this._amount = _1(this.defaultAmount), this._email = this.customerEmail, this._phone = this.customerPhone, this._paymentReference = this.defaultReference, this._t = ot(this.locale));
|
|
5878
5890
|
}
|
|
5879
5891
|
firstUpdated() {
|
|
5880
5892
|
this._fetchPaymentMethods();
|
|
@@ -5885,7 +5897,7 @@ class w extends Ce {
|
|
|
5885
5897
|
const e = globalThis[this.payClientRef];
|
|
5886
5898
|
if (e) return e;
|
|
5887
5899
|
}
|
|
5888
|
-
return new
|
|
5900
|
+
return new B2(this._apiUrl, this.token, this.locale);
|
|
5889
5901
|
}
|
|
5890
5902
|
async _fetchPaymentMethods() {
|
|
5891
5903
|
this._methodsLoading = !0, this._methodsError = null;
|
|
@@ -5906,7 +5918,7 @@ class w extends Ce {
|
|
|
5906
5918
|
}
|
|
5907
5919
|
_onAmountInput(e) {
|
|
5908
5920
|
const r = e.target;
|
|
5909
|
-
this._amount =
|
|
5921
|
+
this._amount = _1(r.value);
|
|
5910
5922
|
}
|
|
5911
5923
|
_onReferenceInput(e) {
|
|
5912
5924
|
this._paymentReference = e.target.value;
|
|
@@ -5921,7 +5933,7 @@ class w extends Ce {
|
|
|
5921
5933
|
this._email = e.target.value;
|
|
5922
5934
|
}
|
|
5923
5935
|
_onPhoneInput(e) {
|
|
5924
|
-
this._phone =
|
|
5936
|
+
this._phone = d0(
|
|
5925
5937
|
this._country,
|
|
5926
5938
|
e.target.value
|
|
5927
5939
|
);
|
|
@@ -5932,12 +5944,13 @@ class w extends Ce {
|
|
|
5932
5944
|
async _onSubmit(e) {
|
|
5933
5945
|
e.preventDefault(), this._loading = !0;
|
|
5934
5946
|
const r = this._method.indexOf("_"), n = r >= 0 ? this._method.substring(0, r) : this._method, d = r >= 0 ? this._method.substring(r + 1) : "", o = {
|
|
5935
|
-
|
|
5947
|
+
orderReference: this._paymentReference,
|
|
5948
|
+
...this.productName ? { productName: this.productName } : {},
|
|
5936
5949
|
channel: this._channel === "email" ? "email" : this._channel === "sms" ? "sms" : "link",
|
|
5937
|
-
amount:
|
|
5950
|
+
amount: fd(this._amount),
|
|
5938
5951
|
currency: this.currency,
|
|
5939
5952
|
method: d,
|
|
5940
|
-
|
|
5953
|
+
customerContact: this._channel === "email" ? this._email : this._channel === "sms" ? this._phone : this._email,
|
|
5941
5954
|
partner: n
|
|
5942
5955
|
};
|
|
5943
5956
|
this._success = !0;
|
|
@@ -5963,8 +5976,8 @@ class w extends Ce {
|
|
|
5963
5976
|
);
|
|
5964
5977
|
}
|
|
5965
5978
|
_renderMethods() {
|
|
5966
|
-
return this._methodsLoading ?
|
|
5967
|
-
(e) =>
|
|
5979
|
+
return this._methodsLoading ? md() : this._paymentMethods.map(
|
|
5980
|
+
(e) => xd({
|
|
5968
5981
|
name: "payment-method",
|
|
5969
5982
|
value: e.id,
|
|
5970
5983
|
checked: this._method === e.id,
|
|
@@ -5976,21 +5989,21 @@ class w extends Ce {
|
|
|
5976
5989
|
}
|
|
5977
5990
|
_renderChannels() {
|
|
5978
5991
|
return C`
|
|
5979
|
-
${
|
|
5992
|
+
${x1({
|
|
5980
5993
|
name: "channel",
|
|
5981
5994
|
value: "email",
|
|
5982
5995
|
checked: this._channel === "email",
|
|
5983
5996
|
onChange: this._onChannelChange.bind(this),
|
|
5984
5997
|
label: this._t.email,
|
|
5985
|
-
icon:
|
|
5998
|
+
icon: Ad
|
|
5986
5999
|
})}
|
|
5987
|
-
${
|
|
6000
|
+
${x1({
|
|
5988
6001
|
name: "channel",
|
|
5989
6002
|
value: "sms",
|
|
5990
6003
|
checked: this._channel === "sms",
|
|
5991
6004
|
onChange: this._onChannelChange.bind(this),
|
|
5992
6005
|
label: this._t.textMessage,
|
|
5993
|
-
icon:
|
|
6006
|
+
icon: Ed
|
|
5994
6007
|
})}
|
|
5995
6008
|
`;
|
|
5996
6009
|
}
|
|
@@ -6091,7 +6104,7 @@ class w extends Ce {
|
|
|
6091
6104
|
>
|
|
6092
6105
|
${je(this._t.phoneNumber, "phone")}
|
|
6093
6106
|
<div class="pay:flex pay:gap-2">
|
|
6094
|
-
${
|
|
6107
|
+
${Sd({
|
|
6095
6108
|
value: this._country,
|
|
6096
6109
|
label: this._t.countryCode,
|
|
6097
6110
|
onChange: this._onCountryChange.bind(this)
|
|
@@ -6110,13 +6123,13 @@ class w extends Ce {
|
|
|
6110
6123
|
${at(n && this._t.phoneInvalid)}
|
|
6111
6124
|
</div>
|
|
6112
6125
|
` : v}
|
|
6113
|
-
${
|
|
6126
|
+
${w1(
|
|
6114
6127
|
{
|
|
6115
6128
|
type: "submit",
|
|
6116
6129
|
class: "pay:w-full",
|
|
6117
6130
|
disabled: this._loading || !this._isValid
|
|
6118
6131
|
},
|
|
6119
|
-
this._loading ?
|
|
6132
|
+
this._loading ? yd() : this._t.sendPaymentLink
|
|
6120
6133
|
)}
|
|
6121
6134
|
</form>
|
|
6122
6135
|
`;
|
|
@@ -6133,86 +6146,89 @@ class w extends Ce {
|
|
|
6133
6146
|
${this._channel === "email" ? C`<p>
|
|
6134
6147
|
${this._t.emailSentTo} <strong>${this._email}</strong>
|
|
6135
6148
|
</p>` : C`<p>${this._t.smsSentTo} <strong>${this._phone}</strong></p>`}
|
|
6136
|
-
${
|
|
6149
|
+
${w1({ type: "button", onClick: this._onClose }, this._t.close)}
|
|
6137
6150
|
</div>
|
|
6138
6151
|
</div>
|
|
6139
6152
|
`;
|
|
6140
6153
|
}
|
|
6141
6154
|
render() {
|
|
6142
|
-
return !this._methodsLoading && this._methodsError ? C`<div class="pay:p-4">${
|
|
6155
|
+
return !this._methodsLoading && this._methodsError ? C`<div class="pay:p-4">${Nd()}</div>` : C`
|
|
6143
6156
|
<div class="pay:relative pay:p-4 pay:space-y-6">
|
|
6144
6157
|
${this._renderForm()} ${this._success ? this._renderSuccess() : v}
|
|
6145
6158
|
</div>
|
|
6146
6159
|
`;
|
|
6147
6160
|
}
|
|
6148
6161
|
}
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
],
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
],
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
],
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
],
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
],
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
],
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
],
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
],
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
],
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
],
|
|
6179
|
-
|
|
6180
|
-
F()
|
|
6181
|
-
],
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
],
|
|
6185
|
-
|
|
6186
|
-
|
|
6187
|
-
],
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
],
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
],
|
|
6194
|
-
|
|
6195
|
-
|
|
6196
|
-
],
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
],
|
|
6200
|
-
|
|
6201
|
-
|
|
6202
|
-
],
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
],
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
],
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
],
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
],
|
|
6215
|
-
|
|
6162
|
+
x([
|
|
6163
|
+
F({ type: String })
|
|
6164
|
+
], _.prototype, "token");
|
|
6165
|
+
x([
|
|
6166
|
+
F({ type: String })
|
|
6167
|
+
], _.prototype, "currency");
|
|
6168
|
+
x([
|
|
6169
|
+
F({ type: String, attribute: "default-amount" })
|
|
6170
|
+
], _.prototype, "defaultAmount");
|
|
6171
|
+
x([
|
|
6172
|
+
F({ type: String, attribute: "default-reference" })
|
|
6173
|
+
], _.prototype, "defaultReference");
|
|
6174
|
+
x([
|
|
6175
|
+
F({ type: Boolean, attribute: "read-only-amount" })
|
|
6176
|
+
], _.prototype, "readOnlyAmount");
|
|
6177
|
+
x([
|
|
6178
|
+
F({ type: String, attribute: "customer-name" })
|
|
6179
|
+
], _.prototype, "customerName");
|
|
6180
|
+
x([
|
|
6181
|
+
F({ type: String, attribute: "customer-email" })
|
|
6182
|
+
], _.prototype, "customerEmail");
|
|
6183
|
+
x([
|
|
6184
|
+
F({ type: String, attribute: "customer-phone" })
|
|
6185
|
+
], _.prototype, "customerPhone");
|
|
6186
|
+
x([
|
|
6187
|
+
F({ type: String })
|
|
6188
|
+
], _.prototype, "locale");
|
|
6189
|
+
x([
|
|
6190
|
+
F({ type: String, attribute: "pay-client-ref" })
|
|
6191
|
+
], _.prototype, "payClientRef");
|
|
6192
|
+
x([
|
|
6193
|
+
F({ type: String, attribute: "product-name" })
|
|
6194
|
+
], _.prototype, "productName");
|
|
6195
|
+
x([
|
|
6196
|
+
D()
|
|
6197
|
+
], _.prototype, "_amount");
|
|
6198
|
+
x([
|
|
6199
|
+
D()
|
|
6200
|
+
], _.prototype, "_email");
|
|
6201
|
+
x([
|
|
6202
|
+
D()
|
|
6203
|
+
], _.prototype, "_phone");
|
|
6204
|
+
x([
|
|
6205
|
+
D()
|
|
6206
|
+
], _.prototype, "_paymentReference");
|
|
6207
|
+
x([
|
|
6208
|
+
D()
|
|
6209
|
+
], _.prototype, "_method");
|
|
6210
|
+
x([
|
|
6211
|
+
D()
|
|
6212
|
+
], _.prototype, "_channel");
|
|
6213
|
+
x([
|
|
6214
|
+
D()
|
|
6215
|
+
], _.prototype, "_country");
|
|
6216
|
+
x([
|
|
6217
|
+
D()
|
|
6218
|
+
], _.prototype, "_loading");
|
|
6219
|
+
x([
|
|
6220
|
+
D()
|
|
6221
|
+
], _.prototype, "_success");
|
|
6222
|
+
x([
|
|
6223
|
+
D()
|
|
6224
|
+
], _.prototype, "_paymentMethods");
|
|
6225
|
+
x([
|
|
6226
|
+
D()
|
|
6227
|
+
], _.prototype, "_methodsLoading");
|
|
6228
|
+
x([
|
|
6229
|
+
D()
|
|
6230
|
+
], _.prototype, "_methodsError");
|
|
6231
|
+
customElements.get("openhive-pay") || customElements.define("openhive-pay", _);
|
|
6216
6232
|
export {
|
|
6217
|
-
|
|
6233
|
+
_ as PaymentWidget
|
|
6218
6234
|
};
|