@ozdao/martyrs 0.2.483 → 0.2.485

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 (300) hide show
  1. package/dist/{Media-DjnpKS62.cjs → Media-ByPHBvAU.cjs} +1 -1
  2. package/dist/{Media-C57G7rnE.js → Media-DlUBwVWs.js} +1 -1
  3. package/dist/main-137vO86w.cjs +11 -0
  4. package/dist/{main-CXQqAVVb.js → main-CK6rC5Sz.js} +2944 -2599
  5. package/dist/martyrs/src/components/Button/{Button.vue.cjs → Button.vue2.cjs} +2 -2
  6. package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +1 -0
  7. package/dist/martyrs/src/components/Button/{Button.vue.js → Button.vue2.js} +2 -2
  8. package/dist/martyrs/src/components/Button/{Button.vue.cjs.map → Button.vue2.js.map} +1 -1
  9. package/dist/martyrs/src/components/Chips/{Chips.vue.cjs → Chips.vue2.cjs} +2 -2
  10. package/dist/martyrs/src/components/Chips/Chips.vue2.cjs.map +1 -0
  11. package/dist/martyrs/src/components/Chips/{Chips.vue.js → Chips.vue2.js} +2 -2
  12. package/dist/martyrs/src/components/Chips/Chips.vue2.js.map +1 -0
  13. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +31 -11
  14. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +1 -1
  15. package/dist/martyrs/src/components/Feed/Feed.vue.js +48 -28
  16. package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
  17. package/dist/martyrs/src/components/Field/Field.vue.cjs +13 -7
  18. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +1 -1
  19. package/dist/martyrs/src/components/Field/Field.vue.js +14 -8
  20. package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
  21. package/dist/martyrs/src/components/Popup/{Popup.vue.cjs → Popup.vue2.cjs} +2 -2
  22. package/dist/martyrs/src/components/Popup/Popup.vue2.cjs.map +1 -0
  23. package/dist/martyrs/src/components/Popup/{Popup.vue.js → Popup.vue2.js} +2 -2
  24. package/dist/martyrs/src/components/Popup/{Popup.vue.cjs.map → Popup.vue2.js.map} +1 -1
  25. package/dist/martyrs/src/components/Slider/Slider.vue.cjs +21 -24
  26. package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +1 -1
  27. package/dist/martyrs/src/components/Slider/Slider.vue.js +21 -24
  28. package/dist/martyrs/src/components/Slider/Slider.vue.js.map +1 -1
  29. package/dist/martyrs/src/modules/auth/auth.client.cjs +3 -0
  30. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +1 -1
  31. package/dist/martyrs/src/modules/auth/auth.client.js +3 -0
  32. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  33. package/dist/martyrs/src/modules/auth/locales/en.cjs +79 -0
  34. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +1 -0
  35. package/dist/martyrs/src/modules/auth/locales/en.js +79 -0
  36. package/dist/martyrs/src/modules/auth/locales/en.js.map +1 -0
  37. package/dist/martyrs/src/modules/auth/locales/index.cjs +10 -0
  38. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +1 -0
  39. package/dist/martyrs/src/modules/auth/locales/index.js +10 -0
  40. package/dist/martyrs/src/modules/auth/locales/index.js.map +1 -0
  41. package/dist/martyrs/src/modules/auth/locales/ru.cjs +79 -0
  42. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +1 -0
  43. package/dist/martyrs/src/modules/auth/locales/ru.js +79 -0
  44. package/dist/martyrs/src/modules/auth/locales/ru.js.map +1 -0
  45. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +1 -10
  46. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
  47. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +3 -12
  48. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
  49. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +4 -6
  50. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +1 -1
  51. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +4 -6
  52. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js.map +1 -1
  53. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +7 -9
  54. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +1 -1
  55. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +7 -9
  56. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js.map +1 -1
  57. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +1 -1
  58. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
  59. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +1 -1
  60. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
  61. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +1 -1
  62. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
  63. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +1 -1
  64. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +1 -1
  65. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +1 -1
  66. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  67. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +11 -13
  68. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +1 -1
  69. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +11 -13
  70. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +12 -14
  72. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +1 -1
  73. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +12 -14
  74. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
  75. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +11 -13
  76. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +1 -1
  77. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +11 -13
  78. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
  79. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +1 -1
  80. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +1 -1
  81. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +21 -58
  82. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
  83. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +21 -58
  84. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
  85. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
  86. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js +1 -1
  87. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +3 -3
  88. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +3 -3
  89. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +2 -2
  90. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +2 -2
  91. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
  92. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.js +1 -1
  93. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
  94. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
  95. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
  96. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
  97. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +2 -2
  98. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +2 -2
  99. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +2 -2
  100. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +2 -2
  101. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +1 -1
  102. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
  103. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +1 -1
  104. package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +1 -1
  105. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
  106. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
  107. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +3 -3
  108. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
  109. package/dist/martyrs/src/modules/globals/globals.client.cjs +1 -0
  110. package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
  111. package/dist/martyrs/src/modules/globals/globals.client.js +1 -0
  112. package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
  113. package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.cjs +1 -1
  114. package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.js +1 -1
  115. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
  116. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
  117. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.cjs +2 -2
  118. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.js +2 -2
  119. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs +2 -2
  120. package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js +2 -2
  121. package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.cjs +2 -2
  122. package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.js +2 -2
  123. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
  124. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
  125. package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.cjs +1 -1
  126. package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.js +1 -1
  127. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs +183 -0
  128. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs.map +1 -0
  129. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js +183 -0
  130. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js.map +1 -0
  131. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.cjs +67 -0
  132. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.cjs.map +1 -0
  133. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.js +67 -0
  134. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.js.map +1 -0
  135. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.cjs +91 -0
  136. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.cjs.map +1 -0
  137. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.js +91 -0
  138. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.js.map +1 -0
  139. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.cjs +64 -0
  140. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.cjs.map +1 -0
  141. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.js +64 -0
  142. package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.js.map +1 -0
  143. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +49 -0
  144. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +1 -0
  145. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js +49 -0
  146. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js.map +1 -0
  147. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +34 -0
  148. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +1 -0
  149. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js +34 -0
  150. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js.map +1 -0
  151. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +115 -122
  152. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +1 -1
  153. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +163 -170
  154. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
  155. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +1 -1
  156. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +1 -1
  157. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +2 -2
  158. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +2 -2
  159. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
  160. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +1 -1
  161. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +2 -2
  162. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
  163. package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
  164. package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
  165. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +3 -0
  166. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +1 -1
  167. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +3 -0
  168. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
  169. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  170. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  171. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
  172. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
  173. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +2 -2
  174. package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
  175. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  176. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
  177. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
  178. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  179. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
  180. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
  181. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +2 -2
  182. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +2 -2
  183. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  184. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  185. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  186. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  187. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +1 -1
  188. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  189. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +1 -1
  190. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
  191. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +2 -2
  192. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +2 -2
  193. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +1 -1
  194. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js +1 -1
  195. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +1 -1
  196. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +1 -1
  197. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +1 -1
  198. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
  199. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +4 -1
  200. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +1 -1
  201. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +4 -1
  202. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
  203. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.cjs +2 -2
  204. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.js +2 -2
  205. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.cjs +1 -1
  206. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.js +1 -1
  207. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +2 -2
  208. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
  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/sections/EditAttributes.vue.cjs +2 -2
  212. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +2 -2
  213. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +2 -2
  214. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
  215. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +1 -1
  216. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +1 -1
  217. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +1 -1
  218. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +1 -1
  219. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +2 -2
  220. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +2 -2
  221. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +1 -1
  222. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +1 -1
  223. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +1 -1
  224. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -1
  225. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  226. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  227. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +1 -1
  228. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +1 -1
  229. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +2 -2
  230. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  231. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
  232. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js +1 -1
  233. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +1 -1
  234. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
  235. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +2 -2
  236. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +2 -2
  237. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +2 -2
  238. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +2 -2
  239. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +3 -3
  240. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +3 -3
  241. package/dist/martyrs.cjs.js +1 -1
  242. package/dist/martyrs.css +1 -1
  243. package/dist/martyrs.es.js +1 -1
  244. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +1 -1
  245. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  246. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +1 -1
  247. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  248. package/dist/style.css +138 -75
  249. package/package.json +1 -1
  250. package/src/components/Feed/Feed.vue +23 -0
  251. package/src/components/Field/Field.vue +42 -27
  252. package/src/components/Slider/Slider.vue +15 -17
  253. package/src/modules/auth/auth.client.js +7 -0
  254. package/src/modules/auth/locales/en.js +76 -0
  255. package/src/modules/auth/locales/index.js +7 -0
  256. package/src/modules/auth/locales/ru.js +76 -0
  257. package/src/modules/auth/views/components/layouts/Auth.vue +3 -45
  258. package/src/modules/auth/views/components/pages/EnterCode.vue +5 -7
  259. package/src/modules/auth/views/components/pages/EnterPassword.vue +7 -10
  260. package/src/modules/auth/views/components/pages/ResetPassword.vue +9 -12
  261. package/src/modules/auth/views/components/pages/SignIn.vue +12 -15
  262. package/src/modules/auth/views/components/pages/SignUp.vue +9 -12
  263. package/src/modules/auth/views/components/sections/SliderFeatures.vue +28 -53
  264. package/src/modules/globals/globals.client.js +1 -0
  265. package/src/modules/globals/views/components/sections/Filters.vue +198 -0
  266. package/src/modules/globals/views/components/sections/filters/FilterOptions.vue +65 -0
  267. package/src/modules/globals/views/components/sections/filters/FilterPrice.vue +81 -0
  268. package/src/modules/globals/views/components/sections/filters/FilterRange.vue +74 -0
  269. package/src/modules/icons/actions/IconShow.vue +23 -0
  270. package/src/modules/icons/pages/IconsPage.vue +114 -120
  271. package/dist/main-De5X_RUk.cjs +0 -11
  272. package/dist/martyrs/src/components/Button/Button.vue.js.map +0 -1
  273. package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
  274. package/dist/martyrs/src/components/Chips/Chips.vue.js.map +0 -1
  275. package/dist/martyrs/src/components/Popup/Popup.vue.js.map +0 -1
  276. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs +0 -9
  277. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs.map +0 -1
  278. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js +0 -9
  279. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js.map +0 -1
  280. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs +0 -9
  281. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs.map +0 -1
  282. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js +0 -9
  283. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js.map +0 -1
  284. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs +0 -9
  285. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs.map +0 -1
  286. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js +0 -9
  287. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js.map +0 -1
  288. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs +0 -9
  289. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs.map +0 -1
  290. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js +0 -9
  291. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js.map +0 -1
  292. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs +0 -9
  293. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs.map +0 -1
  294. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js +0 -9
  295. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js.map +0 -1
  296. package/src/modules/auth/views/localization/EnterCode.json +0 -16
  297. package/src/modules/auth/views/localization/EnterPassword.json +0 -22
  298. package/src/modules/auth/views/localization/ResetPassword.json +0 -26
  299. package/src/modules/auth/views/localization/SignIn.json +0 -34
  300. package/src/modules/auth/views/localization/SignUp.json +0 -28
@@ -1,4 +1,4 @@
1
- import { a as o, b as t, c as d, d as r, e as l, f as i, g as p, h as u, i as n, j as m, k as M, F as S, l as c, n as F, o as g, L as h, p as b, M as k, q as x, r as B, s as C, t as T, u as U, S as f, v as w, w as D, x as E, y as I, z as L, A as P, B as q, C as y, U as A, D as j, E as v, m as z } from "./main-CXQqAVVb.js";
1
+ import { a as o, b as t, c as d, d as r, e as l, f as i, g as p, h as u, i as n, j as m, k as M, F as S, l as c, n as F, o as g, L as h, p as b, M as k, q as x, r as B, s as C, t as T, u as U, S as f, v as w, w as D, x as E, y as I, z as L, A as P, B as q, C as y, U as A, D as j, E as v, m as z } from "./main-CK6rC5Sz.js";
2
2
  import "vue";
3
3
  export {
4
4
  o as Address,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const utils = require("../../../../../../../_virtual/utils.cjs");
3
+ const utils = require("../../../../../../../_virtual/utils2.cjs");
4
4
  var hasRequiredUtils;
5
5
  function requireUtils() {
6
6
  if (hasRequiredUtils) return utils.__exports;
@@ -1,4 +1,4 @@
1
- import { __exports as utils } from "../../../../../../../_virtual/utils.js";
1
+ import { __exports as utils } from "../../../../../../../_virtual/utils2.js";
2
2
  var hasRequiredUtils;
3
3
  function requireUtils() {
4
4
  if (hasRequiredUtils) return utils;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const utils = require("../../../../../../../_virtual/utils2.cjs");
3
+ const utils = require("../../../../../../../_virtual/utils.cjs");
4
4
  var hasRequiredUtils;
5
5
  function requireUtils() {
6
6
  if (hasRequiredUtils) return utils.__exports;
@@ -1,4 +1,4 @@
1
- import { __exports as utils } from "../../../../../../../_virtual/utils2.js";
1
+ import { __exports as utils } from "../../../../../../../_virtual/utils.js";
2
2
  var hasRequiredUtils;
3
3
  function requireUtils() {
4
4
  if (hasRequiredUtils) return utils;
package/dist/style.css CHANGED
@@ -1,4 +1,68 @@
1
- @charset "UTF-8";.tab-selector {
1
+ @charset "UTF-8";
2
+ .carousel {
3
+ position: relative;
4
+ width: 100%;
5
+ overflow: hidden;
6
+ }
7
+ .carousel__container {
8
+ display: flex;
9
+ scroll-snap-type: x mandatory;
10
+ overflow-x: scroll;
11
+ scrollbar-width: none; /* Firefox */
12
+ -ms-overflow-style: none; /* IE and Edge */
13
+ scroll-behavior: smooth;
14
+ }
15
+ .carousel__container::-webkit-scrollbar {
16
+ display: none; /* Chrome, Safari, Opera */
17
+ }
18
+ .carousel__slide {
19
+ flex: 0 0 100%;
20
+ width: 100%;
21
+ scroll-snap-align: start;
22
+ scroll-snap-stop: always;
23
+ }
24
+
25
+ /* Navigation dots */
26
+ .carousel__dots {
27
+ display: flex;
28
+ justify-content: center;
29
+ gap: 0.5rem;
30
+ margin-top: 1rem;
31
+ }
32
+ .carousel__dot {
33
+ width: 0.625rem;
34
+ height: 0.625rem;
35
+ border-radius: 50%;
36
+ background-color: rgba(0, 0, 0, 0.2);
37
+ border: none;
38
+ padding: 0;
39
+ cursor: pointer;
40
+ transition: background-color 0.3s ease;
41
+ }
42
+ .carousel__dot--active {
43
+ background-color: rgba(0, 0, 0, 0.6);
44
+ }
45
+ .auth_slider .carousel {
46
+ height: 100%;
47
+ }
48
+ .auth_slider .carousel__container {
49
+ height: 100%;
50
+ }
51
+ .parent-div {
52
+ display: flex;
53
+ flex-direction: column;
54
+ height: 100%;
55
+ width: 100%;
56
+ object-fit: contain;
57
+ }
58
+ .background-div {
59
+ background-size: cover;
60
+ background-position: center center;
61
+ background-repeat: no-repeat;
62
+ }
63
+ .background-div {
64
+ flex-grow: 1;
65
+ }.tab-selector {
2
66
  position: absolute;
3
67
  width: 50%;
4
68
  height: 100%;
@@ -7,6 +71,31 @@
7
71
  z-index: 0;
8
72
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
9
73
  }
74
+ input[data-v-a0727209],
75
+ textarea[data-v-a0727209],
76
+ span[data-v-a0727209] {
77
+ line-height: 1;
78
+ color: inherit;
79
+ }
80
+ textarea[data-v-a0727209] {
81
+ resize: none;
82
+ overflow: hidden;
83
+ height: 1rem;
84
+ line-height: 1rem;
85
+ }
86
+ input[type="date"][data-v-a0727209]::-webkit-calendar-picker-indicator,
87
+ input[type="time"][data-v-a0727209]::-webkit-calendar-picker-indicator {
88
+ filter: invert(1);
89
+ opacity: 1;
90
+ color: inherit;
91
+ }
92
+ .cursor-pointer[data-v-a0727209] {
93
+ cursor: pointer;
94
+ }
95
+ .pos-relative[data-v-a0727209] {
96
+ position: relative;
97
+ }
98
+
10
99
  .circular-loader {
11
100
  position: relative;
12
101
  z-index: 50;
@@ -129,76 +218,7 @@ a.button {
129
218
  text-align: center;
130
219
  line-height: 16px;
131
220
  font-size: 10px;
132
- }
133
- .carousel {
134
- position: relative;
135
- width: 100%;
136
- overflow: hidden;
137
- }
138
- .carousel__container {
139
- display: flex;
140
- scroll-snap-type: x mandatory;
141
- overflow-x: scroll;
142
- scrollbar-width: none; /* Firefox */
143
- -ms-overflow-style: none; /* IE and Edge */
144
- scroll-behavior: smooth;
145
- }
146
- .carousel__container::-webkit-scrollbar {
147
- display: none; /* Chrome, Safari, Opera */
148
- }
149
- .carousel__slide {
150
- flex: 0 0 100%;
151
- width: 100%;
152
- scroll-snap-align: start;
153
- scroll-snap-stop: always;
154
- }
155
-
156
- /* Navigation dots */
157
- .carousel__dots {
158
- display: flex;
159
- justify-content: center;
160
- gap: 0.5rem;
161
- margin-top: 1rem;
162
- }
163
- .carousel__dot {
164
- width: 0.625rem;
165
- height: 0.625rem;
166
- border-radius: 50%;
167
- background-color: rgba(0, 0, 0, 0.2);
168
- border: none;
169
- padding: 0;
170
- cursor: pointer;
171
- transition: background-color 0.3s ease;
172
- }
173
- .carousel__dot--active {
174
- background-color: rgba(0, 0, 0, 0.6);
175
- }
176
- .parent-div {
177
- display: flex;
178
- flex-direction: column;
179
- height: 100%;
180
- width: 100%;
181
- }
182
- .background-div {
183
- flex-grow: 1;
184
- }
185
- input[data-v-cf6a6a58], textarea[data-v-cf6a6a58], span[data-v-cf6a6a58] {
186
- line-height: 1;
187
- color: inherit;
188
- }
189
- textarea[data-v-cf6a6a58] {
190
- resize: none;
191
- overflow: hidden;
192
- height: 1rem;
193
- line-height: 1rem;
194
- }
195
- input[type="date"][data-v-cf6a6a58]::-webkit-calendar-picker-indicator,
196
- input[type="time"][data-v-cf6a6a58]::-webkit-calendar-picker-indicator {
197
- filter: invert(1); /* Это инвертирует иконку, подходит при светлом фоне */
198
- opacity: 1;
199
- color: inherit;
200
- }
201
- .slide-fade-enter-active {
221
+ }.slide-fade-enter-active {
202
222
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
203
223
  }
204
224
  .slide-fade-leave-active {
@@ -739,6 +759,49 @@ button[data-v-416842ae]:disabled {
739
759
  overflow: hidden;
740
760
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
741
761
  }
762
+ .range-slider input[type="range"] {
763
+ -webkit-appearance: none;
764
+ appearance: none;
765
+ height: 6px;
766
+ background: var(--color-light);
767
+ border-radius: 3px;
768
+ outline: none;
769
+ }
770
+ .range-slider input[type="range"]::-webkit-slider-thumb {
771
+ -webkit-appearance: none;
772
+ appearance: none;
773
+ width: 18px;
774
+ height: 18px;
775
+ background: var(--color-primary);
776
+ border-radius: 50%;
777
+ cursor: pointer;
778
+ }
779
+ .range-slider input[type="range"]::-moz-range-thumb {
780
+ width: 18px;
781
+ height: 18px;
782
+ background: var(--color-primary);
783
+ border-radius: 50%;
784
+ cursor: pointer;
785
+ border: none;
786
+ }
787
+
788
+ .btn-filter {
789
+ display: flex;
790
+ align-items: center;
791
+ gap: 0.25rem;
792
+ border: none;
793
+ cursor: pointer;
794
+ transition: all 0.2s;
795
+ white-space: nowrap;
796
+ }
797
+ .btn-filter:hover {
798
+ opacity: 0.8;
799
+ }
800
+ .filters-container {
801
+ max-height: 60vh;
802
+ overflow-y: auto;
803
+ }
804
+
742
805
  .feed-move, /* apply transition to moving elements */
743
806
  .feed-enter-active,
744
807
  .feed-leave-active {
@@ -2592,16 +2655,16 @@ to {
2592
2655
  transform: rotate(360deg);
2593
2656
  }
2594
2657
  }
2595
- .h-60[data-v-4b92037a] {
2658
+ .h-60[data-v-e6d7e69a] {
2596
2659
  height: 60%;
2597
2660
  }
2598
- .notification[data-v-4b92037a] {
2661
+ .notification[data-v-e6d7e69a] {
2599
2662
  z-index: 100;
2600
2663
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2601
2664
  transition: all 0.3s ease;
2602
- animation: fadeIn-4b92037a 0.3s;
2665
+ animation: fadeIn-e6d7e69a 0.3s;
2603
2666
  }
2604
- @keyframes fadeIn-4b92037a {
2667
+ @keyframes fadeIn-e6d7e69a {
2605
2668
  from { opacity: 0; transform: translateY(20px);
2606
2669
  }
2607
2670
  to { opacity: 1; transform: translateY(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/martyrs",
3
- "version": "0.2.483",
3
+ "version": "0.2.485",
4
4
  "description": "Fullstack framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -9,6 +9,13 @@
9
9
  :autofocus="search.autofocus"
10
10
  />
11
11
 
12
+ <FiltersBar
13
+ v-if="filter"
14
+ v-model="filter.selected"
15
+ :filters="filterConfig"
16
+ :class="filter.class || 'mobile-only'"
17
+ />
18
+
12
19
  <Dropdown
13
20
  v-if="date"
14
21
  :label="{
@@ -180,6 +187,8 @@ import BlockSearch from '@martyrs/src/modules/globals/views/components/blocks/Bl
180
187
  import BlockSorting from '@martyrs/src/modules/globals/views/components/blocks/BlockSorting.vue'
181
188
  import BlockFilter from '@martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue'
182
189
 
190
+ import FiltersBar from '@martyrs/src/modules/globals/views/components/sections/Filters.vue'
191
+
183
192
  import ButtonSort from '@martyrs/src/modules/globals/views/components/elements/ButtonSort.vue'
184
193
  import ButtonDate from '@martyrs/src/modules/globals/views/components/elements/ButtonDate.vue'
185
194
 
@@ -192,6 +201,20 @@ const filter = defineModel('filter')
192
201
  const date = defineModel('date')
193
202
  const items = defineModel('items')
194
203
 
204
+ const filterConfig = computed(() => {
205
+ if (!filter.value?.options) return []
206
+
207
+ // Преобразуем старый формат в новый
208
+ return filter.value.options.map(opt => ({
209
+ key: opt.value,
210
+ title: opt.title,
211
+ type: 'options', // или другой тип в зависимости от данных
212
+ options: opt.options || [],
213
+ defaultValue: null
214
+ }))
215
+ })
216
+
217
+
195
218
  // Пропсы
196
219
  const props = defineProps({
197
220
  showLoadMore: {
@@ -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,21 +1,19 @@
1
1
  <template>
2
- <div class="pos-relative">
3
- <!-- Native Carousel -->
4
- <div class="carousel" ref="carouselRef">
5
- <div class="carousel__container" @scroll="handleScroll">
6
- <slot></slot>
7
- </div>
8
-
9
- <!-- Navigation Dots (optional) -->
10
- <div class="carousel__dots" v-if="showDots && slideCount > 1">
11
- <button
12
- v-for="index in slideCount"
13
- :key="index - 1"
14
- class="carousel__dot"
15
- :class="{ 'carousel__dot--active': selectedIndex === index - 1 }"
16
- @click="scrollTo(index - 1)"
17
- ></button>
18
- </div>
2
+ <!-- Native Carousel -->
3
+ <div class="carousel" ref="carouselRef">
4
+ <div class="carousel__container" @scroll="handleScroll">
5
+ <slot></slot>
6
+ </div>
7
+
8
+ <!-- Navigation Dots (optional) -->
9
+ <div class="carousel__dots" v-if="showDots && slideCount > 1">
10
+ <button
11
+ v-for="index in slideCount"
12
+ :key="index - 1"
13
+ class="carousel__dot"
14
+ :class="{ 'carousel__dot--active': selectedIndex === index - 1 }"
15
+ @click="scrollTo(index - 1)"
16
+ ></button>
19
17
  </div>
20
18
  </div>
21
19
  </template>
@@ -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
+ };