@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
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const vue = require("vue");
|
|
4
|
+
const Field = require("../../../../components/Field/Field.vue.cjs");
|
|
5
|
+
const Select = require("../../../../components/Select/Select.vue.cjs");
|
|
6
|
+
const Radio = require("../../../../components/Radio/Radio.vue.cjs");
|
|
7
|
+
const Checkbox = require("../../../../components/Checkbox/Checkbox.vue.cjs");
|
|
8
|
+
const Button = require("../../../../components/Button/Button.vue.cjs");
|
|
9
|
+
const Upload = require("../../../../components/Upload/Upload.vue.cjs");
|
|
10
|
+
const UploadImage = require("../../../../components/UploadImage/UploadImage.vue.cjs");
|
|
11
|
+
const Media = require("../../../../components/Media/Media.vue.cjs");
|
|
12
|
+
const IconMusic = require("../../../icons/entities/IconMusic.vue.cjs");
|
|
13
|
+
const auth = require("../../../auth/views/store/auth.cjs");
|
|
14
|
+
const tracks = require("../../store/tracks.cjs");
|
|
15
|
+
const artists = require("../../store/artists.cjs");
|
|
16
|
+
const albums = require("../../store/albums.cjs");
|
|
17
|
+
const _hoisted_1 = { class: "upload-form" };
|
|
18
|
+
const _hoisted_2 = { class: "form-group mn-b-medium" };
|
|
19
|
+
const _hoisted_3 = { class: "form-group mn-b-medium" };
|
|
20
|
+
const _hoisted_4 = { class: "form-group mn-b-medium" };
|
|
21
|
+
const _hoisted_5 = { class: "form-group mn-b-medium" };
|
|
22
|
+
const _hoisted_6 = { class: "form-group mn-b-medium" };
|
|
23
|
+
const _hoisted_7 = { class: "form-group mn-b-medium" };
|
|
24
|
+
const _hoisted_8 = { class: "form-group mn-b-medium" };
|
|
25
|
+
const _hoisted_9 = { class: "flex gap-small" };
|
|
26
|
+
const _hoisted_10 = { class: "form-group mn-b-medium" };
|
|
27
|
+
const _hoisted_11 = { class: "track-cover-upload flex gap-medium" };
|
|
28
|
+
const _hoisted_12 = { class: "track-cover-preview bg-dark-transp-25 radius-small o-hidden" };
|
|
29
|
+
const _hoisted_13 = {
|
|
30
|
+
key: 1,
|
|
31
|
+
class: "w-10r h-10r flex-center flex"
|
|
32
|
+
};
|
|
33
|
+
const _hoisted_14 = { class: "form-group mn-b-medium" };
|
|
34
|
+
const _hoisted_15 = { class: "form-group mn-b-medium" };
|
|
35
|
+
const _hoisted_16 = { class: "form-actions t-right" };
|
|
36
|
+
const _sfc_main = {
|
|
37
|
+
__name: "UploadForm",
|
|
38
|
+
emits: ["uploaded"],
|
|
39
|
+
setup(__props, { emit: __emit }) {
|
|
40
|
+
const emit = __emit;
|
|
41
|
+
const form = vue.reactive({
|
|
42
|
+
title: "",
|
|
43
|
+
artist: null,
|
|
44
|
+
album: null,
|
|
45
|
+
genre: [],
|
|
46
|
+
releaseDate: (/* @__PURE__ */ new Date()).toISOString().split("T")[0],
|
|
47
|
+
isExplicit: false,
|
|
48
|
+
isPublic: true,
|
|
49
|
+
coverUrl: "",
|
|
50
|
+
fileUrl: "",
|
|
51
|
+
lyrics: ""
|
|
52
|
+
});
|
|
53
|
+
const artistOptions = vue.ref([]);
|
|
54
|
+
const albumOptions = vue.ref([]);
|
|
55
|
+
const genreOptions = vue.ref([
|
|
56
|
+
"Pop",
|
|
57
|
+
"Rock",
|
|
58
|
+
"Hip Hop",
|
|
59
|
+
"R&B",
|
|
60
|
+
"Jazz",
|
|
61
|
+
"Electronic",
|
|
62
|
+
"Classical",
|
|
63
|
+
"Country",
|
|
64
|
+
"Folk",
|
|
65
|
+
"Blues"
|
|
66
|
+
]);
|
|
67
|
+
const validationErrors = vue.reactive({});
|
|
68
|
+
const submitForm = async () => {
|
|
69
|
+
console.log("Submitting form data:", form);
|
|
70
|
+
console.log("API URL:", process.env.API_URL);
|
|
71
|
+
const trackData = {
|
|
72
|
+
...form,
|
|
73
|
+
creator: {
|
|
74
|
+
type: "user",
|
|
75
|
+
// Make sure type matches what's expected on the server (lowercase)
|
|
76
|
+
target: auth.state.user._id
|
|
77
|
+
},
|
|
78
|
+
owner: {
|
|
79
|
+
type: "user",
|
|
80
|
+
// Make sure type matches what's expected on the server (lowercase)
|
|
81
|
+
target: auth.state.user._id
|
|
82
|
+
},
|
|
83
|
+
status: "draft"
|
|
84
|
+
// Add a default status if needed
|
|
85
|
+
};
|
|
86
|
+
try {
|
|
87
|
+
console.log("Sending track data to API:", trackData);
|
|
88
|
+
const track = await tracks.actions.createTrack(trackData);
|
|
89
|
+
console.log("Track created successfully:", track);
|
|
90
|
+
emit("uploaded", track);
|
|
91
|
+
resetForm();
|
|
92
|
+
} catch (error) {
|
|
93
|
+
console.error("Error uploading track:", error);
|
|
94
|
+
if (error.status) {
|
|
95
|
+
console.error(`HTTP Status: ${error.status}`);
|
|
96
|
+
}
|
|
97
|
+
if (error.message) {
|
|
98
|
+
console.error(`Error message: ${error.message}`);
|
|
99
|
+
}
|
|
100
|
+
if (error.stack) {
|
|
101
|
+
console.error(`Stack trace: ${error.stack}`);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
const resetForm = () => {
|
|
106
|
+
Object.keys(form).forEach((key) => {
|
|
107
|
+
if (key === "releaseDate") {
|
|
108
|
+
form[key] = (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
109
|
+
} else if (key === "isPublic") {
|
|
110
|
+
form[key] = true;
|
|
111
|
+
} else if (key === "isExplicit") {
|
|
112
|
+
form[key] = false;
|
|
113
|
+
} else {
|
|
114
|
+
form[key] = "";
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
Object.keys(validationErrors).forEach((key) => {
|
|
118
|
+
validationErrors[key] = null;
|
|
119
|
+
});
|
|
120
|
+
};
|
|
121
|
+
vue.onMounted(async () => {
|
|
122
|
+
try {
|
|
123
|
+
const userArtists = await artists.actions.fetchUserArtists(auth.state.user._id);
|
|
124
|
+
artistOptions.value = userArtists.map((artist) => ({
|
|
125
|
+
name: artist.name,
|
|
126
|
+
value: artist._id
|
|
127
|
+
}));
|
|
128
|
+
const userAlbums = await albums.actions.fetchUserAlbums(auth.state.user._id);
|
|
129
|
+
albumOptions.value = userAlbums.map((album) => ({
|
|
130
|
+
name: album.title,
|
|
131
|
+
value: album._id
|
|
132
|
+
}));
|
|
133
|
+
} catch (error) {
|
|
134
|
+
console.error("Error fetching artists and albums:", error);
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
return (_ctx, _cache) => {
|
|
138
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
139
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
140
|
+
_cache[12] || (_cache[12] = vue.createElementVNode("label", {
|
|
141
|
+
for: "title",
|
|
142
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
143
|
+
}, "Track Title", -1)),
|
|
144
|
+
vue.createVNode(Field.default, {
|
|
145
|
+
field: form.title,
|
|
146
|
+
"onUpdate:field": _cache[0] || (_cache[0] = ($event) => form.title = $event),
|
|
147
|
+
id: "title",
|
|
148
|
+
type: "text",
|
|
149
|
+
placeholder: "Track Title",
|
|
150
|
+
validation: validationErrors.title,
|
|
151
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
152
|
+
}, null, 8, ["field", "validation"])
|
|
153
|
+
]),
|
|
154
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
155
|
+
_cache[13] || (_cache[13] = vue.createElementVNode("label", {
|
|
156
|
+
for: "artist",
|
|
157
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
158
|
+
}, "Artist", -1)),
|
|
159
|
+
vue.createVNode(Select.default, {
|
|
160
|
+
select: form.artist,
|
|
161
|
+
"onUpdate:select": _cache[1] || (_cache[1] = ($event) => form.artist = $event),
|
|
162
|
+
id: "artist",
|
|
163
|
+
options: artistOptions.value,
|
|
164
|
+
placeholder: "Select an artist",
|
|
165
|
+
validation: validationErrors.artist,
|
|
166
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
167
|
+
}, null, 8, ["select", "options", "validation"])
|
|
168
|
+
]),
|
|
169
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
170
|
+
_cache[14] || (_cache[14] = vue.createElementVNode("label", {
|
|
171
|
+
for: "album",
|
|
172
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
173
|
+
}, "Album (Optional)", -1)),
|
|
174
|
+
vue.createVNode(Select.default, {
|
|
175
|
+
select: form.album,
|
|
176
|
+
"onUpdate:select": _cache[2] || (_cache[2] = ($event) => form.album = $event),
|
|
177
|
+
id: "album",
|
|
178
|
+
options: albumOptions.value,
|
|
179
|
+
placeholder: "Select an album",
|
|
180
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
181
|
+
}, null, 8, ["select", "options"])
|
|
182
|
+
]),
|
|
183
|
+
vue.createElementVNode("div", _hoisted_5, [
|
|
184
|
+
_cache[15] || (_cache[15] = vue.createElementVNode("label", {
|
|
185
|
+
for: "genre",
|
|
186
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
187
|
+
}, "Genre", -1)),
|
|
188
|
+
vue.createVNode(Select.default, {
|
|
189
|
+
select: form.genre,
|
|
190
|
+
"onUpdate:select": _cache[3] || (_cache[3] = ($event) => form.genre = $event),
|
|
191
|
+
id: "genre",
|
|
192
|
+
options: genreOptions.value,
|
|
193
|
+
placeholder: "Select a genre",
|
|
194
|
+
validation: validationErrors.genre,
|
|
195
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
196
|
+
}, null, 8, ["select", "options", "validation"])
|
|
197
|
+
]),
|
|
198
|
+
vue.createElementVNode("div", _hoisted_6, [
|
|
199
|
+
_cache[16] || (_cache[16] = vue.createElementVNode("label", {
|
|
200
|
+
for: "releaseDate",
|
|
201
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
202
|
+
}, "Release Date", -1)),
|
|
203
|
+
vue.createVNode(Field.default, {
|
|
204
|
+
field: form.releaseDate,
|
|
205
|
+
"onUpdate:field": _cache[4] || (_cache[4] = ($event) => form.releaseDate = $event),
|
|
206
|
+
id: "releaseDate",
|
|
207
|
+
type: "date",
|
|
208
|
+
validation: validationErrors.releaseDate,
|
|
209
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
210
|
+
}, null, 8, ["field", "validation"])
|
|
211
|
+
]),
|
|
212
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
213
|
+
_cache[17] || (_cache[17] = vue.createElementVNode("label", {
|
|
214
|
+
for: "isExplicit",
|
|
215
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
216
|
+
}, "Explicit Content", -1)),
|
|
217
|
+
vue.createVNode(Checkbox.default, {
|
|
218
|
+
checkbox: form.isExplicit,
|
|
219
|
+
"onUpdate:checkbox": _cache[5] || (_cache[5] = ($event) => form.isExplicit = $event),
|
|
220
|
+
id: "isExplicit",
|
|
221
|
+
label: "This track contains explicit content",
|
|
222
|
+
class: "t-white"
|
|
223
|
+
}, null, 8, ["checkbox"])
|
|
224
|
+
]),
|
|
225
|
+
vue.createElementVNode("div", _hoisted_8, [
|
|
226
|
+
_cache[18] || (_cache[18] = vue.createElementVNode("label", {
|
|
227
|
+
for: "isPublic",
|
|
228
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
229
|
+
}, "Privacy", -1)),
|
|
230
|
+
vue.createElementVNode("div", _hoisted_9, [
|
|
231
|
+
vue.createVNode(Radio.default, {
|
|
232
|
+
radio: form.isPublic,
|
|
233
|
+
"onUpdate:radio": _cache[6] || (_cache[6] = ($event) => form.isPublic = $event),
|
|
234
|
+
value: true,
|
|
235
|
+
name: "privacy",
|
|
236
|
+
label: "Public",
|
|
237
|
+
class: "t-white"
|
|
238
|
+
}, null, 8, ["radio"]),
|
|
239
|
+
vue.createVNode(Radio.default, {
|
|
240
|
+
radio: form.isPublic,
|
|
241
|
+
"onUpdate:radio": _cache[7] || (_cache[7] = ($event) => form.isPublic = $event),
|
|
242
|
+
value: false,
|
|
243
|
+
name: "privacy",
|
|
244
|
+
label: "Private",
|
|
245
|
+
class: "t-white"
|
|
246
|
+
}, null, 8, ["radio"])
|
|
247
|
+
])
|
|
248
|
+
]),
|
|
249
|
+
vue.createElementVNode("div", _hoisted_10, [
|
|
250
|
+
_cache[19] || (_cache[19] = vue.createElementVNode("label", { class: "t-white t-medium mn-b-thin d-block" }, "Cover Image", -1)),
|
|
251
|
+
vue.createElementVNode("div", _hoisted_11, [
|
|
252
|
+
vue.createElementVNode("div", _hoisted_12, [
|
|
253
|
+
form.coverUrl ? (vue.openBlock(), vue.createBlock(Media.default, {
|
|
254
|
+
key: 0,
|
|
255
|
+
url: form.coverUrl,
|
|
256
|
+
class: "w-10r h-10r object-fit-cover"
|
|
257
|
+
}, null, 8, ["url"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, [
|
|
258
|
+
vue.createVNode(IconMusic.default, {
|
|
259
|
+
class: "i-big",
|
|
260
|
+
fill: "rgb(var(--grey))"
|
|
261
|
+
})
|
|
262
|
+
]))
|
|
263
|
+
]),
|
|
264
|
+
vue.createVNode(UploadImage.default, {
|
|
265
|
+
photo: form.coverUrl,
|
|
266
|
+
"onUpdate:photo": _cache[8] || (_cache[8] = ($event) => form.coverUrl = $event),
|
|
267
|
+
uploadPath: "tracks",
|
|
268
|
+
class: "flex-1 h-10r bg-dark-transp-25 radius-small"
|
|
269
|
+
}, null, 8, ["photo"])
|
|
270
|
+
])
|
|
271
|
+
]),
|
|
272
|
+
vue.createElementVNode("div", _hoisted_14, [
|
|
273
|
+
_cache[20] || (_cache[20] = vue.createElementVNode("label", { class: "t-white t-medium mn-b-thin d-block" }, "Track Audio File", -1)),
|
|
274
|
+
vue.createVNode(Upload.default, {
|
|
275
|
+
field: form.fileUrl,
|
|
276
|
+
"onUpdate:field": _cache[9] || (_cache[9] = ($event) => form.fileUrl = $event),
|
|
277
|
+
onFileChange: _cache[10] || (_cache[10] = (url) => form.fileUrl = url),
|
|
278
|
+
type: "file",
|
|
279
|
+
uploadPath: "tracks",
|
|
280
|
+
class: "bg-dark-transp-25 radius-small pd-small t-white"
|
|
281
|
+
}, null, 8, ["field"])
|
|
282
|
+
]),
|
|
283
|
+
vue.createElementVNode("div", _hoisted_15, [
|
|
284
|
+
_cache[21] || (_cache[21] = vue.createElementVNode("label", {
|
|
285
|
+
for: "lyrics",
|
|
286
|
+
class: "t-white t-medium mn-b-thin d-block"
|
|
287
|
+
}, "Lyrics (Optional)", -1)),
|
|
288
|
+
vue.createVNode(Field.default, {
|
|
289
|
+
field: form.lyrics,
|
|
290
|
+
"onUpdate:field": _cache[11] || (_cache[11] = ($event) => form.lyrics = $event),
|
|
291
|
+
id: "lyrics",
|
|
292
|
+
type: "textarea",
|
|
293
|
+
placeholder: "Add lyrics",
|
|
294
|
+
class: "w-100 pd-small bg-dark-transp-25 radius-small t-white"
|
|
295
|
+
}, null, 8, ["field"])
|
|
296
|
+
]),
|
|
297
|
+
vue.createElementVNode("div", _hoisted_16, [
|
|
298
|
+
vue.createVNode(Button.default, {
|
|
299
|
+
onClick: resetForm,
|
|
300
|
+
type: "button",
|
|
301
|
+
class: "bg-dark-transp-25 t-white pd-small radius-small mn-r-small hover-bg-dark",
|
|
302
|
+
showLoader: false,
|
|
303
|
+
showSucces: false
|
|
304
|
+
}, {
|
|
305
|
+
default: vue.withCtx(() => _cache[22] || (_cache[22] = [
|
|
306
|
+
vue.createTextVNode(" Reset ")
|
|
307
|
+
])),
|
|
308
|
+
_: 1
|
|
309
|
+
}),
|
|
310
|
+
vue.createVNode(Button.default, {
|
|
311
|
+
type: "submit",
|
|
312
|
+
class: "bg-main t-white pd-small radius-small hover-scale-1",
|
|
313
|
+
submit: () => submitForm(),
|
|
314
|
+
showLoader: true,
|
|
315
|
+
showSucces: true
|
|
316
|
+
}, {
|
|
317
|
+
default: vue.withCtx(() => _cache[23] || (_cache[23] = [
|
|
318
|
+
vue.createTextVNode(" Upload Track ")
|
|
319
|
+
])),
|
|
320
|
+
_: 1
|
|
321
|
+
}, 8, ["submit"])
|
|
322
|
+
])
|
|
323
|
+
]);
|
|
324
|
+
};
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
exports.default = _sfc_main;
|
|
328
|
+
//# sourceMappingURL=UploadForm.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadForm.vue.cjs","sources":["../../../../../../../src/modules/music/components/forms/UploadForm.vue"],"sourcesContent":["<!-- components/forms/UploadForm.vue -->\n<template>\n <div class=\"upload-form\">\n <!-- <form @submit.prevent=\"submitForm\"> -->\n <div class=\"form-group mn-b-medium\">\n <label for=\"title\" class=\"t-white t-medium mn-b-thin d-block\">Track Title</label>\n <Field \n v-model:field=\"form.title\"\n id=\"title\"\n type=\"text\"\n placeholder=\"Track Title\"\n :validation=\"validationErrors.title\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n\n <div class=\"form-group mn-b-medium\">\n <label for=\"artist\" class=\"t-white t-medium mn-b-thin d-block\">Artist</label>\n <Select \n v-model:select=\"form.artist\"\n id=\"artist\"\n :options=\"artistOptions\"\n placeholder=\"Select an artist\"\n :validation=\"validationErrors.artist\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n\n <div class=\"form-group mn-b-medium\">\n <label for=\"album\" class=\"t-white t-medium mn-b-thin d-block\">Album (Optional)</label>\n <Select \n v-model:select=\"form.album\"\n id=\"album\"\n :options=\"albumOptions\"\n placeholder=\"Select an album\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label for=\"genre\" class=\"t-white t-medium mn-b-thin d-block\">Genre</label>\n <Select \n v-model:select=\"form.genre\"\n id=\"genre\"\n :options=\"genreOptions\"\n placeholder=\"Select a genre\"\n :validation=\"validationErrors.genre\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label for=\"releaseDate\" class=\"t-white t-medium mn-b-thin d-block\">Release Date</label>\n <Field \n v-model:field=\"form.releaseDate\"\n id=\"releaseDate\"\n type=\"date\"\n :validation=\"validationErrors.releaseDate\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label for=\"isExplicit\" class=\"t-white t-medium mn-b-thin d-block\">Explicit Content</label>\n <Checkbox \n v-model:checkbox=\"form.isExplicit\"\n id=\"isExplicit\"\n label=\"This track contains explicit content\"\n class=\"t-white\"\n />\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label for=\"isPublic\" class=\"t-white t-medium mn-b-thin d-block\">Privacy</label>\n <div class=\"flex gap-small\">\n <Radio \n v-model:radio=\"form.isPublic\"\n :value=\"true\"\n name=\"privacy\"\n label=\"Public\"\n class=\"t-white\"\n />\n <Radio \n v-model:radio=\"form.isPublic\"\n :value=\"false\"\n name=\"privacy\"\n label=\"Private\"\n class=\"t-white\"\n />\n </div>\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label class=\"t-white t-medium mn-b-thin d-block\">Cover Image</label>\n <div class=\"track-cover-upload flex gap-medium\">\n <div class=\"track-cover-preview bg-dark-transp-25 radius-small o-hidden\">\n <Media \n v-if=\"form.coverUrl\"\n :url=\"form.coverUrl\"\n class=\"w-10r h-10r object-fit-cover\"\n />\n <div v-else class=\"w-10r h-10r flex-center flex\">\n <IconMusic class=\"i-big\" fill=\"rgb(var(--grey))\"/>\n </div>\n </div>\n \n <UploadImage\n v-model:photo=\"form.coverUrl\"\n uploadPath=\"tracks\"\n class=\"flex-1 h-10r bg-dark-transp-25 radius-small\"\n />\n </div>\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label class=\"t-white t-medium mn-b-thin d-block\">Track Audio File</label>\n <Upload\n v-model:field=\"form.fileUrl\"\n @file-change=\"(url) => form.fileUrl = url\"\n type=\"file\"\n uploadPath=\"tracks\"\n class=\"bg-dark-transp-25 radius-small pd-small t-white\"\n />\n </div>\n \n <div class=\"form-group mn-b-medium\">\n <label for=\"lyrics\" class=\"t-white t-medium mn-b-thin d-block\">Lyrics (Optional)</label>\n <Field \n v-model:field=\"form.lyrics\"\n id=\"lyrics\"\n type=\"textarea\"\n placeholder=\"Add lyrics\"\n class=\"w-100 pd-small bg-dark-transp-25 radius-small t-white\"\n />\n </div>\n \n <div class=\"form-actions t-right\">\n <Button \n @click=\"resetForm\"\n type=\"button\"\n class=\"bg-dark-transp-25 t-white pd-small radius-small mn-r-small hover-bg-dark\"\n :showLoader=\"false\" \n :showSucces=\"false\"\n >\n Reset\n </Button>\n \n <Button \n type=\"submit\"\n class=\"bg-main t-white pd-small radius-small hover-scale-1\"\n :submit=\"() => submitForm()\"\n :showLoader=\"true\" \n :showSucces=\"true\"\n >\n Upload Track\n </Button>\n </div>\n <!-- </form> -->\n </div>\n</template>\n\n<script setup>\nimport { ref, reactive, onMounted } from 'vue';\nimport Field from '@martyrs/src/components/Field/Field.vue';\nimport Select from '@martyrs/src/components/Select/Select.vue';\nimport Radio from '@martyrs/src/components/Radio/Radio.vue';\nimport Checkbox from '@martyrs/src/components/Checkbox/Checkbox.vue';\nimport Button from '@martyrs/src/components/Button/Button.vue';\nimport Upload from '@martyrs/src/components/Upload/Upload.vue';\nimport UploadImage from '@martyrs/src/components/UploadImage/UploadImage.vue';\nimport Media from '@martyrs/src/components/Media/Media.vue';\nimport IconMusic from '@martyrs/src/modules/icons/entities/IconMusic.vue';\n\n// Import stores\nimport { state as authState } from '@martyrs/src/modules/auth/views/store/auth.js';\nimport { actions as tracksActions } from '../../store/tracks.js';\nimport { state as artistsState, actions as artistsActions } from '../../store/artists.js';\nimport { state as albumsState, actions as albumsActions } from '../../store/albums.js';\n\nconst emit = defineEmits(['uploaded']);\n\n// Form data\nconst form = reactive({\n title: '',\n artist: null,\n album: null,\n genre: [],\n releaseDate: new Date().toISOString().split('T')[0],\n isExplicit: false,\n isPublic: true,\n coverUrl: '',\n fileUrl: '',\n lyrics: ''\n});\n\n// Options for dropdowns\nconst artistOptions = ref([]);\nconst albumOptions = ref([]);\nconst genreOptions = ref([\n 'Pop', 'Rock', 'Hip Hop', 'R&B', 'Jazz', 'Electronic', 'Classical', 'Country', 'Folk', 'Blues'\n]);\n\n// Validation\nconst validationErrors = reactive({});\n\n/// Form submission with improved error handling\nconst submitForm = async () => {\n // Validate form (I'm keeping this commented out as in your original code)\n // validationErrors.title = !form.title ? { message: 'Track title is required' } : null;\n // validationErrors.artist = !form.artist ? { message: 'Artist is required' } : null;\n // validationErrors.genre = !form.genre || form.genre.length === 0 ? { message: 'Genre is required' } : null;\n // validationErrors.fileUrl = !form.fileUrl ? { message: 'Audio file is required' } : null;\n \n // // If there are validation errors, don't submit\n // if (Object.values(validationErrors).some(error => error !== null)) {\n // console.log(error)\n // return;\n // }\n \n console.log('Submitting form data:', form);\n \n // Check if the API URL is correct\n console.log('API URL:', process.env.API_URL);\n \n // Prepare track data\n const trackData = {\n ...form,\n creator: {\n type: 'user', // Make sure type matches what's expected on the server (lowercase)\n target: authState.user._id\n },\n owner: {\n type: 'user', // Make sure type matches what's expected on the server (lowercase)\n target: authState.user._id\n },\n status: 'draft' // Add a default status if needed\n };\n \n try {\n console.log('Sending track data to API:', trackData);\n \n // Directly use the Store instance to debug the issue\n // This bypasses the action layer to see if the issue is there\n // const directApiResult = await trackStore.create(trackData);\n // console.log('Direct API result:', directApiResult);\n \n // If the direct approach works, try the normal action\n const track = await tracksActions.createTrack(trackData);\n console.log('Track created successfully:', track);\n \n emit('uploaded', track);\n resetForm();\n } catch (error) {\n console.error('Error uploading track:', error);\n \n // Add more detailed error logging\n if (error.status) {\n console.error(`HTTP Status: ${error.status}`);\n }\n if (error.message) {\n console.error(`Error message: ${error.message}`);\n }\n if (error.stack) {\n console.error(`Stack trace: ${error.stack}`);\n }\n \n // Show error to user\n // setError({\n // message: 'Failed to upload track: ' + (error.message || 'Unknown error'),\n // errorCode: error.errorCode || 'TRACK_UPLOAD_FAILED'\n // });\n }\n};\nconst resetForm = () => {\n Object.keys(form).forEach(key => {\n if (key === 'releaseDate') {\n form[key] = new Date().toISOString().split('T')[0];\n } else if (key === 'isPublic') {\n form[key] = true;\n } else if (key === 'isExplicit') {\n form[key] = false;\n } else {\n form[key] = '';\n }\n });\n \n // Clear validation errors\n Object.keys(validationErrors).forEach(key => {\n validationErrors[key] = null;\n });\n};\n\n// Fetch artists and albums for dropdowns\nonMounted(async () => {\n try {\n // Fetch user's artists\n const userArtists = await artistsActions.fetchUserArtists(authState.user._id);\n artistOptions.value = userArtists.map(artist => ({\n name: artist.name,\n value: artist._id\n }));\n \n // Fetch user's albums\n const userAlbums = await albumsActions.fetchUserAlbums(authState.user._id);\n albumOptions.value = userAlbums.map(album => ({\n name: album.title,\n value: album._id\n }));\n } catch (error) {\n console.error('Error fetching artists and albums:', error);\n }\n});\n</script>"],"names":["reactive","ref","authState","tracksActions","onMounted","artistsActions","albumsActions"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmLA,UAAM,OAAO;AAGb,UAAM,OAAOA,IAAAA,SAAS;AAAA,MACpB,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,OAAO;AAAA,MACP,OAAO,CAAE;AAAA,MACT,cAAa,oBAAI,QAAO,YAAa,EAAC,MAAM,GAAG,EAAE,CAAC;AAAA,MAClD,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,UAAU;AAAA,MACV,SAAS;AAAA,MACT,QAAQ;AAAA,IACV,CAAC;AAGD,UAAM,gBAAgBC,IAAG,IAAC,EAAE;AAC5B,UAAM,eAAeA,IAAG,IAAC,EAAE;AAC3B,UAAM,eAAeA,IAAAA,IAAI;AAAA,MACvB;AAAA,MAAO;AAAA,MAAQ;AAAA,MAAW;AAAA,MAAO;AAAA,MAAQ;AAAA,MAAc;AAAA,MAAa;AAAA,MAAW;AAAA,MAAQ;AAAA,IACzF,CAAC;AAGD,UAAM,mBAAmBD,IAAQ,SAAC,EAAE;AAGpC,UAAM,aAAa,YAAY;AAa7B,cAAQ,IAAI,yBAAyB,IAAI;AAGzC,cAAQ,IAAI,YAAY,QAAQ,IAAI,OAAO;AAG3C,YAAM,YAAY;AAAA,QAChB,GAAG;AAAA,QACH,SAAS;AAAA,UACP,MAAM;AAAA;AAAA,UACN,QAAQE,KAAS,MAAC,KAAK;AAAA,QACxB;AAAA,QACD,OAAO;AAAA,UACL,MAAM;AAAA;AAAA,UACN,QAAQA,KAAS,MAAC,KAAK;AAAA,QACxB;AAAA,QACD,QAAQ;AAAA;AAAA,MACT;AAED,UAAI;AACF,gBAAQ,IAAI,8BAA8B,SAAS;AAQnD,cAAM,QAAQ,MAAMC,eAAc,YAAY,SAAS;AACvD,gBAAQ,IAAI,+BAA+B,KAAK;AAEhD,aAAK,YAAY,KAAK;AACtB,kBAAW;AAAA,MACZ,SAAQ,OAAO;AACd,gBAAQ,MAAM,0BAA0B,KAAK;AAG7C,YAAI,MAAM,QAAQ;AAChB,kBAAQ,MAAM,gBAAgB,MAAM,MAAM,EAAE;AAAA,QAClD;AACI,YAAI,MAAM,SAAS;AACjB,kBAAQ,MAAM,kBAAkB,MAAM,OAAO,EAAE;AAAA,QACrD;AACI,YAAI,MAAM,OAAO;AACf,kBAAQ,MAAM,gBAAgB,MAAM,KAAK,EAAE;AAAA,QACjD;AAAA,MAOA;AAAA,IACA;AACA,UAAM,YAAY,MAAM;AACtB,aAAO,KAAK,IAAI,EAAE,QAAQ,SAAO;AAC/B,YAAI,QAAQ,eAAe;AACzB,eAAK,GAAG,KAAI,oBAAI,KAAM,GAAC,YAAW,EAAG,MAAM,GAAG,EAAE,CAAC;AAAA,QACvD,WAAe,QAAQ,YAAY;AAC7B,eAAK,GAAG,IAAI;AAAA,QAClB,WAAe,QAAQ,cAAc;AAC/B,eAAK,GAAG,IAAI;AAAA,QAClB,OAAW;AACL,eAAK,GAAG,IAAI;AAAA,QAClB;AAAA,MACA,CAAG;AAGD,aAAO,KAAK,gBAAgB,EAAE,QAAQ,SAAO;AAC3C,yBAAiB,GAAG,IAAI;AAAA,MAC5B,CAAG;AAAA,IACH;AAGAC,QAAAA,UAAU,YAAY;AACpB,UAAI;AAEF,cAAM,cAAc,MAAMC,QAAc,QAAC,iBAAiBH,KAAS,MAAC,KAAK,GAAG;AAC5E,sBAAc,QAAQ,YAAY,IAAI,aAAW;AAAA,UAC/C,MAAM,OAAO;AAAA,UACb,OAAO,OAAO;AAAA,QACpB,EAAM;AAGF,cAAM,aAAa,MAAMI,OAAa,QAAC,gBAAgBJ,KAAS,MAAC,KAAK,GAAG;AACzE,qBAAa,QAAQ,WAAW,IAAI,YAAU;AAAA,UAC5C,MAAM,MAAM;AAAA,UACZ,OAAO,MAAM;AAAA,QACnB,EAAM;AAAA,MACH,SAAQ,OAAO;AACd,gBAAQ,MAAM,sCAAsC,KAAK;AAAA,MAC7D;AAAA,IACA,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|