@ozdao/martyrs 0.2.483 → 0.2.485
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Media-DjnpKS62.cjs → Media-ByPHBvAU.cjs} +1 -1
- package/dist/{Media-C57G7rnE.js → Media-DlUBwVWs.js} +1 -1
- package/dist/main-137vO86w.cjs +11 -0
- package/dist/{main-CXQqAVVb.js → main-CK6rC5Sz.js} +2944 -2599
- package/dist/martyrs/src/components/Button/{Button.vue.cjs → Button.vue2.cjs} +2 -2
- package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +1 -0
- package/dist/martyrs/src/components/Button/{Button.vue.js → Button.vue2.js} +2 -2
- package/dist/martyrs/src/components/Button/{Button.vue.cjs.map → Button.vue2.js.map} +1 -1
- package/dist/martyrs/src/components/Chips/{Chips.vue.cjs → Chips.vue2.cjs} +2 -2
- package/dist/martyrs/src/components/Chips/Chips.vue2.cjs.map +1 -0
- package/dist/martyrs/src/components/Chips/{Chips.vue.js → Chips.vue2.js} +2 -2
- package/dist/martyrs/src/components/Chips/Chips.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs +31 -11
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +48 -28
- package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
- package/dist/martyrs/src/components/Field/Field.vue.cjs +13 -7
- package/dist/martyrs/src/components/Field/Field.vue.cjs.map +1 -1
- package/dist/martyrs/src/components/Field/Field.vue.js +14 -8
- package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
- package/dist/martyrs/src/components/Popup/{Popup.vue.cjs → Popup.vue2.cjs} +2 -2
- package/dist/martyrs/src/components/Popup/Popup.vue2.cjs.map +1 -0
- package/dist/martyrs/src/components/Popup/{Popup.vue.js → Popup.vue2.js} +2 -2
- package/dist/martyrs/src/components/Popup/{Popup.vue.cjs.map → Popup.vue2.js.map} +1 -1
- package/dist/martyrs/src/components/Slider/Slider.vue.cjs +21 -24
- package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +1 -1
- package/dist/martyrs/src/components/Slider/Slider.vue.js +21 -24
- package/dist/martyrs/src/components/Slider/Slider.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.client.cjs +3 -0
- package/dist/martyrs/src/modules/auth/auth.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.client.js +3 -0
- package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
- package/dist/martyrs/src/modules/auth/locales/en.cjs +79 -0
- package/dist/martyrs/src/modules/auth/locales/en.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/en.js +79 -0
- package/dist/martyrs/src/modules/auth/locales/en.js.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/index.cjs +10 -0
- package/dist/martyrs/src/modules/auth/locales/index.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/index.js +10 -0
- package/dist/martyrs/src/modules/auth/locales/index.js.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/ru.cjs +79 -0
- package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +1 -0
- package/dist/martyrs/src/modules/auth/locales/ru.js +79 -0
- package/dist/martyrs/src/modules/auth/locales/ru.js.map +1 -0
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +1 -10
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +3 -12
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +4 -6
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +4 -6
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +7 -9
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +7 -9
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +12 -14
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +12 -14
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +11 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +21 -58
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +21 -58
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +3 -3
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +3 -3
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +2 -2
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +1 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +3 -3
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
- package/dist/martyrs/src/modules/globals/globals.client.cjs +1 -0
- package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
- package/dist/martyrs/src/modules/globals/globals.client.js +1 -0
- package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/AlertDialog.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupAuth.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/blocks/PopupDateSelector.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.cjs +2 -2
- package/dist/martyrs/src/modules/globals/views/components/layouts/Client.vue.js +2 -2
- package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.cjs +1 -1
- package/dist/martyrs/src/modules/globals/views/components/partials/NavigationBar.vue.js +1 -1
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs +183 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js +183 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.cjs +67 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.js +67 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterOptions.vue.js.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.cjs +91 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.js +91 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterPrice.vue.js.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.cjs +64 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.cjs.map +1 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.js +64 -0
- package/dist/martyrs/src/modules/globals/views/components/sections/filters/FilterRange.vue2.js.map +1 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +49 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js +49 -0
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +34 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +1 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js +34 -0
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +115 -122
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +163 -170
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +1 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +2 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormAddCustomer.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +3 -0
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +3 -0
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +2 -2
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +4 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +4 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +2 -2
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +2 -2
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +2 -2
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +3 -3
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +3 -3
- package/dist/martyrs.cjs.js +1 -1
- package/dist/martyrs.css +1 -1
- package/dist/martyrs.es.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +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.cjs +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
- package/dist/style.css +138 -75
- package/package.json +1 -1
- package/src/components/Feed/Feed.vue +23 -0
- package/src/components/Field/Field.vue +42 -27
- package/src/components/Slider/Slider.vue +15 -17
- package/src/modules/auth/auth.client.js +7 -0
- package/src/modules/auth/locales/en.js +76 -0
- package/src/modules/auth/locales/index.js +7 -0
- package/src/modules/auth/locales/ru.js +76 -0
- package/src/modules/auth/views/components/layouts/Auth.vue +3 -45
- package/src/modules/auth/views/components/pages/EnterCode.vue +5 -7
- package/src/modules/auth/views/components/pages/EnterPassword.vue +7 -10
- package/src/modules/auth/views/components/pages/ResetPassword.vue +9 -12
- package/src/modules/auth/views/components/pages/SignIn.vue +12 -15
- package/src/modules/auth/views/components/pages/SignUp.vue +9 -12
- package/src/modules/auth/views/components/sections/SliderFeatures.vue +28 -53
- package/src/modules/globals/globals.client.js +1 -0
- package/src/modules/globals/views/components/sections/Filters.vue +198 -0
- package/src/modules/globals/views/components/sections/filters/FilterOptions.vue +65 -0
- package/src/modules/globals/views/components/sections/filters/FilterPrice.vue +81 -0
- package/src/modules/globals/views/components/sections/filters/FilterRange.vue +74 -0
- package/src/modules/icons/actions/IconShow.vue +23 -0
- package/src/modules/icons/pages/IconsPage.vue +114 -120
- package/dist/main-De5X_RUk.cjs +0 -11
- package/dist/martyrs/src/components/Button/Button.vue.js.map +0 -1
- package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Chips/Chips.vue.js.map +0 -1
- package/dist/martyrs/src/components/Popup/Popup.vue.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js +0 -9
- package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js.map +0 -1
- package/src/modules/auth/views/localization/EnterCode.json +0 -16
- package/src/modules/auth/views/localization/EnterPassword.json +0 -22
- package/src/modules/auth/views/localization/ResetPassword.json +0 -26
- package/src/modules/auth/views/localization/SignIn.json +0 -34
- package/src/modules/auth/views/localization/SignUp.json +0 -28
|
@@ -38,6 +38,7 @@ import IconInfo from '@martyrs/src/modules/icons/navigation/IconInfo.vue';
|
|
|
38
38
|
import IconMinus from '@martyrs/src/modules/icons/navigation/IconMinus.vue';
|
|
39
39
|
import IconEllipsis from '@martyrs/src/modules/icons/navigation/IconEllipsis.vue';
|
|
40
40
|
import IconPlus from '@martyrs/src/modules/icons/navigation/IconPlus.vue';
|
|
41
|
+
import IconHeart from '@martyrs/src/modules/icons/navigation/IconHeart.vue';
|
|
41
42
|
import IconCheckmark from '@martyrs/src/modules/icons/navigation/IconCheckmark.vue';
|
|
42
43
|
import IconPause from '@martyrs/src/modules/icons/navigation/IconPause.vue';
|
|
43
44
|
import IconAdd from '@martyrs/src/modules/icons/navigation/IconAdd.vue';
|
|
@@ -81,8 +82,11 @@ import IconProducts from '@martyrs/src/modules/icons/entities/IconProducts.vue';
|
|
|
81
82
|
import IconCatalog from '@martyrs/src/modules/icons/entities/IconCatalog.vue';
|
|
82
83
|
import IconShopcart from '@martyrs/src/modules/icons/entities/IconShopcart.vue';
|
|
83
84
|
import IconRecent from '@martyrs/src/modules/icons/entities/IconRecent.vue';
|
|
85
|
+
import IconList from '@martyrs/src/modules/icons/entities/IconList.vue';
|
|
86
|
+
import IconSettings from '@martyrs/src/modules/icons/entities/IconSettings.vue';
|
|
84
87
|
import IconEarn from '@martyrs/src/modules/icons/entities/IconEarn.vue';
|
|
85
88
|
import IconPopular from '@martyrs/src/modules/icons/entities/IconPopular.vue';
|
|
89
|
+
import IconDiscount from '@martyrs/src/modules/icons/entities/IconDiscount.vue';
|
|
86
90
|
import IconDate from '@martyrs/src/modules/icons/entities/IconDate.vue';
|
|
87
91
|
import IconFeatured from '@martyrs/src/modules/icons/entities/IconFeatured.vue';
|
|
88
92
|
import IconLeftovers from '@martyrs/src/modules/icons/entities/IconLeftovers.vue';
|
|
@@ -112,6 +116,7 @@ import Line from '@martyrs/src/modules/icons/socials/line.vue';
|
|
|
112
116
|
// Import actions icons
|
|
113
117
|
import IconDuplicate from '@martyrs/src/modules/icons/actions/IconDuplicate.vue';
|
|
114
118
|
import IconShopcartAdd from '@martyrs/src/modules/icons/actions/IconShopcartAdd.vue';
|
|
119
|
+
import IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';
|
|
115
120
|
|
|
116
121
|
// Import labels icons
|
|
117
122
|
import LabelGooglePlay from '@martyrs/src/modules/icons/labels/LabelGooglePlay.vue';
|
|
@@ -126,6 +131,108 @@ import SkeletonBlogpost from '@martyrs/src/modules/icons/skeletons/SkeletonBlogp
|
|
|
126
131
|
import SkeletonOrganization from '@martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue';
|
|
127
132
|
import SkeletonEvent from '@martyrs/src/modules/icons/skeletons/SkeletonEvent.vue';
|
|
128
133
|
|
|
134
|
+
// Icons map to avoid duplication
|
|
135
|
+
const iconsMap = {
|
|
136
|
+
navigation: {
|
|
137
|
+
IconInfo,
|
|
138
|
+
IconMinus,
|
|
139
|
+
IconEllipsis,
|
|
140
|
+
IconPlus,
|
|
141
|
+
IconHeart,
|
|
142
|
+
IconCheckmark,
|
|
143
|
+
IconPause,
|
|
144
|
+
IconAdd,
|
|
145
|
+
IconVolume,
|
|
146
|
+
IconUnMute,
|
|
147
|
+
IconCross,
|
|
148
|
+
IconDoubleCheck,
|
|
149
|
+
IconSearch,
|
|
150
|
+
IconChevronRight,
|
|
151
|
+
IconLike,
|
|
152
|
+
IconDelete,
|
|
153
|
+
IconCheck,
|
|
154
|
+
IconFilter,
|
|
155
|
+
IconAttach,
|
|
156
|
+
IconRefresh,
|
|
157
|
+
IconUpload,
|
|
158
|
+
IconSort,
|
|
159
|
+
IconChevronBottom,
|
|
160
|
+
IconChevronLeft,
|
|
161
|
+
IconEdit,
|
|
162
|
+
IconMute,
|
|
163
|
+
IconSend,
|
|
164
|
+
IconArrow,
|
|
165
|
+
IconPlay,
|
|
166
|
+
IconShuffle
|
|
167
|
+
},
|
|
168
|
+
entities: {
|
|
169
|
+
IconInfo: IconInfoEntities,
|
|
170
|
+
IconPrice,
|
|
171
|
+
IconCalendar,
|
|
172
|
+
IconPayments,
|
|
173
|
+
IconBell,
|
|
174
|
+
IconTime,
|
|
175
|
+
IconCommunity,
|
|
176
|
+
IconGallery,
|
|
177
|
+
IconFile,
|
|
178
|
+
IconFollowing,
|
|
179
|
+
IconEvents,
|
|
180
|
+
IconHome,
|
|
181
|
+
IconProducts,
|
|
182
|
+
IconCatalog,
|
|
183
|
+
IconShopcart,
|
|
184
|
+
IconRecent,
|
|
185
|
+
IconList,
|
|
186
|
+
IconSettings,
|
|
187
|
+
IconEarn,
|
|
188
|
+
IconPopular,
|
|
189
|
+
IconDiscount,
|
|
190
|
+
IconDate,
|
|
191
|
+
IconFeatured,
|
|
192
|
+
IconLeftovers,
|
|
193
|
+
IconOrders,
|
|
194
|
+
IconMusic,
|
|
195
|
+
IconProfile,
|
|
196
|
+
IconGroups
|
|
197
|
+
},
|
|
198
|
+
placeholders: {
|
|
199
|
+
PlaceholderOrganizationPic,
|
|
200
|
+
PlaceholderChat,
|
|
201
|
+
PlaceholderImage,
|
|
202
|
+
PlaceholderUserpic
|
|
203
|
+
},
|
|
204
|
+
socials: {
|
|
205
|
+
vk: Vk,
|
|
206
|
+
instagram: Instagram,
|
|
207
|
+
telegram: Telegram,
|
|
208
|
+
twitter: Twitter,
|
|
209
|
+
linkedin: Linkedin,
|
|
210
|
+
reddit: Reddit,
|
|
211
|
+
dribbble: Dribbble,
|
|
212
|
+
facebook: Facebook,
|
|
213
|
+
youtube: Youtube,
|
|
214
|
+
line: Line
|
|
215
|
+
},
|
|
216
|
+
actions: {
|
|
217
|
+
IconDuplicate,
|
|
218
|
+
IconShopcartAdd,
|
|
219
|
+
IconShow
|
|
220
|
+
},
|
|
221
|
+
labels: {
|
|
222
|
+
LabelGooglePlay,
|
|
223
|
+
LabelAppStore
|
|
224
|
+
},
|
|
225
|
+
logos: {
|
|
226
|
+
Logotype
|
|
227
|
+
},
|
|
228
|
+
skeletons: {
|
|
229
|
+
SkeletonEventShort,
|
|
230
|
+
SkeletonBlogpost,
|
|
231
|
+
SkeletonOrganization,
|
|
232
|
+
SkeletonEvent
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
|
|
129
236
|
const categories = ref([]);
|
|
130
237
|
const copiedIcon = ref('');
|
|
131
238
|
const displayNotification = ref(false);
|
|
@@ -136,125 +243,13 @@ onMounted(() => {
|
|
|
136
243
|
});
|
|
137
244
|
|
|
138
245
|
function loadIcons() {
|
|
139
|
-
categories.value = [
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
{ name: 'IconPlus', component: IconPlus },
|
|
147
|
-
{ name: 'IconCheckmark', component: IconCheckmark },
|
|
148
|
-
{ name: 'IconPause', component: IconPause },
|
|
149
|
-
{ name: 'IconAdd', component: IconAdd },
|
|
150
|
-
{ name: 'IconVolume', component: IconVolume },
|
|
151
|
-
{ name: 'IconUnMute', component: IconUnMute },
|
|
152
|
-
{ name: 'IconCross', component: IconCross },
|
|
153
|
-
{ name: 'IconDoubleCheck', component: IconDoubleCheck },
|
|
154
|
-
{ name: 'IconSearch', component: IconSearch },
|
|
155
|
-
{ name: 'IconChevronRight', component: IconChevronRight },
|
|
156
|
-
{ name: 'IconLike', component: IconLike },
|
|
157
|
-
{ name: 'IconDelete', component: IconDelete },
|
|
158
|
-
{ name: 'IconCheck', component: IconCheck },
|
|
159
|
-
{ name: 'IconFilter', component: IconFilter },
|
|
160
|
-
{ name: 'IconAttach', component: IconAttach },
|
|
161
|
-
{ name: 'IconRefresh', component: IconRefresh },
|
|
162
|
-
{ name: 'IconUpload', component: IconUpload },
|
|
163
|
-
{ name: 'IconSort', component: IconSort },
|
|
164
|
-
{ name: 'IconChevronBottom', component: IconChevronBottom },
|
|
165
|
-
{ name: 'IconChevronLeft', component: IconChevronLeft },
|
|
166
|
-
{ name: 'IconEdit', component: IconEdit },
|
|
167
|
-
{ name: 'IconMute', component: IconMute },
|
|
168
|
-
{ name: 'IconSend', component: IconSend },
|
|
169
|
-
{ name: 'IconArrow', component: IconArrow },
|
|
170
|
-
{ name: 'IconPlay', component: IconPlay },
|
|
171
|
-
{ name: 'IconShuffle', component: IconShuffle }
|
|
172
|
-
]
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
name: 'entities',
|
|
176
|
-
icons: [
|
|
177
|
-
{ name: 'IconInfo', component: IconInfoEntities },
|
|
178
|
-
{ name: 'IconPrice', component: IconPrice },
|
|
179
|
-
{ name: 'IconCalendar', component: IconCalendar },
|
|
180
|
-
{ name: 'IconPayments', component: IconPayments },
|
|
181
|
-
{ name: 'IconBell', component: IconBell },
|
|
182
|
-
{ name: 'IconTime', component: IconTime },
|
|
183
|
-
{ name: 'IconCommunity', component: IconCommunity },
|
|
184
|
-
{ name: 'IconGallery', component: IconGallery },
|
|
185
|
-
{ name: 'IconFile', component: IconFile },
|
|
186
|
-
{ name: 'IconFollowing', component: IconFollowing },
|
|
187
|
-
{ name: 'IconEvents', component: IconEvents },
|
|
188
|
-
{ name: 'IconHome', component: IconHome },
|
|
189
|
-
{ name: 'IconProducts', component: IconProducts },
|
|
190
|
-
{ name: 'IconCatalog', component: IconCatalog },
|
|
191
|
-
{ name: 'IconShopcart', component: IconShopcart },
|
|
192
|
-
{ name: 'IconRecent', component: IconRecent },
|
|
193
|
-
{ name: 'IconEarn', component: IconEarn },
|
|
194
|
-
{ name: 'IconPopular', component: IconPopular },
|
|
195
|
-
{ name: 'IconDate', component: IconDate },
|
|
196
|
-
{ name: 'IconFeatured', component: IconFeatured },
|
|
197
|
-
{ name: 'IconLeftovers', component: IconLeftovers },
|
|
198
|
-
{ name: 'IconOrders', component: IconOrders },
|
|
199
|
-
{ name: 'IconMusic', component: IconMusic },
|
|
200
|
-
{ name: 'IconProfile', component: IconProfile },
|
|
201
|
-
{ name: 'IconGroups', component: IconGroups }
|
|
202
|
-
]
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
name: 'placeholders',
|
|
206
|
-
icons: [
|
|
207
|
-
{ name: 'PlaceholderOrganizationPic', component: PlaceholderOrganizationPic },
|
|
208
|
-
{ name: 'PlaceholderChat', component: PlaceholderChat },
|
|
209
|
-
{ name: 'PlaceholderImage', component: PlaceholderImage },
|
|
210
|
-
{ name: 'PlaceholderUserpic', component: PlaceholderUserpic }
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
name: 'socials',
|
|
215
|
-
icons: [
|
|
216
|
-
{ name: 'vk', component: Vk },
|
|
217
|
-
{ name: 'instagram', component: Instagram },
|
|
218
|
-
{ name: 'telegram', component: Telegram },
|
|
219
|
-
{ name: 'twitter', component: Twitter },
|
|
220
|
-
{ name: 'linkedin', component: Linkedin },
|
|
221
|
-
{ name: 'reddit', component: Reddit },
|
|
222
|
-
{ name: 'dribbble', component: Dribbble },
|
|
223
|
-
{ name: 'facebook', component: Facebook },
|
|
224
|
-
{ name: 'youtube', component: Youtube },
|
|
225
|
-
{ name: 'line', component: Line }
|
|
226
|
-
]
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
name: 'actions',
|
|
230
|
-
icons: [
|
|
231
|
-
{ name: 'IconDuplicate', component: IconDuplicate },
|
|
232
|
-
{ name: 'IconShopcartAdd', component: IconShopcartAdd }
|
|
233
|
-
]
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
name: 'labels',
|
|
237
|
-
icons: [
|
|
238
|
-
{ name: 'LabelGooglePlay', component: LabelGooglePlay },
|
|
239
|
-
{ name: 'LabelAppStore', component: LabelAppStore }
|
|
240
|
-
]
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
name: 'logos',
|
|
244
|
-
icons: [
|
|
245
|
-
{ name: 'Logotype', component: Logotype }
|
|
246
|
-
]
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
name: 'skeletons',
|
|
250
|
-
icons: [
|
|
251
|
-
{ name: 'SkeletonEventShort', component: SkeletonEventShort },
|
|
252
|
-
{ name: 'SkeletonBlogpost', component: SkeletonBlogpost },
|
|
253
|
-
{ name: 'SkeletonOrganization', component: SkeletonOrganization },
|
|
254
|
-
{ name: 'SkeletonEvent', component: SkeletonEvent }
|
|
255
|
-
]
|
|
256
|
-
}
|
|
257
|
-
];
|
|
246
|
+
categories.value = Object.entries(iconsMap).map(([categoryName, icons]) => ({
|
|
247
|
+
name: categoryName,
|
|
248
|
+
icons: Object.entries(icons).map(([name, component]) => ({
|
|
249
|
+
name,
|
|
250
|
+
component
|
|
251
|
+
}))
|
|
252
|
+
}));
|
|
258
253
|
}
|
|
259
254
|
|
|
260
255
|
function formatCategoryName(name) {
|
|
@@ -262,7 +257,6 @@ function formatCategoryName(name) {
|
|
|
262
257
|
}
|
|
263
258
|
|
|
264
259
|
function copyIconName(iconName, categoryName) {
|
|
265
|
-
// Copy the icon import to clipboard
|
|
266
260
|
const importStatement = `import ${iconName} from '@martyrs/src/modules/icons/${categoryName}/${iconName}.vue';`;
|
|
267
261
|
navigator.clipboard.writeText(importStatement);
|
|
268
262
|
|