@ozdao/martyrs 0.2.570 → 0.2.572
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/_virtual/dayjs.min.js +1 -1
- package/dist/_virtual/weekOfYear.js +1 -1
- package/dist/builder.js +1248 -106
- package/dist/{main-BFvlam0J.js → main-BfEQkhXS.js} +1173 -1191
- package/dist/martyrs/dist/{main-BFvlam0J.js → main-BfEQkhXS.js} +94 -112
- package/dist/martyrs/dist/main-BfEQkhXS.js.map +1 -0
- package/dist/martyrs/dist/{web-CH5wzMHy.js → web-BqTV9va1.js} +3 -3
- package/dist/martyrs/dist/{web-CH5wzMHy.js.map → web-BqTV9va1.js.map} +1 -1
- package/dist/martyrs/node_modules/.pnpm/{@capacitor_core@7.0.1 → @capacitor_core@7.4.4}/node_modules/@capacitor/core/dist/index.js +2 -1
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js.map +1 -0
- package/dist/martyrs/node_modules/.pnpm/{@capacitor_preferences@7.0.0_@capacitor_core@7.0.1 → @capacitor_preferences@7.0.2_@capacitor_core@7.4.4}/node_modules/@capacitor/preferences/dist/esm/index.js +1 -1
- package/dist/martyrs/node_modules/.pnpm/{@capacitor_preferences@7.0.0_@capacitor_core@7.0.1 → @capacitor_preferences@7.0.2_@capacitor_core@7.4.4}/node_modules/@capacitor/preferences/dist/esm/index.js.map +1 -1
- package/dist/martyrs/node_modules/.pnpm/{@capacitor_preferences@7.0.0_@capacitor_core@7.0.1 → @capacitor_preferences@7.0.2_@capacitor_core@7.4.4}/node_modules/@capacitor/preferences/dist/esm/web.js +1 -1
- package/dist/martyrs/node_modules/.pnpm/{@capacitor_preferences@7.0.0_@capacitor_core@7.0.1 → @capacitor_preferences@7.0.2_@capacitor_core@7.4.4}/node_modules/@capacitor/preferences/dist/esm/web.js.map +1 -1
- package/dist/{node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_ → martyrs}/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +1 -1
- package/dist/martyrs/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js.map +1 -0
- package/dist/martyrs/node_modules/@vue/shared/dist/shared.esm-bundler.js.map +1 -0
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs}/node_modules/dayjs/dayjs.min.js +1 -1
- package/dist/martyrs/node_modules/dayjs/dayjs.min.js.map +1 -0
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs}/node_modules/dayjs/plugin/weekOfYear.js +1 -1
- package/dist/martyrs/node_modules/dayjs/plugin/weekOfYear.js.map +1 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/rng.js.map +1 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/stringify.js +17 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/v4.js +13 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/v4.js.map +1 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/martyrs/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/martyrs/src/components/Block/Block.vue.js +1 -1
- package/dist/martyrs/src/components/Block/Block.vue.js.map +1 -1
- package/dist/martyrs/src/components/BottomSheet/BottomSheet.vue.js +1 -1
- package/dist/martyrs/src/components/BottomSheet/BottomSheet.vue.js.map +1 -1
- package/dist/martyrs/src/components/Button/{Button.vue.js → Button.vue2.js} +2 -2
- package/dist/martyrs/src/components/Button/Button.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.js +6 -6
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.js +2 -2
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.js.map +1 -1
- package/dist/martyrs/src/components/Chips/Chips.vue.js +2 -2
- package/dist/martyrs/src/components/Countdown/Countdown.vue.js +5 -5
- package/dist/martyrs/src/components/Countdown/Countdown.vue.js.map +1 -1
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.js +4 -4
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.js.map +1 -1
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.js → Dropdown.vue2.js} +2 -2
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.js.map +1 -0
- package/dist/martyrs/src/components/EditImages/EditImages.vue2.js +1 -1
- package/dist/martyrs/src/components/EditImages/EditImages.vue2.js.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.vue2.js → Field.vue.js} +2 -2
- package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -0
- package/dist/martyrs/src/components/FieldBig/FieldBig.vue.js +4 -4
- package/dist/martyrs/src/components/FieldBig/FieldBig.vue.js.map +1 -1
- package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.js +1 -1
- package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.js.map +1 -1
- package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js +1 -1
- package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js.map +1 -1
- package/dist/martyrs/src/components/Loader/Loader.vue2.js +1 -1
- package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Menu/{Menu.vue.js → Menu.vue2.js} +2 -2
- package/dist/martyrs/src/components/Menu/Menu.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Menu/MenuItem.vue.js +2 -2
- package/dist/martyrs/src/components/Menu/MenuItem.vue.js.map +1 -1
- package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.js +2 -2
- package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.js.map +1 -1
- package/dist/martyrs/src/components/Radio/Radio.vue.js +1 -1
- package/dist/martyrs/src/components/Radio/Radio.vue.js.map +1 -1
- package/dist/martyrs/src/components/Select/{Select.vue2.js → Select.vue.js} +4 -4
- package/dist/martyrs/src/components/Select/Select.vue.js.map +1 -0
- package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue.js → SelectMulti.vue2.js} +2 -2
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Table/Table.vue.js +3 -3
- package/dist/martyrs/src/components/Table/Table.vue.js.map +1 -1
- package/dist/martyrs/src/components/Text/Text.vue.js +1 -1
- package/dist/martyrs/src/components/Text/Text.vue.js.map +1 -1
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js +3 -3
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -1
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +3 -3
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.js +4 -4
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +1 -1
- 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.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +4 -4
- 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.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +9 -9
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +3 -3
- 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.js +5 -5
- 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.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +9 -9
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/store/auth.js +1 -1
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.js +4 -4
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +6 -6
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js +1 -1
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.js +2 -2
- package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.js +7 -7
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.js +4 -4
- package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js +11 -11
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +2 -2
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.js +3 -3
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/sections/Comments.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.js +2 -2
- package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.js +2 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +9 -9
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.js +3 -3
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +25 -5
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +4 -4
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.js +11 -11
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.js +16 -16
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +9 -9
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +24 -24
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js +4 -4
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +7 -7
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterCheckbox.vue2.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterCheckbox.vue2.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterDateRange.vue2.js +3 -3
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterDateRange.vue2.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterRange.vue.js +3 -3
- package/dist/martyrs/src/modules/core/views/components/sections/filters/FilterRange.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/store/core.store.js +29 -47
- package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +21 -2
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.js +5 -5
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.js +3 -3
- package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.js.map +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.js +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +4 -4
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +21 -21
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +7 -7
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +7 -7
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.js.map +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js.map +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +5 -5
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js.map +1 -1
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.js +4 -4
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.js.map +1 -1
- package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.js +4 -4
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +7 -7
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js +6 -6
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.js +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.js +3 -3
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js +4 -4
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js +11 -11
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +9 -9
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.js +5 -5
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.js +3 -3
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js +3 -3
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/marketplace.client.js +3 -3
- package/dist/martyrs/src/modules/marketplace/marketplace.client.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Marketplace.vue.js +6 -6
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Marketplace.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +5 -3
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/blocks/ActionButtons.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/blocks/ActionButtons.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +11 -11
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +7 -7
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +9 -9
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +16 -16
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +24 -24
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +8 -8
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js +10 -13
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js +10 -10
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +27 -27
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +17 -17
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +27 -27
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js +8 -8
- package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/player/PlayerControls.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js +1 -1
- package/dist/martyrs/src/modules/music/music.client.js +6 -6
- package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.js +2 -2
- package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +1 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +2 -2
- package/dist/martyrs/src/modules/notifications/store/notifications.store.js +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.js +9 -9
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js +5 -5
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.js +9 -9
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.js +3 -3
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js +5 -5
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js +6 -6
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +18 -18
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +3 -3
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +6 -6
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.js +3 -3
- package/dist/martyrs/src/modules/orders/store/shopcart.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +3 -3
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.js +8 -8
- package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +4 -4
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +3 -3
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js +3 -3
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +6 -6
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +4 -4
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +5 -5
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +4 -4
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +4 -4
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.js +5 -5
- package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/elements/THC.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +5 -5
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +7 -7
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +10 -10
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +12 -12
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +6 -6
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +9 -9
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +11 -11
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +7 -7
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.js +2 -2
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.js +8 -8
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js +2 -2
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +8 -8
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.js +3 -3
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.js.map +1 -1
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +3 -3
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js +5 -5
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.js +4 -4
- package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +4 -4
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js +6 -6
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +5 -5
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +3 -3
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +8 -8
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.js +5 -5
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.js +6 -6
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.js +2 -2
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.js +6 -6
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.js +12 -12
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.js +4 -4
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +25 -25
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js.map +1 -1
- package/dist/martyrs.css +1 -1
- package/dist/martyrs.es.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
- package/dist/style.css +194 -202
- package/dist/{web-CH5wzMHy.js → web-BqTV9va1.js} +1 -1
- package/package.json +6 -8
- package/src/builder/modes/ssr.prod.js +1 -0
- package/src/builder/modes/ssr.rspack.dev.js +82 -84
- package/src/builder/rspack/rspack.config.base.js +7 -0
- package/src/builder/rspack/rspack.config.ssr.client.js +19 -44
- package/src/builder/templates/page.js +21 -0
- package/src/components/Block/Block.vue +1 -1
- package/src/components/BottomSheet/BottomSheet.vue +1 -1
- package/src/components/Calendar/Calendar.vue +5 -5
- package/src/components/Checkbox/Checkbox.vue +2 -2
- package/src/components/Chips/Chips.vue +2 -2
- package/src/components/Completion/Completion.vue +2 -2
- package/src/components/Countdown/Countdown.vue +5 -5
- package/src/components/DatePicker/DatePicker.vue +4 -4
- package/src/components/EditImages/EditImages.vue +1 -1
- package/src/components/Feed/Feed.old.vue +1 -1
- package/src/components/Feed/Feed.vue +1 -1
- package/src/components/FieldBig/FieldBig.vue +2 -2
- package/src/components/FieldPhone/FieldPhone.vue +1 -1
- package/src/components/FieldTags/BlockTags.vue +1 -1
- package/src/components/Loader/Loader.vue +1 -1
- package/src/components/Menu/MenuItem.vue +2 -2
- package/src/components/PhotoViewer/PhotoViewer.vue +1 -1
- package/src/components/Radio/Radio.vue +1 -1
- package/src/components/Select/Select.vue +1 -1
- package/src/components/Table/Table.vue +2 -2
- package/src/components/Text/Text.vue +1 -1
- package/src/components/UploadImage/UploadImage.vue +2 -2
- package/src/components/UploadImageMultiple/UploadImageMultiple.vue +3 -3
- package/src/configurator/components/layouts/layoutConfigurator.vue +1 -1
- package/src/configurator/components/pages/Styles.vue +2 -2
- package/src/jit/.claude/settings.local.json +10 -0
- package/src/jit/CLAUDE.md +387 -0
- package/src/jit/core.js +274 -0
- package/src/jit/extractor.js +140 -0
- package/src/jit/index.js +19 -0
- package/src/jit/loader.js +46 -0
- package/src/jit/plugin.js +209 -0
- package/src/jit/rules.js +474 -0
- package/src/jit/variants.js +128 -0
- package/src/modules/auth/views/components/blocks/CardUser.vue +2 -2
- package/src/modules/auth/views/components/blocks/ProfileCard.vue +4 -4
- package/src/modules/auth/views/components/layouts/Auth.vue +1 -1
- package/src/modules/auth/views/components/pages/EnterPassword.vue +2 -2
- package/src/modules/auth/views/components/pages/Profile.vue +5 -5
- package/src/modules/auth/views/components/pages/ProfileBlogposts.vue +1 -1
- package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +2 -2
- package/src/modules/auth/views/components/pages/ResetPassword.vue +1 -1
- package/src/modules/auth/views/components/pages/SignIn.vue +3 -3
- package/src/modules/auth/views/components/pages/SignUp.vue +1 -1
- package/src/modules/auth/views/components/pages/UserDashboard.vue +3 -3
- package/src/modules/auth/views/components/sections/FeaturedUsers.vue +1 -1
- package/src/modules/auth/views/components/sections/ProfileCompletion.vue +2 -2
- package/src/modules/auth/views/components/sections/ProfileEditCredentials.vue +7 -7
- package/src/modules/auth/views/components/sections/SliderFeatures.vue +1 -1
- package/src/modules/backoffice/components/admin/Backcalls.vue +1 -1
- package/src/modules/backoffice/components/admin/FastOrders.vue +1 -1
- package/src/modules/backoffice/components/admin/ProductEdit.vue +2 -2
- package/src/modules/backoffice/components/admin/UserEdit.vue +1 -1
- package/src/modules/backoffice/components/admin/Users.vue +2 -2
- package/src/modules/backoffice/components/pages/Dashboard.vue +4 -4
- package/src/modules/backoffice/components/partials/Sidebar.vue +5 -5
- package/src/modules/chats/components/blocks/ChatMessage.vue +1 -1
- package/src/modules/chats/components/sections/ChatWindow.vue +2 -2
- package/src/modules/community/components/blocks/Activity.vue +7 -7
- package/src/modules/community/components/blocks/CardBlogpost.vue +1 -1
- package/src/modules/community/components/blocks/FooterBlogpost.vue +4 -4
- package/src/modules/community/components/layouts/Community.vue +10 -10
- package/src/modules/community/components/pages/CreateBlogPost.vue +1 -1
- package/src/modules/community/components/pages/Posts.vue +2 -2
- package/src/modules/community/components/sections/Comment.vue +2 -2
- package/src/modules/constructor/components/elements/Audio.vue +1 -1
- package/src/modules/constructor/components/elements/Caption.vue +1 -1
- package/src/modules/constructor/components/elements/Embed.vue +1 -1
- package/src/modules/constructor/components/elements/Textarea.vue +1 -1
- package/src/modules/constructor/components/elements/Video.vue +1 -1
- package/src/modules/core/views/classes/core.app.js +2 -1
- package/src/modules/core/views/components/blocks/BlockSorting.vue +2 -2
- package/src/modules/core/views/components/blocks/CardFooter.vue +4 -4
- package/src/modules/core/views/components/blocks/CardHeader.vue +7 -7
- package/src/modules/core/views/components/blocks/HelpCard.vue +1 -1
- package/src/modules/core/views/components/blocks/PopupAuth.vue +1 -1
- package/src/modules/core/views/components/elements/ButtonDate.vue +1 -1
- package/src/modules/core/views/components/elements/PhotoStack.vue +3 -3
- package/src/modules/core/views/components/layouts/App.vue +28 -4
- package/src/modules/core/views/components/layouts/Client.vue +4 -4
- package/src/modules/core/views/components/partials/BottomNavigationBar.vue +15 -15
- package/src/modules/core/views/components/partials/CitySelection.vue +1 -1
- package/src/modules/core/views/components/partials/Footer.centered.vue +17 -17
- package/src/modules/core/views/components/partials/Footer.vue +18 -18
- package/src/modules/core/views/components/partials/Header.vue +10 -11
- package/src/modules/core/views/components/partials/LocationSelection.vue +1 -1
- package/src/modules/core/views/components/partials/Navigation.vue +20 -19
- package/src/modules/core/views/components/partials/NavigationBar.vue +3 -3
- package/src/modules/core/views/components/partials/Sidebar.vue +6 -6
- package/src/modules/core/views/components/sections/SectionPageTitle.vue +2 -2
- package/src/modules/core/views/components/sections/filters/FilterCheckbox.vue +1 -1
- package/src/modules/core/views/components/sections/filters/FilterDateRange.vue +2 -2
- package/src/modules/core/views/components/sections/filters/FilterPrice.vue +2 -2
- package/src/modules/core/views/components/sections/filters/FilterRange.vue +2 -2
- package/src/modules/core/views/store/core.store.js +36 -60
- package/src/modules/core/views/utils/vue-app-renderer.js +31 -1
- package/src/modules/events/components/blocks/CardEvent.vue +6 -6
- package/src/modules/events/components/blocks/CardEventShort.vue +3 -3
- package/src/modules/events/components/pages/EditEvent.vue +1 -1
- package/src/modules/events/components/pages/EditEventTickets.vue +18 -18
- package/src/modules/events/components/pages/Event.vue +5 -5
- package/src/modules/events/components/pages/Events.vue +2 -2
- package/src/modules/events/components/pages/EventsBackoffice.vue +2 -2
- package/src/modules/events/components/sections/EditTickets.vue +5 -5
- package/src/modules/events/components/sections/EventsHot.vue +2 -2
- package/src/modules/events/components/sections/List.vue +1 -1
- package/src/modules/events/components/sections/SelectDate.vue +1 -1
- package/src/modules/gallery/components/pages/Gallery.vue +1 -1
- package/src/modules/gallery/components/sections/BackofficeGallery.vue +1 -1
- package/src/modules/governance/reactcode/src/components/CreateInitiativeForm.tsx +14 -14
- package/src/modules/governance/reactcode/src/components/CreateMilestoneForm.tsx +13 -13
- package/src/modules/governance/reactcode/src/components/EmptyState.tsx +2 -2
- package/src/modules/governance/reactcode/src/components/InitiativeCard.tsx +1 -1
- package/src/modules/governance/reactcode/src/components/LinkedEntityCard.tsx +1 -1
- package/src/modules/governance/reactcode/src/components/MilestoneCard.tsx +2 -2
- package/src/modules/governance/reactcode/src/components/ProductRepositories.tsx +6 -6
- package/src/modules/governance/reactcode/src/components/ProductSummary.tsx +18 -18
- package/src/modules/governance/reactcode/src/components/ProductTeam.tsx +7 -7
- package/src/modules/governance/reactcode/src/components/ProposeTaskForm.tsx +9 -9
- package/src/modules/governance/reactcode/src/components/TaskAssignForm.tsx +4 -4
- package/src/modules/governance/reactcode/src/components/TaskCard.tsx +1 -1
- package/src/modules/governance/reactcode/src/components/TaskStatusBadge.tsx +1 -1
- package/src/modules/governance/reactcode/src/components/VoteForm.tsx +6 -6
- package/src/modules/governance/reactcode/src/components/VotingCard.tsx +2 -2
- package/src/modules/governance/reactcode/src/components/VotingResults.tsx +15 -15
- package/src/modules/governance/reactcode/src/pages/InitiativeDetailPage.tsx +41 -41
- package/src/modules/governance/reactcode/src/pages/InitiativeMilestonesPage.tsx +8 -8
- package/src/modules/governance/reactcode/src/pages/InitiativesListPage.tsx +6 -6
- package/src/modules/governance/reactcode/src/pages/MilestoneDetailPage.tsx +9 -9
- package/src/modules/governance/reactcode/src/pages/RoadmapPage.tsx +14 -14
- package/src/modules/governance/reactcode/src/pages/TaskDetailPage.tsx +44 -44
- package/src/modules/governance/reactcode/src/pages/VotingDetailPage.tsx +8 -8
- package/src/modules/governance/reactcode/src/pages/VotingsListPage.tsx +3 -3
- package/src/modules/governance/reactcode-2/App.tsx +28 -0
- package/src/modules/governance/reactcode-2/README.md +20 -0
- package/src/modules/governance/reactcode-2/components/Charts.tsx +58 -0
- package/src/modules/governance/reactcode-2/components/Layout.tsx +457 -0
- package/src/modules/governance/reactcode-2/components/TaskPage.tsx +325 -0
- package/src/modules/governance/reactcode-2/components/VoteBadge.tsx +27 -0
- package/src/modules/governance/reactcode-2/components/VotingsFeedPage.tsx +328 -0
- package/src/modules/governance/reactcode-2/constants.ts +154 -0
- package/src/modules/governance/reactcode-2/index.html +70 -0
- package/src/modules/governance/reactcode-2/index.tsx +15 -0
- package/src/modules/governance/reactcode-2/metadata.json +5 -0
- package/src/modules/governance/reactcode-2/package.json +23 -0
- package/src/modules/governance/reactcode-2/pnpm-lock.yaml +1410 -0
- package/src/modules/governance/reactcode-2/tsconfig.json +29 -0
- package/src/modules/governance/reactcode-2/types.ts +48 -0
- package/src/modules/governance/reactcode-2/vite.config.ts +23 -0
- package/src/modules/governance/views/components/blocks/CardInitiativeItem.vue +10 -10
- package/src/modules/governance/views/components/blocks/CardMilestoneItem.vue +15 -15
- package/src/modules/governance/views/components/blocks/CardTaskItem.vue +9 -9
- package/src/modules/governance/views/components/blocks/CardVotingItem.vue +11 -11
- package/src/modules/governance/views/components/layouts/Governance.vue +1 -1
- package/src/modules/governance/views/components/pages/Governance.vue +3 -3
- package/src/modules/governance/views/components/pages/Initiative.vue +112 -112
- package/src/modules/governance/views/components/pages/InitiativeMilestones.vue +31 -31
- package/src/modules/governance/views/components/pages/Initiatives.vue +20 -22
- package/src/modules/governance/views/components/pages/Milestone.vue +25 -25
- package/src/modules/governance/views/components/pages/Roadmap.vue +47 -47
- package/src/modules/governance/views/components/pages/Task.vue +106 -106
- package/src/modules/governance/views/components/pages/Tasks.vue +16 -16
- package/src/modules/governance/views/components/pages/Voting.vue +23 -23
- package/src/modules/governance/views/components/pages/Votings.vue +7 -7
- package/src/modules/governance/views/components/partials/EmptyState.vue +3 -3
- package/src/modules/governance/views/components/partials/LinkedEntityCard.vue +11 -11
- package/src/modules/governance/views/components/partials/TaskStatusBadge.vue +4 -4
- package/src/modules/governance/views/components/partials/VoteForm.vue +14 -14
- package/src/modules/governance/views/components/partials/VotingResults.vue +22 -22
- package/src/modules/icons/components/IconSearchPopup.vue +3 -3
- package/src/modules/icons/entities/IconCash.vue +23 -0
- package/src/modules/icons/navigation/IconSort.vue +4 -4
- package/src/modules/icons/pages/IconsPage.vue +7 -7
- package/src/modules/inventory/components/forms/AdjustmentForm.vue +3 -3
- package/src/modules/inventory/components/forms/HistoryView.vue +1 -1
- package/src/modules/inventory/components/forms/StockAlertsForm.vue +1 -1
- package/src/modules/inventory/components/pages/Inventory.vue +10 -10
- package/src/modules/inventory/components/pages/InventoryEdit.vue +6 -6
- package/src/modules/landing/components/blocks/MapBlock.vue +2 -2
- package/src/modules/landing/components/sections/Examples.vue +1 -1
- package/src/modules/landing/components/sections/InstagramSection.vue +1 -1
- package/src/modules/landing/components/sections/SectionEarn.vue +4 -4
- package/src/modules/landing/components/sections/SectionFeature.vue +1 -1
- package/src/modules/landing/components/sections/SectionFocus.vue +2 -2
- package/src/modules/landing/components/sections/SectionGuide.vue +2 -2
- package/src/modules/landing/components/sections/SectionHeroToken.vue +1 -1
- package/src/modules/landing/components/sections/SectionHeroVideo.vue +2 -2
- package/src/modules/landing/components/sections/SectionJoinUs.vue +2 -2
- package/src/modules/landing/components/sections/SectionMobileApp.vue +3 -3
- package/src/modules/landing/components/sections/SectionOverview.vue +2 -2
- package/src/modules/landing/components/sections/SectionRoadmap.vue +2 -2
- package/src/modules/marketplace/views/components/layouts/Marketplace.vue +8 -8
- package/src/modules/marketplace/views/components/pages/Marketplace.vue +5 -5
- package/src/modules/marketplace/views/components/sections/SectionMenu.vue +3 -3
- package/src/modules/music/components/SidebarMusic.vue +11 -11
- package/src/modules/music/components/blocks/ActionButtons.vue +2 -2
- package/src/modules/music/components/cards/AlbumCard.vue +4 -4
- package/src/modules/music/components/cards/ArtistCard.vue +3 -8
- package/src/modules/music/components/cards/ArtistCardSmall.vue +2 -2
- package/src/modules/music/components/cards/PlaylistCard.vue +4 -4
- package/src/modules/music/components/cards/TrackListCard.vue +5 -5
- package/src/modules/music/components/forms/AlbumForm.vue +8 -8
- package/src/modules/music/components/forms/ArtistForm.vue +4 -4
- package/src/modules/music/components/forms/PlaylistForm.vue +7 -7
- package/src/modules/music/components/forms/SearchForm.vue +1 -1
- package/src/modules/music/components/forms/TrackForm.vue +13 -13
- package/src/modules/music/components/pages/Album.vue +22 -22
- package/src/modules/music/components/pages/Artist.vue +7 -7
- package/src/modules/music/components/pages/MusicHome.vue +13 -18
- package/src/modules/music/components/pages/MusicLibrary.vue +9 -9
- package/src/modules/music/components/pages/Playlist.vue +25 -25
- package/src/modules/music/components/pages/SearchResults.vue +15 -15
- package/src/modules/music/components/pages/Track.vue +25 -25
- package/src/modules/music/components/player/FullscreenPlayer.vue +5 -5
- package/src/modules/notifications/components/blocks/NotificationItem.vue +1 -1
- package/src/modules/notifications/components/elements/NotificationBadge.vue +1 -1
- package/src/modules/orders/components/blocks/CardApplication.vue +1 -1
- package/src/modules/orders/components/blocks/CardCustomer.vue +1 -1
- package/src/modules/orders/components/blocks/CardOrder.vue +9 -9
- package/src/modules/orders/components/blocks/CardOrderBackoffice.vue +5 -5
- package/src/modules/orders/components/blocks/CardOrderItem.vue +9 -9
- package/src/modules/orders/components/blocks/CardOrderUser.vue +3 -3
- package/src/modules/orders/components/blocks/CardOrderVar1.vue +4 -4
- package/src/modules/orders/components/blocks/StatusHistory.vue +3 -3
- package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +1 -1
- package/src/modules/orders/components/elements/PriceTotal.vue +3 -3
- package/src/modules/orders/components/forms/FormApplicationDetails.vue +2 -2
- package/src/modules/orders/components/forms/FormCustomerDetails.vue +3 -3
- package/src/modules/orders/components/pages/Favorites.vue +1 -1
- package/src/modules/orders/components/pages/OrderBackoffice.vue +15 -15
- package/src/modules/orders/components/pages/OrderCreate.vue +2 -2
- package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +4 -4
- package/src/modules/orders/components/pages/Orders_refact.vue +3 -3
- package/src/modules/orders/components/partials/ShopCart.vue +2 -2
- package/src/modules/orders/components/sections/ApplicationDetails.vue +2 -2
- package/src/modules/orders/components/sections/AskToLogin.vue +1 -1
- package/src/modules/orders/components/sections/CustomerDetails.vue +2 -2
- package/src/modules/orders/components/sections/Succes.vue +4 -4
- package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -1
- package/src/modules/organizations/components/blocks/CardOrganization.vue +4 -4
- package/src/modules/organizations/components/blocks/Contacts.vue +8 -8
- package/src/modules/organizations/components/blocks/Rating.vue +1 -1
- package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +3 -3
- package/src/modules/organizations/components/forms/DepartmentForm.vue +1 -1
- package/src/modules/organizations/components/forms/InviteForm.vue +1 -1
- package/src/modules/organizations/components/pages/Department.vue +2 -2
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +1 -1
- package/src/modules/organizations/components/pages/Members.vue +1 -1
- package/src/modules/organizations/components/pages/Organization.new.vue +8 -8
- package/src/modules/organizations/components/pages/Organization.vue +6 -6
- package/src/modules/organizations/components/pages/OrganizationDocuments.vue +2 -2
- package/src/modules/organizations/components/pages/Organizations.vue +3 -3
- package/src/modules/organizations/components/sections/Documents.vue +2 -2
- package/src/modules/organizations/components/sections/MembersAdd.vue +1 -1
- package/src/modules/organizations/components/sections/Unit.vue +1 -1
- package/src/modules/pages/views/components/blocks/CardPage.vue +2 -2
- package/src/modules/pages/views/components/pages/Page.vue +5 -5
- package/src/modules/products/components/blocks/CardCategory.vue +1 -1
- package/src/modules/products/components/blocks/CardPosition.vue +4 -4
- package/src/modules/products/components/blocks/CardProduct.vue +3 -3
- package/src/modules/products/components/blocks/ProductDiscounts.vue +3 -3
- package/src/modules/products/components/blocks/ProductImages.vue +2 -2
- package/src/modules/products/components/blocks/ProductVariants.vue +2 -2
- package/src/modules/products/components/elements/Image360.vue +2 -2
- package/src/modules/products/components/elements/Price.vue +2 -2
- package/src/modules/products/components/elements/QuantitySelector.vue +3 -3
- package/src/modules/products/components/elements/THC.vue +1 -1
- package/src/modules/products/components/forms/ReorderSettingsForm.vue +1 -1
- package/src/modules/products/components/forms/StockAuditForm.vue +2 -2
- package/src/modules/products/components/forms/StockHistoryView.vue +1 -1
- package/src/modules/products/components/pages/Categories.vue +1 -1
- package/src/modules/products/components/pages/CategoryEdit.vue +2 -2
- package/src/modules/products/components/pages/Product.vue +6 -6
- package/src/modules/products/components/pages/ProductEdit.vue +6 -6
- package/src/modules/products/components/pages/Products.vue +11 -11
- package/src/modules/products/components/sections/EditAttributes.vue +4 -4
- package/src/modules/products/components/sections/EditCategories.vue +1 -1
- package/src/modules/products/components/sections/EditDiscounts.vue +6 -6
- package/src/modules/products/components/sections/EditRecommended.vue +1 -1
- package/src/modules/products/components/sections/EditVariants.vue +8 -8
- package/src/modules/products/components/sections/FilterProducts.vue +3 -3
- package/src/modules/products/components/sections/ProductConfigurator.vue +2 -2
- package/src/modules/products/components/sections/ProductInformationSection.vue +10 -10
- package/src/modules/products/components/sections/ProductsRecommended.vue +2 -2
- package/src/modules/products/components/sections/SectionProduct.vue +7 -7
- package/src/modules/products/experiments/product-recommendation/components/HeroRecommendation.vue +3 -3
- package/src/modules/rents/views/components/blocks/CardRent.vue +1 -1
- package/src/modules/rents/views/components/pages/Gant/DateLabel.vue +1 -1
- package/src/modules/rents/views/components/pages/Gant/GanttBar.vue +2 -2
- package/src/modules/rents/views/components/pages/Gant/GanttChart.vue +8 -8
- package/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue +1 -1
- package/src/modules/rents/views/components/pages/Rents.vue +1 -1
- package/src/modules/rents/views/components/pages/RentsEdit.vue +6 -6
- package/src/modules/reports/components/pages/BackofficeReports.vue +3 -3
- package/src/modules/reports/components/sections/FormReport.vue +1 -1
- package/src/modules/spots/components/blocks/CardSpot.vue +4 -4
- package/src/modules/spots/components/blocks/SpotMemberModify.vue +1 -1
- package/src/modules/spots/components/layouts/Spots.vue +2 -2
- package/src/modules/spots/components/pages/Spot.vue +5 -5
- package/src/modules/spots/components/pages/SpotEdit.vue +2 -2
- package/src/modules/spots/components/pages/Spots.vue +3 -3
- package/src/modules/spots/components/sections/MapSection.vue +1 -1
- package/src/modules/spots/components/sections/WorktimeEdit.vue +4 -4
- package/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue +5 -5
- package/src/modules/wallet/views/components/blocks/CardDeposit.vue +5 -5
- package/src/modules/wallet/views/components/blocks/CashDeposit.vue +2 -2
- package/src/modules/wallet/views/components/blocks/CryptoDeposit.vue +4 -4
- package/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue +11 -11
- package/src/modules/wallet/views/components/elements/ConnectMetamask.vue +4 -4
- package/src/modules/wallet/views/components/pages/Wallet.vue +22 -22
- package/src/styles/config.scss +193 -507
- package/src/styles/layout.scss +81 -1
- package/src/styles/reset.scss +2 -0
- package/src/styles/theme.scss +1 -8
- package/dist/martyrs/dist/main-BFvlam0J.js.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.js.map +0 -1
- package/dist/martyrs/src/components/Button/Button.vue.js.map +0 -1
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +0 -1
- package/dist/martyrs/src/components/Field/Field.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Menu/Menu.vue.js.map +0 -1
- package/dist/martyrs/src/components/Select/Select.vue2.js.map +0 -1
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +0 -1
- package/dist/node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js.map +0 -1
- package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.js.map +0 -1
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js.map +0 -1
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +0 -6
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +0 -15
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +0 -11
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +0 -20
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js.map +0 -1
- package/src/modules/LAYOUT.MD +0 -767
- package/src/modules/STYLES.MD +0 -298
- package/src/modules/inventory/inventory.router.js +0 -72
- package/src/modules/products/products.router.js +0 -299
- package/src/styles/base/all.scss +0 -233
- package/src/styles/base/backgrounds.scss +0 -70
- package/src/styles/base/borders.scss +0 -407
- package/src/styles/base/scrolling.scss +0 -137
- package/src/styles/base/shadow_transitions_hover_refactor.scss +0 -158
- package/src/styles/base/transitions.scss +0 -109
- package/src/styles/responsive.scss +0 -152
- package/src/styles/typography.scss +0 -161
- /package/dist/{node_modules/.pnpm/@vue_shared@3.5.13 → martyrs}/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -0
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
:key="tab.id"
|
|
12
12
|
@click="activeTab = tab.id"
|
|
13
13
|
:class="[
|
|
14
|
-
activeTab === tab.id ? 'bg-white t-black' : 'bg-white-transp-50 hover
|
|
14
|
+
activeTab === tab.id ? 'bg-white t-black' : 'bg-white-transp-50 hover:bg-white',
|
|
15
15
|
]"
|
|
16
16
|
class="radius-extra pd-small"
|
|
17
17
|
:showLoader="false"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
<!-- Playlists Tab -->
|
|
26
26
|
<div v-if="activeTab === 'playlists'" class="playlists-tab">
|
|
27
|
-
<div class="flex-between flex mn-b-small">
|
|
27
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
28
28
|
<h2 class="">Your Playlists</h2>
|
|
29
29
|
<Button
|
|
30
30
|
@click="$router.push({ name: 'playlist-create' })"
|
|
31
|
-
class="bg-main radius-small pd-small hover
|
|
31
|
+
class="bg-main radius-small pd-small hover:scale-[1.05]"
|
|
32
32
|
:showLoader="false"
|
|
33
33
|
:showSucces="false"
|
|
34
34
|
>
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
|
|
65
65
|
<!-- Albums Tab -->
|
|
66
66
|
<div v-if="activeTab === 'albums'" class="albums-tab">
|
|
67
|
-
<div class="flex-between flex mn-b-small">
|
|
67
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
68
68
|
<h2 class="">Your Albums</h2>
|
|
69
69
|
<Button
|
|
70
70
|
@click="$router.push({ name: 'album-create' })"
|
|
71
|
-
class="bg-main radius-small pd-small hover
|
|
71
|
+
class="bg-main radius-small pd-small hover:scale-[1.05]"
|
|
72
72
|
:showLoader="false"
|
|
73
73
|
:showSucces="false"
|
|
74
74
|
>
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
|
|
105
105
|
<!-- Artists Tab -->
|
|
106
106
|
<div v-if="activeTab === 'artists'" class="artists-tab">
|
|
107
|
-
<div class="flex-between flex mn-b-small">
|
|
107
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
108
108
|
<h2 class="">Your Artists</h2>
|
|
109
109
|
<Button
|
|
110
110
|
@click="$router.push({ name: 'artist-create' })"
|
|
111
|
-
class="bg-main radius-small pd-small hover
|
|
111
|
+
class="bg-main radius-small pd-small hover:scale-[1.05]"
|
|
112
112
|
:showLoader="false"
|
|
113
113
|
:showSucces="false"
|
|
114
114
|
>
|
|
@@ -144,11 +144,11 @@
|
|
|
144
144
|
|
|
145
145
|
<!-- Tracks Tab -->
|
|
146
146
|
<div v-if="activeTab === 'tracks'" class="tracks-tab">
|
|
147
|
-
<div class="flex-between flex mn-b-small">
|
|
147
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
148
148
|
<h2 class="">Your Tracks</h2>
|
|
149
149
|
<Button
|
|
150
150
|
@click="$router.push({ name: 'track-create' })"
|
|
151
|
-
class="bg-main radius-small pd-small hover
|
|
151
|
+
class="bg-main radius-small pd-small hover:scale-[1.05]"
|
|
152
152
|
:showLoader="false"
|
|
153
153
|
:showSucces="false"
|
|
154
154
|
>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<!-- Not Found -->
|
|
4
4
|
<div v-if="hasLoaded && !playlist" class="t-center pd-big">
|
|
5
5
|
<h2 class="">Playlist not found</h2>
|
|
6
|
-
<p class="t-transp
|
|
6
|
+
<p class="t-transp fw-medium">The playlist you're looking for doesn't exist or has been removed.</p>
|
|
7
7
|
</div>
|
|
8
8
|
|
|
9
9
|
<!-- Playlist Content -->
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
22
|
<!-- Quick Stats -->
|
|
23
|
-
<div class="stats-grid grid cols-2 gap-small">
|
|
23
|
+
<div class="stats-grid d-grid cols-2 gap-small">
|
|
24
24
|
<div class="stat-card bg-light pd-medium radius-medium t-center">
|
|
25
25
|
<div class=" mn-b-thin">{{ playlistTracks.length }}</div>
|
|
26
26
|
<div class="t-small t-transp t-uppercase">Tracks</div>
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
<div class="playlist-details-section">
|
|
37
37
|
<!-- Playlist Type Badge -->
|
|
38
38
|
<div class="flex items-center gap-small mn-b-small">
|
|
39
|
-
<span class="bg-light
|
|
39
|
+
<span class="bg-light fw-medium pd-thin radius-thin uppercase t-small t-uppercase">
|
|
40
40
|
Playlist
|
|
41
41
|
</span>
|
|
42
|
-
<span v-if="playlist.isCollaborative" class="bg-light
|
|
42
|
+
<span v-if="playlist.isCollaborative" class="bg-light fw-medium pd-thin radius-thin uppercase t-small t-uppercase">
|
|
43
43
|
Collaborative
|
|
44
44
|
</span>
|
|
45
|
-
<span v-if="playlist.status === 'published'" class="bg-light
|
|
45
|
+
<span v-if="playlist.status === 'published'" class="bg-light fw-medium pd-thin radius-thin uppercase t-small t-uppercase">
|
|
46
46
|
Published
|
|
47
47
|
</span>
|
|
48
48
|
</div>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
<ActionButtons :buttons="actionButtons" />
|
|
55
55
|
|
|
56
56
|
<div class="artists-section mn-b-medium">
|
|
57
|
-
<h3 class="
|
|
57
|
+
<h3 class="fw-medium mn-b-small">Created by</h3>
|
|
58
58
|
<div class="flex flex-column gap-small">
|
|
59
59
|
<ArtistCardSmall
|
|
60
60
|
:artist="{
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
|
|
74
74
|
<!-- Collaborators -->
|
|
75
75
|
<div v-if="playlist.collaborators && playlist.collaborators.length > 0" class="collaborators-section mn-b-big">
|
|
76
|
-
<h3 class="
|
|
76
|
+
<h3 class="fw-medium mn-b-small">Collaborators</h3>
|
|
77
77
|
<div class="flex flex-wrap gap-small">
|
|
78
78
|
<div
|
|
79
79
|
v-for="collaborator in playlist.collaborators"
|
|
@@ -91,53 +91,53 @@
|
|
|
91
91
|
</div>
|
|
92
92
|
|
|
93
93
|
<!-- Metadata Cards -->
|
|
94
|
-
<h3 class="
|
|
95
|
-
<div class="metadata-grid grid cols-2 gap-small mn-b-medium">
|
|
94
|
+
<h3 class="fw-medium mn-b-small">Metadata</h3>
|
|
95
|
+
<div class="metadata-grid d-grid cols-2 gap-small mn-b-medium">
|
|
96
96
|
<!-- Created Date -->
|
|
97
97
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
98
|
-
<IconCalendar class="i-medium t-
|
|
98
|
+
<IconCalendar class="i-medium t-main" />
|
|
99
99
|
<div>
|
|
100
100
|
<div class="t-small t-transp t-uppercase">Created</div>
|
|
101
|
-
<div class="
|
|
101
|
+
<div class="fw-medium ">{{ formatDate(playlist.createdAt) }}</div>
|
|
102
102
|
</div>
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<!-- Total Duration -->
|
|
106
106
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
107
|
-
<IconClock class="i-medium t-
|
|
107
|
+
<IconClock class="i-medium t-main" />
|
|
108
108
|
<div>
|
|
109
109
|
<div class="t-small t-transp t-uppercase">Duration</div>
|
|
110
|
-
<div class="
|
|
110
|
+
<div class="fw-medium ">{{ totalDuration }}</div>
|
|
111
111
|
</div>
|
|
112
112
|
</div>
|
|
113
113
|
|
|
114
114
|
<!-- Updated Date -->
|
|
115
115
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
116
|
-
<IconRefresh class="i-medium t-
|
|
116
|
+
<IconRefresh class="i-medium t-main" />
|
|
117
117
|
<div>
|
|
118
118
|
<div class="t-small t-transp t-uppercase">Updated</div>
|
|
119
|
-
<div class="
|
|
119
|
+
<div class="fw-medium ">{{ formatDate(playlist.updatedAt) }}</div>
|
|
120
120
|
</div>
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<!-- Visibility -->
|
|
124
124
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
125
|
-
<IconEye class="i-medium t-
|
|
125
|
+
<IconEye class="i-medium t-main" />
|
|
126
126
|
<div>
|
|
127
127
|
<div class="t-small t-transp t-uppercase">Visibility</div>
|
|
128
|
-
<div class="
|
|
128
|
+
<div class="fw-medium ">{{ playlist.isPublic ? 'Public' : 'Private' }}</div>
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
</div>
|
|
132
132
|
|
|
133
133
|
<!-- Tags -->
|
|
134
134
|
<div v-if="playlist.tags && playlist.tags.length" class="tags-section mn-b-medium">
|
|
135
|
-
<h3 class="
|
|
135
|
+
<h3 class="fw-medium mn-b-small">Tags</h3>
|
|
136
136
|
<div class="flex gap-thin flex-wrap">
|
|
137
137
|
<span
|
|
138
138
|
v-for="tag in playlist.tags"
|
|
139
139
|
:key="tag"
|
|
140
|
-
class="tag bg-light t-transp pd-thin-big radius-small t-small hover
|
|
140
|
+
class="tag bg-light t-transp pd-thin-big radius-small t-small hover:bg-light cursor-pointer"
|
|
141
141
|
>
|
|
142
142
|
#{{ tag }}
|
|
143
143
|
</span>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
<!-- Description -->
|
|
148
148
|
<div v-if="playlist.description" class="description-section bg-light pd-medium radius-medium mn-b-medium">
|
|
149
|
-
<h3 class="
|
|
149
|
+
<h3 class="fw-medium mn-b-small">About</h3>
|
|
150
150
|
<p class="t-transp">{{ playlist.description }}</p>
|
|
151
151
|
</div>
|
|
152
152
|
</div>
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
<section v-else-if="!isLoading && playlist && !playlistTracks.length" class="empty-section mn-t-big">
|
|
192
192
|
<div class="empty-tracks t-center pd-big bg-light radius-medium">
|
|
193
193
|
<h3 class=" mn-b-small">This playlist is empty</h3>
|
|
194
|
-
<p class="t-transp
|
|
194
|
+
<p class="t-transp fw-medium mn-b-medium">Add some tracks to get started</p>
|
|
195
195
|
|
|
196
196
|
<Button
|
|
197
197
|
v-if="isOwner || isCollaborator"
|
|
@@ -211,14 +211,14 @@
|
|
|
211
211
|
<router-link
|
|
212
212
|
v-if="playlist.creator"
|
|
213
213
|
:to="getOwnerProfileLink(playlist.creator)"
|
|
214
|
-
class="t-
|
|
214
|
+
class="t-main hover:opacity-70"
|
|
215
215
|
>
|
|
216
216
|
See all
|
|
217
217
|
</router-link>
|
|
218
218
|
</div>
|
|
219
|
-
<div class="flex flex-nowrap gap-small o-x-scroll overscroll-
|
|
220
|
-
<li v-for="relatedPlaylist in morePlaylists" :key="relatedPlaylist._id" class="flex-none scroll-snap-
|
|
221
|
-
<PlaylistCard :playlist="relatedPlaylist" class="w-min-15r
|
|
219
|
+
<div class="flex flex-nowrap gap-small o-x-scroll overscroll-x-contain scroll-smooth scroll-snap-x-mandatory scroll-hide">
|
|
220
|
+
<li v-for="relatedPlaylist in morePlaylists" :key="relatedPlaylist._id" class="flex-none scroll-snap-start">
|
|
221
|
+
<PlaylistCard :playlist="relatedPlaylist" class="w-min-15r ease-cubic-in-out" />
|
|
222
222
|
</li>
|
|
223
223
|
</div>
|
|
224
224
|
</section>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
:key="filter.id"
|
|
18
18
|
@click="setActiveFilter(filter.id)"
|
|
19
19
|
:class="[
|
|
20
|
-
filter.id === activeFilter ? 'bg-white t-black' : 'bg-white-transp-50 hover
|
|
20
|
+
filter.id === activeFilter ? 'bg-white t-black' : 'bg-white-transp-50 hover:bg-white',
|
|
21
21
|
]"
|
|
22
22
|
class="radius-extra pd-small"
|
|
23
23
|
:showLoader="false"
|
|
@@ -33,28 +33,28 @@
|
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
35
|
<div v-else-if="searchError" class="search-error t-center pd-big">
|
|
36
|
-
<p class="t-fourth
|
|
36
|
+
<p class="t-fourth fw-medium">{{ searchError }}</p>
|
|
37
37
|
</div>
|
|
38
38
|
|
|
39
39
|
<div v-else-if="!searchQuery" class="search-empty t-center pd-big">
|
|
40
40
|
<h2 class="mn-b-small">Search for music</h2>
|
|
41
|
-
<p class="t-transp
|
|
41
|
+
<p class="t-transp fw-medium">Find your favorite songs, artists, albums, and playlists</p>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
<div v-else-if="!hasResults" class="search-no-results t-center pd-big">
|
|
45
45
|
<h2 class="mn-b-small">No results found for "{{ searchQuery }}"</h2>
|
|
46
|
-
<p class="t-transp
|
|
46
|
+
<p class="t-transp fw-medium">Please try different keywords or check your spelling</p>
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
<div v-else class="search-results">
|
|
50
50
|
<!-- Songs Results -->
|
|
51
51
|
<section v-if="(activeFilter === 'all' || activeFilter === 'tracks') && trackResults.length > 0" class="search-section mn-b-medium">
|
|
52
|
-
<div class="flex-between flex mn-b-small">
|
|
52
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
53
53
|
<h2 class="">Songs</h2>
|
|
54
54
|
<Button
|
|
55
55
|
v-if="trackResults.length > 5 && activeFilter === 'all'"
|
|
56
56
|
@click="setActiveFilter('tracks')"
|
|
57
|
-
class="t-main bg-transparent border-none hover
|
|
57
|
+
class="t-main bg-transparent border-none hover:bg-white-transp-10 pd-thin"
|
|
58
58
|
:showLoader="false"
|
|
59
59
|
:showSucces="false"
|
|
60
60
|
>
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
|
|
77
77
|
<!-- Artists Results -->
|
|
78
78
|
<section v-if="(activeFilter === 'all' || activeFilter === 'artists') && artistResults.length > 0" class="search-section mn-b-medium">
|
|
79
|
-
<div class="flex-between flex mn-b-small">
|
|
79
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
80
80
|
<h2 class="">Artists</h2>
|
|
81
81
|
<Button
|
|
82
82
|
v-if="artistResults.length > 6 && activeFilter === 'all'"
|
|
83
83
|
@click="setActiveFilter('artists')"
|
|
84
|
-
class="t-main bg-transparent border-none hover
|
|
84
|
+
class="t-main bg-transparent border-none hover:bg-white-transp-10 pd-thin"
|
|
85
85
|
:showLoader="false"
|
|
86
86
|
:showSucces="false"
|
|
87
87
|
>
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
|
|
99
99
|
<!-- Albums Results -->
|
|
100
100
|
<section v-if="(activeFilter === 'all' || activeFilter === 'albums') && albumResults.length > 0" class="search-section mn-b-medium">
|
|
101
|
-
<div class="flex-between flex mn-b-small">
|
|
101
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
102
102
|
<h2 class="">Albums</h2>
|
|
103
103
|
<Button
|
|
104
104
|
v-if="albumResults.length > 5 && activeFilter === 'all'"
|
|
105
105
|
@click="setActiveFilter('albums')"
|
|
106
|
-
class="t-main bg-transparent border-none hover
|
|
106
|
+
class="t-main bg-transparent border-none hover:bg-white-transp-10 pd-thin"
|
|
107
107
|
:showLoader="false"
|
|
108
108
|
:showSucces="false"
|
|
109
109
|
>
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
|
|
121
121
|
<!-- Playlists Results -->
|
|
122
122
|
<section v-if="(activeFilter === 'all' || activeFilter === 'playlists') && playlistResults.length > 0" class="search-section mn-b-medium">
|
|
123
|
-
<div class="flex-between flex mn-b-small">
|
|
123
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
124
124
|
<h2 class="">Playlists</h2>
|
|
125
125
|
<Button
|
|
126
126
|
v-if="playlistResults.length > 5 && activeFilter === 'all'"
|
|
127
127
|
@click="setActiveFilter('playlists')"
|
|
128
|
-
class="t-main bg-transparent border-none hover
|
|
128
|
+
class="t-main bg-transparent border-none hover:bg-white-transp-10 pd-thin"
|
|
129
129
|
:showLoader="false"
|
|
130
130
|
:showSucces="false"
|
|
131
131
|
>
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
|
|
143
143
|
<!-- Genres Results -->
|
|
144
144
|
<section v-if="(activeFilter === 'all' || activeFilter === 'genres') && genreResults.length > 0" class="search-section">
|
|
145
|
-
<div class="flex-between flex mn-b-small">
|
|
145
|
+
<div class="flex-justify-between flex mn-b-small">
|
|
146
146
|
<h2 class="">Genres</h2>
|
|
147
147
|
<Button
|
|
148
148
|
v-if="genreResults.length > 4 && activeFilter === 'all'"
|
|
149
149
|
@click="setActiveFilter('genres')"
|
|
150
|
-
class="t-main bg-transparent border-none hover
|
|
150
|
+
class="t-main bg-transparent border-none hover:bg-white-transp-10 pd-thin"
|
|
151
151
|
:showLoader="false"
|
|
152
152
|
:showSucces="false"
|
|
153
153
|
>
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
v-for="genre in (activeFilter === 'all' ? genreResults.slice(0, 4) : genreResults)"
|
|
161
161
|
:key="genre._id"
|
|
162
162
|
:to="{ name: 'genre-detail', params: { url: genre.url } }"
|
|
163
|
-
class="genre-card bg-gradient-color pd-medium radius-medium t-center hover
|
|
163
|
+
class="genre-card bg-gradient-color pd-medium radius-medium t-center hover:scale-[1.05] ease-cubic-in-out"
|
|
164
164
|
:style="{
|
|
165
165
|
'--gradient-color': getRandomGradient()
|
|
166
166
|
}"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<!-- Not Found -->
|
|
10
10
|
<div v-if="hasLoaded && !track" class="t-center pd-big">
|
|
11
11
|
<h2 class="">Track not found</h2>
|
|
12
|
-
<p class="t-transp
|
|
12
|
+
<p class="t-transp fw-medium">The track you're looking for doesn't exist or has been removed.</p>
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
15
|
<!-- Track Content -->
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
@click="playTrack"
|
|
29
29
|
color="white"
|
|
30
30
|
size="big"
|
|
31
|
-
class="w-5r h-5r radius-big bg-main shadow-big hover
|
|
31
|
+
class="w-5r h-5r radius-big bg-main shadow-big hover:scale-[1.05]10"
|
|
32
32
|
>
|
|
33
33
|
<IconPlay v-if="!isPlaying" fill="rgb(var(--white))" class="i-medium" />
|
|
34
34
|
<IconPause v-else fill="rgb(var(--white))" class="i-medium" />
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
<!-- Quick Stats -->
|
|
42
|
-
<div class="stats-grid grid cols-2 gap-small">
|
|
42
|
+
<div class="stats-grid d-grid cols-2 gap-small">
|
|
43
43
|
<div class="stat-card bg-light pd-medium radius-medium t-center">
|
|
44
44
|
<div class=" mn-b-thin">{{ formatNumber(track.playCount) }}</div>
|
|
45
45
|
<div class="t-small t-transp t-uppercase">Plays</div>
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
<div class="track-details-section">
|
|
56
56
|
<!-- Track Type Badge -->
|
|
57
57
|
<div class="flex items-center gap-small mn-b-small">
|
|
58
|
-
<span class="bg-light
|
|
59
|
-
<span class="bg-light
|
|
58
|
+
<span class="bg-light fw-medium pd-thin radius-thin uppercase t-small t-uppercase">Single</span>
|
|
59
|
+
<span class="bg-light fw-medium pd-thin radius-thin uppercase t-small t-uppercase">Explicit</span>
|
|
60
60
|
</div>
|
|
61
61
|
|
|
62
62
|
<!-- Track Title -->
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
<!-- Artist Card -->
|
|
68
68
|
<div class="artists-section mn-b-medium">
|
|
69
|
-
<h3 class="
|
|
69
|
+
<h3 class="fw-medium mn-b-small" v-if="track.artist">Artist</h3>
|
|
70
70
|
<ArtistCardSmall
|
|
71
71
|
:key="track.artist._id"
|
|
72
72
|
:artist="track.artist"
|
|
@@ -77,78 +77,78 @@
|
|
|
77
77
|
</div>
|
|
78
78
|
|
|
79
79
|
<!-- Metadata Cards -->
|
|
80
|
-
<h3 class="
|
|
81
|
-
<div class="metadata-grid grid cols-2 gap-small mn-b-medium">
|
|
80
|
+
<h3 class="fw-medium mn-b-small">Metadata</h3>
|
|
81
|
+
<div class="metadata-grid d-grid cols-2 gap-small mn-b-medium">
|
|
82
82
|
<!-- Release Date -->
|
|
83
83
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
84
|
-
<IconCalendar class="i-medium t-
|
|
84
|
+
<IconCalendar class="i-medium t-main" />
|
|
85
85
|
<div>
|
|
86
86
|
<div class="t-small t-transp t-uppercase">Released</div>
|
|
87
|
-
<div class="
|
|
87
|
+
<div class="fw-medium ">{{ formatDate(track.releaseDate) }}</div>
|
|
88
88
|
</div>
|
|
89
89
|
</div>
|
|
90
90
|
|
|
91
91
|
<!-- Total Duration -->
|
|
92
92
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
93
|
-
<IconClock class="i-medium t-
|
|
93
|
+
<IconClock class="i-medium t-main" />
|
|
94
94
|
<div>
|
|
95
95
|
<div class="t-small t-transp t-uppercase">Duration</div>
|
|
96
|
-
<div class="
|
|
96
|
+
<div class="fw-medium ">{{ formatDuration(track.duration) }}</div>
|
|
97
97
|
</div>
|
|
98
98
|
</div>
|
|
99
99
|
|
|
100
100
|
<!-- Label -->
|
|
101
101
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
102
|
-
<IconCheck class="i-medium t-
|
|
102
|
+
<IconCheck class="i-medium t-main" />
|
|
103
103
|
<div>
|
|
104
104
|
<div class="t-small t-transp t-uppercase">Status</div>
|
|
105
|
-
<div class="
|
|
105
|
+
<div class="fw-medium ">{{ track.status }}</div>
|
|
106
106
|
</div>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
109
|
<!-- Visibility -->
|
|
110
110
|
<div class="metadata-card bg-light pd-medium radius-medium flex items-center gap-regular">
|
|
111
|
-
<IconEye class="i-medium t-
|
|
111
|
+
<IconEye class="i-medium t-main" />
|
|
112
112
|
<div>
|
|
113
113
|
<div class="t-small t-transp t-uppercase">Visibility</div>
|
|
114
|
-
<div class="
|
|
114
|
+
<div class="fw-medium ">{{ track.isPublic ? 'Public' : 'Private' }}</div>
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
117
|
</div>
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
<!-- Album Info -->
|
|
121
|
-
<h3 v-if="track.album" class="
|
|
121
|
+
<h3 v-if="track.album" class="fw-medium mn-b-small">From Album</h3>
|
|
122
122
|
<div v-if="track.album" class="album-card bg-light pd-medium radius-medium mn-b-medium">
|
|
123
123
|
|
|
124
124
|
<router-link
|
|
125
125
|
:to="`/album/${track.album.url}`"
|
|
126
|
-
class="flex flex-v-center gap-thin hover-
|
|
126
|
+
class="flex flex-v-center gap-thin hover:opacity-70"
|
|
127
127
|
>
|
|
128
128
|
<Media
|
|
129
129
|
:url="track.album.coverArt || '/logo/logo-placeholder.jpg'"
|
|
130
130
|
:alt="track.album.title"
|
|
131
131
|
class="w-3r h-3r radius-thin o-hidden object-cover"
|
|
132
132
|
/>
|
|
133
|
-
<span class="
|
|
133
|
+
<span class="fw-medium ">{{ track.album.title }}</span>
|
|
134
134
|
</router-link>
|
|
135
135
|
</div>
|
|
136
136
|
|
|
137
137
|
<!-- Genres & Tags -->
|
|
138
138
|
<div v-if="(track.genre && track.genre.length) || (track.tags && track.tags.length)" class="tags-section mn-b-medium">
|
|
139
|
-
<h3 class="
|
|
139
|
+
<h3 class="fw-medium mn-b-small">Genres & Tags</h3>
|
|
140
140
|
<div class="flex gap-thin flex-wrap">
|
|
141
141
|
<span
|
|
142
142
|
v-for="genre in track.genre"
|
|
143
143
|
:key="genre"
|
|
144
|
-
class="tag bg-main
|
|
144
|
+
class="tag bg-main fw-medium pd-thin radius-thin t-small cursor-pointer"
|
|
145
145
|
>
|
|
146
146
|
{{ genre.name || genre }}
|
|
147
147
|
</span>
|
|
148
148
|
<span
|
|
149
149
|
v-for="tag in track.tags"
|
|
150
150
|
:key="tag"
|
|
151
|
-
class="tag bg-light t-transp pd-thin-big radius-small t-small hover
|
|
151
|
+
class="tag bg-light t-transp pd-thin-big radius-small t-small hover:bg-light cursor-pointer"
|
|
152
152
|
>
|
|
153
153
|
#{{ tag.name || tag }}
|
|
154
154
|
</span>
|
|
@@ -157,13 +157,13 @@
|
|
|
157
157
|
|
|
158
158
|
<!-- Description -->
|
|
159
159
|
<div v-if="track.description" class="description-section bg-light pd-medium radius-medium mn-b-medium">
|
|
160
|
-
<h3 class="
|
|
160
|
+
<h3 class="fw-medium mn-b-small">About</h3>
|
|
161
161
|
<p class="t-transp">{{ track.description }}</p>
|
|
162
162
|
</div>
|
|
163
163
|
|
|
164
164
|
<!-- Lyrics -->
|
|
165
165
|
<div v-if="track.lyrics" class="lyrics-section bg-light pd-medium radius-medium">
|
|
166
|
-
<h3 class="
|
|
166
|
+
<h3 class="fw-medium mn-b-small">Lyrics</h3>
|
|
167
167
|
<pre class="t-transp t-small">{{ track.lyrics }}</pre>
|
|
168
168
|
</div>
|
|
169
169
|
</div>
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
class: 'pd-medium bg-light radius-medium'
|
|
187
187
|
}
|
|
188
188
|
}"
|
|
189
|
-
class="grid cols-2 cols-m-3 cols-l-4 gap-regular"
|
|
189
|
+
class="d-grid cols-2 cols-m-3 cols-l-4 gap-regular"
|
|
190
190
|
>
|
|
191
191
|
<template #default="{ items }">
|
|
192
192
|
<div class="bg-light radius-medium o-hidden">
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
class="pos-relative gap-small flex-nowrap flex-column flex-center flex z-index-1"
|
|
8
8
|
>
|
|
9
9
|
<!-- COVER -->
|
|
10
|
-
<div class="mn-b-thin h-max-30r br-2px br-
|
|
10
|
+
<div class="mn-b-thin h-max-30r br-2px br-black-transp-10 radius-extra w-100 pos-relative aspect-1x1 flex-center flex "
|
|
11
11
|
style="
|
|
12
12
|
background: linear-gradient(180deg, #BDBDBD 0%, #D9D9D9 79.69%, #A5A5A5 100%);
|
|
13
13
|
box-shadow: 0 2px 0px 2px #aaaaaa;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</div>
|
|
25
25
|
<div
|
|
26
26
|
ref="disk"
|
|
27
|
-
:class="['radius-
|
|
27
|
+
:class="['radius-extra rotate-gradient flex-center flex']"
|
|
28
28
|
:style="{
|
|
29
29
|
transform: `rotate(${playerState.rotationAngle}deg)`,
|
|
30
30
|
width: '24rem',
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
backgroundPosition: 'center center',
|
|
57
57
|
backgroundSize: '106%',
|
|
58
58
|
}"
|
|
59
|
-
class="radius-extra br-
|
|
59
|
+
class="radius-extra br-black-transp-10 br-1px"
|
|
60
60
|
>
|
|
61
61
|
</div>
|
|
62
62
|
</div>
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
class="i-medium cursor-pointer"
|
|
104
104
|
:class="{'no-events': isLoading}"
|
|
105
105
|
/>
|
|
106
|
-
<p class="
|
|
106
|
+
<p class="fw-semi h4">{{ isLiked ? 'Liked' : 'Like' }}</p>
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
|
-
<p class="
|
|
109
|
+
<p class="fw-semi h4" :class="{'mn-l-auto': authState.user}">{{ likesCount }} {{ likesCount === 1 ? 'person' : 'people' }} liked</p>
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
<!-- CONTROLS -->
|
|
@@ -67,7 +67,7 @@ const handleClick = () => {
|
|
|
67
67
|
{{ notificationIcon }}
|
|
68
68
|
</div>
|
|
69
69
|
<div class="notification-content">
|
|
70
|
-
<p class="p-regular
|
|
70
|
+
<p class="p-regular fw-medium mn-b-small">{{ notification.title }}</p>
|
|
71
71
|
<p class="p-small mn-b-small">{{ notification.body }}</p>
|
|
72
72
|
<p class="pd-thin w-max radius-thin bg-white">{{ formattedDate }}</p>
|
|
73
73
|
</div>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<div class="mn-b-small pd-small bg-white radius-small flex-nowrap flex">
|
|
17
17
|
<div class="w-100">
|
|
18
|
-
<p class="
|
|
18
|
+
<p class="truncate">{{ application.type || 'Unknown' }}</p>
|
|
19
19
|
<small class="t-transp">Type</small>
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
<div class="mn-b-small pd-small bg-white radius-small flex-nowrap flex">
|
|
17
17
|
<div class="w-100">
|
|
18
|
-
<p class="
|
|
18
|
+
<p class="truncate">{{ customer.source || 'Unknown' }}</p>
|
|
19
19
|
<small class="t-transp">Source</small>
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<img loading="lazy" v-if="order.status === 'Awaiting shipment'" class="mn-r-small" src="@/assets/icons/status/paid.svg"/>
|
|
7
7
|
<img loading="lazy" v-if="order.status === 'In delivery'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/>
|
|
8
8
|
<img loading="lazy" v-if="order.status === 'Finished'" class="mn-r-small" src="@/assets/icons/status/finished.svg"/> -->
|
|
9
|
-
<span class="w-100
|
|
9
|
+
<span class="w-100 fw-medium p-medium">{{order.status}}</span>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<div class="flex-nowrap flex">
|
|
13
|
-
<div class="mn-r-bold pd-r-big br-
|
|
13
|
+
<div class="mn-r-bold pd-r-big br-r-1px br-dark w-66">
|
|
14
14
|
<ul class="mn-semi">
|
|
15
15
|
<!-- <li v-for="(product, index) in orderProducts(order.items.slice(0,2))" :key="product.id" class="shop-cart-item">
|
|
16
16
|
<img loading="lazy" v-if="product.images" :src="require( `@/assets/images/products/${product.images[0]}`)">
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
<span v-if="product.color" class="">{{ product.color}}</span>
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
|
-
<p class="
|
|
30
|
+
<p class="fw-demi">$ {{product.quantity}} x {{product.price}}</p>
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
35
|
</li> -->
|
|
36
36
|
</ul>
|
|
37
|
-
<p class="mn-small
|
|
37
|
+
<p class="mn-small fw-medium p-medium">
|
|
38
38
|
Adress and delivery
|
|
39
39
|
</p>
|
|
40
40
|
<p class="mn-small">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
<div class="w-40">
|
|
58
|
-
<p class="mn-small w-100
|
|
58
|
+
<p class="mn-small w-100 fw-medium p-medium">
|
|
59
59
|
<span class="t-transp">Order:</span> №{{order._id.slice(0,8)}}
|
|
60
60
|
</p>
|
|
61
61
|
<p v-if="order.delivery.type === 'Post'" class="mn-medium w-100">
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
</div>
|
|
82
82
|
<div class="mn-semi intotal flex-bottom flex">
|
|
83
83
|
<p class="t-transp">In total to pay</p>
|
|
84
|
-
<p v-if="order.delivery.type === ''" class="p-medium
|
|
85
|
-
<p v-if="order.delivery.type === 'Pickup'" class="p-medium
|
|
86
|
-
<p v-if="order.delivery.type === 'Courier'" class="p-medium
|
|
87
|
-
<p v-if="order.delivery.type === 'Post'" class="p-medium
|
|
84
|
+
<p v-if="order.delivery.type === ''" class="p-medium fw-semi">$ {{ cartTotalPrice }}</p>
|
|
85
|
+
<p v-if="order.delivery.type === 'Pickup'" class="p-medium fw-semi">$ {{ cartTotalPrice}} ₽</p>
|
|
86
|
+
<p v-if="order.delivery.type === 'Courier'" class="p-medium fw-semi">$ {{ cartTotalPrice + 20 }}</p>
|
|
87
|
+
<p v-if="order.delivery.type === 'Post'" class="p-medium fw-semi">$ {{ cartTotalPrice + 10 }}</p>
|
|
88
88
|
</div>
|
|
89
89
|
<hr v-if="order.status === 'Confirmed'" class="mn-semi" >
|
|
90
90
|
<!-- <button
|