@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.
- package/dist/{Media-2NvSR0vE.js → Media-CXQSPHt2.js} +1 -1
- package/dist/{Media-EYG9WPI4.cjs → Media-DhpD64nT.cjs} +1 -1
- package/dist/_virtual/index.cjs +4 -4
- package/dist/_virtual/index.js +4 -4
- package/dist/_virtual/index2.cjs +4 -4
- package/dist/_virtual/index2.js +4 -4
- package/dist/auth.server.cjs +2 -23
- package/dist/auth.server.js +1 -22
- package/dist/globals.crud-BQG1Lm0A.js +90 -0
- package/dist/globals.crud-Dv7UXbRM.cjs +89 -0
- package/dist/globals.server.cjs +3 -322
- package/dist/globals.server.js +1 -303
- package/dist/globals.websocket-DzvdIBf6.js +306 -0
- package/dist/globals.websocket-k6_B1T7k.cjs +322 -0
- package/dist/{main-BT1yoKH2.js → main-Cfh5138F.js} +2102 -1993
- package/dist/main-DKJqboZy.cjs +11 -0
- package/dist/martyrs/src/components/Button/{Button.vue2.cjs → Button.vue.cjs} +2 -2
- package/dist/martyrs/src/components/Button/{Button.vue2.js.map → Button.vue.cjs.map} +1 -1
- package/dist/martyrs/src/components/Button/{Button.vue2.js → Button.vue.js} +2 -2
- package/dist/martyrs/src/components/Button/Button.vue.js.map +1 -0
- package/dist/martyrs/src/components/{DatePicker → Calendar}/Calendar.vue.cjs +1 -1
- package/dist/martyrs/src/components/Calendar/Calendar.vue.cjs.map +1 -0
- package/dist/martyrs/src/components/{DatePicker → Calendar}/Calendar.vue.js +1 -1
- package/dist/martyrs/src/components/Calendar/Calendar.vue.js.map +1 -0
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.cjs → Dropdown.vue.cjs} +2 -2
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js.map → Dropdown.vue.cjs.map} +1 -1
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js → Dropdown.vue.js} +2 -2
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -0
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs +2 -2
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +2 -2
- package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
- package/dist/martyrs/src/components/Field/Field.vue.cjs +13 -7
- package/dist/martyrs/src/components/Field/Field.vue.cjs.map +1 -1
- package/dist/martyrs/src/components/Field/Field.vue.js +14 -8
- package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue.cjs +1 -1
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js +1 -1
- package/dist/martyrs/src/components/Popup/{Popup.vue2.cjs → Popup.vue.cjs} +2 -2
- package/dist/martyrs/src/components/Popup/{Popup.vue2.js.map → Popup.vue.cjs.map} +1 -1
- package/dist/martyrs/src/components/Popup/{Popup.vue2.js → Popup.vue.js} +2 -2
- package/dist/martyrs/src/components/Popup/Popup.vue.js.map +1 -0
- package/dist/martyrs/src/modules/auth/auth.client.cjs +3 -0
- package/dist/martyrs/src/modules/auth/auth.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.client.js +3 -0
- package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
- package/dist/martyrs/src/modules/auth/locales/en.cjs +79 -0
- package/dist/martyrs/src/modules/auth/locales/en.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/en.js +79 -0
- package/dist/martyrs/src/modules/auth/locales/en.js.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/index.cjs +10 -0
- package/dist/martyrs/src/modules/auth/locales/index.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/index.js +10 -0
- package/dist/martyrs/src/modules/auth/locales/index.js.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/ru.cjs +79 -0
- package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/ru.js +79 -0
- package/dist/martyrs/src/modules/auth/locales/ru.js.map +1 -0
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +2 -11
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +4 -6
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +4 -6
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +7 -9
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +7 -9
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +12 -14
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +12 -14
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +5 -47
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +5 -47
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +2 -2
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +2 -2
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +3 -3
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +2 -2
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/globals.client.cjs +1 -0
- package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/globals/globals.client.js +1 -0
- package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
- package/dist/martyrs/src/modules/globals/views/classes/globals.i18n.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/classes/globals.i18n.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs +3 -3
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js +3 -3
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js.map +1 -1
- package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js +1 -1
- package/dist/martyrs/src/modules/globals/views/utils/axios-instance.cjs.map +1 -1
- package/dist/martyrs/src/modules/globals/views/utils/axios-instance.js.map +1 -1
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +49 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js +49 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +34 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js +34 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +115 -122
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +163 -170
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +87 -0
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +87 -0
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +83 -0
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js +83 -0
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +83 -0
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js +83 -0
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.cjs +68 -0
- package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.js +68 -0
- package/dist/martyrs/src/modules/music/components/cards/TrackCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +174 -0
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +174 -0
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +80 -0
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js +80 -0
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.cjs +328 -0
- package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.js +328 -0
- package/dist/martyrs/src/modules/music/components/forms/UploadForm.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.cjs +115 -0
- package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.js +115 -0
- package/dist/martyrs/src/modules/music/components/layouts/MusicLayout.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.cjs +44 -0
- package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.js +44 -0
- package/dist/martyrs/src/modules/music/components/lists/AlbumList.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.cjs +305 -0
- package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.js +305 -0
- package/dist/martyrs/src/modules/music/components/lists/ArtistList.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.cjs +44 -0
- package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.js +44 -0
- package/dist/martyrs/src/modules/music/components/lists/PlaylistList.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.cjs +199 -0
- package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.js +199 -0
- package/dist/martyrs/src/modules/music/components/lists/TrackList.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.cjs +290 -0
- package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.js +290 -0
- package/dist/martyrs/src/modules/music/components/pages/AlbumDetail.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.cjs +467 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.js +467 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistDetail.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.cjs +382 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.js +382 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistForm.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.cjs +303 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.js +303 -0
- package/dist/martyrs/src/modules/music/components/pages/ArtistManager.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +221 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js +221 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +200 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js +200 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.cjs +50 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.js +50 -0
- package/dist/martyrs/src/modules/music/components/pages/MusicUpload.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.cjs +556 -0
- package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.js +556 -0
- package/dist/martyrs/src/modules/music/components/pages/PlaylistDetail.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +449 -0
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +449 -0
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.cjs +87 -0
- package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.js +87 -0
- package/dist/martyrs/src/modules/music/components/pages/TrackDetail.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +227 -0
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js +227 -0
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +85 -0
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js +85 -0
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +71 -0
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js +71 -0
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/music.client.cjs +137 -0
- package/dist/martyrs/src/modules/music/music.client.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/music.client.js +137 -0
- package/dist/martyrs/src/modules/music/music.client.js.map +1 -0
- package/dist/martyrs/src/modules/music/router/music.cjs +99 -0
- package/dist/martyrs/src/modules/music/router/music.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/router/music.js +99 -0
- package/dist/martyrs/src/modules/music/router/music.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/albums.cjs +167 -0
- package/dist/martyrs/src/modules/music/store/albums.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/albums.js +167 -0
- package/dist/martyrs/src/modules/music/store/albums.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/artists.cjs +154 -0
- package/dist/martyrs/src/modules/music/store/artists.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/artists.js +154 -0
- package/dist/martyrs/src/modules/music/store/artists.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/player.cjs +297 -0
- package/dist/martyrs/src/modules/music/store/player.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/player.js +297 -0
- package/dist/martyrs/src/modules/music/store/player.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/playlists.cjs +174 -0
- package/dist/martyrs/src/modules/music/store/playlists.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/playlists.js +174 -0
- package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/search.cjs +109 -0
- package/dist/martyrs/src/modules/music/store/search.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/search.js +109 -0
- package/dist/martyrs/src/modules/music/store/search.js.map +1 -0
- package/dist/martyrs/src/modules/music/store/tracks.cjs +180 -0
- package/dist/martyrs/src/modules/music/store/tracks.cjs.map +1 -0
- package/dist/martyrs/src/modules/music/store/tracks.js +180 -0
- package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -0
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +1 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +2 -2
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +2 -2
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +3 -3
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.cjs +3 -3
- package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +2 -2
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +2 -2
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +3 -3
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +3 -3
- package/dist/martyrs.cjs.js +1 -1
- package/dist/martyrs.css +1 -1
- package/dist/martyrs.es.js +38 -36
- package/dist/music.server.cjs +1407 -0
- package/dist/music.server.js +1407 -0
- package/dist/orders.server.cjs +3 -88
- package/dist/orders.server.js +2 -87
- package/dist/socials.schema-BOZV82Mp.js +25 -0
- package/dist/socials.schema-CtpSF9dE.cjs +24 -0
- package/dist/style.css +250 -97
- package/package.json +1 -1
- package/src/.martyrs/filemap.json +2 -2
- package/src/components/Feed/Feed.vue +1 -1
- package/src/components/Field/Field.vue +42 -27
- package/src/components/index.js +2 -0
- package/src/main.js +6 -0
- package/src/modules/auth/auth.client.js +7 -0
- package/src/modules/auth/locales/en.js +76 -0
- package/src/modules/auth/locales/index.js +7 -0
- package/src/modules/auth/locales/ru.js +76 -0
- package/src/modules/auth/views/components/layouts/Auth.vue +2 -44
- package/src/modules/auth/views/components/pages/EnterCode.vue +5 -7
- package/src/modules/auth/views/components/pages/EnterPassword.vue +7 -10
- package/src/modules/auth/views/components/pages/ResetPassword.vue +9 -12
- package/src/modules/auth/views/components/pages/SignIn.vue +12 -15
- package/src/modules/auth/views/components/pages/SignUp.vue +9 -12
- package/src/modules/auth/views/components/sections/SliderFeatures.vue +11 -48
- package/src/modules/events/components/pages/EditEvent.vue +1 -1
- package/src/modules/globals/globals.client.js +1 -0
- package/src/modules/globals/views/components/blocks/PopupDateSelector.vue +1 -1
- package/src/modules/globals/views/utils/axios-instance.js +15 -1
- package/src/modules/icons/actions/IconShow.vue +23 -0
- package/src/modules/icons/pages/IconsPage.vue +114 -120
- package/src/modules/products/components/pages/Product.vue +1 -1
- package/dist/main-rF15sgss.cjs +0 -11
- package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/DatePicker/Calendar.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/DatePicker/Calendar.vue.js.map +0 -1
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Popup/Popup.vue2.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js.map +0 -1
- package/src/modules/auth/views/localization/EnterCode.json +0 -16
- package/src/modules/auth/views/localization/EnterPassword.json +0 -22
- package/src/modules/auth/views/localization/ResetPassword.json +0 -26
- package/src/modules/auth/views/localization/SignIn.json +0 -34
- package/src/modules/auth/views/localization/SignUp.json +0 -28
- /package/src/components/{DatePicker → Calendar}/Calendar.vue +0 -0
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<section class="t-left pd-medium">
|
|
3
3
|
<!-- <img loading="lazy" src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
|
4
4
|
<!-- Header -->
|
|
5
|
-
<h3 class="mn-b-small">{{ t('forgotPasswordTitle') }}</h3>
|
|
6
|
-
<p class="mn-b-small t-transp">{{ t('instructions') }}</p>
|
|
5
|
+
<h3 class="mn-b-small">{{ t('auth.resetPassword.forgotPasswordTitle') }}</h3>
|
|
6
|
+
<p class="mn-b-small t-transp">{{ t('auth.resetPassword.instructions') }}</p>
|
|
7
7
|
|
|
8
8
|
<!-- Select -->
|
|
9
9
|
<div
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<!-- Phone -->
|
|
23
23
|
<transition name="slide-fade">
|
|
24
24
|
<div v-if="tabAuth === 'phone'" class="mn-b-semi radius-small">
|
|
25
|
-
<p class="mn-b-small t-transp">{{ t('smsInfo') }}</p>
|
|
25
|
+
<p class="mn-b-small t-transp">{{ t('auth.resetPassword.smsInfo') }}</p>
|
|
26
26
|
<FieldPhone
|
|
27
27
|
@change="(event) => auth.state.user.phone = event"
|
|
28
28
|
:dropdownOptions="{
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}"
|
|
33
33
|
:validation="phoneValidation"
|
|
34
34
|
mode="national"
|
|
35
|
-
:inputOptions="{placeholder: t('phonePlaceholder')}"
|
|
35
|
+
:inputOptions="{placeholder: t('auth.resetPassword.phonePlaceholder')}"
|
|
36
36
|
class="bg-light h-4r pd-small radius-small mn-b-thin"
|
|
37
37
|
/>
|
|
38
38
|
</div>
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
<!-- Email -->
|
|
41
41
|
<transition name="slide-fade">
|
|
42
42
|
<div v-if="tabAuth === 'email'" class="mn-b-semi radius-small o-hidden">
|
|
43
|
-
<p class="mn-b-small t-transp">{{ t('emailInfo') }}</p>
|
|
43
|
+
<p class="mn-b-small t-transp">{{ t('auth.resetPassword.emailInfo') }}</p>
|
|
44
44
|
<Field
|
|
45
45
|
v-model:field="auth.state.user.email"
|
|
46
|
-
:placeholder="t('emailPlaceholder')"
|
|
46
|
+
:placeholder="t('auth.resetPassword.emailPlaceholder')"
|
|
47
47
|
:validation="emailValidation"
|
|
48
48
|
class="bg-light h-4r pd-medium radius-small"
|
|
49
49
|
/>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</transition>
|
|
52
52
|
</div>
|
|
53
53
|
<!-- Button -->
|
|
54
|
-
<Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main">{{ t('sendCode') }}</Button>
|
|
54
|
+
<Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main">{{ t('auth.resetPassword.sendCode') }}</Button>
|
|
55
55
|
</section>
|
|
56
56
|
</template>
|
|
57
57
|
|
|
@@ -65,8 +65,6 @@ import Button from '@martyrs/src/components/Button/Button.vue'
|
|
|
65
65
|
import { computed, onMounted, ref } from 'vue'
|
|
66
66
|
import { useRoute, useRouter } from 'vue-router'
|
|
67
67
|
import { useI18n } from 'vue-i18n'
|
|
68
|
-
// Localization
|
|
69
|
-
import text from '@martyrs/src/modules/auth/views/localization/ResetPassword.json'
|
|
70
68
|
// Import state
|
|
71
69
|
import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
|
|
72
70
|
import * as twofa from '@martyrs/src/modules/auth/views/store/twofa.js'
|
|
@@ -76,7 +74,6 @@ import * as inputsValidation from '@martyrs/src/modules/auth/views/validations/i
|
|
|
76
74
|
// Localization
|
|
77
75
|
const { t } = useI18n({
|
|
78
76
|
useScope: 'global',
|
|
79
|
-
...text
|
|
80
77
|
})
|
|
81
78
|
// Validation
|
|
82
79
|
const phoneValidation = ref(null)
|
|
@@ -87,8 +84,8 @@ const router = useRouter()
|
|
|
87
84
|
// Accessing state
|
|
88
85
|
const availableTabs = computed(() => {
|
|
89
86
|
const tabs = [
|
|
90
|
-
{ name: t('phone'), value: 'phone' },
|
|
91
|
-
{ name: t('email'), value: 'email' }
|
|
87
|
+
{ name: t('auth.resetPassword.phone'), value: 'phone' },
|
|
88
|
+
{ name: t('auth.resetPassword.email'), value: 'email' }
|
|
92
89
|
];
|
|
93
90
|
return tabs.filter(tab => !globals.state.options.auth.authMethodsExclude.includes(tab.value));
|
|
94
91
|
});
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
<img loading="lazy" :src="'/logo/logo.svg'" class="i-extra radius-small mn-b-small">
|
|
5
5
|
|
|
6
6
|
<h3 class="mn-b-medium">
|
|
7
|
-
{{ t('title') }}
|
|
7
|
+
{{ t('auth.signIn.title') }}
|
|
8
8
|
<br>
|
|
9
|
-
<span class="t-semi">{{ t('subtitle') }}</span>
|
|
9
|
+
<span class="t-semi">{{ t('auth.signIn.subtitle') }}</span>
|
|
10
10
|
</h3>
|
|
11
11
|
|
|
12
12
|
<p class="mn-b-big">
|
|
13
|
-
<router-link :to="{name: 'Sign Up', query: { returnUrl: route.query?.returnUrl}}" class="underline t-second">{{ t('signup') }}</router-link>
|
|
13
|
+
<router-link :to="{name: 'Sign Up', query: { returnUrl: route.query?.returnUrl}}" class="underline t-second">{{ t('auth.signIn.signup') }}</router-link>
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
<!-- Select -->
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
:validCharactersOnly="true"
|
|
41
41
|
:validation="phoneValidation"
|
|
42
42
|
mode="national"
|
|
43
|
-
:inputOptions="{placeholder: t('phonePlaceholder'), type: 'tel'}"
|
|
43
|
+
:inputOptions="{placeholder: t('auth.signIn.phonePlaceholder'), type: 'tel'}"
|
|
44
44
|
class="bg-light h-4r pd-small radius-small mn-b-thin"
|
|
45
45
|
/>
|
|
46
46
|
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div v-show="tabAuth === 'email'" class="mn-b-thin radius-small o-hidden">
|
|
51
51
|
<Field
|
|
52
52
|
v-model:field="auth.state.user.email"
|
|
53
|
-
:placeholder="t('emailPlaceholder')"
|
|
53
|
+
:placeholder="t('auth.signIn.emailPlaceholder')"
|
|
54
54
|
:validation="emailValidation"
|
|
55
55
|
:tabIndex="-1"
|
|
56
56
|
class="bg-light h-4r pd-medium radius-small"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
v-model:field="auth.state.user.password"
|
|
65
65
|
type="password"
|
|
66
66
|
:validation="passswordValidation"
|
|
67
|
-
:placeholder="t('passwordPlaceholder')"
|
|
67
|
+
:placeholder="t('auth.signIn.passwordPlaceholder')"
|
|
68
68
|
class="
|
|
69
69
|
bg-light
|
|
70
70
|
pd-medium
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
:to="{name: 'Reset Password', query: { returnUrl: route.query?.returnUrl}}"
|
|
80
80
|
class="underline d-block t-blue"
|
|
81
81
|
>
|
|
82
|
-
{{ t('forgotPassword') }}
|
|
82
|
+
{{ t('auth.signIn.forgotPassword') }}
|
|
83
83
|
</router-link>
|
|
84
84
|
</div>
|
|
85
85
|
<!-- Button -->
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
:callback="redirectTo"
|
|
89
89
|
class="w-100 bg-main"
|
|
90
90
|
>
|
|
91
|
-
{{ t('signin') }}
|
|
91
|
+
{{ t('auth.signIn.signin') }}
|
|
92
92
|
</Button>
|
|
93
93
|
|
|
94
94
|
<!-- <Button
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
:callback="redirectTo"
|
|
97
97
|
class="mn-b-thin bg-black t-white"
|
|
98
98
|
>
|
|
99
|
-
{{ t('signin_apple') }}
|
|
99
|
+
{{ t('auth.signIn.signin_apple') }}
|
|
100
100
|
</Button> -->
|
|
101
101
|
</section>
|
|
102
102
|
</template>
|
|
@@ -111,8 +111,6 @@ import Button from '@martyrs/src/components/Button/Button.vue'
|
|
|
111
111
|
import { computed, onMounted, ref, inject } from 'vue'
|
|
112
112
|
import { useRoute, useRouter } from 'vue-router'
|
|
113
113
|
import { useI18n } from 'vue-i18n'
|
|
114
|
-
// Import localization
|
|
115
|
-
import text from '@martyrs/src/modules/auth/views/localization/SignIn.json'
|
|
116
114
|
// Import state
|
|
117
115
|
import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
|
|
118
116
|
import * as globals from '@martyrs/src/modules/globals/views/store/globals.js'
|
|
@@ -127,14 +125,13 @@ const route = useRoute()
|
|
|
127
125
|
const router = useRouter()
|
|
128
126
|
// Localization
|
|
129
127
|
const { t } = useI18n({
|
|
130
|
-
useScope: 'global'
|
|
131
|
-
...text
|
|
128
|
+
useScope: 'global'
|
|
132
129
|
})
|
|
133
130
|
// Accessing state
|
|
134
131
|
const availableTabs = computed(() => {
|
|
135
132
|
const tabs = [
|
|
136
|
-
{ name: t('phone'), value: 'phone' },
|
|
137
|
-
{ name: t('email'), value: 'email' }
|
|
133
|
+
{ name: t('auth.signIn.phone'), value: 'phone' },
|
|
134
|
+
{ name: t('auth.signIn.email'), value: 'email' }
|
|
138
135
|
];
|
|
139
136
|
return tabs.filter(tab => !globals.state.options.auth.authMethodsExclude.includes(tab.value));
|
|
140
137
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<section class="t-left pd-medium">
|
|
3
3
|
<!-- Header -->
|
|
4
4
|
<!-- <img loading="lazy" src="@/assets/images/logo.svg" class="i-extra mn-b-small"> -->
|
|
5
|
-
<h3 class="mn-b-small">{{t('title')}}</h3>
|
|
5
|
+
<h3 class="mn-b-small">{{t('auth.signUp.title')}}</h3>
|
|
6
6
|
|
|
7
7
|
<!-- Select -->
|
|
8
8
|
<div
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<!-- Phone -->
|
|
22
22
|
<transition name="slide-fade">
|
|
23
23
|
<div v-show="tabAuth === 'phone'" class="mn-b-semi radius-small">
|
|
24
|
-
<p class="mn-b-small t-transp">{{t('smsNotice')}}</p>
|
|
24
|
+
<p class="mn-b-small t-transp">{{t('auth.signUp.smsNotice')}}</p>
|
|
25
25
|
<FieldPhone
|
|
26
26
|
@change="(event) => auth.state.user.phone = event"
|
|
27
27
|
:dropdownOptions="{
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}"
|
|
32
32
|
:validation="phoneValidation"
|
|
33
33
|
mode="national"
|
|
34
|
-
:inputOptions="{placeholder: t('phonePlaceholder')}"
|
|
34
|
+
:inputOptions="{placeholder: t('auth.signUp.phonePlaceholder')}"
|
|
35
35
|
class="bg-light h-4r pd-small radius-small mn-b-thin"
|
|
36
36
|
/>
|
|
37
37
|
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
</transition>
|
|
40
40
|
<transition name="slide-fade">
|
|
41
41
|
<div v-show="tabAuth === 'email'" class="mn-b-semi radius-small o-hidden">
|
|
42
|
-
<p class="mn-b-small t-transp">{{t('emailNotice')}}</p>
|
|
42
|
+
<p class="mn-b-small t-transp">{{t('auth.signUp.emailNotice')}}</p>
|
|
43
43
|
<Field
|
|
44
44
|
v-model:field="auth.state.user.email"
|
|
45
|
-
:placeholder="t('emailPlaceholder')"
|
|
45
|
+
:placeholder="t('auth.signUp.emailPlaceholder')"
|
|
46
46
|
:validation="emailValidation"
|
|
47
47
|
class="bg-light h-4r pd-medium radius-small"
|
|
48
48
|
/>
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
</div>
|
|
52
52
|
|
|
53
53
|
<!-- Button -->
|
|
54
|
-
<Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main mn-b-big">{{t('sendCode')}}</Button>
|
|
54
|
+
<Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main mn-b-big">{{t('auth.signUp.sendCode')}}</Button>
|
|
55
55
|
|
|
56
56
|
<!-- Links -->
|
|
57
57
|
<div class="w-100">
|
|
58
|
-
<router-link :to="{name: 'Sign In', query: { returnUrl: route.query.returnUrl}}" class="underline mn-b-medium d-block t-blue">{{t('haveAccount')}}</router-link>
|
|
58
|
+
<router-link :to="{name: 'Sign In', query: { returnUrl: route.query.returnUrl}}" class="underline mn-b-medium d-block t-blue">{{t('auth.signUp.haveAccount')}}</router-link>
|
|
59
59
|
</div>
|
|
60
60
|
|
|
61
61
|
</section>
|
|
@@ -71,8 +71,6 @@
|
|
|
71
71
|
import { computed, onMounted, ref } from 'vue'
|
|
72
72
|
import { useRoute, useRouter } from 'vue-router'
|
|
73
73
|
import { useI18n } from 'vue-i18n'
|
|
74
|
-
// Import localization
|
|
75
|
-
import text from '@martyrs/src/modules/auth/views/localization/SignUp.json'
|
|
76
74
|
// Import state
|
|
77
75
|
import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
|
|
78
76
|
import * as twofa from '@martyrs/src/modules/auth/views/store/twofa.js'
|
|
@@ -82,7 +80,6 @@
|
|
|
82
80
|
// Localization
|
|
83
81
|
const { t } = useI18n({
|
|
84
82
|
useScope: 'global',
|
|
85
|
-
...text
|
|
86
83
|
})
|
|
87
84
|
// Validation
|
|
88
85
|
const phoneValidation = ref(null)
|
|
@@ -94,8 +91,8 @@
|
|
|
94
91
|
// Accessing state
|
|
95
92
|
const availableTabs = computed(() => {
|
|
96
93
|
const tabs = [
|
|
97
|
-
{ name: t('phone'), value: 'phone' },
|
|
98
|
-
{ name: t('email'), value: 'email' }
|
|
94
|
+
{ name: t('auth.signUp.phone'), value: 'phone' },
|
|
95
|
+
{ name: t('auth.signUp.email'), value: 'email' }
|
|
99
96
|
];
|
|
100
97
|
return tabs.filter(tab => !globals.state.options.auth.authMethodsExclude.includes(tab.value));
|
|
101
98
|
});
|
|
@@ -4,60 +4,17 @@ import { useI18n } from 'vue-i18n'
|
|
|
4
4
|
|
|
5
5
|
import Slider from '@martyrs/src/components/Slider/Slider.vue'
|
|
6
6
|
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
title: "What's the Weeder Token, Dude?",
|
|
13
|
-
description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
title: "Light Up and Level Up",
|
|
17
|
-
description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man.",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
title: "Hang Ten with Our Community",
|
|
21
|
-
description: "Find the dopest strains and start floating on cloud 9 with us!",
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
title: "Shop 'Til You Drop... Into Your Couch",
|
|
25
|
-
description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!",
|
|
26
|
-
},
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
ru: {
|
|
30
|
-
features: [
|
|
31
|
-
{
|
|
32
|
-
title: "Что такое токен Weeder, Бро?",
|
|
33
|
-
description: "WDT - это как основа нашего крутого сообщества. Это деньги, это власть, это инвестиции. Круто, а?",
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
title: "Зажигай и Развивайся",
|
|
37
|
-
description: "Закажи шмали, курни и зарабатывай токены Weeder. Чем больше курнешь, тем больше кэша у тебя в кармане, чувак.",
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
title: "Веселись с Нашим Сообществом",
|
|
41
|
-
description: "Найди самые крутые сорта и начни шмалить на девятом облаке вместе с нами.",
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
title: "Покупайте, Когда Накурились",
|
|
45
|
-
description: "Закажи премиумную бошку и крутые аксессуары за пару кликов, чувак. Прямо к твоей двери!",
|
|
46
|
-
},
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
const { tm } = useI18n(text)
|
|
53
|
-
const features = computed(() => tm('features'))
|
|
7
|
+
const { tm } = useI18n({
|
|
8
|
+
useScope: 'global'
|
|
9
|
+
})
|
|
10
|
+
const features = computed(() => tm('auth.features'))
|
|
54
11
|
</script>
|
|
55
12
|
|
|
56
13
|
<template>
|
|
57
14
|
<Slider :showDots="true" :slideCount="features.length" class="auth_slider h-100">
|
|
58
15
|
<div class="carousel__slide" v-for="(feature, index) in features" :key="index">
|
|
59
16
|
<div class="parent-div flex flex-h-center" >
|
|
60
|
-
<div class="background-div" :style="`background-image: url(/features/${index}.png)
|
|
17
|
+
<div class="background-div" :style="`background-image: url(/features/${index}.png);`"></div>
|
|
61
18
|
<div class="pd-big">
|
|
62
19
|
<h5 class="t-center w-100 mn-b-regular">{{ feature.title }}</h5>
|
|
63
20
|
<p class='t-center t-transp w-100'>{{ feature.description }}</p>
|
|
@@ -84,6 +41,12 @@ const features = computed(() => tm('features'))
|
|
|
84
41
|
object-fit: contain;
|
|
85
42
|
}
|
|
86
43
|
|
|
44
|
+
.background-div {
|
|
45
|
+
background-size:cover;
|
|
46
|
+
background-position: center center;
|
|
47
|
+
background-repeat: no-repeat;
|
|
48
|
+
}
|
|
49
|
+
|
|
87
50
|
.background-div {
|
|
88
51
|
flex-grow: 1; // Занимает все оставшееся пространство
|
|
89
52
|
}
|
|
@@ -174,7 +174,7 @@ import '@vuepic/vue-datepicker/dist/main.css'
|
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
import Calendar from '@martyrs/src/components/
|
|
177
|
+
import Calendar from '@martyrs/src/components/Calendar/Calendar.vue'
|
|
178
178
|
|
|
179
179
|
import Block from '@martyrs/src/components/Block/Block.vue';
|
|
180
180
|
import Popup from '@martyrs/src/components/Popup/Popup.vue';
|
|
@@ -53,7 +53,7 @@ import { ref, computed, watch, onMounted } from 'vue'
|
|
|
53
53
|
import { useI18n } from 'vue-i18n'
|
|
54
54
|
import Popup from '@martyrs/src/components/Popup/Popup.vue'
|
|
55
55
|
import Loader from '@martyrs/src/components/Loader/Loader.vue'
|
|
56
|
-
import Calendar from '@martyrs/src/components/
|
|
56
|
+
import Calendar from '@martyrs/src/components/Calendar/Calendar.vue'
|
|
57
57
|
import Button from '@martyrs/src/components/Button/Button.vue'
|
|
58
58
|
import IconShopcartAdd from '@martyrs/src/modules/icons/actions/IconShopcartAdd.vue'
|
|
59
59
|
import PriceTotal from '@martyrs/src/modules/orders/components/elements/PriceTotal.vue'
|
|
@@ -15,4 +15,18 @@ export function setAuthToken(token) {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
// Функция для получения текущего базового URL
|
|
19
|
+
export function getBaseURL() {
|
|
20
|
+
return $axios.defaults.baseURL;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// Функция для изменения базового URL
|
|
24
|
+
export function setBaseURL(url) {
|
|
25
|
+
$axios.defaults.baseURL = url;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export function resetBaseURL() {
|
|
29
|
+
$axios.defaults.baseURL = process.env.API_URL;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default $axios;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path v-if="!show" :fill="fill" d="M27.8966 14.6499C28.069 14.4351 28.149 14.1606 28.119 13.8868C28.089 13.613 27.9514 13.3623 27.7366 13.1899C27.5218 13.0175 27.2473 12.9375 26.9735 12.9675C26.6997 12.9976 26.449 13.1351 26.2766 13.3499C26.2166 13.4199 20.0866 20.9999 14.0866 20.9999C8.0866 20.9999 1.9566 13.4199 1.8966 13.3399C1.72155 13.1251 1.46834 12.9886 1.19266 12.9605C0.916983 12.9323 0.641421 13.0149 0.426596 13.1899C0.21177 13.365 0.0752793 13.6182 0.0471489 13.8939C0.0190184 14.1695 0.101553 14.4451 0.276596 14.6599C1.47736 16.0751 2.79537 17.3864 4.2166 18.5799L1.8266 21.9999C1.68609 22.2164 1.63469 22.4787 1.68314 22.7322C1.7316 22.9857 1.87616 23.2106 2.0866 23.3599C2.25126 23.4817 2.45186 23.545 2.6566 23.5399C2.81694 23.5408 2.97513 23.5031 3.11784 23.43C3.26056 23.3569 3.3836 23.2505 3.4766 23.1199L5.8066 19.8099C6.77202 20.5237 7.79947 21.1495 8.8766 21.6799L7.0866 25.2999C7.02857 25.4181 6.99444 25.5465 6.98617 25.6779C6.97789 25.8092 6.99563 25.9409 7.03837 26.0654C7.0811 26.1899 7.148 26.3048 7.23521 26.4033C7.32242 26.5019 7.42824 26.5823 7.5466 26.6399C7.78295 26.7547 8.05497 26.7718 8.30385 26.6876C8.55273 26.6034 8.75847 26.4246 8.8766 26.1899L10.7166 22.4399C11.4847 22.7094 12.2791 22.8971 13.0866 22.9999V26.9999C13.0866 27.2651 13.192 27.5195 13.3795 27.707C13.567 27.8946 13.8214 27.9999 14.0866 27.9999C14.3518 27.9999 14.6062 27.8946 14.7937 27.707C14.9812 27.5195 15.0866 27.2651 15.0866 26.9999V22.9999C15.8928 22.9113 16.6873 22.737 17.4566 22.4799L19.2966 26.2199C19.4147 26.4546 19.6205 26.6334 19.8693 26.7176C20.1182 26.8018 20.3902 26.7847 20.6266 26.6699C20.7488 26.6125 20.8581 26.5309 20.948 26.43C21.0378 26.3292 21.1063 26.2112 21.1493 26.0832C21.1922 25.9552 21.2088 25.8198 21.1981 25.6851C21.1873 25.5505 21.1494 25.4195 21.0866 25.2999L19.3166 21.6999C20.3957 21.1673 21.4262 20.5416 22.3966 19.8299L24.7066 23.1199C24.7996 23.2505 24.9226 23.3569 25.0653 23.43C25.2081 23.5031 25.3663 23.5408 25.5266 23.5399C25.7313 23.545 25.9319 23.4817 26.0966 23.3599C26.3054 23.2091 26.448 22.9835 26.4945 22.7301C26.5411 22.4767 26.4881 22.2152 26.3466 21.9999L23.9666 18.6199C25.3931 17.4172 26.7084 16.0885 27.8966 14.6499Z"/>
|
|
4
|
+
<path v-if="show" :fill="fill" d="M27.9166 13.37C27.6466 13 21.3666 5 14.0866 5C7.16657 5 0.556574 13 0.276574 13.34C0.12558 13.5268 0.0432129 13.7598 0.0432129 14C0.0432129 14.2402 0.12558 14.4732 0.276574 14.66C0.556574 15 7.16657 23 14.0866 23C21.0066 23 27.6266 15 27.8966 14.61C28.039 14.4357 28.1184 14.2185 28.122 13.9935C28.1256 13.7685 28.0533 13.5488 27.9166 13.37ZM14.0866 21C9.20657 21 4.13657 15.89 2.46657 14C4.13657 12.15 9.20657 7 14.0866 7C19.2366 7 24.1366 12.11 25.7266 14C24.0866 15.82 19.0866 21 14.0866 21Z"/>
|
|
5
|
+
<path v-if="show" :fill="fill" d="M14.0867 9C13.0978 9 12.1311 9.29325 11.3088 9.84265C10.4866 10.3921 9.84571 11.173 9.46727 12.0866C9.08884 13.0002 8.98982 14.0055 9.18275 14.9755C9.37567 15.9454 9.85188 16.8363 10.5511 17.5355C11.2504 18.2348 12.1413 18.711 13.1112 18.9039C14.0811 19.0969 15.0865 18.9978 16.0001 18.6194C16.9137 18.241 17.6946 17.6001 18.244 16.7779C18.7934 15.9556 19.0867 14.9889 19.0867 14C19.0867 12.6739 18.5599 11.4021 17.6222 10.4645C16.6845 9.52678 15.4128 9 14.0867 9ZM14.0867 17C13.4933 17 12.9133 16.8241 12.42 16.4944C11.9266 16.1648 11.5421 15.6962 11.315 15.1481C11.088 14.5999 11.0286 13.9967 11.1443 13.4147C11.2601 12.8328 11.5458 12.2982 11.9654 11.8787C12.3849 11.4591 12.9195 11.1734 13.5014 11.0576C14.0833 10.9419 14.6865 11.0013 15.2347 11.2284C15.7829 11.4554 16.2514 11.8399 16.5811 12.3333C16.9107 12.8266 17.0867 13.4067 17.0867 14C17.0867 14.7956 16.7706 15.5587 16.208 16.1213C15.6454 16.6839 14.8823 17 14.0867 17Z"/>
|
|
6
|
+
</svg>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
<script setup>
|
|
13
|
+
const props = defineProps({
|
|
14
|
+
fill: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: 'rgb(var(--black))'
|
|
17
|
+
},
|
|
18
|
+
show: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: false
|
|
21
|
+
}
|
|
22
|
+
})
|
|
23
|
+
</script>
|