@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
|
@@ -1096,8 +1096,8 @@
|
|
|
1096
1096
|
"hash": "17654329cb0ff87efecf8973a808c98124e3f1dc99f3141b8fe8c5b33b494fee"
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
|
-
"path": "/Users/magicofoz/Development/OZDAO/ozdao.dev/app/martyrs/src/components/
|
|
1100
|
-
"relativePath": "components/
|
|
1099
|
+
"path": "/Users/magicofoz/Development/OZDAO/ozdao.dev/app/martyrs/src/components/Calendar/Calendar.vue",
|
|
1100
|
+
"relativePath": "components/Calendar/Calendar.vue",
|
|
1101
1101
|
"extension": ".vue",
|
|
1102
1102
|
"size": 15481,
|
|
1103
1103
|
"modified": "2025-03-10T11:29:12.667Z",
|
|
@@ -180,7 +180,7 @@ import Loader from '@martyrs/src/components/Loader/Loader.vue';
|
|
|
180
180
|
import Skeleton from '@martyrs/src/components/Skeleton/Skeleton.vue';
|
|
181
181
|
import EmptyState from '@martyrs/src/components/EmptyState/EmptyState.vue';
|
|
182
182
|
import Dropdown from "@martyrs/src/components/Dropdown/Dropdown.vue";
|
|
183
|
-
import Calendar from '@martyrs/src/components/
|
|
183
|
+
import Calendar from '@martyrs/src/components/Calendar/Calendar.vue'
|
|
184
184
|
import BottomSheet from '@martyrs/src/components/BottomSheet/BottomSheet.vue';
|
|
185
185
|
|
|
186
186
|
import BlockSearch from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue'
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { ref, onMounted, nextTick, watch } from 'vue'
|
|
3
|
+
import IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';
|
|
4
|
+
|
|
3
5
|
const emit = defineEmits(['update:field', 'focus', 'blur']);
|
|
6
|
+
|
|
4
7
|
const props = defineProps({
|
|
5
8
|
label: null,
|
|
6
9
|
symbol: null,
|
|
@@ -13,26 +16,23 @@ const props = defineProps({
|
|
|
13
16
|
tabindex: -1,
|
|
14
17
|
autofocus: false
|
|
15
18
|
});
|
|
19
|
+
|
|
16
20
|
if (props.value) {
|
|
17
21
|
emit('update:field', props.value)
|
|
18
22
|
}
|
|
23
|
+
|
|
19
24
|
const textarea = ref(null);
|
|
20
25
|
const input = ref(null);
|
|
26
|
+
const showPassword = ref(false);
|
|
21
27
|
|
|
22
28
|
function resize() {
|
|
23
29
|
if (!textarea.value) {
|
|
24
30
|
textarea.value.style.height = '';
|
|
25
31
|
return;
|
|
26
32
|
}
|
|
27
|
-
|
|
28
33
|
const el = textarea.value;
|
|
29
|
-
|
|
30
|
-
// Сначала сбрасываем высоту для правильного расчета scrollHeight
|
|
31
34
|
el.style.height = '';
|
|
32
|
-
|
|
33
35
|
const scrollHeight = el.scrollHeight;
|
|
34
|
-
|
|
35
|
-
// Теперь устанавливаем высоту на основе scrollHeight
|
|
36
36
|
if (scrollHeight > 33) {
|
|
37
37
|
el.style.height = scrollHeight + 'px';
|
|
38
38
|
} else {
|
|
@@ -40,7 +40,6 @@ function resize() {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
|
|
44
43
|
function focus() {
|
|
45
44
|
if (props.autofocus) {
|
|
46
45
|
if (props.type === 'textarea' && textarea.value) {
|
|
@@ -51,14 +50,12 @@ function focus() {
|
|
|
51
50
|
}
|
|
52
51
|
}
|
|
53
52
|
|
|
54
|
-
// Следим за изменениями поля
|
|
55
53
|
watch(() => props.field, () => {
|
|
56
54
|
if (props.type === 'textarea') {
|
|
57
55
|
nextTick(resize);
|
|
58
56
|
}
|
|
59
57
|
});
|
|
60
58
|
|
|
61
|
-
// Autofocus
|
|
62
59
|
watch(() => props.autofocus, (newVal) => {
|
|
63
60
|
if (newVal) {
|
|
64
61
|
nextTick(focus);
|
|
@@ -72,32 +69,31 @@ onMounted(() => {
|
|
|
72
69
|
|
|
73
70
|
const text = ref(props.field);
|
|
74
71
|
</script>
|
|
72
|
+
|
|
75
73
|
<template>
|
|
76
|
-
<div
|
|
74
|
+
<div
|
|
77
75
|
:class="[
|
|
78
|
-
$attrs.class,
|
|
79
|
-
{
|
|
80
|
-
|
|
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,
|
|
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>
|
package/src/components/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as Address } from './Address/Address.vue';
|
|
2
2
|
export { default as Button } from './Button/Button.vue';
|
|
3
3
|
export { default as Checkbox } from './Checkbox/Checkbox.vue';
|
|
4
|
+
export { default as Calendar } from './Calendar/Calendar.vue';
|
|
4
5
|
export { default as Dropdown } from './Dropdown/Dropdown.vue';
|
|
5
6
|
export { default as Error } from './Error/Error.vue';
|
|
6
7
|
export { default as Field } from './Field/Field.vue';
|
|
@@ -28,6 +29,7 @@ export { default as Countdown } from './Countdown/Countdown.vue';
|
|
|
28
29
|
export { default as DatePicker } from './DatePicker/DatePicker.vue';
|
|
29
30
|
export { default as EmptyState } from './EmptyState/EmptyState.vue';
|
|
30
31
|
export { default as Feed } from './Feed/Feed.vue';
|
|
32
|
+
export { default as Carousel } from './Feed/Carousel.vue';
|
|
31
33
|
export { default as FieldBig } from './FieldBig/FieldBig.vue';
|
|
32
34
|
export { default as FieldTags } from './FieldTags/FieldTags.vue';
|
|
33
35
|
// export { default as Footer } from './Footer/Footer.vue';
|
package/src/main.js
CHANGED
|
@@ -7,11 +7,13 @@ import {
|
|
|
7
7
|
Checkbox,
|
|
8
8
|
Chips,
|
|
9
9
|
Countdown,
|
|
10
|
+
Calendar,
|
|
10
11
|
DatePicker,
|
|
11
12
|
Dropdown,
|
|
12
13
|
EmptyState,
|
|
13
14
|
Error,
|
|
14
15
|
Feed,
|
|
16
|
+
Carousel,
|
|
15
17
|
Field,
|
|
16
18
|
FieldBig,
|
|
17
19
|
FieldPhone,
|
|
@@ -47,6 +49,7 @@ export default {
|
|
|
47
49
|
app.component('Address', () => import('./components/Address/Address.vue'));
|
|
48
50
|
app.component('Button', () => import('./components/Button/Button.vue'));
|
|
49
51
|
app.component('Checkbox', () => import('./components/Checkbox/Checkbox.vue'));
|
|
52
|
+
app.component('Calendar', () => import('./components/Calendar/Calendar.vue'));
|
|
50
53
|
app.component('Dropdown', () => import('./components/Dropdown/Dropdown.vue'));
|
|
51
54
|
app.component('Error', () => import('./components/Error/Error.vue'));
|
|
52
55
|
app.component('Field', () => import('./components/Field/Field.vue'));
|
|
@@ -72,6 +75,7 @@ export default {
|
|
|
72
75
|
app.component('DatePicker', () => import('./components/DatePicker/DatePicker.vue'));
|
|
73
76
|
app.component('EmptyState', () => import('./components/EmptyState/EmptyState.vue'));
|
|
74
77
|
app.component('Feed', () => import('./components/Feed/Feed.vue'));
|
|
78
|
+
app.component('Carousel', () => import('./components/Feed/Carousel.vue'));
|
|
75
79
|
app.component('FieldBig', () => import('./components/FieldBig/FieldBig.vue'));
|
|
76
80
|
app.component('FieldTags', () => import('./components/FieldTags/FieldTags.vue'));
|
|
77
81
|
// app.component('Footer', () => import('./components/Footer/Footer.vue'));
|
|
@@ -91,6 +95,7 @@ export {
|
|
|
91
95
|
Address,
|
|
92
96
|
Breadcrumbs,
|
|
93
97
|
Button,
|
|
98
|
+
Calendar,
|
|
94
99
|
Checkbox,
|
|
95
100
|
Chips,
|
|
96
101
|
Countdown,
|
|
@@ -99,6 +104,7 @@ export {
|
|
|
99
104
|
EmptyState,
|
|
100
105
|
Error,
|
|
101
106
|
Feed,
|
|
107
|
+
Carousel,
|
|
102
108
|
Field,
|
|
103
109
|
FieldBig,
|
|
104
110
|
FieldPhone,
|
|
@@ -21,14 +21,21 @@ import ResetPassword from './views/components/pages/ResetPassword.vue';
|
|
|
21
21
|
import SignIn from './views/components/pages/SignIn.vue';
|
|
22
22
|
import SignUp from './views/components/pages/SignUp.vue';
|
|
23
23
|
|
|
24
|
+
|
|
24
25
|
// Importing sections components
|
|
25
26
|
import FeaturedUsers from './views/components/sections/FeaturedUsers.vue';
|
|
26
27
|
import SliderFeatures from './views/components/sections/SliderFeatures.vue';
|
|
27
28
|
|
|
29
|
+
import { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';
|
|
30
|
+
|
|
31
|
+
import locales from './locales/index.js';
|
|
32
|
+
|
|
28
33
|
// Пример функции инициализации для модуля аутентификации
|
|
29
34
|
function initializeAuth(app, store, router, options = {}) {
|
|
30
35
|
const route = options.route || 'Home';
|
|
31
36
|
|
|
37
|
+
i18nManager.register('auth', locales);
|
|
38
|
+
|
|
32
39
|
router.addRoute(route, routerAuth);
|
|
33
40
|
router.addRoute(route, routerUsers);
|
|
34
41
|
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// @martyrs/src/modules/auth/locales/en.js
|
|
2
|
+
export default {
|
|
3
|
+
auth: {
|
|
4
|
+
signIn: {
|
|
5
|
+
title: "Welcome to OZ DAO,",
|
|
6
|
+
subtitle: "Sign In to Continue",
|
|
7
|
+
signup: "Don't have an account?",
|
|
8
|
+
phone: "Phone",
|
|
9
|
+
email: "Email",
|
|
10
|
+
phonePlaceholder: "Enter your phone",
|
|
11
|
+
emailPlaceholder: "Enter your email",
|
|
12
|
+
haveAccount: "Don't have an account? Sign Up",
|
|
13
|
+
passwordPlaceholder: "Enter your password",
|
|
14
|
+
forgotPassword: "Forgot Password?",
|
|
15
|
+
signin: "Sign In",
|
|
16
|
+
signin_apple: "Sign In with Apple",
|
|
17
|
+
soon: "SOON"
|
|
18
|
+
},
|
|
19
|
+
signUp: {
|
|
20
|
+
title: "Sign Up",
|
|
21
|
+
description: "Choose a convenient way to register via phone or email:",
|
|
22
|
+
phone: "Phone",
|
|
23
|
+
email: "Email",
|
|
24
|
+
phonePlaceholder: "Enter your phone",
|
|
25
|
+
emailPlaceholder: "Enter your email",
|
|
26
|
+
emailNotice: "We will send you an email with a confirmation code that you will need to enter in the next step.",
|
|
27
|
+
smsNotice: "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
|
|
28
|
+
sendCode: "Send Code",
|
|
29
|
+
haveAccount: "Already have an account?"
|
|
30
|
+
},
|
|
31
|
+
enterCode: {
|
|
32
|
+
verifyNumberTitle: "Verify Number",
|
|
33
|
+
instructions: "We have sent a registration code to your phone number. Please enter it in the field below:",
|
|
34
|
+
resendCode: "Send the code again",
|
|
35
|
+
secondsResend: "seconds to the possibility of sending the code again."
|
|
36
|
+
},
|
|
37
|
+
resetPassword: {
|
|
38
|
+
forgotPasswordTitle: "Forgot Password?",
|
|
39
|
+
instructions: "To reset your password, specify the phone or email used during registration.",
|
|
40
|
+
smsInfo: "We will send you an SMS with a confirmation code to reset your password, which you will need to enter in the next step.",
|
|
41
|
+
emailInfo: "We will send you an email with a confirmation code to reset your password, which you will need to enter in the next step.",
|
|
42
|
+
phone: "Phone",
|
|
43
|
+
email: "Email",
|
|
44
|
+
phonePlaceholder: "Enter your phone",
|
|
45
|
+
emailPlaceholder: "Enter your email",
|
|
46
|
+
sendCode: "Send code"
|
|
47
|
+
},
|
|
48
|
+
enterPassword: {
|
|
49
|
+
almostDone: "Almost there!",
|
|
50
|
+
newPasswordPrompt: "Please, set a new password.",
|
|
51
|
+
registrationPasswordPrompt: "Please, set your password to complete the registration.",
|
|
52
|
+
passwordPlaceholder: "Password",
|
|
53
|
+
repeatPasswordPlaceholder: "Repeat Password",
|
|
54
|
+
changePasswordBtn: "Change Password",
|
|
55
|
+
registerBtn: "Register"
|
|
56
|
+
},
|
|
57
|
+
features: [
|
|
58
|
+
{
|
|
59
|
+
title: "What's the Weeder Token, Dude?",
|
|
60
|
+
description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
title: "Light Up and Level Up",
|
|
64
|
+
description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: "Hang Ten with Our Community",
|
|
68
|
+
description: "Find the dopest strains and start floating on cloud 9 with us!"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
title: "Shop 'Til You Drop... Into Your Couch",
|
|
72
|
+
description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// @martyrs/src/modules/auth/locales/ru.js
|
|
2
|
+
export default {
|
|
3
|
+
auth: {
|
|
4
|
+
signIn: {
|
|
5
|
+
title: "Приветствуем вас,",
|
|
6
|
+
subtitle: "Войдите для продолжения",
|
|
7
|
+
signup: "Нет аккаунта?",
|
|
8
|
+
phone: "Телефон",
|
|
9
|
+
email: "Email",
|
|
10
|
+
phonePlaceholder: "Введите ваш телефон",
|
|
11
|
+
emailPlaceholder: "Введите ваш email",
|
|
12
|
+
haveAccount: "Нет аккаунта? Зарегистрироваться",
|
|
13
|
+
passwordPlaceholder: "Введите ваш пароль",
|
|
14
|
+
forgotPassword: "Забыли пароль?",
|
|
15
|
+
signin: "Войти",
|
|
16
|
+
signin_apple: "Войти через Apple",
|
|
17
|
+
soon: "СКОРО"
|
|
18
|
+
},
|
|
19
|
+
signUp: {
|
|
20
|
+
title: "Новая учетная запись",
|
|
21
|
+
description: "Выберите удобный способ регистрации через телефон или email:",
|
|
22
|
+
phone: "Телефон",
|
|
23
|
+
email: "Email",
|
|
24
|
+
phonePlaceholder: "Введите ваш телефон",
|
|
25
|
+
emailPlaceholder: "Введите ваш email",
|
|
26
|
+
emailNotice: "Мы отправим вам электронное письмо с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
|
|
27
|
+
smsNotice: "Мы вышлем вам SMS с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
|
|
28
|
+
sendCode: "Отправить код",
|
|
29
|
+
haveAccount: "У вас уже есть аккаунт?"
|
|
30
|
+
},
|
|
31
|
+
enterCode: {
|
|
32
|
+
verifyNumberTitle: "Подтвердите номер",
|
|
33
|
+
instructions: "Мы отправили код регистрации на ваш номер телефона. Введите его в поле ниже:",
|
|
34
|
+
resendCode: "Отправить код еще раз",
|
|
35
|
+
secondsResend: "секунд до возможности отправить код еще раз."
|
|
36
|
+
},
|
|
37
|
+
resetPassword: {
|
|
38
|
+
forgotPasswordTitle: "Забыли пароль?",
|
|
39
|
+
instructions: "Чтобы сбросить пароль, укажите телефон или email, использованные при регистрации.",
|
|
40
|
+
smsInfo: "Мы вышлем вам SMS с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
|
|
41
|
+
emailInfo: "Мы отправим вам электронное письмо с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
|
|
42
|
+
phone: "Телефон",
|
|
43
|
+
email: "Email",
|
|
44
|
+
phonePlaceholder: "Введите ваш телефон",
|
|
45
|
+
emailPlaceholder: "Введите ваш email",
|
|
46
|
+
sendCode: "Отправить код"
|
|
47
|
+
},
|
|
48
|
+
enterPassword: {
|
|
49
|
+
almostDone: "Почти все!",
|
|
50
|
+
newPasswordPrompt: "Пожалуйста, укажите новый пароль.",
|
|
51
|
+
registrationPasswordPrompt: "Пожалуйста, укажите пароль, на этом регистрация будет закончена.",
|
|
52
|
+
passwordPlaceholder: "Пароль",
|
|
53
|
+
repeatPasswordPlaceholder: "Повторите пароль",
|
|
54
|
+
changePasswordBtn: "Поменять пароль",
|
|
55
|
+
registerBtn: "Зарегистрироваться"
|
|
56
|
+
},
|
|
57
|
+
features: [
|
|
58
|
+
{
|
|
59
|
+
title: "Что такое токен Weeder, Бро?",
|
|
60
|
+
description: "WDT - это как основа нашего крутого сообщества. Это деньги, это власть, это инвестиции. Круто, а?"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
title: "Зажигай и Развивайся",
|
|
64
|
+
description: "Закажи шмали, курни и зарабатывай токены Weeder. Чем больше курнешь, тем больше кэша у тебя в кармане, чувак."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: "Веселись с Нашим Сообществом",
|
|
68
|
+
description: "Найди самые крутые сорта и начни шмалить на девятом облаке вместе с нами."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
title: "Покупайте, Когда Накурились",
|
|
72
|
+
description: "Закажи премиумную бошку и крутые аксессуары за пару кликов, чувак. Прямо к твоей двери!"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
};
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<div
|
|
3
3
|
class="cols-2-1_2 gap-small pd-small"
|
|
4
4
|
>
|
|
5
|
-
|
|
6
5
|
<router-view
|
|
7
6
|
class="pd-big mobile:pd-medium w-m-66r t-center"
|
|
8
7
|
v-slot="{ Component, route }"
|
|
@@ -26,50 +25,9 @@
|
|
|
26
25
|
</template>
|
|
27
26
|
|
|
28
27
|
<script setup>
|
|
29
|
-
// Import components
|
|
30
|
-
import Tab from '@martyrs/src/components/Tab/Tab.vue'
|
|
31
|
-
import Field from '@martyrs/src/components/Field/Field.vue'
|
|
32
|
-
import Button from '@martyrs/src/components/Button/Button.vue'
|
|
33
|
-
// Import blocks
|
|
34
28
|
import SliderFeatures from '@martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue'
|
|
35
|
-
// Import libs
|
|
36
|
-
import { computed, onMounted, ref } from 'vue'
|
|
37
|
-
import { useRoute, useRouter } from 'vue-router'
|
|
38
|
-
// Import state
|
|
39
|
-
import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
|
|
40
|
-
// Import validation
|
|
41
|
-
import * as inputsValidation from '@martyrs/src/modules/auth/views/validations/inputs.validation'
|
|
42
29
|
|
|
43
|
-
|
|
44
|
-
const passswordValidation = ref(null)
|
|
45
|
-
const emailValidation = ref(null)
|
|
46
|
-
// Accessing router
|
|
47
|
-
const route = useRoute()
|
|
48
|
-
const router = useRouter()
|
|
49
|
-
// Accessing state
|
|
50
|
-
const tabAuth = ref('email')
|
|
51
|
-
// Methods
|
|
52
|
-
async function onSubmit() {
|
|
53
|
-
try {
|
|
54
|
-
await inputsValidation.validateInputs(
|
|
55
|
-
emailValidation,
|
|
56
|
-
inputsValidation.validateEmail,
|
|
57
|
-
auth.state.user.email,
|
|
58
|
-
'Некорректный email'
|
|
59
|
-
)
|
|
60
|
-
await inputsValidation.validateInputs(
|
|
61
|
-
passswordValidation,
|
|
62
|
-
inputsValidation.validatePassword,
|
|
63
|
-
auth.state.user.password,
|
|
64
|
-
'Некорректный пароль'
|
|
65
|
-
)
|
|
66
|
-
} catch (error) {
|
|
67
|
-
throw new Error
|
|
68
|
-
}
|
|
69
|
-
await auth.actions.login(auth.state.user, tabAuth.value)
|
|
70
|
-
}
|
|
30
|
+
import { useRoute } from 'vue-router'
|
|
71
31
|
|
|
72
|
-
|
|
73
|
-
router.push({ name: 'Account' })
|
|
74
|
-
}
|
|
32
|
+
const route = useRoute()
|
|
75
33
|
</script>
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<!-- <img loading="lazy" src="@/assets/icons/message1.png" class="i-extra mn-b-small"> -->
|
|
4
4
|
|
|
5
5
|
<h3 class="mn-b-medium">
|
|
6
|
-
{{ t('verifyNumberTitle') }}
|
|
6
|
+
{{ t('auth.enterCode.verifyNumberTitle') }}
|
|
7
7
|
</h3>
|
|
8
8
|
|
|
9
|
-
<p class="mn-b-big t-transp">{{ t('instructions') }}</p>
|
|
9
|
+
<p class="mn-b-big t-transp">{{ t('auth.enterCode.instructions') }}</p>
|
|
10
10
|
|
|
11
11
|
<div class="w-100 mn-b-big flex-nowrap flex">
|
|
12
12
|
<input
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
</div>
|
|
50
50
|
|
|
51
51
|
<a v-if="resendTimer < 1" @click="sendAgain" class="t-blue">
|
|
52
|
-
{{ t('resendCode') }}
|
|
52
|
+
{{ t('auth.enterCode.resendCode') }}
|
|
53
53
|
</a>
|
|
54
54
|
|
|
55
55
|
<span v-else>
|
|
56
|
-
{{resendTimer}} {{ t('secondsResend') }}
|
|
56
|
+
{{resendTimer}} {{ t('auth.enterCode.secondsResend') }}
|
|
57
57
|
</span>
|
|
58
58
|
</section>
|
|
59
59
|
</template>
|
|
60
60
|
|
|
61
61
|
<script setup>
|
|
62
62
|
// Import components
|
|
63
|
-
import Field
|
|
63
|
+
import Field from '@martyrs/src/components/Field/Field.vue'
|
|
64
64
|
// Import libs
|
|
65
65
|
import { computed,reactive,ref, onMounted, onBeforeMount, watch } from 'vue'
|
|
66
66
|
import { useRoute,useRouter } from 'vue-router'
|
|
@@ -74,11 +74,9 @@
|
|
|
74
74
|
const router = useRouter()
|
|
75
75
|
|
|
76
76
|
// Localization
|
|
77
|
-
import text from '@martyrs/src/modules/auth/views/localization/EnterCode.json'
|
|
78
77
|
// Localization
|
|
79
78
|
const { t } = useI18n({
|
|
80
79
|
useScope: 'global',
|
|
81
|
-
...text
|
|
82
80
|
})
|
|
83
81
|
|
|
84
82
|
const state = reactive({
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<section class="t-left pd-medium">
|
|
3
3
|
<!-- Header -->
|
|
4
4
|
<!-- <img loading="lazy" src="@/assets/icons/password.png" class="i-extra mn-b-small"> -->
|
|
5
|
-
<h3 class="mn-b-small">{{ t('almostDone') }}</h3>
|
|
6
|
-
<p v-if="route.query.method === 'reset-password'" class="mn-b-semi t-transp">{{ t('newPasswordPrompt') }}</p>
|
|
7
|
-
<p v-else class="mn-b-semi t-transp">{{ t('registrationPasswordPrompt') }}</p>
|
|
5
|
+
<h3 class="mn-b-small">{{ t('auth.enterPassword.almostDone') }}</h3>
|
|
6
|
+
<p v-if="route.query.method === 'reset-password'" class="mn-b-semi t-transp">{{ t('auth.enterPassword.newPasswordPrompt') }}</p>
|
|
7
|
+
<p v-else class="mn-b-semi t-transp">{{ t('auth.enterPassword.registrationPasswordPrompt') }}</p>
|
|
8
8
|
|
|
9
9
|
<!-- Form -->
|
|
10
10
|
<div class="mn-b-semi radius-small o-hidden">
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
v-model:field="auth.state.user.password"
|
|
13
13
|
type="password"
|
|
14
14
|
:validation="passswordValidation"
|
|
15
|
-
:placeholder="t('passwordPlaceholder')"
|
|
15
|
+
:placeholder="t('auth.enterPassword.passwordPlaceholder')"
|
|
16
16
|
class="bg-light pd-small radius-small mn-b-thin"
|
|
17
17
|
/>
|
|
18
18
|
<Field
|
|
19
19
|
v-model:field="auth.state.user.passwordRepeat"
|
|
20
20
|
type="password"
|
|
21
|
-
:placeholder="t('repeatPasswordPlaceholder')"
|
|
21
|
+
:placeholder="t('auth.enterPassword.repeatPasswordPlaceholder')"
|
|
22
22
|
class="bg-light pd-small radius-small mn-b-thin"
|
|
23
23
|
/>
|
|
24
24
|
</div>
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
<!-- Button -->
|
|
32
32
|
<Button :submit="onSubmit" :callback="redirectTo" class="w-100 bg-main mn-b-big">
|
|
33
|
-
<span v-if="route.query.method === 'reset-password'">{{ t('changePasswordBtn') }}</span>
|
|
34
|
-
<span v-else>{{ t('registerBtn') }}</span>
|
|
33
|
+
<span v-if="route.query.method === 'reset-password'">{{ t('auth.enterPassword.changePasswordBtn') }}</span>
|
|
34
|
+
<span v-else>{{ t('auth.enterPassword.registerBtn') }}</span>
|
|
35
35
|
</Button>
|
|
36
36
|
</section>
|
|
37
37
|
</template>
|
|
@@ -51,11 +51,8 @@ import * as auth from '@martyrs/src/modules/auth/views/store/auth.js'
|
|
|
51
51
|
import * as inputsValidation from '@martyrs/src/modules/auth/views/validations/inputs.validation'
|
|
52
52
|
const passswordValidation = ref(null)
|
|
53
53
|
// Localization
|
|
54
|
-
import text from '@martyrs/src/modules/auth/views/localization/EnterPassword.json'
|
|
55
|
-
// Localization
|
|
56
54
|
const { t } = useI18n({
|
|
57
55
|
useScope: 'global',
|
|
58
|
-
...text
|
|
59
56
|
})
|
|
60
57
|
// Accessing router
|
|
61
58
|
const route = useRoute()
|