@ozdao/prometheus-framework 0.2.127 → 0.2.129

Sign up to get free protection for your applications and to get access to all the features.
Files changed (396) hide show
  1. package/LICENSE +1 -1
  2. package/dist/auth.server.js +28 -37
  3. package/dist/auth.server.mjs +28 -37
  4. package/dist/community.server.js +1 -1
  5. package/dist/community.server.mjs +1 -1
  6. package/dist/events.server.js +1 -1
  7. package/dist/events.server.mjs +1 -1
  8. package/dist/files.server.js +1 -1
  9. package/dist/files.server.mjs +1 -1
  10. package/dist/gallery.server.js +6 -2
  11. package/dist/gallery.server.mjs +6 -2
  12. package/dist/{index-BCCiEK_u.js → index-BshfsiQG.js} +8 -4
  13. package/dist/{index-B6a1mPgp.mjs → index-DKtnWDNC.mjs} +8 -4
  14. package/dist/{main-CmL_j3wv.mjs → main-DvdaURTh.mjs} +3261 -3154
  15. package/dist/main-hLtpe4Hr.js +92 -0
  16. package/dist/main.css +1 -1
  17. package/dist/middlewares.server.js +1 -1
  18. package/dist/middlewares.server.mjs +1 -1
  19. package/dist/node_modules/zod/lib/index.cjs +1 -1
  20. package/dist/node_modules/zod/lib/index.js +1162 -1033
  21. package/dist/orders.server.js +1 -1
  22. package/dist/orders.server.mjs +1 -1
  23. package/dist/organizations.server.js +1 -1
  24. package/dist/organizations.server.mjs +1 -1
  25. package/dist/products.server.js +1 -1
  26. package/dist/products.server.mjs +1 -1
  27. package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +1 -1
  28. package/dist/prometheus-framework/src/components/Address/Address.vue.js +89 -1
  29. package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -1
  30. package/dist/prometheus-framework/src/components/Address/Address.vue2.js +1 -89
  31. package/dist/prometheus-framework/src/components/Block/Block.vue.cjs +1 -1
  32. package/dist/prometheus-framework/src/components/Block/Block.vue.js +1 -1
  33. package/dist/prometheus-framework/src/components/BottomSheet/BottomSheet.vue.cjs +1 -0
  34. package/dist/prometheus-framework/src/components/BottomSheet/BottomSheet.vue.js +73 -0
  35. package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
  36. package/dist/prometheus-framework/src/components/Button/Button.vue2.js +23 -22
  37. package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -1
  38. package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +1 -27
  39. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.cjs +1 -1
  40. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.js +27 -1
  41. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
  42. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +1 -58
  43. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
  44. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +58 -1
  45. package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +1 -1
  46. package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +144 -112
  47. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -1
  48. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +5 -5
  49. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +1 -1
  50. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +127 -1
  51. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.cjs +1 -1
  52. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.js +1 -127
  53. package/dist/prometheus-framework/src/components/Menu/MenuItem.vue.cjs +1 -0
  54. package/dist/prometheus-framework/src/{modules/mobile/components → components}/Menu/MenuItem.vue.js +1 -1
  55. package/dist/prometheus-framework/src/components/PhotoViewer/PhotoViewer.vue.cjs +1 -0
  56. package/dist/prometheus-framework/src/{modules/gallery/components/blocks → components/PhotoViewer}/PhotoViewer.vue.js +6 -6
  57. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  58. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +77 -1
  59. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  60. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +1 -77
  61. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
  62. package/dist/prometheus-framework/src/components/Select/Select.vue.js +103 -1
  63. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
  64. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +1 -103
  65. package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.cjs +1 -1
  66. package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue.js +45 -1
  67. package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.cjs +1 -1
  68. package/dist/prometheus-framework/src/components/Tooltip/Tooltip.vue2.js +1 -45
  69. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
  70. package/dist/prometheus-framework/src/modules/auth/store/auth.js +7 -6
  71. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  72. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +114 -77
  73. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -1
  74. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +7 -22
  75. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
  76. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +62 -70
  77. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  78. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +2 -2
  79. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
  80. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +1 -1
  81. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  82. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +2 -2
  83. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
  84. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +17 -16
  85. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +5 -1
  86. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +66 -0
  87. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -5
  88. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +0 -66
  89. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  90. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
  91. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
  92. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +1 -1
  93. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
  94. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
  95. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  96. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +3 -3
  97. package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
  98. package/dist/prometheus-framework/src/modules/events/components/pages/EditEventTickets.vue.js +1 -1
  99. package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
  100. package/dist/prometheus-framework/src/modules/gallery/components/pages/Gallery.vue.js +5 -5
  101. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  102. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +9 -9
  103. package/dist/prometheus-framework/src/modules/gallery/router/gallery.backoffice.router.cjs +1 -0
  104. package/dist/prometheus-framework/src/modules/gallery/router/gallery.backoffice.router.js +18 -0
  105. package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockFilter.vue.cjs +1 -0
  106. package/dist/prometheus-framework/src/modules/globals/components/blocks/BlockFilter.vue.js +46 -0
  107. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  108. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +20 -16
  109. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
  110. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +2 -2
  111. package/dist/prometheus-framework/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs +1 -1
  112. package/dist/prometheus-framework/src/modules/landing/components/sections/SubscribeNewsletter.vue.js +10 -10
  113. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  114. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +2 -2
  115. package/dist/prometheus-framework/src/modules/marketplace/store/marketplace.cjs +1 -1
  116. package/dist/prometheus-framework/src/modules/marketplace/store/marketplace.js +27 -4
  117. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -1
  118. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +14 -12
  119. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
  120. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
  121. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
  122. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.js +111 -93
  123. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
  124. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
  125. package/dist/prometheus-framework/src/modules/orders/components/sections/AskToLogin.vue.cjs +1 -1
  126. package/dist/prometheus-framework/src/modules/orders/components/sections/AskToLogin.vue.js +13 -14
  127. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
  128. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
  129. package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.cjs +1 -1
  130. package/dist/prometheus-framework/src/modules/orders/components/sections/FormCustomerDetails.vue.js +1 -1
  131. package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.cjs +1 -1
  132. package/dist/prometheus-framework/src/modules/orders/components/sections/FormDelivery.vue.js +20 -22
  133. package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
  134. package/dist/prometheus-framework/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
  135. package/dist/prometheus-framework/src/modules/orders/router/orders.router.cjs +1 -1
  136. package/dist/prometheus-framework/src/modules/orders/router/orders.router.js +5 -4
  137. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  138. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  139. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  140. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +4 -4
  141. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  142. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +4 -4
  143. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  144. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +2 -2
  145. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +1 -0
  146. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +154 -0
  147. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  148. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  149. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  150. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +2 -2
  151. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  152. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  153. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  154. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  155. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  156. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +4 -4
  157. package/dist/prometheus-framework/src/modules/organizations/router/backoffice.router.cjs +1 -0
  158. package/dist/prometheus-framework/src/modules/organizations/router/backoffice.router.js +27 -0
  159. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -1
  160. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +9 -7
  161. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  162. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +1 -1
  163. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  164. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +26 -27
  165. package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
  166. package/dist/prometheus-framework/src/modules/products/components/pages/CategoryEdit.vue.js +1 -1
  167. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  168. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +2 -2
  169. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -1
  170. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +22 -23
  171. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  172. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
  173. package/dist/prometheus-framework/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +1 -1
  174. package/dist/prometheus-framework/src/modules/products/components/pages/ProductRecommmendation.vue.js +30 -29
  175. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  176. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +1 -1
  177. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  178. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +72 -51
  179. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.cjs +1 -1
  180. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.js +5 -5
  181. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -1
  182. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +51 -53
  183. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  184. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +22 -22
  185. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  186. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  187. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
  188. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +1 -1
  189. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  190. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +62 -48
  191. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
  192. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +43 -44
  193. package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.cjs +1 -1
  194. package/dist/prometheus-framework/src/modules/wallet/views/components/pages/Wallet.vue.js +5 -5
  195. package/dist/prometheus-framework.cjs.js +1 -1
  196. package/dist/prometheus-framework.es.js +24 -25
  197. package/dist/reports.server.js +1 -1
  198. package/dist/reports.server.mjs +1 -1
  199. package/dist/style.css +1 -1
  200. package/dist/wallet.server.js +1 -1
  201. package/dist/wallet.server.mjs +1 -1
  202. package/dist/{web-Bk_OtXgv.js → web-CVIepGUM.js} +1 -1
  203. package/dist/{web-BHzpMOmk.mjs → web-Dt2JR41o.mjs} +1 -1
  204. package/package.json +3 -2
  205. package/src/{modules/mobile/components → components}/BottomSheet/BottomSheet.vue +24 -21
  206. package/src/components/Button/Button.vue +20 -3
  207. package/src/components/Feed/Feed.vue +28 -3
  208. package/src/components/FieldBig/FieldBig.vue +2 -2
  209. package/src/components/Sidebar/Sidebar.vue +13 -5
  210. package/src/components/index.js +0 -1
  211. package/src/main.js +0 -4
  212. package/src/modules/auth/controllers/auth.controller.js +32 -48
  213. package/src/modules/auth/router/auth.js +1 -4
  214. package/src/modules/auth/store/auth.js +28 -24
  215. package/src/modules/backoffice/components/pages/Dashboard.vue +29 -56
  216. package/src/modules/backoffice/router/backoffice.js +4 -15
  217. package/src/modules/community/components/blocks/CardBlogpost.vue +28 -26
  218. package/src/modules/community/components/layouts/Community.vue +1 -1
  219. package/src/modules/events/components/pages/EditEvent.vue +1 -1
  220. package/src/modules/gallery/components/pages/Gallery.vue +1 -2
  221. package/src/modules/gallery/components/sections/BackofficeGallery.vue +2 -1
  222. package/src/modules/gallery/router/gallery.backoffice.router.js +14 -0
  223. package/src/modules/globals/components/blocks/BlockFilter.vue +44 -0
  224. package/src/modules/globals/components/blocks/CardHeader.vue +5 -3
  225. package/src/modules/globals/components/layouts/Client.vue +99 -43
  226. package/src/modules/globals/components/pages/401.vue +5 -0
  227. package/src/modules/globals/components/pages/404.vue +5 -0
  228. package/src/modules/globals/components/partials/Footer.vue +17 -5
  229. package/src/modules/globals/components/partials/Header.vue +37 -18
  230. package/src/modules/globals/components/partials/Navigation.vue +7 -2
  231. package/src/modules/landing/components/sections/MobileApp.vue +2 -2
  232. package/src/modules/landing/components/sections/SubscribeNewsletter.vue +1 -1
  233. package/src/modules/landing/router/landing.js +2 -12
  234. package/src/modules/legal/components/pages/Legal.vue +2 -2
  235. package/src/modules/marketplace/components/layouts/Marketplace.vue +30 -13
  236. package/src/modules/marketplace/components/pages/Catalog.vue +2 -1
  237. package/src/modules/marketplace/router/marketplace.js +12 -10
  238. package/src/modules/marketplace/store/marketplace.js +25 -1
  239. package/src/modules/middlewares/client/auth.validation.js +5 -2
  240. package/src/modules/middlewares/server/authJwt.js +12 -6
  241. package/src/modules/middlewares/server/verifyAccesses.js +7 -3
  242. package/src/modules/orders/components/pages/OrderCreate.vue +34 -22
  243. package/src/modules/orders/components/sections/AskToLogin.vue +8 -7
  244. package/src/modules/orders/components/sections/FormDelivery.vue +6 -6
  245. package/src/modules/orders/router/orders.router.js +6 -3
  246. package/src/modules/organizations/components/pages/Members.vue +2 -2
  247. package/src/modules/organizations/components/pages/Organization.vue +2 -2
  248. package/src/modules/organizations/components/pages/OrganizationBackoffice.vue +204 -0
  249. package/src/modules/organizations/router/backoffice.router.js +25 -0
  250. package/src/modules/organizations/router/organizations.js +3 -1
  251. package/src/modules/pages/router/pages.router.js +15 -0
  252. package/src/modules/products/components/blocks/ImagesThumbnails.vue +11 -12
  253. package/src/modules/products/components/pages/Product.vue +7 -3
  254. package/src/modules/products/components/pages/ProductRecommmendation.vue +6 -5
  255. package/src/modules/products/components/sections/FilterProducts.vue +6 -6
  256. package/src/modules/products/components/sections/HeroRecommendation.vue +1 -1
  257. package/src/modules/products/components/sections/PopularProducts.vue +1 -3
  258. package/src/modules/products/components/sections/SectionProduct.vue +8 -8
  259. package/src/modules/spots/components/layouts/Spots.vue +33 -31
  260. package/src/modules/spots/components/pages/Map.vue +380 -353
  261. package/src/modules/spots/router/spots.js +3 -1
  262. package/src/modules/users/components/pages/Profile.vue +4 -4
  263. package/src/modules/users/components/pages/ProfileEdit.vue +4 -3
  264. package/src/modules/wallet/controllers/routes/payments.routes.js +0 -1
  265. package/src/styles/base/all.scss +4 -0
  266. package/src/styles/config.scss +2 -1
  267. package/src/styles/layout.scss +0 -1
  268. package/dist/credentials.schema-CDZCKfEI.mjs +0 -106
  269. package/dist/credentials.schema-CfhPcsuI.js +0 -105
  270. package/dist/index-CGIn4v5E.mjs +0 -217
  271. package/dist/index-CL9l0HRS.js +0 -216
  272. package/dist/main-8APITHuW.mjs +0 -14201
  273. package/dist/main-8N2Jmsuk.js +0 -91
  274. package/dist/main-BJvlNekm.mjs +0 -13631
  275. package/dist/main-BQisDfLk.js +0 -92
  276. package/dist/main-BV1Yv9Hy.js +0 -92
  277. package/dist/main-Ba3zK8PO.js +0 -92
  278. package/dist/main-Btlny-89.mjs +0 -14207
  279. package/dist/main-Bw0PvTs-.mjs +0 -13616
  280. package/dist/main-ByCtZbHD.mjs +0 -13752
  281. package/dist/main-CF35oB7q.js +0 -92
  282. package/dist/main-CX2ISR43.mjs +0 -13629
  283. package/dist/main-CXObXjv-.js +0 -92
  284. package/dist/main-CkeuHuCY.mjs +0 -13619
  285. package/dist/main-CnfcBov2.mjs +0 -13740
  286. package/dist/main-D0va05OD.js +0 -92
  287. package/dist/main-D50VqYhy.js +0 -91
  288. package/dist/main-D8gNZLSa.js +0 -92
  289. package/dist/main-DL3vRQCi.js +0 -92
  290. package/dist/main-DPsHxX0l.mjs +0 -13633
  291. package/dist/main-DTlUA63C.mjs +0 -13617
  292. package/dist/main-DfD5hLQo.mjs +0 -13633
  293. package/dist/main-Dh6Zfei9.js +0 -92
  294. package/dist/main-DmNP-t33.mjs +0 -13625
  295. package/dist/main-Ds3Z5x5d.mjs +0 -14206
  296. package/dist/main-DwyUYWFX.js +0 -92
  297. package/dist/main-VcxO-jAt.js +0 -92
  298. package/dist/main-cffh4bbv.js +0 -92
  299. package/dist/main-o_2eO2tP.mjs +0 -14208
  300. package/dist/main-pGo7JpSP.js +0 -92
  301. package/dist/metadata.schema-BLGSCSmy.mjs +0 -55
  302. package/dist/metadata.schema-Cu_mPkjE.js +0 -77
  303. package/dist/metadata.schema-DWR97jhW.js +0 -54
  304. package/dist/metadata.schema-cbFgazeK.mjs +0 -78
  305. package/dist/node_modules/@noble/hashes/esm/sha512.cjs +0 -1
  306. package/dist/node_modules/@noble/hashes/esm/sha512.js +0 -126
  307. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.cjs +0 -7
  308. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.js +0 -38
  309. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.cjs +0 -2
  310. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +0 -43
  311. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +0 -1
  312. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +0 -1
  313. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone2.vue.cjs +0 -1
  314. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone2.vue.js +0 -373
  315. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone2.vue2.cjs +0 -1
  316. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone2.vue2.js +0 -1
  317. package/dist/prometheus-framework/src/components/FieldPhone/utils.cjs +0 -1
  318. package/dist/prometheus-framework/src/components/FieldPhone/utils.js +0 -259
  319. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.cjs +0 -1
  320. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.js +0 -62
  321. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.cjs +0 -1
  322. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.js +0 -1
  323. package/dist/prometheus-framework/src/modules/gallery/components/blocks/PhotoViewer.vue.cjs +0 -1
  324. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.cjs +0 -1
  325. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.js +0 -1
  326. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +0 -1
  327. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +0 -110
  328. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue2.cjs +0 -1
  329. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue2.js +0 -1
  330. package/dist/prometheus-framework/src/modules/globals/components/elements/ButtonDate.vue2.cjs +0 -1
  331. package/dist/prometheus-framework/src/modules/globals/components/elements/ButtonDate.vue2.js +0 -27
  332. package/dist/prometheus-framework/src/modules/globals/components/sections/Title.vue.cjs +0 -1
  333. package/dist/prometheus-framework/src/modules/globals/components/sections/Title.vue.js +0 -29
  334. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +0 -1
  335. package/dist/prometheus-framework/src/modules/orders/components/sections/FormClientDetails.vue.cjs +0 -1
  336. package/dist/prometheus-framework/src/modules/orders/components/sections/FormClientDetails.vue.js +0 -65
  337. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +0 -1
  338. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +0 -87
  339. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.cjs +0 -1
  340. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.js +0 -1
  341. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.cjs +0 -1
  342. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.js +0 -51
  343. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.cjs +0 -1
  344. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.js +0 -1
  345. package/dist/prometheus-framework/src/modules/products/components/sections/SortProducts.vue.cjs +0 -1
  346. package/dist/prometheus-framework/src/modules/products/components/sections/SortProducts.vue.js +0 -53
  347. package/dist/queryProcessor-BJdKh0Ow.mjs +0 -162
  348. package/dist/queryProcessor-BJoJAetd.mjs +0 -162
  349. package/dist/queryProcessor-BUDoM96e.js +0 -148
  350. package/dist/queryProcessor-Cl6sU582.mjs +0 -149
  351. package/dist/queryProcessor-DRMo_GWK.js +0 -161
  352. package/dist/queryProcessor-DWf9tsis.js +0 -161
  353. package/dist/web-B2xhKZNK.js +0 -1
  354. package/dist/web-B8tq3Fda.mjs +0 -54
  355. package/dist/web-BDaOF322.js +0 -1
  356. package/dist/web-BEJCRWop.mjs +0 -54
  357. package/dist/web-BNKN7kk3.mjs +0 -54
  358. package/dist/web-BX5um81l.js +0 -1
  359. package/dist/web-ByJkgGrt.js +0 -1
  360. package/dist/web-C0sFgeYh.mjs +0 -54
  361. package/dist/web-CQQEUA9l.js +0 -1
  362. package/dist/web-CQiHBOEN.mjs +0 -54
  363. package/dist/web-CXzcKdk4.mjs +0 -54
  364. package/dist/web-CciQvENI.js +0 -1
  365. package/dist/web-CkrMHYIU.js +0 -1
  366. package/dist/web-CtVocufd.js +0 -1
  367. package/dist/web-CvRd3N_J.mjs +0 -54
  368. package/dist/web-D0ugI6ra.js +0 -1
  369. package/dist/web-D2Em-p-C.mjs +0 -54
  370. package/dist/web-D9Cfcy5k.js +0 -1
  371. package/dist/web-DEysqj0n.js +0 -1
  372. package/dist/web-DNq1tHCE.mjs +0 -54
  373. package/dist/web-DTzbVshr.mjs +0 -54
  374. package/dist/web-Douq6xn6.js +0 -1
  375. package/dist/web-DtWmpLE-.mjs +0 -54
  376. package/dist/web-TGdVOTnw.js +0 -1
  377. package/dist/web-VFuzUsNl.mjs +0 -54
  378. package/dist/web-_W9a_nWD.mjs +0 -54
  379. package/dist/web-kg3KgbAF.js +0 -1
  380. package/dist/web-nVxTNRH4.mjs +0 -54
  381. package/src/components/Magnifier/Magnifier.vue +0 -89
  382. /package/dist/prometheus-framework/src/{modules/mobile/components → components}/Menu/Menu.vue.cjs +0 -0
  383. /package/dist/prometheus-framework/src/{modules/mobile/components → components}/Menu/Menu.vue.js +0 -0
  384. /package/dist/prometheus-framework/src/{modules/mobile/components → components}/Menu/Menu.vue2.cjs +0 -0
  385. /package/dist/prometheus-framework/src/{modules/mobile/components → components}/Menu/Menu.vue2.js +0 -0
  386. /package/dist/prometheus-framework/src/{modules/gallery/components/blocks → components/PhotoViewer}/PhotoViewer.vue2.cjs +0 -0
  387. /package/dist/prometheus-framework/src/{modules/gallery/components/blocks → components/PhotoViewer}/PhotoViewer.vue2.js +0 -0
  388. /package/src/{modules/mobile/components → components}/Menu/Menu.vue +0 -0
  389. /package/src/{modules/mobile/components → components}/Menu/MenuItem.vue +0 -0
  390. /package/src/{modules/gallery/components/blocks → components/PhotoViewer}/PhotoViewer.vue +0 -0
  391. /package/src/modules/{mobile/components/BottomNavigation → globals/components/partials}/BottomNavigation.vue +0 -0
  392. /package/src/modules/{mobile/components/NavigationBar → globals/components/partials}/NavigationBar.vue +0 -0
  393. /package/src/modules/{mobile/components/Walkthrough → globals/components/sections}/Walkthrough.vue +0 -0
  394. /package/src/modules/{landing → pages}/components/pages/Page.vue +0 -0
  395. /package/src/modules/{backoffice/components/admin → pages/components/pages}/PageEdit.vue +0 -0
  396. /package/src/modules/{backoffice/components/admin → pages/components/pages}/Pages.vue +0 -0
@@ -1,92 +0,0 @@
1
- "use strict";const s=require("vue");function Si(e,t,n,r){function a(o){return o instanceof n?o:new n(function(i){i(o)})}return new(n||(n=Promise))(function(o,i){function l(m){try{c(r.next(m))}catch(u){i(u)}}function d(m){try{c(r.throw(m))}catch(u){i(u)}}function c(m){m.done?o(m.value):a(m.value).then(l,d)}c((r=r.apply(e,[])).next())})}function Ti(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ci=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,a,o;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(a=r;a--!==0;)if(!e(t[a],n[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(o=Object.keys(t),r=o.length,r!==Object.keys(n).length)return!1;for(a=r;a--!==0;)if(!Object.prototype.hasOwnProperty.call(n,o[a]))return!1;for(a=r;a--!==0;){var i=o[a];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n},wi=Ti(Ci);const Yr="__googleMapsScriptId";var Et;(function(e){e[e.INITIALIZED=0]="INITIALIZED",e[e.LOADING=1]="LOADING",e[e.SUCCESS=2]="SUCCESS",e[e.FAILURE=3]="FAILURE"})(Et||(Et={}));let Na=class yt{constructor({apiKey:t,authReferrerPolicy:n,channel:r,client:a,id:o=Yr,language:i,libraries:l=[],mapIds:d,nonce:c,region:m,retries:u=3,url:f="https://maps.googleapis.com/maps/api/js",version:g}){if(this.callbacks=[],this.done=!1,this.loading=!1,this.errors=[],this.apiKey=t,this.authReferrerPolicy=n,this.channel=r,this.client=a,this.id=o||Yr,this.language=i,this.libraries=l,this.mapIds=d,this.nonce=c,this.region=m,this.retries=u,this.url=f,this.version=g,yt.instance){if(!wi(this.options,yt.instance.options))throw new Error(`Loader must not be called again with different options. ${JSON.stringify(this.options)} !== ${JSON.stringify(yt.instance.options)}`);return yt.instance}yt.instance=this}get options(){return{version:this.version,apiKey:this.apiKey,channel:this.channel,client:this.client,id:this.id,libraries:this.libraries,language:this.language,region:this.region,mapIds:this.mapIds,nonce:this.nonce,url:this.url,authReferrerPolicy:this.authReferrerPolicy}}get status(){return this.errors.length?Et.FAILURE:this.done?Et.SUCCESS:this.loading?Et.LOADING:Et.INITIALIZED}get failed(){return this.done&&!this.loading&&this.errors.length>=this.retries+1}createUrl(){let t=this.url;return t+="?callback=__googleMapsCallback&loading=async",this.apiKey&&(t+=`&key=${this.apiKey}`),this.channel&&(t+=`&channel=${this.channel}`),this.client&&(t+=`&client=${this.client}`),this.libraries.length>0&&(t+=`&libraries=${this.libraries.join(",")}`),this.language&&(t+=`&language=${this.language}`),this.region&&(t+=`&region=${this.region}`),this.version&&(t+=`&v=${this.version}`),this.mapIds&&(t+=`&map_ids=${this.mapIds.join(",")}`),this.authReferrerPolicy&&(t+=`&auth_referrer_policy=${this.authReferrerPolicy}`),t}deleteScript(){const t=document.getElementById(this.id);t&&t.remove()}load(){return this.loadPromise()}loadPromise(){return new Promise((t,n)=>{this.loadCallback(r=>{r?n(r.error):t(window.google)})})}importLibrary(t){return this.execute(),google.maps.importLibrary(t)}loadCallback(t){this.callbacks.push(t),this.execute()}setScript(){var t,n;if(document.getElementById(this.id)){this.callback();return}const r={key:this.apiKey,channel:this.channel,client:this.client,libraries:this.libraries.length&&this.libraries,v:this.version,mapIds:this.mapIds,language:this.language,region:this.region,authReferrerPolicy:this.authReferrerPolicy};Object.keys(r).forEach(o=>!r[o]&&delete r[o]),!((n=(t=window==null?void 0:window.google)===null||t===void 0?void 0:t.maps)===null||n===void 0)&&n.importLibrary||(o=>{let i,l,d,c="The Google Maps JavaScript API",m="google",u="importLibrary",f="__ib__",g=document,h=window;h=h[m]||(h[m]={});const p=h.maps||(h.maps={}),E=new Set,y=new URLSearchParams,T=()=>i||(i=new Promise((_,b)=>Si(this,void 0,void 0,function*(){var S;yield l=g.createElement("script"),l.id=this.id,y.set("libraries",[...E]+"");for(d in o)y.set(d.replace(/[A-Z]/g,O=>"_"+O[0].toLowerCase()),o[d]);y.set("callback",m+".maps."+f),l.src=this.url+"?"+y,p[f]=_,l.onerror=()=>i=b(Error(c+" could not load.")),l.nonce=this.nonce||((S=g.querySelector("script[nonce]"))===null||S===void 0?void 0:S.nonce)||"",g.head.append(l)})));p[u]?console.warn(c+" only loads once. Ignoring:",o):p[u]=(_,...b)=>E.add(_)&&T().then(()=>p[u](_,...b))})(r);const a=this.libraries.map(o=>this.importLibrary(o));a.length||a.push(this.importLibrary("core")),Promise.all(a).then(()=>this.callback(),o=>{const i=new ErrorEvent("error",{error:o});this.loadErrorCallback(i)})}reset(){this.deleteScript(),this.done=!1,this.loading=!1,this.errors=[],this.onerrorEvent=null}resetIfRetryingFailed(){this.failed&&this.reset()}loadErrorCallback(t){if(this.errors.push(t),this.errors.length<=this.retries){const n=this.errors.length*Math.pow(2,this.errors.length);console.error(`Failed to load Google Maps script, retrying in ${n} ms.`),setTimeout(()=>{this.deleteScript(),this.setScript()},n)}else this.onerrorEvent=t,this.callback()}callback(){this.done=!0,this.loading=!1,this.callbacks.forEach(t=>{t(this.onerrorEvent)}),this.callbacks=[]}execute(){if(this.resetIfRetryingFailed(),this.done)this.callback();else{if(window.google&&window.google.maps&&window.google.maps.version){console.warn("Google Maps already loaded outside @googlemaps/js-api-loader.This may result in undesirable behavior as options and script parameters may not match."),this.callback();return}this.loading||(this.loading=!0,this.setScript())}}};const Ee=(e,t)=>{const n=e.__vccOpts||e;for(const[r,a]of t)n[r]=a;return n},ki={key:0,class:"t-transp mn-r-small"},Ii=["placeholder","value"],Pi={key:0,class:"mn-t-thin invalid-feedback"},Li={__name:"Address",props:{apiKey:{type:String,required:!0},label:null,placeholder:"Enter something here",field:null,location:{type:Object,default:{lat:48.6900735,lng:41.1620239}},address:{type:String,default:""}},emits:["update:address","update:location","update:country","update:state","update:city"],setup(e,{emit:t}){const n=e,r=t,a=s.ref(null);let o;const i=()=>{new Na({apiKey:n.apiKey,version:"weekly",libraries:["places"]}).load().then(()=>{o=new google.maps.places.Autocomplete(a.value),o.addListener("place_changed",d)}).catch(m=>{console.error(m)})},l=()=>{o||i()},d=()=>{const c=o.getPlace();if(!c.geometry||!c.address_components)return;let m="",u="",f="";for(let p=0;p<c.address_components.length;p++){console.log(c.address_components);let E=c.address_components[p];E.types.includes("country")&&(m=E.long_name),E.types.includes("administrative_area_level_1")&&(u=E.long_name),E.types.includes("locality")&&(f=E.long_name)}const g=c.formatted_address,h={lat:c.geometry.location.lat(),lng:c.geometry.location.lng()};r("update:address",g),r("update:location",h),r("update:country",m),r("update:state",u),r("update:city",f)};return s.watchEffect(()=>{n.address!==a.value&&(a.value=n.address)}),s.onMounted(()=>{i()}),(c,m)=>(s.openBlock(),s.createElementBlock("div",{class:s.normalizeClass([c.$attrs.class,"flex-nowrap flex"])},[e.label?(s.openBlock(),s.createElementBlock("div",ki,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),s.createElementVNode("input",{ref_key:"addressInput",ref:a,class:"w-100",placeholder:e.placeholder,value:e.address,onInput:l},null,40,Ii),s.createVNode(s.Transition,{mode:"out-in",name:"fade"},{default:s.withCtx(()=>[c.validation?(s.openBlock(),s.createElementBlock("div",Pi," * "+s.toDisplayString(c.validation.message),1)):s.createCommentVNode("",!0)]),_:1})],2))}},Sa=Ee(Li,[["__scopeId","data-v-5cf1cb51"]]),Ai=Object.freeze(Object.defineProperty({__proto__:null,default:Sa},Symbol.toStringTag,{value:"Module"})),Di=["disabled"],Ri={key:1,class:"loading"},Fi=s.createElementVNode("svg",{class:"i-regular",width:"135",height:"140",viewBox:"0 0 135 140",xmlns:"http://www.w3.org/2000/svg",fill:"#fff"},null,-1),Mi=[Fi],xi={key:2,class:"t-semi loading t-black"},Bi={key:3,class:"error"},Vi={key:0,class:"button-counter"},Ta={__name:"Button",props:{submit:{type:Function,default:async()=>{console.log("Button click.")}},text:{type:Object,default:e=>(console.log(e),e={...e.text,success:"✔",error:"✖"})},counter:{type:Object},callback:{type:Function,default:async()=>{console.log("Button callback.")}},callbackDelay:{type:Number,default:750},showSucces:{type:Boolean,default:!0},showLoader:{type:Boolean,default:!0},validation:{type:Boolean,default:!1}},emits:["error"],setup(e,{emit:t}){const n=e,r=t,a=s.ref(null),o=s.ref(null),i=s.ref(!1),l=s.ref(!1);async function d(){a.value.style["pointer-events"]="none",o.value=null,i.value=!0;const c=()=>{a.value&&(a.value.classList.replace("bg-second","bg-main"),a.value.style.pointerEvents="auto",i.value=!1,l.value=!1,o.value=null)};try{await n.submit(),a.value.classList.replace("bg-main","bg-second"),i.value=!1,n.showSucces?(l.value=!0,setTimeout(c,500)):c(),n.callback&&setTimeout(()=>n.callback(),n.callbackDelay)}catch(m){r("error",m),a.value.classList.replace("bg-main","bg-fourth-nano"),o.value=n.error,setTimeout(()=>{c(),a.value.classList.replace("bg-fourth-nano","bg-main")},1330)}}return(c,m)=>(s.openBlock(),s.createElementBlock("button",{onClick:s.withModifiers(d,["stop"]),disabled:e.validation,ref_key:"button",ref:a,class:"button"},[s.createVNode(s.Transition,{name:"moveFromTopAbsolute"},{default:s.withCtx(()=>[!i.value&&!o.value&&!l.value||!e.showLoader?s.renderSlot(c.$slots,"default",{key:0}):i.value&&!o.value&&e.showLoader?(s.openBlock(),s.createElementBlock("span",Ri,Mi)):l.value&&e.showSucces?(s.openBlock(),s.createElementBlock("span",xi,s.toDisplayString(e.text.success),1)):o.value?(s.openBlock(),s.createElementBlock("span",Bi,s.toDisplayString(o.value),1)):s.createCommentVNode("",!0)]),_:3}),e.counter?(s.openBlock(),s.createElementBlock("p",Vi,s.toDisplayString(e.counter),1)):s.createCommentVNode("",!0)],8,Di))}},Ui=Object.freeze(Object.defineProperty({__proto__:null,default:Ta},Symbol.toStringTag,{value:"Module"})),ji={class:"flex-v-center flex-nowrap flex"},Gi={key:0,class:"mn-r-auto t-transp mn-r-small"},Hi=["name","value","checked"],Wi={__name:"Checkbox",props:{label:String,name:String,value:String,radio:{type:[Array,Boolean,Object],default:()=>[]}},emits:["update:radio"],setup(e,{emit:t}){const n=e,r=t,a=o=>{if(Array.isArray(n.radio)){let i=[...n.radio];if(o.target.checked)i.push(n.value);else{const l=i.indexOf(n.value);l!==-1&&i.splice(l,1)}r("update:radio",i)}else typeof n.radio=="boolean"&&r("update:radio",o.target.checked)};return(o,i)=>(s.openBlock(),s.createElementBlock("label",ji,[e.label?(s.openBlock(),s.createElementBlock("div",Gi,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),s.createElementVNode("input",{onChange:a,class:"round radiobutton",type:"checkbox",name:e.name,value:e.value,checked:Array.isArray(e.radio)?e.radio.includes(e.value):e.radio},null,40,Hi),s.createElementVNode("div",{class:s.normalizeClass(["transition-elastic cursor-pointer mn-l-thin pd-thin h-2r w-4r radius-extra",{"bg-light":!(Array.isArray(e.radio)?e.radio.includes(e.value):e.radio),"bg-main":Array.isArray(e.radio)?e.radio.includes(e.value):e.radio}])},[s.createElementVNode("div",{class:s.normalizeClass(["transition-linear w-1r h-1r radius-extra h-100 bg-white",{"mn-r-auto":!(Array.isArray(e.radio)?e.radio.includes(e.value):e.radio),"mn-l-auto":Array.isArray(e.radio)?e.radio.includes(e.value):e.radio}])},null,2)],2)]))}},pr=Ee(Wi,[["__scopeId","data-v-ef88ec33"]]),Ki=Object.freeze(Object.defineProperty({__proto__:null,default:pr},Symbol.toStringTag,{value:"Module"})),pn={beforeMount(e,t,n){var r;if(typeof t.value!="function"){let a=`[Vue-click-outside:] provided expression ${t.expression} is not a function, but has to be`;const o=(r=n.component)==null?void 0:r.name;o&&(a+=` Found in component ${o}`),console.warn(a)}e.clickOutsideEvent=function(a){e===a.target||e.contains(a.target)||t.value(a)},document.addEventListener("click",e.clickOutsideEvent,!0)},unmounted(e){document.removeEventListener("click",e.clickOutsideEvent,!0)}},zi={key:0},Yi={key:1},qi={__name:"Dropdown",props:{label:{type:[String,Object],default:"Open"},align:{type:String,default:"left"}},setup(e){let t=pn;const n=e,r=s.ref(!1),a=s.computed(()=>typeof n.label=="object");function o(){r.value=!1}return(i,l)=>s.withDirectives((s.openBlock(),s.createElementBlock("div",{class:"dropdown pos-relative",onClick:l[0]||(l[0]=s.withModifiers(d=>r.value=!r.value,["stop"]))},[a.value?(s.openBlock(),s.createElementBlock("div",zi,[(s.openBlock(),s.createBlock(s.resolveDynamicComponent(e.label.component),{class:s.normalizeClass(e.label.class)},null,8,["class"]))])):(s.openBlock(),s.createElementBlock("div",Yi,s.toDisplayString(e.label),1)),s.createVNode(s.Transition,{name:"TransitionTranslateY",mode:"out-in"},{default:s.withCtx(()=>[s.withDirectives(s.createElementVNode("div",{style:s.normalizeStyle({left:e.align==="left"?"0":"auto",right:e.align==="right"?"0":"auto"}),class:"dropdown-content w-15r radius-big"},[s.renderSlot(i.$slots,"default",{},void 0,!0)],4),[[s.vShow,r.value]])]),_:3})])),[[s.unref(t),o]])}},Ca=Ee(qi,[["__scopeId","data-v-542fc6b9"]]),Xi=Object.freeze(Object.defineProperty({__proto__:null,default:Ca},Symbol.toStringTag,{value:"Module"})),Ji={class:"error-wrapper"},Zi={class:"error-card"},wa={__name:"Error",props:{error:Object},setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("div",Ji,[s.createElementVNode("div",Zi,[s.createElementVNode("p",null,"Ошибка "+s.toDisplayString(e.error.status),1)])]))}},Qi=Object.freeze(Object.defineProperty({__proto__:null,default:wa},Symbol.toStringTag,{value:"Module"})),el={key:0,class:"t-transp mn-r-small"},tl={class:"w-100"},nl=["type","value","placeholder","tabindex","disabled"],rl=["value","placeholder","tabindex","disabled"],ol={key:1,class:"t-transp mn-l-small"},al={key:0,class:"mn-t-thin mn-b-thin mn-b-thin invalid-feedback"},sl={__name:"Field",props:{label:null,symbol:null,type:"text",placeholder:"Enter something here",field:null,value:null,validation:!1,disabled:null,tabindex:-1},emits:["update:field","focus","blur"],setup(e,{emit:t}){const n=t,r=e;r.value&&n("update:field",r.value);const a=s.ref(r.field);return(o,i)=>(s.openBlock(),s.createElementBlock(s.Fragment,null,[s.createElementVNode("div",{class:s.normalizeClass([[o.$attrs.class,{"bg-fourth-nano":e.validation}],"flex-center flex-nowrap flex"])},[e.label?(s.openBlock(),s.createElementBlock("div",el,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),s.createElementVNode("div",tl,[e.type!=="textarea"?(s.openBlock(),s.createElementBlock("input",{key:0,onInput:i[0]||(i[0]=l=>a.value=n("update:field",l.target.value)),onFocus:i[1]||(i[1]=l=>n("focus",l)),onBlur:i[2]||(i[2]=l=>n("blur",l)),type:e.type,class:"w-100",value:e.field,placeholder:e.placeholder,tabindex:e.tabindex,disabled:e.disabled},null,40,nl)):(s.openBlock(),s.createElementBlock("textarea",{key:1,onInput:i[3]||(i[3]=l=>a.value=n("update:field",l.target.value)),onFocus:i[4]||(i[4]=l=>n("focus",l)),onBlur:i[5]||(i[5]=l=>n("blur",l)),class:"w-100",style:{resize:"vertical"},value:e.field,placeholder:e.placeholder,tabindex:e.tabindex,disabled:e.disabled},null,40,rl))]),s.renderSlot(o.$slots,"default",{},void 0,!0),e.symbol?(s.openBlock(),s.createElementBlock("div",ol,[s.createElementVNode("span",null,s.toDisplayString(e.symbol),1)])):s.createCommentVNode("",!0)],2),s.createVNode(s.Transition,{name:"fade"},{default:s.withCtx(()=>[e.validation?(s.openBlock(),s.createElementBlock("div",al," * "+s.toDisplayString(e.validation.message),1)):s.createCommentVNode("",!0)]),_:1})],64))}},hn=Ee(sl,[["__scopeId","data-v-47c78b3c"]]),il=Object.freeze(Object.defineProperty({__proto__:null,default:hn},Symbol.toStringTag,{value:"Module"})),ll={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-36-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])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|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|7[39])|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-36-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","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:(?:79|94)[01]|83[0-389])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[0-36-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",["[167]"],"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|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-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])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|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",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|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\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["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]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|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])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|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(?:(?:22|44|7[27]|87|9[69])[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-689]|8[1-69]|9[1-578])|[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-6]|7(?:0[0-689]|[1-79])|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]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","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-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|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}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[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|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:5056(?:[0-35-9]\\d|4[468])|7302[0-4]\\d)\\d{4}|(?:472[24]|505[2-57-9]|7306|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[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","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\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}"]]]}};function dl(e,t){var n=Array.prototype.slice.call(t);return n.push(ll),e.apply(this,n)}function Hn(e){"@babel/helpers - typeof";return Hn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Hn(e)}function cl(e,t,n){return Object.defineProperty(e,"prototype",{writable:!1}),e}function ul(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function fl(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Mt(e,t)}function ml(e){var t=Ia();return function(){var r=xt(e),a;if(t){var o=xt(this).constructor;a=Reflect.construct(r,arguments,o)}else a=r.apply(this,arguments);return pl(this,a)}}function pl(e,t){if(t&&(Hn(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return ka(e)}function ka(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Wn(e){var t=typeof Map=="function"?new Map:void 0;return Wn=function(r){if(r===null||!hl(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,a)}function a(){return en(r,arguments,xt(this).constructor)}return a.prototype=Object.create(r.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Mt(a,r)},Wn(e)}function en(e,t,n){return Ia()?en=Reflect.construct:en=function(a,o,i){var l=[null];l.push.apply(l,o);var d=Function.bind.apply(a,l),c=new d;return i&&Mt(c,i.prototype),c},en.apply(null,arguments)}function Ia(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function hl(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Mt(e,t){return Mt=Object.setPrototypeOf||function(r,a){return r.__proto__=a,r},Mt(e,t)}function xt(e){return xt=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},xt(e)}var nt=function(e){fl(n,e);var t=ml(n);function n(r){var a;return ul(this,n),a=t.call(this,r),Object.setPrototypeOf(ka(a),n.prototype),a.name=a.constructor.name,a}return cl(n)}(Wn(Error)),hr=2,$l=17,gl=3,We="0-90-9٠-٩۰-۹",_l="-‐-―−ー-",vl="//",yl="..",bl="  ­​⁠ ",El="()()[]\\[\\]",Ol="~⁓∼~",sn="".concat(_l).concat(vl).concat(yl).concat(bl).concat(El).concat(Ol),$r="++";function qr(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),r=t[0].split("."),a=0;a<3;a++){var o=Number(n[a]),i=Number(r[a]);if(o>i)return 1;if(i>o)return-1;if(!isNaN(o)&&isNaN(i))return 1;if(isNaN(o)&&!isNaN(i))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var Nl={}.constructor;function tn(e){return e!=null&&e.constructor===Nl}function Kn(e){"@babel/helpers - typeof";return Kn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kn(e)}function $n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gn(e,t,n){return t&&Sl(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var Tl="1.2.0",Cl="1.7.35",Xr=" ext. ",wl=/^\d+$/,Re=function(){function e(t){$n(this,e),Ll(t),this.metadata=t,Pa.call(this,t)}return gn(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var r=this.countryCallingCodes()[n];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,r){if(n&&wl.test(n)&&(r=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new Jr(this.getCountryMetadata(n),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new Jr(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var r=this.countryCallingCodes()[n];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(n){var r=this.getCountryCodesForCallingCode(n);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(n){var r=this.getCountryCodeForCallingCode(n);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var a=this.nonGeographic()[n];if(a)return a}else{var o=this.countryCallingCodes()[n];if(o&&o.length===1&&o[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(n){return this.numberingPlan.type(n)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),Jr=function(){function e(t,n){$n(this,e),this.globalMetadataObject=n,this.metadata=t,Pa.call(this,n.metadata)}return gn(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(a){return new kl(a,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(n){if(this.hasTypes()&&Zr(this.types(),n))return new Pl(Zr(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Xr:this.metadata[13]||Xr}}]),e}(),kl=function(){function e(t,n){$n(this,e),this._format=t,this.metadata=n}return gn(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Il.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),Il=/^\(?\$1\)?$/,Pl=function(){function e(t,n){$n(this,e),this.type=t,this.metadata=n}return gn(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Zr(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function Ll(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!tn(e)||!tn(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(tn(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Al(e)+": "+e,"."))}var Al=function(t){return Kn(t)};function gr(e,t){if(t=new Re(t),t.hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function Dl(e,t){return t.countries.hasOwnProperty(e)}function Pa(e){var t=e.version;typeof t=="number"?(this.v1=t===1,this.v2=t===2,this.v3=t===3,this.v4=t===4):t?qr(t,Tl)===-1?this.v2=!0:qr(t,Cl)===-1?this.v3=!0:this.v4=!0:this.v1=!0}var Rl=";ext=",_t=function(t){return"([".concat(We,"]{1,").concat(t,"})")};function La(e){var t="20",n="15",r="9",a="6",o="[  \\t,]*",i="[:\\..]?[  \\t,-]*",l="#?",d="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",c="(?:[xx##~~]|int|int)",m="[- ]+",u="[  \\t]*",f="(?:,{2}|;)",g=Rl+_t(t),h=o+d+i+_t(t)+l,p=o+c+i+_t(r)+l,E=m+_t(a)+"#",y=u+f+i+_t(n)+l,T=u+"(?:,)+"+i+_t(r)+l;return g+"|"+h+"|"+p+"|"+E+"|"+y+"|"+T}var Fl="["+We+"]{"+hr+"}",Ml="["+$r+"]{0,1}(?:["+sn+"]*["+We+"]){3,}["+sn+We+"]*",xl=new RegExp("^["+$r+"]{0,1}(?:["+sn+"]*["+We+"]){1,2}$","i"),Bl=Ml+"(?:"+La()+")?",Vl=new RegExp("^"+Fl+"$|^"+Bl+"$","i");function Ul(e){return e.length>=hr&&Vl.test(e)}function jl(e){return xl.test(e)}var Qr=new RegExp("(?:"+La()+")$","i");function Gl(e){var t=e.search(Qr);if(t<0)return{};for(var n=e.slice(0,t),r=e.match(Qr),a=1;a<r.length;){if(r[a])return{number:n,ext:r[a]};a++}}var Hl={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function Wl(e){return Hl[e]}function Kl(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=zl(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
2
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function zl(e,t){if(e){if(typeof e=="string")return eo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eo(e,t)}}function eo(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function to(e){for(var t="",n=Kl(e.split("")),r;!(r=n()).done;){var a=r.value;t+=Yl(a,t)||""}return t}function Yl(e,t,n){return e==="+"?t?void 0:"+":Wl(e)}function _r(e,t){return ql(e,void 0,t)}function ql(e,t,n){var r=n.type(t),a=r&&r.possibleLengths()||n.possibleLengths();if(!a)return"IS_POSSIBLE";var o=e.length,i=a[0];return i===o?"IS_POSSIBLE":i>o?"TOO_SHORT":a[a.length-1]<o?"TOO_LONG":a.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function Xl(e,t,n){if(t===void 0&&(t={}),n=new Re(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return Aa(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function Aa(e,t){switch(_r(e,t)){case"IS_POSSIBLE":return!0;default:return!1}}function ot(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function Jl(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Zl(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
3
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Zl(e,t){if(e){if(typeof e=="string")return no(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return no(e,t)}}function no(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Ql=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function vr(e,t,n){if(t=t||{},!(!e.country&&!e.countryCallingCode)){n=new Re(n),n.selectNumberingPlan(e.country,e.countryCallingCode);var r=t.v2?e.nationalNumber:e.phone;if(ot(r,n.nationalNumberPattern())){if(In(r,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||In(r,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var a=Jl(Ql),o;!(o=a()).done;){var i=o.value;if(In(r,i,n))return i}}}}function In(e,t,n){return t=n.type(t),!t||!t.pattern()||t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0?!1:ot(e,t.pattern())}function ed(e,t,n){if(t=t||{},n=new Re(n),n.selectNumberingPlan(e.country,e.countryCallingCode),n.hasTypes())return vr(e,t,n.metadata)!==void 0;var r=t.v2?e.nationalNumber:e.phone;return ot(r,n.nationalNumberPattern())}function td(e,t,n){var r=new Re(n),a=r.getCountryCodesForCallingCode(e);return a?a.filter(function(o){return nd(t,o,n)}):[]}function nd(e,t,n){var r=new Re(n);return r.selectNumberingPlan(t),r.numberingPlan.possibleLengths().indexOf(e.length)>=0}function rd(e){return e.replace(new RegExp("[".concat(sn,"]+"),"g")," ").trim()}var od=/(\$\d)/;function ad(e,t,n){var r=n.useInternationalFormat,a=n.withNationalPrefix,o=e.replace(new RegExp(t.pattern()),r?t.internationalFormat():a&&t.nationalPrefixFormattingRule()?t.format().replace(od,t.nationalPrefixFormattingRule()):t.format());return r?rd(o):o}var sd=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function id(e,t,n){var r=new Re(n);if(r.selectNumberingPlan(e,t),r.defaultIDDPrefix())return r.defaultIDDPrefix();if(sd.test(r.IDDPrefix()))return r.IDDPrefix()}function ld(e){var t=e.number,n=e.ext;if(!t)return"";if(t[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}function dd(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=cd(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
4
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cd(e,t){if(e){if(typeof e=="string")return ro(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ro(e,t)}}function ro(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function oo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function ao(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?oo(Object(n),!0).forEach(function(r){ud(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oo(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ud(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var so={formatExtension:function(t,n,r){return"".concat(t).concat(r.ext()).concat(n)}};function fd(e,t,n,r){if(n?n=ao(ao({},so),n):n=so,r=new Re(r),e.country&&e.country!=="001"){if(!r.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));r.country(e.country)}else if(e.countryCallingCode)r.selectNumberingPlan(e.countryCallingCode);else return e.phone||"";var a=r.countryCallingCode(),o=n.v2?e.nationalNumber:e.phone,i;switch(t){case"NATIONAL":return o?(i=ln(o,e.carrierCode,"NATIONAL",r,n),Pn(i,e.ext,r,n.formatExtension)):"";case"INTERNATIONAL":return o?(i=ln(o,null,"INTERNATIONAL",r,n),i="+".concat(a," ").concat(i),Pn(i,e.ext,r,n.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(o);case"RFC3966":return ld({number:"+".concat(a).concat(o),ext:e.ext});case"IDD":if(!n.fromCountry)return;var l=pd(o,e.carrierCode,a,n.fromCountry,r);return Pn(l,e.ext,r,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function ln(e,t,n,r,a){var o=md(r.formats(),e);return o?ad(e,o,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&a&&a.nationalPrefix===!1),carrierCode:t,metadata:r}):e}function md(e,t){for(var n=dd(e),r;!(r=n()).done;){var a=r.value;if(a.leadingDigitsPatterns().length>0){var o=a.leadingDigitsPatterns()[a.leadingDigitsPatterns().length-1];if(t.search(o)!==0)continue}if(ot(t,a.pattern()))return a}}function Pn(e,t,n,r){return t?r(e,t,n):e}function pd(e,t,n,r,a){var o=gr(r,a.metadata);if(o===n){var i=ln(e,t,"NATIONAL",a);return n==="1"?n+" "+i:i}var l=id(r,void 0,a.metadata);if(l)return"".concat(l," ").concat(n," ").concat(ln(e,null,"INTERNATIONAL",a))}function io(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function lo(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?io(Object(n),!0).forEach(function(r){hd(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):io(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function hd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function $d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function gd(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _d(e,t,n){return t&&gd(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var vd=function(){function e(t,n,r){if($d(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!r)throw new TypeError("`metadata` not passed");var a=bd(t,r),o=a.country,i=a.countryCallingCode;this.country=o,this.countryCallingCode=i,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return r}}return _d(e,[{key:"setExt",value:function(n){this.ext=n}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:td(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return Xl(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return ed(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var n=new Re(this.getMetadata());return n.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(n){return this.number===n.number&&this.ext===n.ext}},{key:"getType",value:function(){return vr(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(n,r){return fd(this,n,r?lo(lo({},r),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(n){return this.format("NATIONAL",n)}},{key:"formatInternational",value:function(n){return this.format("INTERNATIONAL",n)}},{key:"getURI",value:function(n){return this.format("RFC3966",n)}}]),e}(),yd=function(t){return/^[A-Z]{2}$/.test(t)};function bd(e,t){var n,r,a=new Re(t);return yd(e)?(n=e,a.selectNumberingPlan(n),r=a.countryCallingCode()):r=e,{country:n,countryCallingCode:r}}var Ed=new RegExp("(["+We+"])");function Od(e,t,n,r){if(t){var a=new Re(r);a.selectNumberingPlan(t,n);var o=new RegExp(a.IDDPrefix());if(e.search(o)===0){e=e.slice(e.match(o)[0].length);var i=e.match(Ed);if(!(i&&i[1]!=null&&i[1].length>0&&i[1]==="0"))return e}}}function Nd(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(e);if(r){var a,o,i=r.length-1,l=i>0&&r[i];if(t.nationalPrefixTransformRule()&&l)a=e.replace(n,t.nationalPrefixTransformRule()),i>1&&(o=r[1]);else{var d=r[0];a=e.slice(d.length),l&&(o=r[1])}var c;if(l){var m=e.indexOf(r[1]),u=e.slice(0,m);u===t.numberingPlan.nationalPrefix()&&(c=t.numberingPlan.nationalPrefix())}else c=r[0];return{nationalNumber:a,nationalPrefix:c,carrierCode:o}}}return{nationalNumber:e}}function zn(e,t){var n=Nd(e,t),r=n.carrierCode,a=n.nationalNumber;if(a!==e){if(!Sd(e,a,t))return{nationalNumber:e};if(t.possibleLengths()&&!Td(a,t))return{nationalNumber:e}}return{nationalNumber:a,carrierCode:r}}function Sd(e,t,n){return!(ot(e,n.nationalNumberPattern())&&!ot(t,n.nationalNumberPattern()))}function Td(e,t){switch(_r(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function Cd(e,t,n,r){var a=t?gr(t,r):n;if(e.indexOf(a)===0){r=new Re(r),r.selectNumberingPlan(t,n);var o=e.slice(a.length),i=zn(o,r),l=i.nationalNumber,d=zn(e,r),c=d.nationalNumber;if(!ot(c,r.nationalNumberPattern())&&ot(l,r.nationalNumberPattern())||_r(c,r)==="TOO_LONG")return{countryCallingCode:a,number:o}}return{number:e}}function wd(e,t,n,r){if(!e)return{};var a;if(e[0]!=="+"){var o=Od(e,t,n,r);if(o&&o!==e)a=!0,e="+"+o;else{if(t||n){var i=Cd(e,t,n,r),l=i.countryCallingCode,d=i.number;if(l)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:l,number:d}}return{number:e}}}if(e[1]==="0")return{};r=new Re(r);for(var c=2;c-1<=gl&&c<=e.length;){var m=e.slice(1,c);if(r.hasCallingCode(m))return r.selectNumberingPlan(m),{countryCallingCodeSource:a?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:m,number:e.slice(c)};c++}return{}}function kd(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Id(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
5
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Id(e,t){if(e){if(typeof e=="string")return co(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return co(e,t)}}function co(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Pd(e,t){var n=t.countries,r=t.defaultCountry,a=t.metadata;a=new Re(a);for(var o=[],i=kd(n),l;!(l=i()).done;){var d=l.value;if(a.country(d),a.leadingDigits()){if(e&&e.search(a.leadingDigits())===0)return d}else if(vr({phone:e,country:d},void 0,a.metadata))if(r){if(d===r)return d;o.push(d)}else return d}if(o.length>0)return o[0]}function Ld(e,t){var n=t.nationalNumber,r=t.defaultCountry,a=t.metadata,o=a.getCountryCodesForCallingCode(e);if(o)return o.length===1?o[0]:Pd(n,{countries:o,defaultCountry:r,metadata:a.metadata})}var Da="+",Ad="[\\-\\.\\(\\)]?",uo="(["+We+"]|"+Ad+")",Dd="^\\"+Da+uo+"*["+We+"]"+uo+"*$",Rd=new RegExp(Dd,"g"),Yn=We,Fd="["+Yn+"]+((\\-)*["+Yn+"])*",Md="a-zA-Z",xd="["+Md+"]+((\\-)*["+Yn+"])*",Bd="^("+Fd+"\\.)*"+xd+"\\.?$",Vd=new RegExp(Bd,"g"),fo="tel:",qn=";phone-context=",Ud=";isub=";function jd(e){var t=e.indexOf(qn);if(t<0)return null;var n=t+qn.length;if(n>=e.length)return"";var r=e.indexOf(";",n);return r>=0?e.substring(n,r):e.substring(n)}function Gd(e){return e===null?!0:e.length===0?!1:Rd.test(e)||Vd.test(e)}function Hd(e,t){var n=t.extractFormattedPhoneNumber,r=jd(e);if(!Gd(r))throw new nt("NOT_A_NUMBER");var a;if(r===null)a=n(e)||"";else{a="",r.charAt(0)===Da&&(a+=r);var o=e.indexOf(fo),i;o>=0?i=o+fo.length:i=0;var l=e.indexOf(qn);a+=e.substring(i,l)}var d=a.indexOf(Ud);if(d>0&&(a=a.substring(0,d)),a!=="")return a}var Wd=250,Kd=new RegExp("["+$r+We+"]"),zd=new RegExp("[^"+We+"#]+$");function Yd(e,t,n){if(t=t||{},n=new Re(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry))throw t.v2?new nt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(t.defaultCountry));var r=Xd(e,t.v2,t.extract),a=r.number,o=r.ext,i=r.error;if(!a){if(t.v2)throw i==="TOO_SHORT"?new nt("TOO_SHORT"):new nt("NOT_A_NUMBER");return{}}var l=Zd(a,t.defaultCountry,t.defaultCallingCode,n),d=l.country,c=l.nationalNumber,m=l.countryCallingCode,u=l.countryCallingCodeSource,f=l.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new nt("INVALID_COUNTRY");return{}}if(!c||c.length<hr){if(t.v2)throw new nt("TOO_SHORT");return{}}if(c.length>$l){if(t.v2)throw new nt("TOO_LONG");return{}}if(t.v2){var g=new vd(m,c,n.metadata);return d&&(g.country=d),f&&(g.carrierCode=f),o&&(g.ext=o),g.__countryCallingCodeSource=u,g}var h=(t.extended?n.hasSelectedNumberingPlan():d)?ot(c,n.nationalNumberPattern()):!1;return t.extended?{country:d,countryCallingCode:m,carrierCode:f,valid:h,possible:h?!0:!!(t.extended===!0&&n.possibleLengths()&&Aa(c,n)),phone:c,ext:o}:h?Jd(d,c,o):{}}function qd(e,t,n){if(e){if(e.length>Wd){if(n)throw new nt("TOO_LONG");return}if(t===!1)return e;var r=e.search(Kd);if(!(r<0))return e.slice(r).replace(zd,"")}}function Xd(e,t,n){var r=Hd(e,{extractFormattedPhoneNumber:function(i){return qd(i,n,t)}});if(!r)return{};if(!Ul(r))return jl(r)?{error:"TOO_SHORT"}:{};var a=Gl(r);return a.ext?a:{number:r}}function Jd(e,t,n){var r={country:e,phone:t};return n&&(r.ext=n),r}function Zd(e,t,n,r){var a=wd(to(e),t,n,r.metadata),o=a.countryCallingCodeSource,i=a.countryCallingCode,l=a.number,d;if(i)r.selectNumberingPlan(i);else if(l&&(t||n))r.selectNumberingPlan(t,n),t&&(d=t),i=n||gr(t,r.metadata);else return{};if(!l)return{countryCallingCodeSource:o,countryCallingCode:i};var c=zn(to(l),r),m=c.nationalNumber,u=c.carrierCode,f=Ld(i,{nationalNumber:m,defaultCountry:t,metadata:r});return f&&(d=f,f==="001"||r.country(d)),{country:d,countryCallingCode:i,countryCallingCodeSource:o,nationalNumber:m,carrierCode:u}}function mo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function po(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?mo(Object(n),!0).forEach(function(r){Qd(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mo(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function Qd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ec(e,t,n){return Yd(e,po(po({},t),{},{v2:!0}),n)}function ho(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function tc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ho(Object(n),!0).forEach(function(r){nc(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ho(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function nc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rc(e,t){return ic(e)||sc(e,t)||ac(e,t)||oc()}function oc(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ac(e,t){if(e){if(typeof e=="string")return $o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $o(e,t)}}function $o(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function sc(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],a=!0,o=!1,i,l;try{for(n=n.call(e);!(a=(i=n.next()).done)&&(r.push(i.value),!(t&&r.length===t));a=!0);}catch(d){o=!0,l=d}finally{try{!a&&n.return!=null&&n.return()}finally{if(o)throw l}}return r}}function ic(e){if(Array.isArray(e))return e}function lc(e){var t=Array.prototype.slice.call(e),n=rc(t,4),r=n[0],a=n[1],o=n[2],i=n[3],l,d,c;if(typeof r=="string")l=r;else throw new TypeError("A text for parsing must be a string.");if(!a||typeof a=="string")i?(d=o,c=i):(d=void 0,c=o),a&&(d=tc({defaultCountry:a},d));else if(tn(a))o?(d=a,c=o):c=a;else throw new Error("Invalid second argument: ".concat(a));return{text:l,options:d,metadata:c}}function go(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),n.push.apply(n,r)}return n}function _o(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?go(Object(n),!0).forEach(function(r){dc(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):go(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function dc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cc(e,t,n){t&&t.defaultCountry&&!Dl(t.defaultCountry,n)&&(t=_o(_o({},t),{},{defaultCountry:void 0}));try{return ec(e,t,n)}catch(r){if(!(r instanceof nt))throw r}}function uc(){var e=lc(arguments),t=e.text,n=e.options,r=e.metadata;return cc(t,n,r)}function Ln(){return dl(uc,arguments)}const fc=[["‫افغانستان‬‎","af","93",,"🇦🇫"],["Shqipëri","al","355",,"🇦🇱"],["‫الجزائر‬‎","dz","213",,"🇩🇿"],["American Samoa","as","1684",,"🇦🇸"],["Andorra","ad","376",,"🇦🇩"],["Angola","ao","244",,"🇦🇴"],["Anguilla","ai","1264",,"🇦🇮"],["Antigua and Barbuda","ag","1268",,"🇦🇬"],["Argentina","ar","54",,"🇦🇷"],["Հայաստան","am","374",,"🇦🇲"],["Aruba","aw","297",,"🇦🇼"],["Australia","au","61",0,,"🇦🇺"],["Österreich","at","43",,"🇦🇹"],["Azərbaycan","az","994",,"🇦🇿"],["Bahamas","bs","1242",,"🇧🇸"],["‫البحرين‬‎","bh","973",,"🇧🇭"],["বাংলাদেশ","bd","880",,"🇧🇩"],["Barbados","bb","1246",,"🇧🇧"],["Беларусь","by","375",,"🇧🇾"],["België","be","32",,"🇧🇪"],["Belize","bz","501",,"🇧🇿"],["Bénin","bj","229",,"🇧🇯"],["Bermuda","bm","1441",,"🇧🇲"],["འབྲུག","bt","975",,"🇧🇹"],["Bolivia","bo","591",,"🇧🇴"],["Босна и Херцеговина","ba","387",,"🇧🇦"],["Botswana","bw","267",,"🇧🇼"],["Brasil","br","55",,"🇧🇷"],["British Indian Ocean Territory","io","246",,"🇮🇴"],["British Virgin Islands","vg","1284",,"🇻🇬"],["Brunei","bn","673",,"🇧🇳"],["България","bg","359",,"🇧🇬"],["Burkina Faso","bf","226",,"🇧🇫"],["Uburundi","bi","257",,"🇧🇮"],["កម្ពុជា","kh","855",,"🇰🇭"],["Cameroun","cm","237",,"🇨🇲"],["Canada","ca","1",1,"🇨🇦"],["Kabu Verdi","cv","238",,"🇨🇻"],["Caribbean Netherlands","bq","599",1,,"🇧🇶"],["Cayman Islands","ky","1345",,"🇰🇾"],["République centrafricaine","cf","236",,"🇨🇫"],["Tchad","td","235",,"🇹🇩"],["Chile","cl","56",,"🇨🇱"],["中国","cn","86",,"🇨🇳"],["Christmas Island","cx","61",2,,"🇨🇽"],["Keeling","cc","61",1,,"🇨🇨"],["Colombia","co","57",,"🇨🇴"],["‫جزر القمر‬‎","km","269",,"🇰🇲"],["DRC","cd","243",,"🇨🇩"],["Republic","cg","242",,"🇨🇬"],["Cook Islands","ck","682",,"🇨🇰"],["Costa Rica","cr","506",,"🇨🇷"],["Côte d’Ivoire","ci","225",,"🇨🇮"],["Hrvatska","hr","385",,"🇭🇷"],["Cuba","cu","53",,"🇨🇺"],["Curaçao","cw","599",0,,"🇨🇼"],["Κύπρος","cy","357",,"🇨🇾"],["Česká republika","cz","420",,"🇨🇿"],["Danmark","dk","45",,"🇩🇰"],["Djibouti","dj","253",,"🇩🇯"],["Dominica","dm","1767",,"🇩🇲"],["República Dominicana","do","1",2,["809","829","849","🇩🇴"]],["Ecuador","ec","593",,"🇪🇨"],["‫مصر‬‎","eg","20",,"🇪🇬"],["El Salvador","sv","503",,"🇸🇻"],["Guinea Ecuatorial","gq","240",,"🇬🇶"],["Eritrea","er","291",,"🇪🇷"],["Eesti","ee","372",,"🇪🇪"],["Ethiopia","et","251",,"🇪🇹"],["Islas Malvinas","fk","500",,"🇫🇰"],["Føroyar","fo","298",,"🇫🇴"],["Fiji","fj","679",,"🇫🇯"],["Suomi","fi","358",0,,"🇫🇮"],["France","fr","33",,"🇫🇷"],["Guyane française","gf","594",,"🇬🇫"],["Polynésie française","pf","689",,"🇵🇫"],["Gabon","ga","241",,"🇬🇦"],["Gambia","gm","220",,"🇬🇲"],["საქართველო","ge","995",,"🇬🇪"],["Deutschland","de","49",,"🇩🇪"],["Gaana","gh","233",,"🇬🇭"],["Gibraltar","gi","350",,"🇬🇮"],["Ελλάδα","gr","30",,"🇬🇷"],["Kalaallit Nunaat","gl","299",,"🇬🇱"],["Grenada","gd","1473",,"🇬🇩"],["Guadeloupe","gp","590",0,,"🇬🇵"],["Guam","gu","1671",,"🇬🇺"],["Guatemala","gt","502",,"🇬🇹"],["Guernsey","gg","44",1,,"🇬🇬"],["Guinée","gn","224",,"🇬🇳"],["Guiné Bissau","gw","245",,"🇬🇼"],["Guyana","gy","592",,"🇬🇾"],["Haiti","ht","509",,"🇭🇹"],["Honduras","hn","504",,"🇭🇳"],["香港","hk","852",,"🇭🇰"],["Magyarország","hu","36",,"🇭🇺"],["Ísland","is","354",,"🇮🇸"],["भारत","in","91",,"🇮🇳"],["Indonesia","id","62",,"🇮🇩"],["‫ایران‬‎","ir","98",,"🇮🇷"],["‫العراق‬‎","iq","964",,"🇮🇶"],["Ireland","ie","353",,"🇮🇪"],["Isle of Man","im","44",2,,"🇮🇲"],["‫ישראל‬‎","il","972",,"🇮🇱"],["Italia","it","39",0,,"🇮🇹"],["Jamaica","jm","1876",,"🇯🇲"],["日本","jp","81",,"🇯🇵"],["Jersey","je","44",3,,"🇯🇪"],["‫الأردن‬‎","jo","962",,"🇯🇴"],["Казахстан","kz","7",1,,"🇰🇿"],["Kenya","ke","254",,"🇰🇪"],["Kiribati","ki","686",,"🇰🇮"],["Kosovo","xk","383",,"🇽🇰"],["‫الكويت‬‎","kw","965",,"🇰🇼"],["Кыргызстан","kg","996",,"🇰🇬"],["ລາວ","la","856",,"🇱🇦"],["Latvija","lv","371",,"🇱🇻"],["‫لبنان‬‎","lb","961",,"🇱🇧"],["Lesotho","ls","266",,"🇱🇸"],["Liberia","lr","231",,"🇱🇷"],["‫ليبيا‬‎","ly","218",,"🇱🇾"],["Liechtenstein","li","423",,"🇱🇮"],["Lietuva","lt","370",,"🇱🇹"],["Luxembourg","lu","352",,"🇱🇺"],["澳門","mo","853",,"🇲🇴"],["FYROM","mk","389",,"🇲🇰"],["Madagasikara","mg","261",,"🇲🇬"],["Malawi","mw","265",,"🇲🇼"],["Malaysia","my","60",,"🇲🇾"],["Maldives","mv","960",,"🇲🇻"],["Mali","ml","223",,"🇲🇱"],["Malta","mt","356",,"🇲🇹"],["Marshall Islands","mh","692",,"🇲🇭"],["Martinique","mq","596",,"🇲🇶"],["‫موريتانيا‬‎","mr","222",,"🇲🇷"],["Moris","mu","230",,"🇲🇺"],["Mayotte","yt","262",1,,"🇾🇹"],["México","mx","52",,"🇲🇽"],["Micronesia","fm","691",,"🇫🇲"],["Republica Moldova","md","373",,"🇲🇩"],["Monaco","mc","377",,"🇲🇨"],["Монгол","mn","976",,"🇲🇳"],["Crna Gora","me","382",,"🇲🇪"],["Montserrat","ms","1664",,"🇲🇸"],["‫المغرب‬‎","ma","212",0,,"🇲🇦"],["Moçambique","mz","258",,"🇲🇿"],["Burma","mm","95",,"🇲🇲"],["Namibië","na","264",,"🇳🇦"],["Nauru","nr","674",,"🇳🇷"],["नेपाल","np","977",,"🇳🇵"],["Nederland","nl","31",,"🇳🇱"],["Nouvelle-Calédonie","nc","687",,"🇳🇨"],["New Zealand","nz","64",,"🇳🇿"],["Nicaragua","ni","505",,"🇳🇮"],["Nijar","ne","227",,"🇳🇪"],["Nigeria","ng","234",,"🇳🇬"],["Niue","nu","683",,"🇳🇺"],["Norfolk Island","nf","672",,"🇳🇫"],["조선 민주주의 인민 공화국","kp","850",,"🇰🇵"],["Northern Mariana Islands","mp","1670",,"🇲🇵"],["Norge","no","47",0,,"🇳🇴"],["‫عُمان‬‎","om","968",,"🇴🇲"],["‫پاکستان‬‎","pk","92",,"🇵🇰"],["Palau","pw","680",,"🇵🇼"],["‫فلسطين‬‎","ps","970",,"🇵🇸"],["Panamá","pa","507",,"🇵🇦"],["Papua New Guinea","pg","675",,"🇵🇬"],["Paraguay","py","595",,"🇵🇾"],["Perú","pe","51",,"🇵🇪"],["Philippines","ph","63",,"🇵🇭"],["Polska","pl","48",,"🇵🇱"],["Portugal","pt","351",,"🇵🇹"],["Puerto Rico","pr","1",3,["787","939","🇵🇷"]],["‫قطر‬‎","qa","974",,"🇶🇦"],["La Réunion","re","262",0,,"🇷🇪"],["România","ro","40",,"🇷🇴"],["Россия","ru","7",0,,"🇷🇺"],["Rwanda","rw","250",,"🇷🇼"],["Saint Barthélemy","bl","590",1,,"🇧🇱"],["Saint Helena","sh","290",,"🇸🇭"],["Saint Kitts and Nevis","kn","1869",,"🇰🇳"],["Saint Lucia","lc","1758",,"🇱🇨"],["Saint-Martin (partie française","mf","590",2,,"🇲🇫"],["Saint-Pierre-et-Miquelon","pm","508",,"🇵🇲"],["Saint Vincent and the Grenadines","vc","1784",,"🇻🇨"],["Samoa","ws","685",,"🇼🇸"],["San Marino","sm","378",,"🇸🇲"],["São Tomé e Príncipe","st","239",,"🇸🇹"],["‫المملكة العربية السعودية‬‎","sa","966",,"🇸🇦"],["Sénégal","sn","221",,"🇸🇳"],["Србија","rs","381",,"🇷🇸"],["Seychelles","sc","248",,"🇸🇨"],["Sierra Leone","sl","232",,"🇸🇱"],["Singapore","sg","65",,"🇸🇬"],["Sint Maarten","sx","1721",,"🇸🇽"],["Slovensko","sk","421",,"🇸🇰"],["Slovenija","si","386",,"🇸🇮"],["Solomon Islands","sb","677",,"🇸🇧"],["Soomaaliya","so","252",,"🇸🇴"],["South Africa","za","27",,"🇿🇦"],["대한민국","kr","82",,"🇰🇷"],["‫جنوب السودان‬‎","ss","211",,"🇸🇸"],["España","es","34",,"🇪🇸"],["ශ්‍රී ලංකාව","lk","94",,"🇱🇰"],["‫السودان‬‎","sd","249",,"🇸🇩"],["Suriname","sr","597",,"🇸🇷"],["Svalbard and Jan Mayen","sj","47",1,,"🇸🇯"],["Swaziland","sz","268",,"🇸🇿"],["Sverige","se","46",,"🇸🇪"],["Schweiz","ch","41",,"🇨🇭"],["‫سوريا‬‎","sy","963",,"🇸🇾"],["台灣","tw","886",,"🇹🇼"],["Tajikistan","tj","992",,"🇹🇯"],["Tanzania","tz","255",,"🇹🇿"],["ไทย","th","66",,"🇹🇭"],["Timor-Leste","tl","670",,"🇹🇱"],["Togo","tg","228",,"🇹🇬"],["Tokelau","tk","690",,"🇹🇰"],["Tonga","to","676",,"🇹🇴"],["Trinidad and Tobago","tt","1868",,"🇹🇹"],["‫تونس‬‎","tn","216",,"🇹🇳"],["Türkiye","tr","90",,"🇹🇷"],["Turkmenistan","tm","993",,"🇹🇲"],["Turks and Caicos Islands","tc","1649",,"🇹🇨"],["Tuvalu","tv","688",,"🇹🇻"],["U.S. Virgin Islands","vi","1340",,"🇻🇮"],["Uganda","ug","256",,"🇺🇬"],["Україна","ua","380",,"🇺🇦"],["‫الإمارات العربية المتحدة‬‎","ae","971",,"🇦🇪"],["United Kingdom","gb","44",0,,"🇬🇧"],["United States","us","1",0,,"🇺🇸"],["Uruguay","uy","598",,"🇺🇾"],["Oʻzbekiston","uz","998",,"🇺🇿"],["Vanuatu","vu","678",,"🇻🇺"],["Città del Vaticano","va","39",1,,"🇻🇦"],["Venezuela","ve","58",,"🇻🇪"],["Việt Nam","vn","84",,"🇻🇳"],["Wallis-et-Futuna","wf","681",,"🇼🇫"],["‫الصحراء الغربية‬‎","eh","212",1,,"🇪🇭"],["‫اليمن‬‎","ye","967",,"🇾🇪"],["Zambia","zm","260",,"🇿🇲"],["Zimbabwe","zw","263",,"🇿🇼"],["Åland Islands","ax","358",1,,"🇦🇽"]],mc=fc.map(e=>({name:e[0],iso2:e[1].toUpperCase(),dialCode:e[2],priority:e[3]||0,areaCodes:e[4]||null,flag:e[e.length-1]||null})),pc=["tabindex"],hc={class:"flex-nowrap flex flex-v-center p-medium vti__selection"},$c=["innerHTML"],gc={key:1,class:"vti__country-code"},_c=["onClick","onMousemove"],vc=["innerHTML"],yc={key:1},bc=["type","autocomplete","autofocus","disabled","id","maxlength","name","placeholder","readonly","required","tabindex"],Ec={key:0,class:"mn-t-thin mn-b-thin invalid-feedback"},Oc={__name:"FieldPhone",props:{modelValue:{type:String,default:""},badClass:{type:[String,Array,Object],default:""},goodClass:{type:[String,Array,Object],default:""},badStyle:{type:[String,Array,Object],default:""},goodStyle:{type:[String,Array,Object],default:""},badInputClass:{type:[String,Array,Object],default:""},goodInputClass:{type:[String,Array,Object],default:""},badInputStyle:{type:[String,Array,Object],default:""},goodInputStyle:{type:[String,Array,Object],default:""},allCountries:{type:Array,default:()=>mc},autoFormat:{type:Boolean,default:()=>!0},validation:{type:[Boolean,Object],default:!1},customValidate:{type:[Boolean,RegExp],default:()=>!1},defaultCountry:{type:String,default:()=>""},disabled:{type:Boolean,default:()=>!1},autoDefaultCountry:{type:Boolean,default:()=>!0},ignoredCountries:{type:Array,default:()=>[]},invalidMsg:{type:String,default:()=>""},mode:{type:String,default:()=>"auto"},onlyCountries:{type:Array,default:()=>[]},preferredCountries:{type:Array,default:()=>[]},validCharactersOnly:{type:Boolean,default:()=>!1},rootClass:{type:[String,Array,Object],default:()=>""},inputClass:{type:[String,Array,Object],default:()=>""},divInputClass:{type:[String,Array,Object],default:()=>""},rootStyle:{type:[String,Array,Object],default:()=>""},dropdownStyle:{type:[String,Array,Object],default:()=>""},listStyle:{type:[String,Array,Object],default:()=>""},inputStyle:{type:[String,Array,Object],default:()=>""},inputId:{type:[String,Array,Object],default:()=>""},Placeholder:{type:[String,Object,Function],default:()=>""},dropdownOptions:{type:Object,default:()=>({showDialCodeInList:!0,showDialCodeInSelection:!1,showFlags:!0,tabindex:0})},inputOptions:{type:Object,default:()=>({autocomplete:"on",autofocus:!1,id:"",maxlength:25,name:"telephone",placeholder:"Enter a phone number",readonly:!1,required:!1,tabindex:0,type:"tel",styleClasses:""})}},emits:["update:modelValue","validate","country-changed","open","close","blur","focus","enter","space"],setup(e,{emit:t}){let n=pn;const r=e,a=t;s.ref(5),s.ref(5),s.reactive({action:null,amount:null});const o=s.ref(r.modelValue?r.modelValue:""),i=s.ref(""),l=s.ref(!1),d=s.ref(!1),c=s.ref(null),m=s.ref(""),u=s.ref(null),f=s.ref("below"),g=s.ref(r.Placeholder!==""?r.Placeholder:r.inputOptions.placeholder),h=s.ref(null),p=s.ref(null),E=s.ref(null);s.onMounted(async()=>{r.modelValue&&(o.value=r.modelValue),ve(),$e().then(()=>{var P;!o.value&&((P=r.inputOptions)!=null&&P.showDialCode)&&i.value&&(o.value=`+${i.value}`),a("validate",O.value)}).catch(console.error).then(()=>{d.value=!0})});const y=s.computed(()=>ne(i.value)),T=s.computed(()=>y.value?y.value.flag:null),_=s.computed(()=>r.mode==="auto"?!o.value||o.value[0]!=="+"?"national":"international":["international","national"].includes(r.mode)?r.mode:(console.error('Invalid value of prop "mode"'),"international")),b=s.computed(()=>r.onlyCountries&&r.onlyCountries.length?r.allCountries.filter(({iso2:P})=>r.onlyCountries.includes(P.toUpperCase())):r.ignoredCountries&&r.ignoredCountries.length?r.allCountries.filter(({iso2:P})=>!r.ignoredCountries.includes(P.toUpperCase())&&!r.ignoredCountries.includes(P.toLowerCase())):r.allCountries),S=s.computed(()=>[..._e(r.preferredCountries).map(N=>({...N,preferred:!0})),...b.value]),O=s.computed(()=>{var Ne,Le,$;let P={};((Ne=o.value)==null?void 0:Ne[0])==="+"?P=Ln(o.value)||{}:P=Ln(o.value,i.value)||{};const{metadata:N,...R}=P;let ee=(Le=P.isValid)==null?void 0:Le.call(P),fe=o.value;return ee&&(fe=($=P.format)==null?void 0:$.call(P,_.value.toUpperCase(),{nationalPrefix:!1})),P.country&&(r.ignoredCountries.length||r.onlyCountries.length)&&(ne(P.country)||(ee=!1,P={...P,country:null})),{...R,countryCode:P.country,valid:ee,country:y.value,formatted:fe}}),w=s.computed(()=>O.value.valid===!0?r.goodClass:O.value.valid===!1?r.badClass:void 0),C=s.computed(()=>O.value.valid===!0?r.goodStyle:O.value.valid===!1?r.badStyle:void 0),I=s.computed(()=>O.value.valid===!0?r.goodInputClass:O.value.valid===!1?r.badInputClass:void 0),M=s.computed(()=>O.value.valid===!0?r.goodInputStyle:O.value.valid===!1?r.badInputStyle:void 0);s.watch(y,(P,N)=>{if(!P&&(N!=null&&N.iso2)){i.value=N.iso2;return}P!=null&&P.iso2&&(a("country-changed",P),K())}),s.watch(()=>O.value.countryCode,P=>{i.value=P}),s.watch(()=>O.value.valid,()=>{a("validate",O.value)}),s.watch(()=>O.value.formatted,P=>{!r.autoFormat||r.customValidate||(ae(P),s.nextTick(()=>{P&&!r.modelValue&&(o.value=P)}))}),s.watch(()=>r.inputOptions.placeholder,()=>{K()}),s.watch(()=>r.modelValue,(P,N)=>{te()?o.value=P:s.nextTick(()=>{o.value=N,X()})}),s.watch(l,P=>{P?(B(),a("open")):a("close")});function U(){return fetch("https://ip2c.org/s").then(P=>P.text()).then(P=>{const N=(P||"").toString();if(!N||N[0]!=="1")throw new Error("unable to fetch the country");return N.substr(2,2)})}function x(P,N){if(P.setSelectionRange)P.focus(),P.setSelectionRange(N,N);else if(P.createTextRange){const R=P.createTextRange();R.collapse(!0),R.moveEnd("character",N),R.moveStart("character",N),R.select()}}function K(){g.value=r.inputOptions.placeholder}function $e(){return new Promise(P=>{var R;if(((R=o.value)==null?void 0:R[0])==="+"){P();return}if(r.defaultCountry){ge(r.defaultCountry),P();return}const N=r.preferredCountries[0]||b.value[0];r.autoDefaultCountry?U().then(ee=>{ge(ee||i.value)}).catch(ee=>{console.warn(ee),ge(N)}).finally(()=>{P()}):(ge(N),P())})}function _e(P=[]){return P.map(N=>ne(N)).filter(Boolean)}function ne(P=""){return b.value.find(N=>N.iso2===P.toUpperCase())}function Oe(P,N){const R=c.value===P,ee=P===r.preferredCountries.length-1,fe=r.preferredCountries.some(Ne=>Ne.toUpperCase()===N);return{highlighted:R,"last-preferred":ee,preferred:fe}}function ge(P){var R,ee;let N=typeof P=="string"?ne(P):P;if(N){if(((R=o.value)==null?void 0:R[0])==="+"&&N.iso2&&O.value.nationalNumber){i.value=N.iso2,o.value=Ln(O.value.nationalNumber,N.iso2).formatInternational();return}if((ee=r.inputOptions)!=null&&ee.showDialCode&&N){o.value=`+${N.dialCode}`;return}i.value=N.iso2,ae(o.value)}}function ve(){const P=o.value;if(r.validCharactersOnly){const N=o.value.match(/[()\-+0-9\s]*/g);o.value=N.join("")}if(r.customValidate&&r.customValidate instanceof RegExp){const N=o.value.match(r.customValidate);o.value=N?N.join(""):""}P!==o.value&&ae(o.value)}function te(){return r.validCharactersOnly&&!/^[()\-+0-9\s]*$/.test(o.value)?!1:r.customValidate?q():!0}function q(){return r.customValidate instanceof RegExp?r.customValidate.test(o.value):!1}function X(){E.value.setCustomValidity(O.valid?"":r.invalidMsg),ae(o.value)}function ae(P){a("update:modelValue",P),O.value.valid?a("country",O.value.number):a("country",null)}function se(){a("blur")}function ce(){x(E.value,o.value.length),a("focus")}function we(){a("enter")}function le(){a("space")}function ye(){r.disabled||(l.value=!l.value)}function Ie(){l.value=!1}function be(P){P.keyCode===40?(P.preventDefault(),l.value=!0,c.value=c.value===null?0:Math.min(S.value.length-1,c.value+1),s.nextTick(()=>{const N=p.value.children[c.value];N.offsetTop+N.clientHeight>p.value.scrollTop+p.value.clientHeight&&(p.value.scrollTop=N.offsetTop-p.value.clientHeight+N.clientHeight)})):P.keyCode===38?(P.preventDefault(),l.value=!0,c.value=c.value===null?S.value.length-1:Math.max(0,c.value-1),s.nextTick(()=>{const N=p.value.children[c.value];N.offsetTop<p.value.scrollTop&&(p.value.scrollTop=N.offsetTop)})):P.keyCode===13?(P.preventDefault(),c.value!==null&&ge(S.value[c.value]),l.value=!l.value):(m.value+=P.key,clearTimeout(u),u=setTimeout(()=>{m.value=""},700),s.nextTick(()=>{const N=S.value.slice(r.preferredCountries.length).findIndex(R=>R.name.toLowerCase().startsWith(m.value));if(N>=0){c.value=r.preferredCountries.length+N;const R=p.value.children[c.value];(R.offsetTop<p.value.scrollTop||R.offsetTop+R.clientHeight>p.value.scrollTop+p.value.clientHeight)&&(p.value.scrollTop=R.offsetTop-p.value.clientHeight/2)}}))}function Q(){c.value=S.value.map(P=>P.iso2).indexOf(i.value),l.value=!1}function B(){const N=window.innerHeight-h.value.getBoundingClientRect().bottom>200;f.value=N?"below":"above"}return(P,N)=>(s.openBlock(),s.createElementBlock(s.Fragment,null,[s.createElementVNode("div",{class:s.normalizeClass([[e.rootClass,w.value,P.$attrs.class,{"bg-fourth-nano":e.validation},{disabled:e.disabled}],"vue3-reactive-tel-input"]),style:s.normalizeStyle([e.rootStyle,C.value]),ref_key:"rootElement",ref:h},[s.withDirectives((s.openBlock(),s.createElementBlock("div",{class:s.normalizeClass([["vti__dropdown",{open:l.value}],"br-solid br-black-transp br-1px radius-thin"]),style:s.normalizeStyle([e.dropdownStyle]),tabindex:e.dropdownOptions.tabindex,onKeydown:[be,s.withKeys(Q,["esc"])],onClick:ye},[s.createElementVNode("span",hc,[e.dropdownOptions.showFlags?(s.openBlock(),s.createElementBlock("span",{key:0,innerHTML:T.value,class:"mn-r-nano"},null,8,$c)):s.createCommentVNode("",!0),e.dropdownOptions.showDialCodeInSelection?(s.openBlock(),s.createElementBlock("span",gc," +"+s.toDisplayString(y.value&&y.value.dialCode),1)):s.createCommentVNode("",!0)]),s.withDirectives(s.createElementVNode("ul",{ref_key:"list",ref:p,class:s.normalizeClass(["bs-black radius-small vti__dropdown-list",f.value]),style:s.normalizeStyle([e.listStyle])},[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(S.value,(R,ee)=>(s.openBlock(),s.createElementBlock("li",{class:s.normalizeClass(["flex-nowrap flex w-max",["vti__dropdown-item",Oe(ee,R.iso2)]]),key:R.iso2+(R.preferred?"-preferred":""),onClick:fe=>ge(R),onMousemove:fe=>c.value=ee},[e.dropdownOptions.showFlags?(s.openBlock(),s.createElementBlock("span",{key:0,innerHTML:R.flag,class:"mn-r-thin"},null,8,vc)):s.createCommentVNode("",!0),s.createElementVNode("strong",null,s.toDisplayString(R.name),1),e.dropdownOptions.showDialCodeInList?(s.openBlock(),s.createElementBlock("span",yc," +"+s.toDisplayString(R.dialCode),1)):s.createCommentVNode("",!0)],42,_c))),128))],6),[[s.vShow,l.value]])],46,pc)),[[s.unref(n),Ie]]),s.withDirectives(s.createElementVNode("input",{"onUpdate:modelValue":N[0]||(N[0]=R=>o.value=R),inputmode:"numeric",pattern:"\\d*",ref_key:"input",ref:E,type:e.inputOptions.type,autocomplete:e.inputOptions.autocomplete,autofocus:e.inputOptions.autofocus,class:s.normalizeClass(["vti__input",e.inputOptions.styleClasses,e.inputClass,I.value]),style:s.normalizeStyle([e.inputStyle,M.value]),disabled:e.disabled,id:e.inputId!==""?e.inputId:e.inputOptions.id,maxlength:e.inputOptions.maxlength,name:e.inputId!==""?e.inputId:e.inputOptions.name,placeholder:g.value,readonly:e.inputOptions.readonly,required:e.inputOptions.required,tabindex:e.inputOptions.tabindex,onBlur:se,onFocus:ce,onInput:X,onKeyup:[s.withKeys(we,["enter"]),s.withKeys(le,["space"])]},null,46,bc),[[s.vModelDynamic,o.value]]),s.renderSlot(P.$slots,"default",{},void 0,!0)],6),s.createVNode(s.Transition,{name:"fade"},{default:s.withCtx(()=>[e.validation?(s.openBlock(),s.createElementBlock("div",Ec," * "+s.toDisplayString(e.validation.message),1)):s.createCommentVNode("",!0)]),_:1})],64))}},Ra=Ee(Oc,[["__scopeId","data-v-6cc570f0"]]),Nc=Object.freeze(Object.defineProperty({__proto__:null,default:Ra},Symbol.toStringTag,{value:"Module"})),Sc={props:{progress:{type:Number,default:null},status:{type:String,default:null}}},Tc={class:"circular-loader"},Cc=s.createElementVNode("svg",{viewBox:"25 25 50 50"},[s.createElementVNode("circle",{class:"circular-loader-fill",cx:"50",cy:"50",r:"20",fill:"none","stroke-width":"4","stroke-miterlimit":"10"}),s.createElementVNode("circle",{class:"circular-loader-circle",cx:"50",cy:"50",r:"20",fill:"none","stroke-width":"4","stroke-miterlimit":"10"})],-1),wc={key:0,class:"progress-text"},kc={key:1,class:"uppercase t-semi w-m-10r status-text"};function Ic(e,t,n,r,a,o){return s.openBlock(),s.createElementBlock("div",Tc,[Cc,n.progress?(s.openBlock(),s.createElementBlock("div",wc,s.toDisplayString(n.progress),1)):s.createCommentVNode("",!0),n.status?(s.openBlock(),s.createElementBlock("div",kc,s.toDisplayString(n.status),1)):s.createCommentVNode("",!0)])}const _n=Ee(Sc,[["render",Ic]]),Pc=Object.freeze(Object.defineProperty({__proto__:null,default:_n},Symbol.toStringTag,{value:"Module"})),Fa=e=>(s.pushScopeId("data-v-20234f27"),e=e(),s.popScopeId(),e),Lc={class:"pos-relative"},Ac={key:0,class:"i-regular",width:"98",height:"98",viewBox:"0 0 98 98",fill:"none",xmlns:"http://www.w3.org/2000/svg"},Dc=Fa(()=>s.createElementVNode("path",{d:"M50.0004 31.4995C39.7996 31.4995 31.5 39.7991 31.5 49.9999C31.5 60.2007 39.7996 68.5003 50.0004 68.5003C60.2012 68.5003 68.5008 60.2007 68.5008 49.9999C68.5008 39.7991 60.2012 31.4995 50.0004 31.4995ZM50.0004 63.7944C42.3941 63.7944 36.2059 57.6062 36.2059 49.9999C36.2059 42.3936 42.3941 36.2054 50.0004 36.2054C57.6067 36.2054 63.7949 42.3936 63.7949 49.9999C63.7949 57.6062 57.6067 63.7944 50.0004 63.7944Z",fill:"rgb(var(--white))"},null,-1)),Rc=Fa(()=>s.createElementVNode("path",{d:"M97.6471 47.6471H84.56C83.3977 30.4141 69.5859 16.6024 52.3529 15.44V2.35294C52.3529 1.05255 51.2988 0 50 0C48.6996 0 47.6471 1.05255 47.6471 2.35294V15.44C30.4141 16.6024 16.6024 30.4141 15.44 47.6471H2.35294C1.05255 47.6471 0 48.6996 0 50C0 51.2988 1.05255 52.3529 2.35294 52.3529H15.44C16.6024 69.5859 30.4141 83.3977 47.6471 84.56V97.6471C47.6471 98.9459 48.6996 100 50 100C51.2988 100 52.3529 98.9459 52.3529 97.6471V84.56C69.5859 83.3977 83.3977 69.5859 84.56 52.3529H97.6471C98.9459 52.3529 100 51.2988 100 50C100 48.6996 98.9459 47.6471 97.6471 47.6471ZM50 79.9435C33.4886 79.9435 20.0565 66.5114 20.0565 50C20.0565 33.4886 33.4886 20.0565 50 20.0565C66.5098 20.0565 79.9435 33.4886 79.9435 50C79.9435 66.5098 66.5098 79.9435 50 79.9435Z",fill:"rgb(var(--white))"},null,-1)),Fc=[Dc,Rc],Mc={__name:"LocationMarker",props:{location:{type:Object,default:()=>({lat:15.87,lng:100.9925})},address:{type:String,default:null},apiKey:String},emits:["update:location","update:address","update:country","update:state","update:city"],setup(e,{emit:t}){const n=e,r=t,a=s.ref(null),o=s.ref(!1);let i,l;s.onMounted(()=>{new Na({apiKey:n.apiKey,version:"weekly",libraries:["places"]}).load().then(()=>{i=new google.maps.Map(a.value,{center:n.location,zoom:15,mapTypeControl:!1,fullscreenControl:!1,disableDefaultUI:!0}),l=new google.maps.Marker({position:n.location,map:i,draggable:!0}),l.addListener("dragend",u=>{const f={lat:u.latLng.lat(),lng:u.latLng.lng()};r("update:location",f),d(f)})}).catch(u=>{console.error(u)})}),s.watchEffect(()=>{n.location&&l&&l.setPosition(new google.maps.LatLng(n.location.lat,n.location.lng))}),s.watchEffect(()=>{if(n.location&&i){const m=new google.maps.LatLng(n.location.lat,n.location.lng);i.setCenter(m),i.setZoom(15)}});function d(m){new google.maps.Geocoder().geocode({location:m},(f,g)=>{if(g==="OK")if(f[0]){r("update:address",f[0].formatted_address);let h="",p="",E="";f[0].address_components.forEach(y=>{y.types.includes("country")&&(h=y.long_name),y.types.includes("administrative_area_level_1")&&(p=y.long_name),y.types.includes("locality")&&(E=y.long_name)}),r("update:country",h),r("update:state",p),r("update:city",E)}else console.error("No results found");else console.error("Geocoder failed due to: "+g)})}async function c(){o.value=!0,navigator.geolocation?navigator.geolocation.getCurrentPosition(m=>{const u={lat:m.coords.latitude,lng:m.coords.longitude};r("update:location",u),d(u),o.value=!1},()=>{console.error("Error getting location"),o.value=!1}):(console.error("Geolocation is not supported by this browser."),o.value=!1)}return(m,u)=>(s.openBlock(),s.createElementBlock("div",Lc,[s.createElementVNode("div",{ref_key:"mapContainer",ref:a,class:"w-100 h-100"},null,512),s.createElementVNode("button",{class:"cursor-pointer flex-center flex pos-absolute pos-t-regular pos-r-regular i-semi bg-second pd-nano radius-extra",onClick:c},[s.createVNode(s.Transition,{name:"ScaleOut",mode:"out-in"},{default:s.withCtx(()=>[o.value?(s.openBlock(),s.createBlock(_n,{key:1,class:"pos-t-0 pos-l-0 i-small"})):(s.openBlock(),s.createElementBlock("svg",Ac,Fc))]),_:1})])]))}},Ma=Ee(Mc,[["__scopeId","data-v-20234f27"]]),xc=Object.freeze(Object.defineProperty({__proto__:null,default:Ma},Symbol.toStringTag,{value:"Module"})),Bc={__name:"Map",props:{location:Object},setup(e){const t=e;let n=s.ref(null),r=null,a=null;return s.onMounted(async()=>{r=new google.maps.Map(n.value,{zoom:13,center:{lat:t.location.lat,lng:t.location.lng}}),a=new google.maps.Marker({position:{lat:t.location.lat,lng:t.location.lng},map:r})}),s.watch(()=>t.location,()=>{r&&a&&(a.setPosition(new google.maps.LatLng(t.location.lat,t.location.lng)),r.setCenter(new google.maps.LatLng(t.location.lat,t.location.lng)))},{deep:!0}),(o,i)=>(s.openBlock(),s.createElementBlock("div",{ref_key:"gmap",ref:n,class:"gmap"},null,512))}},xa=Ee(Bc,[["__scopeId","data-v-c194b4a5"]]),Vc=Object.freeze(Object.defineProperty({__proto__:null,default:xa},Symbol.toStringTag,{value:"Module"}));/*!
7
- * vue-router v4.3.0
8
- * (c) 2024 Eduardo San Martin Morote
9
- * @license MIT
10
- */var vo;(function(e){e.pop="pop",e.push="push"})(vo||(vo={}));var yo;(function(e){e.back="back",e.forward="forward",e.unknown=""})(yo||(yo={}));Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var bo;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(bo||(bo={}));Symbol(process.env.NODE_ENV!=="production"?"router view location matched":"");Symbol(process.env.NODE_ENV!=="production"?"router view depth":"");const Uc=Symbol(process.env.NODE_ENV!=="production"?"router":""),jc=Symbol(process.env.NODE_ENV!=="production"?"route location":"");Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function yr(){return s.inject(Uc)}function br(){return s.inject(jc)}/*!
11
- * shared v9.13.1
12
- * (c) 2024 kazuya kawaguchi
13
- * Released under the MIT License.
14
- */const Ke=typeof window<"u";let xe,pt;if(process.env.NODE_ENV!=="production"){const e=Ke&&window.performance;e&&e.mark&&e.measure&&e.clearMarks&&e.clearMeasures&&(xe=t=>{e.mark(t)},pt=(t,n,r)=>{e.measure(t,n,r),e.clearMarks(n),e.clearMarks(r)})}const Gc=/\{([0-9a-zA-Z]+)\}/g;function Er(e,...t){return t.length===1&&J(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(Gc,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const qe=(e,t=!1)=>t?Symbol.for(e):Symbol(e),Hc=(e,t,n)=>Wc({l:e,k:t,s:n}),Wc=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Se=e=>typeof e=="number"&&isFinite(e),Kc=e=>Va(e)==="[object Date]",lt=e=>Va(e)==="[object RegExp]",vn=e=>G(e)&&Object.keys(e).length===0,Pe=Object.assign;let Eo;const rt=()=>Eo||(Eo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Oo(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const zc=Object.prototype.hasOwnProperty;function dn(e,t){return zc.call(e,t)}const de=Array.isArray,oe=e=>typeof e=="function",F=e=>typeof e=="string",W=e=>typeof e=="boolean",J=e=>e!==null&&typeof e=="object",Yc=e=>J(e)&&oe(e.then)&&oe(e.catch),Ba=Object.prototype.toString,Va=e=>Ba.call(e),G=e=>{if(!J(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},qc=e=>e==null?"":de(e)||G(e)&&e.toString===Ba?JSON.stringify(e,null,2):String(e);function Xc(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}const No=2;function Jc(e,t=0,n=e.length){const r=e.split(/\r?\n/);let a=0;const o=[];for(let i=0;i<r.length;i++)if(a+=r[i].length+1,a>=t){for(let l=i-No;l<=i+No||n>a;l++){if(l<0||l>=r.length)continue;const d=l+1;o.push(`${d}${" ".repeat(3-String(d).length)}| ${r[l]}`);const c=r[l].length;if(l===i){const m=t-(a-c)+1,u=Math.max(1,n>a?c-m:n-t);o.push(" | "+" ".repeat(m)+"^".repeat(u))}else if(l>i){if(n>a){const m=Math.max(Math.min(n-a,c),1);o.push(" | "+"^".repeat(m))}a+=c+1}}break}return o.join(`
15
- `)}function yn(e){let t=e;return()=>++t}function Te(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const So={};function Ua(e){So[e]||(So[e]=!0,Te(e))}function Or(){const e=new Map;return{events:e,on(n,r){const a=e.get(n);a&&a.push(r)||e.set(n,[r])},off(n,r){const a=e.get(n);a&&a.splice(a.indexOf(r)>>>0,1)},emit(n,r){(e.get(n)||[]).slice().map(a=>a(r)),(e.get("*")||[]).slice().map(a=>a(n,r))}}}const Zt=e=>!J(e)||de(e);function nn(e,t){if(Zt(e)||Zt(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:a}=n.pop();Object.keys(r).forEach(o=>{Zt(r[o])||Zt(a[o])?a[o]=r[o]:n.push({src:r[o],des:a[o]})})}}/*!
16
- * message-compiler v9.13.1
17
- * (c) 2024 kazuya kawaguchi
18
- * Released under the MIT License.
19
- */function Zc(e,t,n){return{line:e,column:t,offset:n}}function cn(e,t,n){return{start:e,end:t}}const Qc=/\{([0-9a-zA-Z]+)\}/g;function ja(e,...t){return t.length===1&&eu(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(Qc,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const Ga=Object.assign,To=e=>typeof e=="string",eu=e=>e!==null&&typeof e=="object";function Ha(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}const bn={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},tu={[bn.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function nu(e,t,...n){const r=ja(tu[e],...n||[]),a={message:String(r),code:e};return t&&(a.location=t),a}const j={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},ru={[j.EXPECTED_TOKEN]:"Expected token: '{0}'",[j.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[j.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[j.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[j.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[j.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[j.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[j.EMPTY_PLACEHOLDER]:"Empty placeholder",[j.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[j.INVALID_LINKED_FORMAT]:"Invalid linked format",[j.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[j.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[j.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[j.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[j.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[j.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function It(e,t,n={}){const{domain:r,messages:a,args:o}=n,i=ja((a||ru)[e]||"",...o||[]),l=new SyntaxError(String(i));return l.code=e,t&&(l.location=t),l.domain=r,l}function ou(e){throw e}const au=/<\/?[\w\s="/.':;#-\/]+>/,su=e=>au.test(e),Qe=" ",iu="\r",Ae=`
20
- `,lu="\u2028",du="\u2029";function cu(e){const t=e;let n=0,r=1,a=1,o=0;const i=w=>t[w]===iu&&t[w+1]===Ae,l=w=>t[w]===Ae,d=w=>t[w]===du,c=w=>t[w]===lu,m=w=>i(w)||l(w)||d(w)||c(w),u=()=>n,f=()=>r,g=()=>a,h=()=>o,p=w=>i(w)||d(w)||c(w)?Ae:t[w],E=()=>p(n),y=()=>p(n+o);function T(){return o=0,m(n)&&(r++,a=0),i(n)&&n++,n++,a++,t[n]}function _(){return i(n+o)&&o++,o++,t[n+o]}function b(){n=0,r=1,a=1,o=0}function S(w=0){o=w}function O(){const w=n+o;for(;w!==n;)T();o=0}return{index:u,line:f,column:g,peekOffset:h,charAt:p,currentChar:E,currentPeek:y,next:T,peek:_,reset:b,resetPeek:S,skipToPeek:O}}const st=void 0,uu=".",Co="'",fu="tokenizer";function mu(e,t={}){const n=t.location!==!1,r=cu(e),a=()=>r.index(),o=()=>Zc(r.line(),r.column(),r.index()),i=o(),l=a(),d={currentType:14,offset:l,startLoc:i,endLoc:i,lastType:14,lastOffset:l,lastStartLoc:i,lastEndLoc:i,braceNest:0,inLinked:!1,text:""},c=()=>d,{onError:m}=t;function u($,v,A,...V){const ie=c();if(v.column+=A,v.offset+=A,m){const re=n?cn(ie.startLoc,v):null,Z=It($,re,{domain:fu,args:V});m(Z)}}function f($,v,A){$.endLoc=o(),$.currentType=v;const V={type:v};return n&&(V.loc=cn($.startLoc,$.endLoc)),A!=null&&(V.value=A),V}const g=$=>f($,14);function h($,v){return $.currentChar()===v?($.next(),v):(u(j.EXPECTED_TOKEN,o(),0,v),"")}function p($){let v="";for(;$.currentPeek()===Qe||$.currentPeek()===Ae;)v+=$.currentPeek(),$.peek();return v}function E($){const v=p($);return $.skipToPeek(),v}function y($){if($===st)return!1;const v=$.charCodeAt(0);return v>=97&&v<=122||v>=65&&v<=90||v===95}function T($){if($===st)return!1;const v=$.charCodeAt(0);return v>=48&&v<=57}function _($,v){const{currentType:A}=v;if(A!==2)return!1;p($);const V=y($.currentPeek());return $.resetPeek(),V}function b($,v){const{currentType:A}=v;if(A!==2)return!1;p($);const V=$.currentPeek()==="-"?$.peek():$.currentPeek(),ie=T(V);return $.resetPeek(),ie}function S($,v){const{currentType:A}=v;if(A!==2)return!1;p($);const V=$.currentPeek()===Co;return $.resetPeek(),V}function O($,v){const{currentType:A}=v;if(A!==8)return!1;p($);const V=$.currentPeek()===".";return $.resetPeek(),V}function w($,v){const{currentType:A}=v;if(A!==9)return!1;p($);const V=y($.currentPeek());return $.resetPeek(),V}function C($,v){const{currentType:A}=v;if(!(A===8||A===12))return!1;p($);const V=$.currentPeek()===":";return $.resetPeek(),V}function I($,v){const{currentType:A}=v;if(A!==10)return!1;const V=()=>{const re=$.currentPeek();return re==="{"?y($.peek()):re==="@"||re==="%"||re==="|"||re===":"||re==="."||re===Qe||!re?!1:re===Ae?($.peek(),V()):x($,!1)},ie=V();return $.resetPeek(),ie}function M($){p($);const v=$.currentPeek()==="|";return $.resetPeek(),v}function U($){const v=p($),A=$.currentPeek()==="%"&&$.peek()==="{";return $.resetPeek(),{isModulo:A,hasSpace:v.length>0}}function x($,v=!0){const A=(ie=!1,re="",Z=!1)=>{const k=$.currentPeek();return k==="{"?re==="%"?!1:ie:k==="@"||!k?re==="%"?!0:ie:k==="%"?($.peek(),A(ie,"%",!0)):k==="|"?re==="%"||Z?!0:!(re===Qe||re===Ae):k===Qe?($.peek(),A(!0,Qe,Z)):k===Ae?($.peek(),A(!0,Ae,Z)):!0},V=A();return v&&$.resetPeek(),V}function K($,v){const A=$.currentChar();return A===st?st:v(A)?($.next(),A):null}function $e($){const v=$.charCodeAt(0);return v>=97&&v<=122||v>=65&&v<=90||v>=48&&v<=57||v===95||v===36}function _e($){return K($,$e)}function ne($){const v=$.charCodeAt(0);return v>=97&&v<=122||v>=65&&v<=90||v>=48&&v<=57||v===95||v===36||v===45}function Oe($){return K($,ne)}function ge($){const v=$.charCodeAt(0);return v>=48&&v<=57}function ve($){return K($,ge)}function te($){const v=$.charCodeAt(0);return v>=48&&v<=57||v>=65&&v<=70||v>=97&&v<=102}function q($){return K($,te)}function X($){let v="",A="";for(;v=ve($);)A+=v;return A}function ae($){E($);const v=$.currentChar();return v!=="%"&&u(j.EXPECTED_TOKEN,o(),0,v),$.next(),"%"}function se($){let v="";for(;;){const A=$.currentChar();if(A==="{"||A==="}"||A==="@"||A==="|"||!A)break;if(A==="%")if(x($))v+=A,$.next();else break;else if(A===Qe||A===Ae)if(x($))v+=A,$.next();else{if(M($))break;v+=A,$.next()}else v+=A,$.next()}return v}function ce($){E($);let v="",A="";for(;v=Oe($);)A+=v;return $.currentChar()===st&&u(j.UNTERMINATED_CLOSING_BRACE,o(),0),A}function we($){E($);let v="";return $.currentChar()==="-"?($.next(),v+=`-${X($)}`):v+=X($),$.currentChar()===st&&u(j.UNTERMINATED_CLOSING_BRACE,o(),0),v}function le($){return $!==Co&&$!==Ae}function ye($){E($),h($,"'");let v="",A="";for(;v=K($,le);)v==="\\"?A+=Ie($):A+=v;const V=$.currentChar();return V===Ae||V===st?(u(j.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,o(),0),V===Ae&&($.next(),h($,"'")),A):(h($,"'"),A)}function Ie($){const v=$.currentChar();switch(v){case"\\":case"'":return $.next(),`\\${v}`;case"u":return be($,v,4);case"U":return be($,v,6);default:return u(j.UNKNOWN_ESCAPE_SEQUENCE,o(),0,v),""}}function be($,v,A){h($,v);let V="";for(let ie=0;ie<A;ie++){const re=q($);if(!re){u(j.INVALID_UNICODE_ESCAPE_SEQUENCE,o(),0,`\\${v}${V}${$.currentChar()}`);break}V+=re}return`\\${v}${V}`}function Q($){return $!=="{"&&$!=="}"&&$!==Qe&&$!==Ae}function B($){E($);let v="",A="";for(;v=K($,Q);)A+=v;return A}function P($){let v="",A="";for(;v=_e($);)A+=v;return A}function N($){const v=A=>{const V=$.currentChar();return V==="{"||V==="%"||V==="@"||V==="|"||V==="("||V===")"||!V||V===Qe?A:(A+=V,$.next(),v(A))};return v("")}function R($){E($);const v=h($,"|");return E($),v}function ee($,v){let A=null;switch($.currentChar()){case"{":return v.braceNest>=1&&u(j.NOT_ALLOW_NEST_PLACEHOLDER,o(),0),$.next(),A=f(v,2,"{"),E($),v.braceNest++,A;case"}":return v.braceNest>0&&v.currentType===2&&u(j.EMPTY_PLACEHOLDER,o(),0),$.next(),A=f(v,3,"}"),v.braceNest--,v.braceNest>0&&E($),v.inLinked&&v.braceNest===0&&(v.inLinked=!1),A;case"@":return v.braceNest>0&&u(j.UNTERMINATED_CLOSING_BRACE,o(),0),A=fe($,v)||g(v),v.braceNest=0,A;default:{let ie=!0,re=!0,Z=!0;if(M($))return v.braceNest>0&&u(j.UNTERMINATED_CLOSING_BRACE,o(),0),A=f(v,1,R($)),v.braceNest=0,v.inLinked=!1,A;if(v.braceNest>0&&(v.currentType===5||v.currentType===6||v.currentType===7))return u(j.UNTERMINATED_CLOSING_BRACE,o(),0),v.braceNest=0,Ne($,v);if(ie=_($,v))return A=f(v,5,ce($)),E($),A;if(re=b($,v))return A=f(v,6,we($)),E($),A;if(Z=S($,v))return A=f(v,7,ye($)),E($),A;if(!ie&&!re&&!Z)return A=f(v,13,B($)),u(j.INVALID_TOKEN_IN_PLACEHOLDER,o(),0,A.value),E($),A;break}}return A}function fe($,v){const{currentType:A}=v;let V=null;const ie=$.currentChar();switch((A===8||A===9||A===12||A===10)&&(ie===Ae||ie===Qe)&&u(j.INVALID_LINKED_FORMAT,o(),0),ie){case"@":return $.next(),V=f(v,8,"@"),v.inLinked=!0,V;case".":return E($),$.next(),f(v,9,".");case":":return E($),$.next(),f(v,10,":");default:return M($)?(V=f(v,1,R($)),v.braceNest=0,v.inLinked=!1,V):O($,v)||C($,v)?(E($),fe($,v)):w($,v)?(E($),f(v,12,P($))):I($,v)?(E($),ie==="{"?ee($,v)||V:f(v,11,N($))):(A===8&&u(j.INVALID_LINKED_FORMAT,o(),0),v.braceNest=0,v.inLinked=!1,Ne($,v))}}function Ne($,v){let A={type:14};if(v.braceNest>0)return ee($,v)||g(v);if(v.inLinked)return fe($,v)||g(v);switch($.currentChar()){case"{":return ee($,v)||g(v);case"}":return u(j.UNBALANCED_CLOSING_BRACE,o(),0),$.next(),f(v,3,"}");case"@":return fe($,v)||g(v);default:{if(M($))return A=f(v,1,R($)),v.braceNest=0,v.inLinked=!1,A;const{isModulo:ie,hasSpace:re}=U($);if(ie)return re?f(v,0,se($)):f(v,4,ae($));if(x($))return f(v,0,se($));break}}return A}function Le(){const{currentType:$,offset:v,startLoc:A,endLoc:V}=d;return d.lastType=$,d.lastOffset=v,d.lastStartLoc=A,d.lastEndLoc=V,d.offset=a(),d.startLoc=o(),r.currentChar()===st?f(d,14):Ne(r,d)}return{nextToken:Le,currentOffset:a,currentPosition:o,context:c}}const pu="parser",hu=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function $u(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function gu(e={}){const t=e.location!==!1,{onError:n,onWarn:r}=e;function a(_,b,S,O,...w){const C=_.currentPosition();if(C.offset+=O,C.column+=O,n){const I=t?cn(S,C):null,M=It(b,I,{domain:pu,args:w});n(M)}}function o(_,b,S,O,...w){const C=_.currentPosition();if(C.offset+=O,C.column+=O,r){const I=t?cn(S,C):null;r(nu(b,I,w))}}function i(_,b,S){const O={type:_};return t&&(O.start=b,O.end=b,O.loc={start:S,end:S}),O}function l(_,b,S,O){t&&(_.end=b,_.loc&&(_.loc.end=S))}function d(_,b){const S=_.context(),O=i(3,S.offset,S.startLoc);return O.value=b,l(O,_.currentOffset(),_.currentPosition()),O}function c(_,b){const S=_.context(),{lastOffset:O,lastStartLoc:w}=S,C=i(5,O,w);return C.index=parseInt(b,10),_.nextToken(),l(C,_.currentOffset(),_.currentPosition()),C}function m(_,b,S){const O=_.context(),{lastOffset:w,lastStartLoc:C}=O,I=i(4,w,C);return I.key=b,S===!0&&(I.modulo=!0),_.nextToken(),l(I,_.currentOffset(),_.currentPosition()),I}function u(_,b){const S=_.context(),{lastOffset:O,lastStartLoc:w}=S,C=i(9,O,w);return C.value=b.replace(hu,$u),_.nextToken(),l(C,_.currentOffset(),_.currentPosition()),C}function f(_){const b=_.nextToken(),S=_.context(),{lastOffset:O,lastStartLoc:w}=S,C=i(8,O,w);return b.type!==12?(a(_,j.UNEXPECTED_EMPTY_LINKED_MODIFIER,S.lastStartLoc,0),C.value="",l(C,O,w),{nextConsumeToken:b,node:C}):(b.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,S.lastStartLoc,0,Ge(b)),C.value=b.value||"",l(C,_.currentOffset(),_.currentPosition()),{node:C})}function g(_,b){const S=_.context(),O=i(7,S.offset,S.startLoc);return O.value=b,l(O,_.currentOffset(),_.currentPosition()),O}function h(_){const b=_.context(),S=i(6,b.offset,b.startLoc);let O=_.nextToken();if(O.type===9){const w=f(_);S.modifier=w.node,O=w.nextConsumeToken||_.nextToken()}switch(O.type!==10&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(O)),O=_.nextToken(),O.type===2&&(O=_.nextToken()),O.type){case 11:O.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(O)),S.key=g(_,O.value||"");break;case 5:O.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(O)),S.key=m(_,O.value||"");break;case 6:O.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(O)),S.key=c(_,O.value||"");break;case 7:O.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(O)),S.key=u(_,O.value||"");break;default:{a(_,j.UNEXPECTED_EMPTY_LINKED_KEY,b.lastStartLoc,0);const w=_.context(),C=i(7,w.offset,w.startLoc);return C.value="",l(C,w.offset,w.startLoc),S.key=C,l(S,w.offset,w.startLoc),{nextConsumeToken:O,node:S}}}return l(S,_.currentOffset(),_.currentPosition()),{node:S}}function p(_){const b=_.context(),S=b.currentType===1?_.currentOffset():b.offset,O=b.currentType===1?b.endLoc:b.startLoc,w=i(2,S,O);w.items=[];let C=null,I=null;do{const x=C||_.nextToken();switch(C=null,x.type){case 0:x.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(x)),w.items.push(d(_,x.value||""));break;case 6:x.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(x)),w.items.push(c(_,x.value||""));break;case 4:I=!0;break;case 5:x.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(x)),w.items.push(m(_,x.value||"",!!I)),I&&(o(_,bn.USE_MODULO_SYNTAX,b.lastStartLoc,0,Ge(x)),I=null);break;case 7:x.value==null&&a(_,j.UNEXPECTED_LEXICAL_ANALYSIS,b.lastStartLoc,0,Ge(x)),w.items.push(u(_,x.value||""));break;case 8:{const K=h(_);w.items.push(K.node),C=K.nextConsumeToken||null;break}}}while(b.currentType!==14&&b.currentType!==1);const M=b.currentType===1?b.lastOffset:_.currentOffset(),U=b.currentType===1?b.lastEndLoc:_.currentPosition();return l(w,M,U),w}function E(_,b,S,O){const w=_.context();let C=O.items.length===0;const I=i(1,b,S);I.cases=[],I.cases.push(O);do{const M=p(_);C||(C=M.items.length===0),I.cases.push(M)}while(w.currentType!==14);return C&&a(_,j.MUST_HAVE_MESSAGES_IN_PLURAL,S,0),l(I,_.currentOffset(),_.currentPosition()),I}function y(_){const b=_.context(),{offset:S,startLoc:O}=b,w=p(_);return b.currentType===14?w:E(_,S,O,w)}function T(_){const b=mu(_,Ga({},e)),S=b.context(),O=i(0,S.offset,S.startLoc);return t&&O.loc&&(O.loc.source=_),O.body=y(b),e.onCacheKey&&(O.cacheKey=e.onCacheKey(_)),S.currentType!==14&&a(b,j.UNEXPECTED_LEXICAL_ANALYSIS,S.lastStartLoc,0,_[S.offset]||""),l(O,b.currentOffset(),b.currentPosition()),O}return{parse:T}}function Ge(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function _u(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:o=>(n.helpers.add(o),o)}}function wo(e,t){for(let n=0;n<e.length;n++)Nr(e[n],t)}function Nr(e,t){switch(e.type){case 1:wo(e.cases,t),t.helper("plural");break;case 2:wo(e.items,t);break;case 6:{Nr(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function vu(e,t={}){const n=_u(e);n.helper("normalize"),e.body&&Nr(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function yu(e){const t=e.body;return t.type===2?ko(t):t.cases.forEach(n=>ko(n)),e}function ko(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=Ha(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const bu="minifier";function bt(e){switch(e.t=e.type,e.type){case 0:{const t=e;bt(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let r=0;r<n.length;r++)bt(n[r]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let r=0;r<n.length;r++)bt(n[r]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;bt(t.key),t.k=t.key,delete t.key,t.modifier&&(bt(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}default:throw It(j.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:bu,args:[e.type]})}delete e.type}const Eu="parser";function Ou(e,t){const{sourceMap:n,filename:r,breakLineCode:a,needIndent:o}=t,i=t.location!==!1,l={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:a,needIndent:o,indentLevel:0};i&&e.loc&&(l.source=e.loc.source);const d=()=>l;function c(E,y){l.code+=E}function m(E,y=!0){const T=y?a:"";c(o?T+" ".repeat(E):T)}function u(E=!0){const y=++l.indentLevel;E&&m(y)}function f(E=!0){const y=--l.indentLevel;E&&m(y)}function g(){m(l.indentLevel)}return{context:d,push:c,indent:u,deindent:f,newline:g,helper:E=>`_${E}`,needIndent:()=>l.needIndent}}function Nu(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),Tt(e,t.key),t.modifier?(e.push(", "),Tt(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function Su(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const a=t.items.length;for(let o=0;o<a&&(Tt(e,t.items[o]),o!==a-1);o++)e.push(", ");e.deindent(r()),e.push("])")}function Tu(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const a=t.cases.length;for(let o=0;o<a&&(Tt(e,t.cases[o]),o!==a-1);o++)e.push(", ");e.deindent(r()),e.push("])")}}function Cu(e,t){t.body?Tt(e,t.body):e.push("null")}function Tt(e,t){const{helper:n}=e;switch(t.type){case 0:Cu(e,t);break;case 1:Tu(e,t);break;case 2:Su(e,t);break;case 6:Nu(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw It(j.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:Eu,args:[t.type]})}}const wu=(e,t={})=>{const n=To(t.mode)?t.mode:"normal",r=To(t.filename)?t.filename:"message.intl",a=!!t.sourceMap,o=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
21
- `,i=t.needIndent?t.needIndent:n!=="arrow",l=e.helpers||[],d=Ou(e,{mode:n,filename:r,sourceMap:a,breakLineCode:o,needIndent:i});d.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),d.indent(i),l.length>0&&(d.push(`const { ${Ha(l.map(u=>`${u}: _${u}`),", ")} } = ctx`),d.newline()),d.push("return "),Tt(d,e),d.deindent(i),d.push("}"),delete e.helpers;const{code:c,map:m}=d.context();return{ast:e,code:c,map:m?m.toJSON():void 0}};function ku(e,t={}){const n=Ga({},t),r=!!n.jit,a=!!n.minify,o=n.optimize==null?!0:n.optimize,l=gu(n).parse(e);return r?(o&&yu(l),a&&bt(l),{ast:l,code:""}):(vu(l,n),wu(l,n))}/*!
22
- * core-base v9.13.1
23
- * (c) 2024 kazuya kawaguchi
24
- * Released under the MIT License.
25
- */function Iu(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(rt().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(rt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(rt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const ct=[];ct[0]={w:[0],i:[3,0],"[":[4],o:[7]};ct[1]={w:[1],".":[2],"[":[4],o:[7]};ct[2]={w:[2],i:[3,0],0:[3,0]};ct[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};ct[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};ct[5]={"'":[4,0],o:8,l:[5,0]};ct[6]={'"':[4,0],o:8,l:[6,0]};const Pu=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Lu(e){return Pu.test(e)}function Au(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function Du(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function Ru(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:Lu(t)?Au(t):"*"+t}function Fu(e){const t=[];let n=-1,r=0,a=0,o,i,l,d,c,m,u;const f=[];f[0]=()=>{i===void 0?i=l:i+=l},f[1]=()=>{i!==void 0&&(t.push(i),i=void 0)},f[2]=()=>{f[0](),a++},f[3]=()=>{if(a>0)a--,r=4,f[0]();else{if(a=0,i===void 0||(i=Ru(i),i===!1))return!1;f[1]()}};function g(){const h=e[n+1];if(r===5&&h==="'"||r===6&&h==='"')return n++,l="\\"+h,f[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&g())){if(d=Du(o),u=ct[r],c=u[d]||u.l||8,c===8||(r=c[0],c[1]!==void 0&&(m=f[c[1]],m&&(l=o,m()===!1))))return;if(r===7)return t}}const Io=new Map;function Mu(e,t){return J(e)?e[t]:null}function xu(e,t){if(!J(e))return null;let n=Io.get(t);if(n||(n=Fu(t),n&&Io.set(t,n)),!n)return null;const r=n.length;let a=e,o=0;for(;o<r;){const i=a[n[o]];if(i===void 0||oe(a))return null;a=i,o++}return a}const Bu=e=>e,Vu=e=>"",Uu="text",ju=e=>e.length===0?"":Xc(e),Gu=qc;function Po(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Hu(e){const t=Se(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Se(e.named.count)||Se(e.named.n))?Se(e.named.count)?e.named.count:Se(e.named.n)?e.named.n:t:t}function Wu(e,t){t.count||(t.count=e),t.n||(t.n=e)}function Ku(e={}){const t=e.locale,n=Hu(e),r=J(e.pluralRules)&&F(t)&&oe(e.pluralRules[t])?e.pluralRules[t]:Po,a=J(e.pluralRules)&&F(t)&&oe(e.pluralRules[t])?Po:void 0,o=y=>y[r(n,y.length,a)],i=e.list||[],l=y=>i[y],d=e.named||{};Se(e.pluralIndex)&&Wu(n,d);const c=y=>d[y];function m(y){const T=oe(e.messages)?e.messages(y):J(e.messages)?e.messages[y]:!1;return T||(e.parent?e.parent.message(y):Vu)}const u=y=>e.modifiers?e.modifiers[y]:Bu,f=G(e.processor)&&oe(e.processor.normalize)?e.processor.normalize:ju,g=G(e.processor)&&oe(e.processor.interpolate)?e.processor.interpolate:Gu,h=G(e.processor)&&F(e.processor.type)?e.processor.type:Uu,E={list:l,named:c,plural:o,linked:(y,...T)=>{const[_,b]=T;let S="text",O="";T.length===1?J(_)?(O=_.modifier||O,S=_.type||S):F(_)&&(O=_||O):T.length===2&&(F(_)&&(O=_||O),F(b)&&(S=b||S));const w=m(y)(E),C=S==="vnode"&&de(w)&&O?w[0]:w;return O?u(O)(C,S):C},message:m,type:h,interpolate:g,normalize:f,values:Pe({},i,d)};return E}let Bt=null;function zu(e){Bt=e}function Yu(e,t,n){Bt&&Bt.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const qu=Xu("function:translate");function Xu(e){return t=>Bt&&Bt.emit(e,t)}const Wa=bn.__EXTEND_POINT__,ut=yn(Wa),De={NOT_FOUND_KEY:Wa,FALLBACK_TO_TRANSLATE:ut(),CANNOT_FORMAT_NUMBER:ut(),FALLBACK_TO_NUMBER_FORMAT:ut(),CANNOT_FORMAT_DATE:ut(),FALLBACK_TO_DATE_FORMAT:ut(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:ut(),__EXTEND_POINT__:ut()},Ju={[De.NOT_FOUND_KEY]:"Not found '{key}' key in '{locale}' locale messages.",[De.FALLBACK_TO_TRANSLATE]:"Fall back to translate '{key}' key with '{target}' locale.",[De.CANNOT_FORMAT_NUMBER]:"Cannot format a number value due to not supported Intl.NumberFormat.",[De.FALLBACK_TO_NUMBER_FORMAT]:"Fall back to number format '{key}' key with '{target}' locale.",[De.CANNOT_FORMAT_DATE]:"Cannot format a date value due to not supported Intl.DateTimeFormat.",[De.FALLBACK_TO_DATE_FORMAT]:"Fall back to datetime format '{key}' key with '{target}' locale.",[De.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."};function ht(e,...t){return Er(Ju[e],...t)}const Ka=j.__EXTEND_POINT__,ft=yn(Ka),ke={INVALID_ARGUMENT:Ka,INVALID_DATE_ARGUMENT:ft(),INVALID_ISO_DATE_ARGUMENT:ft(),NOT_SUPPORT_NON_STRING_MESSAGE:ft(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:ft(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:ft(),NOT_SUPPORT_LOCALE_TYPE:ft(),__EXTEND_POINT__:ft()};function ze(e){return It(e,null,process.env.NODE_ENV!=="production"?{messages:Zu}:void 0)}const Zu={[ke.INVALID_ARGUMENT]:"Invalid arguments",[ke.INVALID_DATE_ARGUMENT]:"The date provided is an invalid Date object.Make sure your Date represents a valid date.",[ke.INVALID_ISO_DATE_ARGUMENT]:"The argument provided is not a valid ISO date string",[ke.NOT_SUPPORT_NON_STRING_MESSAGE]:"Not support non-string message",[ke.NOT_SUPPORT_LOCALE_PROMISE_VALUE]:"cannot support promise value",[ke.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION]:"cannot support async function",[ke.NOT_SUPPORT_LOCALE_TYPE]:"cannot support locale type"};function Sr(e,t){return t.locale!=null?Lo(t.locale):Lo(e.locale)}let An;function Lo(e){if(F(e))return e;if(oe(e)){if(e.resolvedOnce&&An!=null)return An;if(e.constructor.name==="Function"){const t=e();if(Yc(t))throw ze(ke.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return An=t}else throw ze(ke.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw ze(ke.NOT_SUPPORT_LOCALE_TYPE)}function Qu(e,t,n){return[...new Set([n,...de(t)?t:J(t)?Object.keys(t):F(t)?[t]:[n]])]}function za(e,t,n){const r=F(n)?n:Ct,a=e;a.__localeChainCache||(a.__localeChainCache=new Map);let o=a.__localeChainCache.get(r);if(!o){o=[];let i=[n];for(;de(i);)i=Ao(o,i,t);const l=de(t)||!G(t)?t:t.default?t.default:null;i=F(l)?[l]:l,de(i)&&Ao(o,i,!1),a.__localeChainCache.set(r,o)}return o}function Ao(e,t,n){let r=!0;for(let a=0;a<t.length&&W(r);a++){const o=t[a];F(o)&&(r=ef(e,t[a],n))}return r}function ef(e,t,n){let r;const a=t.split("-");do{const o=a.join("-");r=tf(e,o,n),a.splice(-1,1)}while(a.length&&r===!0);return r}function tf(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const a=t.replace(/!/g,"");e.push(a),(de(n)||G(n))&&n[a]&&(r=n[a])}return r}const nf="9.13.1",En=-1,Ct="en-US",un="",Do=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function rf(){return{upper:(e,t)=>t==="text"&&F(e)?e.toUpperCase():t==="vnode"&&J(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&F(e)?e.toLowerCase():t==="vnode"&&J(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&F(e)?Do(e):t==="vnode"&&J(e)&&"__v_isVNode"in e?Do(e.children):e}}let Ya;function Ro(e){Ya=e}let qa;function of(e){qa=e}let Xa;function af(e){Xa=e}let Ja=null;const sf=e=>{Ja=e},lf=()=>Ja;let Za=null;const Fo=e=>{Za=e},df=()=>Za;let Mo=0;function cf(e={}){const t=oe(e.onWarn)?e.onWarn:Te,n=F(e.version)?e.version:nf,r=F(e.locale)||oe(e.locale)?e.locale:Ct,a=oe(r)?Ct:r,o=de(e.fallbackLocale)||G(e.fallbackLocale)||F(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a,i=G(e.messages)?e.messages:{[a]:{}},l=G(e.datetimeFormats)?e.datetimeFormats:{[a]:{}},d=G(e.numberFormats)?e.numberFormats:{[a]:{}},c=Pe({},e.modifiers||{},rf()),m=e.pluralRules||{},u=oe(e.missing)?e.missing:null,f=W(e.missingWarn)||lt(e.missingWarn)?e.missingWarn:!0,g=W(e.fallbackWarn)||lt(e.fallbackWarn)?e.fallbackWarn:!0,h=!!e.fallbackFormat,p=!!e.unresolving,E=oe(e.postTranslation)?e.postTranslation:null,y=G(e.processor)?e.processor:null,T=W(e.warnHtmlMessage)?e.warnHtmlMessage:!0,_=!!e.escapeParameter,b=oe(e.messageCompiler)?e.messageCompiler:Ya;process.env.NODE_ENV!=="production"&&oe(e.messageCompiler)&&Ua(ht(De.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));const S=oe(e.messageResolver)?e.messageResolver:qa||Mu,O=oe(e.localeFallbacker)?e.localeFallbacker:Xa||Qu,w=J(e.fallbackContext)?e.fallbackContext:void 0,C=e,I=J(C.__datetimeFormatters)?C.__datetimeFormatters:new Map,M=J(C.__numberFormatters)?C.__numberFormatters:new Map,U=J(C.__meta)?C.__meta:{};Mo++;const x={version:n,cid:Mo,locale:r,fallbackLocale:o,messages:i,modifiers:c,pluralRules:m,missing:u,missingWarn:f,fallbackWarn:g,fallbackFormat:h,unresolving:p,postTranslation:E,processor:y,warnHtmlMessage:T,escapeParameter:_,messageCompiler:b,messageResolver:S,localeFallbacker:O,fallbackContext:w,onWarn:t,__meta:U};return x.datetimeFormats=l,x.numberFormats=d,x.__datetimeFormatters=I,x.__numberFormatters=M,process.env.NODE_ENV!=="production"&&(x.__v_emitter=C.__v_emitter!=null?C.__v_emitter:void 0),(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__)&&Yu(x,n,U),x}function On(e,t){return e instanceof RegExp?e.test(t):e}function Qa(e,t){return e instanceof RegExp?e.test(t):e}function Tr(e,t,n,r,a){const{missing:o,onWarn:i}=e;if(process.env.NODE_ENV!=="production"){const l=e.__v_emitter;l&&l.emit("missing",{locale:n,key:t,type:a,groupId:`${a}:${t}`})}if(o!==null){const l=o(e,n,t,a);return F(l)?l:t}else return process.env.NODE_ENV!=="production"&&Qa(r,t)&&i(ht(De.NOT_FOUND_KEY,{key:t,locale:n})),t}function At(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function es(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function uf(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let r=n+1;r<t.length;r++)if(es(e,t[r]))return!0;return!1}function Dn(e){return n=>ff(n,e)}function ff(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,a=r.c||r.cases;return e.plural(a.reduce((o,i)=>[...o,xo(e,i)],[]))}else return xo(e,n)}function xo(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((a,o)=>[...a,Xn(e,o)],[]);return e.normalize(r)}}function Xn(e,t){const n=t.t||t.type;switch(n){case 3:{const r=t;return r.v||r.value}case 9:{const r=t;return r.v||r.value}case 4:{const r=t;return e.interpolate(e.named(r.k||r.key))}case 5:{const r=t;return e.interpolate(e.list(r.i!=null?r.i:r.index))}case 6:{const r=t,a=r.m||r.modifier;return e.linked(Xn(e,r.k||r.key),a?Xn(e,a):void 0,e.type)}case 7:{const r=t;return r.v||r.value}case 8:{const r=t;return r.v||r.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const mf="Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.";function ts(e,t){t&&su(e)&&Te(Er(mf,{source:e}))}const ns=e=>e;let Ot=Object.create(null);function rs(e){e.code===bn.USE_MODULO_SYNTAX&&Te(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
26
- reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format
27
- (message compiler warning message: ${e.message})`)}const dt=e=>J(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function os(e,t={}){let n=!1;const r=t.onError||ou;return t.onError=a=>{n=!0,r(a)},{...ku(e,t),detectError:n}}const pf=(e,t)=>{if(!F(e))throw ze(ke.NOT_SUPPORT_NON_STRING_MESSAGE);process.env.NODE_ENV!=="production"&&(t.onWarn=rs);{const n=W(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&ts(e,n);const a=(t.onCacheKey||ns)(e),o=Ot[a];if(o)return o;const{code:i,detectError:l}=os(e,t),d=new Function(`return ${i}`)();return l?d:Ot[a]=d}};function hf(e,t){if(process.env.NODE_ENV!=="production"&&(t.onWarn=rs),__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&F(e)){const n=W(t.warnHtmlMessage)?t.warnHtmlMessage:!0;process.env.NODE_ENV!=="production"&&ts(e,n);const a=(t.onCacheKey||ns)(e),o=Ot[a];if(o)return o;const{ast:i,detectError:l}=os(e,{...t,location:process.env.NODE_ENV!=="production",jit:!0}),d=Dn(i);return l?d:Ot[a]=d}else{if(process.env.NODE_ENV!=="production"&&!dt(e))return Te(`the message that is resolve with key '${t.key}' is not supported for jit compilation`),()=>e;const n=e.cacheKey;if(n){const r=Ot[n];return r||(Ot[n]=Dn(e))}else return Dn(e)}}const Bo=()=>"",Ve=e=>oe(e);function Vo(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:a,messageCompiler:o,fallbackLocale:i,messages:l}=e,[d,c]=Jn(...t),m=W(c.missingWarn)?c.missingWarn:e.missingWarn,u=W(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn,f=W(c.escapeParameter)?c.escapeParameter:e.escapeParameter,g=!!c.resolvedMessage,h=F(c.default)||W(c.default)?W(c.default)?o?d:()=>d:c.default:n?o?d:()=>d:"",p=n||h!=="",E=Sr(e,c);f&&$f(c);let[y,T,_]=g?[d,E,l[E]||{}]:as(e,d,E,i,u,m),b=y,S=d;if(!g&&!(F(b)||dt(b)||Ve(b))&&p&&(b=h,S=b),!g&&(!(F(b)||dt(b)||Ve(b))||!F(T)))return a?En:d;if(process.env.NODE_ENV!=="production"&&F(b)&&e.messageCompiler==null)return Te(`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 '${d}'.`),d;let O=!1;const w=()=>{O=!0},C=Ve(b)?b:ss(e,d,T,b,S,w);if(O)return b;const I=yf(e,T,_,c),M=Ku(I),U=gf(e,C,M),x=r?r(U,d):U;if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const K={timestamp:Date.now(),key:F(d)?d:Ve(b)?b.key:"",locale:T||(Ve(b)?b.locale:""),format:F(b)?b:Ve(b)?b.source:"",message:x};K.meta=Pe({},e.__meta,lf()||{}),qu(K)}return x}function $f(e){de(e.list)?e.list=e.list.map(t=>F(t)?Oo(t):t):J(e.named)&&Object.keys(e.named).forEach(t=>{F(e.named[t])&&(e.named[t]=Oo(e.named[t]))})}function as(e,t,n,r,a,o){const{messages:i,onWarn:l,messageResolver:d,localeFallbacker:c}=e,m=c(e,r,n);let u={},f,g=null,h=n,p=null;const E="translate";for(let y=0;y<m.length;y++){if(f=p=m[y],process.env.NODE_ENV!=="production"&&n!==f&&!es(n,f)&&On(a,t)&&l(ht(De.FALLBACK_TO_TRANSLATE,{key:t,target:f})),process.env.NODE_ENV!=="production"&&n!==f){const S=e.__v_emitter;S&&S.emit("fallback",{type:E,key:t,from:h,to:p,groupId:`${E}:${t}`})}u=i[f]||{};let T=null,_,b;if(process.env.NODE_ENV!=="production"&&Ke&&(T=window.performance.now(),_="intlify-message-resolve-start",b="intlify-message-resolve-end",xe&&xe(_)),(g=d(u,t))===null&&(g=u[t]),process.env.NODE_ENV!=="production"&&Ke){const S=window.performance.now(),O=e.__v_emitter;O&&T&&g&&O.emit("message-resolve",{type:"message-resolve",key:t,message:g,time:S-T,groupId:`${E}:${t}`}),_&&b&&xe&&pt&&(xe(b),pt("intlify message resolve",_,b))}if(F(g)||dt(g)||Ve(g))break;if(!uf(f,m)){const S=Tr(e,t,f,o,E);S!==t&&(g=S)}h=p}return[g,f,u]}function ss(e,t,n,r,a,o){const{messageCompiler:i,warnHtmlMessage:l}=e;if(Ve(r)){const f=r;return f.locale=f.locale||n,f.key=f.key||t,f}if(i==null){const f=()=>r;return f.locale=n,f.key=t,f}let d=null,c,m;process.env.NODE_ENV!=="production"&&Ke&&(d=window.performance.now(),c="intlify-message-compilation-start",m="intlify-message-compilation-end",xe&&xe(c));const u=i(r,_f(e,n,a,r,l,o));if(process.env.NODE_ENV!=="production"&&Ke){const f=window.performance.now(),g=e.__v_emitter;g&&d&&g.emit("message-compilation",{type:"message-compilation",message:r,time:f-d,groupId:`translate:${t}`}),c&&m&&xe&&pt&&(xe(m),pt("intlify message compilation",c,m))}return u.locale=n,u.key=t,u.source=r,u}function gf(e,t,n){let r=null,a,o;process.env.NODE_ENV!=="production"&&Ke&&(r=window.performance.now(),a="intlify-message-evaluation-start",o="intlify-message-evaluation-end",xe&&xe(a));const i=t(n);if(process.env.NODE_ENV!=="production"&&Ke){const l=window.performance.now(),d=e.__v_emitter;d&&r&&d.emit("message-evaluation",{type:"message-evaluation",value:i,time:l-r,groupId:`translate:${t.key}`}),a&&o&&xe&&pt&&(xe(o),pt("intlify message evaluation",a,o))}return i}function Jn(...e){const[t,n,r]=e,a={};if(!F(t)&&!Se(t)&&!Ve(t)&&!dt(t))throw ze(ke.INVALID_ARGUMENT);const o=Se(t)?String(t):(Ve(t),t);return Se(n)?a.plural=n:F(n)?a.default=n:G(n)&&!vn(n)?a.named=n:de(n)&&(a.list=n),Se(r)?a.plural=r:F(r)?a.default=r:G(r)&&Pe(a,r),[o,a]}function _f(e,t,n,r,a,o){return{locale:t,key:n,warnHtmlMessage:a,onError:i=>{if(o&&o(i),process.env.NODE_ENV!=="production"){const l=vf(r),d=`Message compilation error: ${i.message}`,c=i.location&&l&&Jc(l,i.location.start.offset,i.location.end.offset),m=e.__v_emitter;m&&l&&m.emit("compile-error",{message:l,error:i.message,start:i.location&&i.location.start.offset,end:i.location&&i.location.end.offset,groupId:`translate:${n}`}),console.error(c?`${d}
28
- ${c}`:d)}else throw i},onCacheKey:i=>Hc(t,n,i)}}function vf(e){if(F(e))return e;if(e.loc&&e.loc.source)return e.loc.source}function yf(e,t,n,r){const{modifiers:a,pluralRules:o,messageResolver:i,fallbackLocale:l,fallbackWarn:d,missingWarn:c,fallbackContext:m}=e,f={locale:t,modifiers:a,pluralRules:o,messages:g=>{let h=i(n,g);if(h==null&&m){const[,,p]=as(m,g,t,l,d,c);h=i(p,g)}if(F(h)||dt(h)){let p=!1;const y=ss(e,g,t,h,g,()=>{p=!0});return p?Bo:y}else return Ve(h)?h:Bo}};return e.processor&&(f.processor=e.processor),r.list&&(f.list=r.list),r.named&&(f.named=r.named),Se(r.plural)&&(f.pluralIndex=r.plural),f}const Uo=typeof Intl<"u",is={dateTimeFormat:Uo&&typeof Intl.DateTimeFormat<"u",numberFormat:Uo&&typeof Intl.NumberFormat<"u"};function jo(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__datetimeFormatters:l}=e;if(process.env.NODE_ENV!=="production"&&!is.dateTimeFormat)return o(ht(De.CANNOT_FORMAT_DATE)),un;const[d,c,m,u]=Zn(...t),f=W(m.missingWarn)?m.missingWarn:e.missingWarn,g=W(m.fallbackWarn)?m.fallbackWarn:e.fallbackWarn,h=!!m.part,p=Sr(e,m),E=i(e,a,p);if(!F(d)||d==="")return new Intl.DateTimeFormat(p,u).format(c);let y={},T,_=null,b=p,S=null;const O="datetime format";for(let I=0;I<E.length;I++){if(T=S=E[I],process.env.NODE_ENV!=="production"&&p!==T&&On(g,d)&&o(ht(De.FALLBACK_TO_DATE_FORMAT,{key:d,target:T})),process.env.NODE_ENV!=="production"&&p!==T){const M=e.__v_emitter;M&&M.emit("fallback",{type:O,key:d,from:b,to:S,groupId:`${O}:${d}`})}if(y=n[T]||{},_=y[d],G(_))break;Tr(e,d,T,f,O),b=S}if(!G(_)||!F(T))return r?En:d;let w=`${T}__${d}`;vn(u)||(w=`${w}__${JSON.stringify(u)}`);let C=l.get(w);return C||(C=new Intl.DateTimeFormat(T,Pe({},_,u)),l.set(w,C)),h?C.formatToParts(c):C.format(c)}const ls=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Zn(...e){const[t,n,r,a]=e,o={};let i={},l;if(F(t)){const d=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!d)throw ze(ke.INVALID_ISO_DATE_ARGUMENT);const c=d[3]?d[3].trim().startsWith("T")?`${d[1].trim()}${d[3].trim()}`:`${d[1].trim()}T${d[3].trim()}`:d[1].trim();l=new Date(c);try{l.toISOString()}catch{throw ze(ke.INVALID_ISO_DATE_ARGUMENT)}}else if(Kc(t)){if(isNaN(t.getTime()))throw ze(ke.INVALID_DATE_ARGUMENT);l=t}else if(Se(t))l=t;else throw ze(ke.INVALID_ARGUMENT);return F(n)?o.key=n:G(n)&&Object.keys(n).forEach(d=>{ls.includes(d)?i[d]=n[d]:o[d]=n[d]}),F(r)?o.locale=r:G(r)&&(i=r),G(a)&&(i=a),[o.key||"",l,o,i]}function Go(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__datetimeFormatters.has(o)&&r.__datetimeFormatters.delete(o)}}function Ho(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__numberFormatters:l}=e;if(process.env.NODE_ENV!=="production"&&!is.numberFormat)return o(ht(De.CANNOT_FORMAT_NUMBER)),un;const[d,c,m,u]=Qn(...t),f=W(m.missingWarn)?m.missingWarn:e.missingWarn,g=W(m.fallbackWarn)?m.fallbackWarn:e.fallbackWarn,h=!!m.part,p=Sr(e,m),E=i(e,a,p);if(!F(d)||d==="")return new Intl.NumberFormat(p,u).format(c);let y={},T,_=null,b=p,S=null;const O="number format";for(let I=0;I<E.length;I++){if(T=S=E[I],process.env.NODE_ENV!=="production"&&p!==T&&On(g,d)&&o(ht(De.FALLBACK_TO_NUMBER_FORMAT,{key:d,target:T})),process.env.NODE_ENV!=="production"&&p!==T){const M=e.__v_emitter;M&&M.emit("fallback",{type:O,key:d,from:b,to:S,groupId:`${O}:${d}`})}if(y=n[T]||{},_=y[d],G(_))break;Tr(e,d,T,f,O),b=S}if(!G(_)||!F(T))return r?En:d;let w=`${T}__${d}`;vn(u)||(w=`${w}__${JSON.stringify(u)}`);let C=l.get(w);return C||(C=new Intl.NumberFormat(T,Pe({},_,u)),l.set(w,C)),h?C.formatToParts(c):C.format(c)}const ds=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Qn(...e){const[t,n,r,a]=e,o={};let i={};if(!Se(t))throw ze(ke.INVALID_ARGUMENT);const l=t;return F(n)?o.key=n:G(n)&&Object.keys(n).forEach(d=>{ds.includes(d)?i[d]=n[d]:o[d]=n[d]}),F(r)?o.locale=r:G(r)&&(i=r),G(a)&&(i=a),[o.key||"",l,o,i]}function Wo(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__numberFormatters.has(o)&&r.__numberFormatters.delete(o)}}Iu();function bf(){return cs().__VUE_DEVTOOLS_GLOBAL_HOOK__}function cs(){return typeof navigator<"u"&&typeof window<"u"?window:typeof globalThis<"u"?globalThis:{}}const Ef=typeof Proxy=="function",Of="devtools-plugin:setup",Nf="plugin:settings:set";let vt,er;function Sf(){var e;return vt!==void 0||(typeof window<"u"&&window.performance?(vt=!0,er=window.performance):typeof globalThis<"u"&&(!((e=globalThis.perf_hooks)===null||e===void 0)&&e.performance)?(vt=!0,er=globalThis.perf_hooks.performance):vt=!1),vt}function Tf(){return Sf()?er.now():Date.now()}class Cf{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const r={};if(t.settings)for(const i in t.settings){const l=t.settings[i];r[i]=l.defaultValue}const a=`__vue-devtools-plugin-settings__${t.id}`;let o=Object.assign({},r);try{const i=localStorage.getItem(a),l=JSON.parse(i);Object.assign(o,l)}catch{}this.fallbacks={getSettings(){return o},setSettings(i){try{localStorage.setItem(a,JSON.stringify(i))}catch{}o=i},now(){return Tf()}},n&&n.on(Nf,(i,l)=>{i===this.plugin.id&&this.fallbacks.setSettings(l)}),this.proxiedOn=new Proxy({},{get:(i,l)=>this.target?this.target.on[l]:(...d)=>{this.onQueue.push({method:l,args:d})}}),this.proxiedTarget=new Proxy({},{get:(i,l)=>this.target?this.target[l]:l==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(l)?(...d)=>(this.targetQueue.push({method:l,args:d,resolve:()=>{}}),this.fallbacks[l](...d)):(...d)=>new Promise(c=>{this.targetQueue.push({method:l,args:d,resolve:c})})})}async setRealTarget(t){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function wf(e,t){const n=e,r=cs(),a=bf(),o=Ef&&n.enableEarlyProxy;if(a&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!o))a.emit(Of,e,t);else{const i=o?new Cf(n,a):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:i}),i&&t(i.proxiedTarget)}}/*!
29
- * vue-i18n v9.13.1
30
- * (c) 2024 kazuya kawaguchi
31
- * Released under the MIT License.
32
- */const kf="9.13.1";function If(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(rt().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(rt().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(rt().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(rt().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(rt().__INTLIFY_PROD_DEVTOOLS__=!1)}const us=De.__EXTEND_POINT__,et=yn(us),me={FALLBACK_TO_ROOT:us,NOT_SUPPORTED_PRESERVE:et(),NOT_SUPPORTED_FORMATTER:et(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:et(),NOT_SUPPORTED_GET_CHOICE_INDEX:et(),COMPONENT_NAME_LEGACY_COMPATIBLE:et(),NOT_FOUND_PARENT_SCOPE:et(),IGNORE_OBJ_FLATTEN:et(),NOTICE_DROP_ALLOW_COMPOSITION:et(),NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG:et()},Pf={[me.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[me.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[me.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[me.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[me.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[me.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[me.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[me.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[me.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see 👉 https://tinyurl.com/2p97mcze",[me.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG]:"'translateExistCompatible' option will be dropped in the next major version."};function Me(e,...t){return Er(Pf[e],...t)}const fs=ke.__EXTEND_POINT__,Fe=yn(fs),z={UNEXPECTED_RETURN_TYPE:fs,INVALID_ARGUMENT:Fe(),MUST_BE_CALL_SETUP_TOP:Fe(),NOT_INSTALLED:Fe(),NOT_AVAILABLE_IN_LEGACY_MODE:Fe(),REQUIRED_VALUE:Fe(),INVALID_VALUE:Fe(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Fe(),NOT_INSTALLED_WITH_PROVIDE:Fe(),UNEXPECTED_ERROR:Fe(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Fe(),BRIDGE_SUPPORT_VUE_2_ONLY:Fe(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Fe(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Fe(),__EXTEND_POINT__:Fe()};function Ce(e,...t){return It(e,null,process.env.NODE_ENV!=="production"?{messages:Lf,args:t}:void 0)}const Lf={[z.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[z.INVALID_ARGUMENT]:"Invalid argument",[z.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[z.NOT_INSTALLED]:"Need to install with `app.use` function",[z.UNEXPECTED_ERROR]:"Unexpected error",[z.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[z.REQUIRED_VALUE]:"Required in value: {0}",[z.INVALID_VALUE]:"Invalid value",[z.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[z.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[z.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[z.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[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",[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"},tr=qe("__translateVNode"),nr=qe("__datetimeParts"),rr=qe("__numberParts"),$t=qe("__enableEmitter"),Vt=qe("__disableEmitter"),ms=qe("__setPluralRules"),ps=qe("__injectWithOption"),or=qe("__dispose");function Ut(e){if(!J(e))return e;for(const t in e)if(dn(e,t))if(!t.includes("."))J(e[t])&&Ut(e[t]);else{const n=t.split("."),r=n.length-1;let a=e,o=!1;for(let i=0;i<r;i++){if(n[i]in a||(a[n[i]]={}),!J(a[n[i]])){process.env.NODE_ENV!=="production"&&Te(Me(me.IGNORE_OBJ_FLATTEN,{key:n[i]})),o=!0;break}a=a[n[i]]}o||(a[n[r]]=e[t],delete e[t]),J(a[n[r]])&&Ut(a[n[r]])}return e}function Nn(e,t){const{messages:n,__i18n:r,messageResolver:a,flatJson:o}=t,i=G(n)?n:de(r)?{}:{[e]:{}};if(de(r)&&r.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:d,resource:c}=l;d?(i[d]=i[d]||{},nn(c,i[d])):nn(c,i)}else F(l)&&nn(JSON.parse(l),i)}),a==null&&o)for(const l in i)dn(i,l)&&Ut(i[l]);return i}function hs(e){return e.type}function $s(e,t,n){let r=J(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Nn(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const a=Object.keys(r);a.length&&a.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(J(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(i=>{e.mergeDateTimeFormat(i,t.datetimeFormats[i])})}if(J(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(i=>{e.mergeNumberFormat(i,t.numberFormats[i])})}}}function Ko(e){return s.createVNode(s.Text,null,e,0)}const zo="__INTLIFY_META__",Yo=()=>[],Af=()=>!1;let qo=0;function Xo(e){return(t,n,r,a)=>e(n,r,s.getCurrentInstance()||void 0,a)}const Df=()=>{const e=s.getCurrentInstance();let t=null;return e&&(t=hs(e)[zo])?{[zo]:t}:null};function Cr(e={},t){const{__root:n,__injectWithOption:r}=e,a=n===void 0,o=e.flatJson,i=Ke?s.ref:s.shallowRef,l=!!e.translateExistCompatible;process.env.NODE_ENV!=="production"&&l&&Ua(Me(me.NOTICE_DROP_TRANSLATE_EXIST_COMPATIBLE_FLAG));let d=W(e.inheritLocale)?e.inheritLocale:!0;const c=i(n&&d?n.locale.value:F(e.locale)?e.locale:Ct),m=i(n&&d?n.fallbackLocale.value:F(e.fallbackLocale)||de(e.fallbackLocale)||G(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:c.value),u=i(Nn(c.value,e)),f=i(G(e.datetimeFormats)?e.datetimeFormats:{[c.value]:{}}),g=i(G(e.numberFormats)?e.numberFormats:{[c.value]:{}});let h=n?n.missingWarn:W(e.missingWarn)||lt(e.missingWarn)?e.missingWarn:!0,p=n?n.fallbackWarn:W(e.fallbackWarn)||lt(e.fallbackWarn)?e.fallbackWarn:!0,E=n?n.fallbackRoot:W(e.fallbackRoot)?e.fallbackRoot:!0,y=!!e.fallbackFormat,T=oe(e.missing)?e.missing:null,_=oe(e.missing)?Xo(e.missing):null,b=oe(e.postTranslation)?e.postTranslation:null,S=n?n.warnHtmlMessage:W(e.warnHtmlMessage)?e.warnHtmlMessage:!0,O=!!e.escapeParameter;const w=n?n.modifiers:G(e.modifiers)?e.modifiers:{};let C=e.pluralRules||n&&n.pluralRules,I;I=(()=>{a&&Fo(null);const k={version:kf,locale:c.value,fallbackLocale:m.value,messages:u.value,modifiers:w,pluralRules:C,missing:_===null?void 0:_,missingWarn:h,fallbackWarn:p,fallbackFormat:y,unresolving:!0,postTranslation:b===null?void 0:b,warnHtmlMessage:S,escapeParameter:O,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};k.datetimeFormats=f.value,k.numberFormats=g.value,k.__datetimeFormatters=G(I)?I.__datetimeFormatters:void 0,k.__numberFormatters=G(I)?I.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(k.__v_emitter=G(I)?I.__v_emitter:void 0);const D=cf(k);return a&&Fo(D),D})(),At(I,c.value,m.value);function U(){return[c.value,m.value,u.value,f.value,g.value]}const x=s.computed({get:()=>c.value,set:k=>{c.value=k,I.locale=c.value}}),K=s.computed({get:()=>m.value,set:k=>{m.value=k,I.fallbackLocale=m.value,At(I,c.value,k)}}),$e=s.computed(()=>u.value),_e=s.computed(()=>f.value),ne=s.computed(()=>g.value);function Oe(){return oe(b)?b:null}function ge(k){b=k,I.postTranslation=k}function ve(){return T}function te(k){k!==null&&(_=Xo(k)),T=k,I.missing=_}function q(k,D){return k!=="translate"||!D.resolvedMessage}const X=(k,D,H,ue,Be,Je)=>{U();let at;try{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,a||(I.fallbackContext=n?df():void 0),at=k(I)}finally{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,a||(I.fallbackContext=void 0)}if(H!=="translate exists"&&Se(at)&&at===En||H==="translate exists"&&!at){const[Ze,kn]=D();if(process.env.NODE_ENV!=="production"&&n&&F(Ze)&&q(H,kn)&&(E&&(On(p,Ze)||Qa(h,Ze))&&Te(Me(me.FALLBACK_TO_ROOT,{key:Ze,type:H})),process.env.NODE_ENV!=="production")){const{__v_emitter:Jt}=I;Jt&&E&&Jt.emit("fallback",{type:H,key:Ze,to:"global",groupId:`${H}:${Ze}`})}return n&&E?ue(n):Be(Ze)}else{if(Je(at))return at;throw Ce(z.UNEXPECTED_RETURN_TYPE)}};function ae(...k){return X(D=>Reflect.apply(Vo,null,[D,...k]),()=>Jn(...k),"translate",D=>Reflect.apply(D.t,D,[...k]),D=>D,D=>F(D))}function se(...k){const[D,H,ue]=k;if(ue&&!J(ue))throw Ce(z.INVALID_ARGUMENT);return ae(D,H,Pe({resolvedMessage:!0},ue||{}))}function ce(...k){return X(D=>Reflect.apply(jo,null,[D,...k]),()=>Zn(...k),"datetime format",D=>Reflect.apply(D.d,D,[...k]),()=>un,D=>F(D))}function we(...k){return X(D=>Reflect.apply(Ho,null,[D,...k]),()=>Qn(...k),"number format",D=>Reflect.apply(D.n,D,[...k]),()=>un,D=>F(D))}function le(k){return k.map(D=>F(D)||Se(D)||W(D)?Ko(String(D)):D)}const Ie={normalize:le,interpolate:k=>k,type:"vnode"};function be(...k){return X(D=>{let H;const ue=D;try{ue.processor=Ie,H=Reflect.apply(Vo,null,[ue,...k])}finally{ue.processor=null}return H},()=>Jn(...k),"translate",D=>D[tr](...k),D=>[Ko(D)],D=>de(D))}function Q(...k){return X(D=>Reflect.apply(Ho,null,[D,...k]),()=>Qn(...k),"number format",D=>D[rr](...k),Yo,D=>F(D)||de(D))}function B(...k){return X(D=>Reflect.apply(jo,null,[D,...k]),()=>Zn(...k),"datetime format",D=>D[nr](...k),Yo,D=>F(D)||de(D))}function P(k){C=k,I.pluralRules=C}function N(k,D){return X(()=>{if(!k)return!1;const H=F(D)?D:c.value,ue=fe(H),Be=I.messageResolver(ue,k);return l?Be!=null:dt(Be)||Ve(Be)||F(Be)},()=>[k],"translate exists",H=>Reflect.apply(H.te,H,[k,D]),Af,H=>W(H))}function R(k){let D=null;const H=za(I,m.value,c.value);for(let ue=0;ue<H.length;ue++){const Be=u.value[H[ue]]||{},Je=I.messageResolver(Be,k);if(Je!=null){D=Je;break}}return D}function ee(k){const D=R(k);return D??(n?n.tm(k)||{}:{})}function fe(k){return u.value[k]||{}}function Ne(k,D){if(o){const H={[k]:D};for(const ue in H)dn(H,ue)&&Ut(H[ue]);D=H[k]}u.value[k]=D,I.messages=u.value}function Le(k,D){u.value[k]=u.value[k]||{};const H={[k]:D};if(o)for(const ue in H)dn(H,ue)&&Ut(H[ue]);D=H[k],nn(D,u.value[k]),I.messages=u.value}function $(k){return f.value[k]||{}}function v(k,D){f.value[k]=D,I.datetimeFormats=f.value,Go(I,k,D)}function A(k,D){f.value[k]=Pe(f.value[k]||{},D),I.datetimeFormats=f.value,Go(I,k,D)}function V(k){return g.value[k]||{}}function ie(k,D){g.value[k]=D,I.numberFormats=g.value,Wo(I,k,D)}function re(k,D){g.value[k]=Pe(g.value[k]||{},D),I.numberFormats=g.value,Wo(I,k,D)}qo++,n&&Ke&&(s.watch(n.locale,k=>{d&&(c.value=k,I.locale=k,At(I,c.value,m.value))}),s.watch(n.fallbackLocale,k=>{d&&(m.value=k,I.fallbackLocale=k,At(I,c.value,m.value))}));const Z={id:qo,locale:x,fallbackLocale:K,get inheritLocale(){return d},set inheritLocale(k){d=k,k&&n&&(c.value=n.locale.value,m.value=n.fallbackLocale.value,At(I,c.value,m.value))},get availableLocales(){return Object.keys(u.value).sort()},messages:$e,get modifiers(){return w},get pluralRules(){return C||{}},get isGlobal(){return a},get missingWarn(){return h},set missingWarn(k){h=k,I.missingWarn=h},get fallbackWarn(){return p},set fallbackWarn(k){p=k,I.fallbackWarn=p},get fallbackRoot(){return E},set fallbackRoot(k){E=k},get fallbackFormat(){return y},set fallbackFormat(k){y=k,I.fallbackFormat=y},get warnHtmlMessage(){return S},set warnHtmlMessage(k){S=k,I.warnHtmlMessage=k},get escapeParameter(){return O},set escapeParameter(k){O=k,I.escapeParameter=k},t:ae,getLocaleMessage:fe,setLocaleMessage:Ne,mergeLocaleMessage:Le,getPostTranslationHandler:Oe,setPostTranslationHandler:ge,getMissingHandler:ve,setMissingHandler:te,[ms]:P};return Z.datetimeFormats=_e,Z.numberFormats=ne,Z.rt=se,Z.te=N,Z.tm=ee,Z.d=ce,Z.n=we,Z.getDateTimeFormat=$,Z.setDateTimeFormat=v,Z.mergeDateTimeFormat=A,Z.getNumberFormat=V,Z.setNumberFormat=ie,Z.mergeNumberFormat=re,Z[ps]=r,Z[tr]=be,Z[nr]=B,Z[rr]=Q,process.env.NODE_ENV!=="production"&&(Z[$t]=k=>{I.__v_emitter=k},Z[Vt]=()=>{I.__v_emitter=void 0}),Z}function Rf(e){const t=F(e.locale)?e.locale:Ct,n=F(e.fallbackLocale)||de(e.fallbackLocale)||G(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=oe(e.missing)?e.missing:void 0,a=W(e.silentTranslationWarn)||lt(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,o=W(e.silentFallbackWarn)||lt(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,i=W(e.fallbackRoot)?e.fallbackRoot:!0,l=!!e.formatFallbackMessages,d=G(e.modifiers)?e.modifiers:{},c=e.pluralizationRules,m=oe(e.postTranslation)?e.postTranslation:void 0,u=F(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,f=!!e.escapeParameterHtml,g=W(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&Te(Me(me.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&Te(Me(me.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let h=e.messages;if(G(e.sharedMessages)){const O=e.sharedMessages;h=Object.keys(O).reduce((C,I)=>{const M=C[I]||(C[I]={});return Pe(M,O[I]),C},h||{})}const{__i18n:p,__root:E,__injectWithOption:y}=e,T=e.datetimeFormats,_=e.numberFormats,b=e.flatJson,S=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:h,flatJson:b,datetimeFormats:T,numberFormats:_,missing:r,missingWarn:a,fallbackWarn:o,fallbackRoot:i,fallbackFormat:l,modifiers:d,pluralRules:c,postTranslation:m,warnHtmlMessage:u,escapeParameter:f,messageResolver:e.messageResolver,inheritLocale:g,translateExistCompatible:S,__i18n:p,__root:E,__injectWithOption:y}}function ar(e={},t){{const n=Cr(Rf(e)),{__extender:r}=e,a={id:n.id,get locale(){return n.locale.value},set locale(o){n.locale.value=o},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(o){n.fallbackLocale.value=o},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(o){process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_SUPPORTED_FORMATTER))},get missing(){return n.getMissingHandler()},set missing(o){n.setMissingHandler(o)},get silentTranslationWarn(){return W(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(o){n.missingWarn=W(o)?!o:o},get silentFallbackWarn(){return W(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(o){n.fallbackWarn=W(o)?!o:o},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(o){n.fallbackFormat=o},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(o){n.setPostTranslationHandler(o)},get sync(){return n.inheritLocale},set sync(o){n.inheritLocale=o},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(o){n.warnHtmlMessage=o!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(o){n.escapeParameter=o},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(o){process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...o){const[i,l,d]=o,c={};let m=null,u=null;if(!F(i))throw Ce(z.INVALID_ARGUMENT);const f=i;return F(l)?c.locale=l:de(l)?m=l:G(l)&&(u=l),de(d)?m=d:G(d)&&(u=d),Reflect.apply(n.t,n,[f,m||u||{},c])},rt(...o){return Reflect.apply(n.rt,n,[...o])},tc(...o){const[i,l,d]=o,c={plural:1};let m=null,u=null;if(!F(i))throw Ce(z.INVALID_ARGUMENT);const f=i;return F(l)?c.locale=l:Se(l)?c.plural=l:de(l)?m=l:G(l)&&(u=l),F(d)?c.locale=d:de(d)?m=d:G(d)&&(u=d),Reflect.apply(n.t,n,[f,m||u||{},c])},te(o,i){return n.te(o,i)},tm(o){return n.tm(o)},getLocaleMessage(o){return n.getLocaleMessage(o)},setLocaleMessage(o,i){n.setLocaleMessage(o,i)},mergeLocaleMessage(o,i){n.mergeLocaleMessage(o,i)},d(...o){return Reflect.apply(n.d,n,[...o])},getDateTimeFormat(o){return n.getDateTimeFormat(o)},setDateTimeFormat(o,i){n.setDateTimeFormat(o,i)},mergeDateTimeFormat(o,i){n.mergeDateTimeFormat(o,i)},n(...o){return Reflect.apply(n.n,n,[...o])},getNumberFormat(o){return n.getNumberFormat(o)},setNumberFormat(o,i){n.setNumberFormat(o,i)},mergeNumberFormat(o,i){n.mergeNumberFormat(o,i)},getChoiceIndex(o,i){return process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return a.__extender=r,process.env.NODE_ENV!=="production"&&(a.__enableEmitter=o=>{const i=n;i[$t]&&i[$t](o)},a.__disableEmitter=()=>{const o=n;o[Vt]&&o[Vt]()}),a}}const wr={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Ff({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,a)=>[...r,...a.type===s.Fragment?a.children:[a]],[]):t.reduce((n,r)=>{const a=e[r];return a&&(n[r]=a()),n},{})}function gs(e){return s.Fragment}const Mf=s.defineComponent({name:"i18n-t",props:Pe({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Se(e)||!isNaN(e)}},wr),setup(e,t){const{slots:n,attrs:r}=t,a=e.i18n||Pt({useScope:e.scope,__useComponent:!0});return()=>{const o=Object.keys(n).filter(u=>u!=="_"),i={};e.locale&&(i.locale=e.locale),e.plural!==void 0&&(i.plural=F(e.plural)?+e.plural:e.plural);const l=Ff(t,o),d=a[tr](e.keypath,l,i),c=Pe({},r),m=F(e.tag)||J(e.tag)?e.tag:gs();return s.h(m,c,d)}}}),Rn=Mf;function xf(e){return de(e)&&!F(e[0])}function _s(e,t,n,r){const{slots:a,attrs:o}=t;return()=>{const i={part:!0};let l={};e.locale&&(i.locale=e.locale),F(e.format)?i.key=e.format:J(e.format)&&(F(e.format.key)&&(i.key=e.format.key),l=Object.keys(e.format).reduce((f,g)=>n.includes(g)?Pe({},f,{[g]:e.format[g]}):f,{}));const d=r(e.value,i,l);let c=[i.key];de(d)?c=d.map((f,g)=>{const h=a[f.type],p=h?h({[f.type]:f.value,index:g,parts:d}):[f.value];return xf(p)&&(p[0].key=`${f.type}-${g}`),p}):F(d)&&(c=[d]);const m=Pe({},o),u=F(e.tag)||J(e.tag)?e.tag:gs();return s.h(u,m,c)}}const Bf=s.defineComponent({name:"i18n-n",props:Pe({value:{type:Number,required:!0},format:{type:[String,Object]}},wr),setup(e,t){const n=e.i18n||Pt({useScope:e.scope,__useComponent:!0});return _s(e,t,ds,(...r)=>n[rr](...r))}}),Jo=Bf,Vf=s.defineComponent({name:"i18n-d",props:Pe({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},wr),setup(e,t){const n=e.i18n||Pt({useScope:e.scope,__useComponent:!0});return _s(e,t,ls,(...r)=>n[nr](...r))}}),Zo=Vf;function Uf(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function jf(e){const t=i=>{const{instance:l,modifiers:d,value:c}=i;if(!l||!l.$)throw Ce(z.UNEXPECTED_ERROR);const m=Uf(e,l.$);process.env.NODE_ENV!=="production"&&d.preserve&&Te(Me(me.NOT_SUPPORTED_PRESERVE));const u=Qo(c);return[Reflect.apply(m.t,m,[...ea(u)]),m]};return{created:(i,l)=>{const[d,c]=t(l);Ke&&e.global===c&&(i.__i18nWatcher=s.watch(c.locale,()=>{l.instance&&l.instance.$forceUpdate()})),i.__composer=c,i.textContent=d},unmounted:i=>{Ke&&i.__i18nWatcher&&(i.__i18nWatcher(),i.__i18nWatcher=void 0,delete i.__i18nWatcher),i.__composer&&(i.__composer=void 0,delete i.__composer)},beforeUpdate:(i,{value:l})=>{if(i.__composer){const d=i.__composer,c=Qo(l);i.textContent=Reflect.apply(d.t,d,[...ea(c)])}},getSSRProps:i=>{const[l]=t(i);return{textContent:l}}}}function Qo(e){if(F(e))return{path:e};if(G(e)){if(!("path"in e))throw Ce(z.REQUIRED_VALUE,"path");return e}else throw Ce(z.INVALID_VALUE)}function ea(e){const{path:t,locale:n,args:r,choice:a,plural:o}=e,i={},l=r||{};return F(n)&&(i.locale=n),Se(a)&&(i.plural=a),Se(o)&&(i.plural=o),[t,l,i]}function Gf(e,t,...n){const r=G(n[0])?n[0]:{},a=!!r.useI18nComponentName,o=W(r.globalInstall)?r.globalInstall:!0;process.env.NODE_ENV!=="production"&&o&&a&&Te(Me(me.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Rn.name})),o&&([a?"i18n":Rn.name,"I18nT"].forEach(i=>e.component(i,Rn)),[Jo.name,"I18nN"].forEach(i=>e.component(i,Jo)),[Zo.name,"I18nD"].forEach(i=>e.component(i,Zo))),e.directive("t",jf(t))}const Fn={"vue-devtools-plugin-vue-i18n":"Vue I18n devtools","vue-i18n-resource-inspector":"I18n Resources","vue-i18n-timeline":"Vue I18n"},Hf={"vue-i18n-resource-inspector":"Search for scopes ..."},Wf={"vue-i18n-timeline":16764185},vs="vue-i18n: composer properties";let sr;async function Kf(e,t){return new Promise((n,r)=>{try{wf({id:"vue-devtools-plugin-vue-i18n",label:Fn["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[vs],app:e},a=>{sr=a,a.on.visitComponentTree(({componentInstance:i,treeNode:l})=>{zf(i,l,t)}),a.on.inspectComponent(({componentInstance:i,instanceData:l})=>{i.vnode.el&&i.vnode.el.__VUE_I18N__&&l&&(t.mode==="legacy"?i.vnode.el.__VUE_I18N__!==t.global.__composer&&ta(l,i.vnode.el.__VUE_I18N__):ta(l,i.vnode.el.__VUE_I18N__))}),a.addInspector({id:"vue-i18n-resource-inspector",label:Fn["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:Hf["vue-i18n-resource-inspector"]}),a.on.getInspectorTree(i=>{i.app===e&&i.inspectorId==="vue-i18n-resource-inspector"&&Zf(i,t)});const o=new Map;a.on.getInspectorState(async i=>{if(i.app===e&&i.inspectorId==="vue-i18n-resource-inspector")if(a.unhighlightElement(),e0(i,t),i.nodeId==="global"){if(!o.has(i.app)){const[l]=await a.getComponentInstances(i.app);o.set(i.app,l)}a.highlightElement(o.get(i.app))}else{const l=Qf(i.nodeId,t);l&&a.highlightElement(l)}}),a.on.editInspectorState(i=>{i.app===e&&i.inspectorId==="vue-i18n-resource-inspector"&&n0(i,t)}),a.addTimelineLayer({id:"vue-i18n-timeline",label:Fn["vue-i18n-timeline"],color:Wf["vue-i18n-timeline"]}),n(!0)})}catch(a){console.error(a),r(!1)}})}function ys(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function zf(e,t,n){const r=n.mode==="composition"?n.global:n.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==r){const a={label:`i18n (${ys(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(a)}}function ta(e,t){const n=vs;e.state.push({type:n,key:"locale",editable:!0,value:t.locale.value}),e.state.push({type:n,key:"availableLocales",editable:!1,value:t.availableLocales}),e.state.push({type:n,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value}),e.state.push({type:n,key:"inheritLocale",editable:!0,value:t.inheritLocale}),e.state.push({type:n,key:"messages",editable:!1,value:kr(t.messages.value)}),e.state.push({type:n,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}),e.state.push({type:n,key:"numberFormats",editable:!1,value:t.numberFormats.value})}function kr(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n];oe(r)&&"source"in r?t[n]=Jf(r):dt(r)&&r.loc&&r.loc.source?t[n]=r.loc.source:J(r)?t[n]=kr(r):t[n]=r}),t}const Yf={"<":"&lt;",">":"&gt;",'"':"&quot;","&":"&amp;"};function qf(e){return e.replace(/[<>"&]/g,Xf)}function Xf(e){return Yf[e]||e}function Jf(e){return{_custom:{type:"function",display:`<span>ƒ</span> ${e.source?`("${qf(e.source)}")`:"(?)"}`}}}function Zf(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const n=t.mode==="composition"?t.global:t.global.__composer;for(const[r,a]of t.__instances){const o=t.mode==="composition"?a:a.__composer;n!==o&&e.rootNodes.push({id:o.id.toString(),label:`${ys(r)} Scope`})}}function Qf(e,t){let n=null;if(e!=="global"){for(const[r,a]of t.__instances.entries())if(a.id.toString()===e){n=r;break}}return n}function bs(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const n=Array.from(t.__instances.values()).find(r=>r.id.toString()===e);return n?t.mode==="composition"?n:n.__composer:null}}function e0(e,t){const n=bs(e.nodeId,t);return n&&(e.state=t0(n)),null}function t0(e){const t={},n="Locale related info",r=[{type:n,key:"locale",editable:!0,value:e.locale.value},{type:n,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value},{type:n,key:"availableLocales",editable:!1,value:e.availableLocales},{type:n,key:"inheritLocale",editable:!0,value:e.inheritLocale}];t[n]=r;const a="Locale messages info",o=[{type:a,key:"messages",editable:!1,value:kr(e.messages.value)}];t[a]=o;{const i="Datetime formats info",l=[{type:i,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[i]=l;const d="Datetime formats info",c=[{type:d,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[d]=c}return t}function jt(e,t){if(sr){let n;t&&"groupId"in t&&(n=t.groupId,delete t.groupId),sr.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:e,groupId:n,time:Date.now(),meta:{},data:t||{},logType:e==="compile-error"?"error":e==="fallback"||e==="missing"?"warning":"default"}})}}function n0(e,t){const n=bs(e.nodeId,t);if(n){const[r]=e.path;r==="locale"&&F(e.state.value)?n.locale.value=e.state.value:r==="fallbackLocale"&&(F(e.state.value)||de(e.state.value)||J(e.state.value))?n.fallbackLocale.value=e.state.value:r==="inheritLocale"&&W(e.state.value)&&(n.inheritLocale=e.state.value)}}function r0(e,t,n){return{beforeCreate(){const r=s.getCurrentInstance();if(!r)throw Ce(z.UNEXPECTED_ERROR);const a=this.$options;if(a.i18n){const o=a.i18n;if(a.__i18n&&(o.__i18n=a.__i18n),o.__root=t,this===this.$root)this.$i18n=na(e,o);else{o.__injectWithOption=!0,o.__extender=n.__vueI18nExtend,this.$i18n=ar(o);const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}}else if(a.__i18n)if(this===this.$root)this.$i18n=na(e,a);else{this.$i18n=ar({__i18n:a.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}else this.$i18n=e;a.__i18nGlobal&&$s(t,a,a),this.$t=(...o)=>this.$i18n.t(...o),this.$rt=(...o)=>this.$i18n.rt(...o),this.$tc=(...o)=>this.$i18n.tc(...o),this.$te=(o,i)=>this.$i18n.te(o,i),this.$d=(...o)=>this.$i18n.d(...o),this.$n=(...o)=>this.$i18n.n(...o),this.$tm=o=>this.$i18n.tm(o),n.__setInstance(r,this.$i18n)},mounted(){if(process.env.NODE_ENV!=="production"&&this.$el&&this.$i18n){const r=this.$i18n;this.$el.__VUE_I18N__=r.__composer;const a=this.__v_emitter=Or();r.__enableEmitter&&r.__enableEmitter(a),a.on("*",jt)}},unmounted(){const r=s.getCurrentInstance();if(!r)throw Ce(z.UNEXPECTED_ERROR);const a=this.$i18n;process.env.NODE_ENV!=="production"&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",jt),delete this.__v_emitter),this.$i18n&&(a.__disableEmitter&&a.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,a.__disposer&&(a.__disposer(),delete a.__disposer,delete a.__extender),n.__deleteInstance(r),delete this.$i18n}}}function na(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[ms](t.pluralizationRules||e.pluralizationRules);const n=Nn(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const o0=qe("global-vue-i18n");function a0(e={},t){const n=__VUE_I18N_LEGACY_API__&&W(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=W(e.globalInjection)?e.globalInjection:!0,a=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,o=new Map,[i,l]=s0(e,n),d=qe(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&n&&a&&Te(Me(me.NOTICE_DROP_ALLOW_COMPOSITION));function c(f){return o.get(f)||null}function m(f,g){o.set(f,g)}function u(f){o.delete(f)}{const f={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return a},async install(g,...h){if(process.env.NODE_ENV!=="production"&&(g.__VUE_I18N__=f),g.__VUE_I18N_SYMBOL__=d,g.provide(g.__VUE_I18N_SYMBOL__,f),G(h[0])){const y=h[0];f.__composerExtend=y.__composerExtend,f.__vueI18nExtend=y.__vueI18nExtend}let p=null;!n&&r&&(p=h0(g,f.global)),__VUE_I18N_FULL_INSTALL__&&Gf(g,f,...h),__VUE_I18N_LEGACY_API__&&n&&g.mixin(r0(l,l.__composer,f));const E=g.unmount;if(g.unmount=()=>{p&&p(),f.dispose(),E()},process.env.NODE_ENV!=="production"){if(!await Kf(g,f))throw Ce(z.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const T=Or();if(n){const _=l;_.__enableEmitter&&_.__enableEmitter(T)}else{const _=l;_[$t]&&_[$t](T)}T.on("*",jt)}},get global(){return l},dispose(){i.stop()},__instances:o,__getInstance:c,__setInstance:m,__deleteInstance:u};return f}}function Pt(e={}){const t=s.getCurrentInstance();if(t==null)throw Ce(z.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Ce(z.NOT_INSTALLED);const n=i0(t),r=d0(n),a=hs(t),o=l0(e,a);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw Ce(z.NOT_AVAILABLE_IN_LEGACY_MODE);return m0(t,o,r,e)}if(o==="global")return $s(r,e,a),r;if(o==="parent"){let d=c0(n,t,e.__useComponent);return d==null&&(process.env.NODE_ENV!=="production"&&Te(Me(me.NOT_FOUND_PARENT_SCOPE)),d=r),d}const i=n;let l=i.__getInstance(t);if(l==null){const d=Pe({},e);"__i18n"in a&&(d.__i18n=a.__i18n),r&&(d.__root=r),l=Cr(d),i.__composerExtend&&(l[or]=i.__composerExtend(l)),f0(i,t,l),i.__setInstance(t,l)}return l}function s0(e,t,n){const r=s.effectScope();{const a=__VUE_I18N_LEGACY_API__&&t?r.run(()=>ar(e)):r.run(()=>Cr(e));if(a==null)throw Ce(z.UNEXPECTED_ERROR);return[r,a]}}function i0(e){{const t=s.inject(e.isCE?o0:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Ce(e.isCE?z.NOT_INSTALLED_WITH_PROVIDE:z.UNEXPECTED_ERROR);return t}}function l0(e,t){return vn(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function d0(e){return e.mode==="composition"?e.global:e.global.__composer}function c0(e,t,n=!1){let r=null;const a=t.root;let o=u0(t,n);for(;o!=null;){const i=e;if(e.mode==="composition")r=i.__getInstance(o);else if(__VUE_I18N_LEGACY_API__){const l=i.__getInstance(o);l!=null&&(r=l.__composer,n&&r&&!r[ps]&&(r=null))}if(r!=null||a===o)break;o=o.parent}return r}function u0(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function f0(e,t,n){let r=null;s.onMounted(()=>{if(process.env.NODE_ENV!=="production"&&t.vnode.el){t.vnode.el.__VUE_I18N__=n,r=Or();const a=n;a[$t]&&a[$t](r),r.on("*",jt)}},t),s.onUnmounted(()=>{const a=n;process.env.NODE_ENV!=="production"&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(r&&r.off("*",jt),a[Vt]&&a[Vt](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const o=a[or];o&&(o(),delete a[or])},t)}function m0(e,t,n,r={}){const a=t==="local",o=s.shallowRef(null);if(a&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw Ce(z.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const i=W(r.inheritLocale)?r.inheritLocale:!F(r.locale),l=s.ref(!a||i?n.locale.value:F(r.locale)?r.locale:Ct),d=s.ref(!a||i?n.fallbackLocale.value:F(r.fallbackLocale)||de(r.fallbackLocale)||G(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:l.value),c=s.ref(Nn(l.value,r)),m=s.ref(G(r.datetimeFormats)?r.datetimeFormats:{[l.value]:{}}),u=s.ref(G(r.numberFormats)?r.numberFormats:{[l.value]:{}}),f=a?n.missingWarn:W(r.missingWarn)||lt(r.missingWarn)?r.missingWarn:!0,g=a?n.fallbackWarn:W(r.fallbackWarn)||lt(r.fallbackWarn)?r.fallbackWarn:!0,h=a?n.fallbackRoot:W(r.fallbackRoot)?r.fallbackRoot:!0,p=!!r.fallbackFormat,E=oe(r.missing)?r.missing:null,y=oe(r.postTranslation)?r.postTranslation:null,T=a?n.warnHtmlMessage:W(r.warnHtmlMessage)?r.warnHtmlMessage:!0,_=!!r.escapeParameter,b=a?n.modifiers:G(r.modifiers)?r.modifiers:{},S=r.pluralRules||a&&n.pluralRules;function O(){return[l.value,d.value,c.value,m.value,u.value]}const w=s.computed({get:()=>o.value?o.value.locale.value:l.value,set:N=>{o.value&&(o.value.locale.value=N),l.value=N}}),C=s.computed({get:()=>o.value?o.value.fallbackLocale.value:d.value,set:N=>{o.value&&(o.value.fallbackLocale.value=N),d.value=N}}),I=s.computed(()=>o.value?o.value.messages.value:c.value),M=s.computed(()=>m.value),U=s.computed(()=>u.value);function x(){return o.value?o.value.getPostTranslationHandler():y}function K(N){o.value&&o.value.setPostTranslationHandler(N)}function $e(){return o.value?o.value.getMissingHandler():E}function _e(N){o.value&&o.value.setMissingHandler(N)}function ne(N){return O(),N()}function Oe(...N){return o.value?ne(()=>Reflect.apply(o.value.t,null,[...N])):ne(()=>"")}function ge(...N){return o.value?Reflect.apply(o.value.rt,null,[...N]):""}function ve(...N){return o.value?ne(()=>Reflect.apply(o.value.d,null,[...N])):ne(()=>"")}function te(...N){return o.value?ne(()=>Reflect.apply(o.value.n,null,[...N])):ne(()=>"")}function q(N){return o.value?o.value.tm(N):{}}function X(N,R){return o.value?o.value.te(N,R):!1}function ae(N){return o.value?o.value.getLocaleMessage(N):{}}function se(N,R){o.value&&(o.value.setLocaleMessage(N,R),c.value[N]=R)}function ce(N,R){o.value&&o.value.mergeLocaleMessage(N,R)}function we(N){return o.value?o.value.getDateTimeFormat(N):{}}function le(N,R){o.value&&(o.value.setDateTimeFormat(N,R),m.value[N]=R)}function ye(N,R){o.value&&o.value.mergeDateTimeFormat(N,R)}function Ie(N){return o.value?o.value.getNumberFormat(N):{}}function be(N,R){o.value&&(o.value.setNumberFormat(N,R),u.value[N]=R)}function Q(N,R){o.value&&o.value.mergeNumberFormat(N,R)}const B={get id(){return o.value?o.value.id:-1},locale:w,fallbackLocale:C,messages:I,datetimeFormats:M,numberFormats:U,get inheritLocale(){return o.value?o.value.inheritLocale:i},set inheritLocale(N){o.value&&(o.value.inheritLocale=N)},get availableLocales(){return o.value?o.value.availableLocales:Object.keys(c.value)},get modifiers(){return o.value?o.value.modifiers:b},get pluralRules(){return o.value?o.value.pluralRules:S},get isGlobal(){return o.value?o.value.isGlobal:!1},get missingWarn(){return o.value?o.value.missingWarn:f},set missingWarn(N){o.value&&(o.value.missingWarn=N)},get fallbackWarn(){return o.value?o.value.fallbackWarn:g},set fallbackWarn(N){o.value&&(o.value.missingWarn=N)},get fallbackRoot(){return o.value?o.value.fallbackRoot:h},set fallbackRoot(N){o.value&&(o.value.fallbackRoot=N)},get fallbackFormat(){return o.value?o.value.fallbackFormat:p},set fallbackFormat(N){o.value&&(o.value.fallbackFormat=N)},get warnHtmlMessage(){return o.value?o.value.warnHtmlMessage:T},set warnHtmlMessage(N){o.value&&(o.value.warnHtmlMessage=N)},get escapeParameter(){return o.value?o.value.escapeParameter:_},set escapeParameter(N){o.value&&(o.value.escapeParameter=N)},t:Oe,getPostTranslationHandler:x,setPostTranslationHandler:K,getMissingHandler:$e,setMissingHandler:_e,rt:ge,d:ve,n:te,tm:q,te:X,getLocaleMessage:ae,setLocaleMessage:se,mergeLocaleMessage:ce,getDateTimeFormat:we,setDateTimeFormat:le,mergeDateTimeFormat:ye,getNumberFormat:Ie,setNumberFormat:be,mergeNumberFormat:Q};function P(N){N.locale.value=l.value,N.fallbackLocale.value=d.value,Object.keys(c.value).forEach(R=>{N.mergeLocaleMessage(R,c.value[R])}),Object.keys(m.value).forEach(R=>{N.mergeDateTimeFormat(R,m.value[R])}),Object.keys(u.value).forEach(R=>{N.mergeNumberFormat(R,u.value[R])}),N.escapeParameter=_,N.fallbackFormat=p,N.fallbackRoot=h,N.fallbackWarn=g,N.missingWarn=f,N.warnHtmlMessage=T}return s.onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw Ce(z.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const N=o.value=e.proxy.$i18n.__composer;t==="global"?(l.value=N.locale.value,d.value=N.fallbackLocale.value,c.value=N.messages.value,m.value=N.datetimeFormats.value,u.value=N.numberFormats.value):a&&P(N)}),B}const p0=["locale","fallbackLocale","availableLocales"],ra=["t","rt","d","n","tm","te"];function h0(e,t){const n=Object.create(null);return p0.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o)throw Ce(z.UNEXPECTED_ERROR);const i=s.isRef(o.value)?{get(){return o.value.value},set(l){o.value.value=l}}:{get(){return o.get&&o.get()}};Object.defineProperty(n,a,i)}),e.config.globalProperties.$i18n=n,ra.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o||!o.value)throw Ce(z.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${a}`,o)}),()=>{delete e.config.globalProperties.$i18n,ra.forEach(a=>{delete e.config.globalProperties[`$${a}`]})}}If();__INTLIFY_JIT_COMPILATION__?Ro(hf):Ro(pf);of(xu);af(za);if(process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=rt();e.__INTLIFY__=!0,zu(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;const $0={},g0={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"},_0=s.createElementVNode("rect",{width:"24",height:"24",transform:"translate(1 1)"},null,-1),v0=s.createElementVNode("path",{fill:"rgb(var(--black))","fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.9996 10.8L22.8994 0.900244L25.0993 3.1002L15.1995 13L25.0993 22.8998L22.8994 25.0998L12.9996 15.2L3.09976 25.0998L0.899801 22.8998L10.7996 13L0.899801 3.1002L3.09976 0.900244L12.9996 10.8Z"},null,-1),y0=[_0,v0];function b0(e,t){return s.openBlock(),s.createElementBlock("svg",g0,y0)}const Ir=Ee($0,[["render",b0]]),E0={key:"popup-content",class:"pd-small popup-wrapper"},O0={class:"mn-b-small"},Es={__name:"Popup",props:{isPopupOpen:{type:Boolean,default:!1},style:String,title:String},emits:["close-popup"],setup(e,{emit:t}){const n=e,r=t;function a(){r("close-popup")}return s.watch(()=>n.isPopupOpen,i=>{i?document.body.classList.add("no-scroll"):document.body.classList.remove("no-scroll")}),br(),yr(),Pt({messages:{en:{},ru:{}}}),(i,l)=>(s.openBlock(),s.createBlock(s.Transition,{name:"TransitionTranslateY",appear:""},{default:s.withCtx(()=>[e.isPopupOpen?(s.openBlock(),s.createBlock(s.Teleport,{key:0,to:"body"},[e.isPopupOpen?(s.openBlock(),s.createElementBlock("div",E0,[s.createVNode(s.Transition,{name:"TransitionTranslateY",mode:"out-in"},{default:s.withCtx(()=>[s.createElementVNode("section",s.mergeProps({class:"pos-relative z-index-4"},i.$attrs,{class:i.$attrs.class}),[s.createElementVNode("h4",O0,s.toDisplayString(e.title),1),s.createVNode(Ir,{onClick:l[0]||(l[0]=d=>a()),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"}),s.renderSlot(i.$slots,"default")],16)]),_:3}),s.createElementVNode("div",{onClick:l[1]||(l[1]=d=>a()),class:s.normalizeClass([{active:e.isPopupOpen===!0},"color-overlay z-index-3"])},null,2)])):s.createCommentVNode("",!0)])):s.createCommentVNode("",!0)]),_:3}))}},N0=Object.freeze(Object.defineProperty({__proto__:null,default:Es},Symbol.toStringTag,{value:"Module"})),S0={class:"flex-v-center flex-nowrap flex"},T0={key:0,class:"mn-r-auto t-transp mn-r-small"},C0=["name","value","checked"],w0={key:1,class:""},k0=s.createElementVNode("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[s.createElementVNode("g",{id:"24 / basic / check-mark"},[s.createElementVNode("path",{id:"icon","fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.28033 10.7197L14.25 3.75L15.3107 4.81066L7.28033 12.841L3 8.56066L4.06066 7.5L7.28033 10.7197Z",fill:"#000000"})])],-1),I0=[k0],Os={__name:"Radio",props:{label:String,name:String,value:!1,radio:Object},emits:["update:radio"],setup(e,{emit:t}){const n=t;return(r,a)=>(s.openBlock(),s.createElementBlock("label",S0,[e.label?(s.openBlock(),s.createElementBlock("div",T0,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),s.createElementVNode("input",{onInput:a[0]||(a[0]=o=>r.text=n("update:radio",o.target.value)),class:"round radiobutton",type:"checkbox",name:e.name,value:e.value,checked:e.value===e.radio},null,40,C0),e.radio===e.value?(s.openBlock(),s.createElementBlock("div",w0,I0)):s.createCommentVNode("",!0)]))}},P0=Object.freeze(Object.defineProperty({__proto__:null,default:Os},Symbol.toStringTag,{value:"Module"})),L0={key:0,class:"t-transp mn-r-small"},A0={class:"w-100"},D0=["onClick"],R0={key:0,class:"w-100"},F0={key:0,class:"mn-t-thin invalid-feedback"},M0={__name:"Select",props:{label:String,placeholder:{type:String,default:"Please select an item"},select:[String,Object],property:String,options:{type:Array,default:()=>[]},validation:Boolean},emits:["update:select","focus","blur"],setup(e,{emit:t}){let n=pn;const r=t,a=e,o=s.ref(!1),i=s.ref(a.property?u(a.select,a.property,a.options):a.select),l=s.computed(()=>a.select?a.options.filter(f=>f!==a.select):a.options);s.watch(()=>a.select,f=>{i.value=a.property?u(a.select,a.property,a.options):a.select});const d=()=>{o.value=!o.value,r(o.value?"focus":"blur")};function c(){o.value=!1}const m=f=>{i.value=f,d(),a.property?r("update:select",i.value[a.property]):r("update:select",i.value)};function u(f,g,h){for(const p of h)if(p[g]===f||p===f)return p;return null}return(f,g)=>{var h,p;return s.openBlock(),s.createElementBlock(s.Fragment,null,[s.withDirectives((s.openBlock(),s.createElementBlock("div",{onClick:s.withModifiers(d,["stop"]),class:s.normalizeClass([f.$attrs.class,"cursor-pointer flex-v-center flex-nowrap flex pos-relative"])},[e.label?(s.openBlock(),s.createElementBlock("div",L0,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),s.createElementVNode("li",A0,[s.createElementVNode("span",null,s.toDisplayString((h=i.value)!=null&&h.name?(p=i.value)==null?void 0:p.name:i.value||e.placeholder),1)]),s.createVNode(s.Transition,{mode:"out-in",name:"TransitionTranslateY"},{default:s.withCtx(()=>[s.withDirectives(s.createElementVNode("ul",{class:s.normalizeClass([f.$attrs.class,"bs-black pos-absolute pos-t-100 pos-l-0 z-index-5 w-100 mn-t-thin"]),style:{"min-width":"max-content"}},[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(l.value,E=>(s.openBlock(),s.createElementBlock("li",{onClick:s.withModifiers(y=>m(E),["stop"])},[E?(s.openBlock(),s.createElementBlock("span",R0,s.toDisplayString(E.name||E),1)):s.createCommentVNode("",!0)],8,D0))),256))],2),[[s.vShow,o.value]])]),_:1})],2)),[[s.unref(n),c]]),s.createVNode(s.Transition,{mode:"out-in",name:"fade"},{default:s.withCtx(()=>[e.validation?(s.openBlock(),s.createElementBlock("div",F0," * "+s.toDisplayString(e.validation.message),1)):s.createCommentVNode("",!0)]),_:1})],64)}}},Ns=Ee(M0,[["__scopeId","data-v-bf25c24d"]]),x0=Object.freeze(Object.defineProperty({__proto__:null,default:Ns},Symbol.toStringTag,{value:"Module"}));function Mn(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function B0(e){return(...t)=>!e(...t)}function V0(e,t){return e===void 0&&(e="undefined"),e===null&&(e="null"),e===!1&&(e="false"),e.toString().toLowerCase().indexOf(t.trim())!==-1}function Ss(e,t,n,r){return t?e.filter(a=>V0(r(a,n),t)).sort((a,o)=>r(a,n).length-r(o,n).length):e}function U0(e){return e.filter(t=>!t.$isLabel)}function xn(e,t){return n=>n.reduce((r,a)=>a[e]&&a[e].length?(r.push({$groupLabel:a[t],$isLabel:!0}),r.concat(a[e])):r,[])}function j0(e,t,n,r,a){return o=>o.map(i=>{if(!i[n])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const l=Ss(i[n],e,t,a);return l.length?{[r]:i[r],[n]:l}:[]})}const oa=(...e)=>t=>e.reduce((n,r)=>r(n),t),G0={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return Mn(e)?"":t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const e=this.search||"",t=e.toLowerCase().trim();let n=this.options.concat();return this.internalSearch?n=this.groupValues?this.filterAndFlat(n,t,this.label):Ss(n,t,this.label,this.customLabel):n=this.groupValues?xn(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(B0(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition==="bottom"?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(t=>this.customLabel(t,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return oa(j0(t,n,this.groupValues,this.groupLabel,this.customLabel),xn(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return oa(xn(this.groupValues,this.groupLabel),U0)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){const t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(Mn(e))return"";if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;const t=this.customLabel(e,this.label);return Mn(t)?"":t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t==="Tab"&&!this.pointerDirty)){if(e.isTag)this.$emit("tag",e.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!=="Tab"&&this.removeElement(e);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([e])):this.$emit("update:modelValue",e),this.$emit("select",e,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(e){const t=this.options.find(n=>n[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit("remove",t[this.groupValues],this.id);const n=this.internalValue.filter(r=>t[this.groupValues].indexOf(r)===-1);this.$emit("update:modelValue",n)}else{let n=t[this.groupValues].filter(r=>!(this.isOptionDisabled(r)||this.isSelected(r)));this.max&&n.splice(this.max-this.internalValue.length),this.$emit("select",n,this.id),this.$emit("update:modelValue",this.internalValue.concat(n))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(t=>this.isSelected(t)||this.isOptionDisabled(t))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const n=typeof e=="object"?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){const r=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit("update:modelValue",r)}else this.$emit("update:modelValue",null);this.$emit("remove",e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(e-40,this.maxHeight))}}},H0={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":t.$isLabel}];const n=this.options.find(r=>r[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?["multiselect__option--group",{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:"multiselect__option--disabled"},addPointerElement({key:e}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}},W0={name:"vue-multiselect",mixins:[G0,H0],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)}}},K0=["tabindex","aria-owns"],z0={ref:"tags",class:"multiselect__tags"},Y0={class:"multiselect__tags-wrap"},q0=["textContent"],X0=["onKeypress","onMousedown"],J0=["textContent"],Z0={class:"multiselect__spinner"},Q0=["name","id","placeholder","value","disabled","tabindex","aria-controls"],e1=["id"],t1={key:0},n1={class:"multiselect__option"},r1=["id","role"],o1=["onClick","onMouseenter","data-select","data-selected","data-deselect"],a1=["data-select","data-deselect","onMouseenter","onMousedown"],s1={class:"multiselect__option"},i1={class:"multiselect__option"};function l1(e,t,n,r,a,o){return s.openBlock(),s.createElementBlock("div",{tabindex:e.searchable?-1:n.tabindex,class:s.normalizeClass([{"multiselect--active":e.isOpen,"multiselect--disabled":n.disabled,"multiselect--above":o.isAbove,"multiselect--has-options-group":o.hasOptionGroup},"multiselect flex flex-v-center"]),onFocus:t[13]||(t[13]=i=>e.activate()),onBlur:t[14]||(t[14]=i=>e.searchable?!1:e.deactivate()),onKeydown:[t[15]||(t[15]=s.withKeys(s.withModifiers(i=>e.pointerForward(),["self","prevent"]),["down"])),t[16]||(t[16]=s.withKeys(s.withModifiers(i=>e.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:t[17]||(t[17]=s.withKeys(s.withModifiers(i=>e.addPointerElement(i),["stop","self"]),["enter","tab"])),onKeyup:t[18]||(t[18]=s.withKeys(i=>e.deactivate(),["esc"])),role:"combobox","aria-owns":"listbox-"+e.id},[s.renderSlot(e.$slots,"caret",{toggle:e.toggle},()=>[s.createElementVNode("div",{onMousedown:t[0]||(t[0]=s.withModifiers(i=>e.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),s.renderSlot(e.$slots,"clear",{search:e.search}),s.createElementVNode("div",z0,[s.renderSlot(e.$slots,"selection",{search:e.search,remove:e.removeElement,values:o.visibleValues,isOpen:e.isOpen},()=>[s.withDirectives(s.createElementVNode("div",Y0,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(o.visibleValues,(i,l)=>s.renderSlot(e.$slots,"tag",{option:i,search:e.search,remove:e.removeElement},()=>[(s.openBlock(),s.createElementBlock("span",{class:"multiselect__tag",key:l},[s.createElementVNode("span",{textContent:s.toDisplayString(e.getOptionLabel(i))},null,8,q0),s.createElementVNode("i",{tabindex:"1",onKeypress:s.withKeys(s.withModifiers(d=>e.removeElement(i),["prevent"]),["enter"]),onMousedown:s.withModifiers(d=>e.removeElement(i),["prevent"]),class:"multiselect__tag-icon"},null,40,X0)]))])),256))],512),[[s.vShow,o.visibleValues.length>0]]),e.internalValue&&e.internalValue.length>n.limit?s.renderSlot(e.$slots,"limit",{key:0},()=>[s.createElementVNode("strong",{class:"multiselect__strong",textContent:s.toDisplayString(n.limitText(e.internalValue.length-n.limit))},null,8,J0)]):s.createCommentVNode("",!0)]),s.createVNode(s.Transition,{name:"multiselect__loading"},{default:s.withCtx(()=>[s.renderSlot(e.$slots,"loading",{},()=>[s.withDirectives(s.createElementVNode("div",Z0,null,512),[[s.vShow,n.loading]])])]),_:3}),e.searchable?(s.openBlock(),s.createElementBlock("input",{key:0,ref:"search",name:n.name,id:e.id,type:"text",autocomplete:"off",spellcheck:"false",placeholder:e.placeholder,style:s.normalizeStyle(o.inputStyle),value:e.search,disabled:n.disabled,tabindex:n.tabindex,onInput:t[1]||(t[1]=i=>e.updateSearch(i.target.value)),onFocus:t[2]||(t[2]=s.withModifiers(i=>e.activate(),["prevent"])),onBlur:t[3]||(t[3]=s.withModifiers(i=>e.deactivate(),["prevent"])),onKeyup:t[4]||(t[4]=s.withKeys(i=>e.deactivate(),["esc"])),onKeydown:[t[5]||(t[5]=s.withKeys(s.withModifiers(i=>e.pointerForward(),["prevent"]),["down"])),t[6]||(t[6]=s.withKeys(s.withModifiers(i=>e.pointerBackward(),["prevent"]),["up"])),t[8]||(t[8]=s.withKeys(s.withModifiers(i=>e.removeLastElement(),["stop"]),["delete"]))],onKeypress:t[7]||(t[7]=s.withKeys(s.withModifiers(i=>e.addPointerElement(i),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+e.id},null,44,Q0)):s.createCommentVNode("",!0),o.isSingleLabelVisible?(s.openBlock(),s.createElementBlock("span",{key:1,class:"multiselect__single",onMousedown:t[9]||(t[9]=s.withModifiers((...i)=>e.toggle&&e.toggle(...i),["prevent"]))},[s.renderSlot(e.$slots,"singleLabel",{option:o.singleValue},()=>[s.createTextVNode(s.toDisplayString(e.currentOptionLabel),1)])],32)):s.createCommentVNode("",!0),o.isPlaceholderVisible?(s.openBlock(),s.createElementBlock("span",{key:2,class:"multiselect__placeholder",onMousedown:t[10]||(t[10]=s.withModifiers((...i)=>e.toggle&&e.toggle(...i),["prevent"]))},[s.renderSlot(e.$slots,"placeholder",{},()=>[s.createTextVNode(s.toDisplayString(e.placeholder),1)])],32)):s.createCommentVNode("",!0)],512),s.createVNode(s.Transition,{name:"multiselect"},{default:s.withCtx(()=>[s.withDirectives(s.createElementVNode("div",{class:s.normalizeClass(["multiselect__content-wrapper",e.$attrs.class]),onFocus:t[11]||(t[11]=(...i)=>e.activate&&e.activate(...i)),tabindex:"-1",onMousedown:t[12]||(t[12]=s.withModifiers(()=>{},["prevent"])),style:s.normalizeStyle({maxHeight:e.optimizedHeight+"px"}),ref:"list"},[s.createElementVNode("ul",{class:"multiselect__content",style:s.normalizeStyle(o.contentStyle),role:"listbox",id:"listbox-"+e.id},[s.renderSlot(e.$slots,"beforeList"),e.multiple&&e.max===e.internalValue.length?(s.openBlock(),s.createElementBlock("li",t1,[s.createElementVNode("span",n1,[s.renderSlot(e.$slots,"maxElements",{},()=>[s.createTextVNode("Maximum of "+s.toDisplayString(e.max)+" options selected. First remove a selected option to select another.",1)])])])):s.createCommentVNode("",!0),!e.max||e.internalValue.length<e.max?(s.openBlock(!0),s.createElementBlock(s.Fragment,{key:1},s.renderList(e.filteredOptions,(i,l)=>(s.openBlock(),s.createElementBlock("li",{class:"multiselect__element",key:l,id:e.id+"-"+l,role:i&&(i.$isLabel||i.$isDisabled)?null:"option"},[i&&(i.$isLabel||i.$isDisabled)?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("span",{key:0,class:s.normalizeClass([e.optionHighlight(l,i),"multiselect__option"]),onClick:s.withModifiers(d=>e.select(i),["stop"]),onMouseenter:s.withModifiers(d=>e.pointerSet(l),["self"]),"data-select":i&&i.isTag?e.tagPlaceholder:o.selectLabelText,"data-selected":o.selectedLabelText,"data-deselect":o.deselectLabelText},[s.renderSlot(e.$slots,"option",{option:i,search:e.search,index:l},()=>[s.createElementVNode("span",null,s.toDisplayString(e.getOptionLabel(i)),1)])],42,o1)),i&&(i.$isLabel||i.$isDisabled)?(s.openBlock(),s.createElementBlock("span",{key:1,"data-select":e.groupSelect&&o.selectGroupLabelText,"data-deselect":e.groupSelect&&o.deselectGroupLabelText,class:s.normalizeClass([e.groupHighlight(l,i),"multiselect__option"]),onMouseenter:s.withModifiers(d=>e.groupSelect&&e.pointerSet(l),["self"]),onMousedown:s.withModifiers(d=>e.selectGroup(i),["prevent"])},[s.renderSlot(e.$slots,"option",{option:i,search:e.search,index:l},()=>[s.createElementVNode("span",null,s.toDisplayString(e.getOptionLabel(i)),1)])],42,a1)):s.createCommentVNode("",!0)],8,r1))),128)):s.createCommentVNode("",!0),s.withDirectives(s.createElementVNode("li",null,[s.createElementVNode("span",s1,[s.renderSlot(e.$slots,"noResult",{search:e.search},()=>[s.createTextVNode("No elements found. Consider changing the search query.")])])],512),[[s.vShow,n.showNoResults&&e.filteredOptions.length===0&&e.search&&!n.loading]]),s.withDirectives(s.createElementVNode("li",null,[s.createElementVNode("span",i1,[s.renderSlot(e.$slots,"noOptions",{},()=>[s.createTextVNode("List is empty.")])])],512),[[s.vShow,n.showNoOptions&&(e.options.length===0||o.hasOptionGroup===!0&&e.filteredOptions.length===0)&&!e.search&&!n.loading]]),s.renderSlot(e.$slots,"afterList")],12,e1)],38),[[s.vShow,e.isOpen]])]),_:3})],42,K0)}const Ts=Ee(W0,[["render",l1]]),d1=Object.freeze(Object.defineProperty({__proto__:null,default:Ts},Symbol.toStringTag,{value:"Module"})),c1={key:0,class:"spoiler"},Cs={__name:"Spoiler",props:{status:{type:Boolean,default:!1}},setup(e){const t=e,n=s.ref(!1);return t.status&&(n.value=t.status),(r,a)=>(s.openBlock(),s.createElementBlock("div",null,[s.createElementVNode("div",{onClick:a[0]||(a[0]=o=>n.value=!n.value),class:"flex-v-center flex-nowrap flex"},[s.renderSlot(r.$slots,"header",{isOpen:n.value})]),s.createVNode(s.Transition,{name:"collapse"},{default:s.withCtx(()=>[n.value?(s.openBlock(),s.createElementBlock("div",c1,[s.renderSlot(r.$slots,"content")])):s.createCommentVNode("",!0)]),_:3})]))}},u1=Object.freeze(Object.defineProperty({__proto__:null,default:Cs},Symbol.toStringTag,{value:"Module"})),f1={class:"flex-nowrap flex-v-center flex pos-relative"},m1=["onClick"],ws={__name:"Tab",props:{tabs:Array,selected:String,callback:Function},emits:["update:selected"],setup(e,{emit:t}){const n=t,r=e,a=s.ref(0);if(r.selected){const i=r.tabs.findIndex(l=>l.value===r.selected);i!==-1&&(a.value=i)}function o(i,l){a.value=i,n("update:selected",l.value),r.callback&&r.callback()}return(i,l)=>(s.openBlock(),s.createElementBlock("div",f1,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(e.tabs,(d,c)=>(s.openBlock(),s.createElementBlock("div",{key:c,onClick:m=>o(c,d),class:s.normalizeClass([{"t-transp":c!==a.value,"br-solid br-b-3px br-main":c===a.value},"z-index-1 t-center pd-small w-max"])},[s.createElementVNode("label",null,s.toDisplayString(d.name),1)],10,m1))),128))]))}},p1=Object.freeze(Object.defineProperty({__proto__:null,default:ws},Symbol.toStringTag,{value:"Module"})),h1={__name:"Tooltip",props:{text:{type:String,required:!0}},setup(e){const t=s.ref(!1),n=s.reactive({position:"absolute",width:"max-content",zIndex:1e3,background:"#333",color:"#fff",padding:"5px 10px",borderRadius:"3px",fontSize:"14px",display:"none"});function r(o){t.value=!0,n.left=`${o.clientX/100+10}px`,n.top=`${o.clientY/100+10}px`,n.display="block"}function a(){t.value=!1,n.display="none"}return(o,i)=>(s.openBlock(),s.createElementBlock("div",{class:"cursor-pointer tooltip-container",onMouseover:r,onMouseleave:a},[s.renderSlot(o.$slots,"default",{},void 0,!0),s.createElementVNode("div",{class:"tooltip-content",style:s.normalizeStyle(n)},s.toDisplayString(e.text),5)],32))}},ks=Ee(h1,[["__scopeId","data-v-f89d5a93"]]),$1=Object.freeze(Object.defineProperty({__proto__:null,default:ks},Symbol.toStringTag,{value:"Module"})),g1={key:0,class:"cursor-pointer t-second"},Is={__name:"Text",props:{maxLen:{type:Number,required:!0},text:{type:String,required:!0},showToggleText:{type:Boolean,default:!1}},setup(e){const t=e,n=s.ref(!1),r=s.computed(()=>t.text.length>t.maxLen?t.text.slice(0,t.maxLen)+"...":t.text),a=s.computed(()=>t.text),o=()=>{n.value=!n.value},i=s.computed(()=>n.value?a.value:r.value),l=s.computed(()=>t.text.length>t.maxLen),d=s.computed(()=>n.value?"Hide":"Show more");return(c,m)=>(s.openBlock(),s.createElementBlock("span",{onClick:o,class:""},[s.createTextVNode(s.toDisplayString(i.value)+" ",1),l.value&&e.showToggleText?(s.openBlock(),s.createElementBlock("span",g1,s.toDisplayString(d.value),1)):s.createCommentVNode("",!0)]))}},_1=Object.freeze(Object.defineProperty({__proto__:null,default:Is},Symbol.toStringTag,{value:"Module"}));function Ps(e,t){return function(){return e.apply(t,arguments)}}const{toString:v1}=Object.prototype,{getPrototypeOf:Pr}=Object,Sn=(e=>t=>{const n=v1.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Xe=e=>(e=e.toLowerCase(),t=>Sn(t)===e),Tn=e=>t=>typeof t===e,{isArray:Lt}=Array,Gt=Tn("undefined");function y1(e){return e!==null&&!Gt(e)&&e.constructor!==null&&!Gt(e.constructor)&&Ue(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ls=Xe("ArrayBuffer");function b1(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ls(e.buffer),t}const E1=Tn("string"),Ue=Tn("function"),As=Tn("number"),Cn=e=>e!==null&&typeof e=="object",O1=e=>e===!0||e===!1,rn=e=>{if(Sn(e)!=="object")return!1;const t=Pr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},N1=Xe("Date"),S1=Xe("File"),T1=Xe("Blob"),C1=Xe("FileList"),w1=e=>Cn(e)&&Ue(e.pipe),k1=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ue(e.append)&&((t=Sn(e))==="formdata"||t==="object"&&Ue(e.toString)&&e.toString()==="[object FormData]"))},I1=Xe("URLSearchParams"),P1=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function zt(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),Lt(e))for(r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let l;for(r=0;r<i;r++)l=o[r],t.call(null,e[l],l,e)}}function Ds(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,a;for(;r-- >0;)if(a=n[r],t===a.toLowerCase())return a;return null}const Rs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Fs=e=>!Gt(e)&&e!==Rs;function ir(){const{caseless:e}=Fs(this)&&this||{},t={},n=(r,a)=>{const o=e&&Ds(t,a)||a;rn(t[o])&&rn(r)?t[o]=ir(t[o],r):rn(r)?t[o]=ir({},r):Lt(r)?t[o]=r.slice():t[o]=r};for(let r=0,a=arguments.length;r<a;r++)arguments[r]&&zt(arguments[r],n);return t}const L1=(e,t,n,{allOwnKeys:r}={})=>(zt(t,(a,o)=>{n&&Ue(a)?e[o]=Ps(a,n):e[o]=a},{allOwnKeys:r}),e),A1=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),D1=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},R1=(e,t,n,r)=>{let a,o,i;const l={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],(!r||r(i,e,t))&&!l[i]&&(t[i]=e[i],l[i]=!0);e=n!==!1&&Pr(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},F1=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},M1=e=>{if(!e)return null;if(Lt(e))return e;let t=e.length;if(!As(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},x1=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Pr(Uint8Array)),B1=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=r.next())&&!a.done;){const o=a.value;t.call(e,o[0],o[1])}},V1=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},U1=Xe("HTMLFormElement"),j1=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,a){return r.toUpperCase()+a}),aa=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),G1=Xe("RegExp"),Ms=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};zt(n,(a,o)=>{let i;(i=t(a,o,e))!==!1&&(r[o]=i||a)}),Object.defineProperties(e,r)},H1=e=>{Ms(e,(t,n)=>{if(Ue(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ue(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},W1=(e,t)=>{const n={},r=a=>{a.forEach(o=>{n[o]=!0})};return Lt(e)?r(e):r(String(e).split(t)),n},K1=()=>{},z1=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Bn="abcdefghijklmnopqrstuvwxyz",sa="0123456789",xs={DIGIT:sa,ALPHA:Bn,ALPHA_DIGIT:Bn+Bn.toUpperCase()+sa},Y1=(e=16,t=xs.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function q1(e){return!!(e&&Ue(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const X1=e=>{const t=new Array(10),n=(r,a)=>{if(Cn(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;const o=Lt(r)?[]:{};return zt(r,(i,l)=>{const d=n(i,a+1);!Gt(d)&&(o[l]=d)}),t[a]=void 0,o}}return r};return n(e,0)},J1=Xe("AsyncFunction"),Z1=e=>e&&(Cn(e)||Ue(e))&&Ue(e.then)&&Ue(e.catch),L={isArray:Lt,isArrayBuffer:Ls,isBuffer:y1,isFormData:k1,isArrayBufferView:b1,isString:E1,isNumber:As,isBoolean:O1,isObject:Cn,isPlainObject:rn,isUndefined:Gt,isDate:N1,isFile:S1,isBlob:T1,isRegExp:G1,isFunction:Ue,isStream:w1,isURLSearchParams:I1,isTypedArray:x1,isFileList:C1,forEach:zt,merge:ir,extend:L1,trim:P1,stripBOM:A1,inherits:D1,toFlatObject:R1,kindOf:Sn,kindOfTest:Xe,endsWith:F1,toArray:M1,forEachEntry:B1,matchAll:V1,isHTMLForm:U1,hasOwnProperty:aa,hasOwnProp:aa,reduceDescriptors:Ms,freezeMethods:H1,toObjectSet:W1,toCamelCase:j1,noop:K1,toFiniteNumber:z1,findKey:Ds,global:Rs,isContextDefined:Fs,ALPHABET:xs,generateString:Y1,isSpecCompliantForm:q1,toJSONObject:X1,isAsyncFn:J1,isThenable:Z1};function Y(e,t,n,r,a){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),a&&(this.response=a)}L.inherits(Y,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:L.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Bs=Y.prototype,Vs={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Vs[e]={value:e}});Object.defineProperties(Y,Vs);Object.defineProperty(Bs,"isAxiosError",{value:!0});Y.from=(e,t,n,r,a,o)=>{const i=Object.create(Bs);return L.toFlatObject(e,i,function(d){return d!==Error.prototype},l=>l!=="isAxiosError"),Y.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const Q1=null;function lr(e){return L.isPlainObject(e)||L.isArray(e)}function Us(e){return L.endsWith(e,"[]")?e.slice(0,-2):e}function ia(e,t,n){return e?e.concat(t).map(function(a,o){return a=Us(a),!n&&o?"["+a+"]":a}).join(n?".":""):t}function e2(e){return L.isArray(e)&&!e.some(lr)}const t2=L.toFlatObject(L,{},null,function(t){return/^is[A-Z]/.test(t)});function wn(e,t,n){if(!L.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=L.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,E){return!L.isUndefined(E[p])});const r=n.metaTokens,a=n.visitor||m,o=n.dots,i=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&L.isSpecCompliantForm(t);if(!L.isFunction(a))throw new TypeError("visitor must be a function");function c(h){if(h===null)return"";if(L.isDate(h))return h.toISOString();if(!d&&L.isBlob(h))throw new Y("Blob is not supported. Use a Buffer instead.");return L.isArrayBuffer(h)||L.isTypedArray(h)?d&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function m(h,p,E){let y=h;if(h&&!E&&typeof h=="object"){if(L.endsWith(p,"{}"))p=r?p:p.slice(0,-2),h=JSON.stringify(h);else if(L.isArray(h)&&e2(h)||(L.isFileList(h)||L.endsWith(p,"[]"))&&(y=L.toArray(h)))return p=Us(p),y.forEach(function(_,b){!(L.isUndefined(_)||_===null)&&t.append(i===!0?ia([p],b,o):i===null?p:p+"[]",c(_))}),!1}return lr(h)?!0:(t.append(ia(E,p,o),c(h)),!1)}const u=[],f=Object.assign(t2,{defaultVisitor:m,convertValue:c,isVisitable:lr});function g(h,p){if(!L.isUndefined(h)){if(u.indexOf(h)!==-1)throw Error("Circular reference detected in "+p.join("."));u.push(h),L.forEach(h,function(y,T){(!(L.isUndefined(y)||y===null)&&a.call(t,y,L.isString(T)?T.trim():T,p,f))===!0&&g(y,p?p.concat(T):[T])}),u.pop()}}if(!L.isObject(e))throw new TypeError("data must be an object");return g(e),t}function la(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Lr(e,t){this._pairs=[],e&&wn(e,this,t)}const js=Lr.prototype;js.append=function(t,n){this._pairs.push([t,n])};js.toString=function(t){const n=t?function(r){return t.call(this,r,la)}:la;return this._pairs.map(function(a){return n(a[0])+"="+n(a[1])},"").join("&")};function n2(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Gs(e,t,n){if(!t)return e;const r=n&&n.encode||n2,a=n&&n.serialize;let o;if(a?o=a(t,n):o=L.isURLSearchParams(t)?t.toString():new Lr(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class da{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){L.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Hs={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},r2=typeof URLSearchParams<"u"?URLSearchParams:Lr,o2=typeof FormData<"u"?FormData:null,a2=typeof Blob<"u"?Blob:null,s2={isBrowser:!0,classes:{URLSearchParams:r2,FormData:o2,Blob:a2},protocols:["http","https","file","blob","url","data"]},Ws=typeof window<"u"&&typeof document<"u",i2=(e=>Ws&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),l2=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",d2=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ws,hasStandardBrowserEnv:i2,hasStandardBrowserWebWorkerEnv:l2},Symbol.toStringTag,{value:"Module"})),Ye={...d2,...s2};function c2(e,t){return wn(e,new Ye.classes.URLSearchParams,Object.assign({visitor:function(n,r,a,o){return Ye.isNode&&L.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function u2(e){return L.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function f2(e){const t={},n=Object.keys(e);let r;const a=n.length;let o;for(r=0;r<a;r++)o=n[r],t[o]=e[o];return t}function Ks(e){function t(n,r,a,o){let i=n[o++];if(i==="__proto__")return!0;const l=Number.isFinite(+i),d=o>=n.length;return i=!i&&L.isArray(a)?a.length:i,d?(L.hasOwnProp(a,i)?a[i]=[a[i],r]:a[i]=r,!l):((!a[i]||!L.isObject(a[i]))&&(a[i]=[]),t(n,r,a[i],o)&&L.isArray(a[i])&&(a[i]=f2(a[i])),!l)}if(L.isFormData(e)&&L.isFunction(e.entries)){const n={};return L.forEachEntry(e,(r,a)=>{t(u2(r),a,n,0)}),n}return null}function m2(e,t,n){if(L.isString(e))try{return(t||JSON.parse)(e),L.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Yt={transitional:Hs,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",a=r.indexOf("application/json")>-1,o=L.isObject(t);if(o&&L.isHTMLForm(t)&&(t=new FormData(t)),L.isFormData(t))return a?JSON.stringify(Ks(t)):t;if(L.isArrayBuffer(t)||L.isBuffer(t)||L.isStream(t)||L.isFile(t)||L.isBlob(t))return t;if(L.isArrayBufferView(t))return t.buffer;if(L.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return c2(t,this.formSerializer).toString();if((l=L.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return wn(l?{"files[]":t}:t,d&&new d,this.formSerializer)}}return o||a?(n.setContentType("application/json",!1),m2(t)):t}],transformResponse:[function(t){const n=this.transitional||Yt.transitional,r=n&&n.forcedJSONParsing,a=this.responseType==="json";if(t&&L.isString(t)&&(r&&!this.responseType||a)){const i=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(l){if(i)throw l.name==="SyntaxError"?Y.from(l,Y.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ye.classes.FormData,Blob:Ye.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};L.forEach(["delete","get","head","post","put","patch"],e=>{Yt.headers[e]={}});const p2=L.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),h2=e=>{const t={};let n,r,a;return e&&e.split(`
33
- `).forEach(function(i){a=i.indexOf(":"),n=i.substring(0,a).trim().toLowerCase(),r=i.substring(a+1).trim(),!(!n||t[n]&&p2[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},ca=Symbol("internals");function Dt(e){return e&&String(e).trim().toLowerCase()}function on(e){return e===!1||e==null?e:L.isArray(e)?e.map(on):String(e)}function $2(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const g2=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Vn(e,t,n,r,a){if(L.isFunction(r))return r.call(this,t,n);if(a&&(t=n),!!L.isString(t)){if(L.isString(r))return t.indexOf(r)!==-1;if(L.isRegExp(r))return r.test(t)}}function _2(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function v2(e,t){const n=L.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(a,o,i){return this[r].call(this,t,a,o,i)},configurable:!0})})}class je{constructor(t){t&&this.set(t)}set(t,n,r){const a=this;function o(l,d,c){const m=Dt(d);if(!m)throw new Error("header name must be a non-empty string");const u=L.findKey(a,m);(!u||a[u]===void 0||c===!0||c===void 0&&a[u]!==!1)&&(a[u||d]=on(l))}const i=(l,d)=>L.forEach(l,(c,m)=>o(c,m,d));return L.isPlainObject(t)||t instanceof this.constructor?i(t,n):L.isString(t)&&(t=t.trim())&&!g2(t)?i(h2(t),n):t!=null&&o(n,t,r),this}get(t,n){if(t=Dt(t),t){const r=L.findKey(this,t);if(r){const a=this[r];if(!n)return a;if(n===!0)return $2(a);if(L.isFunction(n))return n.call(this,a,r);if(L.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Dt(t),t){const r=L.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Vn(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let a=!1;function o(i){if(i=Dt(i),i){const l=L.findKey(r,i);l&&(!n||Vn(r,r[l],l,n))&&(delete r[l],a=!0)}}return L.isArray(t)?t.forEach(o):o(t),a}clear(t){const n=Object.keys(this);let r=n.length,a=!1;for(;r--;){const o=n[r];(!t||Vn(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const n=this,r={};return L.forEach(this,(a,o)=>{const i=L.findKey(r,o);if(i){n[i]=on(a),delete n[o];return}const l=t?_2(o):String(o).trim();l!==o&&delete n[o],n[l]=on(a),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return L.forEach(this,(r,a)=>{r!=null&&r!==!1&&(n[a]=t&&L.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
34
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(a=>r.set(a)),r}static accessor(t){const r=(this[ca]=this[ca]={accessors:{}}).accessors,a=this.prototype;function o(i){const l=Dt(i);r[l]||(v2(a,i),r[l]=!0)}return L.isArray(t)?t.forEach(o):o(t),this}}je.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);L.reduceDescriptors(je.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});L.freezeMethods(je);function Un(e,t){const n=this||Yt,r=t||n,a=je.from(r.headers);let o=r.data;return L.forEach(e,function(l){o=l.call(n,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function zs(e){return!!(e&&e.__CANCEL__)}function qt(e,t,n){Y.call(this,e??"canceled",Y.ERR_CANCELED,t,n),this.name="CanceledError"}L.inherits(qt,Y,{__CANCEL__:!0});function y2(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Y("Request failed with status code "+n.status,[Y.ERR_BAD_REQUEST,Y.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const b2=Ye.hasStandardBrowserEnv?{write(e,t,n,r,a,o){const i=[e+"="+encodeURIComponent(t)];L.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),L.isString(r)&&i.push("path="+r),L.isString(a)&&i.push("domain="+a),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function E2(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function O2(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ys(e,t){return e&&!E2(t)?O2(e,t):t}const N2=Ye.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function a(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=a(window.location.href),function(i){const l=L.isString(i)?a(i):i;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}();function S2(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function T2(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a=0,o=0,i;return t=t!==void 0?t:1e3,function(d){const c=Date.now(),m=r[o];i||(i=c),n[a]=d,r[a]=c;let u=o,f=0;for(;u!==a;)f+=n[u++],u=u%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),c-i<t)return;const g=m&&c-m;return g?Math.round(f*1e3/g):void 0}}function ua(e,t){let n=0;const r=T2(50,250);return a=>{const o=a.loaded,i=a.lengthComputable?a.total:void 0,l=o-n,d=r(l),c=o<=i;n=o;const m={loaded:o,total:i,progress:i?o/i:void 0,bytes:l,rate:d||void 0,estimated:d&&i&&c?(i-o)/d:void 0,event:a};m[t?"download":"upload"]=!0,e(m)}}const C2=typeof XMLHttpRequest<"u",w2=C2&&function(e){return new Promise(function(n,r){let a=e.data;const o=je.from(e.headers).normalize();let{responseType:i,withXSRFToken:l}=e,d;function c(){e.cancelToken&&e.cancelToken.unsubscribe(d),e.signal&&e.signal.removeEventListener("abort",d)}let m;if(L.isFormData(a)){if(Ye.hasStandardBrowserEnv||Ye.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((m=o.getContentType())!==!1){const[p,...E]=m?m.split(";").map(y=>y.trim()).filter(Boolean):[];o.setContentType([p||"multipart/form-data",...E].join("; "))}}let u=new XMLHttpRequest;if(e.auth){const p=e.auth.username||"",E=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(p+":"+E))}const f=Ys(e.baseURL,e.url);u.open(e.method.toUpperCase(),Gs(f,e.params,e.paramsSerializer),!0),u.timeout=e.timeout;function g(){if(!u)return;const p=je.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),y={data:!i||i==="text"||i==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:p,config:e,request:u};y2(function(_){n(_),c()},function(_){r(_),c()},y),u=null}if("onloadend"in u?u.onloadend=g:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(g)},u.onabort=function(){u&&(r(new Y("Request aborted",Y.ECONNABORTED,e,u)),u=null)},u.onerror=function(){r(new Y("Network Error",Y.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let E=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const y=e.transitional||Hs;e.timeoutErrorMessage&&(E=e.timeoutErrorMessage),r(new Y(E,y.clarifyTimeoutError?Y.ETIMEDOUT:Y.ECONNABORTED,e,u)),u=null},Ye.hasStandardBrowserEnv&&(l&&L.isFunction(l)&&(l=l(e)),l||l!==!1&&N2(f))){const p=e.xsrfHeaderName&&e.xsrfCookieName&&b2.read(e.xsrfCookieName);p&&o.set(e.xsrfHeaderName,p)}a===void 0&&o.setContentType(null),"setRequestHeader"in u&&L.forEach(o.toJSON(),function(E,y){u.setRequestHeader(y,E)}),L.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),i&&i!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",ua(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",ua(e.onUploadProgress)),(e.cancelToken||e.signal)&&(d=p=>{u&&(r(!p||p.type?new qt(null,e,u):p),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(d),e.signal&&(e.signal.aborted?d():e.signal.addEventListener("abort",d)));const h=S2(f);if(h&&Ye.protocols.indexOf(h)===-1){r(new Y("Unsupported protocol "+h+":",Y.ERR_BAD_REQUEST,e));return}u.send(a||null)})},dr={http:Q1,xhr:w2};L.forEach(dr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const fa=e=>`- ${e}`,k2=e=>L.isFunction(e)||e===null||e===!1,qs={getAdapter:e=>{e=L.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let o=0;o<t;o++){n=e[o];let i;if(r=n,!k2(n)&&(r=dr[(i=String(n)).toLowerCase()],r===void 0))throw new Y(`Unknown adapter '${i}'`);if(r)break;a[i||"#"+o]=r}if(!r){const o=Object.entries(a).map(([l,d])=>`adapter ${l} `+(d===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
35
- `+o.map(fa).join(`
36
- `):" "+fa(o[0]):"as no adapter specified";throw new Y("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:dr};function jn(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new qt(null,e)}function ma(e){return jn(e),e.headers=je.from(e.headers),e.data=Un.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),qs.getAdapter(e.adapter||Yt.adapter)(e).then(function(r){return jn(e),r.data=Un.call(e,e.transformResponse,r),r.headers=je.from(r.headers),r},function(r){return zs(r)||(jn(e),r&&r.response&&(r.response.data=Un.call(e,e.transformResponse,r.response),r.response.headers=je.from(r.response.headers))),Promise.reject(r)})}const pa=e=>e instanceof je?{...e}:e;function wt(e,t){t=t||{};const n={};function r(c,m,u){return L.isPlainObject(c)&&L.isPlainObject(m)?L.merge.call({caseless:u},c,m):L.isPlainObject(m)?L.merge({},m):L.isArray(m)?m.slice():m}function a(c,m,u){if(L.isUndefined(m)){if(!L.isUndefined(c))return r(void 0,c,u)}else return r(c,m,u)}function o(c,m){if(!L.isUndefined(m))return r(void 0,m)}function i(c,m){if(L.isUndefined(m)){if(!L.isUndefined(c))return r(void 0,c)}else return r(void 0,m)}function l(c,m,u){if(u in t)return r(c,m);if(u in e)return r(void 0,c)}const d={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:l,headers:(c,m)=>a(pa(c),pa(m),!0)};return L.forEach(Object.keys(Object.assign({},e,t)),function(m){const u=d[m]||a,f=u(e[m],t[m],m);L.isUndefined(f)&&u!==l||(n[m]=f)}),n}const Xs="1.6.8",Ar={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Ar[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const ha={};Ar.transitional=function(t,n,r){function a(o,i){return"[Axios v"+Xs+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,l)=>{if(t===!1)throw new Y(a(i," has been removed"+(n?" in "+n:"")),Y.ERR_DEPRECATED);return n&&!ha[i]&&(ha[i]=!0,console.warn(a(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,l):!0}};function I2(e,t,n){if(typeof e!="object")throw new Y("options must be an object",Y.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let a=r.length;for(;a-- >0;){const o=r[a],i=t[o];if(i){const l=e[o],d=l===void 0||i(l,o,e);if(d!==!0)throw new Y("option "+o+" must be "+d,Y.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Y("Unknown option "+o,Y.ERR_BAD_OPTION)}}const cr={assertOptions:I2,validators:Ar},it=cr.validators;class mt{constructor(t){this.defaults=t,this.interceptors={request:new da,response:new da}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
37
- `+o):r.stack=o}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=wt(this.defaults,n);const{transitional:r,paramsSerializer:a,headers:o}=n;r!==void 0&&cr.assertOptions(r,{silentJSONParsing:it.transitional(it.boolean),forcedJSONParsing:it.transitional(it.boolean),clarifyTimeoutError:it.transitional(it.boolean)},!1),a!=null&&(L.isFunction(a)?n.paramsSerializer={serialize:a}:cr.assertOptions(a,{encode:it.function,serialize:it.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&L.merge(o.common,o[n.method]);o&&L.forEach(["delete","get","head","post","put","patch","common"],h=>{delete o[h]}),n.headers=je.concat(i,o);const l=[];let d=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(d=d&&p.synchronous,l.unshift(p.fulfilled,p.rejected))});const c=[];this.interceptors.response.forEach(function(p){c.push(p.fulfilled,p.rejected)});let m,u=0,f;if(!d){const h=[ma.bind(this),void 0];for(h.unshift.apply(h,l),h.push.apply(h,c),f=h.length,m=Promise.resolve(n);u<f;)m=m.then(h[u++],h[u++]);return m}f=l.length;let g=n;for(u=0;u<f;){const h=l[u++],p=l[u++];try{g=h(g)}catch(E){p.call(this,E);break}}try{m=ma.call(this,g)}catch(h){return Promise.reject(h)}for(u=0,f=c.length;u<f;)m=m.then(c[u++],c[u++]);return m}getUri(t){t=wt(this.defaults,t);const n=Ys(t.baseURL,t.url);return Gs(n,t.params,t.paramsSerializer)}}L.forEach(["delete","get","head","options"],function(t){mt.prototype[t]=function(n,r){return this.request(wt(r||{},{method:t,url:n,data:(r||{}).data}))}});L.forEach(["post","put","patch"],function(t){function n(r){return function(o,i,l){return this.request(wt(l||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}mt.prototype[t]=n(),mt.prototype[t+"Form"]=n(!0)});class Dr{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const r=this;this.promise.then(a=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](a);r._listeners=null}),this.promise.then=a=>{let o;const i=new Promise(l=>{r.subscribe(l),o=l}).then(a);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,l){r.reason||(r.reason=new qt(o,i,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Dr(function(a){t=a}),cancel:t}}}function P2(e){return function(n){return e.apply(null,n)}}function L2(e){return L.isObject(e)&&e.isAxiosError===!0}const ur={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ur).forEach(([e,t])=>{ur[t]=e});function Js(e){const t=new mt(e),n=Ps(mt.prototype.request,t);return L.extend(n,mt.prototype,t,{allOwnKeys:!0}),L.extend(n,t,null,{allOwnKeys:!0}),n.create=function(a){return Js(wt(e,a))},n}const he=Js(Yt);he.Axios=mt;he.CanceledError=qt;he.CancelToken=Dr;he.isCancel=zs;he.VERSION=Xs;he.toFormData=wn;he.AxiosError=Y;he.Cancel=he.CanceledError;he.all=function(t){return Promise.all(t)};he.spread=P2;he.isAxiosError=L2;he.mergeConfig=wt;he.AxiosHeaders=je;he.formToJSON=e=>Ks(L.isHTMLForm(e)?new FormData(e):e);he.getAdapter=qs.getAdapter;he.HttpStatusCode=ur;he.default=he;const A2={key:0,class:"t-transp mn-r-small"},D2={key:1,class:"flex-nowrap flex w-100 flex-v-center"},R2=["href"],F2={key:2,class:"w-100"},M2=["placeholder","multiple"],x2={key:0,class:"mn-t-thin mn-b-thin invalid-feedback"},B2={__name:"Upload",props:{field:String,label:null,type:"file",placeholder:"Upload a file",validation:!1,uploadPath:{type:String,default:"/files"},multiple:{type:Boolean,default:!1}},emits:["update:field","focus","blur","file-change"],setup(e,{emit:t}){const n=t,r=e,a=s.ref(r.field);s.ref(null),s.watch(()=>r.field,l=>{a.value=l});async function o(l){let d=l.target.files[0],c=new FormData;c.append("file",d);try{let u=await he.create({baseURL:process.env.API_URL,withCredentials:!0}).post(`/api/upload/file?folderName=${encodeURIComponent(r.uploadPath)}`,c,{headers:{"Content-Type":"multipart/form-data"}});console.log(u.data),a.value=u.data[0].filepath,n("file-change",a.value)}catch(m){console.error(m)}}const i=()=>{a.value=null,n("update:field",null),n("file-change",null)};return(l,d)=>(s.openBlock(),s.createElementBlock(s.Fragment,null,[s.createElementVNode("div",{class:s.normalizeClass([[l.$attrs.class,{"bg-fourth-nano":e.validation}],"flex-center flex-nowrap flex"])},[e.label?(s.openBlock(),s.createElementBlock("div",A2,[s.createElementVNode("span",null,s.toDisplayString(e.label),1)])):s.createCommentVNode("",!0),a.value?(s.openBlock(),s.createElementBlock("div",D2,[s.createElementVNode("a",{href:a.value,class:"w-100",target:"_blank"},s.toDisplayString(a.value),9,R2),s.createVNode(Ir,{onClick:i,class:"cursor-pointer t-center flex-center flex radius-extra i-medium bg-red pd-micro"})])):(s.openBlock(),s.createElementBlock("div",F2,[s.createElementVNode("input",{onChange:o,type:"file",class:"w-100",placeholder:e.placeholder,multiple:e.multiple,id:"photo",name:"photo"},null,40,M2)]))],2),s.createVNode(s.Transition,{mode:"out-in",name:"fade"},{default:s.withCtx(()=>[e.validation?(s.openBlock(),s.createElementBlock("div",x2," * "+s.toDisplayString(e.validation.message),1)):s.createCommentVNode("",!0)]),_:1})],64))}},Zs=Ee(B2,[["__scopeId","data-v-d8ca273c"]]),V2=Object.freeze(Object.defineProperty({__proto__:null,default:Zs},Symbol.toStringTag,{value:"Module"})),U2=["src"],j2={key:1,class:"flex-v-center flex-h-center flex w-100 h-100 bg-second"},G2=s.createElementVNode("svg",{class:"i-medium",width:"104",height:"104",viewBox:"0 0 104 104",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[s.createElementVNode("path",{fill:"rgb(var(--white))",d:"M21.2784 37.2973C18.8466 34.6628 18.8466 30.6098 21.2784 27.9753L47.2179 2.03584C48.6364 0.81993 50.2577 0.211974 51.8789 0.211974C53.5001 0.211974 55.1213 0.81993 56.5399 2.03584L82.4793 27.9753C84.9111 30.6098 84.9111 34.6628 82.4793 37.2973C79.8448 39.7291 75.7918 39.7291 73.1573 37.2973L58.3637 22.301V71.5454C58.3637 75.1932 55.5266 78.0303 51.8789 78.0303C48.2311 78.0303 45.394 75.1932 45.394 71.5454V22.301L30.6004 37.2973C27.966 39.7291 23.9129 39.7291 21.2784 37.2973ZM97.2729 71.5454C100.921 71.5454 103.758 74.3825 103.758 78.0303V97.4849C103.758 101.133 100.921 103.97 97.2729 103.97H6.48486C2.83713 103.97 0 101.133 0 97.4849V78.0303C0 74.3825 2.83713 71.5454 6.48486 71.5454H38.9092C38.9092 78.6382 44.7861 84.5151 51.8789 84.5151C58.9717 84.5151 64.8486 78.6382 64.8486 71.5454H97.2729ZM87.5456 92.6212C90.1801 92.6212 92.4092 90.392 92.4092 87.7576C92.4092 85.1231 90.1801 82.8939 87.5456 82.8939C84.9111 82.8939 82.682 85.1231 82.682 87.7576C82.682 90.392 84.9111 92.6212 87.5456 92.6212Z"})],-1),H2=[G2],Qs={__name:"UploadImage",props:["uploadPath","photo"],emits:["update:photo"],setup(e,{emit:t}){const n=s.ref(null),r=s.ref(null),a=e,o=t;s.watch(a,({photo:c})=>{c&&(n.value=c)});function i(){r.value.click()}async function l(c){let m=c.target.files[0];if(!m){console.error("No file selected");return}let u=new FormData;u.append("file",m),console.log("Sending file:",m.name);try{let g=await he.create({baseURL:process.env.API_URL,withCredentials:!0}).post(`/api/upload/multiple?folderName=${encodeURIComponent(a.uploadPath)}`,u);console.log("Upload response:",g),n.value=g.data[0].filepath,o("update:photo",n.value)}catch(f){console.error("Upload error:",f)}}function d(c){c.preventDefault(),l({target:{files:c.dataTransfer.files}})}return(c,m)=>(s.openBlock(),s.createElementBlock("div",{onClick:i,onDrop:d,onDragover:m[0]||(m[0]=s.withModifiers(()=>{},["prevent"])),class:"image-upload-area flex-v-center flex-h-center flex"},[n.value||e.photo?(s.openBlock(),s.createElementBlock("img",{key:0,src:(c.FILE_SERVER_URL||"")+(n.value||e.photo),alt:"Uploaded image",class:"w-100 h-100 object-fit-cover"},null,8,U2)):(s.openBlock(),s.createElementBlock("div",j2,H2)),s.createElementVNode("input",{type:"file",name:"file",ref_key:"fileInput",ref:r,onChange:l,style:{display:"none"}},null,544)],32))}},W2=Object.freeze(Object.defineProperty({__proto__:null,default:Qs},Symbol.toStringTag,{value:"Module"})),K2={width:"49",height:"35",viewBox:"0 0 49 35",fill:"none",xmlns:"http://www.w3.org/2000/svg"},z2=["fill"],Y2=["fill"],q2={__name:"IconUpload",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("svg",K2,[s.createElementVNode("path",{fill:e.fill,d:"M18.0196 16.645C17.3501 17.3144 17.3501 18.3999 18.0196 19.0693C18.689 19.7388 19.7745 19.7388 20.4439 19.0693L22.6603 16.8529V26.4286C22.6603 27.3754 23.4278 28.1429 24.3746 28.1429C25.3214 28.1429 26.0889 27.3754 26.0889 26.4286V16.8529L28.3053 19.0693C28.9747 19.7388 30.0602 19.7388 30.7296 19.0693C31.399 18.3999 31.399 17.3144 30.7296 16.645L25.5868 11.5021C24.9173 10.8327 23.8318 10.8327 23.1624 11.5021L18.0196 16.645Z"},null,8,z2),s.createElementVNode("path",{fill:e.fill,"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24.3746 0.714294C16.9516 0.714294 10.7548 5.95521 9.27936 12.9394C4.19731 13.976 0.374592 18.4695 0.374592 23.8572C0.374592 30.0113 5.36342 35 11.5174 35H37.2317C43.3857 35 48.3746 30.0113 48.3746 23.8572C48.3746 18.4695 44.5519 13.976 39.4699 12.9394C37.9944 5.95521 31.7976 0.714294 24.3746 0.714294ZM12.4643 14.6667C13.1906 8.73646 18.2474 4.14287 24.3746 4.14287C30.5018 4.14287 35.5586 8.73646 36.2849 14.6667C36.384 15.4757 37.0387 16.1029 37.8511 16.1672C41.821 16.4818 44.946 19.8053 44.946 23.8572C44.946 28.1177 41.4922 31.5714 37.2317 31.5714H11.5174C7.25697 31.5714 3.80316 28.1177 3.80316 23.8572C3.80316 19.8053 6.92808 16.4818 10.8981 16.1672C11.7104 16.1029 12.3652 15.4757 12.4643 14.6667Z"},null,8,Y2)]))}},X2={key:0,class:"t-center"},J2={key:0,class:"mn-t-thin mn-b-thin d-block h3 t-black"},Z2={key:1,class:"mn-b-thin t-transp d-block"},Q2={key:2,class:"mn-b-thin uppercase p-small t-medium d-block"},em={key:3,class:"cursor-pointer mn-b-small br-2px br-main br-solid radius-extra pd-l-thin pd-r-thin t-main"},tm={key:4,class:"uppercase p-small t-medium d-block"},ei={__name:"UploadImageMultiple",props:{uploadPath:{type:Object,required:!0},options:{type:Object,default:()=>({mimeType:["jpg","png","gif"],maxSize:10*1024*1024,showText:!0,showTitle:!0})},text:{type:Object,default:()=>({title:"Drag & Drop Your Images Here",subtitle:"Files supported: JPG, PNG, GIF"})}},emits:["update:images"],setup(e,{emit:t}){const n=s.ref([]),r=s.ref(!1),a=s.ref(null),o=e,i=t;function l(){a.value.click()}async function d(m){r.value=!0;let u=m.target.files,f=new FormData;for(const g of u)f.append("file",g);try{(await he.create({baseURL:process.env.API_URL,withCredentials:!0}).post(`/api/upload/multiple?folderName=${encodeURIComponent(o.uploadPath)}`,f,{headers:{"Content-Type":"multipart/form-data"}})).data.forEach(p=>{n.value.push(p.filepath)}),i("update:images",n.value),r.value=!1}catch(g){console.error(g),r.value=!1}}function c(m){m.preventDefault(),d({target:{files:m.dataTransfer.files}})}return(m,u)=>(s.openBlock(),s.createElementBlock("div",{onClick:l,onDrop:c,onDragover:u[0]||(u[0]=s.withModifiers(()=>{},["prevent"])),class:"cursor-pointer t-black w-100 flex-v-center flex-h-center flex pos-relative"},[s.createVNode(s.Transition,{name:"moveFromTop",mode:"out-in"},{default:s.withCtx(()=>[r.value?(s.openBlock(),s.createBlock(_n,{key:1,class:"pos-absolute"})):(s.openBlock(),s.createElementBlock("div",X2,[s.createVNode(q2,{style:{"max-height":"4rem"},class:"w-100 h-100",fill:"rgb(var(--main))"}),e.options.showText||e.options.showTitle?(s.openBlock(),s.createElementBlock("span",J2,s.toDisplayString(e.text.title),1)):s.createCommentVNode("",!0),e.options.showText?(s.openBlock(),s.createElementBlock("span",Z2,s.toDisplayString(e.text.subtitle),1)):s.createCommentVNode("",!0),e.options.showText?(s.openBlock(),s.createElementBlock("span",Q2,"or")):s.createCommentVNode("",!0),e.options.showText?(s.openBlock(),s.createElementBlock("button",em,"Browse Files")):s.createCommentVNode("",!0),e.options.showText?(s.openBlock(),s.createElementBlock("span",tm,"Maximum size: 2MB")):s.createCommentVNode("",!0)]))]),_:1}),s.createElementVNode("input",{type:"file",ref_key:"fileInput",ref:a,onChange:d,multiple:"",style:{display:"none"}},null,544)],32))}},nm=Object.freeze(Object.defineProperty({__proto__:null,default:ei},Symbol.toStringTag,{value:"Module"})),ti={en:"🌎 EN",ru:"🇷🇺 RU",zh:"🇨🇳 ZH",fr:"🇫🇷 FR",de:"🇩🇪 DE",it:"🇮🇹 IT"},ni={};for(const e of Object.keys(ti))ni[e]={};const ri=a0({locale:"en",fallbackLocale:{en:["en-default"],ru:["ru-default"],zh:["zh-default"],fr:["fr-default"],de:["de-default"],it:["it-default"]},legacy:!1,globalInjection:!0,warnHtmlMessage:!1,missingWarn:!1,fallbackWarn:!1,messages:ni,availableLocales:Object.keys(ti)}),rm={class:"breadcrumbs flex-row flex-nowrap flex-left flex","aria-label":"breadcrumbs"},om={key:0,class:"i-small mn-r-thin",viewBox:"0 0 10 9",fill:"none",xmlns:"http://www.w3.org/2000/svg"},am=s.createElementVNode("path",{fill:"rgb(var(--black))",d:"M0.494141 4.26391C0.494141 4.48862 0.659906 4.66912 0.928813 4.66912C1.05037 4.66912 1.16825 4.6065 1.27139 4.52177L1.64344 4.20866V7.56448C1.64344 8.13545 1.98971 8.47803 2.5791 8.47803H7.56678C8.15616 8.47803 8.50243 8.13545 8.50243 7.56448V4.19392L8.8929 4.52177C8.99604 4.6065 9.11392 4.66912 9.23916 4.66912C9.48597 4.66912 9.67015 4.5144 9.67015 4.27128C9.67015 4.1313 9.61121 4.01343 9.5007 3.92133L8.50243 3.08146V1.47538C8.50243 1.30961 8.3956 1.1991 8.22984 1.1991H7.63308C7.46732 1.1991 7.35313 1.30961 7.35313 1.47538V2.11634L5.66969 0.70181C5.31606 0.403433 4.85928 0.403433 4.50197 0.70181L0.663589 3.92133C0.553079 4.01711 0.494141 4.14235 0.494141 4.26391ZM6.13752 5.26219C6.13752 5.08906 6.02701 4.97855 5.85387 4.97855H4.31779C4.14097 4.97855 4.02678 5.08906 4.02678 5.26219V7.63447H2.83327C2.60856 7.63447 2.48332 7.50922 2.48332 7.28084V3.5014L4.90349 1.47538C5.01768 1.37592 5.15029 1.37592 5.26817 1.47538L7.66255 3.48298V7.28084C7.66255 7.50922 7.53731 7.63447 7.3126 7.63447H6.13752V5.26219Z"},null,-1),sm=[am],im={key:2},lm={key:3,class:"i-small chevron",viewBox:"0 0 4 8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},dm=s.createElementVNode("path",{d:"M4 3.99992C4 3.83673 3.94307 3.70391 3.81025 3.57867L0.899431 0.732369C0.800759 0.629902 0.679317 0.580566 0.531309 0.580566C0.239089 0.580566 0 0.815861 0 1.10808C0 1.25229 0.0607211 1.38512 0.166983 1.49138L2.74763 3.99613L0.166983 6.50846C0.0607211 6.61093 0 6.74375 0 6.89176C0 7.18398 0.239089 7.41928 0.531309 7.41928C0.675522 7.41928 0.800759 7.36994 0.899431 7.26747L3.81025 4.42117C3.94307 4.29594 4 4.15931 4 3.99992Z",fill:"rgb(var(--black))"},null,-1),cm=[dm],oi={__name:"Breadcrumbs",setup(e){const t=br(),{t:n,locale:r}=Pt(),a=s.computed(()=>t.matched.map(o=>{var u,f,g;const i=(u=o.meta)==null?void 0:u.title,l=r==null?void 0:r.value,d=i&&l&&i[l],c=o.path.replace(/:.+?\//g,h=>""),m=(g=(f=o.meta)==null?void 0:f.breadcrumbs)==null?void 0:g.hidden;return{name:d,path:c,isHidden:m}}).filter(o=>o.name&&!o.isHidden));return(o,i)=>{const l=s.resolveComponent("router-link");return s.openBlock(),s.createElementBlock("ol",rm,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(a.value,(d,c)=>(s.openBlock(),s.createElementBlock("li",{key:c,class:s.normalizeClass(["flex-v-center flex-nowrap flex",{"t-main":c===a.value.length-1}])},[c===0?(s.openBlock(),s.createElementBlock("svg",om,sm)):s.createCommentVNode("",!0),c!==a.value.length-1?(s.openBlock(),s.createBlock(l,{key:1,to:c===0?"/":d.path},{default:s.withCtx(()=>[s.createTextVNode(s.toDisplayString(d.name),1)]),_:2},1032,["to"])):(s.openBlock(),s.createElementBlock("span",im,s.toDisplayString(d.name),1)),c!==a.value.length-1?(s.openBlock(),s.createElementBlock("svg",lm,cm)):s.createCommentVNode("",!0)],2))),128))])}}},um=Object.freeze(Object.defineProperty({__proto__:null,default:oi},Symbol.toStringTag,{value:"Module"})),fm={class:"t-trimmed"},mm={class:"t-truncate"},pm={key:1,class:"pd-b-micro pd-t-micro pd-r-thin pd-l-thin radius-small t-semi bg-white"},hm={__name:"Chips",props:["chips"],setup(e){return(t,n)=>{var r;return s.openBlock(),s.createElementBlock("div",fm,[(r=e.chips)!=null&&r.length?(s.openBlock(!0),s.createElementBlock(s.Fragment,{key:0},s.renderList(e.chips,(a,o)=>(s.openBlock(),s.createElementBlock("span",{class:s.normalizeClass([t.$attrs.class||"p-medium","mn-r-nano d-inline-block w-max pd-b-micro pd-t-micro pd-r-thin pd-l-thin radius-small t-medium bg-main"])},[s.createElementVNode("span",mm,s.toDisplayString(a.text?a.text:a),1)],2))),256)):(s.openBlock(),s.createElementBlock("div",pm,[s.renderSlot(t.$slots,"default",{},void 0,!0)]))])}}},ai=Ee(hm,[["__scopeId","data-v-5db8d9f5"]]),$m=Object.freeze(Object.defineProperty({__proto__:null,default:ai},Symbol.toStringTag,{value:"Module"})),gm={class:"gap-thin flex-nowrap flex flex-center"},_m={key:0,class:"flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto pd-medium bg-blur-small bg-white-transp-5 radius-small"},vm=s.createElementVNode("p",{class:"p-small t-transp"},"Offer is over",-1),ym=[vm],bm={key:1,class:"flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto pd-nano bg-blur-small bg-white-transp-5 radius-small"},Em={class:"p-big"},Om=s.createElementVNode("p",{class:"p-small t-transp"},"Days",-1),Nm={key:2,class:"flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto pd-nano bg-blur-small bg-white-transp-5 radius-small"},Sm={class:"p-big"},Tm=s.createElementVNode("p",{class:"p-small t-transp"},"hours",-1),Cm={key:3,class:"flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto pd-nano bg-blur-small bg-white-transp-5 radius-small"},wm={class:"p-big"},km=s.createElementVNode("p",{class:"p-small t-transp"},"minutes",-1),Im={key:4,class:"flex-child-grow-1 flex-child-shrink-0 flex-child-basis-auto pd-nano bg-blur-small bg-white-transp-5 radius-small"},Pm={class:"p-big"},Lm=s.createElementVNode("p",{class:"p-small t-transp"},"seconds",-1),si={__name:"Countdown",props:["date"],setup(e){const t=e,n=new Date(t.date).getTime(),r=s.ref(new Date().getTime());let a;const o=s.ref(0),i=s.ref(0),l=s.ref(0),d=s.ref(0),c=s.ref(!1),m=()=>{const u=n-r.value;u<=0?(o.value=0,i.value=0,l.value=0,d.value=0,c.value=!0,clearInterval(a)):(o.value=Math.floor(u/(1e3*60*60*24)),i.value=Math.floor(u%(1e3*60*60*24)/(1e3*60*60)),l.value=Math.floor(u%(1e3*60*60)/(1e3*60)),d.value=Math.floor(u%(1e3*60)/1e3))};return m(),s.onMounted(()=>{a=setInterval(()=>{r.value=new Date().getTime(),m()},1e3)}),s.onBeforeUnmount(()=>{clearInterval(a)}),(u,f)=>(s.openBlock(),s.createElementBlock("div",gm,[c.value?(s.openBlock(),s.createElementBlock("div",_m,ym)):s.createCommentVNode("",!0),c.value?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("div",bm,[s.createElementVNode("p",Em,s.toDisplayString(o.value),1),Om])),c.value?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("div",Nm,[s.createElementVNode("p",Sm,s.toDisplayString(i.value),1),Tm])),c.value?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("div",Cm,[s.createElementVNode("p",wm,s.toDisplayString(l.value),1),km])),c.value?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("div",Im,[s.createElementVNode("p",Pm,s.toDisplayString(d.value),1),Lm]))]))}},Am=Object.freeze(Object.defineProperty({__proto__:null,default:si},Symbol.toStringTag,{value:"Module"})),Dm=["onClick"],Rm={class:"t-transp"},ii={__name:"DatePicker",props:["date","locale"],setup(e,{emit:t}){const n=t,r=e,a=s.ref(null);let o;if(r.date){const f=parseInt(r.date.substring(0,2)),g=parseInt(r.date.substring(2,4))-1,h=parseInt(r.date.substring(4));o=new Date(h,g,f),console.log("Data"+o)}else o=new Date,console.log("No data"+o);o.setHours(0,0,0,0);const i=s.ref(new Date(o)),l=u(o,30);s.onMounted(()=>{if(a.value){const f=a.value.getElementsByClassName("selected")[0]||a.value.getElementsByClassName("bg-main")[0];f&&(a.value.scrollLeft=f.offsetLeft-a.value.offsetWidth/2+f.offsetWidth/2)}});function d(f){i.value=f;const g=c(f);n("update:date",g)}function c(f){return`${f.getDate().toString().padStart(2,"0")}${(f.getMonth()+1).toString().padStart(2,"0")}${f.getFullYear()}`}function m(f){return f.toLocaleDateString(r.locale?r.locale:"en",{weekday:"narrow"}).toUpperCase()}function u(f,g){const h=[];for(let p=-15;p<g-15;p++){const E=new Date(f);E.setDate(f.getDate()+p),E.setHours(0,0,0,0),h.push(E)}return h}return(f,g)=>(s.openBlock(),s.createElementBlock("div",null,[s.createElementVNode("div",{class:"w-100 scroller o-scroll scroll-snap-type-x-mandatory scroll-pd-regular scroll-hide flex-nowrap flex",ref_key:"scrollContainer",ref:a},[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(s.unref(l),h=>(s.openBlock(),s.createElementBlock("div",{key:h.toString(),onClick:p=>d(h),class:s.normalizeClass([{selected:i.value.toDateString()===h.toDateString()},"cursor-pointer scroll-snap-align-start mn-r-small mn-l-small flex-column flex-center flex"])},[s.createElementVNode("span",Rm,s.toDisplayString(m(h)),1),s.createElementVNode("span",{class:s.normalizeClass([{"bg-main":i.value.toDateString()===h.toDateString()},"transition-ease-in-out t-semi flex-center flex radius-big i-semi day-number"])},s.toDisplayString(h.getDate()),3)],10,Dm))),128))],512)]))}},Fm=Object.freeze(Object.defineProperty({__proto__:null,default:ii},Symbol.toStringTag,{value:"Module"})),Mm={class:"mn-b-regular"},xm={class:"mn-b-small t-transp p-medium"},Rr={__name:"EmptyState",props:{title:{type:String,default:"У вас еще нет организации"},description:{type:String,default:"Для использования сервиса, вам необходимо добавить вашу организацию."},action:{type:String},callback:{type:Function,default:()=>{}}},setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("section",null,[s.createElementVNode("h3",Mm,s.toDisplayString(e.title),1),s.createElementVNode("p",xm,s.toDisplayString(e.description),1),e.action?(s.openBlock(),s.createElementBlock("button",{key:0,onClick:n[0]||(n[0]=(...r)=>e.callback&&e.callback(...r)),class:"t-white bg-second w-100 button"},s.toDisplayString(e.action),1)):s.createCommentVNode("",!0)]))}},Bm=Object.freeze(Object.defineProperty({__proto__:null,default:Rr},Symbol.toStringTag,{value:"Module"})),Vm={},Um={width:"100%",height:"20rem",xmlns:"http://www.w3.org/2000/svg"},jm=s.createStaticVNode('<rect x="0" y="0" rx="5" ry="5" width="100%" height="100%" fill="rgb(var(--grey))"></rect><rect x="15" y="15" rx="4" ry="4" width="40%" height="20" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="45" rx="5" ry="5" width="70%" height="50" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="110" rx="3" ry="3" width="90%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="130" rx="3" ry="3" width="70%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="-25%" y="0" width="25%" height="100%" fill="#fff" mask="url(#myMask)" opacity="0.3"><animate attributeName="x" from="-25%" to="100%" dur="2s" repeatCount="indefinite"></animate></rect>',6),Gm=[jm];function Hm(e,t){return s.openBlock(),s.createElementBlock("svg",Um,Gm)}const Wm=Ee(Vm,[["render",Hm]]),Km={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},zm=["fill"],Ym={__name:"IconSearch",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("svg",Km,[s.createElementVNode("path",{fill:e.fill,d:"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6 .1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"},null,8,zm)]))}},qm={class:"flex-v-center flex-nowrap flex pd-small bg-light w-100 radius-big"},Xm={__name:"BlockSearch",props:{placeholder:{type:String,default:"Enter shop or product name"},button:{type:String,default:"Search"}},emits:["search"],setup(e,{emit:t}){const n=t;s.ref(null);const r=a=>{n("search",a)};return(a,o)=>(s.openBlock(),s.createElementBlock("div",qm,[s.createVNode(Ym,{class:"i-medium t-transp mn-r-thin"}),s.createVNode(hn,{placeholder:e.placeholder,"onUpdate:field":o[0]||(o[0]=i=>r(i)),class:"w-100"},null,8,["placeholder"])]))}},li={__name:"Feed",props:{showLoadMore:{type:Boolean,default:!0},search:{type:[Boolean,Object],default:!1},states:{type:Object,default:()=>({empty:{title:String,description:String}})},store:{type:Object,default:()=>({read:Function,state:Object})},external:{type:Boolean,default:!1},options:{type:Object,default:()=>({category:null,limit:20,skip:0,owner:null,creator:null,user:null,status:null,period:null,contain:null})}},setup(e){const t=e,n=s.ref([]),r=s.ref(!1);let a=s.ref(!0),o=s.ref(null),i=s.ref(t.options.skip?t.options.skip:0),l=s.ref(t.options.limit?t.options.limit:10),d=s.ref("");function c(f){d.value=f,u()}const m=async()=>{if(r.value){i.value+=l.value;const f=await t.store.read({skip:i.value,limit:l.value,search:d.value,...t.options});f.length===0||f.length<l.value?r.value=!1:r.value=!0,n.value=[...n.value,...f]}},u=async()=>{const f=await t.store.read({skip:i.value,limit:l.value,search:d.value,...t.options});f.length===0||f.length<l.value?r.value=!1:r.value=!0,n.value=f,a.value=!1};return s.watch(()=>t.external,f=>{}),s.watch(()=>t.external,(f,g)=>{f!==g&&u()},{deep:!0}),s.watch(()=>t.options,(f,g)=>{(f.organization!==g.organization||f.categories!==g.categories||f.prices!==g.prices||f.delivery!==g.delivery||f.search!==g.search||f.status!==g.status||f.hidden!==g.hidden||f.type!==g.type)&&u()},{deep:!0}),s.onMounted(async()=>{await u(),typeof window<"u"&&!t.showLoadMore&&new IntersectionObserver(g=>{g.some(h=>h.isIntersecting)&&m()}).observe(o.value)}),(f,g)=>(s.openBlock(),s.createElementBlock(s.Fragment,null,[e.search?(s.openBlock(),s.createBlock(Xm,{key:0,placeholder:e.search.placeholder||"Search...",class:s.normalizeClass(e.search.class||"bg-light mn-b-thin"),onSearch:c},null,8,["placeholder","class"])):s.createCommentVNode("",!0),s.unref(a)?(s.openBlock(),s.createBlock(s.TransitionGroup,{key:1,tag:"ul",name:"scaleTransition",class:s.normalizeClass(["o-hidden bg-light radius-big",f.$attrs.class])},{default:s.withCtx(()=>[s.unref(a)?(s.openBlock(!0),s.createElementBlock(s.Fragment,{key:0},s.renderList(s.unref(l),h=>(s.openBlock(),s.createBlock(Wm,{key:"skeleton-"+h}))),128)):s.createCommentVNode("",!0)]),_:1},8,["class"])):s.createCommentVNode("",!0),s.createVNode(s.Transition,{name:"scaleTransition"},{default:s.withCtx(()=>[!s.unref(a)&&n.value.length<1?(s.openBlock(),s.createBlock(Rr,{key:0,title:e.states.empty.title,description:e.states.empty.description,action:e.states.empty.action,callback:e.states.empty.callback,class:"pd-medium mn-b-thin bg-light radius-big"},null,8,["title","description","action","callback"])):s.createCommentVNode("",!0)]),_:1}),s.createVNode(s.TransitionGroup,{tag:"ul",name:"scaleTransition",class:s.normalizeClass(f.$attrs.class)},{default:s.withCtx(()=>[!s.unref(a)&&n.value.length>0?s.renderSlot(f.$slots,"default",{key:0,items:n.value}):s.createCommentVNode("",!0),e.showLoadMore&&r.value&&n.value.length>0?(s.openBlock(),s.createElementBlock("button",{key:1,onClick:m,class:"col-w-100 w-100 bg-main button"}," Load More ")):s.createCommentVNode("",!0),s.createElementVNode("div",{key:"sentinel",ref_key:"sentinel",ref:o,class:"sentinel"},null,512)]),_:3},8,["class"])],64))}},Jm=Object.freeze(Object.defineProperty({__proto__:null,default:li},Symbol.toStringTag,{value:"Module"})),Zm={class:"pd-thin radius-extra flex-nowrap flex"},Qm=["innerHTML"],di={__name:"FieldBig",props:{input:String,placeholder:{type:String},action:{type:String,default:"Action"},placeholderTexts:{type:Object,default:()=>({en:["Lowest THC, please!","Something with banana flavors?","I'm in the mood for trippy vibes."],ru:["Я хочу самый низкий THC","Я хочу чего-нибудь бананового","Я хочу курнуть хейза"]})},typingSpeed:{type:Number,default:200},loopTyping:{type:Boolean,default:!1},enableTyping:{type:Boolean,default:!1}},emits:["update:input","action"],setup(e,{emit:t}){const n=e,{t:r,locale:a}=Pt();let o=s.ref(0),i=s.ref(n.input),l=s.ref(n.placeholder),d=s.ref(n.enableTyping),c=s.ref(null),m=s.ref(""),u=s.ref(!0),f=null;const g=t;function h(){g("action")}function p(b){g("update:input",b),m.value=b}function E(){o.value=(o.value+1)%n.placeholderTexts[a.value].length}function y(){d.value=!1,clearInterval(c.value),l.value=n.placeholder,m.value||(i.value="")}function T(){!m.value&&n.enableTyping&&(d.value=!0,l.value="",_())}function _(){let b=n.placeholderTexts[a.value][o.value],S=0,O=!1;f=setInterval(()=>{u.value=!u.value},200),c.value=setInterval(()=>{d.value&&(O?(i.value=i.value.slice(0,-1),i.value=b.substring(0,S)+(u.value&&S%2?"|":""),S--):(i.value=b.substring(0,S)+(u.value&&S%2?"|":""),S++),S>b.length&&n.loopTyping&&setTimeout(()=>{O=!0,i.value=b.substring(0,S)},333),S===0&&O&&(O=!1,E(),b=n.placeholderTexts[a.value][o.value]))},n.typingSpeed)}return s.onMounted(()=>{n.enableTyping&&_()}),s.watchEffect(()=>{d.value||(clearInterval(c.value),clearInterval(f))}),(b,S)=>(s.openBlock(),s.createElementBlock("div",Zm,[s.createVNode(hn,{field:s.unref(i),"onUpdate:field":[S[0]||(S[0]=O=>s.isRef(i)?i.value=O:i=O),p],placeholder:s.unref(d)?" ":s.unref(l),onInput:E,onFocus:y,onBlur:T,class:"w-100 p-medium t-regular uppercase pd-small"},null,8,["field","placeholder"]),e.action?(s.openBlock(),s.createElementBlock("button",{key:0,onClick:h,class:"t-medium radius-big uppercase cursor-pointer pd-l-semi pd-r-semi w-max hover-bg-fifth t-semi transition-linear transition-timing-1 t-black bg-main",innerHTML:e.action},null,8,Qm)):s.createCommentVNode("",!0)]))}},ep=Object.freeze(Object.defineProperty({__proto__:null,default:di},Symbol.toStringTag,{value:"Module"}));function tp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var np=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,a,o;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(a=r;a--!==0;)if(!e(t[a],n[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(o=Object.keys(t),r=o.length,r!==Object.keys(n).length)return!1;for(a=r;a--!==0;)if(!Object.prototype.hasOwnProperty.call(n,o[a]))return!1;for(a=r;a--!==0;){var i=o[a];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n};const rp=tp(np),op=(e,t)=>t.filter(n=>{const{text:r}=e;if(typeof n.rule=="string")return!new RegExp(n.rule).test(r);if(n.rule instanceof RegExp)return!n.rule.test(r);if({}.toString.call(n.rule)==="[object Function]")return n.rule(e)}).map(n=>n.classes),Nt=e=>JSON.parse(JSON.stringify(e)),ap=(e,t)=>{let n=0;for(;n<e.length;){if(t(e[n],n,e))return n;n++}return-1},ci=(e,t,n=[],r)=>{e.text===void 0&&(e={text:e});const a=op(e,n),o=ap(t,c=>c===e),i=Nt(t),l=o!==-1?i.splice(o,1)[0]:Nt(e);return(r?r(i,l):i.map(c=>c.text).indexOf(l.text)!==-1)&&a.push("ti-duplicate"),a.length===0?a.push("ti-valid"):a.push("ti-invalid"),a},Rt=(e,...t)=>{e.text===void 0&&(e={text:e});const n=Nt(e);return n.tiClasses=ci(e,...t),n},sp=(e,...t)=>e.map(n=>Rt(n,e,...t)),ip={name:"TagInput",props:{scope:{type:Object}}},lp=["maxlength"];function dp(e,t,n,r,a,o){return n.scope.edit?s.withDirectives((s.openBlock(),s.createElementBlock("input",{key:0,"onUpdate:modelValue":t[0]||(t[0]=i=>n.scope.tag.text=i),maxlength:n.scope.maxlength,type:"text",class:"ti-tag-input",size:"1",onInput:t[1]||(t[1]=i=>n.scope.validateTag(n.scope.index,i)),onBlur:t[2]||(t[2]=i=>n.scope.performCancelEdit(n.scope.index)),onKeydown:t[3]||(t[3]=i=>n.scope.performSaveEdit(n.scope.index,i))},null,40,lp)),[[s.vModelText,n.scope.tag.text]]):s.createCommentVNode("",!0)}const cp=Ee(ip,[["render",dp],["__scopeId","data-v-a1f1c345"]]),$a=e=>!e.some(t=>{const n=!t.text;n&&console.warn('Missing property "text"',t);let r=!1;return t.classes&&(r=typeof t.classes!="string"),r&&console.warn('Property "classes" must be type of string',t),n||r}),ga=e=>!e.some(t=>{if(typeof t=="number"){const n=isFinite(t)&&Math.floor(t)===t;return n||console.warn("Only numerics are allowed for this prop. Found:",t),!n}else if(typeof t=="string"){const n=/\W|[a-z]|!\d/i.test(t);return n||console.warn("Only alpha strings are allowed for this prop. Found:",t),!n}else return console.warn("Only numeric and string values are allowed. Found:",t),!1}),up={modelValue:{type:String,default:"",required:!0},tags:{type:Array,default:()=>[],validator:$a},autocompleteItems:{type:Array,default:()=>[],validator:$a},allowEditTags:{type:Boolean,default:!1},autocompleteFilterDuplicates:{default:!0,type:Boolean},addOnlyFromAutocomplete:{type:Boolean,default:!1},autocompleteMinLength:{type:Number,default:1},autocompleteAlwaysOpen:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},placeholder:{type:String,default:"Add Tag"},addOnKey:{type:Array,default:()=>[13],validator:ga},saveOnKey:{type:Array,default:()=>[13],validator:ga},maxTags:{type:Number},maxlength:{type:Number},validation:{type:Array,default:()=>[],validator(e){return!e.some(t=>{const n=!t.rule;n&&console.warn('Property "rule" is missing',t);const r=t.rule&&(typeof t.rule=="string"||t.rule instanceof RegExp||{}.toString.call(t.rule)==="[object Function]");r||console.warn("A rule must be type of string, RegExp or function. Found:",JSON.stringify(t.rule));const a=!t.classes;a&&console.warn('Property "classes" is missing',t);const o=t.type&&typeof t.type!="string";return o&&console.warn('Property "type" must be type of string. Found:',t),!r||n||a||o})}},separators:{type:Array,default:()=>[";"],validator(e){return!e.some(t=>{const n=typeof t!="string";return n&&console.warn("Separators must be type of string. Found:",t),n})}},avoidAddingDuplicates:{type:Boolean,default:!0},addOnBlur:{type:Boolean,default:!0},isDuplicate:{type:Function,default:null},addFromPaste:{type:Boolean,default:!0},deleteOnBackspace:{default:!0,type:Boolean},onBeforeAddingTag:Function,onBeforeDeletingTag:Function,onBeforeEditingTag:Function,onBeforeSavingTag:Function},fp={name:"VueTagsInput",components:{TagInput:cp},props:up,emits:["adding-duplicate","before-adding-tag","before-deleting-tag","before-editing-tag","before-saving-tag","max-tags-reached","saving-duplicate","tags-changed","tag-clicked","update:modelValue","update:tags"],inheritAttrs:!1,data(){return{tagCenter:[],newTag:null,tagsCopy:[],tagsEditStatus:null,deletionMark:null,deletionMarkTime:null,selectedItem:null,focused:null}},computed:{autocompleteOpen(){return this.autocompleteAlwaysOpen?!0:this.newTag!==null&&this.newTag.length>=this.autocompleteMinLength&&this.filteredAutocompleteItems.length>0&&this.focused},filteredAutocompleteItems(){const e=this.autocompleteItems.map(t=>Rt(t,this.tags,this.validation,this.isDuplicate));return this.autocompleteFilterDuplicates?e.filter(this.duplicateFilter):e}},methods:{createClasses:ci,getSelectedIndex(e){const t=this.filteredAutocompleteItems,n=this.selectedItem,r=t.length-1;if(t.length!==0)return n===null?0:e==="before"&&n===0?r:e==="after"&&n===r?0:e==="after"?n+1:n-1},selectDefaultItem(){this.addOnlyFromAutocomplete&&this.filteredAutocompleteItems.length>0?this.selectedItem=0:this.selectedItem=null},selectItem(e,t){e.preventDefault(),this.selectedItem=this.getSelectedIndex(t)},isSelected(e){return this.selectedItem===e},isMarked(e){return this.deletionMark===e},setTagCenter(e){e&&this.tagCenter.push(e)},invokeDelete(){if(!this.deleteOnBackspace||this.newTag.length>0)return;const e=this.tagsCopy.length-1;this.deletionMark===null?(this.deletionMarkTime=setTimeout(()=>this.deletionMark=null,1e3),this.deletionMark=e):this.performDeleteTag(e)},addTagsFromPaste(){this.addFromPaste&&setTimeout(()=>this.performAddTags(this.newTag),10)},performEditTag(e){this.allowEditTags&&(this.onBeforeAddingTag||this.editTag(e),this.$emit("before-editing-tag",{index:e,tag:this.tagsCopy[e],editTag:()=>this.editTag(e)}))},editTag(e){this.allowEditTags&&(this.toggleEditMode(e),this.focus(e))},toggleEditMode(e){!this.allowEditTags||this.disabled||(this.tagsEditStatus[e]=!this.tagsEditStatus[e])},createChangedTag(e,t){const n=this.tagsCopy[e];n.text=t?t.target.value:this.tagsCopy[e].text,this.tagsCopy[e]=Rt(n,this.tagsCopy,this.validation,this.isDuplicate)},focus(e){this.$nextTick(()=>{const t=this.tagCenter[e].querySelector("input.ti-tag-input");t&&t.focus()})},quote(e){return e.replace(/([()[{*+.$^\\|?])/g,"\\$1")},cancelEdit(e){this.tags[e]&&(this.tagsCopy[e]=Nt(Rt(this.tags[e],this.tags,this.validation,this.isDuplicate)),this.tagsEditStatus[e]=!1)},hasForbiddingAddRule(e){return e.some(t=>{const n=this.validation.find(r=>t===r.classes);return n?n.disableAdd:!1})},createTagTexts(e){const t=new RegExp(this.separators.map(n=>this.quote(n)).join("|"));return e.split(t).map(n=>({text:n}))},performDeleteTag(e){this.onBeforeDeletingTag||this.deleteTag(e),this.$emit("before-deleting-tag",{index:e,tag:this.tagsCopy[e],deleteTag:()=>this.deleteTag(e)})},deleteTag(e){this.disabled||(this.deletionMark=null,clearTimeout(this.deletionMarkTime),this.tagsCopy.splice(e,1),this.$emit("update:tags",this.tagsCopy),this.$emit("tags-changed",this.tagsCopy))},noTriggerKey(e,t){const n=this[t].indexOf(e.keyCode)!==-1||this[t].indexOf(e.key)!==-1;return n&&e.preventDefault(),!n},performAddTags(e,t,n){if(this.disabled||t&&this.noTriggerKey(t,"addOnKey"))return;let r=[];typeof e=="object"&&(r=[e]),typeof e=="string"&&(r=this.createTagTexts(e)),r=r.filter(a=>a.text.trim().length>0),r.forEach(a=>{a=Rt(a,this.tags,this.validation,this.isDuplicate),this.onBeforeAddingTag||this.addTag(a,n),this.$emit("before-adding-tag",{tag:a,addTag:()=>this.addTag(a,n)})})},duplicateFilter(e){return this.isDuplicate?!this.isDuplicate(this.tagsCopy,e):!this.tagsCopy.find(t=>t.text===e.text)},addTag(e,t="new-tag-input"){const n=this.filteredAutocompleteItems.map(r=>r.text);this.addOnlyFromAutocomplete&&n.indexOf(e.text)===-1||this.$nextTick(()=>{if(this.maxTags&&this.maxTags<=this.tagsCopy.length)return this.$emit("max-tags-reached",e);if(this.avoidAddingDuplicates&&!this.duplicateFilter(e))return this.$emit("adding-duplicate",e);this.hasForbiddingAddRule(e.tiClasses)||(this.newTag="",this.tagsCopy.push(e),this.$emit("update:tags",this.tagsCopy),t==="autocomplete"&&this.$refs.newTagInput.focus(),this.$emit("tags-changed",this.tagsCopy))})},performSaveTag(e,t){const n=this.tagsCopy[e];this.disabled||t&&this.noTriggerKey(t,"addOnKey")||n.text.trim().length!==0&&(this["on-before-saving-tag"]||this.saveTag(e,n),this.$emit("before-saving-tag",{index:e,tag:n,saveTag:()=>this.saveTag(e,n)}))},saveTag(e,t){if(this.avoidAddingDuplicates){const n=Nt(this.tagsCopy),r=n.splice(e,1)[0];if(this.isDuplicate?this.isDuplicate(n,r):n.map(o=>o.text).indexOf(r.text)!==-1)return this.$emit("saving-duplicate",t)}this.hasForbiddingAddRule(t.tiClasses)||(this.tagsCopy[e]=t,this.toggleEditMode(e),this.$emit("update:tags",this.tagsCopy),this.$emit("tags-changed",this.tagsCopy))},tagsEqual(){return!this.tagsCopy.some((e,t)=>!rp(e,this.tags[t]))},updateNewTag(e){const t=e.target.value;this.newTag=t,this.$emit("update:modelValue",t)},initTags(){this.tagsCopy=sp(this.tags,this.validation,this.isDuplicate),this.tagsEditStatus=Nt(this.tags).map(()=>!1),this.tagsEqual()||this.$emit("update:tags",this.tagsCopy)},blurredOnClick(e){this.$el.contains(e.target)||this.$el.contains(document.activeElement)||this.performBlur(e)},performBlur(){this.addOnBlur&&this.focused&&this.performAddTags(this.newTag),this.focused=!1}},watch:{modelValue(e){this.addOnlyFromAutocomplete||(this.selectedItem=null),this.newTag=e},tags:{handler(){this.initTags()},deep:!0},autocompleteOpen:"selectDefaultItem"},created(){this.newTag=this.modelValue,this.initTags()},mounted(){this.selectDefaultItem(),document.addEventListener("click",this.blurredOnClick)},beforeUpdate(){this.tagCenter=[]},unmounted(){document.removeEventListener("click",this.blurredOnClick)}},mp={class:"ti-input"},pp={key:0,class:"ti-tags"},hp=["onClick"],$p={class:"ti-content"},gp={key:0,class:"ti-tag-left"},_p=["onClick"],vp={key:1,class:"ti-tag-right"},yp={class:"ti-actions"},bp=["onClick"],Ep=["onClick"],Op={class:"ti-new-tag-input-wrapper"},Np=["placeholder","value","maxlength","disabled"],Sp=["onMouseover"],Tp=["onClick"];function Cp(e,t,n,r,a,o){const i=s.resolveComponent("tag-input");return s.openBlock(),s.createElementBlock("div",{class:s.normalizeClass(["vue-tags-input",[{"ti-disabled":e.disabled},{"ti-focus":e.focused},e.$attrs.class]]),style:s.normalizeStyle(e.$attrs.style)},[s.createElementVNode("div",mp,[e.tagsCopy?(s.openBlock(),s.createElementBlock("ul",pp,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(e.tagsCopy,(l,d)=>(s.openBlock(),s.createElementBlock("li",{key:d,style:s.normalizeStyle(l.style),class:s.normalizeClass([[{"ti-editing":e.tagsEditStatus[d]},l.tiClasses,l.classes,{"ti-deletion-mark":e.isMarked(d)}],"ti-tag"]),tabindex:"0",onClick:c=>e.$emit("tag-clicked",{tag:l,index:d})},[s.createElementVNode("div",$p,[e.$slots["tag-left"]?(s.openBlock(),s.createElementBlock("div",gp,[s.renderSlot(e.$slots,"tag-left",{tag:l,index:d,edit:e.tagsEditStatus[d],performSaveEdit:e.performSaveTag,performDelete:e.performDeleteTag,performCancelEdit:e.cancelEdit,performOpenEdit:e.performEditTag,deletionMark:e.isMarked(d)},void 0,!0)])):s.createCommentVNode("",!0),s.createElementVNode("div",{ref_for:!0,ref:e.setTagCenter,class:"ti-tag-center"},[e.$slots["tag-center"]?s.createCommentVNode("",!0):(s.openBlock(),s.createElementBlock("span",{key:0,class:s.normalizeClass({"ti-hidden":e.tagsEditStatus[d]}),onClick:c=>e.performEditTag(d)},s.toDisplayString(l.text),11,_p)),e.$slots["tag-center"]?s.createCommentVNode("",!0):(s.openBlock(),s.createBlock(i,{key:1,scope:{edit:e.tagsEditStatus[d],maxlength:e.maxlength,tag:l,index:d,validateTag:e.createChangedTag,performCancelEdit:e.cancelEdit,performSaveEdit:e.performSaveTag}},null,8,["scope"])),s.renderSlot(e.$slots,"tag-center",{tag:l,index:d,maxlength:e.maxlength,edit:e.tagsEditStatus[d],performSaveEdit:e.performSaveTag,performDelete:e.performDeleteTag,performCancelEdit:e.cancelEdit,validateTag:e.createChangedTag,performOpenEdit:e.performEditTag,deletionMark:e.isMarked(d)},void 0,!0)],512),e.$slots["tag-right"]?(s.openBlock(),s.createElementBlock("div",vp,[s.renderSlot(e.$slots,"tag-right",{tag:l,index:d,edit:e.tagsEditStatus[d],performSaveEdit:e.performSaveTag,performDelete:e.performDeleteTag,performCancelEdit:e.cancelEdit,performOpenEdit:e.performEditTag,deletionMark:e.isMarked(d)},void 0,!0)])):s.createCommentVNode("",!0)]),s.createElementVNode("div",yp,[e.$slots["tag-actions"]?s.createCommentVNode("",!0):s.withDirectives((s.openBlock(),s.createElementBlock("i",{key:0,class:"ti-icon-undo",onClick:c=>e.cancelEdit(d)},null,8,bp)),[[s.vShow,e.tagsEditStatus[d]]]),e.$slots["tag-actions"]?s.createCommentVNode("",!0):s.withDirectives((s.openBlock(),s.createElementBlock("i",{key:1,class:"ti-icon-close",onClick:c=>e.performDeleteTag(d)},null,8,Ep)),[[s.vShow,!e.tagsEditStatus[d]]]),e.$slots["tag-actions"]?s.renderSlot(e.$slots,"tag-actions",{key:2,tag:l,index:d,edit:e.tagsEditStatus[d],performSaveEdit:e.performSaveTag,performDelete:e.performDeleteTag,performCancelEdit:e.cancelEdit,performOpenEdit:e.performEditTag,deletionMark:e.isMarked(d)},void 0,!0):s.createCommentVNode("",!0)])],14,hp))),128)),s.createElementVNode("li",Op,[s.createElementVNode("input",s.mergeProps({ref:"newTagInput"},e.$attrs,{class:[[e.createClasses(e.newTag,e.tags,e.validation,e.isDuplicate)],"ti-new-tag-input"],placeholder:e.placeholder,value:e.newTag,maxlength:e.maxlength,disabled:e.disabled,type:"text",size:"1",onKeydown:[t[0]||(t[0]=l=>e.performAddTags(e.filteredAutocompleteItems[e.selectedItem]||e.newTag,l)),t[2]||(t[2]=s.withKeys((...l)=>e.invokeDelete&&e.invokeDelete(...l),["delete"])),t[3]||(t[3]=s.withKeys((...l)=>e.performBlur&&e.performBlur(...l),["tab"])),t[4]||(t[4]=s.withKeys(l=>e.selectItem(l,"before"),["up"])),t[5]||(t[5]=s.withKeys(l=>e.selectItem(l,"after"),["down"]))],onPaste:t[1]||(t[1]=(...l)=>e.addTagsFromPaste&&e.addTagsFromPaste(...l)),onInput:t[6]||(t[6]=(...l)=>e.updateNewTag&&e.updateNewTag(...l)),onFocus:t[7]||(t[7]=l=>e.focused=!0),onClick:t[8]||(t[8]=l=>e.addOnlyFromAutocomplete?!1:e.selectedItem=null)}),null,16,Np)])])):s.createCommentVNode("",!0)]),s.renderSlot(e.$slots,"between-elements",{},void 0,!0),e.autocompleteOpen?(s.openBlock(),s.createElementBlock("div",{key:0,class:s.normalizeClass(["ti-autocomplete",e.$attrs.class]),onMouseout:t[9]||(t[9]=l=>e.selectedItem=null)},[s.renderSlot(e.$slots,"autocomplete-header",{},void 0,!0),s.createElementVNode("ul",null,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(e.filteredAutocompleteItems,(l,d)=>(s.openBlock(),s.createElementBlock("li",{key:d,style:s.normalizeStyle(l.style),class:s.normalizeClass([[l.tiClasses,l.classes,{"ti-selected-item":e.isSelected(d)}],"ti-item"]),onMouseover:c=>e.disabled?!1:e.selectedItem=d},[e.$slots["autocomplete-item"]?s.renderSlot(e.$slots,"autocomplete-item",{key:1,item:l,index:d,performAdd:c=>e.performAddTags(c,void 0,"autocomplete"),selected:e.isSelected(d)},void 0,!0):(s.openBlock(),s.createElementBlock("div",{key:0,onClick:c=>e.performAddTags(l,void 0,"autocomplete")},s.toDisplayString(l.text),9,Tp))],46,Sp))),128))]),s.renderSlot(e.$slots,"autocomplete-footer",{},void 0,!0)],34)):s.createCommentVNode("",!0)],6)}const ui=Ee(fp,[["render",Cp],["__scopeId","data-v-d14eec25"]]),wp=Object.freeze(Object.defineProperty({__proto__:null,default:ui},Symbol.toStringTag,{value:"Module"})),kp=["src"],Ip={__name:"Magnifier",props:{imageSrc:String,zoomFactor:{type:Number,default:2}},setup(e){const t=e,n=s.ref(!1),r=s.ref({});function a(m){const u=m.target.getBoundingClientRect(),f=m.clientX-u.left,g=m.clientY-u.top,h=200,p=Math.max(0,Math.min(f-h/2,u.width-h)),E=Math.max(0,Math.min(g-h/2,u.height-h));r.value={left:`${p}px`,top:`${E}px`,backgroundPosition:`-${p*t.zoomFactor}px -${E*t.zoomFactor}px`,backgroundImage:`url(${t.imageSrc})`,backgroundSize:`${u.width*t.zoomFactor}px ${u.height*t.zoomFactor}px`}}function o(m){n.value=!0,a(m)}function i(){n.value=!1}function l(m){m.preventDefault(),n.value=!0,a(m.touches[0])}function d(m){m.preventDefault(),a(m.touches[0])}function c(){n.value=!1}return(m,u)=>(s.openBlock(),s.createElementBlock("div",{class:"w-100 image-container",onMousemove:o,onMouseleave:i,onTouchstart:l,onTouchmove:d,onTouchend:c},[s.createElementVNode("img",{src:(m.FILE_SERVER_URL||"")+e.imageSrc,class:"w-100"},null,8,kp),n.value?(s.openBlock(),s.createElementBlock("div",{key:0,class:"zoom-lens",style:s.normalizeStyle(r.value)},null,4)):s.createCommentVNode("",!0)],32))}},fi=Ee(Ip,[["__scopeId","data-v-9fd5ea8e"]]),Pp=Object.freeze(Object.defineProperty({__proto__:null,default:fi},Symbol.toStringTag,{value:"Module"})),Lp={id:"glcanvas",ref:"refCanvas"},Ap={__name:"Shader",setup(e){return s.onMounted(()=>{const t=document.getElementById("glcanvas"),n=t.getContext("webgl")||t.getContext("experimental-webgl"),r=`
38
- attribute vec4 aVertexPosition;
39
- void main() {
40
- gl_Position = aVertexPosition;
41
- }
42
- `,a=`
43
- precision mediump float;
44
-
45
- const float PI = 3.14159265358979323846264;
46
- const float TWOPI = PI * 2.0;
47
- const vec4 WHITE = vec4(0.0, 1.0, 0.533, 1); // Для цвета F6F9F7
48
- const vec4 BLACK = vec4(0.0, 0.9, 0.48, 1); // Для цвета EBF2ED
49
-
50
- const int MAX_RINGS = 30;
51
- const float RING_DISTANCE = 0.03;
52
- const float WAVE_COUNT = 60.0;
53
- const float WAVE_DEPTH = 0.08;
54
-
55
- uniform float iTime;
56
- uniform vec2 iResolution;
57
-
58
- void main() {
59
- float rot = mod(iTime * 0.6, TWOPI);
60
- vec2 fragCoord = gl_FragCoord.xy;
61
- vec2 pos = vec2(fragCoord.x / iResolution.x, fragCoord.y / iResolution.y);
62
- pos = vec2(3.0 * (pos.x - 0.5), 3.0 * (pos.y - 0.4));
63
- float x = pos.x;
64
- float y = pos.y;
65
-
66
- bool black = false;
67
- float prevRingDist = RING_DISTANCE;
68
- for (int i = 0; i < MAX_RINGS; i++) {
69
- vec2 center = vec2(0.0, 0.7 - RING_DISTANCE * float(i) * 1.2);
70
- float radius = 0.5 + RING_DISTANCE / (pow(float(i + 5), 1.1) * 0.006);
71
- float dist = distance(center, pos);
72
- dist = pow(dist, 0.3);
73
- float ringDist = abs(dist - radius);
74
- if (ringDist < RING_DISTANCE * prevRingDist * 7.0) {
75
- float angle = atan(y - center.y, x - center.x);
76
- float thickness = 1.1 * abs(dist - radius) / prevRingDist;
77
- float depthFactor = WAVE_DEPTH * sin((angle + rot * radius) * WAVE_COUNT);
78
- if (dist > radius) {
79
- black = (thickness < RING_DISTANCE * 5.0 - depthFactor * 2.0);
80
- } else {
81
- black = (thickness < RING_DISTANCE * 5.0 + depthFactor);
82
- }
83
- break;
84
- }
85
- if (dist > radius) break;
86
- prevRingDist = ringDist;
87
- }
88
-
89
- gl_FragColor = black ? BLACK : WHITE;
90
- }
91
-
92
- `;function o(u,f,g){const h=u.createShader(f);return u.shaderSource(h,g),u.compileShader(h),u.getShaderParameter(h,u.COMPILE_STATUS)?h:(alert("An error occurred compiling the shaders: "+u.getShaderInfoLog(h)),u.deleteShader(h),null)}const i=o(n,n.VERTEX_SHADER,r),l=o(n,n.FRAGMENT_SHADER,a),d=n.createProgram();n.attachShader(d,i),n.attachShader(d,l),n.linkProgram(d),n.getProgramParameter(d,n.LINK_STATUS)||alert("Unable to initialize the shader program: "+n.getProgramInfoLog(d));function c(u){const f=u.clientWidth*window.devicePixelRatio,g=u.clientHeight*window.devicePixelRatio;return u.width!==f||u.height!==g?(u.width=f,u.height=g,!0):!1}function m(){c(n.canvas)&&n.viewport(0,0,n.canvas.width,n.canvas.height),n.clearColor(0,0,0,1),n.clearDepth(1),n.enable(n.DEPTH_TEST),n.depthFunc(n.LEQUAL),n.clear(n.COLOR_BUFFER_BIT|n.DEPTH_BUFFER_BIT),n.useProgram(d);const u=n.createBuffer();n.bindBuffer(n.ARRAY_BUFFER,u);const f=[-1,1,1,1,-1,-1,1,-1];n.bufferData(n.ARRAY_BUFFER,new Float32Array(f),n.STATIC_DRAW);const g=n.getAttribLocation(d,"aVertexPosition");n.vertexAttribPointer(g,2,n.FLOAT,!1,0,0),n.enableVertexAttribArray(g);var h=n.getUniformLocation(d,"iTime"),p=n.getUniformLocation(d,"iResolution");n.uniform1f(h,performance.now()/3e3),n.uniform2f(p,n.canvas.width,n.canvas.height),n.drawArrays(n.TRIANGLE_STRIP,0,4),requestAnimationFrame(m)}requestAnimationFrame(m)}),(t,n)=>(s.openBlock(),s.createElementBlock("canvas",Lp,null,512))}},mi=Ee(Ap,[["__scopeId","data-v-094c0681"]]),Dp=Object.freeze(Object.defineProperty({__proto__:null,default:mi},Symbol.toStringTag,{value:"Module"})),Rp={class:"mobile-menu-section pd-r-zero pd-t-thin pd-b-thin pd-medium radius-medium"},Fp={__name:"Menu",setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("section",Rp,[s.renderSlot(t.$slots,"default")]))}},Mp={props:{fill:{type:String,default:"rgb(var(--black)"}}},xp={xmlns:"http://www.w3.org/2000/svg",width:"80",height:"80",viewBox:"0 0 80 80",fill:"none"},Bp=["fill"];function Vp(e,t,n,r,a,o){return s.openBlock(),s.createElementBlock("svg",xp,[s.createElementVNode("path",{fill:n.fill,d:"M25.2765 9.37509L29.0265 5.93759C30.589 4.53134 32.9327 4.68759 34.339 6.25009L63.2453 37.8126C64.339 39.0626 64.339 40.9376 63.2453 42.1876L34.339 73.7501C32.9327 75.3126 30.589 75.4689 29.0265 74.0626L25.2765 70.6251C23.714 69.3751 23.5577 66.8751 24.964 65.4689L48.4015 40.0001L24.964 14.5313C23.5577 13.1251 23.714 10.6251 25.2765 9.37509Z"},null,8,Bp)])}const Up=Ee(Mp,[["render",Vp]]),jp=s.defineComponent({props:{},setup(e,{slots:t}){return()=>{const n=t.default?t.default():[],r=[],a=[];return n.forEach(o=>{o.toString(),o.props&&o.props.icon?r.push(o):a.push(o)}),s.h("div",{class:["w-100","t-left","flex-nowrap","flex-v-center","flex",{"br-b br-black-transp-10 br-solid":!0}]},[...r.length?[s.h("div",{class:["mn-b-thin","mn-t-thin","flex-center","flex","mn-r-small","flex-child","flex-child-shrink-0","i-big","bg-main","radius-thin"]},r)]:[],s.h("div",{class:["w-100","mn-b-thin","mn-t-thin","mn-r-small","i-big","flex-v-center","flex"]},[s.h("span",{class:["p-big","t-medium","mn-r-auto"]},a)]),s.h(Up,{class:"i-medium mn-r-medium",type:"chevron"})])}}});/*! js-cookie v3.0.5 | MIT */function Qt(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var Gp={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function fr(e,t){function n(a,o,i){if(!(typeof document>"u")){i=Qt({},t,i),typeof i.expires=="number"&&(i.expires=new Date(Date.now()+i.expires*864e5)),i.expires&&(i.expires=i.expires.toUTCString()),a=encodeURIComponent(a).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var d in i)i[d]&&(l+="; "+d,i[d]!==!0&&(l+="="+i[d].split(";")[0]));return document.cookie=a+"="+e.write(o,a)+l}}function r(a){if(!(typeof document>"u"||arguments.length&&!a)){for(var o=document.cookie?document.cookie.split("; "):[],i={},l=0;l<o.length;l++){var d=o[l].split("="),c=d.slice(1).join("=");try{var m=decodeURIComponent(d[0]);if(i[m]=e.read(c,m),a===m)break}catch{}}return a?i[a]:i}}return Object.create({set:n,get:r,remove:function(a,o){n(a,"",Qt({},o,{expires:-1}))},withAttributes:function(a){return fr(this.converter,Qt({},this.attributes,a))},withConverter:function(a){return fr(Qt({},this.converter,a),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var Hp=fr(Gp,{path:"/"});/*! Capacitor: https://capacitorjs.com/ - MIT License */const Wp=e=>{const t=new Map;t.set("web",{name:"web"});const n=e.CapacitorPlatforms||{currentPlatform:{name:"web"},platforms:t},r=(o,i)=>{n.platforms.set(o,i)},a=o=>{n.platforms.has(o)&&(n.currentPlatform=n.platforms.get(o))};return n.addPlatform=r,n.setPlatform=a,n},Kp=e=>e.CapacitorPlatforms=Wp(e),pi=Kp(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});pi.addPlatform;pi.setPlatform;var kt;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(kt||(kt={}));class Gn extends Error{constructor(t,n,r){super(t),this.message=t,this.code=n,this.data=r}}const zp=e=>{var t,n;return e!=null&&e.androidBridge?"android":!((n=(t=e==null?void 0:e.webkit)===null||t===void 0?void 0:t.messageHandlers)===null||n===void 0)&&n.bridge?"ios":"web"},Yp=e=>{var t,n,r,a,o;const i=e.CapacitorCustomPlatform||null,l=e.Capacitor||{},d=l.Plugins=l.Plugins||{},c=e.CapacitorPlatforms,m=()=>i!==null?i.name:zp(e),u=((t=c==null?void 0:c.currentPlatform)===null||t===void 0?void 0:t.getPlatform)||m,f=()=>u()!=="web",g=((n=c==null?void 0:c.currentPlatform)===null||n===void 0?void 0:n.isNativePlatform)||f,h=w=>{const C=b.get(w);return!!(C!=null&&C.platforms.has(u())||y(w))},p=((r=c==null?void 0:c.currentPlatform)===null||r===void 0?void 0:r.isPluginAvailable)||h,E=w=>{var C;return(C=l.PluginHeaders)===null||C===void 0?void 0:C.find(I=>I.name===w)},y=((a=c==null?void 0:c.currentPlatform)===null||a===void 0?void 0:a.getPluginHeader)||E,T=w=>e.console.error(w),_=(w,C,I)=>Promise.reject(`${I} does not have an implementation of "${C}".`),b=new Map,S=(w,C={})=>{const I=b.get(w);if(I)return console.warn(`Capacitor plugin "${w}" already registered. Cannot register plugins twice.`),I.proxy;const M=u(),U=y(w);let x;const K=async()=>(!x&&M in C?x=typeof C[M]=="function"?x=await C[M]():x=C[M]:i!==null&&!x&&"web"in C&&(x=typeof C.web=="function"?x=await C.web():x=C.web),x),$e=(te,q)=>{var X,ae;if(U){const se=U==null?void 0:U.methods.find(ce=>q===ce.name);if(se)return se.rtype==="promise"?ce=>l.nativePromise(w,q.toString(),ce):(ce,we)=>l.nativeCallback(w,q.toString(),ce,we);if(te)return(X=te[q])===null||X===void 0?void 0:X.bind(te)}else{if(te)return(ae=te[q])===null||ae===void 0?void 0:ae.bind(te);throw new Gn(`"${w}" plugin is not implemented on ${M}`,kt.Unimplemented)}},_e=te=>{let q;const X=(...ae)=>{const se=K().then(ce=>{const we=$e(ce,te);if(we){const le=we(...ae);return q=le==null?void 0:le.remove,le}else throw new Gn(`"${w}.${te}()" is not implemented on ${M}`,kt.Unimplemented)});return te==="addListener"&&(se.remove=async()=>q()),se};return X.toString=()=>`${te.toString()}() { [capacitor code] }`,Object.defineProperty(X,"name",{value:te,writable:!1,configurable:!1}),X},ne=_e("addListener"),Oe=_e("removeListener"),ge=(te,q)=>{const X=ne({eventName:te},q),ae=async()=>{const ce=await X;Oe({eventName:te,callbackId:ce},q)},se=new Promise(ce=>X.then(()=>ce({remove:ae})));return se.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await ae()},se},ve=new Proxy({},{get(te,q){switch(q){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return U?ge:ne;case"removeListener":return Oe;default:return _e(q)}}});return d[w]=ve,b.set(w,{name:w,proxy:ve,platforms:new Set([...Object.keys(C),...U?[M]:[]])}),ve},O=((o=c==null?void 0:c.currentPlatform)===null||o===void 0?void 0:o.registerPlugin)||S;return l.convertFileSrc||(l.convertFileSrc=w=>w),l.getPlatform=u,l.handleError=T,l.isNativePlatform=g,l.isPluginAvailable=p,l.pluginMethodNoop=_,l.registerPlugin=O,l.Exception=Gn,l.DEBUG=!!l.DEBUG,l.isLoggingEnabled=!!l.isLoggingEnabled,l.platform=l.getPlatform(),l.isNative=l.isNativePlatform(),l},qp=e=>e.Capacitor=Yp(e),fn=qp(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),Fr=fn.registerPlugin;fn.Plugins;class Mr{constructor(t){this.listeners={},this.windowListeners={},t&&(console.warn(`Capacitor WebPlugin "${t.name}" config object was deprecated in v3 and will be removed in v4.`),this.config=t)}addListener(t,n){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push(n);const a=this.windowListeners[t];a&&!a.registered&&this.addWindowListener(a);const o=async()=>this.removeListener(t,n),i=Promise.resolve({remove:o});return Object.defineProperty(i,"remove",{value:async()=>{console.warn("Using addListener() without 'await' is deprecated."),await o()}}),i}async removeAllListeners(){this.listeners={};for(const t in this.windowListeners)this.removeWindowListener(this.windowListeners[t]);this.windowListeners={}}notifyListeners(t,n){const r=this.listeners[t];r&&r.forEach(a=>a(n))}hasListeners(t){return!!this.listeners[t].length}registerWindowListener(t,n){this.windowListeners[n]={registered:!1,windowEventName:t,pluginEventName:n,handler:r=>{this.notifyListeners(n,r)}}}unimplemented(t="not implemented"){return new fn.Exception(t,kt.Unimplemented)}unavailable(t="not available"){return new fn.Exception(t,kt.Unavailable)}async removeListener(t,n){const r=this.listeners[t];if(!r)return;const a=r.indexOf(n);this.listeners[t].splice(a,1),this.listeners[t].length||this.removeWindowListener(this.windowListeners[t])}addWindowListener(t){window.addEventListener(t.windowEventName,t.handler),t.registered=!0}removeWindowListener(t){t&&(window.removeEventListener(t.windowEventName,t.handler),t.registered=!1)}}const _a=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),va=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class Xp extends Mr{async getCookies(){const t=document.cookie,n={};return t.split(";").forEach(r=>{if(r.length<=0)return;let[a,o]=r.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");a=va(a).trim(),o=va(o).trim(),n[a]=o}),n}async setCookie(t){try{const n=_a(t.key),r=_a(t.value),a=`; expires=${(t.expires||"").replace("expires=","")}`,o=(t.path||"/").replace("path=",""),i=t.url!=null&&t.url.length>0?`domain=${t.url}`:"";document.cookie=`${n}=${r||""}${a}; path=${o}; ${i};`}catch(n){return Promise.reject(n)}}async deleteCookie(t){try{document.cookie=`${t.key}=; Max-Age=0`}catch(n){return Promise.reject(n)}}async clearCookies(){try{const t=document.cookie.split(";")||[];for(const n of t)document.cookie=n.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(t){return Promise.reject(t)}}async clearAllCookies(){try{await this.clearCookies()}catch(t){return Promise.reject(t)}}}Fr("CapacitorCookies",{web:()=>new Xp});const Jp=async e=>new Promise((t,n)=>{const r=new FileReader;r.onload=()=>{const a=r.result;t(a.indexOf(",")>=0?a.split(",")[1]:a)},r.onerror=a=>n(a),r.readAsDataURL(e)}),Zp=(e={})=>{const t=Object.keys(e);return Object.keys(e).map(a=>a.toLocaleLowerCase()).reduce((a,o,i)=>(a[o]=e[t[i]],a),{})},Qp=(e,t=!0)=>e?Object.entries(e).reduce((r,a)=>{const[o,i]=a;let l,d;return Array.isArray(i)?(d="",i.forEach(c=>{l=t?encodeURIComponent(c):c,d+=`${o}=${l}&`}),d.slice(0,-1)):(l=t?encodeURIComponent(i):i,d=`${o}=${l}`),`${r}&${d}`},"").substr(1):null,e3=(e,t={})=>{const n=Object.assign({method:e.method||"GET",headers:e.headers},t),a=Zp(e.headers)["content-type"]||"";if(typeof e.data=="string")n.body=e.data;else if(a.includes("application/x-www-form-urlencoded")){const o=new URLSearchParams;for(const[i,l]of Object.entries(e.data||{}))o.set(i,l);n.body=o.toString()}else if(a.includes("multipart/form-data")||e.data instanceof FormData){const o=new FormData;if(e.data instanceof FormData)e.data.forEach((l,d)=>{o.append(d,l)});else for(const l of Object.keys(e.data))o.append(l,e.data[l]);n.body=o;const i=new Headers(n.headers);i.delete("content-type"),n.headers=i}else(a.includes("application/json")||typeof e.data=="object")&&(n.body=JSON.stringify(e.data));return n};class t3 extends Mr{async request(t){const n=e3(t,t.webFetchExtra),r=Qp(t.params,t.shouldEncodeUrlParams),a=r?`${t.url}?${r}`:t.url,o=await fetch(a,n),i=o.headers.get("content-type")||"";let{responseType:l="text"}=o.ok?t:{};i.includes("application/json")&&(l="json");let d,c;switch(l){case"arraybuffer":case"blob":c=await o.blob(),d=await Jp(c);break;case"json":d=await o.json();break;case"document":case"text":default:d=await o.text()}const m={};return o.headers.forEach((u,f)=>{m[f]=u}),{data:d,headers:m,status:o.status,url:o.url}}async get(t){return this.request(Object.assign(Object.assign({},t),{method:"GET"}))}async post(t){return this.request(Object.assign(Object.assign({},t),{method:"POST"}))}async put(t){return this.request(Object.assign(Object.assign({},t),{method:"PUT"}))}async patch(t){return this.request(Object.assign(Object.assign({},t),{method:"PATCH"}))}async delete(t){return this.request(Object.assign(Object.assign({},t),{method:"DELETE"}))}}Fr("CapacitorHttp",{web:()=>new t3});const n3=Fr("Preferences",{web:()=>Promise.resolve().then(()=>require("./web-CciQvENI.js")).then(e=>new e.PreferencesWeb)}),tt=s.reactive({loading:!1,isOpenLocationPopup:!1,isOpenSidebar:!1,position:null,search:null,theme:{darkmode:!1},error:{status:"",headers:"",data:"",show:"",name:"",message:""}}),r3={setLoading(e){tt.loading=e},toggleTheme(){let e=document.querySelector(":root");tt.theme.darkmode=!tt.theme.darkmode,e.classList.toggle("dark-theme");const t=["--white","--black","--grey"];tt.theme.originalColors||(tt.theme.originalColors={},t.forEach(n=>{const r=getComputedStyle(document.documentElement).getPropertyValue(n).trim();tt.theme.originalColors[n]=r})),o3(t,tt.theme.originalColors)},add(e,t){const n=e.findIndex(r=>r._id===t._id);n===-1?e.push(t):e[n]=t},update(e,t){const n=e.findIndex(r=>r._id===t._id);n===-1?e.push(t):Object.assign(e[n],t)},delete(e,t){const n=e.findIndex(r=>r._id===t._id);n!==-1&&e.splice(n,1)},increment(e,t){console.log(e),console.log(t);const n=e.find(r=>r._id===t._id);n&&n.quantity++},decrement(e,t){const n=e.find(a=>a._id===t._id),r=e.indexOf(n);r>-1&&(n.quantity--,n.quantity<1&&e.splice(r,1))},reset(e){}},hi={ru:{errors:{USER_ALREADY_REGISTERED:"Такой пользователь уже зарегистрирован!",USER_NOT_REGISTERED_YET:"Такой пользователь еще не зарегистрирован!",USER_PHONE_OR_PASSWORD_NOT_FOUND:"Пользователь с таким телефоном или паролем не найден!",INCORRECT_PASSWORD_ENTERED:"Вы ввели неверный пароль!",INVALID_INVITATION_CODE:"Неверный код приглашения",MISSING_REQUIRED_PARAMETERS:"Отсутствуют необходимые параметры.",ERROR_UPDATING_USER:"Произошла ошибка при обновлении пользователя.",PASSWORDS_DO_NOT_MATCH:"Введенные вами пароли не совпадают. Исправьте ошибки и попробуйте еще раз.",CODE_NOT_SENT:"Что-то пошло не так и код не был отправлен. Попробуйте еще раз.",INPUT_ERROR:"Вставьте только четырехзначный код.",WRONG_CODE:"Вы ввели неверный код. Попробуйте еще раз.",POST_URL_ALREADY_IN_USE:"Ошибка! Публикация с этим URL уже используется!",NAME_CANNOT_BE_EMPTY:"Ошибка: Название не может быть пустым. Пожалуйста, введите название."}},en:{errors:{USER_ALREADY_REGISTERED:"Such user is already registered!",USER_NOT_REGISTERED_YET:"This user has not been registered yet!",USER_PHONE_OR_PASSWORD_NOT_FOUND:"User with such phone or password not found!",INCORRECT_PASSWORD_ENTERED:"You entered an incorrect password!",INVALID_INVITATION_CODE:"Incorrect invitation code.",MISSING_REQUIRED_PARAMETERS:"Missing required parameters.",ERROR_UPDATING_USER:"Something wrong when updating user.",PASSWORDS_DO_NOT_MATCH:"The passwords you entered do not match. Please correct the errors and try again.",CODE_NOT_SENT:"Something went wrong and the code was not sent. Please try again.",INPUT_ERROR:"Please enter only a four-digit code.",WRONG_CODE:"You entered an incorrect code. Please try again.",POST_URL_ALREADY_IN_USE:"Failed! Blogpost with this URL is already in use!",NAME_CANNOT_BE_EMPTY:"Error: Name cannot be empty. Please enter a name."}}};ri.global.mergeLocaleMessage("ru",hi.ru);ri.global.mergeLocaleMessage("en",hi.en);function o3(e,t){e.forEach(n=>{const r=t[n],a=r.split(",").map(Number);let o;n==="--white"?o=a.map(i=>255-i/1.075):n==="--black"?o=a.map(i=>255-i):n==="--grey"&&(o=a.map(i=>255-i*2)),document.documentElement.style.setProperty(n,tt.theme.darkmode?o.join(", "):r)})}he.create({baseURL:process.env.API_URL,withCredentials:!0});const a3=s.reactive({code:{value:"",type:"",method:"",isSended:!1,isValid:!1}});s.watch(a3,(e,t)=>{});const s3=he.create({baseURL:process.env.API_URL,withCredentials:!0}),St=s.reactive({user:{_id:void 0,username:"",email:"",phone:"",password:"",passwordRepeat:""},access:{roles:null,token:null,status:!1}});async function i3(){const e=await l3("user");if(e){const{_id:t,email:n,phone:r,roles:a,accessToken:o}=e;Object.assign(St.user,{_id:t,email:n,phone:r}),Object.assign(St.access,{token:o,roles:a,status:!!o}),s3.interceptors.request.use(i=>(o&&(i.headers["x-access-token"]=o),i),i=>Promise.reject(i))}}i3();process.env.API_URL;async function l3(e){if(process.env.MOBILE_APP){const{value:t}=await n3.get({key:e});return t?JSON.parse(t):null}else{const t=Hp.get(e);return t?JSON.parse(t):null}}s.watch(St,(e,t)=>{});const d3={id:"sidebar",class:"o-hidden"},c3={class:"pd-medium pos-sticky pos-t-0 h-100vh flex-column flex flex-justify-content"},u3=s.createElementVNode("span",null," Backoffice ",-1),$i={__name:"Sidebar",props:["stateSidebar"],emits:["closeSidebar"],setup(e,{emit:t}){const n=yr(),r=br();s.ref(!1);const a=e,o=t;s.watch(()=>r.path,()=>{a.stateSidebar===!0&&o("closeSidebar")});let i=pn;function l(){a.stateSidebar===!0&&o("closeSidebar")}return(d,c)=>s.withDirectives((s.openBlock(),s.createElementBlock("div",d3,[s.createElementVNode("div",c3,[s.createElementVNode("div",null,[s.renderSlot(d.$slots,"default")]),s.createVNode(pr,{label:"Darkmode",radio:tt.theme.darkmode,"onUpdate:radio":c[0]||(c[0]=m=>r3.toggleTheme()),name:"prices",class:"t-semi pd-small p-big mn-b-small br-2px br-solid radius-extra br-black-transp-5"},null,8,["radio"]),St.access.roles&&(St.access.roles.includes("ROLE_MODERATOR")||St.access.roles.includes("ROLE_ADMIN"))?(s.openBlock(),s.createBlock(Fp,{key:0,class:"mn-b-regular bg-black t-white"},{default:s.withCtx(()=>[s.createVNode(jp,{onClick:c[1]||(c[1]=m=>s.unref(n).push({name:"Backoffice",params:{_id:s.unref(r).params._id}})),class:"cursor-pointer",theme:"white"},{default:s.withCtx(()=>[u3]),_:1})]),_:1})):s.createCommentVNode("",!0)])])),[[s.unref(i),l]])}},f3=Object.freeze(Object.defineProperty({__proto__:null,default:$i},Symbol.toStringTag,{value:"Module"}));function m3(e){return Object.prototype.toString.call(e)==="[object Object]"}function ya(e){return m3(e)||Array.isArray(e)}function p3(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function xr(e,t){const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;const a=JSON.stringify(Object.keys(e.breakpoints||{})),o=JSON.stringify(Object.keys(t.breakpoints||{}));return a!==o?!1:n.every(i=>{const l=e[i],d=t[i];return typeof l=="function"?`${l}`==`${d}`:!ya(l)||!ya(d)?l===d:xr(l,d)})}function ba(e){return e.concat().sort((t,n)=>t.name>n.name?1:-1).map(t=>t.options)}function h3(e,t){if(e.length!==t.length)return!1;const n=ba(e),r=ba(t);return n.every((a,o)=>{const i=r[o];return xr(a,i)})}function Br(e){return typeof e=="number"}function mr(e){return typeof e=="string"}function Vr(e){return typeof e=="boolean"}function Ea(e){return Object.prototype.toString.call(e)==="[object Object]"}function pe(e){return Math.abs(e)}function Ur(e){return Math.sign(e)}function Ft(e,t){return pe(e-t)}function $3(e,t){if(e===0||t===0||pe(e)<=pe(t))return 0;const n=Ft(pe(e),pe(t));return pe(n/e)}function Ht(e){return Wt(e).map(Number)}function He(e){return e[Xt(e)]}function Xt(e){return Math.max(0,e.length-1)}function jr(e,t){return t===Xt(e)}function Oa(e,t=0){return Array.from(Array(e),(n,r)=>t+r)}function Wt(e){return Object.keys(e)}function gi(e,t){return[e,t].reduce((n,r)=>(Wt(r).forEach(a=>{const o=n[a],i=r[a],l=Ea(o)&&Ea(i);n[a]=l?gi(o,i):i}),n),{})}function _i(e,t){return typeof t.MouseEvent<"u"&&e instanceof t.MouseEvent}function g3(e,t){const n={start:r,center:a,end:o};function r(){return 0}function a(d){return o(d)/2}function o(d){return t-d}function i(d,c){return mr(e)?n[e](d):e(t,d,c)}return{measure:i}}function Kt(){let e=[];function t(a,o,i,l={passive:!0}){let d;if("addEventListener"in a)a.addEventListener(o,i,l),d=()=>a.removeEventListener(o,i,l);else{const c=a;c.addListener(i),d=()=>c.removeListener(i)}return e.push(d),r}function n(){e=e.filter(a=>a())}const r={add:t,clear:n};return r}function _3(e,t,n,r){const a=Kt(),o=1e3/60;let i=null,l=0,d=0;function c(){a.add(e,"visibilitychange",()=>{e.hidden&&h()})}function m(){g(),a.clear()}function u(E){if(!d)return;i||(i=E);const y=E-i;for(i=E,l+=y;l>=o;)n(),l-=o;const T=pe(l/o);r(T),d&&t.requestAnimationFrame(u)}function f(){d||(d=t.requestAnimationFrame(u))}function g(){t.cancelAnimationFrame(d),i=null,l=0,d=0}function h(){i=null,l=0}return{init:c,destroy:m,start:f,stop:g,update:n,render:r}}function v3(e,t){const n=e==="y"?"y":"x",r=e==="y"?"x":"y",a=l(),o=d();function i(m){const{width:u,height:f}=m;return n==="x"?u:f}function l(){return n==="y"?"top":t==="rtl"?"right":"left"}function d(){return n==="y"?"bottom":t==="rtl"?"left":"right"}return{scroll:n,cross:r,startEdge:a,endEdge:o,measureSize:i}}function gt(e=0,t=0){const n=pe(e-t);function r(c){return c<e}function a(c){return c>t}function o(c){return r(c)||a(c)}function i(c){return o(c)?r(c)?e:t:c}function l(c){return n?c-n*Math.ceil((c-t)/n):c}return{length:n,max:t,min:e,constrain:i,reachedAny:o,reachedMax:a,reachedMin:r,removeOffset:l}}function vi(e,t,n){const{constrain:r}=gt(0,e),a=e+1;let o=i(t);function i(f){return n?pe((a+f)%a):r(f)}function l(){return o}function d(f){return o=i(f),u}function c(f){return m().set(l()+f)}function m(){return vi(e,l(),n)}const u={get:l,set:d,add:c,clone:m};return u}function y3(e){const t=e==="rtl"?-1:1;function n(a){return a*t}return{apply:n}}function b3(e,t,n,r,a,o,i,l,d,c,m,u,f,g,h,p,E,y,T,_){const{cross:b}=e,S=["INPUT","SELECT","TEXTAREA"],O={passive:!1},w=Kt(),C=Kt(),I=gt(50,225).constrain(h.measure(20)),M={mouse:300,touch:400},U={mouse:500,touch:600},x=p?43:25;let K=!1,$e=0,_e=0,ne=!1,Oe=!1,ge=!1,ve=!1;function te(B){if(!_)return;function P(R){(Vr(_)||_(B,R))&&we(R)}const N=n;w.add(N,"dragstart",R=>R.preventDefault(),O).add(N,"touchmove",()=>{},O).add(N,"touchend",()=>{}).add(N,"touchstart",P).add(N,"mousedown",P).add(N,"touchcancel",ye).add(N,"contextmenu",ye).add(N,"click",Ie,!0)}function q(){w.clear(),C.clear()}function X(){const B=ve?r:n;C.add(B,"touchmove",le,O).add(B,"touchend",ye).add(B,"mousemove",le,O).add(B,"mouseup",ye)}function ae(B){const P=B.nodeName||"";return S.includes(P)}function se(){return(p?U:M)[ve?"mouse":"touch"]}function ce(B,P){const N=f.add(Ur(B)*-1),R=u.byDistance(B,!p).distance;return p||pe(B)<I?R:y&&P?R*.5:u.byIndex(N.get(),0).distance}function we(B){const P=_i(B,a);ve=P,!(P&&B.button!==0)&&(ae(B.target)||(ge=p&&P&&!B.buttons&&K,K=Ft(o.get(),l.get())>=2,ne=!0,i.pointerDown(B),m.useFriction(0).useDuration(0),o.set(l),X(),$e=i.readPoint(B),_e=i.readPoint(B,b),g.emit("pointerDown")))}function le(B){const P=i.readPoint(B),N=i.readPoint(B,b),R=Ft(P,$e),ee=Ft(N,_e);if(!Oe&&!ve&&(!B.cancelable||(Oe=R>ee,!Oe)))return ye(B);const fe=i.pointerMove(B);R>E&&(ge=!0),m.useFriction(.3).useDuration(1),d.start(),o.add(t.apply(fe)),B.preventDefault()}function ye(B){const N=u.byDistance(0,!1).index!==f.get(),R=i.pointerUp(B)*se(),ee=ce(t.apply(R),N),fe=$3(R,ee),Ne=x-10*fe,Le=T+fe/50;Oe=!1,ne=!1,C.clear(),m.useDuration(Ne).useFriction(Le),c.distance(ee,!p),ve=!1,g.emit("pointerUp")}function Ie(B){ge&&(B.stopPropagation(),B.preventDefault())}function be(){return ne}return{init:te,pointerDown:be,destroy:q}}function E3(e,t){let r,a;function o(u){return u.timeStamp}function i(u,f){const h=`client${(f||e.scroll)==="x"?"X":"Y"}`;return(_i(u,t)?u:u.touches[0])[h]}function l(u){return r=u,a=u,i(u)}function d(u){const f=i(u)-i(a),g=o(u)-o(r)>170;return a=u,g&&(r=u),f}function c(u){if(!r||!a)return 0;const f=i(a)-i(r),g=o(u)-o(r),h=o(u)-o(a)>170,p=f/g;return g&&!h&&pe(p)>.1?p:0}return{pointerDown:l,pointerMove:d,pointerUp:c,readPoint:i}}function O3(){function e(n){const{offsetTop:r,offsetLeft:a,offsetWidth:o,offsetHeight:i}=n;return{top:r,right:a+o,bottom:r+i,left:a,width:o,height:i}}return{measure:e}}function N3(e){function t(r){return e*(r/100)}return{measure:t}}function S3(e,t,n,r,a,o,i){let l,d,c=[],m=!1;function u(p){return a.measureSize(i.measure(p))}function f(p){if(!o)return;d=u(e),c=r.map(u);function E(T){for(const _ of T){const b=_.target===e,S=r.indexOf(_.target),O=b?d:c[S],w=u(b?e:r[S]);if(pe(w-O)>=.5){n.requestAnimationFrame(()=>{p.reInit(),t.emit("resize")});break}}}l=new ResizeObserver(T=>{m||(Vr(o)||o(p,T))&&E(T)}),[e].concat(r).forEach(T=>l.observe(T))}function g(){l&&l.disconnect(),m=!0}return{init:f,destroy:g}}function T3(e,t,n,r,a){let o=0,i=0,l=r,d=a,c=e.get(),m=0;function u(){const S=n.get()-e.get(),O=!l;let w=0;return O?(o=0,e.set(n),w=S):(o+=S/l,o*=d,c+=o,e.add(o),w=c-m),i=Ur(w),m=c,b}function f(){const S=n.get()-t.get();return pe(S)<.001}function g(){return l}function h(){return i}function p(){return o}function E(){return T(r)}function y(){return _(a)}function T(S){return l=S,b}function _(S){return d=S,b}const b={direction:h,duration:g,velocity:p,seek:u,settled:f,useBaseFriction:y,useBaseDuration:E,useFriction:_,useDuration:T};return b}function C3(e,t,n,r,a){const o=a.measure(10),i=a.measure(50),l=gt(.1,.99);let d=!1;function c(){return!(d||!e.reachedAny(n.get())||!e.reachedAny(t.get()))}function m(g){if(!c())return;const h=e.reachedMin(t.get())?"min":"max",p=pe(e[h]-t.get()),E=n.get()-t.get(),y=l.constrain(p/i);n.subtract(E*y),!g&&pe(E)<o&&(n.set(e.constrain(n.get())),r.useDuration(25).useBaseFriction())}function u(g){d=!g}return{constrain:m,toggleActive:u}}function w3(e,t,n,r,a){const o=gt(-t+e,0),i=u(),l=m(),d=f();function c(h,p){return Ft(h,p)<1}function m(){const h=i[0],p=He(i),E=i.lastIndexOf(h),y=i.indexOf(p)+1;return gt(E,y)}function u(){return n.map((h,p)=>{const{min:E,max:y}=o,T=o.constrain(h),_=!p,b=jr(n,p);return _?y:b||c(E,T)?E:c(y,T)?y:T}).map(h=>parseFloat(h.toFixed(3)))}function f(){if(t<=e+a)return[o.max];if(r==="keepSnaps")return i;const{min:h,max:p}=l;return i.slice(h,p)}return{snapsContained:d,scrollContainLimit:l}}function k3(e,t,n){const r=t[0],a=n?r-e:He(t);return{limit:gt(a,r)}}function I3(e,t,n,r){const o=t.min+.1,i=t.max+.1,{reachedMin:l,reachedMax:d}=gt(o,i);function c(f){return f===1?d(n.get()):f===-1?l(n.get()):!1}function m(f){if(!c(f))return;const g=e*(f*-1);r.forEach(h=>h.add(g))}return{loop:m}}function P3(e){const{max:t,length:n}=e;function r(o){const i=o-t;return n?i/-n:0}return{get:r}}function L3(e,t,n,r,a){const{startEdge:o,endEdge:i}=e,{groupSlides:l}=a,d=u().map(t.measure),c=f(),m=g();function u(){return l(r).map(p=>He(p)[i]-p[0][o]).map(pe)}function f(){return r.map(p=>n[o]-p[o]).map(p=>-pe(p))}function g(){return l(c).map(p=>p[0]).map((p,E)=>p+d[E])}return{snaps:c,snapsAligned:m}}function A3(e,t,n,r,a,o){const{groupSlides:i}=a,{min:l,max:d}=r,c=m();function m(){const f=i(o),g=!e||t==="keepSnaps";return n.length===1?[o]:g?f:f.slice(l,d).map((h,p,E)=>{const y=!p,T=jr(E,p);if(y){const _=He(E[0])+1;return Oa(_)}if(T){const _=Xt(o)-He(E)[0]+1;return Oa(_,He(E)[0])}return h})}return{slideRegistry:c}}function D3(e,t,n,r,a){const{reachedAny:o,removeOffset:i,constrain:l}=r;function d(h){return h.concat().sort((p,E)=>pe(p)-pe(E))[0]}function c(h){const p=e?i(h):l(h),E=t.map(T=>T-p).map(T=>m(T,0)).map((T,_)=>({diff:T,index:_})).sort((T,_)=>pe(T.diff)-pe(_.diff)),{index:y}=E[0];return{index:y,distance:p}}function m(h,p){const E=[h,h+n,h-n];if(!e)return E[0];if(!p)return d(E);const y=E.filter(T=>Ur(T)===p);return y.length?d(y):He(E)-n}function u(h,p){const E=t[h]-a.get(),y=m(E,p);return{index:h,distance:y}}function f(h,p){const E=a.get()+h,{index:y,distance:T}=c(E),_=!e&&o(E);if(!p||_)return{index:y,distance:h};const b=t[y]-T,S=h+m(b,0);return{index:y,distance:S}}return{byDistance:f,byIndex:u,shortcut:m}}function R3(e,t,n,r,a,o,i){function l(u){const f=u.distance,g=u.index!==t.get();o.add(f),f&&(r.duration()?e.start():(e.update(),e.render(1),e.update())),g&&(n.set(t.get()),t.set(u.index),i.emit("select"))}function d(u,f){const g=a.byDistance(u,f);l(g)}function c(u,f){const g=t.clone().set(u),h=a.byIndex(g.get(),f);l(h)}return{distance:d,index:c}}function F3(e,t,n,r,a,o){let i=0;function l(){o.add(document,"keydown",d,!1),t.forEach(c)}function d(u){u.code==="Tab"&&(i=new Date().getTime())}function c(u){const f=()=>{if(new Date().getTime()-i>10)return;e.scrollLeft=0;const p=t.indexOf(u),E=n.findIndex(y=>y.includes(p));Br(E)&&(a.useDuration(0),r.index(E,0))};o.add(u,"focus",f,{passive:!0,capture:!0})}return{init:l}}function an(e){let t=e;function n(){return t}function r(d){t=i(d)}function a(d){t+=i(d)}function o(d){t-=i(d)}function i(d){return Br(d)?d:d.get()}return{get:n,set:r,add:a,subtract:o}}function yi(e,t,n){const r=e.scroll==="x"?i:l,a=n.style;let o=!1;function i(f){return`translate3d(${f}px,0px,0px)`}function l(f){return`translate3d(0px,${f}px,0px)`}function d(f){o||(a.transform=r(t.apply(f)))}function c(f){o=!f}function m(){o||(a.transform="",n.getAttribute("style")||n.removeAttribute("style"))}return{clear:m,to:d,toggleActive:c}}function M3(e,t,n,r,a,o,i,l,d,c){const u=Ht(o),f=Ht(o).reverse(),g=T().concat(_());function h(C,I){return C.reduce((M,U)=>M-o[U],I)}function p(C,I){return C.reduce((M,U)=>h(M,I)>0?M.concat([U]):M,[])}function E(C){return i.map((I,M)=>({start:I-a[M]+.5+C,end:I+n-.5+C}))}function y(C,I,M){const U=E(I);return C.map(x=>{const K=M?0:-r,$e=M?r:0,_e=M?"end":"start",ne=U[x][_e];return{index:x,loopPoint:ne,slideLocation:an(-1),translate:yi(e,t,c[x]),target:()=>d.get()>ne?K:$e}})}function T(){const C=l[0],I=p(f,C);return y(I,r,!1)}function _(){const C=n-l[0]-1,I=p(u,C);return y(I,-r,!0)}function b(){return g.every(({index:C})=>{const I=u.filter(M=>M!==C);return h(I,n)<=.1})}function S(){g.forEach(C=>{const{target:I,translate:M,slideLocation:U}=C,x=I();x!==U.get()&&(M.to(x),U.set(x))})}function O(){g.forEach(C=>C.translate.clear())}return{canLoop:b,clear:O,loop:S,loopPoints:g}}function x3(e,t,n){let r,a=!1;function o(d){if(!n)return;function c(m){for(const u of m)if(u.type==="childList"){d.reInit(),t.emit("slidesChanged");break}}r=new MutationObserver(m=>{a||(Vr(n)||n(d,m))&&c(m)}),r.observe(e,{childList:!0})}function i(){r&&r.disconnect(),a=!0}return{init:o,destroy:i}}function B3(e,t,n,r){const a={};let o=null,i=null,l,d=!1;function c(){l=new IntersectionObserver(h=>{d||(h.forEach(p=>{const E=t.indexOf(p.target);a[E]=p}),o=null,i=null,n.emit("slidesInView"))},{root:e.parentElement,threshold:r}),t.forEach(h=>l.observe(h))}function m(){l&&l.disconnect(),d=!0}function u(h){return Wt(a).reduce((p,E)=>{const y=parseInt(E),{isIntersecting:T}=a[y];return(h&&T||!h&&!T)&&p.push(y),p},[])}function f(h=!0){if(h&&o)return o;if(!h&&i)return i;const p=u(h);return h&&(o=p),h||(i=p),p}return{init:c,destroy:m,get:f}}function V3(e,t,n,r,a,o){const{measureSize:i,startEdge:l,endEdge:d}=e,c=n[0]&&a,m=h(),u=p(),f=n.map(i),g=E();function h(){if(!c)return 0;const T=n[0];return pe(t[l]-T[l])}function p(){if(!c)return 0;const T=o.getComputedStyle(He(r));return parseFloat(T.getPropertyValue(`margin-${d}`))}function E(){return n.map((T,_,b)=>{const S=!_,O=jr(b,_);return S?f[_]+m:O?f[_]+u:b[_+1][l]-T[l]}).map(pe)}return{slideSizes:f,slideSizesWithGaps:g,startGap:m,endGap:u}}function U3(e,t,n,r,a,o,i,l,d,c){const{startEdge:m,endEdge:u}=e,f=Br(r);function g(y,T){return Ht(y).filter(_=>_%T===0).map(_=>y.slice(_,_+T))}function h(y){return y.length?Ht(y).reduce((T,_)=>{const b=He(T)||0,S=b===0,O=_===Xt(y),w=o[m]-i[b][m],C=o[m]-i[_][u],I=!a&&S?t.apply(l):0,M=!a&&O?t.apply(d):0;return pe(C-M-(w+I))>n+c&&T.push(_),O&&T.push(y.length),T},[]).map((T,_,b)=>{const S=Math.max(b[_-1]||0);return y.slice(S,T)}):[]}function p(y){return f?g(y,r):h(y)}return{groupSlides:p}}function j3(e,t,n,r,a,o,i){const{align:l,axis:d,direction:c,startIndex:m,loop:u,duration:f,dragFree:g,dragThreshold:h,inViewThreshold:p,slidesToScroll:E,skipSnaps:y,containScroll:T,watchResize:_,watchSlides:b,watchDrag:S}=o,O=2,w=O3(),C=w.measure(t),I=n.map(w.measure),M=y3(c),U=v3(d,c),x=U.measureSize(C),K=N3(x),$e=g3(l,x),_e=!u&&!!T,ne=u||!!T,{slideSizes:Oe,slideSizesWithGaps:ge,startGap:ve,endGap:te}=V3(U,C,I,n,ne,a),q=U3(U,M,x,E,u,C,I,ve,te,O),{snaps:X,snapsAligned:ae}=L3(U,$e,C,I,q),se=-He(X)+He(ge),{snapsContained:ce,scrollContainLimit:we}=w3(x,se,ae,T,O),le=_e?ce:ae,{limit:ye}=k3(se,le,u),Ie=vi(Xt(le),m,u),be=Ie.clone(),Q=Ht(n),B=({dragHandler:H,scrollBody:ue,scrollBounds:Be,options:{loop:Je}})=>{Je||Be.constrain(H.pointerDown()),ue.seek()},P=({scrollBody:H,translate:ue,location:Be,offsetLocation:Je,scrollLooper:at,slideLooper:Ze,dragHandler:kn,animation:Jt,eventHandler:Wr,options:{loop:Oi}},Ni)=>{const Kr=H.velocity(),zr=H.settled();zr&&!kn.pointerDown()&&(Jt.stop(),Wr.emit("settle")),zr||Wr.emit("scroll"),Je.set(Be.get()-Kr+Kr*Ni),Oi&&(at.loop(H.direction()),Ze.loop()),ue.to(Je.get())},N=_3(r,a,()=>B(D),H=>P(D,H)),R=.68,ee=le[Ie.get()],fe=an(ee),Ne=an(ee),Le=an(ee),$=T3(fe,Ne,Le,f,R),v=D3(u,le,se,ye,Le),A=R3(N,Ie,be,$,v,Le,i),V=P3(ye),ie=Kt(),re=B3(t,n,i,p),{slideRegistry:Z}=A3(_e,T,le,we,q,Q),k=F3(e,n,Z,A,$,ie),D={ownerDocument:r,ownerWindow:a,eventHandler:i,containerRect:C,slideRects:I,animation:N,axis:U,direction:M,dragHandler:b3(U,M,e,r,a,Le,E3(U,a),fe,N,A,$,v,Ie,i,K,g,h,y,R,S),eventStore:ie,percentOfView:K,index:Ie,indexPrevious:be,limit:ye,location:fe,offsetLocation:Ne,options:o,resizeHandler:S3(t,i,a,n,U,_,w),scrollBody:$,scrollBounds:C3(ye,Ne,Le,$,K),scrollLooper:I3(se,ye,Ne,[fe,Ne,Le]),scrollProgress:V,scrollSnapList:le.map(V.get),scrollSnaps:le,scrollTarget:v,scrollTo:A,slideLooper:M3(U,M,x,se,Oe,ge,X,le,Ne,n),slideFocus:k,slidesHandler:x3(t,i,b),slidesInView:re,slideIndexes:Q,slideRegistry:Z,slidesToScroll:q,target:Le,translate:yi(U,M,t)};return D}function G3(){const e={};let t;function n(d){t=d}function r(d){return e[d]||[]}function a(d){return r(d).forEach(c=>c(t,d)),l}function o(d,c){return e[d]=r(d).concat([c]),l}function i(d,c){return e[d]=r(d).filter(m=>m!==c),l}const l={init:n,emit:a,off:i,on:o};return l}const H3={align:"center",axis:"x",container:null,slides:null,containScroll:"trimSnaps",direction:"ltr",slidesToScroll:1,inViewThreshold:0,breakpoints:{},dragFree:!1,dragThreshold:10,loop:!1,skipSnaps:!1,duration:25,startIndex:0,active:!0,watchDrag:!0,watchResize:!0,watchSlides:!0};function W3(e){function t(o,i){return gi(o,i||{})}function n(o){const i=o.breakpoints||{},l=Wt(i).filter(d=>e.matchMedia(d).matches).map(d=>i[d]).reduce((d,c)=>t(d,c),{});return t(o,l)}function r(o){return o.map(i=>Wt(i.breakpoints||{})).reduce((i,l)=>i.concat(l),[]).map(e.matchMedia)}return{mergeOptions:t,optionsAtMedia:n,optionsMediaQueries:r}}function K3(e){let t=[];function n(o,i){return t=i.filter(({options:l})=>e.optionsAtMedia(l).active!==!1),t.forEach(l=>l.init(o,e)),i.reduce((l,d)=>Object.assign(l,{[d.name]:d}),{})}function r(){t=t.filter(o=>o.destroy())}return{init:n,destroy:r}}function mn(e,t,n){const r=e.ownerDocument,a=r.defaultView,o=W3(a),i=K3(o),l=Kt(),d=G3(),{mergeOptions:c,optionsAtMedia:m,optionsMediaQueries:u}=o,{on:f,off:g,emit:h}=d,p=U;let E=!1,y,T=c(H3,mn.globalOptions),_=c(T),b=[],S,O,w;function C(){const{container:Q,slides:B}=_;O=(mr(Q)?e.querySelector(Q):Q)||e.children[0];const N=mr(B)?O.querySelectorAll(B):B;w=[].slice.call(N||O.children)}function I(Q){const B=j3(e,O,w,r,a,Q,d);if(Q.loop&&!B.slideLooper.canLoop()){const P=Object.assign({},Q,{loop:!1});return I(P)}return B}function M(Q,B){E||(T=c(T,Q),_=m(T),b=B||b,C(),y=I(_),u([T,...b.map(({options:P})=>P)]).forEach(P=>l.add(P,"change",U)),_.active&&(y.translate.to(y.location.get()),y.animation.init(),y.slidesInView.init(),y.slideFocus.init(),y.eventHandler.init(be),y.resizeHandler.init(be),y.slidesHandler.init(be),y.options.loop&&y.slideLooper.loop(),O.offsetParent&&w.length&&y.dragHandler.init(be),S=i.init(be,b)))}function U(Q,B){const P=q();x(),M(c({startIndex:P},Q),B),d.emit("reInit")}function x(){y.dragHandler.destroy(),y.eventStore.clear(),y.translate.clear(),y.slideLooper.clear(),y.resizeHandler.destroy(),y.slidesHandler.destroy(),y.slidesInView.destroy(),y.animation.destroy(),i.destroy(),l.clear()}function K(){E||(E=!0,l.clear(),x(),d.emit("destroy"))}function $e(Q,B,P){!_.active||E||(y.scrollBody.useBaseFriction().useDuration(B===!0?0:_.duration),y.scrollTo.index(Q,P||0))}function _e(Q){const B=y.index.add(1).get();$e(B,Q,-1)}function ne(Q){const B=y.index.add(-1).get();$e(B,Q,1)}function Oe(){return y.index.add(1).get()!==q()}function ge(){return y.index.add(-1).get()!==q()}function ve(){return y.scrollSnapList}function te(){return y.scrollProgress.get(y.location.get())}function q(){return y.index.get()}function X(){return y.indexPrevious.get()}function ae(){return y.slidesInView.get()}function se(){return y.slidesInView.get(!1)}function ce(){return S}function we(){return y}function le(){return e}function ye(){return O}function Ie(){return w}const be={canScrollNext:Oe,canScrollPrev:ge,containerNode:ye,internalEngine:we,destroy:K,off:g,on:f,emit:h,plugins:ce,previousScrollSnap:X,reInit:p,rootNode:le,scrollNext:_e,scrollPrev:ne,scrollProgress:te,scrollSnapList:ve,scrollTo:$e,selectedScrollSnap:q,slideNodes:Ie,slidesInView:ae,slidesNotInView:se};return M(t,n),setTimeout(()=>d.emit("init"),0),be}mn.globalOptions=void 0;function Gr(e={},t=[]){const n=s.ref(s.isRef(e)?e.value:e),r=s.ref(s.isRef(t)?t.value:t),a=s.ref(),o=s.ref();function i(){o.value&&o.value.reInit(n.value,r.value)}return s.onMounted(()=>{!p3()||!a.value||(mn.globalOptions=Gr.globalOptions,o.value=mn(a.value,n.value,r.value))}),s.onBeforeUnmount(()=>{o.value&&o.value.destroy()}),s.isRef(e)&&s.watch(e,l=>{xr(n.value,l)||(n.value=l,i())}),s.isRef(t)&&s.watch(t,l=>{h3(r.value,l)||(r.value=l,i())}),[a,o]}Gr.globalOptions=void 0;const z3={active:!0,breakpoints:{},delay:4e3,jump:!1,playOnInit:!0,stopOnFocusIn:!0,stopOnInteraction:!0,stopOnMouseEnter:!1,stopOnLastSnap:!1,rootNode:null};function Hr(e={}){let t,n,r,a=!1,o=!0,i=!1,l=0,d=0;function c(b,S){n=b;const{mergeOptions:O,optionsAtMedia:w}=S,C=O(z3,Hr.globalOptions),I=O(C,e);if(t=w(I),n.scrollSnapList().length<=1)return;i=t.jump,r=!1;const{eventStore:M,ownerDocument:U}=n.internalEngine(),x=n.rootNode(),K=t.rootNode&&t.rootNode(x)||x,$e=n.containerNode();n.on("pointerDown",f),t.stopOnInteraction||n.on("pointerUp",u),t.stopOnMouseEnter&&(M.add(K,"mouseenter",()=>{o=!1,f()}),t.stopOnInteraction||M.add(K,"mouseleave",()=>{o=!0,u()})),t.stopOnFocusIn&&(M.add($e,"focusin",f),t.stopOnInteraction||M.add($e,"focusout",u)),M.add(U,"visibilitychange",g),t.playOnInit&&n.on("init",u).on("reInit",u)}function m(){n.off("init",u).off("reInit",u).off("pointerDown",f).off("pointerUp",u),f(),cancelAnimationFrame(l),l=0,r=!0,a=!1}function u(){if(r||!o)return;a||n.emit("autoplay:play");const{ownerWindow:b}=n.internalEngine();b.clearInterval(d),d=b.setInterval(T,t.delay),a=!0}function f(){if(r)return;a&&n.emit("autoplay:stop");const{ownerWindow:b}=n.internalEngine();b.clearInterval(d),d=0,a=!1}function g(){const{ownerDocument:b}=n.internalEngine();if(b.visibilityState==="hidden")return o=a,f();o&&u()}function h(b){typeof b<"u"&&(i=b),o=!0,u()}function p(){a&&f()}function E(){a&&h()}function y(){return a}function T(){l=requestAnimationFrame(()=>{const{index:b}=n.internalEngine(),S=b.clone().add(1).get(),O=n.scrollSnapList().length-1;t.stopOnLastSnap&&S===O&&f(),n.canScrollNext()?n.scrollNext(i):n.scrollTo(0,i)})}return{name:"autoplay",options:e,init:c,destroy:m,play:h,stop:p,reset:E,isPlaying:y}}Hr.globalOptions=void 0;const Y3={class:"embla__container"},bi={__name:"Slider",props:{store:Object,options:Object,text:Object,user:Object},setup(e){const t=e;yr();const n=s.ref([]),r=s.ref(!0),a=s.ref(0),o={delay:2e3,jump:!1,stopOnInteraction:!1,stopOnMouseEnter:!1,stopOnFocusIn:!0,stopOnLastSnap:!1,rootNode:c=>c.parentElement},[i,l]=Gr({loop:!0},[Hr(o)]),d=c=>a.value=l.value.selectedScrollSnap();return s.onMounted(async()=>{n.value=await t.store.read(t.options),r.value=!1,d(),l.value.on("reInit",d),l.value.on("select",d)}),(c,m)=>(s.openBlock(),s.createElementBlock("div",{class:"embla",ref_key:"emblaNode",ref:i},[s.createElementVNode("div",Y3,[(s.openBlock(!0),s.createElementBlock(s.Fragment,null,s.renderList(n.value,(u,f,g)=>(s.openBlock(),s.createElementBlock("div",{class:"embla__slide pd-nano",key:f},[s.createVNode(s.Transition,{name:"fade",mode:"out-in",appear:""},{default:s.withCtx(()=>[s.renderSlot(c.$slots,"default",{item:u,user:e.user})]),_:2},1024)]))),128))])],512))}},q3=Object.freeze(Object.defineProperty({__proto__:null,default:bi},Symbol.toStringTag,{value:"Module"})),X3={class:"pd-small error-wrapper"},J3={class:"flex-nowrap flex radius-small pd-small t-white bg-fourth"},Z3={class:"w-100"},Q3=s.createElementVNode("br",null,null,-1),Ei={__name:"Status",props:{status:String,message:String,show:Boolean,data:Object},setup(e){return(t,n)=>(s.openBlock(),s.createElementBlock("div",X3,[s.createElementVNode("div",J3,[s.createElementVNode("p",Z3,[s.createTextVNode(s.toDisplayString(e.data.message)+" ",1),Q3]),s.createVNode(Ir,{onClick:n[0]||(n[0]=r=>t.closePopup()),class:"cursor-pointer hover-scale-1 i-regular z-index-5"})])]))}},eh=Object.freeze(Object.defineProperty({__proto__:null,default:Ei},Symbol.toStringTag,{value:"Module"})),th={install:e=>{e.component("Address",()=>Promise.resolve().then(()=>Ai)),e.component("Button",()=>Promise.resolve().then(()=>Ui)),e.component("Checkbox",()=>Promise.resolve().then(()=>Ki)),e.component("Dropdown",()=>Promise.resolve().then(()=>Xi)),e.component("Error",()=>Promise.resolve().then(()=>Qi)),e.component("Field",()=>Promise.resolve().then(()=>il)),e.component("FieldPhone",()=>Promise.resolve().then(()=>Nc)),e.component("LocationMarker",()=>Promise.resolve().then(()=>xc)),e.component("Map",()=>Promise.resolve().then(()=>Vc)),e.component("Popup",()=>Promise.resolve().then(()=>N0)),e.component("Radio",()=>Promise.resolve().then(()=>P0)),e.component("Select",()=>Promise.resolve().then(()=>x0)),e.component("SelectMulti",()=>Promise.resolve().then(()=>d1)),e.component("Spoiler",()=>Promise.resolve().then(()=>u1)),e.component("Tab",()=>Promise.resolve().then(()=>p1)),e.component("Tooltip",()=>Promise.resolve().then(()=>$1)),e.component("Text",()=>Promise.resolve().then(()=>_1)),e.component("Upload",()=>Promise.resolve().then(()=>V2)),e.component("UploadImage",()=>Promise.resolve().then(()=>W2)),e.component("UploadImageMultiple",()=>Promise.resolve().then(()=>nm)),e.component("Breadcrumbs",()=>Promise.resolve().then(()=>um)),e.component("Chips",()=>Promise.resolve().then(()=>$m)),e.component("Countdown",()=>Promise.resolve().then(()=>Am)),e.component("DatePicker",()=>Promise.resolve().then(()=>Fm)),e.component("EmptyState",()=>Promise.resolve().then(()=>Bm)),e.component("Feed",()=>Promise.resolve().then(()=>Jm)),e.component("FieldBig",()=>Promise.resolve().then(()=>ep)),e.component("FieldTags",()=>Promise.resolve().then(()=>wp)),e.component("Loader",()=>Promise.resolve().then(()=>Pc)),e.component("Magnifier",()=>Promise.resolve().then(()=>Pp)),e.component("Shader",()=>Promise.resolve().then(()=>Dp)),e.component("Sidebar",()=>Promise.resolve().then(()=>f3)),e.component("Slider",()=>Promise.resolve().then(()=>q3)),e.component("Status",()=>Promise.resolve().then(()=>eh))}};exports.Address=Sa;exports.Checkbox=pr;exports.Chips=ai;exports.Dropdown=Ca;exports.Field=hn;exports.FieldPhone=Ra;exports.FieldTags=ui;exports.Loader=_n;exports.LocationMarker=Ma;exports.Magnifier=fi;exports.Map=xa;exports.Select=Ns;exports.SelectMulti=Ts;exports.Shader=mi;exports.Tooltip=ks;exports.Upload=Zs;exports.WebPlugin=Mr;exports._sfc_main=Ta;exports._sfc_main$1=wa;exports._sfc_main$10=si;exports._sfc_main$11=ii;exports._sfc_main$12=Rr;exports._sfc_main$13=li;exports._sfc_main$14=di;exports._sfc_main$15=$i;exports._sfc_main$16=bi;exports._sfc_main$17=Ei;exports._sfc_main$2=Es;exports._sfc_main$3=Os;exports._sfc_main$4=Cs;exports._sfc_main$5=ws;exports._sfc_main$6=Is;exports._sfc_main$7=Qs;exports._sfc_main$8=ei;exports._sfc_main$9=oi;exports.main=th;