@ozdao/martyrs 0.2.519 → 0.2.520

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 (341) hide show
  1. package/dist/chats.server.cjs +198 -1
  2. package/dist/chats.server.js +198 -1
  3. package/dist/{main-Wr1_4rwl.cjs → main-BM3GslOO.cjs} +6 -6
  4. package/dist/{main-DgGUrhjT.js → main-Qcn7YlTx.js} +1832 -1828
  5. package/dist/martyrs/src/components/Address/{Address.vue2.cjs → Address.vue.cjs} +2 -2
  6. package/dist/martyrs/src/components/Address/{Address.vue2.js.map → Address.vue.cjs.map} +1 -1
  7. package/dist/martyrs/src/components/Address/{Address.vue2.js → Address.vue.js} +2 -2
  8. package/dist/martyrs/src/components/Address/Address.vue.js.map +1 -0
  9. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +0 -1
  10. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +1 -1
  11. package/dist/martyrs/src/components/Feed/Feed.vue.js +0 -1
  12. package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
  13. package/dist/martyrs/src/components/LocationMarker/{LocationMarker.vue2.cjs → LocationMarker.vue.cjs} +2 -2
  14. package/dist/martyrs/src/components/LocationMarker/{LocationMarker.vue2.js.map → LocationMarker.vue.cjs.map} +1 -1
  15. package/dist/martyrs/src/components/LocationMarker/{LocationMarker.vue2.js → LocationMarker.vue.js} +2 -2
  16. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js.map +1 -0
  17. package/dist/martyrs/src/components/Select/{Select.vue2.cjs → Select.vue.cjs} +2 -2
  18. package/dist/martyrs/src/components/Select/{Select.vue2.js.map → Select.vue.cjs.map} +1 -1
  19. package/dist/martyrs/src/components/Select/{Select.vue2.js → Select.vue.js} +2 -2
  20. package/dist/martyrs/src/components/Select/Select.vue.js.map +1 -0
  21. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs +2 -2
  22. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.js +2 -2
  23. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +1 -1
  24. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
  25. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +1 -1
  26. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
  27. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +2 -2
  28. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs.map +1 -1
  29. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +4 -4
  30. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js.map +1 -1
  31. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +40 -50
  32. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs.map +1 -1
  33. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +59 -69
  34. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js.map +1 -1
  35. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +11 -13
  36. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
  37. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +11 -13
  38. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
  39. package/dist/martyrs/src/modules/auth/views/store/auth.cjs +9 -0
  40. package/dist/martyrs/src/modules/auth/views/store/auth.cjs.map +1 -1
  41. package/dist/martyrs/src/modules/auth/views/store/auth.js +9 -0
  42. package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
  43. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs +27 -11
  44. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs.map +1 -1
  45. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js +28 -12
  46. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js.map +1 -1
  47. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs +62 -0
  48. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs.map +1 -1
  49. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.js +63 -1
  50. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.js.map +1 -1
  51. package/dist/martyrs/src/modules/chats/store/chat.store.cjs +60 -1
  52. package/dist/martyrs/src/modules/chats/store/chat.store.cjs.map +1 -1
  53. package/dist/martyrs/src/modules/chats/store/chat.store.js +60 -1
  54. package/dist/martyrs/src/modules/chats/store/chat.store.js.map +1 -1
  55. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +3 -3
  56. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs.map +1 -1
  57. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js +3 -3
  58. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js.map +1 -1
  59. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
  60. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
  61. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs +50 -368
  62. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs.map +1 -1
  63. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +53 -371
  64. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
  65. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
  66. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs.map +1 -1
  67. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +1 -1
  68. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js.map +1 -1
  69. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +0 -1
  70. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs.map +1 -1
  71. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +0 -1
  72. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js.map +1 -1
  73. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +2 -2
  74. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs.map +1 -1
  75. package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +2 -2
  76. package/dist/martyrs/src/modules/events/components/pages/Events.vue.js.map +1 -1
  77. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  78. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  79. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
  80. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
  81. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
  82. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
  83. package/dist/martyrs/src/modules/globals/views/components/partials/LocationSelection.vue.cjs +2 -2
  84. package/dist/martyrs/src/modules/globals/views/components/partials/LocationSelection.vue.js +2 -2
  85. package/dist/martyrs/src/modules/globals/views/components/sections/Walkthrough.vue.cjs +1 -1
  86. package/dist/martyrs/src/modules/globals/views/mixins/mixins.cjs +7 -0
  87. package/dist/martyrs/src/modules/globals/views/mixins/mixins.cjs.map +1 -1
  88. package/dist/martyrs/src/modules/globals/views/mixins/mixins.js +7 -0
  89. package/dist/martyrs/src/modules/globals/views/mixins/mixins.js.map +1 -1
  90. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +1 -1
  91. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +1 -1
  92. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js +1 -1
  93. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +1 -1
  94. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js +1 -1
  95. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +1 -1
  96. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +1 -1
  97. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +180 -19
  98. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs.map +1 -1
  99. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +181 -20
  100. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js.map +1 -1
  101. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +1 -1
  102. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +1 -1
  103. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +1 -1
  104. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +1 -1
  105. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +1 -1
  106. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +1 -1
  107. package/dist/martyrs/src/modules/music/router/music.cjs +0 -1
  108. package/dist/martyrs/src/modules/music/router/music.cjs.map +1 -1
  109. package/dist/martyrs/src/modules/music/router/music.js +0 -1
  110. package/dist/martyrs/src/modules/music/router/music.js.map +1 -1
  111. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs +2 -2
  112. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs.map +1 -1
  113. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js +2 -2
  114. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js.map +1 -1
  115. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +1 -1
  116. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js +1 -1
  117. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +1 -1
  118. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js +1 -1
  119. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
  120. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
  121. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +2 -3
  122. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +1 -1
  123. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +2 -3
  124. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
  125. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
  126. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
  127. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +2 -24
  128. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +1 -1
  129. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +5 -27
  130. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
  131. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs +4 -1
  132. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs.map +1 -1
  133. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.js +4 -1
  134. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.js.map +1 -1
  135. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +3 -3
  136. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs.map +1 -1
  137. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +3 -3
  138. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js.map +1 -1
  139. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs +195 -0
  140. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs.map +1 -0
  141. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +195 -0
  142. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -0
  143. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +402 -0
  144. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs.map +1 -0
  145. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +402 -0
  146. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -0
  147. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +86 -0
  148. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs.map +1 -0
  149. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js +86 -0
  150. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js.map +1 -0
  151. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +10 -10
  152. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs.map +1 -1
  153. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +11 -11
  154. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
  155. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +279 -191
  156. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs.map +1 -1
  157. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +285 -197
  158. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
  159. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +5 -5
  160. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs.map +1 -1
  161. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +5 -5
  162. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
  163. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
  164. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs.map +1 -1
  165. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  166. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js.map +1 -1
  167. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
  168. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs.map +1 -1
  169. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js +1 -1
  170. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js.map +1 -1
  171. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  172. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  173. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +3 -3
  174. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs.map +1 -1
  175. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +3 -3
  176. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js.map +1 -1
  177. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs +4 -4
  178. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs.map +1 -1
  179. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.js +4 -4
  180. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.js.map +1 -1
  181. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs +42 -41
  182. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs.map +1 -1
  183. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.js +53 -52
  184. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.js.map +1 -1
  185. package/dist/martyrs/src/modules/organizations/organizations.client.cjs +23 -16
  186. package/dist/martyrs/src/modules/organizations/organizations.client.cjs.map +1 -1
  187. package/dist/martyrs/src/modules/organizations/organizations.client.js +35 -28
  188. package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
  189. package/dist/martyrs/src/modules/organizations/router/departments.router.cjs +0 -18
  190. package/dist/martyrs/src/modules/organizations/router/departments.router.cjs.map +1 -1
  191. package/dist/martyrs/src/modules/organizations/router/departments.router.js +0 -18
  192. package/dist/martyrs/src/modules/organizations/router/departments.router.js.map +1 -1
  193. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs +6 -0
  194. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs.map +1 -0
  195. package/dist/martyrs/src/modules/organizations/store/departments.store.js +6 -0
  196. package/dist/martyrs/src/modules/organizations/store/departments.store.js.map +1 -0
  197. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs +6 -0
  198. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs.map +1 -0
  199. package/dist/martyrs/src/modules/organizations/store/invites.store.js +6 -0
  200. package/dist/martyrs/src/modules/organizations/store/invites.store.js.map +1 -0
  201. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs +20 -0
  202. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs.map +1 -0
  203. package/dist/martyrs/src/modules/organizations/store/memberships.store.js +20 -0
  204. package/dist/martyrs/src/modules/organizations/store/memberships.store.js.map +1 -0
  205. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +2 -3
  206. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +1 -1
  207. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +2 -3
  208. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
  209. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  210. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
  211. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +1 -1
  212. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs.map +1 -1
  213. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +1 -1
  214. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
  215. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +1 -1
  216. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +1 -1
  217. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +1 -1
  218. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +1 -1
  219. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  220. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +1 -1
  221. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +2 -2
  222. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs.map +1 -1
  223. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js +2 -2
  224. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js.map +1 -1
  225. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +1 -1
  226. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.js +1 -1
  227. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +3 -3
  228. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +3 -3
  229. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs +60 -272
  230. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs.map +1 -1
  231. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +62 -274
  232. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
  233. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +1 -1
  234. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +1 -1
  235. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +1 -1
  236. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.js +1 -1
  237. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +2 -2
  238. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +2 -2
  239. package/dist/martyrs.cjs.js +1 -1
  240. package/dist/martyrs.css +1 -1
  241. package/dist/martyrs.es.js +1 -1
  242. package/dist/notifications.server.cjs +0 -24
  243. package/dist/notifications.server.js +0 -24
  244. package/dist/orders.server.cjs +1 -4
  245. package/dist/orders.server.js +1 -4
  246. package/dist/organizations.server.cjs +115 -39
  247. package/dist/organizations.server.js +115 -39
  248. package/dist/style.css +9 -9
  249. package/dist/{web-42I-Howt.cjs → web-B0cfxzgu.cjs} +1 -1
  250. package/dist/{web-ByhZ_fIu.js → web-DVR8m2fm.js} +1 -1
  251. package/package.json +1 -1
  252. package/src/components/Feed/Feed.old.vue +0 -1
  253. package/src/components/Feed/Feed.vue +0 -30
  254. package/src/modules/auth/FIXES.md +2 -26
  255. package/src/modules/auth/views/components/blocks/CardUser.vue +2 -2
  256. package/src/modules/auth/views/components/layouts/Auth.vue +1 -1
  257. package/src/modules/auth/views/components/pages/Invite.vue +2 -2
  258. package/src/modules/auth/views/components/pages/Profile.vue +33 -48
  259. package/src/modules/auth/views/components/sections/SliderFeatures.vue +5 -7
  260. package/src/modules/auth/views/store/auth.js +15 -0
  261. package/src/modules/chats/CLAUDE.md +137 -0
  262. package/src/modules/chats/components/blocks/ChatMessage.vue +12 -0
  263. package/src/modules/chats/components/sections/ChatWindow.vue +84 -2
  264. package/src/modules/chats/controllers/chats.controller.js +187 -0
  265. package/src/modules/chats/models/chat.model.js +21 -0
  266. package/src/modules/chats/routes/chats.routes.js +46 -0
  267. package/src/modules/chats/store/chat.store.js +67 -0
  268. package/src/modules/community/components/layouts/Community.vue +2 -2
  269. package/src/modules/community/components/pages/Posts.vue +3 -328
  270. package/src/modules/events/components/pages/EditEventTickets.vue +1 -1
  271. package/src/modules/events/components/pages/Events.vue +2 -2
  272. package/src/modules/globals/views/mixins/mixins.js +7 -0
  273. package/src/modules/marketplace/views/components/layouts/Marketplace.vue +160 -8
  274. package/src/modules/notifications/controllers/notifications.controller.js +0 -6
  275. package/src/modules/notifications/services/notification.service.js +1 -17
  276. package/src/modules/notifications/services/web-push.service.js +0 -2
  277. package/src/modules/orders/components/blocks/CardOrderBackoffice.vue +2 -2
  278. package/src/modules/orders/components/blocks/CardOrderVar1.vue +1 -1
  279. package/src/modules/orders/controllers/orders.controller.js +2 -4
  280. package/src/modules/organizations/CLAUDE.md +259 -0
  281. package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -22
  282. package/src/modules/organizations/components/blocks/Socials.vue +1 -1
  283. package/src/modules/organizations/components/elements/ButtonToggleMembership.vue +3 -3
  284. package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +191 -0
  285. package/src/modules/organizations/components/forms/DepartmentForm.vue +390 -0
  286. package/src/modules/organizations/components/forms/InviteForm.vue +81 -0
  287. package/src/modules/organizations/components/pages/Department.vue +10 -10
  288. package/src/modules/organizations/components/pages/DepartmentEdit.vue +8 -8
  289. package/src/modules/organizations/components/pages/Members.vue +265 -171
  290. package/src/modules/organizations/components/pages/Organization.new.vue +172 -183
  291. package/src/modules/organizations/components/pages/Organization.vue +6 -6
  292. package/src/modules/organizations/components/pages/OrganizationEdit.vue +1 -1
  293. package/src/modules/organizations/components/pages/Organizations.vue +1 -1
  294. package/src/modules/organizations/components/sections/Organizations.vue +2 -2
  295. package/src/modules/organizations/components/sections/Publics.vue +4 -4
  296. package/src/modules/organizations/configs/navigation.organization.config.js +40 -39
  297. package/src/modules/organizations/controllers/departments.controller.js +53 -34
  298. package/src/modules/organizations/controllers/invites.controller.js +44 -5
  299. package/src/modules/organizations/controllers/memberships.controller.js +43 -4
  300. package/src/modules/organizations/organizations.client.js +24 -15
  301. package/src/modules/organizations/router/departments.router.js +0 -18
  302. package/src/modules/organizations/routes/departments.routes.js +6 -8
  303. package/src/modules/organizations/routes/invites.routes.js +6 -4
  304. package/src/modules/organizations/routes/memberships.routes.js +6 -5
  305. package/src/modules/organizations/store/departments.store.js +5 -0
  306. package/src/modules/organizations/store/invites.store.js +5 -0
  307. package/src/modules/organizations/store/memberships.store.js +23 -0
  308. package/src/modules/products/components/pages/Products.vue +0 -1
  309. package/src/modules/spots/components/blocks/CardSpot.vue +1 -1
  310. package/src/modules/spots/components/pages/Spots.vue +3 -203
  311. package/src/styles/base/all.scss +0 -15
  312. package/src/styles/typography.scss +20 -5
  313. package/dist/martyrs/src/components/Address/Address.vue2.cjs.map +0 -1
  314. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue2.cjs.map +0 -1
  315. package/dist/martyrs/src/components/Select/Select.vue2.cjs.map +0 -1
  316. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue.cjs +0 -76
  317. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue.cjs.map +0 -1
  318. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue.js +0 -76
  319. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue.js.map +0 -1
  320. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +0 -280
  321. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs.map +0 -1
  322. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js +0 -280
  323. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js.map +0 -1
  324. package/dist/martyrs/src/modules/organizations/store/departments.cjs +0 -121
  325. package/dist/martyrs/src/modules/organizations/store/departments.cjs.map +0 -1
  326. package/dist/martyrs/src/modules/organizations/store/departments.js +0 -121
  327. package/dist/martyrs/src/modules/organizations/store/departments.js.map +0 -1
  328. package/dist/martyrs/src/modules/organizations/store/invites.cjs +0 -64
  329. package/dist/martyrs/src/modules/organizations/store/invites.cjs.map +0 -1
  330. package/dist/martyrs/src/modules/organizations/store/invites.js +0 -64
  331. package/dist/martyrs/src/modules/organizations/store/invites.js.map +0 -1
  332. package/dist/martyrs/src/modules/organizations/store/memberships.cjs +0 -87
  333. package/dist/martyrs/src/modules/organizations/store/memberships.cjs.map +0 -1
  334. package/dist/martyrs/src/modules/organizations/store/memberships.js +0 -87
  335. package/dist/martyrs/src/modules/organizations/store/memberships.js.map +0 -1
  336. package/src/CLAUDE.MD +0 -15
  337. package/src/modules/globals/controllers/classes/globals.websocket.ws.js +0 -102
  338. package/src/modules/globals/views/components/blocks/BlockFilter.vue +0 -60
  339. package/src/modules/organizations/store/departments.js +0 -137
  340. package/src/modules/organizations/store/invites.js +0 -76
  341. package/src/modules/organizations/store/memberships.js +0 -110
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="for-transition bg-white radius-big w-100">
2
+ <div class="for-transition bg-white radius-medium w-100">
3
3
  <div class="">
4
4
  <EmptyState
5
5
  v-if="organizations < 1"
@@ -43,7 +43,7 @@
43
43
  // Import state
44
44
  import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
45
45
  import * as organization from '@martyrs/src/modules/organizations/store/organizations.js'
46
- import * as memberships from '@martyrs/src/modules/organizations/store/memberships.js'
46
+ import membershipsStore from '@martyrs/src/modules/organizations/store/memberships.store.js'
47
47
 
48
48
  const props = defineProps({
49
49
  owner: {
@@ -4,7 +4,7 @@
4
4
  v-if="!publics || publics.length < 1"
5
5
  title="Unfortunately, we couldn't find any recommendations for you"
6
6
  description="Explore and find a community or organization that suits your interests."
7
- class="radius-big bg-light pd-medium"
7
+ class="radius-medium bg-light pd-medium"
8
8
  />
9
9
 
10
10
  <div v-else class="w-max gap-thin flex-nowrap flex">
@@ -15,7 +15,7 @@
15
15
  :organization="organization"
16
16
  :user="auth.state.user"
17
17
  @updateMembership="event => handleMembershipUpdate(event, 'isSubscriber', 'numberOfSubscribers')"
18
- class="w-max-20r radius-big"
18
+ class="w-max-20r radius-medium"
19
19
  />
20
20
  </div>
21
21
  </div>
@@ -28,7 +28,7 @@
28
28
 
29
29
  import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
30
30
  import * as organization from '@martyrs/src/modules/organizations/store/organizations.js'
31
- import * as memberships from '@martyrs/src/modules/organizations/store/memberships.js'
31
+ import membershipsStore from '@martyrs/src/modules/organizations/store/memberships.store.js'
32
32
 
33
33
  let publics = ref(null)
34
34
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  // Methods
44
44
  const handleMembershipUpdate = ({ membership, status, target }, statusName, statusNumber) => {
45
- memberships.mutations.handleMembershipUpdate(publics.value, membership, status, target, statusName, statusNumber)
45
+ membershipsStore.handleMembershipUpdate(publics.value, membership, status, target, statusName, statusNumber)
46
46
  };
47
47
  </script>
48
48
 
@@ -14,7 +14,8 @@ import IconAddress from '@martyrs/src/modules/icons/entities/IconAddress.vue';
14
14
 
15
15
  // Import global mixins for access control
16
16
  import { useGlobalMixins } from '@martyrs/src/modules/globals/views/mixins/mixins.js';
17
- const { hasAccess } = useGlobalMixins();
17
+
18
+ const { hasAccess, isModuleInstalled } = useGlobalMixins();
18
19
 
19
20
  // Organization backoffice navigation configuration
20
21
  export const navigationItems = [
@@ -68,44 +69,44 @@ export const navigationItems = [
68
69
  name: 'Organization_Products',
69
70
  params: { _id: route.params._id }
70
71
  }),
71
- visible: () => true // Public access
72
+ visible: () => isModuleInstalled('products')
73
+ },
74
+ {
75
+ title: 'Events',
76
+ iconComponent: IconEvents,
77
+ route: (auth, route) => ({
78
+ name: 'Organization_Events',
79
+ params: { _id: route.params._id }
80
+ }),
81
+ visible: () => isModuleInstalled('events')
82
+ },
83
+ {
84
+ title: 'Posts',
85
+ iconComponent: IconCommunity,
86
+ route: (auth, route) => ({
87
+ name: 'Organization_Posts',
88
+ params: { _id: route.params._id }
89
+ }),
90
+ visible: () => isModuleInstalled('blogposts')
91
+ },
92
+ {
93
+ title: 'Spots',
94
+ iconComponent: IconAddress,
95
+ route: (auth, route) => ({
96
+ name: 'Organization_Spots',
97
+ params: { _id: route.params._id }
98
+ }),
99
+ visible: () => isModuleInstalled('spots')
100
+ },
101
+ {
102
+ title: 'Gallery',
103
+ iconComponent: IconGallery,
104
+ route: (auth, route) => ({
105
+ name: 'Backoffice Gallery',
106
+ params: { _id: route.params._id }
107
+ }),
108
+ visible: () => isModuleInstalled('gallery')
72
109
  },
73
- // {
74
- // title: 'Events',
75
- // iconComponent: IconEvents,
76
- // route: (auth, route) => ({
77
- // name: 'Organization_Events',
78
- // params: { _id: route.params._id }
79
- // }),
80
- // visible: () => true // Public access
81
- // },
82
- // {
83
- // title: 'Posts',
84
- // iconComponent: IconCommunity,
85
- // route: (auth, route) => ({
86
- // name: 'Organization_Posts',
87
- // params: { _id: route.params._id }
88
- // }),
89
- // visible: () => true // Public access
90
- // },
91
- // {
92
- // title: 'Spots',
93
- // iconComponent: IconAddress,
94
- // route: (auth, route) => ({
95
- // name: 'Organization_Spots',
96
- // params: { _id: route.params._id }
97
- // }),
98
- // visible: () => true // Public access
99
- // },
100
- // {
101
- // title: 'Gallery',
102
- // iconComponent: IconGallery,
103
- // route: (auth, route) => ({
104
- // name: 'Backoffice Gallery',
105
- // params: { _id: route.params._id }
106
- // }),
107
- // visible: () => true // Public access
108
- // },
109
110
  ]
110
111
  },
111
112
  {
@@ -155,7 +156,7 @@ export const navigationItems = [
155
156
  name: 'Organization_Rents',
156
157
  params: { _id: route.params._id }
157
158
  }),
158
- visible: (auth, route) => hasAccess(
159
+ visible: (auth, route) => isModuleInstalled('events') && hasAccess(
159
160
  route.params._id,
160
161
  'orders',
161
162
  'read',
@@ -2,7 +2,7 @@ const controllerFactory = db => {
2
2
  const Department = db.department;
3
3
  const readOne = (req, res) => {
4
4
  Department.findOne({ _id: req.params._id })
5
- .populate('members.user')
5
+ .populate('members.user', '-password')
6
6
  .populate('subdepartments')
7
7
  .then(department => {
8
8
  if (!department) {
@@ -14,42 +14,56 @@ const controllerFactory = db => {
14
14
  res.status(500).send({ message: err.message });
15
15
  });
16
16
  };
17
- const read = (req, res) => {
18
- let query = {};
19
- let options = {};
20
- if (req.query.organization) {
21
- query.organization = new db.mongoose.Types.ObjectId(req.query.organization);
22
- }
23
- if (req.query.hidden) {
24
- query.hidden = req.query.hidden;
17
+ const read = async (req, res) => {
18
+ try {
19
+ const { skip = 0, limit = 10, organization, hidden, _id, search } = req.query;
20
+
21
+ let query = {};
22
+ if (_id) {
23
+ query._id = _id;
24
+ }
25
+ if (organization) {
26
+ query.organization = new db.mongoose.Types.ObjectId(organization);
27
+ }
28
+ if (hidden !== undefined) {
29
+ query.hidden = hidden === 'true';
30
+ }
31
+ if (search) {
32
+ query['profile.name'] = new RegExp(search, 'i');
33
+ }
34
+
35
+ const departments = await Department
36
+ .find(query)
37
+ .skip(parseInt(skip))
38
+ .limit(parseInt(limit))
39
+ .populate('members.user', '-password')
40
+ .populate('subdepartments')
41
+ .sort({ createdAt: -1 });
42
+
43
+ res.send(departments);
44
+ } catch (err) {
45
+ res.status(500).send({ message: err.message });
25
46
  }
26
- Department.find(query, null, options)
27
- .populate('members.user')
28
- .populate('subdepartments')
29
- .then(departments => {
30
- if (!departments) {
31
- return res.status(404).send({ message: 'Departments not found' });
32
- }
33
- res.send(departments);
34
- })
35
- .catch(err => {
36
- res.status(500).send({ message: err.message });
37
- });
38
47
  };
39
48
  const create = async (req, res) => {
40
49
  try {
41
50
  const newDepartment = new Department({
42
51
  ...req.body,
43
- organization: req.params._id,
52
+ organization: req.body.organization || req.params._id,
44
53
  });
45
54
  const data = await newDepartment.save();
46
- res.send(data);
55
+ const populated = await Department.findById(data._id)
56
+ .populate('members.user', '-password')
57
+ .populate('subdepartments');
58
+ res.send(populated);
47
59
  } catch (err) {
48
60
  res.status(500).send({ message: err.message });
49
61
  }
50
62
  };
51
63
  const update = (req, res) => {
52
64
  Department.findOneAndUpdate({ _id: req.body._id }, req.body, { new: true })
65
+ .populate('members.user', '-password')
66
+ .populate('subdepartments')
53
67
  .then(department => {
54
68
  if (!department) {
55
69
  return res.status(404).send({ message: 'Department not found' });
@@ -60,17 +74,22 @@ const controllerFactory = db => {
60
74
  res.status(500).send({ message: err.message });
61
75
  });
62
76
  };
63
- const deleteDepartment = (req, res) => {
64
- Department.findOneAndRemove({ _id: req.body._id, organization: req.params._id })
65
- .then(department => {
66
- if (!department) {
67
- return res.status(404).send({ message: 'Department not found' });
68
- }
69
- res.send({ message: 'Department deleted successfully' });
70
- })
71
- .catch(err => {
72
- res.status(500).send({ message: err.message });
73
- });
77
+ const deleteDepartment = async (req, res) => {
78
+ try {
79
+ const { _id } = req.body;
80
+ if (!_id) {
81
+ return res.status(400).send({ message: 'Department ID is required' });
82
+ }
83
+
84
+ const department = await Department.findOneAndRemove({ _id });
85
+ if (!department) {
86
+ return res.status(404).send({ message: 'Department not found' });
87
+ }
88
+
89
+ res.send(department);
90
+ } catch (err) {
91
+ res.status(500).send({ message: err.message });
92
+ }
74
93
  };
75
94
  return {
76
95
  readOne,
@@ -18,10 +18,24 @@ const сontrollerFactory = db => {
18
18
  };
19
19
  const read = async (req, res) => {
20
20
  try {
21
- const invites = await Invite.find({ 'owner.target': req.params._id });
22
- if (!invites || invites.length === 0) {
23
- return res.status(200).send([]);
21
+ const { skip = 0, limit = 10, owner, target, search } = req.query;
22
+
23
+ const query = {};
24
+ if (owner) query['owner.user'] = owner;
25
+ if (target) query['owner.target'] = target;
26
+ if (search) {
27
+ query.$or = [
28
+ { email: new RegExp(search, 'i') },
29
+ { phone: new RegExp(search, 'i') }
30
+ ];
24
31
  }
32
+
33
+ const invites = await Invite
34
+ .find(query)
35
+ .skip(parseInt(skip))
36
+ .limit(parseInt(limit))
37
+ .sort({ createdAt: -1 });
38
+
25
39
  res.send(invites);
26
40
  } catch (err) {
27
41
  res.status(500).send({ message: err.message });
@@ -88,13 +102,37 @@ const сontrollerFactory = db => {
88
102
  res.status(500).json({ message: 'Something went wrong' });
89
103
  }
90
104
  };
105
+ const update = async (req, res) => {
106
+ try {
107
+ const { _id, ...updateData } = req.body;
108
+ if (!_id) {
109
+ return res.status(400).send({ message: 'Invite ID is required' });
110
+ }
111
+ const invite = await Invite.findByIdAndUpdate(
112
+ _id,
113
+ updateData,
114
+ { new: true, runValidators: true }
115
+ );
116
+ if (!invite) {
117
+ return res.status(404).send({ message: 'Invite not found' });
118
+ }
119
+ res.send(invite);
120
+ } catch (err) {
121
+ res.status(500).send({ message: err.message });
122
+ }
123
+ };
124
+
91
125
  const deleteInvite = async (req, res) => {
92
126
  try {
93
- const invite = await Invite.findOneAndDelete({ _id: req.params._id });
127
+ const { _id } = req.body;
128
+ if (!_id) {
129
+ return res.status(400).send({ message: 'Invite ID is required' });
130
+ }
131
+ const invite = await Invite.findOneAndDelete({ _id });
94
132
  if (!invite) {
95
133
  return res.status(404).send({ message: 'Invite not found' });
96
134
  }
97
- res.send({ message: 'Invite deleted successfully' });
135
+ res.send(invite);
98
136
  } catch (err) {
99
137
  res.status(500).send({ message: err.message });
100
138
  }
@@ -103,6 +141,7 @@ const сontrollerFactory = db => {
103
141
  getOneByCode,
104
142
  read,
105
143
  create,
144
+ update,
106
145
  delete: deleteInvite,
107
146
  };
108
147
  };
@@ -47,7 +47,30 @@ const controllerFactory = db => {
47
47
  {
48
48
  $unwind: '$user',
49
49
  },
50
- // Pagination
50
+ {
51
+ $project: {
52
+ _id: 1,
53
+ user: {
54
+ _id: 1,
55
+ profile: 1,
56
+ roles: 1,
57
+ phone: 1,
58
+ email: 1,
59
+ username: 1,
60
+ socials: 1,
61
+ status: 1,
62
+ createdAt: 1,
63
+ updatedAt: 1
64
+ },
65
+ type: 1,
66
+ role: 1,
67
+ label: 1,
68
+ target: 1,
69
+ createdAt: 1,
70
+ updatedAt: 1
71
+ }
72
+ },
73
+ // Sorting and Pagination
51
74
  ...queryProcessorGlobals.getSortingOptions(req.query.sortParam, req.query.sortOrder),
52
75
  ...queryProcessorGlobals.getPaginationOptions(req.query.skip, req.query.limit),
53
76
  ]);
@@ -69,7 +92,9 @@ const controllerFactory = db => {
69
92
  });
70
93
  try {
71
94
  const data = await newMembership.save();
72
- res.send(data);
95
+ const populated = await Membership.findById(data._id)
96
+ .populate('user', '-password');
97
+ res.send(populated);
73
98
  } catch (err) {
74
99
  console.log(err);
75
100
  res.status(500).send({ errorCode: 'SERVER_ERROR' });
@@ -77,7 +102,8 @@ const controllerFactory = db => {
77
102
  };
78
103
  const update = async (req, res) => {
79
104
  try {
80
- const membership = await Membership.findByIdAndUpdate(req.body._id, req.body, { new: true });
105
+ const membership = await Membership.findByIdAndUpdate(req.body._id, req.body, { new: true })
106
+ .populate('user', '-password');
81
107
  if (!membership) {
82
108
  return res.status(404).send({ errorCode: 'MEMBERSHIP_NOT_FOUND' });
83
109
  }
@@ -88,9 +114,22 @@ const controllerFactory = db => {
88
114
  };
89
115
  const deleteMembership = async (req, res) => {
90
116
  const { _id, type, target, user, role } = req.body;
117
+ console.log('Delete membership request:', { _id, type, target, user, role });
91
118
  try {
92
119
  // Обрабатываем сценарий когда мы не знаем _id нашего membership
93
- const membership = _id ? await Membership.findOneAndDelete({ _id: new ObjectId(_id) }) : await Membership.findOneAndDelete({ type, target, user, role });
120
+ const query = _id
121
+ ? { _id: new ObjectId(_id) }
122
+ : {
123
+ type,
124
+ target: new ObjectId(target),
125
+ user: new ObjectId(user),
126
+ role
127
+ };
128
+ console.log('Delete query:', query);
129
+
130
+ const membership = await Membership.findOneAndDelete(query);
131
+ console.log('Deleted membership:', membership);
132
+
94
133
  if (!membership) {
95
134
  return res.status(404).send({ errorCode: 'MEMBERSHIP_NOT_FOUND' });
96
135
  }
@@ -1,7 +1,7 @@
1
1
  // Store
2
- import * as storeDepartments from './store/departments.js';
3
- import * as storeInvites from './store/invites.js';
4
- import * as storeMemberships from './store/memberships.js';
2
+ import departmentsStore from './store/departments.store.js';
3
+ import invitesStore from './store/invites.store.js';
4
+ import membershipsStore from './store/memberships.store.js';
5
5
  import * as storeOrganizations from './store/organizations.js';
6
6
 
7
7
  // Router
@@ -10,11 +10,16 @@ import routerOrganization from './router/organizations.js';
10
10
  // Views
11
11
  // Pages
12
12
  import Department from './components/pages/Department.vue';
13
- import DepartmentEdit from './components/pages/DepartmentEdit.vue';
13
+ import Members from './components/pages/Members.vue';
14
14
  import Organization from './components/pages/Organization.vue';
15
15
  import OrganizationEdit from './components/pages/OrganizationEdit.vue';
16
16
  import Organizations from './components/pages/Organizations.vue';
17
17
 
18
+ // Forms
19
+ import DepartmentForm from './components/forms/DepartmentForm.vue';
20
+ import InviteForm from './components/forms/InviteForm.vue';
21
+ import AddExistingMembersForm from './components/forms/AddExistingMembersForm.vue';
22
+
18
23
  // Blocks
19
24
  import CardDepartment from './components/blocks/CardDepartment.vue';
20
25
  import CardOrganization from './components/blocks/CardOrganization.vue';
@@ -40,24 +45,27 @@ function initializeOrganization(app, store, router, options = {}) {
40
45
 
41
46
  router.addRoute(route, routerOrganization);
42
47
 
43
- store.addStore('departments', storeDepartments);
44
- store.addStore('memberships', storeMemberships);
45
48
  store.addStore('organizations', storeOrganizations);
46
- store.addStore('invites', storeInvites);
47
49
  }
48
50
 
49
51
  // Export components, store modules, and routes
50
52
  export {
53
+ AddExistingMembersForm,
51
54
  ButtonToggleMembership,
52
55
  CardDepartment,
53
56
  CardOrganization,
54
57
  Contacts,
55
58
  Department,
56
- DepartmentEdit,
59
+ DepartmentForm,
57
60
  DepartmentSub,
61
+ departmentsStore,
58
62
  Documents,
59
63
  EmptyState,
64
+ InviteForm,
65
+ invitesStore,
66
+ Members,
60
67
  MembersAdd,
68
+ membershipsStore,
61
69
  Organization,
62
70
  OrganizationEdit,
63
71
  Organizations,
@@ -67,9 +75,6 @@ export {
67
75
  Socials,
68
76
  Unit,
69
77
  routerOrganization,
70
- storeDepartments,
71
- storeInvites,
72
- storeMemberships,
73
78
  storeOrganizations,
74
79
  };
75
80
 
@@ -77,10 +82,10 @@ const ModuleOrganization = {
77
82
  initialize: initializeOrganization,
78
83
  views: {
79
84
  store: {
80
- storeDepartments,
81
- storeMemberships,
85
+ departmentsStore,
86
+ invitesStore,
87
+ membershipsStore,
82
88
  storeOrganizations,
83
- storeInvites,
84
89
  },
85
90
  router: {
86
91
  routerOrganization,
@@ -89,9 +94,13 @@ const ModuleOrganization = {
89
94
  // Pages
90
95
  Organization,
91
96
  Department,
97
+ Members,
92
98
  OrganizationEdit,
93
99
  Organizations,
94
- DepartmentEdit,
100
+ // Forms
101
+ DepartmentForm,
102
+ InviteForm,
103
+ AddExistingMembersForm,
95
104
  // Blocks
96
105
  CardOrganization,
97
106
  Unit,
@@ -1,15 +1,6 @@
1
1
  import * as validationAuth from '@martyrs/src/modules/auth/views/middlewares/auth.validation.js';
2
2
 
3
3
  const departmentRoutes = [
4
- {
5
- path: 'departments/create',
6
- name: 'Department Creation',
7
- meta: {
8
- title: 'Создание отдела',
9
- },
10
- beforeEnter: [validationAuth.requiresAuth],
11
- component: () => import('@martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue'),
12
- },
13
4
  {
14
5
  path: 'departments/:department',
15
6
  name: 'Department',
@@ -19,15 +10,6 @@ const departmentRoutes = [
19
10
  beforeEnter: [validationAuth.requiresAuth],
20
11
  component: () => import('@martyrs/src/modules/organizations/components/pages/Department.vue'),
21
12
  },
22
- {
23
- path: 'departments/:department/edit',
24
- name: 'Department Edit',
25
- meta: {
26
- title: 'Редактирование отдела',
27
- },
28
- beforeEnter: [validationAuth.requiresAuth],
29
- component: () => import('@martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue'),
30
- },
31
13
  ];
32
14
 
33
15
  export default departmentRoutes;
@@ -1,14 +1,12 @@
1
1
  import controllerFactory from '../controllers/departments.controller.js';
2
2
  export default (function (app, db) {
3
3
  const controller = controllerFactory(db);
4
- // Get organization departments by _id
4
+ // Standard Store routes
5
5
  app.get('/api/departments/read', controller.read);
6
- // Get department by _id
6
+ app.post('/api/departments/create', controller.create);
7
+ app.put('/api/departments/update', controller.update);
8
+ app.post('/api/departments/delete', controller.delete);
9
+
10
+ // Legacy routes for backward compatibility (can be removed later)
7
11
  app.get('/api/departments/get/:_id', controller.readOne);
8
- // Add organization department
9
- app.post('/api/departments/:_id/create', controller.create);
10
- // Update organization department
11
- app.post('/api/departments/:_id/update', controller.update);
12
- // Delete organization department
13
- app.delete('/api/departments/:_id/delete', controller.delete);
14
12
  });
@@ -3,12 +3,14 @@ import controllerFactory from '../controllers/invites.controller.js';
3
3
  export default (function (app, db) {
4
4
  const controller = controllerFactory(db);
5
5
  const { verifyInvites } = middlewareFactoryAuth(db);
6
- // Get one invite
6
+ // Read invites with query parameters
7
+ app.get('/api/invites/read', controller.read);
8
+ // Get one invite by code
7
9
  app.get('/api/invites/get/:_id', controller.getOneByCode);
8
- // Get all organiztions invite
9
- app.get('/api/invites/:_id', controller.read);
10
10
  // Create invite in organization
11
11
  app.post('/api/invites/create', [verifyInvites.checkInviteExist, verifyInvites.checkUsersExist], controller.create);
12
+ // Update invite
13
+ app.put('/api/invites/update', controller.update);
12
14
  // Delete invite in organization
13
- app.delete('/api/invites/delete/:_id', controller.delete);
15
+ app.post('/api/invites/delete', controller.delete);
14
16
  });
@@ -1,11 +1,12 @@
1
1
  import controllerFactory from '../controllers/memberships.controller.js';
2
2
  export default (function (app, db) {
3
3
  const controller = controllerFactory(db);
4
- app.get('/api/memberships', controller.read);
5
- // Add organization membder
4
+ // Standard Store routes
5
+ app.get('/api/memberships/read', controller.read);
6
6
  app.post('/api/memberships/create', controller.create);
7
- // Update organization membder
8
- app.post('/api/memberships/update', controller.update);
9
- // Delete organization membder
7
+ app.put('/api/memberships/update', controller.update);
10
8
  app.post('/api/memberships/delete', controller.deleteMembership);
9
+
10
+ // Legacy route for backward compatibility
11
+ app.get('/api/memberships', controller.read);
11
12
  });
@@ -0,0 +1,5 @@
1
+ import Store from '@martyrs/src/modules/globals/views/classes/globals.store.js';
2
+
3
+ const departmentsStore = new Store('/api/departments');
4
+
5
+ export default departmentsStore;
@@ -0,0 +1,5 @@
1
+ import Store from '@martyrs/src/modules/globals/views/classes/globals.store.js';
2
+
3
+ const invitesStore = new Store('/api/invites');
4
+
5
+ export default invitesStore;
@@ -0,0 +1,23 @@
1
+ import Store from '@martyrs/src/modules/globals/views/classes/globals.store.js';
2
+
3
+ const membershipsStore = new Store('/api/memberships');
4
+
5
+ // Add handleMembershipUpdate method
6
+ membershipsStore.handleMembershipUpdate = function(user, membership, status, target, statusName, statusNumber) {
7
+ if (!user) return;
8
+
9
+ // status comes as boolean from ButtonToggleMembership
10
+ if (status === true || status === 'active') {
11
+ user[statusName] = true;
12
+ if (statusNumber) {
13
+ user[statusNumber] = (user[statusNumber] || 0) + 1;
14
+ }
15
+ } else {
16
+ user[statusName] = false;
17
+ if (statusNumber) {
18
+ user[statusNumber] = Math.max((user[statusNumber] || 0) - 1, 0);
19
+ }
20
+ }
21
+ };
22
+
23
+ export default membershipsStore;
@@ -266,7 +266,6 @@
266
266
 
267
267
  import FilterProducts from '@martyrs/src/modules/products/components/sections/FilterProducts.vue'
268
268
  import BlockSearch from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue'
269
- import BlockFilter from '@martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue'
270
269
  import Filters from '@martyrs/src/modules/globals/views/components/sections/Filters.vue'
271
270
  import Spoiler from "@martyrs/src/components/Spoiler/Spoiler.vue"
272
271
  import Field from "@martyrs/src/components/Field/Field.vue"