@alfalab/core-components 27.7.1-beta.0 → 27.9.0-beta.0

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.
Files changed (1603) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/esm/Component.js +1 -1
  3. package/alert/esm/index.css +5 -5
  4. package/alert/index.css +5 -5
  5. package/alert/modern/Component.js +1 -1
  6. package/alert/modern/index.css +5 -5
  7. package/amount/component.js +1 -1
  8. package/amount/esm/component.js +1 -1
  9. package/amount/esm/index.css +7 -7
  10. package/amount/esm/pure/component.js +1 -1
  11. package/amount/esm/pure/index.css +2 -2
  12. package/amount/index.css +7 -7
  13. package/amount/modern/component.js +1 -1
  14. package/amount/modern/index.css +7 -7
  15. package/amount/modern/pure/component.js +1 -1
  16. package/amount/modern/pure/index.css +2 -2
  17. package/amount/pure/component.js +1 -1
  18. package/amount/pure/index.css +2 -2
  19. package/amount-input/Component.d.ts +10 -0
  20. package/amount-input/Component.js +10 -8
  21. package/amount-input/cssm/Component.d.ts +10 -0
  22. package/amount-input/cssm/Component.js +7 -5
  23. package/amount-input/cssm/utils/index.js +16 -5
  24. package/amount-input/default.css +2 -2
  25. package/amount-input/esm/Component.d.ts +10 -0
  26. package/amount-input/esm/Component.js +10 -8
  27. package/amount-input/esm/default.css +2 -2
  28. package/amount-input/esm/index.css +7 -7
  29. package/amount-input/esm/inverted.css +2 -2
  30. package/amount-input/esm/utils/index.js +16 -5
  31. package/amount-input/index.css +7 -7
  32. package/amount-input/inverted.css +2 -2
  33. package/amount-input/modern/Component.d.ts +10 -0
  34. package/amount-input/modern/Component.js +8 -6
  35. package/amount-input/modern/default.css +2 -2
  36. package/amount-input/modern/index.css +7 -7
  37. package/amount-input/modern/inverted.css +2 -2
  38. package/amount-input/modern/utils/index.js +18 -7
  39. package/amount-input/utils/index.js +16 -5
  40. package/attach/Component.js +1 -1
  41. package/attach/esm/Component.js +1 -1
  42. package/attach/esm/index.css +27 -27
  43. package/attach/index.css +27 -27
  44. package/attach/modern/Component.js +1 -1
  45. package/attach/modern/index.css +27 -27
  46. package/backdrop/Component.js +1 -1
  47. package/backdrop/esm/Component.js +1 -1
  48. package/backdrop/esm/index.css +11 -11
  49. package/backdrop/index.css +11 -11
  50. package/backdrop/modern/Component.js +1 -1
  51. package/backdrop/modern/index.css +11 -11
  52. package/badge/Component.js +1 -1
  53. package/badge/esm/Component.js +1 -1
  54. package/badge/esm/index.css +37 -37
  55. package/badge/index.css +37 -37
  56. package/badge/modern/Component.js +1 -1
  57. package/badge/modern/index.css +37 -37
  58. package/bank-card/Component.js +1 -1
  59. package/bank-card/cssm/index.module.css +22 -0
  60. package/bank-card/esm/Component.js +1 -1
  61. package/bank-card/esm/index.css +42 -20
  62. package/bank-card/index.css +42 -20
  63. package/bank-card/modern/Component.js +1 -1
  64. package/bank-card/modern/index.css +42 -20
  65. package/base-modal/Component.js +1 -1
  66. package/base-modal/esm/Component.js +1 -1
  67. package/base-modal/esm/index.css +12 -12
  68. package/base-modal/index.css +12 -12
  69. package/base-modal/modern/Component.js +1 -1
  70. package/base-modal/modern/index.css +12 -12
  71. package/bottom-sheet/{component-d407fd23.d.ts → component-d3245645.d.ts} +0 -0
  72. package/bottom-sheet/{component-d407fd23.js → component-d3245645.js} +3 -3
  73. package/bottom-sheet/component.js +2 -2
  74. package/bottom-sheet/components/backer/Component.js +2 -2
  75. package/bottom-sheet/components/backer/index.css +3 -3
  76. package/bottom-sheet/components/closer/Component.js +2 -2
  77. package/bottom-sheet/components/closer/index.css +3 -3
  78. package/bottom-sheet/components/footer/Component.js +1 -1
  79. package/bottom-sheet/components/footer/index.css +4 -4
  80. package/bottom-sheet/components/header/Component.js +2 -2
  81. package/bottom-sheet/components/header/index.css +17 -17
  82. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  83. package/bottom-sheet/esm/{component-06cfdf42.d.ts → component-407309c5.d.ts} +0 -0
  84. package/bottom-sheet/esm/{component-06cfdf42.js → component-407309c5.js} +3 -3
  85. package/bottom-sheet/esm/component.js +2 -2
  86. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  87. package/bottom-sheet/esm/components/backer/index.css +3 -3
  88. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  89. package/bottom-sheet/esm/components/closer/index.css +3 -3
  90. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  91. package/bottom-sheet/esm/components/footer/index.css +4 -4
  92. package/bottom-sheet/esm/components/header/Component.js +2 -2
  93. package/bottom-sheet/esm/components/header/index.css +17 -17
  94. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  95. package/bottom-sheet/esm/index.css +16 -16
  96. package/bottom-sheet/esm/index.d.ts +1 -1
  97. package/bottom-sheet/esm/index.js +2 -2
  98. package/bottom-sheet/esm/{tslib.es6-ce4bf29e.d.ts → tslib.es6-8e8d228c.d.ts} +0 -0
  99. package/bottom-sheet/esm/{tslib.es6-ce4bf29e.js → tslib.es6-8e8d228c.js} +0 -0
  100. package/bottom-sheet/index.css +16 -16
  101. package/bottom-sheet/index.d.ts +1 -1
  102. package/bottom-sheet/index.js +2 -2
  103. package/bottom-sheet/modern/{component-b630276d.d.ts → component-4fdf456d.d.ts} +0 -0
  104. package/bottom-sheet/modern/{component-b630276d.js → component-4fdf456d.js} +2 -2
  105. package/bottom-sheet/modern/component.js +1 -1
  106. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  107. package/bottom-sheet/modern/components/backer/index.css +3 -3
  108. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  109. package/bottom-sheet/modern/components/closer/index.css +3 -3
  110. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  111. package/bottom-sheet/modern/components/footer/index.css +4 -4
  112. package/bottom-sheet/modern/components/header/Component.js +1 -1
  113. package/bottom-sheet/modern/components/header/index.css +17 -17
  114. package/bottom-sheet/modern/index.css +16 -16
  115. package/bottom-sheet/modern/index.d.ts +1 -1
  116. package/bottom-sheet/modern/index.js +1 -1
  117. package/bottom-sheet/{tslib.es6-c8f9fd4c.d.ts → tslib.es6-1cc46ed6.d.ts} +0 -0
  118. package/bottom-sheet/{tslib.es6-c8f9fd4c.js → tslib.es6-1cc46ed6.js} +0 -0
  119. package/button/Component.js +3 -3
  120. package/button/default.css +41 -41
  121. package/button/esm/Component.js +3 -3
  122. package/button/esm/default.css +41 -41
  123. package/button/esm/index.css +54 -54
  124. package/button/esm/inverted.css +41 -41
  125. package/button/index.css +54 -54
  126. package/button/inverted.css +41 -41
  127. package/button/modern/Component.js +3 -3
  128. package/button/modern/default.css +41 -41
  129. package/button/modern/index.css +54 -54
  130. package/button/modern/inverted.css +41 -41
  131. package/calendar/Component.d.ts +5 -9
  132. package/calendar/Component.js +8 -8
  133. package/calendar/Context-bdb4c6b9.d.ts +4 -0
  134. package/calendar/components/calendar-mobile/Component.d.ts +40 -0
  135. package/calendar/components/calendar-mobile/Component.js +202 -0
  136. package/calendar/components/calendar-mobile/index.css +97 -0
  137. package/calendar/components/calendar-mobile/index.d.ts +1 -0
  138. package/calendar/components/calendar-mobile/index.js +72 -0
  139. package/calendar/components/days-table/Component.d.ts +9 -2
  140. package/calendar/components/days-table/Component.js +42 -21
  141. package/calendar/components/days-table/index.css +95 -73
  142. package/calendar/components/days-table/index.js +1 -1
  143. package/calendar/components/header/Component.js +1 -1
  144. package/calendar/components/header/index.css +3 -3
  145. package/calendar/components/month-year-header/Component.js +2 -2
  146. package/calendar/components/month-year-header/index.css +10 -10
  147. package/calendar/components/month-year-header/index.js +1 -1
  148. package/calendar/components/months-table/Component.js +2 -2
  149. package/calendar/components/months-table/index.css +12 -14
  150. package/calendar/components/months-table/index.js +1 -1
  151. package/calendar/components/period-slider/Component.js +1 -1
  152. package/calendar/components/period-slider/index.css +10 -10
  153. package/calendar/components/select-button/Component.js +2 -2
  154. package/calendar/components/select-button/index.css +10 -10
  155. package/calendar/components/select-button/index.js +1 -1
  156. package/calendar/components/years-table/Component.js +2 -2
  157. package/calendar/components/years-table/index.css +12 -15
  158. package/calendar/components/years-table/index.js +1 -1
  159. package/calendar/cssm/Component.d.ts +5 -9
  160. package/calendar/cssm/Component.js +8 -8
  161. package/calendar/cssm/Context-bdb4c6b9.d.ts +4 -0
  162. package/calendar/cssm/components/calendar-mobile/Component.d.ts +40 -0
  163. package/calendar/cssm/components/calendar-mobile/Component.js +209 -0
  164. package/calendar/cssm/components/calendar-mobile/index.d.ts +1 -0
  165. package/calendar/cssm/components/calendar-mobile/index.js +81 -0
  166. package/calendar/cssm/components/calendar-mobile/index.module.css +96 -0
  167. package/calendar/cssm/components/days-table/Component.d.ts +9 -2
  168. package/calendar/cssm/components/days-table/Component.js +41 -20
  169. package/calendar/cssm/components/days-table/index.js +1 -1
  170. package/calendar/cssm/components/days-table/index.module.css +47 -25
  171. package/calendar/cssm/components/month-year-header/Component.js +1 -1
  172. package/calendar/cssm/components/month-year-header/index.js +1 -1
  173. package/calendar/cssm/components/months-table/Component.js +1 -1
  174. package/calendar/cssm/components/months-table/index.js +1 -1
  175. package/calendar/cssm/components/months-table/index.module.css +2 -3
  176. package/calendar/cssm/components/select-button/Component.js +1 -1
  177. package/calendar/cssm/components/select-button/index.js +1 -1
  178. package/calendar/cssm/components/years-table/Component.js +1 -1
  179. package/calendar/cssm/components/years-table/index.js +1 -1
  180. package/calendar/cssm/components/years-table/index.module.css +1 -2
  181. package/calendar/cssm/index-bdb4c6b9.d.ts +221 -0
  182. package/calendar/cssm/index.d.ts +1 -0
  183. package/calendar/cssm/index.js +7 -2
  184. package/calendar/cssm/index.module.css +2 -3
  185. package/calendar/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-f8106a15.d.ts} +0 -0
  186. package/{select/tslib.es6-ef41ea5a.js → calendar/cssm/tslib.es6-f8106a15.js} +0 -0
  187. package/calendar/cssm/useCalendar.d.ts +3 -3
  188. package/calendar/cssm/useCalendar.js +2 -1
  189. package/calendar/esm/Component.d.ts +5 -9
  190. package/calendar/esm/Component.js +8 -8
  191. package/calendar/esm/Context-bdb4c6b9.d.ts +4 -0
  192. package/calendar/esm/components/calendar-mobile/Component.d.ts +40 -0
  193. package/calendar/esm/components/calendar-mobile/Component.js +192 -0
  194. package/calendar/esm/components/calendar-mobile/index.css +97 -0
  195. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -0
  196. package/calendar/esm/components/calendar-mobile/index.js +66 -0
  197. package/calendar/esm/components/days-table/Component.d.ts +9 -2
  198. package/calendar/esm/components/days-table/Component.js +43 -22
  199. package/calendar/esm/components/days-table/index.css +95 -73
  200. package/calendar/esm/components/days-table/index.js +1 -1
  201. package/calendar/esm/components/header/Component.js +1 -1
  202. package/calendar/esm/components/header/index.css +3 -3
  203. package/calendar/esm/components/month-year-header/Component.js +2 -2
  204. package/calendar/esm/components/month-year-header/index.css +10 -10
  205. package/calendar/esm/components/month-year-header/index.js +1 -1
  206. package/calendar/esm/components/months-table/Component.js +2 -2
  207. package/calendar/esm/components/months-table/index.css +12 -14
  208. package/calendar/esm/components/months-table/index.js +1 -1
  209. package/calendar/esm/components/period-slider/Component.js +1 -1
  210. package/calendar/esm/components/period-slider/index.css +10 -10
  211. package/calendar/esm/components/select-button/Component.js +2 -2
  212. package/calendar/esm/components/select-button/index.css +10 -10
  213. package/calendar/esm/components/select-button/index.js +1 -1
  214. package/calendar/esm/components/years-table/Component.js +2 -2
  215. package/calendar/esm/components/years-table/index.css +12 -15
  216. package/calendar/esm/components/years-table/index.js +1 -1
  217. package/calendar/esm/index-bdb4c6b9.d.ts +221 -0
  218. package/calendar/esm/index.css +13 -14
  219. package/calendar/esm/index.d.ts +1 -0
  220. package/calendar/esm/index.js +4 -1
  221. package/calendar/esm/{tslib.es6-4a77933a.d.ts → tslib.es6-39912b88.d.ts} +0 -0
  222. package/{gallery/esm/tslib.es6-41f8e531.js → calendar/esm/tslib.es6-39912b88.js} +9 -1
  223. package/calendar/esm/useCalendar.d.ts +3 -3
  224. package/calendar/esm/useCalendar.js +2 -1
  225. package/calendar/index-bdb4c6b9.d.ts +221 -0
  226. package/calendar/index.css +13 -14
  227. package/calendar/index.d.ts +1 -0
  228. package/calendar/index.js +6 -2
  229. package/calendar/modern/Component.d.ts +5 -9
  230. package/calendar/modern/Component.js +3 -3
  231. package/calendar/modern/Context-bdb4c6b9.d.ts +4 -0
  232. package/calendar/modern/components/calendar-mobile/Component.d.ts +40 -0
  233. package/calendar/modern/components/calendar-mobile/Component.js +188 -0
  234. package/calendar/modern/components/calendar-mobile/index.css +97 -0
  235. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -0
  236. package/calendar/modern/components/calendar-mobile/index.js +65 -0
  237. package/calendar/modern/components/days-table/Component.d.ts +9 -2
  238. package/calendar/modern/components/days-table/Component.js +42 -21
  239. package/calendar/modern/components/days-table/index.css +95 -73
  240. package/calendar/modern/components/header/Component.js +1 -1
  241. package/calendar/modern/components/header/index.css +3 -3
  242. package/calendar/modern/components/month-year-header/Component.js +1 -1
  243. package/calendar/modern/components/month-year-header/index.css +10 -10
  244. package/calendar/modern/components/months-table/Component.js +1 -1
  245. package/calendar/modern/components/months-table/index.css +12 -14
  246. package/calendar/modern/components/period-slider/Component.js +1 -1
  247. package/calendar/modern/components/period-slider/index.css +10 -10
  248. package/calendar/modern/components/select-button/Component.js +1 -1
  249. package/calendar/modern/components/select-button/index.css +10 -10
  250. package/calendar/modern/components/years-table/Component.js +1 -1
  251. package/calendar/modern/components/years-table/index.css +12 -15
  252. package/calendar/modern/index-bdb4c6b9.d.ts +221 -0
  253. package/calendar/modern/index.css +13 -14
  254. package/calendar/modern/index.d.ts +1 -0
  255. package/calendar/modern/index.js +3 -0
  256. package/calendar/modern/useCalendar.d.ts +3 -3
  257. package/calendar/modern/useCalendar.js +2 -1
  258. package/calendar/{tslib.es6-9910ce3e.d.ts → tslib.es6-b32742c1.d.ts} +0 -0
  259. package/calendar/tslib.es6-b32742c1.js +49 -0
  260. package/calendar/useCalendar.d.ts +3 -3
  261. package/calendar/useCalendar.js +2 -1
  262. package/calendar-input/Component.d.ts +9 -4
  263. package/calendar-input/Component.js +32 -13
  264. package/calendar-input/cssm/Component.d.ts +9 -4
  265. package/calendar-input/cssm/Component.js +31 -12
  266. package/calendar-input/cssm/index.js +1 -0
  267. package/calendar-input/cssm/index.module.css +3 -1
  268. package/calendar-input/esm/Component.d.ts +9 -4
  269. package/calendar-input/esm/Component.js +33 -14
  270. package/calendar-input/esm/index.css +13 -11
  271. package/calendar-input/esm/index.js +1 -0
  272. package/calendar-input/index.css +13 -11
  273. package/calendar-input/index.js +1 -0
  274. package/calendar-input/modern/Component.d.ts +12 -7
  275. package/calendar-input/modern/Component.js +34 -15
  276. package/calendar-input/modern/index.css +13 -11
  277. package/calendar-input/modern/index.js +1 -0
  278. package/calendar-range/Component.js +1 -1
  279. package/calendar-range/esm/Component.js +1 -1
  280. package/calendar-range/esm/index.js +1 -1
  281. package/calendar-range/esm/{index.module-f3f8d35e.d.ts → index.module-e395b688.d.ts} +0 -0
  282. package/calendar-range/esm/{index.module-f3f8d35e.js → index.module-e395b688.js} +1 -1
  283. package/calendar-range/esm/views/index.css +8 -8
  284. package/calendar-range/esm/views/popover.js +1 -1
  285. package/calendar-range/esm/views/static.js +1 -1
  286. package/calendar-range/index.js +1 -1
  287. package/calendar-range/{index.module-6304bdd2.d.ts → index.module-153a557c.d.ts} +0 -0
  288. package/calendar-range/{index.module-6304bdd2.js → index.module-153a557c.js} +1 -1
  289. package/calendar-range/modern/Component.js +1 -1
  290. package/calendar-range/modern/index.js +1 -1
  291. package/calendar-range/modern/index.module-44abc47e.js +4 -0
  292. package/calendar-range/modern/views/index.css +8 -8
  293. package/calendar-range/modern/views/popover.js +1 -1
  294. package/calendar-range/modern/views/static.js +1 -1
  295. package/calendar-range/views/index.css +8 -8
  296. package/calendar-range/views/popover.js +1 -1
  297. package/calendar-range/views/static.js +1 -1
  298. package/calendar-with-skeleton/Component.js +1 -1
  299. package/calendar-with-skeleton/esm/Component.js +1 -1
  300. package/calendar-with-skeleton/esm/index.css +12 -12
  301. package/calendar-with-skeleton/index.css +12 -12
  302. package/calendar-with-skeleton/modern/Component.js +1 -1
  303. package/calendar-with-skeleton/modern/index.css +12 -12
  304. package/card-image/Component.js +1 -1
  305. package/card-image/esm/Component.js +1 -1
  306. package/card-image/esm/index.css +6 -6
  307. package/card-image/index.css +6 -6
  308. package/card-image/modern/Component.js +1 -1
  309. package/card-image/modern/index.css +6 -6
  310. package/cdn-icon/Component.js +1 -1
  311. package/cdn-icon/esm/Component.js +1 -1
  312. package/cdn-icon/esm/index.css +2 -2
  313. package/cdn-icon/index.css +2 -2
  314. package/cdn-icon/modern/Component.js +1 -1
  315. package/cdn-icon/modern/index.css +2 -2
  316. package/chart/Component.js +2 -2
  317. package/chart/components/Dot/index.css +7 -7
  318. package/chart/components/Dot/index.js +1 -1
  319. package/chart/components/Legends/index.css +7 -7
  320. package/chart/components/Legends/index.js +1 -1
  321. package/chart/components/Tick/index.css +3 -3
  322. package/chart/components/Tick/index.js +1 -1
  323. package/chart/components/TooltipContent/index.css +6 -6
  324. package/chart/components/TooltipContent/index.js +1 -1
  325. package/chart/esm/Component.js +2 -2
  326. package/chart/esm/components/Dot/index.css +7 -7
  327. package/chart/esm/components/Dot/index.js +1 -1
  328. package/chart/esm/components/Legends/index.css +7 -7
  329. package/chart/esm/components/Legends/index.js +1 -1
  330. package/chart/esm/components/Tick/index.css +3 -3
  331. package/chart/esm/components/Tick/index.js +1 -1
  332. package/chart/esm/components/TooltipContent/index.css +6 -6
  333. package/chart/esm/components/TooltipContent/index.js +1 -1
  334. package/chart/esm/hooks/useSettings/index.js +1 -1
  335. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  336. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  337. package/chart/esm/index.css +2 -2
  338. package/chart/esm/index.js +1 -1
  339. package/chart/esm/{tslib.es6-7aa0ec96.d.ts → tslib.es6-fe748ebd.d.ts} +0 -0
  340. package/chart/esm/{tslib.es6-7aa0ec96.js → tslib.es6-fe748ebd.js} +0 -0
  341. package/chart/hooks/useSettings/index.js +1 -1
  342. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  343. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  344. package/chart/index.css +2 -2
  345. package/chart/index.js +1 -1
  346. package/chart/modern/Component.js +1 -1
  347. package/chart/modern/components/Dot/index.css +7 -7
  348. package/chart/modern/components/Dot/index.js +1 -1
  349. package/chart/modern/components/Legends/index.css +7 -7
  350. package/chart/modern/components/Legends/index.js +1 -1
  351. package/chart/modern/components/Tick/index.css +3 -3
  352. package/chart/modern/components/Tick/index.js +1 -1
  353. package/chart/modern/components/TooltipContent/index.css +6 -6
  354. package/chart/modern/components/TooltipContent/index.js +1 -1
  355. package/chart/modern/index.css +2 -2
  356. package/chart/{tslib.es6-be33941d.d.ts → tslib.es6-45ab8d68.d.ts} +0 -0
  357. package/chart/{tslib.es6-be33941d.js → tslib.es6-45ab8d68.js} +0 -0
  358. package/checkbox/Component.js +1 -1
  359. package/checkbox/esm/Component.js +1 -1
  360. package/checkbox/esm/index.css +36 -36
  361. package/checkbox/index.css +36 -36
  362. package/checkbox/modern/Component.js +1 -1
  363. package/checkbox/modern/index.css +36 -36
  364. package/checkbox-group/Component.js +1 -1
  365. package/checkbox-group/esm/Component.js +1 -1
  366. package/checkbox-group/esm/index.css +16 -16
  367. package/checkbox-group/index.css +16 -16
  368. package/checkbox-group/modern/Component.js +1 -1
  369. package/checkbox-group/modern/index.css +16 -16
  370. package/circular-progress-bar/Component.js +1 -1
  371. package/circular-progress-bar/esm/Component.js +1 -1
  372. package/circular-progress-bar/esm/index.css +20 -20
  373. package/circular-progress-bar/index.css +20 -20
  374. package/circular-progress-bar/modern/Component.js +1 -1
  375. package/circular-progress-bar/modern/index.css +20 -20
  376. package/code-input/component.js +1 -1
  377. package/code-input/components/input/component.js +1 -1
  378. package/code-input/components/input/index.css +10 -10
  379. package/code-input/esm/component.js +1 -1
  380. package/code-input/esm/components/input/component.js +1 -1
  381. package/code-input/esm/components/input/index.css +10 -10
  382. package/code-input/esm/index.css +5 -5
  383. package/code-input/index.css +5 -5
  384. package/code-input/modern/component.js +1 -1
  385. package/code-input/modern/components/input/component.js +1 -1
  386. package/code-input/modern/components/input/index.css +10 -10
  387. package/code-input/modern/index.css +5 -5
  388. package/collapse/Component.js +1 -1
  389. package/collapse/esm/Component.js +1 -1
  390. package/collapse/esm/index.css +7 -7
  391. package/collapse/index.css +7 -7
  392. package/collapse/modern/Component.js +1 -1
  393. package/collapse/modern/index.css +7 -7
  394. package/confirmation/component.js +2 -2
  395. package/confirmation/components/countdown-loader/component.js +1 -1
  396. package/confirmation/components/countdown-loader/index.css +2 -2
  397. package/confirmation/components/index.js +1 -1
  398. package/confirmation/components/screens/fatal-error/component.js +1 -1
  399. package/confirmation/components/screens/fatal-error/index.css +3 -3
  400. package/confirmation/components/screens/hint/component.js +1 -1
  401. package/confirmation/components/screens/hint/index.css +13 -13
  402. package/confirmation/components/screens/index.js +1 -1
  403. package/confirmation/components/screens/initial/component.js +1 -1
  404. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  405. package/confirmation/components/screens/initial/index.css +16 -16
  406. package/confirmation/components/screens/initial/index.js +1 -1
  407. package/confirmation/components/screens/temp-block/component.js +1 -1
  408. package/confirmation/components/screens/temp-block/index.css +5 -5
  409. package/confirmation/{countdown-section-12614bde.d.ts → countdown-section-251bbf32.d.ts} +0 -0
  410. package/confirmation/{countdown-section-12614bde.js → countdown-section-251bbf32.js} +1 -1
  411. package/confirmation/esm/component.js +2 -2
  412. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  413. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  414. package/confirmation/esm/components/index.js +1 -1
  415. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  416. package/confirmation/esm/components/screens/fatal-error/index.css +3 -3
  417. package/confirmation/esm/components/screens/hint/component.js +1 -1
  418. package/confirmation/esm/components/screens/hint/index.css +13 -13
  419. package/confirmation/esm/components/screens/index.js +1 -1
  420. package/confirmation/esm/components/screens/initial/component.js +1 -1
  421. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  422. package/confirmation/esm/components/screens/initial/index.css +16 -16
  423. package/confirmation/esm/components/screens/initial/index.js +1 -1
  424. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  425. package/confirmation/esm/components/screens/temp-block/index.css +5 -5
  426. package/confirmation/esm/{countdown-section-3eb9af69.d.ts → countdown-section-3dd874f2.d.ts} +0 -0
  427. package/confirmation/esm/{countdown-section-3eb9af69.js → countdown-section-3dd874f2.js} +1 -1
  428. package/confirmation/esm/index.css +3 -3
  429. package/confirmation/esm/index.js +1 -1
  430. package/confirmation/index.css +3 -3
  431. package/confirmation/index.js +1 -1
  432. package/confirmation/modern/component.js +2 -2
  433. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  434. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  435. package/confirmation/modern/components/index.js +1 -1
  436. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  437. package/confirmation/modern/components/screens/fatal-error/index.css +3 -3
  438. package/confirmation/modern/components/screens/hint/component.js +1 -1
  439. package/confirmation/modern/components/screens/hint/index.css +13 -13
  440. package/confirmation/modern/components/screens/index.js +1 -1
  441. package/confirmation/modern/components/screens/initial/component.js +1 -1
  442. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  443. package/confirmation/modern/components/screens/initial/index.css +16 -16
  444. package/confirmation/modern/components/screens/initial/index.js +1 -1
  445. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  446. package/confirmation/modern/components/screens/temp-block/index.css +5 -5
  447. package/confirmation/modern/{countdown-section-212b0480.d.ts → countdown-section-e7a050c6.d.ts} +0 -0
  448. package/confirmation/modern/{countdown-section-212b0480.js → countdown-section-e7a050c6.js} +1 -1
  449. package/confirmation/modern/index.css +3 -3
  450. package/confirmation/modern/index.js +1 -1
  451. package/custom-button/Component.js +1 -1
  452. package/custom-button/esm/Component.js +1 -1
  453. package/custom-button/esm/index.css +12 -12
  454. package/custom-button/index.css +12 -12
  455. package/custom-button/modern/Component.js +1 -1
  456. package/custom-button/modern/index.css +12 -12
  457. package/date-input/Component.js +1 -1
  458. package/date-input/cssm/Component.d.ts +1 -1
  459. package/date-input/esm/Component.js +1 -1
  460. package/date-input/esm/index.css +4 -4
  461. package/date-input/index.css +4 -4
  462. package/date-input/modern/Component.js +1 -1
  463. package/date-input/modern/index.css +4 -4
  464. package/divider/Component.js +1 -1
  465. package/divider/esm/Component.js +1 -1
  466. package/divider/esm/index.css +1 -1
  467. package/divider/index.css +1 -1
  468. package/divider/modern/Component.js +1 -1
  469. package/divider/modern/index.css +1 -1
  470. package/drawer/Component.js +1 -1
  471. package/drawer/esm/Component.js +1 -1
  472. package/drawer/esm/index.css +16 -16
  473. package/drawer/index.css +16 -16
  474. package/drawer/modern/Component.js +1 -1
  475. package/drawer/modern/index.css +16 -16
  476. package/dropzone/Component.js +1 -1
  477. package/dropzone/components/overlay/Component.js +1 -1
  478. package/dropzone/components/overlay/index.css +3 -3
  479. package/dropzone/esm/Component.js +1 -1
  480. package/dropzone/esm/components/overlay/Component.js +1 -1
  481. package/dropzone/esm/components/overlay/index.css +3 -3
  482. package/dropzone/esm/index.css +6 -6
  483. package/dropzone/index.css +6 -6
  484. package/dropzone/modern/Component.js +1 -1
  485. package/dropzone/modern/components/overlay/Component.js +1 -1
  486. package/dropzone/modern/components/overlay/index.css +3 -3
  487. package/dropzone/modern/index.css +6 -6
  488. package/file-upload-item/Component.js +1 -1
  489. package/file-upload-item/esm/Component.js +1 -1
  490. package/file-upload-item/esm/index.css +23 -23
  491. package/file-upload-item/index.css +23 -23
  492. package/file-upload-item/modern/Component.js +1 -1
  493. package/file-upload-item/modern/index.css +23 -23
  494. package/filter-tag/Component.js +1 -1
  495. package/filter-tag/esm/Component.js +1 -1
  496. package/filter-tag/esm/index.css +57 -57
  497. package/filter-tag/index.css +57 -57
  498. package/filter-tag/modern/Component.js +1 -1
  499. package/filter-tag/modern/index.css +57 -57
  500. package/form-control/Component.js +3 -3
  501. package/form-control/default.css +14 -14
  502. package/form-control/esm/Component.js +3 -3
  503. package/form-control/esm/default.css +14 -14
  504. package/form-control/esm/index.css +41 -41
  505. package/form-control/esm/inverted.css +14 -14
  506. package/form-control/index.css +41 -41
  507. package/form-control/inverted.css +14 -14
  508. package/form-control/modern/Component.js +3 -3
  509. package/form-control/modern/default.css +14 -14
  510. package/form-control/modern/index.css +41 -41
  511. package/form-control/modern/inverted.css +14 -14
  512. package/gallery/Component.js +3 -3
  513. package/gallery/components/header/Component.js +2 -2
  514. package/gallery/components/header/buttons.js +1 -1
  515. package/gallery/components/header/index.css +3 -3
  516. package/gallery/components/header/index.js +1 -1
  517. package/gallery/components/header-info-block/Component.js +1 -1
  518. package/gallery/components/header-info-block/index.css +5 -5
  519. package/gallery/components/image-preview/Component.js +1 -1
  520. package/gallery/components/image-preview/index.css +12 -12
  521. package/gallery/components/image-viewer/component.js +2 -2
  522. package/gallery/components/image-viewer/index.css +19 -19
  523. package/gallery/components/image-viewer/index.js +2 -2
  524. package/gallery/components/image-viewer/slide.js +1 -1
  525. package/gallery/components/index.js +2 -2
  526. package/gallery/components/navigation-bar/Component.js +1 -1
  527. package/gallery/components/navigation-bar/index.css +6 -6
  528. package/gallery/esm/Component.js +3 -3
  529. package/gallery/esm/components/header/Component.js +2 -2
  530. package/gallery/esm/components/header/buttons.js +1 -1
  531. package/gallery/esm/components/header/index.css +3 -3
  532. package/gallery/esm/components/header/index.js +1 -1
  533. package/gallery/esm/components/header-info-block/Component.js +1 -1
  534. package/gallery/esm/components/header-info-block/index.css +5 -5
  535. package/gallery/esm/components/image-preview/Component.js +1 -1
  536. package/gallery/esm/components/image-preview/index.css +12 -12
  537. package/gallery/esm/components/image-viewer/component.js +2 -2
  538. package/gallery/esm/components/image-viewer/index.css +19 -19
  539. package/gallery/esm/components/image-viewer/index.js +2 -2
  540. package/gallery/esm/components/image-viewer/slide.js +1 -1
  541. package/gallery/esm/components/index.js +2 -2
  542. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  543. package/gallery/esm/components/navigation-bar/index.css +6 -6
  544. package/gallery/esm/index.css +3 -3
  545. package/gallery/esm/index.js +2 -2
  546. package/gallery/esm/{slide-94ef7cfa.d.ts → slide-bdbe5536.d.ts} +0 -0
  547. package/gallery/esm/{slide-94ef7cfa.js → slide-bdbe5536.js} +1 -1
  548. package/gallery/esm/{tslib.es6-41f8e531.d.ts → tslib.es6-9c9ac5e2.d.ts} +0 -0
  549. package/{calendar/esm/tslib.es6-4a77933a.js → gallery/esm/tslib.es6-9c9ac5e2.js} +0 -0
  550. package/gallery/index.css +3 -3
  551. package/gallery/index.js +2 -2
  552. package/gallery/modern/Component.js +2 -2
  553. package/gallery/modern/components/header/Component.js +1 -1
  554. package/gallery/modern/components/header/index.css +3 -3
  555. package/gallery/modern/components/header-info-block/Component.js +1 -1
  556. package/gallery/modern/components/header-info-block/index.css +5 -5
  557. package/gallery/modern/components/image-preview/Component.js +1 -1
  558. package/gallery/modern/components/image-preview/index.css +12 -12
  559. package/gallery/modern/components/image-viewer/component.js +1 -1
  560. package/gallery/modern/components/image-viewer/index.css +19 -19
  561. package/gallery/modern/components/image-viewer/index.js +1 -1
  562. package/gallery/modern/components/image-viewer/slide.js +1 -1
  563. package/gallery/modern/components/index.js +1 -1
  564. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  565. package/gallery/modern/components/navigation-bar/index.css +6 -6
  566. package/gallery/modern/index.css +3 -3
  567. package/gallery/modern/index.js +1 -1
  568. package/gallery/modern/{slide-d43c9ee4.d.ts → slide-1a0536c2.d.ts} +0 -0
  569. package/gallery/modern/{slide-d43c9ee4.js → slide-1a0536c2.js} +1 -1
  570. package/gallery/{slide-0ce12834.d.ts → slide-5d987afb.d.ts} +0 -0
  571. package/gallery/{slide-0ce12834.js → slide-5d987afb.js} +1 -1
  572. package/gallery/{tslib.es6-74633c07.d.ts → tslib.es6-bf4c757c.d.ts} +0 -0
  573. package/{calendar/cssm/tslib.es6-ce870b46.js → gallery/tslib.es6-bf4c757c.js} +0 -0
  574. package/grid/Component.js +1 -1
  575. package/grid/col/Component.js +2 -2
  576. package/grid/col/index.css +511 -511
  577. package/grid/col/index.js +1 -1
  578. package/grid/esm/Component.js +1 -1
  579. package/grid/esm/col/Component.js +2 -2
  580. package/grid/esm/col/index.css +511 -511
  581. package/grid/esm/col/index.js +1 -1
  582. package/grid/esm/gutters.css +78 -78
  583. package/grid/esm/{gutters.module-49227c7c.d.ts → gutters.module-73dff77d.d.ts} +0 -0
  584. package/grid/esm/gutters.module-73dff77d.js +27 -0
  585. package/grid/esm/index.js +1 -1
  586. package/grid/esm/row/Component.js +2 -2
  587. package/grid/esm/row/index.css +9 -9
  588. package/grid/esm/row/index.js +1 -1
  589. package/grid/gutters.css +78 -78
  590. package/grid/{gutters.module-ebe6e3b8.d.ts → gutters.module-1245a8f3.d.ts} +0 -0
  591. package/grid/gutters.module-1245a8f3.js +28 -0
  592. package/grid/index.js +1 -1
  593. package/grid/modern/Component.js +1 -1
  594. package/grid/modern/col/Component.js +2 -2
  595. package/grid/modern/col/index.css +511 -511
  596. package/grid/modern/col/index.js +1 -1
  597. package/grid/modern/gutters.css +78 -78
  598. package/grid/modern/gutters.module-c6e6ec79.js +4 -0
  599. package/grid/modern/index.js +1 -1
  600. package/grid/modern/row/Component.js +2 -2
  601. package/grid/modern/row/index.css +9 -9
  602. package/grid/modern/row/index.js +1 -1
  603. package/grid/row/Component.js +2 -2
  604. package/grid/row/index.css +9 -9
  605. package/grid/row/index.js +1 -1
  606. package/hatching-progress-bar/Component.js +1 -1
  607. package/hatching-progress-bar/esm/Component.js +1 -1
  608. package/hatching-progress-bar/esm/index.css +11 -11
  609. package/hatching-progress-bar/index.css +11 -11
  610. package/hatching-progress-bar/modern/Component.js +1 -1
  611. package/hatching-progress-bar/modern/index.css +11 -11
  612. package/icon-button/Component.js +8 -5
  613. package/icon-button/cssm/Component.js +5 -2
  614. package/icon-button/cssm/default.module.css +31 -12
  615. package/icon-button/cssm/inverted.module.css +35 -0
  616. package/icon-button/default.css +47 -28
  617. package/icon-button/esm/Component.js +8 -5
  618. package/icon-button/esm/default.css +47 -28
  619. package/icon-button/esm/index.css +6 -6
  620. package/icon-button/esm/inverted.css +51 -16
  621. package/icon-button/index.css +6 -6
  622. package/icon-button/inverted.css +51 -16
  623. package/icon-button/modern/Component.js +6 -4
  624. package/icon-button/modern/default.css +47 -28
  625. package/icon-button/modern/index.css +6 -6
  626. package/icon-button/modern/inverted.css +51 -16
  627. package/icon-view/circle.js +1 -1
  628. package/icon-view/components/base-shape/component.js +1 -1
  629. package/icon-view/components/base-shape/index.css +28 -28
  630. package/icon-view/components/circle/component.js +1 -1
  631. package/icon-view/components/circle/index.js +1 -1
  632. package/icon-view/components/index.js +1 -1
  633. package/icon-view/components/super-ellipse/component.js +1 -1
  634. package/icon-view/components/super-ellipse/index.js +1 -1
  635. package/icon-view/esm/circle.js +1 -1
  636. package/icon-view/esm/components/base-shape/component.js +1 -1
  637. package/icon-view/esm/components/base-shape/index.css +28 -28
  638. package/icon-view/esm/components/circle/component.js +1 -1
  639. package/icon-view/esm/components/circle/index.js +1 -1
  640. package/icon-view/esm/components/index.js +1 -1
  641. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  642. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  643. package/icon-view/esm/super-ellipse.js +1 -1
  644. package/icon-view/esm/{tslib.es6-c8b3a7ac.d.ts → tslib.es6-d442e1e8.d.ts} +0 -0
  645. package/icon-view/esm/{tslib.es6-c8b3a7ac.js → tslib.es6-d442e1e8.js} +0 -0
  646. package/icon-view/modern/components/base-shape/component.js +1 -1
  647. package/icon-view/modern/components/base-shape/index.css +28 -28
  648. package/icon-view/super-ellipse.js +1 -1
  649. package/icon-view/{tslib.es6-95effe5e.d.ts → tslib.es6-e64d3eb0.d.ts} +0 -0
  650. package/icon-view/{tslib.es6-95effe5e.js → tslib.es6-e64d3eb0.js} +0 -0
  651. package/input/Component.js +3 -3
  652. package/input/default.css +13 -13
  653. package/input/esm/Component.js +3 -3
  654. package/input/esm/default.css +13 -13
  655. package/input/esm/index.css +31 -31
  656. package/input/esm/inverted.css +13 -13
  657. package/input/index.css +31 -31
  658. package/input/inverted.css +13 -13
  659. package/input/modern/Component.js +3 -3
  660. package/input/modern/default.css +13 -13
  661. package/input/modern/index.css +31 -31
  662. package/input/modern/inverted.css +13 -13
  663. package/input-autocomplete/Component.js +1 -1
  664. package/input-autocomplete/Component.mobile.js +2 -2
  665. package/input-autocomplete/autocomplete-field/Component.js +2 -2
  666. package/input-autocomplete/autocomplete-field/index.css +2 -2
  667. package/input-autocomplete/autocomplete-field/index.js +1 -1
  668. package/input-autocomplete/autocomplete-mobile-field/Component.js +2 -2
  669. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  670. package/input-autocomplete/autocomplete-mobile-field/index.js +1 -1
  671. package/input-autocomplete/esm/Component.js +1 -1
  672. package/input-autocomplete/esm/Component.mobile.js +2 -2
  673. package/input-autocomplete/esm/autocomplete-field/Component.js +2 -2
  674. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  675. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  676. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +2 -2
  677. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  678. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +1 -1
  679. package/input-autocomplete/esm/index.js +1 -1
  680. package/input-autocomplete/esm/mobile.css +4 -4
  681. package/input-autocomplete/esm/mobile.js +1 -1
  682. package/input-autocomplete/esm/{tslib.es6-133240b6.d.ts → tslib.es6-fd5fb15f.d.ts} +0 -0
  683. package/input-autocomplete/esm/{tslib.es6-133240b6.js → tslib.es6-fd5fb15f.js} +0 -0
  684. package/input-autocomplete/index.js +1 -1
  685. package/input-autocomplete/mobile.css +4 -4
  686. package/input-autocomplete/mobile.js +1 -1
  687. package/input-autocomplete/modern/Component.mobile.js +1 -1
  688. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  689. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  690. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  691. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  692. package/input-autocomplete/modern/mobile.css +4 -4
  693. package/input-autocomplete/{tslib.es6-8b47433a.d.ts → tslib.es6-265bf620.d.ts} +0 -0
  694. package/{calendar/tslib.es6-9910ce3e.js → input-autocomplete/tslib.es6-265bf620.js} +0 -0
  695. package/intl-phone-input/{component-ad7ea063.d.ts → component-91b5b270.d.ts} +0 -0
  696. package/intl-phone-input/{component-ad7ea063.js → component-91b5b270.js} +1 -1
  697. package/intl-phone-input/component.js +3 -3
  698. package/intl-phone-input/components/flag-icon/component.js +1 -1
  699. package/intl-phone-input/components/flag-icon/index.css +261 -261
  700. package/intl-phone-input/components/index.js +1 -1
  701. package/intl-phone-input/components/select/component.js +2 -2
  702. package/intl-phone-input/components/select/index.css +6 -6
  703. package/intl-phone-input/components/select/index.js +1 -1
  704. package/intl-phone-input/components/select-field/component.js +1 -1
  705. package/intl-phone-input/components/select-field/index.css +8 -8
  706. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  707. package/intl-phone-input/components/select-field/index.js +1 -1
  708. package/intl-phone-input/cssm/component.js +1 -1
  709. package/intl-phone-input/cssm/{libphonenumber-js.min-903db150.d.ts → libphonenumber-js.min-d3a9d490.d.ts} +0 -0
  710. package/intl-phone-input/cssm/libphonenumber-js.min-d3a9d490.js +1567 -0
  711. package/intl-phone-input/esm/{component-0863393e.d.ts → component-ee2589e4.d.ts} +0 -0
  712. package/intl-phone-input/esm/{component-0863393e.js → component-ee2589e4.js} +1 -1
  713. package/intl-phone-input/esm/component.js +3 -3
  714. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  715. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  716. package/intl-phone-input/esm/components/index.js +1 -1
  717. package/intl-phone-input/esm/components/select/component.js +2 -2
  718. package/intl-phone-input/esm/components/select/index.css +6 -6
  719. package/intl-phone-input/esm/components/select/index.js +1 -1
  720. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  721. package/intl-phone-input/esm/components/select-field/index.css +8 -8
  722. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  723. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  724. package/intl-phone-input/esm/index.css +3 -3
  725. package/intl-phone-input/esm/index.js +1 -1
  726. package/intl-phone-input/esm/{libphonenumber-js.min-ff9746e0.d.ts → libphonenumber-js.min-8cb79faf.d.ts} +0 -0
  727. package/intl-phone-input/esm/libphonenumber-js.min-8cb79faf.js +1567 -0
  728. package/intl-phone-input/index.css +3 -3
  729. package/intl-phone-input/index.js +1 -1
  730. package/intl-phone-input/{libphonenumber-js.min-ff53dba1.d.ts → libphonenumber-js.min-96ae33b1.d.ts} +0 -0
  731. package/intl-phone-input/libphonenumber-js.min-96ae33b1.js +1567 -0
  732. package/intl-phone-input/modern/component.js +2 -2
  733. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  734. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  735. package/intl-phone-input/modern/components/select/component.js +1 -1
  736. package/intl-phone-input/modern/components/select/index.css +6 -6
  737. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  738. package/intl-phone-input/modern/components/select-field/index.css +8 -8
  739. package/intl-phone-input/modern/index.css +3 -3
  740. package/intl-phone-input/modern/{libphonenumber-js.min-ff9746e0.d.ts → libphonenumber-js.min-8cb79faf.d.ts} +0 -0
  741. package/intl-phone-input/modern/libphonenumber-js.min-8cb79faf.js +1567 -0
  742. package/link/Component.js +3 -3
  743. package/link/default.css +9 -9
  744. package/link/esm/Component.js +3 -3
  745. package/link/esm/default.css +9 -9
  746. package/link/esm/index.css +11 -11
  747. package/link/esm/inverted.css +9 -9
  748. package/link/index.css +11 -11
  749. package/link/inverted.css +9 -9
  750. package/link/modern/Component.js +3 -3
  751. package/link/modern/default.css +9 -9
  752. package/link/modern/index.css +11 -11
  753. package/link/modern/inverted.css +9 -9
  754. package/list/Component.js +1 -1
  755. package/list/esm/Component.js +1 -1
  756. package/list/esm/index.css +9 -9
  757. package/list/index.css +9 -9
  758. package/list/modern/Component.js +1 -1
  759. package/list/modern/index.css +9 -9
  760. package/list-header/Component.js +1 -1
  761. package/list-header/esm/Component.js +1 -1
  762. package/list-header/esm/index.css +3 -3
  763. package/list-header/index.css +3 -3
  764. package/list-header/modern/Component.js +1 -1
  765. package/list-header/modern/index.css +3 -3
  766. package/loader/Component.js +1 -1
  767. package/loader/esm/Component.js +1 -1
  768. package/loader/esm/index.css +7 -7
  769. package/loader/index.css +7 -7
  770. package/loader/modern/Component.js +1 -1
  771. package/loader/modern/index.css +7 -7
  772. package/masked-input/Component.js +1 -1
  773. package/masked-input/esm/Component.js +1 -1
  774. package/masked-input/esm/index.css +2 -2
  775. package/masked-input/index.css +2 -2
  776. package/masked-input/modern/Component.js +1 -1
  777. package/masked-input/modern/index.css +2 -2
  778. package/modal/Component.desktop.js +3 -3
  779. package/modal/Component.mobile.js +3 -3
  780. package/modal/Component.responsive.js +2 -2
  781. package/modal/components/closer/Component.js +2 -2
  782. package/modal/components/closer/index.css +4 -4
  783. package/modal/components/content/Component.desktop.js +2 -2
  784. package/modal/components/content/Component.js +1 -1
  785. package/modal/components/content/Component.mobile.js +2 -2
  786. package/modal/components/content/desktop.css +8 -8
  787. package/modal/components/content/index.css +3 -3
  788. package/modal/components/content/mobile.css +3 -3
  789. package/modal/components/footer/Component.desktop.js +2 -2
  790. package/modal/components/footer/Component.js +2 -2
  791. package/modal/components/footer/Component.mobile.js +2 -2
  792. package/modal/components/footer/desktop.css +9 -9
  793. package/modal/components/footer/index.css +4 -4
  794. package/modal/components/footer/layout.css +25 -25
  795. package/modal/components/footer/mobile.css +3 -3
  796. package/modal/components/header/Component.desktop.js +2 -2
  797. package/modal/components/header/Component.js +1 -1
  798. package/modal/components/header/Component.mobile.js +2 -2
  799. package/modal/components/header/desktop.css +17 -17
  800. package/modal/components/header/index.css +15 -15
  801. package/modal/components/header/mobile.css +3 -3
  802. package/modal/cssm/Component.responsive.d.ts +1 -1
  803. package/modal/desktop.css +9 -9
  804. package/modal/desktop.js +2 -2
  805. package/modal/esm/Component.desktop.js +3 -3
  806. package/modal/esm/Component.mobile.js +3 -3
  807. package/modal/esm/Component.responsive.js +2 -2
  808. package/modal/esm/components/closer/Component.js +2 -2
  809. package/modal/esm/components/closer/index.css +4 -4
  810. package/modal/esm/components/content/Component.desktop.js +2 -2
  811. package/modal/esm/components/content/Component.js +1 -1
  812. package/modal/esm/components/content/Component.mobile.js +2 -2
  813. package/modal/esm/components/content/desktop.css +8 -8
  814. package/modal/esm/components/content/index.css +3 -3
  815. package/modal/esm/components/content/mobile.css +3 -3
  816. package/modal/esm/components/footer/Component.desktop.js +2 -2
  817. package/modal/esm/components/footer/Component.js +2 -2
  818. package/modal/esm/components/footer/Component.mobile.js +2 -2
  819. package/modal/esm/components/footer/desktop.css +9 -9
  820. package/modal/esm/components/footer/index.css +4 -4
  821. package/modal/esm/components/footer/layout.css +25 -25
  822. package/modal/esm/components/footer/mobile.css +3 -3
  823. package/modal/esm/components/header/Component.desktop.js +2 -2
  824. package/modal/esm/components/header/Component.js +1 -1
  825. package/modal/esm/components/header/Component.mobile.js +2 -2
  826. package/modal/esm/components/header/desktop.css +17 -17
  827. package/modal/esm/components/header/index.css +15 -15
  828. package/modal/esm/components/header/mobile.css +3 -3
  829. package/modal/esm/desktop.css +9 -9
  830. package/modal/esm/desktop.js +2 -2
  831. package/modal/esm/index.js +2 -2
  832. package/modal/esm/mobile.css +2 -2
  833. package/modal/esm/mobile.js +2 -2
  834. package/modal/esm/responsive.js +2 -2
  835. package/modal/esm/transitions.css +8 -8
  836. package/modal/esm/transitions.module-940d9bd8.js +4 -0
  837. package/modal/esm/{tslib.es6-ea03ac88.d.ts → tslib.es6-2395a5a2.d.ts} +0 -0
  838. package/modal/esm/{tslib.es6-ea03ac88.js → tslib.es6-2395a5a2.js} +0 -0
  839. package/modal/index.js +2 -2
  840. package/modal/mobile.css +2 -2
  841. package/modal/mobile.js +2 -2
  842. package/modal/modern/Component.desktop.js +2 -2
  843. package/modal/modern/Component.mobile.js +2 -2
  844. package/modal/modern/Component.responsive.d.ts +1 -1
  845. package/modal/modern/Component.responsive.js +1 -1
  846. package/modal/modern/components/closer/Component.js +1 -1
  847. package/modal/modern/components/closer/index.css +4 -4
  848. package/modal/modern/components/content/Component.desktop.js +1 -1
  849. package/modal/modern/components/content/Component.js +1 -1
  850. package/modal/modern/components/content/Component.mobile.js +1 -1
  851. package/modal/modern/components/content/desktop.css +8 -8
  852. package/modal/modern/components/content/index.css +3 -3
  853. package/modal/modern/components/content/mobile.css +3 -3
  854. package/modal/modern/components/footer/Component.desktop.js +1 -1
  855. package/modal/modern/components/footer/Component.js +2 -2
  856. package/modal/modern/components/footer/Component.mobile.js +1 -1
  857. package/modal/modern/components/footer/desktop.css +9 -9
  858. package/modal/modern/components/footer/index.css +4 -4
  859. package/modal/modern/components/footer/layout.css +25 -25
  860. package/modal/modern/components/footer/mobile.css +3 -3
  861. package/modal/modern/components/header/Component.desktop.js +1 -1
  862. package/modal/modern/components/header/Component.js +1 -1
  863. package/modal/modern/components/header/Component.mobile.js +1 -1
  864. package/modal/modern/components/header/desktop.css +17 -17
  865. package/modal/modern/components/header/index.css +15 -15
  866. package/modal/modern/components/header/mobile.css +3 -3
  867. package/modal/modern/desktop.css +9 -9
  868. package/modal/modern/desktop.js +1 -1
  869. package/modal/modern/index.js +1 -1
  870. package/modal/modern/mobile.css +2 -2
  871. package/modal/modern/mobile.js +1 -1
  872. package/modal/modern/responsive.js +1 -1
  873. package/modal/modern/transitions.css +8 -8
  874. package/modal/modern/transitions.module-940d9bd8.js +4 -0
  875. package/modal/responsive.js +2 -2
  876. package/modal/transitions.css +8 -8
  877. package/modal/transitions.module-c5386c33.js +4 -0
  878. package/modal/{tslib.es6-12394d17.d.ts → tslib.es6-ba9c8cbb.d.ts} +0 -0
  879. package/{gallery/tslib.es6-74633c07.js → modal/tslib.es6-ba9c8cbb.js} +0 -0
  880. package/notification/Component.js +1 -1
  881. package/notification/esm/Component.js +1 -1
  882. package/notification/esm/index.css +8 -8
  883. package/notification/index.css +8 -8
  884. package/notification/modern/Component.js +1 -1
  885. package/notification/modern/index.css +8 -8
  886. package/notification-manager/{component-07ad7662.d.ts → component-4e97cccf.d.ts} +0 -0
  887. package/notification-manager/{component-07ad7662.js → component-4e97cccf.js} +0 -0
  888. package/notification-manager/component.js +2 -2
  889. package/notification-manager/components/index.js +1 -1
  890. package/notification-manager/components/notification/component.js +1 -1
  891. package/notification-manager/components/notification/index.d.ts +1 -1
  892. package/notification-manager/components/notification/index.js +1 -1
  893. package/notification-manager/esm/{component-f0bf9895.d.ts → component-0108c7bd.d.ts} +0 -0
  894. package/notification-manager/esm/{component-f0bf9895.js → component-0108c7bd.js} +0 -0
  895. package/notification-manager/esm/component.js +2 -2
  896. package/notification-manager/esm/components/index.js +1 -1
  897. package/notification-manager/esm/components/notification/component.js +1 -1
  898. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  899. package/notification-manager/esm/components/notification/index.js +1 -1
  900. package/notification-manager/esm/index.css +11 -11
  901. package/notification-manager/esm/index.js +1 -1
  902. package/notification-manager/index.css +11 -11
  903. package/notification-manager/index.js +1 -1
  904. package/notification-manager/modern/component.js +1 -1
  905. package/notification-manager/modern/index.css +11 -11
  906. package/package.json +4 -2
  907. package/pagination/Component.js +1 -1
  908. package/pagination/components/default-view/index.css +2 -2
  909. package/pagination/components/default-view/index.js +1 -1
  910. package/pagination/components/per-page-view/index.css +2 -2
  911. package/pagination/components/per-page-view/index.js +1 -1
  912. package/pagination/components/tag/index.css +8 -8
  913. package/pagination/components/tag/index.js +1 -1
  914. package/pagination/esm/Component.js +1 -1
  915. package/pagination/esm/components/default-view/index.css +2 -2
  916. package/pagination/esm/components/default-view/index.js +1 -1
  917. package/pagination/esm/components/per-page-view/index.css +2 -2
  918. package/pagination/esm/components/per-page-view/index.js +1 -1
  919. package/pagination/esm/components/tag/index.css +8 -8
  920. package/pagination/esm/components/tag/index.js +1 -1
  921. package/pagination/esm/index.css +4 -4
  922. package/pagination/index.css +4 -4
  923. package/pagination/modern/Component.js +1 -1
  924. package/pagination/modern/components/default-view/index.css +2 -2
  925. package/pagination/modern/components/default-view/index.js +1 -1
  926. package/pagination/modern/components/per-page-view/index.css +2 -2
  927. package/pagination/modern/components/per-page-view/index.js +1 -1
  928. package/pagination/modern/components/tag/index.css +8 -8
  929. package/pagination/modern/components/tag/index.js +1 -1
  930. package/pagination/modern/index.css +4 -4
  931. package/password-input/component.js +1 -1
  932. package/password-input/esm/component.js +1 -1
  933. package/password-input/esm/index.css +5 -5
  934. package/password-input/index.css +5 -5
  935. package/password-input/modern/component.js +1 -1
  936. package/password-input/modern/index.css +5 -5
  937. package/picker-button/Component.d.ts +1 -1
  938. package/picker-button/Component.js +2 -2
  939. package/picker-button/esm/Component.js +2 -2
  940. package/picker-button/esm/field/Component.js +2 -2
  941. package/picker-button/esm/field/index.css +3 -3
  942. package/picker-button/esm/field/index.js +1 -1
  943. package/picker-button/esm/index.css +6 -6
  944. package/picker-button/esm/index.js +1 -1
  945. package/picker-button/esm/option/Component.js +2 -2
  946. package/picker-button/esm/option/index.css +4 -4
  947. package/picker-button/esm/option/index.js +1 -1
  948. package/picker-button/esm/{tslib.es6-16d529a6.d.ts → tslib.es6-9815947a.d.ts} +0 -0
  949. package/picker-button/esm/{tslib.es6-16d529a6.js → tslib.es6-9815947a.js} +0 -0
  950. package/picker-button/field/Component.js +2 -2
  951. package/picker-button/field/index.css +3 -3
  952. package/picker-button/field/index.js +1 -1
  953. package/picker-button/index.css +6 -6
  954. package/picker-button/index.js +1 -1
  955. package/picker-button/modern/Component.js +1 -1
  956. package/picker-button/modern/field/Component.js +1 -1
  957. package/picker-button/modern/field/index.css +3 -3
  958. package/picker-button/modern/index.css +6 -6
  959. package/picker-button/modern/option/Component.js +1 -1
  960. package/picker-button/modern/option/index.css +4 -4
  961. package/picker-button/option/Component.js +2 -2
  962. package/picker-button/option/index.css +4 -4
  963. package/picker-button/option/index.js +1 -1
  964. package/picker-button/{tslib.es6-4456597b.d.ts → tslib.es6-b1117afb.d.ts} +0 -0
  965. package/{input-autocomplete/tslib.es6-8b47433a.js → picker-button/tslib.es6-b1117afb.js} +0 -0
  966. package/plate/Component.js +1 -1
  967. package/plate/esm/Component.js +1 -1
  968. package/plate/esm/index.css +28 -28
  969. package/plate/index.css +28 -28
  970. package/plate/modern/Component.js +1 -1
  971. package/plate/modern/index.css +28 -28
  972. package/popover/Component.js +1 -1
  973. package/popover/esm/Component.js +1 -1
  974. package/popover/esm/index.css +33 -33
  975. package/popover/index.css +33 -33
  976. package/popover/modern/Component.js +1 -1
  977. package/popover/modern/index.css +33 -33
  978. package/progress-bar/Component.js +1 -1
  979. package/progress-bar/esm/Component.js +1 -1
  980. package/progress-bar/esm/index.css +12 -12
  981. package/progress-bar/index.css +12 -12
  982. package/progress-bar/modern/Component.js +1 -1
  983. package/progress-bar/modern/index.css +12 -12
  984. package/pure-input/Component.js +1 -1
  985. package/pure-input/esm/Component.js +1 -1
  986. package/pure-input/esm/index.css +25 -25
  987. package/pure-input/index.css +25 -25
  988. package/pure-input/modern/Component.js +1 -1
  989. package/pure-input/modern/index.css +25 -25
  990. package/radio/Component.js +1 -1
  991. package/radio/esm/Component.js +1 -1
  992. package/radio/esm/index.css +31 -31
  993. package/radio/index.css +31 -31
  994. package/radio/modern/Component.js +1 -1
  995. package/radio/modern/index.css +31 -31
  996. package/radio-group/Component.js +1 -1
  997. package/radio-group/esm/Component.js +1 -1
  998. package/radio-group/esm/index.css +16 -16
  999. package/radio-group/index.css +16 -16
  1000. package/radio-group/modern/Component.js +1 -1
  1001. package/radio-group/modern/index.css +16 -16
  1002. package/scrollbar/Component.js +3 -3
  1003. package/scrollbar/default.css +2 -2
  1004. package/scrollbar/esm/Component.js +3 -3
  1005. package/scrollbar/esm/default.css +2 -2
  1006. package/scrollbar/esm/index.css +25 -25
  1007. package/scrollbar/esm/inverted.css +2 -2
  1008. package/scrollbar/index.css +25 -25
  1009. package/scrollbar/inverted.css +2 -2
  1010. package/scrollbar/modern/Component.js +3 -3
  1011. package/scrollbar/modern/default.css +2 -2
  1012. package/scrollbar/modern/index.css +25 -25
  1013. package/scrollbar/modern/inverted.css +2 -2
  1014. package/select/{Component-86b878b6.d.ts → Component-6e56a614.d.ts} +0 -0
  1015. package/select/{Component-86b878b6.js → Component-6e56a614.js} +2 -2
  1016. package/select/{Component-b171d3cf.d.ts → Component-acd91320.d.ts} +0 -0
  1017. package/select/{Component-b171d3cf.js → Component-acd91320.js} +5 -5
  1018. package/select/Component.js +2 -2
  1019. package/select/components/arrow/Component.js +1 -1
  1020. package/select/components/arrow/index.css +3 -3
  1021. package/select/components/base-select/Component.js +2 -2
  1022. package/select/components/base-select/index.css +7 -7
  1023. package/select/components/base-select/index.d.ts +1 -1
  1024. package/select/components/base-select/index.js +2 -2
  1025. package/select/components/checkmark/Component.js +1 -1
  1026. package/select/components/checkmark/index.css +7 -7
  1027. package/select/components/field/Component.js +2 -2
  1028. package/select/components/field/index.css +9 -9
  1029. package/select/components/field/index.js +1 -1
  1030. package/select/components/index.js +4 -4
  1031. package/select/components/native-select/Component.js +1 -1
  1032. package/select/components/native-select/index.js +1 -1
  1033. package/select/components/optgroup/Component.js +1 -1
  1034. package/select/components/optgroup/index.css +6 -6
  1035. package/select/components/option/Component.js +2 -2
  1036. package/select/components/option/index.css +20 -20
  1037. package/select/components/option/index.js +1 -1
  1038. package/select/components/options-list/Component.js +2 -2
  1039. package/select/components/options-list/index.css +6 -6
  1040. package/select/components/options-list/index.js +1 -1
  1041. package/select/components/select-mobile/Component.js +4 -4
  1042. package/select/components/select-mobile/checkmark/Component.js +1 -1
  1043. package/select/components/select-mobile/checkmark/index.css +4 -4
  1044. package/select/components/select-mobile/index.css +11 -11
  1045. package/select/components/select-mobile/index.d.ts +1 -1
  1046. package/select/components/select-mobile/index.js +4 -4
  1047. package/select/components/select-mobile/options-list/Component.js +2 -2
  1048. package/select/components/select-mobile/options-list/index.css +9 -9
  1049. package/select/components/select-mobile/options-list/index.js +1 -1
  1050. package/select/components/virtual-options-list/Component.js +2 -2
  1051. package/select/components/virtual-options-list/index.css +12 -12
  1052. package/select/components/virtual-options-list/index.js +1 -1
  1053. package/select/esm/{Component-ea0c386c.d.ts → Component-2273e296.d.ts} +0 -0
  1054. package/select/esm/{Component-ea0c386c.js → Component-2273e296.js} +11 -11
  1055. package/select/esm/{Component-795fedba.d.ts → Component-2438628c.d.ts} +0 -0
  1056. package/select/esm/{Component-795fedba.js → Component-2438628c.js} +3 -3
  1057. package/select/esm/Component.js +8 -8
  1058. package/select/esm/components/arrow/Component.js +1 -1
  1059. package/select/esm/components/arrow/index.css +3 -3
  1060. package/select/esm/components/base-select/Component.js +3 -3
  1061. package/select/esm/components/base-select/index.css +7 -7
  1062. package/select/esm/components/base-select/index.d.ts +1 -1
  1063. package/select/esm/components/base-select/index.js +3 -3
  1064. package/select/esm/components/checkmark/Component.js +1 -1
  1065. package/select/esm/components/checkmark/index.css +7 -7
  1066. package/select/esm/components/field/Component.js +3 -3
  1067. package/select/esm/components/field/index.css +9 -9
  1068. package/select/esm/components/field/index.js +2 -2
  1069. package/select/esm/components/index.js +10 -10
  1070. package/select/esm/components/native-select/Component.js +1 -1
  1071. package/select/esm/components/native-select/index.js +1 -1
  1072. package/select/esm/components/optgroup/Component.js +1 -1
  1073. package/select/esm/components/optgroup/index.css +6 -6
  1074. package/select/esm/components/option/Component.js +2 -2
  1075. package/select/esm/components/option/index.css +20 -20
  1076. package/select/esm/components/option/index.js +1 -1
  1077. package/select/esm/components/options-list/Component.js +3 -3
  1078. package/select/esm/components/options-list/index.css +6 -6
  1079. package/select/esm/components/options-list/index.js +2 -2
  1080. package/select/esm/components/select-mobile/Component.js +10 -10
  1081. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  1082. package/select/esm/components/select-mobile/checkmark/index.css +4 -4
  1083. package/select/esm/components/select-mobile/index.css +11 -11
  1084. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1085. package/select/esm/components/select-mobile/index.js +10 -10
  1086. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  1087. package/select/esm/components/select-mobile/options-list/index.css +9 -9
  1088. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  1089. package/select/esm/components/virtual-options-list/Component.js +3 -3
  1090. package/select/esm/components/virtual-options-list/index.css +12 -12
  1091. package/select/esm/components/virtual-options-list/index.js +2 -2
  1092. package/select/esm/index.js +10 -10
  1093. package/select/esm/{intersection-observer-f0caae68.d.ts → intersection-observer-8f951212.d.ts} +0 -0
  1094. package/select/esm/{intersection-observer-f0caae68.js → intersection-observer-8f951212.js} +0 -0
  1095. package/select/esm/presets/index.js +10 -10
  1096. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1097. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1098. package/select/esm/presets/useSelectWithApply/hook.js +10 -10
  1099. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +10 -10
  1100. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1101. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1102. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +10 -10
  1103. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1104. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1105. package/select/esm/{tslib.es6-309ca98e.d.ts → tslib.es6-445f470a.d.ts} +0 -0
  1106. package/select/esm/{tslib.es6-309ca98e.js → tslib.es6-445f470a.js} +0 -0
  1107. package/select/index.js +4 -4
  1108. package/select/{intersection-observer-40c7007b.d.ts → intersection-observer-048de1ea.d.ts} +0 -0
  1109. package/select/{intersection-observer-40c7007b.js → intersection-observer-048de1ea.js} +0 -0
  1110. package/select/modern/{Component-29ea6526.d.ts → Component-091c8221.d.ts} +0 -0
  1111. package/select/modern/{Component-29ea6526.js → Component-091c8221.js} +7 -7
  1112. package/select/modern/{Component-e9691ff9.d.ts → Component-bbde922f.d.ts} +0 -0
  1113. package/select/modern/{Component-e9691ff9.js → Component-bbde922f.js} +2 -2
  1114. package/select/modern/Component.js +4 -4
  1115. package/select/modern/components/arrow/Component.js +1 -1
  1116. package/select/modern/components/arrow/index.css +3 -3
  1117. package/select/modern/components/base-select/Component.js +2 -2
  1118. package/select/modern/components/base-select/index.css +7 -7
  1119. package/select/modern/components/base-select/index.d.ts +1 -1
  1120. package/select/modern/components/base-select/index.js +2 -2
  1121. package/select/modern/components/checkmark/Component.js +1 -1
  1122. package/select/modern/components/checkmark/index.css +7 -7
  1123. package/select/modern/components/field/Component.js +1 -1
  1124. package/select/modern/components/field/index.css +9 -9
  1125. package/select/modern/components/index.js +6 -6
  1126. package/select/modern/components/optgroup/Component.js +1 -1
  1127. package/select/modern/components/optgroup/index.css +6 -6
  1128. package/select/modern/components/option/Component.js +1 -1
  1129. package/select/modern/components/option/index.css +20 -20
  1130. package/select/modern/components/options-list/Component.js +2 -2
  1131. package/select/modern/components/options-list/index.css +6 -6
  1132. package/select/modern/components/options-list/index.js +1 -1
  1133. package/select/modern/components/select-mobile/Component.js +6 -6
  1134. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1135. package/select/modern/components/select-mobile/checkmark/index.css +4 -4
  1136. package/select/modern/components/select-mobile/index.css +11 -11
  1137. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1138. package/select/modern/components/select-mobile/index.js +6 -6
  1139. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1140. package/select/modern/components/select-mobile/options-list/index.css +9 -9
  1141. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1142. package/select/modern/components/virtual-options-list/index.css +12 -12
  1143. package/select/modern/index.js +6 -6
  1144. package/select/modern/{intersection-observer-f0caae68.d.ts → intersection-observer-8f951212.d.ts} +0 -0
  1145. package/select/modern/{intersection-observer-f0caae68.js → intersection-observer-8f951212.js} +0 -0
  1146. package/select/modern/presets/index.js +6 -6
  1147. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1148. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1149. package/select/modern/presets/useSelectWithApply/hook.js +6 -6
  1150. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  1151. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1152. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1153. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  1154. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1155. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1156. package/select/presets/index.js +4 -4
  1157. package/select/presets/useLazyLoading/hook.js +3 -3
  1158. package/select/presets/useLazyLoading/index.css +2 -2
  1159. package/select/presets/useSelectWithApply/hook.js +4 -4
  1160. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1161. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1162. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1163. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1164. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1165. package/select/presets/useSelectWithLoading/index.css +2 -2
  1166. package/select/{tslib.es6-ef41ea5a.d.ts → tslib.es6-0b07d813.d.ts} +0 -0
  1167. package/select/tslib.es6-0b07d813.js +49 -0
  1168. package/select-with-tags/component.js +1 -1
  1169. package/select-with-tags/components/index.js +1 -1
  1170. package/select-with-tags/components/tag/component.js +2 -2
  1171. package/select-with-tags/components/tag/index.css +10 -10
  1172. package/select-with-tags/components/tag/index.js +1 -1
  1173. package/select-with-tags/components/tag-list/component.js +2 -2
  1174. package/select-with-tags/components/tag-list/index.css +30 -30
  1175. package/select-with-tags/components/tag-list/index.js +1 -1
  1176. package/select-with-tags/esm/component.js +1 -1
  1177. package/select-with-tags/esm/components/index.js +1 -1
  1178. package/select-with-tags/esm/components/tag/component.js +2 -2
  1179. package/select-with-tags/esm/components/tag/index.css +10 -10
  1180. package/select-with-tags/esm/components/tag/index.js +1 -1
  1181. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1182. package/select-with-tags/esm/components/tag-list/index.css +30 -30
  1183. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1184. package/select-with-tags/esm/index.js +1 -1
  1185. package/select-with-tags/esm/{tslib.es6-27207d38.d.ts → tslib.es6-abdf6918.d.ts} +0 -0
  1186. package/select-with-tags/esm/{tslib.es6-27207d38.js → tslib.es6-abdf6918.js} +0 -0
  1187. package/select-with-tags/esm/utils/index.js +1 -1
  1188. package/select-with-tags/esm/utils/match.js +1 -1
  1189. package/select-with-tags/index.js +1 -1
  1190. package/select-with-tags/modern/components/tag/component.js +1 -1
  1191. package/select-with-tags/modern/components/tag/index.css +10 -10
  1192. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1193. package/select-with-tags/modern/components/tag-list/index.css +30 -30
  1194. package/select-with-tags/{tslib.es6-021a2f92.d.ts → tslib.es6-9aab6b80.d.ts} +0 -0
  1195. package/{modal/tslib.es6-12394d17.js → select-with-tags/tslib.es6-9aab6b80.js} +0 -0
  1196. package/select-with-tags/utils/index.js +1 -1
  1197. package/select-with-tags/utils/match.js +1 -1
  1198. package/skeleton/Component.js +1 -1
  1199. package/skeleton/esm/Component.js +1 -1
  1200. package/skeleton/esm/index.css +10 -10
  1201. package/skeleton/index.css +10 -10
  1202. package/skeleton/modern/Component.js +1 -1
  1203. package/skeleton/modern/index.css +10 -10
  1204. package/slider/Component.js +1 -1
  1205. package/slider/esm/Component.js +1 -1
  1206. package/slider/esm/index.css +36 -36
  1207. package/slider/index.css +36 -36
  1208. package/slider/modern/Component.js +1 -1
  1209. package/slider/modern/index.css +36 -36
  1210. package/slider-input/Component.js +1 -1
  1211. package/slider-input/esm/Component.js +1 -1
  1212. package/slider-input/esm/index.css +17 -17
  1213. package/slider-input/index.css +17 -17
  1214. package/slider-input/modern/Component.js +1 -1
  1215. package/slider-input/modern/index.css +17 -17
  1216. package/space/Component.js +2 -2
  1217. package/space/{Item-e5d6b3fe.d.ts → Item-00a97a15.d.ts} +0 -0
  1218. package/space/{Item-e5d6b3fe.js → Item-00a97a15.js} +0 -0
  1219. package/space/Item.js +1 -1
  1220. package/space/esm/Component.js +2 -2
  1221. package/space/esm/{Item-acf35eb2.d.ts → Item-22045a11.d.ts} +0 -0
  1222. package/space/esm/{Item-acf35eb2.js → Item-22045a11.js} +0 -0
  1223. package/space/esm/Item.js +1 -1
  1224. package/space/esm/index.css +8 -8
  1225. package/space/esm/index.js +1 -1
  1226. package/space/index.css +8 -8
  1227. package/space/index.js +1 -1
  1228. package/space/modern/Component.js +1 -1
  1229. package/space/modern/index.css +8 -8
  1230. package/spinner/Component.js +1 -1
  1231. package/spinner/esm/Component.js +1 -1
  1232. package/spinner/esm/index.css +6 -6
  1233. package/spinner/index.css +6 -6
  1234. package/spinner/modern/Component.js +1 -1
  1235. package/spinner/modern/index.css +6 -6
  1236. package/status/Component.js +1 -1
  1237. package/status/esm/Component.js +1 -1
  1238. package/status/esm/index.css +17 -17
  1239. package/status/index.css +17 -17
  1240. package/status/modern/Component.js +1 -1
  1241. package/status/modern/index.css +17 -17
  1242. package/stepped-progress-bar/Component.js +1 -1
  1243. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1244. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1245. package/stepped-progress-bar/esm/Component.js +1 -1
  1246. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1247. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1248. package/stepped-progress-bar/esm/index.css +3 -3
  1249. package/stepped-progress-bar/index.css +3 -3
  1250. package/stepped-progress-bar/modern/Component.js +1 -1
  1251. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1252. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1253. package/stepped-progress-bar/modern/index.css +3 -3
  1254. package/switch/Component.js +1 -1
  1255. package/switch/esm/Component.js +1 -1
  1256. package/switch/esm/index.css +25 -25
  1257. package/switch/index.css +25 -25
  1258. package/switch/modern/Component.js +1 -1
  1259. package/switch/modern/index.css +25 -25
  1260. package/table/component.js +1 -1
  1261. package/table/components/index.js +1 -1
  1262. package/table/components/pagination/Component.js +2 -2
  1263. package/table/components/pagination/index.css +8 -8
  1264. package/table/components/pagination/index.js +1 -1
  1265. package/table/components/pagination/select-field/index.css +4 -4
  1266. package/table/components/pagination/select-field/index.js +2 -2
  1267. package/table/components/table/Component.js +2 -2
  1268. package/table/components/table/index.css +6 -6
  1269. package/table/components/table/index.js +1 -1
  1270. package/table/components/table/utils.js +1 -1
  1271. package/table/components/tbody/Component.js +2 -2
  1272. package/table/components/tbody/index.css +2 -2
  1273. package/table/components/tbody/index.js +1 -1
  1274. package/table/components/tcell/Component.js +2 -2
  1275. package/table/components/tcell/index.css +4 -4
  1276. package/table/components/tcell/index.js +1 -1
  1277. package/table/components/texpandable-row/Component.js +2 -2
  1278. package/table/components/texpandable-row/index.css +5 -5
  1279. package/table/components/texpandable-row/index.js +1 -1
  1280. package/table/components/thead/Component.js +2 -2
  1281. package/table/components/thead/index.css +6 -6
  1282. package/table/components/thead/index.js +1 -1
  1283. package/table/components/thead-cell/Component.js +2 -2
  1284. package/table/components/thead-cell/index.css +5 -5
  1285. package/table/components/thead-cell/index.js +1 -1
  1286. package/table/components/trow/Component.js +2 -2
  1287. package/table/components/trow/index.css +8 -8
  1288. package/table/components/trow/index.js +1 -1
  1289. package/table/components/tsortable-head-cell/Component.js +2 -2
  1290. package/table/components/tsortable-head-cell/index.css +9 -9
  1291. package/table/components/tsortable-head-cell/index.js +1 -1
  1292. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1293. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1294. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1295. package/table/esm/component.js +1 -1
  1296. package/table/esm/components/index.js +1 -1
  1297. package/table/esm/components/pagination/Component.js +2 -2
  1298. package/table/esm/components/pagination/index.css +8 -8
  1299. package/table/esm/components/pagination/index.js +1 -1
  1300. package/table/esm/components/pagination/select-field/index.css +4 -4
  1301. package/table/esm/components/pagination/select-field/index.js +2 -2
  1302. package/table/esm/components/table/Component.js +2 -2
  1303. package/table/esm/components/table/index.css +6 -6
  1304. package/table/esm/components/table/index.js +1 -1
  1305. package/table/esm/components/table/utils.js +1 -1
  1306. package/table/esm/components/tbody/Component.js +2 -2
  1307. package/table/esm/components/tbody/index.css +2 -2
  1308. package/table/esm/components/tbody/index.js +1 -1
  1309. package/table/esm/components/tcell/Component.js +2 -2
  1310. package/table/esm/components/tcell/index.css +4 -4
  1311. package/table/esm/components/tcell/index.js +1 -1
  1312. package/table/esm/components/texpandable-row/Component.js +2 -2
  1313. package/table/esm/components/texpandable-row/index.css +5 -5
  1314. package/table/esm/components/texpandable-row/index.js +1 -1
  1315. package/table/esm/components/thead/Component.js +2 -2
  1316. package/table/esm/components/thead/index.css +6 -6
  1317. package/table/esm/components/thead/index.js +1 -1
  1318. package/table/esm/components/thead-cell/Component.js +2 -2
  1319. package/table/esm/components/thead-cell/index.css +5 -5
  1320. package/table/esm/components/thead-cell/index.js +1 -1
  1321. package/table/esm/components/trow/Component.js +2 -2
  1322. package/table/esm/components/trow/index.css +8 -8
  1323. package/table/esm/components/trow/index.js +1 -1
  1324. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1325. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1326. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1327. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1328. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1329. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1330. package/table/esm/index.js +1 -1
  1331. package/table/esm/{tslib.es6-7bea4b18.d.ts → tslib.es6-9f8c15cd.d.ts} +0 -0
  1332. package/table/esm/{tslib.es6-7bea4b18.js → tslib.es6-9f8c15cd.js} +0 -0
  1333. package/table/index.js +1 -1
  1334. package/table/modern/components/pagination/Component.js +1 -1
  1335. package/table/modern/components/pagination/index.css +8 -8
  1336. package/table/modern/components/pagination/select-field/index.css +4 -4
  1337. package/table/modern/components/pagination/select-field/index.js +1 -1
  1338. package/table/modern/components/table/Component.js +1 -1
  1339. package/table/modern/components/table/index.css +6 -6
  1340. package/table/modern/components/tbody/Component.js +1 -1
  1341. package/table/modern/components/tbody/index.css +2 -2
  1342. package/table/modern/components/tcell/Component.js +1 -1
  1343. package/table/modern/components/tcell/index.css +4 -4
  1344. package/table/modern/components/texpandable-row/Component.js +1 -1
  1345. package/table/modern/components/texpandable-row/index.css +5 -5
  1346. package/table/modern/components/thead/Component.js +1 -1
  1347. package/table/modern/components/thead/index.css +6 -6
  1348. package/table/modern/components/thead-cell/Component.js +1 -1
  1349. package/table/modern/components/thead-cell/index.css +5 -5
  1350. package/table/modern/components/trow/Component.js +1 -1
  1351. package/table/modern/components/trow/index.css +8 -8
  1352. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1353. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1354. package/table/{tslib.es6-7035c110.d.ts → tslib.es6-fc316796.d.ts} +0 -0
  1355. package/{picker-button/tslib.es6-4456597b.js → table/tslib.es6-fc316796.js} +0 -0
  1356. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1357. package/tabs/components/primary-tablist/Component.js +1 -1
  1358. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1359. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1360. package/tabs/components/primary-tablist/index.css +18 -18
  1361. package/tabs/components/primary-tablist/mobile.css +43 -21
  1362. package/tabs/components/scrollable-container/Component.js +1 -1
  1363. package/tabs/components/scrollable-container/index.css +3 -3
  1364. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1365. package/tabs/components/secondary-tablist/Component.js +1 -1
  1366. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1367. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1368. package/tabs/components/secondary-tablist/index.css +9 -9
  1369. package/tabs/components/secondary-tablist/mobile.css +33 -11
  1370. package/tabs/components/tab/Component.js +1 -1
  1371. package/tabs/components/tab/index.css +2 -2
  1372. package/tabs/components/tabs/Component.desktop.js +3 -3
  1373. package/tabs/components/tabs/Component.mobile.js +3 -3
  1374. package/tabs/components/tabs/Component.responsive.js +3 -3
  1375. package/tabs/desktop.js +3 -3
  1376. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1377. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1378. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1379. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1380. package/tabs/esm/components/primary-tablist/index.css +18 -18
  1381. package/tabs/esm/components/primary-tablist/mobile.css +43 -21
  1382. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1383. package/tabs/esm/components/scrollable-container/index.css +3 -3
  1384. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1385. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1386. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1387. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1388. package/tabs/esm/components/secondary-tablist/index.css +9 -9
  1389. package/tabs/esm/components/secondary-tablist/mobile.css +33 -11
  1390. package/tabs/esm/components/tab/Component.js +1 -1
  1391. package/tabs/esm/components/tab/index.css +2 -2
  1392. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1393. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1394. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1395. package/tabs/esm/desktop.js +3 -3
  1396. package/tabs/esm/index.js +3 -3
  1397. package/tabs/esm/index.module-4608a1ed.js +4 -0
  1398. package/tabs/esm/index.module-dd53bcfe.js +4 -0
  1399. package/tabs/esm/mobile.js +3 -3
  1400. package/tabs/esm/responsive.js +3 -3
  1401. package/tabs/esm/{tslib.es6-45b13131.d.ts → tslib.es6-2ddfb632.d.ts} +0 -0
  1402. package/tabs/esm/{tslib.es6-45b13131.js → tslib.es6-2ddfb632.js} +0 -0
  1403. package/tabs/index.js +3 -3
  1404. package/tabs/index.module-56cee69a.js +4 -0
  1405. package/tabs/index.module-b7188e66.js +4 -0
  1406. package/tabs/mobile.js +3 -3
  1407. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1408. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1409. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1410. package/tabs/modern/components/primary-tablist/index.css +18 -18
  1411. package/tabs/modern/components/primary-tablist/mobile.css +43 -21
  1412. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1413. package/tabs/modern/components/scrollable-container/index.css +3 -3
  1414. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1415. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1416. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1417. package/tabs/modern/components/secondary-tablist/index.css +9 -9
  1418. package/tabs/modern/components/secondary-tablist/mobile.css +33 -11
  1419. package/tabs/modern/components/tab/Component.js +1 -1
  1420. package/tabs/modern/components/tab/index.css +2 -2
  1421. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1422. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1423. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1424. package/tabs/modern/desktop.js +2 -2
  1425. package/tabs/modern/index.js +2 -2
  1426. package/tabs/modern/index.module-4608a1ed.js +4 -0
  1427. package/tabs/modern/index.module-dd53bcfe.js +4 -0
  1428. package/tabs/modern/mobile.js +2 -2
  1429. package/tabs/modern/responsive.js +2 -2
  1430. package/tabs/responsive.js +3 -3
  1431. package/tabs/{tslib.es6-ee3a9ab9.d.ts → tslib.es6-fa24a3b3.d.ts} +0 -0
  1432. package/{select-with-tags/tslib.es6-021a2f92.js → tabs/tslib.es6-fa24a3b3.js} +0 -0
  1433. package/tag/Component.js +3 -3
  1434. package/tag/default.css +8 -8
  1435. package/tag/esm/Component.js +3 -3
  1436. package/tag/esm/default.css +8 -8
  1437. package/tag/esm/index.css +37 -37
  1438. package/tag/esm/inverted.css +8 -8
  1439. package/tag/index.css +37 -37
  1440. package/tag/inverted.css +8 -8
  1441. package/tag/modern/Component.js +3 -3
  1442. package/tag/modern/default.css +8 -8
  1443. package/tag/modern/index.css +37 -37
  1444. package/tag/modern/inverted.css +8 -8
  1445. package/textarea/Component.js +3 -3
  1446. package/textarea/default.css +18 -18
  1447. package/textarea/esm/Component.js +3 -3
  1448. package/textarea/esm/default.css +18 -18
  1449. package/textarea/esm/index.css +21 -21
  1450. package/textarea/esm/inverted.css +18 -18
  1451. package/textarea/index.css +21 -21
  1452. package/textarea/inverted.css +18 -18
  1453. package/textarea/modern/Component.js +3 -3
  1454. package/textarea/modern/default.css +18 -18
  1455. package/textarea/modern/index.css +21 -21
  1456. package/textarea/modern/inverted.css +18 -18
  1457. package/themes/button/click.css +12 -10
  1458. package/themes/click.css +34 -10
  1459. package/themes/compiled/mobile-dark-bluetint.css +870 -810
  1460. package/themes/corp.css +22 -0
  1461. package/themes/dark.css +11 -0
  1462. package/themes/intranet.css +22 -0
  1463. package/themes/mixins/button/click.css +12 -10
  1464. package/themes/mixins/dark.css +11 -0
  1465. package/themes/mobile.css +22 -0
  1466. package/themes/package.json +1 -1
  1467. package/themes/site.css +22 -0
  1468. package/toast/component.js +1 -1
  1469. package/toast/esm/component.js +1 -1
  1470. package/toast/esm/index.css +10 -10
  1471. package/toast/index.css +10 -10
  1472. package/toast/modern/component.js +1 -1
  1473. package/toast/modern/index.css +10 -10
  1474. package/toast-plate/component.js +1 -1
  1475. package/toast-plate/cssm/index.module.css +22 -0
  1476. package/toast-plate/esm/component.js +1 -1
  1477. package/toast-plate/esm/index.css +38 -16
  1478. package/toast-plate/index.css +38 -16
  1479. package/toast-plate/modern/component.js +1 -1
  1480. package/toast-plate/modern/index.css +38 -16
  1481. package/tooltip/{Component-d6de92dd.d.ts → Component-5c6d89c0.d.ts} +0 -0
  1482. package/tooltip/{Component-d6de92dd.js → Component-5c6d89c0.js} +3 -3
  1483. package/tooltip/Component.js +1 -1
  1484. package/tooltip/component.responsive.js +2 -2
  1485. package/tooltip/default.css +3 -3
  1486. package/tooltip/esm/{Component-3d6ed6c4.d.ts → Component-ea3bec79.d.ts} +0 -0
  1487. package/tooltip/esm/{Component-3d6ed6c4.js → Component-ea3bec79.js} +3 -3
  1488. package/tooltip/esm/Component.js +1 -1
  1489. package/tooltip/esm/component.responsive.js +2 -2
  1490. package/tooltip/esm/default.css +3 -3
  1491. package/tooltip/esm/index.css +6 -6
  1492. package/tooltip/esm/index.d.ts +1 -1
  1493. package/tooltip/esm/index.js +1 -1
  1494. package/tooltip/esm/inverted.css +5 -5
  1495. package/tooltip/esm/responsive.css +3 -3
  1496. package/tooltip/esm/responsive.js +1 -1
  1497. package/tooltip/index.css +6 -6
  1498. package/tooltip/index.d.ts +1 -1
  1499. package/tooltip/index.js +1 -1
  1500. package/tooltip/inverted.css +5 -5
  1501. package/tooltip/modern/Component.js +3 -3
  1502. package/tooltip/modern/component.responsive.js +1 -1
  1503. package/tooltip/modern/default.css +3 -3
  1504. package/tooltip/modern/index.css +6 -6
  1505. package/tooltip/modern/inverted.css +5 -5
  1506. package/tooltip/modern/responsive.css +3 -3
  1507. package/tooltip/responsive.css +3 -3
  1508. package/tooltip/responsive.js +1 -1
  1509. package/typography/colors.css +12 -12
  1510. package/typography/{colors.module-22bc2ae2.d.ts → colors.module-08249671.d.ts} +0 -0
  1511. package/typography/{colors.module-22bc2ae2.js → colors.module-08249671.js} +1 -1
  1512. package/typography/common.module-9235af1e.js +4 -0
  1513. package/typography/component.js +2 -2
  1514. package/typography/esm/colors.css +12 -12
  1515. package/typography/esm/{colors.module-bde4e6a5.d.ts → colors.module-ca8e4683.d.ts} +0 -0
  1516. package/typography/esm/{colors.module-bde4e6a5.js → colors.module-ca8e4683.js} +1 -1
  1517. package/typography/esm/common.module-e8413afb.js +4 -0
  1518. package/typography/esm/component.js +2 -2
  1519. package/typography/esm/index.js +2 -2
  1520. package/typography/esm/text/component.d.ts +2 -2
  1521. package/typography/esm/text/component.js +2 -2
  1522. package/typography/esm/text/index.css +13 -13
  1523. package/typography/esm/text/index.js +1 -1
  1524. package/typography/esm/title/common.css +4 -4
  1525. package/typography/esm/title/component.d.ts +2 -2
  1526. package/typography/esm/title/component.js +1 -1
  1527. package/typography/esm/title/index.css +18 -18
  1528. package/typography/esm/title/index.js +3 -3
  1529. package/typography/esm/title-mobile/component.js +3 -3
  1530. package/typography/esm/title-mobile/index.css +13 -13
  1531. package/typography/esm/title-mobile/index.js +2 -2
  1532. package/typography/esm/title-responsive/component.js +3 -3
  1533. package/typography/esm/title-responsive/index.css +40 -40
  1534. package/typography/esm/title-responsive/index.js +2 -2
  1535. package/typography/index.js +2 -2
  1536. package/typography/modern/colors.css +12 -12
  1537. package/typography/modern/colors.module-67daf2b1.js +4 -0
  1538. package/typography/modern/common.module-e8413afb.js +4 -0
  1539. package/typography/modern/component.js +2 -2
  1540. package/typography/modern/index.js +2 -2
  1541. package/typography/modern/text/component.js +2 -2
  1542. package/typography/modern/text/index.css +13 -13
  1543. package/typography/modern/text/index.js +1 -1
  1544. package/typography/modern/title/common.css +4 -4
  1545. package/typography/modern/title/component.js +1 -1
  1546. package/typography/modern/title/index.css +18 -18
  1547. package/typography/modern/title/index.js +3 -3
  1548. package/typography/modern/title-mobile/component.js +3 -3
  1549. package/typography/modern/title-mobile/index.css +13 -13
  1550. package/typography/modern/title-mobile/index.js +2 -2
  1551. package/typography/modern/title-responsive/component.js +3 -3
  1552. package/typography/modern/title-responsive/index.css +40 -40
  1553. package/typography/modern/title-responsive/index.js +2 -2
  1554. package/typography/text/component.js +2 -2
  1555. package/typography/text/index.css +13 -13
  1556. package/typography/text/index.js +1 -1
  1557. package/typography/title/common.css +4 -4
  1558. package/typography/title/component.js +1 -1
  1559. package/typography/title/index.css +18 -18
  1560. package/typography/title/index.js +3 -3
  1561. package/typography/title-mobile/component.js +3 -3
  1562. package/typography/title-mobile/index.css +13 -13
  1563. package/typography/title-mobile/index.js +2 -2
  1564. package/typography/title-responsive/component.js +3 -3
  1565. package/typography/title-responsive/index.css +40 -40
  1566. package/typography/title-responsive/index.js +2 -2
  1567. package/vars/colors-bluetint.css +22 -0
  1568. package/vars/colors-indigo.css +22 -0
  1569. package/vars/cssm/colors-bluetint.css +22 -0
  1570. package/vars/cssm/colors-indigo.css +22 -0
  1571. package/vars/cssm/index.css +22 -0
  1572. package/vars/index.d.ts +22 -0
  1573. package/vars/index.js +22 -0
  1574. package/vars/package.json +1 -1
  1575. package/with-suffix/Component.js +1 -1
  1576. package/with-suffix/esm/Component.js +1 -1
  1577. package/with-suffix/esm/index.css +9 -9
  1578. package/with-suffix/index.css +9 -9
  1579. package/with-suffix/modern/Component.js +1 -1
  1580. package/with-suffix/modern/index.css +9 -9
  1581. package/calendar-range/modern/index.module-b02a5f29.js +0 -4
  1582. package/grid/esm/gutters.module-49227c7c.js +0 -27
  1583. package/grid/gutters.module-ebe6e3b8.js +0 -28
  1584. package/grid/modern/gutters.module-d56f50e6.js +0 -4
  1585. package/intl-phone-input/cssm/libphonenumber-js.min-903db150.js +0 -2225
  1586. package/intl-phone-input/esm/libphonenumber-js.min-ff9746e0.js +0 -2225
  1587. package/intl-phone-input/libphonenumber-js.min-ff53dba1.js +0 -2225
  1588. package/intl-phone-input/modern/libphonenumber-js.min-ff9746e0.js +0 -2225
  1589. package/modal/esm/transitions.module-94dc7d34.js +0 -4
  1590. package/modal/modern/transitions.module-94dc7d34.js +0 -4
  1591. package/modal/transitions.module-5279bfc1.js +0 -4
  1592. package/table/tslib.es6-7035c110.js +0 -40
  1593. package/tabs/esm/index.module-997cc06a.js +0 -4
  1594. package/tabs/esm/index.module-d1e8e2da.js +0 -4
  1595. package/tabs/index.module-5bc8e1b6.js +0 -4
  1596. package/tabs/index.module-fd64aa48.js +0 -4
  1597. package/tabs/modern/index.module-997cc06a.js +0 -4
  1598. package/tabs/modern/index.module-d1e8e2da.js +0 -4
  1599. package/tabs/tslib.es6-ee3a9ab9.js +0 -40
  1600. package/typography/common.module-2cfdaf43.js +0 -4
  1601. package/typography/esm/common.module-61a8d4a0.js +0 -4
  1602. package/typography/modern/colors.module-6c5ea1d2.js +0 -4
  1603. package/typography/modern/common.module-61a8d4a0.js +0 -4
@@ -0,0 +1,1567 @@
1
+ !function (t, e) { "object" == typeof exports && "undefined" != typeof module ? e(exports) : "function" == typeof define && define.amd ? define(["exports"], e) : e((t = t || self).libphonenumber = {}); }(undefined, (function (t) {
2
+ var e = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([457]\\d{6})$", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2457]\\d{6})$", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "11\\d{8}|(?:[2368]|9\\d)\\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)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "1|([267]\\d{6})$", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7,8}|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "0|(183[12])", 0, 0, 0, [["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-7]|3[2-4]|[4-6]\\d))|91(?:[0-57-9]\\d|6[0135-9])\\d)\\d{3}|(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8])|8(?:6[0-8]|[78]\\d|9[02-9]))\\d{6}", [9]], ["4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}", [6, 8, 10]]], "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|46", "1[28]|2|365(?:[0-46-9]|5[0-35-9])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "246$1", 0, "246"], BD: ["880", "00", "1\\d{9}|2\\d{7,8}|88\\d{4,6}|(?:8[0-79]|9\\d)\\d{4,8}|(?:[346]\\d|[57])\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[047]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "(?:[2689]\\d|51)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[25689]"]]]], BL: ["590", "00", "(?:590|69\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[29]|3[0-5]))\\d{4}"], 0, 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([3-8]\\d{6})$", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "90\\d{5}|(?:0800|[2-6]|7\\d)\\d{6}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[2-6]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}", [10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[57])|4(?:03|1[68]|3[178]|50)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[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[12]|33|44|66|77|88)|622)[2-9]\\d{6}"], 0, 0, 0, ["600[2-9]\\d{6}"]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|118)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}", [6, 8, 10]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["801"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[02-9]"]]]], 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-3]"], "($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\\d|88)\\d{6}", [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]"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "(?:10|2[0-57-9])(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]", "(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]", "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])", "85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["(?:4|80)0"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|2(?:[02-57-9]|1[1-9])", "10|2(?:[02-57-9]|1[1-9])", "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"], "0$1", 1], ["(\\d{3})(\\d{7,8})", "$1 $2", ["9"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["80"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[3-578]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["1[3-9]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["[12]"], "0$1", 1]], "0", 0, "0|(1(?:[12]\\d|79)\\d\\d)", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:1\\d|3)\\d{9}|[124-8]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1 $2", ["[14][2-9]|[25-8]"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"]], ["(\\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", "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}", [6, 7, 8, 10], [["(\\d{2})(\\d{4,6})", "$1 $2", ["2[1-4]|[34]"], "(0$1)"], ["(\\d)(\\d{6,7})", "$1 $2", ["7"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["5"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10], 0, "0", 0, "0|([59]\\d{7})$", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|235)|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}", [6, 8, 10]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{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(?:[05]\\d{10}|[46][1-8]\\d{4,9})|49(?:[0-25]\\d|3[1-689]|7[1-7])\\d{4,8}|49(?:[0-2579]\\d|[34][1-9]|6[0-8])\\d{3}|49\\d{3,4}|(?:1|[368]\\d|4[0-8])\\d{3,13}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[0568]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[189]"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-59]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-59]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d)(\\d{4,9})", "$1 $2", ["[2568][1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[12]00|[368]|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[1245]|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]]], 0, 0, "0(11\\d{6}|6[256]\\d{6}|7[47]\\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[03])|(?:4[0-5]|5[0-26-9]|6[0-4]|[78][0-49])\\d\\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[02]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "(?:[56]94|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "0|([25-9]\\d{5})$", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|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", "[256]\\d{7}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-689]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "(?:590|69\\d|976)\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|1[0-2]|2[0-68]|3[1289]|4[0-24-9]|5[3-579]|6[0189]|7[08]|8[0-689]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[29]|3[0-5]))\\d{4}"], 0, 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|(?:[2689]\\d|70)\\d{8}", [10], [["(\\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]"]]]], GT: ["502", "00", "(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "1|([3-9]\\d{6})$", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:862\\d|9008)\\d{3}|(?:[2-46]\\d|77)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4}(?:\\d(?:\\d(?:\\d{4})?)?)?|(?:[235-79]\\d|46)\\d{6}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}", [6, 7, 8, 9], [["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["6[01]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{4})(\\d{3})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-5]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"]], "0"], HT: ["509", "00", "[2-489]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-489]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}", [7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["15"]], ["(\\d{2})(\\d{5,9})", "$1 $2", ["2[124]|[36]1"], "(0$1)"], ["(\\d{3})(\\d{5,7})", "$1 $2", ["800"], "0$1"], ["(\\d{3})(\\d{5,8})", "$1 $2", ["[2-79]"], "(0$1)"], ["(\\d{3})(\\d{3,4})(\\d{3})", "$1-$2-$3", ["8[1-35-9]"], "0$1"], ["(\\d{3})(\\d{6,8})", "$1 $2", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["804"], "0$1"], ["(\\d{3})(\\d)(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["80"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1-$2-$3", ["8"], "0$1"]], "0"], IE: ["353", "00", "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["2[24-9]|47|58|6[237-9]|9[35-9]"], "(0$1)"], ["(\\d{3})(\\d{5})", "$1 $2", ["[45]0"], "(0$1)"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2569]|4[1-69]|7[14]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["81"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["4"], "(0$1)"], ["(\\d{2})(\\d)(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], IL: ["972", "0(?:0|1[2-9])", "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{4})(\\d{3})", "$1-$2", ["125"]], ["(\\d{4})(\\d{2})(\\d{2})", "$1-$2-$3", ["121"]], ["(\\d)(\\d{3})(\\d{4})", "$1-$2-$3", ["[2-489]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1-$2-$3", ["12"]], ["(\\d{4})(\\d{6})", "$1-$2", ["159"]], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3-$4", ["1[7-9]"]], ["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})", "$1-$2 $3-$4", ["15"]]], "0"], IM: ["44", "00", "1624\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([5-8]\\d{5})$", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|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], [["(\\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[245])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|[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[4679]|[38]"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[1-9]\\d{8}|3[2-9]\\d{7}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d\\d|89(?:2|4[5-9]\\d))\\d{3}|89[45][0-4]\\d\\d|(?:1(?:44|6[346])|89(?:5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 0, 0, 0, ["55\\d{8}", [10]], ["84(?:[08]\\d{3}|[17])\\d{3}", [6, 9]]]], JE: ["44", "00", "1534\\d{6}|(?:[3578]\\d|90)\\d{8}", [10], 0, "0", 0, "0|([0-24-8]\\d{5})$", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"], ["80(?:07(?:35|81)|8901)\\d{4}"], ["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"], ["701511\\d{4}"], 0, ["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"], ["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:49|80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|(?:[235-8]\\d|99)\\d{7}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "(?:18|[2569]\\d\\d)\\d{5}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[25]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "345$1", 0, "345"], KZ: ["7", "810", "33622\\d{5}|(?:7\\d|80)\\d{8}", [10], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[7-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "1|([2-8]\\d{6})$", "758$1", 0, "758"], LI: ["423", "00", "90\\d{5}|(?:[2378]|6\\d\\d)\\d{6}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[237-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "0|(1001)"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[4-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(8-$1)", 1], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[7-9]"], "8 $1", 1], ["(\\d{2})(\\d{6})", "$1 $2", ["37|4(?:[15]|6[1-8])"], "(8-$1)", 1], ["(\\d{3})(\\d{5})", "$1 $2", ["[3-6]"], "(8-$1)", 1]], "8", 0, "[08]"], LU: ["352", "00", "35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}", [4, 5, 6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{3})", "$1 $2", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["20[2-689]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4", ["2(?:[0367]|4[3-8])"]], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["80[01]|90[015]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["20"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})", "$1 $2 $3 $4 $5", ["2(?:[0367]|4[3-8])"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})", "$1 $2 $3 $4", ["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]], 0, 0, "(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"], LV: ["371", "00", "(?:[268]\\d|90)\\d{6}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[269]|8[01]"]]]], LY: ["218", "00", "[2-9]\\d{8}", [9], [["(\\d{2})(\\d{7})", "$1-$2", ["[2-9]"], "0$1"]], "0"], MA: ["212", "00", "[5-8]\\d{8}", [9], [["(\\d{5})(\\d{4})", "$1-$2", ["5(?:29|38)", "5(?:29|38)[89]", "5(?:29|38)[89]0"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5[45]"], "0$1"], ["(\\d{4})(\\d{5})", "$1-$2", ["5(?:2[2-489]|3[5-9]|9)|892", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:29(?:[189][05]|2[29]|3[01])|38[89][05])\\d{4}|5(?:2(?:[015-7]\\d|2[02-9]|3[0-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|80|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:0[0-8]|6[1267]|7[0-37]))\\d{6}"], ["80\\d{7}"], ["89\\d{7}"], 0, 0, 0, 0, ["592(?:4[0-2]|93)\\d{4}"]]], MC: ["377", "00", "870\\d{5}|(?:[349]|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", ["[39]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "(?:590|69\\d|976)\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[29]|3[0-5]))\\d{4}"], 0, 0, 0, 0, 0, 0, ["976[01]\\d{5}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "0|([24-9]\\d{6})$", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[57-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", ["[57-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", "(?:28|[68]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "670$1", 0, "670"], MQ: ["596", "00", "69\\d{7}|(?:59|97)6\\d{6}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "1|([34]\\d{6})$", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[2-468]|5\\d)\\d{6}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["5"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[3467]|9[13-9]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "1\\d{6}(?:\\d{2})?|(?:[23]1|77|88|99)\\d{7}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "(?:1(?:[01467]\\d|[2359][1-9]|8[1-79])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9])|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[36-8]"]], ["(\\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", "[2-57-9]\\d{5}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[2-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[04]"]]]], NF: ["672", "00", "[13]\\d{5}", [6], [["(\\d{2})(\\d{4})", "$1 $2", ["1[0-3]"]], ["(\\d)(\\d{5})", "$1 $2", ["[13]"]]], 0, 0, "([0-258]\\d{4})$", "3$1"], NG: ["234", "009", "(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}", [7, 8, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["78"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]|9(?:0[3-9]|[1-9])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[3-7]|8[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|[89]\\d{6,9}|1\\d{4,5}", [5, 6, 7, 8, 9, 10], [["(\\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-57-9]"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[489]|5[89]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-7]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-579]|6[2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[47]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-579]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|[89]0", "50(?:[0367]|88)|[89]0"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[59]|80"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7|86"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|8007\\d{4,5}", [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", "8\\d{9}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10], [["(\\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", "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, 0, " Anexo "], PF: ["689", "00", "[48]\\d{7}|4\\d{5}", [6, 8], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[48]"]]]], 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", "1800\\d{7,9}|(?:2|[89]\\d{4})\\d{5}|[2-8]\\d{8}|[28]\\d{7}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["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}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "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", "(?:[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", ["[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-6])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "[2-7]\\d{7}|(?:2\\d\\d|800)\\d{4}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["2[126]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]"]]]], RE: ["262", "00", "9769\\d{5}|(?:26|[68]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, "26[23]|69|[89]"], RO: ["40", "00", "(?:[237]\\d|[89]0)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[237-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "[347-9]\\d{9}", [10], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[3489]"], "8 ($1)", 1]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "8000\\d{3}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44)"], "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-3]|[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}|(?:[4589]\\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", "(?:[2378]\\d|66|99)\\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{4}|93330)\\d{4}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["24|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3478]|64|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[1-35-9]|9[2-9]"]]], "0"], SR: ["597", "00", "(?:[2-5]|68|[78]\\d)\\d{5}", [6, 7], [["(\\d{2})(\\d{2})(\\d{2})", "$1-$2-$3", ["56"]], ["(\\d{3})(\\d{3})", "$1-$2", ["[2-5]"]], ["(\\d{3})(\\d{4})", "$1-$2", ["[6-8]"]]]], SS: ["211", "00", "[19]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], ST: ["239", "00", "(?:22|9\\d)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[29]"]]]], SV: ["503", "00", "[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?", [7, 8, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[89]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[267]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["[89]"]]]], SX: ["1", "011", "7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|(5\\d{6})$", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "1|([2-479]\\d{6})$", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "1\\d{9}|[1689]\\d{8}|[1-57]\\d{7}", [8, 9, 10], [["(\\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", "(?:[02]0|11|[3-57-9]\\d)\\d{7}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"], 0, 1], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[34]7|91[78]"], 0, 1], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3"], 0, 1], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02457-9]|11"], 0, 1]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|[5-8]\\d{3})\\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-8]"]]]], 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[0589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|616)", "5(?:[0-59]|6161)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-46-8]\\d{6})$", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[26-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["4[45][0-5]|5(?:0|6[37])|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]", "4[45][0-5]|5(?:0|6(?:3[14-7]|7))|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["[3-6]"], "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}", [10], [["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[0235]|58|6[39]|7[0589]|8[04])|5(?:0[1-57-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[013-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[02-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[3578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[0179]|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[12]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "4\\d{9}|[249]\\d{7}|(?:[49]\\d|80)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["405|8|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[24]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["4"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "55501\\d{4}|(?:33|[679]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[35-9]"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], VA: ["39", "00", "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}", [6, 7, 8, 9, 10, 11], 0, 0, 0, 0, 0, 0, "06698"], VC: ["1", "011", "(?:[58]\\d\\d|784|900)\\d{7}", [10], 0, "1", 0, "1|([2-7]\\d{6})$", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "1|([2-578]\\d{6})$", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "1|([2-9]\\d{6})$", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[69]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[3578]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "(?:[23]\\d|[48]8)\\d{3}|(?:[57]\\d|90)\\d{5}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[579]"]]]], WF: ["681", "00", "(?:[45]0|68|72|8\\d)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[4-8]"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7[24-68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "80\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, "269|63"], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "(?:63|80)0\\d{6}|(?:21|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["[1-9]\\d{7}"]]], 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, "[35-7]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]\\d|7[6-8])\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "[0-36-9]\\d{8}", [9], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-36-9]"]]], 0, 0, 0, 0, 0, 0, [0, ["[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|[19]\\d{7}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[19]"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["34[57]"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-3]"]]], 0, 0, 0, 0, 0, 0, [0, ["3(?:37\\d\\d|42)\\d{4}|3(?:2|47|7\\d{3})\\d{7}", [7, 9, 10, 12]], 0, 0, 0, 0, 0, 0, ["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]], 883: ["883", 0, "51\\d{7}(?:\\d{3})?", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["510"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["5"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["51[013]0\\d{8}|5100\\d{5}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
3
+ function n(t, n) { var d = Array.prototype.slice.call(n); return d.push(e), t.apply(this, d); }
4
+ var d = function t(e) {
5
+ !function (t, e) {
6
+ if (!(t instanceof e))
7
+ throw new TypeError("Cannot call a class as a function");
8
+ }(this, t), this.name = this.constructor.name, this.message = e, this.stack = new Error(e).stack;
9
+ };
10
+ (d.prototype = Object.create(Error.prototype)).constructor = d;
11
+ var r = "".concat("-‐-―−ー-").concat("//").concat("..").concat("  ­​⁠ ").concat("()()[]\\[\\]").concat("~⁓∼~");
12
+ function i(t, e) {
13
+ t = t.split("-"), e = e.split("-");
14
+ for (var n = t[0].split("."), d = e[0].split("."), r = 0; r < 3; r++) {
15
+ var i = Number(n[r]), a = Number(d[r]);
16
+ if (i > a)
17
+ return 1;
18
+ if (a > i)
19
+ return -1;
20
+ if (!isNaN(i) && isNaN(a))
21
+ return 1;
22
+ if (isNaN(i) && !isNaN(a))
23
+ return -1;
24
+ }
25
+ return t[1] && e[1] ? t[1] > e[1] ? 1 : t[1] < e[1] ? -1 : 0 : !t[1] && e[1] ? 1 : t[1] && !e[1] ? -1 : 0;
26
+ }
27
+ function a(t) { return (a = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
28
+ function $(t, e) {
29
+ if (!(t instanceof e))
30
+ throw new TypeError("Cannot call a class as a function");
31
+ }
32
+ function o(t, e) {
33
+ for (var n = 0; n < e.length; n++) {
34
+ var d = e[n];
35
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
36
+ }
37
+ }
38
+ function u(t, e, n) { return e && o(t.prototype, e), n && o(t, n), t; }
39
+ var l = /^\d+$/, s = function () {
40
+ function t(e) {
41
+ $(this, t), function (t) {
42
+ if (!t)
43
+ throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");
44
+ if (!y(t) || !y(t.countries))
45
+ 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(y(t) ? "an object of shape: { " + Object.keys(t).join(", ") + " }" : "a " + v(t) + ": " + t, "."));
46
+ }(e), this.metadata = e, N.call(this, e);
47
+ }
48
+ return u(t, [{ key: "getCountries", value: function () { return Object.keys(this.metadata.countries).filter((function (t) { return "001" !== t; })); } }, { key: "getCountryMetadata", value: function (t) { return this.metadata.countries[t]; } }, { key: "nonGeographic", value: function () {
49
+ if (!(this.v1 || this.v2 || this.v3))
50
+ return this.metadata.nonGeographic || this.metadata.nonGeographical;
51
+ } }, { key: "hasCountry", value: function (t) { return void 0 !== this.getCountryMetadata(t); } }, { key: "hasCallingCode", value: function (t) {
52
+ if (this.getCountryCodesForCallingCode(t))
53
+ return !0;
54
+ if (this.nonGeographic()) {
55
+ if (this.nonGeographic()[t])
56
+ return !0;
57
+ }
58
+ else {
59
+ var e = this.countryCallingCodes()[t];
60
+ if (e && 1 === e.length && "001" === e[0])
61
+ return !0;
62
+ }
63
+ } }, { key: "isNonGeographicCallingCode", value: function (t) { return this.nonGeographic() ? !!this.nonGeographic()[t] : !this.getCountryCodesForCallingCode(t); } }, { key: "country", value: function (t) { return this.selectNumberingPlan(t); } }, { key: "selectNumberingPlan", value: function (t, e) {
64
+ if (t && l.test(t) && (e = t, t = null), t && "001" !== t) {
65
+ if (!this.hasCountry(t))
66
+ throw new Error("Unknown country: ".concat(t));
67
+ this.numberingPlan = new f(this.getCountryMetadata(t), this);
68
+ }
69
+ else if (e) {
70
+ if (!this.hasCallingCode(e))
71
+ throw new Error("Unknown calling code: ".concat(e));
72
+ this.numberingPlan = new f(this.getNumberingPlanMetadata(e), this);
73
+ }
74
+ else
75
+ this.numberingPlan = void 0;
76
+ return this;
77
+ } }, { key: "getCountryCodesForCallingCode", value: function (t) {
78
+ var e = this.countryCallingCodes()[t];
79
+ if (e) {
80
+ if (1 === e.length && 3 === e[0].length)
81
+ return;
82
+ return e;
83
+ }
84
+ } }, { key: "getCountryCodeForCallingCode", value: function (t) {
85
+ var e = this.getCountryCodesForCallingCode(t);
86
+ if (e)
87
+ return e[0];
88
+ } }, { key: "getNumberingPlanMetadata", value: function (t) {
89
+ var e = this.getCountryCodeForCallingCode(t);
90
+ if (e)
91
+ return this.getCountryMetadata(e);
92
+ if (this.nonGeographic()) {
93
+ var n = this.nonGeographic()[t];
94
+ if (n)
95
+ return n;
96
+ }
97
+ else {
98
+ var d = this.countryCallingCodes()[t];
99
+ if (d && 1 === d.length && "001" === d[0])
100
+ return this.metadata.countries["001"];
101
+ }
102
+ } }, { key: "countryCallingCode", value: function () { return this.numberingPlan.callingCode(); } }, { key: "IDDPrefix", value: function () { return this.numberingPlan.IDDPrefix(); } }, { key: "defaultIDDPrefix", value: function () { return this.numberingPlan.defaultIDDPrefix(); } }, { key: "nationalNumberPattern", value: function () { return this.numberingPlan.nationalNumberPattern(); } }, { key: "possibleLengths", value: function () { return this.numberingPlan.possibleLengths(); } }, { key: "formats", value: function () { return this.numberingPlan.formats(); } }, { key: "nationalPrefixForParsing", value: function () { return this.numberingPlan.nationalPrefixForParsing(); } }, { key: "nationalPrefixTransformRule", value: function () { return this.numberingPlan.nationalPrefixTransformRule(); } }, { key: "leadingDigits", value: function () { return this.numberingPlan.leadingDigits(); } }, { key: "hasTypes", value: function () { return this.numberingPlan.hasTypes(); } }, { key: "type", value: function (t) { return this.numberingPlan.type(t); } }, { key: "ext", value: function () { return this.numberingPlan.ext(); } }, { key: "countryCallingCodes", value: function () { return this.v1 ? this.metadata.country_phone_code_to_countries : this.metadata.country_calling_codes; } }, { key: "chooseCountryByCountryCallingCode", value: function (t) { return this.selectNumberingPlan(t); } }, { key: "hasSelectedNumberingPlan", value: function () { return void 0 !== this.numberingPlan; } }]), t;
103
+ }(), f = function () {
104
+ function t(e, n) { $(this, t), this.globalMetadataObject = n, this.metadata = e, N.call(this, n.metadata); }
105
+ return u(t, [{ key: "callingCode", value: function () { return this.metadata[0]; } }, { key: "getDefaultCountryMetadataForRegion", value: function () { return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode()); } }, { key: "IDDPrefix", value: function () {
106
+ if (!this.v1 && !this.v2)
107
+ return this.metadata[1];
108
+ } }, { key: "defaultIDDPrefix", value: function () {
109
+ if (!this.v1 && !this.v2)
110
+ return this.metadata[12];
111
+ } }, { key: "nationalNumberPattern", value: function () { return this.v1 || this.v2 ? this.metadata[1] : this.metadata[2]; } }, { key: "possibleLengths", value: function () {
112
+ if (!this.v1)
113
+ return this.metadata[this.v2 ? 2 : 3];
114
+ } }, { key: "_getFormats", value: function (t) { return t[this.v1 ? 2 : this.v2 ? 3 : 4]; } }, { key: "formats", value: function () { var t = this, e = this._getFormats(this.metadata) || this._getFormats(this.getDefaultCountryMetadataForRegion()) || []; return e.map((function (e) { return new c(e, t); })); } }, { key: "nationalPrefix", value: function () { return this.metadata[this.v1 ? 3 : this.v2 ? 4 : 5]; } }, { key: "_getNationalPrefixFormattingRule", value: function (t) { return t[this.v1 ? 4 : this.v2 ? 5 : 6]; } }, { key: "nationalPrefixFormattingRule", value: function () { return this._getNationalPrefixFormattingRule(this.metadata) || this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion()); } }, { key: "_nationalPrefixForParsing", value: function () { return this.metadata[this.v1 ? 5 : this.v2 ? 6 : 7]; } }, { key: "nationalPrefixForParsing", value: function () { return this._nationalPrefixForParsing() || this.nationalPrefix(); } }, { key: "nationalPrefixTransformRule", value: function () { return this.metadata[this.v1 ? 6 : this.v2 ? 7 : 8]; } }, { key: "_getNationalPrefixIsOptionalWhenFormatting", value: function () { return !!this.metadata[this.v1 ? 7 : this.v2 ? 8 : 9]; } }, { key: "nationalPrefixIsOptionalWhenFormattingInNationalFormat", value: function () { return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata) || this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion()); } }, { key: "leadingDigits", value: function () { return this.metadata[this.v1 ? 8 : this.v2 ? 9 : 10]; } }, { key: "types", value: function () { return this.metadata[this.v1 ? 9 : this.v2 ? 10 : 11]; } }, { key: "hasTypes", value: function () { return (!this.types() || 0 !== this.types().length) && !!this.types(); } }, { key: "type", value: function (t) {
115
+ if (this.hasTypes() && m(this.types(), t))
116
+ return new g(m(this.types(), t), this);
117
+ } }, { key: "ext", value: function () { return this.v1 || this.v2 ? " ext. " : this.metadata[13] || " ext. "; } }]), t;
118
+ }(), c = function () { function t(e, n) { $(this, t), this._format = e, this.metadata = n; } return u(t, [{ key: "pattern", value: function () { return this._format[0]; } }, { key: "format", value: function () { return this._format[1]; } }, { key: "leadingDigitsPatterns", value: function () { return this._format[2] || []; } }, { key: "nationalPrefixFormattingRule", value: function () { return this._format[3] || this.metadata.nationalPrefixFormattingRule(); } }, { key: "nationalPrefixIsOptionalWhenFormattingInNationalFormat", value: function () { return !!this._format[4] || this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat(); } }, { key: "nationalPrefixIsMandatoryWhenFormattingInNationalFormat", value: function () { return this.usesNationalPrefix() && !this.nationalPrefixIsOptionalWhenFormattingInNationalFormat(); } }, { key: "usesNationalPrefix", value: function () { return !(!this.nationalPrefixFormattingRule() || h.test(this.nationalPrefixFormattingRule())); } }, { key: "internationalFormat", value: function () { return this._format[5] || this.format(); } }]), t; }(), h = /^\(?\$1\)?$/, g = function () {
119
+ function t(e, n) { $(this, t), this.type = e, this.metadata = n; }
120
+ return u(t, [{ key: "pattern", value: function () { return this.metadata.v1 ? this.type : this.type[0]; } }, { key: "possibleLengths", value: function () {
121
+ if (!this.metadata.v1)
122
+ return this.type[1] || this.metadata.possibleLengths();
123
+ } }]), t;
124
+ }();
125
+ function m(t, e) {
126
+ switch (e) {
127
+ case "FIXED_LINE": return t[0];
128
+ case "MOBILE": return t[1];
129
+ case "TOLL_FREE": return t[2];
130
+ case "PREMIUM_RATE": return t[3];
131
+ case "PERSONAL_NUMBER": return t[4];
132
+ case "VOICEMAIL": return t[5];
133
+ case "UAN": return t[6];
134
+ case "PAGER": return t[7];
135
+ case "VOIP": return t[8];
136
+ case "SHARED_COST": return t[9];
137
+ }
138
+ }
139
+ var y = function (t) { return "object" === a(t); }, v = function (t) { return a(t); };
140
+ function p(t, e) { return (e = new s(e)).hasCountry(t) ? e.country(t).ext() : " ext. "; }
141
+ function b(t, e) {
142
+ if ((e = new s(e)).hasCountry(t))
143
+ return e.country(t).countryCallingCode();
144
+ throw new Error("Unknown country: ".concat(t));
145
+ }
146
+ function C(t, e) { return void 0 !== e.countries[t]; }
147
+ function N(t) { var e = t.version; "number" == typeof e ? (this.v1 = 1 === e, this.v2 = 2 === e, this.v3 = 3 === e, this.v4 = 4 === e) : e ? -1 === i(e, "1.2.0") ? this.v2 = !0 : -1 === i(e, "1.7.35") ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0; }
148
+ var x = function (t) { return "([".concat("0-90-9٠-٩۰-۹", "]{1,").concat(t, "})"); };
149
+ function P(t) { return ";ext=" + x("20") + "|" + ("[  \\t,]*(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)[:\\..]?[  \\t,-]*" + x("20") + "#?") + "|" + ("[  \\t,]*(?:[xx##~~]|int|int)[:\\..]?[  \\t,-]*" + x("9") + "#?") + "|" + ("[- ]+" + x("6") + "#") + "|" + ("[  \\t]*(?:,{2}|;)[:\\..]?[  \\t,-]*" + x("15") + "#?") + "|" + ("[  \\t]*(?:,)+[:\\..]?[  \\t,-]*" + x("9") + "#?"); }
150
+ var S = "[++]{0,1}(?:[" + r + "]*[0-90-9٠-٩۰-۹]){3,}[" + r + "0-90-9٠-٩۰-۹]*" + "(?:" + P() + ")?", E = new RegExp("^[0-90-9٠-٩۰-۹]{2}$|^" + S + "$", "i");
151
+ function w(t) { return t.length >= 2 && E.test(t); }
152
+ var O = new RegExp("(?:" + P() + ")$", "i");
153
+ var I = { 0: "0", 1: "1", 2: "2", 3: "3", 4: "4", 5: "5", 6: "6", 7: "7", 8: "8", 9: "9", "0": "0", "1": "1", "2": "2", "3": "3", "4": "4", "5": "5", "6": "6", "7": "7", "8": "8", "9": "9", "٠": "0", "١": "1", "٢": "2", "٣": "3", "٤": "4", "٥": "5", "٦": "6", "٧": "7", "٨": "8", "٩": "9", "۰": "0", "۱": "1", "۲": "2", "۳": "3", "۴": "4", "۵": "5", "۶": "6", "۷": "7", "۸": "8", "۹": "9" };
154
+ function T(t) { return I[t]; }
155
+ function A(t) {
156
+ var e = "", n = t.split(""), d = Array.isArray(n), r = 0;
157
+ for (n = d ? n : n[Symbol.iterator]();;) {
158
+ var i;
159
+ if (d) {
160
+ if (r >= n.length)
161
+ break;
162
+ i = n[r++];
163
+ }
164
+ else {
165
+ if ((r = n.next()).done)
166
+ break;
167
+ i = r.value;
168
+ }
169
+ var a = T(i);
170
+ a && (e += a);
171
+ }
172
+ return e;
173
+ }
174
+ function F(t) {
175
+ var e = "", n = t.split(""), d = Array.isArray(n), r = 0;
176
+ for (n = d ? n : n[Symbol.iterator]();;) {
177
+ var i;
178
+ if (d) {
179
+ if (r >= n.length)
180
+ break;
181
+ i = n[r++];
182
+ }
183
+ else {
184
+ if ((r = n.next()).done)
185
+ break;
186
+ i = r.value;
187
+ }
188
+ e += k(i, e) || "";
189
+ }
190
+ return e;
191
+ }
192
+ function k(t, e) {
193
+ if ("+" === t) {
194
+ if (e)
195
+ return;
196
+ return "+";
197
+ }
198
+ return T(t);
199
+ }
200
+ function R(t, e) {
201
+ return function t(e, n, d) {
202
+ var r = d.type(n), i = r && r.possibleLengths() || d.possibleLengths();
203
+ if (!i)
204
+ return "IS_POSSIBLE";
205
+ if ("FIXED_LINE_OR_MOBILE" === n) {
206
+ if (!d.type("FIXED_LINE"))
207
+ return t(e, "MOBILE", d);
208
+ var a = d.type("MOBILE");
209
+ a && (i = function (t, e) {
210
+ var n = t.slice(), d = e, r = Array.isArray(d), i = 0;
211
+ for (d = r ? d : d[Symbol.iterator]();;) {
212
+ var a;
213
+ if (r) {
214
+ if (i >= d.length)
215
+ break;
216
+ a = d[i++];
217
+ }
218
+ else {
219
+ if ((i = d.next()).done)
220
+ break;
221
+ a = i.value;
222
+ }
223
+ var $ = a;
224
+ t.indexOf($) < 0 && n.push($);
225
+ }
226
+ return n.sort((function (t, e) { return t - e; }));
227
+ }(i, a.possibleLengths()));
228
+ }
229
+ else if (n && !r)
230
+ return "INVALID_LENGTH";
231
+ var $ = e.length, o = i[0];
232
+ if (o === $)
233
+ return "IS_POSSIBLE";
234
+ if (o > $)
235
+ return "TOO_SHORT";
236
+ if (i[i.length - 1] < $)
237
+ return "TOO_LONG";
238
+ return i.indexOf($, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
239
+ }(t, void 0, e);
240
+ }
241
+ function D(t, e, n) {
242
+ if (void 0 === e && (e = {}), n = new s(n), e.v2) {
243
+ if (!t.countryCallingCode)
244
+ throw new Error("Invalid phone number object passed");
245
+ n.selectNumberingPlan(t.countryCallingCode);
246
+ }
247
+ else {
248
+ if (!t.phone)
249
+ return !1;
250
+ if (t.country) {
251
+ if (!n.hasCountry(t.country))
252
+ throw new Error("Unknown country: ".concat(t.country));
253
+ n.country(t.country);
254
+ }
255
+ else {
256
+ if (!t.countryCallingCode)
257
+ throw new Error("Invalid phone number object passed");
258
+ n.selectNumberingPlan(t.countryCallingCode);
259
+ }
260
+ }
261
+ if (n.possibleLengths())
262
+ return M(t.phone || t.nationalNumber, n);
263
+ if (t.countryCallingCode && n.isNonGeographicCallingCode(t.countryCallingCode))
264
+ return !0;
265
+ throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.');
266
+ }
267
+ function M(t, e) {
268
+ switch (R(t, e)) {
269
+ case "IS_POSSIBLE": return !0;
270
+ default: return !1;
271
+ }
272
+ }
273
+ function L(t, e) {
274
+ return function (t) {
275
+ if (Array.isArray(t))
276
+ return t;
277
+ }(t) || function (t, e) {
278
+ var n = [], d = !0, r = !1, i = void 0;
279
+ try {
280
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
281
+ ;
282
+ }
283
+ catch (t) {
284
+ r = !0, i = t;
285
+ }
286
+ finally {
287
+ try {
288
+ d || null == $.return || $.return();
289
+ }
290
+ finally {
291
+ if (r)
292
+ throw i;
293
+ }
294
+ }
295
+ return n;
296
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
297
+ }
298
+ function _(t) {
299
+ var e, n, d = (t = t.replace(/^tel:/, "tel=")).split(";"), r = Array.isArray(d), i = 0;
300
+ for (d = r ? d : d[Symbol.iterator]();;) {
301
+ var a;
302
+ if (r) {
303
+ if (i >= d.length)
304
+ break;
305
+ a = d[i++];
306
+ }
307
+ else {
308
+ if ((i = d.next()).done)
309
+ break;
310
+ a = i.value;
311
+ }
312
+ var $ = L(a.split("="), 2), o = $[0], u = $[1];
313
+ switch (o) {
314
+ case "tel":
315
+ e = u;
316
+ break;
317
+ case "ext":
318
+ n = u;
319
+ break;
320
+ case "phone-context": "+" === u[0] && (e = u + e);
321
+ }
322
+ }
323
+ if (!w(e))
324
+ return {};
325
+ var l = { number: e };
326
+ return n && (l.ext = n), l;
327
+ }
328
+ function G(t) {
329
+ var e = t.number, n = t.ext;
330
+ if (!e)
331
+ return "";
332
+ if ("+" !== e[0])
333
+ throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');
334
+ return "tel:".concat(e).concat(n ? ";ext=" + n : "");
335
+ }
336
+ function B(t, e) { return t = t || "", new RegExp("^(?:" + e + ")$").test(t); }
337
+ var j = ["MOBILE", "PREMIUM_RATE", "TOLL_FREE", "SHARED_COST", "VOIP", "PERSONAL_NUMBER", "PAGER", "UAN", "VOICEMAIL"];
338
+ function U(t, e, n) {
339
+ if (e = e || {}, t.country) {
340
+ (n = new s(n)).selectNumberingPlan(t.country, t.countryCallingCode);
341
+ var d = e.v2 ? t.nationalNumber : t.phone;
342
+ if (B(d, n.nationalNumberPattern())) {
343
+ if (W(d, "FIXED_LINE", n))
344
+ return n.type("MOBILE") && "" === n.type("MOBILE").pattern() ? "FIXED_LINE_OR_MOBILE" : n.type("MOBILE") ? W(d, "MOBILE", n) ? "FIXED_LINE_OR_MOBILE" : "FIXED_LINE" : "FIXED_LINE_OR_MOBILE";
345
+ for (var r = 0, i = j; r < i.length; r++) {
346
+ var a = i[r];
347
+ if (W(d, a, n))
348
+ return a;
349
+ }
350
+ }
351
+ }
352
+ }
353
+ function W(t, e, n) { return !(!(e = n.type(e)) || !e.pattern()) && (!(e.possibleLengths() && e.possibleLengths().indexOf(t.length) < 0) && B(t, e.pattern())); }
354
+ function V(t, e, n) { return e = e || {}, n = new s(n), !!t.country && (n.selectNumberingPlan(t.country, t.countryCallingCode), n.hasTypes() ? void 0 !== U(t, e, n.metadata) : B(e.v2 ? t.nationalNumber : t.phone, n.nationalNumberPattern())); }
355
+ function K(t) { return t.replace(new RegExp("[".concat(r, "]+"), "g"), " ").trim(); }
356
+ var H = /(\$\d)/;
357
+ function Y(t, e, n) { var d = n.useInternationalFormat, r = n.withNationalPrefix, i = (n.carrierCode, n.metadata, t.replace(new RegExp(e.pattern()), d ? e.internationalFormat() : r && e.nationalPrefixFormattingRule() ? e.format().replace(H, e.nationalPrefixFormattingRule()) : e.format())); return d ? K(i) : i; }
358
+ var Z = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
359
+ function X(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
360
+ var J = { formatExtension: function (t, e, n) { return "".concat(t).concat(n.ext()).concat(e); } };
361
+ function Q(t, e, n, d) {
362
+ if (n = n ? function (t) {
363
+ for (var e = 1; e < arguments.length; e++) {
364
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
365
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { X(t, e, n[e]); }));
366
+ }
367
+ return t;
368
+ }({}, J, n) : J, d = new s(d), t.country && "001" !== t.country) {
369
+ if (!d.hasCountry(t.country))
370
+ throw new Error("Unknown country: ".concat(t.country));
371
+ d.country(t.country);
372
+ }
373
+ else {
374
+ if (!t.countryCallingCode)
375
+ return t.phone || "";
376
+ d.selectNumberingPlan(t.countryCallingCode);
377
+ }
378
+ var r, i = d.countryCallingCode(), a = n.v2 ? t.nationalNumber : t.phone;
379
+ switch (e) {
380
+ case "NATIONAL": return a ? q(r = z(a, t.carrierCode, "NATIONAL", d, n), t.ext, d, n.formatExtension) : "";
381
+ case "INTERNATIONAL": return a ? (r = z(a, null, "INTERNATIONAL", d, n), q(r = "+".concat(i, " ").concat(r), t.ext, d, n.formatExtension)) : "+".concat(i);
382
+ case "E.164": return "+".concat(i).concat(a);
383
+ case "RFC3966": return G({ number: "+".concat(i).concat(a), ext: t.ext });
384
+ case "IDD":
385
+ if (!n.fromCountry)
386
+ return;
387
+ return q(function (t, e, n, d, r) {
388
+ if (b(d, r.metadata) === n) {
389
+ var i = z(t, e, "NATIONAL", r);
390
+ return "1" === n ? n + " " + i : i;
391
+ }
392
+ var a = function (t, e, n) { var d = new s(n); return d.selectNumberingPlan(t, e), Z.test(d.IDDPrefix()) ? d.IDDPrefix() : d.defaultIDDPrefix(); }(d, void 0, r.metadata);
393
+ if (a)
394
+ return "".concat(a, " ").concat(n, " ").concat(z(t, null, "INTERNATIONAL", r));
395
+ }(a, t.carrierCode, i, n.fromCountry, d), t.ext, d, n.formatExtension);
396
+ default: throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(e, '"'));
397
+ }
398
+ }
399
+ function z(t, e, n, d, r) {
400
+ var i = function (t, e) {
401
+ var n = t, d = Array.isArray(n), r = 0;
402
+ for (n = d ? n : n[Symbol.iterator]();;) {
403
+ var i;
404
+ if (d) {
405
+ if (r >= n.length)
406
+ break;
407
+ i = n[r++];
408
+ }
409
+ else {
410
+ if ((r = n.next()).done)
411
+ break;
412
+ i = r.value;
413
+ }
414
+ var a = i;
415
+ if (a.leadingDigitsPatterns().length > 0) {
416
+ var $ = a.leadingDigitsPatterns()[a.leadingDigitsPatterns().length - 1];
417
+ if (0 !== e.search($))
418
+ continue;
419
+ }
420
+ if (B(e, a.pattern()))
421
+ return a;
422
+ }
423
+ }(d.formats(), t);
424
+ return i ? Y(t, i, { useInternationalFormat: "INTERNATIONAL" === n, withNationalPrefix: !i.nationalPrefixIsOptionalWhenFormattingInNationalFormat() || !r || !1 !== r.nationalPrefix, carrierCode: e, metadata: d }) : t;
425
+ }
426
+ function q(t, e, n, d) { return e ? d(t, e, n) : t; }
427
+ function tt(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
428
+ function et(t, e) {
429
+ for (var n = 0; n < e.length; n++) {
430
+ var d = e[n];
431
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
432
+ }
433
+ }
434
+ var nt = function () {
435
+ function t(e, n, d) {
436
+ if (function (t, e) {
437
+ if (!(t instanceof e))
438
+ throw new TypeError("Cannot call a class as a function");
439
+ }(this, t), !e)
440
+ throw new TypeError("`country` or `countryCallingCode` not passed");
441
+ if (!n)
442
+ throw new TypeError("`nationalNumber` not passed");
443
+ var r = new s(d);
444
+ dt(e) && (this.country = e, r.country(e), e = r.countryCallingCode()), this.countryCallingCode = e, this.nationalNumber = n, this.number = "+" + this.countryCallingCode + this.nationalNumber, this.metadata = d;
445
+ }
446
+ var e, n;
447
+ return e = t, (n = [{ key: "isPossible", value: function () { return D(this, { v2: !0 }, this.metadata); } }, { key: "isValid", value: function () { return V(this, { v2: !0 }, this.metadata); } }, { key: "isNonGeographic", value: function () { return new s(this.metadata).isNonGeographicCallingCode(this.countryCallingCode); } }, { key: "isEqual", value: function (t) { return this.number === t.number && this.ext === t.ext; } }, { key: "getType", value: function () { return U(this, { v2: !0 }, this.metadata); } }, { key: "format", value: function (t, e) {
448
+ return Q(this, t, e ? function (t) {
449
+ for (var e = 1; e < arguments.length; e++) {
450
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
451
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { tt(t, e, n[e]); }));
452
+ }
453
+ return t;
454
+ }({}, e, { v2: !0 }) : { v2: !0 }, this.metadata);
455
+ } }, { key: "formatNational", value: function (t) { return this.format("NATIONAL", t); } }, { key: "formatInternational", value: function (t) { return this.format("INTERNATIONAL", t); } }, { key: "getURI", value: function (t) { return this.format("RFC3966", t); } }]) && et(e.prototype, n), t;
456
+ }(), dt = function (t) { return /^[A-Z]{2}$/.test(t); }, rt = new RegExp("([0-90-9٠-٩۰-۹])");
457
+ function it(t, e, n, d) {
458
+ if (e) {
459
+ var r = new s(d);
460
+ r.selectNumberingPlan(e, n);
461
+ var i = new RegExp(r.IDDPrefix());
462
+ if (0 === t.search(i)) {
463
+ var a = (t = t.slice(t.match(i)[0].length)).match(rt);
464
+ if (!(a && null != a[1] && a[1].length > 0 && "0" === a[1]))
465
+ return t;
466
+ }
467
+ }
468
+ }
469
+ function at(t, e) {
470
+ if (t && e.numberingPlan.nationalPrefixForParsing()) {
471
+ var n = new RegExp("^(?:" + e.numberingPlan.nationalPrefixForParsing() + ")"), d = n.exec(t);
472
+ if (d) {
473
+ var r, i, a, $ = d.length - 1, o = $ > 0 && d[$];
474
+ if (e.nationalPrefixTransformRule() && o)
475
+ r = t.replace(n, e.nationalPrefixTransformRule()), $ > 1 && (i = d[1]);
476
+ else {
477
+ var u = d[0];
478
+ r = t.slice(u.length), o && (i = d[1]);
479
+ }
480
+ if (o) {
481
+ var l = t.indexOf(d[1]);
482
+ t.slice(0, l) === e.numberingPlan.nationalPrefix() && (a = e.numberingPlan.nationalPrefix());
483
+ }
484
+ else
485
+ a = d[0];
486
+ return { nationalNumber: r, nationalPrefix: a, carrierCode: i };
487
+ }
488
+ }
489
+ return { nationalNumber: t };
490
+ }
491
+ function $t(t, e) {
492
+ var n = at(t, e), d = n.nationalNumber, r = n.carrierCode;
493
+ if (!function (t, e, n) {
494
+ if (B(t, n.nationalNumberPattern()) && !B(e, n.nationalNumberPattern()))
495
+ return !1;
496
+ return !0;
497
+ }(t, d, e))
498
+ return { nationalNumber: t };
499
+ if (t.length !== d.length + (r ? r.length : 0) && e.possibleLengths())
500
+ switch (R(d, e)) {
501
+ case "TOO_SHORT":
502
+ case "INVALID_LENGTH": return { nationalNumber: t };
503
+ }
504
+ return { nationalNumber: d, carrierCode: r };
505
+ }
506
+ function ot(t, e, n, d) {
507
+ var r = e ? b(e, d) : n;
508
+ if (0 === t.indexOf(r)) {
509
+ (d = new s(d)).selectNumberingPlan(e, n);
510
+ var i = t.slice(r.length), a = $t(i, d).nationalNumber, $ = $t(t, d).nationalNumber;
511
+ if (!B($, d.nationalNumberPattern()) && B(a, d.nationalNumberPattern()) || "TOO_LONG" === R($, d))
512
+ return { countryCallingCode: r, number: i };
513
+ }
514
+ return { number: t };
515
+ }
516
+ function ut(t, e, n, d) {
517
+ if (!t)
518
+ return {};
519
+ if ("+" !== t[0]) {
520
+ var r = it(t, e, n, d);
521
+ if (!r || r === t) {
522
+ if (e || n) {
523
+ var i = ot(t, e, n, d), a = i.countryCallingCode, $ = i.number;
524
+ if (a)
525
+ return { countryCallingCode: a, number: $ };
526
+ }
527
+ return { number: t };
528
+ }
529
+ t = "+" + r;
530
+ }
531
+ if ("0" === t[1])
532
+ return {};
533
+ d = new s(d);
534
+ for (var o = 2; o - 1 <= 3 && o <= t.length;) {
535
+ var u = t.slice(1, o);
536
+ if (d.hasCallingCode(u))
537
+ return d.selectNumberingPlan(u), { countryCallingCode: u, number: t.slice(o) };
538
+ o++;
539
+ }
540
+ return {};
541
+ }
542
+ function lt(t, e, n) {
543
+ var d = n.getCountryCodesForCallingCode(t);
544
+ if (d)
545
+ return 1 === d.length ? d[0] : function (t, e, n) {
546
+ n = new s(n);
547
+ var d = t, r = Array.isArray(d), i = 0;
548
+ for (d = r ? d : d[Symbol.iterator]();;) {
549
+ var a;
550
+ if (r) {
551
+ if (i >= d.length)
552
+ break;
553
+ a = d[i++];
554
+ }
555
+ else {
556
+ if ((i = d.next()).done)
557
+ break;
558
+ a = i.value;
559
+ }
560
+ var $ = a;
561
+ if (n.country($), n.leadingDigits()) {
562
+ if (e && 0 === e.search(n.leadingDigits()))
563
+ return $;
564
+ }
565
+ else if (U({ phone: e, country: $ }, void 0, n.metadata))
566
+ return $;
567
+ }
568
+ }(d, e, n.metadata);
569
+ }
570
+ var st = new RegExp("[++0-90-9٠-٩۰-۹]"), ft = new RegExp("[^0-90-9٠-٩۰-۹#]+$");
571
+ function ct(t, e, n) {
572
+ if (e = e || {}, n = new s(n), e.defaultCountry && !n.hasCountry(e.defaultCountry)) {
573
+ if (e.v2)
574
+ throw new d("INVALID_COUNTRY");
575
+ throw new Error("Unknown country: ".concat(e.defaultCountry));
576
+ }
577
+ var r = function (t, e) {
578
+ if (t && 0 === t.indexOf("tel:"))
579
+ return _(t);
580
+ var n = function (t, e) {
581
+ if (!t)
582
+ return;
583
+ if (t.length > 250) {
584
+ if (e)
585
+ throw new d("TOO_LONG");
586
+ return;
587
+ }
588
+ var n = t.search(st);
589
+ if (n < 0)
590
+ return;
591
+ return t.slice(n).replace(ft, "");
592
+ }(t, e);
593
+ if (!n || !w(n))
594
+ return {};
595
+ var r = function (t) {
596
+ var e = t.search(O);
597
+ if (e < 0)
598
+ return {};
599
+ for (var n = t.slice(0, e), d = t.match(O), r = 1; r < d.length;) {
600
+ if (d[r])
601
+ return { number: n, ext: d[r] };
602
+ r++;
603
+ }
604
+ }(n);
605
+ if (r.ext)
606
+ return r;
607
+ return { number: n };
608
+ }(t, e.v2), i = r.number, a = r.ext;
609
+ if (!i) {
610
+ if (e.v2)
611
+ throw new d("NOT_A_NUMBER");
612
+ return {};
613
+ }
614
+ var $ = function (t, e, n, d) {
615
+ var r, i = ut(F(t), e, n, d.metadata), a = i.countryCallingCode, $ = i.number;
616
+ if (a)
617
+ d.selectNumberingPlan(a);
618
+ else {
619
+ if (!$ || !e && !n)
620
+ return {};
621
+ d.selectNumberingPlan(e, n), e && (r = e), a = n || b(e, d.metadata);
622
+ }
623
+ if (!$)
624
+ return { countryCallingCode: a };
625
+ var o = $t(F($), d), u = o.nationalNumber, l = o.carrierCode, s = lt(a, u, d);
626
+ s && (r = s, "001" === s || d.country(r));
627
+ return { country: r, countryCallingCode: a, nationalNumber: u, carrierCode: l };
628
+ }(i, e.defaultCountry, e.defaultCallingCode, n), o = $.country, u = $.nationalNumber, l = $.countryCallingCode, f = $.carrierCode;
629
+ if (!n.hasSelectedNumberingPlan()) {
630
+ if (e.v2)
631
+ throw new d("INVALID_COUNTRY");
632
+ return {};
633
+ }
634
+ if (!u || u.length < 2) {
635
+ if (e.v2)
636
+ throw new d("TOO_SHORT");
637
+ return {};
638
+ }
639
+ if (u.length > 17) {
640
+ if (e.v2)
641
+ throw new d("TOO_LONG");
642
+ return {};
643
+ }
644
+ if (e.v2) {
645
+ var c = new nt(l, u, n.metadata);
646
+ return o && (c.country = o), f && (c.carrierCode = f), a && (c.ext = a), c;
647
+ }
648
+ var h = !(e.extended ? !n.hasSelectedNumberingPlan() : !o) && B(u, n.nationalNumberPattern());
649
+ return e.extended ? { country: o, countryCallingCode: l, carrierCode: f, valid: h, possible: !!h || !(!0 !== e.extended || !n.possibleLengths() || !M(u, n)), phone: u, ext: a } : h ? function (t, e, n) { var d = { country: t, phone: e }; n && (d.ext = n); return d; }(o, u, a) : {};
650
+ }
651
+ function ht(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
652
+ function gt(t, e, n) {
653
+ return ct(t, function (t) {
654
+ for (var e = 1; e < arguments.length; e++) {
655
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
656
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { ht(t, e, n[e]); }));
657
+ }
658
+ return t;
659
+ }({}, e, { v2: !0 }), n);
660
+ }
661
+ function mt(t) { return (mt = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
662
+ function yt(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
663
+ function vt(t, e) {
664
+ return function (t) {
665
+ if (Array.isArray(t))
666
+ return t;
667
+ }(t) || function (t, e) {
668
+ var n = [], d = !0, r = !1, i = void 0;
669
+ try {
670
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
671
+ ;
672
+ }
673
+ catch (t) {
674
+ r = !0, i = t;
675
+ }
676
+ finally {
677
+ try {
678
+ d || null == $.return || $.return();
679
+ }
680
+ finally {
681
+ if (r)
682
+ throw i;
683
+ }
684
+ }
685
+ return n;
686
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
687
+ }
688
+ function pt() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return gt(e, n, d); }
689
+ function bt(t) {
690
+ var e, n, d, r = vt(Array.prototype.slice.call(t), 4), i = r[0], a = r[1], $ = r[2], o = r[3];
691
+ if ("string" != typeof i)
692
+ throw new TypeError("A text for parsing must be a string.");
693
+ if (e = i, a && "string" != typeof a) {
694
+ if (!Ct(a))
695
+ throw new Error("Invalid second argument: ".concat(a));
696
+ $ ? (n = a, d = $) : d = a;
697
+ }
698
+ else
699
+ o ? (n = $, d = o) : (n = void 0, d = $), a && (n = function (t) {
700
+ for (var e = 1; e < arguments.length; e++) {
701
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
702
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { yt(t, e, n[e]); }));
703
+ }
704
+ return t;
705
+ }({ defaultCountry: a }, n));
706
+ return { text: e, options: n, metadata: d };
707
+ }
708
+ var Ct = function (t) { return "object" === mt(t); };
709
+ function Nt(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
710
+ function xt(t, e, n) {
711
+ e && e.defaultCountry && !C(e.defaultCountry, n) && (e = function (t) {
712
+ for (var e = 1; e < arguments.length; e++) {
713
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
714
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { Nt(t, e, n[e]); }));
715
+ }
716
+ return t;
717
+ }({}, e, { defaultCountry: void 0 }));
718
+ try {
719
+ return gt(t, e, n);
720
+ }
721
+ catch (t) {
722
+ if (!(t instanceof d))
723
+ throw t;
724
+ }
725
+ }
726
+ function Pt() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return xt(e, n, d); }
727
+ function St(t, e) {
728
+ for (var n = 0; n < e.length; n++) {
729
+ var d = e[n];
730
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
731
+ }
732
+ }
733
+ function Et(t, e) {
734
+ if (!(t instanceof e))
735
+ throw new TypeError("Cannot call a class as a function");
736
+ }
737
+ var wt = function t(e, n) { var d = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : null, r = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : null; Et(this, t), this.key = e, this.value = n, this.next = d, this.prev = r; }, Ot = function () {
738
+ function t() { var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 10; Et(this, t), this.size = 0, this.limit = e, this.head = null, this.tail = null, this.cache = {}; }
739
+ var e, n;
740
+ return e = t, (n = [{ key: "put", value: function (t, e) {
741
+ if (this.ensureLimit(), this.head) {
742
+ var n = new wt(t, e, this.head);
743
+ this.head.prev = n, this.head = n;
744
+ }
745
+ else
746
+ this.head = this.tail = new wt(t, e);
747
+ this.cache[t] = this.head, this.size++;
748
+ } }, { key: "get", value: function (t) {
749
+ if (this.cache[t]) {
750
+ var e = this.cache[t].value;
751
+ return this.remove(t), this.put(t, e), e;
752
+ }
753
+ console.log("Item not available in cache for key ".concat(t));
754
+ } }, { key: "ensureLimit", value: function () { this.size === this.limit && this.remove(this.tail.key); } }, { key: "remove", value: function (t) { var e = this.cache[t]; null !== e.prev ? e.prev.next = e.next : this.head = e.next, null !== e.next ? e.next.prev = e.prev : this.tail = e.prev, delete this.cache[t], this.size--; } }, { key: "clear", value: function () { this.head = null, this.tail = null, this.size = 0, this.cache = {}; } }]) && St(e.prototype, n), t;
755
+ }();
756
+ function It(t, e) {
757
+ for (var n = 0; n < e.length; n++) {
758
+ var d = e[n];
759
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
760
+ }
761
+ }
762
+ var Tt = function () {
763
+ function t(e) {
764
+ !function (t, e) {
765
+ if (!(t instanceof e))
766
+ throw new TypeError("Cannot call a class as a function");
767
+ }(this, t), this.cache = new Ot(e);
768
+ }
769
+ var e, n;
770
+ return e = t, (n = [{ key: "getPatternForRegExp", value: function (t) { var e = this.cache.get(t); return e || (e = new RegExp("^" + t), this.cache.put(t, e)), e; } }]) && It(e.prototype, n), t;
771
+ }();
772
+ function At(t, e) {
773
+ if (t < 0 || e <= 0 || e < t)
774
+ throw new TypeError;
775
+ return "{".concat(t, ",").concat(e, "}");
776
+ }
777
+ function Ft(t, e) { var n = e.search(t); return n >= 0 ? e.slice(0, n) : e; }
778
+ var kt = "   ᠎ - \u2028\u2029   ", Rt = "[".concat(kt, "]"), Dt = "[^".concat(kt, "]"), Mt = "[".concat("0-9٠-٩۰-۹߀-߉०-९০-৯੦-੯૦-૯୦-୯௦-௯౦-౯೦-೯൦-൯๐-๙໐-໙༠-༩၀-၉႐-႙០-៩᠐-᠙᥆-᥏᧐-᧙᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙꘠-꘩꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9", "]"), Lt = "A-Za-zªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎↃↄⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々〆〱-〵〻〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛥꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", _t = "[".concat(Lt, "]"), Gt = new RegExp(_t), Bt = "[".concat("$¢-¥֏؋৲৳৻૱௹฿៛₠-₹꠸﷼﹩$¢£¥₩", "]"), jt = new RegExp(Bt), Ut = "[".concat("̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-ٰٟۖ-ۜ۟-۪ۤۧۨ-ܑۭܰ-݊ަ-ް߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣤ-ࣾऀ-ंऺ़ु-ै्॑-ॗॢॣঁ়ু-ৄ্ৢৣਁਂ਼ੁੂੇੈੋ-੍ੑੰੱੵઁં઼ુ-ૅેૈ્ૢૣଁ଼ିୁ-ୄ୍ୖୢୣஂீ்ా-ీె-ైొ-్ౕౖౢౣ಼ಿೆೌ್ೢೣു-ൄ്ൢൣ්ි-ුූัิ-ฺ็-๎ັິ-ູົຼ່-ໍཱ༹༘༙༵༷-ཾྀ-྄྆྇ྍ-ྗྙ-ྼ࿆ိ-ူဲ-့္်ွှၘၙၞ-ၠၱ-ၴႂႅႆႍႝ፝-፟ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴឵ិ-ួំ៉-៓៝᠋-᠍ᢩᤠ-ᤢᤧᤨᤲ᤹-᤻ᨘᨗᩖᩘ-ᩞ᩠ᩢᩥ-ᩬᩳ-᩿᩼ᬀ-ᬃ᬴ᬶ-ᬺᬼᭂ᭫-᭳ᮀᮁᮢ-ᮥᮨᮩ᯦᮫ᯨᯩᯭᯯ-ᯱᰬ-ᰳᰶ᰷᳐-᳔᳒-᳢᳠-᳨᳭᳴᷀-ᷦ᷼-᷿⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〭꙯ꙴ-꙽ꚟ꛰꛱ꠂ꠆ꠋꠥꠦ꣄꣠-꣱ꤦ-꤭ꥇ-ꥑꦀ-ꦂ꦳ꦶ-ꦹꦼꨩ-ꨮꨱꨲꨵꨶꩃꩌꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫬꫭ꫶ꯥꯨ꯭ﬞ︀-️︠-︦", "]"), Wt = new RegExp(Ut), Vt = new RegExp("[\0-€-ÿĀ-ſḀ-ỿƀ-ɏ̀-ͯ]");
779
+ function Kt(t) { return !(!Gt.test(t) && !Wt.test(t)) && Vt.test(t); }
780
+ function Ht(t) { return "%" === t || jt.test(t); }
781
+ var Yt = { POSSIBLE: function (t, e, n) { return !0; }, VALID: function (t, e, n) { return !(!V(t, void 0, n) || !Zt(t, e.toString())); }, STRICT_GROUPING: function (t, e, n, d) { var r = e.toString(); return !(!V(t, void 0, n) || !Zt(t, r) || Jt(t, r) || !Xt(t)) && Qt(t, e, n, te, d); }, EXACT_GROUPING: function (t, e, n, d) { var r = e.toString(); return !(!V(t, void 0, n) || !Zt(t, r) || Jt(t, r) || !Xt(t)) && Qt(t, e, n, qt, d); } };
782
+ function Zt(t, e, n) {
783
+ for (var d = 0; d < e.length - 1; d++) {
784
+ var r = e.charAt(d);
785
+ if ("x" === r || "X" === r) {
786
+ var i = e.charAt(d + 1);
787
+ if ("x" === i || "X" === i) {
788
+ if (d++, util.isNumberMatch(t, e.substring(d)) != MatchType.NSN_MATCH)
789
+ return !1;
790
+ }
791
+ else if (A(e.substring(d)) !== t.ext)
792
+ return !1;
793
+ }
794
+ }
795
+ return !0;
796
+ }
797
+ function Xt(t, e) {
798
+ if ("FROM_DEFAULT_COUNTRY" != t.getCountryCodeSource())
799
+ return !0;
800
+ var n = util.getRegionCodeForCountryCode(t.getCountryCode()), d = util.getMetadataForRegion(n);
801
+ if (null == d)
802
+ return !0;
803
+ var r = util.getNationalSignificantNumber(t), i = util.chooseFormattingPatternForNumber(d.numberFormats(), r);
804
+ if (i && i.getNationalPrefixFormattingRule().length > 0) {
805
+ if (i.getNationalPrefixOptionalWhenFormatting())
806
+ return !0;
807
+ if (PhoneNumberUtil.formattingRuleHasFirstGroupOnly(i.getNationalPrefixFormattingRule()))
808
+ return !0;
809
+ var a = PhoneNumberUtil.normalizeDigitsOnly(t.getRawInput());
810
+ return util.maybeStripNationalPrefixAndCarrierCode(a, d, null);
811
+ }
812
+ return !0;
813
+ }
814
+ function Jt(t, e) {
815
+ var n = e.indexOf("/");
816
+ if (n < 0)
817
+ return !1;
818
+ var d = e.indexOf("/", n + 1);
819
+ return !(d < 0) && (!(t.getCountryCodeSource() === CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN || t.getCountryCodeSource() === CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN) || PhoneNumberUtil.normalizeDigitsOnly(e.substring(0, n)) !== String(t.getCountryCode()) || e.slice(d + 1).indexOf("/") >= 0);
820
+ }
821
+ function Qt(t, e, n, d, r) {
822
+ var i = normalizeDigits(e, !0), a = zt(n, t, null);
823
+ if (d(n, t, i, a))
824
+ return !0;
825
+ var $ = MetadataManager.getAlternateFormatsForCountry(t.getCountryCode()), o = util.getNationalSignificantNumber(t);
826
+ if ($) {
827
+ var u = $.numberFormats(), l = Array.isArray(u), s = 0;
828
+ for (u = l ? u : u[Symbol.iterator]();;) {
829
+ var f;
830
+ if (l) {
831
+ if (s >= u.length)
832
+ break;
833
+ f = u[s++];
834
+ }
835
+ else {
836
+ if ((s = u.next()).done)
837
+ break;
838
+ f = s.value;
839
+ }
840
+ var c = f;
841
+ if (c.leadingDigitsPatterns().length > 0)
842
+ if (!r.getPatternForRegExp("^" + c.leadingDigitsPatterns()[0]).test(o))
843
+ continue;
844
+ if (d(n, t, i, a = zt(n, t, c)))
845
+ return !0;
846
+ }
847
+ }
848
+ return !1;
849
+ }
850
+ function zt(t, e, n) {
851
+ if (n) {
852
+ var d = util.getNationalSignificantNumber(e);
853
+ return util.formatNsnUsingPattern(d, n, "RFC3966", t).split("-");
854
+ }
855
+ var r = formatNumber(e, "RFC3966", t), i = r.indexOf(";");
856
+ i < 0 && (i = r.length);
857
+ var a = r.indexOf("-") + 1;
858
+ return r.slice(a, i).split("-");
859
+ }
860
+ function qt(t, e, n, d) {
861
+ var r = n.split(NON_DIGITS_PATTERN), i = e.hasExtension() ? r.length - 2 : r.length - 1;
862
+ if (1 == r.length || r[i].contains(util.getNationalSignificantNumber(e)))
863
+ return !0;
864
+ for (var a, $, o = d.length - 1; o > 0 && i >= 0;) {
865
+ if (r[i] !== d[o])
866
+ return !1;
867
+ o--, i--;
868
+ }
869
+ return i >= 0 && (a = r[i], $ = d[0], a.indexOf($, a.length - $.length) === a.length - $.length);
870
+ }
871
+ function te(t, e, n, d) {
872
+ var r, i, a = 0;
873
+ if (e.getCountryCodeSource() !== CountryCodeSource.FROM_DEFAULT_COUNTRY) {
874
+ var $ = String(e.getCountryCode());
875
+ a = n.indexOf($) + $.length();
876
+ }
877
+ for (var o = 0; o < d.length; o++) {
878
+ if ((a = n.indexOf(d[o], a)) < 0)
879
+ return !1;
880
+ if (a += d[o].length(), 0 == o && a < n.length()) {
881
+ var u = util.getRegionCodeForCountryCode(e.getCountryCode());
882
+ if (null != util.getNddPrefixForRegion(u, !0) && Character.isDigit(n.charAt(a))) {
883
+ var l = util.getNationalSignificantNumber(e);
884
+ return r = n.slice(a - d[o].length), i = l, 0 === r.indexOf(i);
885
+ }
886
+ }
887
+ }
888
+ return n.slice(a).contains(e.getExtension());
889
+ }
890
+ var ee = /[\\/] *x/;
891
+ function ne(t) { return Ft(ee, t); }
892
+ var de = /(?:(?:[0-3]?\d\/[01]?\d)|(?:[01]?\d\/[0-3]?\d))\/(?:[12]\d)?\d{2}/, re = /[12]\d{3}[-/]?[01]\d[-/]?[0-3]\d +[0-2]\d$/, ie = /^:[0-5]\d/;
893
+ function ae(t, e, n) {
894
+ if (de.test(t))
895
+ return !1;
896
+ if (re.test(t)) {
897
+ var d = n.slice(e + t.length);
898
+ if (ie.test(d))
899
+ return !1;
900
+ }
901
+ return !0;
902
+ }
903
+ var $e = "[^".concat("(\\[([").concat(")\\])]", "]"), oe = "[".concat("(\\[([").concat("++", "]"), ue = new RegExp("^" + oe), le = At(0, 3), se = new RegExp("^(?:[(\\[([])?(?:" + $e + "+[)\\])]])?" + $e + "+(?:[(\\[([]" + $e + "+[)\\])]])" + le + $e + "*$"), fe = /\d{1,5}-+\d{1,5}\s{0,4}\(\d{1,4}/;
904
+ function ce(t, e, n, d) {
905
+ if (se.test(t) && !fe.test(t)) {
906
+ if ("POSSIBLE" !== d) {
907
+ if (e > 0 && !ue.test(t)) {
908
+ var r = n[e - 1];
909
+ if (Ht(r) || Kt(r))
910
+ return !1;
911
+ }
912
+ var i = e + t.length;
913
+ if (i < n.length) {
914
+ var a = n[i];
915
+ if (Ht(a) || Kt(a))
916
+ return !1;
917
+ }
918
+ }
919
+ return !0;
920
+ }
921
+ }
922
+ function he(t) {
923
+ for (var e = 1; e < arguments.length; e++) {
924
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
925
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { ye(t, e, n[e]); }));
926
+ }
927
+ return t;
928
+ }
929
+ function ge(t, e) {
930
+ if (!(t instanceof e))
931
+ throw new TypeError("Cannot call a class as a function");
932
+ }
933
+ function me(t, e) {
934
+ for (var n = 0; n < e.length; n++) {
935
+ var d = e[n];
936
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
937
+ }
938
+ }
939
+ function ye(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
940
+ var ve = P(), pe = ["\\/+(.*)/", "(\\([^(]*)", "(?:".concat(Rt, "-|-").concat(Rt, ")").concat(Rt, "*(.+)"), "[‒-―-]".concat(Rt, "*(.+)"), "\\.+".concat(Rt, "*([^.]+)"), "".concat(Rt, "+(").concat(Dt, "+)")], be = At(0, 2), Ce = At(0, 4), Ne = At(0, 20), xe = "[".concat(r, "]") + Ce, Pe = Mt + At(1, 20), Se = "(?:" + oe + xe + ")" + be + Pe + "(?:" + xe + Pe + ")" + Ne + "(?:" + ve + ")?", Ee = new RegExp("[^".concat("0-9²³¹¼-¾٠-٩۰-۹߀-߉०-९০-৯৴-৹੦-੯૦-૯୦-୯୲-୷௦-௲౦-౯౸-౾೦-೯൦-൵๐-๙໐-໙༠-༳၀-၉႐-႙፩-፼ᛮ-ᛰ០-៩៰-៹᠐-᠙᥆-᥏᧐-᧚᪀-᪉᪐-᪙᭐-᭙᮰-᮹᱀-᱉᱐-᱙⁰⁴-⁹₀-₉⅐-ↂↅ-↉①-⒛⓪-⓿❶-➓⳽〇〡-〩〸-〺㆒-㆕㈠-㈩㉈-㉏㉑-㉟㊀-㊉㊱-㊿꘠-꘩ꛦ-ꛯ꠰-꠵꣐-꣙꤀-꤉꧐-꧙꩐-꩙꯰-꯹0-9").concat(Lt, "#]+$")), we = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1, Oe = function () {
941
+ function t() {
942
+ var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "", n = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, d = arguments.length > 2 ? arguments[2] : void 0;
943
+ if (ge(this, t), ye(this, "state", "NOT_READY"), ye(this, "searchIndex", 0), ye(this, "regExpCache", new Tt(32)), !(n = he({}, n, { defaultCallingCode: n.defaultCallingCode, defaultCountry: n.defaultCountry && C(n.defaultCountry, d) ? n.defaultCountry : void 0, leniency: n.leniency || n.extended ? "POSSIBLE" : "VALID", maxTries: n.maxTries || we })).leniency)
944
+ throw new TypeError("`Leniency` not supplied");
945
+ if (n.maxTries < 0)
946
+ throw new TypeError("`maxTries` not supplied");
947
+ if (this.text = e, this.options = n, this.metadata = d, this.leniency = Yt[n.leniency], !this.leniency)
948
+ throw new TypeError("Unknown leniency: ".concat(n.leniency, "."));
949
+ this.maxTries = n.maxTries, this.PATTERN = new RegExp(Se, "ig");
950
+ }
951
+ var e, n;
952
+ return e = t, (n = [{ key: "find", value: function () {
953
+ for (var t; this.maxTries > 0 && null !== (t = this.PATTERN.exec(this.text));) {
954
+ var e = t[0], n = t.index;
955
+ if (ae(e = ne(e), n, this.text)) {
956
+ var d = this.parseAndVerify(e, n, this.text) || this.extractInnerMatch(e, n, this.text);
957
+ if (d) {
958
+ if (this.options.v2) {
959
+ var r = new nt(d.country || d.countryCallingCode, d.phone, this.metadata);
960
+ return d.ext && (r.ext = d.ext), { startsAt: d.startsAt, endsAt: d.endsAt, number: r };
961
+ }
962
+ return d;
963
+ }
964
+ }
965
+ this.maxTries--;
966
+ }
967
+ } }, { key: "extractInnerMatch", value: function (t, e, n) {
968
+ for (var d = 0, r = pe; d < r.length; d++)
969
+ for (var i = !0, a = void 0, $ = new RegExp(r[d], "g"); this.maxTries > 0 && null !== (a = $.exec(t));) {
970
+ if (i) {
971
+ var o = Ft(Ee, t.slice(0, a.index)), u = this.parseAndVerify(o, e, n);
972
+ if (u)
973
+ return u;
974
+ this.maxTries--, i = !1;
975
+ }
976
+ var l = Ft(Ee, a[1]), s = t.indexOf(l, a.index), f = this.parseAndVerify(l, e + s, n);
977
+ if (f)
978
+ return f;
979
+ this.maxTries--;
980
+ }
981
+ } }, { key: "parseAndVerify", value: function (t, e, n) {
982
+ if (ce(t, e, n, this.options.leniency)) {
983
+ var d = ct(t, { extended: !0, defaultCountry: this.options.defaultCountry, defaultCallingCode: this.options.defaultCallingCode }, this.metadata);
984
+ if (d.possible && this.leniency(d, t, this.metadata, this.regExpCache)) {
985
+ var r = { startsAt: e, endsAt: e + t.length, phone: d.phone };
986
+ return d.country && "001" !== d.country ? r.country = d.country : r.countryCallingCode = d.countryCallingCode, d.ext && (r.ext = d.ext), r;
987
+ }
988
+ }
989
+ } }, { key: "hasNext", value: function () { return "NOT_READY" === this.state && (this.lastMatch = this.find(), this.lastMatch ? this.state = "READY" : this.state = "DONE"), "READY" === this.state; } }, { key: "next", value: function () {
990
+ if (!this.hasNext())
991
+ throw new Error("No next element");
992
+ var t = this.lastMatch;
993
+ return this.lastMatch = null, this.state = "NOT_READY", t;
994
+ } }]) && me(e.prototype, n), t;
995
+ }();
996
+ function Ie(t, e, n) {
997
+ for (var d = new Oe(t, e, n), r = []; d.hasNext();)
998
+ r.push(d.next());
999
+ return r;
1000
+ }
1001
+ function Te() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return Ie(e, n, d); }
1002
+ function Ae(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
1003
+ function Fe() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata, r = new Oe(e, n, d); return Ae({}, Symbol.iterator, (function () { return { next: function () { return r.hasNext() ? { done: !1, value: r.next() } : { done: !0 }; } }; })); }
1004
+ function ke(t) { return (ke = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
1005
+ function Re(t) {
1006
+ for (var e = 1; e < arguments.length; e++) {
1007
+ var n = null != arguments[e] ? arguments[e] : {}, d = Object.keys(n);
1008
+ "function" == typeof Object.getOwnPropertySymbols && (d = d.concat(Object.getOwnPropertySymbols(n).filter((function (t) { return Object.getOwnPropertyDescriptor(n, t).enumerable; })))), d.forEach((function (e) { De(t, e, n[e]); }));
1009
+ }
1010
+ return t;
1011
+ }
1012
+ function De(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
1013
+ function Me(t, e, n, d) { var r = Le(e, n, d); return Te(t, r.options, r.metadata); }
1014
+ function Le(t, e, n) { return n ? t && (e = Re({}, e, { defaultCountry: t })) : e ? (n = e, e = t ? _e(t) ? t : { defaultCountry: t } : void 0) : (n = t, e = void 0), { options: Re({}, e, { v2: !0 }), metadata: n }; }
1015
+ var _e = function (t) { return "object" === ke(t); };
1016
+ function Ge(t, e, n, d) { var r = Le(e, n, d); return Fe(t, r.options, r.metadata); }
1017
+ function Be(t, e) {
1018
+ for (var n = 0; n < e.length; n++) {
1019
+ var d = e[n];
1020
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
1021
+ }
1022
+ }
1023
+ var je = function () {
1024
+ function t(e) {
1025
+ var n = this, d = e.onCountryChange, r = e.onCallingCodeChange;
1026
+ !function (t, e) {
1027
+ if (!(t instanceof e))
1028
+ throw new TypeError("Cannot call a class as a function");
1029
+ }(this, t), function (t, e, n) { e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n; }(this, "update", (function (t) {
1030
+ for (var e = 0, d = Object.keys(t); e < d.length; e++) {
1031
+ var r = d[e];
1032
+ n[r] = t[r];
1033
+ }
1034
+ })), this.onCountryChange = d, this.onCallingCodeChange = r;
1035
+ }
1036
+ var e, n;
1037
+ return e = t, (n = [{ key: "reset", value: function (t, e) { this.international = !1, this.IDDPrefix = void 0, this.missingPlus = void 0, this.callingCode = void 0, this.digits = "", this.resetNationalSignificantNumber(), this.initCountryAndCallingCode(t, e); } }, { key: "resetNationalSignificantNumber", value: function () { this.nationalSignificantNumber = this.getNationalDigits(), this.nationalSignificantNumberMatchesInput = !0, this.nationalPrefix = void 0, this.carrierCode = void 0, this.complexPrefixBeforeNationalSignificantNumber = void 0; } }, { key: "initCountryAndCallingCode", value: function (t, e) { this.setCountry(t), this.setCallingCode(e); } }, { key: "setCountry", value: function (t) { this.country = t, this.onCountryChange(t); } }, { key: "setCallingCode", value: function (t) { return this.callingCode = t, this.onCallingCodeChange(this.country, t); } }, { key: "startInternationalNumber", value: function () { this.international = !0, this.initCountryAndCallingCode(); } }, { key: "appendDigits", value: function (t) { this.digits += t; } }, { key: "appendNationalSignificantNumberDigits", value: function (t) { this.nationalSignificantNumber += t; } }, { key: "getNationalDigits", value: function () { return this.international ? this.digits.slice((this.IDDPrefix ? this.IDDPrefix.length : 0) + (this.callingCode ? this.callingCode.length : 0)) : this.digits; } }, { key: "getDigitsWithoutInternationalPrefix", value: function () { return this.international && this.IDDPrefix ? this.digits.slice(this.IDDPrefix.length) : this.digits; } }]) && Be(e.prototype, n), t;
1038
+ }(), Ue = new RegExp("x");
1039
+ function We(t, e) {
1040
+ if (e < 1)
1041
+ return "";
1042
+ for (var n = ""; e > 1;)
1043
+ 1 & e && (n += t), e >>= 1, t += t;
1044
+ return n + t;
1045
+ }
1046
+ function Ve(t, e) {
1047
+ return ")" === t[e] && e++, function (t) {
1048
+ var e = [], n = 0;
1049
+ for (; n < t.length;)
1050
+ "(" === t[n] ? e.push(n) : ")" === t[n] && e.pop(), n++;
1051
+ var d = 0, r = "";
1052
+ e.push(t.length);
1053
+ for (var i = 0, a = e; i < a.length; i++) {
1054
+ var $ = a[i];
1055
+ r += t.slice(d, $), d = $ + 1;
1056
+ }
1057
+ return r;
1058
+ }(t.slice(0, e));
1059
+ }
1060
+ function Ke(t, e, n) {
1061
+ var d = n.metadata, r = n.shouldTryNationalPrefixFormattingRule, i = n.getSeparatorAfterNationalPrefix;
1062
+ if (new RegExp("^(?:".concat(e.pattern(), ")$")).test(t.nationalSignificantNumber))
1063
+ return function (t, e, n) {
1064
+ var d = n.metadata, r = n.shouldTryNationalPrefixFormattingRule, i = n.getSeparatorAfterNationalPrefix;
1065
+ t.nationalSignificantNumber, t.international, t.nationalPrefix, t.carrierCode;
1066
+ if (r(e)) {
1067
+ var a = He(t, e, { useNationalPrefixFormattingRule: !0, getSeparatorAfterNationalPrefix: i, metadata: d });
1068
+ if (a)
1069
+ return a;
1070
+ }
1071
+ return He(t, e, { useNationalPrefixFormattingRule: !1, getSeparatorAfterNationalPrefix: i, metadata: d });
1072
+ }(t, e, { metadata: d, shouldTryNationalPrefixFormattingRule: r, getSeparatorAfterNationalPrefix: i });
1073
+ }
1074
+ function He(t, e, n) {
1075
+ var d = n.metadata, r = n.useNationalPrefixFormattingRule, i = n.getSeparatorAfterNationalPrefix, a = Y(t.nationalSignificantNumber, e, { carrierCode: t.carrierCode, useInternationalFormat: t.international, withNationalPrefix: r, metadata: d });
1076
+ if (r || (t.nationalPrefix ? a = t.nationalPrefix + i(e) + a : t.complexPrefixBeforeNationalSignificantNumber && (a = t.complexPrefixBeforeNationalSignificantNumber + " " + a)), function (t, e) { return A(t) === e.getNationalDigits(); }(a, t))
1077
+ return a;
1078
+ }
1079
+ function Ye(t, e) {
1080
+ for (var n = 0; n < e.length; n++) {
1081
+ var d = e[n];
1082
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
1083
+ }
1084
+ }
1085
+ function Ze(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
1086
+ var Xe = We("9", 15), Je = /[- ]/, Qe = new RegExp("^[" + r + "]*(\\$\\d[" + r + "]*)+$"), ze = function () {
1087
+ function t(e) {
1088
+ var n = this, d = (e.state, e.metadata);
1089
+ !function (t, e) {
1090
+ if (!(t instanceof e))
1091
+ throw new TypeError("Cannot call a class as a function");
1092
+ }(this, t), Ze(this, "getSeparatorAfterNationalPrefix", (function (t) { return n.isNANP ? " " : t && t.nationalPrefixFormattingRule() && Je.test(t.nationalPrefixFormattingRule()) ? " " : ""; })), Ze(this, "shouldTryNationalPrefixFormattingRule", (function (t, e) {
1093
+ var n = e.international, d = e.nationalPrefix;
1094
+ if (t.nationalPrefixFormattingRule()) {
1095
+ var r = t.usesNationalPrefix();
1096
+ if (r && d || !r && !n)
1097
+ return !0;
1098
+ }
1099
+ })), this.metadata = d, this.resetFormat();
1100
+ }
1101
+ var e, n;
1102
+ return e = t, (n = [{ key: "resetFormat", value: function () { this.chosenFormat = void 0, this.template = void 0, this.nationalNumberTemplate = void 0, this.populatedNationalNumberTemplate = void 0, this.populatedNationalNumberTemplatePosition = -1; } }, { key: "reset", value: function (t, e) { this.resetFormat(), t ? (this.isNANP = "1" === t.callingCode(), this.matchingFormats = t.formats(), e.nationalSignificantNumber && this.narrowDownMatchingFormats(e)) : (this.isNANP = void 0, this.matchingFormats = []); } }, { key: "format", value: function (t, e) {
1103
+ var n = this;
1104
+ if (function (t, e) { return "IS_POSSIBLE" === R(t, e); }(e.nationalSignificantNumber, this.metadata)) {
1105
+ var d = this.matchingFormats, r = Array.isArray(d), i = 0;
1106
+ for (d = r ? d : d[Symbol.iterator]();;) {
1107
+ var a;
1108
+ if (r) {
1109
+ if (i >= d.length)
1110
+ break;
1111
+ a = d[i++];
1112
+ }
1113
+ else {
1114
+ if ((i = d.next()).done)
1115
+ break;
1116
+ a = i.value;
1117
+ }
1118
+ var $ = a, o = Ke(e, $, { metadata: this.metadata, shouldTryNationalPrefixFormattingRule: function (t) { return n.shouldTryNationalPrefixFormattingRule(t, { international: e.international, nationalPrefix: e.nationalPrefix }); }, getSeparatorAfterNationalPrefix: this.getSeparatorAfterNationalPrefix });
1119
+ if (o)
1120
+ return this.resetFormat(), this.chosenFormat = $, this.setNationalNumberTemplate(o.replace(/\d/g, "x"), e), this.populatedNationalNumberTemplate = o, this.populatedNationalNumberTemplatePosition = this.template.lastIndexOf("x"), o;
1121
+ }
1122
+ }
1123
+ return this.formatNationalNumberWithNextDigits(t, e);
1124
+ } }, { key: "formatNationalNumberWithNextDigits", value: function (t, e) {
1125
+ var n = this.chosenFormat, d = this.chooseFormat(e);
1126
+ if (d)
1127
+ return d === n ? this.formatNextNationalNumberDigits(t) : this.formatNextNationalNumberDigits(e.getNationalDigits());
1128
+ } }, { key: "narrowDownMatchingFormats", value: function (t) { var e = this, n = t.nationalSignificantNumber, d = t.nationalPrefix, r = t.international, i = n, a = i.length - 3; a < 0 && (a = 0), this.matchingFormats = this.matchingFormats.filter((function (t) { return e.formatSuits(t, r, d) && e.formatMatches(t, i, a); })), this.chosenFormat && -1 === this.matchingFormats.indexOf(this.chosenFormat) && this.resetFormat(); } }, { key: "formatSuits", value: function (t, e, n) { return !(n && !t.usesNationalPrefix() && !t.nationalPrefixIsOptionalWhenFormattingInNationalFormat() || !e && !n && t.nationalPrefixIsMandatoryWhenFormattingInNationalFormat()); } }, { key: "formatMatches", value: function (t, e, n) {
1129
+ var d = t.leadingDigitsPatterns().length;
1130
+ if (0 === d)
1131
+ return !0;
1132
+ if (e.length < 3)
1133
+ return !0;
1134
+ n = Math.min(n, d - 1);
1135
+ var r = t.leadingDigitsPatterns()[n];
1136
+ return new RegExp("^(".concat(r, ")")).test(e);
1137
+ } }, { key: "getFormatFormat", value: function (t, e) { return e ? t.internationalFormat() : t.format(); } }, { key: "chooseFormat", value: function (t) {
1138
+ var e = this, n = function () {
1139
+ if (r) {
1140
+ if (i >= d.length)
1141
+ return "break";
1142
+ a = d[i++];
1143
+ }
1144
+ else {
1145
+ if ((i = d.next()).done)
1146
+ return "break";
1147
+ a = i.value;
1148
+ }
1149
+ var n = a;
1150
+ return e.chosenFormat === n ? "break" : Qe.test(e.getFormatFormat(n, t.international)) ? e.createTemplateForFormat(n, t) ? (e.chosenFormat = n, "break") : (e.matchingFormats = e.matchingFormats.filter((function (t) { return t !== n; })), "continue") : "continue";
1151
+ }, d = this.matchingFormats.slice(), r = Array.isArray(d), i = 0;
1152
+ t: for (d = r ? d : d[Symbol.iterator]();;) {
1153
+ var a;
1154
+ switch (n()) {
1155
+ case "break": break t;
1156
+ case "continue": continue;
1157
+ }
1158
+ }
1159
+ return this.chosenFormat || this.resetFormat(), this.chosenFormat;
1160
+ } }, { key: "createTemplateForFormat", value: function (t, e) {
1161
+ if (!(t.pattern().indexOf("|") >= 0)) {
1162
+ var n = this.getTemplateForFormat(t, e);
1163
+ return n ? (this.setNationalNumberTemplate(n, e), !0) : void 0;
1164
+ }
1165
+ } }, { key: "getInternationalPrefixBeforeCountryCallingCode", value: function (t, e) { var n = t.IDDPrefix, d = t.missingPlus; return n ? e && !1 === e.spacing ? n : n + " " : d ? "" : "+"; } }, { key: "getTemplate", value: function (t) {
1166
+ if (this.template) {
1167
+ for (var e = -1, n = 0, d = t.international ? this.getInternationalPrefixBeforeCountryCallingCode(t, { spacing: !1 }) : ""; n < d.length + t.getDigitsWithoutInternationalPrefix().length;)
1168
+ e = this.template.indexOf("x", e + 1), n++;
1169
+ return Ve(this.template, e + 1);
1170
+ }
1171
+ } }, { key: "setNationalNumberTemplate", value: function (t, e) { this.nationalNumberTemplate = t, this.populatedNationalNumberTemplate = t, this.populatedNationalNumberTemplatePosition = -1, e.international ? this.template = this.getInternationalPrefixBeforeCountryCallingCode(e).replace(/[\d\+]/g, "x") + We("x", e.callingCode.length) + " " + t : this.template = t; } }, { key: "getTemplateForFormat", value: function (t, e) {
1172
+ var n = e.nationalSignificantNumber, d = e.international, r = e.nationalPrefix, i = e.complexPrefixBeforeNationalSignificantNumber, a = t.pattern();
1173
+ a = a.replace(/\[([^\[\]])*\]/g, "\\d").replace(/\d(?=[^,}][^,}])/g, "\\d");
1174
+ var $ = Xe.match(a)[0];
1175
+ if (!(n.length > $.length)) {
1176
+ var o = new RegExp("^" + a + "$"), u = n.replace(/\d/g, "9");
1177
+ o.test(u) && ($ = u);
1178
+ var l, s = this.getFormatFormat(t, d);
1179
+ if (this.shouldTryNationalPrefixFormattingRule(t, { international: d, nationalPrefix: r })) {
1180
+ var f = s.replace(H, t.nationalPrefixFormattingRule());
1181
+ if (A(t.nationalPrefixFormattingRule()) === (r || "") + A("$1") && (s = f, l = !0, r))
1182
+ for (var c = r.length; c > 0;)
1183
+ s = s.replace(/\d/, "x"), c--;
1184
+ }
1185
+ var h = $.replace(new RegExp(a), s).replace(new RegExp("9", "g"), "x");
1186
+ return l || (i ? h = We("x", i.length) + " " + h : r && (h = We("x", r.length) + this.getSeparatorAfterNationalPrefix(t) + h)), d && (h = K(h)), h;
1187
+ }
1188
+ } }, { key: "formatNextNationalNumberDigits", value: function (t) {
1189
+ var e = function (t, e, n) {
1190
+ var d = n.split(""), r = Array.isArray(d), i = 0;
1191
+ for (d = r ? d : d[Symbol.iterator]();;) {
1192
+ var a;
1193
+ if (r) {
1194
+ if (i >= d.length)
1195
+ break;
1196
+ a = d[i++];
1197
+ }
1198
+ else {
1199
+ if ((i = d.next()).done)
1200
+ break;
1201
+ a = i.value;
1202
+ }
1203
+ var $ = a;
1204
+ if (t.slice(e + 1).search(Ue) < 0)
1205
+ return;
1206
+ e = t.search(Ue), t = t.replace(Ue, $);
1207
+ }
1208
+ return [t, e];
1209
+ }(this.populatedNationalNumberTemplate, this.populatedNationalNumberTemplatePosition, t);
1210
+ if (e)
1211
+ return this.populatedNationalNumberTemplate = e[0], this.populatedNationalNumberTemplatePosition = e[1], Ve(this.populatedNationalNumberTemplate, this.populatedNationalNumberTemplatePosition + 1);
1212
+ this.resetFormat();
1213
+ } }]) && Ye(e.prototype, n), t;
1214
+ }();
1215
+ function qe(t, e) {
1216
+ return function (t) {
1217
+ if (Array.isArray(t))
1218
+ return t;
1219
+ }(t) || function (t, e) {
1220
+ var n = [], d = !0, r = !1, i = void 0;
1221
+ try {
1222
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
1223
+ ;
1224
+ }
1225
+ catch (t) {
1226
+ r = !0, i = t;
1227
+ }
1228
+ finally {
1229
+ try {
1230
+ d || null == $.return || $.return();
1231
+ }
1232
+ finally {
1233
+ if (r)
1234
+ throw i;
1235
+ }
1236
+ }
1237
+ return n;
1238
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
1239
+ }
1240
+ function tn(t, e) {
1241
+ for (var n = 0; n < e.length; n++) {
1242
+ var d = e[n];
1243
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
1244
+ }
1245
+ }
1246
+ var en = new RegExp("^" + ("[" + r + "0-90-9٠-٩۰-۹]+") + "$", "i"), nn = "(?:[++][" + r + "0-90-9٠-٩۰-۹]*|[" + r + "0-90-9٠-٩۰-۹]+)", dn = new RegExp("[^" + r + "0-90-9٠-٩۰-۹]+.*$"), rn = /[^\d\[\]]/, an = function () {
1247
+ function t(e) {
1248
+ var n = e.defaultCountry, d = e.defaultCallingCode, r = e.metadata, i = e.onNationalSignificantNumberChange;
1249
+ !function (t, e) {
1250
+ if (!(t instanceof e))
1251
+ throw new TypeError("Cannot call a class as a function");
1252
+ }(this, t), this.defaultCountry = n, this.defaultCallingCode = d, this.metadata = r, this.onNationalSignificantNumberChange = i;
1253
+ }
1254
+ var e, n;
1255
+ return e = t, (n = [{ key: "input", value: function (t, e) {
1256
+ var n, d = function (t) {
1257
+ var e = qe(function (t) {
1258
+ var e = function (t) {
1259
+ var e, n = t.search(nn);
1260
+ if (!(n < 0))
1261
+ return "+" === (t = t.slice(n))[0] && (e = !0, t = t.slice("+".length)), t = t.replace(dn, ""), e && (t = "+" + t), t;
1262
+ }(t) || "";
1263
+ return "+" === e[0] ? [e.slice("+".length), !0] : [e];
1264
+ }(t), 2), n = e[0], d = e[1];
1265
+ return en.test(n) || (n = ""), [n, d];
1266
+ }(t), r = qe(d, 2), i = r[0], a = r[1], $ = A(i);
1267
+ return a && (e.digits || (e.startInternationalNumber(), $ || (n = !0))), $ && this.inputDigits($, e), { digits: $, justLeadingPlus: n };
1268
+ } }, { key: "inputDigits", value: function (t, e) {
1269
+ var n = e.digits, d = n.length < 3 && n.length + t.length >= 3;
1270
+ if (e.appendDigits(t), d && this.extractIddPrefix(e), this.isWaitingForCountryCallingCode(e)) {
1271
+ if (!this.extractCountryCallingCode(e))
1272
+ return;
1273
+ }
1274
+ else
1275
+ e.appendNationalSignificantNumberDigits(t);
1276
+ e.international || this.hasExtractedNationalSignificantNumber || this.extractNationalSignificantNumber(e.getNationalDigits(), e.update);
1277
+ } }, { key: "isWaitingForCountryCallingCode", value: function (t) { var e = t.international, n = t.callingCode; return e && !n; } }, { key: "extractCountryCallingCode", value: function (t) {
1278
+ var e = ut("+" + t.getDigitsWithoutInternationalPrefix(), this.defaultCountry, this.defaultCallingCode, this.metadata.metadata), n = e.countryCallingCode, d = e.number;
1279
+ if (n)
1280
+ return t.setCallingCode(n), t.update({ nationalSignificantNumber: d }), !0;
1281
+ } }, { key: "reset", value: function (t) {
1282
+ if (t) {
1283
+ this.hasSelectedNumberingPlan = !0;
1284
+ var e = t._nationalPrefixForParsing();
1285
+ this.couldPossiblyExtractAnotherNationalSignificantNumber = e && rn.test(e);
1286
+ }
1287
+ else
1288
+ this.hasSelectedNumberingPlan = void 0, this.couldPossiblyExtractAnotherNationalSignificantNumber = void 0;
1289
+ } }, { key: "extractNationalSignificantNumber", value: function (t, e) {
1290
+ if (this.hasSelectedNumberingPlan) {
1291
+ var n = at(t, this.metadata), d = n.nationalPrefix, r = n.nationalNumber, i = n.carrierCode;
1292
+ if (r !== t)
1293
+ return this.onExtractedNationalNumber(d, i, r, t, e), !0;
1294
+ }
1295
+ } }, { key: "extractAnotherNationalSignificantNumber", value: function (t, e, n) {
1296
+ if (!this.hasExtractedNationalSignificantNumber)
1297
+ return this.extractNationalSignificantNumber(t, n);
1298
+ if (this.couldPossiblyExtractAnotherNationalSignificantNumber) {
1299
+ var d = at(t, this.metadata), r = d.nationalPrefix, i = d.nationalNumber, a = d.carrierCode;
1300
+ if (i !== e)
1301
+ return this.onExtractedNationalNumber(r, a, i, t, n), !0;
1302
+ }
1303
+ } }, { key: "onExtractedNationalNumber", value: function (t, e, n, d, r) {
1304
+ var i, a, $ = d.lastIndexOf(n);
1305
+ if ($ >= 0 && $ === d.length - n.length) {
1306
+ a = !0;
1307
+ var o = d.slice(0, $);
1308
+ o !== t && (i = o);
1309
+ }
1310
+ r({ nationalPrefix: t, carrierCode: e, nationalSignificantNumber: n, nationalSignificantNumberMatchesInput: a, complexPrefixBeforeNationalSignificantNumber: i }), this.hasExtractedNationalSignificantNumber = !0, this.onNationalSignificantNumberChange();
1311
+ } }, { key: "reExtractNationalSignificantNumber", value: function (t) { return !!this.extractAnotherNationalSignificantNumber(t.getNationalDigits(), t.nationalSignificantNumber, t.update) || (this.extractIddPrefix(t) ? (this.extractCallingCodeAndNationalSignificantNumber(t), !0) : this.fixMissingPlus(t) ? (this.extractCallingCodeAndNationalSignificantNumber(t), !0) : void 0); } }, { key: "extractIddPrefix", value: function (t) {
1312
+ var e = t.international, n = t.IDDPrefix, d = t.digits;
1313
+ if (t.nationalSignificantNumber, !e && !n) {
1314
+ var r = it(d, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata);
1315
+ return void 0 !== r && r !== d ? (t.update({ IDDPrefix: d.slice(0, d.length - r.length) }), this.startInternationalNumber(t), !0) : void 0;
1316
+ }
1317
+ } }, { key: "fixMissingPlus", value: function (t) {
1318
+ if (!t.international) {
1319
+ var e = ot(t.digits, this.defaultCountry, this.defaultCallingCode, this.metadata.metadata), n = e.countryCallingCode;
1320
+ if (e.number, n)
1321
+ return t.update({ missingPlus: !0 }), this.startInternationalNumber(t), !0;
1322
+ }
1323
+ } }, { key: "startInternationalNumber", value: function (t) { t.startInternationalNumber(), t.nationalSignificantNumber && (t.resetNationalSignificantNumber(), this.onNationalSignificantNumberChange(), this.hasExtractedNationalSignificantNumber = void 0); } }, { key: "extractCallingCodeAndNationalSignificantNumber", value: function (t) { this.extractCountryCallingCode(t) && this.extractNationalSignificantNumber(t.getNationalDigits(), t.update); } }]) && tn(e.prototype, n), t;
1324
+ }();
1325
+ function $n(t) { return ($n = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
1326
+ function on(t, e) {
1327
+ return function (t) {
1328
+ if (Array.isArray(t))
1329
+ return t;
1330
+ }(t) || function (t, e) {
1331
+ var n = [], d = !0, r = !1, i = void 0;
1332
+ try {
1333
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
1334
+ ;
1335
+ }
1336
+ catch (t) {
1337
+ r = !0, i = t;
1338
+ }
1339
+ finally {
1340
+ try {
1341
+ d || null == $.return || $.return();
1342
+ }
1343
+ finally {
1344
+ if (r)
1345
+ throw i;
1346
+ }
1347
+ }
1348
+ return n;
1349
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
1350
+ }
1351
+ function un(t, e) {
1352
+ for (var n = 0; n < e.length; n++) {
1353
+ var d = e[n];
1354
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
1355
+ }
1356
+ }
1357
+ var ln = function () {
1358
+ function t(e, n) {
1359
+ !function (t, e) {
1360
+ if (!(t instanceof e))
1361
+ throw new TypeError("Cannot call a class as a function");
1362
+ }(this, t), this.metadata = new s(n);
1363
+ var d = on(this.getCountryAndCallingCode(e), 2), r = d[0], i = d[1];
1364
+ this.defaultCountry = r, this.defaultCallingCode = i, this.reset();
1365
+ }
1366
+ var e, n;
1367
+ return e = t, (n = [{ key: "getCountryAndCallingCode", value: function (t) { var e, n; return t && ("object" === $n(t) ? (e = t.defaultCountry, n = t.defaultCallingCode) : e = t), e && !this.metadata.hasCountry(e) && (e = void 0), [e, n]; } }, { key: "input", value: function (t) {
1368
+ var e = this.parser.input(t, this.state), n = e.digits;
1369
+ if (e.justLeadingPlus)
1370
+ this.formattedOutput = "+";
1371
+ else if (n) {
1372
+ var d;
1373
+ if (this.determineTheCountryIfNeeded(), this.state.nationalSignificantNumber && this.formatter.narrowDownMatchingFormats(this.state), this.metadata.hasSelectedNumberingPlan() && (d = this.formatter.format(n, this.state)), void 0 === d && this.parser.reExtractNationalSignificantNumber(this.state)) {
1374
+ this.determineTheCountryIfNeeded();
1375
+ var r = this.state.getNationalDigits();
1376
+ r && (d = this.formatter.format(r, this.state));
1377
+ }
1378
+ this.formattedOutput = d ? this.getFullNumber(d) : this.getNonFormattedNumber();
1379
+ }
1380
+ return this.formattedOutput;
1381
+ } }, { key: "reset", value: function () { var t = this; return this.state = new je({ onCountryChange: function (e) { t.country = e; }, onCallingCodeChange: function (e, n) { t.metadata.selectNumberingPlan(e, n), t.formatter.reset(t.metadata.numberingPlan, t.state), t.parser.reset(t.metadata.numberingPlan); } }), this.formatter = new ze({ state: this.state, metadata: this.metadata }), this.parser = new an({ defaultCountry: this.defaultCountry, defaultCallingCode: this.defaultCallingCode, metadata: this.metadata, state: this.state, onNationalSignificantNumberChange: function () { t.determineTheCountryIfNeeded(), t.formatter.reset(t.metadata.numberingPlan, t.state); } }), this.state.reset(this.defaultCountry, this.defaultCallingCode), this.formattedOutput = "", this; } }, { key: "isInternational", value: function () { return this.state.international; } }, { key: "getCallingCode", value: function () { return this.state.callingCode; } }, { key: "getCountryCallingCode", value: function () { return this.getCallingCode(); } }, { key: "getCountry", value: function () {
1382
+ var t = this.state, e = t.digits, n = t.country;
1383
+ if (e)
1384
+ return n;
1385
+ } }, { key: "determineTheCountryIfNeeded", value: function () { this.state.country && !this.isCountryCallingCodeAmbiguous() || this.determineTheCountry(); } }, { key: "getFullNumber", value: function (t) {
1386
+ var e = this;
1387
+ if (this.isInternational()) {
1388
+ var n = function (t) { return e.formatter.getInternationalPrefixBeforeCountryCallingCode(e.state, { spacing: !!t }) + t; }, d = this.state.callingCode;
1389
+ return n(d ? t ? "".concat(d, " ").concat(t) : d : "".concat(this.state.getDigitsWithoutInternationalPrefix()));
1390
+ }
1391
+ return t;
1392
+ } }, { key: "getNonFormattedNationalNumberWithPrefix", value: function () { var t = this.state, e = t.nationalSignificantNumber, n = t.complexPrefixBeforeNationalSignificantNumber, d = t.nationalPrefix, r = e, i = n || d; return i && (r = i + r), r; } }, { key: "getNonFormattedNumber", value: function () { var t = this.state.nationalSignificantNumberMatchesInput; return this.getFullNumber(t ? this.getNonFormattedNationalNumberWithPrefix() : this.state.getNationalDigits()); } }, { key: "getNonFormattedTemplate", value: function () {
1393
+ var t = this.getNonFormattedNumber();
1394
+ if (t)
1395
+ return t.replace(/[\+\d]/g, "x");
1396
+ } }, { key: "isCountryCallingCodeAmbiguous", value: function () { var t = this.state.callingCode, e = this.metadata.getCountryCodesForCallingCode(t); return e && e.length > 1; } }, { key: "determineTheCountry", value: function () { this.state.setCountry(lt(this.isInternational() ? this.state.callingCode : this.defaultCallingCode, this.state.nationalSignificantNumber, this.metadata)); } }, { key: "getNumber", value: function () {
1397
+ var t = this.state, e = t.nationalSignificantNumber, n = t.carrierCode;
1398
+ if (this.isInternational()) {
1399
+ if (!this.state.callingCode)
1400
+ return;
1401
+ }
1402
+ else if (!this.state.country && !this.defaultCallingCode)
1403
+ return;
1404
+ if (e) {
1405
+ var d = this.getCountry(), r = this.getCountryCallingCode() || this.defaultCallingCode, i = new nt(d || r, e, this.metadata.metadata);
1406
+ return n && (i.carrierCode = n), i;
1407
+ }
1408
+ } }, { key: "isPossible", value: function () { var t = this.getNumber(); return !!t && t.isPossible(); } }, { key: "isValid", value: function () { var t = this.getNumber(); return !!t && t.isValid(); } }, { key: "getNationalNumber", value: function () { return this.state.nationalSignificantNumber; } }, { key: "getChars", value: function () { return (this.state.international ? "+" : "") + this.state.digits; } }, { key: "getTemplate", value: function () { return this.formatter.getTemplate(this.state) || this.getNonFormattedTemplate() || ""; } }]) && un(e.prototype, n), t;
1409
+ }();
1410
+ function sn(t) { return new s(t).getCountries(); }
1411
+ function fn(t, e, n) {
1412
+ if (e[t])
1413
+ return new nt(t, e[t], n);
1414
+ }
1415
+ function cn(t, e, n) { return n || (n = e, e = void 0), new ln(e, n).input(t); }
1416
+ function hn() { return n(pt, arguments); }
1417
+ function gn() { return n(Pt, arguments); }
1418
+ function mn(t, n) { return Oe.call(this, t, n, e); }
1419
+ function yn(t) { return ln.call(this, t, e); }
1420
+ function vn() { return n(b, arguments); }
1421
+ function pn() { return s.call(this, e); }
1422
+ function bn() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return ct(e, n, d); }
1423
+ function Cn() { return n(bn, arguments); }
1424
+ function Nn(t) { return (Nn = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
1425
+ function xn(t, e) {
1426
+ return function (t) {
1427
+ if (Array.isArray(t))
1428
+ return t;
1429
+ }(t) || function (t, e) {
1430
+ var n = [], d = !0, r = !1, i = void 0;
1431
+ try {
1432
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
1433
+ ;
1434
+ }
1435
+ catch (t) {
1436
+ r = !0, i = t;
1437
+ }
1438
+ finally {
1439
+ try {
1440
+ d || null == $.return || $.return();
1441
+ }
1442
+ finally {
1443
+ if (r)
1444
+ throw i;
1445
+ }
1446
+ }
1447
+ return n;
1448
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
1449
+ }
1450
+ function Pn() { var t = Sn(arguments), e = t.input, n = t.format, d = t.options, r = t.metadata; return Q(e, n, d, r); }
1451
+ function Sn(t) {
1452
+ var e, n, d, r, i = xn(Array.prototype.slice.call(t), 5), a = i[0], $ = i[1], o = i[2], u = i[3], l = i[4];
1453
+ if ("string" == typeof a)
1454
+ if ("string" == typeof o)
1455
+ n = o, l ? (d = u, r = l) : r = u, e = ct(a, { defaultCountry: $, extended: !0 }, r);
1456
+ else {
1457
+ if ("string" != typeof $)
1458
+ throw new Error("`format` argument not passed to `formatNumber(number, format)`");
1459
+ n = $, u ? (d = o, r = u) : r = o, e = ct(a, { extended: !0 }, r);
1460
+ }
1461
+ else {
1462
+ if (!En(a))
1463
+ throw new TypeError("A phone number must either be a string or an object of shape { phone, [country] }.");
1464
+ e = a, n = $, u ? (d = o, r = u) : r = o;
1465
+ }
1466
+ return "International" === n ? n = "INTERNATIONAL" : "National" === n && (n = "NATIONAL"), { input: e, format: n, options: d, metadata: r };
1467
+ }
1468
+ mn.prototype = Object.create(Oe.prototype, {}), mn.prototype.constructor = mn, yn.prototype = Object.create(ln.prototype, {}), yn.prototype.constructor = yn, pn.prototype = Object.create(s.prototype, {}), pn.prototype.constructor = pn;
1469
+ var En = function (t) { return "object" === Nn(t); };
1470
+ function wn() { return n(Pn, arguments); }
1471
+ function On(t) { return (On = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); }
1472
+ function In(t, e) {
1473
+ return function (t) {
1474
+ if (Array.isArray(t))
1475
+ return t;
1476
+ }(t) || function (t, e) {
1477
+ var n = [], d = !0, r = !1, i = void 0;
1478
+ try {
1479
+ for (var a, $ = t[Symbol.iterator](); !(d = (a = $.next()).done) && (n.push(a.value), !e || n.length !== e); d = !0)
1480
+ ;
1481
+ }
1482
+ catch (t) {
1483
+ r = !0, i = t;
1484
+ }
1485
+ finally {
1486
+ try {
1487
+ d || null == $.return || $.return();
1488
+ }
1489
+ finally {
1490
+ if (r)
1491
+ throw i;
1492
+ }
1493
+ }
1494
+ return n;
1495
+ }(t, e) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }();
1496
+ }
1497
+ function Tn() { var t = An(arguments), e = t.input, n = t.options, d = t.metadata; return U(e, n, d); }
1498
+ function An(t) {
1499
+ var e, n, d = In(Array.prototype.slice.call(t), 4), r = d[0], i = d[1], a = d[2], $ = d[3], o = {};
1500
+ if ("string" == typeof r)
1501
+ "object" !== On(i) ? ($ ? (o = a, n = $) : n = a, e = w(r) ? ct(r, { defaultCountry: i }, n) : {}) : (a ? (o = i, n = a) : n = i, e = w(r) ? ct(r, void 0, n) : {});
1502
+ else {
1503
+ if (!Fn(r))
1504
+ throw new TypeError("A phone number must either be a string or an object of shape { phone, [country] }.");
1505
+ e = r, a ? (o = i, n = a) : n = i;
1506
+ }
1507
+ return { input: e, options: o, metadata: n };
1508
+ }
1509
+ var Fn = function (t) { return "object" === On(t); };
1510
+ function kn() { var t = An(arguments), e = t.input, n = t.options, d = t.metadata; return D(e, n, d); }
1511
+ function Rn() { var t = An(arguments), e = t.input, n = t.options, d = t.metadata; return V(e, n, d); }
1512
+ function Dn(t, e, n) {
1513
+ if ("string" != typeof t)
1514
+ throw new TypeError("number must be a string");
1515
+ if ("string" != typeof e)
1516
+ throw new TypeError("country must be a string");
1517
+ return function (t, e, n, d) { return n = n || {}, t.country === e && V(t, n, d); }(w(t) ? ct(t, { defaultCountry: e }, n) : {}, e, void 0, n);
1518
+ }
1519
+ function Mn(t, e) {
1520
+ for (var n = 0; n < e.length; n++) {
1521
+ var d = e[n];
1522
+ d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(t, d.key, d);
1523
+ }
1524
+ }
1525
+ function Ln(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; }
1526
+ var _n = new RegExp("^[  ­​⁠ ]+"), Gn = new RegExp("[" + r + "]+$");
1527
+ function Bn(t, e, n) {
1528
+ void 0 === e && (e = {});
1529
+ for (var d = new Un(t, e, n), r = []; d.hasNext();)
1530
+ r.push(d.next());
1531
+ return r;
1532
+ }
1533
+ function jn(t, e, n) { void 0 === e && (e = {}); var d = new Un(t, e, n); return Ln({}, Symbol.iterator, (function () { return { next: function () { return d.hasNext() ? { done: !1, value: d.next() } : { done: !0 }; } }; })); }
1534
+ var Un = function () {
1535
+ function t(e, n, d) {
1536
+ !function (t, e) {
1537
+ if (!(t instanceof e))
1538
+ throw new TypeError("Cannot call a class as a function");
1539
+ }(this, t), Ln(this, "state", "NOT_READY"), this.text = e, this.options = n || {}, this.metadata = d, this.regexp = new RegExp(S, "ig");
1540
+ }
1541
+ var e, n;
1542
+ return e = t, (n = [{ key: "find", value: function () {
1543
+ var t = this.regexp.exec(this.text);
1544
+ if (t) {
1545
+ var e = t[0], n = t.index;
1546
+ e = e.replace(_n, ""), n += t[0].length - e.length, e = ne(e = e.replace(Gn, ""));
1547
+ var d = this.parseCandidate(e, n);
1548
+ return d || this.find();
1549
+ }
1550
+ } }, { key: "parseCandidate", value: function (t, e) {
1551
+ if (ae(t, e, this.text) && ce(t, e, this.text, this.options.extended ? "POSSIBLE" : "VALID")) {
1552
+ var n = ct(t, this.options, this.metadata);
1553
+ if (n.phone)
1554
+ return n.startsAt = e, n.endsAt = e + t.length, n;
1555
+ }
1556
+ } }, { key: "hasNext", value: function () { return "NOT_READY" === this.state && (this.last_match = this.find(), this.last_match ? this.state = "READY" : this.state = "DONE"), "READY" === this.state; } }, { key: "next", value: function () {
1557
+ if (!this.hasNext())
1558
+ throw new Error("No next element");
1559
+ var t = this.last_match;
1560
+ return this.last_match = null, this.state = "NOT_READY", t;
1561
+ } }]) && Mn(e.prototype, n), t;
1562
+ }();
1563
+ function Wn() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return Bn(e, n, d); }
1564
+ function Vn() { var t = bt(arguments), e = t.text, n = t.options, d = t.metadata; return jn(e, n, d); }
1565
+ function Kn(t, n) { Un.call(this, t, n, e); }
1566
+ Kn.prototype = Object.create(Un.prototype, {}), Kn.prototype.constructor = Kn, t.AsYouType = yn, t.AsYouTypeCustom = ln, t.DIGITS = I, t.DIGIT_PLACEHOLDER = "x", t.Metadata = pn, t.ParseError = d, t.PhoneNumberMatcher = mn, t.PhoneNumberSearch = Kn, t.PhoneNumberSearchCustom = Un, t.default = gn, t.findNumbers = function () { return n(Te, arguments); }, t.findPhoneNumbers = function () { return n(Wn, arguments); }, t.findPhoneNumbersCustom = Wn, t.findPhoneNumbersInText = function () { return n(Me, arguments); }, t.format = wn, t.formatCustom = Pn, t.formatIncompletePhoneNumber = function () { return n(cn, arguments); }, t.formatNumber = wn, t.formatRFC3966 = G, t.getCountries = function () { return n(sn, arguments); }, t.getCountryCallingCode = vn, t.getCountryCallingCodeCustom = b, t.getExampleNumber = function () { return n(fn, arguments); }, t.getExtPrefix = function () { return n(p, arguments); }, t.getNumberType = function () { return n(Tn, arguments); }, t.getNumberTypeCustom = Tn, t.getPhoneCode = vn, t.getPhoneCodeCustom = b, t.isPossibleNumber = function () { return n(kn, arguments); }, t.isSupportedCountry = function () { return n(C, arguments); }, t.isValidNumber = function () { return n(Rn, arguments); }, t.isValidNumberCustom = Rn, t.isValidNumberForRegion = function () { return n(Dn, arguments); }, t.parse = Cn, t.parseCustom = bn, t.parseDigits = A, t.parseIncompletePhoneNumber = F, t.parseNumber = Cn, t.parsePhoneNumber = hn, t.parsePhoneNumberCharacter = k, t.parsePhoneNumberFromString = gn, t.parsePhoneNumberWithError = hn, t.parseRFC3966 = _, t.searchNumbers = function () { return n(Fe, arguments); }, t.searchPhoneNumbers = function () { return n(Vn, arguments); }, t.searchPhoneNumbersCustom = Vn, t.searchPhoneNumbersInText = function () { return n(Ge, arguments); }, Object.defineProperty(t, "__esModule", { value: !0 });
1567
+ }));