@ozdao/martyrs 0.2.484 → 0.2.486

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 (436) hide show
  1. package/dist/{Media-2NvSR0vE.js → Media-CXQSPHt2.js} +1 -1
  2. package/dist/{Media-EYG9WPI4.cjs → Media-DhpD64nT.cjs} +1 -1
  3. package/dist/_virtual/index.cjs +4 -4
  4. package/dist/_virtual/index.js +4 -4
  5. package/dist/_virtual/index2.cjs +4 -4
  6. package/dist/_virtual/index2.js +4 -4
  7. package/dist/auth.server.cjs +2 -23
  8. package/dist/auth.server.js +1 -22
  9. package/dist/globals.crud-BQG1Lm0A.js +90 -0
  10. package/dist/globals.crud-Dv7UXbRM.cjs +89 -0
  11. package/dist/globals.server.cjs +3 -322
  12. package/dist/globals.server.js +1 -303
  13. package/dist/globals.websocket-DzvdIBf6.js +306 -0
  14. package/dist/globals.websocket-k6_B1T7k.cjs +322 -0
  15. package/dist/{main-BT1yoKH2.js → main-Cfh5138F.js} +2102 -1993
  16. package/dist/main-DKJqboZy.cjs +11 -0
  17. package/dist/martyrs/src/components/Button/{Button.vue2.cjs → Button.vue.cjs} +2 -2
  18. package/dist/martyrs/src/components/Button/{Button.vue2.js.map → Button.vue.cjs.map} +1 -1
  19. package/dist/martyrs/src/components/Button/{Button.vue2.js → Button.vue.js} +2 -2
  20. package/dist/martyrs/src/components/Button/Button.vue.js.map +1 -0
  21. package/dist/martyrs/src/components/{DatePicker → Calendar}/Calendar.vue.cjs +1 -1
  22. package/dist/martyrs/src/components/Calendar/Calendar.vue.cjs.map +1 -0
  23. package/dist/martyrs/src/components/{DatePicker → Calendar}/Calendar.vue.js +1 -1
  24. package/dist/martyrs/src/components/Calendar/Calendar.vue.js.map +1 -0
  25. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.cjs → Dropdown.vue.cjs} +2 -2
  26. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js.map → Dropdown.vue.cjs.map} +1 -1
  27. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js → Dropdown.vue.js} +2 -2
  28. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -0
  29. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +2 -2
  30. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +1 -1
  31. package/dist/martyrs/src/components/Feed/Feed.vue.js +2 -2
  32. package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
  33. package/dist/martyrs/src/components/Field/Field.vue.cjs +13 -7
  34. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +1 -1
  35. package/dist/martyrs/src/components/Field/Field.vue.js +14 -8
  36. package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
  37. package/dist/martyrs/src/components/FieldTags/FieldTags.vue.cjs +1 -1
  38. package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js +1 -1
  39. package/dist/martyrs/src/components/Popup/{Popup.vue2.cjs → Popup.vue.cjs} +2 -2
  40. package/dist/martyrs/src/components/Popup/{Popup.vue2.js.map → Popup.vue.cjs.map} +1 -1
  41. package/dist/martyrs/src/components/Popup/{Popup.vue2.js → Popup.vue.js} +2 -2
  42. package/dist/martyrs/src/components/Popup/Popup.vue.js.map +1 -0
  43. package/dist/martyrs/src/modules/auth/auth.client.cjs +3 -0
  44. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +1 -1
  45. package/dist/martyrs/src/modules/auth/auth.client.js +3 -0
  46. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  47. package/dist/martyrs/src/modules/auth/locales/en.cjs +79 -0
  48. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +1 -0
  49. package/dist/martyrs/src/modules/auth/locales/en.js +79 -0
  50. package/dist/martyrs/src/modules/auth/locales/en.js.map +1 -0
  51. package/dist/martyrs/src/modules/auth/locales/index.cjs +10 -0
  52. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +1 -0
  53. package/dist/martyrs/src/modules/auth/locales/index.js +10 -0
  54. package/dist/martyrs/src/modules/auth/locales/index.js.map +1 -0
  55. package/dist/martyrs/src/modules/auth/locales/ru.cjs +79 -0
  56. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +1 -0
  57. package/dist/martyrs/src/modules/auth/locales/ru.js +79 -0
  58. package/dist/martyrs/src/modules/auth/locales/ru.js.map +1 -0
  59. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -9
  60. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
  61. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +2 -11
  62. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
  63. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +4 -6
  64. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +1 -1
  65. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +4 -6
  66. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js.map +1 -1
  67. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +7 -9
  68. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +1 -1
  69. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +7 -9
  70. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +1 -1
  72. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
  73. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +2 -2
  74. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +2 -2
  75. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +1 -1
  76. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
  77. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +1 -1
  78. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +1 -1
  79. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +1 -1
  80. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  81. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +11 -13
  82. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +1 -1
  83. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +11 -13
  84. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
  85. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +12 -14
  86. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +1 -1
  87. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +12 -14
  88. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
  89. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +11 -13
  90. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +1 -1
  91. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +11 -13
  92. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
  93. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +1 -1
  94. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +1 -1
  95. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +5 -47
  96. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
  97. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +5 -47
  98. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
  99. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +2 -2
  100. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +2 -2
  101. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +3 -3
  102. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
  103. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
  104. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
  105. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
  106. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
  107. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +2 -2
  108. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +1 -1
  109. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +2 -2
  110. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js.map +1 -1
  111. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +2 -2
  112. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +2 -2
  113. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +1 -1
  114. package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +1 -1
  115. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
  116. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
  117. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +2 -2
  118. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +2 -2
  119. package/dist/martyrs/src/modules/globals/globals.client.cjs +1 -0
  120. package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
  121. package/dist/martyrs/src/modules/globals/globals.client.js +1 -0
  122. package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
  123. package/dist/martyrs/src/modules/globals/views/classes/globals.i18n.cjs +1 -1
  124. package/dist/martyrs/src/modules/globals/views/classes/globals.i18n.js +1 -1
  125. package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.cjs +1 -1
  126. package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.js +1 -1
  127. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +2 -2
  128. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +2 -2
  129. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.cjs +2 -2
  130. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.js +2 -2
  131. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs +3 -3
  132. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs.map +1 -1
  133. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js +3 -3
  134. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js.map +1 -1
  135. package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.cjs +2 -2
  136. package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.js +2 -2
  137. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
  138. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
  139. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.cjs +1 -1
  140. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.js +1 -1
  141. package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.cjs +1 -1
  142. package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.js +1 -1
  143. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs +1 -1
  144. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js +1 -1
  145. package/dist/martyrs/src/modules/globals/views/utils/axios-instance.cjs.map +1 -1
  146. package/dist/martyrs/src/modules/globals/views/utils/axios-instance.js.map +1 -1
  147. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +49 -0
  148. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +1 -0
  149. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js +49 -0
  150. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js.map +1 -0
  151. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +34 -0
  152. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +1 -0
  153. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js +34 -0
  154. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js.map +1 -0
  155. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +115 -122
  156. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +1 -1
  157. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +163 -170
  158. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
  159. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +87 -0
  160. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +1 -0
  161. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +87 -0
  162. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js.map +1 -0
  163. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +83 -0
  164. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +1 -0
  165. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js +83 -0
  166. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js.map +1 -0
  167. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +83 -0
  168. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +1 -0
  169. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js +83 -0
  170. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js.map +1 -0
  171. package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.cjs +68 -0
  172. package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.cjs.map +1 -0
  173. package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.js +68 -0
  174. package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.js.map +1 -0
  175. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +174 -0
  176. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +1 -0
  177. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +174 -0
  178. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -0
  179. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +80 -0
  180. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +1 -0
  181. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js +80 -0
  182. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js.map +1 -0
  183. package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.cjs +328 -0
  184. package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.cjs.map +1 -0
  185. package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.js +328 -0
  186. package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.js.map +1 -0
  187. package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.cjs +115 -0
  188. package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.cjs.map +1 -0
  189. package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.js +115 -0
  190. package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.js.map +1 -0
  191. package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.cjs +44 -0
  192. package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.cjs.map +1 -0
  193. package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.js +44 -0
  194. package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.js.map +1 -0
  195. package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.cjs +305 -0
  196. package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.cjs.map +1 -0
  197. package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.js +305 -0
  198. package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.js.map +1 -0
  199. package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.cjs +44 -0
  200. package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.cjs.map +1 -0
  201. package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.js +44 -0
  202. package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.js.map +1 -0
  203. package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.cjs +199 -0
  204. package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.cjs.map +1 -0
  205. package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.js +199 -0
  206. package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.js.map +1 -0
  207. package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.cjs +290 -0
  208. package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.cjs.map +1 -0
  209. package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.js +290 -0
  210. package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.js.map +1 -0
  211. package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.cjs +467 -0
  212. package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.cjs.map +1 -0
  213. package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.js +467 -0
  214. package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.js.map +1 -0
  215. package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.cjs +382 -0
  216. package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.cjs.map +1 -0
  217. package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.js +382 -0
  218. package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.js.map +1 -0
  219. package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.cjs +303 -0
  220. package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.cjs.map +1 -0
  221. package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.js +303 -0
  222. package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.js.map +1 -0
  223. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +221 -0
  224. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +1 -0
  225. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js +221 -0
  226. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js.map +1 -0
  227. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +200 -0
  228. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +1 -0
  229. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js +200 -0
  230. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js.map +1 -0
  231. package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.cjs +50 -0
  232. package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.cjs.map +1 -0
  233. package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.js +50 -0
  234. package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.js.map +1 -0
  235. package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.cjs +556 -0
  236. package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.cjs.map +1 -0
  237. package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.js +556 -0
  238. package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.js.map +1 -0
  239. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +449 -0
  240. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +1 -0
  241. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +449 -0
  242. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js.map +1 -0
  243. package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.cjs +87 -0
  244. package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.cjs.map +1 -0
  245. package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.js +87 -0
  246. package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.js.map +1 -0
  247. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +227 -0
  248. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +1 -0
  249. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js +227 -0
  250. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js.map +1 -0
  251. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +85 -0
  252. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +1 -0
  253. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js +85 -0
  254. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js.map +1 -0
  255. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +71 -0
  256. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +1 -0
  257. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js +71 -0
  258. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js.map +1 -0
  259. package/dist/martyrs/src/modules/music/music.client.cjs +137 -0
  260. package/dist/martyrs/src/modules/music/music.client.cjs.map +1 -0
  261. package/dist/martyrs/src/modules/music/music.client.js +137 -0
  262. package/dist/martyrs/src/modules/music/music.client.js.map +1 -0
  263. package/dist/martyrs/src/modules/music/router/music.cjs +99 -0
  264. package/dist/martyrs/src/modules/music/router/music.cjs.map +1 -0
  265. package/dist/martyrs/src/modules/music/router/music.js +99 -0
  266. package/dist/martyrs/src/modules/music/router/music.js.map +1 -0
  267. package/dist/martyrs/src/modules/music/store/albums.cjs +167 -0
  268. package/dist/martyrs/src/modules/music/store/albums.cjs.map +1 -0
  269. package/dist/martyrs/src/modules/music/store/albums.js +167 -0
  270. package/dist/martyrs/src/modules/music/store/albums.js.map +1 -0
  271. package/dist/martyrs/src/modules/music/store/artists.cjs +154 -0
  272. package/dist/martyrs/src/modules/music/store/artists.cjs.map +1 -0
  273. package/dist/martyrs/src/modules/music/store/artists.js +154 -0
  274. package/dist/martyrs/src/modules/music/store/artists.js.map +1 -0
  275. package/dist/martyrs/src/modules/music/store/player.cjs +297 -0
  276. package/dist/martyrs/src/modules/music/store/player.cjs.map +1 -0
  277. package/dist/martyrs/src/modules/music/store/player.js +297 -0
  278. package/dist/martyrs/src/modules/music/store/player.js.map +1 -0
  279. package/dist/martyrs/src/modules/music/store/playlists.cjs +174 -0
  280. package/dist/martyrs/src/modules/music/store/playlists.cjs.map +1 -0
  281. package/dist/martyrs/src/modules/music/store/playlists.js +174 -0
  282. package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -0
  283. package/dist/martyrs/src/modules/music/store/search.cjs +109 -0
  284. package/dist/martyrs/src/modules/music/store/search.cjs.map +1 -0
  285. package/dist/martyrs/src/modules/music/store/search.js +109 -0
  286. package/dist/martyrs/src/modules/music/store/search.js.map +1 -0
  287. package/dist/martyrs/src/modules/music/store/tracks.cjs +180 -0
  288. package/dist/martyrs/src/modules/music/store/tracks.cjs.map +1 -0
  289. package/dist/martyrs/src/modules/music/store/tracks.js +180 -0
  290. package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -0
  291. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +1 -1
  292. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +1 -1
  293. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +2 -2
  294. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +2 -2
  295. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
  296. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +1 -1
  297. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +2 -2
  298. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
  299. package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
  300. package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
  301. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +2 -2
  302. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +2 -2
  303. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
  304. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
  305. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +2 -2
  306. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
  307. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  308. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
  309. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
  310. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  311. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
  312. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
  313. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +2 -2
  314. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +2 -2
  315. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  316. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  317. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  318. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  319. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +1 -1
  320. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  321. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +1 -1
  322. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
  323. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +2 -2
  324. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +2 -2
  325. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +1 -1
  326. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +1 -1
  327. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +1 -1
  328. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
  329. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +3 -3
  330. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +3 -3
  331. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.cjs +3 -3
  332. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.js +3 -3
  333. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.cjs +2 -2
  334. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.js +2 -2
  335. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +2 -2
  336. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +1 -1
  337. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
  338. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
  339. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  340. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
  341. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +2 -2
  342. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +2 -2
  343. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +2 -2
  344. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
  345. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +1 -1
  346. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +1 -1
  347. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +1 -1
  348. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +1 -1
  349. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +2 -2
  350. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +2 -2
  351. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +1 -1
  352. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +1 -1
  353. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +1 -1
  354. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -1
  355. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  356. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  357. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +1 -1
  358. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +1 -1
  359. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +2 -2
  360. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  361. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
  362. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
  363. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +1 -1
  364. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
  365. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +2 -2
  366. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +2 -2
  367. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +2 -2
  368. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +2 -2
  369. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +3 -3
  370. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +3 -3
  371. package/dist/martyrs.cjs.js +1 -1
  372. package/dist/martyrs.css +1 -1
  373. package/dist/martyrs.es.js +38 -36
  374. package/dist/music.server.cjs +1407 -0
  375. package/dist/music.server.js +1407 -0
  376. package/dist/orders.server.cjs +3 -88
  377. package/dist/orders.server.js +2 -87
  378. package/dist/socials.schema-BOZV82Mp.js +25 -0
  379. package/dist/socials.schema-CtpSF9dE.cjs +24 -0
  380. package/dist/style.css +250 -97
  381. package/package.json +1 -1
  382. package/src/.martyrs/filemap.json +2 -2
  383. package/src/components/Feed/Feed.vue +1 -1
  384. package/src/components/Field/Field.vue +42 -27
  385. package/src/components/index.js +2 -0
  386. package/src/main.js +6 -0
  387. package/src/modules/auth/auth.client.js +7 -0
  388. package/src/modules/auth/locales/en.js +76 -0
  389. package/src/modules/auth/locales/index.js +7 -0
  390. package/src/modules/auth/locales/ru.js +76 -0
  391. package/src/modules/auth/views/components/layouts/Auth.vue +2 -44
  392. package/src/modules/auth/views/components/pages/EnterCode.vue +5 -7
  393. package/src/modules/auth/views/components/pages/EnterPassword.vue +7 -10
  394. package/src/modules/auth/views/components/pages/ResetPassword.vue +9 -12
  395. package/src/modules/auth/views/components/pages/SignIn.vue +12 -15
  396. package/src/modules/auth/views/components/pages/SignUp.vue +9 -12
  397. package/src/modules/auth/views/components/sections/SliderFeatures.vue +11 -48
  398. package/src/modules/events/components/pages/EditEvent.vue +1 -1
  399. package/src/modules/globals/globals.client.js +1 -0
  400. package/src/modules/globals/views/components/blocks/PopupDateSelector.vue +1 -1
  401. package/src/modules/globals/views/utils/axios-instance.js +15 -1
  402. package/src/modules/icons/actions/IconShow.vue +23 -0
  403. package/src/modules/icons/pages/IconsPage.vue +114 -120
  404. package/src/modules/products/components/pages/Product.vue +1 -1
  405. package/dist/main-rF15sgss.cjs +0 -11
  406. package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
  407. package/dist/martyrs/src/components/DatePicker/Calendar.vue.cjs.map +0 -1
  408. package/dist/martyrs/src/components/DatePicker/Calendar.vue.js.map +0 -1
  409. package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.cjs.map +0 -1
  410. package/dist/martyrs/src/components/Popup/Popup.vue2.cjs.map +0 -1
  411. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs +0 -9
  412. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs.map +0 -1
  413. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js +0 -9
  414. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js.map +0 -1
  415. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs +0 -9
  416. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs.map +0 -1
  417. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js +0 -9
  418. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js.map +0 -1
  419. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs +0 -9
  420. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs.map +0 -1
  421. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js +0 -9
  422. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js.map +0 -1
  423. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs +0 -9
  424. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs.map +0 -1
  425. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js +0 -9
  426. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js.map +0 -1
  427. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs +0 -9
  428. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs.map +0 -1
  429. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js +0 -9
  430. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js.map +0 -1
  431. package/src/modules/auth/views/localization/EnterCode.json +0 -16
  432. package/src/modules/auth/views/localization/EnterPassword.json +0 -22
  433. package/src/modules/auth/views/localization/ResetPassword.json +0 -26
  434. package/src/modules/auth/views/localization/SignIn.json +0 -34
  435. package/src/modules/auth/views/localization/SignUp.json +0 -28
  436. /package/src/components/{DatePicker → Calendar}/Calendar.vue +0 -0
@@ -1096,8 +1096,8 @@
1096
1096
  "hash": "17654329cb0ff87efecf8973a808c98124e3f1dc99f3141b8fe8c5b33b494fee"
1097
1097
  },
1098
1098
  {
1099
- "path": "/Users/magicofoz/Development/OZDAO/ozdao.dev/app/martyrs/src/components/DatePicker/Calendar.vue",
1100
- "relativePath": "components/DatePicker/Calendar.vue",
1099
+ "path": "/Users/magicofoz/Development/OZDAO/ozdao.dev/app/martyrs/src/components/Calendar/Calendar.vue",
1100
+ "relativePath": "components/Calendar/Calendar.vue",
1101
1101
  "extension": ".vue",
1102
1102
  "size": 15481,
1103
1103
  "modified": "2025-03-10T11:29:12.667Z",
@@ -180,7 +180,7 @@ import Loader from '@martyrs/src/components/Loader/Loader.vue';
180
180
  import Skeleton from '@martyrs/src/components/Skeleton/Skeleton.vue';
181
181
  import EmptyState from '@martyrs/src/components/EmptyState/EmptyState.vue';
182
182
  import Dropdown from "@martyrs/src/components/Dropdown/Dropdown.vue";
183
- import Calendar from '@martyrs/src/components/DatePicker/Calendar.vue'
183
+ import Calendar from '@martyrs/src/components/Calendar/Calendar.vue'
184
184
  import BottomSheet from '@martyrs/src/components/BottomSheet/BottomSheet.vue';
185
185
 
186
186
  import BlockSearch from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue'
@@ -1,6 +1,9 @@
1
1
  <script setup>
2
2
  import { ref, onMounted, nextTick, watch } from 'vue'
3
+ import IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';
4
+
3
5
  const emit = defineEmits(['update:field', 'focus', 'blur']);
6
+
4
7
  const props = defineProps({
5
8
  label: null,
6
9
  symbol: null,
@@ -13,26 +16,23 @@ const props = defineProps({
13
16
  tabindex: -1,
14
17
  autofocus: false
15
18
  });
19
+
16
20
  if (props.value) {
17
21
  emit('update:field', props.value)
18
22
  }
23
+
19
24
  const textarea = ref(null);
20
25
  const input = ref(null);
26
+ const showPassword = ref(false);
21
27
 
22
28
  function resize() {
23
29
  if (!textarea.value) {
24
30
  textarea.value.style.height = '';
25
31
  return;
26
32
  }
27
-
28
33
  const el = textarea.value;
29
-
30
- // Сначала сбрасываем высоту для правильного расчета scrollHeight
31
34
  el.style.height = '';
32
-
33
35
  const scrollHeight = el.scrollHeight;
34
-
35
- // Теперь устанавливаем высоту на основе scrollHeight
36
36
  if (scrollHeight > 33) {
37
37
  el.style.height = scrollHeight + 'px';
38
38
  } else {
@@ -40,7 +40,6 @@ function resize() {
40
40
  }
41
41
  }
42
42
 
43
-
44
43
  function focus() {
45
44
  if (props.autofocus) {
46
45
  if (props.type === 'textarea' && textarea.value) {
@@ -51,14 +50,12 @@ function focus() {
51
50
  }
52
51
  }
53
52
 
54
- // Следим за изменениями поля
55
53
  watch(() => props.field, () => {
56
54
  if (props.type === 'textarea') {
57
55
  nextTick(resize);
58
56
  }
59
57
  });
60
58
 
61
- // Autofocus
62
59
  watch(() => props.autofocus, (newVal) => {
63
60
  if (newVal) {
64
61
  nextTick(focus);
@@ -72,32 +69,31 @@ onMounted(() => {
72
69
 
73
70
  const text = ref(props.field);
74
71
  </script>
72
+
75
73
  <template>
76
- <div
74
+ <div
77
75
  :class="[
78
- $attrs.class,
79
- {
80
- 'bg-fourth-nano': validation
81
- }
82
- ]"
76
+ $attrs.class,
77
+ { 'bg-fourth-nano': validation }
78
+ ]"
83
79
  class="flex-center flex-nowrap flex"
84
80
  >
85
- <div
86
- v-if="label"
81
+ <div
82
+ v-if="label"
87
83
  class="t-transp mn-r-small"
88
84
  >
89
85
  <span class="t-nowrap">
90
86
  {{label}}
91
87
  </span>
92
88
  </div>
93
- <div class="w-100">
94
- <input
89
+ <div class="w-100 pos-relative">
90
+ <input
95
91
  v-if="type !== 'textarea'"
96
92
  ref="input"
97
93
  @input="event => text = emit('update:field', event.target.value)"
98
94
  @focus="event => emit('focus', event)"
99
95
  @blur="event => emit('blur', event)"
100
- :type="type"
96
+ :type="type === 'password' && !showPassword ? 'password' : type === 'password' ? 'text' : type"
101
97
  class="w-100"
102
98
  :value="field"
103
99
  :placeholder="placeholder"
@@ -105,7 +101,7 @@ const text = ref(props.field);
105
101
  :disabled="disabled"
106
102
  :autofocus="autofocus"
107
103
  />
108
- <textarea
104
+ <textarea
109
105
  v-else
110
106
  ref="textarea"
111
107
  @input="event => text = emit('update:field', event.target.value)"
@@ -117,10 +113,16 @@ const text = ref(props.field);
117
113
  :tabindex="tabindex"
118
114
  :disabled="disabled"
119
115
  />
120
- </div>
116
+ </div>
117
+ <IconShow
118
+ v-if="type === 'password'"
119
+ :show="!showPassword"
120
+ @click="showPassword = !showPassword"
121
+ class="i-medium cursor-pointer"
122
+ />
121
123
  <slot></slot>
122
- <div
123
- v-if="symbol"
124
+ <div
125
+ v-if="symbol"
124
126
  class="t-transp mn-l-small"
125
127
  >
126
128
  <span>
@@ -135,21 +137,34 @@ const text = ref(props.field);
135
137
  </div>
136
138
  </transition>
137
139
  </template>
140
+
138
141
  <style scoped>
139
- input, textarea, span {
142
+ input,
143
+ textarea,
144
+ span {
140
145
  line-height: 1;
141
146
  color: inherit;
142
147
  }
148
+
143
149
  textarea {
144
150
  resize: none;
145
151
  overflow: hidden;
146
- height: 1rem;
152
+ height: 1rem;
147
153
  line-height: 1rem;
148
154
  }
155
+
149
156
  input[type="date"]::-webkit-calendar-picker-indicator,
150
157
  input[type="time"]::-webkit-calendar-picker-indicator {
151
- filter: invert(1); /* Это инвертирует иконку, подходит при светлом фоне */
158
+ filter: invert(1);
152
159
  opacity: 1;
153
160
  color: inherit;
154
161
  }
162
+
163
+ .cursor-pointer {
164
+ cursor: pointer;
165
+ }
166
+
167
+ .pos-relative {
168
+ position: relative;
169
+ }
155
170
  </style>
@@ -1,6 +1,7 @@
1
1
  export { default as Address } from './Address/Address.vue';
2
2
  export { default as Button } from './Button/Button.vue';
3
3
  export { default as Checkbox } from './Checkbox/Checkbox.vue';
4
+ export { default as Calendar } from './Calendar/Calendar.vue';
4
5
  export { default as Dropdown } from './Dropdown/Dropdown.vue';
5
6
  export { default as Error } from './Error/Error.vue';
6
7
  export { default as Field } from './Field/Field.vue';
@@ -28,6 +29,7 @@ export { default as Countdown } from './Countdown/Countdown.vue';
28
29
  export { default as DatePicker } from './DatePicker/DatePicker.vue';
29
30
  export { default as EmptyState } from './EmptyState/EmptyState.vue';
30
31
  export { default as Feed } from './Feed/Feed.vue';
32
+ export { default as Carousel } from './Feed/Carousel.vue';
31
33
  export { default as FieldBig } from './FieldBig/FieldBig.vue';
32
34
  export { default as FieldTags } from './FieldTags/FieldTags.vue';
33
35
  // export { default as Footer } from './Footer/Footer.vue';
package/src/main.js CHANGED
@@ -7,11 +7,13 @@ import {
7
7
  Checkbox,
8
8
  Chips,
9
9
  Countdown,
10
+ Calendar,
10
11
  DatePicker,
11
12
  Dropdown,
12
13
  EmptyState,
13
14
  Error,
14
15
  Feed,
16
+ Carousel,
15
17
  Field,
16
18
  FieldBig,
17
19
  FieldPhone,
@@ -47,6 +49,7 @@ export default {
47
49
  app.component('Address', () => import('./components/Address/Address.vue'));
48
50
  app.component('Button', () => import('./components/Button/Button.vue'));
49
51
  app.component('Checkbox', () => import('./components/Checkbox/Checkbox.vue'));
52
+ app.component('Calendar', () => import('./components/Calendar/Calendar.vue'));
50
53
  app.component('Dropdown', () => import('./components/Dropdown/Dropdown.vue'));
51
54
  app.component('Error', () => import('./components/Error/Error.vue'));
52
55
  app.component('Field', () => import('./components/Field/Field.vue'));
@@ -72,6 +75,7 @@ export default {
72
75
  app.component('DatePicker', () => import('./components/DatePicker/DatePicker.vue'));
73
76
  app.component('EmptyState', () => import('./components/EmptyState/EmptyState.vue'));
74
77
  app.component('Feed', () => import('./components/Feed/Feed.vue'));
78
+ app.component('Carousel', () => import('./components/Feed/Carousel.vue'));
75
79
  app.component('FieldBig', () => import('./components/FieldBig/FieldBig.vue'));
76
80
  app.component('FieldTags', () => import('./components/FieldTags/FieldTags.vue'));
77
81
  // app.component('Footer', () => import('./components/Footer/Footer.vue'));
@@ -91,6 +95,7 @@ export {
91
95
  Address,
92
96
  Breadcrumbs,
93
97
  Button,
98
+ Calendar,
94
99
  Checkbox,
95
100
  Chips,
96
101
  Countdown,
@@ -99,6 +104,7 @@ export {
99
104
  EmptyState,
100
105
  Error,
101
106
  Feed,
107
+ Carousel,
102
108
  Field,
103
109
  FieldBig,
104
110
  FieldPhone,
@@ -21,14 +21,21 @@ import ResetPassword from './views/components/pages/ResetPassword.vue';
21
21
  import SignIn from './views/components/pages/SignIn.vue';
22
22
  import SignUp from './views/components/pages/SignUp.vue';
23
23
 
24
+
24
25
  // Importing sections components
25
26
  import FeaturedUsers from './views/components/sections/FeaturedUsers.vue';
26
27
  import SliderFeatures from './views/components/sections/SliderFeatures.vue';
27
28
 
29
+ import { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';
30
+
31
+ import locales from './locales/index.js';
32
+
28
33
  // Пример функции инициализации для модуля аутентификации
29
34
  function initializeAuth(app, store, router, options = {}) {
30
35
  const route = options.route || 'Home';
31
36
 
37
+ i18nManager.register('auth', locales);
38
+
32
39
  router.addRoute(route, routerAuth);
33
40
  router.addRoute(route, routerUsers);
34
41
 
@@ -0,0 +1,76 @@
1
+ // @martyrs/src/modules/auth/locales/en.js
2
+ export default {
3
+ auth: {
4
+ signIn: {
5
+ title: "Welcome to OZ DAO,",
6
+ subtitle: "Sign In to Continue",
7
+ signup: "Don't have an account?",
8
+ phone: "Phone",
9
+ email: "Email",
10
+ phonePlaceholder: "Enter your phone",
11
+ emailPlaceholder: "Enter your email",
12
+ haveAccount: "Don't have an account? Sign Up",
13
+ passwordPlaceholder: "Enter your password",
14
+ forgotPassword: "Forgot Password?",
15
+ signin: "Sign In",
16
+ signin_apple: "Sign In with Apple",
17
+ soon: "SOON"
18
+ },
19
+ signUp: {
20
+ title: "Sign Up",
21
+ description: "Choose a convenient way to register via phone or email:",
22
+ phone: "Phone",
23
+ email: "Email",
24
+ phonePlaceholder: "Enter your phone",
25
+ emailPlaceholder: "Enter your email",
26
+ emailNotice: "We will send you an email with a confirmation code that you will need to enter in the next step.",
27
+ smsNotice: "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
28
+ sendCode: "Send Code",
29
+ haveAccount: "Already have an account?"
30
+ },
31
+ enterCode: {
32
+ verifyNumberTitle: "Verify Number",
33
+ instructions: "We have sent a registration code to your phone number. Please enter it in the field below:",
34
+ resendCode: "Send the code again",
35
+ secondsResend: "seconds to the possibility of sending the code again."
36
+ },
37
+ resetPassword: {
38
+ forgotPasswordTitle: "Forgot Password?",
39
+ instructions: "To reset your password, specify the phone or email used during registration.",
40
+ smsInfo: "We will send you an SMS with a confirmation code to reset your password, which you will need to enter in the next step.",
41
+ emailInfo: "We will send you an email with a confirmation code to reset your password, which you will need to enter in the next step.",
42
+ phone: "Phone",
43
+ email: "Email",
44
+ phonePlaceholder: "Enter your phone",
45
+ emailPlaceholder: "Enter your email",
46
+ sendCode: "Send code"
47
+ },
48
+ enterPassword: {
49
+ almostDone: "Almost there!",
50
+ newPasswordPrompt: "Please, set a new password.",
51
+ registrationPasswordPrompt: "Please, set your password to complete the registration.",
52
+ passwordPlaceholder: "Password",
53
+ repeatPasswordPlaceholder: "Repeat Password",
54
+ changePasswordBtn: "Change Password",
55
+ registerBtn: "Register"
56
+ },
57
+ features: [
58
+ {
59
+ title: "What's the Weeder Token, Dude?",
60
+ description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?"
61
+ },
62
+ {
63
+ title: "Light Up and Level Up",
64
+ description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man."
65
+ },
66
+ {
67
+ title: "Hang Ten with Our Community",
68
+ description: "Find the dopest strains and start floating on cloud 9 with us!"
69
+ },
70
+ {
71
+ title: "Shop 'Til You Drop... Into Your Couch",
72
+ description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!"
73
+ }
74
+ ]
75
+ }
76
+ };
@@ -0,0 +1,7 @@
1
+ import en from './en.js';
2
+ import ru from './ru.js';
3
+
4
+ export default {
5
+ en,
6
+ ru
7
+ };
@@ -0,0 +1,76 @@
1
+ // @martyrs/src/modules/auth/locales/ru.js
2
+ export default {
3
+ auth: {
4
+ signIn: {
5
+ title: "Приветствуем вас,",
6
+ subtitle: "Войдите для продолжения",
7
+ signup: "Нет аккаунта?",
8
+ phone: "Телефон",
9
+ email: "Email",
10
+ phonePlaceholder: "Введите ваш телефон",
11
+ emailPlaceholder: "Введите ваш email",
12
+ haveAccount: "Нет аккаунта? Зарегистрироваться",
13
+ passwordPlaceholder: "Введите ваш пароль",
14
+ forgotPassword: "Забыли пароль?",
15
+ signin: "Войти",
16
+ signin_apple: "Войти через Apple",
17
+ soon: "СКОРО"
18
+ },
19
+ signUp: {
20
+ title: "Новая учетная запись",
21
+ description: "Выберите удобный способ регистрации через телефон или email:",
22
+ phone: "Телефон",
23
+ email: "Email",
24
+ phonePlaceholder: "Введите ваш телефон",
25
+ emailPlaceholder: "Введите ваш email",
26
+ emailNotice: "Мы отправим вам электронное письмо с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
27
+ smsNotice: "Мы вышлем вам SMS с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
28
+ sendCode: "Отправить код",
29
+ haveAccount: "У вас уже есть аккаунт?"
30
+ },
31
+ enterCode: {
32
+ verifyNumberTitle: "Подтвердите номер",
33
+ instructions: "Мы отправили код регистрации на ваш номер телефона. Введите его в поле ниже:",
34
+ resendCode: "Отправить код еще раз",
35
+ secondsResend: "секунд до возможности отправить код еще раз."
36
+ },
37
+ resetPassword: {
38
+ forgotPasswordTitle: "Забыли пароль?",
39
+ instructions: "Чтобы сбросить пароль, укажите телефон или email, использованные при регистрации.",
40
+ smsInfo: "Мы вышлем вам SMS с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
41
+ emailInfo: "Мы отправим вам электронное письмо с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
42
+ phone: "Телефон",
43
+ email: "Email",
44
+ phonePlaceholder: "Введите ваш телефон",
45
+ emailPlaceholder: "Введите ваш email",
46
+ sendCode: "Отправить код"
47
+ },
48
+ enterPassword: {
49
+ almostDone: "Почти все!",
50
+ newPasswordPrompt: "Пожалуйста, укажите новый пароль.",
51
+ registrationPasswordPrompt: "Пожалуйста, укажите пароль, на этом регистрация будет закончена.",
52
+ passwordPlaceholder: "Пароль",
53
+ repeatPasswordPlaceholder: "Повторите пароль",
54
+ changePasswordBtn: "Поменять пароль",
55
+ registerBtn: "Зарегистрироваться"
56
+ },
57
+ features: [
58
+ {
59
+ title: "Что такое токен Weeder, Бро?",
60
+ description: "WDT - это как основа нашего крутого сообщества. Это деньги, это власть, это инвестиции. Круто, а?"
61
+ },
62
+ {
63
+ title: "Зажигай и Развивайся",
64
+ description: "Закажи шмали, курни и зарабатывай токены Weeder. Чем больше курнешь, тем больше кэша у тебя в кармане, чувак."
65
+ },
66
+ {
67
+ title: "Веселись с Нашим Сообществом",
68
+ description: "Найди самые крутые сорта и начни шмалить на девятом облаке вместе с нами."
69
+ },
70
+ {
71
+ title: "Покупайте, Когда Накурились",
72
+ description: "Закажи премиумную бошку и крутые аксессуары за пару кликов, чувак. Прямо к твоей двери!"
73
+ }
74
+ ]
75
+ }
76
+ };
@@ -2,7 +2,6 @@
2
2
  <div
3
3
  class="cols-2-1_2 gap-small pd-small"
4
4
  >
5
-
6
5
  <router-view
7
6
  class="pd-big mobile:pd-medium w-m-66r t-center"
8
7
  v-slot="{ Component, route }"
@@ -26,50 +25,9 @@
26
25
  </template>
27
26
 
28
27
  <script setup>
29
- // Import components
30
- import Tab from '@martyrs/src/components/Tab/Tab.vue'
31
- import Field from '@martyrs/src/components/Field/Field.vue'
32
- import Button from '@martyrs/src/components/Button/Button.vue'
33
- // Import blocks
34
28
  import SliderFeatures from '@martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue'
35
- // Import libs
36
- import { computed, onMounted, ref } from 'vue'
37
- import { useRoute, useRouter } from 'vue-router'
38
- // Import state
39
- import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
40
- // Import validation
41
- import * as inputsValidation from '@martyrs/src/modules/auth/views/validations/inputs.validation'
42
29
 
43
- const phoneValidation = ref(null)
44
- const passswordValidation = ref(null)
45
- const emailValidation = ref(null)
46
- // Accessing router
47
- const route = useRoute()
48
- const router = useRouter()
49
- // Accessing state
50
- const tabAuth = ref('email')
51
- // Methods
52
- async function onSubmit() {
53
- try {
54
- await inputsValidation.validateInputs(
55
- emailValidation,
56
- inputsValidation.validateEmail,
57
- auth.state.user.email,
58
- 'Некорректный email'
59
- )
60
- await inputsValidation.validateInputs(
61
- passswordValidation,
62
- inputsValidation.validatePassword,
63
- auth.state.user.password,
64
- 'Некорректный пароль'
65
- )
66
- } catch (error) {
67
- throw new Error
68
- }
69
- await auth.actions.login(auth.state.user, tabAuth.value)
70
- }
30
+ import { useRoute } from 'vue-router'
71
31
 
72
- function redirectTo() {
73
- router.push({ name: 'Account' })
74
- }
32
+ const route = useRoute()
75
33
  </script>
@@ -3,10 +3,10 @@
3
3
  <!-- <img loading="lazy" src="@/assets/icons/message1.png" class="i-extra mn-b-small"> -->
4
4
 
5
5
  <h3 class="mn-b-medium">
6
- {{ t('verifyNumberTitle') }}
6
+ {{ t('auth.enterCode.verifyNumberTitle') }}
7
7
  </h3>
8
8
 
9
- <p class="mn-b-big t-transp">{{ t('instructions') }}</p>
9
+ <p class="mn-b-big t-transp">{{ t('auth.enterCode.instructions') }}</p>
10
10
 
11
11
  <div class="w-100 mn-b-big flex-nowrap flex">
12
12
  <input
@@ -49,18 +49,18 @@
49
49
  </div>
50
50
 
51
51
  <a v-if="resendTimer < 1" @click="sendAgain" class="t-blue">
52
- {{ t('resendCode') }}
52
+ {{ t('auth.enterCode.resendCode') }}
53
53
  </a>
54
54
 
55
55
  <span v-else>
56
- {{resendTimer}} {{ t('secondsResend') }}
56
+ {{resendTimer}} {{ t('auth.enterCode.secondsResend') }}
57
57
  </span>
58
58
  </section>
59
59
  </template>
60
60
 
61
61
  <script setup>
62
62
  // Import components
63
- import Field from '@martyrs/src/components/Field/Field.vue'
63
+ import Field from '@martyrs/src/components/Field/Field.vue'
64
64
  // Import libs
65
65
  import { computed,reactive,ref, onMounted, onBeforeMount, watch } from 'vue'
66
66
  import { useRoute,useRouter } from 'vue-router'
@@ -74,11 +74,9 @@
74
74
  const router = useRouter()
75
75
 
76
76
  // Localization
77
- import text from '@martyrs/src/modules/auth/views/localization/EnterCode.json'
78
77
  // Localization
79
78
  const { t } = useI18n({
80
79
  useScope: 'global',
81
- ...text
82
80
  })
83
81
 
84
82
  const state = reactive({
@@ -2,9 +2,9 @@
2
2
  <section class="t-left pd-medium">
3
3
  <!-- Header -->
4
4
  <!-- <img loading="lazy" src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
5
- <h3 class="mn-b-small">{{ t('almostDone') }}</h3>
6
- <p v-if="route.query.method === 'reset-password'" class="mn-b-semi t-transp">{{ t('newPasswordPrompt') }}</p>
7
- <p v-else class="mn-b-semi t-transp">{{ t('registrationPasswordPrompt') }}</p>
5
+ <h3 class="mn-b-small">{{ t('auth.enterPassword.almostDone') }}</h3>
6
+ <p v-if="route.query.method === 'reset-password'" class="mn-b-semi t-transp">{{ t('auth.enterPassword.newPasswordPrompt') }}</p>
7
+ <p v-else class="mn-b-semi t-transp">{{ t('auth.enterPassword.registrationPasswordPrompt') }}</p>
8
8
 
9
9
  <!-- Form -->
10
10
  <div class="mn-b-semi radius-small o-hidden">
@@ -12,13 +12,13 @@
12
12
  v-model:field="auth.state.user.password"
13
13
  type="password"
14
14
  :validation="passswordValidation"
15
- :placeholder="t('passwordPlaceholder')"
15
+ :placeholder="t('auth.enterPassword.passwordPlaceholder')"
16
16
  class="bg-light pd-small radius-small mn-b-thin"
17
17
  />
18
18
  <Field
19
19
  v-model:field="auth.state.user.passwordRepeat"
20
20
  type="password"
21
- :placeholder="t('repeatPasswordPlaceholder')"
21
+ :placeholder="t('auth.enterPassword.repeatPasswordPlaceholder')"
22
22
  class="bg-light pd-small radius-small mn-b-thin"
23
23
  />
24
24
  </div>
@@ -30,8 +30,8 @@
30
30
  </div>
31
31
  <!-- Button -->
32
32
  <Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main mn-b-big">
33
- <span v-if="route.query.method === 'reset-password'">{{ t('changePasswordBtn') }}</span>
34
- <span v-else>{{ t('registerBtn') }}</span>
33
+ <span v-if="route.query.method === 'reset-password'">{{ t('auth.enterPassword.changePasswordBtn') }}</span>
34
+ <span v-else>{{ t('auth.enterPassword.registerBtn') }}</span>
35
35
  </Button>
36
36
  </section>
37
37
  </template>
@@ -51,11 +51,8 @@ import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
51
51
  import * as inputsValidation from '@martyrs/src/modules/auth/views/validations/inputs.validation'
52
52
  const passswordValidation = ref(null)
53
53
  // Localization
54
- import text from '@martyrs/src/modules/auth/views/localization/EnterPassword.json'
55
- // Localization
56
54
  const { t } = useI18n({
57
55
  useScope: 'global',
58
- ...text
59
56
  })
60
57
  // Accessing router
61
58
  const route = useRoute()