denwa-react-shared 1.0.45 → 1.0.46

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.
@@ -2010,10 +2010,301 @@ function wP() {
2010
2010
  }(Kf)), Kf.exports;
2011
2011
  }
2012
2012
  var xP = wP();
2013
- const Hr = /* @__PURE__ */ Gn(xP);
2014
- var OP = typeof window < "u", Pg, $C;
2013
+ const Hr = /* @__PURE__ */ Gn(xP), ude = (e, t = {}) => [e, t];
2014
+ var bc = { exports: {} }, wl = {};
2015
+ /**
2016
+ * @license React
2017
+ * react-jsx-runtime.production.js
2018
+ *
2019
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2020
+ *
2021
+ * This source code is licensed under the MIT license found in the
2022
+ * LICENSE file in the root directory of this source tree.
2023
+ */
2024
+ var $C;
2025
+ function OP() {
2026
+ if ($C) return wl;
2027
+ $C = 1;
2028
+ var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
2029
+ function r(n, a, o) {
2030
+ var i = null;
2031
+ if (o !== void 0 && (i = "" + o), a.key !== void 0 && (i = "" + a.key), "key" in a) {
2032
+ o = {};
2033
+ for (var s in a)
2034
+ s !== "key" && (o[s] = a[s]);
2035
+ } else o = a;
2036
+ return a = o.ref, {
2037
+ $$typeof: e,
2038
+ type: n,
2039
+ key: i,
2040
+ ref: a !== void 0 ? a : null,
2041
+ props: o
2042
+ };
2043
+ }
2044
+ return wl.Fragment = t, wl.jsx = r, wl.jsxs = r, wl;
2045
+ }
2046
+ var xl = {};
2047
+ /**
2048
+ * @license React
2049
+ * react-jsx-runtime.development.js
2050
+ *
2051
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
2052
+ *
2053
+ * This source code is licensed under the MIT license found in the
2054
+ * LICENSE file in the root directory of this source tree.
2055
+ */
2056
+ var SC;
2015
2057
  function DP() {
2016
- return $C || ($C = 1, Pg = function() {
2058
+ return SC || (SC = 1, process.env.NODE_ENV !== "production" && function() {
2059
+ function e(B) {
2060
+ if (B == null) return null;
2061
+ if (typeof B == "function")
2062
+ return B.$$typeof === O ? null : B.displayName || B.name || null;
2063
+ if (typeof B == "string") return B;
2064
+ switch (B) {
2065
+ case h:
2066
+ return "Fragment";
2067
+ case m:
2068
+ return "Profiler";
2069
+ case g:
2070
+ return "StrictMode";
2071
+ case S:
2072
+ return "Suspense";
2073
+ case E:
2074
+ return "SuspenseList";
2075
+ case D:
2076
+ return "Activity";
2077
+ }
2078
+ if (typeof B == "object")
2079
+ switch (typeof B.tag == "number" && console.error(
2080
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
2081
+ ), B.$$typeof) {
2082
+ case b:
2083
+ return "Portal";
2084
+ case C:
2085
+ return (B.displayName || "Context") + ".Provider";
2086
+ case y:
2087
+ return (B._context.displayName || "Context") + ".Consumer";
2088
+ case $:
2089
+ var V = B.render;
2090
+ return B = B.displayName, B || (B = V.displayName || V.name || "", B = B !== "" ? "ForwardRef(" + B + ")" : "ForwardRef"), B;
2091
+ case w:
2092
+ return V = B.displayName || null, V !== null ? V : e(B.type) || "Memo";
2093
+ case x:
2094
+ V = B._payload, B = B._init;
2095
+ try {
2096
+ return e(B(V));
2097
+ } catch {
2098
+ }
2099
+ }
2100
+ return null;
2101
+ }
2102
+ function t(B) {
2103
+ return "" + B;
2104
+ }
2105
+ function r(B) {
2106
+ try {
2107
+ t(B);
2108
+ var V = !1;
2109
+ } catch {
2110
+ V = !0;
2111
+ }
2112
+ if (V) {
2113
+ V = console;
2114
+ var z = V.error, T = typeof Symbol == "function" && Symbol.toStringTag && B[Symbol.toStringTag] || B.constructor.name || "Object";
2115
+ return z.call(
2116
+ V,
2117
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
2118
+ T
2119
+ ), t(B);
2120
+ }
2121
+ }
2122
+ function n(B) {
2123
+ if (B === h) return "<>";
2124
+ if (typeof B == "object" && B !== null && B.$$typeof === x)
2125
+ return "<...>";
2126
+ try {
2127
+ var V = e(B);
2128
+ return V ? "<" + V + ">" : "<...>";
2129
+ } catch {
2130
+ return "<...>";
2131
+ }
2132
+ }
2133
+ function a() {
2134
+ var B = A.A;
2135
+ return B === null ? null : B.getOwner();
2136
+ }
2137
+ function o() {
2138
+ return Error("react-stack-top-frame");
2139
+ }
2140
+ function i(B) {
2141
+ if (I.call(B, "key")) {
2142
+ var V = Object.getOwnPropertyDescriptor(B, "key").get;
2143
+ if (V && V.isReactWarning) return !1;
2144
+ }
2145
+ return B.key !== void 0;
2146
+ }
2147
+ function s(B, V) {
2148
+ function z() {
2149
+ P || (P = !0, console.error(
2150
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
2151
+ V
2152
+ ));
2153
+ }
2154
+ z.isReactWarning = !0, Object.defineProperty(B, "key", {
2155
+ get: z,
2156
+ configurable: !0
2157
+ });
2158
+ }
2159
+ function l() {
2160
+ var B = e(this.type);
2161
+ return N[B] || (N[B] = !0, console.error(
2162
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
2163
+ )), B = this.props.ref, B !== void 0 ? B : null;
2164
+ }
2165
+ function u(B, V, z, T, H, K, X, k) {
2166
+ return z = K.ref, B = {
2167
+ $$typeof: p,
2168
+ type: B,
2169
+ key: V,
2170
+ props: K,
2171
+ _owner: H
2172
+ }, (z !== void 0 ? z : null) !== null ? Object.defineProperty(B, "ref", {
2173
+ enumerable: !1,
2174
+ get: l
2175
+ }) : Object.defineProperty(B, "ref", { enumerable: !1, value: null }), B._store = {}, Object.defineProperty(B._store, "validated", {
2176
+ configurable: !1,
2177
+ enumerable: !1,
2178
+ writable: !0,
2179
+ value: 0
2180
+ }), Object.defineProperty(B, "_debugInfo", {
2181
+ configurable: !1,
2182
+ enumerable: !1,
2183
+ writable: !0,
2184
+ value: null
2185
+ }), Object.defineProperty(B, "_debugStack", {
2186
+ configurable: !1,
2187
+ enumerable: !1,
2188
+ writable: !0,
2189
+ value: X
2190
+ }), Object.defineProperty(B, "_debugTask", {
2191
+ configurable: !1,
2192
+ enumerable: !1,
2193
+ writable: !0,
2194
+ value: k
2195
+ }), Object.freeze && (Object.freeze(B.props), Object.freeze(B)), B;
2196
+ }
2197
+ function c(B, V, z, T, H, K, X, k) {
2198
+ var U = V.children;
2199
+ if (U !== void 0)
2200
+ if (T)
2201
+ if (_(U)) {
2202
+ for (T = 0; T < U.length; T++)
2203
+ d(U[T]);
2204
+ Object.freeze && Object.freeze(U);
2205
+ } else
2206
+ console.error(
2207
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
2208
+ );
2209
+ else d(U);
2210
+ if (I.call(V, "key")) {
2211
+ U = e(B);
2212
+ var Y = Object.keys(V).filter(function(J) {
2213
+ return J !== "key";
2214
+ });
2215
+ T = 0 < Y.length ? "{key: someKey, " + Y.join(": ..., ") + ": ...}" : "{key: someKey}", F[U + T] || (Y = 0 < Y.length ? "{" + Y.join(": ..., ") + ": ...}" : "{}", console.error(
2216
+ `A props object containing a "key" prop is being spread into JSX:
2217
+ let props = %s;
2218
+ <%s {...props} />
2219
+ React keys must be passed directly to JSX without using spread:
2220
+ let props = %s;
2221
+ <%s key={someKey} {...props} />`,
2222
+ T,
2223
+ U,
2224
+ Y,
2225
+ U
2226
+ ), F[U + T] = !0);
2227
+ }
2228
+ if (U = null, z !== void 0 && (r(z), U = "" + z), i(V) && (r(V.key), U = "" + V.key), "key" in V) {
2229
+ z = {};
2230
+ for (var q in V)
2231
+ q !== "key" && (z[q] = V[q]);
2232
+ } else z = V;
2233
+ return U && s(
2234
+ z,
2235
+ typeof B == "function" ? B.displayName || B.name || "Unknown" : B
2236
+ ), u(
2237
+ B,
2238
+ U,
2239
+ K,
2240
+ H,
2241
+ a(),
2242
+ z,
2243
+ X,
2244
+ k
2245
+ );
2246
+ }
2247
+ function d(B) {
2248
+ typeof B == "object" && B !== null && B.$$typeof === p && B._store && (B._store.validated = 1);
2249
+ }
2250
+ var v = ne, p = Symbol.for("react.transitional.element"), b = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), y = Symbol.for("react.consumer"), C = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), E = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), x = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), O = Symbol.for("react.client.reference"), A = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, I = Object.prototype.hasOwnProperty, _ = Array.isArray, R = console.createTask ? console.createTask : function() {
2251
+ return null;
2252
+ };
2253
+ v = {
2254
+ "react-stack-bottom-frame": function(B) {
2255
+ return B();
2256
+ }
2257
+ };
2258
+ var P, N = {}, M = v["react-stack-bottom-frame"].bind(
2259
+ v,
2260
+ o
2261
+ )(), L = R(n(o)), F = {};
2262
+ xl.Fragment = h, xl.jsx = function(B, V, z, T, H) {
2263
+ var K = 1e4 > A.recentlyCreatedOwnerStacks++;
2264
+ return c(
2265
+ B,
2266
+ V,
2267
+ z,
2268
+ !1,
2269
+ T,
2270
+ H,
2271
+ K ? Error("react-stack-top-frame") : M,
2272
+ K ? R(n(B)) : L
2273
+ );
2274
+ }, xl.jsxs = function(B, V, z, T, H) {
2275
+ var K = 1e4 > A.recentlyCreatedOwnerStacks++;
2276
+ return c(
2277
+ B,
2278
+ V,
2279
+ z,
2280
+ !0,
2281
+ T,
2282
+ H,
2283
+ K ? Error("react-stack-top-frame") : M,
2284
+ K ? R(n(B)) : L
2285
+ );
2286
+ };
2287
+ }()), xl;
2288
+ }
2289
+ var EC;
2290
+ function IP() {
2291
+ return EC || (EC = 1, process.env.NODE_ENV === "production" ? bc.exports = OP() : bc.exports = DP()), bc.exports;
2292
+ }
2293
+ var Be = IP();
2294
+ const cde = ({ providers: e, children: t }) => {
2295
+ for (let r = e.length - 1; r >= 0; --r) {
2296
+ const [n, a] = e[r];
2297
+ t = /* @__PURE__ */ Be.jsxs(n, { ...a, children: [
2298
+ " ",
2299
+ t,
2300
+ " "
2301
+ ] });
2302
+ }
2303
+ return t;
2304
+ };
2305
+ var RP = typeof window < "u", Pg, wC;
2306
+ function AP() {
2307
+ return wC || (wC = 1, Pg = function() {
2017
2308
  var e = document.getSelection();
2018
2309
  if (!e.rangeCount)
2019
2310
  return function() {
@@ -2037,11 +2328,11 @@ function DP() {
2037
2328
  };
2038
2329
  }), Pg;
2039
2330
  }
2040
- var Ng, SC;
2041
- function IP() {
2042
- if (SC) return Ng;
2043
- SC = 1;
2044
- var e = DP(), t = {
2331
+ var Ng, xC;
2332
+ function _P() {
2333
+ if (xC) return Ng;
2334
+ xC = 1;
2335
+ var e = AP(), t = {
2045
2336
  "text/plain": "Text",
2046
2337
  "text/html": "Url",
2047
2338
  default: "Text"
@@ -2082,9 +2373,9 @@ function IP() {
2082
2373
  }
2083
2374
  return Ng = a, Ng;
2084
2375
  }
2085
- var RP = IP();
2086
- const AP = /* @__PURE__ */ Gn(RP);
2087
- function _P(e, t) {
2376
+ var PP = _P();
2377
+ const NP = /* @__PURE__ */ Gn(PP);
2378
+ function MP(e, t) {
2088
2379
  t === void 0 && (t = 0);
2089
2380
  var r = xe(!1), n = xe(), a = xe(e), o = Nt(function() {
2090
2381
  return r.current;
@@ -2103,13 +2394,13 @@ function _P(e, t) {
2103
2394
  }
2104
2395
  function U1(e, t, r) {
2105
2396
  t === void 0 && (t = 0), r === void 0 && (r = []);
2106
- var n = _P(e, t), a = n[0], o = n[1], i = n[2];
2397
+ var n = MP(e, t), a = n[0], o = n[1], i = n[2];
2107
2398
  return Ye(i, r), [a, o];
2108
2399
  }
2109
- var PP = function(e, t) {
2110
- return OP ? window.matchMedia(e).matches : (process.env.NODE_ENV !== "production" && console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."), !1);
2400
+ var TP = function(e, t) {
2401
+ return RP ? window.matchMedia(e).matches : (process.env.NODE_ENV !== "production" && console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."), !1);
2111
2402
  }, Ca = function(e, t) {
2112
- var r = at(PP(e)), n = r[0], a = r[1];
2403
+ var r = at(TP(e)), n = r[0], a = r[1];
2113
2404
  return Ye(function() {
2114
2405
  var o = !0, i = window.matchMedia(e), s = function() {
2115
2406
  o && a(!!i.matches);
@@ -2118,7 +2409,7 @@ var PP = function(e, t) {
2118
2409
  o = !1, i.removeEventListener("change", s);
2119
2410
  };
2120
2411
  }, [e]), n;
2121
- }, mn = /* @__PURE__ */ ((e) => (e.SESSION = "session", e.SESSION_TEMP = "session-temp", e))(mn || {}), NP = /* @__PURE__ */ ((e) => (e.IS_COLLAPSED = "is-collapsed", e.DOMAIN_VALUE = "domain-value", e))(NP || {});
2412
+ }, mn = /* @__PURE__ */ ((e) => (e.SESSION = "session", e.SESSION_TEMP = "session-temp", e))(mn || {}), BP = /* @__PURE__ */ ((e) => (e.IS_COLLAPSED = "is-collapsed", e.DOMAIN_VALUE = "domain-value", e))(BP || {});
2122
2413
  const qn = {
2123
2414
  VIEW_PORT: {
2124
2415
  EXTRA_SMALL: 280,
@@ -2153,46 +2444,46 @@ const qn = {
2153
2444
  seconds: {
2154
2445
  seconds1: 1
2155
2446
  }
2156
- }, ude = {
2447
+ }, dde = {
2157
2448
  minPasswordLength: 4,
2158
2449
  maxPasswordLength: 100
2159
- }, cde = () => {
2450
+ }, fde = () => {
2160
2451
  const e = Ca(`(min-width: ${qn.VIEW_PORT.LAPTOP_BIG}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.LAPTOP_BIG}px)`);
2161
2452
  return {
2162
2453
  isLaptopBigMinWidth: e,
2163
2454
  isLaptopBigMaxWidth: t
2164
2455
  };
2165
- }, dde = () => {
2456
+ }, vde = () => {
2166
2457
  const e = Ca(`(min-width: ${qn.VIEW_PORT.LAPTOP}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.LAPTOP}px)`);
2167
2458
  return {
2168
2459
  isLaptopMinWidth: e,
2169
2460
  isLaptopMaxWidth: t
2170
2461
  };
2171
- }, fde = () => {
2462
+ }, mde = () => {
2172
2463
  const e = Ca(`(min-width: ${qn.VIEW_PORT.TABLET}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.TABLET}px)`);
2173
2464
  return {
2174
2465
  isTabletMinWidth: e,
2175
2466
  isTabletMaxWidth: t
2176
2467
  };
2177
- }, vde = () => {
2468
+ }, gde = () => {
2178
2469
  const e = Ca(`(min-width: ${qn.VIEW_PORT.EXTRA_MEDIUM}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.EXTRA_MEDIUM}px)`);
2179
2470
  return {
2180
2471
  isExtraMediumMinWidth: e,
2181
2472
  isExtraMediumMaxWidth: t
2182
2473
  };
2183
- }, mde = () => {
2474
+ }, pde = () => {
2184
2475
  const e = Ca(`(min-width: ${qn.VIEW_PORT.MOBILE}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.MOBILE}px)`);
2185
2476
  return {
2186
2477
  isMobileMinWidth: e,
2187
2478
  isMobileMaxWidth: t
2188
2479
  };
2189
- }, gde = () => {
2480
+ }, hde = () => {
2190
2481
  const e = Ca(`(min-width: ${qn.VIEW_PORT.SMALL}px)`), t = Ca(`(max-width: ${qn.VIEW_PORT.SMALL}px)`);
2191
2482
  return {
2192
2483
  isSmallMinWidth: e,
2193
2484
  isSmallMaxWidth: t
2194
2485
  };
2195
- }, MP = "all", pde = ({
2486
+ }, FP = "all", bde = ({
2196
2487
  defaultSearchSelect: e = "name",
2197
2488
  sortFields: t,
2198
2489
  radioFilters: r,
@@ -2258,7 +2549,7 @@ const qn = {
2258
2549
  o,
2259
2550
  r
2260
2551
  ]), N = () => {
2261
- C(""), $(e), S("text"), E(MP), w(null), x(0), D(null), O("createdAtDesc"), A(1);
2552
+ C(""), $(e), S("text"), E(FP), w(null), x(0), D(null), O("createdAtDesc"), A(1);
2262
2553
  }, M = (X) => {
2263
2554
  C(X), A(1);
2264
2555
  }, L = (X) => {
@@ -2300,12 +2591,12 @@ const qn = {
2300
2591
  onChangeNumberSearch: T,
2301
2592
  onChangeMultiselectSearch: H
2302
2593
  };
2303
- }, TP = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:2(?:(?:[0-26-9]\\d|3[0-8]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\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)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-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", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|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]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|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-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["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", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?: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", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[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, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[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]|68|[78]\\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", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-68]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
2304
- function BP(e, t) {
2594
+ }, jP = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]", "(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:2(?:(?:[0-26-9]\\d|3[0-8]|5[0135-9])\\d|4(?:[02-9]\\d|10))|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90))|7(?:[013-57-9]\\d|2[0-8])\\d)\\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)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|2[23]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:01\\d|[24-689])\\d{7}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["0"]]]], BL: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "8001\\d{5}|(?:[2-467]\\d|50)\\d{6}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[235]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "[1-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", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|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]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:79[01]|83[0-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["5"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]", "(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123", "10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["46"]], ["(\\d{3})(\\d{7})", "$1 $2", ["6|90"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|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-389]|94[0-478])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}", [7, 8, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6|7[245]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-57]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "(?:[2-489]\\d|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}", [6, 7, 8, 9, 10, 11]], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], ["3[2-8]\\d{9,10}", [11, 12]], 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "([0-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[36]0|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["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", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|452|678|86", "[12]|452|6788|86"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-79]|8(?:0[6-9]|[36])"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "[2-9]\\d{9}", [10], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[0467]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?: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", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[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, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "(?:[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]|68|[78]\\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", "[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[689]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[26-9]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3(?:[1245]|3[12])"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "(?:[1-6]\\d|71)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[67]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-68]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"], 0, 0, 0, ["305209\\d{4}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "00", "(?:20|33|[5-9]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-9]"]]]], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11, 12], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[47-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2|39"], "0$1"], ["(\\d{2})(\\d{7,10})", "$1 $2", ["3"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"], ["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|[579]\\d|63)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[579]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[235-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"], 0, 0, 0, 0, 0, 0, ["2\\d{8}", [9]]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, ["348[57]\\d{7}", [11]], 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
2595
+ function LP(e, t) {
2305
2596
  var r = Array.prototype.slice.call(t);
2306
- return r.push(TP), e.apply(this, r);
2597
+ return r.push(jP), e.apply(this, r);
2307
2598
  }
2308
- function EC(e, t) {
2599
+ function OC(e, t) {
2309
2600
  e = e.split("-"), t = t.split("-");
2310
2601
  for (var r = e[0].split("."), n = t[0].split("."), a = 0; a < 3; a++) {
2311
2602
  var o = Number(r[a]), i = Number(n[a]);
@@ -2316,9 +2607,9 @@ function EC(e, t) {
2316
2607
  }
2317
2608
  return e[1] && t[1] ? e[1] > t[1] ? 1 : e[1] < t[1] ? -1 : 0 : !e[1] && t[1] ? 1 : e[1] && !t[1] ? -1 : 0;
2318
2609
  }
2319
- var FP = {}.constructor;
2610
+ var kP = {}.constructor;
2320
2611
  function Rs(e) {
2321
- return e != null && e.constructor === FP;
2612
+ return e != null && e.constructor === kP;
2322
2613
  }
2323
2614
  function Sp(e) {
2324
2615
  "@babel/helpers - typeof";
@@ -2332,16 +2623,16 @@ function $m(e, t) {
2332
2623
  if (!(e instanceof t))
2333
2624
  throw new TypeError("Cannot call a class as a function");
2334
2625
  }
2335
- function jP(e, t) {
2626
+ function zP(e, t) {
2336
2627
  for (var r = 0; r < t.length; r++) {
2337
2628
  var n = t[r];
2338
2629
  n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, n.key, n);
2339
2630
  }
2340
2631
  }
2341
2632
  function Sm(e, t, r) {
2342
- return t && jP(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
2633
+ return t && zP(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
2343
2634
  }
2344
- var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__ */ function() {
2635
+ var HP = "1.2.0", VP = "1.7.35", DC = " ext. ", WP = /^\d+$/, Tn = /* @__PURE__ */ function() {
2345
2636
  function e(t) {
2346
2637
  $m(this, e), uO(t), this.metadata = t, cO.call(this, t);
2347
2638
  }
@@ -2396,14 +2687,14 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2396
2687
  }, {
2397
2688
  key: "selectNumberingPlan",
2398
2689
  value: function(r, n) {
2399
- if (r && zP.test(r) && (n = r, r = null), r && r !== "001") {
2690
+ if (r && WP.test(r) && (n = r, r = null), r && r !== "001") {
2400
2691
  if (!this.hasCountry(r))
2401
2692
  throw new Error("Unknown country: ".concat(r));
2402
- this.numberingPlan = new xC(this.getCountryMetadata(r), this);
2693
+ this.numberingPlan = new IC(this.getCountryMetadata(r), this);
2403
2694
  } else if (n) {
2404
2695
  if (!this.hasCallingCode(n))
2405
2696
  throw new Error("Unknown calling code: ".concat(n));
2406
- this.numberingPlan = new xC(this.getNumberingPlanMetadata(n), this);
2697
+ this.numberingPlan = new IC(this.getNumberingPlanMetadata(n), this);
2407
2698
  } else
2408
2699
  this.numberingPlan = void 0;
2409
2700
  return this;
@@ -2527,7 +2818,7 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2527
2818
  return this.numberingPlan !== void 0;
2528
2819
  }
2529
2820
  }]), e;
2530
- }(), xC = /* @__PURE__ */ function() {
2821
+ }(), IC = /* @__PURE__ */ function() {
2531
2822
  function e(t, r) {
2532
2823
  $m(this, e), this.globalMetadataObject = r, this.metadata = t, cO.call(this, r.metadata);
2533
2824
  }
@@ -2586,7 +2877,7 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2586
2877
  value: function() {
2587
2878
  var r = this, n = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || [];
2588
2879
  return n.map(function(a) {
2589
- return new HP(a, r);
2880
+ return new UP(a, r);
2590
2881
  });
2591
2882
  }
2592
2883
  }, {
@@ -2654,16 +2945,16 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2654
2945
  }, {
2655
2946
  key: "type",
2656
2947
  value: function(r) {
2657
- if (this.hasTypes() && OC(this.types(), r))
2658
- return new WP(OC(this.types(), r), this);
2948
+ if (this.hasTypes() && RC(this.types(), r))
2949
+ return new GP(RC(this.types(), r), this);
2659
2950
  }
2660
2951
  }, {
2661
2952
  key: "ext",
2662
2953
  value: function() {
2663
- return this.v1 || this.v2 ? wC : this.metadata[13] || wC;
2954
+ return this.v1 || this.v2 ? DC : this.metadata[13] || DC;
2664
2955
  }
2665
2956
  }]), e;
2666
- }(), HP = /* @__PURE__ */ function() {
2957
+ }(), UP = /* @__PURE__ */ function() {
2667
2958
  function e(t, r) {
2668
2959
  $m(this, e), this._format = t, this.metadata = r;
2669
2960
  }
@@ -2702,7 +2993,7 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2702
2993
  key: "usesNationalPrefix",
2703
2994
  value: function() {
2704
2995
  return !!(this.nationalPrefixFormattingRule() && // Check that national prefix formatting rule is not a "dummy" one.
2705
- !VP.test(this.nationalPrefixFormattingRule()));
2996
+ !qP.test(this.nationalPrefixFormattingRule()));
2706
2997
  }
2707
2998
  }, {
2708
2999
  key: "internationalFormat",
@@ -2710,7 +3001,7 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2710
3001
  return this._format[5] || this.format();
2711
3002
  }
2712
3003
  }]), e;
2713
- }(), VP = /^\(?\$1\)?$/, WP = /* @__PURE__ */ function() {
3004
+ }(), qP = /^\(?\$1\)?$/, GP = /* @__PURE__ */ function() {
2714
3005
  function e(t, r) {
2715
3006
  $m(this, e), this.type = t, this.metadata = r;
2716
3007
  }
@@ -2727,7 +3018,7 @@ var LP = "1.2.0", kP = "1.7.35", wC = " ext. ", zP = /^\d+$/, Tn = /* @__PURE__
2727
3018
  }
2728
3019
  }]), e;
2729
3020
  }();
2730
- function OC(e, t) {
3021
+ function RC(e, t) {
2731
3022
  switch (t) {
2732
3023
  case "FIXED_LINE":
2733
3024
  return e[0];
@@ -2755,9 +3046,9 @@ function uO(e) {
2755
3046
  if (!e)
2756
3047
  throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
2757
3048
  if (!Rs(e) || !Rs(e.countries))
2758
- 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(Rs(e) ? "an object of shape: { " + Object.keys(e).join(", ") + " }" : "a " + UP(e) + ": " + e, "."));
3049
+ 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(Rs(e) ? "an object of shape: { " + Object.keys(e).join(", ") + " }" : "a " + KP(e) + ": " + e, "."));
2759
3050
  }
2760
- var UP = function(t) {
3051
+ var KP = function(t) {
2761
3052
  return Sp(t);
2762
3053
  };
2763
3054
  function q1(e, t) {
@@ -2765,24 +3056,24 @@ function q1(e, t) {
2765
3056
  return t.country(e).countryCallingCode();
2766
3057
  throw new Error("Unknown country: ".concat(e));
2767
3058
  }
2768
- function qP(e, t) {
3059
+ function YP(e, t) {
2769
3060
  return t.countries.hasOwnProperty(e);
2770
3061
  }
2771
3062
  function cO(e) {
2772
3063
  var t = e.version;
2773
- typeof t == "number" ? (this.v1 = t === 1, this.v2 = t === 2, this.v3 = t === 3, this.v4 = t === 4) : t ? EC(t, LP) === -1 ? this.v2 = !0 : EC(t, kP) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
3064
+ typeof t == "number" ? (this.v1 = t === 1, this.v2 = t === 2, this.v3 = t === 3, this.v4 = t === 4) : t ? OC(t, HP) === -1 ? this.v2 = !0 : OC(t, VP) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
2774
3065
  }
2775
3066
  function G1(e, t) {
2776
- return GP(e, void 0, t);
3067
+ return ZP(e, void 0, t);
2777
3068
  }
2778
- function GP(e, t, r) {
3069
+ function ZP(e, t, r) {
2779
3070
  var n = r.type(t), a = n && n.possibleLengths() || r.possibleLengths();
2780
3071
  if (!a)
2781
3072
  return "IS_POSSIBLE";
2782
3073
  var o = e.length, i = a[0];
2783
3074
  return i === o ? "IS_POSSIBLE" : i > o ? "TOO_SHORT" : a[a.length - 1] < o ? "TOO_LONG" : a.indexOf(o, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
2784
3075
  }
2785
- function KP(e, t, r) {
3076
+ function XP(e, t, r) {
2786
3077
  if (t === void 0 && (t = {}), r = new Tn(r), t.v2) {
2787
3078
  if (!e.countryCallingCode)
2788
3079
  throw new Error("Invalid phone number object passed");
@@ -2821,10 +3112,10 @@ function dO(e, t) {
2821
3112
  function po(e, t) {
2822
3113
  return e = e || "", new RegExp("^(?:" + t + ")$").test(e);
2823
3114
  }
2824
- function YP(e, t) {
3115
+ function QP(e, t) {
2825
3116
  var r = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
2826
3117
  if (r) return (r = r.call(e)).next.bind(r);
2827
- if (Array.isArray(e) || (r = ZP(e)) || t) {
3118
+ if (Array.isArray(e) || (r = JP(e)) || t) {
2828
3119
  r && (e = r);
2829
3120
  var n = 0;
2830
3121
  return function() {
@@ -2834,21 +3125,21 @@ function YP(e, t) {
2834
3125
  throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2835
3126
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
2836
3127
  }
2837
- function ZP(e, t) {
3128
+ function JP(e, t) {
2838
3129
  if (e) {
2839
- if (typeof e == "string") return DC(e, t);
3130
+ if (typeof e == "string") return AC(e, t);
2840
3131
  var r = Object.prototype.toString.call(e).slice(8, -1);
2841
3132
  if (r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set") return Array.from(e);
2842
- if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return DC(e, t);
3133
+ if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return AC(e, t);
2843
3134
  }
2844
3135
  }
2845
- function DC(e, t) {
3136
+ function AC(e, t) {
2846
3137
  (t == null || t > e.length) && (t = e.length);
2847
3138
  for (var r = 0, n = new Array(t); r < t; r++)
2848
3139
  n[r] = e[r];
2849
3140
  return n;
2850
3141
  }
2851
- var XP = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
3142
+ var eN = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
2852
3143
  function K1(e, t, r) {
2853
3144
  if (t = t || {}, !(!e.country && !e.countryCallingCode)) {
2854
3145
  r = new Tn(r), r.selectNumberingPlan(e.country, e.countryCallingCode);
@@ -2856,7 +3147,7 @@ function K1(e, t, r) {
2856
3147
  if (po(n, r.nationalNumberPattern())) {
2857
3148
  if (Mg(n, "FIXED_LINE", r))
2858
3149
  return r.type("MOBILE") && r.type("MOBILE").pattern() === "" || !r.type("MOBILE") || Mg(n, "MOBILE", r) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE";
2859
- for (var a = YP(XP), o; !(o = a()).done; ) {
3150
+ for (var a = QP(eN), o; !(o = a()).done; ) {
2860
3151
  var i = o.value;
2861
3152
  if (Mg(n, i, r))
2862
3153
  return i;
@@ -2867,37 +3158,37 @@ function K1(e, t, r) {
2867
3158
  function Mg(e, t, r) {
2868
3159
  return t = r.type(t), !t || !t.pattern() || t.possibleLengths() && t.possibleLengths().indexOf(e.length) < 0 ? !1 : po(e, t.pattern());
2869
3160
  }
2870
- function QP(e, t, r) {
3161
+ function tN(e, t, r) {
2871
3162
  if (t = t || {}, r = new Tn(r), r.selectNumberingPlan(e.country, e.countryCallingCode), r.hasTypes())
2872
3163
  return K1(e, t, r.metadata) !== void 0;
2873
3164
  var n = t.v2 ? e.nationalNumber : e.phone;
2874
3165
  return po(n, r.nationalNumberPattern());
2875
3166
  }
2876
- function JP(e, t, r) {
3167
+ function rN(e, t, r) {
2877
3168
  var n = new Tn(r), a = n.getCountryCodesForCallingCode(e);
2878
3169
  return a ? a.filter(function(o) {
2879
- return eN(t, o, r);
3170
+ return nN(t, o, r);
2880
3171
  }) : [];
2881
3172
  }
2882
- function eN(e, t, r) {
3173
+ function nN(e, t, r) {
2883
3174
  var n = new Tn(r);
2884
3175
  return n.selectNumberingPlan(t), n.numberingPlan.possibleLengths().indexOf(e.length) >= 0;
2885
3176
  }
2886
- var Y1 = 2, tN = 17, rN = 3, Ma = "0-90-9٠-٩۰-۹", nN = "-‐-―−ー-", aN = "//", oN = "..", iN = "  ­​⁠ ", sN = "()()[]\\[\\]", lN = "~⁓∼~", Dv = "".concat(nN).concat(aN).concat(oN).concat(iN).concat(sN).concat(lN), Z1 = "++", uN = new RegExp("([" + Ma + "])");
2887
- function cN(e, t, r, n) {
3177
+ var Y1 = 2, aN = 17, oN = 3, Ma = "0-90-9٠-٩۰-۹", iN = "-‐-―−ー-", sN = "//", lN = "..", uN = "  ­​⁠ ", cN = "()()[]\\[\\]", dN = "~⁓∼~", Dv = "".concat(iN).concat(sN).concat(lN).concat(uN).concat(cN).concat(dN), Z1 = "++", fN = new RegExp("([" + Ma + "])");
3178
+ function vN(e, t, r, n) {
2888
3179
  if (t) {
2889
3180
  var a = new Tn(n);
2890
3181
  a.selectNumberingPlan(t, r);
2891
3182
  var o = new RegExp(a.IDDPrefix());
2892
3183
  if (e.search(o) === 0) {
2893
3184
  e = e.slice(e.match(o)[0].length);
2894
- var i = e.match(uN);
3185
+ var i = e.match(fN);
2895
3186
  if (!(i && i[1] != null && i[1].length > 0 && i[1] === "0"))
2896
3187
  return e;
2897
3188
  }
2898
3189
  }
2899
3190
  }
2900
- function dN(e, t) {
3191
+ function mN(e, t) {
2901
3192
  if (e && t.numberingPlan.nationalPrefixForParsing()) {
2902
3193
  var r = new RegExp("^(?:" + t.numberingPlan.nationalPrefixForParsing() + ")"), n = r.exec(e);
2903
3194
  if (n) {
@@ -2926,13 +3217,13 @@ function dN(e, t) {
2926
3217
  };
2927
3218
  }
2928
3219
  function Ep(e, t) {
2929
- var r = dN(e, t), n = r.carrierCode, a = r.nationalNumber;
3220
+ var r = mN(e, t), n = r.carrierCode, a = r.nationalNumber;
2930
3221
  if (a !== e) {
2931
- if (!fN(e, a, t))
3222
+ if (!gN(e, a, t))
2932
3223
  return {
2933
3224
  nationalNumber: e
2934
3225
  };
2935
- if (t.possibleLengths() && !vN(a, t))
3226
+ if (t.possibleLengths() && !pN(a, t))
2936
3227
  return {
2937
3228
  nationalNumber: e
2938
3229
  };
@@ -2942,10 +3233,10 @@ function Ep(e, t) {
2942
3233
  carrierCode: n
2943
3234
  };
2944
3235
  }
2945
- function fN(e, t, r) {
3236
+ function gN(e, t, r) {
2946
3237
  return !(po(e, r.nationalNumberPattern()) && !po(t, r.nationalNumberPattern()));
2947
3238
  }
2948
- function vN(e, t) {
3239
+ function pN(e, t) {
2949
3240
  switch (G1(e, t)) {
2950
3241
  case "TOO_SHORT":
2951
3242
  case "INVALID_LENGTH":
@@ -2954,7 +3245,7 @@ function vN(e, t) {
2954
3245
  return !0;
2955
3246
  }
2956
3247
  }
2957
- function mN(e, t, r, n) {
3248
+ function hN(e, t, r, n) {
2958
3249
  var a = t ? q1(t, n) : r;
2959
3250
  if (e.indexOf(a) === 0) {
2960
3251
  n = new Tn(n), n.selectNumberingPlan(t, r);
@@ -2974,12 +3265,12 @@ function fO(e, t, r, n) {
2974
3265
  return {};
2975
3266
  var a;
2976
3267
  if (e[0] !== "+") {
2977
- var o = cN(e, t, r, n);
3268
+ var o = vN(e, t, r, n);
2978
3269
  if (o && o !== e)
2979
3270
  a = !0, e = "+" + o;
2980
3271
  else {
2981
3272
  if (t || r) {
2982
- var i = mN(e, t, r, n), s = i.countryCallingCode, l = i.number;
3273
+ var i = hN(e, t, r, n), s = i.countryCallingCode, l = i.number;
2983
3274
  if (s)
2984
3275
  return {
2985
3276
  countryCallingCodeSource: "FROM_NUMBER_WITHOUT_PLUS_SIGN",
@@ -2997,7 +3288,7 @@ function fO(e, t, r, n) {
2997
3288
  if (e[1] === "0")
2998
3289
  return {};
2999
3290
  n = new Tn(n);
3000
- for (var u = 2; u - 1 <= rN && u <= e.length; ) {
3291
+ for (var u = 2; u - 1 <= oN && u <= e.length; ) {
3001
3292
  var c = e.slice(1, u);
3002
3293
  if (n.hasCallingCode(c))
3003
3294
  return n.selectNumberingPlan(c), {
@@ -3009,11 +3300,11 @@ function fO(e, t, r, n) {
3009
3300
  }
3010
3301
  return {};
3011
3302
  }
3012
- function gN(e) {
3303
+ function bN(e) {
3013
3304
  return e.replace(new RegExp("[".concat(Dv, "]+"), "g"), " ").trim();
3014
3305
  }
3015
- var pN = /(\$\d)/;
3016
- function hN(e, t, r) {
3306
+ var yN = /(\$\d)/;
3307
+ function CN(e, t, r) {
3017
3308
  var n = r.useInternationalFormat, a = r.withNationalPrefix, o = e.replace(new RegExp(t.pattern()), n ? t.internationalFormat() : (
3018
3309
  // This library doesn't use `domestic_carrier_code_formatting_rule`,
3019
3310
  // because that one is only used when formatting phone numbers
@@ -3028,38 +3319,38 @@ function hN(e, t, r) {
3028
3319
  // ? format.format().replace(FIRST_GROUP_PATTERN, format.nationalPrefixFormattingRule())
3029
3320
  // : format.format()
3030
3321
  // )
3031
- a && t.nationalPrefixFormattingRule() ? t.format().replace(pN, t.nationalPrefixFormattingRule()) : t.format()
3322
+ a && t.nationalPrefixFormattingRule() ? t.format().replace(yN, t.nationalPrefixFormattingRule()) : t.format()
3032
3323
  ));
3033
- return n ? gN(o) : o;
3324
+ return n ? bN(o) : o;
3034
3325
  }
3035
- var bN = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
3036
- function yN(e, t, r) {
3326
+ var $N = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
3327
+ function SN(e, t, r) {
3037
3328
  var n = new Tn(r);
3038
3329
  if (n.selectNumberingPlan(e, t), n.defaultIDDPrefix())
3039
3330
  return n.defaultIDDPrefix();
3040
- if (bN.test(n.IDDPrefix()))
3331
+ if ($N.test(n.IDDPrefix()))
3041
3332
  return n.IDDPrefix();
3042
3333
  }
3043
- var CN = ";ext=", qi = function(t) {
3334
+ var EN = ";ext=", qi = function(t) {
3044
3335
  return "([".concat(Ma, "]{1,").concat(t, "})");
3045
3336
  };
3046
3337
  function vO(e) {
3047
- var t = "20", r = "15", n = "9", a = "6", o = "[  \\t,]*", i = "[:\\..]?[  \\t,-]*", s = "#?", l = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", u = "(?:[xx##~~]|int|int)", c = "[- ]+", d = "[  \\t]*", v = "(?:,{2}|;)", p = CN + qi(t), b = o + l + i + qi(t) + s, h = o + u + i + qi(n) + s, g = c + qi(a) + "#", m = d + v + i + qi(r) + s, y = d + "(?:,)+" + i + qi(n) + s;
3338
+ var t = "20", r = "15", n = "9", a = "6", o = "[  \\t,]*", i = "[:\\..]?[  \\t,-]*", s = "#?", l = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", u = "(?:[xx##~~]|int|int)", c = "[- ]+", d = "[  \\t]*", v = "(?:,{2}|;)", p = EN + qi(t), b = o + l + i + qi(t) + s, h = o + u + i + qi(n) + s, g = c + qi(a) + "#", m = d + v + i + qi(r) + s, y = d + "(?:,)+" + i + qi(n) + s;
3048
3339
  return p + "|" + b + "|" + h + "|" + g + "|" + m + "|" + y;
3049
3340
  }
3050
- var $N = "[" + Ma + "]{" + Y1 + "}", SN = "[" + Z1 + "]{0,1}(?:[" + Dv + "]*[" + Ma + "]){3,}[" + Dv + Ma + "]*", EN = new RegExp("^[" + Z1 + "]{0,1}(?:[" + Dv + "]*[" + Ma + "]){1,2}$", "i"), wN = SN + // Phone number extensions
3051
- "(?:" + vO() + ")?", xN = new RegExp(
3341
+ var wN = "[" + Ma + "]{" + Y1 + "}", xN = "[" + Z1 + "]{0,1}(?:[" + Dv + "]*[" + Ma + "]){3,}[" + Dv + Ma + "]*", ON = new RegExp("^[" + Z1 + "]{0,1}(?:[" + Dv + "]*[" + Ma + "]){1,2}$", "i"), DN = xN + // Phone number extensions
3342
+ "(?:" + vO() + ")?", IN = new RegExp(
3052
3343
  // Either a short two-digit-only phone number
3053
- "^" + $N + "$|^" + wN + "$",
3344
+ "^" + wN + "$|^" + DN + "$",
3054
3345
  "i"
3055
3346
  );
3056
- function ON(e) {
3057
- return e.length >= Y1 && xN.test(e);
3347
+ function RN(e) {
3348
+ return e.length >= Y1 && IN.test(e);
3058
3349
  }
3059
- function DN(e) {
3060
- return EN.test(e);
3350
+ function AN(e) {
3351
+ return ON.test(e);
3061
3352
  }
3062
- function IN(e) {
3353
+ function _N(e) {
3063
3354
  var t = e.number, r = e.ext;
3064
3355
  if (!t)
3065
3356
  return "";
@@ -3067,10 +3358,10 @@ function IN(e) {
3067
3358
  throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');
3068
3359
  return "tel:".concat(t).concat(r ? ";ext=" + r : "");
3069
3360
  }
3070
- function RN(e, t) {
3361
+ function PN(e, t) {
3071
3362
  var r = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3072
3363
  if (r) return (r = r.call(e)).next.bind(r);
3073
- if (Array.isArray(e) || (r = AN(e)) || t) {
3364
+ if (Array.isArray(e) || (r = NN(e)) || t) {
3074
3365
  r && (e = r);
3075
3366
  var n = 0;
3076
3367
  return function() {
@@ -3080,21 +3371,21 @@ function RN(e, t) {
3080
3371
  throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3081
3372
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3082
3373
  }
3083
- function AN(e, t) {
3374
+ function NN(e, t) {
3084
3375
  if (e) {
3085
- if (typeof e == "string") return IC(e, t);
3376
+ if (typeof e == "string") return _C(e, t);
3086
3377
  var r = Object.prototype.toString.call(e).slice(8, -1);
3087
3378
  if (r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set") return Array.from(e);
3088
- if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return IC(e, t);
3379
+ if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return _C(e, t);
3089
3380
  }
3090
3381
  }
3091
- function IC(e, t) {
3382
+ function _C(e, t) {
3092
3383
  (t == null || t > e.length) && (t = e.length);
3093
3384
  for (var r = 0, n = new Array(t); r < t; r++)
3094
3385
  n[r] = e[r];
3095
3386
  return n;
3096
3387
  }
3097
- function RC(e, t) {
3388
+ function PC(e, t) {
3098
3389
  var r = Object.keys(e);
3099
3390
  if (Object.getOwnPropertySymbols) {
3100
3391
  var n = Object.getOwnPropertySymbols(e);
@@ -3104,27 +3395,27 @@ function RC(e, t) {
3104
3395
  }
3105
3396
  return r;
3106
3397
  }
3107
- function AC(e) {
3398
+ function NC(e) {
3108
3399
  for (var t = 1; t < arguments.length; t++) {
3109
3400
  var r = arguments[t] != null ? arguments[t] : {};
3110
- t % 2 ? RC(Object(r), !0).forEach(function(n) {
3111
- _N(e, n, r[n]);
3112
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : RC(Object(r)).forEach(function(n) {
3401
+ t % 2 ? PC(Object(r), !0).forEach(function(n) {
3402
+ MN(e, n, r[n]);
3403
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : PC(Object(r)).forEach(function(n) {
3113
3404
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
3114
3405
  });
3115
3406
  }
3116
3407
  return e;
3117
3408
  }
3118
- function _N(e, t, r) {
3409
+ function MN(e, t, r) {
3119
3410
  return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
3120
3411
  }
3121
- var _C = {
3412
+ var MC = {
3122
3413
  formatExtension: function(t, r, n) {
3123
3414
  return "".concat(t).concat(n.ext()).concat(r);
3124
3415
  }
3125
3416
  };
3126
- function PN(e, t, r, n) {
3127
- if (r ? r = AC(AC({}, _C), r) : r = _C, n = new Tn(n), e.country && e.country !== "001") {
3417
+ function TN(e, t, r, n) {
3418
+ if (r ? r = NC(NC({}, MC), r) : r = MC, n = new Tn(n), e.country && e.country !== "001") {
3128
3419
  if (!n.hasCountry(e.country))
3129
3420
  throw new Error("Unknown country: ".concat(e.country));
3130
3421
  n.country(e.country);
@@ -3140,7 +3431,7 @@ function PN(e, t, r, n) {
3140
3431
  case "E.164":
3141
3432
  return "+".concat(a).concat(o);
3142
3433
  case "RFC3966":
3143
- return IN({
3434
+ return _N({
3144
3435
  number: "+".concat(a).concat(o),
3145
3436
  ext: e.ext
3146
3437
  });
@@ -3151,21 +3442,21 @@ function PN(e, t, r, n) {
3151
3442
  case "IDD":
3152
3443
  if (!r.fromCountry)
3153
3444
  return;
3154
- var s = MN(o, e.carrierCode, a, r.fromCountry, n);
3445
+ var s = FN(o, e.carrierCode, a, r.fromCountry, n);
3155
3446
  return Tg(s, e.ext, n, r.formatExtension);
3156
3447
  default:
3157
3448
  throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t, '"'));
3158
3449
  }
3159
3450
  }
3160
3451
  function Iv(e, t, r, n, a) {
3161
- var o = NN(n.formats(), e);
3162
- return o ? hN(e, o, {
3452
+ var o = BN(n.formats(), e);
3453
+ return o ? CN(e, o, {
3163
3454
  useInternationalFormat: r === "INTERNATIONAL",
3164
3455
  withNationalPrefix: !(o.nationalPrefixIsOptionalWhenFormattingInNationalFormat() && a && a.nationalPrefix === !1)
3165
3456
  }) : e;
3166
3457
  }
3167
- function NN(e, t) {
3168
- for (var r = RN(e), n; !(n = r()).done; ) {
3458
+ function BN(e, t) {
3459
+ for (var r = PN(e), n; !(n = r()).done; ) {
3169
3460
  var a = n.value;
3170
3461
  if (a.leadingDigitsPatterns().length > 0) {
3171
3462
  var o = a.leadingDigitsPatterns()[a.leadingDigitsPatterns().length - 1];
@@ -3179,17 +3470,17 @@ function NN(e, t) {
3179
3470
  function Tg(e, t, r, n) {
3180
3471
  return t ? n(e, t, r) : e;
3181
3472
  }
3182
- function MN(e, t, r, n, a) {
3473
+ function FN(e, t, r, n, a) {
3183
3474
  var o = q1(n, a.metadata);
3184
3475
  if (o === r) {
3185
3476
  var i = Iv(e, t, "NATIONAL", a);
3186
3477
  return r === "1" ? r + " " + i : i;
3187
3478
  }
3188
- var s = yN(n, void 0, a.metadata);
3479
+ var s = SN(n, void 0, a.metadata);
3189
3480
  if (s)
3190
3481
  return "".concat(s, " ").concat(r, " ").concat(Iv(e, null, "INTERNATIONAL", a));
3191
3482
  }
3192
- function PC(e, t) {
3483
+ function TC(e, t) {
3193
3484
  var r = Object.keys(e);
3194
3485
  if (Object.getOwnPropertySymbols) {
3195
3486
  var n = Object.getOwnPropertySymbols(e);
@@ -3199,36 +3490,36 @@ function PC(e, t) {
3199
3490
  }
3200
3491
  return r;
3201
3492
  }
3202
- function NC(e) {
3493
+ function BC(e) {
3203
3494
  for (var t = 1; t < arguments.length; t++) {
3204
3495
  var r = arguments[t] != null ? arguments[t] : {};
3205
- t % 2 ? PC(Object(r), !0).forEach(function(n) {
3206
- TN(e, n, r[n]);
3207
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : PC(Object(r)).forEach(function(n) {
3496
+ t % 2 ? TC(Object(r), !0).forEach(function(n) {
3497
+ jN(e, n, r[n]);
3498
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : TC(Object(r)).forEach(function(n) {
3208
3499
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
3209
3500
  });
3210
3501
  }
3211
3502
  return e;
3212
3503
  }
3213
- function TN(e, t, r) {
3504
+ function jN(e, t, r) {
3214
3505
  return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
3215
3506
  }
3216
- function BN(e, t) {
3507
+ function LN(e, t) {
3217
3508
  if (!(e instanceof t))
3218
3509
  throw new TypeError("Cannot call a class as a function");
3219
3510
  }
3220
- function FN(e, t) {
3511
+ function kN(e, t) {
3221
3512
  for (var r = 0; r < t.length; r++) {
3222
3513
  var n = t[r];
3223
3514
  n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, n.key, n);
3224
3515
  }
3225
3516
  }
3226
- function jN(e, t, r) {
3227
- return t && FN(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
3517
+ function zN(e, t, r) {
3518
+ return t && kN(e.prototype, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
3228
3519
  }
3229
- var LN = /* @__PURE__ */ function() {
3520
+ var HN = /* @__PURE__ */ function() {
3230
3521
  function e(t, r, n) {
3231
- if (BN(this, e), !t)
3522
+ if (LN(this, e), !t)
3232
3523
  throw new TypeError("First argument is required");
3233
3524
  if (typeof t != "string")
3234
3525
  throw new TypeError("First argument must be a string");
@@ -3238,7 +3529,7 @@ var LN = /* @__PURE__ */ function() {
3238
3529
  if (Rs(r) && Rs(r.countries)) {
3239
3530
  n = r;
3240
3531
  var a = t;
3241
- if (!HN.test(a))
3532
+ if (!UN.test(a))
3242
3533
  throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');
3243
3534
  var o = fO(a, void 0, void 0, n), i = o.countryCallingCode, s = o.number;
3244
3535
  if (r = s, t = i, !r)
@@ -3250,12 +3541,12 @@ var LN = /* @__PURE__ */ function() {
3250
3541
  if (typeof r != "string")
3251
3542
  throw new TypeError("`nationalNumber` argument must be a string");
3252
3543
  uO(n);
3253
- var l = zN(t, n), u = l.country, c = l.countryCallingCode;
3544
+ var l = WN(t, n), u = l.country, c = l.countryCallingCode;
3254
3545
  this.country = u, this.countryCallingCode = c, this.nationalNumber = r, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.getMetadata = function() {
3255
3546
  return n;
3256
3547
  };
3257
3548
  }
3258
- return jN(e, [{
3549
+ return zN(e, [{
3259
3550
  key: "setExt",
3260
3551
  value: function(r) {
3261
3552
  this.ext = r;
@@ -3263,19 +3554,19 @@ var LN = /* @__PURE__ */ function() {
3263
3554
  }, {
3264
3555
  key: "getPossibleCountries",
3265
3556
  value: function() {
3266
- return this.country ? [this.country] : JP(this.countryCallingCode, this.nationalNumber, this.getMetadata());
3557
+ return this.country ? [this.country] : rN(this.countryCallingCode, this.nationalNumber, this.getMetadata());
3267
3558
  }
3268
3559
  }, {
3269
3560
  key: "isPossible",
3270
3561
  value: function() {
3271
- return KP(this, {
3562
+ return XP(this, {
3272
3563
  v2: !0
3273
3564
  }, this.getMetadata());
3274
3565
  }
3275
3566
  }, {
3276
3567
  key: "isValid",
3277
3568
  value: function() {
3278
- return QP(this, {
3569
+ return tN(this, {
3279
3570
  v2: !0
3280
3571
  }, this.getMetadata());
3281
3572
  }
@@ -3314,7 +3605,7 @@ var LN = /* @__PURE__ */ function() {
3314
3605
  }, {
3315
3606
  key: "format",
3316
3607
  value: function(r, n) {
3317
- return PN(this, r, n ? NC(NC({}, n), {}, {
3608
+ return TN(this, r, n ? BC(BC({}, n), {}, {
3318
3609
  v2: !0
3319
3610
  }) : {
3320
3611
  v2: !0
@@ -3336,17 +3627,17 @@ var LN = /* @__PURE__ */ function() {
3336
3627
  return this.format("RFC3966", r);
3337
3628
  }
3338
3629
  }]), e;
3339
- }(), kN = function(t) {
3630
+ }(), VN = function(t) {
3340
3631
  return /^[A-Z]{2}$/.test(t);
3341
3632
  };
3342
- function zN(e, t) {
3633
+ function WN(e, t) {
3343
3634
  var r, n, a = new Tn(t);
3344
- return kN(e) ? (r = e, a.selectNumberingPlan(r), n = a.countryCallingCode()) : n = e, {
3635
+ return VN(e) ? (r = e, a.selectNumberingPlan(r), n = a.countryCallingCode()) : n = e, {
3345
3636
  country: r,
3346
3637
  countryCallingCode: n
3347
3638
  };
3348
3639
  }
3349
- var HN = /^\+\d+$/;
3640
+ var UN = /^\+\d+$/;
3350
3641
  function wp(e) {
3351
3642
  "@babel/helpers - typeof";
3352
3643
  return wp = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
@@ -3355,19 +3646,19 @@ function wp(e) {
3355
3646
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
3356
3647
  }, wp(e);
3357
3648
  }
3358
- function VN(e, t, r) {
3649
+ function qN(e, t, r) {
3359
3650
  return Object.defineProperty(e, "prototype", { writable: !1 }), e;
3360
3651
  }
3361
- function WN(e, t) {
3652
+ function GN(e, t) {
3362
3653
  if (!(e instanceof t))
3363
3654
  throw new TypeError("Cannot call a class as a function");
3364
3655
  }
3365
- function UN(e, t) {
3656
+ function KN(e, t) {
3366
3657
  if (typeof t != "function" && t !== null)
3367
3658
  throw new TypeError("Super expression must either be null or a function");
3368
3659
  e.prototype = Object.create(t && t.prototype, { constructor: { value: e, writable: !0, configurable: !0 } }), Object.defineProperty(e, "prototype", { writable: !1 }), t && gu(e, t);
3369
3660
  }
3370
- function qN(e) {
3661
+ function YN(e) {
3371
3662
  var t = gO();
3372
3663
  return function() {
3373
3664
  var n = pu(e), a;
@@ -3376,10 +3667,10 @@ function qN(e) {
3376
3667
  a = Reflect.construct(n, arguments, o);
3377
3668
  } else
3378
3669
  a = n.apply(this, arguments);
3379
- return GN(this, a);
3670
+ return ZN(this, a);
3380
3671
  };
3381
3672
  }
3382
- function GN(e, t) {
3673
+ function ZN(e, t) {
3383
3674
  if (t && (wp(t) === "object" || typeof t == "function"))
3384
3675
  return t;
3385
3676
  if (t !== void 0)
@@ -3394,7 +3685,7 @@ function mO(e) {
3394
3685
  function xp(e) {
3395
3686
  var t = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
3396
3687
  return xp = function(n) {
3397
- if (n === null || !KN(n)) return n;
3688
+ if (n === null || !XN(n)) return n;
3398
3689
  if (typeof n != "function")
3399
3690
  throw new TypeError("Super expression must either be null or a function");
3400
3691
  if (typeof t < "u") {
@@ -3425,7 +3716,7 @@ function gO() {
3425
3716
  return !1;
3426
3717
  }
3427
3718
  }
3428
- function KN(e) {
3719
+ function XN(e) {
3429
3720
  return Function.toString.call(e).indexOf("[native code]") !== -1;
3430
3721
  }
3431
3722
  function gu(e, t) {
@@ -3439,19 +3730,19 @@ function pu(e) {
3439
3730
  }, pu(e);
3440
3731
  }
3441
3732
  var lo = /* @__PURE__ */ function(e) {
3442
- UN(r, e);
3443
- var t = qN(r);
3733
+ KN(r, e);
3734
+ var t = YN(r);
3444
3735
  function r(n) {
3445
3736
  var a;
3446
- return WN(this, r), a = t.call(this, n), Object.setPrototypeOf(mO(a), r.prototype), a.name = a.constructor.name, a;
3737
+ return GN(this, r), a = t.call(this, n), Object.setPrototypeOf(mO(a), r.prototype), a.name = a.constructor.name, a;
3447
3738
  }
3448
- return VN(r);
3449
- }(/* @__PURE__ */ xp(Error)), MC = new RegExp("(?:" + vO() + ")$", "i");
3450
- function YN(e) {
3451
- var t = e.search(MC);
3739
+ return qN(r);
3740
+ }(/* @__PURE__ */ xp(Error)), FC = new RegExp("(?:" + vO() + ")$", "i");
3741
+ function QN(e) {
3742
+ var t = e.search(FC);
3452
3743
  if (t < 0)
3453
3744
  return {};
3454
- for (var r = e.slice(0, t), n = e.match(MC), a = 1; a < n.length; ) {
3745
+ for (var r = e.slice(0, t), n = e.match(FC), a = 1; a < n.length; ) {
3455
3746
  if (n[a])
3456
3747
  return {
3457
3748
  number: r,
@@ -3460,7 +3751,7 @@ function YN(e) {
3460
3751
  a++;
3461
3752
  }
3462
3753
  }
3463
- var ZN = {
3754
+ var JN = {
3464
3755
  0: "0",
3465
3756
  1: "1",
3466
3757
  2: "2",
@@ -3532,13 +3823,13 @@ var ZN = {
3532
3823
  "۹": "9"
3533
3824
  // Eastern-Arabic digit 9
3534
3825
  };
3535
- function XN(e) {
3536
- return ZN[e];
3826
+ function e7(e) {
3827
+ return JN[e];
3537
3828
  }
3538
- function QN(e, t) {
3829
+ function t7(e, t) {
3539
3830
  var r = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3540
3831
  if (r) return (r = r.call(e)).next.bind(r);
3541
- if (Array.isArray(e) || (r = JN(e)) || t) {
3832
+ if (Array.isArray(e) || (r = r7(e)) || t) {
3542
3833
  r && (e = r);
3543
3834
  var n = 0;
3544
3835
  return function() {
@@ -3548,34 +3839,34 @@ function QN(e, t) {
3548
3839
  throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3549
3840
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3550
3841
  }
3551
- function JN(e, t) {
3842
+ function r7(e, t) {
3552
3843
  if (e) {
3553
- if (typeof e == "string") return TC(e, t);
3844
+ if (typeof e == "string") return jC(e, t);
3554
3845
  var r = Object.prototype.toString.call(e).slice(8, -1);
3555
3846
  if (r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set") return Array.from(e);
3556
- if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return TC(e, t);
3847
+ if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return jC(e, t);
3557
3848
  }
3558
3849
  }
3559
- function TC(e, t) {
3850
+ function jC(e, t) {
3560
3851
  (t == null || t > e.length) && (t = e.length);
3561
3852
  for (var r = 0, n = new Array(t); r < t; r++)
3562
3853
  n[r] = e[r];
3563
3854
  return n;
3564
3855
  }
3565
- function BC(e) {
3566
- for (var t = "", r = QN(e.split("")), n; !(n = r()).done; ) {
3856
+ function LC(e) {
3857
+ for (var t = "", r = t7(e.split("")), n; !(n = r()).done; ) {
3567
3858
  var a = n.value;
3568
- t += e7(a, t) || "";
3859
+ t += n7(a, t) || "";
3569
3860
  }
3570
3861
  return t;
3571
3862
  }
3572
- function e7(e, t, r) {
3573
- return e === "+" ? t ? void 0 : "+" : XN(e);
3863
+ function n7(e, t, r) {
3864
+ return e === "+" ? t ? void 0 : "+" : e7(e);
3574
3865
  }
3575
- function t7(e, t) {
3866
+ function a7(e, t) {
3576
3867
  var r = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3577
3868
  if (r) return (r = r.call(e)).next.bind(r);
3578
- if (Array.isArray(e) || (r = r7(e)) || t) {
3869
+ if (Array.isArray(e) || (r = o7(e)) || t) {
3579
3870
  r && (e = r);
3580
3871
  var n = 0;
3581
3872
  return function() {
@@ -3585,24 +3876,24 @@ function t7(e, t) {
3585
3876
  throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3586
3877
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3587
3878
  }
3588
- function r7(e, t) {
3879
+ function o7(e, t) {
3589
3880
  if (e) {
3590
- if (typeof e == "string") return FC(e, t);
3881
+ if (typeof e == "string") return kC(e, t);
3591
3882
  var r = Object.prototype.toString.call(e).slice(8, -1);
3592
3883
  if (r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set") return Array.from(e);
3593
- if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return FC(e, t);
3884
+ if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return kC(e, t);
3594
3885
  }
3595
3886
  }
3596
- function FC(e, t) {
3887
+ function kC(e, t) {
3597
3888
  (t == null || t > e.length) && (t = e.length);
3598
3889
  for (var r = 0, n = new Array(t); r < t; r++)
3599
3890
  n[r] = e[r];
3600
3891
  return n;
3601
3892
  }
3602
- function n7(e, t) {
3893
+ function i7(e, t) {
3603
3894
  var r = t.countries, n = t.metadata;
3604
3895
  n = new Tn(n);
3605
- for (var a = t7(r), o; !(o = a()).done; ) {
3896
+ for (var a = a7(r), o; !(o = a()).done; ) {
3606
3897
  var i = o.value;
3607
3898
  if (n.country(i), n.leadingDigits()) {
3608
3899
  if (e && e.search(n.leadingDigits()) === 0)
@@ -3614,16 +3905,16 @@ function n7(e, t) {
3614
3905
  return i;
3615
3906
  }
3616
3907
  }
3617
- function a7(e, t) {
3908
+ function s7(e, t) {
3618
3909
  var r = t.nationalNumber, n = t.metadata, a = n.getCountryCodesForCallingCode(e);
3619
3910
  if (a)
3620
- return a.length === 1 ? a[0] : n7(r, {
3911
+ return a.length === 1 ? a[0] : i7(r, {
3621
3912
  countries: a,
3622
3913
  metadata: n.metadata
3623
3914
  });
3624
3915
  }
3625
- var pO = "+", o7 = "[\\-\\.\\(\\)]?", jC = "([" + Ma + "]|" + o7 + ")", i7 = "^\\" + pO + jC + "*[" + Ma + "]" + jC + "*$", s7 = new RegExp(i7, "g"), Op = Ma, l7 = "[" + Op + "]+((\\-)*[" + Op + "])*", u7 = "a-zA-Z", c7 = "[" + u7 + "]+((\\-)*[" + Op + "])*", d7 = "^(" + l7 + "\\.)*" + c7 + "\\.?$", f7 = new RegExp(d7, "g"), LC = "tel:", Dp = ";phone-context=", v7 = ";isub=";
3626
- function m7(e) {
3916
+ var pO = "+", l7 = "[\\-\\.\\(\\)]?", zC = "([" + Ma + "]|" + l7 + ")", u7 = "^\\" + pO + zC + "*[" + Ma + "]" + zC + "*$", c7 = new RegExp(u7, "g"), Op = Ma, d7 = "[" + Op + "]+((\\-)*[" + Op + "])*", f7 = "a-zA-Z", v7 = "[" + f7 + "]+((\\-)*[" + Op + "])*", m7 = "^(" + d7 + "\\.)*" + v7 + "\\.?$", g7 = new RegExp(m7, "g"), HC = "tel:", Dp = ";phone-context=", p7 = ";isub=";
3917
+ function h7(e) {
3627
3918
  var t = e.indexOf(Dp);
3628
3919
  if (t < 0)
3629
3920
  return null;
@@ -3633,38 +3924,38 @@ function m7(e) {
3633
3924
  var n = e.indexOf(";", r);
3634
3925
  return n >= 0 ? e.substring(r, n) : e.substring(r);
3635
3926
  }
3636
- function g7(e) {
3637
- return e === null ? !0 : e.length === 0 ? !1 : s7.test(e) || f7.test(e);
3927
+ function b7(e) {
3928
+ return e === null ? !0 : e.length === 0 ? !1 : c7.test(e) || g7.test(e);
3638
3929
  }
3639
- function p7(e, t) {
3640
- var r = t.extractFormattedPhoneNumber, n = m7(e);
3641
- if (!g7(n))
3930
+ function y7(e, t) {
3931
+ var r = t.extractFormattedPhoneNumber, n = h7(e);
3932
+ if (!b7(n))
3642
3933
  throw new lo("NOT_A_NUMBER");
3643
3934
  var a;
3644
3935
  if (n === null)
3645
3936
  a = r(e) || "";
3646
3937
  else {
3647
3938
  a = "", n.charAt(0) === pO && (a += n);
3648
- var o = e.indexOf(LC), i;
3649
- o >= 0 ? i = o + LC.length : i = 0;
3939
+ var o = e.indexOf(HC), i;
3940
+ o >= 0 ? i = o + HC.length : i = 0;
3650
3941
  var s = e.indexOf(Dp);
3651
3942
  a += e.substring(i, s);
3652
3943
  }
3653
- var l = a.indexOf(v7);
3944
+ var l = a.indexOf(p7);
3654
3945
  if (l > 0 && (a = a.substring(0, l)), a !== "")
3655
3946
  return a;
3656
3947
  }
3657
- var h7 = 250, b7 = new RegExp("[" + Z1 + Ma + "]"), y7 = new RegExp("[^" + Ma + "#]+$");
3658
- function C7(e, t, r) {
3948
+ var C7 = 250, $7 = new RegExp("[" + Z1 + Ma + "]"), S7 = new RegExp("[^" + Ma + "#]+$");
3949
+ function E7(e, t, r) {
3659
3950
  if (t = t || {}, r = new Tn(r), t.defaultCountry && !r.hasCountry(t.defaultCountry))
3660
3951
  throw t.v2 ? new lo("INVALID_COUNTRY") : new Error("Unknown country: ".concat(t.defaultCountry));
3661
- var n = S7(e, t.v2, t.extract), a = n.number, o = n.ext, i = n.error;
3952
+ var n = x7(e, t.v2, t.extract), a = n.number, o = n.ext, i = n.error;
3662
3953
  if (!a) {
3663
3954
  if (t.v2)
3664
3955
  throw i === "TOO_SHORT" ? new lo("TOO_SHORT") : new lo("NOT_A_NUMBER");
3665
3956
  return {};
3666
3957
  }
3667
- var s = w7(a, t.defaultCountry, t.defaultCallingCode, r), l = s.country, u = s.nationalNumber, c = s.countryCallingCode, d = s.countryCallingCodeSource, v = s.carrierCode;
3958
+ var s = D7(a, t.defaultCountry, t.defaultCallingCode, r), l = s.country, u = s.nationalNumber, c = s.countryCallingCode, d = s.countryCallingCodeSource, v = s.carrierCode;
3668
3959
  if (!r.hasSelectedNumberingPlan()) {
3669
3960
  if (t.v2)
3670
3961
  throw new lo("INVALID_COUNTRY");
@@ -3675,13 +3966,13 @@ function C7(e, t, r) {
3675
3966
  throw new lo("TOO_SHORT");
3676
3967
  return {};
3677
3968
  }
3678
- if (u.length > tN) {
3969
+ if (u.length > aN) {
3679
3970
  if (t.v2)
3680
3971
  throw new lo("TOO_LONG");
3681
3972
  return {};
3682
3973
  }
3683
3974
  if (t.v2) {
3684
- var p = new LN(c, u, r.metadata);
3975
+ var p = new HN(c, u, r.metadata);
3685
3976
  return l && (p.country = l), v && (p.carrierCode = v), o && (p.ext = o), p.__countryCallingCodeSource = d, p;
3686
3977
  }
3687
3978
  var b = (t.extended ? r.hasSelectedNumberingPlan() : l) ? po(u, r.nationalNumberPattern()) : !1;
@@ -3693,48 +3984,48 @@ function C7(e, t, r) {
3693
3984
  possible: b ? !0 : !!(t.extended === !0 && r.possibleLengths() && dO(u, r)),
3694
3985
  phone: u,
3695
3986
  ext: o
3696
- } : b ? E7(l, u, o) : {};
3987
+ } : b ? O7(l, u, o) : {};
3697
3988
  }
3698
- function $7(e, t, r) {
3989
+ function w7(e, t, r) {
3699
3990
  if (e) {
3700
- if (e.length > h7) {
3991
+ if (e.length > C7) {
3701
3992
  if (r)
3702
3993
  throw new lo("TOO_LONG");
3703
3994
  return;
3704
3995
  }
3705
3996
  if (t === !1)
3706
3997
  return e;
3707
- var n = e.search(b7);
3998
+ var n = e.search($7);
3708
3999
  if (!(n < 0))
3709
- return e.slice(n).replace(y7, "");
4000
+ return e.slice(n).replace(S7, "");
3710
4001
  }
3711
4002
  }
3712
- function S7(e, t, r) {
3713
- var n = p7(e, {
4003
+ function x7(e, t, r) {
4004
+ var n = y7(e, {
3714
4005
  extractFormattedPhoneNumber: function(i) {
3715
- return $7(i, r, t);
4006
+ return w7(i, r, t);
3716
4007
  }
3717
4008
  });
3718
4009
  if (!n)
3719
4010
  return {};
3720
- if (!ON(n))
3721
- return DN(n) ? {
4011
+ if (!RN(n))
4012
+ return AN(n) ? {
3722
4013
  error: "TOO_SHORT"
3723
4014
  } : {};
3724
- var a = YN(n);
4015
+ var a = QN(n);
3725
4016
  return a.ext ? a : {
3726
4017
  number: n
3727
4018
  };
3728
4019
  }
3729
- function E7(e, t, r) {
4020
+ function O7(e, t, r) {
3730
4021
  var n = {
3731
4022
  country: e,
3732
4023
  phone: t
3733
4024
  };
3734
4025
  return r && (n.ext = r), n;
3735
4026
  }
3736
- function w7(e, t, r, n) {
3737
- var a = fO(BC(e), t, r, n.metadata), o = a.countryCallingCodeSource, i = a.countryCallingCode, s = a.number, l;
4027
+ function D7(e, t, r, n) {
4028
+ var a = fO(LC(e), t, r, n.metadata), o = a.countryCallingCodeSource, i = a.countryCallingCode, s = a.number, l;
3738
4029
  if (i)
3739
4030
  n.selectNumberingPlan(i);
3740
4031
  else if (s && (t || r))
@@ -3745,7 +4036,7 @@ function w7(e, t, r, n) {
3745
4036
  countryCallingCodeSource: o,
3746
4037
  countryCallingCode: i
3747
4038
  };
3748
- var u = Ep(BC(s), n), c = u.nationalNumber, d = u.carrierCode, v = a7(i, {
4039
+ var u = Ep(LC(s), n), c = u.nationalNumber, d = u.carrierCode, v = s7(i, {
3749
4040
  nationalNumber: c,
3750
4041
  metadata: n
3751
4042
  });
@@ -3757,7 +4048,7 @@ function w7(e, t, r, n) {
3757
4048
  carrierCode: d
3758
4049
  };
3759
4050
  }
3760
- function kC(e, t) {
4051
+ function VC(e, t) {
3761
4052
  var r = Object.keys(e);
3762
4053
  if (Object.getOwnPropertySymbols) {
3763
4054
  var n = Object.getOwnPropertySymbols(e);
@@ -3767,26 +4058,26 @@ function kC(e, t) {
3767
4058
  }
3768
4059
  return r;
3769
4060
  }
3770
- function zC(e) {
4061
+ function WC(e) {
3771
4062
  for (var t = 1; t < arguments.length; t++) {
3772
4063
  var r = arguments[t] != null ? arguments[t] : {};
3773
- t % 2 ? kC(Object(r), !0).forEach(function(n) {
3774
- x7(e, n, r[n]);
3775
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : kC(Object(r)).forEach(function(n) {
4064
+ t % 2 ? VC(Object(r), !0).forEach(function(n) {
4065
+ I7(e, n, r[n]);
4066
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : VC(Object(r)).forEach(function(n) {
3776
4067
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
3777
4068
  });
3778
4069
  }
3779
4070
  return e;
3780
4071
  }
3781
- function x7(e, t, r) {
4072
+ function I7(e, t, r) {
3782
4073
  return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
3783
4074
  }
3784
- function O7(e, t, r) {
3785
- return C7(e, zC(zC({}, t), {}, {
4075
+ function R7(e, t, r) {
4076
+ return E7(e, WC(WC({}, t), {}, {
3786
4077
  v2: !0
3787
4078
  }), r);
3788
4079
  }
3789
- function HC(e, t) {
4080
+ function UC(e, t) {
3790
4081
  var r = Object.keys(e);
3791
4082
  if (Object.getOwnPropertySymbols) {
3792
4083
  var n = Object.getOwnPropertySymbols(e);
@@ -3796,42 +4087,42 @@ function HC(e, t) {
3796
4087
  }
3797
4088
  return r;
3798
4089
  }
3799
- function D7(e) {
4090
+ function A7(e) {
3800
4091
  for (var t = 1; t < arguments.length; t++) {
3801
4092
  var r = arguments[t] != null ? arguments[t] : {};
3802
- t % 2 ? HC(Object(r), !0).forEach(function(n) {
3803
- I7(e, n, r[n]);
3804
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : HC(Object(r)).forEach(function(n) {
4093
+ t % 2 ? UC(Object(r), !0).forEach(function(n) {
4094
+ _7(e, n, r[n]);
4095
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : UC(Object(r)).forEach(function(n) {
3805
4096
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
3806
4097
  });
3807
4098
  }
3808
4099
  return e;
3809
4100
  }
3810
- function I7(e, t, r) {
4101
+ function _7(e, t, r) {
3811
4102
  return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
3812
4103
  }
3813
- function R7(e, t) {
3814
- return N7(e) || P7(e, t) || _7(e, t) || A7();
4104
+ function P7(e, t) {
4105
+ return B7(e) || T7(e, t) || M7(e, t) || N7();
3815
4106
  }
3816
- function A7() {
4107
+ function N7() {
3817
4108
  throw new TypeError(`Invalid attempt to destructure non-iterable instance.
3818
4109
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
3819
4110
  }
3820
- function _7(e, t) {
4111
+ function M7(e, t) {
3821
4112
  if (e) {
3822
- if (typeof e == "string") return VC(e, t);
4113
+ if (typeof e == "string") return qC(e, t);
3823
4114
  var r = Object.prototype.toString.call(e).slice(8, -1);
3824
4115
  if (r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set") return Array.from(e);
3825
- if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return VC(e, t);
4116
+ if (r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)) return qC(e, t);
3826
4117
  }
3827
4118
  }
3828
- function VC(e, t) {
4119
+ function qC(e, t) {
3829
4120
  (t == null || t > e.length) && (t = e.length);
3830
4121
  for (var r = 0, n = new Array(t); r < t; r++)
3831
4122
  n[r] = e[r];
3832
4123
  return n;
3833
4124
  }
3834
- function P7(e, t) {
4125
+ function T7(e, t) {
3835
4126
  var r = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
3836
4127
  if (r != null) {
3837
4128
  var n = [], a = !0, o = !1, i, s;
@@ -3850,16 +4141,16 @@ function P7(e, t) {
3850
4141
  return n;
3851
4142
  }
3852
4143
  }
3853
- function N7(e) {
4144
+ function B7(e) {
3854
4145
  if (Array.isArray(e)) return e;
3855
4146
  }
3856
- function M7(e) {
3857
- var t = Array.prototype.slice.call(e), r = R7(t, 4), n = r[0], a = r[1], o = r[2], i = r[3], s, l, u;
4147
+ function F7(e) {
4148
+ var t = Array.prototype.slice.call(e), r = P7(t, 4), n = r[0], a = r[1], o = r[2], i = r[3], s, l, u;
3858
4149
  if (typeof n == "string")
3859
4150
  s = n;
3860
4151
  else throw new TypeError("A text for parsing must be a string.");
3861
4152
  if (!a || typeof a == "string")
3862
- i ? (l = o, u = i) : (l = void 0, u = o), a && (l = D7({
4153
+ i ? (l = o, u = i) : (l = void 0, u = o), a && (l = A7({
3863
4154
  defaultCountry: a
3864
4155
  }, l));
3865
4156
  else if (Rs(a))
@@ -3871,7 +4162,7 @@ function M7(e) {
3871
4162
  metadata: u
3872
4163
  };
3873
4164
  }
3874
- function WC(e, t) {
4165
+ function GC(e, t) {
3875
4166
  var r = Object.keys(e);
3876
4167
  if (Object.getOwnPropertySymbols) {
3877
4168
  var n = Object.getOwnPropertySymbols(e);
@@ -3881,38 +4172,38 @@ function WC(e, t) {
3881
4172
  }
3882
4173
  return r;
3883
4174
  }
3884
- function UC(e) {
4175
+ function KC(e) {
3885
4176
  for (var t = 1; t < arguments.length; t++) {
3886
4177
  var r = arguments[t] != null ? arguments[t] : {};
3887
- t % 2 ? WC(Object(r), !0).forEach(function(n) {
3888
- T7(e, n, r[n]);
3889
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : WC(Object(r)).forEach(function(n) {
4178
+ t % 2 ? GC(Object(r), !0).forEach(function(n) {
4179
+ j7(e, n, r[n]);
4180
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : GC(Object(r)).forEach(function(n) {
3890
4181
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
3891
4182
  });
3892
4183
  }
3893
4184
  return e;
3894
4185
  }
3895
- function T7(e, t, r) {
4186
+ function j7(e, t, r) {
3896
4187
  return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
3897
4188
  }
3898
- function B7(e, t, r) {
3899
- t && t.defaultCountry && !qP(t.defaultCountry, r) && (t = UC(UC({}, t), {}, {
4189
+ function L7(e, t, r) {
4190
+ t && t.defaultCountry && !YP(t.defaultCountry, r) && (t = KC(KC({}, t), {}, {
3900
4191
  defaultCountry: void 0
3901
4192
  }));
3902
4193
  try {
3903
- return O7(e, t, r);
4194
+ return R7(e, t, r);
3904
4195
  } catch (n) {
3905
4196
  if (!(n instanceof lo)) throw n;
3906
4197
  }
3907
4198
  }
3908
- function F7() {
3909
- var e = M7(arguments), t = e.text, r = e.options, n = e.metadata;
3910
- return B7(t, r, n);
4199
+ function k7() {
4200
+ var e = F7(arguments), t = e.text, r = e.options, n = e.metadata;
4201
+ return L7(t, r, n);
3911
4202
  }
3912
4203
  function hO() {
3913
- return BP(F7, arguments);
4204
+ return LP(k7, arguments);
3914
4205
  }
3915
- var bO = /* @__PURE__ */ ((e) => (e.russian = "ru", e.english = "en", e.arabic = "ar", e))(bO || {}), j7 = /* @__PURE__ */ ((e) => (e[e.January = 1] = "January", e[e.February = 2] = "February", e[e.March = 3] = "March", e[e.April = 4] = "April", e[e.May = 5] = "May", e[e.June = 6] = "June", e[e.July = 7] = "July", e[e.August = 8] = "August", e[e.September = 9] = "September", e[e.October = 10] = "October", e[e.November = 11] = "November", e[e.December = 12] = "December", e))(j7 || {}), Cr;
4206
+ var bO = /* @__PURE__ */ ((e) => (e.russian = "ru", e.english = "en", e.arabic = "ar", e))(bO || {}), z7 = /* @__PURE__ */ ((e) => (e[e.January = 1] = "January", e[e.February = 2] = "February", e[e.March = 3] = "March", e[e.April = 4] = "April", e[e.May = 5] = "May", e[e.June = 6] = "June", e[e.July = 7] = "July", e[e.August = 8] = "August", e[e.September = 9] = "September", e[e.October = 10] = "October", e[e.November = 11] = "November", e[e.December = 12] = "December", e))(z7 || {}), Cr;
3916
4207
  (function(e) {
3917
4208
  e.assertEqual = (a) => {
3918
4209
  };
@@ -3949,14 +4240,14 @@ var bO = /* @__PURE__ */ ((e) => (e.russian = "ru", e.english = "en", e.arabic =
3949
4240
  }
3950
4241
  e.joinValues = n, e.jsonStringifyReplacer = (a, o) => typeof o == "bigint" ? o.toString() : o;
3951
4242
  })(Cr || (Cr = {}));
3952
- var qC;
4243
+ var YC;
3953
4244
  (function(e) {
3954
4245
  e.mergeShapes = (t, r) => ({
3955
4246
  ...t,
3956
4247
  ...r
3957
4248
  // second overwrites first
3958
4249
  });
3959
- })(qC || (qC = {}));
4250
+ })(YC || (YC = {}));
3960
4251
  const wt = Cr.arrayToEnum([
3961
4252
  "string",
3962
4253
  "nan",
@@ -4133,11 +4424,11 @@ const Ip = (e, t) => {
4133
4424
  }
4134
4425
  return { message: r };
4135
4426
  };
4136
- let L7 = Ip;
4137
- function k7() {
4138
- return L7;
4427
+ let H7 = Ip;
4428
+ function V7() {
4429
+ return H7;
4139
4430
  }
4140
- const z7 = (e) => {
4431
+ const W7 = (e) => {
4141
4432
  const { data: t, path: r, errorMaps: n, issueData: a } = e, o = [...r, ...a.path || []], i = {
4142
4433
  ...a,
4143
4434
  path: o
@@ -4159,7 +4450,7 @@ const z7 = (e) => {
4159
4450
  };
4160
4451
  };
4161
4452
  function ht(e, t) {
4162
- const r = k7(), n = z7({
4453
+ const r = V7(), n = W7({
4163
4454
  issueData: t,
4164
4455
  data: e.data,
4165
4456
  path: e.path,
@@ -4219,7 +4510,7 @@ class na {
4219
4510
  }
4220
4511
  const Zt = Object.freeze({
4221
4512
  status: "aborted"
4222
- }), Ll = (e) => ({ status: "dirty", value: e }), Ea = (e) => ({ status: "valid", value: e }), GC = (e) => e.status === "aborted", KC = (e) => e.status === "dirty", Ls = (e) => e.status === "valid", Rv = (e) => typeof Promise < "u" && e instanceof Promise;
4513
+ }), Ll = (e) => ({ status: "dirty", value: e }), Ea = (e) => ({ status: "valid", value: e }), ZC = (e) => e.status === "aborted", XC = (e) => e.status === "dirty", Ls = (e) => e.status === "valid", Rv = (e) => typeof Promise < "u" && e instanceof Promise;
4223
4514
  var Dt;
4224
4515
  (function(e) {
4225
4516
  e.errToObj = (t) => typeof t == "string" ? { message: t } : t || {}, e.toString = (t) => typeof t == "string" ? t : t == null ? void 0 : t.message;
@@ -4232,7 +4523,7 @@ class Vo {
4232
4523
  return this._cachedPath.length || (Array.isArray(this._key) ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
4233
4524
  }
4234
4525
  }
4235
- const YC = (e, t) => {
4526
+ const QC = (e, t) => {
4236
4527
  if (Ls(t))
4237
4528
  return { success: !0, data: t.value };
4238
4529
  if (!e.common.issues.length)
@@ -4317,7 +4608,7 @@ class hr {
4317
4608
  data: t,
4318
4609
  parsedType: _o(t)
4319
4610
  }, a = this._parseSync({ data: t, path: n.path, parent: n });
4320
- return YC(n, a);
4611
+ return QC(n, a);
4321
4612
  }
4322
4613
  "~validate"(t) {
4323
4614
  var n, a;
@@ -4371,7 +4662,7 @@ class hr {
4371
4662
  data: t,
4372
4663
  parsedType: _o(t)
4373
4664
  }, a = this._parse({ data: t, path: n.path, parent: n }), o = await (Rv(a) ? a : Promise.resolve(a));
4374
- return YC(n, o);
4665
+ return QC(n, o);
4375
4666
  }
4376
4667
  refine(t, r) {
4377
4668
  const n = (a) => typeof r == "string" || typeof r > "u" ? { message: r } : typeof r == "function" ? r(a) : r;
@@ -4442,7 +4733,7 @@ class hr {
4442
4733
  });
4443
4734
  }
4444
4735
  brand() {
4445
- return new cM({
4736
+ return new vM({
4446
4737
  typeName: Xt.ZodBranded,
4447
4738
  type: this,
4448
4739
  ...dr(this._def)
@@ -4477,28 +4768,28 @@ class hr {
4477
4768
  return this.safeParse(null).success;
4478
4769
  }
4479
4770
  }
4480
- const H7 = /^c[^\s-]{8,}$/i, V7 = /^[0-9a-z]+$/, W7 = /^[0-9A-HJKMNP-TV-Z]{26}$/i, U7 = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, q7 = /^[a-z0-9_-]{21}$/i, G7 = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, K7 = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, Y7 = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Z7 = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
4771
+ const U7 = /^c[^\s-]{8,}$/i, q7 = /^[0-9a-z]+$/, G7 = /^[0-9A-HJKMNP-TV-Z]{26}$/i, K7 = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Y7 = /^[a-z0-9_-]{21}$/i, Z7 = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, X7 = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, Q7 = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, J7 = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
4481
4772
  let Bg;
4482
- const X7 = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, Q7 = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, J7 = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, eM = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, tM = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, rM = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, yO = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", nM = new RegExp(`^${yO}$`);
4773
+ const eM = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, tM = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, rM = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, nM = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, aM = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, oM = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, yO = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", iM = new RegExp(`^${yO}$`);
4483
4774
  function CO(e) {
4484
4775
  let t = "[0-5]\\d";
4485
4776
  e.precision ? t = `${t}\\.\\d{${e.precision}}` : e.precision == null && (t = `${t}(\\.\\d+)?`);
4486
4777
  const r = e.precision ? "+" : "?";
4487
4778
  return `([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`;
4488
4779
  }
4489
- function aM(e) {
4780
+ function sM(e) {
4490
4781
  return new RegExp(`^${CO(e)}$`);
4491
4782
  }
4492
- function oM(e) {
4783
+ function lM(e) {
4493
4784
  let t = `${yO}T${CO(e)}`;
4494
4785
  const r = [];
4495
4786
  return r.push(e.local ? "Z?" : "Z"), e.offset && r.push("([+-]\\d{2}:?\\d{2})"), t = `${t}(${r.join("|")})`, new RegExp(`^${t}$`);
4496
4787
  }
4497
- function iM(e, t) {
4498
- return !!((t === "v4" || !t) && X7.test(e) || (t === "v6" || !t) && J7.test(e));
4788
+ function uM(e, t) {
4789
+ return !!((t === "v4" || !t) && eM.test(e) || (t === "v6" || !t) && rM.test(e));
4499
4790
  }
4500
- function sM(e, t) {
4501
- if (!G7.test(e))
4791
+ function cM(e, t) {
4792
+ if (!Z7.test(e))
4502
4793
  return !1;
4503
4794
  try {
4504
4795
  const [r] = e.split("."), n = r.replace(/-/g, "+").replace(/_/g, "/").padEnd(r.length + (4 - r.length % 4) % 4, "="), a = JSON.parse(atob(n));
@@ -4507,8 +4798,8 @@ function sM(e, t) {
4507
4798
  return !1;
4508
4799
  }
4509
4800
  }
4510
- function lM(e, t) {
4511
- return !!((t === "v4" || !t) && Q7.test(e) || (t === "v6" || !t) && eM.test(e));
4801
+ function dM(e, t) {
4802
+ return !!((t === "v4" || !t) && tM.test(e) || (t === "v6" || !t) && nM.test(e));
4512
4803
  }
4513
4804
  class Bo extends hr {
4514
4805
  _parse(t) {
@@ -4559,43 +4850,43 @@ class Bo extends hr {
4559
4850
  message: o.message
4560
4851
  }), n.dirty());
4561
4852
  } else if (o.kind === "email")
4562
- Y7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4853
+ Q7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4563
4854
  validation: "email",
4564
4855
  code: rt.invalid_string,
4565
4856
  message: o.message
4566
4857
  }), n.dirty());
4567
4858
  else if (o.kind === "emoji")
4568
- Bg || (Bg = new RegExp(Z7, "u")), Bg.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4859
+ Bg || (Bg = new RegExp(J7, "u")), Bg.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4569
4860
  validation: "emoji",
4570
4861
  code: rt.invalid_string,
4571
4862
  message: o.message
4572
4863
  }), n.dirty());
4573
4864
  else if (o.kind === "uuid")
4574
- U7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4865
+ K7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4575
4866
  validation: "uuid",
4576
4867
  code: rt.invalid_string,
4577
4868
  message: o.message
4578
4869
  }), n.dirty());
4579
4870
  else if (o.kind === "nanoid")
4580
- q7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4871
+ Y7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4581
4872
  validation: "nanoid",
4582
4873
  code: rt.invalid_string,
4583
4874
  message: o.message
4584
4875
  }), n.dirty());
4585
4876
  else if (o.kind === "cuid")
4586
- H7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4877
+ U7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4587
4878
  validation: "cuid",
4588
4879
  code: rt.invalid_string,
4589
4880
  message: o.message
4590
4881
  }), n.dirty());
4591
4882
  else if (o.kind === "cuid2")
4592
- V7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4883
+ q7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4593
4884
  validation: "cuid2",
4594
4885
  code: rt.invalid_string,
4595
4886
  message: o.message
4596
4887
  }), n.dirty());
4597
4888
  else if (o.kind === "ulid")
4598
- W7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4889
+ G7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4599
4890
  validation: "ulid",
4600
4891
  code: rt.invalid_string,
4601
4892
  message: o.message
@@ -4626,39 +4917,39 @@ class Bo extends hr {
4626
4917
  code: rt.invalid_string,
4627
4918
  validation: { endsWith: o.value },
4628
4919
  message: o.message
4629
- }), n.dirty()) : o.kind === "datetime" ? oM(o).test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4920
+ }), n.dirty()) : o.kind === "datetime" ? lM(o).test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4630
4921
  code: rt.invalid_string,
4631
4922
  validation: "datetime",
4632
4923
  message: o.message
4633
- }), n.dirty()) : o.kind === "date" ? nM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4924
+ }), n.dirty()) : o.kind === "date" ? iM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4634
4925
  code: rt.invalid_string,
4635
4926
  validation: "date",
4636
4927
  message: o.message
4637
- }), n.dirty()) : o.kind === "time" ? aM(o).test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4928
+ }), n.dirty()) : o.kind === "time" ? sM(o).test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4638
4929
  code: rt.invalid_string,
4639
4930
  validation: "time",
4640
4931
  message: o.message
4641
- }), n.dirty()) : o.kind === "duration" ? K7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4932
+ }), n.dirty()) : o.kind === "duration" ? X7.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4642
4933
  validation: "duration",
4643
4934
  code: rt.invalid_string,
4644
4935
  message: o.message
4645
- }), n.dirty()) : o.kind === "ip" ? iM(t.data, o.version) || (a = this._getOrReturnCtx(t, a), ht(a, {
4936
+ }), n.dirty()) : o.kind === "ip" ? uM(t.data, o.version) || (a = this._getOrReturnCtx(t, a), ht(a, {
4646
4937
  validation: "ip",
4647
4938
  code: rt.invalid_string,
4648
4939
  message: o.message
4649
- }), n.dirty()) : o.kind === "jwt" ? sM(t.data, o.alg) || (a = this._getOrReturnCtx(t, a), ht(a, {
4940
+ }), n.dirty()) : o.kind === "jwt" ? cM(t.data, o.alg) || (a = this._getOrReturnCtx(t, a), ht(a, {
4650
4941
  validation: "jwt",
4651
4942
  code: rt.invalid_string,
4652
4943
  message: o.message
4653
- }), n.dirty()) : o.kind === "cidr" ? lM(t.data, o.version) || (a = this._getOrReturnCtx(t, a), ht(a, {
4944
+ }), n.dirty()) : o.kind === "cidr" ? dM(t.data, o.version) || (a = this._getOrReturnCtx(t, a), ht(a, {
4654
4945
  validation: "cidr",
4655
4946
  code: rt.invalid_string,
4656
4947
  message: o.message
4657
- }), n.dirty()) : o.kind === "base64" ? tM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4948
+ }), n.dirty()) : o.kind === "base64" ? aM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4658
4949
  validation: "base64",
4659
4950
  code: rt.invalid_string,
4660
4951
  message: o.message
4661
- }), n.dirty()) : o.kind === "base64url" ? rM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4952
+ }), n.dirty()) : o.kind === "base64url" ? oM.test(t.data) || (a = this._getOrReturnCtx(t, a), ht(a, {
4662
4953
  validation: "base64url",
4663
4954
  code: rt.invalid_string,
4664
4955
  message: o.message
@@ -4893,7 +5184,7 @@ Bo.create = (e) => new Bo({
4893
5184
  coerce: (e == null ? void 0 : e.coerce) ?? !1,
4894
5185
  ...dr(e)
4895
5186
  });
4896
- function uM(e, t) {
5187
+ function fM(e, t) {
4897
5188
  const r = (e.toString().split(".")[1] || "").length, n = (t.toString().split(".")[1] || "").length, a = r > n ? r : n, o = Number.parseInt(e.toFixed(a).replace(".", "")), i = Number.parseInt(t.toFixed(a).replace(".", ""));
4898
5189
  return o % i / 10 ** a;
4899
5190
  }
@@ -4932,7 +5223,7 @@ class ks extends hr {
4932
5223
  inclusive: o.inclusive,
4933
5224
  exact: !1,
4934
5225
  message: o.message
4935
- }), a.dirty()) : o.kind === "multipleOf" ? uM(t.data, o.value) !== 0 && (n = this._getOrReturnCtx(t, n), ht(n, {
5226
+ }), a.dirty()) : o.kind === "multipleOf" ? fM(t.data, o.value) !== 0 && (n = this._getOrReturnCtx(t, n), ht(n, {
4936
5227
  code: rt.not_multiple_of,
4937
5228
  multipleOf: o.value,
4938
5229
  message: o.message
@@ -5298,7 +5589,7 @@ Av.create = (e) => new Av({
5298
5589
  typeName: Xt.ZodDate,
5299
5590
  ...dr(e)
5300
5591
  });
5301
- class ZC extends hr {
5592
+ class JC extends hr {
5302
5593
  _parse(t) {
5303
5594
  if (this._getType(t) !== wt.symbol) {
5304
5595
  const n = this._getOrReturnCtx(t);
@@ -5311,11 +5602,11 @@ class ZC extends hr {
5311
5602
  return Ea(t.data);
5312
5603
  }
5313
5604
  }
5314
- ZC.create = (e) => new ZC({
5605
+ JC.create = (e) => new JC({
5315
5606
  typeName: Xt.ZodSymbol,
5316
5607
  ...dr(e)
5317
5608
  });
5318
- class XC extends hr {
5609
+ class e2 extends hr {
5319
5610
  _parse(t) {
5320
5611
  if (this._getType(t) !== wt.undefined) {
5321
5612
  const n = this._getOrReturnCtx(t);
@@ -5328,11 +5619,11 @@ class XC extends hr {
5328
5619
  return Ea(t.data);
5329
5620
  }
5330
5621
  }
5331
- XC.create = (e) => new XC({
5622
+ e2.create = (e) => new e2({
5332
5623
  typeName: Xt.ZodUndefined,
5333
5624
  ...dr(e)
5334
5625
  });
5335
- class QC extends hr {
5626
+ class t2 extends hr {
5336
5627
  _parse(t) {
5337
5628
  if (this._getType(t) !== wt.null) {
5338
5629
  const n = this._getOrReturnCtx(t);
@@ -5345,7 +5636,7 @@ class QC extends hr {
5345
5636
  return Ea(t.data);
5346
5637
  }
5347
5638
  }
5348
- QC.create = (e) => new QC({
5639
+ t2.create = (e) => new t2({
5349
5640
  typeName: Xt.ZodNull,
5350
5641
  ...dr(e)
5351
5642
  });
@@ -5361,7 +5652,7 @@ Ap.create = (e) => new Ap({
5361
5652
  typeName: Xt.ZodAny,
5362
5653
  ...dr(e)
5363
5654
  });
5364
- class JC extends hr {
5655
+ class r2 extends hr {
5365
5656
  constructor() {
5366
5657
  super(...arguments), this._unknown = !0;
5367
5658
  }
@@ -5369,7 +5660,7 @@ class JC extends hr {
5369
5660
  return Ea(t.data);
5370
5661
  }
5371
5662
  }
5372
- JC.create = (e) => new JC({
5663
+ r2.create = (e) => new r2({
5373
5664
  typeName: Xt.ZodUnknown,
5374
5665
  ...dr(e)
5375
5666
  });
@@ -5387,7 +5678,7 @@ Wo.create = (e) => new Wo({
5387
5678
  typeName: Xt.ZodNever,
5388
5679
  ...dr(e)
5389
5680
  });
5390
- class e2 extends hr {
5681
+ class n2 extends hr {
5391
5682
  _parse(t) {
5392
5683
  if (this._getType(t) !== wt.undefined) {
5393
5684
  const n = this._getOrReturnCtx(t);
@@ -5400,7 +5691,7 @@ class e2 extends hr {
5400
5691
  return Ea(t.data);
5401
5692
  }
5402
5693
  }
5403
- e2.create = (e) => new e2({
5694
+ n2.create = (e) => new n2({
5404
5695
  typeName: Xt.ZodVoid,
5405
5696
  ...dr(e)
5406
5697
  });
@@ -5883,10 +6174,10 @@ function _p(e, t) {
5883
6174
  class Pv extends hr {
5884
6175
  _parse(t) {
5885
6176
  const { status: r, ctx: n } = this._processInputParams(t), a = (o, i) => {
5886
- if (GC(o) || GC(i))
6177
+ if (ZC(o) || ZC(i))
5887
6178
  return Zt;
5888
6179
  const s = _p(o.value, i.value);
5889
- return s.valid ? ((KC(o) || KC(i)) && r.dirty(), { status: r.value, value: s.data }) : (ht(n, {
6180
+ return s.valid ? ((XC(o) || XC(i)) && r.dirty(), { status: r.value, value: s.data }) : (ht(n, {
5890
6181
  code: rt.invalid_intersection_types
5891
6182
  }), Zt);
5892
6183
  };
@@ -5968,7 +6259,7 @@ xi.create = (e, t) => {
5968
6259
  ...dr(t)
5969
6260
  });
5970
6261
  };
5971
- class t2 extends hr {
6262
+ class a2 extends hr {
5972
6263
  get keySchema() {
5973
6264
  return this._def.keyType;
5974
6265
  }
@@ -6010,7 +6301,7 @@ class t2 extends hr {
6010
6301
  }
6011
6302
  }
6012
6303
  }
6013
- t2.create = (e, t, r) => new t2({
6304
+ a2.create = (e, t, r) => new a2({
6014
6305
  valueType: t,
6015
6306
  keyType: e,
6016
6307
  typeName: Xt.ZodMap,
@@ -6080,7 +6371,7 @@ bu.create = (e, t) => new bu({
6080
6371
  typeName: Xt.ZodSet,
6081
6372
  ...dr(t)
6082
6373
  });
6083
- class r2 extends hr {
6374
+ class o2 extends hr {
6084
6375
  get schema() {
6085
6376
  return this._def.getter();
6086
6377
  }
@@ -6089,12 +6380,12 @@ class r2 extends hr {
6089
6380
  return this._def.getter()._parse({ data: r.data, path: r.path, parent: r });
6090
6381
  }
6091
6382
  }
6092
- r2.create = (e, t) => new r2({
6383
+ o2.create = (e, t) => new o2({
6093
6384
  getter: e,
6094
6385
  typeName: Xt.ZodLazy,
6095
6386
  ...dr(t)
6096
6387
  });
6097
- class n2 extends hr {
6388
+ class i2 extends hr {
6098
6389
  _parse(t) {
6099
6390
  if (t.data !== this._def.value) {
6100
6391
  const r = this._getOrReturnCtx(t);
@@ -6110,7 +6401,7 @@ class n2 extends hr {
6110
6401
  return this._def.value;
6111
6402
  }
6112
6403
  }
6113
- n2.create = (e, t) => new n2({
6404
+ i2.create = (e, t) => new i2({
6114
6405
  value: e,
6115
6406
  typeName: Xt.ZodLiteral,
6116
6407
  ...dr(t)
@@ -6177,7 +6468,7 @@ class zs extends hr {
6177
6468
  }
6178
6469
  }
6179
6470
  zs.create = $O;
6180
- class a2 extends hr {
6471
+ class s2 extends hr {
6181
6472
  _parse(t) {
6182
6473
  const r = Cr.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(t);
6183
6474
  if (n.parsedType !== wt.string && n.parsedType !== wt.number) {
@@ -6202,7 +6493,7 @@ class a2 extends hr {
6202
6493
  return this._def.values;
6203
6494
  }
6204
6495
  }
6205
- a2.create = (e, t) => new a2({
6496
+ s2.create = (e, t) => new s2({
6206
6497
  values: e,
6207
6498
  typeName: Xt.ZodNativeEnum,
6208
6499
  ...dr(t)
@@ -6412,7 +6703,7 @@ Np.create = (e, t) => new Np({
6412
6703
  catchValue: typeof t.catch == "function" ? t.catch : () => t.catch,
6413
6704
  ...dr(t)
6414
6705
  });
6415
- class o2 extends hr {
6706
+ class l2 extends hr {
6416
6707
  _parse(t) {
6417
6708
  if (this._getType(t) !== wt.nan) {
6418
6709
  const n = this._getOrReturnCtx(t);
@@ -6425,11 +6716,11 @@ class o2 extends hr {
6425
6716
  return { status: "valid", value: t.data };
6426
6717
  }
6427
6718
  }
6428
- o2.create = (e) => new o2({
6719
+ l2.create = (e) => new l2({
6429
6720
  typeName: Xt.ZodNaN,
6430
6721
  ...dr(e)
6431
6722
  });
6432
- class cM extends hr {
6723
+ class vM extends hr {
6433
6724
  _parse(t) {
6434
6725
  const { ctx: r } = this._processInputParams(t), n = r.data;
6435
6726
  return this._def.type._parse({
@@ -6500,7 +6791,7 @@ var Xt;
6500
6791
  (function(e) {
6501
6792
  e.ZodString = "ZodString", e.ZodNumber = "ZodNumber", e.ZodNaN = "ZodNaN", e.ZodBigInt = "ZodBigInt", e.ZodBoolean = "ZodBoolean", e.ZodDate = "ZodDate", e.ZodSymbol = "ZodSymbol", e.ZodUndefined = "ZodUndefined", e.ZodNull = "ZodNull", e.ZodAny = "ZodAny", e.ZodUnknown = "ZodUnknown", e.ZodNever = "ZodNever", e.ZodVoid = "ZodVoid", e.ZodArray = "ZodArray", e.ZodObject = "ZodObject", e.ZodUnion = "ZodUnion", e.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", e.ZodIntersection = "ZodIntersection", e.ZodTuple = "ZodTuple", e.ZodRecord = "ZodRecord", e.ZodMap = "ZodMap", e.ZodSet = "ZodSet", e.ZodFunction = "ZodFunction", e.ZodLazy = "ZodLazy", e.ZodLiteral = "ZodLiteral", e.ZodEnum = "ZodEnum", e.ZodEffects = "ZodEffects", e.ZodNativeEnum = "ZodNativeEnum", e.ZodOptional = "ZodOptional", e.ZodNullable = "ZodNullable", e.ZodDefault = "ZodDefault", e.ZodCatch = "ZodCatch", e.ZodPromise = "ZodPromise", e.ZodBranded = "ZodBranded", e.ZodPipeline = "ZodPipeline", e.ZodReadonly = "ZodReadonly";
6502
6793
  })(Xt || (Xt = {}));
6503
- const Gr = Bo.create, Kl = ks.create, dM = Rp.create, i2 = Ap.create;
6794
+ const Gr = Bo.create, Kl = ks.create, mM = Rp.create, u2 = Ap.create;
6504
6795
  Wo.create;
6505
6796
  Ya.create;
6506
6797
  const di = Zr.create;
@@ -6511,14 +6802,14 @@ zs.create;
6511
6802
  Nv.create;
6512
6803
  zo.create;
6513
6804
  Vs.create;
6514
- const fM = ({
6805
+ const gM = ({
6515
6806
  name: e,
6516
6807
  extension: t,
6517
6808
  entityId: r,
6518
6809
  prefixe: n,
6519
6810
  bucketFolder: a,
6520
6811
  uploadUrl: o
6521
- }) => `${o}/${a}/${r}/${e}-${n}.${t}`, vM = (e, t) => {
6812
+ }) => `${o}/${a}/${r}/${e}-${n}.${t}`, pM = (e, t) => {
6522
6813
  try {
6523
6814
  return di({
6524
6815
  altRU: Gr().optional().nullable(),
@@ -6532,12 +6823,12 @@ const fM = ({
6532
6823
  } catch (r) {
6533
6824
  return t({ error: r }), !1;
6534
6825
  }
6535
- }, mM = (e, t) => {
6826
+ }, hM = (e, t) => {
6536
6827
  const r = [...e];
6537
6828
  return r.sort(function(n, a) {
6538
6829
  return t.indexOf(n.uid ?? "") - t.indexOf(a.uid ?? "");
6539
6830
  }), r;
6540
- }, hde = (e, t, r, n) => {
6831
+ }, yde = (e, t, r, n) => {
6541
6832
  if (!e)
6542
6833
  return {
6543
6834
  serverImages: [],
@@ -6551,8 +6842,8 @@ const fM = ({
6551
6842
  uploadImages: []
6552
6843
  };
6553
6844
  const o = a.map((s) => {
6554
- if (!vM(s, n)) return null;
6555
- const l = gM(s.prefixes, "1hd"), u = fM({
6845
+ if (!pM(s, n)) return null;
6846
+ const l = bM(s.prefixes, "1hd"), u = gM({
6556
6847
  name: s.name,
6557
6848
  extension: s.fileExtensions[1],
6558
6849
  entityId: s.entityId,
@@ -6584,7 +6875,7 @@ const fM = ({
6584
6875
  uploadImages: []
6585
6876
  };
6586
6877
  }
6587
- }, gM = (e, t) => {
6878
+ }, bM = (e, t) => {
6588
6879
  let r;
6589
6880
  switch (t) {
6590
6881
  case "original":
@@ -6607,19 +6898,19 @@ const fM = ({
6607
6898
  break;
6608
6899
  }
6609
6900
  return r ?? e[0];
6610
- }, bde = (e) => {
6901
+ }, Cde = (e) => {
6611
6902
  let t = e;
6612
6903
  if (t !== "+" && Number.isNaN(Number(t)) || t.length > 12)
6613
6904
  return "";
6614
6905
  const r = t.split(""), n = r[0], a = r[1];
6615
6906
  return n === "7" || n === "8" ? r[0] = "+7" : `${n}${a}` == "+8" ? r[1] = "7" : n && n !== "+" && (r[0] = `+${n}`), t = r.join("").trim(), t;
6616
- }, yde = (e) => {
6907
+ }, $de = (e) => {
6617
6908
  const t = hO(e);
6618
6909
  return t != null && t.isValid() ? t.number : "";
6619
- }, pM = (e) => new Promise((t, r) => {
6910
+ }, yM = (e) => new Promise((t, r) => {
6620
6911
  const n = new FileReader();
6621
6912
  n.readAsDataURL(e), n.onload = () => t(n.result), n.onerror = (a) => r(a);
6622
- }), Cde = (e) => ({
6913
+ }), Sde = (e) => ({
6623
6914
  images: [],
6624
6915
  updatedImages: [],
6625
6916
  onSetData: (t) => e(() => ({ images: t, updatedImages: t })),
@@ -6636,17 +6927,17 @@ const fM = ({
6636
6927
  }),
6637
6928
  onDeleteImage: (t) => e((r) => ({ images: r.images.filter((a) => a.uid !== t) })),
6638
6929
  onAllDelete: () => e(() => ({ images: [] }))
6639
- }), $de = (e, t, r) => e.map((n) => ({
6930
+ }), Ede = (e, t, r) => e.map((n) => ({
6640
6931
  label: n[t],
6641
6932
  value: n[r]
6642
- })), Sde = ({
6933
+ })), wde = ({
6643
6934
  newImages: e,
6644
6935
  serverImages: t,
6645
6936
  imagesOrder: r,
6646
6937
  imagesData: n,
6647
6938
  limit: a = 10
6648
6939
  }) => {
6649
- const o = [...t, ...e].slice(0, a), i = mM(o, r), s = /-\d+x\d+/g, l = i.map((c) => {
6940
+ const o = [...t, ...e].slice(0, a), i = hM(o, r), s = /-\d+x\d+/g, l = i.map((c) => {
6650
6941
  if (!c.tempName) return null;
6651
6942
  const d = n.find((v) => v.uid === c.uid && !v.isError);
6652
6943
  return {
@@ -6675,7 +6966,7 @@ const fM = ({
6675
6966
  tempImages: l,
6676
6967
  allImages: u
6677
6968
  };
6678
- }, s2 = (e) => {
6969
+ }, c2 = (e) => {
6679
6970
  const t = /^(?:\w+:)?\/\/(\S+)$/, r = /^localhost[\\:?\d]*(?:[^\\:?\d]\S*)?$/, n = /^[^\s\\.]+\.\S{2,}$/;
6680
6971
  if (typeof e != "string")
6681
6972
  return !1;
@@ -6684,14 +6975,14 @@ const fM = ({
6684
6975
  return !1;
6685
6976
  const o = a[1];
6686
6977
  return o ? !!(r.test(o) || n.test(o)) : !1;
6687
- }, hM = (e) => {
6978
+ }, CM = (e) => {
6688
6979
  const t = hO(e);
6689
6980
  return t != null && t.isValid() ? t.formatInternational() : "";
6690
- }, Ede = ({
6981
+ }, xde = ({
6691
6982
  fullName: e,
6692
6983
  phone: t,
6693
6984
  email: r
6694
- }) => `${e || ""}${t ? `${e ? "," : ""} ${hM(t)}` : ""}${r ? `${e || t ? "," : ""} ${r}` : ""}`, bM = async ({
6985
+ }) => `${e || ""}${t ? `${e ? "," : ""} ${CM(t)}` : ""}${r ? `${e || t ? "," : ""} ${r}` : ""}`, $M = async ({
6695
6986
  name: e,
6696
6987
  lang: t,
6697
6988
  value: r,
@@ -6714,7 +7005,7 @@ const fM = ({
6714
7005
  }
6715
7006
  });
6716
7007
  }), a;
6717
- }, wde = async ({
7008
+ }, Ode = async ({
6718
7009
  data: e,
6719
7010
  mainLang: t,
6720
7011
  translateText: r
@@ -6726,7 +7017,7 @@ const fM = ({
6726
7017
  n.push(a);
6727
7018
  continue;
6728
7019
  }
6729
- const i = await bM({
7020
+ const i = await $M({
6730
7021
  name: "alt",
6731
7022
  lang: t,
6732
7023
  value: String(o),
@@ -6745,7 +7036,7 @@ const fM = ({
6745
7036
  }), n.push(s);
6746
7037
  }
6747
7038
  return n;
6748
- }, yM = ({
7039
+ }, SM = ({
6749
7040
  userRoles: e,
6750
7041
  comparedUserRoles: t,
6751
7042
  rolePriority: r
@@ -6764,18 +7055,18 @@ const fM = ({
6764
7055
  isPriorityEqual: n === a,
6765
7056
  isPriorityLower: n < a
6766
7057
  };
6767
- }, xde = (e, t) => ((t == null ? void 0 : t.label) ?? "").toLowerCase().indexOf(e.toLowerCase()) >= 0, CM = di({
7058
+ }, Dde = (e, t) => ((t == null ? void 0 : t.label) ?? "").toLowerCase().indexOf(e.toLowerCase()) >= 0, EM = di({
6768
7059
  statusCode: Kl().optional(),
6769
7060
  message: Gr().optional().nullable(),
6770
7061
  messages: Gr().array().optional().nullable(),
6771
- data: i2().optional().nullable(),
7062
+ data: u2().optional().nullable(),
6772
7063
  error: di({
6773
7064
  statusCode: Kl(),
6774
7065
  message: Gr().optional().nullable(),
6775
7066
  messages: Gr().array().optional().nullable()
6776
7067
  }).optional().nullable(),
6777
- response: i2().optional().nullable()
6778
- }), $M = di({
7068
+ response: u2().optional().nullable()
7069
+ }), wM = di({
6779
7070
  id: Gr(),
6780
7071
  profileId: Gr(),
6781
7072
  phone: Gr().optional().nullable(),
@@ -6784,7 +7075,7 @@ const fM = ({
6784
7075
  surname: Gr().optional().nullable(),
6785
7076
  roles: Gr().array(),
6786
7077
  maxRolePriority: Kl().optional().nullable(),
6787
- isAllDomains: dM().optional().nullable(),
7078
+ isAllDomains: mM().optional().nullable(),
6788
7079
  domains: Gr().array().optional().nullable(),
6789
7080
  tokens: di({
6790
7081
  accessToken: di({
@@ -6796,7 +7087,7 @@ const fM = ({
6796
7087
  exp: Kl()
6797
7088
  })
6798
7089
  })
6799
- }), l2 = (e) => {
7090
+ }), d2 = (e) => {
6800
7091
  const t = document.cookie.match(
6801
7092
  // eslint-disable-next-line no-useless-escape
6802
7093
  new RegExp("(?:^|; )" + e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, "\\$1") + "=([^;]*)")
@@ -6819,19 +7110,19 @@ const fM = ({
6819
7110
  domain: t,
6820
7111
  "max-age": -1
6821
7112
  });
6822
- }, SM = async ({
7113
+ }, xM = async ({
6823
7114
  baseURL: e,
6824
7115
  domain: t,
6825
7116
  isRefresh: r = !1,
6826
7117
  getError: n
6827
7118
  }) => {
6828
7119
  var h, g, m, y, C;
6829
- const a = l2(mn.SESSION), o = l2(mn.SESSION_TEMP);
7120
+ const a = d2(mn.SESSION), o = d2(mn.SESSION_TEMP);
6830
7121
  if (!a && !o) return "";
6831
7122
  let i = null;
6832
7123
  if (o ? i = JSON.parse(o) : a && (i = JSON.parse(a)), !i) return "";
6833
7124
  try {
6834
- $M.parse(i);
7125
+ wM.parse(i);
6835
7126
  } catch ($) {
6836
7127
  return n({ error: $ }), o ? uo(mn.SESSION_TEMP) : a && uo(mn.SESSION), "";
6837
7128
  }
@@ -6843,7 +7134,7 @@ const fM = ({
6843
7134
  const $ = Kr.create({
6844
7135
  baseURL: e,
6845
7136
  adapter: "fetch"
6846
- }), S = await SM({
7137
+ }), S = await xM({
6847
7138
  baseURL: e,
6848
7139
  domain: t,
6849
7140
  isRefresh: !0,
@@ -6859,7 +7150,7 @@ const fM = ({
6859
7150
  }
6860
7151
  if (!d) return "";
6861
7152
  try {
6862
- CM.parse(d);
7153
+ EM.parse(d);
6863
7154
  } catch ($) {
6864
7155
  return n({ error: $ }), o ? uo(mn.SESSION_TEMP) : a && uo(mn.SESSION), "";
6865
7156
  }
@@ -6873,12 +7164,12 @@ const fM = ({
6873
7164
  secure: !0,
6874
7165
  "max-age": b
6875
7166
  }), ((C = (y = d.tokens) == null ? void 0 : y.accessToken) == null ? void 0 : C.token) ?? "";
6876
- }, Ode = (e, t) => {
7167
+ }, Ide = (e, t) => {
6877
7168
  const r = t.flat(), n = /* @__PURE__ */ new Map();
6878
7169
  return r.forEach((a) => {
6879
7170
  !a[e] || n.has(a[e]) || n.set(a[e], a);
6880
7171
  }), Array.from(n.values());
6881
- }, Dde = qA((e, t) => ({
7172
+ }, Rde = qA((e, t) => ({
6882
7173
  isLoading: !1,
6883
7174
  isFirstLoadCompleted: !1,
6884
7175
  currentSession: void 0,
@@ -6900,7 +7191,7 @@ const fM = ({
6900
7191
  }), uo(mn.SESSION, r);
6901
7192
  return;
6902
7193
  }
6903
- const { maxUserRolePriority: u } = yM({
7194
+ const { maxUserRolePriority: u } = SM({
6904
7195
  userRoles: l.roles,
6905
7196
  comparedUserRoles: l.roles,
6906
7197
  rolePriority: n
@@ -6949,290 +7240,9 @@ const fM = ({
6949
7240
  to: "/login"
6950
7241
  });
6951
7242
  }
6952
- }));
6953
- var bc = { exports: {} }, wl = {};
6954
- /**
6955
- * @license React
6956
- * react-jsx-runtime.production.js
6957
- *
6958
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6959
- *
6960
- * This source code is licensed under the MIT license found in the
6961
- * LICENSE file in the root directory of this source tree.
6962
- */
6963
- var u2;
6964
- function EM() {
6965
- if (u2) return wl;
6966
- u2 = 1;
6967
- var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
6968
- function r(n, a, o) {
6969
- var i = null;
6970
- if (o !== void 0 && (i = "" + o), a.key !== void 0 && (i = "" + a.key), "key" in a) {
6971
- o = {};
6972
- for (var s in a)
6973
- s !== "key" && (o[s] = a[s]);
6974
- } else o = a;
6975
- return a = o.ref, {
6976
- $$typeof: e,
6977
- type: n,
6978
- key: i,
6979
- ref: a !== void 0 ? a : null,
6980
- props: o
6981
- };
6982
- }
6983
- return wl.Fragment = t, wl.jsx = r, wl.jsxs = r, wl;
6984
- }
6985
- var xl = {};
6986
- /**
6987
- * @license React
6988
- * react-jsx-runtime.development.js
6989
- *
6990
- * Copyright (c) Meta Platforms, Inc. and affiliates.
6991
- *
6992
- * This source code is licensed under the MIT license found in the
6993
- * LICENSE file in the root directory of this source tree.
6994
- */
6995
- var c2;
6996
- function wM() {
6997
- return c2 || (c2 = 1, process.env.NODE_ENV !== "production" && function() {
6998
- function e(B) {
6999
- if (B == null) return null;
7000
- if (typeof B == "function")
7001
- return B.$$typeof === O ? null : B.displayName || B.name || null;
7002
- if (typeof B == "string") return B;
7003
- switch (B) {
7004
- case h:
7005
- return "Fragment";
7006
- case m:
7007
- return "Profiler";
7008
- case g:
7009
- return "StrictMode";
7010
- case S:
7011
- return "Suspense";
7012
- case E:
7013
- return "SuspenseList";
7014
- case D:
7015
- return "Activity";
7016
- }
7017
- if (typeof B == "object")
7018
- switch (typeof B.tag == "number" && console.error(
7019
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
7020
- ), B.$$typeof) {
7021
- case b:
7022
- return "Portal";
7023
- case C:
7024
- return (B.displayName || "Context") + ".Provider";
7025
- case y:
7026
- return (B._context.displayName || "Context") + ".Consumer";
7027
- case $:
7028
- var V = B.render;
7029
- return B = B.displayName, B || (B = V.displayName || V.name || "", B = B !== "" ? "ForwardRef(" + B + ")" : "ForwardRef"), B;
7030
- case w:
7031
- return V = B.displayName || null, V !== null ? V : e(B.type) || "Memo";
7032
- case x:
7033
- V = B._payload, B = B._init;
7034
- try {
7035
- return e(B(V));
7036
- } catch {
7037
- }
7038
- }
7039
- return null;
7040
- }
7041
- function t(B) {
7042
- return "" + B;
7043
- }
7044
- function r(B) {
7045
- try {
7046
- t(B);
7047
- var V = !1;
7048
- } catch {
7049
- V = !0;
7050
- }
7051
- if (V) {
7052
- V = console;
7053
- var z = V.error, T = typeof Symbol == "function" && Symbol.toStringTag && B[Symbol.toStringTag] || B.constructor.name || "Object";
7054
- return z.call(
7055
- V,
7056
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
7057
- T
7058
- ), t(B);
7059
- }
7060
- }
7061
- function n(B) {
7062
- if (B === h) return "<>";
7063
- if (typeof B == "object" && B !== null && B.$$typeof === x)
7064
- return "<...>";
7065
- try {
7066
- var V = e(B);
7067
- return V ? "<" + V + ">" : "<...>";
7068
- } catch {
7069
- return "<...>";
7070
- }
7071
- }
7072
- function a() {
7073
- var B = A.A;
7074
- return B === null ? null : B.getOwner();
7075
- }
7076
- function o() {
7077
- return Error("react-stack-top-frame");
7078
- }
7079
- function i(B) {
7080
- if (I.call(B, "key")) {
7081
- var V = Object.getOwnPropertyDescriptor(B, "key").get;
7082
- if (V && V.isReactWarning) return !1;
7083
- }
7084
- return B.key !== void 0;
7085
- }
7086
- function s(B, V) {
7087
- function z() {
7088
- P || (P = !0, console.error(
7089
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
7090
- V
7091
- ));
7092
- }
7093
- z.isReactWarning = !0, Object.defineProperty(B, "key", {
7094
- get: z,
7095
- configurable: !0
7096
- });
7097
- }
7098
- function l() {
7099
- var B = e(this.type);
7100
- return N[B] || (N[B] = !0, console.error(
7101
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
7102
- )), B = this.props.ref, B !== void 0 ? B : null;
7103
- }
7104
- function u(B, V, z, T, H, K, X, k) {
7105
- return z = K.ref, B = {
7106
- $$typeof: p,
7107
- type: B,
7108
- key: V,
7109
- props: K,
7110
- _owner: H
7111
- }, (z !== void 0 ? z : null) !== null ? Object.defineProperty(B, "ref", {
7112
- enumerable: !1,
7113
- get: l
7114
- }) : Object.defineProperty(B, "ref", { enumerable: !1, value: null }), B._store = {}, Object.defineProperty(B._store, "validated", {
7115
- configurable: !1,
7116
- enumerable: !1,
7117
- writable: !0,
7118
- value: 0
7119
- }), Object.defineProperty(B, "_debugInfo", {
7120
- configurable: !1,
7121
- enumerable: !1,
7122
- writable: !0,
7123
- value: null
7124
- }), Object.defineProperty(B, "_debugStack", {
7125
- configurable: !1,
7126
- enumerable: !1,
7127
- writable: !0,
7128
- value: X
7129
- }), Object.defineProperty(B, "_debugTask", {
7130
- configurable: !1,
7131
- enumerable: !1,
7132
- writable: !0,
7133
- value: k
7134
- }), Object.freeze && (Object.freeze(B.props), Object.freeze(B)), B;
7135
- }
7136
- function c(B, V, z, T, H, K, X, k) {
7137
- var U = V.children;
7138
- if (U !== void 0)
7139
- if (T)
7140
- if (_(U)) {
7141
- for (T = 0; T < U.length; T++)
7142
- d(U[T]);
7143
- Object.freeze && Object.freeze(U);
7144
- } else
7145
- console.error(
7146
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
7147
- );
7148
- else d(U);
7149
- if (I.call(V, "key")) {
7150
- U = e(B);
7151
- var Y = Object.keys(V).filter(function(J) {
7152
- return J !== "key";
7153
- });
7154
- T = 0 < Y.length ? "{key: someKey, " + Y.join(": ..., ") + ": ...}" : "{key: someKey}", F[U + T] || (Y = 0 < Y.length ? "{" + Y.join(": ..., ") + ": ...}" : "{}", console.error(
7155
- `A props object containing a "key" prop is being spread into JSX:
7156
- let props = %s;
7157
- <%s {...props} />
7158
- React keys must be passed directly to JSX without using spread:
7159
- let props = %s;
7160
- <%s key={someKey} {...props} />`,
7161
- T,
7162
- U,
7163
- Y,
7164
- U
7165
- ), F[U + T] = !0);
7166
- }
7167
- if (U = null, z !== void 0 && (r(z), U = "" + z), i(V) && (r(V.key), U = "" + V.key), "key" in V) {
7168
- z = {};
7169
- for (var q in V)
7170
- q !== "key" && (z[q] = V[q]);
7171
- } else z = V;
7172
- return U && s(
7173
- z,
7174
- typeof B == "function" ? B.displayName || B.name || "Unknown" : B
7175
- ), u(
7176
- B,
7177
- U,
7178
- K,
7179
- H,
7180
- a(),
7181
- z,
7182
- X,
7183
- k
7184
- );
7185
- }
7186
- function d(B) {
7187
- typeof B == "object" && B !== null && B.$$typeof === p && B._store && (B._store.validated = 1);
7188
- }
7189
- var v = ne, p = Symbol.for("react.transitional.element"), b = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), g = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), y = Symbol.for("react.consumer"), C = Symbol.for("react.context"), $ = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), E = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), x = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), O = Symbol.for("react.client.reference"), A = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, I = Object.prototype.hasOwnProperty, _ = Array.isArray, R = console.createTask ? console.createTask : function() {
7190
- return null;
7191
- };
7192
- v = {
7193
- "react-stack-bottom-frame": function(B) {
7194
- return B();
7195
- }
7196
- };
7197
- var P, N = {}, M = v["react-stack-bottom-frame"].bind(
7198
- v,
7199
- o
7200
- )(), L = R(n(o)), F = {};
7201
- xl.Fragment = h, xl.jsx = function(B, V, z, T, H) {
7202
- var K = 1e4 > A.recentlyCreatedOwnerStacks++;
7203
- return c(
7204
- B,
7205
- V,
7206
- z,
7207
- !1,
7208
- T,
7209
- H,
7210
- K ? Error("react-stack-top-frame") : M,
7211
- K ? R(n(B)) : L
7212
- );
7213
- }, xl.jsxs = function(B, V, z, T, H) {
7214
- var K = 1e4 > A.recentlyCreatedOwnerStacks++;
7215
- return c(
7216
- B,
7217
- V,
7218
- z,
7219
- !0,
7220
- T,
7221
- H,
7222
- K ? Error("react-stack-top-frame") : M,
7223
- K ? R(n(B)) : L
7224
- );
7225
- };
7226
- }()), xl;
7227
- }
7228
- var d2;
7229
- function xM() {
7230
- return d2 || (d2 = 1, process.env.NODE_ENV === "production" ? bc.exports = EM() : bc.exports = wM()), bc.exports;
7231
- }
7232
- var Fe = xM();
7233
- const OM = "_container_j6rsl_1", DM = {
7243
+ })), OM = "_container_j6rsl_1", DM = {
7234
7244
  container: OM
7235
- }, Ide = ({ children: e }) => /* @__PURE__ */ Fe.jsx("div", { className: DM.container, children: e });
7245
+ }, Ade = ({ children: e }) => /* @__PURE__ */ Be.jsx("div", { className: DM.container, children: e });
7236
7246
  var Fg = { exports: {} };
7237
7247
  /*!
7238
7248
  Copyright (c) 2018 Jed Watson.
@@ -7619,7 +7629,7 @@ var LM = Number(kA.split(".")[0]), J1 = function(t, r) {
7619
7629
  function eb(e) {
7620
7630
  return /* @__PURE__ */ L1(e) && !SO(e);
7621
7631
  }
7622
- var Rde = function(t) {
7632
+ var _de = function(t) {
7623
7633
  return eb(t) && Eo(t);
7624
7634
  }, Fi = function(t) {
7625
7635
  if (t && eb(t)) {
@@ -10439,7 +10449,7 @@ const db = Bv(Im), xu = {
10439
10449
  getPrefixCls: LB,
10440
10450
  iconPrefixCls: Rm
10441
10451
  }), {
10442
- Consumer: Ade
10452
+ Consumer: Pde
10443
10453
  } = Tt, j2 = {};
10444
10454
  function xn(e) {
10445
10455
  const t = f.useContext(Tt), {
@@ -11963,7 +11973,7 @@ const WF = (e) => {
11963
11973
  floatButtonGroup: dt,
11964
11974
  variant: pt,
11965
11975
  inputNumber: ke,
11966
- treeSelect: Be
11976
+ treeSelect: Fe
11967
11977
  } = e, Je = f.useCallback((et, mt) => {
11968
11978
  const {
11969
11979
  prefixCls: kt
@@ -12051,7 +12061,7 @@ const WF = (e) => {
12051
12061
  floatButtonGroup: dt,
12052
12062
  variant: pt,
12053
12063
  inputNumber: ke,
12054
- treeSelect: Be
12064
+ treeSelect: Fe
12055
12065
  };
12056
12066
  process.env.NODE_ENV !== "production" && ir("ConfigProvider")(!("autoInsertSpaceInButton" in e), "deprecated", "`autoInsertSpaceInButton` is deprecated. Please use `{ button: { autoInsertSpace: boolean }}` instead.");
12057
12067
  const Ge = Object.assign({}, m);
@@ -13392,7 +13402,7 @@ const Nm = /* @__PURE__ */ f.createContext(null), Qo = (e, t) => {
13392
13402
  return /* @__PURE__ */ f.createElement(Nm.Provider, {
13393
13403
  value: f.useMemo(() => r, [r])
13394
13404
  }, t);
13395
- }, _de = (e) => {
13405
+ }, Nde = (e) => {
13396
13406
  const {
13397
13407
  getPrefixCls: t,
13398
13408
  direction: r
@@ -15884,7 +15894,7 @@ function x9(e) {
15884
15894
  height: p
15885
15895
  };
15886
15896
  }
15887
- function Pde(e) {
15897
+ function Mde(e) {
15888
15898
  return typeof document > "u" ? 0 : (a0 === void 0 && (a0 = x9()), a0.width);
15889
15899
  }
15890
15900
  function Rk(e) {
@@ -20374,14 +20384,14 @@ function HH(e, t) {
20374
20384
  registerSize: Se,
20375
20385
  display: ze <= W
20376
20386
  }));
20377
- }, Be = {
20387
+ }, Fe = {
20378
20388
  order: Ve ? W : Number.MAX_SAFE_INTEGER,
20379
20389
  className: "".concat(ve, "-rest"),
20380
20390
  registerSize: be,
20381
20391
  display: Ve
20382
20392
  }, Je = h || zH, qe = g ? /* @__PURE__ */ f.createElement(qv.Provider, {
20383
- value: re(re({}, pt), Be)
20384
- }, g(je)) : /* @__PURE__ */ f.createElement(Ql, Ee({}, pt, Be), typeof Je == "function" ? Je(je) : Je), Ze = /* @__PURE__ */ f.createElement(C, Ee({
20393
+ value: re(re({}, pt), Fe)
20394
+ }, g(je)) : /* @__PURE__ */ f.createElement(Ql, Ee({}, pt, Fe), typeof Je == "function" ? Je(je) : Je), Ze = /* @__PURE__ */ f.createElement(C, Ee({
20385
20395
  className: de(!Re && n, p),
20386
20396
  style: v,
20387
20397
  ref: t
@@ -20967,18 +20977,18 @@ function iV(e, t, r, n, a, o, i) {
20967
20977
  return;
20968
20978
  var De = L.offset, je = L.targetOffset, Me = K$(H, De), Pe = ue(Me, 2), _e = Pe[0], ge = Pe[1], Se = K$(B, je), be = ue(Se, 2), me = be[0], we = be[1];
20969
20979
  B.x -= me, B.y -= we;
20970
- var Ve = L.points || [], dt = ue(Ve, 2), pt = dt[0], ke = dt[1], Be = Y$(ke), Je = Y$(pt), qe = Xi(B, Be), Ze = Xi(H, Je), We = re({}, L), ze = qe.x - Ze.x + _e, Ge = qe.y - Ze.y + ge, vt = Lt(ze, Ge), bt = Lt(ze, Ge, ve), Ue = Xi(B, ["t", "l"]), Te = Xi(H, ["t", "l"]), Ke = Xi(B, ["b", "r"]), Xe = Xi(H, ["b", "r"]), et = L.overflow || {}, mt = et.adjustX, kt = et.adjustY, Wt = et.shiftX, nr = et.shiftY, Ht = function(Va) {
20980
+ var Ve = L.points || [], dt = ue(Ve, 2), pt = dt[0], ke = dt[1], Fe = Y$(ke), Je = Y$(pt), qe = Xi(B, Fe), Ze = Xi(H, Je), We = re({}, L), ze = qe.x - Ze.x + _e, Ge = qe.y - Ze.y + ge, vt = Lt(ze, Ge), bt = Lt(ze, Ge, ve), Ue = Xi(B, ["t", "l"]), Te = Xi(H, ["t", "l"]), Ke = Xi(B, ["b", "r"]), Xe = Xi(H, ["b", "r"]), et = L.overflow || {}, mt = et.adjustX, kt = et.adjustY, Wt = et.shiftX, nr = et.shiftY, Ht = function(Va) {
20971
20981
  return typeof Va == "boolean" ? Va : Va >= 0;
20972
20982
  }, Mt, Qt, lr, Or;
20973
20983
  Ar();
20974
- var cr = Ht(kt), tr = Je[0] === Be[0];
20984
+ var cr = Ht(kt), tr = Je[0] === Fe[0];
20975
20985
  if (cr && Je[0] === "t" && (Qt > ye.bottom || p.current.bt)) {
20976
20986
  var tt = Ge;
20977
20987
  tr ? tt -= Z - te : tt = Ue.y - Xe.y - ge;
20978
20988
  var ot = Lt(ze, tt), $e = Lt(ze, tt, ve);
20979
20989
  // Of course use larger one
20980
20990
  ot > vt || ot === vt && (!se || // Choose recommend one
20981
- $e >= bt) ? (p.current.bt = !0, Ge = tt, ge = -ge, We.points = [Oo(Je, 0), Oo(Be, 0)]) : p.current.bt = !1;
20991
+ $e >= bt) ? (p.current.bt = !0, Ge = tt, ge = -ge, We.points = [Oo(Je, 0), Oo(Fe, 0)]) : p.current.bt = !1;
20982
20992
  }
20983
20993
  if (cr && Je[0] === "b" && (Mt < ye.top || p.current.tb)) {
20984
20994
  var He = Ge;
@@ -20986,16 +20996,16 @@ function iV(e, t, r, n, a, o, i) {
20986
20996
  var Ct = Lt(ze, He), _t = Lt(ze, He, ve);
20987
20997
  // Of course use larger one
20988
20998
  Ct > vt || Ct === vt && (!se || // Choose recommend one
20989
- _t >= bt) ? (p.current.tb = !0, Ge = He, ge = -ge, We.points = [Oo(Je, 0), Oo(Be, 0)]) : p.current.tb = !1;
20999
+ _t >= bt) ? (p.current.tb = !0, Ge = He, ge = -ge, We.points = [Oo(Je, 0), Oo(Fe, 0)]) : p.current.tb = !1;
20990
21000
  }
20991
- var Bt = Ht(mt), ar = Je[1] === Be[1];
21001
+ var Bt = Ht(mt), ar = Je[1] === Fe[1];
20992
21002
  if (Bt && Je[1] === "l" && (Or > ye.right || p.current.rl)) {
20993
21003
  var Er = ze;
20994
21004
  ar ? Er -= oe - ce : Er = Ue.x - Xe.x - _e;
20995
21005
  var pr = Lt(Er, Ge), st = Lt(Er, Ge, ve);
20996
21006
  // Of course use larger one
20997
21007
  pr > vt || pr === vt && (!se || // Choose recommend one
20998
- st >= bt) ? (p.current.rl = !0, ze = Er, _e = -_e, We.points = [Oo(Je, 1), Oo(Be, 1)]) : p.current.rl = !1;
21008
+ st >= bt) ? (p.current.rl = !0, ze = Er, _e = -_e, We.points = [Oo(Je, 1), Oo(Fe, 1)]) : p.current.rl = !1;
20999
21009
  }
21000
21010
  if (Bt && Je[1] === "r" && (lr < ye.left || p.current.lr)) {
21001
21011
  var Et = ze;
@@ -21003,7 +21013,7 @@ function iV(e, t, r, n, a, o, i) {
21003
21013
  var Ut = Lt(Et, Ge), Ir = Lt(Et, Ge, ve);
21004
21014
  // Of course use larger one
21005
21015
  Ut > vt || Ut === vt && (!se || // Choose recommend one
21006
- Ir >= bt) ? (p.current.lr = !0, ze = Et, _e = -_e, We.points = [Oo(Je, 1), Oo(Be, 1)]) : p.current.lr = !1;
21016
+ Ir >= bt) ? (p.current.lr = !0, ze = Et, _e = -_e, We.points = [Oo(Je, 1), Oo(Fe, 1)]) : p.current.lr = !1;
21007
21017
  }
21008
21018
  Ar();
21009
21019
  var br = Wt === !0 ? 0 : Wt;
@@ -21116,7 +21126,7 @@ function cV() {
21116
21126
  return (Qr == null ? void 0 : Qr.contains(St)) || ((Vt = zv(Qr)) === null || Vt === void 0 ? void 0 : Vt.host) === St || St === Qr || (Ce == null ? void 0 : Ce.contains(St)) || ((Fr = zv(Ce)) === null || Fr === void 0 ? void 0 : Fr.host) === St || St === Ce || Object.values(ie.current).some(function(Vr) {
21117
21127
  return (Vr == null ? void 0 : Vr.contains(St)) || St === Vr;
21118
21128
  });
21119
- }), dt = U$(o, X, Y, U), pt = U$(o, k, J, q), ke = f.useState(v || !1), Be = ue(ke, 2), Je = Be[0], qe = Be[1], Ze = d ?? Je, We = or(function(St) {
21129
+ }), dt = U$(o, X, Y, U), pt = U$(o, k, J, q), ke = f.useState(v || !1), Fe = ue(ke, 2), Je = Fe[0], qe = Fe[1], Ze = d ?? Je, We = or(function(St) {
21120
21130
  d === void 0 && qe(St);
21121
21131
  });
21122
21132
  Kt(function() {
@@ -21481,14 +21491,14 @@ var hV = ["id", "prefixCls", "className", "showSearch", "tagRender", "direction"
21481
21491
  return A;
21482
21492
  var gt = (Yt = c[0]) === null || Yt === void 0 ? void 0 : Yt.value;
21483
21493
  return typeof gt == "string" || typeof gt == "number" ? String(gt) : "";
21484
- }, [A, g, c]), we = g === "combobox" && typeof C == "function" && C() || null, Ve = typeof $ == "function" && $(), dt = So(Re, Ve == null || (r = Ve.props) === null || r === void 0 ? void 0 : r.ref), pt = f.useState(!1), ke = ue(pt, 2), Be = ke[0], Je = ke[1];
21494
+ }, [A, g, c]), we = g === "combobox" && typeof C == "function" && C() || null, Ve = typeof $ == "function" && $(), dt = So(Re, Ve == null || (r = Ve.props) === null || r === void 0 ? void 0 : r.ref), pt = f.useState(!1), ke = ue(pt, 2), Fe = ke[0], Je = ke[1];
21485
21495
  Kt(function() {
21486
21496
  Je(!0);
21487
21497
  }, []);
21488
21498
  var qe = $r(!1, {
21489
21499
  defaultValue: E,
21490
21500
  value: S
21491
- }), Ze = ue(qe, 2), We = Ze[0], ze = Ze[1], Ge = Be ? We : !1, vt = !b && v;
21501
+ }), Ze = ue(qe, 2), We = Ze[0], ze = Ze[1], Ge = Fe ? We : !1, vt = !b && v;
21492
21502
  (m || vt && Ge && g === "combobox") && (Ge = !1);
21493
21503
  var bt = vt ? !1 : Ge, Ue = f.useCallback(function(Yt) {
21494
21504
  var gt = Yt !== void 0 ? Yt : !Ge;
@@ -22283,11 +22293,11 @@ function MV(e, t) {
22283
22293
  return rS(Se.width, h);
22284
22294
  }, [Se.width, h]), pt = f.useMemo(function() {
22285
22295
  return rS(Se.height, De);
22286
- }, [Se.height, De]), ke = De - o, Be = xe(ke);
22287
- Be.current = ke;
22296
+ }, [Se.height, De]), ke = De - o, Fe = xe(ke);
22297
+ Fe.current = ke;
22288
22298
  function Je(tt) {
22289
22299
  var ot = tt;
22290
- return Number.isNaN(Be.current) || (ot = Math.min(ot, Be.current)), ot = Math.max(ot, 0), ot;
22300
+ return Number.isNaN(Fe.current) || (ot = Math.min(ot, Fe.current)), ot = Math.max(ot, 0), ot;
22291
22301
  }
22292
22302
  var qe = Y <= 0, Ze = Y >= ke, We = oe <= 0, ze = oe >= h, Ge = C8(qe, Ze, We, ze), vt = function() {
22293
22303
  return {
@@ -22952,9 +22962,9 @@ var E8 = /* @__PURE__ */ f.forwardRef(function(e, t) {
22952
22962
  H ? et : et[0]
22953
22963
  );
22954
22964
  }
22955
- }, be = f.useState(null), me = ue(be, 2), we = me[0], Ve = me[1], dt = f.useState(0), pt = ue(dt, 2), ke = pt[0], Be = pt[1], Je = x !== void 0 ? x : n !== "combobox", qe = f.useCallback(function(Ue, Te) {
22965
+ }, be = f.useState(null), me = ue(be, 2), we = me[0], Ve = me[1], dt = f.useState(0), pt = ue(dt, 2), ke = pt[0], Fe = pt[1], Je = x !== void 0 ? x : n !== "combobox", qe = f.useCallback(function(Ue, Te) {
22956
22966
  var Ke = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, Xe = Ke.source, et = Xe === void 0 ? "keyboard" : Xe;
22957
- Be(Te), i && n === "combobox" && Ue !== null && et === "keyboard" && Ve(String(Ue));
22967
+ Fe(Te), i && n === "combobox" && Ue !== null && et === "keyboard" && Ve(String(Ue));
22958
22968
  }, [i, n]), Ze = function(Te, Ke, Xe) {
22959
22969
  var et = function() {
22960
22970
  var cr, tr = ye(Te);
@@ -24520,7 +24530,7 @@ const T8 = "SECRET_COMBOBOX_MODE_DO_NOT_USE", B8 = (e, t) => {
24520
24530
  });
24521
24531
  const {
24522
24532
  suffixIcon: ke,
24523
- itemIcon: Be,
24533
+ itemIcon: Fe,
24524
24534
  removeIcon: Je,
24525
24535
  clearIcon: qe
24526
24536
  } = M8(Object.assign(Object.assign({}, T), {
@@ -24576,7 +24586,7 @@ const T8 = "SECRET_COMBOBOX_MODE_DO_NOT_USE", B8 = (e, t) => {
24576
24586
  direction: ie,
24577
24587
  prefix: N,
24578
24588
  suffixIcon: ke,
24579
- menuItemSelectedIcon: Be,
24589
+ menuItemSelectedIcon: Fe,
24580
24590
  removeIcon: Je,
24581
24591
  allowClear: Ze,
24582
24592
  notFoundContent: pt,
@@ -26353,18 +26363,18 @@ var jU = ["prefixCls", "rootClassName", "style", "className", "tabIndex", "items
26353
26363
  me(jt), ce == null || ce(jt);
26354
26364
  }
26355
26365
  it ? vu(lt) : lt();
26356
- }, Ve = f.useState(be), dt = ue(Ve, 2), pt = dt[0], ke = dt[1], Be = f.useRef(!1), Je = f.useMemo(function() {
26366
+ }, Ve = f.useState(be), dt = ue(Ve, 2), pt = dt[0], ke = dt[1], Fe = f.useRef(!1), Je = f.useMemo(function() {
26357
26367
  return (g === "inline" || g === "vertical") && m ? ["vertical", m] : [g, !1];
26358
26368
  }, [g, m]), qe = ue(Je, 2), Ze = qe[0], We = qe[1], ze = Ze === "inline", Ge = f.useState(Ze), vt = ue(Ge, 2), bt = vt[0], Ue = vt[1], Te = f.useState(We), Ke = ue(Te, 2), Xe = Ke[0], et = Ke[1];
26359
26369
  f.useEffect(function() {
26360
- Ue(Ze), et(We), Be.current && (ze ? me(pt) : we(ti));
26370
+ Ue(Ze), et(We), Fe.current && (ze ? me(pt) : we(ti));
26361
26371
  }, [Ze, We]);
26362
26372
  var mt = f.useState(0), kt = ue(mt, 2), Wt = kt[0], nr = kt[1], Ht = Wt >= ye.length - 1 || bt !== "horizontal" || C;
26363
26373
  f.useEffect(function() {
26364
26374
  ze && ke(be);
26365
26375
  }, [be]), f.useEffect(function() {
26366
- return Be.current = !0, function() {
26367
- Be.current = !1;
26376
+ return Fe.current = !0, function() {
26377
+ Fe.current = !1;
26368
26378
  };
26369
26379
  }, []);
26370
26380
  var Mt = gU(), Qt = Mt.registerPath, lr = Mt.unregisterPath, Or = Mt.refreshOverflowKeys, cr = Mt.isSubPathKey, tr = Mt.getKeyPath, tt = Mt.getKeys, ot = Mt.getSubPathKeys, $e = f.useMemo(function() {
@@ -28317,13 +28327,13 @@ function Fq(e) {
28317
28327
  }, [D, q, Z, te]), ae = Y(ce, K), j = f.useMemo(function() {
28318
28328
  if (!o)
28319
28329
  return [];
28320
- var me = c.getNow(), we = c.setHour(me, 6), Ve = c.setHour(me, 18), dt = function(ke, Be) {
28330
+ var me = c.getNow(), we = c.setHour(me, 6), Ve = c.setHour(me, 18), dt = function(ke, Fe) {
28321
28331
  var Je = d.cellMeridiemFormat;
28322
28332
  return Je ? en(ke, {
28323
28333
  generateConfig: c,
28324
28334
  locale: d,
28325
28335
  format: Je
28326
- }) : Be;
28336
+ }) : Fe;
28327
28337
  };
28328
28338
  return [{
28329
28339
  label: dt(we, "AM"),
@@ -29447,9 +29457,9 @@ function nG(e, t) {
29447
29457
  });
29448
29458
  }, [R, Pe, Ce, Se]), pt = $r([A, A], {
29449
29459
  value: P
29450
- }), ke = ue(pt, 2), Be = ke[0], Je = ke[1], qe = Be[Pe] || A, Ze = qe === "date" && dt ? "datetime" : qe, We = Ze === A && Ze !== "time", ze = I6(A, qe, I, _, !0), Ge = D6(a, se, le, ve, he, m, s, De, ae, u), vt = ue(Ge, 2), bt = vt[0], Ue = vt[1], Te = Iq(Ce, m, Se, O, D, C), Ke = l6(Ce, u, y), Xe = ue(Ke, 2), et = Xe[0], mt = Xe[1], kt = S6(O, D, Ce, Be, ae, Pe, o, We, F, B, dt == null ? void 0 : dt.defaultOpenValue, V, $, S), Wt = ue(kt, 2), nr = Wt[0], Ht = Wt[1], Mt = or(function(It, Rt, Lt) {
29451
- var Ar = Jl(Be, Pe, Rt);
29452
- if ((Ar[0] !== Be[0] || Ar[1] !== Be[1]) && Je(Ar), N && Lt !== !1) {
29460
+ }), ke = ue(pt, 2), Fe = ke[0], Je = ke[1], qe = Fe[Pe] || A, Ze = qe === "date" && dt ? "datetime" : qe, We = Ze === A && Ze !== "time", ze = I6(A, qe, I, _, !0), Ge = D6(a, se, le, ve, he, m, s, De, ae, u), vt = ue(Ge, 2), bt = vt[0], Ue = vt[1], Te = Iq(Ce, m, Se, O, D, C), Ke = l6(Ce, u, y), Xe = ue(Ke, 2), et = Xe[0], mt = Xe[1], kt = S6(O, D, Ce, Fe, ae, Pe, o, We, F, B, dt == null ? void 0 : dt.defaultOpenValue, V, $, S), Wt = ue(kt, 2), nr = Wt[0], Ht = Wt[1], Mt = or(function(It, Rt, Lt) {
29461
+ var Ar = Jl(Fe, Pe, Rt);
29462
+ if ((Ar[0] !== Fe[0] || Ar[1] !== Fe[1]) && Je(Ar), N && Lt !== !1) {
29453
29463
  var Br = Ne(Ce);
29454
29464
  It && (Br[Pe] = It), N(Br, Ar);
29455
29465
  }
@@ -29794,7 +29804,7 @@ function sG(e, t) {
29794
29804
  be(!1), Y == null || Y(lt, {});
29795
29805
  }, pt = $r(_, {
29796
29806
  value: M
29797
- }), ke = ue(pt, 2), Be = ke[0], Je = ke[1], qe = Be === "date" && N ? "datetime" : Be, Ze = I6(_, Be, R, P), We = y && function(it, lt) {
29807
+ }), ke = ue(pt, 2), Fe = ke[0], Je = ke[1], qe = Fe === "date" && N ? "datetime" : Fe, Ze = I6(_, Fe, R, P), We = y && function(it, lt) {
29798
29808
  y(j(it), j(lt));
29799
29809
  }, ze = D6(
29800
29810
  re(re({}, a), {}, {
@@ -29825,7 +29835,7 @@ function sG(e, t) {
29825
29835
  I,
29826
29836
  A,
29827
29837
  Pe,
29828
- [Be],
29838
+ [Fe],
29829
29839
  se,
29830
29840
  we,
29831
29841
  o,
@@ -29897,7 +29907,7 @@ function sG(e, t) {
29897
29907
  onFocus: Ut,
29898
29908
  onBlur: dt,
29899
29909
  picker: _,
29900
- mode: Be,
29910
+ mode: Fe,
29901
29911
  internalMode: qe,
29902
29912
  onPanelChange: Ht,
29903
29913
  format: l,
@@ -32626,7 +32636,7 @@ var TG = function(t) {
32626
32636
  var _t = L;
32627
32637
  He.top < -L ? _t = -He.top : He.top + He.height > -L + Ce && (_t = -(He.top + He.height - Ce)), P(0), F(je(_t));
32628
32638
  }
32629
- }), Be = at(), Je = ue(Be, 2), qe = Je[0], Ze = Je[1], We = at(!1), ze = ue(We, 2), Ge = ze[0], vt = ze[1], bt = C.filter(function($e) {
32639
+ }), Fe = at(), Je = ue(Fe, 2), qe = Je[0], Ze = Je[1], We = at(!1), ze = ue(We, 2), Ge = ze[0], vt = ze[1], bt = C.filter(function($e) {
32630
32640
  return !$e.disabled;
32631
32641
  }).map(function($e) {
32632
32642
  return $e.key;
@@ -35379,24 +35389,24 @@ var HK = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue
35379
35389
  function q(ke) {
35380
35390
  c === void 0 && Y(ke);
35381
35391
  }
35382
- var J = f.useCallback(function(ke, Be) {
35383
- if (!Be)
35392
+ var J = f.useCallback(function(ke, Fe) {
35393
+ if (!Fe)
35384
35394
  return w >= 0 ? w : Math.max(mi(ke), mi(l));
35385
35395
  }, [w, l]), Z = f.useCallback(function(ke) {
35386
- var Be = String(ke);
35396
+ var Fe = String(ke);
35387
35397
  if (S)
35388
- return S(Be);
35389
- var Je = Be;
35398
+ return S(Fe);
35399
+ var Je = Fe;
35390
35400
  return x && (Je = Je.replace(x, ".")), Je.replace(/[^\w.-]+/g, "");
35391
- }, [S, x]), oe = f.useRef(""), te = f.useCallback(function(ke, Be) {
35401
+ }, [S, x]), oe = f.useRef(""), te = f.useCallback(function(ke, Fe) {
35392
35402
  if (E)
35393
35403
  return E(ke, {
35394
- userTyping: Be,
35404
+ userTyping: Fe,
35395
35405
  input: String(oe.current)
35396
35406
  });
35397
35407
  var Je = typeof ke == "number" ? ag(ke) : ke;
35398
- if (!Be) {
35399
- var qe = J(Je, Be);
35408
+ if (!Fe) {
35409
+ var qe = J(Je, Fe);
35400
35410
  if (gy(Je) && (x || qe >= 0)) {
35401
35411
  var Ze = x || ".";
35402
35412
  Je = pv(Je, Ze, qe);
@@ -35408,13 +35418,13 @@ var HK = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue
35408
35418
  return U.isInvalidate() && ["string", "number"].includes(ft(ke)) ? Number.isNaN(ke) ? "" : ke : te(U.toString(), !1);
35409
35419
  }), ae = ue(ce, 2), j = ae[0], W = ae[1];
35410
35420
  oe.current = j;
35411
- function ee(ke, Be) {
35421
+ function ee(ke, Fe) {
35412
35422
  W(te(
35413
35423
  // Invalidate number is sometime passed by external control, we should let it go
35414
35424
  // Otherwise is controlled by internal interactive logic which check by userTyping
35415
35425
  // You can ref 'show limited value when input is not focused' test for more info.
35416
- ke.isInvalidate() ? ke.toString(!1) : ke.toString(!Be),
35417
- Be
35426
+ ke.isInvalidate() ? ke.toString(!1) : ke.toString(!Fe),
35427
+ Fe
35418
35428
  ));
35419
35429
  }
35420
35430
  var ie = f.useMemo(function() {
@@ -35425,52 +35435,52 @@ var HK = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue
35425
35435
  return !ie || !U || U.isInvalidate() ? !1 : ie.lessEquals(U);
35426
35436
  }, [ie, U]), ve = f.useMemo(function() {
35427
35437
  return !se || !U || U.isInvalidate() ? !1 : U.lessEquals(se);
35428
- }, [se, U]), he = BK(L.current, V), ye = ue(he, 2), Ce = ye[0], Re = ye[1], Ie = function(Be) {
35429
- return ie && !Be.lessEquals(ie) ? ie : se && !se.lessEquals(Be) ? se : null;
35430
- }, De = function(Be) {
35431
- return !Ie(Be);
35432
- }, je = function(Be, Je) {
35433
- var qe = Be, Ze = De(qe) || qe.isEmpty();
35438
+ }, [se, U]), he = BK(L.current, V), ye = ue(he, 2), Ce = ye[0], Re = ye[1], Ie = function(Fe) {
35439
+ return ie && !Fe.lessEquals(ie) ? ie : se && !se.lessEquals(Fe) ? se : null;
35440
+ }, De = function(Fe) {
35441
+ return !Ie(Fe);
35442
+ }, je = function(Fe, Je) {
35443
+ var qe = Fe, Ze = De(qe) || qe.isEmpty();
35434
35444
  if (!qe.isEmpty() && !Je && (qe = Ie(qe) || qe, Ze = !0), !v && !d && Ze) {
35435
35445
  var We = qe.toString(), ze = J(We, Je);
35436
35446
  return ze >= 0 && (qe = Oa(pv(We, ".", ze)), De(qe) || (qe = Oa(pv(We, ".", ze, !0)))), qe.equals(U) || (q(qe), D == null || D(qe.isEmpty() ? null : US($, qe)), c === void 0 && ee(qe, Je)), qe;
35437
35447
  }
35438
35448
  return U;
35439
- }, Me = zK(), Pe = function ke(Be) {
35440
- if (Ce(), oe.current = Be, W(Be), !H.current) {
35441
- var Je = Z(Be), qe = Oa(Je);
35449
+ }, Me = zK(), Pe = function ke(Fe) {
35450
+ if (Ce(), oe.current = Fe, W(Fe), !H.current) {
35451
+ var Je = Z(Fe), qe = Oa(Je);
35442
35452
  qe.isNaN() || je(qe, !0);
35443
35453
  }
35444
- O == null || O(Be), Me(function() {
35445
- var Ze = Be;
35446
- S || (Ze = Be.replace(/。/g, ".")), Ze !== Be && ke(Ze);
35454
+ O == null || O(Fe), Me(function() {
35455
+ var Ze = Fe;
35456
+ S || (Ze = Fe.replace(/。/g, ".")), Ze !== Fe && ke(Ze);
35447
35457
  });
35448
35458
  }, _e = function() {
35449
35459
  H.current = !0;
35450
35460
  }, ge = function() {
35451
35461
  H.current = !1, Pe(L.current.value);
35452
- }, Se = function(Be) {
35453
- Pe(Be.target.value);
35454
- }, be = function(Be) {
35462
+ }, Se = function(Fe) {
35463
+ Pe(Fe.target.value);
35464
+ }, be = function(Fe) {
35455
35465
  var Je;
35456
- if (!(Be && le || !Be && ve)) {
35466
+ if (!(Fe && le || !Fe && ve)) {
35457
35467
  T.current = !1;
35458
35468
  var qe = Oa(K.current ? WS(l) : l);
35459
- Be || (qe = qe.negate());
35469
+ Fe || (qe = qe.negate());
35460
35470
  var Ze = (U || Oa(0)).add(qe.toString()), We = je(Ze, !1);
35461
35471
  I == null || I(US($, We), {
35462
35472
  offset: K.current ? WS(l) : l,
35463
- type: Be ? "up" : "down"
35473
+ type: Fe ? "up" : "down"
35464
35474
  }), (Je = L.current) === null || Je === void 0 || Je.focus();
35465
35475
  }
35466
- }, me = function(Be) {
35476
+ }, me = function(Fe) {
35467
35477
  var Je = Oa(Z(j)), qe;
35468
- Je.isNaN() ? qe = je(U, Be) : qe = je(Je, Be), c !== void 0 ? ee(U, !1) : qe.isNaN() || ee(qe, !1);
35478
+ Je.isNaN() ? qe = je(U, Fe) : qe = je(Je, Fe), c !== void 0 ? ee(U, !1) : qe.isNaN() || ee(qe, !1);
35469
35479
  }, we = function() {
35470
35480
  T.current = !0;
35471
- }, Ve = function(Be) {
35472
- var Je = Be.key, qe = Be.shiftKey;
35473
- T.current = !0, K.current = qe, Je === "Enter" && (H.current || (T.current = !1), me(!1), A == null || A(Be)), h !== !1 && !H.current && ["Up", "ArrowUp", "Down", "ArrowDown"].includes(Je) && (be(Je === "Up" || Je === "ArrowUp"), Be.preventDefault());
35481
+ }, Ve = function(Fe) {
35482
+ var Je = Fe.key, qe = Fe.shiftKey;
35483
+ T.current = !0, K.current = qe, Je === "Enter" && (H.current || (T.current = !1), me(!1), A == null || A(Fe)), h !== !1 && !H.current && ["Up", "ArrowUp", "Down", "ArrowDown"].includes(Je) && (be(Je === "Up" || Je === "ArrowUp"), Fe.preventDefault());
35474
35484
  }, dt = function() {
35475
35485
  T.current = !1, K.current = !1;
35476
35486
  };
@@ -35478,12 +35488,12 @@ var HK = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue
35478
35488
  if (m && V) {
35479
35489
  var ke = function(qe) {
35480
35490
  be(qe.deltaY < 0), qe.preventDefault();
35481
- }, Be = L.current;
35482
- if (Be)
35483
- return Be.addEventListener("wheel", ke, {
35491
+ }, Fe = L.current;
35492
+ if (Fe)
35493
+ return Fe.addEventListener("wheel", ke, {
35484
35494
  passive: !1
35485
35495
  }), function() {
35486
- return Be.removeEventListener("wheel", ke);
35496
+ return Fe.removeEventListener("wheel", ke);
35487
35497
  };
35488
35498
  }
35489
35499
  });
@@ -35495,8 +35505,8 @@ var HK = ["prefixCls", "className", "style", "min", "max", "step", "defaultValue
35495
35505
  }, [w, E]), hi(function() {
35496
35506
  var ke = Oa(c);
35497
35507
  Y(ke);
35498
- var Be = Oa(Z(j));
35499
- (!ke.equals(Be) || !T.current || E) && ee(ke, T.current);
35508
+ var Fe = Oa(Z(j));
35509
+ (!ke.equals(Fe) || !T.current || E) && ee(ke, T.current);
35500
35510
  }, [c]), hi(function() {
35501
35511
  E && Re();
35502
35512
  }, [j]), /* @__PURE__ */ f.createElement("div", {
@@ -37281,7 +37291,7 @@ process.env.NODE_ENV !== "production" && ($y.displayName = "Drawer");
37281
37291
  function QS(e) {
37282
37292
  return ["small", "middle", "large"].includes(e);
37283
37293
  }
37284
- function Nde(e) {
37294
+ function Tde(e) {
37285
37295
  return e ? typeof e == "number" && !Number.isNaN(e) : !1;
37286
37296
  }
37287
37297
  const xI = ["wrap", "nowrap", "wrap-reverse"], OI = ["flex-start", "flex-end", "start", "end", "center", "space-between", "space-around", "space-evenly", "stretch", "normal", "left", "right"], DI = ["center", "start", "end", "flex-start", "flex-end", "self-start", "self-end", "baseline", "normal", "stretch"], TY = (e, t) => {
@@ -41029,7 +41039,7 @@ var e5 = function(t) {
41029
41039
  function ke(st) {
41030
41040
  pt(st, me);
41031
41041
  }
41032
- function Be(st) {
41042
+ function Fe(st) {
41033
41043
  pt(st, we);
41034
41044
  }
41035
41045
  function Je(st) {
@@ -41168,7 +41178,7 @@ var e5 = function(t) {
41168
41178
  title: x ? I.next_page : null,
41169
41179
  onClick: we,
41170
41180
  tabIndex: Er,
41171
- onKeyDown: Be,
41181
+ onKeyDown: Fe,
41172
41182
  className: de("".concat(n, "-next"), Q({}, "".concat(n, "-disabled"), ar)),
41173
41183
  "aria-disabled": ar
41174
41184
  }, Bt);
@@ -44319,7 +44329,7 @@ const VJ = ({
44319
44329
  c == null || c.preventDefault(), c == null || c.stopPropagation(), o(!0);
44320
44330
  try {
44321
44331
  const v = typeof e.text == "function" ? yield e.text() : e.text;
44322
- AP(v || xQ(t, !0).join("") || "", l), o(!1), n(!0), s(), i.current = setTimeout(() => {
44332
+ NP(v || xQ(t, !0).join("") || "", l), o(!1), n(!0), s(), i.current = setTimeout(() => {
44323
44333
  n(!1);
44324
44334
  }, 3e3), (d = e.onCopy) === null || d === void 0 || d.call(e, c);
44325
44335
  } catch (v) {
@@ -46537,7 +46547,7 @@ Dy.LIST_IGNORE = ql;
46537
46547
  const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46538
46548
  readOnly: Nee,
46539
46549
  noData: Mee
46540
- }, Mde = ({
46550
+ }, Bde = ({
46541
46551
  configLocale: e,
46542
46552
  noDateText: t,
46543
46553
  currentValue: r,
@@ -46546,9 +46556,9 @@ const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46546
46556
  ...o
46547
46557
  }) => {
46548
46558
  if (n && !r)
46549
- return /* @__PURE__ */ Fe.jsx(Sa.Text, { children: t });
46559
+ return /* @__PURE__ */ Be.jsx(Sa.Text, { children: t });
46550
46560
  const i = Hr(r);
46551
- return n ? /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(wE.readOnly, wE.noData), children: a ? i.format("YYYY-MM-DD, HH:mm:ss") : i.format("YYYY-MM-DD") }) : /* @__PURE__ */ Fe.jsx(za, { locale: e, children: /* @__PURE__ */ Fe.jsx(
46561
+ return n ? /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(wE.readOnly, wE.noData), children: a ? i.format("YYYY-MM-DD, HH:mm:ss") : i.format("YYYY-MM-DD") }) : /* @__PURE__ */ Be.jsx(za, { locale: e, children: /* @__PURE__ */ Be.jsx(
46552
46562
  vl,
46553
46563
  {
46554
46564
  ...o,
@@ -46561,7 +46571,7 @@ const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46561
46571
  }, Tee = "_form_6uo9h_1", Bee = "_buttons_6uo9h_5", xE = {
46562
46572
  form: Tee,
46563
46573
  buttons: Bee
46564
- }, Tde = ({
46574
+ }, Fde = ({
46565
46575
  children: e,
46566
46576
  language: t,
46567
46577
  saveText: r,
@@ -46589,12 +46599,12 @@ const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46589
46599
  }, $ = (S) => {
46590
46600
  p && (S.preventDefault(), p());
46591
46601
  };
46592
- return /* @__PURE__ */ Fe.jsxs(ao, { ...g, className: xE.form, layout: "vertical", children: [
46602
+ return /* @__PURE__ */ Be.jsxs(ao, { ...g, className: xE.form, layout: "vertical", children: [
46593
46603
  e,
46594
- /* @__PURE__ */ Fe.jsxs("div", { className: xE.buttons, children: [
46595
- c && !!(i != null && i.length) && /* @__PURE__ */ Fe.jsxs(Go, { gap: "small", vertical: !0, children: [
46596
- d && /* @__PURE__ */ Fe.jsx(wa, { title: a, children: /* @__PURE__ */ Fe.jsx(Mn, { loading: m, onClick: C, children: n }) }),
46597
- /* @__PURE__ */ Fe.jsx(
46604
+ /* @__PURE__ */ Be.jsxs("div", { className: xE.buttons, children: [
46605
+ c && !!(i != null && i.length) && /* @__PURE__ */ Be.jsxs(Go, { gap: "small", vertical: !0, children: [
46606
+ d && /* @__PURE__ */ Be.jsx(wa, { title: a, children: /* @__PURE__ */ Be.jsx(Mn, { loading: m, onClick: C, children: n }) }),
46607
+ /* @__PURE__ */ Be.jsx(
46598
46608
  eo,
46599
46609
  {
46600
46610
  defaultValue: t,
@@ -46604,7 +46614,7 @@ const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46604
46614
  }
46605
46615
  )
46606
46616
  ] }),
46607
- u && /* @__PURE__ */ Fe.jsx(
46617
+ u && /* @__PURE__ */ Be.jsx(
46608
46618
  Mn,
46609
46619
  {
46610
46620
  type: "primary",
@@ -46617,10 +46627,10 @@ const Nee = "_readOnly_1qyk0_1", Mee = "_noData_1qyk0_6", wE = {
46617
46627
  )
46618
46628
  ] })
46619
46629
  ] });
46620
- }, Bde = ({
46630
+ }, jde = ({
46621
46631
  fallback: e = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMIAAADDCAYAAADQvc6UAAABRWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSSwoyGFhYGDIzSspCnJ3UoiIjFJgf8LAwSDCIMogwMCcmFxc4BgQ4ANUwgCjUcG3awyMIPqyLsis7PPOq3QdDFcvjV3jOD1boQVTPQrgSkktTgbSf4A4LbmgqISBgTEFyFYuLykAsTuAbJEioKOA7DkgdjqEvQHEToKwj4DVhAQ5A9k3gGyB5IxEoBmML4BsnSQk8XQkNtReEOBxcfXxUQg1Mjc0dyHgXNJBSWpFCYh2zi+oLMpMzyhRcASGUqqCZ16yno6CkYGRAQMDKMwhqj/fAIcloxgHQqxAjIHBEugw5sUIsSQpBobtQPdLciLEVJYzMPBHMDBsayhILEqEO4DxG0txmrERhM29nYGBddr//5/DGRjYNRkY/l7////39v///y4Dmn+LgeHANwDrkl1AuO+pmgAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAwqADAAQAAAABAAAAwwAAAAD9b/HnAAAHlklEQVR4Ae3dP3PTWBSGcbGzM6GCKqlIBRV0dHRJFarQ0eUT8LH4BnRU0NHR0UEFVdIlFRV7TzRksomPY8uykTk/zewQfKw/9znv4yvJynLv4uLiV2dBoDiBf4qP3/ARuCRABEFAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghgg0Aj8i0JO4OzsrPv69Wv+hi2qPHr0qNvf39+iI97soRIh4f3z58/u7du3SXX7Xt7Z2enevHmzfQe+oSN2apSAPj09TSrb+XKI/f379+08+A0cNRE2ANkupk+ACNPvkSPcAAEibACyXUyfABGm3yNHuAECRNgAZLuYPgEirKlHu7u7XdyytGwHAd8jjNyng4OD7vnz51dbPT8/7z58+NB9+/bt6jU/TI+AGWHEnrx48eJ/EsSmHzx40L18+fLyzxF3ZVMjEyDCiEDjMYZZS5wiPXnyZFbJaxMhQIQRGzHvWR7XCyOCXsOmiDAi1HmPMMQjDpbpEiDCiL358eNHurW/5SnWdIBbXiDCiA38/Pnzrce2YyZ4//59F3ePLNMl4PbpiL2J0L979+7yDtHDhw8vtzzvdGnEXdvUigSIsCLAWavHp/+qM0BcXMd/q25n1vF57TYBp0a3mUzilePj4+7k5KSLb6gt6ydAhPUzXnoPR0dHl79WGTNCfBnn1uvSCJdegQhLI1vvCk+fPu2ePXt2tZOYEV6/fn31dz+shwAR1sP1cqvLntbEN9MxA9xcYjsxS1jWR4AIa2Ibzx0tc44fYX/16lV6NDFLXH+YL32jwiACRBiEbf5KcXoTIsQSpzXx4N28Ja4BQoK7rgXiydbHjx/P25TaQAJEGAguWy0+2Q8PD6/Ki4R8EVl+bzBOnZY95fq9rj9zAkTI2SxdidBHqG9+skdw43borCXO/ZcJdraPWdv22uIEiLA4q7nvvCug8WTqzQveOH26fodo7g6uFe/a17W3+nFBAkRYENRdb1vkkz1CH9cPsVy/jrhr27PqMYvENYNlHAIesRiBYwRy0V+8iXP8+/fvX11Mr7L7ECueb/r48eMqm7FuI2BGWDEG8cm+7G3NEOfmdcTQw4h9/55lhm7DekRYKQPZF2ArbXTAyu4kDYB2YxUzwg0gi/41ztHnfQG26HbGel/crVrm7tNY+/1btkOEAZ2M05r4FB7r9GbAIdxaZYrHdOsgJ/wCEQY0J74TmOKnbxxT9n3FgGGWWsVdowHtjt9Nnvf7yQM2aZU/TIAIAxrw6dOnAWtZZcoEnBpNuTuObWMEiLAx1HY0ZQJEmHJ3HNvGCBBhY6jtaMoEiJB0Z29vL6ls58vxPcO8/zfrdo5qvKO+d3Fx8Wu8zf1dW4p/cPzLly/dtv9Ts/EbcvGAHhHyfBIhZ6NSiIBTo0LNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiEC/wGgKKC4YMA4TAAAAABJRU5ErkJggg==",
46622
46632
  ...t
46623
- }) => /* @__PURE__ */ Fe.jsx(sg, { ...t, fallback: e });
46633
+ }) => /* @__PURE__ */ Be.jsx(sg, { ...t, fallback: e });
46624
46634
  function Fee() {
46625
46635
  for (var e = arguments.length, t = new Array(e), r = 0; r < e; r++)
46626
46636
  t[r] = arguments[r];
@@ -48662,11 +48672,11 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48662
48672
  droppableContainers: V,
48663
48673
  pointerCoordinates: ve
48664
48674
  }) : null, je = Jee(De, "id"), [Me, Pe] = at(null), _e = j ? le : Bs(le, Ce), ge = rte(_e, (o = Me == null ? void 0 : Me.rect) != null ? o : null, q), Se = xe(null), be = Nt(
48665
- (ke, Be) => {
48675
+ (ke, Fe) => {
48666
48676
  let {
48667
48677
  sensor: Je,
48668
48678
  options: qe
48669
- } = Be;
48679
+ } = Fe;
48670
48680
  if (R.current == null)
48671
48681
  return;
48672
48682
  const Ze = x.get(R.current);
@@ -48786,7 +48796,7 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48786
48796
  },
48787
48797
  // eslint-disable-next-line react-hooks/exhaustive-deps
48788
48798
  [x]
48789
- ), me = Nt((ke, Be) => (Je, qe) => {
48799
+ ), me = Nt((ke, Fe) => (Je, qe) => {
48790
48800
  const Ze = Je.nativeEvent, We = x.get(qe);
48791
48801
  if (
48792
48802
  // Another sensor is already instantiating
@@ -48798,9 +48808,9 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48798
48808
  const ze = {
48799
48809
  active: We
48800
48810
  };
48801
- ke(Je, Be.options, ze) === !0 && (Ze.dndKit = {
48802
- capturedBy: Be.sensor
48803
- }, R.current = qe, be(Je, Be));
48811
+ ke(Je, Fe.options, ze) === !0 && (Ze.dndKit = {
48812
+ capturedBy: Fe.sensor
48813
+ }, R.current = qe, be(Je, Fe));
48804
48814
  }, [x, be]), we = Rte(c, me);
48805
48815
  Fte(c), to(() => {
48806
48816
  q && $ === Po.Initializing && S(Po.Initialized);
@@ -48809,15 +48819,15 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48809
48819
  const {
48810
48820
  onDragMove: ke
48811
48821
  } = F.current, {
48812
- active: Be,
48822
+ active: Fe,
48813
48823
  activatorEvent: Je,
48814
48824
  collisions: qe,
48815
48825
  over: Ze
48816
48826
  } = Z.current;
48817
- if (!Be || !Je)
48827
+ if (!Fe || !Je)
48818
48828
  return;
48819
48829
  const We = {
48820
- active: Be,
48830
+ active: Fe,
48821
48831
  activatorEvent: Je,
48822
48832
  collisions: qe,
48823
48833
  delta: {
@@ -48839,12 +48849,12 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48839
48849
  () => {
48840
48850
  const {
48841
48851
  active: ke,
48842
- activatorEvent: Be,
48852
+ activatorEvent: Fe,
48843
48853
  collisions: Je,
48844
48854
  droppableContainers: qe,
48845
48855
  scrollAdjustedTranslate: Ze
48846
48856
  } = Z.current;
48847
- if (!ke || R.current == null || !Be || !Ze)
48857
+ if (!ke || R.current == null || !Fe || !Ze)
48848
48858
  return;
48849
48859
  const {
48850
48860
  onDragOver: We
@@ -48855,7 +48865,7 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48855
48865
  disabled: ze.disabled
48856
48866
  } : null, vt = {
48857
48867
  active: ke,
48858
- activatorEvent: Be,
48868
+ activatorEvent: Fe,
48859
48869
  collisions: Je,
48860
48870
  delta: {
48861
48871
  x: Ze.x,
@@ -48945,7 +48955,7 @@ const Qte = /* @__PURE__ */ P4(function(t) {
48945
48955
  hiddenTextDescribedById: B
48946
48956
  }));
48947
48957
  function pt() {
48948
- const ke = (P == null ? void 0 : P.autoScrollEnabled) === !1, Be = typeof l == "object" ? l.enabled === !1 : l === !1, Je = E && !ke && !Be;
48958
+ const ke = (P == null ? void 0 : P.autoScrollEnabled) === !1, Fe = typeof l == "object" ? l.enabled === !1 : l === !1, Je = E && !ke && !Fe;
48949
48959
  return typeof l == "object" ? {
48950
48960
  ...l,
48951
48961
  enabled: Je
@@ -50554,9 +50564,9 @@ const ane = (e, t) => /* @__PURE__ */ f.createElement(pn, E1({}, e, {
50554
50564
  icon: wJ
50555
50565
  })), bR = /* @__PURE__ */ f.forwardRef(ane);
50556
50566
  process.env.NODE_ENV !== "production" && (bR.displayName = "UnorderedListOutlined");
50557
- const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style: { border: 0, background: "none" }, type: "button", children: [
50558
- /* @__PURE__ */ Fe.jsx(pR, {}),
50559
- /* @__PURE__ */ Fe.jsx("div", { style: { marginTop: 8 }, children: e })
50567
+ const one = ({ downloadText: e }) => /* @__PURE__ */ Be.jsxs("button", { style: { border: 0, background: "none" }, type: "button", children: [
50568
+ /* @__PURE__ */ Be.jsx(pR, {}),
50569
+ /* @__PURE__ */ Be.jsx("div", { style: { marginTop: 8 }, children: e })
50560
50570
  ] }), ine = "_uploadContainer_lavhx_1", sne = "_card_lavhx_6", lne = "_error_lavhx_14", une = "_disabled_lavhx_23", cne = "_image_lavhx_32", Gl = {
50561
50571
  uploadContainer: ine,
50562
50572
  card: sne,
@@ -50585,7 +50595,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50585
50595
  readOnly: r,
50586
50596
  value: n,
50587
50597
  ...a
50588
- }) => r && !n ? /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Fe.jsx(
50598
+ }) => r && !n ? /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Be.jsx(
50589
50599
  wo,
50590
50600
  {
50591
50601
  ...a,
@@ -50595,13 +50605,13 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50595
50605
  [go.readOnly]: r
50596
50606
  })
50597
50607
  }
50598
- ), Fde = ({
50608
+ ), Lde = ({
50599
50609
  emptyText: e,
50600
50610
  className: t,
50601
50611
  readOnly: r,
50602
50612
  value: n,
50603
50613
  ...a
50604
- }) => r && !n ? /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Fe.jsx(
50614
+ }) => r && !n ? /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Be.jsx(
50605
50615
  wo.Password,
50606
50616
  {
50607
50617
  ...a,
@@ -50611,13 +50621,13 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50611
50621
  [go.readOnly]: r
50612
50622
  })
50613
50623
  }
50614
- ), jde = ({
50624
+ ), kde = ({
50615
50625
  emptyText: e,
50616
50626
  className: t,
50617
50627
  readOnly: r,
50618
50628
  value: n,
50619
50629
  ...a
50620
- }) => r && !n ? /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Fe.jsx(
50630
+ }) => r && !n ? /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(go.readOnly, go.noData), children: e }) : /* @__PURE__ */ Be.jsx(
50621
50631
  wo.TextArea,
50622
50632
  {
50623
50633
  ...a,
@@ -50694,7 +50704,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50694
50704
  }, [u]), Ye(() => {
50695
50705
  (async () => {
50696
50706
  if (n != null && n.originFileObj) {
50697
- const M = await pM(n.originFileObj);
50707
+ const M = await yM(n.originFileObj);
50698
50708
  m(M);
50699
50709
  } else n.url && (h({
50700
50710
  ru: n.altRU ?? "",
@@ -50711,7 +50721,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50711
50721
  [N.toLocaleLowerCase()]: M
50712
50722
  }));
50713
50723
  };
50714
- return /* @__PURE__ */ Fe.jsx(
50724
+ return /* @__PURE__ */ Be.jsx(
50715
50725
  rg,
50716
50726
  {
50717
50727
  ref: !y && !s && l !== 1 ? x : void 0,
@@ -50720,18 +50730,18 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50720
50730
  size: "small",
50721
50731
  loading: !g || c,
50722
50732
  style: _,
50723
- cover: g ? /* @__PURE__ */ Fe.jsx(sg, { className: Gl.image, height: 160, src: g }) : void 0,
50724
- actions: [/* @__PURE__ */ Fe.jsx(uR, { onClick: R }, "delete")],
50733
+ cover: g ? /* @__PURE__ */ Be.jsx(sg, { className: Gl.image, height: 160, src: g }) : void 0,
50734
+ actions: [/* @__PURE__ */ Be.jsx(uR, { onClick: R }, "delete")],
50725
50735
  ...E,
50726
50736
  ...w,
50727
- children: dne.map((N) => /* @__PURE__ */ Fe.jsx(
50737
+ children: dne.map((N) => /* @__PURE__ */ Be.jsx(
50728
50738
  ao.Item,
50729
50739
  {
50730
50740
  label: `${t} ${N.lang.toUpperCase()}`,
50731
50741
  style: {
50732
50742
  display: a === N.lang.toLowerCase() ? "block" : "none"
50733
50743
  },
50734
- children: /* @__PURE__ */ Fe.jsx(
50744
+ children: /* @__PURE__ */ Be.jsx(
50735
50745
  mne,
50736
50746
  {
50737
50747
  emptyText: e,
@@ -50747,7 +50757,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50747
50757
  ))
50748
50758
  }
50749
50759
  );
50750
- }, Lde = ({
50760
+ }, zde = ({
50751
50761
  labelText: e,
50752
50762
  loadingErrorText: t,
50753
50763
  emptyText: r,
@@ -50814,7 +50824,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50814
50824
  $((M) => [...M, R.uid ?? ""]), _ == null || _(N.error);
50815
50825
  u == null || u(O);
50816
50826
  };
50817
- return /* @__PURE__ */ Fe.jsx("div", { className: Gl.uploadContainer, children: /* @__PURE__ */ Fe.jsx(Qte, { sensors: [S], onDragEnd: x, children: /* @__PURE__ */ Fe.jsx(ure, { items: m.map((O) => O.uid), children: /* @__PURE__ */ Fe.jsx(
50827
+ return /* @__PURE__ */ Be.jsx("div", { className: Gl.uploadContainer, children: /* @__PURE__ */ Be.jsx(Qte, { sensors: [S], onDragEnd: x, children: /* @__PURE__ */ Be.jsx(ure, { items: m.map((O) => O.uid), children: /* @__PURE__ */ Be.jsx(
50818
50828
  Dy,
50819
50829
  {
50820
50830
  ...g,
@@ -50824,7 +50834,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50824
50834
  accept: "image/png, image/jpeg, image/webp",
50825
50835
  listType: "picture-card",
50826
50836
  fileList: m,
50827
- itemRender: (O, A, I, _) => /* @__PURE__ */ Fe.jsx(
50837
+ itemRender: (O, A, I, _) => /* @__PURE__ */ Be.jsx(
50828
50838
  pne,
50829
50839
  {
50830
50840
  emptyText: r,
@@ -50844,20 +50854,20 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50844
50854
  }
50845
50855
  ),
50846
50856
  onChange: E,
50847
- children: (!s || (m == null ? void 0 : m.length) < s) && /* @__PURE__ */ Fe.jsx(one, { downloadText: n })
50857
+ children: (!s || (m == null ? void 0 : m.length) < s) && /* @__PURE__ */ Be.jsx(one, { downloadText: n })
50848
50858
  }
50849
50859
  ) }) }) });
50850
50860
  }, hne = "_inputNumber_11eep_1", bne = "_readOnly_11eep_5", yne = "_noData_11eep_22", Kc = {
50851
50861
  inputNumber: hne,
50852
50862
  readOnly: bne,
50853
50863
  noData: yne
50854
- }, kde = ({
50864
+ }, Hde = ({
50855
50865
  emptyText: e,
50856
50866
  className: t,
50857
50867
  readOnly: r,
50858
50868
  value: n,
50859
50869
  ...a
50860
- }) => r && !n ? /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(Kc.readOnly, Kc.noData), children: e }) : /* @__PURE__ */ Fe.jsx(
50870
+ }) => r && !n ? /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(Kc.readOnly, Kc.noData), children: e }) : /* @__PURE__ */ Be.jsx(
50861
50871
  by,
50862
50872
  {
50863
50873
  ...a,
@@ -50871,7 +50881,7 @@ const one = ({ downloadText: e }) => /* @__PURE__ */ Fe.jsxs("button", { style:
50871
50881
  const {
50872
50882
  token: { colorBgContainer: t, boxShadow: r, borderRadius: n }
50873
50883
  } = cg.useToken();
50874
- return /* @__PURE__ */ Fe.jsx(
50884
+ return /* @__PURE__ */ Be.jsx(
50875
50885
  "div",
50876
50886
  {
50877
50887
  style: {
@@ -51291,7 +51301,7 @@ class su extends ne.Component {
51291
51301
  }
51292
51302
  }
51293
51303
  var _ne = Cl(hg(bl((e) => /* @__PURE__ */ ne.createElement(su, ro({}, e, { name: "Placemark" })), !0, ["Placemark"])));
51294
- const zde = ({
51304
+ const Vde = ({
51295
51305
  latitude: e,
51296
51306
  longitude: t,
51297
51307
  defaultLatitude: r = 55.757056,
@@ -51322,14 +51332,14 @@ const zde = ({
51322
51332
  const w = E.get("target").geometry.getCoordinates(), x = v == null ? void 0 : v.getZoom();
51323
51333
  C(w, x);
51324
51334
  };
51325
- return /* @__PURE__ */ Fe.jsx(
51335
+ return /* @__PURE__ */ Be.jsx(
51326
51336
  xne,
51327
51337
  {
51328
51338
  query: {
51329
51339
  apikey: s,
51330
51340
  suggest_apikey: l
51331
51341
  },
51332
- children: /* @__PURE__ */ Fe.jsxs(
51342
+ children: /* @__PURE__ */ Be.jsxs(
51333
51343
  ER,
51334
51344
  {
51335
51345
  instanceRef: (E) => p(E),
@@ -51346,7 +51356,7 @@ const zde = ({
51346
51356
  height: i,
51347
51357
  onClick: $,
51348
51358
  children: [
51349
- b && g && /* @__PURE__ */ Fe.jsx(
51359
+ b && g && /* @__PURE__ */ Be.jsx(
51350
51360
  _ne,
51351
51361
  {
51352
51362
  geometry: [b, g],
@@ -51357,9 +51367,9 @@ const zde = ({
51357
51367
  onDragEnd: S
51358
51368
  }
51359
51369
  ),
51360
- /* @__PURE__ */ Fe.jsx(Ine, {}),
51361
- /* @__PURE__ */ Fe.jsx(Ane, {}),
51362
- c && /* @__PURE__ */ Fe.jsx(Rne, {})
51370
+ /* @__PURE__ */ Be.jsx(Ine, {}),
51371
+ /* @__PURE__ */ Be.jsx(Ane, {}),
51372
+ c && /* @__PURE__ */ Be.jsx(Rne, {})
51363
51373
  ]
51364
51374
  }
51365
51375
  )
@@ -51368,9 +51378,9 @@ const zde = ({
51368
51378
  }, Pne = "_readOnly_e6ors_1", Nne = "_noData_e6ors_19", KE = {
51369
51379
  readOnly: Pne,
51370
51380
  noData: Nne
51371
- }, Hde = ({ value: e, emptyText: t }) => /* @__PURE__ */ Fe.jsx(Sa.Text, { className: de(KE.readOnly, KE.noData), children: e || t }), Mne = "_flex_jguhl_2", Tne = {
51381
+ }, Wde = ({ value: e, emptyText: t }) => /* @__PURE__ */ Be.jsx(Sa.Text, { className: de(KE.readOnly, KE.noData), children: e || t }), Mne = "_flex_jguhl_2", Tne = {
51372
51382
  flex: Mne
51373
- }, Vde = ({
51383
+ }, Ude = ({
51374
51384
  notFoundText: e,
51375
51385
  dataName: t,
51376
51386
  value: r,
@@ -51402,8 +51412,8 @@ const zde = ({
51402
51412
  const y = (C) => {
51403
51413
  m(C);
51404
51414
  };
51405
- return /* @__PURE__ */ Fe.jsxs(Go, { className: Tne.flex, gap: "small", children: [
51406
- /* @__PURE__ */ Fe.jsx(
51415
+ return /* @__PURE__ */ Be.jsxs(Go, { className: Tne.flex, gap: "small", children: [
51416
+ /* @__PURE__ */ Be.jsx(
51407
51417
  eo,
51408
51418
  {
51409
51419
  defaultValue: a,
@@ -51414,7 +51424,7 @@ const zde = ({
51414
51424
  onChange: y
51415
51425
  }
51416
51426
  ),
51417
- /* @__PURE__ */ Fe.jsx(
51427
+ /* @__PURE__ */ Be.jsx(
51418
51428
  eo,
51419
51429
  {
51420
51430
  value: r,
@@ -51426,14 +51436,14 @@ const zde = ({
51426
51436
  onChange: d,
51427
51437
  options: v || [],
51428
51438
  style: i,
51429
- notFoundContent: l ? /* @__PURE__ */ Fe.jsx(_n.Input, { size: "small", block: !0, active: !0 }) : e,
51439
+ notFoundContent: l ? /* @__PURE__ */ Be.jsx(_n.Input, { size: "small", block: !0, active: !0 }) : e,
51430
51440
  showSearch: !0,
51431
51441
  allowClear: !0,
51432
51442
  disabled: u
51433
51443
  }
51434
51444
  )
51435
51445
  ] });
51436
- }, Wde = ({ children: e, spinFontSize: t = 36, ...r }) => /* @__PURE__ */ Fe.jsx(lg, { ...r, indicator: /* @__PURE__ */ Fe.jsx(vR, { style: { fontSize: t } }), children: e });
51446
+ }, qde = ({ children: e, spinFontSize: t = 36, ...r }) => /* @__PURE__ */ Be.jsx(lg, { ...r, indicator: /* @__PURE__ */ Be.jsx(vR, { style: { fontSize: t } }), children: e });
51437
51447
  var wR = Symbol.for("immer-nothing"), YE = Symbol.for("immer-draftable"), sa = Symbol.for("immer-state"), Bne = process.env.NODE_ENV !== "production" ? [
51438
51448
  // All error codes, starting by 0:
51439
51449
  function(e) {
@@ -59564,63 +59574,63 @@ const wx = {
59564
59574
  id: "1",
59565
59575
  title: e,
59566
59576
  format: "bold",
59567
- icon: /* @__PURE__ */ Fe.jsx(lR, {}),
59577
+ icon: /* @__PURE__ */ Be.jsx(lR, {}),
59568
59578
  type: "mark"
59569
59579
  },
59570
59580
  {
59571
59581
  id: "2",
59572
59582
  title: t,
59573
59583
  format: "italic",
59574
- icon: /* @__PURE__ */ Fe.jsx(dR, {}),
59584
+ icon: /* @__PURE__ */ Be.jsx(dR, {}),
59575
59585
  type: "mark"
59576
59586
  },
59577
59587
  {
59578
59588
  id: "3",
59579
59589
  title: r,
59580
59590
  format: "underline",
59581
- icon: /* @__PURE__ */ Fe.jsx(hR, {}),
59591
+ icon: /* @__PURE__ */ Be.jsx(hR, {}),
59582
59592
  type: "mark"
59583
59593
  },
59584
59594
  {
59585
59595
  id: "4",
59586
59596
  title: n,
59587
59597
  format: "numbered-list",
59588
- icon: /* @__PURE__ */ Fe.jsx(gR, {}),
59598
+ icon: /* @__PURE__ */ Be.jsx(gR, {}),
59589
59599
  type: "list"
59590
59600
  },
59591
59601
  {
59592
59602
  id: "5",
59593
59603
  title: a,
59594
59604
  format: "bulleted-list",
59595
- icon: /* @__PURE__ */ Fe.jsx(bR, {}),
59605
+ icon: /* @__PURE__ */ Be.jsx(bR, {}),
59596
59606
  type: "list"
59597
59607
  },
59598
59608
  {
59599
59609
  id: "6",
59600
59610
  title: o,
59601
59611
  format: "left",
59602
- icon: /* @__PURE__ */ Fe.jsx(iR, {}),
59612
+ icon: /* @__PURE__ */ Be.jsx(iR, {}),
59603
59613
  type: "align"
59604
59614
  },
59605
59615
  {
59606
59616
  id: "7",
59607
59617
  title: i,
59608
59618
  format: "center",
59609
- icon: /* @__PURE__ */ Fe.jsx(oR, {}),
59619
+ icon: /* @__PURE__ */ Be.jsx(oR, {}),
59610
59620
  type: "align"
59611
59621
  },
59612
59622
  {
59613
59623
  id: "8",
59614
59624
  title: s,
59615
59625
  format: "right",
59616
- icon: /* @__PURE__ */ Fe.jsx(sR, {}),
59626
+ icon: /* @__PURE__ */ Be.jsx(sR, {}),
59617
59627
  type: "align"
59618
59628
  },
59619
59629
  {
59620
59630
  id: "9",
59621
59631
  title: l,
59622
59632
  format: "justify",
59623
- icon: /* @__PURE__ */ Fe.jsx(mR, {}),
59633
+ icon: /* @__PURE__ */ Be.jsx(mR, {}),
59624
59634
  type: "align"
59625
59635
  }
59626
59636
  ], fA = (e, t, r = "type") => {
@@ -59679,10 +59689,10 @@ const wx = {
59679
59689
  }, zle = (e) => {
59680
59690
  const { insertData: t, insertText: r, isInline: n } = e;
59681
59691
  return e.isInline = (a) => ["link"].includes(a.type) || n(a), e.insertText = (a) => {
59682
- a && s2(a) ? j1(e, a) : r(a);
59692
+ a && c2(a) ? j1(e, a) : r(a);
59683
59693
  }, e.insertData = (a) => {
59684
59694
  const o = a.getData("text/plain");
59685
- o && s2(o) ? j1(e, o) : t(a);
59695
+ o && c2(o) ? j1(e, o) : t(a);
59686
59696
  }, e;
59687
59697
  }, Ox = (e) => {
59688
59698
  const t = /["'&<>]/, r = "" + e, n = t.exec(r);
@@ -59736,15 +59746,15 @@ const wx = {
59736
59746
  const n = { textAlign: r.align };
59737
59747
  switch (r.type) {
59738
59748
  case "bulleted-list":
59739
- return /* @__PURE__ */ Fe.jsx("ul", { className: "content-bulleted-list", style: n, ...e, children: t });
59749
+ return /* @__PURE__ */ Be.jsx("ul", { className: "content-bulleted-list", style: n, ...e, children: t });
59740
59750
  case "list-item":
59741
- return /* @__PURE__ */ Fe.jsx("li", { style: n, ...e, children: t });
59751
+ return /* @__PURE__ */ Be.jsx("li", { style: n, ...e, children: t });
59742
59752
  case "numbered-list":
59743
- return /* @__PURE__ */ Fe.jsx("ol", { className: "content-numbered-list", style: n, ...e, children: t });
59753
+ return /* @__PURE__ */ Be.jsx("ol", { className: "content-numbered-list", style: n, ...e, children: t });
59744
59754
  default:
59745
- return /* @__PURE__ */ Fe.jsx("p", { style: n, ...e, children: t });
59755
+ return /* @__PURE__ */ Be.jsx("p", { style: n, ...e, children: t });
59746
59756
  }
59747
- }, Vle = ({ attributes: e, children: t, leaf: r }) => (r.bold && (t = /* @__PURE__ */ Fe.jsx("strong", { children: t })), r.italic && (t = /* @__PURE__ */ Fe.jsx("em", { children: t })), r.underline && (t = /* @__PURE__ */ Fe.jsx("u", { children: t })), /* @__PURE__ */ Fe.jsx("span", { ...e, children: t }));
59757
+ }, Vle = ({ attributes: e, children: t, leaf: r }) => (r.bold && (t = /* @__PURE__ */ Be.jsx("strong", { children: t })), r.italic && (t = /* @__PURE__ */ Be.jsx("em", { children: t })), r.underline && (t = /* @__PURE__ */ Be.jsx("u", { children: t })), /* @__PURE__ */ Be.jsx("span", { ...e, children: t }));
59748
59758
  var td = { exports: {} }, rd = { exports: {} }, nd = { exports: {} }, Dx;
59749
59759
  function Qe() {
59750
59760
  return Dx || (Dx = 1, function(e, t) {
@@ -64403,7 +64413,7 @@ function Cce() {
64403
64413
  Object.defineProperty(t, "__esModule", {
64404
64414
  value: !0
64405
64415
  }), t.default = void 0;
64406
- var n = $e(/* @__PURE__ */ eC()), a = $e(/* @__PURE__ */ CA()), o = $e(/* @__PURE__ */ Wle()), i = $e(/* @__PURE__ */ Ule()), s = $e(/* @__PURE__ */ qle()), l = $e(/* @__PURE__ */ Gle()), u = $e(/* @__PURE__ */ Kle()), c = $e(/* @__PURE__ */ wA()), d = $e(/* @__PURE__ */ Yle()), v = $e(/* @__PURE__ */ Zle()), p = $e(/* @__PURE__ */ wg()), b = $e(/* @__PURE__ */ Xle()), h = $e(/* @__PURE__ */ tC()), g = $e(/* @__PURE__ */ OA()), m = $e(/* @__PURE__ */ Qle()), y = $e(/* @__PURE__ */ Jle()), C = $e(/* @__PURE__ */ eue()), $ = $e(/* @__PURE__ */ tue()), S = ot(/* @__PURE__ */ rue()), E = ot(/* @__PURE__ */ nue()), w = $e(/* @__PURE__ */ aue()), x = ot(/* @__PURE__ */ oue()), D = $e(/* @__PURE__ */ iue()), O = $e(/* @__PURE__ */ sue()), A = $e(/* @__PURE__ */ lue()), I = $e(/* @__PURE__ */ uue()), _ = $e(/* @__PURE__ */ cue()), R = $e(/* @__PURE__ */ DA()), P = $e(/* @__PURE__ */ IA()), N = $e(/* @__PURE__ */ due()), M = $e(/* @__PURE__ */ fue()), L = $e(/* @__PURE__ */ mue()), F = $e(/* @__PURE__ */ gue()), B = $e(/* @__PURE__ */ rC()), V = ot(/* @__PURE__ */ yA()), z = $e(/* @__PURE__ */ pue()), T = $e(/* @__PURE__ */ RA()), H = $e(/* @__PURE__ */ hue()), K = $e(/* @__PURE__ */ bue()), X = $e(/* @__PURE__ */ yue()), k = $e(/* @__PURE__ */ Cue()), U = $e(/* @__PURE__ */ $ue()), Y = $e(/* @__PURE__ */ Sue()), q = ot(/* @__PURE__ */ Eue()), J = $e(/* @__PURE__ */ wue()), Z = $e(/* @__PURE__ */ xue()), oe = $e(/* @__PURE__ */ Oue()), te = $e(/* @__PURE__ */ Due()), ce = $e(/* @__PURE__ */ Iue()), ae = $e(/* @__PURE__ */ Rue()), j = $e(/* @__PURE__ */ Aue()), W = $e(/* @__PURE__ */ EA()), ee = $e(/* @__PURE__ */ _ue()), ie = $e(/* @__PURE__ */ Pue()), se = $e(/* @__PURE__ */ Nue()), le = $e(/* @__PURE__ */ Mue()), ve = $e(/* @__PURE__ */ Tue()), he = $e(/* @__PURE__ */ Bue()), ye = $e(/* @__PURE__ */ PA()), Ce = $e(/* @__PURE__ */ Fue()), Re = $e(/* @__PURE__ */ jue()), Ie = $e(/* @__PURE__ */ Lue()), De = $e(/* @__PURE__ */ kue()), je = $e(/* @__PURE__ */ zue()), Me = $e(/* @__PURE__ */ Hue()), Pe = $e(/* @__PURE__ */ Vue()), _e = ot(/* @__PURE__ */ Wue()), ge = $e(/* @__PURE__ */ Uue()), Se = $e(/* @__PURE__ */ que()), be = $e(/* @__PURE__ */ Gue()), me = /* @__PURE__ */ Kue(), we = $e(/* @__PURE__ */ Yue()), Ve = $e(/* @__PURE__ */ Zue()), dt = $e(/* @__PURE__ */ Xue()), pt = $e(/* @__PURE__ */ Que()), ke = $e(/* @__PURE__ */ AA()), Be = $e(/* @__PURE__ */ Jue()), Je = $e(/* @__PURE__ */ ece()), qe = $e(/* @__PURE__ */ tce()), Ze = $e(/* @__PURE__ */ rce()), We = $e(/* @__PURE__ */ nce()), ze = $e(/* @__PURE__ */ _A()), Ge = $e(/* @__PURE__ */ ace()), vt = $e(/* @__PURE__ */ oce()), bt = $e(/* @__PURE__ */ ice()), Ue = $e(/* @__PURE__ */ sce()), Te = $e(/* @__PURE__ */ lce()), Ke = ot(/* @__PURE__ */ uce()), Xe = $e(/* @__PURE__ */ TA()), et = $e(/* @__PURE__ */ MA()), mt = $e(/* @__PURE__ */ BA()), kt = $e(/* @__PURE__ */ cce()), Wt = $e(/* @__PURE__ */ dce()), nr = $e(/* @__PURE__ */ fce()), Ht = $e(/* @__PURE__ */ vce()), Mt = $e(/* @__PURE__ */ FA()), Qt = $e(/* @__PURE__ */ mce()), lr = $e(/* @__PURE__ */ gce()), Or = $e(/* @__PURE__ */ pce()), cr = $e(/* @__PURE__ */ hce()), tr = $e(/* @__PURE__ */ bce()), tt = $e(/* @__PURE__ */ yce());
64416
+ var n = $e(/* @__PURE__ */ eC()), a = $e(/* @__PURE__ */ CA()), o = $e(/* @__PURE__ */ Wle()), i = $e(/* @__PURE__ */ Ule()), s = $e(/* @__PURE__ */ qle()), l = $e(/* @__PURE__ */ Gle()), u = $e(/* @__PURE__ */ Kle()), c = $e(/* @__PURE__ */ wA()), d = $e(/* @__PURE__ */ Yle()), v = $e(/* @__PURE__ */ Zle()), p = $e(/* @__PURE__ */ wg()), b = $e(/* @__PURE__ */ Xle()), h = $e(/* @__PURE__ */ tC()), g = $e(/* @__PURE__ */ OA()), m = $e(/* @__PURE__ */ Qle()), y = $e(/* @__PURE__ */ Jle()), C = $e(/* @__PURE__ */ eue()), $ = $e(/* @__PURE__ */ tue()), S = ot(/* @__PURE__ */ rue()), E = ot(/* @__PURE__ */ nue()), w = $e(/* @__PURE__ */ aue()), x = ot(/* @__PURE__ */ oue()), D = $e(/* @__PURE__ */ iue()), O = $e(/* @__PURE__ */ sue()), A = $e(/* @__PURE__ */ lue()), I = $e(/* @__PURE__ */ uue()), _ = $e(/* @__PURE__ */ cue()), R = $e(/* @__PURE__ */ DA()), P = $e(/* @__PURE__ */ IA()), N = $e(/* @__PURE__ */ due()), M = $e(/* @__PURE__ */ fue()), L = $e(/* @__PURE__ */ mue()), F = $e(/* @__PURE__ */ gue()), B = $e(/* @__PURE__ */ rC()), V = ot(/* @__PURE__ */ yA()), z = $e(/* @__PURE__ */ pue()), T = $e(/* @__PURE__ */ RA()), H = $e(/* @__PURE__ */ hue()), K = $e(/* @__PURE__ */ bue()), X = $e(/* @__PURE__ */ yue()), k = $e(/* @__PURE__ */ Cue()), U = $e(/* @__PURE__ */ $ue()), Y = $e(/* @__PURE__ */ Sue()), q = ot(/* @__PURE__ */ Eue()), J = $e(/* @__PURE__ */ wue()), Z = $e(/* @__PURE__ */ xue()), oe = $e(/* @__PURE__ */ Oue()), te = $e(/* @__PURE__ */ Due()), ce = $e(/* @__PURE__ */ Iue()), ae = $e(/* @__PURE__ */ Rue()), j = $e(/* @__PURE__ */ Aue()), W = $e(/* @__PURE__ */ EA()), ee = $e(/* @__PURE__ */ _ue()), ie = $e(/* @__PURE__ */ Pue()), se = $e(/* @__PURE__ */ Nue()), le = $e(/* @__PURE__ */ Mue()), ve = $e(/* @__PURE__ */ Tue()), he = $e(/* @__PURE__ */ Bue()), ye = $e(/* @__PURE__ */ PA()), Ce = $e(/* @__PURE__ */ Fue()), Re = $e(/* @__PURE__ */ jue()), Ie = $e(/* @__PURE__ */ Lue()), De = $e(/* @__PURE__ */ kue()), je = $e(/* @__PURE__ */ zue()), Me = $e(/* @__PURE__ */ Hue()), Pe = $e(/* @__PURE__ */ Vue()), _e = ot(/* @__PURE__ */ Wue()), ge = $e(/* @__PURE__ */ Uue()), Se = $e(/* @__PURE__ */ que()), be = $e(/* @__PURE__ */ Gue()), me = /* @__PURE__ */ Kue(), we = $e(/* @__PURE__ */ Yue()), Ve = $e(/* @__PURE__ */ Zue()), dt = $e(/* @__PURE__ */ Xue()), pt = $e(/* @__PURE__ */ Que()), ke = $e(/* @__PURE__ */ AA()), Fe = $e(/* @__PURE__ */ Jue()), Je = $e(/* @__PURE__ */ ece()), qe = $e(/* @__PURE__ */ tce()), Ze = $e(/* @__PURE__ */ rce()), We = $e(/* @__PURE__ */ nce()), ze = $e(/* @__PURE__ */ _A()), Ge = $e(/* @__PURE__ */ ace()), vt = $e(/* @__PURE__ */ oce()), bt = $e(/* @__PURE__ */ ice()), Ue = $e(/* @__PURE__ */ sce()), Te = $e(/* @__PURE__ */ lce()), Ke = ot(/* @__PURE__ */ uce()), Xe = $e(/* @__PURE__ */ TA()), et = $e(/* @__PURE__ */ MA()), mt = $e(/* @__PURE__ */ BA()), kt = $e(/* @__PURE__ */ cce()), Wt = $e(/* @__PURE__ */ dce()), nr = $e(/* @__PURE__ */ fce()), Ht = $e(/* @__PURE__ */ vce()), Mt = $e(/* @__PURE__ */ FA()), Qt = $e(/* @__PURE__ */ mce()), lr = $e(/* @__PURE__ */ gce()), Or = $e(/* @__PURE__ */ pce()), cr = $e(/* @__PURE__ */ hce()), tr = $e(/* @__PURE__ */ bce()), tt = $e(/* @__PURE__ */ yce());
64407
64417
  function ot(_t, Bt) {
64408
64418
  if (typeof WeakMap == "function") var ar = /* @__PURE__ */ new WeakMap(), Er = /* @__PURE__ */ new WeakMap();
64409
64419
  return (ot = function(st, Et) {
@@ -64504,7 +64514,7 @@ function Cce() {
64504
64514
  isISO15924: pt.default,
64505
64515
  isRFC3339: dt.default,
64506
64516
  isISO31661Alpha2: ke.default,
64507
- isISO31661Alpha3: Be.default,
64517
+ isISO31661Alpha3: Fe.default,
64508
64518
  isISO31661Numeric: Je.default,
64509
64519
  isISO4217: qe.default,
64510
64520
  isBase32: Ze.default,
@@ -64561,9 +64571,9 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64561
64571
  }
64562
64572
  kle(s, v), i(""), l();
64563
64573
  };
64564
- return /* @__PURE__ */ Fe.jsxs(Fe.Fragment, { children: [
64565
- /* @__PURE__ */ Fe.jsx(wa, { title: e, children: /* @__PURE__ */ Fe.jsx(Mn, { icon: /* @__PURE__ */ Fe.jsx(fR, {}), onClick: l }) }),
64566
- /* @__PURE__ */ Fe.jsx(
64574
+ return /* @__PURE__ */ Be.jsxs(Be.Fragment, { children: [
64575
+ /* @__PURE__ */ Be.jsx(wa, { title: e, children: /* @__PURE__ */ Be.jsx(Mn, { icon: /* @__PURE__ */ Be.jsx(fR, {}), onClick: l }) }),
64576
+ /* @__PURE__ */ Be.jsx(
64567
64577
  ca,
64568
64578
  {
64569
64579
  title: e,
@@ -64571,7 +64581,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64571
64581
  destroyOnHidden: !0,
64572
64582
  onOk: d,
64573
64583
  onCancel: c,
64574
- children: /* @__PURE__ */ Fe.jsx(
64584
+ children: /* @__PURE__ */ Be.jsx(
64575
64585
  wo,
64576
64586
  {
64577
64587
  placeholder: "https://site.ru | test@mail.ru | +79881234567",
@@ -64586,7 +64596,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64586
64596
  const t = Eg(), r = () => {
64587
64597
  gA(t) && pA(t);
64588
64598
  };
64589
- return /* @__PURE__ */ Fe.jsx(wa, { title: e, children: /* @__PURE__ */ Fe.jsx(Mn, { icon: /* @__PURE__ */ Fe.jsx(cR, {}), onClick: r }) });
64599
+ return /* @__PURE__ */ Be.jsx(wa, { title: e, children: /* @__PURE__ */ Be.jsx(Mn, { icon: /* @__PURE__ */ Be.jsx(cR, {}), onClick: r }) });
64590
64600
  }, wce = ({
64591
64601
  boldText: e,
64592
64602
  italicText: t,
@@ -64613,13 +64623,13 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64613
64623
  rightText: s,
64614
64624
  justifyText: l
64615
64625
  });
64616
- return /* @__PURE__ */ Fe.jsx(Go, { gap: "small", wrap: !0, children: /* @__PURE__ */ Fe.jsxs(Go, { gap: "small", wrap: !0, children: [
64626
+ return /* @__PURE__ */ Be.jsx(Go, { gap: "small", wrap: !0, children: /* @__PURE__ */ Be.jsxs(Go, { gap: "small", wrap: !0, children: [
64617
64627
  b.map((h) => {
64618
64628
  let g = "default", m = () => {
64619
64629
  };
64620
- return h.type === "mark" ? (g = vA(p, h.format), m = () => mA(p, h.format)) : (g = fA(p, h.format, h.type === "list" ? "type" : "align"), m = () => Lle(p, h.format)), /* @__PURE__ */ Fe.jsx(wa, { title: h.title, children: /* @__PURE__ */ Fe.jsx(Mn, { type: g, icon: h.icon, onClick: m }) }, h.id);
64630
+ return h.type === "mark" ? (g = vA(p, h.format), m = () => mA(p, h.format)) : (g = fA(p, h.format, h.type === "list" ? "type" : "align"), m = () => Lle(p, h.format)), /* @__PURE__ */ Be.jsx(wa, { title: h.title, children: /* @__PURE__ */ Be.jsx(Mn, { type: g, icon: h.icon, onClick: m }) }, h.id);
64621
64631
  }),
64622
- /* @__PURE__ */ Fe.jsx(
64632
+ /* @__PURE__ */ Be.jsx(
64623
64633
  Sce,
64624
64634
  {
64625
64635
  tooltipText: c,
@@ -64627,7 +64637,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64627
64637
  onErrorMessage: v
64628
64638
  }
64629
64639
  ),
64630
- /* @__PURE__ */ Fe.jsx(Ece, { tooltipText: d })
64640
+ /* @__PURE__ */ Be.jsx(Ece, { tooltipText: d })
64631
64641
  ] }) });
64632
64642
  }, xce = "_editable_136f6_1", Oce = {
64633
64643
  editable: xce
@@ -64636,7 +64646,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64636
64646
  type: "paragraph",
64637
64647
  children: [{ text: "" }]
64638
64648
  }
64639
- ], { useToken: Ice } = cg, Ude = ({
64649
+ ], { useToken: Ice } = cg, Gde = ({
64640
64650
  boldText: e,
64641
64651
  italicText: t,
64642
64652
  underlineText: r,
@@ -64679,7 +64689,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64679
64689
  const z = JSON.parse(p);
64680
64690
  S(z), x && D(!1), !x && O && A(!1), _(!1);
64681
64691
  }, [p]);
64682
- const L = Nt((z) => /* @__PURE__ */ Fe.jsx(Hle, { ...z }), []), F = Nt((z) => /* @__PURE__ */ Fe.jsx(Vle, { ...z }), []), B = (z) => {
64692
+ const L = Nt((z) => /* @__PURE__ */ Be.jsx(Hle, { ...z }), []), F = Nt((z) => /* @__PURE__ */ Be.jsx(Vle, { ...z }), []), B = (z) => {
64683
64693
  for (const T in wx)
64684
64694
  if (Pie(T, z)) {
64685
64695
  z.preventDefault();
@@ -64690,8 +64700,8 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64690
64700
  P(z);
64691
64701
  };
64692
64702
  if (I)
64693
- return /* @__PURE__ */ Fe.jsx(_le, { editor: N, initialValue: $, onChange: V, children: /* @__PURE__ */ Fe.jsxs(Go, { gap: "small", vertical: !0, children: [
64694
- !b && /* @__PURE__ */ Fe.jsx(
64703
+ return /* @__PURE__ */ Be.jsx(_le, { editor: N, initialValue: $, onChange: V, children: /* @__PURE__ */ Be.jsxs(Go, { gap: "small", vertical: !0, children: [
64704
+ !b && /* @__PURE__ */ Be.jsx(
64695
64705
  wce,
64696
64706
  {
64697
64707
  boldText: e,
@@ -64709,7 +64719,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64709
64719
  onErrorMessage: C
64710
64720
  }
64711
64721
  ),
64712
- /* @__PURE__ */ Fe.jsx(
64722
+ /* @__PURE__ */ Be.jsx(
64713
64723
  Sle,
64714
64724
  {
64715
64725
  className: Oce.editable,
@@ -64738,7 +64748,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64738
64748
  buttonsContainer: Fce,
64739
64749
  button: jce,
64740
64750
  flex: Lce
64741
- }, kce = () => /* @__PURE__ */ Fe.jsxs(
64751
+ }, kce = () => /* @__PURE__ */ Be.jsxs(
64742
64752
  "div",
64743
64753
  {
64744
64754
  className: ii.tableHeadSkeleton,
@@ -64746,21 +64756,21 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64746
64756
  marginBottom: qn.OFFSET[1]
64747
64757
  },
64748
64758
  children: [
64749
- /* @__PURE__ */ Fe.jsxs(Go, { align: "center", gap: "middle", wrap: "wrap", children: [
64750
- /* @__PURE__ */ Fe.jsx("div", { className: ii.skeletonHead1, children: /* @__PURE__ */ Fe.jsx(_n.Button, { active: !0, block: !0 }) }),
64751
- /* @__PURE__ */ Fe.jsx("div", { className: ii.skeletonHead2, children: /* @__PURE__ */ Fe.jsx(_n.Button, { active: !0, block: !0 }) })
64759
+ /* @__PURE__ */ Be.jsxs(Go, { align: "center", gap: "middle", wrap: "wrap", children: [
64760
+ /* @__PURE__ */ Be.jsx("div", { className: ii.skeletonHead1, children: /* @__PURE__ */ Be.jsx(_n.Button, { active: !0, block: !0 }) }),
64761
+ /* @__PURE__ */ Be.jsx("div", { className: ii.skeletonHead2, children: /* @__PURE__ */ Be.jsx(_n.Button, { active: !0, block: !0 }) })
64752
64762
  ] }),
64753
- /* @__PURE__ */ Fe.jsxs(Go, { className: de(ii.buttonsContainer, ii.skeletonButtonsContainer), gap: "small", children: [
64754
- /* @__PURE__ */ Fe.jsx("div", { className: ii.skeletonHead3, children: /* @__PURE__ */ Fe.jsx(_n.Button, { active: !0, block: !0 }) }),
64755
- /* @__PURE__ */ Fe.jsx("div", { className: ii.skeletonHead4, children: /* @__PURE__ */ Fe.jsx(_n.Button, { active: !0, block: !0 }) })
64763
+ /* @__PURE__ */ Be.jsxs(Go, { className: de(ii.buttonsContainer, ii.skeletonButtonsContainer), gap: "small", children: [
64764
+ /* @__PURE__ */ Be.jsx("div", { className: ii.skeletonHead3, children: /* @__PURE__ */ Be.jsx(_n.Button, { active: !0, block: !0 }) }),
64765
+ /* @__PURE__ */ Be.jsx("div", { className: ii.skeletonHead4, children: /* @__PURE__ */ Be.jsx(_n.Button, { active: !0, block: !0 }) })
64756
64766
  ] })
64757
64767
  ]
64758
64768
  }
64759
64769
  ), zce = M4(
64760
- () => import("./table-head-Bi7RvwKy.js").then(({ TableHead: e }) => ({ default: e }))
64770
+ () => import("./table-head-DQXd5n6c.js").then(({ TableHead: e }) => ({ default: e }))
64761
64771
  ), Hce = M4(
64762
- () => import("./index-Bp5xnwKl.js").then(({ BaseTable: e }) => ({ default: e }))
64763
- ), qde = ({
64772
+ () => import("./index-n1Ey9eEG.js").then(({ BaseTable: e }) => ({ default: e }))
64773
+ ), Kde = ({
64764
64774
  drawerContent: e,
64765
64775
  sortTooltipText: t,
64766
64776
  updateDataText: r,
@@ -64826,8 +64836,8 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64826
64836
  }, se = (le) => {
64827
64837
  le.current && (V(le.current, le.pageSize ?? 10), B());
64828
64838
  };
64829
- return /* @__PURE__ */ Fe.jsxs(Fe.Fragment, { children: [
64830
- /* @__PURE__ */ Fe.jsx(aC, { fallback: /* @__PURE__ */ Fe.jsx(kce, {}), children: /* @__PURE__ */ Fe.jsx(
64839
+ return /* @__PURE__ */ Be.jsxs(Be.Fragment, { children: [
64840
+ /* @__PURE__ */ Be.jsx(aC, { fallback: /* @__PURE__ */ Be.jsx(kce, {}), children: /* @__PURE__ */ Be.jsx(
64831
64841
  zce,
64832
64842
  {
64833
64843
  sortTooltipText: t,
@@ -64846,19 +64856,19 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64846
64856
  onRefetch: B
64847
64857
  }
64848
64858
  ) }),
64849
- /* @__PURE__ */ Fe.jsx(Cne, { children: /* @__PURE__ */ Fe.jsx(
64859
+ /* @__PURE__ */ Be.jsx(Cne, { children: /* @__PURE__ */ Be.jsx(
64850
64860
  aC,
64851
64861
  {
64852
- fallback: /* @__PURE__ */ Fe.jsx(
64862
+ fallback: /* @__PURE__ */ Be.jsx(
64853
64863
  "div",
64854
64864
  {
64855
64865
  style: {
64856
64866
  height: "70vh"
64857
64867
  },
64858
- children: /* @__PURE__ */ Fe.jsx(_n, { active: !0 })
64868
+ children: /* @__PURE__ */ Be.jsx(_n, { active: !0 })
64859
64869
  }
64860
64870
  ),
64861
- children: /* @__PURE__ */ Fe.jsx(
64871
+ children: /* @__PURE__ */ Be.jsx(
64862
64872
  Hce,
64863
64873
  {
64864
64874
  viewText: i,
@@ -64880,12 +64890,12 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64880
64890
  expandable: R ? {
64881
64891
  expandedRowRender: (le) => {
64882
64892
  if (Array.isArray(le.list))
64883
- return /* @__PURE__ */ Fe.jsx(
64893
+ return /* @__PURE__ */ Be.jsx(
64884
64894
  Qh,
64885
64895
  {
64886
64896
  bordered: !0,
64887
64897
  dataSource: le.list,
64888
- renderItem: (ve) => /* @__PURE__ */ Fe.jsx(Qh.Item, { children: /* @__PURE__ */ Fe.jsx(Sa.Text, { children: ve.text }) })
64898
+ renderItem: (ve) => /* @__PURE__ */ Be.jsx(Qh.Item, { children: /* @__PURE__ */ Be.jsx(Sa.Text, { children: ve.text }) })
64889
64899
  }
64890
64900
  );
64891
64901
  }
@@ -64900,7 +64910,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64900
64910
  )
64901
64911
  }
64902
64912
  ) }),
64903
- /* @__PURE__ */ Fe.jsx(
64913
+ /* @__PURE__ */ Be.jsx(
64904
64914
  $y,
64905
64915
  {
64906
64916
  title: E,
@@ -64916,7 +64926,7 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64916
64926
  })
64917
64927
  }
64918
64928
  ),
64919
- z && /* @__PURE__ */ Fe.jsx(
64929
+ z && /* @__PURE__ */ Be.jsx(
64920
64930
  ca,
64921
64931
  {
64922
64932
  title: x,
@@ -64933,8 +64943,8 @@ const mp = /* @__PURE__ */ Gn($ce), Sce = ({ tooltipText: e, linkErrorText: t, o
64933
64943
  };
64934
64944
  export {
64935
64945
  Co as $,
64936
- MP as A,
64937
- kde as B,
64946
+ FP as A,
64947
+ Hde as B,
64938
64948
  Nn as C,
64939
64949
  wo as D,
64940
64950
  qn as E,
@@ -64956,7 +64966,7 @@ export {
64956
64966
  aa as U,
64957
64967
  Gm as V,
64958
64968
  Ta as W,
64959
- Rde as X,
64969
+ _de as X,
64960
64970
  So as Y,
64961
64971
  Fi as Z,
64962
64972
  ue as _,
@@ -64974,8 +64984,8 @@ export {
64974
64984
  ir as a9,
64975
64985
  Zj as aA,
64976
64986
  QS as aB,
64977
- _de as aC,
64978
- Nde as aD,
64987
+ Nde as aC,
64988
+ Tde as aD,
64979
64989
  Qo as aE,
64980
64990
  Us as aF,
64981
64991
  Eo as aG,
@@ -64987,7 +64997,7 @@ export {
64987
64997
  tn as aM,
64988
64998
  OO as aN,
64989
64999
  ws as aO,
64990
- Pde as aP,
65000
+ Mde as aP,
64991
65001
  Rk as aQ,
64992
65002
  M$ as aR,
64993
65003
  $8 as aS,
@@ -65026,6 +65036,7 @@ export {
65026
65036
  xt as ay,
65027
65037
  Ne as az,
65028
65038
  Kn as b,
65039
+ Gde as b$,
65029
65040
  Ai as b0,
65030
65041
  sc as b1,
65031
65042
  Vb as b2,
@@ -65036,60 +65047,61 @@ export {
65036
65047
  Xa as b7,
65037
65048
  I8 as b8,
65038
65049
  lg as b9,
65039
- yM as bA,
65040
- xde as bB,
65041
- fM as bC,
65042
- vM as bD,
65043
- mM as bE,
65044
- hde as bF,
65045
- gM as bG,
65046
- l2 as bH,
65047
- As as bI,
65048
- uo as bJ,
65049
- SM as bK,
65050
- Ode as bL,
65051
- Ide as bM,
65052
- Mde as bN,
65053
- Tde as bO,
65050
+ $M as bA,
65051
+ Ode as bB,
65052
+ SM as bC,
65053
+ Dde as bD,
65054
+ gM as bE,
65055
+ pM as bF,
65056
+ hM as bG,
65057
+ yde as bH,
65058
+ bM as bI,
65059
+ d2 as bJ,
65060
+ As as bK,
65061
+ uo as bL,
65062
+ xM as bM,
65063
+ Ide as bN,
65064
+ Ade as bO,
65054
65065
  Bde as bP,
65055
- Lde as bQ,
65056
- mne as bR,
65057
- Fde as bS,
65058
- jde as bT,
65059
- Cne as bU,
65060
- zde as bV,
65061
- Hde as bW,
65066
+ Fde as bQ,
65067
+ jde as bR,
65068
+ zde as bS,
65069
+ mne as bT,
65070
+ Lde as bU,
65071
+ kde as bV,
65072
+ Cne as bW,
65062
65073
  Vde as bX,
65063
65074
  Wde as bY,
65064
65075
  Ude as bZ,
65065
65076
  qde as b_,
65066
65077
  n5 as ba,
65067
65078
  vR as bb,
65068
- Dde as bc,
65079
+ Rde as bc,
65069
65080
  mn as bd,
65070
- NP as be,
65071
- ude as bf,
65072
- CM as bg,
65073
- $M as bh,
65081
+ BP as be,
65082
+ dde as bf,
65083
+ EM as bg,
65084
+ wM as bh,
65074
65085
  bO as bi,
65075
- j7 as bj,
65076
- cde as bk,
65077
- dde as bl,
65086
+ z7 as bj,
65087
+ ude as bk,
65088
+ cde as bl,
65078
65089
  fde as bm,
65079
65090
  vde as bn,
65080
- pde as bo,
65081
- bde as bp,
65082
- yde as bq,
65083
- pM as br,
65084
- Cde as bs,
65085
- $de as bt,
65091
+ mde as bo,
65092
+ gde as bp,
65093
+ bde as bq,
65094
+ Cde as br,
65095
+ $de as bs,
65096
+ yM as bt,
65086
65097
  Sde as bu,
65087
- s2 as bv,
65088
- hM as bw,
65089
- Ede as bx,
65090
- bM as by,
65091
- wde as bz,
65098
+ Ede as bv,
65099
+ wde as bw,
65100
+ c2 as bx,
65101
+ CM as by,
65102
+ xde as bz,
65092
65103
  de as c,
65104
+ Kde as c0,
65093
65105
  Ot as d,
65094
65106
  $r as e,
65095
65107
  Ee as f,
@@ -65108,9 +65120,9 @@ export {
65108
65120
  cg as s,
65109
65121
  Qa as t,
65110
65122
  Kt as u,
65111
- mde as v,
65112
- gde as w,
65123
+ pde as v,
65124
+ hde as w,
65113
65125
  U1 as x,
65114
- Fe as y,
65126
+ Be as y,
65115
65127
  ii as z
65116
65128
  };