@ozdao/martyrs 0.2.551 → 0.2.553

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 (1667) hide show
  1. package/dist/__vite-browser-external-l0sNRNKZ.js +1 -0
  2. package/dist/builder.js +86 -4
  3. package/dist/{main-BkG7nL3U.js → main-Bywjlw2D.js} +1891 -1861
  4. package/dist/martyrs/src/components/Button/Button.vue2.js +1 -1
  5. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js +4 -2
  6. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -1
  7. package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
  8. package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
  9. package/dist/martyrs/src/components/FieldPhone/click-outside.js +3 -1
  10. package/dist/martyrs/src/components/FieldPhone/click-outside.js.map +1 -1
  11. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js +1 -1
  12. package/dist/martyrs/src/components/FieldTags/{FieldTags.vue2.js → FieldTags.vue.js} +2 -2
  13. package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js.map +1 -0
  14. package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
  15. package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
  16. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js +1 -1
  17. package/dist/martyrs/src/components/Media/Media.vue.js +19 -6
  18. package/dist/martyrs/src/components/Media/Media.vue.js.map +1 -1
  19. package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue2.js → SelectMulti.vue.js} +2 -2
  20. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +1 -0
  21. package/dist/martyrs/src/components/UploadImage/{UploadImage.vue2.js → UploadImage.vue.js} +3 -3
  22. package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -0
  23. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +4 -3
  24. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
  25. package/dist/martyrs/src/modules/auth/auth.client.js +13 -1
  26. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  27. package/dist/martyrs/src/modules/auth/auth.router.js +4 -12
  28. package/dist/martyrs/src/modules/auth/auth.router.js.map +1 -1
  29. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
  30. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
  31. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +12 -10
  32. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
  33. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  34. package/dist/martyrs/src/modules/auth/views/store/auth.js +17 -10
  35. package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
  36. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +1 -1
  37. package/dist/martyrs/src/modules/chats/store/chat.store.js +9 -9
  38. package/dist/martyrs/src/modules/chats/store/chat.store.js.map +1 -1
  39. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
  40. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +10 -9
  41. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
  42. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
  43. package/dist/martyrs/src/modules/core/core.client.js +29 -30
  44. package/dist/martyrs/src/modules/core/core.client.js.map +1 -1
  45. package/dist/martyrs/src/modules/core/views/classes/core.app.js +62 -22
  46. package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
  47. package/dist/martyrs/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +1 -1
  48. package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js.map +1 -0
  49. package/dist/martyrs/src/modules/core/views/classes/{module-registry.js → module.manager.js} +47 -8
  50. package/dist/martyrs/src/modules/core/views/classes/module.manager.js.map +1 -0
  51. package/dist/martyrs/src/modules/core/views/classes/{session.js → session.manager.js} +3 -3
  52. package/dist/martyrs/src/modules/core/views/classes/session.manager.js.map +1 -0
  53. package/dist/martyrs/src/modules/core/views/classes/{core.store.js → store.manager.js} +3 -3
  54. package/dist/martyrs/src/modules/core/views/classes/store.manager.js.map +1 -0
  55. package/dist/martyrs/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +5 -4
  56. package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -0
  57. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +1 -1
  58. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +4 -3
  59. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
  60. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
  61. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +3 -2
  62. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js.map +1 -1
  63. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +34 -25
  64. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
  65. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +10 -9
  66. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js.map +1 -1
  67. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js +6 -5
  68. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
  69. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +10 -9
  70. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js +7 -6
  72. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js.map +1 -1
  73. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +28 -9
  74. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
  75. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -6
  76. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js.map +1 -1
  77. package/dist/martyrs/src/modules/core/views/mixins/mixins.js +7 -6
  78. package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
  79. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  80. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js.map +1 -1
  81. package/dist/martyrs/src/modules/core/views/store/core.store.js +157 -140
  82. package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
  83. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +51 -5
  84. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
  85. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +3 -3
  86. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
  87. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +1 -1
  88. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
  89. package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
  90. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  91. package/dist/martyrs/src/modules/gallery/store/gallery.js +2 -2
  92. package/dist/martyrs/src/modules/gallery/store/gallery.js.map +1 -1
  93. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +6 -5
  94. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
  95. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js +2 -2
  96. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js.map +1 -1
  97. package/dist/martyrs/src/modules/landing/landing.client.js +1 -1
  98. package/dist/martyrs/src/modules/landing/landing.client.js.map +1 -1
  99. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +4 -3
  100. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js.map +1 -1
  101. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js +9 -8
  102. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js.map +1 -1
  103. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +1 -1
  104. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +1 -1
  105. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
  106. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +7 -6
  107. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
  108. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +8 -7
  109. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
  110. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +7 -6
  111. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
  112. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +7 -6
  113. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
  114. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
  115. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +4 -3
  116. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
  117. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +5 -4
  118. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
  119. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +1 -1
  120. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
  121. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
  122. package/dist/martyrs/src/modules/music/music.client.js +4 -4
  123. package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
  124. package/dist/martyrs/src/modules/music/music.router.js +2 -4
  125. package/dist/martyrs/src/modules/music/music.router.js.map +1 -1
  126. package/dist/martyrs/src/modules/music/store/albums.js +2 -2
  127. package/dist/martyrs/src/modules/music/store/albums.js.map +1 -1
  128. package/dist/martyrs/src/modules/music/store/artists.js +2 -2
  129. package/dist/martyrs/src/modules/music/store/artists.js.map +1 -1
  130. package/dist/martyrs/src/modules/music/store/genres.js +2 -2
  131. package/dist/martyrs/src/modules/music/store/genres.js.map +1 -1
  132. package/dist/martyrs/src/modules/music/store/player.js +11 -11
  133. package/dist/martyrs/src/modules/music/store/player.js.map +1 -1
  134. package/dist/martyrs/src/modules/music/store/playlists.js +2 -2
  135. package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -1
  136. package/dist/martyrs/src/modules/music/store/tracks.js +2 -2
  137. package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -1
  138. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +7 -7
  139. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
  140. package/dist/martyrs/src/modules/notifications/notifications.client.js +17 -8
  141. package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
  142. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +5 -4
  143. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
  144. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
  145. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +20 -18
  146. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
  147. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +36 -35
  148. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
  149. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +3 -2
  150. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
  151. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +8 -7
  152. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
  153. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +6 -5
  154. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
  155. package/dist/martyrs/src/modules/orders/orders.client.js +1 -1
  156. package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
  157. package/dist/martyrs/src/modules/orders/store/applications.js +2 -2
  158. package/dist/martyrs/src/modules/orders/store/applications.js.map +1 -1
  159. package/dist/martyrs/src/modules/orders/store/customers.store.js +2 -2
  160. package/dist/martyrs/src/modules/orders/store/customers.store.js.map +1 -1
  161. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -34
  162. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
  163. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  164. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
  165. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +5 -4
  166. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
  167. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +8 -7
  168. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
  169. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -33
  170. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
  171. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +10 -38
  172. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
  173. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +8 -31
  174. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
  175. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  176. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  177. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  178. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  179. package/dist/martyrs/src/modules/organizations/organizations.client.js +12 -0
  180. package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
  181. package/dist/martyrs/src/modules/organizations/store/departments.store.js +2 -2
  182. package/dist/martyrs/src/modules/organizations/store/departments.store.js.map +1 -1
  183. package/dist/martyrs/src/modules/organizations/store/invites.store.js +2 -2
  184. package/dist/martyrs/src/modules/organizations/store/invites.store.js.map +1 -1
  185. package/dist/martyrs/src/modules/organizations/store/memberships.store.js +2 -2
  186. package/dist/martyrs/src/modules/organizations/store/memberships.store.js.map +1 -1
  187. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  188. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +1 -1
  189. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
  190. package/dist/martyrs/src/modules/products/components/elements/{THC.vue2.js → THC.vue.js} +2 -2
  191. package/dist/martyrs/src/modules/products/components/elements/THC.vue.js.map +1 -0
  192. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +13 -12
  193. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
  194. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +7 -6
  195. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
  196. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +1 -1
  197. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
  198. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +3 -2
  199. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
  200. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.js +1 -1
  201. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +9 -8
  202. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
  203. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +7 -6
  204. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js.map +1 -1
  205. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +7 -6
  206. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js.map +1 -1
  207. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.js +1 -1
  208. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -7
  209. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js.map +1 -1
  210. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  211. package/dist/martyrs/src/modules/products/store/variants.store.js +2 -2
  212. package/dist/martyrs/src/modules/products/store/variants.store.js.map +1 -1
  213. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +8 -7
  214. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
  215. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +16 -15
  216. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js.map +1 -1
  217. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
  218. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +10 -9
  219. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
  220. package/dist/martyrs.css +1 -1
  221. package/dist/martyrs.es.js +1 -1
  222. package/dist/style.css +70 -41
  223. package/dist/{web-DvmEV7zh.js → web-i9sCtYxS.js} +1 -1
  224. package/package.json +1 -1
  225. package/src/builder/modes/ssr.prod.js +57 -3
  226. package/src/builder/modes/ssr.rspack.dev.js +63 -7
  227. package/src/builder/rspack/rspack.config.ssr.client.js +18 -5
  228. package/src/components/Dropdown/Dropdown.vue +4 -2
  229. package/src/components/FieldPhone/click-outside.js +3 -1
  230. package/src/components/Media/Media.vue +84 -56
  231. package/src/components/UploadImageMultiple/UploadImageMultiple.vue +2 -1
  232. package/src/modules/auth/auth.client.js +19 -1
  233. package/src/modules/auth/auth.router.js +5 -11
  234. package/src/modules/auth/views/components/pages/ProfileEdit.old.vue +3 -1
  235. package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +5 -3
  236. package/src/modules/auth/views/store/auth.js +22 -13
  237. package/src/modules/chats/store/chat.store.js +10 -10
  238. package/src/modules/community/components/pages/Posts.vue +2 -1
  239. package/src/modules/core/TASK.MD +3 -1
  240. package/src/modules/core/core.client.js +15 -10
  241. package/src/modules/core/views/classes/core.app.js +94 -82
  242. package/src/modules/core/views/classes/{module-registry.js → module.manager.js} +70 -13
  243. package/src/modules/core/views/classes/{session.js → session.manager.js} +2 -2
  244. package/src/modules/core/views/classes/{core.store.js → store.manager.js} +2 -2
  245. package/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +4 -3
  246. package/src/modules/core/views/components/blocks/HelpCard.vue +4 -2
  247. package/src/modules/core/views/components/layouts/App.vue +6 -4
  248. package/src/modules/core/views/components/layouts/Client.vue +52 -35
  249. package/src/modules/core/views/components/partials/Header.vue +9 -7
  250. package/src/modules/core/views/components/partials/LocationSelection.vue +7 -5
  251. package/src/modules/core/views/components/partials/Navigation.vue +5 -4
  252. package/src/modules/core/views/components/partials/NavigationBar.vue +5 -3
  253. package/src/modules/core/views/components/partials/Sidebar.vue +56 -9
  254. package/src/modules/core/views/mixins/mixins.js +3 -2
  255. package/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  256. package/src/modules/core/views/store/core.store.js +218 -186
  257. package/src/modules/core/views/utils/vue-app-renderer.js +78 -8
  258. package/src/modules/gallery/store/gallery.js +2 -2
  259. package/src/modules/governance/views/components/pages/VotingCreate.vue +2 -2
  260. package/src/modules/inventory/components/pages/InventoryEdit.vue +3 -2
  261. package/src/modules/inventory/store/stock.alerts.store.js +2 -2
  262. package/src/modules/landing/landing.client.js +1 -1
  263. package/src/modules/marketplace/views/components/layouts/Marketplace.vue +2 -1
  264. package/src/modules/marketplace/views/components/pages/Catalog.vue +2 -1
  265. package/src/modules/music/components/cards/TrackListCard.vue +1 -1
  266. package/src/modules/music/components/forms/AlbumForm.vue +8 -6
  267. package/src/modules/music/components/forms/ArtistForm.vue +8 -6
  268. package/src/modules/music/components/forms/PlaylistForm.vue +8 -6
  269. package/src/modules/music/components/forms/TrackForm.vue +8 -6
  270. package/src/modules/music/components/pages/Artist.vue +5 -3
  271. package/src/modules/music/components/pages/Playlist.vue +6 -4
  272. package/src/modules/music/music.client.js +4 -4
  273. package/src/modules/music/music.router.js +4 -1
  274. package/src/modules/music/store/albums.js +2 -2
  275. package/src/modules/music/store/artists.js +2 -2
  276. package/src/modules/music/store/genres.js +2 -2
  277. package/src/modules/music/store/player.js +11 -11
  278. package/src/modules/music/store/playlists.js +2 -2
  279. package/src/modules/music/store/tracks.js +2 -2
  280. package/src/modules/notifications/components/layouts/NotificationsLayout.vue +7 -7
  281. package/src/modules/notifications/notifications.client.js +22 -8
  282. package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +6 -4
  283. package/src/modules/orders/components/pages/OrderBackoffice.vue +21 -19
  284. package/src/modules/orders/components/pages/OrderCreate.vue +13 -12
  285. package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +6 -4
  286. package/src/modules/orders/components/partials/ShopCart.vue +8 -7
  287. package/src/modules/orders/components/sections/FormDelivery.vue +8 -6
  288. package/src/modules/orders/orders.client.js +1 -1
  289. package/src/modules/orders/store/applications.js +2 -2
  290. package/src/modules/orders/store/customers.store.js +2 -2
  291. package/src/modules/organizations/CLAUDE.md +4 -4
  292. package/src/modules/organizations/components/blocks/CardOrganization.vue +2 -2
  293. package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +7 -5
  294. package/src/modules/organizations/components/forms/DepartmentForm.vue +7 -5
  295. package/src/modules/organizations/components/pages/Members.vue +4 -2
  296. package/src/modules/organizations/components/pages/Organization.vue +4 -2
  297. package/src/modules/organizations/organizations.client.js +18 -0
  298. package/src/modules/organizations/store/departments.store.js +2 -2
  299. package/src/modules/organizations/store/invites.store.js +2 -2
  300. package/src/modules/organizations/store/memberships.store.js +2 -2
  301. package/src/modules/pages/views/store/pages.store.js +2 -2
  302. package/src/modules/products/components/pages/Categories.vue +6 -5
  303. package/src/modules/products/components/pages/CategoryEdit.vue +6 -5
  304. package/src/modules/products/components/pages/Product.vue +1 -1
  305. package/src/modules/products/components/pages/ProductEdit.vue +2 -1
  306. package/src/modules/products/components/pages/Products.vue +8 -7
  307. package/src/modules/products/components/sections/EditIngredients.vue +7 -6
  308. package/src/modules/products/components/sections/EditRecommended.vue +4 -3
  309. package/src/modules/products/components/sections/ProductsPopular.vue +2 -2
  310. package/src/modules/products/components/sections/ProductsRecommended.vue +1 -7
  311. package/src/modules/products/products.router.js +0 -1
  312. package/src/modules/products/store/variants.store.js +2 -2
  313. package/src/modules/spots/components/layouts/Spots.vue +6 -4
  314. package/src/modules/spots/components/pages/Map.vue +9 -7
  315. package/src/modules/spots/components/pages/Spots.vue +6 -4
  316. package/dist/_virtual/_commonjsHelpers.cjs +0 -9
  317. package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
  318. package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -11
  319. package/dist/_virtual/_plugin-vue_export-helper.cjs.map +0 -1
  320. package/dist/_virtual/alignment-pattern.cjs +0 -5
  321. package/dist/_virtual/alignment-pattern.cjs.map +0 -1
  322. package/dist/_virtual/browser.cjs +0 -8
  323. package/dist/_virtual/browser.cjs.map +0 -1
  324. package/dist/_virtual/browser2.cjs +0 -5
  325. package/dist/_virtual/browser2.cjs.map +0 -1
  326. package/dist/_virtual/canvas.cjs +0 -5
  327. package/dist/_virtual/canvas.cjs.map +0 -1
  328. package/dist/_virtual/dayjs.min.cjs +0 -8
  329. package/dist/_virtual/dayjs.min.cjs.map +0 -1
  330. package/dist/_virtual/dayjs.min2.cjs +0 -5
  331. package/dist/_virtual/dayjs.min2.cjs.map +0 -1
  332. package/dist/_virtual/dijkstra.cjs +0 -5
  333. package/dist/_virtual/dijkstra.cjs.map +0 -1
  334. package/dist/_virtual/error-correction-code.cjs +0 -5
  335. package/dist/_virtual/error-correction-code.cjs.map +0 -1
  336. package/dist/_virtual/error-correction-level.cjs +0 -5
  337. package/dist/_virtual/error-correction-level.cjs.map +0 -1
  338. package/dist/_virtual/finder-pattern.cjs +0 -5
  339. package/dist/_virtual/finder-pattern.cjs.map +0 -1
  340. package/dist/_virtual/format-info.cjs +0 -5
  341. package/dist/_virtual/format-info.cjs.map +0 -1
  342. package/dist/_virtual/galois-field.cjs +0 -5
  343. package/dist/_virtual/galois-field.cjs.map +0 -1
  344. package/dist/_virtual/index.cjs +0 -8
  345. package/dist/_virtual/index.cjs.map +0 -1
  346. package/dist/_virtual/index2.cjs +0 -5
  347. package/dist/_virtual/index2.cjs.map +0 -1
  348. package/dist/_virtual/mask-pattern.cjs +0 -5
  349. package/dist/_virtual/mask-pattern.cjs.map +0 -1
  350. package/dist/_virtual/mode.cjs +0 -5
  351. package/dist/_virtual/mode.cjs.map +0 -1
  352. package/dist/_virtual/polynomial.cjs +0 -5
  353. package/dist/_virtual/polynomial.cjs.map +0 -1
  354. package/dist/_virtual/qrcode.cjs +0 -5
  355. package/dist/_virtual/qrcode.cjs.map +0 -1
  356. package/dist/_virtual/regex.cjs +0 -5
  357. package/dist/_virtual/regex.cjs.map +0 -1
  358. package/dist/_virtual/segments.cjs +0 -5
  359. package/dist/_virtual/segments.cjs.map +0 -1
  360. package/dist/_virtual/svg-tag.cjs +0 -5
  361. package/dist/_virtual/svg-tag.cjs.map +0 -1
  362. package/dist/_virtual/utils.cjs +0 -5
  363. package/dist/_virtual/utils.cjs.map +0 -1
  364. package/dist/_virtual/utils2.cjs +0 -5
  365. package/dist/_virtual/utils2.cjs.map +0 -1
  366. package/dist/_virtual/version-check.cjs +0 -5
  367. package/dist/_virtual/version-check.cjs.map +0 -1
  368. package/dist/_virtual/version.cjs +0 -5
  369. package/dist/_virtual/version.cjs.map +0 -1
  370. package/dist/_virtual/weekOfYear.cjs +0 -8
  371. package/dist/_virtual/weekOfYear.cjs.map +0 -1
  372. package/dist/_virtual/weekOfYear2.cjs +0 -5
  373. package/dist/_virtual/weekOfYear2.cjs.map +0 -1
  374. package/dist/abac-gNSxNkX1.cjs +0 -1029
  375. package/dist/addUserStatusFields-7-66sf45.cjs +0 -86
  376. package/dist/auth.server.cjs +0 -529
  377. package/dist/authJwt-BIZ2GIfT.cjs +0 -75
  378. package/dist/builder.cjs +0 -1142
  379. package/dist/chats.server.cjs +0 -323
  380. package/dist/common.schema-BtXLULba.cjs +0 -12
  381. package/dist/community.server.cjs +0 -840
  382. package/dist/core.abac-DqDvtkHR.cjs +0 -297
  383. package/dist/core.logger-BuW7JHMY.cjs +0 -165
  384. package/dist/core.server.cjs +0 -135
  385. package/dist/core.verifier-Bi-XLEi9.cjs +0 -651
  386. package/dist/core.websocket-Cm72lPCs.cjs +0 -374
  387. package/dist/credentials.schema-DVXaFnXl.cjs +0 -9
  388. package/dist/crud-CQ3ICbm7.cjs +0 -1176
  389. package/dist/engagement.schema-DHw4iY_W.cjs +0 -23
  390. package/dist/events.server.cjs +0 -1410
  391. package/dist/files.server.cjs +0 -292
  392. package/dist/gallery.server.cjs +0 -270
  393. package/dist/index-BFxqqmgh.cjs +0 -186
  394. package/dist/inventory.server.cjs +0 -1069
  395. package/dist/mailing-DCvDBHVh.cjs +0 -75
  396. package/dist/main-CXqpC28l.cjs +0 -11
  397. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  398. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  399. 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
  400. 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
  401. 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
  402. 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
  403. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +0 -1336
  404. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs.map +0 -1
  405. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs +0 -131
  406. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs.map +0 -1
  407. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +0 -209
  408. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs.map +0 -1
  409. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs +0 -22
  410. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs.map +0 -1
  411. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs +0 -166
  412. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs.map +0 -1
  413. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +0 -14
  414. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs.map +0 -1
  415. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +0 -8
  416. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs.map +0 -1
  417. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +0 -27
  418. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs.map +0 -1
  419. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +0 -30
  420. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs.map +0 -1
  421. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +0 -24
  422. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs.map +0 -1
  423. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +0 -55
  424. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs.map +0 -1
  425. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +0 -27
  426. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs.map +0 -1
  427. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +0 -38
  428. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs.map +0 -1
  429. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +0 -43
  430. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs.map +0 -1
  431. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +0 -46
  432. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs.map +0 -1
  433. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +0 -49
  434. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs.map +0 -1
  435. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +0 -30
  436. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs.map +0 -1
  437. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +0 -19
  438. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs.map +0 -1
  439. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +0 -52
  440. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs.map +0 -1
  441. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +0 -16
  442. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs.map +0 -1
  443. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +0 -76
  444. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs.map +0 -1
  445. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +0 -23
  446. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs.map +0 -1
  447. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs +0 -8
  448. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs.map +0 -1
  449. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +0 -25
  450. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs.map +0 -1
  451. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +0 -8
  452. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs.map +0 -1
  453. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +0 -80
  454. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs.map +0 -1
  455. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +0 -26
  456. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs.map +0 -1
  457. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs +0 -55
  458. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs.map +0 -1
  459. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs +0 -17
  460. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs.map +0 -1
  461. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs +0 -539
  462. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs.map +0 -1
  463. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +0 -117
  464. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs.map +0 -1
  465. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs +0 -178
  466. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs.map +0 -1
  467. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +0 -51
  468. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs.map +0 -1
  469. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +0 -10
  470. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs.map +0 -1
  471. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +0 -39
  472. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs.map +0 -1
  473. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +0 -51
  474. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs.map +0 -1
  475. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +0 -22
  476. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs.map +0 -1
  477. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs +0 -5
  478. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs.map +0 -1
  479. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +0 -9
  480. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs.map +0 -1
  481. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +0 -10
  482. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs.map +0 -1
  483. package/dist/martyrs/src/components/Address/Address.vue.cjs +0 -113
  484. package/dist/martyrs/src/components/Address/Address.vue.cjs.map +0 -1
  485. package/dist/martyrs/src/components/Block/Block.vue.cjs +0 -83
  486. package/dist/martyrs/src/components/Block/Block.vue.cjs.map +0 -1
  487. package/dist/martyrs/src/components/Button/Button.vue2.cjs +0 -158
  488. package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
  489. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs +0 -571
  490. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs.map +0 -1
  491. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs +0 -98
  492. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs.map +0 -1
  493. package/dist/martyrs/src/components/Chips/Chips.vue.cjs +0 -28
  494. package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
  495. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs +0 -96
  496. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs.map +0 -1
  497. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs +0 -103
  498. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs.map +0 -1
  499. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs +0 -106
  500. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs.map +0 -1
  501. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs +0 -72
  502. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs.map +0 -1
  503. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs +0 -95
  504. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs.map +0 -1
  505. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs +0 -41
  506. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs.map +0 -1
  507. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs +0 -99
  508. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs.map +0 -1
  509. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +0 -430
  510. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +0 -1
  511. package/dist/martyrs/src/components/Field/Field.vue.cjs +0 -161
  512. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +0 -1
  513. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs +0 -202
  514. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs.map +0 -1
  515. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs +0 -183
  516. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs.map +0 -1
  517. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs +0 -597
  518. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs.map +0 -1
  519. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs +0 -257
  520. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs.map +0 -1
  521. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs +0 -25
  522. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs.map +0 -1
  523. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs +0 -94
  524. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs.map +0 -1
  525. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs +0 -235
  526. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs.map +0 -1
  527. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.js.map +0 -1
  528. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs +0 -61
  529. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs.map +0 -1
  530. package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
  531. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs +0 -166
  532. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs.map +0 -1
  533. package/dist/martyrs/src/components/Map/Map.vue.cjs +0 -62
  534. package/dist/martyrs/src/components/Map/Map.vue.cjs.map +0 -1
  535. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs +0 -240
  536. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs.map +0 -1
  537. package/dist/martyrs/src/components/Media/Media.vue.cjs +0 -168
  538. package/dist/martyrs/src/components/Media/Media.vue.cjs.map +0 -1
  539. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs +0 -17
  540. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +0 -1
  541. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs +0 -66
  542. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs.map +0 -1
  543. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs +0 -240
  544. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs.map +0 -1
  545. package/dist/martyrs/src/components/Popup/Popup.vue.cjs +0 -107
  546. package/dist/martyrs/src/components/Popup/Popup.vue.cjs.map +0 -1
  547. package/dist/martyrs/src/components/Radio/Radio.vue.cjs +0 -55
  548. package/dist/martyrs/src/components/Radio/Radio.vue.cjs.map +0 -1
  549. package/dist/martyrs/src/components/Select/Select.vue.cjs +0 -134
  550. package/dist/martyrs/src/components/Select/Select.vue.cjs.map +0 -1
  551. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs +0 -625
  552. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs.map +0 -1
  553. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +0 -1
  554. package/dist/martyrs/src/components/Shader/Shader.vue.cjs +0 -2
  555. package/dist/martyrs/src/components/Shader/Shader.vue.cjs.map +0 -1
  556. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs +0 -97
  557. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs.map +0 -1
  558. package/dist/martyrs/src/components/Slider/Slider.vue.cjs +0 -168
  559. package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +0 -1
  560. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs +0 -73
  561. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs.map +0 -1
  562. package/dist/martyrs/src/components/Status/Snack.vue.cjs +0 -60
  563. package/dist/martyrs/src/components/Status/Snack.vue.cjs.map +0 -1
  564. package/dist/martyrs/src/components/Status/Status.vue.cjs +0 -46
  565. package/dist/martyrs/src/components/Status/Status.vue.cjs.map +0 -1
  566. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs +0 -74
  567. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs.map +0 -1
  568. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs +0 -25
  569. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs.map +0 -1
  570. package/dist/martyrs/src/components/Table/Table.vue.cjs +0 -67
  571. package/dist/martyrs/src/components/Table/Table.vue.cjs.map +0 -1
  572. package/dist/martyrs/src/components/Text/Text.vue.cjs +0 -40
  573. package/dist/martyrs/src/components/Text/Text.vue.cjs.map +0 -1
  574. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs +0 -54
  575. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs.map +0 -1
  576. package/dist/martyrs/src/components/Tree/Tree.vue.cjs +0 -78
  577. package/dist/martyrs/src/components/Tree/Tree.vue.cjs.map +0 -1
  578. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs +0 -122
  579. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs.map +0 -1
  580. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs +0 -219
  581. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs.map +0 -1
  582. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.js.map +0 -1
  583. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +0 -142
  584. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs.map +0 -1
  585. package/dist/martyrs/src/modules/auth/auth.client.cjs +0 -67
  586. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +0 -1
  587. package/dist/martyrs/src/modules/auth/auth.router.cjs +0 -350
  588. package/dist/martyrs/src/modules/auth/auth.router.cjs.map +0 -1
  589. package/dist/martyrs/src/modules/auth/locales/en.cjs +0 -79
  590. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +0 -1
  591. package/dist/martyrs/src/modules/auth/locales/index.cjs +0 -10
  592. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +0 -1
  593. package/dist/martyrs/src/modules/auth/locales/ru.cjs +0 -81
  594. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +0 -1
  595. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs +0 -95
  596. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs.map +0 -1
  597. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs +0 -44
  598. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs.map +0 -1
  599. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -41
  600. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +0 -1
  601. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +0 -166
  602. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +0 -1
  603. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +0 -118
  604. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +0 -1
  605. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +0 -89
  606. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs.map +0 -1
  607. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +0 -284
  608. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs.map +0 -1
  609. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs +0 -85
  610. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs.map +0 -1
  611. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +0 -74
  612. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs.map +0 -1
  613. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +0 -73
  614. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs.map +0 -1
  615. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +0 -116
  616. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs.map +0 -1
  617. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs +0 -42
  618. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs.map +0 -1
  619. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +0 -145
  620. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +0 -1
  621. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +0 -210
  622. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +0 -1
  623. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +0 -154
  624. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +0 -1
  625. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs +0 -186
  626. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs.map +0 -1
  627. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs +0 -114
  628. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs.map +0 -1
  629. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +0 -360
  630. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs.map +0 -1
  631. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +0 -47
  632. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +0 -1
  633. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs +0 -78
  634. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs.map +0 -1
  635. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs +0 -55
  636. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs.map +0 -1
  637. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs +0 -17
  638. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs.map +0 -1
  639. package/dist/martyrs/src/modules/auth/views/store/auth.cjs +0 -255
  640. package/dist/martyrs/src/modules/auth/views/store/auth.cjs.map +0 -1
  641. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs +0 -40
  642. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs.map +0 -1
  643. package/dist/martyrs/src/modules/auth/views/store/users.cjs +0 -97
  644. package/dist/martyrs/src/modules/auth/views/store/users.cjs.map +0 -1
  645. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs +0 -62
  646. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs.map +0 -1
  647. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs +0 -36
  648. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs.map +0 -1
  649. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs +0 -81
  650. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs.map +0 -1
  651. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs +0 -145
  652. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs.map +0 -1
  653. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs +0 -150
  654. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs.map +0 -1
  655. package/dist/martyrs/src/modules/chats/chats.client.cjs +0 -31
  656. package/dist/martyrs/src/modules/chats/chats.client.cjs.map +0 -1
  657. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs +0 -49
  658. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs.map +0 -1
  659. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs +0 -42
  660. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs.map +0 -1
  661. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs +0 -176
  662. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs.map +0 -1
  663. package/dist/martyrs/src/modules/chats/store/chat.store.cjs +0 -175
  664. package/dist/martyrs/src/modules/chats/store/chat.store.cjs.map +0 -1
  665. package/dist/martyrs/src/modules/community/community.client.cjs +0 -64
  666. package/dist/martyrs/src/modules/community/community.client.cjs.map +0 -1
  667. package/dist/martyrs/src/modules/community/community.router.cjs +0 -124
  668. package/dist/martyrs/src/modules/community/community.router.cjs.map +0 -1
  669. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs +0 -59
  670. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs.map +0 -1
  671. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +0 -124
  672. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs.map +0 -1
  673. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +0 -92
  674. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs.map +0 -1
  675. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +0 -250
  676. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs.map +0 -1
  677. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs +0 -83
  678. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs.map +0 -1
  679. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +0 -145
  680. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs.map +0 -1
  681. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +0 -300
  682. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs.map +0 -1
  683. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs +0 -113
  684. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs.map +0 -1
  685. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs +0 -157
  686. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs.map +0 -1
  687. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs +0 -204
  688. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs.map +0 -1
  689. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs +0 -72
  690. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs.map +0 -1
  691. package/dist/martyrs/src/modules/community/store/blogposts.cjs +0 -171
  692. package/dist/martyrs/src/modules/community/store/blogposts.cjs.map +0 -1
  693. package/dist/martyrs/src/modules/community/store/reactions.cjs +0 -95
  694. package/dist/martyrs/src/modules/community/store/reactions.cjs.map +0 -1
  695. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs +0 -63
  696. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs.map +0 -1
  697. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs +0 -79
  698. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs.map +0 -1
  699. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs +0 -82
  700. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs.map +0 -1
  701. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs +0 -39
  702. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs.map +0 -1
  703. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs +0 -90
  704. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs.map +0 -1
  705. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs +0 -317
  706. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs.map +0 -1
  707. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs +0 -63
  708. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs.map +0 -1
  709. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +0 -43
  710. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs.map +0 -1
  711. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs +0 -201
  712. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs.map +0 -1
  713. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs +0 -64
  714. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs.map +0 -1
  715. package/dist/martyrs/src/modules/core/core.client.cjs +0 -113
  716. package/dist/martyrs/src/modules/core/core.client.cjs.map +0 -1
  717. package/dist/martyrs/src/modules/core/locales/en.cjs +0 -32
  718. package/dist/martyrs/src/modules/core/locales/en.cjs.map +0 -1
  719. package/dist/martyrs/src/modules/core/locales/ru.cjs +0 -24
  720. package/dist/martyrs/src/modules/core/locales/ru.cjs.map +0 -1
  721. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs +0 -208
  722. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs.map +0 -1
  723. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs +0 -71
  724. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs.map +0 -1
  725. package/dist/martyrs/src/modules/core/views/classes/core.i18n.js.map +0 -1
  726. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs +0 -153
  727. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs.map +0 -1
  728. package/dist/martyrs/src/modules/core/views/classes/core.store.js.map +0 -1
  729. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs +0 -298
  730. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs.map +0 -1
  731. package/dist/martyrs/src/modules/core/views/classes/core.websocket.js.map +0 -1
  732. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs +0 -165
  733. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs.map +0 -1
  734. package/dist/martyrs/src/modules/core/views/classes/module-registry.js.map +0 -1
  735. package/dist/martyrs/src/modules/core/views/classes/session.cjs +0 -50
  736. package/dist/martyrs/src/modules/core/views/classes/session.cjs.map +0 -1
  737. package/dist/martyrs/src/modules/core/views/classes/session.js.map +0 -1
  738. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs +0 -43
  739. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs.map +0 -1
  740. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs +0 -308
  741. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs.map +0 -1
  742. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs +0 -59
  743. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs.map +0 -1
  744. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs +0 -84
  745. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs.map +0 -1
  746. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs +0 -76
  747. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs.map +0 -1
  748. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs +0 -197
  749. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs.map +0 -1
  750. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs +0 -38
  751. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs.map +0 -1
  752. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs +0 -84
  753. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs.map +0 -1
  754. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs +0 -184
  755. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs.map +0 -1
  756. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs +0 -54
  757. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs.map +0 -1
  758. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs +0 -36
  759. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs.map +0 -1
  760. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs +0 -64
  761. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs.map +0 -1
  762. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs +0 -106
  763. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs.map +0 -1
  764. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs +0 -341
  765. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs.map +0 -1
  766. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs +0 -17
  767. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs.map +0 -1
  768. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs +0 -12
  769. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs.map +0 -1
  770. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs +0 -12
  771. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs.map +0 -1
  772. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs +0 -116
  773. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs.map +0 -1
  774. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs +0 -100
  775. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs.map +0 -1
  776. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs +0 -243
  777. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs.map +0 -1
  778. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs +0 -179
  779. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs.map +0 -1
  780. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs +0 -106
  781. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs.map +0 -1
  782. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs +0 -250
  783. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs.map +0 -1
  784. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs +0 -158
  785. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs.map +0 -1
  786. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs +0 -105
  787. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs.map +0 -1
  788. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs +0 -385
  789. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs.map +0 -1
  790. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs +0 -61
  791. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs.map +0 -1
  792. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs +0 -307
  793. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs.map +0 -1
  794. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs +0 -14
  795. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs.map +0 -1
  796. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs +0 -262
  797. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs.map +0 -1
  798. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs +0 -56
  799. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs.map +0 -1
  800. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs +0 -83
  801. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs.map +0 -1
  802. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs +0 -70
  803. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs.map +0 -1
  804. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs +0 -106
  805. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs.map +0 -1
  806. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs +0 -33
  807. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs.map +0 -1
  808. package/dist/martyrs/src/modules/core/views/store/core.store.cjs +0 -285
  809. package/dist/martyrs/src/modules/core/views/store/core.store.cjs.map +0 -1
  810. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs +0 -17
  811. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs.map +0 -1
  812. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs +0 -26
  813. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs.map +0 -1
  814. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs +0 -100
  815. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs.map +0 -1
  816. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs +0 -118
  817. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs.map +0 -1
  818. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +0 -133
  819. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs.map +0 -1
  820. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs +0 -80
  821. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs.map +0 -1
  822. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +0 -174
  823. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs.map +0 -1
  824. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +0 -85
  825. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs.map +0 -1
  826. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs +0 -36
  827. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs.map +0 -1
  828. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +0 -422
  829. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +0 -1
  830. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +0 -405
  831. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs.map +0 -1
  832. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +0 -187
  833. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs.map +0 -1
  834. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +0 -195
  835. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs.map +0 -1
  836. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs +0 -141
  837. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs.map +0 -1
  838. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs +0 -98
  839. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs.map +0 -1
  840. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs +0 -281
  841. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs.map +0 -1
  842. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs +0 -85
  843. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs.map +0 -1
  844. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs +0 -45
  845. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs.map +0 -1
  846. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs +0 -168
  847. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs.map +0 -1
  848. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs +0 -91
  849. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs.map +0 -1
  850. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs +0 -108
  851. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs.map +0 -1
  852. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs +0 -190
  853. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs.map +0 -1
  854. package/dist/martyrs/src/modules/events/events.client.cjs +0 -61
  855. package/dist/martyrs/src/modules/events/events.client.cjs.map +0 -1
  856. package/dist/martyrs/src/modules/events/router/events.router.cjs +0 -369
  857. package/dist/martyrs/src/modules/events/router/events.router.cjs.map +0 -1
  858. package/dist/martyrs/src/modules/events/store/events.cjs +0 -147
  859. package/dist/martyrs/src/modules/events/store/events.cjs.map +0 -1
  860. package/dist/martyrs/src/modules/events/store/tickets.cjs +0 -117
  861. package/dist/martyrs/src/modules/events/store/tickets.cjs.map +0 -1
  862. package/dist/martyrs/src/modules/files/files.client.cjs +0 -2
  863. package/dist/martyrs/src/modules/files/files.client.cjs.map +0 -1
  864. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +0 -122
  865. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs.map +0 -1
  866. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +0 -277
  867. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs.map +0 -1
  868. package/dist/martyrs/src/modules/gallery/gallery.client.cjs +0 -33
  869. package/dist/martyrs/src/modules/gallery/gallery.client.cjs.map +0 -1
  870. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs +0 -129
  871. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs.map +0 -1
  872. package/dist/martyrs/src/modules/gallery/store/gallery.cjs +0 -6
  873. package/dist/martyrs/src/modules/gallery/store/gallery.cjs.map +0 -1
  874. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs +0 -39
  875. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs.map +0 -1
  876. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs +0 -32
  877. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs.map +0 -1
  878. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs +0 -33
  879. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs.map +0 -1
  880. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +0 -49
  881. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +0 -1
  882. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs +0 -240
  883. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs.map +0 -1
  884. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs +0 -40
  885. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs.map +0 -1
  886. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs +0 -36
  887. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs.map +0 -1
  888. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs +0 -38
  889. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs.map +0 -1
  890. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs +0 -36
  891. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs.map +0 -1
  892. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs +0 -34
  893. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs.map +0 -1
  894. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs +0 -32
  895. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs.map +0 -1
  896. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs +0 -57
  897. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs.map +0 -1
  898. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs +0 -62
  899. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs.map +0 -1
  900. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs +0 -32
  901. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs.map +0 -1
  902. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs +0 -32
  903. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs.map +0 -1
  904. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs +0 -35
  905. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs.map +0 -1
  906. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs +0 -33
  907. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs.map +0 -1
  908. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs +0 -55
  909. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs.map +0 -1
  910. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs +0 -45
  911. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs.map +0 -1
  912. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs +0 -32
  913. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs.map +0 -1
  914. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs +0 -36
  915. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs.map +0 -1
  916. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs +0 -45
  917. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs.map +0 -1
  918. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs +0 -35
  919. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs.map +0 -1
  920. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs +0 -35
  921. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs.map +0 -1
  922. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs +0 -32
  923. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs.map +0 -1
  924. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs +0 -33
  925. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs.map +0 -1
  926. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs +0 -55
  927. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs.map +0 -1
  928. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs +0 -34
  929. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs.map +0 -1
  930. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs +0 -32
  931. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs.map +0 -1
  932. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs +0 -33
  933. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs.map +0 -1
  934. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs +0 -33
  935. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs.map +0 -1
  936. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs +0 -33
  937. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs.map +0 -1
  938. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs +0 -29
  939. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs.map +0 -1
  940. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs +0 -53
  941. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs.map +0 -1
  942. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs +0 -40
  943. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs.map +0 -1
  944. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs +0 -45
  945. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs.map +0 -1
  946. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs +0 -24
  947. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs.map +0 -1
  948. package/dist/martyrs/src/modules/icons/icons.client.cjs +0 -202
  949. package/dist/martyrs/src/modules/icons/icons.client.cjs.map +0 -1
  950. package/dist/martyrs/src/modules/icons/icons.router.cjs +0 -31
  951. package/dist/martyrs/src/modules/icons/icons.router.cjs.map +0 -1
  952. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs +0 -20
  953. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs.map +0 -1
  954. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs +0 -20
  955. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs.map +0 -1
  956. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs +0 -26
  957. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs.map +0 -1
  958. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs +0 -35
  959. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs.map +0 -1
  960. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs +0 -37
  961. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs.map +0 -1
  962. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs +0 -35
  963. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs.map +0 -1
  964. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs +0 -37
  965. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs.map +0 -1
  966. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs +0 -34
  967. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs.map +0 -1
  968. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs +0 -34
  969. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs.map +0 -1
  970. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs +0 -31
  971. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs.map +0 -1
  972. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs +0 -31
  973. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs.map +0 -1
  974. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs +0 -32
  975. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs.map +0 -1
  976. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs +0 -45
  977. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs.map +0 -1
  978. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs +0 -37
  979. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs.map +0 -1
  980. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs +0 -37
  981. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs.map +0 -1
  982. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs +0 -51
  983. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs.map +0 -1
  984. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs +0 -36
  985. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs.map +0 -1
  986. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +0 -34
  987. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +0 -1
  988. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs +0 -44
  989. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs.map +0 -1
  990. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs +0 -47
  991. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs.map +0 -1
  992. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs +0 -34
  993. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs.map +0 -1
  994. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs +0 -37
  995. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs.map +0 -1
  996. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs +0 -32
  997. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs.map +0 -1
  998. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs +0 -32
  999. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs.map +0 -1
  1000. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs +0 -35
  1001. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs.map +0 -1
  1002. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs +0 -32
  1003. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs.map +0 -1
  1004. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs +0 -47
  1005. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs.map +0 -1
  1006. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs +0 -31
  1007. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs.map +0 -1
  1008. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs +0 -32
  1009. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs.map +0 -1
  1010. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs +0 -67
  1011. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs.map +0 -1
  1012. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs +0 -32
  1013. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs.map +0 -1
  1014. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs +0 -39
  1015. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs.map +0 -1
  1016. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs +0 -37
  1017. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs.map +0 -1
  1018. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +0 -330
  1019. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +0 -1
  1020. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs +0 -31
  1021. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs.map +0 -1
  1022. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs +0 -23
  1023. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs.map +0 -1
  1024. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs +0 -31
  1025. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs.map +0 -1
  1026. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +0 -31
  1027. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs.map +0 -1
  1028. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +0 -18
  1029. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs.map +0 -1
  1030. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +0 -19
  1031. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs.map +0 -1
  1032. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +0 -18
  1033. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs.map +0 -1
  1034. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +0 -18
  1035. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs.map +0 -1
  1036. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs +0 -32
  1037. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs.map +0 -1
  1038. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs +0 -32
  1039. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs.map +0 -1
  1040. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs +0 -31
  1041. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs.map +0 -1
  1042. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs +0 -34
  1043. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs.map +0 -1
  1044. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs +0 -32
  1045. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs.map +0 -1
  1046. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs +0 -32
  1047. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs.map +0 -1
  1048. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs +0 -44
  1049. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs.map +0 -1
  1050. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs +0 -32
  1051. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs.map +0 -1
  1052. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs +0 -32
  1053. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs.map +0 -1
  1054. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs +0 -32
  1055. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs.map +0 -1
  1056. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs +0 -32
  1057. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs.map +0 -1
  1058. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +0 -225
  1059. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs.map +0 -1
  1060. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs +0 -88
  1061. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs.map +0 -1
  1062. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs +0 -162
  1063. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs.map +0 -1
  1064. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +0 -184
  1065. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs.map +0 -1
  1066. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs +0 -324
  1067. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs.map +0 -1
  1068. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +0 -382
  1069. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs.map +0 -1
  1070. package/dist/martyrs/src/modules/inventory/inventory.client.cjs +0 -55
  1071. package/dist/martyrs/src/modules/inventory/inventory.client.cjs.map +0 -1
  1072. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs +0 -36
  1073. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs.map +0 -1
  1074. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs +0 -112
  1075. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs.map +0 -1
  1076. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs +0 -6
  1077. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs.map +0 -1
  1078. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs +0 -15
  1079. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs.map +0 -1
  1080. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs +0 -120
  1081. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs.map +0 -1
  1082. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs +0 -136
  1083. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs.map +0 -1
  1084. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs +0 -47
  1085. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs.map +0 -1
  1086. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs +0 -103
  1087. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs.map +0 -1
  1088. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs +0 -70
  1089. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs.map +0 -1
  1090. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs +0 -85
  1091. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs.map +0 -1
  1092. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs +0 -89
  1093. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs.map +0 -1
  1094. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs +0 -111
  1095. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs.map +0 -1
  1096. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs +0 -54
  1097. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs.map +0 -1
  1098. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs +0 -98
  1099. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs.map +0 -1
  1100. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs +0 -48
  1101. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs.map +0 -1
  1102. package/dist/martyrs/src/modules/landing/landing.client.cjs +0 -30
  1103. package/dist/martyrs/src/modules/landing/landing.client.cjs.map +0 -1
  1104. package/dist/martyrs/src/modules/landing/locales/en.cjs +0 -12
  1105. package/dist/martyrs/src/modules/landing/locales/en.cjs.map +0 -1
  1106. package/dist/martyrs/src/modules/landing/locales/index.cjs +0 -10
  1107. package/dist/martyrs/src/modules/landing/locales/index.cjs.map +0 -1
  1108. package/dist/martyrs/src/modules/landing/locales/ru.cjs +0 -12
  1109. package/dist/martyrs/src/modules/landing/locales/ru.cjs.map +0 -1
  1110. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs +0 -41
  1111. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs.map +0 -1
  1112. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs +0 -63
  1113. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs.map +0 -1
  1114. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +0 -325
  1115. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs.map +0 -1
  1116. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs +0 -73
  1117. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs.map +0 -1
  1118. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs +0 -107
  1119. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs.map +0 -1
  1120. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs +0 -54
  1121. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs.map +0 -1
  1122. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +0 -94
  1123. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +0 -1
  1124. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +0 -84
  1125. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +0 -1
  1126. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs +0 -95
  1127. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs.map +0 -1
  1128. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +0 -100
  1129. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +0 -1
  1130. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs +0 -178
  1131. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs.map +0 -1
  1132. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +0 -437
  1133. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs.map +0 -1
  1134. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +0 -415
  1135. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs.map +0 -1
  1136. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +0 -434
  1137. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +0 -1
  1138. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +0 -98
  1139. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +0 -1
  1140. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +0 -566
  1141. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs.map +0 -1
  1142. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs +0 -21
  1143. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs.map +0 -1
  1144. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs +0 -498
  1145. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs.map +0 -1
  1146. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs +0 -14
  1147. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs.map +0 -1
  1148. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs +0 -23
  1149. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs.map +0 -1
  1150. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs +0 -440
  1151. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs.map +0 -1
  1152. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs +0 -14
  1153. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs.map +0 -1
  1154. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs +0 -23
  1155. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs.map +0 -1
  1156. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +0 -218
  1157. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +0 -1
  1158. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +0 -251
  1159. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +0 -1
  1160. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs +0 -658
  1161. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs.map +0 -1
  1162. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs +0 -14
  1163. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs.map +0 -1
  1164. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs +0 -23
  1165. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs.map +0 -1
  1166. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +0 -335
  1167. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +0 -1
  1168. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs +0 -502
  1169. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs.map +0 -1
  1170. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs +0 -27
  1171. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs.map +0 -1
  1172. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs +0 -23
  1173. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs.map +0 -1
  1174. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +0 -212
  1175. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +0 -1
  1176. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +0 -89
  1177. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +0 -1
  1178. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +0 -77
  1179. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +0 -1
  1180. package/dist/martyrs/src/modules/music/music.client.cjs +0 -137
  1181. package/dist/martyrs/src/modules/music/music.client.cjs.map +0 -1
  1182. package/dist/martyrs/src/modules/music/music.router.cjs +0 -228
  1183. package/dist/martyrs/src/modules/music/music.router.cjs.map +0 -1
  1184. package/dist/martyrs/src/modules/music/store/albums.cjs +0 -167
  1185. package/dist/martyrs/src/modules/music/store/albums.cjs.map +0 -1
  1186. package/dist/martyrs/src/modules/music/store/artists.cjs +0 -162
  1187. package/dist/martyrs/src/modules/music/store/artists.cjs.map +0 -1
  1188. package/dist/martyrs/src/modules/music/store/genres.cjs +0 -123
  1189. package/dist/martyrs/src/modules/music/store/genres.cjs.map +0 -1
  1190. package/dist/martyrs/src/modules/music/store/player.cjs +0 -301
  1191. package/dist/martyrs/src/modules/music/store/player.cjs.map +0 -1
  1192. package/dist/martyrs/src/modules/music/store/playlists.cjs +0 -180
  1193. package/dist/martyrs/src/modules/music/store/playlists.cjs.map +0 -1
  1194. package/dist/martyrs/src/modules/music/store/search.cjs +0 -109
  1195. package/dist/martyrs/src/modules/music/store/search.cjs.map +0 -1
  1196. package/dist/martyrs/src/modules/music/store/tracks.cjs +0 -206
  1197. package/dist/martyrs/src/modules/music/store/tracks.cjs.map +0 -1
  1198. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs +0 -82
  1199. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs.map +0 -1
  1200. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +0 -142
  1201. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs.map +0 -1
  1202. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs +0 -64
  1203. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs.map +0 -1
  1204. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs +0 -36
  1205. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs.map +0 -1
  1206. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs +0 -168
  1207. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs.map +0 -1
  1208. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs +0 -143
  1209. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs.map +0 -1
  1210. package/dist/martyrs/src/modules/notifications/notifications.client.cjs +0 -388
  1211. package/dist/martyrs/src/modules/notifications/notifications.client.cjs.map +0 -1
  1212. package/dist/martyrs/src/modules/notifications/notifications.router.cjs +0 -46
  1213. package/dist/martyrs/src/modules/notifications/notifications.router.cjs.map +0 -1
  1214. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs +0 -310
  1215. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs.map +0 -1
  1216. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs +0 -86
  1217. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs.map +0 -1
  1218. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs +0 -103
  1219. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs.map +0 -1
  1220. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs +0 -154
  1221. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs.map +0 -1
  1222. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs +0 -112
  1223. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs.map +0 -1
  1224. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +0 -194
  1225. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map +0 -1
  1226. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs +0 -207
  1227. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs.map +0 -1
  1228. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs +0 -69
  1229. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs.map +0 -1
  1230. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs +0 -193
  1231. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs.map +0 -1
  1232. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs +0 -132
  1233. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs.map +0 -1
  1234. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +0 -138
  1235. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs.map +0 -1
  1236. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +0 -262
  1237. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs.map +0 -1
  1238. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs +0 -173
  1239. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs.map +0 -1
  1240. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs +0 -32
  1241. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs.map +0 -1
  1242. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs +0 -32
  1243. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs.map +0 -1
  1244. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs +0 -32
  1245. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs.map +0 -1
  1246. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs +0 -32
  1247. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs.map +0 -1
  1248. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs +0 -32
  1249. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs.map +0 -1
  1250. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs +0 -32
  1251. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs.map +0 -1
  1252. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs +0 -233
  1253. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs.map +0 -1
  1254. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs +0 -234
  1255. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs.map +0 -1
  1256. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +0 -407
  1257. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs.map +0 -1
  1258. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +0 -357
  1259. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs.map +0 -1
  1260. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +0 -394
  1261. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs.map +0 -1
  1262. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs +0 -155
  1263. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs.map +0 -1
  1264. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs +0 -136
  1265. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs.map +0 -1
  1266. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs +0 -119
  1267. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs.map +0 -1
  1268. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs +0 -27
  1269. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs.map +0 -1
  1270. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs +0 -139
  1271. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs.map +0 -1
  1272. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs +0 -17
  1273. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs.map +0 -1
  1274. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +0 -129
  1275. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +0 -1
  1276. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +0 -42
  1277. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs.map +0 -1
  1278. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs +0 -34
  1279. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs.map +0 -1
  1280. package/dist/martyrs/src/modules/orders/locales/en.cjs +0 -38
  1281. package/dist/martyrs/src/modules/orders/locales/en.cjs.map +0 -1
  1282. package/dist/martyrs/src/modules/orders/locales/index.cjs +0 -10
  1283. package/dist/martyrs/src/modules/orders/locales/index.cjs.map +0 -1
  1284. package/dist/martyrs/src/modules/orders/locales/ru.cjs +0 -38
  1285. package/dist/martyrs/src/modules/orders/locales/ru.cjs.map +0 -1
  1286. package/dist/martyrs/src/modules/orders/orders.client.cjs +0 -202
  1287. package/dist/martyrs/src/modules/orders/orders.client.cjs.map +0 -1
  1288. package/dist/martyrs/src/modules/orders/router/applications.router.cjs +0 -17
  1289. package/dist/martyrs/src/modules/orders/router/applications.router.cjs.map +0 -1
  1290. package/dist/martyrs/src/modules/orders/router/customers.router.cjs +0 -18
  1291. package/dist/martyrs/src/modules/orders/router/customers.router.cjs.map +0 -1
  1292. package/dist/martyrs/src/modules/orders/router/orders.router.cjs +0 -80
  1293. package/dist/martyrs/src/modules/orders/router/orders.router.cjs.map +0 -1
  1294. package/dist/martyrs/src/modules/orders/store/applications.cjs +0 -6
  1295. package/dist/martyrs/src/modules/orders/store/applications.cjs.map +0 -1
  1296. package/dist/martyrs/src/modules/orders/store/customers.store.cjs +0 -6
  1297. package/dist/martyrs/src/modules/orders/store/customers.store.cjs.map +0 -1
  1298. package/dist/martyrs/src/modules/orders/store/models/application.cjs +0 -20
  1299. package/dist/martyrs/src/modules/orders/store/models/application.cjs.map +0 -1
  1300. package/dist/martyrs/src/modules/orders/store/models/customer.cjs +0 -50
  1301. package/dist/martyrs/src/modules/orders/store/models/customer.cjs.map +0 -1
  1302. package/dist/martyrs/src/modules/orders/store/models/order.cjs +0 -30
  1303. package/dist/martyrs/src/modules/orders/store/models/order.cjs.map +0 -1
  1304. package/dist/martyrs/src/modules/orders/store/orders.cjs +0 -166
  1305. package/dist/martyrs/src/modules/orders/store/orders.cjs.map +0 -1
  1306. package/dist/martyrs/src/modules/orders/store/shopcart.cjs +0 -175
  1307. package/dist/martyrs/src/modules/orders/store/shopcart.cjs.map +0 -1
  1308. package/dist/martyrs/src/modules/orders/store/testimonials.cjs +0 -63
  1309. package/dist/martyrs/src/modules/orders/store/testimonials.cjs.map +0 -1
  1310. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +0 -80
  1311. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +0 -1
  1312. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +0 -157
  1313. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs.map +0 -1
  1314. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs +0 -72
  1315. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs.map +0 -1
  1316. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +0 -32
  1317. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs.map +0 -1
  1318. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs +0 -42
  1319. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs.map +0 -1
  1320. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs +0 -46
  1321. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs.map +0 -1
  1322. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs +0 -101
  1323. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs.map +0 -1
  1324. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs +0 -69
  1325. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs.map +0 -1
  1326. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +0 -101
  1327. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs.map +0 -1
  1328. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs +0 -195
  1329. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs.map +0 -1
  1330. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +0 -402
  1331. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs.map +0 -1
  1332. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +0 -86
  1333. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs.map +0 -1
  1334. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +0 -131
  1335. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs.map +0 -1
  1336. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +0 -376
  1337. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs.map +0 -1
  1338. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +0 -200
  1339. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs.map +0 -1
  1340. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +0 -200
  1341. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs.map +0 -1
  1342. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +0 -162
  1343. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs.map +0 -1
  1344. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs +0 -104
  1345. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs.map +0 -1
  1346. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +0 -119
  1347. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs.map +0 -1
  1348. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +0 -148
  1349. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs.map +0 -1
  1350. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +0 -78
  1351. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs.map +0 -1
  1352. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs +0 -52
  1353. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs.map +0 -1
  1354. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs +0 -2
  1355. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs.map +0 -1
  1356. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs +0 -171
  1357. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs.map +0 -1
  1358. package/dist/martyrs/src/modules/organizations/organizations.client.cjs +0 -79
  1359. package/dist/martyrs/src/modules/organizations/organizations.client.cjs.map +0 -1
  1360. package/dist/martyrs/src/modules/organizations/organizations.router.cjs +0 -145
  1361. package/dist/martyrs/src/modules/organizations/organizations.router.cjs.map +0 -1
  1362. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs +0 -6
  1363. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs.map +0 -1
  1364. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs +0 -6
  1365. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs.map +0 -1
  1366. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs +0 -20
  1367. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs.map +0 -1
  1368. package/dist/martyrs/src/modules/organizations/store/organizations.cjs +0 -131
  1369. package/dist/martyrs/src/modules/organizations/store/organizations.cjs.map +0 -1
  1370. package/dist/martyrs/src/modules/pages/pages.client.cjs +0 -34
  1371. package/dist/martyrs/src/modules/pages/pages.client.cjs.map +0 -1
  1372. package/dist/martyrs/src/modules/pages/pages.router.cjs +0 -101
  1373. package/dist/martyrs/src/modules/pages/pages.router.cjs.map +0 -1
  1374. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +0 -105
  1375. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs.map +0 -1
  1376. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs +0 -159
  1377. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs.map +0 -1
  1378. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +0 -113
  1379. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs.map +0 -1
  1380. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs +0 -57
  1381. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs.map +0 -1
  1382. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +0 -103
  1383. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs.map +0 -1
  1384. package/dist/martyrs/src/modules/pages/views/store/pages.cjs +0 -65
  1385. package/dist/martyrs/src/modules/pages/views/store/pages.cjs.map +0 -1
  1386. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs +0 -74
  1387. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs.map +0 -1
  1388. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs +0 -99
  1389. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs.map +0 -1
  1390. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs +0 -121
  1391. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs.map +0 -1
  1392. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +0 -129
  1393. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs.map +0 -1
  1394. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +0 -106
  1395. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs.map +0 -1
  1396. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs +0 -123
  1397. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs.map +0 -1
  1398. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs +0 -136
  1399. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs.map +0 -1
  1400. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs +0 -45
  1401. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs.map +0 -1
  1402. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs +0 -79
  1403. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs.map +0 -1
  1404. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs +0 -89
  1405. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs.map +0 -1
  1406. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.js.map +0 -1
  1407. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +0 -197
  1408. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs.map +0 -1
  1409. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +0 -272
  1410. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +0 -1
  1411. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +0 -251
  1412. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +0 -1
  1413. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +0 -438
  1414. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs.map +0 -1
  1415. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +0 -106
  1416. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs.map +0 -1
  1417. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +0 -454
  1418. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs.map +0 -1
  1419. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +0 -168
  1420. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs.map +0 -1
  1421. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +0 -318
  1422. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs.map +0 -1
  1423. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +0 -147
  1424. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs.map +0 -1
  1425. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +0 -129
  1426. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs.map +0 -1
  1427. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +0 -500
  1428. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs.map +0 -1
  1429. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs +0 -195
  1430. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs.map +0 -1
  1431. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs +0 -120
  1432. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs.map +0 -1
  1433. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +0 -142
  1434. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs.map +0 -1
  1435. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs +0 -49
  1436. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs.map +0 -1
  1437. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +0 -155
  1438. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs.map +0 -1
  1439. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +0 -240
  1440. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs.map +0 -1
  1441. package/dist/martyrs/src/modules/products/products.client.cjs +0 -86
  1442. package/dist/martyrs/src/modules/products/products.client.cjs.map +0 -1
  1443. package/dist/martyrs/src/modules/products/router/categories.router.cjs +0 -174
  1444. package/dist/martyrs/src/modules/products/router/categories.router.cjs.map +0 -1
  1445. package/dist/martyrs/src/modules/products/router/products.router.cjs +0 -340
  1446. package/dist/martyrs/src/modules/products/router/products.router.cjs.map +0 -1
  1447. package/dist/martyrs/src/modules/products/store/categories.cjs +0 -123
  1448. package/dist/martyrs/src/modules/products/store/categories.cjs.map +0 -1
  1449. package/dist/martyrs/src/modules/products/store/products.cjs +0 -229
  1450. package/dist/martyrs/src/modules/products/store/products.cjs.map +0 -1
  1451. package/dist/martyrs/src/modules/products/store/variants.store.cjs +0 -6
  1452. package/dist/martyrs/src/modules/products/store/variants.store.cjs.map +0 -1
  1453. package/dist/martyrs/src/modules/rents/rents.client.cjs +0 -45
  1454. package/dist/martyrs/src/modules/rents/rents.client.cjs.map +0 -1
  1455. package/dist/martyrs/src/modules/rents/rents.router.cjs +0 -110
  1456. package/dist/martyrs/src/modules/rents/rents.router.cjs.map +0 -1
  1457. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs +0 -55
  1458. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs.map +0 -1
  1459. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs +0 -25
  1460. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs.map +0 -1
  1461. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs +0 -44
  1462. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs.map +0 -1
  1463. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs +0 -403
  1464. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs.map +0 -1
  1465. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs +0 -52
  1466. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs.map +0 -1
  1467. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs +0 -164
  1468. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs.map +0 -1
  1469. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs +0 -156
  1470. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs.map +0 -1
  1471. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +0 -224
  1472. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs.map +0 -1
  1473. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs +0 -143
  1474. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs.map +0 -1
  1475. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs +0 -54
  1476. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs.map +0 -1
  1477. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +0 -104
  1478. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs.map +0 -1
  1479. package/dist/martyrs/src/modules/reports/reports.client.cjs +0 -29
  1480. package/dist/martyrs/src/modules/reports/reports.client.cjs.map +0 -1
  1481. package/dist/martyrs/src/modules/reports/reports.router.cjs +0 -34
  1482. package/dist/martyrs/src/modules/reports/reports.router.cjs.map +0 -1
  1483. package/dist/martyrs/src/modules/reports/store/reports.cjs +0 -103
  1484. package/dist/martyrs/src/modules/reports/store/reports.cjs.map +0 -1
  1485. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +0 -119
  1486. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs.map +0 -1
  1487. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +0 -85
  1488. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs.map +0 -1
  1489. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs +0 -32
  1490. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs.map +0 -1
  1491. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +0 -198
  1492. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs.map +0 -1
  1493. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +0 -531
  1494. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs.map +0 -1
  1495. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs +0 -157
  1496. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs.map +0 -1
  1497. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +0 -235
  1498. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs.map +0 -1
  1499. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs +0 -135
  1500. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs.map +0 -1
  1501. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +0 -803
  1502. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs.map +0 -1
  1503. package/dist/martyrs/src/modules/spots/router/spots.router.cjs +0 -263
  1504. package/dist/martyrs/src/modules/spots/router/spots.router.cjs.map +0 -1
  1505. package/dist/martyrs/src/modules/spots/spots.client.cjs +0 -43
  1506. package/dist/martyrs/src/modules/spots/spots.client.cjs.map +0 -1
  1507. package/dist/martyrs/src/modules/spots/store/spots.cjs +0 -80
  1508. package/dist/martyrs/src/modules/spots/store/spots.cjs.map +0 -1
  1509. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs +0 -43
  1510. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs.map +0 -1
  1511. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs +0 -47
  1512. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs.map +0 -1
  1513. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs +0 -29
  1514. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs.map +0 -1
  1515. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +0 -89
  1516. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs.map +0 -1
  1517. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs +0 -136
  1518. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs.map +0 -1
  1519. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs +0 -183
  1520. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs.map +0 -1
  1521. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +0 -238
  1522. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs.map +0 -1
  1523. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs +0 -9
  1524. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs.map +0 -1
  1525. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs +0 -134
  1526. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs.map +0 -1
  1527. package/dist/martyrs.cjs.js +0 -1
  1528. package/dist/metadata.schema-BGykn-_r.cjs +0 -267
  1529. package/dist/music.server.cjs +0 -2114
  1530. 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
  1531. 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
  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/index.cjs +0 -45
  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/index.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/web.cjs +0 -139
  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/web.cjs.map +0 -1
  1536. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  1537. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  1538. 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
  1539. 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
  1540. 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
  1541. 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
  1542. 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
  1543. 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
  1544. 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
  1545. 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
  1546. 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
  1547. 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
  1548. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs +0 -335
  1549. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs.map +0 -1
  1550. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs +0 -198
  1551. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs.map +0 -1
  1552. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs +0 -311
  1553. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs.map +0 -1
  1554. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs +0 -97
  1555. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs.map +0 -1
  1556. 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
  1557. 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
  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.ziyDaVMR.cjs +0 -78
  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.ziyDaVMR.cjs.map +0 -1
  1560. 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
  1561. 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
  1562. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs +0 -209
  1563. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs.map +0 -1
  1564. 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
  1565. 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
  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/web.cjs +0 -13
  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/web.cjs.map +0 -1
  1568. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs +0 -287
  1569. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs.map +0 -1
  1570. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs +0 -34
  1571. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs.map +0 -1
  1572. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs +0 -106
  1573. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs.map +0 -1
  1574. 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
  1575. 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
  1576. 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
  1577. 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
  1578. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +0 -1631
  1579. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.map +0 -1
  1580. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs +0 -209
  1581. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs.map +0 -1
  1582. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs +0 -101
  1583. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs.map +0 -1
  1584. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs +0 -689
  1585. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs.map +0 -1
  1586. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs +0 -79
  1587. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs.map +0 -1
  1588. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs +0 -14
  1589. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs.map +0 -1
  1590. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs +0 -43
  1591. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs.map +0 -1
  1592. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs +0 -85
  1593. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs.map +0 -1
  1594. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs +0 -40
  1595. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs.map +0 -1
  1596. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs +0 -34
  1597. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs.map +0 -1
  1598. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs +0 -36
  1599. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs.map +0 -1
  1600. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs +0 -367
  1601. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs.map +0 -1
  1602. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs +0 -52
  1603. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs.map +0 -1
  1604. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs +0 -25
  1605. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs.map +0 -1
  1606. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs +0 -24
  1607. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs.map +0 -1
  1608. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs +0 -38
  1609. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs.map +0 -1
  1610. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs +0 -46
  1611. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs.map +0 -1
  1612. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs +0 -149
  1613. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs.map +0 -1
  1614. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs +0 -90
  1615. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs.map +0 -1
  1616. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs +0 -41
  1617. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs.map +0 -1
  1618. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs +0 -44
  1619. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs.map +0 -1
  1620. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs +0 -279
  1621. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs.map +0 -1
  1622. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs +0 -38
  1623. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs.map +0 -1
  1624. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs +0 -33
  1625. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs.map +0 -1
  1626. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs +0 -201
  1627. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs.map +0 -1
  1628. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +0 -84
  1629. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs.map +0 -1
  1630. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs +0 -14
  1631. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs.map +0 -1
  1632. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs +0 -107
  1633. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs.map +0 -1
  1634. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs +0 -61
  1635. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs.map +0 -1
  1636. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs +0 -64
  1637. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs.map +0 -1
  1638. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +0 -87
  1639. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs.map +0 -1
  1640. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs +0 -423
  1641. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs.map +0 -1
  1642. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs +0 -6
  1643. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs.map +0 -1
  1644. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs +0 -15
  1645. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs.map +0 -1
  1646. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs +0 -11
  1647. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs.map +0 -1
  1648. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs +0 -20
  1649. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs.map +0 -1
  1650. 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
  1651. 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
  1652. package/dist/notifications.server.cjs +0 -822
  1653. package/dist/orders.server.cjs +0 -1284
  1654. package/dist/organizations.server.cjs +0 -1590
  1655. package/dist/ownership.schema-CRYdbemm.cjs +0 -42
  1656. package/dist/pages.server.cjs +0 -142
  1657. package/dist/products.server.cjs +0 -1677
  1658. package/dist/profile.schema-l0Dk4Ptu.cjs +0 -91
  1659. package/dist/queryProcessor-DJUTwCLN.cjs +0 -329
  1660. package/dist/rents.server.cjs +0 -509
  1661. package/dist/reports.server.cjs +0 -133
  1662. package/dist/socials.schema-CqEHax2w.cjs +0 -24
  1663. package/dist/spots.server.cjs +0 -331
  1664. package/dist/web-pd1gb6DR.cjs +0 -1
  1665. package/src/modules/music/router/library.router.js +0 -26
  1666. package/src/modules/music/router/music.router.js +0 -176
  1667. /package/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +0 -0
@@ -1,4 +1,4 @@
1
- class Session {
1
+ class SessionManager {
2
2
  constructor(sessionState) {
3
3
  this.sessionState = sessionState;
4
4
  this.listeners = [];
@@ -45,6 +45,6 @@ class Session {
45
45
  }
46
46
  }
47
47
  export {
48
- Session as default
48
+ SessionManager as default
49
49
  };
50
- //# sourceMappingURL=session.js.map
50
+ //# sourceMappingURL=session.manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"session.manager.js","sources":["../../../../../../../src/modules/core/views/classes/session.manager.js"],"sourcesContent":["class SessionManager {\n constructor(sessionState) {\n this.sessionState = sessionState;\n this.listeners = [];\n }\n\n get state() {\n return this.sessionState;\n }\n\n set(userData) {\n this.sessionState.token = userData.accessToken;\n this.sessionState.userId = userData._id;\n this.sessionState.roles = userData.roles;\n this.sessionState.accesses = userData.accesses || [];\n this.emit('change', this.sessionState);\n }\n\n clear() {\n this.sessionState.token = null;\n this.sessionState.userId = null;\n this.sessionState.roles = null;\n this.sessionState.accesses = [];\n this.emit('change', this.sessionState);\n }\n\n hydrate(cookie) {\n if (cookie) {\n this.sessionState.token = cookie.accessToken;\n this.sessionState.userId = cookie._id;\n this.sessionState.roles = cookie.roles;\n this.sessionState.accesses = cookie.accesses || [];\n }\n }\n\n isAuthenticated() {\n return !!this.sessionState.token;\n }\n\n getAccesses() {\n return this.sessionState.accesses;\n }\n\n getUserId() {\n return this.sessionState.userId;\n }\n\n onChange(callback) {\n this.listeners.push(callback);\n }\n\n emit(event, data) {\n this.listeners.forEach(cb => cb(event, data));\n }\n}\n\nexport default SessionManager;\n"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAAA,EACnB,YAAY,cAAc;AACxB,SAAK,eAAe;AACpB,SAAK,YAAY,CAAA;AAAA,EACnB;AAAA,EAEA,IAAI,QAAQ;AACV,WAAO,KAAK;AAAA,EACd;AAAA,EAEA,IAAI,UAAU;AACZ,SAAK,aAAa,QAAQ,SAAS;AACnC,SAAK,aAAa,SAAS,SAAS;AACpC,SAAK,aAAa,QAAQ,SAAS;AACnC,SAAK,aAAa,WAAW,SAAS,YAAY,CAAA;AAClD,SAAK,KAAK,UAAU,KAAK,YAAY;AAAA,EACvC;AAAA,EAEA,QAAQ;AACN,SAAK,aAAa,QAAQ;AAC1B,SAAK,aAAa,SAAS;AAC3B,SAAK,aAAa,QAAQ;AAC1B,SAAK,aAAa,WAAW,CAAA;AAC7B,SAAK,KAAK,UAAU,KAAK,YAAY;AAAA,EACvC;AAAA,EAEA,QAAQ,QAAQ;AACd,QAAI,QAAQ;AACV,WAAK,aAAa,QAAQ,OAAO;AACjC,WAAK,aAAa,SAAS,OAAO;AAClC,WAAK,aAAa,QAAQ,OAAO;AACjC,WAAK,aAAa,WAAW,OAAO,YAAY,CAAA;AAAA,IAClD;AAAA,EACF;AAAA,EAEA,kBAAkB;AAChB,WAAO,CAAC,CAAC,KAAK,aAAa;AAAA,EAC7B;AAAA,EAEA,cAAc;AACZ,WAAO,KAAK,aAAa;AAAA,EAC3B;AAAA,EAEA,YAAY;AACV,WAAO,KAAK,aAAa;AAAA,EAC3B;AAAA,EAEA,SAAS,UAAU;AACjB,SAAK,UAAU,KAAK,QAAQ;AAAA,EAC9B;AAAA,EAEA,KAAK,OAAO,MAAM;AAChB,SAAK,UAAU,QAAQ,QAAM,GAAG,OAAO,IAAI,CAAC;AAAA,EAC9C;AACF;"}
@@ -1,7 +1,7 @@
1
1
  import { reactive } from "vue";
2
2
  import { setError } from "../store/core.store.js";
3
3
  import { buildURL } from "../utils/query-serializer.js";
4
- class Store {
4
+ class StoreManager {
5
5
  constructor(apiUrl) {
6
6
  this.state = reactive({
7
7
  items: [],
@@ -148,6 +148,6 @@ class Store {
148
148
  }
149
149
  }
150
150
  export {
151
- Store as default
151
+ StoreManager as default
152
152
  };
153
- //# sourceMappingURL=core.store.js.map
153
+ //# sourceMappingURL=store.manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store.manager.js","sources":["../../../../../../../src/modules/core/views/classes/store.manager.js"],"sourcesContent":["import { reactive } from 'vue';\n// Globals\nimport { setError } from '@martyrs/src/modules/core/views/store/core.store.js';\nimport { buildURL } from '../utils/query-serializer.js';\n\nclass StoreManager {\n constructor(apiUrl) {\n this.state = reactive({\n items: [],\n current: {},\n });\n this.apiUrl = apiUrl;\n // console.log(`Store initialized with API URL: ${apiUrl}`);\n }\n\n // Simplified request method with enhanced debugging\n async request(endpoint, options = {}) {\n // собираем URL\n let url = endpoint.startsWith('http')\n ? endpoint\n : `${this.apiUrl}${endpoint}`;\n\n // если есть params — используем axios-like сериализацию\n if (options.params) {\n url = buildURL(url, options.params);\n delete options.params;\n }\n\n // по умолчанию GET, include credentials\n const finalOptions = {\n credentials: 'include',\n headers: {},\n ...options,\n };\n\n // если есть body — JSONify\n if (finalOptions.body && !finalOptions.headers['Content-Type']) {\n finalOptions.headers['Content-Type'] = 'application/json';\n finalOptions.body = JSON.stringify(finalOptions.body);\n }\n\n console.log(`→ ${finalOptions.method || 'GET'} ${url}`);\n const res = await fetch(url, finalOptions);\n\n if (!res.ok) {\n const err = new Error(`Status ${res.status}`);\n err.status = res.status;\n try { err.info = await res.json(); } catch {}\n throw err;\n }\n\n if (res.status === 204) {\n return null;\n }\n\n return res.json();\n }\n\n async create(item) {\n console.log('Creating item:', item);\n try {\n const result = await this.request('/create', {\n method: 'POST',\n body: item,\n });\n console.log('Create operation succeeded:', result);\n return result;\n } catch (error) {\n console.error('Create operation failed:', error);\n // Log specific error details\n if (error.status) {\n console.error(`HTTP Status: ${error.status}`);\n }\n if (error.errorCode) {\n console.error(`Error Code: ${error.errorCode}`);\n }\n setError(error);\n throw error;\n }\n }\n\n // вместо текущего read()\n async read(params = {}) {\n console.log('Reading items with params:', params);\n try {\n // передаём все параметры в this.request через params\n const result = await this.request('/read', { params });\n console.log(`Read operation returned ${result.length || 0} items`);\n return result;\n } catch (error) {\n console.error('Read operation failed:', error);\n setError(error);\n throw error;\n }\n }\n\n\n async update(item) {\n console.log('Updating item:', item);\n try {\n const result = await this.request('/update', {\n method: 'PUT',\n body: item,\n });\n console.log('Update operation succeeded:', result);\n return result;\n } catch (error) {\n console.error('Update operation failed:', error);\n setError(error);\n throw error;\n }\n }\n\n async delete(item) {\n console.log('Deleting item:', item);\n try {\n const result = await this.request(`/delete`, {\n method: 'POST',\n body: item,\n });\n console.log('Delete operation succeeded', result);\n return result;\n } catch (error) {\n console.error('Delete operation failed:', error);\n setError(error);\n throw error;\n }\n }\n\n // Enhanced Mutations utilizing Vue reactivity system efficiently\n setItems(items, state) {\n console.log(`Setting ${items.length} items in state`);\n const targetState = state || this.state.items;\n if (Array.isArray(targetState)) {\n targetState.splice(0, targetState.length, ...items);\n } else {\n console.error('Target state is not an array in setItems');\n }\n }\n\n addItem(item, state, property = '_id') {\n const targetState = state || this.state.items;\n const existingItemIndex = targetState.findIndex(i => i[property] === item[property]);\n\n if (existingItemIndex === -1) {\n console.log('Adding new item to state');\n targetState.splice(0, 0, item);\n } else {\n console.log('Updating existing item in state');\n Object.assign(targetState[existingItemIndex], item);\n }\n }\n\n updateItem(item, state, property = '_id') {\n const targetState = state || this.state.items;\n const index = targetState.findIndex(i => i[property] === item[property]);\n if (index !== -1) {\n console.log('Replacing item in state');\n targetState.splice(index, 1, item);\n } else {\n console.log('Item not found for update in state');\n }\n }\n\n removeItem(item, state, property = '_id') {\n const targetState = state || this.state.items;\n // Поиск и удаление элемента по указанному ключу\n const index = targetState.findIndex(i => i[property] === item[property]);\n if (index !== -1) {\n console.log('Removing item from state');\n targetState.splice(index, 1);\n } else {\n console.log('Item not found for removal from state');\n }\n }\n}\n\nexport default StoreManager;\n"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- class GlobalWebSocket {
1
+ class WebSocketManager {
2
2
  constructor() {
3
3
  this.socket = null;
4
4
  this.isConnected = false;
@@ -291,8 +291,9 @@ class GlobalWebSocket {
291
291
  return this.connect(userId);
292
292
  }
293
293
  }
294
- const globalWebSocket = new GlobalWebSocket();
294
+ const wsManager = new WebSocketManager();
295
295
  export {
296
- globalWebSocket as default
296
+ wsManager as default,
297
+ wsManager
297
298
  };
298
- //# sourceMappingURL=core.websocket.js.map
299
+ //# sourceMappingURL=ws.manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ws.manager.js","sources":["../../../../../../../src/modules/core/views/classes/ws.manager.js"],"sourcesContent":["class WebSocketManager {\n constructor() {\n this.socket = null;\n this.isConnected = false;\n this.reconnectAttempts = 0;\n this.maxReconnectAttempts = 5;\n this.reconnectDelay = 3000;\n this.baseUrl = null;\n this.pingInterval = null;\n this.pingIntervalTime = 30000;\n this.listeners = {};\n this.userId = null;\n this.connectPromise = null;\n this.subscribedModules = new Set();\n\n // RPC-специфичные свойства\n this.rpcCallbacks = new Map();\n this.rpcTimeout = 30000; // 30 секунд таймаут по умолчанию\n this.rpcIdCounter = 0;\n }\n\n initialize(options = {}) {\n this.maxReconnectAttempts = options.maxReconnectAttempts || this.maxReconnectAttempts;\n this.reconnectDelay = options.reconnectDelay || this.reconnectDelay;\n this.baseUrl = options.wsUrl || this._getDefaultWsUrl();\n this.pingIntervalTime = options.pingInterval || this.pingIntervalTime;\n this.rpcTimeout = options.rpcTimeout || this.rpcTimeout;\n }\n\n _getDefaultWsUrl() {\n if (typeof window === 'undefined') return '/api/ws';\n \n const isSecure = window.location.protocol === 'https:';\n const protocol = isSecure ? 'wss:' : 'ws:';\n const host = window.location.hostname;\n const port = isSecure ? '' : ':8020';\n\n return `${protocol}//${host}${port}/api/ws`;\n }\n\n connect(userId = null) {\n if (typeof window === 'undefined') return Promise.resolve(false);\n this.userId = userId;\n\n // Проверяем существующее соединение\n if (this.isConnected && this.socket?.readyState === WebSocket.OPEN) {\n // If already connected but userId changed, need to reconnect\n if (this.userId !== userId) {\n console.log('[WebSocket] UserId changed, reconnecting...');\n return this.reconnectWithAuth(userId);\n }\n return Promise.resolve(this.socket);\n }\n\n // Предотвращаем создание множества промисов при параллельных вызовах\n if (this.connectPromise) {\n return this.connectPromise;\n }\n\n this.connectPromise = new Promise((resolve, reject) => {\n this.disconnect();\n\n // Используем baseUrl без параметров, так как аутентификация через cookie\n console.log('[WebSocket] Connecting to:', this.baseUrl, 'userId:', userId);\n this.socket = new WebSocket(this.baseUrl);\n\n this.socket.onopen = () => {\n this._handleOpen();\n resolve(this.socket);\n };\n\n this.socket.onmessage = this._handleMessage.bind(this);\n this.socket.onerror = err => {\n this._handleError(err);\n reject(err);\n };\n this.socket.onclose = this._handleClose.bind(this);\n\n setTimeout(() => {\n if (!this.isConnected) {\n reject(new Error('WebSocket connection timeout'));\n }\n }, 10000);\n }).finally(() => {\n this.connectPromise = null;\n });\n\n return this.connectPromise;\n }\n\n disconnect() {\n if (typeof window === 'undefined') return;\n\n if (this.socket) {\n this.socket.onopen = null;\n this.socket.onmessage = null;\n this.socket.onerror = null;\n this.socket.onclose = null;\n if (this.socket.readyState === WebSocket.OPEN || this.socket.readyState === WebSocket.CONNECTING) {\n this.socket.close();\n }\n this.socket = null;\n }\n\n if (this.pingInterval) {\n clearInterval(this.pingInterval);\n this.pingInterval = null;\n }\n\n // Отменяем все ожидающие RPC вызовы\n for (const [id, { reject }] of this.rpcCallbacks.entries()) {\n reject(new Error('WebSocket disconnected'));\n this.rpcCallbacks.delete(id);\n }\n\n this.isConnected = false;\n this.userId = null;\n this.subscribedModules.clear(); // Очищаем подписки при отключении\n }\n\n async send(data) {\n if (!this.socket || this.socket.readyState !== WebSocket.OPEN) {\n console.error('Cannot send message: WebSocket is not connected');\n return false;\n }\n\n try {\n const msg = typeof data === 'string' ? data : JSON.stringify(data);\n this.socket.send(msg);\n return true;\n } catch (err) {\n console.error('Error sending message:', err);\n return false;\n }\n }\n\n /**\n * Выполняет RPC вызов на сервере\n * @param {string} module - Имя модуля\n * @param {string} method - Имя метода\n * @param {object} params - Параметры метода\n * @param {object} [options] - Опции вызова\n * @param {number} [options.timeout] - Таймаут в миллисекундах\n * @returns {Promise<any>} - Результат вызова\n */\n rpc(module, method, params = {}, options = {}) {\n if (!this.isConnected || this.socket?.readyState !== WebSocket.OPEN) {\n return Promise.reject(new Error('WebSocket is not connected'));\n }\n\n if (!module || !method) {\n return Promise.reject(new Error('Module and method are required'));\n }\n\n // Генерируем уникальный ID для вызова\n const id = `${++this.rpcIdCounter}`;\n const timeout = options.timeout || this.rpcTimeout;\n\n return new Promise((resolve, reject) => {\n // Записываем информацию о вызове для последующей обработки ответа\n this.rpcCallbacks.set(id, {\n resolve,\n reject,\n timeoutId: setTimeout(() => {\n if (this.rpcCallbacks.has(id)) {\n this.rpcCallbacks.delete(id);\n reject(new Error(`RPC call to ${module}.${method} timed out after ${timeout}ms`));\n }\n }, timeout),\n });\n\n // Отправляем RPC запрос\n this.send({\n type: 'rpc',\n module,\n method,\n params,\n id,\n }).catch(err => {\n if (this.rpcCallbacks.has(id)) {\n clearTimeout(this.rpcCallbacks.get(id).timeoutId);\n this.rpcCallbacks.delete(id);\n reject(err);\n }\n });\n });\n }\n\n addEventListener(eventType, callback, options = {}) {\n const listenerId = `${options.module || 'global'}_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`;\n if (!this.listeners[eventType]) this.listeners[eventType] = {};\n this.listeners[eventType][listenerId] = callback;\n return listenerId;\n }\n\n removeEventListener(eventType, listenerId) {\n if (this.listeners[eventType]?.[listenerId]) {\n delete this.listeners[eventType][listenerId];\n }\n }\n\n removeModuleListeners(moduleName) {\n Object.keys(this.listeners).forEach(eventType => {\n Object.keys(this.listeners[eventType]).forEach(listenerId => {\n if (listenerId.startsWith(`${moduleName}_`)) {\n delete this.listeners[eventType][listenerId];\n }\n });\n });\n }\n\n async subscribeModule(moduleName) {\n if (!moduleName) return;\n \n if (this.subscribedModules.has(moduleName)) {\n console.log(`[WebSocket] Module ${moduleName} already subscribed`);\n return;\n }\n \n console.log(`[WebSocket] Subscribing to module: ${moduleName}`);\n const success = await this.send({ type: 'subscribe', module: moduleName });\n if (success) {\n this.subscribedModules.add(moduleName);\n console.log(`[WebSocket] Successfully subscribed to module: ${moduleName}`);\n } else {\n console.log(`[WebSocket] Failed to subscribe to module: ${moduleName}`);\n }\n }\n\n async unsubscribeModule(moduleName) {\n if (!moduleName || !this.subscribedModules.has(moduleName)) return;\n const success = await this.send({ type: 'unsubscribe', module: moduleName });\n if (success) {\n this.subscribedModules.delete(moduleName);\n }\n }\n\n _resubscribeAllModules() {\n for (const moduleName of this.subscribedModules) {\n this.send({ type: 'subscribe', module: moduleName });\n }\n }\n\n _handleOpen() {\n this.isConnected = true;\n this.reconnectAttempts = 0;\n\n this.pingInterval = setInterval(() => {\n if (this.socket?.readyState === WebSocket.OPEN) {\n this.socket.send(JSON.stringify({ type: 'ping' }));\n }\n }, this.pingIntervalTime);\n\n this._resubscribeAllModules();\n this._notifyListeners('open', { isConnected: true });\n }\n\n _handleMessage(event) {\n // Проверка на типы сообщений - пропускаем бинарные сообщения\n if (typeof event.data !== 'string') {\n console.warn('Received binary message, but only JSON is supported');\n return;\n }\n\n try {\n const data = JSON.parse(event.data);\n\n // Обрабатываем ответы на RPC вызовы\n if (data.type === 'rpc_response' && data.id && this.rpcCallbacks.has(data.id)) {\n const { resolve, reject, timeoutId } = this.rpcCallbacks.get(data.id);\n clearTimeout(timeoutId);\n this.rpcCallbacks.delete(data.id);\n\n if (data.error) {\n reject(Object.assign(new Error(data.error.message), data.error));\n } else {\n resolve(data.result);\n }\n\n return;\n }\n\n // Обрабатываем обычные сообщения\n this._notifyListeners('message', data);\n if (data.type) {\n this._notifyListeners(data.type, data);\n }\n } catch (err) {\n console.error('WebSocket message error:', err);\n }\n }\n\n _handleError(error) {\n console.error('WebSocket error:', error);\n this._notifyListeners('error', { error });\n\n // Отменяем все RPC вызовы с ошибкой соединения\n for (const [id, { reject, timeoutId }] of this.rpcCallbacks.entries()) {\n clearTimeout(timeoutId);\n reject(new Error('WebSocket connection error'));\n this.rpcCallbacks.delete(id);\n }\n }\n\n _handleClose(event) {\n this.isConnected = false;\n if (this.pingInterval) {\n clearInterval(this.pingInterval);\n this.pingInterval = null;\n }\n\n // Отменяем все RPC вызовы при закрытии соединения\n for (const [id, { reject, timeoutId }] of this.rpcCallbacks.entries()) {\n clearTimeout(timeoutId);\n reject(new Error('WebSocket connection closed'));\n this.rpcCallbacks.delete(id);\n }\n\n this._notifyListeners('close', { code: event.code, reason: event.reason });\n\n // Reconnect for both authenticated and anonymous users (not just authenticated)\n if (event.code !== 1000 && this.reconnectAttempts < this.maxReconnectAttempts) {\n this.reconnectAttempts++;\n const delay = this.reconnectDelay * this.reconnectAttempts;\n console.log(`[WebSocket] Reconnecting in ${delay}ms... (attempt ${this.reconnectAttempts}/${this.maxReconnectAttempts})`);\n setTimeout(() => {\n this.connect(this.userId).catch(err => {\n console.error('Reconnection failed:', err);\n });\n }, delay);\n }\n }\n\n _notifyListeners(eventType, data) {\n Object.values(this.listeners[eventType] || {}).forEach(fn => {\n try {\n fn(data);\n } catch (err) {\n console.error(`Listener for ${eventType} failed:`, err);\n }\n });\n }\n\n isSocketConnected() {\n return this.isConnected && this.socket?.readyState === WebSocket.OPEN;\n }\n\n /**\n * Reconnect WebSocket with new authentication\n * Useful when user logs in/out\n * @param {string} userId - New user ID (optional)\n * @returns {Promise<WebSocket|boolean>}\n */\n async reconnectWithAuth(userId) {\n console.log('[WebSocket] Reconnecting with auth, userId:', userId);\n \n // Disconnect existing connection\n this.disconnect();\n \n // Small delay to ensure clean disconnect\n await new Promise(resolve => setTimeout(resolve, 100));\n \n // Connect with new userId (or null for anonymous)\n return this.connect(userId);\n }\n}\n\nconst wsManager = new WebSocketManager();\nexport { wsManager };\nexport default wsManager;\n"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ import PlaceholderUserpic from "../../../../icons/placeholders/PlaceholderUserpi
6
6
  import PlaceholderOrganizationPic from "../../../../icons/placeholders/PlaceholderOrganizationPic.vue.js";
7
7
  import _sfc_main$4 from "../../../../icons/navigation/IconEllipsis.vue.js";
8
8
  import _sfc_main$5 from "../../../../reports/components/sections/FormReport.vue.js";
9
- /* empty css */
9
+ /* empty css */
10
10
  /* empty css */
11
11
  import _sfc_main$2 from "../elements/PhotoStack.vue.js";
12
12
  const _hoisted_1 = {
@@ -1,5 +1,5 @@
1
1
  import { computed, createElementBlock, createCommentVNode, openBlock, createElementVNode } from "vue";
2
- import { state } from "../../store/core.store.js";
2
+ import { useStore } from "../../store/core.store.js";
3
3
  /* empty css */
4
4
  import _export_sfc from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
5
5
  const _hoisted_1 = ["href"];
@@ -12,7 +12,8 @@ const _sfc_main = {
12
12
  }
13
13
  },
14
14
  setup(__props) {
15
- const supportUrl = computed(() => state.config?.app?.support?.url);
15
+ const store = useStore();
16
+ const supportUrl = computed(() => store.core.state.config?.app?.support?.url);
16
17
  return (_ctx, _cache) => {
17
18
  return supportUrl.value ? (openBlock(), createElementBlock("a", {
18
19
  key: 0,
@@ -31,7 +32,7 @@ const _sfc_main = {
31
32
  };
32
33
  }
33
34
  };
34
- const HelpCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b502cdb7"]]);
35
+ const HelpCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4497b8c1"]]);
35
36
  export {
36
37
  HelpCard as default
37
38
  };
@@ -1 +1 @@
1
- {"version":3,"file":"HelpCard.vue.js","sources":["../../../../../../../../src/modules/core/views/components/blocks/HelpCard.vue"],"sourcesContent":["<template>\n <a\n v-if=\"supportUrl\"\n :href=\"supportUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"help-card pd-small mn-small radius-small bg-light cursor-pointer\"\n >\n <div class=\"help-icon mn-b-thin\" style=\"font-size: 2rem;\">💬</div>\n <div class=\"help-title t-medium mn-b-micro\">Need help?</div>\n <div class=\"help-subtitle t-small t-transp\">24/7 online support</div>\n </a>\n</template>\n\n<script setup>\nimport * as core from '@martyrs/src/modules/core/views/store/core.store.js';\nimport { computed } from 'vue';\n\ndefineProps({\n theme: {\n type: String,\n default: 'light'\n }\n});\n\nconst supportUrl = computed(() => core.state.config?.app?.support?.url);\n</script>\n\n<style scoped>\n.help-card {\n margin-top: auto;\n text-decoration: none;\n color: inherit;\n display: block;\n transition: opacity 0.2s ease;\n}\n\n.help-card:hover {\n opacity: 0.8;\n}\n</style>\n"],"names":["core.state"],"mappings":";;;;;;;;;;;;;;AAyBA,UAAM,aAAa,SAAS,MAAMA,MAAW,QAAQ,KAAK,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"HelpCard.vue.js","sources":["../../../../../../../../src/modules/core/views/components/blocks/HelpCard.vue"],"sourcesContent":["<template>\n <a\n v-if=\"supportUrl\"\n :href=\"supportUrl\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n class=\"help-card pd-small mn-small radius-small bg-light cursor-pointer\"\n >\n <div class=\"help-icon mn-b-thin\" style=\"font-size: 2rem;\">💬</div>\n <div class=\"help-title t-medium mn-b-micro\">Need help?</div>\n <div class=\"help-subtitle t-small t-transp\">24/7 online support</div>\n </a>\n</template>\n\n<script setup>\nimport { useStore } from '@martyrs/src/modules/core/views/store/core.store.js';\nimport { computed } from 'vue';\n\nconst store = useStore()\n\ndefineProps({\n theme: {\n type: String,\n default: 'light'\n }\n});\n\nconst supportUrl = computed(() => store.core.state.config?.app?.support?.url);\n</script>\n\n<style scoped>\n.help-card {\n margin-top: auto;\n text-decoration: none;\n color: inherit;\n display: block;\n transition: opacity 0.2s ease;\n}\n\n.help-card:hover {\n opacity: 0.8;\n}\n</style>\n"],"names":[],"mappings":";;;;;;;;;;;;;;AAkBA,UAAM,QAAQ,SAAQ;AAStB,UAAM,aAAa,SAAS,MAAM,MAAM,KAAK,MAAM,QAAQ,KAAK,SAAS,GAAG;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { ref, computed, watch, onMounted, createBlock, openBlock, withCtx, createElementVNode, createVNode, createElementBlock, createCommentVNode, toDisplayString, unref } from "vue";
2
2
  import { useI18n } from "vue-i18n";
3
3
  import _sfc_main$1 from "../../../../../components/Popup/Popup.vue.js";
4
- import Loader from "../../../../../components/Loader/Loader.vue2.js";
4
+ import Loader from "../../../../../components/Loader/Loader.vue.js";
5
5
  import Calendar from "../../../../../components/Calendar/Calendar.vue2.js";
6
6
  import _sfc_main$3 from "../../../../../components/Button/Button.vue2.js";
7
7
  import _sfc_main$4 from "../../../../icons/actions/IconShopcartAdd.vue.js";
@@ -4,7 +4,7 @@ import { Keyboard } from "../../../../../../../node_modules/.pnpm/@capacitor_key
4
4
  import { u as useHead } from "../../../../../../../node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.-sixQ7xP.js";
5
5
  import { useI18n } from "vue-i18n";
6
6
  import { useRoute } from "vue-router";
7
- import { actions } from "../../store/core.store.js";
7
+ import { useStore } from "../../store/core.store.js";
8
8
  const _sfc_main = {
9
9
  __name: "App",
10
10
  props: {
@@ -22,6 +22,7 @@ const _sfc_main = {
22
22
  }
23
23
  },
24
24
  setup(__props) {
25
+ const store = useStore();
25
26
  const props = __props;
26
27
  ref(false);
27
28
  const page = ref(null);
@@ -81,7 +82,7 @@ const _sfc_main = {
81
82
  if (process.env.MOBILE_APP === "ios") Keyboard.setAccessoryBarVisible({ isVisible: false });
82
83
  const { value } = await Preferences.get({ key: "darkmode" });
83
84
  const isDarkMode = value ? JSON.parse(value) : false;
84
- actions.setTheme(isDarkMode);
85
+ store.core.actions.setTheme(isDarkMode);
85
86
  });
86
87
  return (_ctx, _cache) => {
87
88
  const _component_router_view = resolveComponent("router-view");
@@ -1 +1 @@
1
- {"version":3,"file":"App.vue.js","sources":["../../../../../../../../src/modules/core/views/components/layouts/App.vue"],"sourcesContent":["<template>\n <router-view \n v-slot=\"{ Component }\"\n >\n <component \n ref=\"page\" \n :env=\"env\"\n :app=\"app\"\n :modules=\"modules\"\n :is=\"Component\"\n />\n </router-view>\n</template>\n\n<script setup>\n import { computed, ref, onMounted, defineAsyncComponent, onBeforeMount } from 'vue'\n import { Preferences } from '@capacitor/preferences';\n import { Keyboard } from '@capacitor/keyboard';\n\n import { useHead } from '@unhead/vue'\n import { useI18n } from 'vue-i18n'\n import { useRoute } from 'vue-router'\n\n import * as core from '@martyrs/src/modules/core/views/store/core.store.js'\n import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'\n\n const props = defineProps({\n env: {\n type: Object,\n required: true\n },\n app: {\n type: Object,\n required: true\n },\n modules: {\n type: Object,\n required: true\n }\n })\n /////////////////////////////\n // LOADING\n /////////////////////////////\n // State\n let show = ref(false)\n // Preloader\n const page = ref(null)\n /////////////////////////////\n // META\n /////////////////////////////\n const { t, locale, availableLocales } = useI18n({\n messages: props.app.messages\n })\n\n const route = useRoute();\n\n const languages = availableLocales;\n const base_url = process.env.FILE_SERVER_URL;\n\n function removeTrailingSlash(url) {\n return url.endsWith('/') ? url.slice(0, -1) : url;\n }\n // Используйте эту функцию, чтобы удалить слэш в конце URL\n const metadata = computed(() => {return {\n title: t('meta.title'),\n description: t('meta.description'),\n meta: [\n { charset: 'utf-8' },\n { name: 'viewport', content: 'width=device-width, initial-scale=1, shrink-to-fit=no' },\n { hid: 'description', name: 'description', content: t('meta.description') },\n { hid: 'keywords', name: 'keywords', content: t('meta.keywords') },\n { hid: 'og:title', property: 'og:title', content: t('meta.og.title') },\n { hid: 'og:description', property: 'og:description', content: t('meta.og.description') },\n { hid: 'og:image', property: 'og:image', content: base_url + '/favicon/cover.jpg' },\n { hid: 'og:url', property: 'og:url', content: removeTrailingSlash(`${base_url}${route.path}`) },\n { hid: 'twitter:title', name: 'twitter:title', content: t('meta.twitter.title') },\n { hid: 'twitter:description', name: 'twitter:description', content: t('meta.twitter.description') },\n { hid: 'twitter:image', name: 'twitter:image', content: base_url + '/favicon/cover.jpg' },\n { hid: 'twitter:card', name: 'twitter:card', content: t('meta.twitter.card') },\n ],\n link: [\n { hid: 'canonical', rel: 'canonical', href: removeTrailingSlash(`${base_url}${route.path}`) },\n ...generateAlternateLinks.value,\n ],\n htmlAttrs: { lang: t('meta.htmlAttrs.lang') }\n }});\n\n const generateAlternateLinks = computed(() => {\n return languages.map(lang => {\n let newPath = route.path;\n\n if (route.params.locale) {\n newPath = newPath.replace(`/${route.params.locale}`, `/${lang}`);\n } else {\n newPath = `/${lang}${newPath}`;\n }\n const href = removeTrailingSlash(`${base_url}${newPath}`);\n return { \n hid: 'alternate', \n rel: 'alternate', \n hreflang: lang, \n href: href\n };\n });\n });\n\n useHead(metadata)\n\n onBeforeMount(async()=>{\n if (process.env.MOBILE_APP === 'ios') Keyboard.setAccessoryBarVisible({ isVisible: false }) \n\n const { value } = await Preferences.get({ key: 'darkmode' });\n\n const isDarkMode = value ? JSON.parse(value) : false;\n \n core.actions.setTheme(isDarkMode);\n })\n</script>"],"names":["core.actions"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AA0BE,UAAM,QAAQ;AAkBH,QAAI,KAAK;AAEpB,UAAM,OAAO,IAAI,IAAI;AAIrB,UAAM,EAAE,GAAG,QAAQ,iBAAgB,IAAK,QAAQ;AAAA,MAC9C,UAAU,MAAM,IAAI;AAAA,IACxB,CAAG;AAED,UAAM,QAAQ,SAAQ;AAEtB,UAAM,YAAY;AAClB,UAAM,WAAW,QAAQ,IAAI;AAE7B,aAAS,oBAAoB,KAAK;AAChC,aAAO,IAAI,SAAS,GAAG,IAAI,IAAI,MAAM,GAAG,EAAE,IAAI;AAAA,IAChD;AAEA,UAAM,WAAW,SAAS,MAAM;AAAC,aAAO;AAAA,QACtC,OAAO,EAAE,YAAY;AAAA,QACrB,aAAa,EAAE,kBAAkB;AAAA,QACjC,MAAM;AAAA,UACF,EAAE,SAAS,QAAO;AAAA,UAClB,EAAE,MAAM,YAAY,SAAS,wDAAuD;AAAA,UACpF,EAAE,KAAK,eAAe,MAAM,eAAe,SAAS,EAAE,kBAAkB,EAAC;AAAA,UACzE,EAAE,KAAK,YAAY,MAAM,YAAY,SAAS,EAAE,eAAe,EAAC;AAAA,UAChE,EAAE,KAAK,YAAY,UAAU,YAAY,SAAS,EAAE,eAAe,EAAC;AAAA,UACpE,EAAE,KAAK,kBAAkB,UAAU,kBAAkB,SAAS,EAAE,qBAAqB,EAAC;AAAA,UACtF,EAAE,KAAK,YAAY,UAAU,YAAY,SAAS,WAAW,qBAAoB;AAAA,UACjF,EAAE,KAAK,UAAU,UAAU,UAAU,SAAS,oBAAoB,GAAG,QAAQ,GAAG,MAAM,IAAI,EAAE,EAAC;AAAA,UAC7F,EAAE,KAAK,iBAAiB,MAAM,iBAAiB,SAAS,EAAE,oBAAoB,EAAC;AAAA,UAC/E,EAAE,KAAK,uBAAuB,MAAM,uBAAuB,SAAS,EAAE,0BAA0B,EAAC;AAAA,UACjG,EAAE,KAAK,iBAAiB,MAAM,iBAAiB,SAAS,WAAW,qBAAoB;AAAA,UACvF,EAAE,KAAK,gBAAgB,MAAM,gBAAgB,SAAS,EAAE,mBAAmB,EAAC;AAAA,QACpF;AAAA,QACI,MAAM;AAAA,UACJ,EAAE,KAAK,aAAa,KAAK,aAAa,MAAM,oBAAoB,GAAG,QAAQ,GAAG,MAAM,IAAI,EAAE,EAAC;AAAA,UAC3F,GAAG,uBAAuB;AAAA,QAChC;AAAA,QACI,WAAW,EAAE,MAAM,EAAE,qBAAqB,EAAC;AAAA,MAC/C;AAAA,IAAG,CAAC;AAEF,UAAM,yBAAyB,SAAS,MAAM;AAC5C,aAAO,UAAU,IAAI,UAAQ;AAC3B,YAAI,UAAU,MAAM;AAEpB,YAAI,MAAM,OAAO,QAAQ;AACvB,oBAAU,QAAQ,QAAQ,IAAI,MAAM,OAAO,MAAM,IAAI,IAAI,IAAI,EAAE;AAAA,QACjE,OAAO;AACL,oBAAU,IAAI,IAAI,GAAG,OAAO;AAAA,QAC9B;AACA,cAAM,OAAO,oBAAoB,GAAG,QAAQ,GAAG,OAAO,EAAE;AACxD,eAAO;AAAA,UACL,KAAK;AAAA,UACL,KAAK;AAAA,UACL,UAAU;AAAA,UACV;AAAA,QACR;AAAA,MACI,CAAC;AAAA,IACH,CAAC;AAED,YAAQ,QAAQ;AAEhB,kBAAc,YAAS;AACrB,UAAI,QAAQ,IAAI,eAAe,MAAO,UAAS,uBAAuB,EAAE,WAAW,OAAO;AAE1F,YAAM,EAAE,MAAK,IAAK,MAAM,YAAY,IAAI,EAAE,KAAK,YAAY;AAE3D,YAAM,aAAa,QAAQ,KAAK,MAAM,KAAK,IAAI;AAE/CA,cAAa,SAAS,UAAU;AAAA,IAClC,CAAC;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"App.vue.js","sources":["../../../../../../../../src/modules/core/views/components/layouts/App.vue"],"sourcesContent":["<template>\n <router-view \n v-slot=\"{ Component }\"\n >\n <component \n ref=\"page\" \n :env=\"env\"\n :app=\"app\"\n :modules=\"modules\"\n :is=\"Component\"\n />\n </router-view>\n</template>\n\n<script setup>\n import { computed, ref, onMounted, defineAsyncComponent, onBeforeMount } from 'vue'\n import { Preferences } from '@capacitor/preferences';\n import { Keyboard } from '@capacitor/keyboard';\n\n import { useHead } from '@unhead/vue'\n import { useI18n } from 'vue-i18n'\n import { useRoute } from 'vue-router'\n\n import { useStore } from '@martyrs/src/modules/core/views/store/core.store.js'\n import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'\n\n const store = useStore()\n\n const props = defineProps({\n env: {\n type: Object,\n required: true\n },\n app: {\n type: Object,\n required: true\n },\n modules: {\n type: Object,\n required: true\n }\n })\n /////////////////////////////\n // LOADING\n /////////////////////////////\n // State\n let show = ref(false)\n // Preloader\n const page = ref(null)\n /////////////////////////////\n // META\n /////////////////////////////\n const { t, locale, availableLocales } = useI18n({\n messages: props.app.messages\n })\n\n const route = useRoute();\n\n const languages = availableLocales;\n const base_url = process.env.FILE_SERVER_URL;\n\n function removeTrailingSlash(url) {\n return url.endsWith('/') ? url.slice(0, -1) : url;\n }\n // Используйте эту функцию, чтобы удалить слэш в конце URL\n const metadata = computed(() => {return {\n title: t('meta.title'),\n description: t('meta.description'),\n meta: [\n { charset: 'utf-8' },\n { name: 'viewport', content: 'width=device-width, initial-scale=1, shrink-to-fit=no' },\n { hid: 'description', name: 'description', content: t('meta.description') },\n { hid: 'keywords', name: 'keywords', content: t('meta.keywords') },\n { hid: 'og:title', property: 'og:title', content: t('meta.og.title') },\n { hid: 'og:description', property: 'og:description', content: t('meta.og.description') },\n { hid: 'og:image', property: 'og:image', content: base_url + '/favicon/cover.jpg' },\n { hid: 'og:url', property: 'og:url', content: removeTrailingSlash(`${base_url}${route.path}`) },\n { hid: 'twitter:title', name: 'twitter:title', content: t('meta.twitter.title') },\n { hid: 'twitter:description', name: 'twitter:description', content: t('meta.twitter.description') },\n { hid: 'twitter:image', name: 'twitter:image', content: base_url + '/favicon/cover.jpg' },\n { hid: 'twitter:card', name: 'twitter:card', content: t('meta.twitter.card') },\n ],\n link: [\n { hid: 'canonical', rel: 'canonical', href: removeTrailingSlash(`${base_url}${route.path}`) },\n ...generateAlternateLinks.value,\n ],\n htmlAttrs: { lang: t('meta.htmlAttrs.lang') }\n }});\n\n const generateAlternateLinks = computed(() => {\n return languages.map(lang => {\n let newPath = route.path;\n\n if (route.params.locale) {\n newPath = newPath.replace(`/${route.params.locale}`, `/${lang}`);\n } else {\n newPath = `/${lang}${newPath}`;\n }\n const href = removeTrailingSlash(`${base_url}${newPath}`);\n return { \n hid: 'alternate', \n rel: 'alternate', \n hreflang: lang, \n href: href\n };\n });\n });\n\n useHead(metadata)\n\n onBeforeMount(async()=>{\n if (process.env.MOBILE_APP === 'ios') Keyboard.setAccessoryBarVisible({ isVisible: false })\n\n const { value } = await Preferences.get({ key: 'darkmode' });\n\n const isDarkMode = value ? JSON.parse(value) : false;\n\n store.core.actions.setTheme(isDarkMode);\n })\n</script>"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AA0BE,UAAM,QAAQ,SAAQ;AAEtB,UAAM,QAAQ;AAkBH,QAAI,KAAK;AAEpB,UAAM,OAAO,IAAI,IAAI;AAIrB,UAAM,EAAE,GAAG,QAAQ,iBAAgB,IAAK,QAAQ;AAAA,MAC9C,UAAU,MAAM,IAAI;AAAA,IACxB,CAAG;AAED,UAAM,QAAQ,SAAQ;AAEtB,UAAM,YAAY;AAClB,UAAM,WAAW,QAAQ,IAAI;AAE7B,aAAS,oBAAoB,KAAK;AAChC,aAAO,IAAI,SAAS,GAAG,IAAI,IAAI,MAAM,GAAG,EAAE,IAAI;AAAA,IAChD;AAEA,UAAM,WAAW,SAAS,MAAM;AAAC,aAAO;AAAA,QACtC,OAAO,EAAE,YAAY;AAAA,QACrB,aAAa,EAAE,kBAAkB;AAAA,QACjC,MAAM;AAAA,UACF,EAAE,SAAS,QAAO;AAAA,UAClB,EAAE,MAAM,YAAY,SAAS,wDAAuD;AAAA,UACpF,EAAE,KAAK,eAAe,MAAM,eAAe,SAAS,EAAE,kBAAkB,EAAC;AAAA,UACzE,EAAE,KAAK,YAAY,MAAM,YAAY,SAAS,EAAE,eAAe,EAAC;AAAA,UAChE,EAAE,KAAK,YAAY,UAAU,YAAY,SAAS,EAAE,eAAe,EAAC;AAAA,UACpE,EAAE,KAAK,kBAAkB,UAAU,kBAAkB,SAAS,EAAE,qBAAqB,EAAC;AAAA,UACtF,EAAE,KAAK,YAAY,UAAU,YAAY,SAAS,WAAW,qBAAoB;AAAA,UACjF,EAAE,KAAK,UAAU,UAAU,UAAU,SAAS,oBAAoB,GAAG,QAAQ,GAAG,MAAM,IAAI,EAAE,EAAC;AAAA,UAC7F,EAAE,KAAK,iBAAiB,MAAM,iBAAiB,SAAS,EAAE,oBAAoB,EAAC;AAAA,UAC/E,EAAE,KAAK,uBAAuB,MAAM,uBAAuB,SAAS,EAAE,0BAA0B,EAAC;AAAA,UACjG,EAAE,KAAK,iBAAiB,MAAM,iBAAiB,SAAS,WAAW,qBAAoB;AAAA,UACvF,EAAE,KAAK,gBAAgB,MAAM,gBAAgB,SAAS,EAAE,mBAAmB,EAAC;AAAA,QACpF;AAAA,QACI,MAAM;AAAA,UACJ,EAAE,KAAK,aAAa,KAAK,aAAa,MAAM,oBAAoB,GAAG,QAAQ,GAAG,MAAM,IAAI,EAAE,EAAC;AAAA,UAC3F,GAAG,uBAAuB;AAAA,QAChC;AAAA,QACI,WAAW,EAAE,MAAM,EAAE,qBAAqB,EAAC;AAAA,MAC/C;AAAA,IAAG,CAAC;AAEF,UAAM,yBAAyB,SAAS,MAAM;AAC5C,aAAO,UAAU,IAAI,UAAQ;AAC3B,YAAI,UAAU,MAAM;AAEpB,YAAI,MAAM,OAAO,QAAQ;AACvB,oBAAU,QAAQ,QAAQ,IAAI,MAAM,OAAO,MAAM,IAAI,IAAI,IAAI,EAAE;AAAA,QACjE,OAAO;AACL,oBAAU,IAAI,IAAI,GAAG,OAAO;AAAA,QAC9B;AACA,cAAM,OAAO,oBAAoB,GAAG,QAAQ,GAAG,OAAO,EAAE;AACxD,eAAO;AAAA,UACL,KAAK;AAAA,UACL,KAAK;AAAA,UACL,UAAU;AAAA,UACV;AAAA,QACR;AAAA,MACI,CAAC;AAAA,IACH,CAAC;AAED,YAAQ,QAAQ;AAEhB,kBAAc,YAAS;AACrB,UAAI,QAAQ,IAAI,eAAe,MAAO,UAAS,uBAAuB,EAAE,WAAW,MAAK,CAAE;AAE1F,YAAM,EAAE,MAAK,IAAK,MAAM,YAAY,IAAI,EAAE,KAAK,YAAY;AAE3D,YAAM,aAAa,QAAQ,KAAK,MAAM,KAAK,IAAI;AAE/C,YAAM,KAAK,QAAQ,SAAS,UAAU;AAAA,IACxC,CAAC;;;;;;;;;;;;;;;;;;"}
@@ -1,12 +1,13 @@
1
1
  import { ref, computed, onMounted, resolveComponent, createElementBlock, openBlock, normalizeClass, unref, createVNode, createBlock, createCommentVNode, createElementVNode, Transition, withCtx, resolveDynamicComponent, Suspense } from "vue";
2
2
  import { useRoute } from "vue-router";
3
- import { state } from "../../store/core.store.js";
3
+ import { useStore } from "../../store/core.store.js";
4
+ import { useGlobalMixins } from "../../mixins/mixins.js";
4
5
  import _sfc_main$4 from "../../../../../components/Status/Status.vue.js";
5
6
  import _sfc_main$5 from "../../../../../components/Status/Snack.vue.js";
6
7
  import _sfc_main$1 from "../../../../../components/Popup/Popup.vue.js";
7
8
  import "vue-i18n";
8
9
  /* empty css */
9
- import Loader from "../../../../../components/Loader/Loader.vue2.js";
10
+ import Loader from "../../../../../components/Loader/Loader.vue.js";
10
11
  /* empty css */
11
12
  /* empty css */
12
13
  import _sfc_main$2 from "../partials/LocationSelection.vue.js";
@@ -36,22 +37,26 @@ const _sfc_main = {
36
37
  }
37
38
  },
38
39
  setup(__props) {
40
+ const store = useStore();
39
41
  let show = ref(false);
40
42
  const page = ref(null);
41
43
  const scrollview = ref(null);
42
44
  function handlePageLoading() {
43
- state.loading = true;
45
+ store.core.state.loading = true;
44
46
  }
45
47
  function handlePageLoaded() {
46
- state.loading = false;
48
+ store.core.state.loading = false;
47
49
  }
48
50
  function onSuspenseResolved() {
49
- state.loading = false;
51
+ store.core.state.loading = false;
50
52
  }
51
53
  const route = useRoute();
54
+ if (route.meta?.sidebarOpenOnEnter === true) {
55
+ store.core.state.isOpenSidebar = true;
56
+ }
52
57
  const referalCode = ref(route.query.referalCode);
53
58
  function closeLocationPopup() {
54
- state.isOpenLocationPopup = false;
59
+ store.core.state.isOpenLocationPopup = false;
55
60
  }
56
61
  function scrollTop() {
57
62
  if (scrollview.value) scrollview.value.scrollTop = 0;
@@ -76,8 +81,12 @@ const _sfc_main = {
76
81
  const updateFirstUse = (value) => {
77
82
  FirstUse.value = value;
78
83
  };
84
+ const { isPhone, isTablet } = useGlobalMixins();
79
85
  onMounted(async () => {
80
86
  await getFirstUse();
87
+ if ((isPhone() || isTablet()) && store.core.state.isOpenSidebar) {
88
+ store.core.state.isOpenSidebar = false;
89
+ }
81
90
  if ("serviceWorker" in navigator && !window.__MOBILE_APP__) {
82
91
  window.addEventListener("load", () => {
83
92
  navigator.serviceWorker.register("/sw.js").then((registration) => {
@@ -89,11 +98,11 @@ const _sfc_main = {
89
98
  }
90
99
  const savedPosition = localStorage.getItem("position");
91
100
  if (savedPosition) {
92
- state.position = JSON.parse(savedPosition);
101
+ store.core.state.position = JSON.parse(savedPosition);
93
102
  } else if (route.meta.location) {
94
- state.isOpenLocationPopup = true;
103
+ store.core.state.isOpenLocationPopup = true;
95
104
  } else {
96
- state.isOpenLocationPopup = false;
105
+ store.core.state.isOpenLocationPopup = false;
97
106
  }
98
107
  if (referalCode.value) {
99
108
  localStorage.setItem("referalCode", referalCode.value);
@@ -120,7 +129,7 @@ const _sfc_main = {
120
129
  appear: ""
121
130
  }, {
122
131
  default: withCtx(() => [
123
- !page.value || state.loading ? (openBlock(), createBlock(Loader, {
132
+ !page.value || unref(store).core.state.loading ? (openBlock(), createBlock(Loader, {
124
133
  key: 0,
125
134
  class: "pos-fixed"
126
135
  })) : createCommentVNode("", true)
@@ -159,7 +168,7 @@ const _sfc_main = {
159
168
  key: 0,
160
169
  horizontal: true,
161
170
  navigationItems: unref(route).meta.header_navigation_items,
162
- stateSidebar: state.isOpenSidebar,
171
+ stateSidebar: unref(store).core.state.isOpenSidebar,
163
172
  theme: headerTheme.value
164
173
  }, null, 8, ["navigationItems", "stateSidebar", "theme"])) : createCommentVNode("", true)
165
174
  ]),
@@ -175,14 +184,14 @@ const _sfc_main = {
175
184
  key: 0,
176
185
  logotype: unref(route).meta.logotype,
177
186
  navigationItems: unref(route).meta.sidebar_navigation_items,
178
- stateSidebar: state.isOpenSidebar
187
+ stateSidebar: unref(store).core.state.isOpenSidebar
179
188
  }, null, 8, ["logotype", "navigationItems", "stateSidebar"])) : createCommentVNode("", true)
180
189
  ]),
181
190
  _: 1
182
191
  }),
183
192
  createVNode(_sfc_main$1, {
184
193
  onClosePopup: closeLocationPopup,
185
- isPopupOpen: state.isOpenLocationPopup,
194
+ isPopupOpen: unref(store).core.state.isOpenLocationPopup,
186
195
  class: "bg-white pd-semi w-m-33r radius-big"
187
196
  }, {
188
197
  default: withCtx(() => [
@@ -204,11 +213,11 @@ const _sfc_main = {
204
213
  }, null, 8, ["class"]),
205
214
  unref(route).meta?.sidebar ? (openBlock(), createBlock(resolveDynamicComponent(unref(route).meta.sidebar), {
206
215
  key: 0,
207
- stateSidebar: state.isOpenSidebar,
216
+ stateSidebar: unref(store).core.state.isOpenSidebar,
208
217
  widthHidden: unref(route).meta?.sidebar_width_hidden,
209
218
  width: unref(route).meta?.sidebar_width,
210
219
  theme: headerTheme.value,
211
- onCloseSidebar: _cache[0] || (_cache[0] = () => state.isOpenSidebar = false)
220
+ onCloseSidebar: _cache[0] || (_cache[0] = () => unref(store).core.state.isOpenSidebar = false)
212
221
  }, {
213
222
  header: withCtx(() => [
214
223
  unref(route).meta?.sidebar_header_component ? (openBlock(), createBlock(resolveDynamicComponent(unref(route).meta.sidebar_header_component), {
@@ -231,7 +240,7 @@ const _sfc_main = {
231
240
  unref(route).meta?.sidebar_navigation ? (openBlock(), createBlock(resolveDynamicComponent(unref(route).meta.sidebar_navigation), {
232
241
  key: unref(route).meta.sidebar_navigation,
233
242
  navigationItems: unref(route).meta.sidebar_navigation_items,
234
- stateSidebar: state.isOpenSidebar,
243
+ stateSidebar: unref(store).core.state.isOpenSidebar,
235
244
  theme: headerTheme.value
236
245
  }, null, 8, ["navigationItems", "stateSidebar", "theme"])) : createCommentVNode("", true)
237
246
  ]),
@@ -248,18 +257,18 @@ const _sfc_main = {
248
257
  onScroll: handleScroll,
249
258
  class: "o-y-scroll o-x-hidden h-100"
250
259
  }, [
251
- state.error.show ? (openBlock(), createBlock(_sfc_main$4, {
260
+ unref(store).core.state.error.show ? (openBlock(), createBlock(_sfc_main$4, {
252
261
  key: 0,
253
- data: state.error,
254
- onClose: _cache[1] || (_cache[1] = ($event) => state.error.show = false),
262
+ data: unref(store).core.state.error,
263
+ onClose: _cache[1] || (_cache[1] = ($event) => unref(store).core.state.error.show = false),
255
264
  class: "z-index-7"
256
265
  }, null, 8, ["data"])) : createCommentVNode("", true),
257
- state.snack.show ? (openBlock(), createBlock(_sfc_main$5, {
266
+ unref(store).core.state.snack.show ? (openBlock(), createBlock(_sfc_main$5, {
258
267
  key: 1,
259
- type: state.snack.type,
260
- message: state.snack.message,
261
- show: state.snack.show,
262
- onClose: _cache[2] || (_cache[2] = ($event) => state.snack.show = false),
268
+ type: unref(store).core.state.snack.type,
269
+ message: unref(store).core.state.snack.message,
270
+ show: unref(store).core.state.snack.show,
271
+ onClose: _cache[2] || (_cache[2] = ($event) => unref(store).core.state.snack.show = false),
263
272
  class: "z-index-7"
264
273
  }, null, 8, ["type", "message", "show"])) : createCommentVNode("", true),
265
274
  createElementVNode("div", _hoisted_3, [
@@ -308,7 +317,7 @@ const _sfc_main = {
308
317
  appear: ""
309
318
  }, {
310
319
  default: withCtx(() => [
311
- !_ctx.MOBILE_APP && unref(route).meta.footer && !unref(route).meta.hideFooter && page.value && !state.loading ? (openBlock(), createBlock(resolveDynamicComponent(unref(route).meta.footer), {
320
+ !_ctx.MOBILE_APP && unref(route).meta.footer && !unref(route).meta.hideFooter && page.value && !unref(store).core.state.loading ? (openBlock(), createBlock(resolveDynamicComponent(unref(route).meta.footer), {
312
321
  key: 0,
313
322
  ref: "footer",
314
323
  theme: unref(route).meta.footer_theme || "light",
@@ -1 +1 @@
1
- {"version":3,"file":"Client.vue.js","sources":["../../../../../../../../src/modules/core/views/components/layouts/Client.vue"],"sourcesContent":["<template>\n\t<div \n\t\tid=\"app-wrapper\"\n\t\tclass=\"flex flex-column h-100 w-100 pos-relative o-hidden\"\n\t\t:class=\"{\n\t\t\t[(route.name \n ? route.name.replace(/\\s+/g, '_') \n : route.path.replace(/\\W+/g, '_')\n ).toLowerCase()]: true,\n \t\t'pd-t-big': MOBILE_APP === 'ios', \n\t\t\t'bg-white': headerTheme === 'light',\n\t\t\t'bg-black': headerTheme === 'dark',\n \t}\"\n\t>\n\t\t<transition name=\"moveFromTop\" appear>\n\t\t\t<Loader v-if=\"!page || core.state.loading\" class=\"pos-fixed\"/>\n\t\t</transition>\n\n\t <transition \n\t name=\"moveFromTop\" \n\t mode=\"out-in\"\n\t >\n\t <section \n\t v-if=\"FirstUse && route.meta.walkthrough\"\n\t class=\"w-100 h-100\" \n\t >\n\t <component \n\t :is=\"route.meta.walkthrough\"\n\t name=\"Walkthrough\"\n\t @updateFirstUse=\"updateFirstUse\" \n\t :slides=\"[1,2,3]\" \n\t class=\"tab\"\n\t >\n\t </component>\n\t </section>\n\t </transition>\n\n <component\n\t\t\tv-if=\"!MOBILE_APP && route.meta.header\"\n ref=\"header\" \n :is=\"route.meta.header\"\n :theme=\"headerTheme\"\n :logotype=\"route.meta.logotype\"\n :location=\"route.meta.location\"\n :class=\"{\n \t'header-scrolled': scrollOffset > 50 \n }\"\n >\n \t<component\n\t\t v-if=\"route.meta?.header_navigation\"\n\t\t :is=\"route.meta.header_navigation\"\n\t\t :horizontal=\"true\"\n\t\t\t\t:navigationItems=\"route.meta.header_navigation_items\"\n\t\t\t\t:stateSidebar=\"core.state.isOpenSidebar\" \n\t\t\t\t:theme=\"headerTheme\"\n\t\t />\n \t</component>\n\n\t\t<transition name=\"moveFromTop\" mode=\"out-in\" appear>\n\t\t\t<component\n \tv-if=\"MOBILE_APP && !route.meta.hideNavigationBar\"\n :is=\"route.meta.navigationbar\"\n :logotype=\"route.meta.logotype\"\n :navigationItems=\"route.meta.sidebar_navigation_items\"\n\t :stateSidebar=\"core.state.isOpenSidebar\" \n />\n\t\t</transition>\n\n\t <Popup \n\t \t@close-popup=\"closeLocationPopup\" \n\t \t:isPopupOpen=\"core.state.isOpenLocationPopup\"\n\t \tclass=\"bg-white pd-semi w-m-33r radius-big\"\n\t >\t\n\t \t<LocationSelection />\n\t </Popup>\n\n\t <!-- class=\"flex flex-nowrap transition-ease-in-out o-hidden pos-relative\" -->\n\t\t<section \n\t\t\tid=\"screen\" \n\t\t\tref=\"screen\"\n\t\t\tclass=\"flex flex-nowrap h-100 pos-relative o-hidden transition-ease-in-out\"\n\t\t\t:class=\"{\n\t\t\t\t'': MOBILE_APP === 'ios',\n }\"\n\t\t>\n\t\t\t<ShopCart \n\t\t\t\t:class=\"{\n\t\t\t\t\t'mobile:pd-t-extra': MOBILE_APP === 'ios', \n\t\t\t\t}\"\n\t\t\t/>\n\t <component\n\t v-if=\"route.meta?.sidebar\"\n\t :is=\"route.meta.sidebar\"\n\t :stateSidebar=\"core.state.isOpenSidebar\"\n\t :widthHidden='route.meta?.sidebar_width_hidden'\n\t :width=\"route.meta?.sidebar_width\"\n\t :theme=\"headerTheme\"\n\t @closeSidebar=\"() => core.state.isOpenSidebar = false\"\n\t >\n\t \t<!-- Header slot -->\n\t \t<template #header>\n\t \t\t<component\n\t \t\t\tv-if=\"route.meta?.sidebar_header_component\"\n\t \t\t\t:is=\"route.meta.sidebar_header_component\"\n\t \t\t\t:theme=\"headerTheme\"\n\t \t\t/>\n\t \t</template>\n\n\t \t<!-- Navigation (default slot) -->\n\t \t<transition name=\"moveFromTop\" mode=\"out-in\">\n\t\t <component\n\t\t v-if=\"route.meta?.sidebar_navigation\"\n\t\t :is=\"route.meta.sidebar_navigation\"\n\t\t :key=\"route.meta.sidebar_navigation\"\n\t\t :navigationItems=\"route.meta.sidebar_navigation_items\"\n\t\t\t :stateSidebar=\"core.state.isOpenSidebar\"\n\t\t\t\t\t\t:theme=\"headerTheme\"\n\t\t />\n\t </transition>\n\n\t <!-- Footer slot -->\n\t \t<template #footer>\n\t \t\t<component\n\t \t\t\tv-if=\"route.meta?.sidebar_footer_component\"\n\t \t\t\t:is=\"route.meta.sidebar_footer_component\"\n\t \t\t\t:theme=\"headerTheme\"\n\t \t\t/>\n\t \t</template>\n\t </component>\n\t\t <!-- rows-1-min0_max1 z-index-1 pos-relative w-100 h-100 -->\n\t\t <div class=\"rows-1-min0_max1 z-index-1 pos-relative w-100 h-100\">\n\t\t \t<div id=\"scrollview\" ref=\"scrollview\" @scroll=\"handleScroll\" class=\"o-y-scroll o-x-hidden h-100\">\n\t \t\t\t<Status \n\t \t\t\t\tv-if=\"core.state.error.show\"\n\t\t\t\t\t\t:data=\"core.state.error\"\n\t\t\t\t\t\t@close=\"core.state.error.show = false\"\n\t\t\t\t\t\tclass=\"z-index-7\" \n\t\t\t\t\t/>\n\t\t\t\t\t<Snack\n\t \t\t\t\tv-if=\"core.state.snack.show\"\n\t\t\t\t\t\t:type=\"core.state.snack.type\"\n\t\t\t\t\t\t:message=\"core.state.snack.message\"\n\t\t\t\t\t\t:show=\"core.state.snack.show\"\n\t\t\t\t\t\t@close=\"core.state.snack.show = false\"\n\t\t\t\t\t\tclass=\"z-index-7\"\n\t\t\t\t\t/>\n\t\t\t\t\t<div class=\"h-min-100 pos-relative w-100\">\n\t\t\t\t\t\t<!-- <section v-if=\"!route.meta?.breadcrumbs?.hide\" class=\"pd-thin pd-b-zero\">\n\t\t\t\t\t\t\t<Breadcrumbs \n\t\t\t\t\t\t\t\tv-if=\"!MOBILE_APP\"\n\t\t\t\t\t\t\t\tclass=\"bg-light pd-small radius-small\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</section> -->\n\n\t\t\t\t \t\t<Suspense @resolve=\"onSuspenseResolved\">\n\t\t\t\t\t\t\t<router-view \n\t\t\t\t\t\t\t\tid=\"view\"\n\t\t\t\t\t\t\t\tv-slot=\"{ Component, route }\" \n\t\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t\t\t'scroll-hide': MOBILE_APP,\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tclass=\"h-min-100 pos-relative w-100\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<transition @before-enter=\"scrollTop\" name=\"scaleTransition\" mode=\"out-in\" appear>\n\t\t\t\t\t \t<component \n\t\t\t\t\t \t\tref=\"page\" \n\t\t\t\t\t \t\t:is=\"Component\" \n\t\t\t\t\t \t\tclass=\"w-100 h-min-100\"\n\t\t\t\t \t\t \t@page-loading=\"handlePageLoading\"\n\t\t\t @page-loaded=\"handlePageLoaded\"\n\t\t\t :key=\"componentKey\"\n\t\t\t\t\t \t/>\n\t\t\t\t\t \t<!-- Key пока выключил непонятно какие проблемы это вызовет -->\n\t\t\t\t\t \t<!-- :key=\"route.path\" -->\n\t\t\t\t\t </transition>\n\t\t\t\t\t\t </router-view>\n\t\t\t\t\t\t</Suspense>\n\t\t\t\t </div>\n\n\t\t\t\t \t<component \n\t\t\t v-if=\"route.meta.player\"\n\t\t\t class=\"z-index-2\"\n\t\t\t \t:is=\"route.meta.player\"\n\t\t\t />\n\t\t\t \t<transition @before-enter=\"scrollTop\" name=\"scaleTransition\" mode=\"out-in\" appear>\n\t\t <component\n\t\t\t\t\t\t\tv-if=\"!MOBILE_APP && route.meta.footer && !route.meta.hideFooter && page && !core.state.loading\"\n\t\t\t\t ref=\"footer\" \n\t\t\t\t :is=\"route.meta.footer\"\n\t\t\t\t :theme=\"route.meta.footer_theme || 'light'\"\n\t\t\t\t :logotype=\"route.meta.logotype\"\n\t\t\t\t :location=\"route.meta.location\"\n\t\t\t\t />\n\t\t\t \t</transition>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</section>\n\n\t\t<router-view \n\t\t\tname=\"defaultBottom\"\n\t\t\tv-slot=\"{ Component, route }\" \n\t\t>\n\t\t\t<component \n \t\t:is=\"Component\" \n \t/>\n\t\t</router-view>\n\n <component \n v-if=\"MOBILE_APP && route.meta.title_hide\"\n class=\"z-index-2\"\n \t:is=\"route.meta.bottombar\"\n />\n\t</div>\n</template>\n\n\n\n<script setup>\n\timport { computed, ref, onMounted } from 'vue';\n\t// Router\n\timport { useRoute } from 'vue-router';\n\t// Store\n\timport * as core from '@martyrs/src/modules/core/views/store/core.store.js';\n\t// Partials\n\timport Status from '@martyrs/src/components/Status/Status.vue';\n\timport Snack from '@martyrs/src/components/Status/Snack.vue';\n\timport Popup from '@martyrs/src/components/Popup/Popup.vue';\n\timport Breadcrumbs from '@martyrs/src/components/Breadcrumbs/Breadcrumbs.vue'\n\timport Loader from '@martyrs/src/components/Loader/Loader.vue';\n\n\timport NavigationBar from '@martyrs/src/modules/core/views/components/partials/NavigationBar.vue';\n\timport LocationSelection from '@martyrs/src/modules/core/views/components/partials/LocationSelection.vue';\n\n\timport ShopCart from '@martyrs/src/modules/orders/components/partials/ShopCart.vue';\n\t// PROPS\n\tconst props = defineProps({\n env: {\n type: Object,\n required: true\n },\n app: {\n type: Object,\n required: true\n },\n modules: {\n type: Object,\n required: true\n }\n })\n\n\t/////////////////////////////\n // LOADING\n /////////////////////////////\n // State\n let show = ref(false)\n // Preloader\n const page = ref(null)\n const scrollview = ref(null)\n\n // isPageLoading убран - используем core.state.loading\n \n // Обработчики событий загрузки\n function handlePageLoading() {\n core.state.loading = true;\n }\n \n function handlePageLoaded() {\n core.state.loading = false;\n }\n \n // Обработка события разрешения Suspense (когда async setup компонента завершается)\n function onSuspenseResolved() {\n // Если страница не отправляет событие page-loaded, этот обработчик \n // может служить запасным вариантом для отключения лоадера\n // Можно оставить закомментированным, если все страницы будут явно вызывать handlePageLoaded\n core.state.loading = false;\n }\n\t/////////////////////////////\n\t// CREATED\n\t/////////////////////////////\n\tconst route = useRoute()\n\t// const router = useRouter()\n\t// Ref Code\n\tconst referalCode = ref(route.query.referalCode);\n\t/////////////////////////////\n\t// Methods\n\t/////////////////////////////\n\tfunction closeLocationPopup() {\n\t core.state.isOpenLocationPopup = false;\n\t}\n\tfunction scrollTop(){\n\t\tif (scrollview.value) scrollview.value.scrollTop = 0;\n\t}\n\t// Scrolling header\n\tconst scrollOffset = ref(0)\n\tlet isScrolled = false\n\tconst header = ref(null)\n\n\tconst headerTheme = computed(() => {\n\t\tif (scrollOffset.value > 50) {\n\t\t\treturn route.meta.header_theme || 'light'\n\t\t} else {\n\t\t\treturn route.meta.header_theme || 'light'\n\t\t}\n\t})\n\n\tconst handleScroll = () => {\n\t scrollOffset.value = event.target.scrollTop\n\t};\n/////////////////////////////\n // FIRST USE\n /////////////////////////////\n const FirstUse = ref(false);\n\n import { Preferences } from '@capacitor/preferences';\n\n async function getFirstUse() {\n const ret = await Preferences.get({ key: 'first-use' });\n FirstUse.value = ret.value ? JSON.parse(ret.value) : true;\n }\n\n const updateFirstUse = (value) => {\n FirstUse.value = value;\n }\n\n\tonMounted(async () => {\n\t await getFirstUse()\n\n\t\t// Регистрация единого Service Worker (PWA + push notifications)\n\t\tif ('serviceWorker' in navigator && !window.__MOBILE_APP__) {\n\t \twindow.addEventListener('load', () => {\n\t \tnavigator.serviceWorker.register('/sw.js').then(registration => {\n\t \tconsole.log('Unified SW registered: ', registration);\n\t \t}).catch(registrationError => {\n\t \tconsole.log('SW registration failed: ', registrationError);\n\t \t});\n\t });\n\t \t}\n\t\t\n\t\tconst savedPosition = localStorage.getItem('position');\n\n\t if (savedPosition) {\n\t core.state.position = JSON.parse(savedPosition);\n\t } else if (route.meta.location) {\n \t\tcore.state.isOpenLocationPopup = true;\n\t } else {\n\t \tcore.state.isOpenLocationPopup = false;\n\t }\n\n\t\tif (referalCode.value) {\n\t\t localStorage.setItem('referalCode', referalCode.value);\n\t\t}\n\n\t\tif (page.value) show.value = true\n\t});\n\n\tconst componentKey = computed(() => {\n\t // Собираем только значимые параметры (ID сущностей)\n\t const significantParams = ['_id', 'product', 'organization', 'categoryPath']\n\t .map(param => route.params[param])\n\t .filter(Boolean)\n\t .join('-');\n\t \n\t return significantParams || route.name;\n\t});\n</script>\n\n<style lang=\"scss\">\n\t.fade-enter-active, .fade-leave-active {\n\t transition: opacity .5s;\n\t}\n\t.fade-enter, .fade-leave-to /* .fade-leave-active в версии 2.1.8+ */ {\n\t opacity: 0;\n\t}\n\n\t\n .fade-move,\n .fade-enter-active,\n .fade-leave-active {\n transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);\n }\n\n /* 2. declare enter from and leave to state */\n .fade-enter-from,\n .fade-leave-to {\n opacity: 0;\n transform: translate(30px, 0);\n }\n\n /* 3. ensure leaving items are taken out of layout flow so that moving\n animations can be calculated correctly. */\n .fade-leave-active {\n position: absolute;\n }\n\n.moveFromTop-enter-active,\n.moveFromTop-leave-active {\n transition: all 0.3s ease, max-height 0.2s ease;\n overflow: hidden;\n}\n\n.moveFromTop-enter-from,\n.moveFromTop-leave-to {\n transform: translateY(-1rem);\n opacity: 0;\n // max-height: 0;\n}\n\n.moveFromTop-enter-to,\n.moveFromTop-leave-from {\n // max-height: 100vh; \n}\n\n\t.moveFromTopAbsolute-enter-active,\n\t.moveFromTopAbsolute-leave-active {\n\t\ttransform: translateY(0);\n\t\topacity: 1;\n\t\ttransition: all 0.5s ease; \n\t\t\n\t}\n\t.moveFromTopAbsolute-enter-from,\n\t.moveFromTopAbsolute-leave-to {\n\t\tposition: absolute;\n\t\ttransform: translateY(-1rem);\n\t\topacity: 0;\n\t\ttransition: all 0.5s ease;\n\t}\n\t.ScaleOut-enter-active,\n\t.ScaleOut-leave-active {\n\t\topacity: 1;\n\t\ttransform: scale(1);\n\t\ttransition: all 0.3s ease; \n\t\t\n\t}\n\t.ScaleOut-enter-from,\n\t.ScaleOut-leave-to {\n\t\topacity: 0;\n\t\ttransform: scale(0.9);\n\t\ttransition: all 0.3s ease;\n\t}\n\t.slide-fade-enter-active {\n\t\t// min-height: 100vh;\n\t transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\t}\n\n\t.slide-fade-leave-active {\n\t\t// min-height: 100vh;\n\t transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\t}\n\n\t.slide-fade-enter-from,\n\t.slide-fade-leave-to {\n\t\tmin-height: 0;\n\t transform: translateX(20px);\n\t opacity: 0;\n\t left: 0;\n\t top: 0;\n\t}\n\n\t.scaleTransition-5px-enter-active,\n .scaleTransition-5px-leave-active {\n transform: translateY(0px); \n opacity: 1;\n z-index: 1;\n transition: all 0.2s ease;\n }\n\n .scaleTransition-5px-enter-from,\n .scaleTransition-5px-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n transform: translateY(-30px); \n transition: all 0.2s ease;\n }\n\n .scaleTransition-enter-from,\n .scaleTransition-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n width: inherit;\n height: inherit;\n display: block;\n transform: translateY(30px); \n transition: all 0.5s ease;\n }\n\n .scaleTransition-enter-active,\n .scaleTransition-leave-active {\n transform: translateY(0px); \n opacity: 1;\n z-index: 1;\n transition: all 0.5s ease;\n }\n .scaleTransition-enter-from,\n .scaleTransition-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n width: inherit;\n height: inherit;\n display: block;\n transform: translateY(30px); \n transition: all 0.5s ease;\n }\n\n .scaleIn-enter-active,\n .scaleIn-leave-active {\n // background: red;\n transition: all 0.5s ease;\n > section,div { transform-origin: 0 0; transform: translateZ(0px); transition: all 0.5s ease; }\n }\n .scaleIn-enter-from,\n .scaleIn-leave-to {\n opacity: 0;\n transform: scale(0.95);\n > section,div { transform: translateZ(-30px); transition: all 0.5s ease; }\n }\n</style>"],"names":["core.state"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8PE,QAAI,OAAO,IAAI,KAAK;AAEpB,UAAM,OAAO,IAAI,IAAI;AACpB,UAAM,aAAa,IAAI,IAAI;AAK5B,aAAS,oBAAoB;AAC3BA,YAAW,UAAU;AAAA,IACvB;AAEA,aAAS,mBAAmB;AAC1BA,YAAW,UAAU;AAAA,IACvB;AAGA,aAAS,qBAAqB;AAI5BA,YAAW,UAAU;AAAA,IACvB;AAID,UAAM,QAAQ,SAAQ;AAGtB,UAAM,cAAc,IAAI,MAAM,MAAM,WAAW;AAI/C,aAAS,qBAAqB;AAC5BA,YAAW,sBAAsB;AAAA,IACnC;AACA,aAAS,YAAW;AACnB,UAAI,WAAW,MAAO,YAAW,MAAM,YAAY;AAAA,IACpD;AAEA,UAAM,eAAe,IAAI,CAAC;AAE1B,UAAM,SAAS,IAAI,IAAI;AAEvB,UAAM,cAAc,SAAS,MAAM;AAClC,UAAI,aAAa,QAAQ,IAAI;AAC5B,eAAO,MAAM,KAAK,gBAAiB;AAAA,MACpC,OAAO;AACN,eAAO,MAAM,KAAK,gBAAgB;AAAA,MACnC;AAAA,IACD,CAAC;AAED,UAAM,eAAe,MAAM;AACzB,mBAAa,QAAQ,MAAM,OAAO;AAAA,IACpC;AAIC,UAAM,WAAW,IAAI,KAAK;AAI1B,mBAAe,cAAc;AAC3B,YAAM,MAAM,MAAM,YAAY,IAAI,EAAE,KAAK,aAAa;AACtD,eAAS,QAAQ,IAAI,QAAQ,KAAK,MAAM,IAAI,KAAK,IAAI;AAAA,IACvD;AAEA,UAAM,iBAAiB,CAAC,UAAU;AAChC,eAAS,QAAQ;AAAA,IACnB;AAED,cAAU,YAAY;AACpB,YAAM,YAAW;AAGlB,UAAI,mBAAmB,aAAa,CAAC,OAAO,gBAAgB;AACzD,eAAO,iBAAiB,QAAQ,MAAM;AACpC,oBAAU,cAAc,SAAS,QAAQ,EAAE,KAAK,kBAAgB;AAC9D,oBAAQ,IAAI,2BAA2B,YAAY;AAAA,UACrD,CAAC,EAAE,MAAM,uBAAqB;AAC5B,oBAAQ,IAAI,4BAA4B,iBAAiB;AAAA,UAC3D,CAAC;AAAA,QACJ,CAAC;AAAA,MACF;AAED,YAAM,gBAAgB,aAAa,QAAQ,UAAU;AAEpD,UAAI,eAAe;AACjBA,cAAW,WAAW,KAAK,MAAM,aAAa;AAAA,MAChD,WAAW,MAAM,KAAK,UAAU;AAC/BA,cAAW,sBAAsB;AAAA,MAClC,OAAO;AACNA,cAAW,sBAAsB;AAAA,MAClC;AAED,UAAI,YAAY,OAAO;AACrB,qBAAa,QAAQ,eAAe,YAAY,KAAK;AAAA,MACvD;AAEA,UAAI,KAAK,MAAO,MAAK,QAAQ;AAAA,IAC9B,CAAC;AAED,UAAM,eAAe,SAAS,MAAM;AAElC,YAAM,oBAAoB,CAAC,OAAO,WAAW,gBAAgB,cAAc,EACxE,IAAI,WAAS,MAAM,OAAO,KAAK,CAAC,EAChC,OAAO,OAAO,EACd,KAAK,GAAG;AAEX,aAAO,qBAAqB,MAAM;AAAA,IACpC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Client.vue.js","sources":["../../../../../../../../src/modules/core/views/components/layouts/Client.vue"],"sourcesContent":["<template>\n\t<div \n\t\tid=\"app-wrapper\"\n\t\tclass=\"flex flex-column h-100 w-100 pos-relative o-hidden\"\n\t\t:class=\"{\n\t\t\t[(route.name \n ? route.name.replace(/\\s+/g, '_') \n : route.path.replace(/\\W+/g, '_')\n ).toLowerCase()]: true,\n \t\t'pd-t-big': MOBILE_APP === 'ios', \n\t\t\t'bg-white': headerTheme === 'light',\n\t\t\t'bg-black': headerTheme === 'dark',\n \t}\"\n\t>\n\t\t<transition name=\"moveFromTop\" appear>\n\t\t\t<Loader v-if=\"!page || store.core.state.loading\" class=\"pos-fixed\"/>\n\t\t</transition>\n\n\t <transition \n\t name=\"moveFromTop\" \n\t mode=\"out-in\"\n\t >\n\t <section \n\t v-if=\"FirstUse && route.meta.walkthrough\"\n\t class=\"w-100 h-100\" \n\t >\n\t <component \n\t :is=\"route.meta.walkthrough\"\n\t name=\"Walkthrough\"\n\t @updateFirstUse=\"updateFirstUse\" \n\t :slides=\"[1,2,3]\" \n\t class=\"tab\"\n\t >\n\t </component>\n\t </section>\n\t </transition>\n\n <component\n\t\t\tv-if=\"!MOBILE_APP && route.meta.header\"\n ref=\"header\" \n :is=\"route.meta.header\"\n :theme=\"headerTheme\"\n :logotype=\"route.meta.logotype\"\n :location=\"route.meta.location\"\n :class=\"{\n \t'header-scrolled': scrollOffset > 50 \n }\"\n >\n \t<component\n\t\t v-if=\"route.meta?.header_navigation\"\n\t\t :is=\"route.meta.header_navigation\"\n\t\t :horizontal=\"true\"\n\t\t\t\t:navigationItems=\"route.meta.header_navigation_items\"\n\t\t\t\t:stateSidebar=\"store.core.state.isOpenSidebar\"\n\t\t\t\t:theme=\"headerTheme\"\n\t\t />\n \t</component>\n\n\t\t<transition name=\"moveFromTop\" mode=\"out-in\" appear>\n\t\t\t<component\n \tv-if=\"MOBILE_APP && !route.meta.hideNavigationBar\"\n :is=\"route.meta.navigationbar\"\n :logotype=\"route.meta.logotype\"\n :navigationItems=\"route.meta.sidebar_navigation_items\"\n\t :stateSidebar=\"store.core.state.isOpenSidebar\"\n />\n\t\t</transition>\n\n\t <Popup\n\t \t@close-popup=\"closeLocationPopup\"\n\t \t:isPopupOpen=\"store.core.state.isOpenLocationPopup\"\n\t \tclass=\"bg-white pd-semi w-m-33r radius-big\"\n\t >\n\t \t<LocationSelection />\n\t </Popup>\n\n\t <!-- class=\"flex flex-nowrap transition-ease-in-out o-hidden pos-relative\" -->\n\t\t<section \n\t\t\tid=\"screen\" \n\t\t\tref=\"screen\"\n\t\t\tclass=\"flex flex-nowrap h-100 pos-relative o-hidden transition-ease-in-out\"\n\t\t\t:class=\"{\n\t\t\t\t'': MOBILE_APP === 'ios',\n }\"\n\t\t>\n\t\t\t<ShopCart \n\t\t\t\t:class=\"{\n\t\t\t\t\t'mobile:pd-t-extra': MOBILE_APP === 'ios', \n\t\t\t\t}\"\n\t\t\t/>\n\t <component\n\t v-if=\"route.meta?.sidebar\"\n\t :is=\"route.meta.sidebar\"\n\t :stateSidebar=\"store.core.state.isOpenSidebar\"\n\t :widthHidden='route.meta?.sidebar_width_hidden'\n\t :width=\"route.meta?.sidebar_width\"\n\t :theme=\"headerTheme\"\n\t @closeSidebar=\"() => store.core.state.isOpenSidebar = false\"\n\t >\n\t \t<!-- Header slot -->\n\t \t<template #header>\n\t \t\t<component\n\t \t\t\tv-if=\"route.meta?.sidebar_header_component\"\n\t \t\t\t:is=\"route.meta.sidebar_header_component\"\n\t \t\t\t:theme=\"headerTheme\"\n\t \t\t/>\n\t \t</template>\n\n\t \t<!-- Navigation (default slot) -->\n\t \t<transition name=\"moveFromTop\" mode=\"out-in\">\n\t\t <component\n\t\t v-if=\"route.meta?.sidebar_navigation\"\n\t\t :is=\"route.meta.sidebar_navigation\"\n\t\t :key=\"route.meta.sidebar_navigation\"\n\t\t :navigationItems=\"route.meta.sidebar_navigation_items\"\n\t\t\t :stateSidebar=\"store.core.state.isOpenSidebar\"\n\t\t\t\t\t\t:theme=\"headerTheme\"\n\t\t />\n\t </transition>\n\n\t <!-- Footer slot -->\n\t \t<template #footer>\n\t \t\t<component\n\t \t\t\tv-if=\"route.meta?.sidebar_footer_component\"\n\t \t\t\t:is=\"route.meta.sidebar_footer_component\"\n\t \t\t\t:theme=\"headerTheme\"\n\t \t\t/>\n\t \t</template>\n\t </component>\n\t\t <!-- rows-1-min0_max1 z-index-1 pos-relative w-100 h-100 -->\n\t\t <div class=\"rows-1-min0_max1 z-index-1 pos-relative w-100 h-100\">\n\t\t \t<div id=\"scrollview\" ref=\"scrollview\" @scroll=\"handleScroll\" class=\"o-y-scroll o-x-hidden h-100\">\n\t \t\t\t<Status\n\t \t\t\t\tv-if=\"store.core.state.error.show\"\n\t\t\t\t\t\t:data=\"store.core.state.error\"\n\t\t\t\t\t\t@close=\"store.core.state.error.show = false\"\n\t\t\t\t\t\tclass=\"z-index-7\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Snack\n\t \t\t\t\tv-if=\"store.core.state.snack.show\"\n\t\t\t\t\t\t:type=\"store.core.state.snack.type\"\n\t\t\t\t\t\t:message=\"store.core.state.snack.message\"\n\t\t\t\t\t\t:show=\"store.core.state.snack.show\"\n\t\t\t\t\t\t@close=\"store.core.state.snack.show = false\"\n\t\t\t\t\t\tclass=\"z-index-7\"\n\t\t\t\t\t/>\n\t\t\t\t\t<div class=\"h-min-100 pos-relative w-100\">\n\t\t\t\t\t\t<!-- <section v-if=\"!route.meta?.breadcrumbs?.hide\" class=\"pd-thin pd-b-zero\">\n\t\t\t\t\t\t\t<Breadcrumbs \n\t\t\t\t\t\t\t\tv-if=\"!MOBILE_APP\"\n\t\t\t\t\t\t\t\tclass=\"bg-light pd-small radius-small\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</section> -->\n\n\t\t\t\t \t\t<Suspense @resolve=\"onSuspenseResolved\">\n\t\t\t\t\t\t\t<router-view \n\t\t\t\t\t\t\t\tid=\"view\"\n\t\t\t\t\t\t\t\tv-slot=\"{ Component, route }\" \n\t\t\t\t\t\t\t\t:class=\"{\n\t\t\t\t\t\t\t\t\t'scroll-hide': MOBILE_APP,\n\t\t\t\t\t\t\t\t}\"\n\t\t\t\t\t\t\t\tclass=\"h-min-100 pos-relative w-100\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<transition @before-enter=\"scrollTop\" name=\"scaleTransition\" mode=\"out-in\" appear>\n\t\t\t\t\t \t<component \n\t\t\t\t\t \t\tref=\"page\" \n\t\t\t\t\t \t\t:is=\"Component\" \n\t\t\t\t\t \t\tclass=\"w-100 h-min-100\"\n\t\t\t\t \t\t \t@page-loading=\"handlePageLoading\"\n\t\t\t @page-loaded=\"handlePageLoaded\"\n\t\t\t :key=\"componentKey\"\n\t\t\t\t\t \t/>\n\t\t\t\t\t \t<!-- Key пока выключил непонятно какие проблемы это вызовет -->\n\t\t\t\t\t \t<!-- :key=\"route.path\" -->\n\t\t\t\t\t </transition>\n\t\t\t\t\t\t </router-view>\n\t\t\t\t\t\t</Suspense>\n\t\t\t\t </div>\n\n\t\t\t\t \t<component\n\t\t\t v-if=\"route.meta.player\"\n\t\t\t class=\"z-index-2\"\n\t\t\t \t:is=\"route.meta.player\"\n\t\t\t />\n\t\t\t \n\t\t\t \t<transition @before-enter=\"scrollTop\" name=\"scaleTransition\" mode=\"out-in\" appear>\n\t\t <component\n\t\t\t\t\t\t\tv-if=\"!MOBILE_APP && route.meta.footer && !route.meta.hideFooter && page && !store.core.state.loading\"\n\t\t\t\t ref=\"footer\"\n\t\t\t\t :is=\"route.meta.footer\"\n\t\t\t\t :theme=\"route.meta.footer_theme || 'light'\"\n\t\t\t\t :logotype=\"route.meta.logotype\"\n\t\t\t\t :location=\"route.meta.location\"\n\t\t\t\t />\n\t\t\t \t</transition>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</section>\n\n\t\t<router-view \n\t\t\tname=\"defaultBottom\"\n\t\t\tv-slot=\"{ Component, route }\" \n\t\t>\n\t\t\t<component \n \t\t:is=\"Component\" \n \t/>\n\t\t</router-view>\n\n <component \n v-if=\"MOBILE_APP && route.meta.title_hide\"\n class=\"z-index-2\"\n \t:is=\"route.meta.bottombar\"\n />\n\t</div>\n</template>\n\n\n\n<script setup>\n\timport { computed, ref, onMounted } from 'vue';\n\t// Router\n\timport { useRoute } from 'vue-router';\n\t// Store\n\timport { useStore } from '@martyrs/src/modules/core/views/store/core.store.js';\n\timport { useGlobalMixins } from '@martyrs/src/modules/core/views/mixins/mixins.js';\n\t// Partials\n\timport Status from '@martyrs/src/components/Status/Status.vue';\n\timport Snack from '@martyrs/src/components/Status/Snack.vue';\n\timport Popup from '@martyrs/src/components/Popup/Popup.vue';\n\timport Breadcrumbs from '@martyrs/src/components/Breadcrumbs/Breadcrumbs.vue'\n\timport Loader from '@martyrs/src/components/Loader/Loader.vue';\n\n\timport NavigationBar from '@martyrs/src/modules/core/views/components/partials/NavigationBar.vue';\n\timport LocationSelection from '@martyrs/src/modules/core/views/components/partials/LocationSelection.vue';\n\n\timport ShopCart from '@martyrs/src/modules/orders/components/partials/ShopCart.vue';\n\t// PROPS\n\tconst props = defineProps({\n env: {\n type: Object,\n required: true\n },\n app: {\n type: Object,\n required: true\n },\n modules: {\n type: Object,\n required: true\n }\n })\n\n\tconst store = useStore()\n\n\t/////////////////////////////\n // LOADING\n /////////////////////////////\n // State\n let show = ref(false)\n // Preloader\n const page = ref(null)\n const scrollview = ref(null)\n\n // isPageLoading убран - используем core.state.loading\n \n // Обработчики событий загрузки\n function handlePageLoading() {\n store.core.state.loading = true;\n }\n\n function handlePageLoaded() {\n store.core.state.loading = false;\n }\n\n // Обработка события разрешения Suspense (когда async setup компонента завершается)\n function onSuspenseResolved() {\n // Если страница не отправляет событие page-loaded, этот обработчик\n // может служить запасным вариантом для отключения лоадера\n // Можно оставить закомментированным, если все страницы будут явно вызывать handlePageLoaded\n store.core.state.loading = false;\n }\n\t/////////////////////////////\n\t// CREATED\n\t/////////////////////////////\n\tconst route = useRoute()\n\t// const router = useRouter()\n\n\t// Инициализация sidebar для SSR + первая загрузка\n\tif (route.meta?.sidebarOpenOnEnter === true) {\n\t\tstore.core.state.isOpenSidebar = true\n\t}\n\n\t// Ref Code\n\tconst referalCode = ref(route.query.referalCode);\n\t/////////////////////////////\n\t// Methods\n\t/////////////////////////////\n\tfunction closeLocationPopup() {\n\t store.core.state.isOpenLocationPopup = false;\n\t}\n\tfunction scrollTop(){\n\t\tif (scrollview.value) scrollview.value.scrollTop = 0;\n\t}\n\t// Scrolling header\n\tconst scrollOffset = ref(0)\n\tlet isScrolled = false\n\tconst header = ref(null)\n\n\tconst headerTheme = computed(() => {\n\t\tif (scrollOffset.value > 50) {\n\t\t\treturn route.meta.header_theme || 'light'\n\t\t} else {\n\t\t\treturn route.meta.header_theme || 'light'\n\t\t}\n\t})\n\n\tconst handleScroll = () => {\n\t scrollOffset.value = event.target.scrollTop\n\t};\n/////////////////////////////\n // FIRST USE\n /////////////////////////////\n const FirstUse = ref(false);\n\n import { Preferences } from '@capacitor/preferences';\n\n async function getFirstUse() {\n const ret = await Preferences.get({ key: 'first-use' });\n FirstUse.value = ret.value ? JSON.parse(ret.value) : true;\n }\n\n const updateFirstUse = (value) => {\n FirstUse.value = value;\n }\n\n\tconst { isPhone, isTablet } = useGlobalMixins();\n\n\tonMounted(async () => {\n\t await getFirstUse()\n\n\t\t// Закрываем sidebar на mobile (CSS уже скрыл визуально)\n\t\tif ((isPhone() || isTablet()) && store.core.state.isOpenSidebar) {\n\t\t\tstore.core.state.isOpenSidebar = false\n\t\t}\n\n\t\t// Регистрация единого Service Worker (PWA + push notifications)\n\t\tif ('serviceWorker' in navigator && !window.__MOBILE_APP__) {\n\t \twindow.addEventListener('load', () => {\n\t \tnavigator.serviceWorker.register('/sw.js').then(registration => {\n\t \tconsole.log('Unified SW registered: ', registration);\n\t \t}).catch(registrationError => {\n\t \tconsole.log('SW registration failed: ', registrationError);\n\t \t});\n\t });\n\t \t}\n\n\t\tconst savedPosition = localStorage.getItem('position');\n\n\t if (savedPosition) {\n\t store.core.state.position = JSON.parse(savedPosition);\n\t } else if (route.meta.location) {\n \t\tstore.core.state.isOpenLocationPopup = true;\n\t } else {\n\t \tstore.core.state.isOpenLocationPopup = false;\n\t }\n\n\t\tif (referalCode.value) {\n\t\t localStorage.setItem('referalCode', referalCode.value);\n\t\t}\n\n\t\tif (page.value) show.value = true\n\t});\n\n\tconst componentKey = computed(() => {\n\t // Собираем только значимые параметры (ID сущностей)\n\t const significantParams = ['_id', 'product', 'organization', 'categoryPath']\n\t .map(param => route.params[param])\n\t .filter(Boolean)\n\t .join('-');\n\t \n\t return significantParams || route.name;\n\t});\n</script>\n\n<style lang=\"scss\">\n\t.fade-enter-active, .fade-leave-active {\n\t transition: opacity .5s;\n\t}\n\t.fade-enter, .fade-leave-to /* .fade-leave-active в версии 2.1.8+ */ {\n\t opacity: 0;\n\t}\n\n\t\n .fade-move,\n .fade-enter-active,\n .fade-leave-active {\n transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);\n }\n\n /* 2. declare enter from and leave to state */\n .fade-enter-from,\n .fade-leave-to {\n opacity: 0;\n transform: translate(30px, 0);\n }\n\n /* 3. ensure leaving items are taken out of layout flow so that moving\n animations can be calculated correctly. */\n .fade-leave-active {\n position: absolute;\n }\n\n.moveFromTop-enter-active,\n.moveFromTop-leave-active {\n transition: all 0.3s ease, max-height 0.2s ease;\n overflow: hidden;\n}\n\n.moveFromTop-enter-from,\n.moveFromTop-leave-to {\n transform: translateY(-1rem);\n opacity: 0;\n // max-height: 0;\n}\n\n.moveFromTop-enter-to,\n.moveFromTop-leave-from {\n // max-height: 100vh; \n}\n\n\t.moveFromTopAbsolute-enter-active,\n\t.moveFromTopAbsolute-leave-active {\n\t\ttransform: translateY(0);\n\t\topacity: 1;\n\t\ttransition: all 0.5s ease; \n\t\t\n\t}\n\t.moveFromTopAbsolute-enter-from,\n\t.moveFromTopAbsolute-leave-to {\n\t\tposition: absolute;\n\t\ttransform: translateY(-1rem);\n\t\topacity: 0;\n\t\ttransition: all 0.5s ease;\n\t}\n\t.ScaleOut-enter-active,\n\t.ScaleOut-leave-active {\n\t\topacity: 1;\n\t\ttransform: scale(1);\n\t\ttransition: all 0.3s ease; \n\t\t\n\t}\n\t.ScaleOut-enter-from,\n\t.ScaleOut-leave-to {\n\t\topacity: 0;\n\t\ttransform: scale(0.9);\n\t\ttransition: all 0.3s ease;\n\t}\n\t.slide-fade-enter-active {\n\t\t// min-height: 100vh;\n\t transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\t}\n\n\t.slide-fade-leave-active {\n\t\t// min-height: 100vh;\n\t transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n\t}\n\n\t.slide-fade-enter-from,\n\t.slide-fade-leave-to {\n\t\tmin-height: 0;\n\t transform: translateX(20px);\n\t opacity: 0;\n\t left: 0;\n\t top: 0;\n\t}\n\n\t.scaleTransition-5px-enter-active,\n .scaleTransition-5px-leave-active {\n transform: translateY(0px); \n opacity: 1;\n z-index: 1;\n transition: all 0.2s ease;\n }\n\n .scaleTransition-5px-enter-from,\n .scaleTransition-5px-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n transform: translateY(-30px); \n transition: all 0.2s ease;\n }\n\n .scaleTransition-enter-from,\n .scaleTransition-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n width: inherit;\n height: inherit;\n display: block;\n transform: translateY(30px); \n transition: all 0.5s ease;\n }\n\n .scaleTransition-enter-active,\n .scaleTransition-leave-active {\n transform: translateY(0px); \n opacity: 1;\n z-index: 1;\n transition: all 0.5s ease;\n }\n .scaleTransition-enter-from,\n .scaleTransition-leave-to {\n opacity: 0;\n z-index: 0;\n position: absolute;\n width: inherit;\n height: inherit;\n display: block;\n transform: translateY(30px); \n transition: all 0.5s ease;\n }\n\n .scaleIn-enter-active,\n .scaleIn-leave-active {\n // background: red;\n transition: all 0.5s ease;\n > section,div { transform-origin: 0 0; transform: translateZ(0px); transition: all 0.5s ease; }\n }\n .scaleIn-enter-from,\n .scaleIn-leave-to {\n opacity: 0;\n transform: scale(0.95);\n > section,div { transform: translateZ(-30px); transition: all 0.5s ease; }\n }\n</style>"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
- import { onMounted, createElementBlock, openBlock, normalizeClass, createElementVNode, renderSlot, createBlock, createCommentVNode, resolveDynamicComponent, unref, createTextVNode, toDisplayString, createVNode, withCtx } from "vue";
1
+ import { onMounted, createElementBlock, openBlock, normalizeClass, createElementVNode, renderSlot, createBlock, createCommentVNode, unref, resolveDynamicComponent, createTextVNode, toDisplayString, createVNode, withCtx } from "vue";
2
2
  import { useRouter, useRoute } from "vue-router";
3
3
  import { useI18n } from "vue-i18n";
4
- import { state } from "../../store/core.store.js";
4
+ import { useStore } from "../../store/core.store.js";
5
5
  import { actions, getters } from "../../../../orders/store/shopcart.js";
6
- import { state as state$1 } from "../../../../auth/views/store/auth.js";
6
+ import { state } from "../../../../auth/views/store/auth.js";
7
7
  import NotificationBadge from "../../../../notifications/components/elements/NotificationBadge.vue.js";
8
8
  import _sfc_main$1 from "../../../../../components/Button/Button.vue2.js";
9
9
  import Select from "../../../../../components/Select/Select.vue.js";
@@ -41,11 +41,12 @@ const _sfc_main = {
41
41
  }
42
42
  },
43
43
  setup(__props) {
44
+ const store = useStore();
44
45
  const router = useRouter();
45
46
  const route = useRoute();
46
47
  const { t } = useI18n();
47
48
  function openLocationPopup() {
48
- state.isOpenLocationPopup = true;
49
+ store.core.state.isOpenLocationPopup = true;
49
50
  }
50
51
  onMounted(() => {
51
52
  actions.setShopcart();
@@ -61,9 +62,9 @@ const _sfc_main = {
61
62
  createElementVNode("div", _hoisted_1, [
62
63
  createElementVNode("button", {
63
64
  "aria-label": "menu",
64
- onClick: _cache[0] || (_cache[0] = () => state.isOpenSidebar = !state.isOpenSidebar),
65
+ onClick: _cache[0] || (_cache[0] = () => unref(store).core.state.isOpenSidebar = !unref(store).core.state.isOpenSidebar),
65
66
  class: normalizeClass(["cursor-pointer mobile-only menu-btn", {
66
- "menu-btn_active": state.isOpenSidebar
67
+ "menu-btn_active": unref(store).core.state.isOpenSidebar
67
68
  }])
68
69
  }, [
69
70
  createElementVNode("span", {
@@ -101,7 +102,7 @@ const _sfc_main = {
101
102
  fill: "inherit"
102
103
  }, null, -1)
103
104
  ]))),
104
- createTextVNode(" " + toDisplayString(state.position?.country ? state.position.country : "World"), 1)
105
+ createTextVNode(" " + toDisplayString(unref(store).core.state.position?.country ? unref(store).core.state.position.country : "World"), 1)
105
106
  ], 2)) : createCommentVNode("", true)
106
107
  ]),
107
108
  renderSlot(_ctx.$slots, "default"),
@@ -138,14 +139,14 @@ const _sfc_main = {
138
139
  ]),
139
140
  _: 1
140
141
  }, 8, ["submit", "counter"]),
141
- state$1.user._id ? (openBlock(), createBlock(NotificationBadge, {
142
+ state.user._id ? (openBlock(), createBlock(NotificationBadge, {
142
143
  key: 1,
143
144
  fill: __props.theme === "light" ? "rgb(var(--black))" : "rgb(var(--white))"
144
145
  }, null, 8, ["fill"])) : createCommentVNode("", true),
145
146
  createVNode(_sfc_main$1, {
146
147
  "aria-label": "profile",
147
148
  class: "pd-zero bg-transp",
148
- submit: state$1.access.status === false ? (a) => unref(router).push({ name: "Sign In" }) : (a) => unref(router).push({ name: "User Profile", params: { _id: state$1.user._id } }),
149
+ submit: state.access.status === false ? (a) => unref(router).push({ name: "Sign In" }) : (a) => unref(router).push({ name: "User Profile", params: { _id: state.user._id } }),
149
150
  showSucces: false,
150
151
  showLoader: false
151
152
  }, {