@ozdao/prometheus-framework 0.2.34 → 0.2.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (322) hide show
  1. package/dist/events.server.js +2 -1
  2. package/dist/events.server.mjs +2 -1
  3. package/dist/main.css +1 -1
  4. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_commonjsHelpers.cjs +1 -0
  5. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_commonjsHelpers.js +6 -0
  6. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  7. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  8. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/js.cookie.cjs +1 -0
  9. package/dist/node_modules/@ozdao/prometheus-framework/dist/_virtual/js.cookie.js +4 -0
  10. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/js-cookie/src/js.cookie.cjs +7 -0
  11. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/js-cookie/src/js.cookie.js +97 -0
  12. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/vue-select/dist/vue-select.es.cjs +1 -0
  13. package/dist/node_modules/@ozdao/prometheus-framework/dist/node_modules/vue-select/dist/vue-select.es.js +173 -0
  14. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -0
  15. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +337 -0
  16. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/index.cjs +1 -0
  17. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/index.js +7 -0
  18. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/web.cjs +1 -0
  19. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/@capacitor/preferences/dist/esm/web.js +54 -0
  20. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.cjs +3 -0
  21. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/adapters.js +51 -0
  22. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -0
  23. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +109 -0
  24. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -0
  25. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/axios.js +47 -0
  26. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -0
  27. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +73 -0
  28. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -0
  29. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +11 -0
  30. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -0
  31. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +6 -0
  32. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -0
  33. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +117 -0
  34. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -0
  35. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +54 -0
  36. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.cjs +2 -0
  37. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/AxiosHeaders.js +165 -0
  38. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -0
  39. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +59 -0
  40. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -0
  41. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +8 -0
  42. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -0
  43. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +31 -0
  44. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -0
  45. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +72 -0
  46. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -0
  47. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +14 -0
  48. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -0
  49. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +13 -0
  50. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -0
  51. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +88 -0
  52. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -0
  53. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +8 -0
  54. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -0
  55. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/env/data.js +4 -0
  56. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.cjs +1 -0
  57. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +33 -0
  58. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.cjs +1 -0
  59. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/HttpStatusCode.js +72 -0
  60. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -0
  61. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +8 -0
  62. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -0
  63. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +19 -0
  64. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -0
  65. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +6 -0
  66. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -0
  67. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +32 -0
  68. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.cjs +1 -0
  69. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/formDataToJSON.js +30 -0
  70. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -0
  71. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +6 -0
  72. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -0
  73. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +7 -0
  74. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -0
  75. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +37 -0
  76. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -0
  77. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +4 -0
  78. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -0
  79. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +30 -0
  80. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -0
  81. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
  82. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.cjs +1 -0
  83. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/speedometer.js +19 -0
  84. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -0
  85. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +8 -0
  86. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -0
  87. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +84 -0
  88. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.cjs +1 -0
  89. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/toURLEncodedForm.js +13 -0
  90. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -0
  91. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +51 -0
  92. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.cjs +1 -0
  93. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/Blob.js +4 -0
  94. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.cjs +1 -0
  95. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/FormData.js +4 -0
  96. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.cjs +1 -0
  97. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
  98. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.cjs +1 -0
  99. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/browser/index.js +15 -0
  100. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.cjs +1 -0
  101. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/common/utils.js +7 -0
  102. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/index.cjs +1 -0
  103. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/platform/index.js +9 -0
  104. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -0
  105. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/node_modules/axios/lib/utils.js +224 -0
  106. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -0
  107. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/auth.js +44 -0
  108. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -0
  109. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/auth/store/twofa.js +19 -0
  110. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -0
  111. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/blogposts.js +38 -0
  112. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -0
  113. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/community/store/reactions.js +16 -0
  114. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -0
  115. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/events/store/events.js +42 -0
  116. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -0
  117. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +22 -0
  118. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -0
  119. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/globals/store/globals.js +59 -0
  120. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -0
  121. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +28 -0
  122. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.cjs +1 -0
  123. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.js +21 -0
  124. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.cjs +1 -0
  125. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.js +21 -0
  126. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -0
  127. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +21 -0
  128. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -0
  129. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +23 -0
  130. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -0
  131. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +21 -0
  132. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -0
  133. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +29 -0
  134. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -0
  135. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +21 -0
  136. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -0
  137. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +3 -0
  138. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.cjs +1 -0
  139. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.js +35 -0
  140. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -0
  141. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +60 -0
  142. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -0
  143. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +80 -0
  144. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -0
  145. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/departments.js +34 -0
  146. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -0
  147. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/invites.js +17 -0
  148. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -0
  149. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/memberships.js +16 -0
  150. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -0
  151. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/organizations/store/organizations.js +42 -0
  152. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -0
  153. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/categories.js +20 -0
  154. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -0
  155. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/products/store/products.js +28 -0
  156. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -0
  157. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/reports/store/reports.js +28 -0
  158. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -0
  159. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework/src/modules/spots/store/spots.js +34 -0
  160. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -1
  161. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +2 -61
  162. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -1
  163. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +61 -2
  164. package/dist/prometheus-framework/src/components/Countdown/Countdown.vue.cjs +1 -0
  165. package/dist/prometheus-framework/src/components/Countdown/Countdown.vue.js +62 -0
  166. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
  167. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +49 -2
  168. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
  169. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +2 -49
  170. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
  171. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +42 -34
  172. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  173. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -70
  174. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  175. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +70 -2
  176. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
  177. package/dist/prometheus-framework/src/components/Select/Select.vue.js +2 -93
  178. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
  179. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +93 -2
  180. package/dist/prometheus-framework/src/components/Upload/Upload.vue.cjs +1 -1
  181. package/dist/prometheus-framework/src/components/Upload/Upload.vue.js +99 -2
  182. package/dist/prometheus-framework/src/components/Upload/Upload.vue2.cjs +1 -1
  183. package/dist/prometheus-framework/src/components/Upload/Upload.vue2.js +2 -73
  184. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -1
  185. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +30 -28
  186. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -1
  187. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +25 -24
  188. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  189. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
  190. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  191. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
  192. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  193. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
  194. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.cjs +1 -1
  195. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.js +1 -1
  196. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -5
  197. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -65
  198. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +5 -1
  199. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +65 -2
  200. package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.cjs +1 -1
  201. package/dist/prometheus-framework/src/modules/constructor/components/elements/Video.vue.js +1 -1
  202. package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +1 -1
  203. package/dist/prometheus-framework/src/modules/constructor/components/elements/VideoPlayer.vue.js +1 -1
  204. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  205. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
  206. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
  207. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
  208. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  209. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +381 -140
  210. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +4 -1
  211. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +122 -48
  212. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  213. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +3 -3
  214. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.cjs +1 -0
  215. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue.js +116 -0
  216. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue2.cjs +1 -0
  217. package/dist/prometheus-framework/src/modules/events/components/sections/HeroEvent.vue2.js +4 -0
  218. package/dist/prometheus-framework/src/modules/events/components/sections/SectionLineup.vue.cjs +1 -0
  219. package/dist/prometheus-framework/src/modules/events/components/sections/SectionLineup.vue.js +29 -0
  220. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue.cjs +3 -0
  221. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue.js +117 -0
  222. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue2.cjs +1 -0
  223. package/dist/prometheus-framework/src/modules/events/components/sections/SectionMainGuest.vue2.js +4 -0
  224. package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.cjs +1 -0
  225. package/dist/prometheus-framework/src/modules/events/components/sections/SectionPreviousEvents.vue.js +108 -0
  226. package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.cjs +1 -0
  227. package/dist/prometheus-framework/src/modules/events/components/sections/SectionSpecialGuests.vue.js +70 -0
  228. package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -1
  229. package/dist/prometheus-framework/src/modules/events/store/events.js +20 -16
  230. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  231. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  232. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  233. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +2 -2
  234. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  235. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
  236. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  237. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +1 -1
  238. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -1
  239. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +2 -11
  240. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -1
  241. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +11 -2
  242. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.cjs +1 -1
  243. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.js +1 -1
  244. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  245. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +14 -14
  246. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  247. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +1 -1
  248. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  249. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +3 -3
  250. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  251. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +1 -1
  252. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  253. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  254. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  255. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  256. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  257. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +1 -1
  258. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  259. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  260. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  261. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  262. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  263. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +3 -3
  264. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  265. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +1 -1
  266. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  267. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
  268. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  269. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +1 -1
  270. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  271. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +3 -3
  272. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  273. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +1 -1
  274. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  275. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  276. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  277. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  278. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  279. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +58 -55
  280. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  281. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +3 -3
  282. package/dist/prometheus-framework.cjs.js +13 -14
  283. package/dist/prometheus-framework.es.js +594 -805
  284. package/dist/style.css +1 -1
  285. package/package.json +1 -1
  286. package/src/components/Button/Button.vue +26 -19
  287. package/src/components/FieldBig/FieldBig.vue +1 -1
  288. package/src/components/FieldPhone/FieldPhone.vue +55 -304
  289. package/src/components/FieldPhone/FieldPhone2.vue +671 -0
  290. package/src/components/FieldPhone/click-outside.js +16 -11
  291. package/src/components/Footer/Footer.vue +4 -4
  292. package/src/components/Header/Header.vue +2 -1
  293. package/src/components/Select/Select.vue +2 -1
  294. package/src/modules/chats/components/sections/ChatWindow.vue +3 -1
  295. package/src/modules/chats/store/chat.store.js +1 -3
  296. package/src/modules/events/components/pages/EditEvent.vue +2 -1
  297. package/src/modules/events/components/pages/Event.vue +8 -2
  298. package/src/modules/events/components/sections/SectionMainGuest.vue +1 -1
  299. package/src/modules/events/components/sections/SectionSpecialGuests.vue +0 -1
  300. package/src/modules/events/store/events.js +23 -3
  301. package/src/modules/globals/mixins/mixins.js +33 -2
  302. package/src/modules/globals/store/globals.js +1 -0
  303. package/src/modules/landing/components/sections/HeroGovernance.vue +156 -0
  304. package/src/modules/marketplace/components/sections/Filters.vue +3 -0
  305. package/src/modules/marketplace/router/marketplace.js +1 -0
  306. package/src/modules/orders/components/blocks/StatusHistory.vue +8 -3
  307. package/src/modules/orders/components/pages/EditOrder.vue +9 -11
  308. package/src/modules/orders/components/pages/FormOrder.vue +58 -46
  309. package/src/modules/orders/components/pages/Order.vue +63 -42
  310. package/src/modules/orders/components/sections/FormOrderDetails.vue +50 -18
  311. package/src/modules/orders/controllers/orders.controller.js +10 -1
  312. package/src/modules/orders/models/order.model.js +1 -0
  313. package/src/modules/orders/store/orders.js +21 -27
  314. package/src/modules/orders/store/shopcart.js +14 -2
  315. package/src/modules/organizations/components/sections/DetailsTab.vue +2 -2
  316. package/src/modules/products/components/sections/FilterProducts.vue +3 -4
  317. package/src/modules/products/components/sections/HeroRecommendation.vue +29 -2
  318. package/src/modules/products/components/sections/SectionProduct.vue +14 -9
  319. package/src/modules/products/controllers/products.controller.js +26 -17
  320. package/src/modules/products/routes/products.routes.js +6 -6
  321. package/src/modules/products/store/products.js +10 -10
  322. package/src/styles/config.scss +10 -3
@@ -1,5 +1,5 @@
1
- import { ref as K, watchEffect as Tn, onMounted as tn, openBlock as S, createElementBlock as P, normalizeClass as oe, createElementVNode as L, toDisplayString as U, createCommentVNode as x, createVNode as Z, Transition as se, withCtx as le, withModifiers as X, renderSlot as J, createTextVNode as Oe, withDirectives as Se, normalizeStyle as Re, vShow as it, unref as Ui, Fragment as Le, defineComponent as nn, resolveDirective as za, withKeys as ge, renderList as At, vModelDynamic as Za, createBlock as qn, pushScopeId as Qa, popScopeId as eo, watch as at, inject as Jn, h as Vi, getCurrentInstance as zn, onUnmounted as to, shallowRef as Bi, computed as de, onBeforeMount as no, Text as ro, Teleport as io, mergeProps as ao, reactive as oo } from "vue";
2
- const _e = (e, t) => {
1
+ import { ref as K, watchEffect as Tn, onMounted as tn, openBlock as S, createElementBlock as P, normalizeClass as oe, createElementVNode as L, toDisplayString as U, createCommentVNode as x, createVNode as re, Transition as $e, withCtx as pe, withModifiers as X, renderSlot as J, createTextVNode as Oe, withDirectives as Ne, normalizeStyle as Re, vShow as qe, unref as Ui, Fragment as Le, defineComponent as nn, resolveDirective as za, withKeys as ge, renderList as At, vModelDynamic as Za, createBlock as qn, pushScopeId as Qa, popScopeId as eo, watch as at, inject as Jn, h as Vi, getCurrentInstance as zn, onUnmounted as to, shallowRef as Bi, computed as se, onBeforeMount as no, Text as ro, Teleport as io, mergeProps as ao, reactive as oo } from "vue";
2
+ const be = (e, t) => {
3
3
  const n = e.__vccOpts || e;
4
4
  for (const [r, i] of t)
5
5
  n[r] = i;
@@ -68,22 +68,22 @@ const _e = (e, t) => {
68
68
  value: e.address,
69
69
  onInput: s
70
70
  }, null, 40, lo),
71
- Z(se, {
71
+ re($e, {
72
72
  mode: "out-in",
73
73
  name: "fade"
74
74
  }, {
75
- default: le(() => [
75
+ default: pe(() => [
76
76
  u.validation ? (S(), P("div", uo, " * " + U(u.validation.message), 1)) : x("", !0)
77
77
  ]),
78
78
  _: 1
79
79
  })
80
80
  ], 2));
81
81
  }
82
- }, fo = /* @__PURE__ */ _e(co, [["__scopeId", "data-v-faece1a6"]]), $o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
82
+ }, fo = /* @__PURE__ */ be(co, [["__scopeId", "data-v-faece1a6"]]), $o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
83
83
  __proto__: null,
84
84
  default: fo
85
85
  }, Symbol.toStringTag, { value: "Module" })), po = ["disabled"], ho = { key: 0 }, mo = {
86
- key: 0,
86
+ key: 1,
87
87
  class: "loading"
88
88
  }, go = /* @__PURE__ */ L("svg", {
89
89
  class: "i-regular",
@@ -218,11 +218,11 @@ const _e = (e, t) => {
218
218
  ])
219
219
  ], -1), yo = [
220
220
  go
221
- ], _o = {
222
- key: 0,
223
- class: "loading t-white"
224
- }, bo = {
225
- key: 0,
221
+ ], bo = {
222
+ key: 2,
223
+ class: "t-semi loading t-black"
224
+ }, _o = {
225
+ key: 3,
226
226
  class: "error"
227
227
  }, vo = {
228
228
  key: 0,
@@ -236,6 +236,14 @@ const _e = (e, t) => {
236
236
  console.log("Button click.");
237
237
  }
238
238
  },
239
+ text: {
240
+ type: Object,
241
+ default: (e) => (console.log(e), e = {
242
+ ...e.text,
243
+ success: "✔",
244
+ error: "✖"
245
+ })
246
+ },
239
247
  counter: {
240
248
  type: Object
241
249
  },
@@ -267,12 +275,12 @@ const _e = (e, t) => {
267
275
  async function o() {
268
276
  n.value.style["pointer-events"] = "none", r.value = null, i.value = !0;
269
277
  const s = () => {
270
- n.value && (n.value.classList.replace("bg-light-main", "bg-main"), n.value.style.pointerEvents = "auto", i.value = !1, a.value = !1, r.value = null);
278
+ n.value && (n.value.classList.replace("bg-fifth", "bg-main"), n.value.style.pointerEvents = "auto", i.value = !1, a.value = !1, r.value = null);
271
279
  };
272
280
  try {
273
- await t.submit(), n.value.classList.replace("bg-main", "bg-light-main"), i.value = !1, t.showSucces ? (a.value = !0, setTimeout(s, 500)) : s(), t.callback && setTimeout(() => t.callback(), t.callbackDelay);
281
+ await t.submit(), n.value.classList.replace("bg-main", "bg-fifth"), i.value = !1, t.showSucces ? (a.value = !0, setTimeout(s, 500)) : s(), t.callback && setTimeout(() => t.callback(), t.callbackDelay);
274
282
  } catch {
275
- n.value.classList.replace("bg-main", "bg-fourth-nano"), r.value = "❌", setTimeout(() => {
283
+ n.value.classList.replace("bg-main", "bg-fourth-nano"), r.value = t.error, setTimeout(() => {
276
284
  s(), n.value.classList.replace("bg-fourth-nano", "bg-main");
277
285
  }, 1330);
278
286
  }
@@ -284,32 +292,14 @@ const _e = (e, t) => {
284
292
  ref: n,
285
293
  class: "button"
286
294
  }, [
287
- Z(se, { name: "TransitionTranslateY-small" }, {
288
- default: le(() => [
295
+ re($e, { name: "moveFromTopAbsolute" }, {
296
+ default: pe(() => [
289
297
  !i.value && !r.value && !a.value || !e.showLoader ? (S(), P("span", ho, [
290
298
  J(s.$slots, "default")
291
- ])) : x("", !0)
299
+ ])) : i.value && !r.value && e.showLoader ? (S(), P("span", mo, yo)) : a.value && e.showSucces ? (S(), P("span", bo, U(e.text.success), 1)) : r.value ? (S(), P("span", _o, U(r.value), 1)) : x("", !0)
292
300
  ]),
293
301
  _: 3
294
302
  }),
295
- Z(se, { name: "TransitionTranslateY-small" }, {
296
- default: le(() => [
297
- i.value && !r.value && e.showLoader ? (S(), P("span", mo, yo)) : x("", !0)
298
- ]),
299
- _: 1
300
- }),
301
- Z(se, { name: "TransitionTranslateY-small" }, {
302
- default: le(() => [
303
- a.value && e.showSucces ? (S(), P("span", _o, "✔")) : x("", !0)
304
- ]),
305
- _: 1
306
- }),
307
- Z(se, { name: "TransitionTranslateY-small" }, {
308
- default: le(() => [
309
- r.value ? (S(), P("span", bo, U(r.value), 1)) : x("", !0)
310
- ]),
311
- _: 1
312
- }),
313
303
  e.counter ? (S(), P("p", vo, U(e.counter), 1)) : x("", !0)
314
304
  ], 8, po));
315
305
  }
@@ -372,23 +362,23 @@ const _e = (e, t) => {
372
362
  ], 2)
373
363
  ]));
374
364
  }
375
- }, Lo = /* @__PURE__ */ _e(So, [["__scopeId", "data-v-ef88ec33"]]), Po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
365
+ }, Lo = /* @__PURE__ */ be(So, [["__scopeId", "data-v-ef88ec33"]]), Po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
376
366
  __proto__: null,
377
367
  default: Lo
378
368
  }, Symbol.toStringTag, { value: "Module" })), Zn = {
379
369
  beforeMount(e, t, n) {
370
+ var r;
380
371
  if (typeof t.value != "function") {
381
- const r = n.context.name;
382
- let i = `[Vue-click-outside:] provided expression ${t.expression}
383
- is not a function, but has to be`;
384
- r && (i += `Found in component ${r}`), console.warn(i);
385
- }
386
- e.clickOutsideEvent = function(r) {
387
- e === r.target || e.contains(r.target) || t.value(r, e);
388
- }, document.body.addEventListener("click", e.clickOutsideEvent);
372
+ let i = `[Vue-click-outside:] provided expression ${t.expression} is not a function, but has to be`;
373
+ const a = (r = n.component) == null ? void 0 : r.name;
374
+ a && (i += ` Found in component ${a}`), console.warn(i);
375
+ }
376
+ e.clickOutsideEvent = function(i) {
377
+ e === i.target || e.contains(i.target) || t.value(i);
378
+ }, document.addEventListener("click", e.clickOutsideEvent, !0);
389
379
  },
390
380
  unmounted(e) {
391
- document.body.removeEventListener("click", e.clickOutsideEvent);
381
+ document.removeEventListener("click", e.clickOutsideEvent, !0);
392
382
  }
393
383
  }, Io = {
394
384
  __name: "Dropdown",
@@ -408,23 +398,23 @@ const _e = (e, t) => {
408
398
  function r() {
409
399
  n.value = !1;
410
400
  }
411
- return (i, a) => Se((S(), P("div", {
401
+ return (i, a) => Ne((S(), P("div", {
412
402
  class: "dropdown pos-relative",
413
403
  onClick: a[0] || (a[0] = X((o) => n.value = !n.value, ["stop"]))
414
404
  }, [
415
405
  Oe(U(e.label) + " ", 1),
416
- Z(se, {
406
+ re($e, {
417
407
  name: "TransitionTranslateY",
418
408
  mode: "out-in"
419
409
  }, {
420
- default: le(() => [
421
- Se(L("div", {
410
+ default: pe(() => [
411
+ Ne(L("div", {
422
412
  style: Re({ left: e.align === "left" ? "0" : "auto", right: e.align === "right" ? "0" : "auto" }),
423
413
  class: "dropdown-content w-15r radius-big"
424
414
  }, [
425
415
  J(i.$slots, "default", {}, void 0, !0)
426
416
  ], 4), [
427
- [it, n.value]
417
+ [qe, n.value]
428
418
  ])
429
419
  ]),
430
420
  _: 3
@@ -433,7 +423,7 @@ const _e = (e, t) => {
433
423
  [Ui(t), r]
434
424
  ]);
435
425
  }
436
- }, wo = /* @__PURE__ */ _e(Io, [["__scopeId", "data-v-2f59adb5"]]), Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
426
+ }, wo = /* @__PURE__ */ be(Io, [["__scopeId", "data-v-2f59adb5"]]), Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
437
427
  __proto__: null,
438
428
  default: wo
439
429
  }, Symbol.toStringTag, { value: "Module" })), Ro = { class: "error-wrapper" }, Do = { class: "error-card" }, ko = {
@@ -514,15 +504,15 @@ const _e = (e, t) => {
514
504
  L("span", null, U(e.symbol), 1)
515
505
  ])) : x("", !0)
516
506
  ], 2),
517
- Z(se, { name: "fade" }, {
518
- default: le(() => [
507
+ re($e, { name: "fade" }, {
508
+ default: pe(() => [
519
509
  e.validation ? (S(), P("div", jo, " * " + U(e.validation.message), 1)) : x("", !0)
520
510
  ]),
521
511
  _: 1
522
512
  })
523
513
  ], 64));
524
514
  }
525
- }, Ho = /* @__PURE__ */ _e(Go, [["__scopeId", "data-v-5e69d3c2"]]), Wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
515
+ }, Ho = /* @__PURE__ */ be(Go, [["__scopeId", "data-v-5e69d3c2"]]), Wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
526
516
  __proto__: null,
527
517
  default: Ho
528
518
  }, Symbol.toStringTag, { value: "Module" })), Ko = { version: 4, country_calling_codes: { 1: ["US", "AG", "AI", "AS", "BB", "BM", "BS", "CA", "DM", "DO", "GD", "GU", "JM", "KN", "KY", "LC", "MP", "MS", "PR", "SX", "TC", "TT", "VC", "VG", "VI"], 7: ["RU", "KZ"], 20: ["EG"], 27: ["ZA"], 30: ["GR"], 31: ["NL"], 32: ["BE"], 33: ["FR"], 34: ["ES"], 36: ["HU"], 39: ["IT", "VA"], 40: ["RO"], 41: ["CH"], 43: ["AT"], 44: ["GB", "GG", "IM", "JE"], 45: ["DK"], 46: ["SE"], 47: ["NO", "SJ"], 48: ["PL"], 49: ["DE"], 51: ["PE"], 52: ["MX"], 53: ["CU"], 54: ["AR"], 55: ["BR"], 56: ["CL"], 57: ["CO"], 58: ["VE"], 60: ["MY"], 61: ["AU", "CC", "CX"], 62: ["ID"], 63: ["PH"], 64: ["NZ"], 65: ["SG"], 66: ["TH"], 81: ["JP"], 82: ["KR"], 84: ["VN"], 86: ["CN"], 90: ["TR"], 91: ["IN"], 92: ["PK"], 93: ["AF"], 94: ["LK"], 95: ["MM"], 98: ["IR"], 211: ["SS"], 212: ["MA", "EH"], 213: ["DZ"], 216: ["TN"], 218: ["LY"], 220: ["GM"], 221: ["SN"], 222: ["MR"], 223: ["ML"], 224: ["GN"], 225: ["CI"], 226: ["BF"], 227: ["NE"], 228: ["TG"], 229: ["BJ"], 230: ["MU"], 231: ["LR"], 232: ["SL"], 233: ["GH"], 234: ["NG"], 235: ["TD"], 236: ["CF"], 237: ["CM"], 238: ["CV"], 239: ["ST"], 240: ["GQ"], 241: ["GA"], 242: ["CG"], 243: ["CD"], 244: ["AO"], 245: ["GW"], 246: ["IO"], 247: ["AC"], 248: ["SC"], 249: ["SD"], 250: ["RW"], 251: ["ET"], 252: ["SO"], 253: ["DJ"], 254: ["KE"], 255: ["TZ"], 256: ["UG"], 257: ["BI"], 258: ["MZ"], 260: ["ZM"], 261: ["MG"], 262: ["RE", "YT"], 263: ["ZW"], 264: ["NA"], 265: ["MW"], 266: ["LS"], 267: ["BW"], 268: ["SZ"], 269: ["KM"], 290: ["SH", "TA"], 291: ["ER"], 297: ["AW"], 298: ["FO"], 299: ["GL"], 350: ["GI"], 351: ["PT"], 352: ["LU"], 353: ["IE"], 354: ["IS"], 355: ["AL"], 356: ["MT"], 357: ["CY"], 358: ["FI", "AX"], 359: ["BG"], 370: ["LT"], 371: ["LV"], 372: ["EE"], 373: ["MD"], 374: ["AM"], 375: ["BY"], 376: ["AD"], 377: ["MC"], 378: ["SM"], 380: ["UA"], 381: ["RS"], 382: ["ME"], 383: ["XK"], 385: ["HR"], 386: ["SI"], 387: ["BA"], 389: ["MK"], 420: ["CZ"], 421: ["SK"], 423: ["LI"], 500: ["FK"], 501: ["BZ"], 502: ["GT"], 503: ["SV"], 504: ["HN"], 505: ["NI"], 506: ["CR"], 507: ["PA"], 508: ["PM"], 509: ["HT"], 590: ["GP", "BL", "MF"], 591: ["BO"], 592: ["GY"], 593: ["EC"], 594: ["GF"], 595: ["PY"], 596: ["MQ"], 597: ["SR"], 598: ["UY"], 599: ["CW", "BQ"], 670: ["TL"], 672: ["NF"], 673: ["BN"], 674: ["NR"], 675: ["PG"], 676: ["TO"], 677: ["SB"], 678: ["VU"], 679: ["FJ"], 680: ["PW"], 681: ["WF"], 682: ["CK"], 683: ["NU"], 685: ["WS"], 686: ["KI"], 687: ["NC"], 688: ["TV"], 689: ["PF"], 690: ["TK"], 691: ["FM"], 692: ["MH"], 850: ["KP"], 852: ["HK"], 853: ["MO"], 855: ["KH"], 856: ["LA"], 880: ["BD"], 886: ["TW"], 960: ["MV"], 961: ["LB"], 962: ["JO"], 963: ["SY"], 964: ["IQ"], 965: ["KW"], 966: ["SA"], 967: ["YE"], 968: ["OM"], 970: ["PS"], 971: ["AE"], 972: ["IL"], 973: ["BH"], 974: ["QA"], 975: ["BT"], 976: ["MN"], 977: ["NP"], 992: ["TJ"], 993: ["TM"], 994: ["AZ"], 995: ["GE"], 996: ["KG"], 998: ["UZ"] }, countries: { AC: ["247", "00", "(?:[01589]\\d|[46])\\d{4}", [5, 6]], AD: ["376", "00", "(?:1|6\\d)\\d{7}|[135-9]\\d{5}", [6, 8, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["[135-9]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["1"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]]], AE: ["971", "00", "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{2,9})", "$1 $2", ["60|8"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[236]|[479][2-8]"], "0$1"], ["(\\d{3})(\\d)(\\d{5})", "$1 $2 $3", ["[479]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"]], "0"], AF: ["93", "00", "[2-7]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"]], "0"], AG: ["1", "011", "(?:268|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([457]\\d{6})$|1", "268$1", 0, "268"], AI: ["1", "011", "(?:264|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2457]\\d{6})$|1", "264$1", 0, "264"], AL: ["355", "00", "(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}", [6, 7, 8, 9], [["(\\d{3})(\\d{3,4})", "$1 $2", ["80|9"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["4[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2358][2-5]|4"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["[23578]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["6"], "0$1"]], "0"], AM: ["374", "00", "(?:[1-489]\\d|55|60|77)\\d{6}", [8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[89]0"], "0 $1"], ["(\\d{3})(\\d{5})", "$1 $2", ["2|3[12]"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["1|47"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[3-9]"], "0$1"]], "0"], AO: ["244", "00", "[29]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[29]"]]]], AR: ["54", "00", "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}", [10, 11], [["(\\d{4})(\\d{2})(\\d{4})", "$1 $2-$3", ["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])", "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["1"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["[68]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2-$3", ["[23]"], "0$1", 1], ["(\\d)(\\d{4})(\\d{2})(\\d{4})", "$2 15-$3-$4", ["9(?:2[2-469]|3[3-578])", "9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))", "9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]", "9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 15-$3-$4", ["91"], "0$1", 0, "$1 $2 $3-$4"], ["(\\d{3})(\\d{3})(\\d{5})", "$1-$2-$3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 15-$3-$4", ["9"], "0$1", 0, "$1 $2 $3-$4"]], "0", 0, "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?", "9$1"], AS: ["1", "011", "(?:[58]\\d\\d|684|900)\\d{7}", [10], 0, "1", 0, "([267]\\d{6})$|1", "684$1", 0, "684"], AT: ["43", "00", "1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{3,12})", "$1 $2", ["1(?:11|[2-9])"], "0$1"], ["(\\d{3})(\\d{2})", "$1 $2", ["517"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["5[079]"], "0$1"], ["(\\d{3})(\\d{3,10})", "$1 $2", ["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"], "0$1"], ["(\\d{4})(\\d{3,9})", "$1 $2", ["[2-467]|5[2-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,7})", "$1 $2 $3", ["5"], "0$1"]], "0"], AU: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}", [5, 6, 7, 8, 9, 10, 12], [["(\\d{2})(\\d{3,4})", "$1 $2", ["16"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["16"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["14|4"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[2378]"], "(0$1)"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:30|[89])"]]], "0", 0, "(183[12])|0", 0, 0, 0, [["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}", [9]], ["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, ["163\\d{2,6}", [5, 6, 7, 8, 9]], ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], AW: ["297", "00", "(?:[25-79]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[25-9]"]]]], AX: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}", [5, 6, 7, 8, 9, 10, 11, 12], 0, "0", 0, 0, 0, 0, "18", 0, "00"], AZ: ["994", "00", "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[28]|2|365|46", "1[28]|2|365[45]|46", "1[28]|2|365(?:4|5[02])|46"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[13-9]"], "0$1"]], "0"], BA: ["387", "00", "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[1-3]|[7-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2-$3", ["[3-5]|6[56]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["6"], "0$1"]], "0"], BB: ["1", "011", "(?:246|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "246$1", 0, "246"], BD: ["880", "00", "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{4,6})", "$1-$2", ["31[5-8]|[459]1"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1-$2", ["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"], "0$1"], ["(\\d{4})(\\d{3,6})", "$1-$2", ["[13-9]|22"], "0$1"], ["(\\d)(\\d{7,8})", "$1-$2", ["2"], "0$1"]], "0"], BE: ["32", "00", "4\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:80|9)0"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[239]|4[23]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[15-8]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4"], "0$1"]], "0"], BF: ["226", "00", "[025-7]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[025-7]"]]]], BG: ["359", "00", "00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}", [6, 7, 8, 9, 12], [["(\\d)(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["43[1-6]|70[1-9]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:70|8)0"], "0$1"], ["(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3", ["43[1-7]|7"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[48]|9[08]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"]], "0"], BH: ["973", "00", "[136-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[13679]|8[02-4679]"]]]], BI: ["257", "00", "(?:[267]\\d|31)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2367]"]]]], BJ: ["229", "00", "[24-689]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-689]"]]]], BL: ["590", "00", "590\\d{6}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]], BM: ["1", "011", "(?:441|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "441$1", 0, "441"], BN: ["673", "00", "[2-578]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-578]"]]]], BO: ["591", "00(?:1\\d)?", "(?:[2-467]\\d\\d|8001)\\d{5}", [8, 9], [["(\\d)(\\d{7})", "$1 $2", ["[23]|4[46]"]], ["(\\d{8})", "$1", ["[67]"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["8"]]], "0", 0, "0(1\\d)?"], BQ: ["599", "00", "(?:[34]1|7\\d)\\d{5}", [7], 0, 0, 0, 0, 0, 0, "[347]"], BR: ["55", "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)", "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}", [8, 9, 10, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["300|4(?:0[02]|37)", "4(?:02|37)0|[34]00"]], ["(\\d{3})(\\d{2,3})(\\d{4})", "$1 $2 $3", ["(?:[358]|90)0"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2-$3", ["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"], "($1)"], ["(\\d{2})(\\d{5})(\\d{4})", "$1 $2-$3", ["[16][1-9]|[2-57-9]"], "($1)"]], "0", 0, "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?", "$2"], BS: ["1", "011", "(?:242|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([3-8]\\d{6})$|1", "242$1", 0, "242"], BT: ["975", "00", "[17]\\d{7}|[2-8]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-68]|7[246]"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[67]|7"]]]], BW: ["267", "00", "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["90"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[24-6]|3[15-9]"]], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37]"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["8"]]]], BY: ["375", "810", "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3})", "$1 $2", ["800"], "8 $1"], ["(\\d{3})(\\d{2})(\\d{2,4})", "$1 $2 $3", ["800"], "8 $1"], ["(\\d{4})(\\d{2})(\\d{3})", "$1 $2-$3", ["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])", "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"], "8 0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["1(?:[56]|7[467])|2[1-3]"], "8 0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-4]"], "8 0$1"], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[89]"], "8 $1"]], "8", 0, "0|80?", 0, 0, 0, 0, "8~10"], BZ: ["501", "00", "(?:0800\\d|[2-8])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-8]"]], ["(\\d)(\\d{3})(\\d{4})(\\d{3})", "$1-$2-$3-$4", ["0"]]]], CA: ["1", "011", "(?:[2-8]\\d|90)\\d{8}|3\\d{6}", [7, 10], 0, "1", 0, 0, 0, 0, 0, [["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}", [10]], ["", [10]], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}", [10]], ["900[2-9]\\d{6}", [10]], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}", [10]], 0, ["310\\d{4}", [7]], 0, ["600[2-9]\\d{6}", [10]]]], CC: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}", [9]], ["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CD: ["243", "00", "[189]\\d{8}|[1-68]\\d{6}", [7, 9], [["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[1-6]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], CF: ["236", "00", "(?:[27]\\d{3}|8776)\\d{4}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[278]"]]]], CG: ["242", "00", "222\\d{6}|(?:0\\d|80)\\d{7}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[02]"]]]], CH: ["41", "00", "8\\d{11}|[2-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8[047]|90"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]|81"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["8"], "0$1"]], "0"], CI: ["225", "00", "[02]\\d{9}", [10], [["(\\d{2})(\\d{2})(\\d)(\\d{5})", "$1 $2 $3 $4", ["2"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3 $4", ["0"]]]], CK: ["682", "00", "[2-578]\\d{4}", [5], [["(\\d{2})(\\d{3})", "$1 $2", ["[2-578]"]]]], CL: ["56", "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0", "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}", [9, 10, 11], [["(\\d{5})(\\d{4})", "$1 $2", ["219", "2196"], "($1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["44"]], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2[1-36]"], "($1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["9[2-9]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"], "($1)"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["60|8"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{3})(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["60"]]]], CM: ["237", "00", "[26]\\d{8}|88\\d{6,7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["88"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[26]|88"]]]], CN: ["86", "00|1(?:[12]\\d|79)\\d\\d00", "1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5,6})", "$1 $2", ["(?:10|2[0-57-9])[19]", "(?:10|2[0-57-9])(?:10|9[56])", "10(?:10|9[56])|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, "(1(?:[12]\\d|79)\\d\\d)|0", 0, 0, 0, 0, "00"], CO: ["57", "00(?:4(?:[14]4|56)|[579])", "(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}", [10, 11], [["(\\d{3})(\\d{7})", "$1 $2", ["6"], "($1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3[0-357]|91"]], ["(\\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}|63\\d{6}|(?: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", ["[56]"], "0$1"], ["(\\d{3})(\\d{7})", "$1 $2", ["8"], "0$1"]], "0"], CV: ["238", "0", "(?:[2-59]\\d\\d|800)\\d{4}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2-589]"]]]], CW: ["599", "00", "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[3467]"]], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["9[4-8]"]]], 0, 0, 0, 0, 0, "[69]"], CX: ["61", "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011", "1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}", [6, 7, 8, 9, 10, 12], 0, "0", 0, "([59]\\d{7})$|0", "8$1", 0, 0, [["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}", [9]], ["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-26-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}", [9]], ["180(?:0\\d{3}|2)\\d{3}", [7, 10]], ["190[0-26]\\d{6}", [10]], 0, 0, 0, 0, ["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}", [9]], ["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}", [6, 8, 10, 12]]], "0011"], CY: ["357", "00", "(?:[279]\\d|[58]0)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[257-9]"]]]], CZ: ["420", "00", "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]|9[015-7]"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["96"]], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]]], DE: ["49", "00", "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}", [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], [["(\\d{2})(\\d{3,13})", "$1 $2", ["3[02]|40|[68]9"], "0$1"], ["(\\d{3})(\\d{3,12})", "$1 $2", ["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1", "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"], "0$1"], ["(\\d{4})(\\d{2,11})", "$1 $2", ["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]", "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["138"], "0$1"], ["(\\d{5})(\\d{2,10})", "$1 $2", ["3"], "0$1"], ["(\\d{3})(\\d{5,11})", "$1 $2", ["181"], "0$1"], ["(\\d{3})(\\d)(\\d{4,10})", "$1 $2 $3", ["1(?:3|80)|9"], "0$1"], ["(\\d{3})(\\d{7,8})", "$1 $2", ["1[67]"], "0$1"], ["(\\d{3})(\\d{7,12})", "$1 $2", ["8"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["185", "1850", "18500"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["18[68]"], "0$1"], ["(\\d{4})(\\d{7})", "$1 $2", ["15[1279]"], "0$1"], ["(\\d{5})(\\d{6})", "$1 $2", ["15[03568]", "15(?:[0568]|31)"], "0$1"], ["(\\d{3})(\\d{8})", "$1 $2", ["18"], "0$1"], ["(\\d{3})(\\d{2})(\\d{7,8})", "$1 $2 $3", ["1(?:6[023]|7)"], "0$1"], ["(\\d{4})(\\d{2})(\\d{7})", "$1 $2 $3", ["15[279]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{8})", "$1 $2 $3", ["15"], "0$1"]], "0"], DJ: ["253", "00", "(?:2\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[27]"]]]], DK: ["45", "00", "[2-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-9]"]]]], DM: ["1", "011", "(?:[58]\\d\\d|767|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "767$1", 0, "767"], DO: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "8001|8[024]9"], DZ: ["213", "00", "(?:[1-4]|[5-79]\\d|80)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["9"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-8]"], "0$1"]], "0"], EC: ["593", "00", "1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}", [8, 9, 10, 11], [["(\\d)(\\d{3})(\\d{4})", "$1 $2-$3", ["[2-7]"], "(0$1)", 0, "$1-$2-$3"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1"]]], "0"], EE: ["372", "00", "8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88", "[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]], ["(\\d{4})(\\d{3,4})", "$1 $2", ["[45]|8(?:00|[1-49])", "[45]|8(?:00[1-9]|[1-49])"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], EG: ["20", "00", "[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", [8, 9, 10], [["(\\d)(\\d{7,8})", "$1 $2", ["[23]"], "0$1"], ["(\\d{2})(\\d{6,7})", "$1 $2", ["1[35]|[4-6]|8[2468]|9[235-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{8})", "$1 $2", ["1"], "0$1"]], "0"], EH: ["212", "00", "[5-8]\\d{8}", [9], 0, "0", 0, 0, 0, 0, "528[89]"], ER: ["291", "00", "[178]\\d{6}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[178]"], "0$1"]], "0"], ES: ["34", "00", "[5-9]\\d{8}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[89]00"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-9]"]]]], ET: ["251", "00", "(?:11|[2-579]\\d)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-579]"], "0$1"]], "0"], FI: ["358", "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))", "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}", [5, 6, 7, 8, 9, 10, 11, 12], [["(\\d{5})", "$1", ["20[2-59]"], "0$1"], ["(\\d{3})(\\d{3,7})", "$1 $2", ["(?:[1-3]0|[68])0|70[07-9]"], "0$1"], ["(\\d{2})(\\d{4,8})", "$1 $2", ["[14]|2[09]|50|7[135]"], "0$1"], ["(\\d{2})(\\d{6,10})", "$1 $2", ["7"], "0$1"], ["(\\d)(\\d{4,9})", "$1 $2", ["(?:1[3-79]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"], "0$1"]], "0", 0, 0, 0, 0, "1[03-79]|[2-9]", 0, "00"], FJ: ["679", "0(?:0|52)", "45\\d{5}|(?:0800\\d|[235-9])\\d{6}", [7, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["[235-9]|45"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]]], 0, 0, 0, 0, 0, 0, 0, "00"], FK: ["500", "00", "[2-7]\\d{4}", [5]], FM: ["691", "00", "(?:[39]\\d\\d|820)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[389]"]]]], FO: ["298", "00", "[2-9]\\d{5}", [6], [["(\\d{6})", "$1", ["[2-9]"]]], 0, 0, "(10(?:01|[12]0|88))"], FR: ["33", "00", "[1-9]\\d{8}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0 $1"], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["[1-79]"], "0$1"]], "0"], GA: ["241", "00", "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}", [7, 8], [["(\\d)(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-7]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["11|[67]"], "0$1"]], 0, 0, "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})", "$1"], GB: ["44", "00", "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}", [7, 9, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["800", "8001", "80011", "800111", "8001111"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["845", "8454", "84546", "845464"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["800"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["1(?:38|5[23]|69|76|94)", "1(?:(?:38|69)7|5(?:24|39)|768|946)", "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["1(?:[2-69][02-9]|[78])"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[25]|7(?:0|6[02-9])", "[25]|7(?:0|6(?:[03-9]|2[356]))"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1389]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0-79])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-2]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}", [9, 10]], ["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]], 0, " x"], GD: ["1", "011", "(?:473|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "473$1", 0, "473"], GE: ["995", "00", "(?:[3-57]\\d\\d|800)\\d{6}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["70"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["32"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[57]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[348]"], "0$1"]], "0"], GF: ["594", "00", "[56]94\\d{6}|(?:80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[56]|9[47]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[89]"], "0$1"]], "0"], GG: ["44", "00", "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?", [7, 9, 10], 0, "0", 0, "([25-9]\\d{5})$|0", "1481$1", 0, 0, [["1481[25-9]\\d{5}", [10]], ["7(?:(?:781|839)\\d|911[17])\\d{5}", [10]], ["80[08]\\d{7}|800\\d{6}|8001111"], ["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d", [7, 10]], ["70\\d{8}", [10]], 0, ["(?:3[0347]|55)\\d{8}", [10]], ["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}", [10]], ["56\\d{8}", [10]]]], GH: ["233", "00", "(?:[235]\\d{3}|800)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[235]"], "0$1"]], "0"], GI: ["350", "00", "(?:[25]\\d|60)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["2"]]]], GL: ["299", "00", "(?:19|[2-689]\\d|70)\\d{4}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["19|[2-9]"]]]], GM: ["220", "00", "[2-9]\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], GN: ["224", "00", "722\\d{6}|(?:3|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["3"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[67]"]]]], GP: ["590", "00", "590\\d{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0", 0, 0, 0, 0, 0, [["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]], GQ: ["240", "00", "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235]"]], ["(\\d{3})(\\d{6})", "$1 $2", ["[89]"]]]], GR: ["30", "00", "5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}", [10, 11, 12], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["21|7"]], ["(\\d{4})(\\d{6})", "$1 $2", ["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2689]"]], ["(\\d{3})(\\d{3,4})(\\d{5})", "$1 $2 $3", ["8"]]]], GT: ["502", "00", "80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[2-8]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], GU: ["1", "011", "(?:[58]\\d\\d|671|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "671$1", 0, "671"], GW: ["245", "00", "[49]\\d{8}|4\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["40"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"]]]], GY: ["592", "001", "(?:[2-8]\\d{3}|9008)\\d{3}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], HK: ["852", "00(?:30|5[09]|[126-9]?)", "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}", [5, 6, 7, 8, 9, 11], [["(\\d{3})(\\d{2,5})", "$1 $2", ["900", "9003"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{3})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["9"]]], 0, 0, 0, 0, 0, 0, 0, "00"], HN: ["504", "00", "8\\d{10}|[237-9]\\d{7}", [8, 11], [["(\\d{4})(\\d{4})", "$1-$2", ["[237-9]"]]]], HR: ["385", "00", "(?:[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|55)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[2-589]"]]]], HU: ["36", "00", "[235-7]\\d{8}|[1-9]\\d{7}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"], "(06 $1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "06 $1"]], "06"], ID: ["62", "00[89]", "(?:(?:00[1-9]|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, "([25-8]\\d{5})$|0", "1624$1", 0, "74576|(?:16|7[56])24"], IN: ["91", "00", "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}", [8, 9, 10, 11, 12, 13], [["(\\d{8})", "$1", ["5(?:0|2[23]|3[03]|[67]1|88)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)", "5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"], 0, 1], ["(\\d{4})(\\d{4,5})", "$1 $2", ["180", "1800"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["140"], 0, 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["11|2[02]|33|4[04]|79[1-7]|80[2-46]", "11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])", "11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]", "1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"], "0$1", 1], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807", "1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]", "1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"], "0$1", 1], ["(\\d{5})(\\d{5})", "$1 $2", ["[6-9]"], "0$1", 1], ["(\\d{4})(\\d{2,4})(\\d{4})", "$1 $2 $3", ["1(?:6|8[06])", "1(?:6|8[06]0)"], 0, 1], ["(\\d{4})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["18"], 0, 1]], "0"], IO: ["246", "00", "3\\d{6}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["3"]]]], IQ: ["964", "00", "(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-6]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], IR: ["98", "00", "[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}", [4, 5, 6, 7, 10], [["(\\d{4,5})", "$1", ["96"], "0$1"], ["(\\d{2})(\\d{4,5})", "$1 $2", ["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["[1-8]"], "0$1"]], "0"], IS: ["354", "00|1(?:0(?:01|[12]0)|100)", "(?:38\\d|[4-9])\\d{6}", [7, 9], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, 0, "00"], IT: ["39", "00", "0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?", [6, 7, 8, 9, 10, 11], [["(\\d{2})(\\d{4,6})", "$1 $2", ["0[26]"]], ["(\\d{3})(\\d{3,6})", "$1 $2", ["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])", "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]], ["(\\d{4})(\\d{2,6})", "$1 $2", ["0(?:[13-579][2-46-8]|8[236-8])"]], ["(\\d{4})(\\d{4})", "$1 $2", ["894"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[26]|5"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["1(?:44|[679])|[378]|43"]], ["(\\d{3})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["0[13-57-9][0159]|14"]], ["(\\d{2})(\\d{4})(\\d{5})", "$1 $2 $3", ["0[26]"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["3"]]], 0, 0, 0, 0, 0, 0, [["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"], ["3[2-9]\\d{7,8}|(?:31|43)\\d{8}", [9, 10]], ["80(?:0\\d{3}|3)\\d{3}", [6, 9]], ["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}", [6, 8, 9, 10]], ["1(?:78\\d|99)\\d{6}", [9, 10]], 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-24-8]\\d{5})$|0", "1534$1", 0, 0, [["1534[0-24-8]\\d{5}"], ["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[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-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"], ["56\\d{8}"]]], JM: ["1", "011", "(?:[58]\\d\\d|658|900)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "658|876"], JO: ["962", "00", "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}", [8, 9], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2356]|87"], "(0$1)"], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["70"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["7"], "0$1"]], "0"], JP: ["81", "010", "00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}", [8, 9, 10, 11, 12, 13, 14, 15, 16, 17], [["(\\d{3})(\\d{3})(\\d{3})", "$1-$2-$3", ["(?:12|57|99)0"], "0$1"], ["(\\d{4})(\\d)(\\d{4})", "$1-$2-$3", ["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]", "1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2-$3", ["[36]|4(?:2[09]|7[01])", "[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]", "1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3", ["[14]|[289][2-9]|5[3-9]|7[2-4679]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2-$3", ["800"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[257-9]"], "0$1"]], "0", 0, "(000[259]\\d{6})$|(?:(?:003768)0?)|0", "$1"], KE: ["254", "000", "(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}", [7, 8, 9, 10], [["(\\d{2})(\\d{5,7})", "$1 $2", ["[24-6]"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[17]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0"], KG: ["996", "00", "8\\d{9}|[235-9]\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["3(?:1[346]|[24-79])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[235-79]|88"], "0$1"], ["(\\d{3})(\\d{3})(\\d)(\\d{2,3})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], KH: ["855", "00[14-9]", "1\\d{9}|[1-9]\\d{7,8}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], KI: ["686", "00", "(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}", [5, 8], 0, "0"], KM: ["269", "00", "[3478]\\d{6}", [7], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[3478]"]]]], KN: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-7]\\d{6})$|1", "869$1", 0, "869"], KP: ["850", "00|99", "85\\d{6}|(?:19\\d|[2-7])\\d{7}", [8, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-7]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"]], "0"], KR: ["82", "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))", "00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}", [5, 6, 8, 9, 10, 11, 12, 13, 14], [["(\\d{2})(\\d{3,4})", "$1-$2", ["(?:3[1-3]|[46][1-4]|5[1-5])1"], "0$1"], ["(\\d{4})(\\d{4})", "$1-$2", ["1"]], ["(\\d)(\\d{3,4})(\\d{4})", "$1-$2-$3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1-$2-$3", ["60|8"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1-$2-$3", ["[1346]|5[1-5]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2-$3", ["[57]"], "0$1"], ["(\\d{2})(\\d{5})(\\d{4})", "$1-$2-$3", ["5"], "0$1"]], "0", 0, "0(8(?:[1-46-8]|5\\d\\d))?"], KW: ["965", "00", "18\\d{5}|(?:[2569]\\d|41)\\d{6}", [7, 8], [["(\\d{4})(\\d{3,4})", "$1 $2", ["[169]|2(?:[235]|4[1-35-9])|52"]], ["(\\d{3})(\\d{5})", "$1 $2", ["[245]"]]]], KY: ["1", "011", "(?:345|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "345$1", 0, "345"], KZ: ["7", "810", "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}", [10, 14], 0, "8", 0, 0, 0, 0, "33|7", 0, "8~10"], LA: ["856", "00", "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}", [8, 9, 10], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2[13]|3[14]|[4-8]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3 $4", ["30[013-9]"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0"], LB: ["961", "00", "[27-9]\\d{7}|[13-9]\\d{6}", [7, 8], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[27-9]"]]], "0"], LC: ["1", "011", "(?:[58]\\d\\d|758|900)\\d{7}", [10], 0, "1", 0, "([2-8]\\d{6})$|1", "758$1", 0, "758"], LI: ["423", "00", "[68]\\d{8}|(?:[2378]\\d|90)\\d{5}", [7, 9], [["(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3", ["[2379]|8(?:0[09]|7)", "[2379]|8(?:0(?:02|9)|7)"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["69"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6"]]], "0", 0, "(1001)|0"], LK: ["94", "00", "[1-9]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[1-689]"], "0$1"]], "0"], LR: ["231", "00", "(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["4[67]|[56]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-578]"], "0$1"]], "0"], LS: ["266", "00", "(?:[256]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2568]"]]]], LT: ["370", "00", "(?:[3469]\\d|52|[78]0)\\d{6}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["52[0-7]"], "(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{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)|8(?:0[89]|92)", "5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|8(?:0[89]|92)"], "0$1"], ["(\\d{2})(\\d{7})", "$1-$2", ["8"], "0$1"], ["(\\d{3})(\\d{6})", "$1-$2", ["[5-7]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"], ["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-2]|5[01]|8[0-3]))\\d{6}"], ["80[0-7]\\d{6}"], ["89\\d{7}"], 0, 0, 0, 0, ["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]], MC: ["377", "00", "(?:[3489]|6\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["4"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[389]"]], ["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4 $5", ["6"], "0$1"]], "0"], MD: ["373", "00", "(?:[235-7]\\d|[89]0)\\d{6}", [8], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["22|3"], "0$1"], ["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["[25-7]"], "0$1"]], "0"], ME: ["382", "00", "(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[2-9]"], "0$1"]], "0"], MF: ["590", "00", "590\\d{6}|(?:69|80|9\\d)\\d{7}", [9], 0, "0", 0, 0, 0, 0, 0, [["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"], ["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"], ["80[0-5]\\d{6}"], 0, 0, 0, 0, 0, ["9(?:(?:395|76[018])\\d|475[0-5])\\d{4}"]]], MG: ["261", "00", "[23]\\d{8}", [9], [["(\\d{2})(\\d{2})(\\d{3})(\\d{2})", "$1 $2 $3 $4", ["[23]"], "0$1"]], "0", 0, "([24-9]\\d{6})$|0", "20$1"], MH: ["692", "011", "329\\d{4}|(?:[256]\\d|45)\\d{5}", [7], [["(\\d{3})(\\d{4})", "$1-$2", ["[2-6]"]]], "1"], MK: ["389", "00", "[2-578]\\d{7}", [8], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2|34[47]|4(?:[37]7|5[47]|64)"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[347]"], "0$1"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[58]"], "0$1"]], "0"], ML: ["223", "00", "[24-9]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24-9]"]]]], MM: ["95", "00", "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}", [6, 7, 8, 9, 10], [["(\\d)(\\d{2})(\\d{3})", "$1 $2 $3", ["16|2"], "0$1"], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"], "0$1"], ["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[12]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[4-7]|8[1-35]"], "0$1"], ["(\\d)(\\d{3})(\\d{4,6})", "$1 $2 $3", ["9(?:2[0-4]|[35-9]|4[137-9])"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["92"], "0$1"], ["(\\d)(\\d{5})(\\d{4})", "$1 $2 $3", ["9"], "0$1"]], "0"], MN: ["976", "001", "[12]\\d{7,9}|[5-9]\\d{7}", [8, 9, 10], [["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["[12]1"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[5-9]"]], ["(\\d{3})(\\d{5,6})", "$1 $2", ["[12]2[1-3]"], "0$1"], ["(\\d{4})(\\d{5,6})", "$1 $2", ["[12](?:27|3[2-8]|4[2-68]|5[1-4689])", "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"], "0$1"], ["(\\d{5})(\\d{4,5})", "$1 $2", ["[12]"], "0$1"]], "0"], MO: ["853", "00", "0800\\d{3}|(?:28|[68]\\d)\\d{6}", [7, 8], [["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[268]"]]]], MP: ["1", "011", "[58]\\d{9}|(?:67|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "670$1", 0, "670"], MQ: ["596", "00", "596\\d{6}|(?:69|80|9\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[569]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], MR: ["222", "00", "(?:[2-4]\\d\\d|800)\\d{5}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-48]"]]]], MS: ["1", "011", "(?:[58]\\d\\d|664|900)\\d{7}", [10], 0, "1", 0, "([34]\\d{6})$|1", "664$1", 0, "664"], MT: ["356", "00", "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[2357-9]"]]]], MU: ["230", "0(?:0|[24-7]0|3[03])", "(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}", [7, 8, 10], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-46]|8[013]"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[57]"]], ["(\\d{5})(\\d{5})", "$1 $2", ["8"]]], 0, 0, 0, 0, 0, 0, 0, "020"], MV: ["960", "0(?:0|19)", "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}", [7, 10], [["(\\d{3})(\\d{4})", "$1-$2", ["[34679]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], MW: ["265", "00", "(?:[1289]\\d|31|77)\\d{7}|1\\d{6}", [7, 9], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["1[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[137-9]"], "0$1"]], "0"], MX: ["52", "0[09]", "1(?:(?:[27]2|44|87|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[01]\\d|2[13-9]|[35][1-9]|4[0-35-9]|6[0-46-9]|7[013-9]|8[1-69]|9[1-8])|[2-9]\\d)\\d{8}", [10, 11], [["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["33|5[56]|81"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[2-9]"], 0, 1], ["(\\d)(\\d{2})(\\d{4})(\\d{4})", "$2 $3 $4", ["1(?:33|5[56]|81)"], 0, 1], ["(\\d)(\\d{3})(\\d{3})(\\d{4})", "$2 $3 $4", ["1"], 0, 1]], "01", 0, "0(?:[12]|4[45])|1", 0, 0, 0, 0, "00"], MY: ["60", "00", "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1-$2 $3", ["[4-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1-$2 $3", ["1(?:[02469]|[378][1-9]|53)|8", "1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"], "0$1"], ["(\\d)(\\d{4})(\\d{4})", "$1-$2 $3", ["3"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{4})", "$1-$2-$3-$4", ["1(?:[367]|80)"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1-$2 $3", ["15"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4})", "$1-$2 $3", ["1"], "0$1"]], "0"], MZ: ["258", "00", "(?:2|8\\d)\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2|8[2-79]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["8"]]]], NA: ["264", "00", "[68]\\d{7,8}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["88"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["87"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], NC: ["687", "00", "(?:050|[2-57-9]\\d\\d)\\d{3}", [6], [["(\\d{2})(\\d{2})(\\d{2})", "$1.$2.$3", ["[02-57-9]"]]]], NE: ["227", "00", "[027-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["08"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[089]|2[013]|7[047]"]]]], 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", "2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}", [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{3})(\\d{4})", "$1 $2 $3", ["20[129]"], "0$1"], ["(\\d{4})(\\d{2})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{3})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["[78]"], "0$1"], ["(\\d{3})(\\d{5})(\\d{5,6})", "$1 $2 $3", ["[78]"], "0$1"]], "0"], NI: ["505", "00", "(?:1800|[25-8]\\d{3})\\d{4}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[125-8]"]]]], NL: ["31", "00", "(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}", [5, 6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{4,7})", "$1 $2", ["[89]0"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["66"], "0$1"], ["(\\d)(\\d{8})", "$1 $2", ["6"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-578]|91"], "0$1"], ["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3", ["9"], "0$1"]], "0"], NO: ["47", "00", "(?:0|[2-9]\\d{3})\\d{4}", [5, 8], [["(\\d{3})(\\d{2})(\\d{3})", "$1 $2 $3", ["8"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2-79]"]]], 0, 0, 0, 0, 0, "[02-689]|7[0-8]"], NP: ["977", "00", "(?:1\\d|9)\\d{9}|[1-9]\\d{7}", [8, 10, 11], [["(\\d)(\\d{7})", "$1-$2", ["1[2-6]"], "0$1"], ["(\\d{2})(\\d{6})", "$1-$2", ["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"], "0$1"], ["(\\d{3})(\\d{7})", "$1-$2", ["9"]]], "0"], NR: ["674", "00", "(?:444|(?:55|8\\d)\\d|666)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[4-68]"]]]], NU: ["683", "00", "(?:[4-7]|888\\d)\\d{3}", [4, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["8"]]]], NZ: ["64", "0(?:0|161)", "[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,8})", "$1 $2", ["8[1-79]"], "0$1"], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["50[036-8]|8|90", "50(?:[0367]|88)|8|90"], "0$1"], ["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["24|[346]|7[2-57-9]|9[2-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:10|74)|[589]"], "0$1"], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["1|2[028]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,5})", "$1 $2 $3", ["2(?:[169]|7[0-35-9])|7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "00"], OM: ["968", "00", "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}", [7, 8, 9], [["(\\d{3})(\\d{4,6})", "$1 $2", ["[58]"]], ["(\\d{2})(\\d{6})", "$1 $2", ["2"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[179]"]]]], PA: ["507", "00", "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}", [7, 8, 10, 11], [["(\\d{3})(\\d{4})", "$1-$2", ["[1-57-9]"]], ["(\\d{4})(\\d{4})", "$1-$2", ["[68]"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]]], PE: ["51", "00|19(?:1[124]|77|90)00", "(?:[14-8]|9\\d)\\d{7}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["80"], "(0$1)"], ["(\\d)(\\d{7})", "$1 $2", ["1"], "(0$1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["[4-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"]]], "0", 0, 0, 0, 0, 0, 0, "00", " Anexo "], PF: ["689", "00", "4\\d{5}(?:\\d{2})?|8\\d{7,8}", [6, 8, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["44"]], ["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["4|8[7-9]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], PG: ["675", "00|140[1-3]", "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["18|[2-69]|85"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[78]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], PH: ["63", "00", "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}", [6, 8, 9, 10, 11, 12, 13], [["(\\d)(\\d{5})", "$1 $2", ["2"], "(0$1)"], ["(\\d{4})(\\d{4,6})", "$1 $2", ["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2", "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"], "(0$1)"], ["(\\d{5})(\\d{4})", "$1 $2", ["346|4(?:27|9[35])|883", "3469|4(?:279|9(?:30|56))|8834"], "(0$1)"], ["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["2"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|8[2-8]"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]], ["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})", "$1 $2 $3 $4", ["1"]]], "0"], PK: ["92", "00", "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,7})", "$1 $2 $3", ["[89]0"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["1"]], ["(\\d{3})(\\d{6,7})", "$1 $2", ["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])", "9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"], "(0$1)"], ["(\\d{2})(\\d{7,8})", "$1 $2", ["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"], "(0$1)"], ["(\\d{5})(\\d{5})", "$1 $2", ["58"], "(0$1)"], ["(\\d{3})(\\d{7})", "$1 $2", ["3"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"], "(0$1)"], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[24-9]"], "(0$1)"]], "0"], PL: ["48", "00", "(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}", [6, 7, 8, 9, 10], [["(\\d{5})", "$1", ["19"]], ["(\\d{3})(\\d{3})", "$1 $2", ["11|20|64"]], ["(\\d{2})(\\d{2})(\\d{3})", "$1 $2 $3", ["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1", "(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]], ["(\\d{3})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["64"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["1[2-8]|[2-7]|8[1-79]|9[145]"]], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["8"]]]], PM: ["508", "00", "[45]\\d{5}|(?:708|80\\d)\\d{6}", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[45]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"], "0$1"]], "0"], PR: ["1", "011", "(?:[589]\\d\\d|787)\\d{7}", [10], 0, "1", 0, 0, 0, 0, "787|939"], PS: ["970", "00", "[2489]2\\d{6}|(?:1\\d|5)\\d{8}", [8, 9, 10], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["[2489]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], PT: ["351", "00", "1693\\d{5}|(?:[26-9]\\d|30)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["2[12]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["16|[236-9]"]]]], PW: ["680", "01[12]", "(?:[24-8]\\d\\d|345|900)\\d{4}", [7], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-9]"]]]], PY: ["595", "00", "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}", [6, 7, 8, 9, 10, 11], [["(\\d{3})(\\d{3,6})", "$1 $2", ["[2-9]0"], "0$1"], ["(\\d{2})(\\d{5})", "$1 $2", ["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"], "(0$1)"], ["(\\d{3})(\\d{4,5})", "$1 $2", ["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["87"]], ["(\\d{3})(\\d{6})", "$1 $2", ["9(?:[5-79]|8[1-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-8]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["9"]]], "0"], QA: ["974", "00", "800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}", [7, 8, 9, 11], [["(\\d{3})(\\d{4})", "$1 $2", ["2[16]|8"]], ["(\\d{4})(\\d{4})", "$1 $2", ["[3-7]"]]]], RE: ["262", "00", "(?:26|[689]\\d)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2689]"], "0$1"]], "0", 0, 0, 0, 0, 0, [["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"], ["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"], ["80\\d{7}"], ["89[1-37-9]\\d{6}"], 0, 0, 0, 0, ["9(?:399[0-3]|479[0-5]|76(?:2[27]|3[0-37]))\\d{4}"], ["8(?:1[019]|2[0156]|84|90)\\d{6}"]]], RO: ["40", "00", "(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}", [6, 9], [["(\\d{3})(\\d{3})", "$1 $2", ["2[3-6]", "2[3-6]\\d9"], "0$1"], ["(\\d{2})(\\d{4})", "$1 $2", ["219|31"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[23]1"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[236-9]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, " int "], RS: ["381", "00", "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}", [6, 7, 8, 9, 10, 11, 12], [["(\\d{3})(\\d{3,9})", "$1 $2", ["(?:2[389]|39)0|[7-9]"], "0$1"], ["(\\d{2})(\\d{5,10})", "$1 $2", ["[1-36]"], "0$1"]], "0"], RU: ["7", "810", "8\\d{13}|[347-9]\\d{9}", [10, 14], [["(\\d{4})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-8]|2[1-9])", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))", "7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"], "8 ($1)", 1], ["(\\d{5})(\\d)(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["7(?:1[0-68]|2[1-9])", "7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))", "7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "8 ($1)", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[349]|8(?:[02-7]|1[1-8])"], "8 ($1)", 1], ["(\\d{4})(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["8"], "8 ($1)"]], "8", 0, 0, 0, 0, "3[04-689]|[489]", 0, "8~10"], RW: ["250", "00", "(?:06|[27]\\d\\d|[89]00)\\d{6}", [8, 9], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["2"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[7-9]"], "0$1"]], "0"], SA: ["966", "00", "92\\d{7}|(?:[15]|8\\d)\\d{8}", [9, 10], [["(\\d{4})(\\d{5})", "$1 $2", ["9"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["5"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["81"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]]], "0"], SB: ["677", "0[01]", "(?:[1-6]|[7-9]\\d\\d)\\d{4}", [5, 7], [["(\\d{2})(\\d{5})", "$1 $2", ["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]], SC: ["248", "010|0[0-2]", "800\\d{4}|(?:[249]\\d|64)\\d{5}", [7], [["(\\d)(\\d{3})(\\d{3})", "$1 $2 $3", ["[246]|9[57]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], SD: ["249", "00", "[19]\\d{8}", [9], [["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[19]"], "0$1"]], "0"], SE: ["46", "00", "(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}", [6, 7, 8, 9, 10], [["(\\d{2})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["20"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{4})", "$1-$2", ["9(?:00|39|44|9)"], "0$1", 0, "$1 $2"], ["(\\d{2})(\\d{3})(\\d{2})", "$1-$2 $3", ["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3"], ["(\\d)(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2,3})(\\d{2})", "$1-$2 $3", ["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3"], ["(\\d{3})(\\d{2,3})(\\d{3})", "$1-$2 $3", ["9(?:00|39|44)"], "0$1", 0, "$1 $2 $3"], ["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["10|7"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1-$2 $3 $4", ["8"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1-$2 $3 $4", ["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{2})(\\d{3})", "$1-$2 $3 $4", ["9"], "0$1", 0, "$1 $2 $3 $4"], ["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1-$2 $3 $4 $5", ["[26]"], "0$1", 0, "$1 $2 $3 $4 $5"]], "0"], SG: ["65", "0[0-3]\\d", "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}", [8, 10, 11], [["(\\d{4})(\\d{4})", "$1 $2", ["[369]|8(?:0[1-8]|[1-9])"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"]], ["(\\d{4})(\\d{4})(\\d{3})", "$1 $2 $3", ["7"]], ["(\\d{4})(\\d{3})(\\d{4})", "$1 $2 $3", ["1"]]]], SH: ["290", "00", "(?:[256]\\d|8)\\d{3}", [4, 5], 0, 0, 0, 0, 0, 0, "[256]"], SI: ["386", "00|10(?:22|66|88|99)", "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}", [5, 6, 7, 8], [["(\\d{2})(\\d{3,6})", "$1 $2", ["8[09]|9"], "0$1"], ["(\\d{3})(\\d{5})", "$1 $2", ["59|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[37][01]|4[0139]|51|6"], "0$1"], ["(\\d)(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[1-57]"], "(0$1)"]], "0", 0, 0, 0, 0, 0, 0, "00"], SJ: ["47", "00", "0\\d{4}|(?:[489]\\d|79)\\d{6}", [5, 8], 0, 0, 0, 0, 0, 0, "79"], SK: ["421", "00", "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}", [6, 7, 9], [["(\\d)(\\d{2})(\\d{3,4})", "$1 $2 $3", ["21"], "0$1"], ["(\\d{2})(\\d{2})(\\d{2,3})", "$1 $2 $3", ["[3-5][1-8]1", "[3-5][1-8]1[67]"], "0$1"], ["(\\d)(\\d{3})(\\d{3})(\\d{2})", "$1/$2 $3 $4", ["2"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[689]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1/$2 $3 $4", ["[3-5]"], "0$1"]], "0"], SL: ["232", "00", "(?:[237-9]\\d|66)\\d{6}", [8], [["(\\d{2})(\\d{6})", "$1 $2", ["[236-9]"], "(0$1)"]], "0"], SM: ["378", "00", "(?:0549|[5-7]\\d)\\d{6}", [8, 10], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[5-7]"]], ["(\\d{4})(\\d{6})", "$1 $2", ["0"]]], 0, 0, "([89]\\d{5})$", "0549$1"], SN: ["221", "00", "(?:[378]\\d|93)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[379]"]]]], SO: ["252", "00", "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}", [6, 7, 8, 9], [["(\\d{2})(\\d{4})", "$1 $2", ["8[125]"]], ["(\\d{6})", "$1", ["[134]"]], ["(\\d)(\\d{6})", "$1 $2", ["[15]|2[0-79]|3[0-46-8]|4[0-7]"]], ["(\\d)(\\d{7})", "$1 $2", ["(?:2|90)4|[67]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[348]|64|79|90"]], ["(\\d{2})(\\d{5,7})", "$1 $2", ["1|28|6[0-35-9]|77|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, "(5\\d{6})$|1", "721$1", 0, "721"], SY: ["963", "00", "[1-39]\\d{8}|[1-5]\\d{7}", [8, 9], [["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-5]"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1", 1]], "0"], SZ: ["268", "00", "0800\\d{4}|(?:[237]\\d|900)\\d{6}", [8, 9], [["(\\d{4})(\\d{4})", "$1 $2", ["[0237]"]], ["(\\d{5})(\\d{4})", "$1 $2", ["9"]]]], TA: ["290", "00", "8\\d{3}", [4], 0, 0, 0, 0, 0, 0, "8"], TC: ["1", "011", "(?:[58]\\d\\d|649|900)\\d{7}", [10], 0, "1", 0, "([2-479]\\d{6})$|1", "649$1", 0, "649"], TD: ["235", "00|16", "(?:22|[69]\\d|77)\\d{6}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[2679]"]]], 0, 0, 0, 0, 0, 0, 0, "00"], TG: ["228", "00", "[279]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[279]"]]]], TH: ["66", "00[1-9]", "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}", [8, 9, 10, 13], [["(\\d)(\\d{3})(\\d{4})", "$1 $2 $3", ["2"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[13-9]"], "0$1"], ["(\\d{4})(\\d{3})(\\d{3})", "$1 $2 $3", ["1"]]], "0"], TJ: ["992", "810", "[0-57-9]\\d{8}", [9], [["(\\d{6})(\\d)(\\d{2})", "$1 $2 $3", ["331", "3317"]], ["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["44[02-479]|[34]7"]], ["(\\d{4})(\\d)(\\d{4})", "$1 $2 $3", ["3[1-5]"]], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[0-57-9]"]]], 0, 0, 0, 0, 0, 0, 0, "8~10"], TK: ["690", "00", "[2-47]\\d{3,6}", [4, 5, 6, 7]], TL: ["670", "00", "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}", [7, 8], [["(\\d{3})(\\d{4})", "$1 $2", ["[2-489]|70"]], ["(\\d{4})(\\d{4})", "$1 $2", ["7"]]]], TM: ["993", "810", "[1-6]\\d{7}", [8], [["(\\d{2})(\\d{2})(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["12"], "(8 $1)"], ["(\\d{3})(\\d)(\\d{2})(\\d{2})", "$1 $2-$3-$4", ["[1-5]"], "(8 $1)"], ["(\\d{2})(\\d{6})", "$1 $2", ["6"], "8 $1"]], "8", 0, 0, 0, 0, 0, 0, "8~10"], TN: ["216", "00", "[2-57-9]\\d{7}", [8], [["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-57-9]"]]]], TO: ["676", "00", "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}", [5, 7], [["(\\d{2})(\\d{3})", "$1-$2", ["[2-4]|50|6[09]|7[0-24-69]|8[05]"]], ["(\\d{4})(\\d{3})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[5-9]"]]]], TR: ["90", "00", "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}", [7, 10, 12, 13], [["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["512|8[01589]|90"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["5(?:[0-59]|61)", "5(?:[0-59]|61[06])", "5(?:[0-59]|61[06]1)"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[24][1-8]|3[1-9]"], "(0$1)", 1], ["(\\d{3})(\\d{3})(\\d{6,7})", "$1 $2 $3", ["80"], "0$1", 1]], "0"], TT: ["1", "011", "(?:[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-46-8]\\d{6})$|1", "868$1", 0, "868"], TV: ["688", "00", "(?:2|7\\d\\d|90)\\d{4}", [5, 6, 7], [["(\\d{2})(\\d{3})", "$1 $2", ["2"]], ["(\\d{2})(\\d{4})", "$1 $2", ["90"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], TW: ["886", "0(?:0[25-79]|19)", "[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}", [7, 8, 9, 10, 11], [["(\\d{2})(\\d)(\\d{4})", "$1 $2 $3", ["202"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[258]0"], "0$1"], ["(\\d)(\\d{3,4})(\\d{4})", "$1 $2 $3", ["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]", "[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{2})(\\d{4})(\\d{4,5})", "$1 $2 $3", ["7"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, 0, "#"], TZ: ["255", "00[056]", "(?:[25-8]\\d|41|90)\\d{7}", [9], [["(\\d{3})(\\d{2})(\\d{4})", "$1 $2 $3", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[24]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["5"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[67]"], "0$1"]], "0"], UA: ["380", "00", "[89]\\d{9}|[3-9]\\d{8}", [9, 10], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]", "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"], "0$1"], ["(\\d{4})(\\d{5})", "$1 $2", ["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])", "3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[3-7]|89|9[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[89]"], "0$1"]], "0", 0, 0, 0, 0, 0, 0, "0~0"], UG: ["256", "00[057]", "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}", [9], [["(\\d{4})(\\d{5})", "$1 $2", ["202", "2024"], "0$1"], ["(\\d{3})(\\d{6})", "$1 $2", ["[27-9]|4(?:6[45]|[7-9])"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[34]"], "0$1"]], "0"], US: ["1", "011", "[2-9]\\d{9}|3\\d{6}", [10], [["(\\d{3})(\\d{4})", "$1-$2", ["310"], 0, 1], ["(\\d{3})(\\d{3})(\\d{4})", "($1) $2-$3", ["[2-9]"], 0, 1, "$1-$2-$3"]], "1", 0, 0, 0, 0, 0, [["(?:5056(?:[0-35-9]\\d|4[468])|7302[01]\\d)\\d{4}|(?:472[24]|505[2-57-9]|983[289])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[0149]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"], [""], ["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"], ["900[2-9]\\d{6}"], ["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"]]], UY: ["598", "0(?:0|1[3-9]\\d)", "0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}", [6, 7, 8, 9, 10, 11, 12, 13], [["(\\d{3})(\\d{3,4})", "$1 $2", ["0"]], ["(\\d{3})(\\d{4})", "$1 $2", ["[49]0|8"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["9"], "0$1"], ["(\\d{4})(\\d{4})", "$1 $2", ["[124]"]], ["(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3", ["0"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})", "$1 $2 $3 $4", ["0"]]], "0", 0, 0, 0, 0, 0, 0, "00", " int. "], UZ: ["998", "810", "(?:20|33|[5-79]\\d|88)\\d{7}", [9], [["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["[235-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, "([2-7]\\d{6})$|1", "784$1", 0, "784"], VE: ["58", "00", "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}", [10], [["(\\d{3})(\\d{7})", "$1-$2", ["[24-689]"], "0$1"]], "0"], VG: ["1", "011", "(?:284|[58]\\d\\d|900)\\d{7}", [10], 0, "1", 0, "([2-578]\\d{6})$|1", "284$1", 0, "284"], VI: ["1", "011", "[58]\\d{9}|(?:34|90)0\\d{7}", [10], 0, "1", 0, "([2-9]\\d{6})$|1", "340$1", 0, "340"], VN: ["84", "00", "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}", [7, 8, 9, 10], [["(\\d{2})(\\d{5})", "$1 $2", ["80"], "0$1", 1], ["(\\d{4})(\\d{4,6})", "$1 $2", ["1"], 0, 1], ["(\\d{2})(\\d{3})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["6"], "0$1", 1], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[357-9]"], "0$1", 1], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["2[48]"], "0$1", 1], ["(\\d{3})(\\d{4})(\\d{3})", "$1 $2 $3", ["2"], "0$1", 1]], "0"], VU: ["678", "00", "[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}", [5, 7], [["(\\d{3})(\\d{4})", "$1 $2", ["[57-9]"]]]], WF: ["681", "00", "(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?", [6, 9], [["(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3", ["[478]"]], ["(\\d{3})(\\d{2})(\\d{2})(\\d{2})", "$1 $2 $3 $4", ["8"]]]], WS: ["685", "0", "(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}", [5, 6, 7, 10], [["(\\d{5})", "$1", ["[2-5]|6[1-9]"]], ["(\\d{3})(\\d{3,7})", "$1 $2", ["[68]"]], ["(\\d{2})(\\d{5})", "$1 $2", ["7"]]]], XK: ["383", "00", "[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}", [8, 9], [["(\\d{3})(\\d{5})", "$1 $2", ["[89]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3})", "$1 $2 $3", ["[2-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[23]"], "0$1"]], "0"], YE: ["967", "00", "(?:1|7\\d)\\d{7}|[1-7]\\d{6}", [7, 8, 9], [["(\\d)(\\d{3})(\\d{3,4})", "$1 $2 $3", ["[1-6]|7(?:[24-6]|8[0-7])"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["7"], "0$1"]], "0"], YT: ["262", "00", "(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}", [9], 0, "0", 0, 0, 0, 0, 0, [["269(?:0[0-467]|5[0-4]|6\\d|[78]0)\\d{4}"], ["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"], ["80\\d{7}"], 0, 0, 0, 0, 0, ["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]], ZA: ["27", "00", "[1-79]\\d{8}|8\\d{4,9}", [5, 6, 7, 8, 9, 10], [["(\\d{2})(\\d{3,4})", "$1 $2", ["8[1-4]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{2,3})", "$1 $2 $3", ["8[1-4]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["860"], "0$1"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["[1-9]"], "0$1"], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["8"], "0$1"]], "0"], ZM: ["260", "00", "800\\d{6}|(?:21|63|[79]\\d)\\d{7}", [9], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[28]"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["[79]"], "0$1"]], "0"], ZW: ["263", "00", "2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}", [5, 6, 7, 8, 9, 10], [["(\\d{3})(\\d{3,5})", "$1 $2", ["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"], "0$1"], ["(\\d)(\\d{3})(\\d{2,4})", "$1 $2 $3", ["[49]"], "0$1"], ["(\\d{3})(\\d{4})", "$1 $2", ["80"], "0$1"], ["(\\d{2})(\\d{7})", "$1 $2", ["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2", "2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"], "(0$1)"], ["(\\d{2})(\\d{3})(\\d{4})", "$1 $2 $3", ["7"], "0$1"], ["(\\d{3})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)", "2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"], "0$1"], ["(\\d{4})(\\d{6})", "$1 $2", ["8"], "0$1"], ["(\\d{2})(\\d{3,5})", "$1 $2", ["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"], "0$1"], ["(\\d{2})(\\d{3})(\\d{3,4})", "$1 $2 $3", ["29[013-9]|39|54"], "0$1"], ["(\\d{4})(\\d{3,5})", "$1 $2", ["(?:25|54)8", "258|5483"], "0$1"]], "0"] }, nonGeographic: { 800: ["800", 0, "(?:00|[1-9]\\d)\\d{6}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["\\d"]]], 0, 0, 0, 0, 0, 0, [0, 0, ["(?:00|[1-9]\\d)\\d{6}"]]], 808: ["808", 0, "[1-9]\\d{7}", [8], [["(\\d{4})(\\d{4})", "$1 $2", ["[1-9]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, 0, ["[1-9]\\d{7}"]]], 870: ["870", 0, "7\\d{11}|[35-7]\\d{8}", [9, 12], [["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["[35-7]"]]], 0, 0, 0, 0, 0, 0, [0, ["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]], 878: ["878", 0, "10\\d{10}", [12], [["(\\d{2})(\\d{5})(\\d{5})", "$1 $2 $3", ["1"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["10\\d{10}"]]], 881: ["881", 0, "6\\d{9}|[0-36-9]\\d{8}", [9, 10], [["(\\d)(\\d{3})(\\d{5})", "$1 $2 $3", ["[0-37-9]"]], ["(\\d)(\\d{3})(\\d{5,6})", "$1 $2 $3", ["6"]]], 0, 0, 0, 0, 0, 0, [0, ["6\\d{9}|[0-36-9]\\d{8}"]]], 882: ["882", 0, "[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?", [7, 8, 9, 10, 11, 12], [["(\\d{2})(\\d{5})", "$1 $2", ["16|342"]], ["(\\d{2})(\\d{6})", "$1 $2", ["49"]], ["(\\d{2})(\\d{2})(\\d{4})", "$1 $2 $3", ["1[36]|9"]], ["(\\d{2})(\\d{4})(\\d{3})", "$1 $2 $3", ["3[23]"]], ["(\\d{2})(\\d{3,4})(\\d{4})", "$1 $2 $3", ["16"]], ["(\\d{2})(\\d{4})(\\d{4})", "$1 $2 $3", ["10|23|3(?:[15]|4[57])|4|51"]], ["(\\d{3})(\\d{4})(\\d{4})", "$1 $2 $3", ["34"]], ["(\\d{2})(\\d{4,5})(\\d{5})", "$1 $2 $3", ["[1-35]"]]], 0, 0, 0, 0, 0, 0, [0, ["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}", [7, 8, 9, 10, 12]], 0, 0, 0, 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})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]], 883: ["883", 0, "(?:[1-4]\\d|51)\\d{6,10}", [8, 9, 10, 11, 12], [["(\\d{3})(\\d{3})(\\d{2,8})", "$1 $2 $3", ["[14]|2[24-689]|3[02-689]|51[24-9]"]], ["(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3", ["510"]], ["(\\d{3})(\\d{3})(\\d{4})", "$1 $2 $3", ["21"]], ["(\\d{4})(\\d{4})(\\d{4})", "$1 $2 $3", ["51[13]"]], ["(\\d{3})(\\d{3})(\\d{3})(\\d{3})", "$1 $2 $3 $4", ["[235]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, 0, 0, ["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]], 888: ["888", 0, "\\d{11}", [11], [["(\\d{3})(\\d{3})(\\d{5})", "$1 $2 $3"]], 0, 0, 0, 0, 0, 0, [0, 0, 0, 0, 0, 0, ["\\d{11}"]]], 979: ["979", 0, "[1359]\\d{8}", [9], [["(\\d)(\\d{4})(\\d{4})", "$1 $2 $3", ["[1359]"]]], 0, 0, 0, 0, 0, 0, [0, 0, 0, ["[1359]\\d{8}"]]] } };
@@ -538,14 +528,14 @@ function Sn(e) {
538
528
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
539
529
  }, Sn(e);
540
530
  }
541
- function br(e, t) {
531
+ function _r(e, t) {
542
532
  for (var n = 0; n < t.length; n++) {
543
533
  var r = t[n];
544
534
  r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, r.key, r);
545
535
  }
546
536
  }
547
537
  function Xo(e, t, n) {
548
- return t && br(e.prototype, t), n && br(e, n), Object.defineProperty(e, "prototype", { writable: !1 }), e;
538
+ return t && _r(e.prototype, t), n && _r(e, n), Object.defineProperty(e, "prototype", { writable: !1 }), e;
549
539
  }
550
540
  function qo(e, t) {
551
541
  if (!(e instanceof t))
@@ -1118,10 +1108,10 @@ function Wi(e) {
1118
1108
  var t = "20", n = "15", r = "9", i = "6", a = "[  \\t,]*", o = "[:\\..]?[  \\t,-]*", s = "#?", l = "(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)", u = "(?:[xx##~~]|int|int)", c = "[- ]+", $ = "[  \\t]*", h = "(?:,{2}|;)", O = ys + ht(t), v = a + l + o + ht(t) + s, y = a + u + o + ht(r) + s, N = c + ht(i) + "#", p = $ + h + o + ht(n) + s, g = $ + "(?:,)+" + o + ht(r) + s;
1119
1109
  return O + "|" + v + "|" + y + "|" + N + "|" + p + "|" + g;
1120
1110
  }
1121
- var _s = "[" + Pe + "]{" + Qn + "}", bs = "[" + er + "]{0,1}(?:[" + Jt + "]*[" + Pe + "]){3,}[" + Jt + Pe + "]*", vs = new RegExp("^[" + er + "]{0,1}(?:[" + Jt + "]*[" + Pe + "]){1,2}$", "i"), Es = bs + // Phone number extensions
1111
+ var bs = "[" + Pe + "]{" + Qn + "}", _s = "[" + er + "]{0,1}(?:[" + Jt + "]*[" + Pe + "]){3,}[" + Jt + Pe + "]*", vs = new RegExp("^[" + er + "]{0,1}(?:[" + Jt + "]*[" + Pe + "]){1,2}$", "i"), Es = _s + // Phone number extensions
1122
1112
  "(?:" + Wi() + ")?", Os = new RegExp(
1123
1113
  // Either a short two-digit-only phone number
1124
- "^" + _s + "$|^" + Es + "$",
1114
+ "^" + bs + "$|^" + Es + "$",
1125
1115
  "i"
1126
1116
  );
1127
1117
  function Ns(e) {
@@ -1924,7 +1914,7 @@ function gl(e, t) {
1924
1914
  metadata: i.metadata
1925
1915
  });
1926
1916
  }
1927
- var Xi = "+", yl = "[\\-\\.\\(\\)]?", Ur = "([" + Pe + "]|" + yl + ")", _l = "^\\" + Xi + Ur + "*[" + Pe + "]" + Ur + "*$", bl = new RegExp(_l, "g"), wn = Pe, vl = "[" + wn + "]+((\\-)*[" + wn + "])*", El = "a-zA-Z", Ol = "[" + El + "]+((\\-)*[" + wn + "])*", Nl = "^(" + vl + "\\.)*" + Ol + "\\.?$", Cl = new RegExp(Nl, "g"), Vr = "tel:", An = ";phone-context=", Tl = ";isub=";
1917
+ var Xi = "+", yl = "[\\-\\.\\(\\)]?", Ur = "([" + Pe + "]|" + yl + ")", bl = "^\\" + Xi + Ur + "*[" + Pe + "]" + Ur + "*$", _l = new RegExp(bl, "g"), wn = Pe, vl = "[" + wn + "]+((\\-)*[" + wn + "])*", El = "a-zA-Z", Ol = "[" + El + "]+((\\-)*[" + wn + "])*", Nl = "^(" + vl + "\\.)*" + Ol + "\\.?$", Cl = new RegExp(Nl, "g"), Vr = "tel:", An = ";phone-context=", Tl = ";isub=";
1928
1918
  function Sl(e) {
1929
1919
  var t = e.indexOf(An);
1930
1920
  if (t < 0)
@@ -1936,7 +1926,7 @@ function Sl(e) {
1936
1926
  return r >= 0 ? e.substring(n, r) : e.substring(n);
1937
1927
  }
1938
1928
  function Ll(e) {
1939
- return e === null ? !0 : e.length === 0 ? !1 : bl.test(e) || Cl.test(e);
1929
+ return e === null ? !0 : e.length === 0 ? !1 : _l.test(e) || Cl.test(e);
1940
1930
  }
1941
1931
  function Pl(e, t) {
1942
1932
  var n = t.extractFormattedPhoneNumber, r = Sl(e);
@@ -2483,247 +2473,49 @@ const td = [
2483
2473
  }, {}), Yr = {
2484
2474
  options: { ...nd }
2485
2475
  };
2486
- function fe(e) {
2476
+ function ue(e) {
2487
2477
  const t = Yr.options[e];
2488
2478
  return typeof t > "u" ? Yr.options[e] : t;
2489
2479
  }
2490
2480
  const rd = nn({
2491
2481
  name: "Vue3ReactiveTelInput",
2492
- // vue component name
2493
2482
  directives: {
2494
2483
  clickOutside: Zn
2495
2484
  },
2496
2485
  props: {
2497
- /**
2498
- * reactive value of the tel input
2499
- */
2500
- modelValue: {
2501
- type: String,
2502
- default: ""
2503
- },
2504
- /**
2505
- * class assign to root when the input number is invalid belong to the country code
2506
- */
2507
- badClass: {
2508
- type: [String, Array, Object],
2509
- default: ""
2510
- },
2511
- /**
2512
- * class assign to root when the input number is valid belong to the country code
2513
- */
2514
- goodClass: {
2515
- type: [String, Array, Object],
2516
- default: ""
2517
- },
2518
- /**
2519
- * style assign to root when the input number is invalid belong to the country code
2520
- */
2521
- badStyle: {
2522
- type: [String, Array, Object],
2523
- default: ""
2524
- },
2525
- /**
2526
- * style assign to root when the input number is valid belong to the country code
2527
- */
2528
- goodStyle: {
2529
- type: [String, Array, Object],
2530
- default: ""
2531
- },
2532
- /**
2533
- * class assign when the input number is invalid belong to the country code
2534
- */
2535
- badInputClass: {
2536
- type: [String, Array, Object],
2537
- default: ""
2538
- },
2539
- /**
2540
- * class assign when the input number is valid belong to the country code
2541
- */
2542
- goodInputClass: {
2543
- type: [String, Array, Object],
2544
- default: ""
2545
- },
2546
- /**
2547
- * style assign when the input number is invalid belong to the country code
2548
- */
2549
- badInputStyle: {
2550
- type: [String, Array, Object],
2551
- default: ""
2552
- },
2553
- /**
2554
- * style assign when the input number is valid belong to the country code
2555
- */
2556
- goodInputStyle: {
2557
- type: [String, Array, Object],
2558
- default: ""
2559
- },
2560
- /**
2561
- * list of all contries
2562
- */
2563
- allCountries: {
2564
- type: Array,
2565
- default: () => fe("allCountries")
2566
- },
2567
- /**
2568
- * flag to know if the value will be automatically formatted
2569
- */
2570
- autoFormat: {
2571
- type: Boolean,
2572
- default: () => fe("autoFormat")
2573
- },
2574
- validation: {
2575
- type: [Boolean, Object],
2576
- default: !1
2577
- },
2578
- /**
2579
- * customized validation RegExp or flag
2580
- */
2581
- customValidate: {
2582
- type: [Boolean, RegExp],
2583
- default: () => fe("customValidate")
2584
- },
2585
- /**
2586
- * a default country
2587
- */
2588
- defaultCountry: {
2589
- // Default country code, ie: 'AU'
2590
- // Will override the current country of user
2591
- type: String,
2592
- default: () => fe("defaultCountry")
2593
- },
2594
- /**
2595
- * flag defining whether the input must be disabled
2596
- */
2597
- disabled: {
2598
- type: Boolean,
2599
- default: () => fe("disabled")
2600
- },
2601
- /**
2602
- * flag definir if we'll automatically choose a default country
2603
- */
2604
- autoDefaultCountry: {
2605
- type: Boolean,
2606
- default: () => fe("autoDefaultCountry")
2607
- },
2608
- /**
2609
- * object of dropdown options
2610
- */
2611
- dropdownOptions: {
2612
- type: Object,
2613
- default: () => fe("dropdownOptions")
2614
- },
2615
- /**
2616
- * list of countries to ignore
2617
- */
2618
- ignoredCountries: {
2619
- type: Array,
2620
- default: () => fe("ignoredCountries")
2621
- },
2622
- /**
2623
- * object of input options
2624
- */
2625
- inputOptions: {
2626
- type: Object,
2627
- default: () => fe("inputOptions")
2628
- },
2629
- /**
2630
- * valid message to display
2631
- */
2632
- invalidMsg: {
2633
- type: String,
2634
- default: () => fe("invalidMsg")
2635
- },
2636
- /**
2637
- * the mode of the input
2638
- */
2639
- mode: {
2640
- type: String,
2641
- default: () => fe("mode")
2642
- },
2643
- /**
2644
- * limit the giving input to only manage your list of contry
2645
- */
2646
- onlyCountries: {
2647
- type: Array,
2648
- default: () => fe("onlyCountries")
2649
- },
2650
- /**
2651
- * the list of preferred countries
2652
- */
2653
- preferredCountries: {
2654
- type: Array,
2655
- default: () => fe("preferredCountries")
2656
- },
2657
- /**
2658
- * the flag defining if the input must only content valid characters
2659
- */
2660
- validCharactersOnly: {
2661
- type: Boolean,
2662
- default: () => fe("validCharactersOnly")
2663
- },
2664
- /**
2665
- * the root default class
2666
- */
2667
- rootClass: {
2668
- type: [String, Array, Object],
2669
- default: () => fe("styleClasses")
2670
- },
2671
- /**
2672
- * the input default class
2673
- */
2674
- inputClass: {
2675
- type: [String, Array, Object],
2676
- default: () => ""
2677
- },
2678
- /**
2679
- * the div input default class
2680
- */
2681
- divInputClass: {
2682
- type: [String, Array, Object],
2683
- default: () => ""
2684
- },
2685
- /**
2686
- * the root default style
2687
- */
2688
- rootStyle: {
2689
- type: [String, Array, Object],
2690
- default: () => ""
2691
- },
2692
- /**
2693
- * the dropdown button style
2694
- */
2695
- dropdownStyle: {
2696
- type: [String, Array, Object],
2697
- default: () => ""
2698
- },
2699
- /**
2700
- * the dropdown list style
2701
- */
2702
- listStyle: {
2703
- type: [String, Array, Object],
2704
- default: () => ""
2705
- },
2706
- /**
2707
- * the input style
2708
- */
2709
- inputStyle: {
2710
- type: [String, Array, Object],
2711
- default: () => ""
2712
- },
2713
- /**
2714
- * the input id
2715
- */
2716
- inputId: {
2717
- type: [String, Array, Object],
2718
- default: () => ""
2719
- },
2720
- /**
2721
- * the input placeholder
2722
- */
2723
- Placeholder: {
2724
- type: [String, Object, Function],
2725
- default: () => ""
2726
- }
2486
+ modelValue: { type: String, default: "" },
2487
+ badClass: { type: [String, Array, Object], default: "" },
2488
+ goodClass: { type: [String, Array, Object], default: "" },
2489
+ badStyle: { type: [String, Array, Object], default: "" },
2490
+ goodStyle: { type: [String, Array, Object], default: "" },
2491
+ badInputClass: { type: [String, Array, Object], default: "" },
2492
+ goodInputClass: { type: [String, Array, Object], default: "" },
2493
+ badInputStyle: { type: [String, Array, Object], default: "" },
2494
+ goodInputStyle: { type: [String, Array, Object], default: "" },
2495
+ allCountries: { type: Array, default: () => ue("allCountries") },
2496
+ autoFormat: { type: Boolean, default: () => ue("autoFormat") },
2497
+ validation: { type: [Boolean, Object], default: !1 },
2498
+ customValidate: { type: [Boolean, RegExp], default: () => ue("customValidate") },
2499
+ defaultCountry: { type: String, default: () => ue("defaultCountry") },
2500
+ disabled: { type: Boolean, default: () => ue("disabled") },
2501
+ autoDefaultCountry: { type: Boolean, default: () => ue("autoDefaultCountry") },
2502
+ dropdownOptions: { type: Object, default: () => ue("dropdownOptions") },
2503
+ ignoredCountries: { type: Array, default: () => ue("ignoredCountries") },
2504
+ inputOptions: { type: Object, default: () => ue("inputOptions") },
2505
+ invalidMsg: { type: String, default: () => ue("invalidMsg") },
2506
+ mode: { type: String, default: () => ue("mode") },
2507
+ onlyCountries: { type: Array, default: () => ue("onlyCountries") },
2508
+ preferredCountries: { type: Array, default: () => ue("preferredCountries") },
2509
+ validCharactersOnly: { type: Boolean, default: () => ue("validCharactersOnly") },
2510
+ rootClass: { type: [String, Array, Object], default: () => ue("styleClasses") },
2511
+ inputClass: { type: [String, Array, Object], default: () => "" },
2512
+ divInputClass: { type: [String, Array, Object], default: () => "" },
2513
+ rootStyle: { type: [String, Array, Object], default: () => "" },
2514
+ dropdownStyle: { type: [String, Array, Object], default: () => "" },
2515
+ listStyle: { type: [String, Array, Object], default: () => "" },
2516
+ inputStyle: { type: [String, Array, Object], default: () => "" },
2517
+ inputId: { type: [String, Array, Object], default: () => "" },
2518
+ Placeholder: { type: [String, Object, Function], default: () => "" }
2727
2519
  },
2728
2520
  data() {
2729
2521
  return {
@@ -2733,7 +2525,6 @@ const rd = nn({
2733
2525
  action: null,
2734
2526
  amount: null
2735
2527
  },
2736
- // vue3-reactive-tel-data
2737
2528
  phone: this.modelValue ? this.modelValue : "",
2738
2529
  activeCountryCode: "",
2739
2530
  open: !1,
@@ -2780,7 +2571,7 @@ const rd = nn({
2780
2571
  }
2781
2572
  },
2782
2573
  mounted() {
2783
- this.cleanInvalidCharacters(), this.initializeCountry().then(() => {
2574
+ this.value && (this.phone = this.value), this.cleanInvalidCharacters(), this.initializeCountry().then(() => {
2784
2575
  var e;
2785
2576
  !this.phone && ((e = this.inputOptions) != null && e.showDialCode) && this.activeCountryCode && (this.phone = `+${this.activeCountryCode}`), this.$emit("validate", this.phoneObject);
2786
2577
  }).catch(console.error).then(() => {
@@ -2809,10 +2600,7 @@ const rd = nn({
2809
2600
  var a, o, s;
2810
2601
  let e;
2811
2602
  ((a = this.phone) == null ? void 0 : a[0]) === "+" ? e = gn(this.phone) || {} : e = gn(this.phone, this.activeCountryCode) || {};
2812
- const {
2813
- metadata: t,
2814
- ...n
2815
- } = e;
2603
+ const { metadata: t, ...n } = e;
2816
2604
  let r = (o = e.isValid) == null ? void 0 : o.call(e), i = this.phone;
2817
2605
  return r && (i = (s = e.format) == null ? void 0 : s.call(e, this.parsedMode.toUpperCase(), { nationalPrefix: !1 })), e.country && (this.ignoredCountries.length || this.onlyCountries.length) && (this.findCountry(e.country) || (r = !1, Object.assign(e, { country: null }))), Object.assign(n, {
2818
2606
  countryCode: e.country,
@@ -2859,9 +2647,7 @@ const rd = nn({
2859
2647
  }) : (this.choose(t), e());
2860
2648
  });
2861
2649
  },
2862
- /**
2863
- * Get the list of countries from the list of iso2 code
2864
- */
2650
+ // Get the list of countries from the list of iso2 code
2865
2651
  getCountries(e = []) {
2866
2652
  return e.map((t) => this.findCountry(t)).filter(Boolean);
2867
2653
  },
@@ -2984,7 +2770,7 @@ function $d(e, t, n, r, i, a) {
2984
2770
  style: Re([e.rootStyle, e.styles]),
2985
2771
  ref: "rootElement"
2986
2772
  }, [
2987
- Se((S(), P("div", {
2773
+ Ne((S(), P("div", {
2988
2774
  class: oe([["vti__dropdown", { open: e.open }], "br-solid br-black-transp br-1px radius-medium"]),
2989
2775
  tabindex: e.dropdownOptions.tabindex,
2990
2776
  onKeydown: [
@@ -3002,7 +2788,7 @@ function $d(e, t, n, r, i, a) {
3002
2788
  }, null, 8, od)) : x("", !0),
3003
2789
  e.dropdownOptions.showDialCodeInSelection ? (S(), P("span", sd, " +" + U(e.activeCountry && e.activeCountry.dialCode), 1)) : x("", !0)
3004
2790
  ]),
3005
- Se(L("ul", {
2791
+ Ne(L("ul", {
3006
2792
  ref: "list",
3007
2793
  class: oe(["bs-black radius-small vti__dropdown-list", e.dropdownOpenDirection]),
3008
2794
  style: Re([e.listStyle])
@@ -3022,14 +2808,15 @@ function $d(e, t, n, r, i, a) {
3022
2808
  e.dropdownOptions.showDialCodeInList ? (S(), P("span", ud, " +" + U(s.dialCode), 1)) : x("", !0)
3023
2809
  ], 42, ld))), 128))
3024
2810
  ], 6), [
3025
- [it, e.open]
2811
+ [qe, e.open]
3026
2812
  ])
3027
2813
  ], 46, id)), [
3028
2814
  [o, e.clickedOutside]
3029
2815
  ]),
3030
- Se(L("input", {
2816
+ Ne(L("input", {
3031
2817
  "onUpdate:modelValue": t[3] || (t[3] = (s) => e.phone = s),
3032
- pattern: "[0-9]*",
2818
+ inputmode: "numeric",
2819
+ pattern: "\\d*",
3033
2820
  ref: "input",
3034
2821
  type: e.inputOptions.type,
3035
2822
  autocomplete: e.inputOptions.autocomplete,
@@ -3056,15 +2843,15 @@ function $d(e, t, n, r, i, a) {
3056
2843
  ]),
3057
2844
  J(e.$slots, "default", {}, void 0, !0)
3058
2845
  ], 6),
3059
- Z(se, { name: "fade" }, {
3060
- default: le(() => [
2846
+ re($e, { name: "fade" }, {
2847
+ default: pe(() => [
3061
2848
  e.validation ? (S(), P("div", fd, " * " + U(e.validation.message), 1)) : x("", !0)
3062
2849
  ]),
3063
2850
  _: 1
3064
2851
  })
3065
2852
  ], 64);
3066
2853
  }
3067
- const pd = /* @__PURE__ */ _e(rd, [["render", $d], ["__scopeId", "data-v-5198d519"]]), hd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2854
+ const pd = /* @__PURE__ */ be(rd, [["render", $d], ["__scopeId", "data-v-a2b07445"]]), hd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3068
2855
  __proto__: null,
3069
2856
  default: pd
3070
2857
  }, Symbol.toStringTag, { value: "Module" })), md = {
@@ -3097,21 +2884,21 @@ const pd = /* @__PURE__ */ _e(rd, [["render", $d], ["__scopeId", "data-v-5198d51
3097
2884
  "stroke-width": "4",
3098
2885
  "stroke-miterlimit": "10"
3099
2886
  })
3100
- ], -1), _d = {
2887
+ ], -1), bd = {
3101
2888
  key: 0,
3102
2889
  class: "progress-text"
3103
- }, bd = {
2890
+ }, _d = {
3104
2891
  key: 1,
3105
2892
  class: "uppercase t-semi w-m-10r status-text"
3106
2893
  };
3107
2894
  function vd(e, t, n, r, i, a) {
3108
2895
  return S(), P("div", gd, [
3109
2896
  yd,
3110
- n.progress ? (S(), P("div", _d, U(n.progress), 1)) : x("", !0),
3111
- n.status ? (S(), P("div", bd, U(n.status), 1)) : x("", !0)
2897
+ n.progress ? (S(), P("div", bd, U(n.progress), 1)) : x("", !0),
2898
+ n.status ? (S(), P("div", _d, U(n.status), 1)) : x("", !0)
3112
2899
  ]);
3113
2900
  }
3114
- const qi = /* @__PURE__ */ _e(md, [["render", vd]]), Ji = (e) => (Qa("data-v-e6e63879"), e = e(), eo(), e), Ed = { class: "pos-relative" }, Od = {
2901
+ const qi = /* @__PURE__ */ be(md, [["render", vd]]), Ji = (e) => (Qa("data-v-e6e63879"), e = e(), eo(), e), Ed = { class: "pos-relative" }, Od = {
3115
2902
  key: 0,
3116
2903
  class: "i-regular",
3117
2904
  width: "98",
@@ -3201,11 +2988,11 @@ const qi = /* @__PURE__ */ _e(md, [["render", vd]]), Ji = (e) => (Qa("data-v-e6e
3201
2988
  class: "cursor-pointer flex-center flex pos-absolute pos-t-regular pos-r-regular i-semi bg-second pd-nano radius-extra",
3202
2989
  onClick: u
3203
2990
  }, [
3204
- Z(se, {
2991
+ re($e, {
3205
2992
  name: "ScaleOut",
3206
2993
  mode: "out-in"
3207
2994
  }, {
3208
- default: le(() => [
2995
+ default: pe(() => [
3209
2996
  a.value ? (S(), qn(qi, {
3210
2997
  key: 1,
3211
2998
  class: "pos-t-0 pos-l-0 i-small"
@@ -3216,7 +3003,7 @@ const qi = /* @__PURE__ */ _e(md, [["render", vd]]), Ji = (e) => (Qa("data-v-e6e
3216
3003
  ])
3217
3004
  ]));
3218
3005
  }
3219
- }, Ld = /* @__PURE__ */ _e(Sd, [["__scopeId", "data-v-e6e63879"]]), Pd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3006
+ }, Ld = /* @__PURE__ */ be(Sd, [["__scopeId", "data-v-e6e63879"]]), Pd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3220
3007
  __proto__: null,
3221
3008
  default: Ld
3222
3009
  }, Symbol.toStringTag, { value: "Module" })), Id = {
@@ -3249,7 +3036,7 @@ const qi = /* @__PURE__ */ _e(md, [["render", vd]]), Ji = (e) => (Qa("data-v-e6e
3249
3036
  class: "gmap"
3250
3037
  }, null, 512));
3251
3038
  }
3252
- }, wd = /* @__PURE__ */ _e(Id, [["__scopeId", "data-v-c194b4a5"]]), Ad = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3039
+ }, wd = /* @__PURE__ */ be(Id, [["__scopeId", "data-v-c194b4a5"]]), Ad = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3253
3040
  __proto__: null,
3254
3041
  default: wd
3255
3042
  }, Symbol.toStringTag, { value: "Module" }));
@@ -3301,7 +3088,7 @@ const Md = /\{([0-9a-zA-Z]+)\}/g;
3301
3088
  function ir(e, ...t) {
3302
3089
  return t.length === 1 && H(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(Md, (n, r) => t.hasOwnProperty(r) ? t[r] : "");
3303
3090
  }
3304
- const He = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), xd = (e, t, n) => Ud({ l: e, k: t, s: n }), Ud = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), ue = (e) => typeof e == "number" && isFinite(e), Vd = (e) => Zi(e) === "[object Date]", yt = (e) => Zi(e) === "[object RegExp]", on = (e) => V(e) && Object.keys(e).length === 0, ce = Object.assign;
3091
+ const He = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), xd = (e, t, n) => Ud({ l: e, k: t, s: n }), Ud = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), le = (e) => typeof e == "number" && isFinite(e), Vd = (e) => Zi(e) === "[object Date]", yt = (e) => Zi(e) === "[object RegExp]", on = (e) => V(e) && Object.keys(e).length === 0, de = Object.assign;
3305
3092
  let zr;
3306
3093
  const Ve = () => zr || (zr = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
3307
3094
  function Zr(e) {
@@ -3311,12 +3098,12 @@ const Bd = Object.prototype.hasOwnProperty;
3311
3098
  function Zt(e, t) {
3312
3099
  return Bd.call(e, t);
3313
3100
  }
3314
- const ne = Array.isArray, q = (e) => typeof e == "function", D = (e) => typeof e == "string", Y = (e) => typeof e == "boolean", H = (e) => e !== null && typeof e == "object", jd = (e) => H(e) && q(e.then) && q(e.catch), zi = Object.prototype.toString, Zi = (e) => zi.call(e), V = (e) => {
3101
+ const te = Array.isArray, q = (e) => typeof e == "function", D = (e) => typeof e == "string", Y = (e) => typeof e == "boolean", H = (e) => e !== null && typeof e == "object", jd = (e) => H(e) && q(e.then) && q(e.catch), zi = Object.prototype.toString, Zi = (e) => zi.call(e), V = (e) => {
3315
3102
  if (!H(e))
3316
3103
  return !1;
3317
3104
  const t = Object.getPrototypeOf(e);
3318
3105
  return t === null || t.constructor === Object;
3319
- }, Gd = (e) => e == null ? "" : ne(e) || V(e) && e.toString === zi ? JSON.stringify(e, null, 2) : String(e);
3106
+ }, Gd = (e) => e == null ? "" : te(e) || V(e) && e.toString === zi ? JSON.stringify(e, null, 2) : String(e);
3320
3107
  function Hd(e, t = "") {
3321
3108
  return e.reduce((n, r, i) => i === 0 ? n + r : n + t + r, "");
3322
3109
  }
@@ -3353,12 +3140,12 @@ function ar(e) {
3353
3140
  let t = e;
3354
3141
  return () => ++t;
3355
3142
  }
3356
- function Je(e, t) {
3143
+ function ze(e, t) {
3357
3144
  typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
3358
3145
  }
3359
3146
  const ei = {};
3360
3147
  function Kd(e) {
3361
- ei[e] || (ei[e] = !0, Je(e));
3148
+ ei[e] || (ei[e] = !0, ze(e));
3362
3149
  }
3363
3150
  function Yd() {
3364
3151
  const e = /* @__PURE__ */ new Map();
@@ -3377,7 +3164,7 @@ function Yd() {
3377
3164
  }
3378
3165
  };
3379
3166
  }
3380
- const Gt = (e) => !H(e) || ne(e);
3167
+ const Gt = (e) => !H(e) || te(e);
3381
3168
  function Kt(e, t) {
3382
3169
  if (Gt(e) || Gt(t))
3383
3170
  throw new Error("Invalid value");
@@ -3463,12 +3250,12 @@ function vt(e, t, n = {}) {
3463
3250
  function Qd(e) {
3464
3251
  throw e;
3465
3252
  }
3466
- const eu = /<\/?[\w\s="/.':;#-\/]+>/, tu = (e) => eu.test(e), xe = " ", nu = "\r", $e = `
3253
+ const eu = /<\/?[\w\s="/.':;#-\/]+>/, tu = (e) => eu.test(e), xe = " ", nu = "\r", ce = `
3467
3254
  `, ru = "\u2028", iu = "\u2029";
3468
3255
  function au(e) {
3469
3256
  const t = e;
3470
3257
  let n = 0, r = 1, i = 1, a = 0;
3471
- const o = (k) => t[k] === nu && t[k + 1] === $e, s = (k) => t[k] === $e, l = (k) => t[k] === iu, u = (k) => t[k] === ru, c = (k) => o(k) || s(k) || l(k) || u(k), $ = () => n, h = () => r, O = () => i, v = () => a, y = (k) => o(k) || l(k) || u(k) ? $e : t[k], N = () => y(n), p = () => y(n + a);
3258
+ const o = (k) => t[k] === nu && t[k + 1] === ce, s = (k) => t[k] === ce, l = (k) => t[k] === iu, u = (k) => t[k] === ru, c = (k) => o(k) || s(k) || l(k) || u(k), $ = () => n, h = () => r, O = () => i, v = () => a, y = (k) => o(k) || l(k) || u(k) ? ce : t[k], N = () => y(n), p = () => y(n + a);
3472
3259
  function g() {
3473
3260
  return a = 0, c(n) && (r++, i = 0), o(n) && n++, n++, i++, t[n];
3474
3261
  }
@@ -3542,7 +3329,7 @@ function lu(e, t = {}) {
3542
3329
  }
3543
3330
  function y(f) {
3544
3331
  let d = "";
3545
- for (; f.currentPeek() === xe || f.currentPeek() === $e; )
3332
+ for (; f.currentPeek() === xe || f.currentPeek() === ce; )
3546
3333
  d += f.currentPeek(), f.peek();
3547
3334
  return d;
3548
3335
  }
@@ -3618,16 +3405,16 @@ function lu(e, t = {}) {
3618
3405
  return !1;
3619
3406
  const A = () => {
3620
3407
  const j = f.currentPeek();
3621
- return j === "{" ? p(f.peek()) : j === "@" || j === "%" || j === "|" || j === ":" || j === "." || j === xe || !j ? !1 : j === $e ? (f.peek(), A()) : p(j);
3408
+ return j === "{" ? p(f.peek()) : j === "@" || j === "%" || j === "|" || j === ":" || j === "." || j === xe || !j ? !1 : j === ce ? (f.peek(), A()) : p(j);
3622
3409
  }, M = A();
3623
3410
  return f.resetPeek(), M;
3624
3411
  }
3625
- function Q(f) {
3412
+ function Z(f) {
3626
3413
  y(f);
3627
3414
  const d = f.currentPeek() === "|";
3628
3415
  return f.resetPeek(), d;
3629
3416
  }
3630
- function Ce(f) {
3417
+ function Te(f) {
3631
3418
  const d = y(f), m = f.currentPeek() === "%" && f.peek() === "{";
3632
3419
  return f.resetPeek(), {
3633
3420
  isModulo: m,
@@ -3637,16 +3424,16 @@ function lu(e, t = {}) {
3637
3424
  function ie(f, d = !0) {
3638
3425
  const m = (M = !1, j = "", we = !1) => {
3639
3426
  const Me = f.currentPeek();
3640
- return Me === "{" ? j === "%" ? !1 : M : Me === "@" || !Me ? j === "%" ? !0 : M : Me === "%" ? (f.peek(), m(M, "%", !0)) : Me === "|" ? j === "%" || we ? !0 : !(j === xe || j === $e) : Me === xe ? (f.peek(), m(!0, xe, we)) : Me === $e ? (f.peek(), m(!0, $e, we)) : !0;
3427
+ return Me === "{" ? j === "%" ? !1 : M : Me === "@" || !Me ? j === "%" ? !0 : M : Me === "%" ? (f.peek(), m(M, "%", !0)) : Me === "|" ? j === "%" || we ? !0 : !(j === xe || j === ce) : Me === xe ? (f.peek(), m(!0, xe, we)) : Me === ce ? (f.peek(), m(!0, ce, we)) : !0;
3641
3428
  }, A = m();
3642
3429
  return d && f.resetPeek(), A;
3643
3430
  }
3644
- function be(f, d) {
3431
+ function _e(f, d) {
3645
3432
  const m = f.currentChar();
3646
3433
  return m === Ke ? Ke : d(m) ? (f.next(), m) : null;
3647
3434
  }
3648
3435
  function dt(f) {
3649
- return be(f, (m) => {
3436
+ return _e(f, (m) => {
3650
3437
  const A = m.charCodeAt(0);
3651
3438
  return A >= 97 && A <= 122 || // a-z
3652
3439
  A >= 65 && A <= 90 || // A-Z
@@ -3656,13 +3443,13 @@ function lu(e, t = {}) {
3656
3443
  });
3657
3444
  }
3658
3445
  function Ot(f) {
3659
- return be(f, (m) => {
3446
+ return _e(f, (m) => {
3660
3447
  const A = m.charCodeAt(0);
3661
3448
  return A >= 48 && A <= 57;
3662
3449
  });
3663
3450
  }
3664
3451
  function Ie(f) {
3665
- return be(f, (m) => {
3452
+ return _e(f, (m) => {
3666
3453
  const A = m.charCodeAt(0);
3667
3454
  return A >= 48 && A <= 57 || // 0-9
3668
3455
  A >= 65 && A <= 70 || // A-F
@@ -3691,11 +3478,11 @@ function lu(e, t = {}) {
3691
3478
  d += m, f.next();
3692
3479
  else
3693
3480
  break;
3694
- else if (m === xe || m === $e)
3481
+ else if (m === xe || m === ce)
3695
3482
  if (ie(f))
3696
3483
  d += m, f.next();
3697
3484
  else {
3698
- if (Q(f))
3485
+ if (Z(f))
3699
3486
  break;
3700
3487
  d += m, f.next();
3701
3488
  }
@@ -3711,7 +3498,7 @@ function lu(e, t = {}) {
3711
3498
  m += d;
3712
3499
  return f.currentChar() === Ke && $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), m;
3713
3500
  }
3714
- function Te(f) {
3501
+ function Se(f) {
3715
3502
  N(f);
3716
3503
  let d = "";
3717
3504
  return f.currentChar() === "-" ? (f.next(), d += `-${ut(f)}`) : d += ut(f), f.currentChar() === Ke && $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), d;
@@ -3719,11 +3506,11 @@ function lu(e, t = {}) {
3719
3506
  function ft(f) {
3720
3507
  N(f), v(f, "'");
3721
3508
  let d = "", m = "";
3722
- const A = (j) => j !== ni && j !== $e;
3723
- for (; d = be(f, A); )
3509
+ const A = (j) => j !== ni && j !== ce;
3510
+ for (; d = _e(f, A); )
3724
3511
  d === "\\" ? m += Tt(f) : m += d;
3725
3512
  const M = f.currentChar();
3726
- return M === $e || M === Ke ? ($(F.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), M === $e && (f.next(), v(f, "'")), m) : (v(f, "'"), m);
3513
+ return M === ce || M === Ke ? ($(F.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, a(), 0), M === ce && (f.next(), v(f, "'")), m) : (v(f, "'"), m);
3727
3514
  }
3728
3515
  function Tt(f) {
3729
3516
  const d = f.currentChar();
@@ -3755,8 +3542,8 @@ function lu(e, t = {}) {
3755
3542
  function St(f) {
3756
3543
  N(f);
3757
3544
  let d = "", m = "";
3758
- const A = (M) => M !== "{" && M !== "}" && M !== xe && M !== $e;
3759
- for (; d = be(f, A); )
3545
+ const A = (M) => M !== "{" && M !== "}" && M !== xe && M !== ce;
3546
+ for (; d = _e(f, A); )
3760
3547
  m += d;
3761
3548
  return m;
3762
3549
  }
@@ -3769,11 +3556,11 @@ function lu(e, t = {}) {
3769
3556
  function Bt(f) {
3770
3557
  const d = (m = !1, A) => {
3771
3558
  const M = f.currentChar();
3772
- return M === "{" || M === "%" || M === "@" || M === "|" || M === "(" || M === ")" || !M || M === xe ? A : M === $e || M === ou ? (A += M, f.next(), d(m, A)) : (A += M, f.next(), d(!0, A));
3559
+ return M === "{" || M === "%" || M === "@" || M === "|" || M === "(" || M === ")" || !M || M === xe ? A : M === ce || M === ou ? (A += M, f.next(), d(m, A)) : (A += M, f.next(), d(!0, A));
3773
3560
  };
3774
3561
  return d(!1, "");
3775
3562
  }
3776
- function Ze(f) {
3563
+ function Qe(f) {
3777
3564
  N(f);
3778
3565
  const d = v(
3779
3566
  f,
@@ -3782,7 +3569,7 @@ function lu(e, t = {}) {
3782
3569
  );
3783
3570
  return N(f), d;
3784
3571
  }
3785
- function Qe(f, d) {
3572
+ function et(f, d) {
3786
3573
  let m = null;
3787
3574
  switch (f.currentChar()) {
3788
3575
  case "{":
@@ -3803,14 +3590,14 @@ function lu(e, t = {}) {
3803
3590
  return d.braceNest > 0 && $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), m = We(f, d) || O(d), d.braceNest = 0, m;
3804
3591
  default:
3805
3592
  let M = !0, j = !0, we = !0;
3806
- if (Q(f))
3807
- return d.braceNest > 0 && $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), m = h(d, 1, Ze(f)), d.braceNest = 0, d.inLinked = !1, m;
3593
+ if (Z(f))
3594
+ return d.braceNest > 0 && $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), m = h(d, 1, Qe(f)), d.braceNest = 0, d.inLinked = !1, m;
3808
3595
  if (d.braceNest > 0 && (d.currentType === 5 || d.currentType === 6 || d.currentType === 7))
3809
- return $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), d.braceNest = 0, et(f, d);
3596
+ return $(F.UNTERMINATED_CLOSING_BRACE, a(), 0), d.braceNest = 0, tt(f, d);
3810
3597
  if (M = C(f, d))
3811
3598
  return m = h(d, 5, Ct(f)), N(f), m;
3812
3599
  if (j = E(f, d))
3813
- return m = h(d, 6, Te(f)), N(f), m;
3600
+ return m = h(d, 6, Se(f)), N(f), m;
3814
3601
  if (we = R(f, d))
3815
3602
  return m = h(d, 7, ft(f)), N(f), m;
3816
3603
  if (!M && !j && !we)
@@ -3823,7 +3610,7 @@ function lu(e, t = {}) {
3823
3610
  const { currentType: m } = d;
3824
3611
  let A = null;
3825
3612
  const M = f.currentChar();
3826
- switch ((m === 8 || m === 9 || m === 12 || m === 10) && (M === $e || M === xe) && $(F.INVALID_LINKED_FORMAT, a(), 0), M) {
3613
+ switch ((m === 8 || m === 9 || m === 12 || m === 10) && (M === ce || M === xe) && $(F.INVALID_LINKED_FORMAT, a(), 0), M) {
3827
3614
  case "@":
3828
3615
  return f.next(), A = h(
3829
3616
  d,
@@ -3846,21 +3633,21 @@ function lu(e, t = {}) {
3846
3633
  /* TokenChars.LinkedDelimiter */
3847
3634
  );
3848
3635
  default:
3849
- return Q(f) ? (A = h(d, 1, Ze(f)), d.braceNest = 0, d.inLinked = !1, A) : w(f, d) || I(f, d) ? (N(f), We(f, d)) : k(f, d) ? (N(f), h(d, 12, Lt(f))) : W(f, d) ? (N(f), M === "{" ? Qe(f, d) || A : h(d, 11, Bt(f))) : (m === 8 && $(F.INVALID_LINKED_FORMAT, a(), 0), d.braceNest = 0, d.inLinked = !1, et(f, d));
3636
+ return Z(f) ? (A = h(d, 1, Qe(f)), d.braceNest = 0, d.inLinked = !1, A) : w(f, d) || I(f, d) ? (N(f), We(f, d)) : k(f, d) ? (N(f), h(d, 12, Lt(f))) : W(f, d) ? (N(f), M === "{" ? et(f, d) || A : h(d, 11, Bt(f))) : (m === 8 && $(F.INVALID_LINKED_FORMAT, a(), 0), d.braceNest = 0, d.inLinked = !1, tt(f, d));
3850
3637
  }
3851
3638
  }
3852
- function et(f, d) {
3639
+ function tt(f, d) {
3853
3640
  let m = {
3854
3641
  type: 14
3855
3642
  /* TokenTypes.EOF */
3856
3643
  };
3857
3644
  if (d.braceNest > 0)
3858
- return Qe(f, d) || O(d);
3645
+ return et(f, d) || O(d);
3859
3646
  if (d.inLinked)
3860
3647
  return We(f, d) || O(d);
3861
3648
  switch (f.currentChar()) {
3862
3649
  case "{":
3863
- return Qe(f, d) || O(d);
3650
+ return et(f, d) || O(d);
3864
3651
  case "}":
3865
3652
  return $(F.UNBALANCED_CLOSING_BRACE, a(), 0), f.next(), h(
3866
3653
  d,
@@ -3871,9 +3658,9 @@ function lu(e, t = {}) {
3871
3658
  case "@":
3872
3659
  return We(f, d) || O(d);
3873
3660
  default:
3874
- if (Q(f))
3875
- return m = h(d, 1, Ze(f)), d.braceNest = 0, d.inLinked = !1, m;
3876
- const { isModulo: M, hasSpace: j } = Ce(f);
3661
+ if (Z(f))
3662
+ return m = h(d, 1, Qe(f)), d.braceNest = 0, d.inLinked = !1, m;
3663
+ const { isModulo: M, hasSpace: j } = Te(f);
3877
3664
  if (M)
3878
3665
  return j ? h(d, 0, ct(f)) : h(d, 4, Nt(f));
3879
3666
  if (ie(f))
@@ -3888,7 +3675,7 @@ function lu(e, t = {}) {
3888
3675
  l,
3889
3676
  14
3890
3677
  /* TokenTypes.EOF */
3891
- ) : et(r, l);
3678
+ ) : tt(r, l);
3892
3679
  }
3893
3680
  return {
3894
3681
  nextToken: Pt,
@@ -4010,8 +3797,8 @@ function fu(e = {}) {
4010
3797
  W.value == null && r(p, F.UNEXPECTED_LEXICAL_ANALYSIS, g.lastStartLoc, 0, Ae(W)), R.items.push(u(p, W.value || ""));
4011
3798
  break;
4012
3799
  case 8:
4013
- const Q = h(p);
4014
- R.items.push(Q.node), w = Q.nextConsumeToken || null;
3800
+ const Z = h(p);
3801
+ R.items.push(Z.node), w = Z.nextConsumeToken || null;
4015
3802
  break;
4016
3803
  }
4017
3804
  } while (g.currentType !== 14 && g.currentType !== 1);
@@ -4219,21 +4006,21 @@ function yu(e, t) {
4219
4006
  needIndent: () => s.needIndent
4220
4007
  };
4221
4008
  }
4222
- function _u(e, t) {
4009
+ function bu(e, t) {
4223
4010
  const { helper: n } = e;
4224
4011
  e.push(`${n(
4225
4012
  "linked"
4226
4013
  /* HelperNameMap.LINKED */
4227
- )}(`), _t(e, t.key), t.modifier ? (e.push(", "), _t(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
4014
+ )}(`), bt(e, t.key), t.modifier ? (e.push(", "), bt(e, t.modifier), e.push(", _type")) : e.push(", undefined, _type"), e.push(")");
4228
4015
  }
4229
- function bu(e, t) {
4016
+ function _u(e, t) {
4230
4017
  const { helper: n, needIndent: r } = e;
4231
4018
  e.push(`${n(
4232
4019
  "normalize"
4233
4020
  /* HelperNameMap.NORMALIZE */
4234
4021
  )}([`), e.indent(r());
4235
4022
  const i = t.items.length;
4236
- for (let a = 0; a < i && (_t(e, t.items[a]), a !== i - 1); a++)
4023
+ for (let a = 0; a < i && (bt(e, t.items[a]), a !== i - 1); a++)
4237
4024
  e.push(", ");
4238
4025
  e.deindent(r()), e.push("])");
4239
4026
  }
@@ -4245,15 +4032,15 @@ function vu(e, t) {
4245
4032
  /* HelperNameMap.PLURAL */
4246
4033
  )}([`), e.indent(r());
4247
4034
  const i = t.cases.length;
4248
- for (let a = 0; a < i && (_t(e, t.cases[a]), a !== i - 1); a++)
4035
+ for (let a = 0; a < i && (bt(e, t.cases[a]), a !== i - 1); a++)
4249
4036
  e.push(", ");
4250
4037
  e.deindent(r()), e.push("])");
4251
4038
  }
4252
4039
  }
4253
4040
  function Eu(e, t) {
4254
- t.body ? _t(e, t.body) : e.push("null");
4041
+ t.body ? bt(e, t.body) : e.push("null");
4255
4042
  }
4256
- function _t(e, t) {
4043
+ function bt(e, t) {
4257
4044
  const { helper: n } = e;
4258
4045
  switch (t.type) {
4259
4046
  case 0:
@@ -4263,10 +4050,10 @@ function _t(e, t) {
4263
4050
  vu(e, t);
4264
4051
  break;
4265
4052
  case 2:
4266
- bu(e, t);
4053
+ _u(e, t);
4267
4054
  break;
4268
4055
  case 6:
4269
- _u(e, t);
4056
+ bu(e, t);
4270
4057
  break;
4271
4058
  case 8:
4272
4059
  e.push(JSON.stringify(t.value), t);
@@ -4314,7 +4101,7 @@ const Ou = (e, t = {}) => {
4314
4101
  breakLineCode: a,
4315
4102
  needIndent: o
4316
4103
  });
4317
- l.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), l.indent(o), s.length > 0 && (l.push(`const { ${ea(s.map(($) => `${$}: _${$}`), ", ")} } = ctx`), l.newline()), l.push("return "), _t(l, e), l.deindent(o), l.push("}"), delete e.helpers;
4104
+ l.push(n === "normal" ? "function __msg__ (ctx) {" : "(ctx) => {"), l.indent(o), s.length > 0 && (l.push(`const { ${ea(s.map(($) => `${$}: _${$}`), ", ")} } = ctx`), l.newline()), l.push("return "), bt(l, e), l.deindent(o), l.push("}"), delete e.helpers;
4318
4105
  const { code: u, map: c } = l.context();
4319
4106
  return {
4320
4107
  ast: e,
@@ -4335,8 +4122,8 @@ function Nu(e, t = {}) {
4335
4122
  function Cu() {
4336
4123
  typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Ve().__INTLIFY_PROD_DEVTOOLS__ = !1), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (Ve().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Ve().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1);
4337
4124
  }
4338
- const ze = [];
4339
- ze[
4125
+ const Ze = [];
4126
+ Ze[
4340
4127
  0
4341
4128
  /* States.BEFORE_PATH */
4342
4129
  ] = {
@@ -4358,7 +4145,7 @@ ze[
4358
4145
  /* States.AFTER_PATH */
4359
4146
  ]
4360
4147
  };
4361
- ze[
4148
+ Ze[
4362
4149
  1
4363
4150
  /* States.IN_PATH */
4364
4151
  ] = {
@@ -4379,7 +4166,7 @@ ze[
4379
4166
  /* States.AFTER_PATH */
4380
4167
  ]
4381
4168
  };
4382
- ze[
4169
+ Ze[
4383
4170
  2
4384
4171
  /* States.BEFORE_IDENT */
4385
4172
  ] = {
@@ -4398,7 +4185,7 @@ ze[
4398
4185
  /* Actions.APPEND */
4399
4186
  ]
4400
4187
  };
4401
- ze[
4188
+ Ze[
4402
4189
  3
4403
4190
  /* States.IN_IDENT */
4404
4191
  ] = {
@@ -4433,7 +4220,7 @@ ze[
4433
4220
  /* Actions.PUSH */
4434
4221
  ]
4435
4222
  };
4436
- ze[
4223
+ Ze[
4437
4224
  4
4438
4225
  /* States.IN_SUB_PATH */
4439
4226
  ] = {
@@ -4464,7 +4251,7 @@ ze[
4464
4251
  /* Actions.APPEND */
4465
4252
  ]
4466
4253
  };
4467
- ze[
4254
+ Ze[
4468
4255
  5
4469
4256
  /* States.IN_SINGLE_QUOTE */
4470
4257
  ] = {
@@ -4480,7 +4267,7 @@ ze[
4480
4267
  /* Actions.APPEND */
4481
4268
  ]
4482
4269
  };
4483
- ze[
4270
+ Ze[
4484
4271
  6
4485
4272
  /* States.IN_DOUBLE_QUOTE */
4486
4273
  ] = {
@@ -4583,7 +4370,7 @@ function wu(e) {
4583
4370
  }
4584
4371
  for (; r !== null; )
4585
4372
  if (n++, a = e[n], !(a === "\\" && O())) {
4586
- if (l = Pu(a), $ = ze[r], u = $[l] || $.l || 8, u === 8 || (r = u[0], u[1] !== void 0 && (c = h[u[1]], c && (s = a, c() === !1))))
4373
+ if (l = Pu(a), $ = Ze[r], u = $[l] || $.l || 8, u === 8 || (r = u[0], u[1] !== void 0 && (c = h[u[1]], c && (s = a, c() === !1))))
4587
4374
  return;
4588
4375
  if (r === 7)
4589
4376
  return t;
@@ -4614,15 +4401,15 @@ function oi(e, t) {
4614
4401
  return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
4615
4402
  }
4616
4403
  function Uu(e) {
4617
- const t = ue(e.pluralIndex) ? e.pluralIndex : -1;
4618
- return e.named && (ue(e.named.count) || ue(e.named.n)) ? ue(e.named.count) ? e.named.count : ue(e.named.n) ? e.named.n : t : t;
4404
+ const t = le(e.pluralIndex) ? e.pluralIndex : -1;
4405
+ return e.named && (le(e.named.count) || le(e.named.n)) ? le(e.named.count) ? e.named.count : le(e.named.n) ? e.named.n : t : t;
4619
4406
  }
4620
4407
  function Vu(e, t) {
4621
4408
  t.count || (t.count = e), t.n || (t.n = e);
4622
4409
  }
4623
4410
  function Bu(e = {}) {
4624
4411
  const t = e.locale, n = Uu(e), r = H(e.pluralRules) && D(t) && q(e.pluralRules[t]) ? e.pluralRules[t] : oi, i = H(e.pluralRules) && D(t) && q(e.pluralRules[t]) ? oi : void 0, a = (p) => p[r(n, p.length, i)], o = e.list || [], s = (p) => o[p], l = e.named || {};
4625
- ue(e.pluralIndex) && Vu(n, l);
4412
+ le(e.pluralIndex) && Vu(n, l);
4626
4413
  const u = (p) => l[p];
4627
4414
  function c(p) {
4628
4415
  const g = q(e.messages) ? e.messages(p) : H(e.messages) ? e.messages[p] : !1;
@@ -4638,7 +4425,7 @@ function Bu(e = {}) {
4638
4425
  g.length === 1 ? H(C) ? (w = C.modifier || w, R = C.type || R) : D(C) && (w = C || w) : g.length === 2 && (D(C) && (w = C || w), D(E) && (R = E || R));
4639
4426
  const k = c(p)(N), I = (
4640
4427
  // The message in vnode resolved with linked are returned as an array by processor.nomalize
4641
- R === "vnode" && ne(k) && w ? k[0] : k
4428
+ R === "vnode" && te(k) && w ? k[0] : k
4642
4429
  );
4643
4430
  return w ? $(w)(I, R) : I;
4644
4431
  },
@@ -4646,7 +4433,7 @@ function Bu(e = {}) {
4646
4433
  type: v,
4647
4434
  interpolate: O,
4648
4435
  normalize: h,
4649
- values: ce({}, o, l)
4436
+ values: de({}, o, l)
4650
4437
  };
4651
4438
  return N;
4652
4439
  }
@@ -4669,7 +4456,7 @@ const Hu = /* @__PURE__ */ Wu(
4669
4456
  function Wu(e) {
4670
4457
  return (t) => kt && kt.emit(e, t);
4671
4458
  }
4672
- const pe = {
4459
+ const fe = {
4673
4460
  NOT_FOUND_KEY: 1,
4674
4461
  FALLBACK_TO_TRANSLATE: 2,
4675
4462
  CANNOT_FORMAT_NUMBER: 3,
@@ -4679,26 +4466,26 @@ const pe = {
4679
4466
  EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: 7,
4680
4467
  __EXTEND_POINT__: 8
4681
4468
  }, Ku = {
4682
- [pe.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
4683
- [pe.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
4684
- [pe.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
4685
- [pe.FALLBACK_TO_NUMBER_FORMAT]: "Fall back to number format '{key}' key with '{target}' locale.",
4686
- [pe.CANNOT_FORMAT_DATE]: "Cannot format a date value due to not supported Intl.DateTimeFormat.",
4687
- [pe.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale.",
4688
- [pe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."
4469
+ [fe.NOT_FOUND_KEY]: "Not found '{key}' key in '{locale}' locale messages.",
4470
+ [fe.FALLBACK_TO_TRANSLATE]: "Fall back to translate '{key}' key with '{target}' locale.",
4471
+ [fe.CANNOT_FORMAT_NUMBER]: "Cannot format a number value due to not supported Intl.NumberFormat.",
4472
+ [fe.FALLBACK_TO_NUMBER_FORMAT]: "Fall back to number format '{key}' key with '{target}' locale.",
4473
+ [fe.CANNOT_FORMAT_DATE]: "Cannot format a date value due to not supported Intl.DateTimeFormat.",
4474
+ [fe.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale.",
4475
+ [fe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."
4689
4476
  };
4690
4477
  function st(e, ...t) {
4691
4478
  return ir(Ku[e], ...t);
4692
4479
  }
4693
- const ta = F.__EXTEND_POINT__, rt = ar(ta), ae = {
4480
+ const ta = F.__EXTEND_POINT__, it = ar(ta), ae = {
4694
4481
  INVALID_ARGUMENT: ta,
4695
- INVALID_DATE_ARGUMENT: rt(),
4696
- INVALID_ISO_DATE_ARGUMENT: rt(),
4697
- NOT_SUPPORT_NON_STRING_MESSAGE: rt(),
4698
- NOT_SUPPORT_LOCALE_PROMISE_VALUE: rt(),
4699
- NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: rt(),
4700
- NOT_SUPPORT_LOCALE_TYPE: rt(),
4701
- __EXTEND_POINT__: rt()
4482
+ INVALID_DATE_ARGUMENT: it(),
4483
+ INVALID_ISO_DATE_ARGUMENT: it(),
4484
+ NOT_SUPPORT_NON_STRING_MESSAGE: it(),
4485
+ NOT_SUPPORT_LOCALE_PROMISE_VALUE: it(),
4486
+ NOT_SUPPORT_LOCALE_ASYNC_FUNCTION: it(),
4487
+ NOT_SUPPORT_LOCALE_TYPE: it(),
4488
+ __EXTEND_POINT__: it()
4702
4489
  // 25
4703
4490
  };
4704
4491
  function De(e) {
@@ -4736,7 +4523,7 @@ function si(e) {
4736
4523
  function Xu(e, t, n) {
4737
4524
  return [.../* @__PURE__ */ new Set([
4738
4525
  n,
4739
- ...ne(t) ? t : H(t) ? Object.keys(t) : D(t) ? [t] : [n]
4526
+ ...te(t) ? t : H(t) ? Object.keys(t) : D(t) ? [t] : [n]
4740
4527
  ])];
4741
4528
  }
4742
4529
  function na(e, t, n) {
@@ -4746,10 +4533,10 @@ function na(e, t, n) {
4746
4533
  if (!a) {
4747
4534
  a = [];
4748
4535
  let o = [n];
4749
- for (; ne(o); )
4536
+ for (; te(o); )
4750
4537
  o = li(a, o, t);
4751
- const s = ne(t) || !V(t) ? t : t.default ? t.default : null;
4752
- o = D(s) ? [s] : s, ne(o) && li(a, o, !1), i.__localeChainCache.set(r, a);
4538
+ const s = te(t) || !V(t) ? t : t.default ? t.default : null;
4539
+ o = D(s) ? [s] : s, te(o) && li(a, o, !1), i.__localeChainCache.set(r, a);
4753
4540
  }
4754
4541
  return a;
4755
4542
  }
@@ -4775,7 +4562,7 @@ function Ju(e, t, n) {
4775
4562
  if (!e.includes(t) && (r = !0, t)) {
4776
4563
  r = t[t.length - 1] !== "!";
4777
4564
  const i = t.replace(/!/g, "");
4778
- e.push(i), (ne(n) || V(n)) && n[i] && (r = n[i]);
4565
+ e.push(i), (te(n) || V(n)) && n[i] && (r = n[i]);
4779
4566
  }
4780
4567
  return r;
4781
4568
  }
@@ -4809,9 +4596,9 @@ const ci = (e) => {
4809
4596
  }, rc = () => sa;
4810
4597
  let fi = 0;
4811
4598
  function ic(e = {}) {
4812
- const t = q(e.onWarn) ? e.onWarn : Je, n = D(e.version) ? e.version : zu, r = D(e.locale) || q(e.locale) ? e.locale : Ft, i = q(r) ? Ft : r, a = ne(e.fallbackLocale) || V(e.fallbackLocale) || D(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = V(e.messages) ? e.messages : { [i]: {} }, s = V(e.datetimeFormats) ? e.datetimeFormats : { [i]: {} }, l = V(e.numberFormats) ? e.numberFormats : { [i]: {} }, u = ce({}, e.modifiers || {}, Zu()), c = e.pluralRules || {}, $ = q(e.missing) ? e.missing : null, h = Y(e.missingWarn) || yt(e.missingWarn) ? e.missingWarn : !0, O = Y(e.fallbackWarn) || yt(e.fallbackWarn) ? e.fallbackWarn : !0, v = !!e.fallbackFormat, y = !!e.unresolving, N = q(e.postTranslation) ? e.postTranslation : null, p = V(e.processor) ? e.processor : null, g = Y(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, C = !!e.escapeParameter, E = q(e.messageCompiler) ? e.messageCompiler : ra;
4813
- process.env.NODE_ENV !== "production" && q(e.messageCompiler) && Kd(st(pe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
4814
- const R = q(e.messageResolver) ? e.messageResolver : ia || Au, w = q(e.localeFallbacker) ? e.localeFallbacker : aa || Xu, k = H(e.fallbackContext) ? e.fallbackContext : void 0, I = e, W = H(I.__datetimeFormatters) ? I.__datetimeFormatters : /* @__PURE__ */ new Map(), Q = H(I.__numberFormatters) ? I.__numberFormatters : /* @__PURE__ */ new Map(), Ce = H(I.__meta) ? I.__meta : {};
4599
+ const t = q(e.onWarn) ? e.onWarn : ze, n = D(e.version) ? e.version : zu, r = D(e.locale) || q(e.locale) ? e.locale : Ft, i = q(r) ? Ft : r, a = te(e.fallbackLocale) || V(e.fallbackLocale) || D(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : i, o = V(e.messages) ? e.messages : { [i]: {} }, s = V(e.datetimeFormats) ? e.datetimeFormats : { [i]: {} }, l = V(e.numberFormats) ? e.numberFormats : { [i]: {} }, u = de({}, e.modifiers || {}, Zu()), c = e.pluralRules || {}, $ = q(e.missing) ? e.missing : null, h = Y(e.missingWarn) || yt(e.missingWarn) ? e.missingWarn : !0, O = Y(e.fallbackWarn) || yt(e.fallbackWarn) ? e.fallbackWarn : !0, v = !!e.fallbackFormat, y = !!e.unresolving, N = q(e.postTranslation) ? e.postTranslation : null, p = V(e.processor) ? e.processor : null, g = Y(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, C = !!e.escapeParameter, E = q(e.messageCompiler) ? e.messageCompiler : ra;
4600
+ process.env.NODE_ENV !== "production" && q(e.messageCompiler) && Kd(st(fe.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
4601
+ const R = q(e.messageResolver) ? e.messageResolver : ia || Au, w = q(e.localeFallbacker) ? e.localeFallbacker : aa || Xu, k = H(e.fallbackContext) ? e.fallbackContext : void 0, I = e, W = H(I.__datetimeFormatters) ? I.__datetimeFormatters : /* @__PURE__ */ new Map(), Z = H(I.__numberFormatters) ? I.__numberFormatters : /* @__PURE__ */ new Map(), Te = H(I.__meta) ? I.__meta : {};
4815
4602
  fi++;
4816
4603
  const ie = {
4817
4604
  version: n,
@@ -4835,9 +4622,9 @@ function ic(e = {}) {
4835
4622
  localeFallbacker: w,
4836
4623
  fallbackContext: k,
4837
4624
  onWarn: t,
4838
- __meta: Ce
4625
+ __meta: Te
4839
4626
  };
4840
- return ie.datetimeFormats = s, ie.numberFormats = l, ie.__datetimeFormatters = W, ie.__numberFormatters = Q, process.env.NODE_ENV !== "production" && (ie.__v_emitter = I.__v_emitter != null ? I.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Gu(ie, n, Ce), ie;
4627
+ return ie.datetimeFormats = s, ie.numberFormats = l, ie.__datetimeFormatters = W, ie.__numberFormatters = Z, process.env.NODE_ENV !== "production" && (ie.__v_emitter = I.__v_emitter != null ? I.__v_emitter : void 0), (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) && Gu(ie, n, Te), ie;
4841
4628
  }
4842
4629
  function ln(e, t) {
4843
4630
  return e instanceof RegExp ? e.test(t) : e;
@@ -4860,13 +4647,13 @@ function lr(e, t, n, r, i) {
4860
4647
  const s = a(e, n, t, i);
4861
4648
  return D(s) ? s : t;
4862
4649
  } else
4863
- return process.env.NODE_ENV !== "production" && la(r, t) && o(st(pe.NOT_FOUND_KEY, { key: t, locale: n })), t;
4650
+ return process.env.NODE_ENV !== "production" && la(r, t) && o(st(fe.NOT_FOUND_KEY, { key: t, locale: n })), t;
4864
4651
  }
4865
4652
  function It(e, t, n) {
4866
4653
  const r = e;
4867
4654
  r.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, t);
4868
4655
  }
4869
- function _n(e) {
4656
+ function bn(e) {
4870
4657
  return (n) => ac(n, e);
4871
4658
  }
4872
4659
  function ac(e, t) {
@@ -4919,7 +4706,7 @@ function Dn(e, t) {
4919
4706
  }
4920
4707
  const oc = "Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";
4921
4708
  function da(e, t) {
4922
- t && tu(e) && Je(ir(oc, { source: e }));
4709
+ t && tu(e) && ze(ir(oc, { source: e }));
4923
4710
  }
4924
4711
  const ua = (e) => e;
4925
4712
  let gt = /* @__PURE__ */ Object.create(null);
@@ -4955,17 +4742,17 @@ function lc(e, t) {
4955
4742
  ...t,
4956
4743
  location: process.env.NODE_ENV !== "production",
4957
4744
  jit: !0
4958
- }), l = _n(o);
4745
+ }), l = bn(o);
4959
4746
  return s ? l : gt[i] = l;
4960
4747
  } else {
4961
4748
  if (process.env.NODE_ENV !== "production" && !lt(e))
4962
- return Je(`the message that is resolve with key '${t.key}' is not supported for jit compilation`), () => e;
4749
+ return ze(`the message that is resolve with key '${t.key}' is not supported for jit compilation`), () => e;
4963
4750
  const n = e.cacheKey;
4964
4751
  if (n) {
4965
4752
  const r = gt[n];
4966
- return r || (gt[n] = _n(e));
4753
+ return r || (gt[n] = bn(e));
4967
4754
  } else
4968
- return _n(e);
4755
+ return bn(e);
4969
4756
  }
4970
4757
  }
4971
4758
  const pi = () => "", Ee = (e) => q(e);
@@ -4980,28 +4767,28 @@ function hi(e, ...t) {
4980
4767
  if (!O && !(D(E) || lt(E) || Ee(E)) && y && (E = v, R = E), !O && (!(D(E) || lt(E) || Ee(E)) || !D(g)))
4981
4768
  return i ? sn : l;
4982
4769
  if (process.env.NODE_ENV !== "production" && D(E) && e.messageCompiler == null)
4983
- return Je(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${l}'.`), l;
4770
+ return ze(`The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return '${l}'.`), l;
4984
4771
  let w = !1;
4985
4772
  const k = () => {
4986
4773
  w = !0;
4987
4774
  }, I = Ee(E) ? E : $a(e, l, g, E, R, k);
4988
4775
  if (w)
4989
4776
  return E;
4990
- const W = $c(e, g, C, u), Q = Bu(W), Ce = uc(e, I, Q), ie = r ? r(Ce, l) : Ce;
4777
+ const W = $c(e, g, C, u), Z = Bu(W), Te = uc(e, I, Z), ie = r ? r(Te, l) : Te;
4991
4778
  if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
4992
- const be = {
4779
+ const _e = {
4993
4780
  timestamp: Date.now(),
4994
4781
  key: D(l) ? l : Ee(E) ? E.key : "",
4995
4782
  locale: g || (Ee(E) ? E.locale : ""),
4996
4783
  format: D(E) ? E : Ee(E) ? E.source : "",
4997
4784
  message: ie
4998
4785
  };
4999
- be.meta = ce({}, e.__meta, /* @__PURE__ */ nc() || {}), Hu(be);
4786
+ _e.meta = de({}, e.__meta, /* @__PURE__ */ nc() || {}), Hu(_e);
5000
4787
  }
5001
4788
  return ie;
5002
4789
  }
5003
4790
  function dc(e) {
5004
- ne(e.list) ? e.list = e.list.map((t) => D(t) ? Zr(t) : t) : H(e.named) && Object.keys(e.named).forEach((t) => {
4791
+ te(e.list) ? e.list = e.list.map((t) => D(t) ? Zr(t) : t) : H(e.named) && Object.keys(e.named).forEach((t) => {
5005
4792
  D(e.named[t]) && (e.named[t] = Zr(e.named[t]));
5006
4793
  });
5007
4794
  }
@@ -5010,7 +4797,7 @@ function fa(e, t, n, r, i, a) {
5010
4797
  let $ = {}, h, O = null, v = n, y = null;
5011
4798
  const N = "translate";
5012
4799
  for (let p = 0; p < c.length; p++) {
5013
- if (h = y = c[p], process.env.NODE_ENV !== "production" && n !== h && ln(i, t) && s(st(pe.FALLBACK_TO_TRANSLATE, {
4800
+ if (h = y = c[p], process.env.NODE_ENV !== "production" && n !== h && ln(i, t) && s(st(fe.FALLBACK_TO_TRANSLATE, {
5014
4801
  key: t,
5015
4802
  target: h
5016
4803
  })), process.env.NODE_ENV !== "production" && n !== h) {
@@ -5090,10 +4877,10 @@ function uc(e, t, n) {
5090
4877
  }
5091
4878
  function kn(...e) {
5092
4879
  const [t, n, r] = e, i = {};
5093
- if (!D(t) && !ue(t) && !Ee(t) && !lt(t))
4880
+ if (!D(t) && !le(t) && !Ee(t) && !lt(t))
5094
4881
  throw De(ae.INVALID_ARGUMENT);
5095
- const a = ue(t) ? String(t) : (Ee(t), t);
5096
- return ue(n) ? i.plural = n : D(n) ? i.default = n : V(n) && !on(n) ? i.named = n : ne(n) && (i.list = n), ue(r) ? i.plural = r : D(r) ? i.default = r : V(r) && ce(i, r), [a, i];
4882
+ const a = le(t) ? String(t) : (Ee(t), t);
4883
+ return le(n) ? i.plural = n : D(n) ? i.default = n : V(n) && !on(n) ? i.named = n : te(n) && (i.list = n), le(r) ? i.plural = r : D(r) ? i.default = r : V(r) && de(i, r), [a, i];
5097
4884
  }
5098
4885
  function cc(e, t, n, r, i, a) {
5099
4886
  return {
@@ -5144,7 +4931,7 @@ function $c(e, t, n, r) {
5144
4931
  return Ee(v) ? v : pi;
5145
4932
  }
5146
4933
  };
5147
- return e.processor && (h.processor = e.processor), r.list && (h.list = r.list), r.named && (h.named = r.named), ue(r.plural) && (h.pluralIndex = r.plural), h;
4934
+ return e.processor && (h.processor = e.processor), r.list && (h.list = r.list), r.named && (h.named = r.named), le(r.plural) && (h.pluralIndex = r.plural), h;
5148
4935
  }
5149
4936
  const mi = typeof Intl < "u", pa = {
5150
4937
  dateTimeFormat: mi && typeof Intl.DateTimeFormat < "u",
@@ -5153,7 +4940,7 @@ const mi = typeof Intl < "u", pa = {
5153
4940
  function gi(e, ...t) {
5154
4941
  const { datetimeFormats: n, unresolving: r, fallbackLocale: i, onWarn: a, localeFallbacker: o } = e, { __datetimeFormatters: s } = e;
5155
4942
  if (process.env.NODE_ENV !== "production" && !pa.dateTimeFormat)
5156
- return a(st(pe.CANNOT_FORMAT_DATE)), Qt;
4943
+ return a(st(fe.CANNOT_FORMAT_DATE)), Qt;
5157
4944
  const [l, u, c, $] = Fn(...t), h = Y(c.missingWarn) ? c.missingWarn : e.missingWarn, O = Y(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, v = !!c.part, y = sr(e, c), N = o(
5158
4945
  e,
5159
4946
  // eslint-disable-line @typescript-eslint/no-explicit-any
@@ -5165,12 +4952,12 @@ function gi(e, ...t) {
5165
4952
  let p = {}, g, C = null, E = y, R = null;
5166
4953
  const w = "datetime format";
5167
4954
  for (let W = 0; W < N.length; W++) {
5168
- if (g = R = N[W], process.env.NODE_ENV !== "production" && y !== g && ln(O, l) && a(st(pe.FALLBACK_TO_DATE_FORMAT, {
4955
+ if (g = R = N[W], process.env.NODE_ENV !== "production" && y !== g && ln(O, l) && a(st(fe.FALLBACK_TO_DATE_FORMAT, {
5169
4956
  key: l,
5170
4957
  target: g
5171
4958
  })), process.env.NODE_ENV !== "production" && y !== g) {
5172
- const Q = e.__v_emitter;
5173
- Q && Q.emit("fallback", {
4959
+ const Z = e.__v_emitter;
4960
+ Z && Z.emit("fallback", {
5174
4961
  type: w,
5175
4962
  key: l,
5176
4963
  from: E,
@@ -5187,7 +4974,7 @@ function gi(e, ...t) {
5187
4974
  let k = `${g}__${l}`;
5188
4975
  on($) || (k = `${k}__${JSON.stringify($)}`);
5189
4976
  let I = s.get(k);
5190
- return I || (I = new Intl.DateTimeFormat(g, ce({}, C, $)), s.set(k, I)), v ? I.formatToParts(u) : I.format(u);
4977
+ return I || (I = new Intl.DateTimeFormat(g, de({}, C, $)), s.set(k, I)), v ? I.formatToParts(u) : I.format(u);
5191
4978
  }
5192
4979
  const ha = [
5193
4980
  "localeMatcher",
@@ -5229,7 +5016,7 @@ function Fn(...e) {
5229
5016
  if (isNaN(t.getTime()))
5230
5017
  throw De(ae.INVALID_DATE_ARGUMENT);
5231
5018
  s = t;
5232
- } else if (ue(t))
5019
+ } else if (le(t))
5233
5020
  s = t;
5234
5021
  else
5235
5022
  throw De(ae.INVALID_ARGUMENT);
@@ -5244,10 +5031,10 @@ function yi(e, t, n) {
5244
5031
  r.__datetimeFormatters.has(a) && r.__datetimeFormatters.delete(a);
5245
5032
  }
5246
5033
  }
5247
- function _i(e, ...t) {
5034
+ function bi(e, ...t) {
5248
5035
  const { numberFormats: n, unresolving: r, fallbackLocale: i, onWarn: a, localeFallbacker: o } = e, { __numberFormatters: s } = e;
5249
5036
  if (process.env.NODE_ENV !== "production" && !pa.numberFormat)
5250
- return a(st(pe.CANNOT_FORMAT_NUMBER)), Qt;
5037
+ return a(st(fe.CANNOT_FORMAT_NUMBER)), Qt;
5251
5038
  const [l, u, c, $] = Mn(...t), h = Y(c.missingWarn) ? c.missingWarn : e.missingWarn, O = Y(c.fallbackWarn) ? c.fallbackWarn : e.fallbackWarn, v = !!c.part, y = sr(e, c), N = o(
5252
5039
  e,
5253
5040
  // eslint-disable-line @typescript-eslint/no-explicit-any
@@ -5259,12 +5046,12 @@ function _i(e, ...t) {
5259
5046
  let p = {}, g, C = null, E = y, R = null;
5260
5047
  const w = "number format";
5261
5048
  for (let W = 0; W < N.length; W++) {
5262
- if (g = R = N[W], process.env.NODE_ENV !== "production" && y !== g && ln(O, l) && a(st(pe.FALLBACK_TO_NUMBER_FORMAT, {
5049
+ if (g = R = N[W], process.env.NODE_ENV !== "production" && y !== g && ln(O, l) && a(st(fe.FALLBACK_TO_NUMBER_FORMAT, {
5263
5050
  key: l,
5264
5051
  target: g
5265
5052
  })), process.env.NODE_ENV !== "production" && y !== g) {
5266
- const Q = e.__v_emitter;
5267
- Q && Q.emit("fallback", {
5053
+ const Z = e.__v_emitter;
5054
+ Z && Z.emit("fallback", {
5268
5055
  type: w,
5269
5056
  key: l,
5270
5057
  from: E,
@@ -5281,7 +5068,7 @@ function _i(e, ...t) {
5281
5068
  let k = `${g}__${l}`;
5282
5069
  on($) || (k = `${k}__${JSON.stringify($)}`);
5283
5070
  let I = s.get(k);
5284
- return I || (I = new Intl.NumberFormat(g, ce({}, C, $)), s.set(k, I)), v ? I.formatToParts(u) : I.format(u);
5071
+ return I || (I = new Intl.NumberFormat(g, de({}, C, $)), s.set(k, I)), v ? I.formatToParts(u) : I.format(u);
5285
5072
  }
5286
5073
  const ma = [
5287
5074
  "localeMatcher",
@@ -5308,14 +5095,14 @@ const ma = [
5308
5095
  function Mn(...e) {
5309
5096
  const [t, n, r, i] = e, a = {};
5310
5097
  let o = {};
5311
- if (!ue(t))
5098
+ if (!le(t))
5312
5099
  throw De(ae.INVALID_ARGUMENT);
5313
5100
  const s = t;
5314
5101
  return D(n) ? a.key = n : V(n) && Object.keys(n).forEach((l) => {
5315
5102
  ma.includes(l) ? o[l] = n[l] : a[l] = n[l];
5316
5103
  }), D(r) ? a.locale = r : V(r) && (o = r), V(i) && (o = i), [a.key || "", s, a, o];
5317
5104
  }
5318
- function bi(e, t, n) {
5105
+ function _i(e, t, n) {
5319
5106
  const r = e;
5320
5107
  for (const i in n) {
5321
5108
  const a = `${t}__${i}`;
@@ -5332,7 +5119,7 @@ const pc = "9.9.1";
5332
5119
  function hc() {
5333
5120
  typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Ve().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Ve().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (Ve().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Ve().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Ve().__INTLIFY_PROD_DEVTOOLS__ = !1);
5334
5121
  }
5335
- const ga = pe.__EXTEND_POINT__, Ye = ar(ga), ve = {
5122
+ const ga = fe.__EXTEND_POINT__, Ye = ar(ga), ve = {
5336
5123
  FALLBACK_TO_ROOT: ga,
5337
5124
  NOT_SUPPORTED_PRESERVE: Ye(),
5338
5125
  NOT_SUPPORTED_FORMATTER: Ye(),
@@ -5386,7 +5173,7 @@ const ya = ae.__EXTEND_POINT__, me = ar(ya), z = {
5386
5173
  __EXTEND_POINT__: me()
5387
5174
  // 40
5388
5175
  };
5389
- function qe(e, ...t) {
5176
+ function Je(e, ...t) {
5390
5177
  return vt(e, null, process.env.NODE_ENV !== "production" ? { messages: gc, args: t } : void 0);
5391
5178
  }
5392
5179
  const gc = {
@@ -5404,7 +5191,7 @@ const gc = {
5404
5191
  [z.BRIDGE_SUPPORT_VUE_2_ONLY]: "vue-i18n-bridge support Vue 2.x only",
5405
5192
  [z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]: "Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode",
5406
5193
  [z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
5407
- }, xn = /* @__PURE__ */ He("__translateVNode"), Un = /* @__PURE__ */ He("__datetimeParts"), Vn = /* @__PURE__ */ He("__numberParts"), Bn = /* @__PURE__ */ He("__enableEmitter"), jn = /* @__PURE__ */ He("__disableEmitter"), yc = He("__setPluralRules"), _a = /* @__PURE__ */ He("__injectWithOption"), Gn = /* @__PURE__ */ He("__dispose");
5194
+ }, xn = /* @__PURE__ */ He("__translateVNode"), Un = /* @__PURE__ */ He("__datetimeParts"), Vn = /* @__PURE__ */ He("__numberParts"), Bn = /* @__PURE__ */ He("__enableEmitter"), jn = /* @__PURE__ */ He("__disableEmitter"), yc = He("__setPluralRules"), ba = /* @__PURE__ */ He("__injectWithOption"), Gn = /* @__PURE__ */ He("__dispose");
5408
5195
  function Mt(e) {
5409
5196
  if (!H(e))
5410
5197
  return e;
@@ -5417,7 +5204,7 @@ function Mt(e) {
5417
5204
  let i = e, a = !1;
5418
5205
  for (let o = 0; o < r; o++) {
5419
5206
  if (n[o] in i || (i[n[o]] = {}), !H(i[n[o]])) {
5420
- process.env.NODE_ENV !== "production" && Je(dr(ve.IGNORE_OBJ_FLATTEN, {
5207
+ process.env.NODE_ENV !== "production" && ze(dr(ve.IGNORE_OBJ_FLATTEN, {
5421
5208
  key: n[o]
5422
5209
  })), a = !0;
5423
5210
  break;
@@ -5429,8 +5216,8 @@ function Mt(e) {
5429
5216
  return e;
5430
5217
  }
5431
5218
  function ur(e, t) {
5432
- const { messages: n, __i18n: r, messageResolver: i, flatJson: a } = t, o = V(n) ? n : ne(r) ? {} : { [e]: {} };
5433
- if (ne(r) && r.forEach((s) => {
5219
+ const { messages: n, __i18n: r, messageResolver: i, flatJson: a } = t, o = V(n) ? n : te(r) ? {} : { [e]: {} };
5220
+ if (te(r) && r.forEach((s) => {
5434
5221
  if ("locale" in s && "resource" in s) {
5435
5222
  const { locale: l, resource: u } = s;
5436
5223
  l ? (o[l] = o[l] || {}, Kt(u, o[l])) : Kt(u, o);
@@ -5441,10 +5228,10 @@ function ur(e, t) {
5441
5228
  Zt(o, s) && Mt(o[s]);
5442
5229
  return o;
5443
5230
  }
5444
- function ba(e) {
5231
+ function _a(e) {
5445
5232
  return e.type;
5446
5233
  }
5447
- function _c(e, t, n) {
5234
+ function bc(e, t, n) {
5448
5235
  let r = H(t.messages) ? t.messages : {};
5449
5236
  "__i18nGlobal" in n && (r = ur(e.locale.value, {
5450
5237
  messages: r,
@@ -5470,9 +5257,9 @@ function _c(e, t, n) {
5470
5257
  }
5471
5258
  }
5472
5259
  function vi(e) {
5473
- return Z(ro, null, e, 0);
5260
+ return re(ro, null, e, 0);
5474
5261
  }
5475
- const Ei = "__INTLIFY_META__", Oi = () => [], bc = () => !1;
5262
+ const Ei = "__INTLIFY_META__", Oi = () => [], _c = () => !1;
5476
5263
  let Ni = 0;
5477
5264
  function Ci(e) {
5478
5265
  return (t, n, r, i) => e(n, r, zn() || void 0, i);
@@ -5480,7 +5267,7 @@ function Ci(e) {
5480
5267
  const vc = /* @__NO_SIDE_EFFECTS__ */ () => {
5481
5268
  const e = zn();
5482
5269
  let t = null;
5483
- return e && (t = ba(e)[Ei]) ? { [Ei]: t } : null;
5270
+ return e && (t = _a(e)[Ei]) ? { [Ei]: t } : null;
5484
5271
  };
5485
5272
  function Ec(e = {}, t) {
5486
5273
  const { __root: n, __injectWithOption: r } = e, i = n === void 0, a = e.flatJson, o = Ge ? K : Bi;
@@ -5490,14 +5277,14 @@ function Ec(e = {}, t) {
5490
5277
  n && s ? n.locale.value : D(e.locale) ? e.locale : Ft
5491
5278
  ), u = o(
5492
5279
  // prettier-ignore
5493
- n && s ? n.fallbackLocale.value : D(e.fallbackLocale) || ne(e.fallbackLocale) || V(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l.value
5280
+ n && s ? n.fallbackLocale.value : D(e.fallbackLocale) || te(e.fallbackLocale) || V(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l.value
5494
5281
  ), c = o(ur(l.value, e)), $ = o(V(e.datetimeFormats) ? e.datetimeFormats : { [l.value]: {} }), h = o(V(e.numberFormats) ? e.numberFormats : { [l.value]: {} });
5495
5282
  let O = n ? n.missingWarn : Y(e.missingWarn) || yt(e.missingWarn) ? e.missingWarn : !0, v = n ? n.fallbackWarn : Y(e.fallbackWarn) || yt(e.fallbackWarn) ? e.fallbackWarn : !0, y = n ? n.fallbackRoot : Y(e.fallbackRoot) ? e.fallbackRoot : !0, N = !!e.fallbackFormat, p = q(e.missing) ? e.missing : null, g = q(e.missing) ? Ci(e.missing) : null, C = q(e.postTranslation) ? e.postTranslation : null, E = n ? n.warnHtmlMessage : Y(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, R = !!e.escapeParameter;
5496
5283
  const w = n ? n.modifiers : V(e.modifiers) ? e.modifiers : {};
5497
5284
  let k = e.pluralRules || n && n.pluralRules, I;
5498
5285
  I = (() => {
5499
5286
  i && ci(null);
5500
- const _ = {
5287
+ const b = {
5501
5288
  version: pc,
5502
5289
  locale: l.value,
5503
5290
  fallbackLocale: u.value,
@@ -5516,11 +5303,11 @@ function Ec(e = {}, t) {
5516
5303
  messageCompiler: e.messageCompiler,
5517
5304
  __meta: { framework: "vue" }
5518
5305
  };
5519
- _.datetimeFormats = $.value, _.numberFormats = h.value, _.__datetimeFormatters = V(I) ? I.__datetimeFormatters : void 0, _.__numberFormatters = V(I) ? I.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (_.__v_emitter = V(I) ? I.__v_emitter : void 0);
5520
- const T = ic(_);
5306
+ b.datetimeFormats = $.value, b.numberFormats = h.value, b.__datetimeFormatters = V(I) ? I.__datetimeFormatters : void 0, b.__numberFormatters = V(I) ? I.__numberFormatters : void 0, process.env.NODE_ENV !== "production" && (b.__v_emitter = V(I) ? I.__v_emitter : void 0);
5307
+ const T = ic(b);
5521
5308
  return i && ci(T), T;
5522
5309
  })(), It(I, l.value, u.value);
5523
- function Q() {
5310
+ function Z() {
5524
5311
  return [
5525
5312
  l.value,
5526
5313
  u.value,
@@ -5529,143 +5316,143 @@ function Ec(e = {}, t) {
5529
5316
  h.value
5530
5317
  ];
5531
5318
  }
5532
- const Ce = de({
5319
+ const Te = se({
5533
5320
  get: () => l.value,
5534
- set: (_) => {
5535
- l.value = _, I.locale = l.value;
5321
+ set: (b) => {
5322
+ l.value = b, I.locale = l.value;
5536
5323
  }
5537
- }), ie = de({
5324
+ }), ie = se({
5538
5325
  get: () => u.value,
5539
- set: (_) => {
5540
- u.value = _, I.fallbackLocale = u.value, It(I, l.value, _);
5326
+ set: (b) => {
5327
+ u.value = b, I.fallbackLocale = u.value, It(I, l.value, b);
5541
5328
  }
5542
- }), be = de(() => c.value), dt = /* @__PURE__ */ de(() => $.value), Ot = /* @__PURE__ */ de(() => h.value);
5329
+ }), _e = se(() => c.value), dt = /* @__PURE__ */ se(() => $.value), Ot = /* @__PURE__ */ se(() => h.value);
5543
5330
  function Ie() {
5544
5331
  return q(C) ? C : null;
5545
5332
  }
5546
- function ut(_) {
5547
- C = _, I.postTranslation = _;
5333
+ function ut(b) {
5334
+ C = b, I.postTranslation = b;
5548
5335
  }
5549
5336
  function Nt() {
5550
5337
  return p;
5551
5338
  }
5552
- function ct(_) {
5553
- _ !== null && (g = Ci(_)), p = _, I.missing = g;
5339
+ function ct(b) {
5340
+ b !== null && (g = Ci(b)), p = b, I.missing = g;
5554
5341
  }
5555
- function Ct(_, T) {
5556
- return _ !== "translate" || !T.resolvedMessage;
5342
+ function Ct(b, T) {
5343
+ return b !== "translate" || !T.resolvedMessage;
5557
5344
  }
5558
- const Te = (_, T, G, ee, tt, jt) => {
5559
- Q();
5345
+ const Se = (b, T, G, Q, nt, jt) => {
5346
+ Z();
5560
5347
  let pt;
5561
5348
  try {
5562
- process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (I.fallbackContext = n ? rc() : void 0), pt = _(I);
5349
+ process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (I.fallbackContext = n ? rc() : void 0), pt = b(I);
5563
5350
  } finally {
5564
5351
  process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__, i || (I.fallbackContext = void 0);
5565
5352
  }
5566
5353
  if (G !== "translate exists" && // for not `te` (e.g `t`)
5567
- ue(pt) && pt === sn || G === "translate exists" && !pt) {
5568
- const [nt, Ja] = T();
5569
- if (process.env.NODE_ENV !== "production" && n && D(nt) && Ct(G, Ja) && (y && (ln(v, nt) || la(O, nt)) && Je(dr(ve.FALLBACK_TO_ROOT, {
5570
- key: nt,
5354
+ le(pt) && pt === sn || G === "translate exists" && !pt) {
5355
+ const [rt, Ja] = T();
5356
+ if (process.env.NODE_ENV !== "production" && n && D(rt) && Ct(G, Ja) && (y && (ln(v, rt) || la(O, rt)) && ze(dr(ve.FALLBACK_TO_ROOT, {
5357
+ key: rt,
5571
5358
  type: G
5572
5359
  })), process.env.NODE_ENV !== "production")) {
5573
- const { __v_emitter: _r } = I;
5574
- _r && y && _r.emit("fallback", {
5360
+ const { __v_emitter: br } = I;
5361
+ br && y && br.emit("fallback", {
5575
5362
  type: G,
5576
- key: nt,
5363
+ key: rt,
5577
5364
  to: "global",
5578
- groupId: `${G}:${nt}`
5365
+ groupId: `${G}:${rt}`
5579
5366
  });
5580
5367
  }
5581
- return n && y ? ee(n) : tt(nt);
5368
+ return n && y ? Q(n) : nt(rt);
5582
5369
  } else {
5583
5370
  if (jt(pt))
5584
5371
  return pt;
5585
- throw qe(z.UNEXPECTED_RETURN_TYPE);
5372
+ throw Je(z.UNEXPECTED_RETURN_TYPE);
5586
5373
  }
5587
5374
  };
5588
- function ft(..._) {
5589
- return Te((T) => Reflect.apply(hi, null, [T, ..._]), () => kn(..._), "translate", (T) => Reflect.apply(T.t, T, [..._]), (T) => T, (T) => D(T));
5375
+ function ft(...b) {
5376
+ return Se((T) => Reflect.apply(hi, null, [T, ...b]), () => kn(...b), "translate", (T) => Reflect.apply(T.t, T, [...b]), (T) => T, (T) => D(T));
5590
5377
  }
5591
- function Tt(..._) {
5592
- const [T, G, ee] = _;
5593
- if (ee && !H(ee))
5594
- throw qe(z.INVALID_ARGUMENT);
5595
- return ft(T, G, ce({ resolvedMessage: !0 }, ee || {}));
5378
+ function Tt(...b) {
5379
+ const [T, G, Q] = b;
5380
+ if (Q && !H(Q))
5381
+ throw Je(z.INVALID_ARGUMENT);
5382
+ return ft(T, G, de({ resolvedMessage: !0 }, Q || {}));
5596
5383
  }
5597
- function $t(..._) {
5598
- return Te((T) => Reflect.apply(gi, null, [T, ..._]), () => Fn(..._), "datetime format", (T) => Reflect.apply(T.d, T, [..._]), () => Qt, (T) => D(T));
5384
+ function $t(...b) {
5385
+ return Se((T) => Reflect.apply(gi, null, [T, ...b]), () => Fn(...b), "datetime format", (T) => Reflect.apply(T.d, T, [...b]), () => Qt, (T) => D(T));
5599
5386
  }
5600
- function St(..._) {
5601
- return Te((T) => Reflect.apply(_i, null, [T, ..._]), () => Mn(..._), "number format", (T) => Reflect.apply(T.n, T, [..._]), () => Qt, (T) => D(T));
5387
+ function St(...b) {
5388
+ return Se((T) => Reflect.apply(bi, null, [T, ...b]), () => Mn(...b), "number format", (T) => Reflect.apply(T.n, T, [...b]), () => Qt, (T) => D(T));
5602
5389
  }
5603
- function Lt(_) {
5604
- return _.map((T) => D(T) || ue(T) || Y(T) ? vi(String(T)) : T);
5390
+ function Lt(b) {
5391
+ return b.map((T) => D(T) || le(T) || Y(T) ? vi(String(T)) : T);
5605
5392
  }
5606
- const Ze = {
5393
+ const Qe = {
5607
5394
  normalize: Lt,
5608
- interpolate: (_) => _,
5395
+ interpolate: (b) => b,
5609
5396
  type: "vnode"
5610
5397
  };
5611
- function Qe(..._) {
5612
- return Te(
5398
+ function et(...b) {
5399
+ return Se(
5613
5400
  (T) => {
5614
5401
  let G;
5615
- const ee = T;
5402
+ const Q = T;
5616
5403
  try {
5617
- ee.processor = Ze, G = Reflect.apply(hi, null, [ee, ..._]);
5404
+ Q.processor = Qe, G = Reflect.apply(hi, null, [Q, ...b]);
5618
5405
  } finally {
5619
- ee.processor = null;
5406
+ Q.processor = null;
5620
5407
  }
5621
5408
  return G;
5622
5409
  },
5623
- () => kn(..._),
5410
+ () => kn(...b),
5624
5411
  "translate",
5625
5412
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5626
- (T) => T[xn](..._),
5413
+ (T) => T[xn](...b),
5627
5414
  (T) => [vi(T)],
5628
- (T) => ne(T)
5415
+ (T) => te(T)
5629
5416
  );
5630
5417
  }
5631
- function We(..._) {
5632
- return Te(
5633
- (T) => Reflect.apply(_i, null, [T, ..._]),
5634
- () => Mn(..._),
5418
+ function We(...b) {
5419
+ return Se(
5420
+ (T) => Reflect.apply(bi, null, [T, ...b]),
5421
+ () => Mn(...b),
5635
5422
  "number format",
5636
5423
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5637
- (T) => T[Vn](..._),
5424
+ (T) => T[Vn](...b),
5638
5425
  Oi,
5639
- (T) => D(T) || ne(T)
5426
+ (T) => D(T) || te(T)
5640
5427
  );
5641
5428
  }
5642
- function et(..._) {
5643
- return Te(
5644
- (T) => Reflect.apply(gi, null, [T, ..._]),
5645
- () => Fn(..._),
5429
+ function tt(...b) {
5430
+ return Se(
5431
+ (T) => Reflect.apply(gi, null, [T, ...b]),
5432
+ () => Fn(...b),
5646
5433
  "datetime format",
5647
5434
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5648
- (T) => T[Un](..._),
5435
+ (T) => T[Un](...b),
5649
5436
  Oi,
5650
- (T) => D(T) || ne(T)
5437
+ (T) => D(T) || te(T)
5651
5438
  );
5652
5439
  }
5653
- function Pt(_) {
5654
- k = _, I.pluralRules = k;
5440
+ function Pt(b) {
5441
+ k = b, I.pluralRules = k;
5655
5442
  }
5656
- function f(_, T) {
5657
- return Te(() => {
5658
- if (!_)
5443
+ function f(b, T) {
5444
+ return Se(() => {
5445
+ if (!b)
5659
5446
  return !1;
5660
- const G = D(T) ? T : l.value, ee = A(G), tt = I.messageResolver(ee, _);
5661
- return lt(tt) || Ee(tt) || D(tt);
5662
- }, () => [_], "translate exists", (G) => Reflect.apply(G.te, G, [_, T]), bc, (G) => Y(G));
5447
+ const G = D(T) ? T : l.value, Q = A(G), nt = I.messageResolver(Q, b);
5448
+ return lt(nt) || Ee(nt) || D(nt);
5449
+ }, () => [b], "translate exists", (G) => Reflect.apply(G.te, G, [b, T]), _c, (G) => Y(G));
5663
5450
  }
5664
- function d(_) {
5451
+ function d(b) {
5665
5452
  let T = null;
5666
5453
  const G = na(I, u.value, l.value);
5667
- for (let ee = 0; ee < G.length; ee++) {
5668
- const tt = c.value[G[ee]] || {}, jt = I.messageResolver(tt, _);
5454
+ for (let Q = 0; Q < G.length; Q++) {
5455
+ const nt = c.value[G[Q]] || {}, jt = I.messageResolver(nt, b);
5669
5456
  if (jt != null) {
5670
5457
  T = jt;
5671
5458
  break;
@@ -5673,67 +5460,67 @@ function Ec(e = {}, t) {
5673
5460
  }
5674
5461
  return T;
5675
5462
  }
5676
- function m(_) {
5677
- const T = d(_);
5678
- return T ?? (n ? n.tm(_) || {} : {});
5463
+ function m(b) {
5464
+ const T = d(b);
5465
+ return T ?? (n ? n.tm(b) || {} : {});
5679
5466
  }
5680
- function A(_) {
5681
- return c.value[_] || {};
5467
+ function A(b) {
5468
+ return c.value[b] || {};
5682
5469
  }
5683
- function M(_, T) {
5470
+ function M(b, T) {
5684
5471
  if (a) {
5685
- const G = { [_]: T };
5686
- for (const ee in G)
5687
- Zt(G, ee) && Mt(G[ee]);
5688
- T = G[_];
5472
+ const G = { [b]: T };
5473
+ for (const Q in G)
5474
+ Zt(G, Q) && Mt(G[Q]);
5475
+ T = G[b];
5689
5476
  }
5690
- c.value[_] = T, I.messages = c.value;
5477
+ c.value[b] = T, I.messages = c.value;
5691
5478
  }
5692
- function j(_, T) {
5693
- c.value[_] = c.value[_] || {};
5694
- const G = { [_]: T };
5479
+ function j(b, T) {
5480
+ c.value[b] = c.value[b] || {};
5481
+ const G = { [b]: T };
5695
5482
  if (a)
5696
- for (const ee in G)
5697
- Zt(G, ee) && Mt(G[ee]);
5698
- T = G[_], Kt(T, c.value[_]), I.messages = c.value;
5483
+ for (const Q in G)
5484
+ Zt(G, Q) && Mt(G[Q]);
5485
+ T = G[b], Kt(T, c.value[b]), I.messages = c.value;
5699
5486
  }
5700
- function we(_) {
5701
- return $.value[_] || {};
5487
+ function we(b) {
5488
+ return $.value[b] || {};
5702
5489
  }
5703
- function Me(_, T) {
5704
- $.value[_] = T, I.datetimeFormats = $.value, yi(I, _, T);
5490
+ function Me(b, T) {
5491
+ $.value[b] = T, I.datetimeFormats = $.value, yi(I, b, T);
5705
5492
  }
5706
- function Ka(_, T) {
5707
- $.value[_] = ce($.value[_] || {}, T), I.datetimeFormats = $.value, yi(I, _, T);
5493
+ function Ka(b, T) {
5494
+ $.value[b] = de($.value[b] || {}, T), I.datetimeFormats = $.value, yi(I, b, T);
5708
5495
  }
5709
- function Ya(_) {
5710
- return h.value[_] || {};
5496
+ function Ya(b) {
5497
+ return h.value[b] || {};
5711
5498
  }
5712
- function Xa(_, T) {
5713
- h.value[_] = T, I.numberFormats = h.value, bi(I, _, T);
5499
+ function Xa(b, T) {
5500
+ h.value[b] = T, I.numberFormats = h.value, _i(I, b, T);
5714
5501
  }
5715
- function qa(_, T) {
5716
- h.value[_] = ce(h.value[_] || {}, T), I.numberFormats = h.value, bi(I, _, T);
5502
+ function qa(b, T) {
5503
+ h.value[b] = de(h.value[b] || {}, T), I.numberFormats = h.value, _i(I, b, T);
5717
5504
  }
5718
- Ni++, n && Ge && (at(n.locale, (_) => {
5719
- s && (l.value = _, I.locale = _, It(I, l.value, u.value));
5720
- }), at(n.fallbackLocale, (_) => {
5721
- s && (u.value = _, I.fallbackLocale = _, It(I, l.value, u.value));
5505
+ Ni++, n && Ge && (at(n.locale, (b) => {
5506
+ s && (l.value = b, I.locale = b, It(I, l.value, u.value));
5507
+ }), at(n.fallbackLocale, (b) => {
5508
+ s && (u.value = b, I.fallbackLocale = b, It(I, l.value, u.value));
5722
5509
  }));
5723
- const te = {
5510
+ const ee = {
5724
5511
  id: Ni,
5725
- locale: Ce,
5512
+ locale: Te,
5726
5513
  fallbackLocale: ie,
5727
5514
  get inheritLocale() {
5728
5515
  return s;
5729
5516
  },
5730
- set inheritLocale(_) {
5731
- s = _, _ && n && (l.value = n.locale.value, u.value = n.fallbackLocale.value, It(I, l.value, u.value));
5517
+ set inheritLocale(b) {
5518
+ s = b, b && n && (l.value = n.locale.value, u.value = n.fallbackLocale.value, It(I, l.value, u.value));
5732
5519
  },
5733
5520
  get availableLocales() {
5734
5521
  return Object.keys(c.value).sort();
5735
5522
  },
5736
- messages: be,
5523
+ messages: _e,
5737
5524
  get modifiers() {
5738
5525
  return w;
5739
5526
  },
@@ -5746,38 +5533,38 @@ function Ec(e = {}, t) {
5746
5533
  get missingWarn() {
5747
5534
  return O;
5748
5535
  },
5749
- set missingWarn(_) {
5750
- O = _, I.missingWarn = O;
5536
+ set missingWarn(b) {
5537
+ O = b, I.missingWarn = O;
5751
5538
  },
5752
5539
  get fallbackWarn() {
5753
5540
  return v;
5754
5541
  },
5755
- set fallbackWarn(_) {
5756
- v = _, I.fallbackWarn = v;
5542
+ set fallbackWarn(b) {
5543
+ v = b, I.fallbackWarn = v;
5757
5544
  },
5758
5545
  get fallbackRoot() {
5759
5546
  return y;
5760
5547
  },
5761
- set fallbackRoot(_) {
5762
- y = _;
5548
+ set fallbackRoot(b) {
5549
+ y = b;
5763
5550
  },
5764
5551
  get fallbackFormat() {
5765
5552
  return N;
5766
5553
  },
5767
- set fallbackFormat(_) {
5768
- N = _, I.fallbackFormat = N;
5554
+ set fallbackFormat(b) {
5555
+ N = b, I.fallbackFormat = N;
5769
5556
  },
5770
5557
  get warnHtmlMessage() {
5771
5558
  return E;
5772
5559
  },
5773
- set warnHtmlMessage(_) {
5774
- E = _, I.warnHtmlMessage = _;
5560
+ set warnHtmlMessage(b) {
5561
+ E = b, I.warnHtmlMessage = b;
5775
5562
  },
5776
5563
  get escapeParameter() {
5777
5564
  return R;
5778
5565
  },
5779
- set escapeParameter(_) {
5780
- R = _, I.escapeParameter = _;
5566
+ set escapeParameter(b) {
5567
+ R = b, I.escapeParameter = b;
5781
5568
  },
5782
5569
  t: ft,
5783
5570
  getLocaleMessage: A,
@@ -5789,11 +5576,11 @@ function Ec(e = {}, t) {
5789
5576
  setMissingHandler: ct,
5790
5577
  [yc]: Pt
5791
5578
  };
5792
- return te.datetimeFormats = dt, te.numberFormats = Ot, te.rt = Tt, te.te = f, te.tm = m, te.d = $t, te.n = St, te.getDateTimeFormat = we, te.setDateTimeFormat = Me, te.mergeDateTimeFormat = Ka, te.getNumberFormat = Ya, te.setNumberFormat = Xa, te.mergeNumberFormat = qa, te[_a] = r, te[xn] = Qe, te[Un] = et, te[Vn] = We, process.env.NODE_ENV !== "production" && (te[Bn] = (_) => {
5793
- I.__v_emitter = _;
5794
- }, te[jn] = () => {
5579
+ return ee.datetimeFormats = dt, ee.numberFormats = Ot, ee.rt = Tt, ee.te = f, ee.tm = m, ee.d = $t, ee.n = St, ee.getDateTimeFormat = we, ee.setDateTimeFormat = Me, ee.mergeDateTimeFormat = Ka, ee.getNumberFormat = Ya, ee.setNumberFormat = Xa, ee.mergeNumberFormat = qa, ee[ba] = r, ee[xn] = et, ee[Un] = tt, ee[Vn] = We, process.env.NODE_ENV !== "production" && (ee[Bn] = (b) => {
5580
+ I.__v_emitter = b;
5581
+ }, ee[jn] = () => {
5795
5582
  I.__v_emitter = void 0;
5796
- }), te;
5583
+ }), ee;
5797
5584
  }
5798
5585
  const cr = {
5799
5586
  tag: {
@@ -5826,7 +5613,7 @@ function Oc({ slots: e }, t) {
5826
5613
  function va(e) {
5827
5614
  return Le;
5828
5615
  }
5829
- ce({
5616
+ de({
5830
5617
  keypath: {
5831
5618
  type: String,
5832
5619
  required: !0
@@ -5834,29 +5621,29 @@ ce({
5834
5621
  plural: {
5835
5622
  type: [Number, String],
5836
5623
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
5837
- validator: (e) => ue(e) || !isNaN(e)
5624
+ validator: (e) => le(e) || !isNaN(e)
5838
5625
  }
5839
5626
  }, cr);
5840
5627
  function Nc(e) {
5841
- return ne(e) && !D(e[0]);
5628
+ return te(e) && !D(e[0]);
5842
5629
  }
5843
5630
  function Ea(e, t, n, r) {
5844
5631
  const { slots: i, attrs: a } = t;
5845
5632
  return () => {
5846
5633
  const o = { part: !0 };
5847
5634
  let s = {};
5848
- e.locale && (o.locale = e.locale), D(e.format) ? o.key = e.format : H(e.format) && (D(e.format.key) && (o.key = e.format.key), s = Object.keys(e.format).reduce((h, O) => n.includes(O) ? ce({}, h, { [O]: e.format[O] }) : h, {}));
5635
+ e.locale && (o.locale = e.locale), D(e.format) ? o.key = e.format : H(e.format) && (D(e.format.key) && (o.key = e.format.key), s = Object.keys(e.format).reduce((h, O) => n.includes(O) ? de({}, h, { [O]: e.format[O] }) : h, {}));
5849
5636
  const l = r(e.value, o, s);
5850
5637
  let u = [o.key];
5851
- ne(l) ? u = l.map((h, O) => {
5638
+ te(l) ? u = l.map((h, O) => {
5852
5639
  const v = i[h.type], y = v ? v({ [h.type]: h.value, index: O, parts: l }) : [h.value];
5853
5640
  return Nc(y) && (y[0].key = `${h.type}-${O}`), y;
5854
5641
  }) : D(l) && (u = [l]);
5855
- const c = ce({}, a), $ = D(e.tag) || H(e.tag) ? e.tag : va();
5642
+ const c = de({}, a), $ = D(e.tag) || H(e.tag) ? e.tag : va();
5856
5643
  return Vi($, c, u);
5857
5644
  };
5858
5645
  }
5859
- ce({
5646
+ de({
5860
5647
  value: {
5861
5648
  type: Number,
5862
5649
  required: !0
@@ -5865,7 +5652,7 @@ ce({
5865
5652
  type: [String, Object]
5866
5653
  }
5867
5654
  }, cr);
5868
- ce({
5655
+ de({
5869
5656
  value: {
5870
5657
  type: [Number, Date],
5871
5658
  required: !0
@@ -5880,25 +5667,25 @@ const Cc = /* @__PURE__ */ He("global-vue-i18n");
5880
5667
  function dn(e = {}) {
5881
5668
  const t = zn();
5882
5669
  if (t == null)
5883
- throw qe(z.MUST_BE_CALL_SETUP_TOP);
5670
+ throw Je(z.MUST_BE_CALL_SETUP_TOP);
5884
5671
  if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
5885
- throw qe(z.NOT_INSTALLED);
5886
- const n = Tc(t), r = Lc(n), i = ba(t), a = Sc(e, i);
5672
+ throw Je(z.NOT_INSTALLED);
5673
+ const n = Tc(t), r = Lc(n), i = _a(t), a = Sc(e, i);
5887
5674
  if (__VUE_I18N_LEGACY_API__ && n.mode === "legacy" && !e.__useComponent) {
5888
5675
  if (!n.allowComposition)
5889
- throw qe(z.NOT_AVAILABLE_IN_LEGACY_MODE);
5676
+ throw Je(z.NOT_AVAILABLE_IN_LEGACY_MODE);
5890
5677
  return Ac(t, a, r, e);
5891
5678
  }
5892
5679
  if (a === "global")
5893
- return _c(r, e, i), r;
5680
+ return bc(r, e, i), r;
5894
5681
  if (a === "parent") {
5895
5682
  let l = Pc(n, t, e.__useComponent);
5896
- return l == null && (process.env.NODE_ENV !== "production" && Je(dr(ve.NOT_FOUND_PARENT_SCOPE)), l = r), l;
5683
+ return l == null && (process.env.NODE_ENV !== "production" && ze(dr(ve.NOT_FOUND_PARENT_SCOPE)), l = r), l;
5897
5684
  }
5898
5685
  const o = n;
5899
5686
  let s = o.__getInstance(t);
5900
5687
  if (s == null) {
5901
- const l = ce({}, e);
5688
+ const l = de({}, e);
5902
5689
  "__i18n" in i && (l.__i18n = i.__i18n), r && (l.__root = r), s = Ec(l), o.__composerExtend && (s[Gn] = o.__composerExtend(s)), wc(o, t, s), o.__setInstance(t, s);
5903
5690
  }
5904
5691
  return s;
@@ -5907,7 +5694,7 @@ function Tc(e) {
5907
5694
  {
5908
5695
  const t = Jn(e.isCE ? Cc : e.appContext.app.__VUE_I18N_SYMBOL__);
5909
5696
  if (!t)
5910
- throw qe(e.isCE ? z.NOT_INSTALLED_WITH_PROVIDE : z.UNEXPECTED_ERROR);
5697
+ throw Je(e.isCE ? z.NOT_INSTALLED_WITH_PROVIDE : z.UNEXPECTED_ERROR);
5911
5698
  return t;
5912
5699
  }
5913
5700
  }
@@ -5927,7 +5714,7 @@ function Pc(e, t, n = !1) {
5927
5714
  r = o.__getInstance(a);
5928
5715
  else if (__VUE_I18N_LEGACY_API__) {
5929
5716
  const s = o.__getInstance(a);
5930
- s != null && (r = s.__composer, n && r && !r[_a] && (r = null));
5717
+ s != null && (r = s.__composer, n && r && !r[ba] && (r = null));
5931
5718
  }
5932
5719
  if (r != null || i === a)
5933
5720
  break;
@@ -5956,13 +5743,13 @@ function wc(e, t, n) {
5956
5743
  function Ac(e, t, n, r = {}) {
5957
5744
  const i = t === "local", a = Bi(null);
5958
5745
  if (i && e.proxy && !(e.proxy.$options.i18n || e.proxy.$options.__i18n))
5959
- throw qe(z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);
5746
+ throw Je(z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);
5960
5747
  const o = Y(r.inheritLocale) ? r.inheritLocale : !D(r.locale), s = K(
5961
5748
  // prettier-ignore
5962
5749
  !i || o ? n.locale.value : D(r.locale) ? r.locale : Ft
5963
5750
  ), l = K(
5964
5751
  // prettier-ignore
5965
- !i || o ? n.fallbackLocale.value : D(r.fallbackLocale) || ne(r.fallbackLocale) || V(r.fallbackLocale) || r.fallbackLocale === !1 ? r.fallbackLocale : s.value
5752
+ !i || o ? n.fallbackLocale.value : D(r.fallbackLocale) || te(r.fallbackLocale) || V(r.fallbackLocale) || r.fallbackLocale === !1 ? r.fallbackLocale : s.value
5966
5753
  ), u = K(ur(s.value, r)), c = K(V(r.datetimeFormats) ? r.datetimeFormats : { [s.value]: {} }), $ = K(V(r.numberFormats) ? r.numberFormats : { [s.value]: {} }), h = i ? n.missingWarn : Y(r.missingWarn) || yt(r.missingWarn) ? r.missingWarn : !0, O = i ? n.fallbackWarn : Y(r.fallbackWarn) || yt(r.fallbackWarn) ? r.fallbackWarn : !0, v = i ? n.fallbackRoot : Y(r.fallbackRoot) ? r.fallbackRoot : !0, y = !!r.fallbackFormat, N = q(r.missing) ? r.missing : null, p = q(r.postTranslation) ? r.postTranslation : null, g = i ? n.warnHtmlMessage : Y(r.warnHtmlMessage) ? r.warnHtmlMessage : !0, C = !!r.escapeParameter, E = i ? n.modifiers : V(r.modifiers) ? r.modifiers : {}, R = r.pluralRules || i && n.pluralRules;
5967
5754
  function w() {
5968
5755
  return [
@@ -5973,21 +5760,21 @@ function Ac(e, t, n, r = {}) {
5973
5760
  $.value
5974
5761
  ];
5975
5762
  }
5976
- const k = de({
5763
+ const k = se({
5977
5764
  get: () => a.value ? a.value.locale.value : s.value,
5978
5765
  set: (d) => {
5979
5766
  a.value && (a.value.locale.value = d), s.value = d;
5980
5767
  }
5981
- }), I = de({
5768
+ }), I = se({
5982
5769
  get: () => a.value ? a.value.fallbackLocale.value : l.value,
5983
5770
  set: (d) => {
5984
5771
  a.value && (a.value.fallbackLocale.value = d), l.value = d;
5985
5772
  }
5986
- }), W = de(() => a.value ? a.value.messages.value : u.value), Q = de(() => c.value), Ce = de(() => $.value);
5773
+ }), W = se(() => a.value ? a.value.messages.value : u.value), Z = se(() => c.value), Te = se(() => $.value);
5987
5774
  function ie() {
5988
5775
  return a.value ? a.value.getPostTranslationHandler() : p;
5989
5776
  }
5990
- function be(d) {
5777
+ function _e(d) {
5991
5778
  a.value && a.value.setPostTranslationHandler(d);
5992
5779
  }
5993
5780
  function dt() {
@@ -6011,7 +5798,7 @@ function Ac(e, t, n, r = {}) {
6011
5798
  function Ct(...d) {
6012
5799
  return a.value ? Ie(() => Reflect.apply(a.value.n, null, [...d])) : Ie(() => "");
6013
5800
  }
6014
- function Te(d) {
5801
+ function Se(d) {
6015
5802
  return a.value ? a.value.tm(d) : {};
6016
5803
  }
6017
5804
  function ft(d, m) {
@@ -6032,16 +5819,16 @@ function Ac(e, t, n, r = {}) {
6032
5819
  function Bt(d, m) {
6033
5820
  a.value && (a.value.setDateTimeFormat(d, m), c.value[d] = m);
6034
5821
  }
6035
- function Ze(d, m) {
5822
+ function Qe(d, m) {
6036
5823
  a.value && a.value.mergeDateTimeFormat(d, m);
6037
5824
  }
6038
- function Qe(d) {
5825
+ function et(d) {
6039
5826
  return a.value ? a.value.getNumberFormat(d) : {};
6040
5827
  }
6041
5828
  function We(d, m) {
6042
5829
  a.value && (a.value.setNumberFormat(d, m), $.value[d] = m);
6043
5830
  }
6044
- function et(d, m) {
5831
+ function tt(d, m) {
6045
5832
  a.value && a.value.mergeNumberFormat(d, m);
6046
5833
  }
6047
5834
  const Pt = {
@@ -6051,8 +5838,8 @@ function Ac(e, t, n, r = {}) {
6051
5838
  locale: k,
6052
5839
  fallbackLocale: I,
6053
5840
  messages: W,
6054
- datetimeFormats: Q,
6055
- numberFormats: Ce,
5841
+ datetimeFormats: Z,
5842
+ numberFormats: Te,
6056
5843
  get inheritLocale() {
6057
5844
  return a.value ? a.value.inheritLocale : o;
6058
5845
  },
@@ -6109,23 +5896,23 @@ function Ac(e, t, n, r = {}) {
6109
5896
  },
6110
5897
  t: ut,
6111
5898
  getPostTranslationHandler: ie,
6112
- setPostTranslationHandler: be,
5899
+ setPostTranslationHandler: _e,
6113
5900
  getMissingHandler: dt,
6114
5901
  setMissingHandler: Ot,
6115
5902
  rt: Nt,
6116
5903
  d: ct,
6117
5904
  n: Ct,
6118
- tm: Te,
5905
+ tm: Se,
6119
5906
  te: ft,
6120
5907
  getLocaleMessage: Tt,
6121
5908
  setLocaleMessage: $t,
6122
5909
  mergeLocaleMessage: St,
6123
5910
  getDateTimeFormat: Lt,
6124
5911
  setDateTimeFormat: Bt,
6125
- mergeDateTimeFormat: Ze,
6126
- getNumberFormat: Qe,
5912
+ mergeDateTimeFormat: Qe,
5913
+ getNumberFormat: et,
6127
5914
  setNumberFormat: We,
6128
- mergeNumberFormat: et
5915
+ mergeNumberFormat: tt
6129
5916
  };
6130
5917
  function f(d) {
6131
5918
  d.locale.value = s.value, d.fallbackLocale.value = l.value, Object.keys(u.value).forEach((m) => {
@@ -6138,7 +5925,7 @@ function Ac(e, t, n, r = {}) {
6138
5925
  }
6139
5926
  return no(() => {
6140
5927
  if (e.proxy == null || e.proxy.$i18n == null)
6141
- throw qe(z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);
5928
+ throw Je(z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);
6142
5929
  const d = a.value = e.proxy.$i18n.__composer;
6143
5930
  t === "global" ? (s.value = d.locale.value, l.value = d.fallbackLocale.value, u.value = d.messages.value, c.value = d.datetimeFormats.value, $.value = d.numberFormats.value) : i && f(d);
6144
5931
  }), Pt;
@@ -6174,7 +5961,7 @@ const Rc = {}, Dc = {
6174
5961
  function xc(e, t) {
6175
5962
  return S(), P("svg", Dc, Mc);
6176
5963
  }
6177
- const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
5964
+ const Oa = /* @__PURE__ */ be(Rc, [["render", xc]]), Uc = {
6178
5965
  key: "popup-content",
6179
5966
  class: "pd-small popup-wrapper"
6180
5967
  }, Vc = {
@@ -6203,22 +5990,22 @@ const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
6203
5990
  key: 0,
6204
5991
  to: "body"
6205
5992
  }, [
6206
- Z(se, {
5993
+ re($e, {
6207
5994
  name: "TransitionTranslateY",
6208
5995
  appear: ""
6209
5996
  }, {
6210
- default: le(() => [
5997
+ default: pe(() => [
6211
5998
  e.isPopupOpen ? (S(), P("div", Uc, [
6212
- Z(se, {
5999
+ re($e, {
6213
6000
  name: "TransitionTranslateY",
6214
6001
  mode: "out-in"
6215
6002
  }, {
6216
- default: le(() => [
6003
+ default: pe(() => [
6217
6004
  e.isPopupOpen ? (S(), P("section", ao({
6218
6005
  key: 0,
6219
6006
  class: "pos-relative z-index-4"
6220
6007
  }, o.$attrs), [
6221
- Z(Oa, {
6008
+ re(Oa, {
6222
6009
  onClick: s[0] || (s[0] = (l) => i()),
6223
6010
  class: "cursor-pointer pos-absolute pos-t-0 pos-r-0 mn-t-semi mn-r-semi hover-scale-1 i-regular z-index-5"
6224
6011
  }),
@@ -6329,7 +6116,7 @@ const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
6329
6116
  at(() => i.select, (h) => {
6330
6117
  a.value = i.property ? l(i.select, i.property, i.options) : i.select;
6331
6118
  });
6332
- const u = de(() => i.select ? i.options.filter((h) => h !== i.select) : i.options), c = () => {
6119
+ const u = se(() => i.select ? i.options.filter((h) => h !== i.select) : i.options), c = () => {
6333
6120
  o.value = !o.value, n(o.value ? "focus" : "blur");
6334
6121
  }, $ = (h) => {
6335
6122
  a.value = h, c(), i.property ? n("update:select", a.value[i.property]) : n("update:select", a.value);
@@ -6337,7 +6124,7 @@ const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
6337
6124
  return (h, O) => {
6338
6125
  var v, y;
6339
6126
  return S(), P(Le, null, [
6340
- Se((S(), P("div", {
6127
+ Ne((S(), P("div", {
6341
6128
  onClick: X(c, ["stop"]),
6342
6129
  class: oe([h.$attrs.class, "cursor-pointer flex-v-center flex-nowrap flex pos-relative"])
6343
6130
  }, [
@@ -6347,32 +6134,34 @@ const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
6347
6134
  L("li", zc, [
6348
6135
  L("span", null, U((v = a.value) != null && v.name ? (y = a.value) == null ? void 0 : y.name : a.value || e.placeholder), 1)
6349
6136
  ]),
6350
- Z(se, {
6137
+ re($e, {
6351
6138
  mode: "out-in",
6352
6139
  name: "TransitionTranslateY"
6353
6140
  }, {
6354
- default: le(() => [
6355
- o.value ? (S(), P("ul", {
6356
- key: 0,
6357
- class: oe([h.$attrs.class, "bs-black pos-absolute pos-t-100 pos-l-0 z-index-5 w-100 mn-t-thin"])
6141
+ default: pe(() => [
6142
+ Ne(L("ul", {
6143
+ class: oe([h.$attrs.class, "bs-black pos-absolute pos-t-100 pos-l-0 z-index-5 w-100 mn-t-thin"]),
6144
+ style: { "min-width": "max-content" }
6358
6145
  }, [
6359
6146
  (S(!0), P(Le, null, At(u.value, (N) => (S(), P("li", {
6360
6147
  onClick: X((p) => $(N), ["stop"])
6361
6148
  }, [
6362
6149
  N ? (S(), P("span", Qc, U(N.name || N), 1)) : x("", !0)
6363
6150
  ], 8, Zc))), 256))
6364
- ], 2)) : x("", !0)
6151
+ ], 2), [
6152
+ [qe, o.value]
6153
+ ])
6365
6154
  ]),
6366
6155
  _: 1
6367
6156
  })
6368
6157
  ], 2)), [
6369
6158
  [Ui(r), s]
6370
6159
  ]),
6371
- Z(se, {
6160
+ re($e, {
6372
6161
  mode: "out-in",
6373
6162
  name: "fade"
6374
6163
  }, {
6375
- default: le(() => [
6164
+ default: pe(() => [
6376
6165
  e.validation ? (S(), P("div", e0, " * " + U(e.validation.message), 1)) : x("", !0)
6377
6166
  ]),
6378
6167
  _: 1
@@ -6380,11 +6169,11 @@ const Oa = /* @__PURE__ */ _e(Rc, [["render", xc]]), Uc = {
6380
6169
  ], 64);
6381
6170
  };
6382
6171
  }
6383
- }, n0 = /* @__PURE__ */ _e(t0, [["__scopeId", "data-v-f58c80d7"]]), r0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6172
+ }, n0 = /* @__PURE__ */ be(t0, [["__scopeId", "data-v-67f55841"]]), r0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6384
6173
  __proto__: null,
6385
6174
  default: n0
6386
6175
  }, Symbol.toStringTag, { value: "Module" }));
6387
- function bn(e) {
6176
+ function _n(e) {
6388
6177
  return e === 0 ? !1 : Array.isArray(e) && e.length === 0 ? !0 : !e;
6389
6178
  }
6390
6179
  function i0(e) {
@@ -6542,7 +6331,7 @@ const Si = (...e) => (t) => e.reduce((n, r) => r(n), t), l0 = {
6542
6331
  customLabel: {
6543
6332
  type: Function,
6544
6333
  default(e, t) {
6545
- return bn(e) ? "" : t ? e[t] : e;
6334
+ return _n(e) ? "" : t ? e[t] : e;
6546
6335
  }
6547
6336
  },
6548
6337
  /**
@@ -6777,14 +6566,14 @@ const Si = (...e) => (t) => e.reduce((n, r) => r(n), t), l0 = {
6777
6566
  * @returns {Object||String}
6778
6567
  */
6779
6568
  getOptionLabel(e) {
6780
- if (bn(e))
6569
+ if (_n(e))
6781
6570
  return "";
6782
6571
  if (e.isTag)
6783
6572
  return e.label;
6784
6573
  if (e.$isLabel)
6785
6574
  return e.$groupLabel;
6786
6575
  const t = this.customLabel(e, this.label);
6787
- return bn(t) ? "" : t;
6576
+ return _n(t) ? "" : t;
6788
6577
  },
6789
6578
  /**
6790
6579
  * Add the given option to the list of selected options
@@ -7206,7 +6995,7 @@ const Si = (...e) => (t) => e.reduce((n, r) => r(n), t), l0 = {
7206
6995
  }, c0 = ["tabindex", "aria-owns"], f0 = {
7207
6996
  ref: "tags",
7208
6997
  class: "multiselect__tags"
7209
- }, $0 = { class: "multiselect__tags-wrap" }, p0 = ["textContent"], h0 = ["onKeypress", "onMousedown"], m0 = ["textContent"], g0 = { class: "multiselect__spinner" }, y0 = ["name", "id", "placeholder", "value", "disabled", "tabindex", "aria-controls"], _0 = ["id"], b0 = { key: 0 }, v0 = { class: "multiselect__option" }, E0 = ["id", "role"], O0 = ["onClick", "onMouseenter", "data-select", "data-selected", "data-deselect"], N0 = ["data-select", "data-deselect", "onMouseenter", "onMousedown"], C0 = { class: "multiselect__option" }, T0 = { class: "multiselect__option" };
6998
+ }, $0 = { class: "multiselect__tags-wrap" }, p0 = ["textContent"], h0 = ["onKeypress", "onMousedown"], m0 = ["textContent"], g0 = { class: "multiselect__spinner" }, y0 = ["name", "id", "placeholder", "value", "disabled", "tabindex", "aria-controls"], b0 = ["id"], _0 = { key: 0 }, v0 = { class: "multiselect__option" }, E0 = ["id", "role"], O0 = ["onClick", "onMouseenter", "data-select", "data-selected", "data-deselect"], N0 = ["data-select", "data-deselect", "onMouseenter", "onMousedown"], C0 = { class: "multiselect__option" }, T0 = { class: "multiselect__option" };
7210
6999
  function S0(e, t, n, r, i, a) {
7211
7000
  return S(), P("div", {
7212
7001
  tabindex: e.searchable ? -1 : n.tabindex,
@@ -7236,7 +7025,7 @@ function S0(e, t, n, r, i, a) {
7236
7025
  values: a.visibleValues,
7237
7026
  isOpen: e.isOpen
7238
7027
  }, () => [
7239
- Se(L("div", $0, [
7028
+ Ne(L("div", $0, [
7240
7029
  (S(!0), P(Le, null, At(a.visibleValues, (o, s) => J(e.$slots, "tag", {
7241
7030
  option: o,
7242
7031
  search: e.search,
@@ -7258,7 +7047,7 @@ function S0(e, t, n, r, i, a) {
7258
7047
  ]))
7259
7048
  ])), 256))
7260
7049
  ], 512), [
7261
- [it, a.visibleValues.length > 0]
7050
+ [qe, a.visibleValues.length > 0]
7262
7051
  ]),
7263
7052
  e.internalValue && e.internalValue.length > n.limit ? J(e.$slots, "limit", { key: 0 }, () => [
7264
7053
  L("strong", {
@@ -7267,11 +7056,11 @@ function S0(e, t, n, r, i, a) {
7267
7056
  }, null, 8, m0)
7268
7057
  ]) : x("", !0)
7269
7058
  ]),
7270
- Z(se, { name: "multiselect__loading" }, {
7271
- default: le(() => [
7059
+ re($e, { name: "multiselect__loading" }, {
7060
+ default: pe(() => [
7272
7061
  J(e.$slots, "loading", {}, () => [
7273
- Se(L("div", g0, null, 512), [
7274
- [it, n.loading]
7062
+ Ne(L("div", g0, null, 512), [
7063
+ [qe, n.loading]
7275
7064
  ])
7276
7065
  ])
7277
7066
  ]),
@@ -7322,9 +7111,9 @@ function S0(e, t, n, r, i, a) {
7322
7111
  ])
7323
7112
  ], 32)) : x("", !0)
7324
7113
  ], 512),
7325
- Z(se, { name: "multiselect" }, {
7326
- default: le(() => [
7327
- Se(L("div", {
7114
+ re($e, { name: "multiselect" }, {
7115
+ default: pe(() => [
7116
+ Ne(L("div", {
7328
7117
  class: oe(["multiselect__content-wrapper", e.$attrs.class]),
7329
7118
  onFocus: t[11] || (t[11] = (...o) => e.activate && e.activate(...o)),
7330
7119
  tabindex: "-1",
@@ -7340,7 +7129,7 @@ function S0(e, t, n, r, i, a) {
7340
7129
  id: "listbox-" + e.id
7341
7130
  }, [
7342
7131
  J(e.$slots, "beforeList"),
7343
- e.multiple && e.max === e.internalValue.length ? (S(), P("li", b0, [
7132
+ e.multiple && e.max === e.internalValue.length ? (S(), P("li", _0, [
7344
7133
  L("span", v0, [
7345
7134
  J(e.$slots, "maxElements", {}, () => [
7346
7135
  Oe("Maximum of " + U(e.max) + " options selected. First remove a selected option to select another.", 1)
@@ -7387,35 +7176,35 @@ function S0(e, t, n, r, i, a) {
7387
7176
  ])
7388
7177
  ], 42, N0)) : x("", !0)
7389
7178
  ], 8, E0))), 128)) : x("", !0),
7390
- Se(L("li", null, [
7179
+ Ne(L("li", null, [
7391
7180
  L("span", C0, [
7392
7181
  J(e.$slots, "noResult", { search: e.search }, () => [
7393
7182
  Oe("No elements found. Consider changing the search query.")
7394
7183
  ])
7395
7184
  ])
7396
7185
  ], 512), [
7397
- [it, n.showNoResults && e.filteredOptions.length === 0 && e.search && !n.loading]
7186
+ [qe, n.showNoResults && e.filteredOptions.length === 0 && e.search && !n.loading]
7398
7187
  ]),
7399
- Se(L("li", null, [
7188
+ Ne(L("li", null, [
7400
7189
  L("span", T0, [
7401
7190
  J(e.$slots, "noOptions", {}, () => [
7402
7191
  Oe("List is empty.")
7403
7192
  ])
7404
7193
  ])
7405
7194
  ], 512), [
7406
- [it, n.showNoOptions && (e.options.length === 0 || a.hasOptionGroup === !0 && e.filteredOptions.length === 0) && !e.search && !n.loading]
7195
+ [qe, n.showNoOptions && (e.options.length === 0 || a.hasOptionGroup === !0 && e.filteredOptions.length === 0) && !e.search && !n.loading]
7407
7196
  ]),
7408
7197
  J(e.$slots, "afterList")
7409
- ], 12, _0)
7198
+ ], 12, b0)
7410
7199
  ], 38), [
7411
- [it, e.isOpen]
7200
+ [qe, e.isOpen]
7412
7201
  ])
7413
7202
  ]),
7414
7203
  _: 3
7415
7204
  })
7416
7205
  ], 42, c0);
7417
7206
  }
7418
- const L0 = /* @__PURE__ */ _e(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7207
+ const L0 = /* @__PURE__ */ be(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7419
7208
  __proto__: null,
7420
7209
  default: L0
7421
7210
  }, Symbol.toStringTag, { value: "Module" })), I0 = {
@@ -7438,8 +7227,8 @@ const L0 = /* @__PURE__ */ _e(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object
7438
7227
  }, [
7439
7228
  J(r.$slots, "header", { isOpen: n.value })
7440
7229
  ]),
7441
- Z(se, { name: "collapse" }, {
7442
- default: le(() => [
7230
+ re($e, { name: "collapse" }, {
7231
+ default: pe(() => [
7443
7232
  n.value ? (S(), P("div", I0, [
7444
7233
  J(r.$slots, "content")
7445
7234
  ])) : x("", !0)
@@ -7474,7 +7263,7 @@ const L0 = /* @__PURE__ */ _e(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object
7474
7263
  function s() {
7475
7264
  return `${100 / r.tabs.length}%`;
7476
7265
  }
7477
- const l = de(() => ({ left: o(i.value), width: s() }));
7266
+ const l = se(() => ({ left: o(i.value), width: s() }));
7478
7267
  return (u, c) => (S(), P("div", R0, [
7479
7268
  L("div", D0, [
7480
7269
  (S(!0), P(Le, null, At(e.tabs, ($, h) => (S(), P("div", {
@@ -7532,7 +7321,7 @@ const L0 = /* @__PURE__ */ _e(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object
7532
7321
  }, U(e.text), 5)
7533
7322
  ], 32));
7534
7323
  }
7535
- }, U0 = /* @__PURE__ */ _e(x0, [["__scopeId", "data-v-0065753a"]]), V0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7324
+ }, U0 = /* @__PURE__ */ be(x0, [["__scopeId", "data-v-0065753a"]]), V0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7536
7325
  __proto__: null,
7537
7326
  default: U0
7538
7327
  }, Symbol.toStringTag, { value: "Module" })), B0 = {
@@ -7546,9 +7335,9 @@ const L0 = /* @__PURE__ */ _e(u0, [["render", S0]]), P0 = /* @__PURE__ */ Object
7546
7335
  showToggleText: { type: Boolean, default: !1 }
7547
7336
  },
7548
7337
  setup(e) {
7549
- const t = e, n = K(!1), r = de(() => t.text.length > t.maxLen ? t.text.slice(0, t.maxLen) + "..." : t.text), i = de(() => t.text), a = () => {
7338
+ const t = e, n = K(!1), r = se(() => t.text.length > t.maxLen ? t.text.slice(0, t.maxLen) + "..." : t.text), i = se(() => t.text), a = () => {
7550
7339
  n.value = !n.value;
7551
- }, o = de(() => n.value ? i.value : r.value), s = de(() => t.text.length > t.maxLen), l = de(() => n.value ? "Hide" : "Show more");
7340
+ }, o = se(() => n.value ? i.value : r.value), s = se(() => t.text.length > t.maxLen), l = se(() => n.value ? "Hide" : "Show more");
7552
7341
  return (u, c) => (S(), P("span", {
7553
7342
  onClick: a,
7554
7343
  class: ""
@@ -7571,22 +7360,22 @@ const { toString: H0 } = Object.prototype, { getPrototypeOf: fr } = Object, un =
7571
7360
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
7572
7361
  })(/* @__PURE__ */ Object.create(null)), Fe = (e) => (e = e.toLowerCase(), (t) => un(t) === e), cn = (e) => (t) => typeof t === e, { isArray: Et } = Array, xt = cn("undefined");
7573
7362
  function W0(e) {
7574
- return e !== null && !xt(e) && e.constructor !== null && !xt(e.constructor) && Ne(e.constructor.isBuffer) && e.constructor.isBuffer(e);
7363
+ return e !== null && !xt(e) && e.constructor !== null && !xt(e.constructor) && Ce(e.constructor.isBuffer) && e.constructor.isBuffer(e);
7575
7364
  }
7576
7365
  const Ta = Fe("ArrayBuffer");
7577
7366
  function K0(e) {
7578
7367
  let t;
7579
7368
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Ta(e.buffer), t;
7580
7369
  }
7581
- const Y0 = cn("string"), Ne = cn("function"), Sa = cn("number"), fn = (e) => e !== null && typeof e == "object", X0 = (e) => e === !0 || e === !1, Yt = (e) => {
7370
+ const Y0 = cn("string"), Ce = cn("function"), Sa = cn("number"), fn = (e) => e !== null && typeof e == "object", X0 = (e) => e === !0 || e === !1, Yt = (e) => {
7582
7371
  if (un(e) !== "object")
7583
7372
  return !1;
7584
7373
  const t = fr(e);
7585
7374
  return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
7586
- }, q0 = Fe("Date"), J0 = Fe("File"), z0 = Fe("Blob"), Z0 = Fe("FileList"), Q0 = (e) => fn(e) && Ne(e.pipe), e1 = (e) => {
7375
+ }, q0 = Fe("Date"), J0 = Fe("File"), z0 = Fe("Blob"), Z0 = Fe("FileList"), Q0 = (e) => fn(e) && Ce(e.pipe), e1 = (e) => {
7587
7376
  let t;
7588
- return e && (typeof FormData == "function" && e instanceof FormData || Ne(e.append) && ((t = un(e)) === "formdata" || // detect form-data instance
7589
- t === "object" && Ne(e.toString) && e.toString() === "[object FormData]"));
7377
+ return e && (typeof FormData == "function" && e instanceof FormData || Ce(e.append) && ((t = un(e)) === "formdata" || // detect form-data instance
7378
+ t === "object" && Ce(e.toString) && e.toString() === "[object FormData]"));
7590
7379
  }, t1 = Fe("URLSearchParams"), n1 = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
7591
7380
  function Ut(e, t, { allOwnKeys: n = !1 } = {}) {
7592
7381
  if (e === null || typeof e > "u")
@@ -7622,7 +7411,7 @@ function Hn() {
7622
7411
  return t;
7623
7412
  }
7624
7413
  const r1 = (e, t, n, { allOwnKeys: r } = {}) => (Ut(t, (i, a) => {
7625
- n && Ne(i) ? e[a] = Ca(i, n) : e[a] = i;
7414
+ n && Ce(i) ? e[a] = Ca(i, n) : e[a] = i;
7626
7415
  }, { allOwnKeys: r }), e), i1 = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), a1 = (e, t, n, r) => {
7627
7416
  e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
7628
7417
  value: t.prototype
@@ -7680,10 +7469,10 @@ const r1 = (e, t, n, { allOwnKeys: r } = {}) => (Ut(t, (i, a) => {
7680
7469
  }), Object.defineProperties(e, r);
7681
7470
  }, h1 = (e) => {
7682
7471
  wa(e, (t, n) => {
7683
- if (Ne(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
7472
+ if (Ce(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
7684
7473
  return !1;
7685
7474
  const r = e[n];
7686
- if (Ne(r)) {
7475
+ if (Ce(r)) {
7687
7476
  if (t.enumerable = !1, "writable" in t) {
7688
7477
  t.writable = !1;
7689
7478
  return;
@@ -7705,15 +7494,15 @@ const r1 = (e, t, n, { allOwnKeys: r } = {}) => (Ut(t, (i, a) => {
7705
7494
  DIGIT: Pi,
7706
7495
  ALPHA: En,
7707
7496
  ALPHA_DIGIT: En + En.toUpperCase() + Pi
7708
- }, _1 = (e = 16, t = Aa.ALPHA_DIGIT) => {
7497
+ }, b1 = (e = 16, t = Aa.ALPHA_DIGIT) => {
7709
7498
  let n = "";
7710
7499
  const { length: r } = t;
7711
7500
  for (; e--; )
7712
7501
  n += t[Math.random() * r | 0];
7713
7502
  return n;
7714
7503
  };
7715
- function b1(e) {
7716
- return !!(e && Ne(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
7504
+ function _1(e) {
7505
+ return !!(e && Ce(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
7717
7506
  }
7718
7507
  const v1 = (e) => {
7719
7508
  const t = new Array(10), n = (r, i) => {
@@ -7732,7 +7521,7 @@ const v1 = (e) => {
7732
7521
  return r;
7733
7522
  };
7734
7523
  return n(e, 0);
7735
- }, E1 = Fe("AsyncFunction"), O1 = (e) => e && (fn(e) || Ne(e)) && Ne(e.then) && Ne(e.catch), b = {
7524
+ }, E1 = Fe("AsyncFunction"), O1 = (e) => e && (fn(e) || Ce(e)) && Ce(e.then) && Ce(e.catch), _ = {
7736
7525
  isArray: Et,
7737
7526
  isArrayBuffer: Ta,
7738
7527
  isBuffer: W0,
@@ -7748,7 +7537,7 @@ const v1 = (e) => {
7748
7537
  isFile: J0,
7749
7538
  isBlob: z0,
7750
7539
  isRegExp: p1,
7751
- isFunction: Ne,
7540
+ isFunction: Ce,
7752
7541
  isStream: Q0,
7753
7542
  isURLSearchParams: t1,
7754
7543
  isTypedArray: d1,
@@ -7780,8 +7569,8 @@ const v1 = (e) => {
7780
7569
  global: Pa,
7781
7570
  isContextDefined: Ia,
7782
7571
  ALPHABET: Aa,
7783
- generateString: _1,
7784
- isSpecCompliantForm: b1,
7572
+ generateString: b1,
7573
+ isSpecCompliantForm: _1,
7785
7574
  toJSONObject: v1,
7786
7575
  isAsyncFn: E1,
7787
7576
  isThenable: O1
@@ -7789,7 +7578,7 @@ const v1 = (e) => {
7789
7578
  function B(e, t, n, r, i) {
7790
7579
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), i && (this.response = i);
7791
7580
  }
7792
- b.inherits(B, Error, {
7581
+ _.inherits(B, Error, {
7793
7582
  toJSON: function() {
7794
7583
  return {
7795
7584
  // Standard
@@ -7804,7 +7593,7 @@ b.inherits(B, Error, {
7804
7593
  columnNumber: this.columnNumber,
7805
7594
  stack: this.stack,
7806
7595
  // Axios
7807
- config: b.toJSONObject(this.config),
7596
+ config: _.toJSONObject(this.config),
7808
7597
  code: this.code,
7809
7598
  status: this.response && this.response.status ? this.response.status : null
7810
7599
  };
@@ -7832,16 +7621,16 @@ Object.defineProperties(B, Da);
7832
7621
  Object.defineProperty(Ra, "isAxiosError", { value: !0 });
7833
7622
  B.from = (e, t, n, r, i, a) => {
7834
7623
  const o = Object.create(Ra);
7835
- return b.toFlatObject(e, o, function(l) {
7624
+ return _.toFlatObject(e, o, function(l) {
7836
7625
  return l !== Error.prototype;
7837
7626
  }, (s) => s !== "isAxiosError"), B.call(o, e.message, t, n, r, i), o.cause = e, o.name = e.name, a && Object.assign(o, a), o;
7838
7627
  };
7839
7628
  const N1 = null;
7840
7629
  function Wn(e) {
7841
- return b.isPlainObject(e) || b.isArray(e);
7630
+ return _.isPlainObject(e) || _.isArray(e);
7842
7631
  }
7843
7632
  function ka(e) {
7844
- return b.endsWith(e, "[]") ? e.slice(0, -2) : e;
7633
+ return _.endsWith(e, "[]") ? e.slice(0, -2) : e;
7845
7634
  }
7846
7635
  function Ii(e, t, n) {
7847
7636
  return e ? e.concat(t).map(function(i, a) {
@@ -7849,41 +7638,41 @@ function Ii(e, t, n) {
7849
7638
  }).join(n ? "." : "") : t;
7850
7639
  }
7851
7640
  function C1(e) {
7852
- return b.isArray(e) && !e.some(Wn);
7641
+ return _.isArray(e) && !e.some(Wn);
7853
7642
  }
7854
- const T1 = b.toFlatObject(b, {}, null, function(t) {
7643
+ const T1 = _.toFlatObject(_, {}, null, function(t) {
7855
7644
  return /^is[A-Z]/.test(t);
7856
7645
  });
7857
7646
  function $n(e, t, n) {
7858
- if (!b.isObject(e))
7647
+ if (!_.isObject(e))
7859
7648
  throw new TypeError("target must be an object");
7860
- t = t || new FormData(), n = b.toFlatObject(n, {
7649
+ t = t || new FormData(), n = _.toFlatObject(n, {
7861
7650
  metaTokens: !0,
7862
7651
  dots: !1,
7863
7652
  indexes: !1
7864
7653
  }, !1, function(y, N) {
7865
- return !b.isUndefined(N[y]);
7654
+ return !_.isUndefined(N[y]);
7866
7655
  });
7867
- const r = n.metaTokens, i = n.visitor || c, a = n.dots, o = n.indexes, l = (n.Blob || typeof Blob < "u" && Blob) && b.isSpecCompliantForm(t);
7868
- if (!b.isFunction(i))
7656
+ const r = n.metaTokens, i = n.visitor || c, a = n.dots, o = n.indexes, l = (n.Blob || typeof Blob < "u" && Blob) && _.isSpecCompliantForm(t);
7657
+ if (!_.isFunction(i))
7869
7658
  throw new TypeError("visitor must be a function");
7870
7659
  function u(v) {
7871
7660
  if (v === null)
7872
7661
  return "";
7873
- if (b.isDate(v))
7662
+ if (_.isDate(v))
7874
7663
  return v.toISOString();
7875
- if (!l && b.isBlob(v))
7664
+ if (!l && _.isBlob(v))
7876
7665
  throw new B("Blob is not supported. Use a Buffer instead.");
7877
- return b.isArrayBuffer(v) || b.isTypedArray(v) ? l && typeof Blob == "function" ? new Blob([v]) : Buffer.from(v) : v;
7666
+ return _.isArrayBuffer(v) || _.isTypedArray(v) ? l && typeof Blob == "function" ? new Blob([v]) : Buffer.from(v) : v;
7878
7667
  }
7879
7668
  function c(v, y, N) {
7880
7669
  let p = v;
7881
7670
  if (v && !N && typeof v == "object") {
7882
- if (b.endsWith(y, "{}"))
7671
+ if (_.endsWith(y, "{}"))
7883
7672
  y = r ? y : y.slice(0, -2), v = JSON.stringify(v);
7884
- else if (b.isArray(v) && C1(v) || (b.isFileList(v) || b.endsWith(y, "[]")) && (p = b.toArray(v)))
7673
+ else if (_.isArray(v) && C1(v) || (_.isFileList(v) || _.endsWith(y, "[]")) && (p = _.toArray(v)))
7885
7674
  return y = ka(y), p.forEach(function(C, E) {
7886
- !(b.isUndefined(C) || C === null) && t.append(
7675
+ !(_.isUndefined(C) || C === null) && t.append(
7887
7676
  // eslint-disable-next-line no-nested-ternary
7888
7677
  o === !0 ? Ii([y], E, a) : o === null ? y : y + "[]",
7889
7678
  u(C)
@@ -7898,21 +7687,21 @@ function $n(e, t, n) {
7898
7687
  isVisitable: Wn
7899
7688
  });
7900
7689
  function O(v, y) {
7901
- if (!b.isUndefined(v)) {
7690
+ if (!_.isUndefined(v)) {
7902
7691
  if ($.indexOf(v) !== -1)
7903
7692
  throw Error("Circular reference detected in " + y.join("."));
7904
- $.push(v), b.forEach(v, function(p, g) {
7905
- (!(b.isUndefined(p) || p === null) && i.call(
7693
+ $.push(v), _.forEach(v, function(p, g) {
7694
+ (!(_.isUndefined(p) || p === null) && i.call(
7906
7695
  t,
7907
7696
  p,
7908
- b.isString(g) ? g.trim() : g,
7697
+ _.isString(g) ? g.trim() : g,
7909
7698
  y,
7910
7699
  h
7911
7700
  )) === !0 && O(p, y ? y.concat(g) : [g]);
7912
7701
  }), $.pop();
7913
7702
  }
7914
7703
  }
7915
- if (!b.isObject(e))
7704
+ if (!_.isObject(e))
7916
7705
  throw new TypeError("data must be an object");
7917
7706
  return O(e), t;
7918
7707
  }
@@ -7953,7 +7742,7 @@ function Ma(e, t, n) {
7953
7742
  return e;
7954
7743
  const r = n && n.encode || S1, i = n && n.serialize;
7955
7744
  let a;
7956
- if (i ? a = i(t, n) : a = b.isURLSearchParams(t) ? t.toString() : new $r(t, n).toString(r), a) {
7745
+ if (i ? a = i(t, n) : a = _.isURLSearchParams(t) ? t.toString() : new $r(t, n).toString(r), a) {
7957
7746
  const o = e.indexOf("#");
7958
7747
  o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + a;
7959
7748
  }
@@ -8008,7 +7797,7 @@ class Ai {
8008
7797
  * @returns {void}
8009
7798
  */
8010
7799
  forEach(t) {
8011
- b.forEach(this.handlers, function(r) {
7800
+ _.forEach(this.handlers, function(r) {
8012
7801
  r !== null && t(r);
8013
7802
  });
8014
7803
  }
@@ -8038,12 +7827,12 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", D1
8038
7827
  function k1(e, t) {
8039
7828
  return $n(e, new ke.classes.URLSearchParams(), Object.assign({
8040
7829
  visitor: function(n, r, i, a) {
8041
- return ke.isNode && b.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
7830
+ return ke.isNode && _.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
8042
7831
  }
8043
7832
  }, t));
8044
7833
  }
8045
7834
  function F1(e) {
8046
- return b.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
7835
+ return _.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
8047
7836
  }
8048
7837
  function M1(e) {
8049
7838
  const t = {}, n = Object.keys(e);
@@ -8060,20 +7849,20 @@ function Va(e) {
8060
7849
  if (o === "__proto__")
8061
7850
  return !0;
8062
7851
  const s = Number.isFinite(+o), l = a >= n.length;
8063
- return o = !o && b.isArray(i) ? i.length : o, l ? (b.hasOwnProp(i, o) ? i[o] = [i[o], r] : i[o] = r, !s) : ((!i[o] || !b.isObject(i[o])) && (i[o] = []), t(n, r, i[o], a) && b.isArray(i[o]) && (i[o] = M1(i[o])), !s);
7852
+ return o = !o && _.isArray(i) ? i.length : o, l ? (_.hasOwnProp(i, o) ? i[o] = [i[o], r] : i[o] = r, !s) : ((!i[o] || !_.isObject(i[o])) && (i[o] = []), t(n, r, i[o], a) && _.isArray(i[o]) && (i[o] = M1(i[o])), !s);
8064
7853
  }
8065
- if (b.isFormData(e) && b.isFunction(e.entries)) {
7854
+ if (_.isFormData(e) && _.isFunction(e.entries)) {
8066
7855
  const n = {};
8067
- return b.forEachEntry(e, (r, i) => {
7856
+ return _.forEachEntry(e, (r, i) => {
8068
7857
  t(F1(r), i, n, 0);
8069
7858
  }), n;
8070
7859
  }
8071
7860
  return null;
8072
7861
  }
8073
7862
  function x1(e, t, n) {
8074
- if (b.isString(e))
7863
+ if (_.isString(e))
8075
7864
  try {
8076
- return (t || JSON.parse)(e), b.trim(e);
7865
+ return (t || JSON.parse)(e), _.trim(e);
8077
7866
  } catch (r) {
8078
7867
  if (r.name !== "SyntaxError")
8079
7868
  throw r;
@@ -8084,20 +7873,20 @@ const pr = {
8084
7873
  transitional: xa,
8085
7874
  adapter: ["xhr", "http"],
8086
7875
  transformRequest: [function(t, n) {
8087
- const r = n.getContentType() || "", i = r.indexOf("application/json") > -1, a = b.isObject(t);
8088
- if (a && b.isHTMLForm(t) && (t = new FormData(t)), b.isFormData(t))
7876
+ const r = n.getContentType() || "", i = r.indexOf("application/json") > -1, a = _.isObject(t);
7877
+ if (a && _.isHTMLForm(t) && (t = new FormData(t)), _.isFormData(t))
8089
7878
  return i ? JSON.stringify(Va(t)) : t;
8090
- if (b.isArrayBuffer(t) || b.isBuffer(t) || b.isStream(t) || b.isFile(t) || b.isBlob(t))
7879
+ if (_.isArrayBuffer(t) || _.isBuffer(t) || _.isStream(t) || _.isFile(t) || _.isBlob(t))
8091
7880
  return t;
8092
- if (b.isArrayBufferView(t))
7881
+ if (_.isArrayBufferView(t))
8093
7882
  return t.buffer;
8094
- if (b.isURLSearchParams(t))
7883
+ if (_.isURLSearchParams(t))
8095
7884
  return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
8096
7885
  let s;
8097
7886
  if (a) {
8098
7887
  if (r.indexOf("application/x-www-form-urlencoded") > -1)
8099
7888
  return k1(t, this.formSerializer).toString();
8100
- if ((s = b.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
7889
+ if ((s = _.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
8101
7890
  const l = this.env && this.env.FormData;
8102
7891
  return $n(
8103
7892
  s ? { "files[]": t } : t,
@@ -8110,7 +7899,7 @@ const pr = {
8110
7899
  }],
8111
7900
  transformResponse: [function(t) {
8112
7901
  const n = this.transitional || pr.transitional, r = n && n.forcedJSONParsing, i = this.responseType === "json";
8113
- if (t && b.isString(t) && (r && !this.responseType || i)) {
7902
+ if (t && _.isString(t) && (r && !this.responseType || i)) {
8114
7903
  const o = !(n && n.silentJSONParsing) && i;
8115
7904
  try {
8116
7905
  return JSON.parse(t);
@@ -8144,10 +7933,10 @@ const pr = {
8144
7933
  }
8145
7934
  }
8146
7935
  };
8147
- b.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
7936
+ _.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
8148
7937
  pr.headers[e] = {};
8149
7938
  });
8150
- const hr = pr, U1 = b.toObjectSet([
7939
+ const hr = pr, U1 = _.toObjectSet([
8151
7940
  "age",
8152
7941
  "authorization",
8153
7942
  "content-length",
@@ -8177,7 +7966,7 @@ function wt(e) {
8177
7966
  return e && String(e).trim().toLowerCase();
8178
7967
  }
8179
7968
  function Xt(e) {
8180
- return e === !1 || e == null ? e : b.isArray(e) ? e.map(Xt) : String(e);
7969
+ return e === !1 || e == null ? e : _.isArray(e) ? e.map(Xt) : String(e);
8181
7970
  }
8182
7971
  function B1(e) {
8183
7972
  const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
@@ -8188,12 +7977,12 @@ function B1(e) {
8188
7977
  }
8189
7978
  const j1 = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
8190
7979
  function On(e, t, n, r, i) {
8191
- if (b.isFunction(r))
7980
+ if (_.isFunction(r))
8192
7981
  return r.call(this, t, n);
8193
- if (i && (t = n), !!b.isString(t)) {
8194
- if (b.isString(r))
7982
+ if (i && (t = n), !!_.isString(t)) {
7983
+ if (_.isString(r))
8195
7984
  return t.indexOf(r) !== -1;
8196
- if (b.isRegExp(r))
7985
+ if (_.isRegExp(r))
8197
7986
  return r.test(t);
8198
7987
  }
8199
7988
  }
@@ -8201,7 +7990,7 @@ function G1(e) {
8201
7990
  return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
8202
7991
  }
8203
7992
  function H1(e, t) {
8204
- const n = b.toCamelCase(" " + t);
7993
+ const n = _.toCamelCase(" " + t);
8205
7994
  ["get", "set", "has"].forEach((r) => {
8206
7995
  Object.defineProperty(e, r + n, {
8207
7996
  value: function(i, a, o) {
@@ -8221,24 +8010,24 @@ class pn {
8221
8010
  const c = wt(l);
8222
8011
  if (!c)
8223
8012
  throw new Error("header name must be a non-empty string");
8224
- const $ = b.findKey(i, c);
8013
+ const $ = _.findKey(i, c);
8225
8014
  (!$ || i[$] === void 0 || u === !0 || u === void 0 && i[$] !== !1) && (i[$ || l] = Xt(s));
8226
8015
  }
8227
- const o = (s, l) => b.forEach(s, (u, c) => a(u, c, l));
8228
- return b.isPlainObject(t) || t instanceof this.constructor ? o(t, n) : b.isString(t) && (t = t.trim()) && !j1(t) ? o(V1(t), n) : t != null && a(n, t, r), this;
8016
+ const o = (s, l) => _.forEach(s, (u, c) => a(u, c, l));
8017
+ return _.isPlainObject(t) || t instanceof this.constructor ? o(t, n) : _.isString(t) && (t = t.trim()) && !j1(t) ? o(V1(t), n) : t != null && a(n, t, r), this;
8229
8018
  }
8230
8019
  get(t, n) {
8231
8020
  if (t = wt(t), t) {
8232
- const r = b.findKey(this, t);
8021
+ const r = _.findKey(this, t);
8233
8022
  if (r) {
8234
8023
  const i = this[r];
8235
8024
  if (!n)
8236
8025
  return i;
8237
8026
  if (n === !0)
8238
8027
  return B1(i);
8239
- if (b.isFunction(n))
8028
+ if (_.isFunction(n))
8240
8029
  return n.call(this, i, r);
8241
- if (b.isRegExp(n))
8030
+ if (_.isRegExp(n))
8242
8031
  return n.exec(i);
8243
8032
  throw new TypeError("parser must be boolean|regexp|function");
8244
8033
  }
@@ -8246,7 +8035,7 @@ class pn {
8246
8035
  }
8247
8036
  has(t, n) {
8248
8037
  if (t = wt(t), t) {
8249
- const r = b.findKey(this, t);
8038
+ const r = _.findKey(this, t);
8250
8039
  return !!(r && this[r] !== void 0 && (!n || On(this, this[r], r, n)));
8251
8040
  }
8252
8041
  return !1;
@@ -8256,11 +8045,11 @@ class pn {
8256
8045
  let i = !1;
8257
8046
  function a(o) {
8258
8047
  if (o = wt(o), o) {
8259
- const s = b.findKey(r, o);
8048
+ const s = _.findKey(r, o);
8260
8049
  s && (!n || On(r, r[s], s, n)) && (delete r[s], i = !0);
8261
8050
  }
8262
8051
  }
8263
- return b.isArray(t) ? t.forEach(a) : a(t), i;
8052
+ return _.isArray(t) ? t.forEach(a) : a(t), i;
8264
8053
  }
8265
8054
  clear(t) {
8266
8055
  const n = Object.keys(this);
@@ -8273,8 +8062,8 @@ class pn {
8273
8062
  }
8274
8063
  normalize(t) {
8275
8064
  const n = this, r = {};
8276
- return b.forEach(this, (i, a) => {
8277
- const o = b.findKey(r, a);
8065
+ return _.forEach(this, (i, a) => {
8066
+ const o = _.findKey(r, a);
8278
8067
  if (o) {
8279
8068
  n[o] = Xt(i), delete n[a];
8280
8069
  return;
@@ -8288,8 +8077,8 @@ class pn {
8288
8077
  }
8289
8078
  toJSON(t) {
8290
8079
  const n = /* @__PURE__ */ Object.create(null);
8291
- return b.forEach(this, (r, i) => {
8292
- r != null && r !== !1 && (n[i] = t && b.isArray(r) ? r.join(", ") : r);
8080
+ return _.forEach(this, (r, i) => {
8081
+ r != null && r !== !1 && (n[i] = t && _.isArray(r) ? r.join(", ") : r);
8293
8082
  }), n;
8294
8083
  }
8295
8084
  [Symbol.iterator]() {
@@ -8317,11 +8106,11 @@ class pn {
8317
8106
  const s = wt(o);
8318
8107
  r[s] || (H1(i, o), r[s] = !0);
8319
8108
  }
8320
- return b.isArray(t) ? t.forEach(a) : a(t), this;
8109
+ return _.isArray(t) ? t.forEach(a) : a(t), this;
8321
8110
  }
8322
8111
  }
8323
8112
  pn.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
8324
- b.reduceDescriptors(pn.prototype, ({ value: e }, t) => {
8113
+ _.reduceDescriptors(pn.prototype, ({ value: e }, t) => {
8325
8114
  let n = t[0].toUpperCase() + t.slice(1);
8326
8115
  return {
8327
8116
  get: () => e,
@@ -8330,12 +8119,12 @@ b.reduceDescriptors(pn.prototype, ({ value: e }, t) => {
8330
8119
  }
8331
8120
  };
8332
8121
  });
8333
- b.freezeMethods(pn);
8122
+ _.freezeMethods(pn);
8334
8123
  const Be = pn;
8335
8124
  function Nn(e, t) {
8336
8125
  const n = this || hr, r = t || n, i = Be.from(r.headers);
8337
8126
  let a = r.data;
8338
- return b.forEach(e, function(s) {
8127
+ return _.forEach(e, function(s) {
8339
8128
  a = s.call(n, a, i.normalize(), t ? t.status : void 0);
8340
8129
  }), i.normalize(), a;
8341
8130
  }
@@ -8345,7 +8134,7 @@ function Ba(e) {
8345
8134
  function Vt(e, t, n) {
8346
8135
  B.call(this, e ?? "canceled", B.ERR_CANCELED, t, n), this.name = "CanceledError";
8347
8136
  }
8348
- b.inherits(Vt, B, {
8137
+ _.inherits(Vt, B, {
8349
8138
  __CANCEL__: !0
8350
8139
  });
8351
8140
  function W1(e, t, n) {
@@ -8363,7 +8152,7 @@ const K1 = ke.hasStandardBrowserEnv ? (
8363
8152
  {
8364
8153
  write(e, t, n, r, i, a) {
8365
8154
  const o = [e + "=" + encodeURIComponent(t)];
8366
- b.isNumber(n) && o.push("expires=" + new Date(n).toGMTString()), b.isString(r) && o.push("path=" + r), b.isString(i) && o.push("domain=" + i), a === !0 && o.push("secure"), document.cookie = o.join("; ");
8155
+ _.isNumber(n) && o.push("expires=" + new Date(n).toGMTString()), _.isString(r) && o.push("path=" + r), _.isString(i) && o.push("domain=" + i), a === !0 && o.push("secure"), document.cookie = o.join("; ");
8367
8156
  },
8368
8157
  read(e) {
8369
8158
  const t = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
@@ -8414,7 +8203,7 @@ const q1 = ke.hasStandardBrowserEnv ? (
8414
8203
  };
8415
8204
  }
8416
8205
  return r = i(window.location.href), function(o) {
8417
- const s = b.isString(o) ? i(o) : o;
8206
+ const s = _.isString(o) ? i(o) : o;
8418
8207
  return s.protocol === r.protocol && s.host === r.host;
8419
8208
  };
8420
8209
  }()
@@ -8473,7 +8262,7 @@ const Z1 = typeof XMLHttpRequest < "u", Q1 = Z1 && function(e) {
8473
8262
  e.cancelToken && e.cancelToken.unsubscribe(l), e.signal && e.signal.removeEventListener("abort", l);
8474
8263
  }
8475
8264
  let c;
8476
- if (b.isFormData(i)) {
8265
+ if (_.isFormData(i)) {
8477
8266
  if (ke.hasStandardBrowserEnv || ke.hasStandardBrowserWebWorkerEnv)
8478
8267
  a.setContentType(!1);
8479
8268
  else if ((c = a.getContentType()) !== !1) {
@@ -8522,13 +8311,13 @@ const Z1 = typeof XMLHttpRequest < "u", Q1 = Z1 && function(e) {
8522
8311
  e,
8523
8312
  $
8524
8313
  )), $ = null;
8525
- }, ke.hasStandardBrowserEnv && (s && b.isFunction(s) && (s = s(e)), s || s !== !1 && q1(h))) {
8314
+ }, ke.hasStandardBrowserEnv && (s && _.isFunction(s) && (s = s(e)), s || s !== !1 && q1(h))) {
8526
8315
  const y = e.xsrfHeaderName && e.xsrfCookieName && K1.read(e.xsrfCookieName);
8527
8316
  y && a.set(e.xsrfHeaderName, y);
8528
8317
  }
8529
- i === void 0 && a.setContentType(null), "setRequestHeader" in $ && b.forEach(a.toJSON(), function(N, p) {
8318
+ i === void 0 && a.setContentType(null), "setRequestHeader" in $ && _.forEach(a.toJSON(), function(N, p) {
8530
8319
  $.setRequestHeader(p, N);
8531
- }), b.isUndefined(e.withCredentials) || ($.withCredentials = !!e.withCredentials), o && o !== "json" && ($.responseType = e.responseType), typeof e.onDownloadProgress == "function" && $.addEventListener("progress", Di(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && $.upload && $.upload.addEventListener("progress", Di(e.onUploadProgress)), (e.cancelToken || e.signal) && (l = (y) => {
8320
+ }), _.isUndefined(e.withCredentials) || ($.withCredentials = !!e.withCredentials), o && o !== "json" && ($.responseType = e.responseType), typeof e.onDownloadProgress == "function" && $.addEventListener("progress", Di(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && $.upload && $.upload.addEventListener("progress", Di(e.onUploadProgress)), (e.cancelToken || e.signal) && (l = (y) => {
8532
8321
  $ && (r(!y || y.type ? new Vt(null, e, $) : y), $.abort(), $ = null);
8533
8322
  }, e.cancelToken && e.cancelToken.subscribe(l), e.signal && (e.signal.aborted ? l() : e.signal.addEventListener("abort", l)));
8534
8323
  const v = J1(h);
@@ -8542,7 +8331,7 @@ const Z1 = typeof XMLHttpRequest < "u", Q1 = Z1 && function(e) {
8542
8331
  http: N1,
8543
8332
  xhr: Q1
8544
8333
  };
8545
- b.forEach(Kn, (e, t) => {
8334
+ _.forEach(Kn, (e, t) => {
8546
8335
  if (e) {
8547
8336
  try {
8548
8337
  Object.defineProperty(e, "name", { value: t });
@@ -8551,9 +8340,9 @@ b.forEach(Kn, (e, t) => {
8551
8340
  Object.defineProperty(e, "adapterName", { value: t });
8552
8341
  }
8553
8342
  });
8554
- const ki = (e) => `- ${e}`, e2 = (e) => b.isFunction(e) || e === null || e === !1, Ga = {
8343
+ const ki = (e) => `- ${e}`, e2 = (e) => _.isFunction(e) || e === null || e === !1, Ga = {
8555
8344
  getAdapter: (e) => {
8556
- e = b.isArray(e) ? e : [e];
8345
+ e = _.isArray(e) ? e : [e];
8557
8346
  const { length: t } = e;
8558
8347
  let n, r;
8559
8348
  const i = {};
@@ -8605,26 +8394,26 @@ function Fi(e) {
8605
8394
  });
8606
8395
  }
8607
8396
  const Mi = (e) => e instanceof Be ? e.toJSON() : e;
8608
- function bt(e, t) {
8397
+ function _t(e, t) {
8609
8398
  t = t || {};
8610
8399
  const n = {};
8611
8400
  function r(u, c, $) {
8612
- return b.isPlainObject(u) && b.isPlainObject(c) ? b.merge.call({ caseless: $ }, u, c) : b.isPlainObject(c) ? b.merge({}, c) : b.isArray(c) ? c.slice() : c;
8401
+ return _.isPlainObject(u) && _.isPlainObject(c) ? _.merge.call({ caseless: $ }, u, c) : _.isPlainObject(c) ? _.merge({}, c) : _.isArray(c) ? c.slice() : c;
8613
8402
  }
8614
8403
  function i(u, c, $) {
8615
- if (b.isUndefined(c)) {
8616
- if (!b.isUndefined(u))
8404
+ if (_.isUndefined(c)) {
8405
+ if (!_.isUndefined(u))
8617
8406
  return r(void 0, u, $);
8618
8407
  } else
8619
8408
  return r(u, c, $);
8620
8409
  }
8621
8410
  function a(u, c) {
8622
- if (!b.isUndefined(c))
8411
+ if (!_.isUndefined(c))
8623
8412
  return r(void 0, c);
8624
8413
  }
8625
8414
  function o(u, c) {
8626
- if (b.isUndefined(c)) {
8627
- if (!b.isUndefined(u))
8415
+ if (_.isUndefined(c)) {
8416
+ if (!_.isUndefined(u))
8628
8417
  return r(void 0, u);
8629
8418
  } else
8630
8419
  return r(void 0, c);
@@ -8666,9 +8455,9 @@ function bt(e, t) {
8666
8455
  validateStatus: s,
8667
8456
  headers: (u, c) => i(Mi(u), Mi(c), !0)
8668
8457
  };
8669
- return b.forEach(Object.keys(Object.assign({}, e, t)), function(c) {
8458
+ return _.forEach(Object.keys(Object.assign({}, e, t)), function(c) {
8670
8459
  const $ = l[c] || i, h = $(e[c], t[c], c);
8671
- b.isUndefined(h) && $ !== s || (n[c] = h);
8460
+ _.isUndefined(h) && $ !== s || (n[c] = h);
8672
8461
  }), n;
8673
8462
  }
8674
8463
  const Ha = "1.6.7", mr = {};
@@ -8747,23 +8536,23 @@ class en {
8747
8536
  }
8748
8537
  }
8749
8538
  _request(t, n) {
8750
- typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = bt(this.defaults, n);
8539
+ typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = _t(this.defaults, n);
8751
8540
  const { transitional: r, paramsSerializer: i, headers: a } = n;
8752
8541
  r !== void 0 && Yn.assertOptions(r, {
8753
8542
  silentJSONParsing: Xe.transitional(Xe.boolean),
8754
8543
  forcedJSONParsing: Xe.transitional(Xe.boolean),
8755
8544
  clarifyTimeoutError: Xe.transitional(Xe.boolean)
8756
- }, !1), i != null && (b.isFunction(i) ? n.paramsSerializer = {
8545
+ }, !1), i != null && (_.isFunction(i) ? n.paramsSerializer = {
8757
8546
  serialize: i
8758
8547
  } : Yn.assertOptions(i, {
8759
8548
  encode: Xe.function,
8760
8549
  serialize: Xe.function
8761
8550
  }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
8762
- let o = a && b.merge(
8551
+ let o = a && _.merge(
8763
8552
  a.common,
8764
8553
  a[n.method]
8765
8554
  );
8766
- a && b.forEach(
8555
+ a && _.forEach(
8767
8556
  ["delete", "get", "head", "post", "put", "patch", "common"],
8768
8557
  (v) => {
8769
8558
  delete a[v];
@@ -8806,24 +8595,24 @@ class en {
8806
8595
  return c;
8807
8596
  }
8808
8597
  getUri(t) {
8809
- t = bt(this.defaults, t);
8598
+ t = _t(this.defaults, t);
8810
8599
  const n = ja(t.baseURL, t.url);
8811
8600
  return Ma(n, t.params, t.paramsSerializer);
8812
8601
  }
8813
8602
  }
8814
- b.forEach(["delete", "get", "head", "options"], function(t) {
8603
+ _.forEach(["delete", "get", "head", "options"], function(t) {
8815
8604
  en.prototype[t] = function(n, r) {
8816
- return this.request(bt(r || {}, {
8605
+ return this.request(_t(r || {}, {
8817
8606
  method: t,
8818
8607
  url: n,
8819
8608
  data: (r || {}).data
8820
8609
  }));
8821
8610
  };
8822
8611
  });
8823
- b.forEach(["post", "put", "patch"], function(t) {
8612
+ _.forEach(["post", "put", "patch"], function(t) {
8824
8613
  function n(r) {
8825
8614
  return function(a, o, s) {
8826
- return this.request(bt(s || {}, {
8615
+ return this.request(_t(s || {}, {
8827
8616
  method: t,
8828
8617
  headers: r ? {
8829
8618
  "Content-Type": "multipart/form-data"
@@ -8911,7 +8700,7 @@ function r2(e) {
8911
8700
  };
8912
8701
  }
8913
8702
  function i2(e) {
8914
- return b.isObject(e) && e.isAxiosError === !0;
8703
+ return _.isObject(e) && e.isAxiosError === !0;
8915
8704
  }
8916
8705
  const Xn = {
8917
8706
  Continue: 100,
@@ -8984,31 +8773,31 @@ Object.entries(Xn).forEach(([e, t]) => {
8984
8773
  const a2 = Xn;
8985
8774
  function Wa(e) {
8986
8775
  const t = new qt(e), n = Ca(qt.prototype.request, t);
8987
- return b.extend(n, qt.prototype, t, { allOwnKeys: !0 }), b.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(i) {
8988
- return Wa(bt(e, i));
8776
+ return _.extend(n, qt.prototype, t, { allOwnKeys: !0 }), _.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(i) {
8777
+ return Wa(_t(e, i));
8989
8778
  }, n;
8990
8779
  }
8991
- const re = Wa(hr);
8992
- re.Axios = qt;
8993
- re.CanceledError = Vt;
8994
- re.CancelToken = n2;
8995
- re.isCancel = Ba;
8996
- re.VERSION = Ha;
8997
- re.toFormData = $n;
8998
- re.AxiosError = B;
8999
- re.Cancel = re.CanceledError;
9000
- re.all = function(t) {
8780
+ const ne = Wa(hr);
8781
+ ne.Axios = qt;
8782
+ ne.CanceledError = Vt;
8783
+ ne.CancelToken = n2;
8784
+ ne.isCancel = Ba;
8785
+ ne.VERSION = Ha;
8786
+ ne.toFormData = $n;
8787
+ ne.AxiosError = B;
8788
+ ne.Cancel = ne.CanceledError;
8789
+ ne.all = function(t) {
9001
8790
  return Promise.all(t);
9002
8791
  };
9003
- re.spread = r2;
9004
- re.isAxiosError = i2;
9005
- re.mergeConfig = bt;
9006
- re.AxiosHeaders = Be;
9007
- re.formToJSON = (e) => Va(b.isHTMLForm(e) ? new FormData(e) : e);
9008
- re.getAdapter = Ga.getAdapter;
9009
- re.HttpStatusCode = a2;
9010
- re.default = re;
9011
- const yr = re, o2 = {
8792
+ ne.spread = r2;
8793
+ ne.isAxiosError = i2;
8794
+ ne.mergeConfig = _t;
8795
+ ne.AxiosHeaders = Be;
8796
+ ne.formToJSON = (e) => Va(_.isHTMLForm(e) ? new FormData(e) : e);
8797
+ ne.getAdapter = Ga.getAdapter;
8798
+ ne.HttpStatusCode = a2;
8799
+ ne.default = ne;
8800
+ const yr = ne, o2 = {
9012
8801
  key: 0,
9013
8802
  class: "t-transp mn-r-small"
9014
8803
  }, s2 = {
@@ -9073,7 +8862,7 @@ const yr = re, o2 = {
9073
8862
  class: "w-100",
9074
8863
  target: "_blank"
9075
8864
  }, U(i.value), 9, l2),
9076
- Z(Oa, {
8865
+ re(Oa, {
9077
8866
  onClick: o,
9078
8867
  class: "cursor-pointer t-center flex-center flex radius-extra i-medium bg-red pd-micro"
9079
8868
  })
@@ -9089,18 +8878,18 @@ const yr = re, o2 = {
9089
8878
  }, null, 40, u2)
9090
8879
  ]))
9091
8880
  ], 2),
9092
- Z(se, {
8881
+ re($e, {
9093
8882
  mode: "out-in",
9094
8883
  name: "fade"
9095
8884
  }, {
9096
- default: le(() => [
8885
+ default: pe(() => [
9097
8886
  e.validation ? (S(), P("div", c2, " * " + U(e.validation.message), 1)) : x("", !0)
9098
8887
  ]),
9099
8888
  _: 1
9100
8889
  })
9101
8890
  ], 64));
9102
8891
  }
9103
- }, $2 = /* @__PURE__ */ _e(f2, [["__scopeId", "data-v-d8ca273c"]]), p2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8892
+ }, $2 = /* @__PURE__ */ be(f2, [["__scopeId", "data-v-d8ca273c"]]), p2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9104
8893
  __proto__: null,
9105
8894
  default: $2
9106
8895
  }, Symbol.toStringTag, { value: "Module" })), h2 = ["src"], m2 = {
@@ -9120,7 +8909,7 @@ const yr = re, o2 = {
9120
8909
  })
9121
8910
  ], -1), y2 = [
9122
8911
  g2
9123
- ], _2 = {
8912
+ ], b2 = {
9124
8913
  __name: "UploadImage",
9125
8914
  props: [
9126
8915
  "uploadPath",
@@ -9182,9 +8971,9 @@ const yr = re, o2 = {
9182
8971
  }, null, 544)
9183
8972
  ], 32));
9184
8973
  }
9185
- }, b2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8974
+ }, _2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9186
8975
  __proto__: null,
9187
- default: _2
8976
+ default: b2
9188
8977
  }, Symbol.toStringTag, { value: "Module" })), v2 = {
9189
8978
  width: "49",
9190
8979
  height: "35",
@@ -9292,16 +9081,16 @@ const yr = re, o2 = {
9292
9081
  }, ["prevent"])),
9293
9082
  class: "cursor-pointer t-black w-100 flex-v-center flex-h-center flex pos-relative"
9294
9083
  }, [
9295
- Z(se, {
9084
+ re($e, {
9296
9085
  name: "moveFromTop",
9297
9086
  mode: "out-in"
9298
9087
  }, {
9299
- default: le(() => [
9088
+ default: pe(() => [
9300
9089
  r.value ? (S(), qn(qi, {
9301
9090
  key: 1,
9302
9091
  class: "pos-absolute"
9303
9092
  })) : (S(), P("div", C2, [
9304
- Z(N2, {
9093
+ re(N2, {
9305
9094
  style: { "max-height": "4rem" },
9306
9095
  class: "w-100 h-100",
9307
9096
  fill: "rgb(var(--main))"
@@ -9330,7 +9119,7 @@ const yr = re, o2 = {
9330
9119
  default: w2
9331
9120
  }, Symbol.toStringTag, { value: "Module" })), D2 = {
9332
9121
  install: (e) => {
9333
- e.component("Address", () => Promise.resolve().then(() => $o)), e.component("Button", () => Promise.resolve().then(() => Oo)), e.component("Checkbox", () => Promise.resolve().then(() => Po)), e.component("Dropdown", () => Promise.resolve().then(() => Ao)), e.component("Error", () => Promise.resolve().then(() => Fo)), e.component("Field", () => Promise.resolve().then(() => Wo)), e.component("FieldPhone", () => Promise.resolve().then(() => hd)), e.component("LocationMarker", () => Promise.resolve().then(() => Pd)), e.component("Map", () => Promise.resolve().then(() => Ad)), e.component("Popup", () => Promise.resolve().then(() => Bc)), e.component("Radio", () => Promise.resolve().then(() => qc)), e.component("Select", () => Promise.resolve().then(() => r0)), e.component("SelectMulti", () => Promise.resolve().then(() => P0)), e.component("Spoiler", () => Promise.resolve().then(() => A0)), e.component("Tab", () => Promise.resolve().then(() => M0)), e.component("Tooltip", () => Promise.resolve().then(() => V0)), e.component("Text", () => Promise.resolve().then(() => G0)), e.component("Upload", () => Promise.resolve().then(() => p2)), e.component("UploadImage", () => Promise.resolve().then(() => b2)), e.component("UploadImageMultiple", () => Promise.resolve().then(() => A2));
9122
+ e.component("Address", () => Promise.resolve().then(() => $o)), e.component("Button", () => Promise.resolve().then(() => Oo)), e.component("Checkbox", () => Promise.resolve().then(() => Po)), e.component("Dropdown", () => Promise.resolve().then(() => Ao)), e.component("Error", () => Promise.resolve().then(() => Fo)), e.component("Field", () => Promise.resolve().then(() => Wo)), e.component("FieldPhone", () => Promise.resolve().then(() => hd)), e.component("LocationMarker", () => Promise.resolve().then(() => Pd)), e.component("Map", () => Promise.resolve().then(() => Ad)), e.component("Popup", () => Promise.resolve().then(() => Bc)), e.component("Radio", () => Promise.resolve().then(() => qc)), e.component("Select", () => Promise.resolve().then(() => r0)), e.component("SelectMulti", () => Promise.resolve().then(() => P0)), e.component("Spoiler", () => Promise.resolve().then(() => A0)), e.component("Tab", () => Promise.resolve().then(() => M0)), e.component("Tooltip", () => Promise.resolve().then(() => V0)), e.component("Text", () => Promise.resolve().then(() => G0)), e.component("Upload", () => Promise.resolve().then(() => p2)), e.component("UploadImage", () => Promise.resolve().then(() => _2)), e.component("UploadImageMultiple", () => Promise.resolve().then(() => A2));
9334
9123
  }
9335
9124
  };
9336
9125
  export {
@@ -9352,7 +9141,7 @@ export {
9352
9141
  j0 as Text,
9353
9142
  U0 as Tooltip,
9354
9143
  $2 as Upload,
9355
- _2 as UploadImage,
9144
+ b2 as UploadImage,
9356
9145
  w2 as UploadImageMultiple,
9357
9146
  D2 as default
9358
9147
  };