@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
package/src/modules/STYLES.MD
DELETED
|
@@ -1,298 +0,0 @@
|
|
|
1
|
-
## ВАЖНО: Инструкция для AI по классам Martyrs
|
|
2
|
-
|
|
3
|
-
**НИКОГДА НЕ СОЗДАВАЙ СЛУЧАЙНЫЕ КЛАССЫ!** Используй только классы из системы Martyrs, перечисленные ниже.
|
|
4
|
-
|
|
5
|
-
### Правила использования фонов:
|
|
6
|
-
- На белом фоне страницы → элементы используют `bg-light`
|
|
7
|
-
- На фоне `bg-light` → элементы используют `bg-white`
|
|
8
|
-
- Кнопки и акцентные элементы → `bg-main` или `bg-second`
|
|
9
|
-
- Всегда соблюдай контраст между элементами
|
|
10
|
-
|
|
11
|
-
## Примеры комбинаций классов из модуля music
|
|
12
|
-
|
|
13
|
-
### Карточки
|
|
14
|
-
```
|
|
15
|
-
# Карточка пример 1
|
|
16
|
-
d-block radius-medium o-hidden
|
|
17
|
-
pos-relative
|
|
18
|
-
w-100 aspect-1x1 object-fit-cover
|
|
19
|
-
pos-absolute pos-t-0 pos-l-0 w-100 h-100 flex-center flex transition-cubic-in-out
|
|
20
|
-
i-big bg-main radius-round flex-center flex aspect-1x1
|
|
21
|
-
pd-medium bg-light
|
|
22
|
-
mn-b-thin t-medium t-truncate
|
|
23
|
-
t-transp t-small t-truncate
|
|
24
|
-
|
|
25
|
-
# Карточка пример 2
|
|
26
|
-
flex flex-column radius-medium o-hidden bg-white
|
|
27
|
-
cursor-pointer hover-scale-1
|
|
28
|
-
w-100 pos-relative aspect-1x1
|
|
29
|
-
w-100 h-100 object-fit-cover
|
|
30
|
-
w-100 h-100 bg-light flex-center flex
|
|
31
|
-
pos-absolute pos-t-small pos-r-small pd-micro radius-medium
|
|
32
|
-
t-medium mn-b-small t-truncate
|
|
33
|
-
азвTrackListCard)
|
|
34
|
-
pd-small hover-bg-white-transp-25 flex-v-center flex cursor-pointer
|
|
35
|
-
bg-main-transp-10
|
|
36
|
-
w-3r t-center pos-relative
|
|
37
|
-
flex-child-1 flex flex-v-center
|
|
38
|
-
w-3r h-3r object-fit-cover o-hidden radius-small
|
|
39
|
-
hover-t-main hover-t-underline
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### Формы
|
|
43
|
-
```
|
|
44
|
-
# Форма поиска (SearchForm)
|
|
45
|
-
flex-v-center flex bg-white-transp-50 pd-thin radius-extra
|
|
46
|
-
i-small mn-r-small
|
|
47
|
-
bg-transparent border-none flex-1
|
|
48
|
-
bg-transparent border-none pd-zero
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
### Страницы и секции
|
|
52
|
-
```
|
|
53
|
-
# Главная страница музыки (MusicHome)
|
|
54
|
-
pd-medium mobile:pd-thin
|
|
55
|
-
mn-b-semi
|
|
56
|
-
flex-between flex mn-b-small
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
### Скроллируемые контейнеры
|
|
60
|
-
```
|
|
61
|
-
# Горизонтальный скролл
|
|
62
|
-
flex flex-nowrap gap-small o-x-scroll scroll-behavior-smooth scroll-snap-type-x-mandatory scroll-hide
|
|
63
|
-
flex-none scroll-snap-align-start
|
|
64
|
-
w-min-15r transition-cubic-in-out
|
|
65
|
-
|
|
66
|
-
# Контейнер списка
|
|
67
|
-
bg-light radius-medium o-hidden
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
### Гриды и раскладки
|
|
71
|
-
```
|
|
72
|
-
# Грид плейлистов
|
|
73
|
-
cols-5 mobile:cols-2 gap-small
|
|
74
|
-
|
|
75
|
-
# Грид артистов
|
|
76
|
-
cols-6 mobile:cols-3 gap-small
|
|
77
|
-
|
|
78
|
-
# Элемент грида
|
|
79
|
-
flex-child-default w-100
|
|
80
|
-
hover-scale-1 transition-cubic-in-out
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
### Отступы и размеры
|
|
84
|
-
```
|
|
85
|
-
<!-- Отступы снизу -->
|
|
86
|
-
mn-b-micro, mn-b-thin, mn-b-small, mn-b-medium, mn-b-big
|
|
87
|
-
|
|
88
|
-
<!-- Паддинги -->
|
|
89
|
-
pd-micro, pd-thin, pd-small, pd-medium, pd-big
|
|
90
|
-
|
|
91
|
-
<!-- Специальные паддинги -->
|
|
92
|
-
pd-r-medium, pd-l-medium, pd-b-zero
|
|
93
|
-
|
|
94
|
-
<!-- Размеры -->
|
|
95
|
-
w-100, h-100, w-50, aspect-1x1
|
|
96
|
-
|
|
97
|
-
<!-- Максимальные высоты -->
|
|
98
|
-
h-max-40r, h-4r
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
Вот полный список классов Martyrs:
|
|
104
|
-
|
|
105
|
-
## **Позиционирование и Display**
|
|
106
|
-
```
|
|
107
|
-
pos-fixed, pos-absolute, pos-relative, pos-sticky
|
|
108
|
-
pos-t-0, pos-r-0, pos-b-0, pos-l-0
|
|
109
|
-
pos-t-regular, pos-r-regular, pos-b-regular, pos-l-regular
|
|
110
|
-
pos-t-1, pos-r-1, pos-b-1, pos-l-1
|
|
111
|
-
z-index-1, z-index-2, z-index-3, z-index-4, z-index-5
|
|
112
|
-
d-block, d-inline, d-inline-block, d-flex, d-grid, d-none
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
## **Размеры**
|
|
116
|
-
```
|
|
117
|
-
w-100, w-95, w-80, w-75, w-70, w-66, w-50, w-45, w-40, w-33, w-25, w-20, w-15, w-10, w-5, w-0
|
|
118
|
-
h-100, h-80, h-75, h-70, h-66, h-50, h-45, h-40, h-33, h-25, h-20, h-15, h-10, h-5, h-0
|
|
119
|
-
w-auto, w-min, w-fit, w-max
|
|
120
|
-
h-auto, h-min, h-fit, h-max
|
|
121
|
-
w-100vh, h-100vh
|
|
122
|
-
w-max-66r, w-max-50r, w-max-40r, w-max-33r, w-max-32r, w-max-25r, w-max-20r, w-max-15r, w-max-10r, w-max-5r
|
|
123
|
-
h-max-60vh, h-max-50vh, h-max-40vh
|
|
124
|
-
w-m-66r, w-m-60r, w-m-50r, w-m-40r, w-m-33r, w-m-25r, w-m-20r, w-m-15r, w-m-10r, w-m-5r, w-m-3r, w-m-2r
|
|
125
|
-
h-4r, h-5r, h-6r, h-8r, h-10r, h-12r, h-15r, h-16r, h-20r
|
|
126
|
-
min-h-100vh
|
|
127
|
-
aspect-16x9, aspect-4x3, aspect-1x1
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
## **Flexbox**
|
|
131
|
-
```
|
|
132
|
-
flex, flex-column, flex-row
|
|
133
|
-
flex-nowrap, flex-wrap
|
|
134
|
-
flex-center, flex-v-center, flex-justify-center, flex-justify-between, flex-justify-start, flex-justify-end
|
|
135
|
-
flex-align-start, flex-align-end, flex-align-center
|
|
136
|
-
flex-child-default, flex-child-1, flex-child-auto, flex-child-none
|
|
137
|
-
flex-grow-0, flex-grow-1, flex-grow-2, flex-grow-3
|
|
138
|
-
flex-shrink-0, flex-shrink-1
|
|
139
|
-
order-0, order-1, order-2, order-3, order-4, order-5, order-6, order-7, order-8, order-9, order-last
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
## **Grid**
|
|
143
|
-
```
|
|
144
|
-
cols-1, cols-2, cols-3, cols-4, cols-5, cols-6
|
|
145
|
-
cols-2-1_3, cols-2-2_1, cols-2-1_2
|
|
146
|
-
cols-2-fit-content, cols-auto-1fr
|
|
147
|
-
grid-template-columns
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
## **Spacing (padding/margin)**
|
|
151
|
-
```
|
|
152
|
-
pd-zero, pd-nano, pd-micro, pd-thin, pd-small, pd-regular, pd-medium, pd-semi, pd-big, pd-extra
|
|
153
|
-
pd-t-*, pd-r-*, pd-b-*, pd-l-*
|
|
154
|
-
mn-zero, mn-nano, mn-micro, mn-thin, mn-small, mn-regular, mn-medium, mn-semi, mn-big, mn-extra
|
|
155
|
-
mn-t-*, mn-r-*, mn-b-*, mn-l-*
|
|
156
|
-
mn-auto, mn-l-auto, mn-r-auto
|
|
157
|
-
gap-nano, gap-micro, gap-thin, gap-small, gap-regular, gap-medium, gap-semi, gap-big, gap-extra
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
## **Цвета фона**
|
|
161
|
-
```
|
|
162
|
-
bg-main, bg-second, bg-third, bg-fourth, bg-fifth
|
|
163
|
-
bg-black, bg-dark, bg-grey, bg-light, bg-white
|
|
164
|
-
bg-main-nano, bg-main-micro, bg-main-thin, bg-main-small, bg-main-medium, bg-main-semi, bg-main-big, bg-main-extra
|
|
165
|
-
bg-transp, bg-t-white, bg-t-grey, bg-t-darkgrey
|
|
166
|
-
bg-black-transp-5, bg-black-transp-10, bg-black-transp-15, bg-black-transp-20, bg-black-transp-25
|
|
167
|
-
bg-black-transp-30, bg-black-transp-35, bg-black-transp-40, bg-black-transp-45, bg-black-transp-50
|
|
168
|
-
bg-black-transp-55, bg-black-transp-60, bg-black-transp-65, bg-black-transp-70, bg-black-transp-75
|
|
169
|
-
bg-black-transp-80, bg-black-transp-85, bg-black-transp-90, bg-black-transp-95, bg-black-transp-100
|
|
170
|
-
bg-white-transp-5, bg-white-transp-10, bg-white-transp-15, bg-white-transp-20, bg-white-transp-25
|
|
171
|
-
bg-dark-transp-50
|
|
172
|
-
bg-red, bg-red-nice, bg-green, bg-green-nice, bg-orange, bg-orange-nice, bg-yellow, bg-yellow-nice
|
|
173
|
-
bg-youtube, bg-telegram, bg-twitter, bg-reddit, bg-instagram
|
|
174
|
-
bg-blur-extra, bg-blur-big, bg-blur-semi, bg-blur-medium, bg-blur-regular, bg-blur-small, bg-blur-thin
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
## **Цвета текста**
|
|
178
|
-
```
|
|
179
|
-
t-main, t-second, t-third, t-fourth, t-fifth
|
|
180
|
-
t-black, t-dark, t-grey, t-light, t-white
|
|
181
|
-
t-transp
|
|
182
|
-
t-white-transp-90, t-grey-transp-25
|
|
183
|
-
fill-main, fill-black, fill-dark, fill-grey, fill-light, fill-white
|
|
184
|
-
fill-t-white, fill-t-grey, fill-t-darkgrey, fill-transp
|
|
185
|
-
```
|
|
186
|
-
|
|
187
|
-
## **Границы (borders)**
|
|
188
|
-
```
|
|
189
|
-
br-zero, br-1px, br-2px, br-3px
|
|
190
|
-
br-solid, br-dash
|
|
191
|
-
br-t, br-r, br-b, br-l
|
|
192
|
-
br-b-2px, br-b-3px
|
|
193
|
-
br-black, br-dark, br-main, br-second, br-grey, br-light, br-white, br-red
|
|
194
|
-
br-grey-transp-50, br-grey-transp-25, br-grey-transp-10
|
|
195
|
-
br-black-transp, br-black-transp-5, br-black-transp-10, br-black-transp-15, br-black-transp-20, br-black-transp-25
|
|
196
|
-
br-white-transp, br-white-transp-5, br-white-transp-10, br-white-transp-15, br-white-transp-20
|
|
197
|
-
br-glow, br-glow-animation, br-pulse, br-spin
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
## **Border Radius**
|
|
201
|
-
```
|
|
202
|
-
radius-nano, radius-micro, radius-thin, radius-small, radius-regular, radius-medium, radius-semi, radius-big, radius-extra
|
|
203
|
-
radius-tl-*, radius-tr-*, radius-br-*, radius-bl-*
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
## **Типография**
|
|
207
|
-
```
|
|
208
|
-
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
|
|
209
|
-
p-nano, p-micro, p-small, p-regular, p-medium, p-medium, p-semi, p-extra
|
|
210
|
-
font-main, font-second
|
|
211
|
-
t-bold, t-demi, t-semi, t-medium, t-regular, t-light
|
|
212
|
-
t-left, t-center, t-right
|
|
213
|
-
t-lh-05, t-lh-075, t-lh-1, t-lh-15, t-lh-2
|
|
214
|
-
uppercase, capitalize, underline, line-through
|
|
215
|
-
t-zero, t-noselect
|
|
216
|
-
t-truncate, t-trimmed, t-trim, t-trim-1, t-trim-2, t-trim-3
|
|
217
|
-
text-box-trim, text-box-trim-end, text-box-none, text-box-auto
|
|
218
|
-
```
|
|
219
|
-
|
|
220
|
-
## **Transitions и анимации**
|
|
221
|
-
```
|
|
222
|
-
transition-linear, transition-ease-in, transition-ease-out, transition-ease-in-out
|
|
223
|
-
transition-elastic, transition-spring, transition-boomerang, transition-slow-motion
|
|
224
|
-
transition-zoom, transition-fly-away, transition-squeeze, transition-staggered, transition-bounce
|
|
225
|
-
transition-sine-in, transition-sine-out, transition-sine-in-out
|
|
226
|
-
transition-quad-in, transition-quad-out, transition-quad-in-out
|
|
227
|
-
transition-cubic-in, transition-cubic-out, transition-cubic-in-out
|
|
228
|
-
transition-quart-in, transition-quart-out, transition-quart-in-out
|
|
229
|
-
transition-quint-in, transition-quint-out, transition-quint-in-out
|
|
230
|
-
transition-expo-in, transition-expo-out, transition-expo-in-out
|
|
231
|
-
transition-circ-in, transition-circ-out, transition-circ-in-out
|
|
232
|
-
transition-back-in, transition-back-out, transition-back-in-out
|
|
233
|
-
transition-elastic-in, transition-elastic-out, transition-elastic-in-out
|
|
234
|
-
transition-bounce-in, transition-bounce-out, transition-bounce-in-out
|
|
235
|
-
transition-timing-1, transition-timing-2, transition-timing-3, transition-timing-4
|
|
236
|
-
transition-timing-5, transition-timing-6, transition-timing-7, transition-timing-8
|
|
237
|
-
transition-delay-1, transition-delay-2, transition-delay-3, transition-delay-4
|
|
238
|
-
transition-delay-5, transition-delay-6, transition-delay-7, transition-delay-8
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
## **Hover эффекты**
|
|
242
|
-
```
|
|
243
|
-
hover-scale-0, hover-scale-1, hover-scale-2, hover-scale-3
|
|
244
|
-
hover-bg-main, hover-bg-second, hover-bg-third, hover-bg-fourth, hover-bg-fifth
|
|
245
|
-
hover-bg-white, hover-bg-black, hover-bg-light, hover-bg-dark
|
|
246
|
-
hover-bg-grey-transp-10, hover-bg-grey-transp-25, hover-bg-white-transp-30
|
|
247
|
-
hover-bg-main-semi, hover-bg-dark-transp-50
|
|
248
|
-
hover-fill-main, hover-fill-white, hover-fill-black
|
|
249
|
-
hover-t-white, hover-t-black, hover-t-underline
|
|
250
|
-
hover-br-transp, hover-br-l-dark, hover-br-grey
|
|
251
|
-
hover-translate-1, hover-rotate-1, hover-translateX-1, hover-combined-1, hover-easeInOut-1
|
|
252
|
-
```
|
|
253
|
-
|
|
254
|
-
## **Scrolling и overflow**
|
|
255
|
-
```
|
|
256
|
-
o-hidden, o-visible, o-auto, o-scroll
|
|
257
|
-
o-x-hidden, o-x-visible, o-x-auto, o-x-scroll
|
|
258
|
-
o-y-hidden, o-y-visible, o-y-auto, o-y-scroll
|
|
259
|
-
scroll-snap-type-x-mandatory, scroll-snap-type-y-mandatory
|
|
260
|
-
scroll-snap-align-start, scroll-snap-align-end, scroll-snap-align-center
|
|
261
|
-
scroll-snap-stop-normal, scroll-snap-stop-always
|
|
262
|
-
scroll-behavior-auto, scroll-behavior-smooth
|
|
263
|
-
scroll-hide
|
|
264
|
-
scroll-pd-extra, scroll-pd-big, scroll-pd-semi, scroll-pd-medium, scroll-pd-regular, scroll-pd-small, scroll-pd-thin, scroll-pd-micro
|
|
265
|
-
```
|
|
266
|
-
|
|
267
|
-
## **Тени**
|
|
268
|
-
```
|
|
269
|
-
bs-black-small
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
## **Утилиты**
|
|
273
|
-
```
|
|
274
|
-
cursor-pointer, cursor-move, cursor-text, cursor-help, cursor-wait
|
|
275
|
-
disabled, unactive, hide
|
|
276
|
-
no-events
|
|
277
|
-
rotate-90, rotate-180
|
|
278
|
-
object-fit-cover, object-fit-contain, object-fit-fill
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
## **Адаптивность**
|
|
282
|
-
```
|
|
283
|
-
mobile-only, desktop-only
|
|
284
|
-
mobile-w-100
|
|
285
|
-
@media breakpoints:
|
|
286
|
-
- mobile: max-width: 640px
|
|
287
|
-
- tablet: min-width: 641px and max-width: 1024px
|
|
288
|
-
- desktop: min-width: 1025px and max-width: 1440px
|
|
289
|
-
- widescreen: min-width: 1441px
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
## **Переменные CSS**
|
|
293
|
-
```
|
|
294
|
-
--main, --second, --third, --fourth, --fifth
|
|
295
|
-
--black, --dark, --grey, --light, --white
|
|
296
|
-
--extra, --big, --semi, --medium, --regular, --small, --thin, --micro, --nano
|
|
297
|
-
--font, --font-main, --font-second
|
|
298
|
-
```
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
function createInventoryRoutes() {
|
|
2
|
-
return [
|
|
3
|
-
{
|
|
4
|
-
path: '',
|
|
5
|
-
name: 'InventoryList',
|
|
6
|
-
meta: {
|
|
7
|
-
title: {
|
|
8
|
-
en: 'Inventory',
|
|
9
|
-
ru: 'Инвентарь',
|
|
10
|
-
},
|
|
11
|
-
authorize: [],
|
|
12
|
-
},
|
|
13
|
-
component: () => import(/* webpackChunkName: 'inventory-list' */ './components/pages/Inventory.vue'),
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
path: 'audit',
|
|
17
|
-
name: 'InventoryAudit',
|
|
18
|
-
meta: {
|
|
19
|
-
title: {
|
|
20
|
-
en: 'Create Inventory Audit',
|
|
21
|
-
ru: 'Создать Инвентаризацию',
|
|
22
|
-
},
|
|
23
|
-
authorize: [],
|
|
24
|
-
},
|
|
25
|
-
component: () => import(/* webpackChunkName: 'inventory-audit' */ './components/pages/InventoryEdit.vue'),
|
|
26
|
-
},
|
|
27
|
-
];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export function getRoutes(options = {}) {
|
|
31
|
-
const routes = [];
|
|
32
|
-
const routeBackoffice = options.routeBackoffice || 'Backoffice Root';
|
|
33
|
-
const routeOrganizations = options.routeOrganizations || 'OrganizationRoot';
|
|
34
|
-
|
|
35
|
-
if (!options.withBackoffice) {
|
|
36
|
-
routes.push({
|
|
37
|
-
parentName: routeBackoffice,
|
|
38
|
-
config: {
|
|
39
|
-
basePath: options.backofficeBasePath || 'inventory',
|
|
40
|
-
routes: createInventoryRoutes(),
|
|
41
|
-
routeNamePrefix: options.backofficeRouteNamePrefix || 'Backoffice',
|
|
42
|
-
filterConfig: {
|
|
43
|
-
include: ['InventoryList', 'InventoryAudit'],
|
|
44
|
-
},
|
|
45
|
-
meta: {
|
|
46
|
-
context: 'backoffice',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
if (!options.withOrganizationRoutes) {
|
|
53
|
-
routes.push({
|
|
54
|
-
parentName: routeOrganizations,
|
|
55
|
-
config: {
|
|
56
|
-
basePath: options.organizationBasePath || 'inventory',
|
|
57
|
-
routes: createInventoryRoutes(),
|
|
58
|
-
routeNamePrefix: options.organizationRouteNamePrefix || 'Organization',
|
|
59
|
-
filterConfig: {
|
|
60
|
-
include: ['InventoryList', 'InventoryAudit'],
|
|
61
|
-
},
|
|
62
|
-
meta: {
|
|
63
|
-
context: 'organization',
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
return routes;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export default { getRoutes };
|
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
// products.meta.js
|
|
2
|
-
// Meta-файл для регистрации роутов модуля products
|
|
3
|
-
// Содержит полное описание всех роутов с lazy-loading компонентов
|
|
4
|
-
|
|
5
|
-
export function getRoutes(options = {}) {
|
|
6
|
-
const route = options.route || 'Home';
|
|
7
|
-
const routeBackoffice = options.routeBackoffice || 'Backoffice Root';
|
|
8
|
-
const routeOrganizations = options.routeOrganizations || 'OrganizationRoot';
|
|
9
|
-
|
|
10
|
-
const routes = [];
|
|
11
|
-
|
|
12
|
-
// 1. Products в Home - публичные роуты для просмотра и покупки товаров
|
|
13
|
-
routes.push({
|
|
14
|
-
parentName: route,
|
|
15
|
-
config: {
|
|
16
|
-
basePath: 'products',
|
|
17
|
-
routes: [
|
|
18
|
-
{
|
|
19
|
-
path: '',
|
|
20
|
-
name: 'Products',
|
|
21
|
-
meta: {
|
|
22
|
-
title: {
|
|
23
|
-
en: 'Products',
|
|
24
|
-
ru: 'Товары',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
component: () => import(/* webpackChunkName: 'products-list' */ './components/pages/Products.vue'),
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
path: 'categories/:categoryPath(.*)',
|
|
31
|
-
name: 'ProductsCategory',
|
|
32
|
-
meta: {
|
|
33
|
-
title: {
|
|
34
|
-
en: 'Products',
|
|
35
|
-
ru: 'Товары',
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
component: () => import(/* webpackChunkName: 'products-list' */ './components/pages/Products.vue'),
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
path: 'add',
|
|
42
|
-
name: 'ProductAdd',
|
|
43
|
-
meta: {
|
|
44
|
-
title: {
|
|
45
|
-
en: 'Add Product',
|
|
46
|
-
ru: 'Добавить товар',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
component: () => import(/* webpackChunkName: "products-edit" */ './components/pages/ProductEdit.vue'),
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
path: ':product',
|
|
53
|
-
name: 'Product',
|
|
54
|
-
meta: {
|
|
55
|
-
title: {
|
|
56
|
-
en: 'Product',
|
|
57
|
-
ru: 'Продукт',
|
|
58
|
-
},
|
|
59
|
-
showShopCart: true,
|
|
60
|
-
},
|
|
61
|
-
component: () => import(/* webpackChunkName: "products-detail" */ './components/pages/Product.vue'),
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
path: ':product/edit',
|
|
65
|
-
name: 'ProductEdit',
|
|
66
|
-
meta: {
|
|
67
|
-
title: {
|
|
68
|
-
en: 'Edit Product',
|
|
69
|
-
ru: 'Редактировать продукт',
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
beforeEnter: [
|
|
73
|
-
() => import(/* webpackChunkName: "auth-validation" */ '@martyrs/src/modules/auth/views/middlewares/auth.validation.js').then(m => m.requiresAuth),
|
|
74
|
-
],
|
|
75
|
-
component: () => import(/* webpackChunkName: "products-edit" */ './components/pages/ProductEdit.vue'),
|
|
76
|
-
},
|
|
77
|
-
],
|
|
78
|
-
}
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
// 2. Products в Organizations - товары организации
|
|
82
|
-
|
|
83
|
-
routes.push({
|
|
84
|
-
parentName: routeOrganizations,
|
|
85
|
-
config: {
|
|
86
|
-
basePath: 'products',
|
|
87
|
-
routes: [
|
|
88
|
-
{
|
|
89
|
-
path: '',
|
|
90
|
-
name: 'Organization_Products',
|
|
91
|
-
meta: {
|
|
92
|
-
title: {
|
|
93
|
-
en: 'Products',
|
|
94
|
-
ru: 'Товары',
|
|
95
|
-
},
|
|
96
|
-
context: 'organization',
|
|
97
|
-
},
|
|
98
|
-
component: () => import(/* webpackChunkName: 'products-list' */ './components/pages/Products.vue'),
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
path: 'categories/:categoryPath(.*)',
|
|
102
|
-
name: 'Organization_ProductsCategory',
|
|
103
|
-
meta: {
|
|
104
|
-
title: {
|
|
105
|
-
en: 'Products',
|
|
106
|
-
ru: 'Товары',
|
|
107
|
-
},
|
|
108
|
-
context: 'organization',
|
|
109
|
-
},
|
|
110
|
-
component: () => import(/* webpackChunkName: 'products-list' */ './components/pages/Products.vue'),
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
path: 'add',
|
|
114
|
-
name: 'Organization_ProductAdd',
|
|
115
|
-
meta: {
|
|
116
|
-
title: {
|
|
117
|
-
en: 'Add Product',
|
|
118
|
-
ru: 'Добавить товар',
|
|
119
|
-
},
|
|
120
|
-
context: 'organization',
|
|
121
|
-
},
|
|
122
|
-
component: () => import(/* webpackChunkName: "products-edit" */ './components/pages/ProductEdit.vue'),
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
path: ':product',
|
|
126
|
-
meta: {
|
|
127
|
-
title: {
|
|
128
|
-
en: 'Product',
|
|
129
|
-
ru: 'Продукт',
|
|
130
|
-
},
|
|
131
|
-
showShopCart: true,
|
|
132
|
-
context: 'organization',
|
|
133
|
-
},
|
|
134
|
-
component: () => import(/* webpackChunkName: "products-detail" */ './components/pages/Product.vue'),
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
path: ':product/edit',
|
|
138
|
-
name: 'Organization_ProductEdit',
|
|
139
|
-
meta: {
|
|
140
|
-
title: {
|
|
141
|
-
en: 'Edit Product',
|
|
142
|
-
ru: 'Редактировать продукт',
|
|
143
|
-
},
|
|
144
|
-
context: 'organization',
|
|
145
|
-
},
|
|
146
|
-
beforeEnter: [
|
|
147
|
-
() => import(/* webpackChunkName: "auth-validation" */ '@martyrs/src/modules/auth/views/middlewares/auth.validation.js').then(m => m.requiresAuth),
|
|
148
|
-
],
|
|
149
|
-
component: () => import(/* webpackChunkName: "products-edit" */ './components/pages/ProductEdit.vue'),
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
}
|
|
153
|
-
});
|
|
154
|
-
|
|
155
|
-
// Categories для Organizations
|
|
156
|
-
routes.push({
|
|
157
|
-
parentName: routeOrganizations,
|
|
158
|
-
config: {
|
|
159
|
-
basePath: 'categories',
|
|
160
|
-
routes: [
|
|
161
|
-
{
|
|
162
|
-
path: '',
|
|
163
|
-
name: 'Categories',
|
|
164
|
-
meta: {
|
|
165
|
-
title: {
|
|
166
|
-
en: 'Categories',
|
|
167
|
-
ru: 'Категории',
|
|
168
|
-
},
|
|
169
|
-
context: 'organization',
|
|
170
|
-
},
|
|
171
|
-
component: () => import(/* webpackChunkName: 'categories' */ './components/pages/Categories.vue'),
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
path: 'add',
|
|
175
|
-
name: 'Category Add',
|
|
176
|
-
meta: {
|
|
177
|
-
title: {
|
|
178
|
-
en: 'Add Category',
|
|
179
|
-
ru: 'Добавить Категорию',
|
|
180
|
-
},
|
|
181
|
-
context: 'organization',
|
|
182
|
-
},
|
|
183
|
-
component: () => import(/* webpackChunkName: 'category-edit' */ './components/pages/CategoryEdit.vue'),
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
path: ':category/edit',
|
|
187
|
-
name: 'Category Edit',
|
|
188
|
-
meta: {
|
|
189
|
-
title: {
|
|
190
|
-
en: 'Edit Category',
|
|
191
|
-
ru: 'Редактировать Категорию',
|
|
192
|
-
},
|
|
193
|
-
context: 'organization',
|
|
194
|
-
},
|
|
195
|
-
beforeEnter: [
|
|
196
|
-
() => import(/* webpackChunkName: "auth-validation" */ '@martyrs/src/modules/auth/views/middlewares/auth.validation.js').then(m => m.requiresAuth),
|
|
197
|
-
],
|
|
198
|
-
component: () => import(/* webpackChunkName: 'category-edit' */ './components/pages/CategoryEdit.vue'),
|
|
199
|
-
}
|
|
200
|
-
]
|
|
201
|
-
}
|
|
202
|
-
});
|
|
203
|
-
|
|
204
|
-
// 3. Products в Backoffice - административные функции
|
|
205
|
-
if (!options.withBackoffice) {
|
|
206
|
-
routes.push({
|
|
207
|
-
parentName: routeBackoffice,
|
|
208
|
-
config: {
|
|
209
|
-
basePath: 'products',
|
|
210
|
-
routes: [
|
|
211
|
-
{
|
|
212
|
-
path: '',
|
|
213
|
-
name: 'BackofficeProducts',
|
|
214
|
-
meta: {
|
|
215
|
-
title: {
|
|
216
|
-
en: 'Products Management',
|
|
217
|
-
ru: 'Управление товарами',
|
|
218
|
-
},
|
|
219
|
-
context: 'backoffice',
|
|
220
|
-
},
|
|
221
|
-
component: () => import(/* webpackChunkName: 'products-backoffice' */ './components/pages/Products.vue'),
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
path: 'add',
|
|
225
|
-
name: 'BackofficeProductAdd',
|
|
226
|
-
meta: {
|
|
227
|
-
title: {
|
|
228
|
-
en: 'Add Product',
|
|
229
|
-
ru: 'Добавить товар',
|
|
230
|
-
},
|
|
231
|
-
context: 'backoffice',
|
|
232
|
-
},
|
|
233
|
-
component: () => import(/* webpackChunkName: "products-backoffice-edit" */ './components/pages/ProductEdit.vue'),
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
path: ':product/edit',
|
|
237
|
-
name: 'BackofficeProductEdit',
|
|
238
|
-
meta: {
|
|
239
|
-
title: {
|
|
240
|
-
en: 'Edit Product',
|
|
241
|
-
ru: 'Редактировать товар',
|
|
242
|
-
},
|
|
243
|
-
context: 'backoffice',
|
|
244
|
-
},
|
|
245
|
-
component: () => import(/* webpackChunkName: "products-backoffice-edit" */ './components/pages/ProductEdit.vue'),
|
|
246
|
-
},
|
|
247
|
-
],
|
|
248
|
-
}
|
|
249
|
-
});
|
|
250
|
-
|
|
251
|
-
// Categories в Backoffice
|
|
252
|
-
routes.push({
|
|
253
|
-
parentName: routeBackoffice,
|
|
254
|
-
config: {
|
|
255
|
-
basePath: 'categories',
|
|
256
|
-
routes: [
|
|
257
|
-
{
|
|
258
|
-
path: '',
|
|
259
|
-
name: 'BackofficeCategories',
|
|
260
|
-
meta: {
|
|
261
|
-
title: {
|
|
262
|
-
en: 'Categories Management',
|
|
263
|
-
ru: 'Управление категориями',
|
|
264
|
-
},
|
|
265
|
-
context: 'backoffice',
|
|
266
|
-
},
|
|
267
|
-
component: () => import(/* webpackChunkName: 'categories-backoffice' */ './components/pages/Categories.vue'),
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
path: 'add',
|
|
271
|
-
name: 'BackofficeCategoryAdd',
|
|
272
|
-
meta: {
|
|
273
|
-
title: {
|
|
274
|
-
en: 'Add Category',
|
|
275
|
-
ru: 'Добавить категорию',
|
|
276
|
-
},
|
|
277
|
-
context: 'backoffice',
|
|
278
|
-
},
|
|
279
|
-
component: () => import(/* webpackChunkName: 'category-backoffice-edit' */ './components/pages/CategoryEdit.vue'),
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
path: ':category/edit',
|
|
283
|
-
name: 'BackofficeCategoryEdit',
|
|
284
|
-
meta: {
|
|
285
|
-
title: {
|
|
286
|
-
en: 'Edit Category',
|
|
287
|
-
ru: 'Редактировать категорию',
|
|
288
|
-
},
|
|
289
|
-
context: 'backoffice',
|
|
290
|
-
},
|
|
291
|
-
component: () => import(/* webpackChunkName: 'category-backoffice-edit' */ './components/pages/CategoryEdit.vue'),
|
|
292
|
-
},
|
|
293
|
-
],
|
|
294
|
-
}
|
|
295
|
-
});
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
return routes;
|
|
299
|
-
}
|