@ozdao/martyrs 0.2.551 → 0.2.552

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1669) hide show
  1. package/dist/__vite-browser-external-l0sNRNKZ.js +1 -0
  2. package/dist/_virtual/__vite-browser-external.js +2 -0
  3. package/dist/_virtual/__vite-browser-external.js.map +1 -0
  4. package/dist/builder.js +86 -4
  5. package/dist/{main-BkG7nL3U.js → main-Bywjlw2D.js} +1891 -1861
  6. package/dist/martyrs/src/components/Button/Button.vue2.js +1 -1
  7. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js +4 -2
  8. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -1
  9. package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
  10. package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
  11. package/dist/martyrs/src/components/FieldPhone/click-outside.js +3 -1
  12. package/dist/martyrs/src/components/FieldPhone/click-outside.js.map +1 -1
  13. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js +1 -1
  14. package/dist/martyrs/src/components/FieldTags/{FieldTags.vue2.js → FieldTags.vue.js} +2 -2
  15. package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js.map +1 -0
  16. package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
  17. package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
  18. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js +1 -1
  19. package/dist/martyrs/src/components/Media/Media.vue.js +19 -6
  20. package/dist/martyrs/src/components/Media/Media.vue.js.map +1 -1
  21. package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue2.js → SelectMulti.vue.js} +2 -2
  22. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +1 -0
  23. package/dist/martyrs/src/components/UploadImage/{UploadImage.vue2.js → UploadImage.vue.js} +3 -3
  24. package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -0
  25. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +4 -3
  26. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
  27. package/dist/martyrs/src/modules/auth/auth.client.js +13 -1
  28. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  29. package/dist/martyrs/src/modules/auth/auth.router.js +4 -12
  30. package/dist/martyrs/src/modules/auth/auth.router.js.map +1 -1
  31. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
  32. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
  33. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +12 -10
  34. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
  35. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  36. package/dist/martyrs/src/modules/auth/views/store/auth.js +17 -10
  37. package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
  38. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +1 -1
  39. package/dist/martyrs/src/modules/chats/store/chat.store.js +9 -9
  40. package/dist/martyrs/src/modules/chats/store/chat.store.js.map +1 -1
  41. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
  42. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +10 -9
  43. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
  44. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
  45. package/dist/martyrs/src/modules/core/core.client.js +29 -30
  46. package/dist/martyrs/src/modules/core/core.client.js.map +1 -1
  47. package/dist/martyrs/src/modules/core/views/classes/core.app.js +62 -22
  48. package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
  49. package/dist/martyrs/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +1 -1
  50. package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js.map +1 -0
  51. package/dist/martyrs/src/modules/core/views/classes/{module-registry.js → module.manager.js} +47 -8
  52. package/dist/martyrs/src/modules/core/views/classes/module.manager.js.map +1 -0
  53. package/dist/martyrs/src/modules/core/views/classes/{session.js → session.manager.js} +3 -3
  54. package/dist/martyrs/src/modules/core/views/classes/session.manager.js.map +1 -0
  55. package/dist/martyrs/src/modules/core/views/classes/{core.store.js → store.manager.js} +3 -3
  56. package/dist/martyrs/src/modules/core/views/classes/store.manager.js.map +1 -0
  57. package/dist/martyrs/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +5 -4
  58. package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -0
  59. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +1 -1
  60. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +4 -3
  61. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
  62. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
  63. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +3 -2
  64. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js.map +1 -1
  65. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +34 -25
  66. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
  67. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +10 -9
  68. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js.map +1 -1
  69. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js +6 -5
  70. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +10 -9
  72. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
  73. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js +7 -6
  74. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js.map +1 -1
  75. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +28 -9
  76. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
  77. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -6
  78. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js.map +1 -1
  79. package/dist/martyrs/src/modules/core/views/mixins/mixins.js +7 -6
  80. package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
  81. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  82. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js.map +1 -1
  83. package/dist/martyrs/src/modules/core/views/store/core.store.js +157 -140
  84. package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
  85. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +51 -5
  86. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
  87. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +3 -3
  88. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
  89. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +1 -1
  90. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
  91. package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
  92. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  93. package/dist/martyrs/src/modules/gallery/store/gallery.js +2 -2
  94. package/dist/martyrs/src/modules/gallery/store/gallery.js.map +1 -1
  95. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +6 -5
  96. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
  97. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js +2 -2
  98. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js.map +1 -1
  99. package/dist/martyrs/src/modules/landing/landing.client.js +1 -1
  100. package/dist/martyrs/src/modules/landing/landing.client.js.map +1 -1
  101. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +4 -3
  102. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js.map +1 -1
  103. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js +9 -8
  104. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js.map +1 -1
  105. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +1 -1
  106. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +1 -1
  107. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
  108. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +7 -6
  109. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
  110. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +8 -7
  111. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
  112. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +7 -6
  113. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
  114. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +7 -6
  115. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
  116. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
  117. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +4 -3
  118. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
  119. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +5 -4
  120. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
  121. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +1 -1
  122. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
  123. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
  124. package/dist/martyrs/src/modules/music/music.client.js +4 -4
  125. package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
  126. package/dist/martyrs/src/modules/music/music.router.js +2 -4
  127. package/dist/martyrs/src/modules/music/music.router.js.map +1 -1
  128. package/dist/martyrs/src/modules/music/store/albums.js +2 -2
  129. package/dist/martyrs/src/modules/music/store/albums.js.map +1 -1
  130. package/dist/martyrs/src/modules/music/store/artists.js +2 -2
  131. package/dist/martyrs/src/modules/music/store/artists.js.map +1 -1
  132. package/dist/martyrs/src/modules/music/store/genres.js +2 -2
  133. package/dist/martyrs/src/modules/music/store/genres.js.map +1 -1
  134. package/dist/martyrs/src/modules/music/store/player.js +11 -11
  135. package/dist/martyrs/src/modules/music/store/player.js.map +1 -1
  136. package/dist/martyrs/src/modules/music/store/playlists.js +2 -2
  137. package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -1
  138. package/dist/martyrs/src/modules/music/store/tracks.js +2 -2
  139. package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -1
  140. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +7 -7
  141. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
  142. package/dist/martyrs/src/modules/notifications/notifications.client.js +17 -8
  143. package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
  144. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +5 -4
  145. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
  146. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
  147. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +20 -18
  148. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
  149. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +36 -35
  150. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
  151. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +3 -2
  152. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
  153. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +8 -7
  154. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
  155. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +6 -5
  156. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
  157. package/dist/martyrs/src/modules/orders/orders.client.js +1 -1
  158. package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
  159. package/dist/martyrs/src/modules/orders/store/applications.js +2 -2
  160. package/dist/martyrs/src/modules/orders/store/applications.js.map +1 -1
  161. package/dist/martyrs/src/modules/orders/store/customers.store.js +2 -2
  162. package/dist/martyrs/src/modules/orders/store/customers.store.js.map +1 -1
  163. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -34
  164. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
  165. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  166. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
  167. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +5 -4
  168. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
  169. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +8 -7
  170. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
  171. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -33
  172. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
  173. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +10 -38
  174. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
  175. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +8 -31
  176. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
  177. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  178. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  179. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  180. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  181. package/dist/martyrs/src/modules/organizations/organizations.client.js +12 -0
  182. package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
  183. package/dist/martyrs/src/modules/organizations/store/departments.store.js +2 -2
  184. package/dist/martyrs/src/modules/organizations/store/departments.store.js.map +1 -1
  185. package/dist/martyrs/src/modules/organizations/store/invites.store.js +2 -2
  186. package/dist/martyrs/src/modules/organizations/store/invites.store.js.map +1 -1
  187. package/dist/martyrs/src/modules/organizations/store/memberships.store.js +2 -2
  188. package/dist/martyrs/src/modules/organizations/store/memberships.store.js.map +1 -1
  189. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  190. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +1 -1
  191. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
  192. package/dist/martyrs/src/modules/products/components/elements/{THC.vue2.js → THC.vue.js} +2 -2
  193. package/dist/martyrs/src/modules/products/components/elements/THC.vue.js.map +1 -0
  194. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +13 -12
  195. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
  196. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +7 -6
  197. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
  198. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +1 -1
  199. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
  200. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +3 -2
  201. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
  202. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.js +1 -1
  203. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +9 -8
  204. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
  205. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +7 -6
  206. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js.map +1 -1
  207. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +7 -6
  208. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js.map +1 -1
  209. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.js +1 -1
  210. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -7
  211. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js.map +1 -1
  212. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  213. package/dist/martyrs/src/modules/products/store/variants.store.js +2 -2
  214. package/dist/martyrs/src/modules/products/store/variants.store.js.map +1 -1
  215. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +8 -7
  216. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
  217. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +16 -15
  218. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js.map +1 -1
  219. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
  220. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +10 -9
  221. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
  222. package/dist/martyrs.css +1 -1
  223. package/dist/martyrs.es.js +1 -1
  224. package/dist/style.css +70 -41
  225. package/dist/{web-DvmEV7zh.js → web-i9sCtYxS.js} +1 -1
  226. package/package.json +1 -1
  227. package/src/builder/modes/ssr.prod.js +57 -3
  228. package/src/builder/modes/ssr.rspack.dev.js +63 -7
  229. package/src/builder/rspack/rspack.config.ssr.client.js +18 -5
  230. package/src/components/Dropdown/Dropdown.vue +4 -2
  231. package/src/components/FieldPhone/click-outside.js +3 -1
  232. package/src/components/Media/Media.vue +84 -56
  233. package/src/components/UploadImageMultiple/UploadImageMultiple.vue +2 -1
  234. package/src/modules/auth/auth.client.js +19 -1
  235. package/src/modules/auth/auth.router.js +5 -11
  236. package/src/modules/auth/views/components/pages/ProfileEdit.old.vue +3 -1
  237. package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +5 -3
  238. package/src/modules/auth/views/store/auth.js +22 -13
  239. package/src/modules/chats/store/chat.store.js +10 -10
  240. package/src/modules/community/components/pages/Posts.vue +2 -1
  241. package/src/modules/core/TASK.MD +3 -1
  242. package/src/modules/core/core.client.js +15 -10
  243. package/src/modules/core/views/classes/core.app.js +94 -82
  244. package/src/modules/core/views/classes/{module-registry.js → module.manager.js} +70 -13
  245. package/src/modules/core/views/classes/{session.js → session.manager.js} +2 -2
  246. package/src/modules/core/views/classes/{core.store.js → store.manager.js} +2 -2
  247. package/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +4 -3
  248. package/src/modules/core/views/components/blocks/HelpCard.vue +4 -2
  249. package/src/modules/core/views/components/layouts/App.vue +6 -4
  250. package/src/modules/core/views/components/layouts/Client.vue +52 -35
  251. package/src/modules/core/views/components/partials/Header.vue +9 -7
  252. package/src/modules/core/views/components/partials/LocationSelection.vue +7 -5
  253. package/src/modules/core/views/components/partials/Navigation.vue +5 -4
  254. package/src/modules/core/views/components/partials/NavigationBar.vue +5 -3
  255. package/src/modules/core/views/components/partials/Sidebar.vue +56 -9
  256. package/src/modules/core/views/mixins/mixins.js +3 -2
  257. package/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  258. package/src/modules/core/views/store/core.store.js +218 -186
  259. package/src/modules/core/views/utils/vue-app-renderer.js +78 -8
  260. package/src/modules/gallery/store/gallery.js +2 -2
  261. package/src/modules/governance/views/components/pages/VotingCreate.vue +2 -2
  262. package/src/modules/inventory/components/pages/InventoryEdit.vue +3 -2
  263. package/src/modules/inventory/store/stock.alerts.store.js +2 -2
  264. package/src/modules/landing/landing.client.js +1 -1
  265. package/src/modules/marketplace/views/components/layouts/Marketplace.vue +2 -1
  266. package/src/modules/marketplace/views/components/pages/Catalog.vue +2 -1
  267. package/src/modules/music/components/cards/TrackListCard.vue +1 -1
  268. package/src/modules/music/components/forms/AlbumForm.vue +8 -6
  269. package/src/modules/music/components/forms/ArtistForm.vue +8 -6
  270. package/src/modules/music/components/forms/PlaylistForm.vue +8 -6
  271. package/src/modules/music/components/forms/TrackForm.vue +8 -6
  272. package/src/modules/music/components/pages/Artist.vue +5 -3
  273. package/src/modules/music/components/pages/Playlist.vue +6 -4
  274. package/src/modules/music/music.client.js +4 -4
  275. package/src/modules/music/music.router.js +4 -1
  276. package/src/modules/music/store/albums.js +2 -2
  277. package/src/modules/music/store/artists.js +2 -2
  278. package/src/modules/music/store/genres.js +2 -2
  279. package/src/modules/music/store/player.js +11 -11
  280. package/src/modules/music/store/playlists.js +2 -2
  281. package/src/modules/music/store/tracks.js +2 -2
  282. package/src/modules/notifications/components/layouts/NotificationsLayout.vue +7 -7
  283. package/src/modules/notifications/notifications.client.js +22 -8
  284. package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +6 -4
  285. package/src/modules/orders/components/pages/OrderBackoffice.vue +21 -19
  286. package/src/modules/orders/components/pages/OrderCreate.vue +13 -12
  287. package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +6 -4
  288. package/src/modules/orders/components/partials/ShopCart.vue +8 -7
  289. package/src/modules/orders/components/sections/FormDelivery.vue +8 -6
  290. package/src/modules/orders/orders.client.js +1 -1
  291. package/src/modules/orders/store/applications.js +2 -2
  292. package/src/modules/orders/store/customers.store.js +2 -2
  293. package/src/modules/organizations/CLAUDE.md +4 -4
  294. package/src/modules/organizations/components/blocks/CardOrganization.vue +2 -2
  295. package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +7 -5
  296. package/src/modules/organizations/components/forms/DepartmentForm.vue +7 -5
  297. package/src/modules/organizations/components/pages/Members.vue +4 -2
  298. package/src/modules/organizations/components/pages/Organization.vue +4 -2
  299. package/src/modules/organizations/organizations.client.js +18 -0
  300. package/src/modules/organizations/store/departments.store.js +2 -2
  301. package/src/modules/organizations/store/invites.store.js +2 -2
  302. package/src/modules/organizations/store/memberships.store.js +2 -2
  303. package/src/modules/pages/views/store/pages.store.js +2 -2
  304. package/src/modules/products/components/pages/Categories.vue +6 -5
  305. package/src/modules/products/components/pages/CategoryEdit.vue +6 -5
  306. package/src/modules/products/components/pages/Product.vue +1 -1
  307. package/src/modules/products/components/pages/ProductEdit.vue +2 -1
  308. package/src/modules/products/components/pages/Products.vue +8 -7
  309. package/src/modules/products/components/sections/EditIngredients.vue +7 -6
  310. package/src/modules/products/components/sections/EditRecommended.vue +4 -3
  311. package/src/modules/products/components/sections/ProductsPopular.vue +2 -2
  312. package/src/modules/products/components/sections/ProductsRecommended.vue +1 -7
  313. package/src/modules/products/products.router.js +0 -1
  314. package/src/modules/products/store/variants.store.js +2 -2
  315. package/src/modules/spots/components/layouts/Spots.vue +6 -4
  316. package/src/modules/spots/components/pages/Map.vue +9 -7
  317. package/src/modules/spots/components/pages/Spots.vue +6 -4
  318. package/dist/_virtual/_commonjsHelpers.cjs +0 -9
  319. package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
  320. package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -11
  321. package/dist/_virtual/_plugin-vue_export-helper.cjs.map +0 -1
  322. package/dist/_virtual/alignment-pattern.cjs +0 -5
  323. package/dist/_virtual/alignment-pattern.cjs.map +0 -1
  324. package/dist/_virtual/browser.cjs +0 -8
  325. package/dist/_virtual/browser.cjs.map +0 -1
  326. package/dist/_virtual/browser2.cjs +0 -5
  327. package/dist/_virtual/browser2.cjs.map +0 -1
  328. package/dist/_virtual/canvas.cjs +0 -5
  329. package/dist/_virtual/canvas.cjs.map +0 -1
  330. package/dist/_virtual/dayjs.min.cjs +0 -8
  331. package/dist/_virtual/dayjs.min.cjs.map +0 -1
  332. package/dist/_virtual/dayjs.min2.cjs +0 -5
  333. package/dist/_virtual/dayjs.min2.cjs.map +0 -1
  334. package/dist/_virtual/dijkstra.cjs +0 -5
  335. package/dist/_virtual/dijkstra.cjs.map +0 -1
  336. package/dist/_virtual/error-correction-code.cjs +0 -5
  337. package/dist/_virtual/error-correction-code.cjs.map +0 -1
  338. package/dist/_virtual/error-correction-level.cjs +0 -5
  339. package/dist/_virtual/error-correction-level.cjs.map +0 -1
  340. package/dist/_virtual/finder-pattern.cjs +0 -5
  341. package/dist/_virtual/finder-pattern.cjs.map +0 -1
  342. package/dist/_virtual/format-info.cjs +0 -5
  343. package/dist/_virtual/format-info.cjs.map +0 -1
  344. package/dist/_virtual/galois-field.cjs +0 -5
  345. package/dist/_virtual/galois-field.cjs.map +0 -1
  346. package/dist/_virtual/index.cjs +0 -8
  347. package/dist/_virtual/index.cjs.map +0 -1
  348. package/dist/_virtual/index2.cjs +0 -5
  349. package/dist/_virtual/index2.cjs.map +0 -1
  350. package/dist/_virtual/mask-pattern.cjs +0 -5
  351. package/dist/_virtual/mask-pattern.cjs.map +0 -1
  352. package/dist/_virtual/mode.cjs +0 -5
  353. package/dist/_virtual/mode.cjs.map +0 -1
  354. package/dist/_virtual/polynomial.cjs +0 -5
  355. package/dist/_virtual/polynomial.cjs.map +0 -1
  356. package/dist/_virtual/qrcode.cjs +0 -5
  357. package/dist/_virtual/qrcode.cjs.map +0 -1
  358. package/dist/_virtual/regex.cjs +0 -5
  359. package/dist/_virtual/regex.cjs.map +0 -1
  360. package/dist/_virtual/segments.cjs +0 -5
  361. package/dist/_virtual/segments.cjs.map +0 -1
  362. package/dist/_virtual/svg-tag.cjs +0 -5
  363. package/dist/_virtual/svg-tag.cjs.map +0 -1
  364. package/dist/_virtual/utils.cjs +0 -5
  365. package/dist/_virtual/utils.cjs.map +0 -1
  366. package/dist/_virtual/utils2.cjs +0 -5
  367. package/dist/_virtual/utils2.cjs.map +0 -1
  368. package/dist/_virtual/version-check.cjs +0 -5
  369. package/dist/_virtual/version-check.cjs.map +0 -1
  370. package/dist/_virtual/version.cjs +0 -5
  371. package/dist/_virtual/version.cjs.map +0 -1
  372. package/dist/_virtual/weekOfYear.cjs +0 -8
  373. package/dist/_virtual/weekOfYear.cjs.map +0 -1
  374. package/dist/_virtual/weekOfYear2.cjs +0 -5
  375. package/dist/_virtual/weekOfYear2.cjs.map +0 -1
  376. package/dist/abac-gNSxNkX1.cjs +0 -1029
  377. package/dist/addUserStatusFields-7-66sf45.cjs +0 -86
  378. package/dist/auth.server.cjs +0 -529
  379. package/dist/authJwt-BIZ2GIfT.cjs +0 -75
  380. package/dist/builder.cjs +0 -1142
  381. package/dist/chats.server.cjs +0 -323
  382. package/dist/common.schema-BtXLULba.cjs +0 -12
  383. package/dist/community.server.cjs +0 -840
  384. package/dist/core.abac-DqDvtkHR.cjs +0 -297
  385. package/dist/core.logger-BuW7JHMY.cjs +0 -165
  386. package/dist/core.server.cjs +0 -135
  387. package/dist/core.verifier-Bi-XLEi9.cjs +0 -651
  388. package/dist/core.websocket-Cm72lPCs.cjs +0 -374
  389. package/dist/credentials.schema-DVXaFnXl.cjs +0 -9
  390. package/dist/crud-CQ3ICbm7.cjs +0 -1176
  391. package/dist/engagement.schema-DHw4iY_W.cjs +0 -23
  392. package/dist/events.server.cjs +0 -1410
  393. package/dist/files.server.cjs +0 -292
  394. package/dist/gallery.server.cjs +0 -270
  395. package/dist/index-BFxqqmgh.cjs +0 -186
  396. package/dist/inventory.server.cjs +0 -1069
  397. package/dist/mailing-DCvDBHVh.cjs +0 -75
  398. package/dist/main-CXqpC28l.cjs +0 -11
  399. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  400. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  401. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/index.cjs +0 -8
  402. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/index.cjs.map +0 -1
  403. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/web.cjs +0 -73
  404. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/web.cjs.map +0 -1
  405. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +0 -1336
  406. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs.map +0 -1
  407. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs +0 -131
  408. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs.map +0 -1
  409. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +0 -209
  410. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs.map +0 -1
  411. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs +0 -22
  412. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs.map +0 -1
  413. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs +0 -166
  414. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs.map +0 -1
  415. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +0 -14
  416. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs.map +0 -1
  417. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +0 -8
  418. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs.map +0 -1
  419. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +0 -27
  420. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs.map +0 -1
  421. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +0 -30
  422. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs.map +0 -1
  423. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +0 -24
  424. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs.map +0 -1
  425. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +0 -55
  426. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs.map +0 -1
  427. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +0 -27
  428. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs.map +0 -1
  429. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +0 -38
  430. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs.map +0 -1
  431. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +0 -43
  432. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs.map +0 -1
  433. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +0 -46
  434. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs.map +0 -1
  435. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +0 -49
  436. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs.map +0 -1
  437. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +0 -30
  438. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs.map +0 -1
  439. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +0 -19
  440. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs.map +0 -1
  441. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +0 -52
  442. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs.map +0 -1
  443. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +0 -16
  444. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs.map +0 -1
  445. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +0 -76
  446. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs.map +0 -1
  447. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +0 -23
  448. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs.map +0 -1
  449. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs +0 -8
  450. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs.map +0 -1
  451. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +0 -25
  452. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs.map +0 -1
  453. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +0 -8
  454. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs.map +0 -1
  455. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +0 -80
  456. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs.map +0 -1
  457. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +0 -26
  458. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs.map +0 -1
  459. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs +0 -55
  460. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs.map +0 -1
  461. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs +0 -17
  462. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs.map +0 -1
  463. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs +0 -539
  464. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs.map +0 -1
  465. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +0 -117
  466. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs.map +0 -1
  467. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs +0 -178
  468. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs.map +0 -1
  469. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +0 -51
  470. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs.map +0 -1
  471. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +0 -10
  472. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs.map +0 -1
  473. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +0 -39
  474. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs.map +0 -1
  475. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +0 -51
  476. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs.map +0 -1
  477. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +0 -22
  478. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs.map +0 -1
  479. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs +0 -5
  480. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs.map +0 -1
  481. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +0 -9
  482. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs.map +0 -1
  483. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +0 -10
  484. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs.map +0 -1
  485. package/dist/martyrs/src/components/Address/Address.vue.cjs +0 -113
  486. package/dist/martyrs/src/components/Address/Address.vue.cjs.map +0 -1
  487. package/dist/martyrs/src/components/Block/Block.vue.cjs +0 -83
  488. package/dist/martyrs/src/components/Block/Block.vue.cjs.map +0 -1
  489. package/dist/martyrs/src/components/Button/Button.vue2.cjs +0 -158
  490. package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
  491. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs +0 -571
  492. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs.map +0 -1
  493. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs +0 -98
  494. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs.map +0 -1
  495. package/dist/martyrs/src/components/Chips/Chips.vue.cjs +0 -28
  496. package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
  497. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs +0 -96
  498. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs.map +0 -1
  499. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs +0 -103
  500. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs.map +0 -1
  501. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs +0 -106
  502. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs.map +0 -1
  503. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs +0 -72
  504. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs.map +0 -1
  505. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs +0 -95
  506. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs.map +0 -1
  507. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs +0 -41
  508. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs.map +0 -1
  509. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs +0 -99
  510. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs.map +0 -1
  511. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +0 -430
  512. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +0 -1
  513. package/dist/martyrs/src/components/Field/Field.vue.cjs +0 -161
  514. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +0 -1
  515. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs +0 -202
  516. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs.map +0 -1
  517. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs +0 -183
  518. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs.map +0 -1
  519. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs +0 -597
  520. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs.map +0 -1
  521. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs +0 -257
  522. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs.map +0 -1
  523. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs +0 -25
  524. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs.map +0 -1
  525. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs +0 -94
  526. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs.map +0 -1
  527. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs +0 -235
  528. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs.map +0 -1
  529. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.js.map +0 -1
  530. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs +0 -61
  531. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs.map +0 -1
  532. package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
  533. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs +0 -166
  534. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs.map +0 -1
  535. package/dist/martyrs/src/components/Map/Map.vue.cjs +0 -62
  536. package/dist/martyrs/src/components/Map/Map.vue.cjs.map +0 -1
  537. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs +0 -240
  538. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs.map +0 -1
  539. package/dist/martyrs/src/components/Media/Media.vue.cjs +0 -168
  540. package/dist/martyrs/src/components/Media/Media.vue.cjs.map +0 -1
  541. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs +0 -17
  542. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +0 -1
  543. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs +0 -66
  544. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs.map +0 -1
  545. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs +0 -240
  546. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs.map +0 -1
  547. package/dist/martyrs/src/components/Popup/Popup.vue.cjs +0 -107
  548. package/dist/martyrs/src/components/Popup/Popup.vue.cjs.map +0 -1
  549. package/dist/martyrs/src/components/Radio/Radio.vue.cjs +0 -55
  550. package/dist/martyrs/src/components/Radio/Radio.vue.cjs.map +0 -1
  551. package/dist/martyrs/src/components/Select/Select.vue.cjs +0 -134
  552. package/dist/martyrs/src/components/Select/Select.vue.cjs.map +0 -1
  553. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs +0 -625
  554. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs.map +0 -1
  555. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +0 -1
  556. package/dist/martyrs/src/components/Shader/Shader.vue.cjs +0 -2
  557. package/dist/martyrs/src/components/Shader/Shader.vue.cjs.map +0 -1
  558. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs +0 -97
  559. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs.map +0 -1
  560. package/dist/martyrs/src/components/Slider/Slider.vue.cjs +0 -168
  561. package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +0 -1
  562. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs +0 -73
  563. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs.map +0 -1
  564. package/dist/martyrs/src/components/Status/Snack.vue.cjs +0 -60
  565. package/dist/martyrs/src/components/Status/Snack.vue.cjs.map +0 -1
  566. package/dist/martyrs/src/components/Status/Status.vue.cjs +0 -46
  567. package/dist/martyrs/src/components/Status/Status.vue.cjs.map +0 -1
  568. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs +0 -74
  569. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs.map +0 -1
  570. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs +0 -25
  571. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs.map +0 -1
  572. package/dist/martyrs/src/components/Table/Table.vue.cjs +0 -67
  573. package/dist/martyrs/src/components/Table/Table.vue.cjs.map +0 -1
  574. package/dist/martyrs/src/components/Text/Text.vue.cjs +0 -40
  575. package/dist/martyrs/src/components/Text/Text.vue.cjs.map +0 -1
  576. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs +0 -54
  577. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs.map +0 -1
  578. package/dist/martyrs/src/components/Tree/Tree.vue.cjs +0 -78
  579. package/dist/martyrs/src/components/Tree/Tree.vue.cjs.map +0 -1
  580. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs +0 -122
  581. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs.map +0 -1
  582. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs +0 -219
  583. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs.map +0 -1
  584. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.js.map +0 -1
  585. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +0 -142
  586. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs.map +0 -1
  587. package/dist/martyrs/src/modules/auth/auth.client.cjs +0 -67
  588. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +0 -1
  589. package/dist/martyrs/src/modules/auth/auth.router.cjs +0 -350
  590. package/dist/martyrs/src/modules/auth/auth.router.cjs.map +0 -1
  591. package/dist/martyrs/src/modules/auth/locales/en.cjs +0 -79
  592. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +0 -1
  593. package/dist/martyrs/src/modules/auth/locales/index.cjs +0 -10
  594. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +0 -1
  595. package/dist/martyrs/src/modules/auth/locales/ru.cjs +0 -81
  596. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +0 -1
  597. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs +0 -95
  598. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs.map +0 -1
  599. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs +0 -44
  600. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs.map +0 -1
  601. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -41
  602. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +0 -1
  603. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +0 -166
  604. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +0 -1
  605. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +0 -118
  606. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +0 -1
  607. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +0 -89
  608. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs.map +0 -1
  609. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +0 -284
  610. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs.map +0 -1
  611. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs +0 -85
  612. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs.map +0 -1
  613. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +0 -74
  614. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs.map +0 -1
  615. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +0 -73
  616. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs.map +0 -1
  617. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +0 -116
  618. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs.map +0 -1
  619. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs +0 -42
  620. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs.map +0 -1
  621. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +0 -145
  622. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +0 -1
  623. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +0 -210
  624. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +0 -1
  625. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +0 -154
  626. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +0 -1
  627. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs +0 -186
  628. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs.map +0 -1
  629. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs +0 -114
  630. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs.map +0 -1
  631. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +0 -360
  632. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs.map +0 -1
  633. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +0 -47
  634. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +0 -1
  635. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs +0 -78
  636. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs.map +0 -1
  637. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs +0 -55
  638. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs.map +0 -1
  639. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs +0 -17
  640. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs.map +0 -1
  641. package/dist/martyrs/src/modules/auth/views/store/auth.cjs +0 -255
  642. package/dist/martyrs/src/modules/auth/views/store/auth.cjs.map +0 -1
  643. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs +0 -40
  644. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs.map +0 -1
  645. package/dist/martyrs/src/modules/auth/views/store/users.cjs +0 -97
  646. package/dist/martyrs/src/modules/auth/views/store/users.cjs.map +0 -1
  647. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs +0 -62
  648. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs.map +0 -1
  649. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs +0 -36
  650. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs.map +0 -1
  651. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs +0 -81
  652. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs.map +0 -1
  653. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs +0 -145
  654. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs.map +0 -1
  655. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs +0 -150
  656. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs.map +0 -1
  657. package/dist/martyrs/src/modules/chats/chats.client.cjs +0 -31
  658. package/dist/martyrs/src/modules/chats/chats.client.cjs.map +0 -1
  659. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs +0 -49
  660. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs.map +0 -1
  661. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs +0 -42
  662. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs.map +0 -1
  663. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs +0 -176
  664. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs.map +0 -1
  665. package/dist/martyrs/src/modules/chats/store/chat.store.cjs +0 -175
  666. package/dist/martyrs/src/modules/chats/store/chat.store.cjs.map +0 -1
  667. package/dist/martyrs/src/modules/community/community.client.cjs +0 -64
  668. package/dist/martyrs/src/modules/community/community.client.cjs.map +0 -1
  669. package/dist/martyrs/src/modules/community/community.router.cjs +0 -124
  670. package/dist/martyrs/src/modules/community/community.router.cjs.map +0 -1
  671. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs +0 -59
  672. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs.map +0 -1
  673. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +0 -124
  674. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs.map +0 -1
  675. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +0 -92
  676. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs.map +0 -1
  677. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +0 -250
  678. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs.map +0 -1
  679. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs +0 -83
  680. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs.map +0 -1
  681. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +0 -145
  682. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs.map +0 -1
  683. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +0 -300
  684. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs.map +0 -1
  685. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs +0 -113
  686. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs.map +0 -1
  687. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs +0 -157
  688. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs.map +0 -1
  689. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs +0 -204
  690. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs.map +0 -1
  691. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs +0 -72
  692. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs.map +0 -1
  693. package/dist/martyrs/src/modules/community/store/blogposts.cjs +0 -171
  694. package/dist/martyrs/src/modules/community/store/blogposts.cjs.map +0 -1
  695. package/dist/martyrs/src/modules/community/store/reactions.cjs +0 -95
  696. package/dist/martyrs/src/modules/community/store/reactions.cjs.map +0 -1
  697. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs +0 -63
  698. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs.map +0 -1
  699. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs +0 -79
  700. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs.map +0 -1
  701. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs +0 -82
  702. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs.map +0 -1
  703. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs +0 -39
  704. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs.map +0 -1
  705. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs +0 -90
  706. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs.map +0 -1
  707. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs +0 -317
  708. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs.map +0 -1
  709. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs +0 -63
  710. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs.map +0 -1
  711. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +0 -43
  712. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs.map +0 -1
  713. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs +0 -201
  714. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs.map +0 -1
  715. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs +0 -64
  716. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs.map +0 -1
  717. package/dist/martyrs/src/modules/core/core.client.cjs +0 -113
  718. package/dist/martyrs/src/modules/core/core.client.cjs.map +0 -1
  719. package/dist/martyrs/src/modules/core/locales/en.cjs +0 -32
  720. package/dist/martyrs/src/modules/core/locales/en.cjs.map +0 -1
  721. package/dist/martyrs/src/modules/core/locales/ru.cjs +0 -24
  722. package/dist/martyrs/src/modules/core/locales/ru.cjs.map +0 -1
  723. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs +0 -208
  724. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs.map +0 -1
  725. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs +0 -71
  726. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs.map +0 -1
  727. package/dist/martyrs/src/modules/core/views/classes/core.i18n.js.map +0 -1
  728. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs +0 -153
  729. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs.map +0 -1
  730. package/dist/martyrs/src/modules/core/views/classes/core.store.js.map +0 -1
  731. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs +0 -298
  732. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs.map +0 -1
  733. package/dist/martyrs/src/modules/core/views/classes/core.websocket.js.map +0 -1
  734. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs +0 -165
  735. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs.map +0 -1
  736. package/dist/martyrs/src/modules/core/views/classes/module-registry.js.map +0 -1
  737. package/dist/martyrs/src/modules/core/views/classes/session.cjs +0 -50
  738. package/dist/martyrs/src/modules/core/views/classes/session.cjs.map +0 -1
  739. package/dist/martyrs/src/modules/core/views/classes/session.js.map +0 -1
  740. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs +0 -43
  741. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs.map +0 -1
  742. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs +0 -308
  743. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs.map +0 -1
  744. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs +0 -59
  745. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs.map +0 -1
  746. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs +0 -84
  747. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs.map +0 -1
  748. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs +0 -76
  749. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs.map +0 -1
  750. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs +0 -197
  751. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs.map +0 -1
  752. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs +0 -38
  753. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs.map +0 -1
  754. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs +0 -84
  755. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs.map +0 -1
  756. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs +0 -184
  757. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs.map +0 -1
  758. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs +0 -54
  759. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs.map +0 -1
  760. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs +0 -36
  761. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs.map +0 -1
  762. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs +0 -64
  763. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs.map +0 -1
  764. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs +0 -106
  765. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs.map +0 -1
  766. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs +0 -341
  767. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs.map +0 -1
  768. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs +0 -17
  769. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs.map +0 -1
  770. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs +0 -12
  771. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs.map +0 -1
  772. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs +0 -12
  773. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs.map +0 -1
  774. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs +0 -116
  775. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs.map +0 -1
  776. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs +0 -100
  777. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs.map +0 -1
  778. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs +0 -243
  779. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs.map +0 -1
  780. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs +0 -179
  781. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs.map +0 -1
  782. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs +0 -106
  783. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs.map +0 -1
  784. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs +0 -250
  785. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs.map +0 -1
  786. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs +0 -158
  787. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs.map +0 -1
  788. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs +0 -105
  789. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs.map +0 -1
  790. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs +0 -385
  791. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs.map +0 -1
  792. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs +0 -61
  793. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs.map +0 -1
  794. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs +0 -307
  795. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs.map +0 -1
  796. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs +0 -14
  797. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs.map +0 -1
  798. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs +0 -262
  799. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs.map +0 -1
  800. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs +0 -56
  801. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs.map +0 -1
  802. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs +0 -83
  803. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs.map +0 -1
  804. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs +0 -70
  805. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs.map +0 -1
  806. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs +0 -106
  807. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs.map +0 -1
  808. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs +0 -33
  809. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs.map +0 -1
  810. package/dist/martyrs/src/modules/core/views/store/core.store.cjs +0 -285
  811. package/dist/martyrs/src/modules/core/views/store/core.store.cjs.map +0 -1
  812. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs +0 -17
  813. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs.map +0 -1
  814. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs +0 -26
  815. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs.map +0 -1
  816. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs +0 -100
  817. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs.map +0 -1
  818. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs +0 -118
  819. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs.map +0 -1
  820. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +0 -133
  821. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs.map +0 -1
  822. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs +0 -80
  823. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs.map +0 -1
  824. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +0 -174
  825. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs.map +0 -1
  826. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +0 -85
  827. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs.map +0 -1
  828. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs +0 -36
  829. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs.map +0 -1
  830. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +0 -422
  831. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +0 -1
  832. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +0 -405
  833. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs.map +0 -1
  834. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +0 -187
  835. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs.map +0 -1
  836. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +0 -195
  837. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs.map +0 -1
  838. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs +0 -141
  839. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs.map +0 -1
  840. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs +0 -98
  841. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs.map +0 -1
  842. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs +0 -281
  843. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs.map +0 -1
  844. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs +0 -85
  845. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs.map +0 -1
  846. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs +0 -45
  847. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs.map +0 -1
  848. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs +0 -168
  849. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs.map +0 -1
  850. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs +0 -91
  851. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs.map +0 -1
  852. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs +0 -108
  853. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs.map +0 -1
  854. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs +0 -190
  855. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs.map +0 -1
  856. package/dist/martyrs/src/modules/events/events.client.cjs +0 -61
  857. package/dist/martyrs/src/modules/events/events.client.cjs.map +0 -1
  858. package/dist/martyrs/src/modules/events/router/events.router.cjs +0 -369
  859. package/dist/martyrs/src/modules/events/router/events.router.cjs.map +0 -1
  860. package/dist/martyrs/src/modules/events/store/events.cjs +0 -147
  861. package/dist/martyrs/src/modules/events/store/events.cjs.map +0 -1
  862. package/dist/martyrs/src/modules/events/store/tickets.cjs +0 -117
  863. package/dist/martyrs/src/modules/events/store/tickets.cjs.map +0 -1
  864. package/dist/martyrs/src/modules/files/files.client.cjs +0 -2
  865. package/dist/martyrs/src/modules/files/files.client.cjs.map +0 -1
  866. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +0 -122
  867. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs.map +0 -1
  868. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +0 -277
  869. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs.map +0 -1
  870. package/dist/martyrs/src/modules/gallery/gallery.client.cjs +0 -33
  871. package/dist/martyrs/src/modules/gallery/gallery.client.cjs.map +0 -1
  872. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs +0 -129
  873. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs.map +0 -1
  874. package/dist/martyrs/src/modules/gallery/store/gallery.cjs +0 -6
  875. package/dist/martyrs/src/modules/gallery/store/gallery.cjs.map +0 -1
  876. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs +0 -39
  877. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs.map +0 -1
  878. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs +0 -32
  879. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs.map +0 -1
  880. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs +0 -33
  881. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs.map +0 -1
  882. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +0 -49
  883. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +0 -1
  884. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs +0 -240
  885. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs.map +0 -1
  886. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs +0 -40
  887. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs.map +0 -1
  888. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs +0 -36
  889. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs.map +0 -1
  890. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs +0 -38
  891. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs.map +0 -1
  892. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs +0 -36
  893. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs.map +0 -1
  894. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs +0 -34
  895. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs.map +0 -1
  896. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs +0 -32
  897. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs.map +0 -1
  898. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs +0 -57
  899. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs.map +0 -1
  900. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs +0 -62
  901. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs.map +0 -1
  902. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs +0 -32
  903. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs.map +0 -1
  904. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs +0 -32
  905. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs.map +0 -1
  906. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs +0 -35
  907. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs.map +0 -1
  908. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs +0 -33
  909. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs.map +0 -1
  910. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs +0 -55
  911. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs.map +0 -1
  912. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs +0 -45
  913. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs.map +0 -1
  914. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs +0 -32
  915. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs.map +0 -1
  916. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs +0 -36
  917. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs.map +0 -1
  918. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs +0 -45
  919. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs.map +0 -1
  920. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs +0 -35
  921. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs.map +0 -1
  922. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs +0 -35
  923. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs.map +0 -1
  924. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs +0 -32
  925. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs.map +0 -1
  926. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs +0 -33
  927. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs.map +0 -1
  928. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs +0 -55
  929. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs.map +0 -1
  930. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs +0 -34
  931. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs.map +0 -1
  932. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs +0 -32
  933. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs.map +0 -1
  934. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs +0 -33
  935. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs.map +0 -1
  936. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs +0 -33
  937. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs.map +0 -1
  938. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs +0 -33
  939. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs.map +0 -1
  940. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs +0 -29
  941. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs.map +0 -1
  942. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs +0 -53
  943. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs.map +0 -1
  944. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs +0 -40
  945. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs.map +0 -1
  946. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs +0 -45
  947. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs.map +0 -1
  948. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs +0 -24
  949. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs.map +0 -1
  950. package/dist/martyrs/src/modules/icons/icons.client.cjs +0 -202
  951. package/dist/martyrs/src/modules/icons/icons.client.cjs.map +0 -1
  952. package/dist/martyrs/src/modules/icons/icons.router.cjs +0 -31
  953. package/dist/martyrs/src/modules/icons/icons.router.cjs.map +0 -1
  954. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs +0 -20
  955. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs.map +0 -1
  956. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs +0 -20
  957. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs.map +0 -1
  958. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs +0 -26
  959. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs.map +0 -1
  960. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs +0 -35
  961. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs.map +0 -1
  962. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs +0 -37
  963. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs.map +0 -1
  964. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs +0 -35
  965. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs.map +0 -1
  966. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs +0 -37
  967. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs.map +0 -1
  968. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs +0 -34
  969. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs.map +0 -1
  970. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs +0 -34
  971. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs.map +0 -1
  972. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs +0 -31
  973. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs.map +0 -1
  974. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs +0 -31
  975. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs.map +0 -1
  976. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs +0 -32
  977. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs.map +0 -1
  978. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs +0 -45
  979. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs.map +0 -1
  980. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs +0 -37
  981. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs.map +0 -1
  982. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs +0 -37
  983. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs.map +0 -1
  984. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs +0 -51
  985. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs.map +0 -1
  986. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs +0 -36
  987. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs.map +0 -1
  988. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +0 -34
  989. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +0 -1
  990. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs +0 -44
  991. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs.map +0 -1
  992. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs +0 -47
  993. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs.map +0 -1
  994. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs +0 -34
  995. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs.map +0 -1
  996. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs +0 -37
  997. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs.map +0 -1
  998. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs +0 -32
  999. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs.map +0 -1
  1000. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs +0 -32
  1001. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs.map +0 -1
  1002. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs +0 -35
  1003. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs.map +0 -1
  1004. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs +0 -32
  1005. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs.map +0 -1
  1006. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs +0 -47
  1007. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs.map +0 -1
  1008. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs +0 -31
  1009. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs.map +0 -1
  1010. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs +0 -32
  1011. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs.map +0 -1
  1012. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs +0 -67
  1013. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs.map +0 -1
  1014. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs +0 -32
  1015. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs.map +0 -1
  1016. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs +0 -39
  1017. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs.map +0 -1
  1018. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs +0 -37
  1019. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs.map +0 -1
  1020. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +0 -330
  1021. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +0 -1
  1022. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs +0 -31
  1023. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs.map +0 -1
  1024. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs +0 -23
  1025. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs.map +0 -1
  1026. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs +0 -31
  1027. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs.map +0 -1
  1028. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +0 -31
  1029. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs.map +0 -1
  1030. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +0 -18
  1031. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs.map +0 -1
  1032. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +0 -19
  1033. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs.map +0 -1
  1034. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +0 -18
  1035. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs.map +0 -1
  1036. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +0 -18
  1037. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs.map +0 -1
  1038. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs +0 -32
  1039. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs.map +0 -1
  1040. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs +0 -32
  1041. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs.map +0 -1
  1042. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs +0 -31
  1043. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs.map +0 -1
  1044. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs +0 -34
  1045. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs.map +0 -1
  1046. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs +0 -32
  1047. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs.map +0 -1
  1048. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs +0 -32
  1049. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs.map +0 -1
  1050. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs +0 -44
  1051. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs.map +0 -1
  1052. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs +0 -32
  1053. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs.map +0 -1
  1054. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs +0 -32
  1055. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs.map +0 -1
  1056. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs +0 -32
  1057. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs.map +0 -1
  1058. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs +0 -32
  1059. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs.map +0 -1
  1060. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +0 -225
  1061. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs.map +0 -1
  1062. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs +0 -88
  1063. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs.map +0 -1
  1064. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs +0 -162
  1065. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs.map +0 -1
  1066. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +0 -184
  1067. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs.map +0 -1
  1068. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs +0 -324
  1069. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs.map +0 -1
  1070. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +0 -382
  1071. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs.map +0 -1
  1072. package/dist/martyrs/src/modules/inventory/inventory.client.cjs +0 -55
  1073. package/dist/martyrs/src/modules/inventory/inventory.client.cjs.map +0 -1
  1074. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs +0 -36
  1075. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs.map +0 -1
  1076. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs +0 -112
  1077. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs.map +0 -1
  1078. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs +0 -6
  1079. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs.map +0 -1
  1080. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs +0 -15
  1081. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs.map +0 -1
  1082. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs +0 -120
  1083. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs.map +0 -1
  1084. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs +0 -136
  1085. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs.map +0 -1
  1086. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs +0 -47
  1087. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs.map +0 -1
  1088. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs +0 -103
  1089. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs.map +0 -1
  1090. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs +0 -70
  1091. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs.map +0 -1
  1092. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs +0 -85
  1093. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs.map +0 -1
  1094. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs +0 -89
  1095. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs.map +0 -1
  1096. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs +0 -111
  1097. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs.map +0 -1
  1098. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs +0 -54
  1099. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs.map +0 -1
  1100. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs +0 -98
  1101. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs.map +0 -1
  1102. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs +0 -48
  1103. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs.map +0 -1
  1104. package/dist/martyrs/src/modules/landing/landing.client.cjs +0 -30
  1105. package/dist/martyrs/src/modules/landing/landing.client.cjs.map +0 -1
  1106. package/dist/martyrs/src/modules/landing/locales/en.cjs +0 -12
  1107. package/dist/martyrs/src/modules/landing/locales/en.cjs.map +0 -1
  1108. package/dist/martyrs/src/modules/landing/locales/index.cjs +0 -10
  1109. package/dist/martyrs/src/modules/landing/locales/index.cjs.map +0 -1
  1110. package/dist/martyrs/src/modules/landing/locales/ru.cjs +0 -12
  1111. package/dist/martyrs/src/modules/landing/locales/ru.cjs.map +0 -1
  1112. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs +0 -41
  1113. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs.map +0 -1
  1114. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs +0 -63
  1115. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs.map +0 -1
  1116. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +0 -325
  1117. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs.map +0 -1
  1118. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs +0 -73
  1119. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs.map +0 -1
  1120. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs +0 -107
  1121. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs.map +0 -1
  1122. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs +0 -54
  1123. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs.map +0 -1
  1124. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +0 -94
  1125. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +0 -1
  1126. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +0 -84
  1127. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +0 -1
  1128. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs +0 -95
  1129. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs.map +0 -1
  1130. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +0 -100
  1131. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +0 -1
  1132. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs +0 -178
  1133. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs.map +0 -1
  1134. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +0 -437
  1135. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs.map +0 -1
  1136. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +0 -415
  1137. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs.map +0 -1
  1138. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +0 -434
  1139. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +0 -1
  1140. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +0 -98
  1141. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +0 -1
  1142. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +0 -566
  1143. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs.map +0 -1
  1144. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs +0 -21
  1145. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs.map +0 -1
  1146. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs +0 -498
  1147. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs.map +0 -1
  1148. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs +0 -14
  1149. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs.map +0 -1
  1150. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs +0 -23
  1151. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs.map +0 -1
  1152. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs +0 -440
  1153. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs.map +0 -1
  1154. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs +0 -14
  1155. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs.map +0 -1
  1156. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs +0 -23
  1157. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs.map +0 -1
  1158. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +0 -218
  1159. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +0 -1
  1160. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +0 -251
  1161. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +0 -1
  1162. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs +0 -658
  1163. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs.map +0 -1
  1164. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs +0 -14
  1165. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs.map +0 -1
  1166. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs +0 -23
  1167. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs.map +0 -1
  1168. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +0 -335
  1169. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +0 -1
  1170. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs +0 -502
  1171. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs.map +0 -1
  1172. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs +0 -27
  1173. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs.map +0 -1
  1174. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs +0 -23
  1175. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs.map +0 -1
  1176. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +0 -212
  1177. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +0 -1
  1178. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +0 -89
  1179. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +0 -1
  1180. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +0 -77
  1181. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +0 -1
  1182. package/dist/martyrs/src/modules/music/music.client.cjs +0 -137
  1183. package/dist/martyrs/src/modules/music/music.client.cjs.map +0 -1
  1184. package/dist/martyrs/src/modules/music/music.router.cjs +0 -228
  1185. package/dist/martyrs/src/modules/music/music.router.cjs.map +0 -1
  1186. package/dist/martyrs/src/modules/music/store/albums.cjs +0 -167
  1187. package/dist/martyrs/src/modules/music/store/albums.cjs.map +0 -1
  1188. package/dist/martyrs/src/modules/music/store/artists.cjs +0 -162
  1189. package/dist/martyrs/src/modules/music/store/artists.cjs.map +0 -1
  1190. package/dist/martyrs/src/modules/music/store/genres.cjs +0 -123
  1191. package/dist/martyrs/src/modules/music/store/genres.cjs.map +0 -1
  1192. package/dist/martyrs/src/modules/music/store/player.cjs +0 -301
  1193. package/dist/martyrs/src/modules/music/store/player.cjs.map +0 -1
  1194. package/dist/martyrs/src/modules/music/store/playlists.cjs +0 -180
  1195. package/dist/martyrs/src/modules/music/store/playlists.cjs.map +0 -1
  1196. package/dist/martyrs/src/modules/music/store/search.cjs +0 -109
  1197. package/dist/martyrs/src/modules/music/store/search.cjs.map +0 -1
  1198. package/dist/martyrs/src/modules/music/store/tracks.cjs +0 -206
  1199. package/dist/martyrs/src/modules/music/store/tracks.cjs.map +0 -1
  1200. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs +0 -82
  1201. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs.map +0 -1
  1202. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +0 -142
  1203. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs.map +0 -1
  1204. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs +0 -64
  1205. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs.map +0 -1
  1206. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs +0 -36
  1207. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs.map +0 -1
  1208. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs +0 -168
  1209. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs.map +0 -1
  1210. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs +0 -143
  1211. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs.map +0 -1
  1212. package/dist/martyrs/src/modules/notifications/notifications.client.cjs +0 -388
  1213. package/dist/martyrs/src/modules/notifications/notifications.client.cjs.map +0 -1
  1214. package/dist/martyrs/src/modules/notifications/notifications.router.cjs +0 -46
  1215. package/dist/martyrs/src/modules/notifications/notifications.router.cjs.map +0 -1
  1216. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs +0 -310
  1217. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs.map +0 -1
  1218. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs +0 -86
  1219. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs.map +0 -1
  1220. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs +0 -103
  1221. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs.map +0 -1
  1222. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs +0 -154
  1223. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs.map +0 -1
  1224. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs +0 -112
  1225. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs.map +0 -1
  1226. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +0 -194
  1227. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map +0 -1
  1228. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs +0 -207
  1229. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs.map +0 -1
  1230. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs +0 -69
  1231. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs.map +0 -1
  1232. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs +0 -193
  1233. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs.map +0 -1
  1234. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs +0 -132
  1235. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs.map +0 -1
  1236. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +0 -138
  1237. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs.map +0 -1
  1238. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +0 -262
  1239. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs.map +0 -1
  1240. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs +0 -173
  1241. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs.map +0 -1
  1242. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs +0 -32
  1243. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs.map +0 -1
  1244. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs +0 -32
  1245. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs.map +0 -1
  1246. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs +0 -32
  1247. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs.map +0 -1
  1248. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs +0 -32
  1249. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs.map +0 -1
  1250. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs +0 -32
  1251. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs.map +0 -1
  1252. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs +0 -32
  1253. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs.map +0 -1
  1254. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs +0 -233
  1255. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs.map +0 -1
  1256. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs +0 -234
  1257. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs.map +0 -1
  1258. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +0 -407
  1259. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs.map +0 -1
  1260. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +0 -357
  1261. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs.map +0 -1
  1262. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +0 -394
  1263. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs.map +0 -1
  1264. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs +0 -155
  1265. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs.map +0 -1
  1266. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs +0 -136
  1267. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs.map +0 -1
  1268. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs +0 -119
  1269. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs.map +0 -1
  1270. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs +0 -27
  1271. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs.map +0 -1
  1272. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs +0 -139
  1273. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs.map +0 -1
  1274. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs +0 -17
  1275. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs.map +0 -1
  1276. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +0 -129
  1277. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +0 -1
  1278. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +0 -42
  1279. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs.map +0 -1
  1280. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs +0 -34
  1281. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs.map +0 -1
  1282. package/dist/martyrs/src/modules/orders/locales/en.cjs +0 -38
  1283. package/dist/martyrs/src/modules/orders/locales/en.cjs.map +0 -1
  1284. package/dist/martyrs/src/modules/orders/locales/index.cjs +0 -10
  1285. package/dist/martyrs/src/modules/orders/locales/index.cjs.map +0 -1
  1286. package/dist/martyrs/src/modules/orders/locales/ru.cjs +0 -38
  1287. package/dist/martyrs/src/modules/orders/locales/ru.cjs.map +0 -1
  1288. package/dist/martyrs/src/modules/orders/orders.client.cjs +0 -202
  1289. package/dist/martyrs/src/modules/orders/orders.client.cjs.map +0 -1
  1290. package/dist/martyrs/src/modules/orders/router/applications.router.cjs +0 -17
  1291. package/dist/martyrs/src/modules/orders/router/applications.router.cjs.map +0 -1
  1292. package/dist/martyrs/src/modules/orders/router/customers.router.cjs +0 -18
  1293. package/dist/martyrs/src/modules/orders/router/customers.router.cjs.map +0 -1
  1294. package/dist/martyrs/src/modules/orders/router/orders.router.cjs +0 -80
  1295. package/dist/martyrs/src/modules/orders/router/orders.router.cjs.map +0 -1
  1296. package/dist/martyrs/src/modules/orders/store/applications.cjs +0 -6
  1297. package/dist/martyrs/src/modules/orders/store/applications.cjs.map +0 -1
  1298. package/dist/martyrs/src/modules/orders/store/customers.store.cjs +0 -6
  1299. package/dist/martyrs/src/modules/orders/store/customers.store.cjs.map +0 -1
  1300. package/dist/martyrs/src/modules/orders/store/models/application.cjs +0 -20
  1301. package/dist/martyrs/src/modules/orders/store/models/application.cjs.map +0 -1
  1302. package/dist/martyrs/src/modules/orders/store/models/customer.cjs +0 -50
  1303. package/dist/martyrs/src/modules/orders/store/models/customer.cjs.map +0 -1
  1304. package/dist/martyrs/src/modules/orders/store/models/order.cjs +0 -30
  1305. package/dist/martyrs/src/modules/orders/store/models/order.cjs.map +0 -1
  1306. package/dist/martyrs/src/modules/orders/store/orders.cjs +0 -166
  1307. package/dist/martyrs/src/modules/orders/store/orders.cjs.map +0 -1
  1308. package/dist/martyrs/src/modules/orders/store/shopcart.cjs +0 -175
  1309. package/dist/martyrs/src/modules/orders/store/shopcart.cjs.map +0 -1
  1310. package/dist/martyrs/src/modules/orders/store/testimonials.cjs +0 -63
  1311. package/dist/martyrs/src/modules/orders/store/testimonials.cjs.map +0 -1
  1312. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +0 -80
  1313. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +0 -1
  1314. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +0 -157
  1315. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs.map +0 -1
  1316. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs +0 -72
  1317. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs.map +0 -1
  1318. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +0 -32
  1319. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs.map +0 -1
  1320. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs +0 -42
  1321. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs.map +0 -1
  1322. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs +0 -46
  1323. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs.map +0 -1
  1324. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs +0 -101
  1325. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs.map +0 -1
  1326. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs +0 -69
  1327. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs.map +0 -1
  1328. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +0 -101
  1329. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs.map +0 -1
  1330. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs +0 -195
  1331. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs.map +0 -1
  1332. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +0 -402
  1333. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs.map +0 -1
  1334. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +0 -86
  1335. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs.map +0 -1
  1336. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +0 -131
  1337. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs.map +0 -1
  1338. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +0 -376
  1339. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs.map +0 -1
  1340. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +0 -200
  1341. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs.map +0 -1
  1342. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +0 -200
  1343. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs.map +0 -1
  1344. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +0 -162
  1345. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs.map +0 -1
  1346. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs +0 -104
  1347. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs.map +0 -1
  1348. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +0 -119
  1349. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs.map +0 -1
  1350. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +0 -148
  1351. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs.map +0 -1
  1352. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +0 -78
  1353. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs.map +0 -1
  1354. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs +0 -52
  1355. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs.map +0 -1
  1356. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs +0 -2
  1357. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs.map +0 -1
  1358. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs +0 -171
  1359. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs.map +0 -1
  1360. package/dist/martyrs/src/modules/organizations/organizations.client.cjs +0 -79
  1361. package/dist/martyrs/src/modules/organizations/organizations.client.cjs.map +0 -1
  1362. package/dist/martyrs/src/modules/organizations/organizations.router.cjs +0 -145
  1363. package/dist/martyrs/src/modules/organizations/organizations.router.cjs.map +0 -1
  1364. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs +0 -6
  1365. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs.map +0 -1
  1366. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs +0 -6
  1367. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs.map +0 -1
  1368. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs +0 -20
  1369. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs.map +0 -1
  1370. package/dist/martyrs/src/modules/organizations/store/organizations.cjs +0 -131
  1371. package/dist/martyrs/src/modules/organizations/store/organizations.cjs.map +0 -1
  1372. package/dist/martyrs/src/modules/pages/pages.client.cjs +0 -34
  1373. package/dist/martyrs/src/modules/pages/pages.client.cjs.map +0 -1
  1374. package/dist/martyrs/src/modules/pages/pages.router.cjs +0 -101
  1375. package/dist/martyrs/src/modules/pages/pages.router.cjs.map +0 -1
  1376. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +0 -105
  1377. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs.map +0 -1
  1378. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs +0 -159
  1379. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs.map +0 -1
  1380. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +0 -113
  1381. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs.map +0 -1
  1382. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs +0 -57
  1383. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs.map +0 -1
  1384. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +0 -103
  1385. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs.map +0 -1
  1386. package/dist/martyrs/src/modules/pages/views/store/pages.cjs +0 -65
  1387. package/dist/martyrs/src/modules/pages/views/store/pages.cjs.map +0 -1
  1388. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs +0 -74
  1389. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs.map +0 -1
  1390. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs +0 -99
  1391. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs.map +0 -1
  1392. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs +0 -121
  1393. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs.map +0 -1
  1394. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +0 -129
  1395. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs.map +0 -1
  1396. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +0 -106
  1397. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs.map +0 -1
  1398. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs +0 -123
  1399. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs.map +0 -1
  1400. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs +0 -136
  1401. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs.map +0 -1
  1402. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs +0 -45
  1403. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs.map +0 -1
  1404. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs +0 -79
  1405. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs.map +0 -1
  1406. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs +0 -89
  1407. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs.map +0 -1
  1408. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.js.map +0 -1
  1409. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +0 -197
  1410. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs.map +0 -1
  1411. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +0 -272
  1412. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +0 -1
  1413. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +0 -251
  1414. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +0 -1
  1415. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +0 -438
  1416. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs.map +0 -1
  1417. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +0 -106
  1418. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs.map +0 -1
  1419. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +0 -454
  1420. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs.map +0 -1
  1421. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +0 -168
  1422. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs.map +0 -1
  1423. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +0 -318
  1424. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs.map +0 -1
  1425. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +0 -147
  1426. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs.map +0 -1
  1427. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +0 -129
  1428. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs.map +0 -1
  1429. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +0 -500
  1430. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs.map +0 -1
  1431. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs +0 -195
  1432. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs.map +0 -1
  1433. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs +0 -120
  1434. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs.map +0 -1
  1435. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +0 -142
  1436. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs.map +0 -1
  1437. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs +0 -49
  1438. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs.map +0 -1
  1439. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +0 -155
  1440. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs.map +0 -1
  1441. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +0 -240
  1442. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs.map +0 -1
  1443. package/dist/martyrs/src/modules/products/products.client.cjs +0 -86
  1444. package/dist/martyrs/src/modules/products/products.client.cjs.map +0 -1
  1445. package/dist/martyrs/src/modules/products/router/categories.router.cjs +0 -174
  1446. package/dist/martyrs/src/modules/products/router/categories.router.cjs.map +0 -1
  1447. package/dist/martyrs/src/modules/products/router/products.router.cjs +0 -340
  1448. package/dist/martyrs/src/modules/products/router/products.router.cjs.map +0 -1
  1449. package/dist/martyrs/src/modules/products/store/categories.cjs +0 -123
  1450. package/dist/martyrs/src/modules/products/store/categories.cjs.map +0 -1
  1451. package/dist/martyrs/src/modules/products/store/products.cjs +0 -229
  1452. package/dist/martyrs/src/modules/products/store/products.cjs.map +0 -1
  1453. package/dist/martyrs/src/modules/products/store/variants.store.cjs +0 -6
  1454. package/dist/martyrs/src/modules/products/store/variants.store.cjs.map +0 -1
  1455. package/dist/martyrs/src/modules/rents/rents.client.cjs +0 -45
  1456. package/dist/martyrs/src/modules/rents/rents.client.cjs.map +0 -1
  1457. package/dist/martyrs/src/modules/rents/rents.router.cjs +0 -110
  1458. package/dist/martyrs/src/modules/rents/rents.router.cjs.map +0 -1
  1459. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs +0 -55
  1460. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs.map +0 -1
  1461. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs +0 -25
  1462. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs.map +0 -1
  1463. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs +0 -44
  1464. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs.map +0 -1
  1465. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs +0 -403
  1466. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs.map +0 -1
  1467. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs +0 -52
  1468. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs.map +0 -1
  1469. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs +0 -164
  1470. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs.map +0 -1
  1471. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs +0 -156
  1472. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs.map +0 -1
  1473. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +0 -224
  1474. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs.map +0 -1
  1475. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs +0 -143
  1476. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs.map +0 -1
  1477. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs +0 -54
  1478. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs.map +0 -1
  1479. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +0 -104
  1480. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs.map +0 -1
  1481. package/dist/martyrs/src/modules/reports/reports.client.cjs +0 -29
  1482. package/dist/martyrs/src/modules/reports/reports.client.cjs.map +0 -1
  1483. package/dist/martyrs/src/modules/reports/reports.router.cjs +0 -34
  1484. package/dist/martyrs/src/modules/reports/reports.router.cjs.map +0 -1
  1485. package/dist/martyrs/src/modules/reports/store/reports.cjs +0 -103
  1486. package/dist/martyrs/src/modules/reports/store/reports.cjs.map +0 -1
  1487. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +0 -119
  1488. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs.map +0 -1
  1489. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +0 -85
  1490. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs.map +0 -1
  1491. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs +0 -32
  1492. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs.map +0 -1
  1493. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +0 -198
  1494. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs.map +0 -1
  1495. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +0 -531
  1496. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs.map +0 -1
  1497. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs +0 -157
  1498. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs.map +0 -1
  1499. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +0 -235
  1500. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs.map +0 -1
  1501. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs +0 -135
  1502. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs.map +0 -1
  1503. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +0 -803
  1504. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs.map +0 -1
  1505. package/dist/martyrs/src/modules/spots/router/spots.router.cjs +0 -263
  1506. package/dist/martyrs/src/modules/spots/router/spots.router.cjs.map +0 -1
  1507. package/dist/martyrs/src/modules/spots/spots.client.cjs +0 -43
  1508. package/dist/martyrs/src/modules/spots/spots.client.cjs.map +0 -1
  1509. package/dist/martyrs/src/modules/spots/store/spots.cjs +0 -80
  1510. package/dist/martyrs/src/modules/spots/store/spots.cjs.map +0 -1
  1511. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs +0 -43
  1512. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs.map +0 -1
  1513. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs +0 -47
  1514. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs.map +0 -1
  1515. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs +0 -29
  1516. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs.map +0 -1
  1517. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +0 -89
  1518. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs.map +0 -1
  1519. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs +0 -136
  1520. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs.map +0 -1
  1521. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs +0 -183
  1522. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs.map +0 -1
  1523. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +0 -238
  1524. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs.map +0 -1
  1525. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs +0 -9
  1526. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs.map +0 -1
  1527. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs +0 -134
  1528. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs.map +0 -1
  1529. package/dist/martyrs.cjs.js +0 -1
  1530. package/dist/metadata.schema-BGykn-_r.cjs +0 -267
  1531. package/dist/music.server.cjs +0 -2114
  1532. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.cjs +0 -83
  1533. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.cjs.map +0 -1
  1534. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.cjs +0 -45
  1535. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.cjs.map +0 -1
  1536. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.cjs +0 -139
  1537. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.cjs.map +0 -1
  1538. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  1539. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  1540. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/index.cjs +0 -8
  1541. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/index.cjs.map +0 -1
  1542. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/web.cjs +0 -146
  1543. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/web.cjs.map +0 -1
  1544. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/definitions.cjs +0 -16
  1545. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/definitions.cjs.map +0 -1
  1546. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/index.cjs +0 -15
  1547. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/index.cjs.map +0 -1
  1548. package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/push-notifications/dist/esm/index.cjs +0 -6
  1549. package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/push-notifications/dist/esm/index.cjs.map +0 -1
  1550. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs +0 -335
  1551. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs.map +0 -1
  1552. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs +0 -198
  1553. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs.map +0 -1
  1554. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs +0 -311
  1555. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs.map +0 -1
  1556. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs +0 -97
  1557. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs.map +0 -1
  1558. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.-sixQ7xP.cjs +0 -38
  1559. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.-sixQ7xP.cjs.map +0 -1
  1560. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.ziyDaVMR.cjs +0 -78
  1561. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.ziyDaVMR.cjs.map +0 -1
  1562. package/dist/node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.cjs +0 -755
  1563. package/dist/node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.cjs.map +0 -1
  1564. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs +0 -209
  1565. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs.map +0 -1
  1566. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.cjs +0 -8
  1567. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.cjs.map +0 -1
  1568. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.cjs +0 -13
  1569. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.cjs.map +0 -1
  1570. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs +0 -287
  1571. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs.map +0 -1
  1572. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs +0 -34
  1573. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs.map +0 -1
  1574. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs +0 -106
  1575. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs.map +0 -1
  1576. package/dist/node_modules/.pnpm/embla-carousel-reactive-utils@8.5.2_embla-carousel@8.5.2/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs +0 -43
  1577. package/dist/node_modules/.pnpm/embla-carousel-reactive-utils@8.5.2_embla-carousel@8.5.2/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.map +0 -1
  1578. package/dist/node_modules/.pnpm/embla-carousel-vue@8.5.2_vue@3.5.13_typescript@5.8.3_/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs +0 -43
  1579. package/dist/node_modules/.pnpm/embla-carousel-vue@8.5.2_vue@3.5.13_typescript@5.8.3_/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs.map +0 -1
  1580. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +0 -1631
  1581. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.map +0 -1
  1582. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs +0 -209
  1583. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs.map +0 -1
  1584. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs +0 -101
  1585. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs.map +0 -1
  1586. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs +0 -689
  1587. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs.map +0 -1
  1588. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs +0 -79
  1589. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs.map +0 -1
  1590. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs +0 -14
  1591. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs.map +0 -1
  1592. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs +0 -43
  1593. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs.map +0 -1
  1594. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs +0 -85
  1595. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs.map +0 -1
  1596. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs +0 -40
  1597. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs.map +0 -1
  1598. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs +0 -34
  1599. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs.map +0 -1
  1600. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs +0 -36
  1601. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs.map +0 -1
  1602. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs +0 -367
  1603. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs.map +0 -1
  1604. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs +0 -52
  1605. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs.map +0 -1
  1606. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs +0 -25
  1607. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs.map +0 -1
  1608. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs +0 -24
  1609. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs.map +0 -1
  1610. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs +0 -38
  1611. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs.map +0 -1
  1612. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs +0 -46
  1613. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs.map +0 -1
  1614. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs +0 -149
  1615. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs.map +0 -1
  1616. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs +0 -90
  1617. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs.map +0 -1
  1618. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs +0 -41
  1619. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs.map +0 -1
  1620. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs +0 -44
  1621. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs.map +0 -1
  1622. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs +0 -279
  1623. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs.map +0 -1
  1624. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs +0 -38
  1625. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs.map +0 -1
  1626. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs +0 -33
  1627. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs.map +0 -1
  1628. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs +0 -201
  1629. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs.map +0 -1
  1630. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +0 -84
  1631. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs.map +0 -1
  1632. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs +0 -14
  1633. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs.map +0 -1
  1634. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs +0 -107
  1635. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs.map +0 -1
  1636. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs +0 -61
  1637. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs.map +0 -1
  1638. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs +0 -64
  1639. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs.map +0 -1
  1640. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +0 -87
  1641. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs.map +0 -1
  1642. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs +0 -423
  1643. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs.map +0 -1
  1644. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs +0 -6
  1645. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs.map +0 -1
  1646. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs +0 -15
  1647. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs.map +0 -1
  1648. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs +0 -11
  1649. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs.map +0 -1
  1650. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs +0 -20
  1651. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs.map +0 -1
  1652. package/dist/node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs +0 -2484
  1653. package/dist/node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs.map +0 -1
  1654. package/dist/notifications.server.cjs +0 -822
  1655. package/dist/orders.server.cjs +0 -1284
  1656. package/dist/organizations.server.cjs +0 -1590
  1657. package/dist/ownership.schema-CRYdbemm.cjs +0 -42
  1658. package/dist/pages.server.cjs +0 -142
  1659. package/dist/products.server.cjs +0 -1677
  1660. package/dist/profile.schema-l0Dk4Ptu.cjs +0 -91
  1661. package/dist/queryProcessor-DJUTwCLN.cjs +0 -329
  1662. package/dist/rents.server.cjs +0 -509
  1663. package/dist/reports.server.cjs +0 -133
  1664. package/dist/socials.schema-CqEHax2w.cjs +0 -24
  1665. package/dist/spots.server.cjs +0 -331
  1666. package/dist/web-pd1gb6DR.cjs +0 -1
  1667. package/src/modules/music/router/library.router.js +0 -26
  1668. package/src/modules/music/router/music.router.js +0 -176
  1669. /package/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { inject, computed, ref, onMounted, onUnmounted, resolveComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, createVNode, createTextVNode } from "vue";
2
- import globalWebSocket from "../../../core/views/classes/core.websocket.js";
2
+ import { wsManager } from "../../../core/views/classes/ws.manager.js";
3
3
  const _hoisted_1 = { class: "notifications-layout" };
4
4
  const _hoisted_2 = { class: "" };
5
5
  const _hoisted_3 = {
@@ -11,24 +11,24 @@ const _sfc_main = {
11
11
  setup(__props) {
12
12
  const store = inject("store");
13
13
  const notificationManager = computed(() => store.notificationManager || null);
14
- const wsConnected = ref(globalWebSocket.isConnected);
14
+ const wsConnected = ref(wsManager.isConnected);
15
15
  const openListenerId = ref(null);
16
16
  const closeListenerId = ref(null);
17
17
  onMounted(() => {
18
- openListenerId.value = globalWebSocket.addEventListener("open", () => {
18
+ openListenerId.value = wsManager.addEventListener("open", () => {
19
19
  wsConnected.value = true;
20
20
  });
21
- closeListenerId.value = globalWebSocket.addEventListener("close", () => {
21
+ closeListenerId.value = wsManager.addEventListener("close", () => {
22
22
  wsConnected.value = false;
23
23
  });
24
- wsConnected.value = globalWebSocket.isConnected;
24
+ wsConnected.value = wsManager.isConnected;
25
25
  });
26
26
  onUnmounted(() => {
27
27
  if (openListenerId.value) {
28
- globalWebSocket.removeEventListener("open", openListenerId.value);
28
+ wsManager.removeEventListener("open", openListenerId.value);
29
29
  }
30
30
  if (closeListenerId.value) {
31
- globalWebSocket.removeEventListener("close", closeListenerId.value);
31
+ wsManager.removeEventListener("close", closeListenerId.value);
32
32
  }
33
33
  });
34
34
  const reconnect = () => {
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationsLayout.vue.js","sources":["../../../../../../../src/modules/notifications/components/layouts/NotificationsLayout.vue"],"sourcesContent":["<template>\n <div class=\"notifications-layout\">\n <div class=\"\">\n <router-view></router-view>\n </div>\n \n <div v-if=\"!wsConnected\" class=\"connection-status\">\n <div class=\"connection-warning\">\n <span class=\"warning-icon\">⚠️</span>\n <span class=\"warning-text\">\n Notification service disconnected. \n <button @click=\"reconnect\" class=\"reconnect-btn\">Reconnect</button>\n </span>\n </div>\n </div>\n </div>\n</template>\n\n<script setup>\nimport { computed, inject, ref, onMounted, onUnmounted } from 'vue';\nimport globalWebSocket from '@martyrs/src/modules/core/views/classes/core.websocket.js';\n\n// Get notification manager from store\nconst store = inject('store');\n\nconst notificationManager = computed(() => store.notificationManager || null);\n\n// Реактивное состояние WebSocket\nconst wsConnected = ref(globalWebSocket.isConnected);\n\n// ID слушателей для очистки\nconst openListenerId = ref(null);\nconst closeListenerId = ref(null);\n\nonMounted(() => {\n // Подписываемся на события WebSocket\n openListenerId.value = globalWebSocket.addEventListener('open', () => {\n wsConnected.value = true;\n });\n \n closeListenerId.value = globalWebSocket.addEventListener('close', () => {\n wsConnected.value = false;\n });\n \n // Устанавливаем начальное состояние\n wsConnected.value = globalWebSocket.isConnected;\n});\n\nonUnmounted(() => {\n // Очищаем слушатели\n if (openListenerId.value) {\n globalWebSocket.removeEventListener('open', openListenerId.value);\n }\n if (closeListenerId.value) {\n globalWebSocket.removeEventListener('close', closeListenerId.value);\n }\n});\n\n\n// Methods\nconst reconnect = () => {\n if (notificationManager.value) {\n notificationManager.value.initialize();\n }\n};\n</script>\n\n<style scoped>\n</style>"],"names":[],"mappings":";;;;;;;;;;;AAuBA,UAAM,QAAQ,OAAO,OAAO;AAE5B,UAAM,sBAAsB,SAAS,MAAM,MAAM,uBAAuB,IAAI;AAG5E,UAAM,cAAc,IAAI,gBAAgB,WAAW;AAGnD,UAAM,iBAAiB,IAAI,IAAI;AAC/B,UAAM,kBAAkB,IAAI,IAAI;AAEhC,cAAU,MAAM;AAEd,qBAAe,QAAQ,gBAAgB,iBAAiB,QAAQ,MAAM;AACpE,oBAAY,QAAQ;AAAA,MACtB,CAAC;AAED,sBAAgB,QAAQ,gBAAgB,iBAAiB,SAAS,MAAM;AACtE,oBAAY,QAAQ;AAAA,MACtB,CAAC;AAGD,kBAAY,QAAQ,gBAAgB;AAAA,IACtC,CAAC;AAED,gBAAY,MAAM;AAEhB,UAAI,eAAe,OAAO;AACxB,wBAAgB,oBAAoB,QAAQ,eAAe,KAAK;AAAA,MAClE;AACA,UAAI,gBAAgB,OAAO;AACzB,wBAAgB,oBAAoB,SAAS,gBAAgB,KAAK;AAAA,MACpE;AAAA,IACF,CAAC;AAID,UAAM,YAAY,MAAM;AACtB,UAAI,oBAAoB,OAAO;AAC7B,4BAAoB,MAAM,WAAU;AAAA,MACtC;AAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NotificationsLayout.vue.js","sources":["../../../../../../../src/modules/notifications/components/layouts/NotificationsLayout.vue"],"sourcesContent":["<template>\n <div class=\"notifications-layout\">\n <div class=\"\">\n <router-view></router-view>\n </div>\n \n <div v-if=\"!wsConnected\" class=\"connection-status\">\n <div class=\"connection-warning\">\n <span class=\"warning-icon\">⚠️</span>\n <span class=\"warning-text\">\n Notification service disconnected. \n <button @click=\"reconnect\" class=\"reconnect-btn\">Reconnect</button>\n </span>\n </div>\n </div>\n </div>\n</template>\n\n<script setup>\nimport { computed, inject, ref, onMounted, onUnmounted } from 'vue';\nimport wsManager from '@martyrs/src/modules/core/views/classes/ws.manager.js';\n\n// Get notification manager from store\nconst store = inject('store');\n\nconst notificationManager = computed(() => store.notificationManager || null);\n\n// Реактивное состояние WebSocket\nconst wsConnected = ref(wsManager.isConnected);\n\n// ID слушателей для очистки\nconst openListenerId = ref(null);\nconst closeListenerId = ref(null);\n\nonMounted(() => {\n // Подписываемся на события WebSocket\n openListenerId.value = wsManager.addEventListener('open', () => {\n wsConnected.value = true;\n });\n \n closeListenerId.value = wsManager.addEventListener('close', () => {\n wsConnected.value = false;\n });\n \n // Устанавливаем начальное состояние\n wsConnected.value = wsManager.isConnected;\n});\n\nonUnmounted(() => {\n // Очищаем слушатели\n if (openListenerId.value) {\n wsManager.removeEventListener('open', openListenerId.value);\n }\n if (closeListenerId.value) {\n wsManager.removeEventListener('close', closeListenerId.value);\n }\n});\n\n\n// Methods\nconst reconnect = () => {\n if (notificationManager.value) {\n notificationManager.value.initialize();\n }\n};\n</script>\n\n<style scoped>\n</style>"],"names":[],"mappings":";;;;;;;;;;;AAuBA,UAAM,QAAQ,OAAO,OAAO;AAE5B,UAAM,sBAAsB,SAAS,MAAM,MAAM,uBAAuB,IAAI;AAG5E,UAAM,cAAc,IAAI,UAAU,WAAW;AAG7C,UAAM,iBAAiB,IAAI,IAAI;AAC/B,UAAM,kBAAkB,IAAI,IAAI;AAEhC,cAAU,MAAM;AAEd,qBAAe,QAAQ,UAAU,iBAAiB,QAAQ,MAAM;AAC9D,oBAAY,QAAQ;AAAA,MACtB,CAAC;AAED,sBAAgB,QAAQ,UAAU,iBAAiB,SAAS,MAAM;AAChE,oBAAY,QAAQ;AAAA,MACtB,CAAC;AAGD,kBAAY,QAAQ,UAAU;AAAA,IAChC,CAAC;AAED,gBAAY,MAAM;AAEhB,UAAI,eAAe,OAAO;AACxB,kBAAU,oBAAoB,QAAQ,eAAe,KAAK;AAAA,MAC5D;AACA,UAAI,gBAAgB,OAAO;AACzB,kBAAU,oBAAoB,SAAS,gBAAgB,KAAK;AAAA,MAC9D;AAAA,IACF,CAAC;AAID,UAAM,YAAY,MAAM;AACtB,UAAI,oBAAoB,OAAO;AAC7B,4BAAoB,MAAM,WAAU;AAAA,MACtC;AAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2,7 +2,7 @@ import { watch, toRefs } from "vue";
2
2
  import addRoutes from "../core/views/router/addRoutes.js";
3
3
  import { getRoutes } from "./notifications.router.js";
4
4
  import * as notifications_store from "./store/notifications.store.js";
5
- import globalWebSocket from "../core/views/classes/core.websocket.js";
5
+ import { wsManager } from "../core/views/classes/ws.manager.js";
6
6
  import { Preferences } from "../../../node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/index.js";
7
7
  import _sfc_main from "./components/layouts/NotificationsLayout.vue.js";
8
8
  import NotificationPreferences from "./components/sections/NotificationPreferences.vue.js";
@@ -10,6 +10,11 @@ import NotificationsList from "./components/sections/NotificationsList.vue.js";
10
10
  import _sfc_main$1 from "./components/pages/Notifications.vue.js";
11
11
  import NotificationItem from "./components/blocks/NotificationItem.vue.js";
12
12
  import NotificationBadge from "./components/elements/NotificationBadge.vue.js";
13
+ performance.mark("loading-37-start");
14
+ console.log("[LOADING 37] Notifications module import started...");
15
+ performance.mark("loading-37-imports-end");
16
+ const importsTime = performance.measure("loading-37-imports", "loading-37-start", "loading-37-imports-end");
17
+ console.log(`[LOADING 37] All imports completed in ${importsTime.duration.toFixed(2)}ms`);
13
18
  class CapacitorPushHandler {
14
19
  constructor(store) {
15
20
  this.store = store;
@@ -251,15 +256,15 @@ class NotificationManager {
251
256
  const userId = this.store.core.state.session.userId;
252
257
  if (userId) {
253
258
  console.log("Connecting to websockets via notifications");
254
- globalWebSocket.initialize({
259
+ wsManager.initialize({
255
260
  wsUrl: process.env.WSS_URL,
256
261
  maxReconnectAttempts: 10,
257
262
  reconnectDelay: 2e3
258
263
  });
259
- await globalWebSocket.connect(userId);
260
- globalWebSocket.removeModuleListeners("notification");
261
- await globalWebSocket.subscribeModule("notification");
262
- globalWebSocket.addEventListener(
264
+ await wsManager.connect(userId);
265
+ wsManager.removeModuleListeners("notification");
266
+ await wsManager.subscribeModule("notification");
267
+ wsManager.addEventListener(
263
268
  "notification",
264
269
  (data) => {
265
270
  this.store.notifications.actions.addLocalNotification(data.data);
@@ -278,7 +283,7 @@ class NotificationManager {
278
283
  }
279
284
  disconnect() {
280
285
  if (this.isServer) return;
281
- globalWebSocket.removeModuleListeners("notification");
286
+ wsManager.removeModuleListeners("notification");
282
287
  this.pushHandler.removeListeners();
283
288
  this.initialized = false;
284
289
  }
@@ -307,7 +312,7 @@ function initializeNotifications(app, store, router, options = {}) {
307
312
  });
308
313
  store.addStore("notifications", notifications_store);
309
314
  if (options.wsUrl) {
310
- globalWebSocket.initialize({ wsUrl: process.env.WSS_URL });
315
+ wsManager.initialize({ wsUrl: process.env.WSS_URL });
311
316
  }
312
317
  const notificationManager = new NotificationManager(store, {
313
318
  enablePush: options.enablePush !== false,
@@ -375,6 +380,10 @@ const ModuleNotifications = {
375
380
  }
376
381
  }
377
382
  };
383
+ performance.mark("loading-37-end");
384
+ performance.measure("loading-37-total", "loading-37-start", "loading-37-end");
385
+ const totalTime = performance.getEntriesByName("loading-37-total")[0];
386
+ console.log(`[LOADING 37] Notifications module fully imported in ${totalTime?.duration?.toFixed(2)}ms`);
378
387
  export {
379
388
  NotificationBadge,
380
389
  NotificationItem,
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.client.js","sources":["../../../../../src/modules/notifications/notifications.client.js"],"sourcesContent":["import { toRefs, watch } from 'vue';\n// Router import\nimport addRoutes from '@martyrs/src/modules/core/views/router/addRoutes.js';\nimport { getRoutes } from './notifications.router.js';\n// Store\nimport * as storeNotifications from './store/notifications.store.js';\n// Global WebSocket import\nimport globalWebSocket from '@martyrs/src/modules/core/views/classes/core.websocket.js';\n// Capacitor Preferences\nimport { Preferences } from '@capacitor/preferences';\n// Layouts\nimport NotificationsLayout from './components/layouts/NotificationsLayout.vue';\n// Sections\nimport NotificationPreferences from './components/sections/NotificationPreferences.vue';\nimport NotificationsList from './components/sections/NotificationsList.vue';\n// Pages\nimport Notifications from './components/pages/Notifications.vue';\n// Components\nimport NotificationItem from './components/blocks/NotificationItem.vue';\nimport NotificationBadge from './components/elements/NotificationBadge.vue';\n\n/**\n * Capacitor Push Notification handler\n */\nclass CapacitorPushHandler {\n constructor(store) {\n this.store = store;\n this.pushNotifications = null;\n this.device = null;\n this.isInitialized = false;\n }\n\n /**\n * Initialize Capacitor plugins\n */\n async initialize() {\n // Skip if running in SSR\n if (typeof window === 'undefined') {\n return false;\n }\n\n try {\n // Dynamic imports to prevent errors in web environment\n const { Capacitor } = await import('@capacitor/core');\n const { PushNotifications } = await import('@capacitor/push-notifications');\n const { Device } = await import('@capacitor/device');\n\n this.capacitor = Capacitor;\n this.pushNotifications = PushNotifications;\n this.device = Device;\n\n // Only proceed if running on a native platform\n if (!this.capacitor.isNativePlatform()) {\n return false;\n }\n\n this.isInitialized = true;\n return true;\n } catch (error) {\n console.error('Error importing Capacitor plugins:', error);\n return false;\n }\n }\n\n /**\n * Request permission and register for push notifications\n */\n async requestPermissions() {\n // Skip if running in SSR\n if (typeof window === 'undefined') {\n return false;\n }\n\n if (!this.isInitialized) {\n const initialized = await this.initialize();\n if (!initialized) return false;\n }\n\n try {\n // Request permission\n const permissionResult = await this.pushNotifications.requestPermissions();\n if (permissionResult.receive !== 'granted') {\n console.log('Push notification permission denied');\n return false;\n }\n\n // Set up event listeners\n this._setupListeners();\n\n // Register with Apple/Google\n await this.pushNotifications.register();\n return true;\n } catch (error) {\n console.error('Error requesting push notification permissions:', error);\n return false;\n }\n }\n\n /**\n * Setup push notification event listeners\n */\n _setupListeners() {\n // Registration event\n this.pushNotifications.addListener('registration', this._handleRegistration.bind(this));\n\n // Notification received event\n this.pushNotifications.addListener('pushNotificationReceived', this._handleNotificationReceived.bind(this));\n\n // Notification action performed event\n this.pushNotifications.addListener('pushNotificationActionPerformed', this._handleNotificationAction.bind(this));\n }\n\n /**\n * Handle registration token received\n */\n async _handleRegistration(token) {\n try {\n // Get device info\n const deviceInfo = await this.device.getInfo();\n const deviceId = await this.device.getId();\n\n // Prepare device data\n const deviceData = {\n deviceId: deviceId.uuid,\n deviceType: deviceInfo.platform.toLowerCase(),\n deviceToken: token.value,\n };\n\n // Store device info for re-registration after login\n try {\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId.uuid\n });\n await Preferences.set({\n key: 'notifications_device_token',\n value: token.value\n });\n await Preferences.set({\n key: 'notifications_device_type',\n value: deviceInfo.platform.toLowerCase()\n });\n } catch (error) {\n console.warn('Could not save device info to preferences:', error);\n }\n\n // For anonymous users, add anonymousId\n if (!this.store.core.state.session.userId) {\n let anonymousId = null;\n try {\n const result = await Preferences.get({ key: 'notifications_anonymous_id' });\n anonymousId = result.value;\n } catch (error) {\n console.warn('Could not get anonymous ID from preferences:', error);\n }\n \n if (!anonymousId) {\n anonymousId = 'anon_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n try {\n await Preferences.set({\n key: 'notifications_anonymous_id',\n value: anonymousId\n });\n } catch (error) {\n console.warn('Could not save anonymous ID to preferences:', error);\n }\n }\n deviceData.anonymousId = anonymousId;\n }\n\n // Register device with backend\n await this.store.notifications.actions.registerDevice(deviceData);\n } catch (error) {\n console.error('Error handling push registration:', error);\n }\n }\n\n /**\n * Handle received notification\n */\n _handleNotificationReceived(notification) {\n // Add notification to store\n this.store.notifications.actions.addLocalNotification({\n title: notification.title,\n body: notification.body,\n data: notification.data || {},\n });\n }\n\n /**\n * Handle notification action (when user taps on notification)\n */\n _handleNotificationAction(actionData) {\n if (actionData.notification && actionData.notification.data) {\n this.store.notifications.actions.handleNotificationAction(actionData.notification.data);\n }\n }\n\n /**\n * Remove push notification listeners\n */\n removeListeners() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.pushNotifications) {\n this.pushNotifications.removeAllListeners();\n }\n }\n}\n\n/**\n * Notification Manager for coordinating WebSocket and Push notifications\n */\n\nclass NotificationManager {\n constructor(store, options = {}) {\n this.store = store;\n this.options = options;\n this.pushHandler = new CapacitorPushHandler(store);\n this.initialized = false;\n this.isServer = typeof window === 'undefined';\n }\n\n async registerWebPush(store) {\n if (!('Notification' in window) || !('serviceWorker' in navigator) || !('PushManager' in window)) {\n console.warn('Web Push не поддерживается в браузере');\n return;\n }\n\n const permission = await Notification.requestPermission();\n if (permission !== 'granted') {\n console.warn('Разрешение на уведомления не получено');\n return;\n }\n\n const registration = await navigator.serviceWorker.ready;\n const subscription = await registration.pushManager.subscribe({\n userVisibleOnly: true,\n applicationServerKey: 'BJtNnRrx05VQS0abnkHC-8gHJWpnmoqC_iQveENCmZOZIs-adWzqAiqFCdGVVd7CbiaLW-Q5iuIBDRgM9G-VnKg',\n });\n\n console.log('New subscription:', JSON.stringify(subscription));\n\n const deviceToken = JSON.stringify(subscription);\n const deviceId = await this.generateDeviceId();\n \n // Store device data for re-registration after login\n try {\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId\n });\n await Preferences.set({\n key: 'notifications_device_token',\n value: deviceToken\n });\n await Preferences.set({\n key: 'notifications_device_type',\n value: 'web'\n });\n } catch (error) {\n console.warn('Could not save device info to preferences:', error);\n }\n\n const deviceData = {\n deviceToken,\n deviceType: 'web',\n deviceId\n };\n\n // For anonymous users, get or generate anonymousId\n if (!store.core.state.session.userId) {\n let anonymousId = null;\n try {\n const result = await Preferences.get({ key: 'notifications_anonymous_id' });\n anonymousId = result.value;\n } catch (error) {\n console.warn('Could not get anonymous ID from preferences:', error);\n }\n \n if (!anonymousId) {\n anonymousId = 'anon_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n try {\n await Preferences.set({\n key: 'notifications_anonymous_id',\n value: anonymousId\n });\n } catch (error) {\n console.warn('Could not save anonymous ID to preferences:', error);\n }\n }\n deviceData.anonymousId = anonymousId;\n }\n\n // Register device\n console.log('[Notifications] Registering device with data:', deviceData);\n await store.notifications.actions.registerDevice(deviceData);\n }\n\n async generateDeviceId() {\n // Try to get or generate a persistent device ID\n try {\n const result = await Preferences.get({ key: 'notifications_device_id' });\n let deviceId = result.value;\n \n if (!deviceId) {\n deviceId = 'web_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId\n });\n }\n return deviceId;\n } catch (error) {\n console.warn('Could not access preferences for device ID:', error);\n return 'web_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n }\n }\n\n async initialize() {\n if (this.initialized || this.isServer) return;\n\n const userId = this.store.core.state.session.userId;\n \n // Connect WebSocket only for authenticated users\n if (userId) {\n console.log('Connecting to websockets via notifications');\n globalWebSocket.initialize({\n wsUrl: process.env.WSS_URL,\n maxReconnectAttempts: 10,\n reconnectDelay: 2000,\n });\n\n await globalWebSocket.connect(userId);\n\n globalWebSocket.removeModuleListeners('notification');\n\n await globalWebSocket.subscribeModule('notification');\n\n globalWebSocket.addEventListener(\n 'notification',\n data => {\n this.store.notifications.actions.addLocalNotification(data.data);\n },\n { module: 'notification' }\n );\n\n // Load notifications from API for authenticated users\n await this.store.notifications.actions.getNotifications(userId);\n } else {\n console.log('Initializing notifications for anonymous user');\n }\n\n // Enable push notifications for both authenticated and anonymous users\n // Skip auto-init for mobile apps - will be triggered manually from Walkthrough\n if (this.options.enablePush !== false && !process.env.MOBILE_APP) {\n await this.pushHandler.requestPermissions();\n await this.registerWebPush(this.store);\n }\n\n this.initialized = true;\n }\n\n disconnect() {\n if (this.isServer) return;\n\n globalWebSocket.removeModuleListeners('notification');\n this.pushHandler.removeListeners();\n this.initialized = false;\n }\n}\n\n/**\n * Server-side utility for pre-fetching notification data\n */\nconst SSRUtils = {\n /**\n * Pre-fetch notifications for SSR\n * @param {Object} store - Store instance\n * @param {Object} context - SSR context\n */\n async prefetchNotifications(store, context) {\n try {\n const userId = store.core.state.session.userId;\n if (userId) {\n // Fetch notifications without WebSocket or push setup\n await store.notifications.actions.getNotifications(userId);\n }\n } catch (error) {\n console.error('Error pre-fetching notifications for SSR:', error);\n }\n },\n};\n\n/**\n * Function to initialize the notifications module\n * @param {Object} app - Vue app instance\n * @param {Object} store - Vuex/Pinia store\n * @param {Object} router - Vue Router instance\n * @param {Object} options - Configuration options\n */\nfunction initializeNotifications(app, store, router, options = {}) {\n // Add routes and store\n const routes = getRoutes(options);\n routes.forEach(({ parentName, config }) => {\n addRoutes(router, { ...config, parentName });\n });\n\n store.addStore('notifications', storeNotifications);\n\n // Initialize global WebSocket if needed\n if (options.wsUrl) {\n globalWebSocket.initialize({ wsUrl: process.env.WSS_URL });\n }\n\n // Create notification manager\n const notificationManager = new NotificationManager(store, {\n enablePush: options.enablePush !== false,\n maxReconnectAttempts: options.maxReconnectAttempts || 5,\n reconnectDelay: options.reconnectDelay || 3000,\n pingInterval: options.pingInterval || 30000,\n });\n\n // Attach notification manager to store for access in components\n store.notificationManager = notificationManager;\n\n // Don't auto-initialize on server\n const isServer = typeof window === 'undefined';\n const autoInit = !isServer && options.autoInit !== false;\n\n if (autoInit) {\n // Initialize immediately (supports both authenticated and anonymous users)\n notificationManager.initialize();\n\n // Watch for user login/logout using store.core.state.session\n watch(\n () => store.core.state.session.token,\n async (token, oldToken) => {\n const isAuthenticated = !!token;\n const wasAuthenticated = !!oldToken;\n\n if (isAuthenticated && !wasAuthenticated) {\n // Re-register device for authenticated user\n console.log('[Notifications] User logged in, re-registering device...');\n await store.notifications.actions.reregisterDeviceAfterLogin();\n // Reinitialize notifications for authenticated user\n notificationManager.disconnect();\n await notificationManager.initialize();\n } else if (!isAuthenticated && wasAuthenticated) {\n // Keep notifications active for anonymous users, just reset user-specific data\n console.log('[Notifications] User logged out, resetting notifications...');\n store.notifications.mutations.resetNotifications();\n }\n }\n );\n }\n\n // Provide composable for components to access notification functionality\n app.provide('useNotifications', () => {\n return {\n ...toRefs(store.notifications.state),\n ...store.notifications.actions,\n ...store.notifications.mutations,\n init: notificationManager.initialize.bind(notificationManager),\n disconnect: notificationManager.disconnect.bind(notificationManager),\n isServer,\n };\n });\n\n return notificationManager;\n}\n\n// Module export\nconst ModuleNotifications = {\n initialize: initializeNotifications,\n SSR: SSRUtils, // Export SSR utilities\n views: {\n store: {\n storeNotifications,\n },\n router: {\n getRoutes,\n },\n components: {\n // Elements\n NotificationBadge,\n // Blocks\n NotificationItem,\n // Sections\n NotificationsList,\n NotificationPreferences,\n // Pages\n Notifications,\n // Layouts\n NotificationsLayout,\n },\n },\n};\n\n// Component exports\nexport {\n // Elements\n NotificationBadge,\n // Blocks\n NotificationItem,\n NotificationPreferences,\n // Pages\n Notifications,\n // Layouts\n NotificationsLayout,\n // Sections\n NotificationsList,\n // SSR Utilities\n SSRUtils,\n};\n\nexport default ModuleNotifications;\n"],"names":["storeNotifications","Notifications","NotificationsLayout"],"mappings":"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"}
1
+ {"version":3,"file":"notifications.client.js","sources":["../../../../../src/modules/notifications/notifications.client.js"],"sourcesContent":["// [LOADING 37] Notifications module import started\nperformance.mark('loading-37-start');\nconsole.log('[LOADING 37] Notifications module import started...');\n\nimport { toRefs, watch } from 'vue';\n// Router import\nimport addRoutes from '@martyrs/src/modules/core/views/router/addRoutes.js';\nimport { getRoutes } from './notifications.router.js';\n// Store\nimport * as storeNotifications from './store/notifications.store.js';\n// Global WebSocket import\nimport wsManager from '@martyrs/src/modules/core/views/classes/ws.manager.js';\n// Capacitor Preferences\nimport { Preferences } from '@capacitor/preferences';\n// Layouts\nimport NotificationsLayout from './components/layouts/NotificationsLayout.vue';\n// Sections\nimport NotificationPreferences from './components/sections/NotificationPreferences.vue';\nimport NotificationsList from './components/sections/NotificationsList.vue';\n// Pages\nimport Notifications from './components/pages/Notifications.vue';\n// Components\nimport NotificationItem from './components/blocks/NotificationItem.vue';\nimport NotificationBadge from './components/elements/NotificationBadge.vue';\n\nperformance.mark('loading-37-imports-end');\nconst importsTime = performance.measure('loading-37-imports', 'loading-37-start', 'loading-37-imports-end');\nconsole.log(`[LOADING 37] All imports completed in ${importsTime.duration.toFixed(2)}ms`);\n\n/**\n * Capacitor Push Notification handler\n */\nclass CapacitorPushHandler {\n constructor(store) {\n this.store = store;\n this.pushNotifications = null;\n this.device = null;\n this.isInitialized = false;\n }\n\n /**\n * Initialize Capacitor plugins\n */\n async initialize() {\n // Skip if running in SSR\n if (typeof window === 'undefined') {\n return false;\n }\n\n try {\n // Dynamic imports to prevent errors in web environment\n const { Capacitor } = await import('@capacitor/core');\n const { PushNotifications } = await import('@capacitor/push-notifications');\n const { Device } = await import('@capacitor/device');\n\n this.capacitor = Capacitor;\n this.pushNotifications = PushNotifications;\n this.device = Device;\n\n // Only proceed if running on a native platform\n if (!this.capacitor.isNativePlatform()) {\n return false;\n }\n\n this.isInitialized = true;\n return true;\n } catch (error) {\n console.error('Error importing Capacitor plugins:', error);\n return false;\n }\n }\n\n /**\n * Request permission and register for push notifications\n */\n async requestPermissions() {\n // Skip if running in SSR\n if (typeof window === 'undefined') {\n return false;\n }\n\n if (!this.isInitialized) {\n const initialized = await this.initialize();\n if (!initialized) return false;\n }\n\n try {\n // Request permission\n const permissionResult = await this.pushNotifications.requestPermissions();\n if (permissionResult.receive !== 'granted') {\n console.log('Push notification permission denied');\n return false;\n }\n\n // Set up event listeners\n this._setupListeners();\n\n // Register with Apple/Google\n await this.pushNotifications.register();\n return true;\n } catch (error) {\n console.error('Error requesting push notification permissions:', error);\n return false;\n }\n }\n\n /**\n * Setup push notification event listeners\n */\n _setupListeners() {\n // Registration event\n this.pushNotifications.addListener('registration', this._handleRegistration.bind(this));\n\n // Notification received event\n this.pushNotifications.addListener('pushNotificationReceived', this._handleNotificationReceived.bind(this));\n\n // Notification action performed event\n this.pushNotifications.addListener('pushNotificationActionPerformed', this._handleNotificationAction.bind(this));\n }\n\n /**\n * Handle registration token received\n */\n async _handleRegistration(token) {\n try {\n // Get device info\n const deviceInfo = await this.device.getInfo();\n const deviceId = await this.device.getId();\n\n // Prepare device data\n const deviceData = {\n deviceId: deviceId.uuid,\n deviceType: deviceInfo.platform.toLowerCase(),\n deviceToken: token.value,\n };\n\n // Store device info for re-registration after login\n try {\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId.uuid\n });\n await Preferences.set({\n key: 'notifications_device_token',\n value: token.value\n });\n await Preferences.set({\n key: 'notifications_device_type',\n value: deviceInfo.platform.toLowerCase()\n });\n } catch (error) {\n console.warn('Could not save device info to preferences:', error);\n }\n\n // For anonymous users, add anonymousId\n if (!this.store.core.state.session.userId) {\n let anonymousId = null;\n try {\n const result = await Preferences.get({ key: 'notifications_anonymous_id' });\n anonymousId = result.value;\n } catch (error) {\n console.warn('Could not get anonymous ID from preferences:', error);\n }\n \n if (!anonymousId) {\n anonymousId = 'anon_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n try {\n await Preferences.set({\n key: 'notifications_anonymous_id',\n value: anonymousId\n });\n } catch (error) {\n console.warn('Could not save anonymous ID to preferences:', error);\n }\n }\n deviceData.anonymousId = anonymousId;\n }\n\n // Register device with backend\n await this.store.notifications.actions.registerDevice(deviceData);\n } catch (error) {\n console.error('Error handling push registration:', error);\n }\n }\n\n /**\n * Handle received notification\n */\n _handleNotificationReceived(notification) {\n // Add notification to store\n this.store.notifications.actions.addLocalNotification({\n title: notification.title,\n body: notification.body,\n data: notification.data || {},\n });\n }\n\n /**\n * Handle notification action (when user taps on notification)\n */\n _handleNotificationAction(actionData) {\n if (actionData.notification && actionData.notification.data) {\n this.store.notifications.actions.handleNotificationAction(actionData.notification.data);\n }\n }\n\n /**\n * Remove push notification listeners\n */\n removeListeners() {\n if (typeof window === 'undefined') {\n return;\n }\n\n if (this.pushNotifications) {\n this.pushNotifications.removeAllListeners();\n }\n }\n}\n\n/**\n * Notification Manager for coordinating WebSocket and Push notifications\n */\n\nclass NotificationManager {\n constructor(store, options = {}) {\n this.store = store;\n this.options = options;\n this.pushHandler = new CapacitorPushHandler(store);\n this.initialized = false;\n this.isServer = typeof window === 'undefined';\n }\n\n async registerWebPush(store) {\n if (!('Notification' in window) || !('serviceWorker' in navigator) || !('PushManager' in window)) {\n console.warn('Web Push не поддерживается в браузере');\n return;\n }\n\n const permission = await Notification.requestPermission();\n if (permission !== 'granted') {\n console.warn('Разрешение на уведомления не получено');\n return;\n }\n\n const registration = await navigator.serviceWorker.ready;\n const subscription = await registration.pushManager.subscribe({\n userVisibleOnly: true,\n applicationServerKey: 'BJtNnRrx05VQS0abnkHC-8gHJWpnmoqC_iQveENCmZOZIs-adWzqAiqFCdGVVd7CbiaLW-Q5iuIBDRgM9G-VnKg',\n });\n\n console.log('New subscription:', JSON.stringify(subscription));\n\n const deviceToken = JSON.stringify(subscription);\n const deviceId = await this.generateDeviceId();\n \n // Store device data for re-registration after login\n try {\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId\n });\n await Preferences.set({\n key: 'notifications_device_token',\n value: deviceToken\n });\n await Preferences.set({\n key: 'notifications_device_type',\n value: 'web'\n });\n } catch (error) {\n console.warn('Could not save device info to preferences:', error);\n }\n\n const deviceData = {\n deviceToken,\n deviceType: 'web',\n deviceId\n };\n\n // For anonymous users, get or generate anonymousId\n if (!store.core.state.session.userId) {\n let anonymousId = null;\n try {\n const result = await Preferences.get({ key: 'notifications_anonymous_id' });\n anonymousId = result.value;\n } catch (error) {\n console.warn('Could not get anonymous ID from preferences:', error);\n }\n \n if (!anonymousId) {\n anonymousId = 'anon_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n try {\n await Preferences.set({\n key: 'notifications_anonymous_id',\n value: anonymousId\n });\n } catch (error) {\n console.warn('Could not save anonymous ID to preferences:', error);\n }\n }\n deviceData.anonymousId = anonymousId;\n }\n\n // Register device\n console.log('[Notifications] Registering device with data:', deviceData);\n await store.notifications.actions.registerDevice(deviceData);\n }\n\n async generateDeviceId() {\n // Try to get or generate a persistent device ID\n try {\n const result = await Preferences.get({ key: 'notifications_device_id' });\n let deviceId = result.value;\n \n if (!deviceId) {\n deviceId = 'web_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n await Preferences.set({\n key: 'notifications_device_id',\n value: deviceId\n });\n }\n return deviceId;\n } catch (error) {\n console.warn('Could not access preferences for device ID:', error);\n return 'web_' + Date.now() + '_' + Math.random().toString(36).substr(2, 9);\n }\n }\n\n async initialize() {\n if (this.initialized || this.isServer) return;\n\n const userId = this.store.core.state.session.userId;\n \n // Connect WebSocket only for authenticated users\n if (userId) {\n console.log('Connecting to websockets via notifications');\n wsManager.initialize({\n wsUrl: process.env.WSS_URL,\n maxReconnectAttempts: 10,\n reconnectDelay: 2000,\n });\n\n await wsManager.connect(userId);\n\n wsManager.removeModuleListeners('notification');\n\n await wsManager.subscribeModule('notification');\n\n wsManager.addEventListener(\n 'notification',\n data => {\n this.store.notifications.actions.addLocalNotification(data.data);\n },\n { module: 'notification' }\n );\n\n // Load notifications from API for authenticated users\n await this.store.notifications.actions.getNotifications(userId);\n } else {\n console.log('Initializing notifications for anonymous user');\n }\n\n // Enable push notifications for both authenticated and anonymous users\n // Skip auto-init for mobile apps - will be triggered manually from Walkthrough\n if (this.options.enablePush !== false && !process.env.MOBILE_APP) {\n await this.pushHandler.requestPermissions();\n await this.registerWebPush(this.store);\n }\n\n this.initialized = true;\n }\n\n disconnect() {\n if (this.isServer) return;\n\n wsManager.removeModuleListeners('notification');\n this.pushHandler.removeListeners();\n this.initialized = false;\n }\n}\n\n/**\n * Server-side utility for pre-fetching notification data\n */\nconst SSRUtils = {\n /**\n * Pre-fetch notifications for SSR\n * @param {Object} store - Store instance\n * @param {Object} context - SSR context\n */\n async prefetchNotifications(store, context) {\n try {\n const userId = store.core.state.session.userId;\n if (userId) {\n // Fetch notifications without WebSocket or push setup\n await store.notifications.actions.getNotifications(userId);\n }\n } catch (error) {\n console.error('Error pre-fetching notifications for SSR:', error);\n }\n },\n};\n\n/**\n * Function to initialize the notifications module\n * @param {Object} app - Vue app instance\n * @param {Object} store - Vuex/Pinia store\n * @param {Object} router - Vue Router instance\n * @param {Object} options - Configuration options\n */\nfunction initializeNotifications(app, store, router, options = {}) {\n // Add routes and store\n const routes = getRoutes(options);\n routes.forEach(({ parentName, config }) => {\n addRoutes(router, { ...config, parentName });\n });\n\n store.addStore('notifications', storeNotifications);\n\n // Initialize global WebSocket if needed\n if (options.wsUrl) {\n wsManager.initialize({ wsUrl: process.env.WSS_URL });\n }\n\n // Create notification manager\n const notificationManager = new NotificationManager(store, {\n enablePush: options.enablePush !== false,\n maxReconnectAttempts: options.maxReconnectAttempts || 5,\n reconnectDelay: options.reconnectDelay || 3000,\n pingInterval: options.pingInterval || 30000,\n });\n\n // Attach notification manager to store for access in components\n store.notificationManager = notificationManager;\n\n // Don't auto-initialize on server\n const isServer = typeof window === 'undefined';\n const autoInit = !isServer && options.autoInit !== false;\n\n if (autoInit) {\n // Initialize immediately (supports both authenticated and anonymous users)\n notificationManager.initialize();\n\n // Watch for user login/logout using store.core.state.session\n watch(\n () => store.core.state.session.token,\n async (token, oldToken) => {\n const isAuthenticated = !!token;\n const wasAuthenticated = !!oldToken;\n\n if (isAuthenticated && !wasAuthenticated) {\n // Re-register device for authenticated user\n console.log('[Notifications] User logged in, re-registering device...');\n await store.notifications.actions.reregisterDeviceAfterLogin();\n // Reinitialize notifications for authenticated user\n notificationManager.disconnect();\n await notificationManager.initialize();\n } else if (!isAuthenticated && wasAuthenticated) {\n // Keep notifications active for anonymous users, just reset user-specific data\n console.log('[Notifications] User logged out, resetting notifications...');\n store.notifications.mutations.resetNotifications();\n }\n }\n );\n }\n\n // Provide composable for components to access notification functionality\n app.provide('useNotifications', () => {\n return {\n ...toRefs(store.notifications.state),\n ...store.notifications.actions,\n ...store.notifications.mutations,\n init: notificationManager.initialize.bind(notificationManager),\n disconnect: notificationManager.disconnect.bind(notificationManager),\n isServer,\n };\n });\n\n return notificationManager;\n}\n\n// Module export\nconst ModuleNotifications = {\n initialize: initializeNotifications,\n SSR: SSRUtils, // Export SSR utilities\n views: {\n store: {\n storeNotifications,\n },\n router: {\n getRoutes,\n },\n components: {\n // Elements\n NotificationBadge,\n // Blocks\n NotificationItem,\n // Sections\n NotificationsList,\n NotificationPreferences,\n // Pages\n Notifications,\n // Layouts\n NotificationsLayout,\n },\n },\n};\n\n// Component exports\nexport {\n // Elements\n NotificationBadge,\n // Blocks\n NotificationItem,\n NotificationPreferences,\n // Pages\n Notifications,\n // Layouts\n NotificationsLayout,\n // Sections\n NotificationsList,\n // SSR Utilities\n SSRUtils,\n};\n\n// [LOADING 37] Notifications module import completed\nperformance.mark('loading-37-end');\nperformance.measure('loading-37-total', 'loading-37-start', 'loading-37-end');\nconst totalTime = performance.getEntriesByName('loading-37-total')[0];\nconsole.log(`[LOADING 37] Notifications module fully imported in ${totalTime?.duration?.toFixed(2)}ms`);\n\nexport default ModuleNotifications;\n"],"names":["storeNotifications","Notifications","NotificationsLayout"],"mappings":"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"}
@@ -9,7 +9,7 @@ import _sfc_main$6 from "../../../icons/socials/twitter.vue.js";
9
9
  import _sfc_main$5 from "../../../icons/socials/youtube.vue.js";
10
10
  import _sfc_main$4 from "../../../icons/socials/linkedin.vue.js";
11
11
  import _sfc_main$3 from "../../../icons/socials/whatsapp.vue.js";
12
- import { setError } from "../../../core/views/store/core.store.js";
12
+ import { useStore } from "../../../core/views/store/core.store.js";
13
13
  const _hoisted_1 = { class: "t-center" };
14
14
  const _hoisted_2 = { class: "mn-b-medium" };
15
15
  const _hoisted_3 = { class: "t-transp mn-b-medium" };
@@ -73,6 +73,7 @@ const _sfc_main = {
73
73
  }
74
74
  },
75
75
  setup(__props) {
76
+ const store = useStore();
76
77
  const props = __props;
77
78
  const { t, tm } = useI18n({
78
79
  useScope: "global"
@@ -97,11 +98,11 @@ const _sfc_main = {
97
98
  }
98
99
  async function sendApplication() {
99
100
  if (!email.value || !email.value.trim()) {
100
- setError({ message: t("validation.email.required") || "Email is required" });
101
+ store.core.setError({ message: t("validation.email.required") || "Email is required" });
101
102
  return Promise.reject(new Error("Email is required"));
102
103
  }
103
104
  if (!validateEmail(email.value.trim())) {
104
- setError({ message: t("validation.email.invalid") || "Invalid email format" });
105
+ store.core.setError({ message: t("validation.email.invalid") || "Invalid email format" });
105
106
  return Promise.reject(new Error("Invalid email format"));
106
107
  }
107
108
  gtag("event", "subscribe_newsletter", {
@@ -130,7 +131,7 @@ const _sfc_main = {
130
131
  return Promise.resolve(result);
131
132
  } catch (error) {
132
133
  console.log(error);
133
- setError(error);
134
+ store.core.setError(error);
134
135
  return Promise.reject(error);
135
136
  }
136
137
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FieldSubscribeNewsletter.vue.js","sources":["../../../../../../../src/modules/orders/components/elements/FieldSubscribeNewsletter.vue"],"sourcesContent":["<template>\n <FieldBig \n :input=\"email\" \n :typingSpeed=\"typingSpeed\"\n :loopTyping=\"loopTyping\"\n :enableTyping=\"enableTyping\"\n :placeholder=\"props.placeholder || t('orders.newsletter.placeholder')\"\n :action=\"props.action === false ? '' : props.action || t('orders.newsletter.action')\"\n :name=\"fieldName\"\n :id=\"fieldId\"\n @update:input=\"email = $event\"\n @action=\"sendApplication\"\n :showLoader=\"true\"\n :showSuccess=\"false\"\n :callbackDelay=\"100\"\n v-bind=\"$attrs\"\n >\n <Popup\n :isPopupOpen=\"isSuccessPopupOpen\"\n @close-popup=\"isSuccessPopupOpen = false\"\n align=\"center center\"\n class=\"bg-white t-black pd-big radius-big\"\n >\n <div class=\"t-center\">\n <h3 class=\"mn-b-medium\">{{ props.successTitle || t('orders.newsletter.success.title') }}</h3>\n <p class=\"t-transp mn-b-medium\">{{ props.successSubtitle || t('orders.newsletter.success.subtitle') }}</p>\n \n <div v-if=\"(props.socials || tm('orders.newsletter.socials')) && (props.socials || tm('orders.newsletter.socials')).length\" class=\"flex flex-wrap flex-h-center gap-regular\">\n <a\n v-for=\"social in (props.socials || tm('orders.newsletter.socials'))\"\n :key=\"social.name\"\n :href=\"social.url\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"hover-scale-1 bg-light radius-small pd-thin transition-all\"\n >\n <component\n :is=\"socialIcons[social.icon]\"\n class=\"i-medium\"\n :fill=\"'rgb(var(--dark))'\"\n />\n </a>\n </div>\n </div>\n </Popup>\n </FieldBig>\n</template>\n\n<script setup>\nimport { ref, computed } from 'vue'\nimport { useI18n } from 'vue-i18n'\n\nimport FieldBig from '@martyrs/src/components/FieldBig/FieldBig.vue'\nimport Popup from '@martyrs/src/components/Popup/Popup.vue'\n\nimport IconFacebook from '@martyrs/src/modules/icons/socials/facebook.vue'\nimport IconInstagram from '@martyrs/src/modules/icons/socials/instagram.vue'\nimport IconTelegram from '@martyrs/src/modules/icons/socials/telegram.vue'\nimport IconTwitter from '@martyrs/src/modules/icons/socials/twitter.vue'\nimport IconYoutube from '@martyrs/src/modules/icons/socials/youtube.vue'\nimport IconLinkedin from '@martyrs/src/modules/icons/socials/linkedin.vue'\nimport IconWhatsapp from '@martyrs/src/modules/icons/socials/whatsapp.vue'\n\nimport * as core from '@martyrs/src/modules/core/views/store/core.store.js'\nimport applications from '@martyrs/src/modules/orders/store/applications.js'\n\nconst props = defineProps({\n // Тексты компонента\n title: {\n type: String,\n default: null\n },\n subtitle: {\n type: String,\n default: null\n },\n placeholder: {\n type: String,\n default: null\n },\n action: {\n type: String,\n default: null\n },\n successTitle: {\n type: String,\n default: null\n },\n successSubtitle: {\n type: String,\n default: null\n },\n socials: {\n type: Array,\n default: null\n },\n // Настройки поля\n typingSpeed: {\n type: Number,\n default: 75\n },\n loopTyping: {\n type: Boolean,\n default: false\n },\n enableTyping: {\n type: Boolean,\n default: false\n },\n fieldName: {\n type: String,\n default: 'newsletter-email'\n },\n fieldId: {\n type: String,\n default: null\n }\n})\n\n// Используем только глобальную локализацию\nconst { t, tm } = useI18n({\n useScope: 'global'\n})\n\nlet email = ref('')\nlet isSuccessPopupOpen = ref(false)\n\nconst socialIcons = {\n facebook: IconFacebook,\n instagram: IconInstagram,\n telegram: IconTelegram,\n twitter: IconTwitter,\n youtube: IconYoutube,\n linkedin: IconLinkedin,\n whatsapp: IconWhatsapp\n}\n\n// Функция валидации email\nfunction validateEmail(email) {\n const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/\n return emailRegex.test(email)\n}\n\nfunction showSuccessPopup() {\n isSuccessPopupOpen.value = true\n}\n\nasync function sendApplication() {\n // Валидация email перед отправкой\n if (!email.value || !email.value.trim()) {\n core.setError({ message: t('validation.email.required') || 'Email is required' })\n return Promise.reject(new Error('Email is required'))\n }\n\n if (!validateEmail(email.value.trim())) {\n core.setError({ message: t('validation.email.invalid') || 'Invalid email format' })\n return Promise.reject(new Error('Invalid email format'))\n }\n\n gtag('event', 'subscribe_newsletter', {\n 'event_category': 'conversion',\n 'event_label': 'Subscribe Newsletter'\n });\n\n try {\n let application = {\n type: 'newsletter',\n contacts: {\n email: email.value.trim()\n }\n };\n\n // Используем публичный API для создания заявки\n const response = await fetch(`${process.env.API_URL}/api/applications/public`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify(application)\n });\n\n if (!response.ok) {\n throw new Error('Failed to create application');\n }\n\n const result = await response.json();\n\n showSuccessPopup()\n return Promise.resolve(result);\n } catch (error) {\n console.log(error)\n core.setError(error)\n return Promise.reject(error);\n }\n}\n</script>\n\n<style lang=\"scss\">\n</style>"],"names":["IconFacebook","IconInstagram","IconTelegram","IconTwitter","IconYoutube","IconLinkedin","IconWhatsapp","email","core.setError"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA,UAAM,QAAQ;AAsDd,UAAM,EAAE,GAAG,GAAE,IAAK,QAAQ;AAAA,MACxB,UAAU;AAAA,IACZ,CAAC;AAED,QAAI,QAAQ,IAAI,EAAE;AAClB,QAAI,qBAAqB,IAAI,KAAK;AAElC,UAAM,cAAc;AAAA,MAClB,UAAUA;AAAAA,MACV,WAAWC;AAAAA,MACX,UAAUC;AAAAA,MACV,SAASC;AAAAA,MACT,SAASC;AAAAA,MACT,UAAUC;AAAAA,MACV,UAAUC;AAAAA,IACZ;AAGA,aAAS,cAAcC,QAAO;AAC5B,YAAM,aAAa;AACnB,aAAO,WAAW,KAAKA,MAAK;AAAA,IAC9B;AAEA,aAAS,mBAAmB;AAC1B,yBAAmB,QAAQ;AAAA,IAC7B;AAEA,mBAAe,kBAAkB;AAE/B,UAAI,CAAC,MAAM,SAAS,CAAC,MAAM,MAAM,QAAQ;AACvCC,iBAAc,EAAE,SAAS,EAAE,2BAA2B,KAAK,oBAAmB,CAAE;AAChF,eAAO,QAAQ,OAAO,IAAI,MAAM,mBAAmB,CAAC;AAAA,MACtD;AAEA,UAAI,CAAC,cAAc,MAAM,MAAM,KAAI,CAAE,GAAG;AACtCA,iBAAc,EAAE,SAAS,EAAE,0BAA0B,KAAK,uBAAsB,CAAE;AAClF,eAAO,QAAQ,OAAO,IAAI,MAAM,sBAAsB,CAAC;AAAA,MACzD;AAEA,WAAK,SAAS,wBAAwB;AAAA,QACpC,kBAAkB;AAAA,QAClB,eAAe;AAAA,MACnB,CAAG;AAED,UAAI;AACF,YAAI,cAAc;AAAA,UAChB,MAAM;AAAA,UACN,UAAU;AAAA,YACR,OAAO,MAAM,MAAM,KAAI;AAAA,UAC/B;AAAA,QACA;AAGI,cAAM,WAAW,MAAM,MAAM,GAAG,QAAQ,IAAI,OAAO,4BAA4B;AAAA,UAC7E,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,gBAAgB;AAAA,UACxB;AAAA,UACM,MAAM,KAAK,UAAU,WAAW;AAAA,QACtC,CAAK;AAED,YAAI,CAAC,SAAS,IAAI;AAChB,gBAAM,IAAI,MAAM,8BAA8B;AAAA,QAChD;AAEA,cAAM,SAAS,MAAM,SAAS,KAAI;AAElC,yBAAgB;AAChB,eAAO,QAAQ,QAAQ,MAAM;AAAA,MAC/B,SAAS,OAAO;AACd,gBAAQ,IAAI,KAAK;AACjBA,iBAAc,KAAK;AACnB,eAAO,QAAQ,OAAO,KAAK;AAAA,MAC7B;AAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"FieldSubscribeNewsletter.vue.js","sources":["../../../../../../../src/modules/orders/components/elements/FieldSubscribeNewsletter.vue"],"sourcesContent":["<template>\n <FieldBig \n :input=\"email\" \n :typingSpeed=\"typingSpeed\"\n :loopTyping=\"loopTyping\"\n :enableTyping=\"enableTyping\"\n :placeholder=\"props.placeholder || t('orders.newsletter.placeholder')\"\n :action=\"props.action === false ? '' : props.action || t('orders.newsletter.action')\"\n :name=\"fieldName\"\n :id=\"fieldId\"\n @update:input=\"email = $event\"\n @action=\"sendApplication\"\n :showLoader=\"true\"\n :showSuccess=\"false\"\n :callbackDelay=\"100\"\n v-bind=\"$attrs\"\n >\n <Popup\n :isPopupOpen=\"isSuccessPopupOpen\"\n @close-popup=\"isSuccessPopupOpen = false\"\n align=\"center center\"\n class=\"bg-white t-black pd-big radius-big\"\n >\n <div class=\"t-center\">\n <h3 class=\"mn-b-medium\">{{ props.successTitle || t('orders.newsletter.success.title') }}</h3>\n <p class=\"t-transp mn-b-medium\">{{ props.successSubtitle || t('orders.newsletter.success.subtitle') }}</p>\n \n <div v-if=\"(props.socials || tm('orders.newsletter.socials')) && (props.socials || tm('orders.newsletter.socials')).length\" class=\"flex flex-wrap flex-h-center gap-regular\">\n <a\n v-for=\"social in (props.socials || tm('orders.newsletter.socials'))\"\n :key=\"social.name\"\n :href=\"social.url\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"hover-scale-1 bg-light radius-small pd-thin transition-all\"\n >\n <component\n :is=\"socialIcons[social.icon]\"\n class=\"i-medium\"\n :fill=\"'rgb(var(--dark))'\"\n />\n </a>\n </div>\n </div>\n </Popup>\n </FieldBig>\n</template>\n\n<script setup>\nimport { ref, computed } from 'vue'\nimport { useI18n } from 'vue-i18n'\n\nimport FieldBig from '@martyrs/src/components/FieldBig/FieldBig.vue'\nimport Popup from '@martyrs/src/components/Popup/Popup.vue'\n\nimport IconFacebook from '@martyrs/src/modules/icons/socials/facebook.vue'\nimport IconInstagram from '@martyrs/src/modules/icons/socials/instagram.vue'\nimport IconTelegram from '@martyrs/src/modules/icons/socials/telegram.vue'\nimport IconTwitter from '@martyrs/src/modules/icons/socials/twitter.vue'\nimport IconYoutube from '@martyrs/src/modules/icons/socials/youtube.vue'\nimport IconLinkedin from '@martyrs/src/modules/icons/socials/linkedin.vue'\nimport IconWhatsapp from '@martyrs/src/modules/icons/socials/whatsapp.vue'\n\nimport { useStore } from '@martyrs/src/modules/core/views/store/core.store.js'\nimport applications from '@martyrs/src/modules/orders/store/applications.js'\n\nconst store = useStore()\n\nconst props = defineProps({\n // Тексты компонента\n title: {\n type: String,\n default: null\n },\n subtitle: {\n type: String,\n default: null\n },\n placeholder: {\n type: String,\n default: null\n },\n action: {\n type: String,\n default: null\n },\n successTitle: {\n type: String,\n default: null\n },\n successSubtitle: {\n type: String,\n default: null\n },\n socials: {\n type: Array,\n default: null\n },\n // Настройки поля\n typingSpeed: {\n type: Number,\n default: 75\n },\n loopTyping: {\n type: Boolean,\n default: false\n },\n enableTyping: {\n type: Boolean,\n default: false\n },\n fieldName: {\n type: String,\n default: 'newsletter-email'\n },\n fieldId: {\n type: String,\n default: null\n }\n})\n\n// Используем только глобальную локализацию\nconst { t, tm } = useI18n({\n useScope: 'global'\n})\n\nlet email = ref('')\nlet isSuccessPopupOpen = ref(false)\n\nconst socialIcons = {\n facebook: IconFacebook,\n instagram: IconInstagram,\n telegram: IconTelegram,\n twitter: IconTwitter,\n youtube: IconYoutube,\n linkedin: IconLinkedin,\n whatsapp: IconWhatsapp\n}\n\n// Функция валидации email\nfunction validateEmail(email) {\n const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$/\n return emailRegex.test(email)\n}\n\nfunction showSuccessPopup() {\n isSuccessPopupOpen.value = true\n}\n\nasync function sendApplication() {\n // Валидация email перед отправкой\n if (!email.value || !email.value.trim()) {\n store.core.setError({ message: t('validation.email.required') || 'Email is required' })\n return Promise.reject(new Error('Email is required'))\n }\n\n if (!validateEmail(email.value.trim())) {\n store.core.setError({ message: t('validation.email.invalid') || 'Invalid email format' })\n return Promise.reject(new Error('Invalid email format'))\n }\n\n gtag('event', 'subscribe_newsletter', {\n 'event_category': 'conversion',\n 'event_label': 'Subscribe Newsletter'\n });\n\n try {\n let application = {\n type: 'newsletter',\n contacts: {\n email: email.value.trim()\n }\n };\n\n // Используем публичный API для создания заявки\n const response = await fetch(`${process.env.API_URL}/api/applications/public`, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify(application)\n });\n\n if (!response.ok) {\n throw new Error('Failed to create application');\n }\n\n const result = await response.json();\n\n showSuccessPopup()\n return Promise.resolve(result);\n } catch (error) {\n console.log(error)\n store.core.setError(error)\n return Promise.reject(error);\n }\n}\n</script>\n\n<style lang=\"scss\">\n</style>"],"names":["IconFacebook","IconInstagram","IconTelegram","IconTwitter","IconYoutube","IconLinkedin","IconWhatsapp","email"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA,UAAM,QAAQ,SAAQ;AAEtB,UAAM,QAAQ;AAsDd,UAAM,EAAE,GAAG,GAAE,IAAK,QAAQ;AAAA,MACxB,UAAU;AAAA,IACZ,CAAC;AAED,QAAI,QAAQ,IAAI,EAAE;AAClB,QAAI,qBAAqB,IAAI,KAAK;AAElC,UAAM,cAAc;AAAA,MAClB,UAAUA;AAAAA,MACV,WAAWC;AAAAA,MACX,UAAUC;AAAAA,MACV,SAASC;AAAAA,MACT,SAASC;AAAAA,MACT,UAAUC;AAAAA,MACV,UAAUC;AAAAA,IACZ;AAGA,aAAS,cAAcC,QAAO;AAC5B,YAAM,aAAa;AACnB,aAAO,WAAW,KAAKA,MAAK;AAAA,IAC9B;AAEA,aAAS,mBAAmB;AAC1B,yBAAmB,QAAQ;AAAA,IAC7B;AAEA,mBAAe,kBAAkB;AAE/B,UAAI,CAAC,MAAM,SAAS,CAAC,MAAM,MAAM,QAAQ;AACvC,cAAM,KAAK,SAAS,EAAE,SAAS,EAAE,2BAA2B,KAAK,oBAAmB,CAAE;AACtF,eAAO,QAAQ,OAAO,IAAI,MAAM,mBAAmB,CAAC;AAAA,MACtD;AAEA,UAAI,CAAC,cAAc,MAAM,MAAM,KAAI,CAAE,GAAG;AACtC,cAAM,KAAK,SAAS,EAAE,SAAS,EAAE,0BAA0B,KAAK,uBAAsB,CAAE;AACxF,eAAO,QAAQ,OAAO,IAAI,MAAM,sBAAsB,CAAC;AAAA,MACzD;AAEA,WAAK,SAAS,wBAAwB;AAAA,QACpC,kBAAkB;AAAA,QAClB,eAAe;AAAA,MACnB,CAAG;AAED,UAAI;AACF,YAAI,cAAc;AAAA,UAChB,MAAM;AAAA,UACN,UAAU;AAAA,YACR,OAAO,MAAM,MAAM,KAAI;AAAA,UAC/B;AAAA,QACA;AAGI,cAAM,WAAW,MAAM,MAAM,GAAG,QAAQ,IAAI,OAAO,4BAA4B;AAAA,UAC7E,QAAQ;AAAA,UACR,SAAS;AAAA,YACP,gBAAgB;AAAA,UACxB;AAAA,UACM,MAAM,KAAK,UAAU,WAAW;AAAA,QACtC,CAAK;AAED,YAAI,CAAC,SAAS,IAAI;AAChB,gBAAM,IAAI,MAAM,8BAA8B;AAAA,QAChD;AAEA,cAAM,SAAS,MAAM,SAAS,KAAI;AAElC,yBAAgB;AAChB,eAAO,QAAQ,QAAQ,MAAM;AAAA,MAC/B,SAAS,OAAO;AACd,gBAAQ,IAAI,KAAK;AACjB,cAAM,KAAK,SAAS,KAAK;AACzB,eAAO,QAAQ,OAAO,KAAK;AAAA,MAC7B;AAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { useModel, ref, createElementBlock, openBlock, Fragment, createVNode, withCtx, createBlock, unref, renderList } from "vue";
2
2
  import { useRoute } from "vue-router";
3
3
  import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
4
- /* empty css */
4
+ /* empty css */
5
5
  import _sfc_main$3 from "../../../icons/navigation/IconCross.vue.js";
6
6
  /* empty css */
7
7
  import _sfc_main$6 from "../../../../components/Popup/Popup.vue.js";
@@ -1,4 +1,4 @@
1
- import { ref, onMounted, computed, createElementBlock, createCommentVNode, openBlock, createVNode, createElementVNode, createTextVNode, toDisplayString, Fragment, renderList, normalizeClass, withCtx, createBlock, unref } from "vue";
1
+ import { ref, onMounted, computed, createElementBlock, createCommentVNode, openBlock, createVNode, createElementVNode, createTextVNode, toDisplayString, Fragment, renderList, unref, normalizeClass, withCtx, createBlock } from "vue";
2
2
  import { useRouter, useRoute } from "vue-router";
3
3
  import _sfc_main$2 from "../../../../components/Button/Button.vue2.js";
4
4
  import Select from "../../../../components/Select/Select.vue.js";
@@ -9,6 +9,7 @@ import _sfc_main$5 from "../../../organizations/components/blocks/CardOrganizati
9
9
  import _sfc_main$6 from "../../../chats/components/pages/ChatPage.vue.js";
10
10
  import _sfc_main$4 from "../elements/PriceTotal.vue.js";
11
11
  /* empty css */
12
+ import { useStore } from "../../../core/views/store/core.store.js";
12
13
  import { state } from "../../../auth/views/store/auth.js";
13
14
  import { actions, state as state$1, getters, mutations } from "../../store/orders.js";
14
15
  import { actions as actions$1 } from "../../../organizations/store/organizations.js";
@@ -70,6 +71,7 @@ const _hoisted_30 = { class: "flex gap-thin flex-column mn-b-thin" };
70
71
  const _sfc_main = {
71
72
  __name: "OrderBackoffice",
72
73
  setup(__props) {
74
+ const store = useStore();
73
75
  const { locale } = useI18n();
74
76
  const { returnCurrency } = useGlobalMixins();
75
77
  const router = useRouter();
@@ -77,7 +79,7 @@ const _sfc_main = {
77
79
  const order = ref(null);
78
80
  ref(null);
79
81
  const orderOrganization = ref(null);
80
- const statuses = core.state.options.orders.statuses;
82
+ const statuses = store.core.state.options.orders.statuses;
81
83
  if (route.meta.context === "user" && state.user && route.params._id !== state.user?._id && !state.access?.roles?.includes("ROLE_MODERATOR") && !state.access?.roles?.includes("ROLE_ADMIN")) {
82
84
  router.push("/401");
83
85
  }
@@ -109,14 +111,14 @@ const _sfc_main = {
109
111
  order.value = order.value[0];
110
112
  orderOrganization.value = await actions$1.read({
111
113
  _id: order.value?.owner.target._id,
112
- location: core.state.position?.location,
114
+ location: store.core.state.position?.location,
113
115
  lookup: ["spots"]
114
116
  });
115
117
  });
116
118
  const deliveryCost = computed(() => {
117
119
  const type = state$1.current.delivery.type;
118
120
  const distance = orderOrganization.value[0]?.distance || 0;
119
- const config = core.state.options?.orders?.delivery_formula || {};
121
+ const config = store.core.state.options?.orders?.delivery_formula || {};
120
122
  return getters.getDeliveryPrice(type, distance, config);
121
123
  });
122
124
  let cartTotalPrice = computed(() => {
@@ -137,14 +139,14 @@ const _sfc_main = {
137
139
  }, 0));
138
140
  });
139
141
  function getNextStatus(currentStatus) {
140
- const currentIndex = core.state.options.orders.statuses.findIndex((status) => status.value === currentStatus);
142
+ const currentIndex = store.core.state.options.orders.statuses.findIndex((status) => status.value === currentStatus);
141
143
  if (currentIndex !== -1 && currentIndex + 1 < statuses.length) {
142
- return core.state.options.orders.statuses[currentIndex + 1];
144
+ return store.core.state.options.orders.statuses[currentIndex + 1];
143
145
  }
144
146
  return null;
145
147
  }
146
148
  const isActiveStatus = (index) => {
147
- return core.state.options.orders.statuses.slice(index).some((status) => status.value === order.value.status);
149
+ return store.core.state.options.orders.statuses.slice(index).some((status) => status.value === order.value.status);
148
150
  };
149
151
  async function changePaymentStatus() {
150
152
  if (selectedPayments.value.status && selectedPayments.value.type) {
@@ -176,7 +178,7 @@ const _sfc_main = {
176
178
  ])
177
179
  ]),
178
180
  createElementVNode("div", _hoisted_6, [
179
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.core.state.options.orders.statuses, (status, index) => {
181
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(store).core.state.options.orders.statuses, (status, index) => {
180
182
  return openBlock(), createElementBlock("div", {
181
183
  key: index,
182
184
  class: "w-20"
@@ -275,10 +277,10 @@ const _sfc_main = {
275
277
  createVNode(_sfc_main$4, {
276
278
  totalPrice: unref(cartTotalPrice),
277
279
  currency: unref(returnCurrency)(),
278
- showFees: _ctx.core.state.options?.orders?.showFees,
279
- feesRate: _ctx.core.state.options?.orders?.feesRate || 0,
280
- showVat: _ctx.core.state.options?.orders?.showVat,
281
- vatRate: _ctx.core.state.options?.orders?.vatRate || 0
280
+ showFees: unref(store).core.state.options?.orders?.showFees,
281
+ feesRate: unref(store).core.state.options?.orders?.feesRate || 0,
282
+ showVat: unref(store).core.state.options?.orders?.showVat,
283
+ vatRate: unref(store).core.state.options?.orders?.vatRate || 0
282
284
  }, null, 8, ["totalPrice", "currency", "showFees", "feesRate", "showVat", "vatRate"]),
283
285
  createVNode(_sfc_main$2, {
284
286
  submit: setNextStatus,
@@ -388,11 +390,11 @@ const _sfc_main = {
388
390
  totalPrice: unref(cartTotalPrice),
389
391
  deliveryRate: deliveryCost.value,
390
392
  currency: unref(returnCurrency)(),
391
- showFees: _ctx.core.state.options?.orders?.showFees,
392
- feesRate: _ctx.core.state.options?.orders?.feesRate || 0,
393
- showVat: _ctx.core.state.options?.orders?.showVat,
394
- vatRate: _ctx.core.state.options?.orders?.vatRate || 0,
395
- showDeliveryFee: _ctx.core.state.options?.orders.showDeliveryFee
393
+ showFees: unref(store).core.state.options?.orders?.showFees,
394
+ feesRate: unref(store).core.state.options?.orders?.feesRate || 0,
395
+ showVat: unref(store).core.state.options?.orders?.showVat,
396
+ vatRate: unref(store).core.state.options?.orders?.vatRate || 0,
397
+ showDeliveryFee: unref(store).core.state.options?.orders.showDeliveryFee
396
398
  }, null, 8, ["totalPrice", "deliveryRate", "currency", "showFees", "feesRate", "showVat", "vatRate", "showDeliveryFee"])
397
399
  ])
398
400
  ])) : createCommentVNode("", true)
@@ -400,7 +402,7 @@ const _sfc_main = {
400
402
  };
401
403
  }
402
404
  };
403
- const OrderBackoffice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d14393d2"]]);
405
+ const OrderBackoffice = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1a2444ca"]]);
404
406
  export {
405
407
  OrderBackoffice as default
406
408
  };
@@ -1 +1 @@
1
- {"version":3,"file":"OrderBackoffice.vue.js","sources":["../../../../../../../src/modules/orders/components/pages/OrderBackoffice.vue"],"sourcesContent":["<template>\n\t<div v-if=\"order && orderOrganization\" class=\"pd-thin bg-white\"> \n\n\t <div v-if=\"order\" class=\"mn-b-thin pos-relative w-100 bg-main radius-medium pd-medium\">\n\t \t<div class=\"mn-b-small flex-nowrap flex\">\n\t\t \t<p class=\"t-medium p-regular\">\n\t\t \tOrder No: <span class=\"p-small t-transp\">#{{order._id}}</span>\n\t\t </p>\n\t\t\t</div>\n\n\t \t<div class=\"flex-nowrap flex gap-thin pos-relative \">\n\t\t <div v-for=\"(status, index) in core.state.options.orders.statuses\" :key=\"index\" class=\"w-20\">\n\t\t <div\n\t\t \tclass=\"bg-white br-anim br-glow radius-extra h-1r w-100\"\n\t\t :class=\"\n\t\t\t\t\t { 'br-glow-anim': isActiveStatus(index) },\n\t\t\t\t\t { 't-transp': !isActiveStatus(index) },\n\t\t\t\t\t { 'blink': order.status === status.value && getNextStatus(order.status) }\n\t\t\t\t\t \"\n\t\t />\n\t\t <div \n\t\t \t:class=\"{ 't-transp': !isActiveStatus(index) }\"\n\t\t\t\t\t class=\"mn-t-thin p-small t-medium uppercase\">{{ status.value }}</div>\n\t\t \t</div>\n\t\t\t </div>\n\t </div>\n\n \t<Popup \n title=\"Payment Status\" \n @close-popup=\"closePaymentPopup\" \n :isPopupOpen=\"isOpenPaymentPopup\"\n class=\"bg-light w-min-25r w-max-25r radius-medium pd-big\"\n >\n \t<Select \n v-model:select=\"selectedPayments.type\"\n :property=\"'value'\"\n label=\"Type\"\n :options=\"[\n {name: 'Cash', value: 'cash'}, \n {name: 'Card', value: 'card'}, \n {name: 'Bank Transfer', value: 'bank'},\n ]\"\n placeholder=\"Select type of payment\" \n size=\"small\"\n class=\"bg-white mn-b-thin pd-regular radius-small w-100\"\n />\n\n <Select \n v-model:select=\"selectedPayments.status\"\n :property=\"'value'\"\n label=\"Status\"\n :options=\"[\n {name: 'Unpaid', value: 'unpaid'}, \n {name: 'Paid', value: 'paid'}, \n {name: 'Refunded', value: 'refunded'},\n ]\"\n placeholder=\"Select status of payment\" \n size=\"small\"\n class=\"bg-white mn-b-small pd-regular radius-small w-100\"\n />\n\n\n <Button :submit=\"changePaymentStatus\" class=\"t-white w-100 bg-second\">\n\t\t\t\t<span>Change Status</span>\n\t\t\t</Button>\n\t \t</Popup>\n\n\t <Popup \n title=\"Change order status\" \n @close-popup=\"closeStatusPopup\" \n :isPopupOpen=\"isOpeStatusPopup\"\n class=\"bg-light w-min-30r w-max-30r radius-medium pd-big\"\n >\n\n\t\t\t<!-- Добавить выбор примерного времени -->\n\n \t<ul class=\"flex gap-thin flex-column mn-b-thin\">\n \t\t\t<CardOrderItem\n \t\t\t\tv-for=\"(product, index) in order.positions\" \n \t\t\t\t:key=\"`${product._id}_${product.variant || 'no-variant'}_${index}`\"\n \t\t\t\t:editable=\"!order.status_history || order.status_history.length <= 1\" \n \t\t\t\t:productId=\"product._id\"\n \t\t\t\t:variantId=\"product.variant\"\n \t\t\t\t:images=\"product.images\"\n \t\t\t\t:name=\"product.name\"\n \t\t\t\t:quantity=\"product.quantity\"\n \t\t\t\t:unit=\"product.unit\"\n \t\t\t\t:dates=\"product.date\"\n \t\t\t\t:listing=\"product.listing\"\n \t\t\t\t:price=\"product.price\"\n \t\t\t\t:increase=\"() => orders.mutations.incrementItemQuantity(order, product._id, product.variant)\"\n\t :decrease=\"() => orders.mutations.decrementItemQuantity(order, product._id, product.variant)\"\n\t :remove=\"() => orders.mutations.removeProduct(order, product._id, product.variant)\"\n\t @updateRentDates=\"(productId, variantId, dates) => shopcart.actions.updateRentDates({ positions: order.positions, productId, variantId, dates })\"\n \t\t\t\tclass=\"bg-white radius-small pd-small\"\n \t\t\t/>\n </ul>\n \n <PriceTotal \n :totalPrice=\"cartTotalPrice\"\n :currency=\"returnCurrency()\"\n :showFees=\"core.state.options?.orders?.showFees\"\n :feesRate=\"core.state.options?.orders?.feesRate || 0\"\n :showVat=\"core.state.options?.orders?.showVat\"\n :vatRate=\"core.state.options?.orders?.vatRate || 0\"\n />\n\n \t<Button :submit=\"setNextStatus\" class=\"t-white w-100 bg-second\">\n\t\t\t\t<span>{{'Confirm Changing to ' + (getNextStatus(order.status)).label}}</span>\n\t\t\t</Button>\n\t \t</Popup>\n\n\n\t \n\t <div v-if=\"order\" class=\"gap-thin cols-2 mobile:cols-1\">\n\n\t <div class=\"w-100\">\n\n\n\t\t <CardOrganization \n\t\t \tv-if=\"orderOrganization[0]\"\n\t\t :organization=\"orderOrganization[0]\"\n\t\t :showRating=\"true\"\n\t\t :showFollowers=\"false\"\n\t\t :showProducts=\"false\"\n\t\t class=\"bg-light mn-b-thin w-100 o-hidden radius-medium pd-small \"\n\t\t />\n\n\n\t\t <div \n\t\t \tclass=\"mn-b-thin bg-light w-100 o-hidden radius-medium \"\n\t\t >\n\t\t \t<div class=\"pd-small flex-nowrap flex\">\n\t\t\t \t<div class=\"mn-r-auto\">\n\t\t\t\t \t<span class=\"d-block t-medium p-regular mn-b-thin\">Order is</span>\n\t\t\t\t\t <span class=\" t-lh-075 h2 d-block mn-b-small\">{{order.status}}</span>\n\t\t\t\t\t <p class=\"pd-thin radius-extra bg-black t-white w-max\">{{formatDate(order.updatedAt, {language: locale })}}</p>\n\t\t\t\t\t </div>\n\t\t\t\t\t <!-- <div class=\"t-right\">\n\t\t\t\t\t \tCancel order<br>\n\t\t\t\t\t \tExchange item\n\t\t\t\t\t \t<hr class=\"mn-b-thin mn-t-thin\">\n\t\t\t\t\t \tFor Delivery Queries Contact Us\n\t\t\t\t\t \t\n\t\t\t\t\t </div> -->\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div v-if=\"order.customer.target?.number\" class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"w-100 t-medium p-regular\">\n\t\t\t \tPhone\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right \">\n\t\t\t \t{{order.customer.target?.number || 'Not specified'}}\n\t\t\t </p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"t-medium p-regular\">\n\t\t\t \tAddress\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right\">\n\t\t\t\t\t\t\t{{order.delivery.address || (order.delivery.spot[0]?.profile.name + (order.delivery.spot[0]?.address ? ', ' + order.delivery.spot[0].address : '')) || 'Not specified'}}\n\t\t\t </p>\n\n\n\n\t\t\t </div>\n\n\n\t\t\t <div v-if=\"order.comment\" class=\"pos-relative radius-thin mn-t-zero mn-thin bg-fifth-transp-10 pd-small\">\n\t\t\t <p class=\"mn-b-thin t-transp uppercase p-small t-medium\">Comment</p>\n\t\t\t <p>{{order.comment}}</p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"t-medium p-regular\">\n\t\t\t \tDelivery\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right \">\n\t\t\t {{order.delivery.type ? order.delivery.type : 'Not specified'}} \n\t\t\t </p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"mn-r-auto t-medium p-regular\">\n\t\t\t \tPayment\n\t\t\t </p>\n\n\n\t\t\t <p class=\"w-max t-right\">\n\t\t\t {{order.payment.type ? order.payment.type : 'Not specified'}} \n\t\t\t </p>\n\n\t\t\t <p @click=\"route.meta.context !== 'user' && route.meta.context !== 'root' ? openPaymentPopup() : console.log('Context:', route.meta.context)\" class=\"w-max pd-thin radius-small bg-second t-white mn-l-thin cursor-pointer hover-bg-black t-right\">\n\t\t\t {{order.payment.status ? order.payment.status : 'Unpaid'}} \n\t\t\t </p>\n\t\t\t </div>\n\n\n\t\t\t\t</div>\n\n\t\t\t\t<div v-if=\"route.meta.context !== 'user' && route.meta.context !== 'root'\" class=\"o-y-scroll bg-light pd-thin mn-b-thin pd-thin radius-medium flex-nowrap flex\">\n\t\t \t\t<div class=\"flex-child-default mn-r-small w-max flex-v-center gap-thin flex-nowrap flex pd-thin radius-small bg-light-transp-20\">\n\t\t \t\t\t<IconTime class=\"i-medium t-transp\" fill=\"rgb(var(--black)\" />\n\t\t <p class=\"t-medium mn-r-auto\"><span class=\"p-small t-transp\">Estimated Reaction</span><br>{{formatDate(order.deadline, { language: locale })}}</p>\n\t\t\t \t</div>\n\t\t\t \t<button v-if=\"getNextStatus(order.status)\" @click=\"openStatusPopup\" class=\"flex-child-default mn-l-auto bg-black t-white button\"> \n\t\t\t\t Mark as {{ (getNextStatus(order.status)).label }} \n\t\t\t\t </button>\n\t\t \t</div>\n\n\t\t\t<div class=\"bg-light radius-medium pd-medium mn-r-bold w-100\">\n\t\t <h3 class=\"mn-b-small\">Chat With Us</h3>\n\n\t\t <ChatPage\n\t\t \t:username=\"['Order', 'UserOrder'].includes(route.name) ? (order.user?.name || 'User') : 'Support'\"\n\t\t \t:user=\"auth.state.user._id\"\n\t\t \t:chatID=\"route.params.order\"\n\t\t \tclass=\"radius-semi bs-black bg-light o-hidden\"\n\t\t />\n\n\t </div>\n\t \t<!-- <StatusHistory \n\t \t\tv-if=\"orders.state.current.status_history\"\n\t \t\t:statuses=\"statuses\"\n\t \t\t:statusHistory=\"orders.state.current.status_history\"\n\t \t\t:statusCurrent=\"orders.state.current.status\"\n\t \t\t:edit=\"route.name === 'Order Edit'\"\n\t \t/> -->\n\n\t <!-- \t<button \n\t \t@click=\"requestPayment(order)\"\n\t \tv-if=\"\n\t \t\torder.status === 'Подтвержден' \n\t \t\t&& order.payment.type === 'Online'\n\t \t\t&& payment.Status !== 'CONFIRMED'\n\t \t\t&& payment.Status !== 'REFUNDED'\n\t \t\" \n\t \tclass='w-100 button'>Оплатить заказ</button> -->\n\t \t<span class=\"t-transp\" v-if=\"payment && payment.Status === 'CONFIRMED'\">Paid</span> \n\t </div> \n\n\t <div class=\"bg-light radius-medium pd-medium w-100\">\n\t \t\t<h3 class=\"mn-b-small\">Order Summary</h3>\n\n\t \t\t<ul class=\"flex gap-thin flex-column mn-b-thin\">\n\t \t\t\t<CardOrderItem\n\t \t\t\t\tv-for=\"(product, index) in order.positions\" \n\t \t\t\t\t:key=\"`${product._id}_${product.variant || 'no-variant'}_${index}`\"\n\t \t\t\t\t:editable=\"false\" \n\t \t\t\t\t:productId=\"product._id\"\n\t \t\t\t\t:variantId=\"product.variant\"\n\t \t\t\t\t:images=\"product.images\"\n\t \t\t\t\t:name=\"product.name\"\n\t \t\t\t\t:quantity=\"product.quantity\"\n\t \t\t\t\t:unit=\"product.unit\"\n\t \t\t\t\t:dates=\"product.date\"\n\t \t\t\t\t:listing=\"product.listing\"\n\t \t\t\t\t:price=\"product.price\"\n\t \t\t\t\tclass=\"bg-white radius-small pd-small\"\n\t \t\t\t/>\n\t </ul>\n\t \n\t <PriceTotal \n :totalPrice=\"cartTotalPrice\"\n :deliveryRate=\"deliveryCost\"\n :currency=\"returnCurrency()\"\n :showFees=\"core.state.options?.orders?.showFees\"\n :feesRate=\"core.state.options?.orders?.feesRate || 0\"\n :showVat=\"core.state.options?.orders?.showVat\"\n :vatRate=\"core.state.options?.orders?.vatRate || 0\"\n\t\t\t\t :showDeliveryFee=\"core.state.options?.orders.showDeliveryFee\"\n\n />\n \t</div>\n\n\t \n\t </div>\n\t</div>\t\t\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed, ref, onMounted } from 'vue'\n\timport { useRouter, useRoute } from 'vue-router'\n\n\timport Button from '@martyrs/src/components/Button/Button.vue'\n\timport Select from '@martyrs/src/components/Select/Select.vue'\n\timport Popup from \"@martyrs/src/components/Popup/Popup.vue\";\n\n\timport IconTime from '@martyrs/src/modules/icons/entities/IconTime.vue'\n\n\t// Block\n\timport CardOrderItem from '@martyrs/src/modules/orders/components/blocks/CardOrderItem.vue'\n\timport CardOrganization from '@martyrs/src/modules/organizations/components/blocks/CardOrganization.vue'\n\n\timport ChatPage from '@martyrs/src/modules/chats/components/pages/ChatPage.vue';\n\n\timport StatusHistory from '@martyrs/src/modules/orders/components/blocks/StatusHistory.vue'\n\timport PriceTotal from '@martyrs/src/modules/orders/components/elements/PriceTotal.vue';\n\timport FormPayment from '@martyrs/src/modules/orders/components/sections/FormPayment.vue'\n\n\timport * as globals \tfrom '@martyrs/src/modules/core/views/store/core.store.js'\n\timport * as auth from '@martyrs/src/modules/auth/views/store/auth.js'\n\timport * as orders \tfrom '@martyrs/src/modules/orders/store/orders.js'\n\timport * as products \tfrom '@martyrs/src/modules/products/store/products.js'\n\timport * as organizations \tfrom '@martyrs/src/modules/organizations/store/organizations.js'\n\n\timport { useI18n } from 'vue-i18n';\n\timport { useGlobalMixins } from '@martyrs/src/modules/core/views/mixins/mixins.js';\n\t\n\tconst { locale } = useI18n();\n\tconst { returnCurrency } = useGlobalMixins();\n\n\tconst router = useRouter()\n\tconst route = useRoute()\n\n\tconst order = ref(null)\n\tconst productsOrganization = ref(null)\n\tconst orderOrganization = ref(null)\n\n\tconst statuses = core.state.options.orders.statuses\n\tconst statusLabels = ['Created', 'Confirmed', 'Preparing', 'In use', 'Finished'];\n\n if (route.meta.context === 'user' && \n auth.state.user && \n route.params._id !== auth.state.user?._id && \n !auth.state.access?.roles?.includes('ROLE_MODERATOR') && \n !auth.state.access?.roles?.includes('ROLE_ADMIN')) {\n router.push('/401');\n }\n\n\tconst isOpeStatusPopup = ref(false);\n\tconst selectedMember = ref(null);\n\n\tfunction openStatusPopup(member) {\n\t isOpeStatusPopup.value = true;\n\t if (typeof member === \"number\") selectedMember.value = member;\n\t}\n\n\tfunction closeStatusPopup() {\n\t isOpeStatusPopup.value = false;\n\t selectedMember.value = null;\n\t}\n\n\tconst isOpenPaymentPopup = ref(false);\n\n\tconst selectedPayments = ref({\n\t\ttype: null,\n\t\tstatus: null\n\t});\n\n\tfunction openPaymentPopup() {\n\t selectedPayments.value.type = order.value.payment.type\n\t selectedPayments.value.status = order.value.payment.status\n\n\t isOpenPaymentPopup.value = true;\n\t}\n\n\tfunction closePaymentPopup() {\n\t isOpenPaymentPopup.value = false;\n\t}\n\n\tonMounted(async()=>{\n\t\torder.value = await orders.actions.read({_id: route.params.order})\n\t\torder.value = order.value[0]\n\n\t orderOrganization.value = await organizations.actions.read({\n\t _id: order.value?.owner.target._id,\n\t location: core.state.position?.location,\n\t lookup: ['spots']\n\t });\n\n\t})\n\n\nconst deliveryCost = computed(() => {\n const type = orders.state.current.delivery.type\n const distance = orderOrganization.value[0]?.distance || 0\n const config = core.state.options?.orders?.delivery_formula || {}\n\n return orders.getters.getDeliveryPrice(type, distance, config)\n})\n\n\tlet cartTotalPrice = computed(() => {\n return Number(order.value?.positions.reduce((total, product) => {\n // Проверяем тип листинга\n if (product.listing === 'rent') {\n const start = new Date(product.date.start)\n const end = new Date(product.date.end)\n const diffTime = Math.abs(end - start)\n return total + product.price * (Math.ceil(diffTime / (1000 * 60 * 60 * 24)) + 1);\n } else {\n // Для обычных товаров умножаем на количество\n return total + product.price * (product.quantity || 1);\n }\n }, 0));\n })\n\n\n let cartTotalAmount = computed(() => {\n return Number(order.value?.positions.reduce((total, product) => {\n return total + product.quantity;\n }, 0));\n })\n\n // Функция установки нового статуса\n\tasync function setStatus (newStatus) {\n\t orders.state.current.status = newStatus\n\n\t await orders.actions.update(orders.state.current)\n\t} \n\n\n\tfunction getNextStatus(currentStatus) {\n\t const currentIndex = core.state.options.orders.statuses.findIndex(status => status.value === currentStatus);\n\n\t if (currentIndex !== -1 && currentIndex + 1 < statuses.length) {\n\t return core.state.options.orders.statuses[currentIndex + 1];\n\t }\n\t return null; // If next status doesn't exist\n\t}\n\n\tconst isActiveStatus = (index) => {\n\t return core.state.options.orders.statuses.slice(index).some(status => status.value === order.value.status);\n\t};\n\n async function changePaymentStatus() {\n if (selectedPayments.value.status && selectedPayments.value.type) {\n orders.state.current.payment = selectedPayments.value;\n\n await orders.actions.update(orders.state.current)\n } else {\n console.error('Payment status is void. Must handle somehow.');\n }\n\n\t\tclosePaymentPopup()\n }\n\n async function setNextStatus() {\n const nextStatus = getNextStatus(orders.state.current.status);\n\n if (nextStatus) {\n orders.state.current.status = nextStatus.value;\n \n // Обновляем позиции заказа из текущего состояния\n orders.state.current.positions = order.value.positions;\n\n await orders.actions.update(orders.state.current)\n } else {\n console.error('Next status is void. Must handle somehow.');\n }\n\n\t\tcloseStatusPopup()\n }\n\n async function cancelOrder() {\n \talert()\n\n orders.state.current.status = 'canceled';\n\n await orders.actions.update(orders.state.current)\n}\n\n\n async function confirmOrder() {\n \talert()\n\n orders.state.current.status = 'confirmed';\n\n await orders.actions.update(orders.state.current)\n\t}\n\n\tfunction calculateDeliveryTime(distance, date) {\n\t if (!distance) {\n\t return null;\n\t }\n\n\t const basePreparationTime = 10 * 60 * 1000; // Convert to milliseconds\n\t const travelTime = Math.ceil((15 + 5 + 3 * distance) / 5) * 5 * 60 * 1000;\n\n\t // Преобразование даты начала в миллисекунды и добавление времени подготовки и доставки\n\t const startTime = new Date(date).getTime();\n\t const estimatedDeliveryTime = new Date(startTime + basePreparationTime + travelTime);\n\n\t return estimatedDeliveryTime;\n\t}\n\n\n</script>\n\n<style lang=\"scss\" scoped>\n\t.blink {\n\t animation: blink-animation 1s ease infinite;\n\t}\n\n\t@keyframes blink-animation {\n\t 0%, 100% {\n\t opacity: 1;\n\t }\n\t 50% {\n\t opacity: 0.8;\n\t }\n\t}\n</style>"],"names":["auth.state","orders.actions","organizations.actions","orders.state","orders.getters"],"mappings":"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"}
1
+ {"version":3,"file":"OrderBackoffice.vue.js","sources":["../../../../../../../src/modules/orders/components/pages/OrderBackoffice.vue"],"sourcesContent":["<template>\n\t<div v-if=\"order && orderOrganization\" class=\"pd-thin bg-white\"> \n\n\t <div v-if=\"order\" class=\"mn-b-thin pos-relative w-100 bg-main radius-medium pd-medium\">\n\t \t<div class=\"mn-b-small flex-nowrap flex\">\n\t\t \t<p class=\"t-medium p-regular\">\n\t\t \tOrder No: <span class=\"p-small t-transp\">#{{order._id}}</span>\n\t\t </p>\n\t\t\t</div>\n\n\t \t<div class=\"flex-nowrap flex gap-thin pos-relative \">\n\t\t <div v-for=\"(status, index) in store.core.state.options.orders.statuses\" :key=\"index\" class=\"w-20\">\n\t\t <div\n\t\t \tclass=\"bg-white br-anim br-glow radius-extra h-1r w-100\"\n\t\t :class=\"\n\t\t\t\t\t { 'br-glow-anim': isActiveStatus(index) },\n\t\t\t\t\t { 't-transp': !isActiveStatus(index) },\n\t\t\t\t\t { 'blink': order.status === status.value && getNextStatus(order.status) }\n\t\t\t\t\t \"\n\t\t />\n\t\t <div \n\t\t \t:class=\"{ 't-transp': !isActiveStatus(index) }\"\n\t\t\t\t\t class=\"mn-t-thin p-small t-medium uppercase\">{{ status.value }}</div>\n\t\t \t</div>\n\t\t\t </div>\n\t </div>\n\n \t<Popup \n title=\"Payment Status\" \n @close-popup=\"closePaymentPopup\" \n :isPopupOpen=\"isOpenPaymentPopup\"\n class=\"bg-light w-min-25r w-max-25r radius-medium pd-big\"\n >\n \t<Select \n v-model:select=\"selectedPayments.type\"\n :property=\"'value'\"\n label=\"Type\"\n :options=\"[\n {name: 'Cash', value: 'cash'}, \n {name: 'Card', value: 'card'}, \n {name: 'Bank Transfer', value: 'bank'},\n ]\"\n placeholder=\"Select type of payment\" \n size=\"small\"\n class=\"bg-white mn-b-thin pd-regular radius-small w-100\"\n />\n\n <Select \n v-model:select=\"selectedPayments.status\"\n :property=\"'value'\"\n label=\"Status\"\n :options=\"[\n {name: 'Unpaid', value: 'unpaid'}, \n {name: 'Paid', value: 'paid'}, \n {name: 'Refunded', value: 'refunded'},\n ]\"\n placeholder=\"Select status of payment\" \n size=\"small\"\n class=\"bg-white mn-b-small pd-regular radius-small w-100\"\n />\n\n\n <Button :submit=\"changePaymentStatus\" class=\"t-white w-100 bg-second\">\n\t\t\t\t<span>Change Status</span>\n\t\t\t</Button>\n\t \t</Popup>\n\n\t <Popup \n title=\"Change order status\" \n @close-popup=\"closeStatusPopup\" \n :isPopupOpen=\"isOpeStatusPopup\"\n class=\"bg-light w-min-30r w-max-30r radius-medium pd-big\"\n >\n\n\t\t\t<!-- Добавить выбор примерного времени -->\n\n \t<ul class=\"flex gap-thin flex-column mn-b-thin\">\n \t\t\t<CardOrderItem\n \t\t\t\tv-for=\"(product, index) in order.positions\" \n \t\t\t\t:key=\"`${product._id}_${product.variant || 'no-variant'}_${index}`\"\n \t\t\t\t:editable=\"!order.status_history || order.status_history.length <= 1\" \n \t\t\t\t:productId=\"product._id\"\n \t\t\t\t:variantId=\"product.variant\"\n \t\t\t\t:images=\"product.images\"\n \t\t\t\t:name=\"product.name\"\n \t\t\t\t:quantity=\"product.quantity\"\n \t\t\t\t:unit=\"product.unit\"\n \t\t\t\t:dates=\"product.date\"\n \t\t\t\t:listing=\"product.listing\"\n \t\t\t\t:price=\"product.price\"\n \t\t\t\t:increase=\"() => orders.mutations.incrementItemQuantity(order, product._id, product.variant)\"\n\t :decrease=\"() => orders.mutations.decrementItemQuantity(order, product._id, product.variant)\"\n\t :remove=\"() => orders.mutations.removeProduct(order, product._id, product.variant)\"\n\t @updateRentDates=\"(productId, variantId, dates) => shopcart.actions.updateRentDates({ positions: order.positions, productId, variantId, dates })\"\n \t\t\t\tclass=\"bg-white radius-small pd-small\"\n \t\t\t/>\n </ul>\n \n <PriceTotal\n :totalPrice=\"cartTotalPrice\"\n :currency=\"returnCurrency()\"\n :showFees=\"store.core.state.options?.orders?.showFees\"\n :feesRate=\"store.core.state.options?.orders?.feesRate || 0\"\n :showVat=\"store.core.state.options?.orders?.showVat\"\n :vatRate=\"store.core.state.options?.orders?.vatRate || 0\"\n />\n\n \t<Button :submit=\"setNextStatus\" class=\"t-white w-100 bg-second\">\n\t\t\t\t<span>{{'Confirm Changing to ' + (getNextStatus(order.status)).label}}</span>\n\t\t\t</Button>\n\t \t</Popup>\n\n\n\t \n\t <div v-if=\"order\" class=\"gap-thin cols-2 mobile:cols-1\">\n\n\t <div class=\"w-100\">\n\n\n\t\t <CardOrganization \n\t\t \tv-if=\"orderOrganization[0]\"\n\t\t :organization=\"orderOrganization[0]\"\n\t\t :showRating=\"true\"\n\t\t :showFollowers=\"false\"\n\t\t :showProducts=\"false\"\n\t\t class=\"bg-light mn-b-thin w-100 o-hidden radius-medium pd-small \"\n\t\t />\n\n\n\t\t <div \n\t\t \tclass=\"mn-b-thin bg-light w-100 o-hidden radius-medium \"\n\t\t >\n\t\t \t<div class=\"pd-small flex-nowrap flex\">\n\t\t\t \t<div class=\"mn-r-auto\">\n\t\t\t\t \t<span class=\"d-block t-medium p-regular mn-b-thin\">Order is</span>\n\t\t\t\t\t <span class=\" t-lh-075 h2 d-block mn-b-small\">{{order.status}}</span>\n\t\t\t\t\t <p class=\"pd-thin radius-extra bg-black t-white w-max\">{{formatDate(order.updatedAt, {language: locale })}}</p>\n\t\t\t\t\t </div>\n\t\t\t\t\t <!-- <div class=\"t-right\">\n\t\t\t\t\t \tCancel order<br>\n\t\t\t\t\t \tExchange item\n\t\t\t\t\t \t<hr class=\"mn-b-thin mn-t-thin\">\n\t\t\t\t\t \tFor Delivery Queries Contact Us\n\t\t\t\t\t \t\n\t\t\t\t\t </div> -->\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div v-if=\"order.customer.target?.number\" class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"w-100 t-medium p-regular\">\n\t\t\t \tPhone\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right \">\n\t\t\t \t{{order.customer.target?.number || 'Not specified'}}\n\t\t\t </p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"t-medium p-regular\">\n\t\t\t \tAddress\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right\">\n\t\t\t\t\t\t\t{{order.delivery.address || (order.delivery.spot[0]?.profile.name + (order.delivery.spot[0]?.address ? ', ' + order.delivery.spot[0].address : '')) || 'Not specified'}}\n\t\t\t </p>\n\n\n\n\t\t\t </div>\n\n\n\t\t\t <div v-if=\"order.comment\" class=\"pos-relative radius-thin mn-t-zero mn-thin bg-fifth-transp-10 pd-small\">\n\t\t\t <p class=\"mn-b-thin t-transp uppercase p-small t-medium\">Comment</p>\n\t\t\t <p>{{order.comment}}</p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"t-medium p-regular\">\n\t\t\t \tDelivery\n\t\t\t </p>\n\n\t\t\t <p class=\"w-100 t-right \">\n\t\t\t {{order.delivery.type ? order.delivery.type : 'Not specified'}} \n\t\t\t </p>\n\t\t\t </div>\n\n\t\t\t <div class=\"pd-small flex flex-nowrap flex-v-center br-t br-black-transp-10 br-solid\">\n\t\t\t \t<p class=\"mn-r-auto t-medium p-regular\">\n\t\t\t \tPayment\n\t\t\t </p>\n\n\n\t\t\t <p class=\"w-max t-right\">\n\t\t\t {{order.payment.type ? order.payment.type : 'Not specified'}} \n\t\t\t </p>\n\n\t\t\t <p @click=\"route.meta.context !== 'user' && route.meta.context !== 'root' ? openPaymentPopup() : console.log('Context:', route.meta.context)\" class=\"w-max pd-thin radius-small bg-second t-white mn-l-thin cursor-pointer hover-bg-black t-right\">\n\t\t\t {{order.payment.status ? order.payment.status : 'Unpaid'}} \n\t\t\t </p>\n\t\t\t </div>\n\n\n\t\t\t\t</div>\n\n\t\t\t\t<div v-if=\"route.meta.context !== 'user' && route.meta.context !== 'root'\" class=\"o-y-scroll bg-light pd-thin mn-b-thin pd-thin radius-medium flex-nowrap flex\">\n\t\t \t\t<div class=\"flex-child-default mn-r-small w-max flex-v-center gap-thin flex-nowrap flex pd-thin radius-small bg-light-transp-20\">\n\t\t \t\t\t<IconTime class=\"i-medium t-transp\" fill=\"rgb(var(--black)\" />\n\t\t <p class=\"t-medium mn-r-auto\"><span class=\"p-small t-transp\">Estimated Reaction</span><br>{{formatDate(order.deadline, { language: locale })}}</p>\n\t\t\t \t</div>\n\t\t\t \t<button v-if=\"getNextStatus(order.status)\" @click=\"openStatusPopup\" class=\"flex-child-default mn-l-auto bg-black t-white button\"> \n\t\t\t\t Mark as {{ (getNextStatus(order.status)).label }} \n\t\t\t\t </button>\n\t\t \t</div>\n\n\t\t\t<div class=\"bg-light radius-medium pd-medium mn-r-bold w-100\">\n\t\t <h3 class=\"mn-b-small\">Chat With Us</h3>\n\n\t\t <ChatPage\n\t\t \t:username=\"['Order', 'UserOrder'].includes(route.name) ? (order.user?.name || 'User') : 'Support'\"\n\t\t \t:user=\"auth.state.user._id\"\n\t\t \t:chatID=\"route.params.order\"\n\t\t \tclass=\"radius-semi bs-black bg-light o-hidden\"\n\t\t />\n\n\t </div>\n\t \t<!-- <StatusHistory \n\t \t\tv-if=\"orders.state.current.status_history\"\n\t \t\t:statuses=\"statuses\"\n\t \t\t:statusHistory=\"orders.state.current.status_history\"\n\t \t\t:statusCurrent=\"orders.state.current.status\"\n\t \t\t:edit=\"route.name === 'Order Edit'\"\n\t \t/> -->\n\n\t <!-- \t<button \n\t \t@click=\"requestPayment(order)\"\n\t \tv-if=\"\n\t \t\torder.status === 'Подтвержден' \n\t \t\t&& order.payment.type === 'Online'\n\t \t\t&& payment.Status !== 'CONFIRMED'\n\t \t\t&& payment.Status !== 'REFUNDED'\n\t \t\" \n\t \tclass='w-100 button'>Оплатить заказ</button> -->\n\t \t<span class=\"t-transp\" v-if=\"payment && payment.Status === 'CONFIRMED'\">Paid</span> \n\t </div> \n\n\t <div class=\"bg-light radius-medium pd-medium w-100\">\n\t \t\t<h3 class=\"mn-b-small\">Order Summary</h3>\n\n\t \t\t<ul class=\"flex gap-thin flex-column mn-b-thin\">\n\t \t\t\t<CardOrderItem\n\t \t\t\t\tv-for=\"(product, index) in order.positions\" \n\t \t\t\t\t:key=\"`${product._id}_${product.variant || 'no-variant'}_${index}`\"\n\t \t\t\t\t:editable=\"false\" \n\t \t\t\t\t:productId=\"product._id\"\n\t \t\t\t\t:variantId=\"product.variant\"\n\t \t\t\t\t:images=\"product.images\"\n\t \t\t\t\t:name=\"product.name\"\n\t \t\t\t\t:quantity=\"product.quantity\"\n\t \t\t\t\t:unit=\"product.unit\"\n\t \t\t\t\t:dates=\"product.date\"\n\t \t\t\t\t:listing=\"product.listing\"\n\t \t\t\t\t:price=\"product.price\"\n\t \t\t\t\tclass=\"bg-white radius-small pd-small\"\n\t \t\t\t/>\n\t </ul>\n\t \n\t <PriceTotal\n :totalPrice=\"cartTotalPrice\"\n :deliveryRate=\"deliveryCost\"\n :currency=\"returnCurrency()\"\n :showFees=\"store.core.state.options?.orders?.showFees\"\n :feesRate=\"store.core.state.options?.orders?.feesRate || 0\"\n :showVat=\"store.core.state.options?.orders?.showVat\"\n :vatRate=\"store.core.state.options?.orders?.vatRate || 0\"\n\t\t\t\t :showDeliveryFee=\"store.core.state.options?.orders.showDeliveryFee\"\n\n />\n \t</div>\n\n\t \n\t </div>\n\t</div>\t\t\n\n</template>\n\n\n<script setup=\"props\">\n\timport { computed, ref, onMounted } from 'vue'\n\timport { useRouter, useRoute } from 'vue-router'\n\n\timport Button from '@martyrs/src/components/Button/Button.vue'\n\timport Select from '@martyrs/src/components/Select/Select.vue'\n\timport Popup from \"@martyrs/src/components/Popup/Popup.vue\";\n\n\timport IconTime from '@martyrs/src/modules/icons/entities/IconTime.vue'\n\n\t// Block\n\timport CardOrderItem from '@martyrs/src/modules/orders/components/blocks/CardOrderItem.vue'\n\timport CardOrganization from '@martyrs/src/modules/organizations/components/blocks/CardOrganization.vue'\n\n\timport ChatPage from '@martyrs/src/modules/chats/components/pages/ChatPage.vue';\n\n\timport StatusHistory from '@martyrs/src/modules/orders/components/blocks/StatusHistory.vue'\n\timport PriceTotal from '@martyrs/src/modules/orders/components/elements/PriceTotal.vue';\n\timport FormPayment from '@martyrs/src/modules/orders/components/sections/FormPayment.vue'\n\n\timport { useStore } from '@martyrs/src/modules/core/views/store/core.store.js'\n\timport * as auth from '@martyrs/src/modules/auth/views/store/auth.js'\n\timport * as orders \tfrom '@martyrs/src/modules/orders/store/orders.js'\n\timport * as products \tfrom '@martyrs/src/modules/products/store/products.js'\n\timport * as organizations \tfrom '@martyrs/src/modules/organizations/store/organizations.js'\n\n\timport { useI18n } from 'vue-i18n';\n\timport { useGlobalMixins } from '@martyrs/src/modules/core/views/mixins/mixins.js';\n\n\tconst store = useStore()\n\t\n\tconst { locale } = useI18n();\n\tconst { returnCurrency } = useGlobalMixins();\n\n\tconst router = useRouter()\n\tconst route = useRoute()\n\n\tconst order = ref(null)\n\tconst productsOrganization = ref(null)\n\tconst orderOrganization = ref(null)\n\n\tconst statuses = store.core.state.options.orders.statuses\n\tconst statusLabels = ['Created', 'Confirmed', 'Preparing', 'In use', 'Finished'];\n\n if (route.meta.context === 'user' && \n auth.state.user && \n route.params._id !== auth.state.user?._id && \n !auth.state.access?.roles?.includes('ROLE_MODERATOR') && \n !auth.state.access?.roles?.includes('ROLE_ADMIN')) {\n router.push('/401');\n }\n\n\tconst isOpeStatusPopup = ref(false);\n\tconst selectedMember = ref(null);\n\n\tfunction openStatusPopup(member) {\n\t isOpeStatusPopup.value = true;\n\t if (typeof member === \"number\") selectedMember.value = member;\n\t}\n\n\tfunction closeStatusPopup() {\n\t isOpeStatusPopup.value = false;\n\t selectedMember.value = null;\n\t}\n\n\tconst isOpenPaymentPopup = ref(false);\n\n\tconst selectedPayments = ref({\n\t\ttype: null,\n\t\tstatus: null\n\t});\n\n\tfunction openPaymentPopup() {\n\t selectedPayments.value.type = order.value.payment.type\n\t selectedPayments.value.status = order.value.payment.status\n\n\t isOpenPaymentPopup.value = true;\n\t}\n\n\tfunction closePaymentPopup() {\n\t isOpenPaymentPopup.value = false;\n\t}\n\n\tonMounted(async()=>{\n\t\torder.value = await orders.actions.read({_id: route.params.order})\n\t\torder.value = order.value[0]\n\n\t orderOrganization.value = await organizations.actions.read({\n\t _id: order.value?.owner.target._id,\n\t location: store.core.state.position?.location,\n\t lookup: ['spots']\n\t });\n\n\t})\n\n\nconst deliveryCost = computed(() => {\n const type = orders.state.current.delivery.type\n const distance = orderOrganization.value[0]?.distance || 0\n const config = store.core.state.options?.orders?.delivery_formula || {}\n\n return orders.getters.getDeliveryPrice(type, distance, config)\n})\n\n\tlet cartTotalPrice = computed(() => {\n return Number(order.value?.positions.reduce((total, product) => {\n // Проверяем тип листинга\n if (product.listing === 'rent') {\n const start = new Date(product.date.start)\n const end = new Date(product.date.end)\n const diffTime = Math.abs(end - start)\n return total + product.price * (Math.ceil(diffTime / (1000 * 60 * 60 * 24)) + 1);\n } else {\n // Для обычных товаров умножаем на количество\n return total + product.price * (product.quantity || 1);\n }\n }, 0));\n })\n\n\n let cartTotalAmount = computed(() => {\n return Number(order.value?.positions.reduce((total, product) => {\n return total + product.quantity;\n }, 0));\n })\n\n // Функция установки нового статуса\n\tasync function setStatus (newStatus) {\n\t orders.state.current.status = newStatus\n\n\t await orders.actions.update(orders.state.current)\n\t} \n\n\n\tfunction getNextStatus(currentStatus) {\n\t const currentIndex = store.core.state.options.orders.statuses.findIndex(status => status.value === currentStatus);\n\n\t if (currentIndex !== -1 && currentIndex + 1 < statuses.length) {\n\t return store.core.state.options.orders.statuses[currentIndex + 1];\n\t }\n\t return null; // If next status doesn't exist\n\t}\n\n\tconst isActiveStatus = (index) => {\n\t return store.core.state.options.orders.statuses.slice(index).some(status => status.value === order.value.status);\n\t};\n\n async function changePaymentStatus() {\n if (selectedPayments.value.status && selectedPayments.value.type) {\n orders.state.current.payment = selectedPayments.value;\n\n await orders.actions.update(orders.state.current)\n } else {\n console.error('Payment status is void. Must handle somehow.');\n }\n\n\t\tclosePaymentPopup()\n }\n\n async function setNextStatus() {\n const nextStatus = getNextStatus(orders.state.current.status);\n\n if (nextStatus) {\n orders.state.current.status = nextStatus.value;\n \n // Обновляем позиции заказа из текущего состояния\n orders.state.current.positions = order.value.positions;\n\n await orders.actions.update(orders.state.current)\n } else {\n console.error('Next status is void. Must handle somehow.');\n }\n\n\t\tcloseStatusPopup()\n }\n\n async function cancelOrder() {\n \talert()\n\n orders.state.current.status = 'canceled';\n\n await orders.actions.update(orders.state.current)\n}\n\n\n async function confirmOrder() {\n \talert()\n\n orders.state.current.status = 'confirmed';\n\n await orders.actions.update(orders.state.current)\n\t}\n\n\tfunction calculateDeliveryTime(distance, date) {\n\t if (!distance) {\n\t return null;\n\t }\n\n\t const basePreparationTime = 10 * 60 * 1000; // Convert to milliseconds\n\t const travelTime = Math.ceil((15 + 5 + 3 * distance) / 5) * 5 * 60 * 1000;\n\n\t // Преобразование даты начала в миллисекунды и добавление времени подготовки и доставки\n\t const startTime = new Date(date).getTime();\n\t const estimatedDeliveryTime = new Date(startTime + basePreparationTime + travelTime);\n\n\t return estimatedDeliveryTime;\n\t}\n\n\n</script>\n\n<style lang=\"scss\" scoped>\n\t.blink {\n\t animation: blink-animation 1s ease infinite;\n\t}\n\n\t@keyframes blink-animation {\n\t 0%, 100% {\n\t opacity: 1;\n\t }\n\t 50% {\n\t opacity: 0.8;\n\t }\n\t}\n</style>"],"names":["auth.state","orders.actions","organizations.actions","orders.state","orders.getters"],"mappings":"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"}