@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
package/dist/martyrs.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as o, b as t, c as d, d as r, e as l, f as i, g as p, h as u, i as n, j as m, k as M, F as S, l as c, n as F, o as g, L as h, p as b, M as k, q as x, r as B, s as C, t as T, u as U, S as f, v as w, w as D, x as E, y as I, z as L, A as P, B as q, C as y, U as A, D as j, E as v, m as z } from "./main-
|
|
1
|
+
import { a as o, b as t, c as d, d as r, e as l, f as i, g as p, h as u, i as n, j as m, k as M, F as S, l as c, n as F, o as g, L as h, p as b, M as k, q as x, r as B, s as C, t as T, u as U, S as f, v as w, w as D, x as E, y as I, z as L, A as P, B as q, C as y, U as A, D as j, E as v, m as z } from "./main-CK6rC5Sz.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
export {
|
|
4
4
|
o as Address,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../../../../../../../_virtual/
|
|
3
|
+
const utils = require("../../../../../../../_virtual/utils2.cjs");
|
|
4
4
|
var hasRequiredUtils;
|
|
5
5
|
function requireUtils() {
|
|
6
6
|
if (hasRequiredUtils) return utils.__exports;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const utils = require("../../../../../../../_virtual/
|
|
3
|
+
const utils = require("../../../../../../../_virtual/utils.cjs");
|
|
4
4
|
var hasRequiredUtils;
|
|
5
5
|
function requireUtils() {
|
|
6
6
|
if (hasRequiredUtils) return utils.__exports;
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,68 @@
|
|
|
1
|
-
@charset "UTF-8"
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
.carousel {
|
|
3
|
+
position: relative;
|
|
4
|
+
width: 100%;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
.carousel__container {
|
|
8
|
+
display: flex;
|
|
9
|
+
scroll-snap-type: x mandatory;
|
|
10
|
+
overflow-x: scroll;
|
|
11
|
+
scrollbar-width: none; /* Firefox */
|
|
12
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
13
|
+
scroll-behavior: smooth;
|
|
14
|
+
}
|
|
15
|
+
.carousel__container::-webkit-scrollbar {
|
|
16
|
+
display: none; /* Chrome, Safari, Opera */
|
|
17
|
+
}
|
|
18
|
+
.carousel__slide {
|
|
19
|
+
flex: 0 0 100%;
|
|
20
|
+
width: 100%;
|
|
21
|
+
scroll-snap-align: start;
|
|
22
|
+
scroll-snap-stop: always;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Navigation dots */
|
|
26
|
+
.carousel__dots {
|
|
27
|
+
display: flex;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
gap: 0.5rem;
|
|
30
|
+
margin-top: 1rem;
|
|
31
|
+
}
|
|
32
|
+
.carousel__dot {
|
|
33
|
+
width: 0.625rem;
|
|
34
|
+
height: 0.625rem;
|
|
35
|
+
border-radius: 50%;
|
|
36
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
37
|
+
border: none;
|
|
38
|
+
padding: 0;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
transition: background-color 0.3s ease;
|
|
41
|
+
}
|
|
42
|
+
.carousel__dot--active {
|
|
43
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
44
|
+
}
|
|
45
|
+
.auth_slider .carousel {
|
|
46
|
+
height: 100%;
|
|
47
|
+
}
|
|
48
|
+
.auth_slider .carousel__container {
|
|
49
|
+
height: 100%;
|
|
50
|
+
}
|
|
51
|
+
.parent-div {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
height: 100%;
|
|
55
|
+
width: 100%;
|
|
56
|
+
object-fit: contain;
|
|
57
|
+
}
|
|
58
|
+
.background-div {
|
|
59
|
+
background-size: cover;
|
|
60
|
+
background-position: center center;
|
|
61
|
+
background-repeat: no-repeat;
|
|
62
|
+
}
|
|
63
|
+
.background-div {
|
|
64
|
+
flex-grow: 1;
|
|
65
|
+
}.tab-selector {
|
|
2
66
|
position: absolute;
|
|
3
67
|
width: 50%;
|
|
4
68
|
height: 100%;
|
|
@@ -7,6 +71,31 @@
|
|
|
7
71
|
z-index: 0;
|
|
8
72
|
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
9
73
|
}
|
|
74
|
+
input[data-v-a0727209],
|
|
75
|
+
textarea[data-v-a0727209],
|
|
76
|
+
span[data-v-a0727209] {
|
|
77
|
+
line-height: 1;
|
|
78
|
+
color: inherit;
|
|
79
|
+
}
|
|
80
|
+
textarea[data-v-a0727209] {
|
|
81
|
+
resize: none;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
height: 1rem;
|
|
84
|
+
line-height: 1rem;
|
|
85
|
+
}
|
|
86
|
+
input[type="date"][data-v-a0727209]::-webkit-calendar-picker-indicator,
|
|
87
|
+
input[type="time"][data-v-a0727209]::-webkit-calendar-picker-indicator {
|
|
88
|
+
filter: invert(1);
|
|
89
|
+
opacity: 1;
|
|
90
|
+
color: inherit;
|
|
91
|
+
}
|
|
92
|
+
.cursor-pointer[data-v-a0727209] {
|
|
93
|
+
cursor: pointer;
|
|
94
|
+
}
|
|
95
|
+
.pos-relative[data-v-a0727209] {
|
|
96
|
+
position: relative;
|
|
97
|
+
}
|
|
98
|
+
|
|
10
99
|
.circular-loader {
|
|
11
100
|
position: relative;
|
|
12
101
|
z-index: 50;
|
|
@@ -129,76 +218,7 @@ a.button {
|
|
|
129
218
|
text-align: center;
|
|
130
219
|
line-height: 16px;
|
|
131
220
|
font-size: 10px;
|
|
132
|
-
}
|
|
133
|
-
.carousel {
|
|
134
|
-
position: relative;
|
|
135
|
-
width: 100%;
|
|
136
|
-
overflow: hidden;
|
|
137
|
-
}
|
|
138
|
-
.carousel__container {
|
|
139
|
-
display: flex;
|
|
140
|
-
scroll-snap-type: x mandatory;
|
|
141
|
-
overflow-x: scroll;
|
|
142
|
-
scrollbar-width: none; /* Firefox */
|
|
143
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
144
|
-
scroll-behavior: smooth;
|
|
145
|
-
}
|
|
146
|
-
.carousel__container::-webkit-scrollbar {
|
|
147
|
-
display: none; /* Chrome, Safari, Opera */
|
|
148
|
-
}
|
|
149
|
-
.carousel__slide {
|
|
150
|
-
flex: 0 0 100%;
|
|
151
|
-
width: 100%;
|
|
152
|
-
scroll-snap-align: start;
|
|
153
|
-
scroll-snap-stop: always;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/* Navigation dots */
|
|
157
|
-
.carousel__dots {
|
|
158
|
-
display: flex;
|
|
159
|
-
justify-content: center;
|
|
160
|
-
gap: 0.5rem;
|
|
161
|
-
margin-top: 1rem;
|
|
162
|
-
}
|
|
163
|
-
.carousel__dot {
|
|
164
|
-
width: 0.625rem;
|
|
165
|
-
height: 0.625rem;
|
|
166
|
-
border-radius: 50%;
|
|
167
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
168
|
-
border: none;
|
|
169
|
-
padding: 0;
|
|
170
|
-
cursor: pointer;
|
|
171
|
-
transition: background-color 0.3s ease;
|
|
172
|
-
}
|
|
173
|
-
.carousel__dot--active {
|
|
174
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
175
|
-
}
|
|
176
|
-
.parent-div {
|
|
177
|
-
display: flex;
|
|
178
|
-
flex-direction: column;
|
|
179
|
-
height: 100%;
|
|
180
|
-
width: 100%;
|
|
181
|
-
}
|
|
182
|
-
.background-div {
|
|
183
|
-
flex-grow: 1;
|
|
184
|
-
}
|
|
185
|
-
input[data-v-cf6a6a58], textarea[data-v-cf6a6a58], span[data-v-cf6a6a58] {
|
|
186
|
-
line-height: 1;
|
|
187
|
-
color: inherit;
|
|
188
|
-
}
|
|
189
|
-
textarea[data-v-cf6a6a58] {
|
|
190
|
-
resize: none;
|
|
191
|
-
overflow: hidden;
|
|
192
|
-
height: 1rem;
|
|
193
|
-
line-height: 1rem;
|
|
194
|
-
}
|
|
195
|
-
input[type="date"][data-v-cf6a6a58]::-webkit-calendar-picker-indicator,
|
|
196
|
-
input[type="time"][data-v-cf6a6a58]::-webkit-calendar-picker-indicator {
|
|
197
|
-
filter: invert(1); /* Это инвертирует иконку, подходит при светлом фоне */
|
|
198
|
-
opacity: 1;
|
|
199
|
-
color: inherit;
|
|
200
|
-
}
|
|
201
|
-
.slide-fade-enter-active {
|
|
221
|
+
}.slide-fade-enter-active {
|
|
202
222
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
203
223
|
}
|
|
204
224
|
.slide-fade-leave-active {
|
|
@@ -739,6 +759,49 @@ button[data-v-416842ae]:disabled {
|
|
|
739
759
|
overflow: hidden;
|
|
740
760
|
transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
741
761
|
}
|
|
762
|
+
.range-slider input[type="range"] {
|
|
763
|
+
-webkit-appearance: none;
|
|
764
|
+
appearance: none;
|
|
765
|
+
height: 6px;
|
|
766
|
+
background: var(--color-light);
|
|
767
|
+
border-radius: 3px;
|
|
768
|
+
outline: none;
|
|
769
|
+
}
|
|
770
|
+
.range-slider input[type="range"]::-webkit-slider-thumb {
|
|
771
|
+
-webkit-appearance: none;
|
|
772
|
+
appearance: none;
|
|
773
|
+
width: 18px;
|
|
774
|
+
height: 18px;
|
|
775
|
+
background: var(--color-primary);
|
|
776
|
+
border-radius: 50%;
|
|
777
|
+
cursor: pointer;
|
|
778
|
+
}
|
|
779
|
+
.range-slider input[type="range"]::-moz-range-thumb {
|
|
780
|
+
width: 18px;
|
|
781
|
+
height: 18px;
|
|
782
|
+
background: var(--color-primary);
|
|
783
|
+
border-radius: 50%;
|
|
784
|
+
cursor: pointer;
|
|
785
|
+
border: none;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.btn-filter {
|
|
789
|
+
display: flex;
|
|
790
|
+
align-items: center;
|
|
791
|
+
gap: 0.25rem;
|
|
792
|
+
border: none;
|
|
793
|
+
cursor: pointer;
|
|
794
|
+
transition: all 0.2s;
|
|
795
|
+
white-space: nowrap;
|
|
796
|
+
}
|
|
797
|
+
.btn-filter:hover {
|
|
798
|
+
opacity: 0.8;
|
|
799
|
+
}
|
|
800
|
+
.filters-container {
|
|
801
|
+
max-height: 60vh;
|
|
802
|
+
overflow-y: auto;
|
|
803
|
+
}
|
|
804
|
+
|
|
742
805
|
.feed-move, /* apply transition to moving elements */
|
|
743
806
|
.feed-enter-active,
|
|
744
807
|
.feed-leave-active {
|
|
@@ -2592,16 +2655,16 @@ to {
|
|
|
2592
2655
|
transform: rotate(360deg);
|
|
2593
2656
|
}
|
|
2594
2657
|
}
|
|
2595
|
-
.h-60[data-v-
|
|
2658
|
+
.h-60[data-v-e6d7e69a] {
|
|
2596
2659
|
height: 60%;
|
|
2597
2660
|
}
|
|
2598
|
-
.notification[data-v-
|
|
2661
|
+
.notification[data-v-e6d7e69a] {
|
|
2599
2662
|
z-index: 100;
|
|
2600
2663
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2601
2664
|
transition: all 0.3s ease;
|
|
2602
|
-
animation: fadeIn-
|
|
2665
|
+
animation: fadeIn-e6d7e69a 0.3s;
|
|
2603
2666
|
}
|
|
2604
|
-
@keyframes fadeIn-
|
|
2667
|
+
@keyframes fadeIn-e6d7e69a {
|
|
2605
2668
|
from { opacity: 0; transform: translateY(20px);
|
|
2606
2669
|
}
|
|
2607
2670
|
to { opacity: 1; transform: translateY(0);
|
package/package.json
CHANGED
|
@@ -9,6 +9,13 @@
|
|
|
9
9
|
:autofocus="search.autofocus"
|
|
10
10
|
/>
|
|
11
11
|
|
|
12
|
+
<FiltersBar
|
|
13
|
+
v-if="filter"
|
|
14
|
+
v-model="filter.selected"
|
|
15
|
+
:filters="filterConfig"
|
|
16
|
+
:class="filter.class || 'mobile-only'"
|
|
17
|
+
/>
|
|
18
|
+
|
|
12
19
|
<Dropdown
|
|
13
20
|
v-if="date"
|
|
14
21
|
:label="{
|
|
@@ -180,6 +187,8 @@ import BlockSearch from '@martyrs/src/modules/globals/views/components/blocks/Bl
|
|
|
180
187
|
import BlockSorting from '@martyrs/src/modules/globals/views/components/blocks/BlockSorting.vue'
|
|
181
188
|
import BlockFilter from '@martyrs/src/modules/globals/views/components/blocks/BlockFilter.vue'
|
|
182
189
|
|
|
190
|
+
import FiltersBar from '@martyrs/src/modules/globals/views/components/sections/Filters.vue'
|
|
191
|
+
|
|
183
192
|
import ButtonSort from '@martyrs/src/modules/globals/views/components/elements/ButtonSort.vue'
|
|
184
193
|
import ButtonDate from '@martyrs/src/modules/globals/views/components/elements/ButtonDate.vue'
|
|
185
194
|
|
|
@@ -192,6 +201,20 @@ const filter = defineModel('filter')
|
|
|
192
201
|
const date = defineModel('date')
|
|
193
202
|
const items = defineModel('items')
|
|
194
203
|
|
|
204
|
+
const filterConfig = computed(() => {
|
|
205
|
+
if (!filter.value?.options) return []
|
|
206
|
+
|
|
207
|
+
// Преобразуем старый формат в новый
|
|
208
|
+
return filter.value.options.map(opt => ({
|
|
209
|
+
key: opt.value,
|
|
210
|
+
title: opt.title,
|
|
211
|
+
type: 'options', // или другой тип в зависимости от данных
|
|
212
|
+
options: opt.options || [],
|
|
213
|
+
defaultValue: null
|
|
214
|
+
}))
|
|
215
|
+
})
|
|
216
|
+
|
|
217
|
+
|
|
195
218
|
// Пропсы
|
|
196
219
|
const props = defineProps({
|
|
197
220
|
showLoadMore: {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { ref, onMounted, nextTick, watch } from 'vue'
|
|
3
|
+
import IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';
|
|
4
|
+
|
|
3
5
|
const emit = defineEmits(['update:field', 'focus', 'blur']);
|
|
6
|
+
|
|
4
7
|
const props = defineProps({
|
|
5
8
|
label: null,
|
|
6
9
|
symbol: null,
|
|
@@ -13,26 +16,23 @@ const props = defineProps({
|
|
|
13
16
|
tabindex: -1,
|
|
14
17
|
autofocus: false
|
|
15
18
|
});
|
|
19
|
+
|
|
16
20
|
if (props.value) {
|
|
17
21
|
emit('update:field', props.value)
|
|
18
22
|
}
|
|
23
|
+
|
|
19
24
|
const textarea = ref(null);
|
|
20
25
|
const input = ref(null);
|
|
26
|
+
const showPassword = ref(false);
|
|
21
27
|
|
|
22
28
|
function resize() {
|
|
23
29
|
if (!textarea.value) {
|
|
24
30
|
textarea.value.style.height = '';
|
|
25
31
|
return;
|
|
26
32
|
}
|
|
27
|
-
|
|
28
33
|
const el = textarea.value;
|
|
29
|
-
|
|
30
|
-
// Сначала сбрасываем высоту для правильного расчета scrollHeight
|
|
31
34
|
el.style.height = '';
|
|
32
|
-
|
|
33
35
|
const scrollHeight = el.scrollHeight;
|
|
34
|
-
|
|
35
|
-
// Теперь устанавливаем высоту на основе scrollHeight
|
|
36
36
|
if (scrollHeight > 33) {
|
|
37
37
|
el.style.height = scrollHeight + 'px';
|
|
38
38
|
} else {
|
|
@@ -40,7 +40,6 @@ function resize() {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
|
|
44
43
|
function focus() {
|
|
45
44
|
if (props.autofocus) {
|
|
46
45
|
if (props.type === 'textarea' && textarea.value) {
|
|
@@ -51,14 +50,12 @@ function focus() {
|
|
|
51
50
|
}
|
|
52
51
|
}
|
|
53
52
|
|
|
54
|
-
// Следим за изменениями поля
|
|
55
53
|
watch(() => props.field, () => {
|
|
56
54
|
if (props.type === 'textarea') {
|
|
57
55
|
nextTick(resize);
|
|
58
56
|
}
|
|
59
57
|
});
|
|
60
58
|
|
|
61
|
-
// Autofocus
|
|
62
59
|
watch(() => props.autofocus, (newVal) => {
|
|
63
60
|
if (newVal) {
|
|
64
61
|
nextTick(focus);
|
|
@@ -72,32 +69,31 @@ onMounted(() => {
|
|
|
72
69
|
|
|
73
70
|
const text = ref(props.field);
|
|
74
71
|
</script>
|
|
72
|
+
|
|
75
73
|
<template>
|
|
76
|
-
<div
|
|
74
|
+
<div
|
|
77
75
|
:class="[
|
|
78
|
-
$attrs.class,
|
|
79
|
-
{
|
|
80
|
-
|
|
81
|
-
}
|
|
82
|
-
]"
|
|
76
|
+
$attrs.class,
|
|
77
|
+
{ 'bg-fourth-nano': validation }
|
|
78
|
+
]"
|
|
83
79
|
class="flex-center flex-nowrap flex"
|
|
84
80
|
>
|
|
85
|
-
<div
|
|
86
|
-
v-if="label"
|
|
81
|
+
<div
|
|
82
|
+
v-if="label"
|
|
87
83
|
class="t-transp mn-r-small"
|
|
88
84
|
>
|
|
89
85
|
<span class="t-nowrap">
|
|
90
86
|
{{label}}
|
|
91
87
|
</span>
|
|
92
88
|
</div>
|
|
93
|
-
<div class="w-100">
|
|
94
|
-
<input
|
|
89
|
+
<div class="w-100 pos-relative">
|
|
90
|
+
<input
|
|
95
91
|
v-if="type !== 'textarea'"
|
|
96
92
|
ref="input"
|
|
97
93
|
@input="event => text = emit('update:field', event.target.value)"
|
|
98
94
|
@focus="event => emit('focus', event)"
|
|
99
95
|
@blur="event => emit('blur', event)"
|
|
100
|
-
:type="type"
|
|
96
|
+
:type="type === 'password' && !showPassword ? 'password' : type === 'password' ? 'text' : type"
|
|
101
97
|
class="w-100"
|
|
102
98
|
:value="field"
|
|
103
99
|
:placeholder="placeholder"
|
|
@@ -105,7 +101,7 @@ const text = ref(props.field);
|
|
|
105
101
|
:disabled="disabled"
|
|
106
102
|
:autofocus="autofocus"
|
|
107
103
|
/>
|
|
108
|
-
<textarea
|
|
104
|
+
<textarea
|
|
109
105
|
v-else
|
|
110
106
|
ref="textarea"
|
|
111
107
|
@input="event => text = emit('update:field', event.target.value)"
|
|
@@ -117,10 +113,16 @@ const text = ref(props.field);
|
|
|
117
113
|
:tabindex="tabindex"
|
|
118
114
|
:disabled="disabled"
|
|
119
115
|
/>
|
|
120
|
-
</div>
|
|
116
|
+
</div>
|
|
117
|
+
<IconShow
|
|
118
|
+
v-if="type === 'password'"
|
|
119
|
+
:show="!showPassword"
|
|
120
|
+
@click="showPassword = !showPassword"
|
|
121
|
+
class="i-medium cursor-pointer"
|
|
122
|
+
/>
|
|
121
123
|
<slot></slot>
|
|
122
|
-
<div
|
|
123
|
-
v-if="symbol"
|
|
124
|
+
<div
|
|
125
|
+
v-if="symbol"
|
|
124
126
|
class="t-transp mn-l-small"
|
|
125
127
|
>
|
|
126
128
|
<span>
|
|
@@ -135,21 +137,34 @@ const text = ref(props.field);
|
|
|
135
137
|
</div>
|
|
136
138
|
</transition>
|
|
137
139
|
</template>
|
|
140
|
+
|
|
138
141
|
<style scoped>
|
|
139
|
-
input,
|
|
142
|
+
input,
|
|
143
|
+
textarea,
|
|
144
|
+
span {
|
|
140
145
|
line-height: 1;
|
|
141
146
|
color: inherit;
|
|
142
147
|
}
|
|
148
|
+
|
|
143
149
|
textarea {
|
|
144
150
|
resize: none;
|
|
145
151
|
overflow: hidden;
|
|
146
|
-
height: 1rem;
|
|
152
|
+
height: 1rem;
|
|
147
153
|
line-height: 1rem;
|
|
148
154
|
}
|
|
155
|
+
|
|
149
156
|
input[type="date"]::-webkit-calendar-picker-indicator,
|
|
150
157
|
input[type="time"]::-webkit-calendar-picker-indicator {
|
|
151
|
-
filter: invert(1);
|
|
158
|
+
filter: invert(1);
|
|
152
159
|
opacity: 1;
|
|
153
160
|
color: inherit;
|
|
154
161
|
}
|
|
162
|
+
|
|
163
|
+
.cursor-pointer {
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.pos-relative {
|
|
168
|
+
position: relative;
|
|
169
|
+
}
|
|
155
170
|
</style>
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<div class="
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
></button>
|
|
18
|
-
</div>
|
|
2
|
+
<!-- Native Carousel -->
|
|
3
|
+
<div class="carousel" ref="carouselRef">
|
|
4
|
+
<div class="carousel__container" @scroll="handleScroll">
|
|
5
|
+
<slot></slot>
|
|
6
|
+
</div>
|
|
7
|
+
|
|
8
|
+
<!-- Navigation Dots (optional) -->
|
|
9
|
+
<div class="carousel__dots" v-if="showDots && slideCount > 1">
|
|
10
|
+
<button
|
|
11
|
+
v-for="index in slideCount"
|
|
12
|
+
:key="index - 1"
|
|
13
|
+
class="carousel__dot"
|
|
14
|
+
:class="{ 'carousel__dot--active': selectedIndex === index - 1 }"
|
|
15
|
+
@click="scrollTo(index - 1)"
|
|
16
|
+
></button>
|
|
19
17
|
</div>
|
|
20
18
|
</div>
|
|
21
19
|
</template>
|
|
@@ -21,14 +21,21 @@ import ResetPassword from './views/components/pages/ResetPassword.vue';
|
|
|
21
21
|
import SignIn from './views/components/pages/SignIn.vue';
|
|
22
22
|
import SignUp from './views/components/pages/SignUp.vue';
|
|
23
23
|
|
|
24
|
+
|
|
24
25
|
// Importing sections components
|
|
25
26
|
import FeaturedUsers from './views/components/sections/FeaturedUsers.vue';
|
|
26
27
|
import SliderFeatures from './views/components/sections/SliderFeatures.vue';
|
|
27
28
|
|
|
29
|
+
import { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';
|
|
30
|
+
|
|
31
|
+
import locales from './locales/index.js';
|
|
32
|
+
|
|
28
33
|
// Пример функции инициализации для модуля аутентификации
|
|
29
34
|
function initializeAuth(app, store, router, options = {}) {
|
|
30
35
|
const route = options.route || 'Home';
|
|
31
36
|
|
|
37
|
+
i18nManager.register('auth', locales);
|
|
38
|
+
|
|
32
39
|
router.addRoute(route, routerAuth);
|
|
33
40
|
router.addRoute(route, routerUsers);
|
|
34
41
|
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// @martyrs/src/modules/auth/locales/en.js
|
|
2
|
+
export default {
|
|
3
|
+
auth: {
|
|
4
|
+
signIn: {
|
|
5
|
+
title: "Welcome to OZ DAO,",
|
|
6
|
+
subtitle: "Sign In to Continue",
|
|
7
|
+
signup: "Don't have an account?",
|
|
8
|
+
phone: "Phone",
|
|
9
|
+
email: "Email",
|
|
10
|
+
phonePlaceholder: "Enter your phone",
|
|
11
|
+
emailPlaceholder: "Enter your email",
|
|
12
|
+
haveAccount: "Don't have an account? Sign Up",
|
|
13
|
+
passwordPlaceholder: "Enter your password",
|
|
14
|
+
forgotPassword: "Forgot Password?",
|
|
15
|
+
signin: "Sign In",
|
|
16
|
+
signin_apple: "Sign In with Apple",
|
|
17
|
+
soon: "SOON"
|
|
18
|
+
},
|
|
19
|
+
signUp: {
|
|
20
|
+
title: "Sign Up",
|
|
21
|
+
description: "Choose a convenient way to register via phone or email:",
|
|
22
|
+
phone: "Phone",
|
|
23
|
+
email: "Email",
|
|
24
|
+
phonePlaceholder: "Enter your phone",
|
|
25
|
+
emailPlaceholder: "Enter your email",
|
|
26
|
+
emailNotice: "We will send you an email with a confirmation code that you will need to enter in the next step.",
|
|
27
|
+
smsNotice: "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
|
|
28
|
+
sendCode: "Send Code",
|
|
29
|
+
haveAccount: "Already have an account?"
|
|
30
|
+
},
|
|
31
|
+
enterCode: {
|
|
32
|
+
verifyNumberTitle: "Verify Number",
|
|
33
|
+
instructions: "We have sent a registration code to your phone number. Please enter it in the field below:",
|
|
34
|
+
resendCode: "Send the code again",
|
|
35
|
+
secondsResend: "seconds to the possibility of sending the code again."
|
|
36
|
+
},
|
|
37
|
+
resetPassword: {
|
|
38
|
+
forgotPasswordTitle: "Forgot Password?",
|
|
39
|
+
instructions: "To reset your password, specify the phone or email used during registration.",
|
|
40
|
+
smsInfo: "We will send you an SMS with a confirmation code to reset your password, which you will need to enter in the next step.",
|
|
41
|
+
emailInfo: "We will send you an email with a confirmation code to reset your password, which you will need to enter in the next step.",
|
|
42
|
+
phone: "Phone",
|
|
43
|
+
email: "Email",
|
|
44
|
+
phonePlaceholder: "Enter your phone",
|
|
45
|
+
emailPlaceholder: "Enter your email",
|
|
46
|
+
sendCode: "Send code"
|
|
47
|
+
},
|
|
48
|
+
enterPassword: {
|
|
49
|
+
almostDone: "Almost there!",
|
|
50
|
+
newPasswordPrompt: "Please, set a new password.",
|
|
51
|
+
registrationPasswordPrompt: "Please, set your password to complete the registration.",
|
|
52
|
+
passwordPlaceholder: "Password",
|
|
53
|
+
repeatPasswordPlaceholder: "Repeat Password",
|
|
54
|
+
changePasswordBtn: "Change Password",
|
|
55
|
+
registerBtn: "Register"
|
|
56
|
+
},
|
|
57
|
+
features: [
|
|
58
|
+
{
|
|
59
|
+
title: "What's the Weeder Token, Dude?",
|
|
60
|
+
description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
title: "Light Up and Level Up",
|
|
64
|
+
description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
title: "Hang Ten with Our Community",
|
|
68
|
+
description: "Find the dopest strains and start floating on cloud 9 with us!"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
title: "Shop 'Til You Drop... Into Your Couch",
|
|
72
|
+
description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
};
|