@ozdao/prometheus-framework 0.1.98 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.css +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +2 -49
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +49 -2
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +5 -5
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Field/Field.vue2.js +2 -2
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.js +10 -10
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +72 -2
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +2 -72
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +12 -12
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +15 -15
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +14 -14
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +14 -14
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +10 -10
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +20 -11
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -4
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -62
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +4 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +62 -2
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +13 -13
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +11 -11
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +20 -20
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +10 -10
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +13 -13
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/icons/navigation/IconLike.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/icons/navigation/IconLike.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +3 -3
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +14 -14
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +15 -15
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +7 -7
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +4 -4
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +8 -8
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +6 -6
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +18 -18
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +5 -5
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.js +9 -9
- package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +8 -8
- package/dist/prometheus-framework.cjs.js +1 -1
- package/dist/prometheus-framework.es.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/EditImages/EditImages.vue +3 -3
- package/src/components/EmptyState/EmptyState.vue +2 -2
- package/src/components/Field/Field.svlt +1 -1
- package/src/components/Field/Field.vue +1 -1
- package/src/components/FieldTags/BlockTags.vue +4 -4
- package/src/components/Footer/Footer.vue +8 -8
- package/src/components/LocationSelection/LocationSelection.vue +4 -4
- package/src/components/Search/Search.vue +3 -3
- package/src/configurator/components/layouts/layoutConfigurator.vue +2 -2
- package/src/configurator/components/pages/Styles.vue +3 -3
- package/src/modules/auth/components/pages/EnterCode.vue +4 -4
- package/src/modules/auth/components/pages/EnterPassword.vue +9 -9
- package/src/modules/auth/components/pages/Invite.vue +6 -6
- package/src/modules/auth/components/pages/ResetPassword.vue +10 -10
- package/src/modules/auth/components/pages/SignIn.vue +11 -11
- package/src/modules/auth/components/pages/SignUp.vue +11 -11
- package/src/modules/auth/components/sections/SliderFeatures.vue +2 -2
- package/src/modules/backoffice/components/admin/Categories.vue +2 -2
- package/src/modules/backoffice/components/admin/CategoryEdit.vue +2 -2
- package/src/modules/backoffice/components/admin/Dashboard.vue +1 -1
- package/src/modules/backoffice/components/admin/FastOrders.vue +3 -3
- package/src/modules/backoffice/components/admin/PageEdit.vue +3 -3
- package/src/modules/backoffice/components/admin/Pages.vue +1 -1
- package/src/modules/backoffice/components/admin/ProductEdit.vue +1 -1
- package/src/modules/backoffice/components/admin/User.vue +6 -6
- package/src/modules/backoffice/components/admin/Users.vue +4 -4
- package/src/modules/backoffice/components/layouts/Backoffice.vue +1 -1
- package/src/modules/backoffice/components/pages/Dashboard.vue +1 -1
- package/src/modules/community/components/blocks/CardBlogpost.vue +5 -5
- package/src/modules/community/components/layouts/Community.vue +2 -2
- package/src/modules/community/components/pages/BlogPost.vue +4 -4
- package/src/modules/community/components/pages/Community.vue +2 -2
- package/src/modules/community/components/pages/CreateBlogPost.vue +5 -5
- package/src/modules/community/components/sections/Comments.vue +5 -5
- package/src/modules/community/components/sections/Feed.vue +2 -2
- package/src/modules/community/components/sections/JoinUs.vue +2 -2
- package/src/modules/community/components/sections/SubscribeNewsletter.vue +3 -3
- package/src/modules/constructor/components/elements/Audio.vue +2 -2
- package/src/modules/constructor/components/elements/Bullets.vue +1 -1
- package/src/modules/constructor/components/elements/Caption.vue +1 -1
- package/src/modules/constructor/components/elements/Embed.vue +2 -2
- package/src/modules/constructor/components/elements/H2.vue +1 -1
- package/src/modules/constructor/components/elements/Image.vue +19 -5
- package/src/modules/constructor/components/elements/ImageUpload.vue +1 -1
- package/src/modules/constructor/components/elements/Textarea.vue +1 -1
- package/src/modules/constructor/components/sections/Constructor.vue +4 -4
- package/src/modules/events/components/blocks/CardEvent.vue +5 -5
- package/src/modules/events/components/layouts/layoutEvents.vue +1 -1
- package/src/modules/events/components/pages/EditEvent.vue +12 -12
- package/src/modules/events/components/pages/Event.vue +4 -4
- package/src/modules/events/components/pages/Events.vue +1 -1
- package/src/modules/events/components/sections/Feed.vue +2 -2
- package/src/modules/events/components/sections/List.vue +1 -1
- package/src/modules/gallery/components/sections/BackofficeGallery.vue +10 -10
- package/src/modules/gallery/components/sections/GalleryWithCategories.vue +6 -6
- package/src/modules/globals/components/sections/Feed.vue +1 -1
- package/src/modules/icons/navigation/IconLike.vue +2 -1
- package/src/modules/landing/components/sections/MobileApp.vue +7 -7
- package/src/modules/legal/components/pages/Legal.vue +5 -5
- package/src/modules/marketplace/components/layouts/Marketplace.vue +1 -1
- package/src/modules/mobile/components/Menu/MenuItem.vue +2 -2
- package/src/modules/orders/components/blocks/CardOrderItem.vue +1 -1
- package/src/modules/orders/components/blocks/Positions.vue +8 -8
- package/src/modules/orders/components/pages/EditOrder.vue +19 -19
- package/src/modules/orders/components/pages/Favorites.vue +2 -2
- package/src/modules/orders/components/pages/Order.vue +5 -5
- package/src/modules/orders/components/pages/Orders.vue +5 -5
- package/src/modules/orders/components/pages/ViewOrder.vue +7 -7
- package/src/modules/orders/components/partials/ShopCart.vue +3 -3
- package/src/modules/orders/components/sections/Form.vue +12 -12
- package/src/modules/orders/components/sections/Succes.vue +4 -4
- package/src/modules/organizations/components/blocks/CardDepartment.vue +3 -3
- package/src/modules/organizations/components/blocks/CardOrganization.vue +3 -3
- package/src/modules/organizations/components/blocks/Contacts.vue +1 -1
- package/src/modules/organizations/components/blocks/DepartmentMemberModify.vue +2 -2
- package/src/modules/organizations/components/blocks/EditArray.vue +2 -2
- package/src/modules/organizations/components/blocks/EmptyState.vue +3 -3
- package/src/modules/organizations/components/blocks/Rating.vue +1 -1
- package/src/modules/organizations/components/pages/Department.vue +6 -6
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +16 -16
- package/src/modules/organizations/components/pages/Members.vue +2 -2
- package/src/modules/organizations/components/pages/Organization.vue +5 -5
- package/src/modules/organizations/components/pages/OrganizationEdit.vue +16 -16
- package/src/modules/organizations/components/pages/Organizations.vue +2 -2
- package/src/modules/organizations/components/sections/DetailsTab.vue +11 -11
- package/src/modules/organizations/components/sections/Documents.vue +4 -4
- package/src/modules/organizations/components/sections/Feed.vue +2 -2
- package/src/modules/organizations/components/sections/FeedDepartments.vue +2 -2
- package/src/modules/organizations/components/sections/MembersAdd.vue +5 -5
- package/src/modules/organizations/components/sections/MembersList.vue +2 -2
- package/src/modules/organizations/components/sections/Unit.vue +12 -12
- package/src/modules/payments/components/pages/Payments.vue +3 -3
- package/src/modules/products/components/blocks/CardLeftover.vue +4 -4
- package/src/modules/products/components/blocks/CardProduct.vue +3 -3
- package/src/modules/products/components/blocks/EditCategories.vue +4 -4
- package/src/modules/products/components/blocks/EditFilters.vue +4 -4
- package/src/modules/products/components/blocks/LeftoverPositions.vue +1 -1
- package/src/modules/products/components/pages/LeftoverAdd.vue +7 -7
- package/src/modules/products/components/pages/Leftovers.vue +5 -5
- package/src/modules/products/components/pages/OrganizationDetails.vue +4 -4
- package/src/modules/products/components/pages/OrganizationDocuments.vue +5 -5
- package/src/modules/products/components/pages/OrganizationPeople.vue +5 -5
- package/src/modules/products/components/pages/ProductEdit.vue +5 -5
- package/src/modules/products/components/pages/ProductRecommmendation.vue +1 -1
- package/src/modules/products/components/pages/ProductsBackoffice.vue +2 -2
- package/src/modules/products/components/sections/EditModifications.vue +8 -8
- package/src/modules/products/components/sections/EditParameters.vue +4 -4
- package/src/modules/products/components/sections/EditProductImages.vue +2 -2
- package/src/modules/products/components/sections/EditProductInfo.vue +5 -5
- package/src/modules/products/components/sections/FilterProducts.vue +9 -9
- package/src/modules/products/components/sections/HeroRecommendation.vue +5 -5
- package/src/modules/products/components/sections/PopularProducts.vue +1 -1
- package/src/modules/products/components/sections/ProductInformationSection.vue +27 -27
- package/src/modules/products/components/sections/SectionProduct.vue +6 -6
- package/src/modules/products/components/sections/SortProducts.vue +1 -1
- package/src/modules/reports/components/pages/BackofficeReports.vue +4 -4
- package/src/modules/reports/components/sections/FormReport.vue +4 -4
- package/src/modules/spots/components/blocks/CardSpot.vue +4 -4
- package/src/modules/spots/components/blocks/SpotMemberModify.vue +2 -2
- package/src/modules/spots/components/layouts/Spots.vue +3 -3
- package/src/modules/spots/components/pages/Spot.vue +4 -4
- package/src/modules/spots/components/pages/SpotEdit.vue +16 -16
- package/src/modules/spots/components/sections/Feed.vue +2 -2
- package/src/modules/spots/components/sections/PlaceModify.vue +1 -1
- package/src/modules/spots/components/sections/Places.vue +1 -1
- package/src/modules/users/components/pages/Profile.vue +13 -13
- package/src/modules/users/components/pages/ProfileBlogposts.vue +2 -2
- package/src/modules/users/components/pages/ProfileComments.vue +1 -1
- package/src/modules/users/components/pages/ProfileEdit.vue +21 -21
- package/src/modules/users/components/pages/ProfileEvents.vue +2 -2
- package/src/modules/users/components/pages/ProfileLikes.vue +1 -1
- package/src/modules/users/components/pages/ProfileOrganizations.vue +2 -2
- package/src/modules/users/components/sections/ProfileCompletion.vue +1 -1
- package/src/modules/wallet/components/pages/Wallet.vue +17 -17
- package/src/styles/base/all.scss +83 -324
- package/src/styles/base/border-radius.scss +47 -0
- package/src/styles/base/height.scss +60 -0
- package/src/styles/base/scrolling.scss +8 -8
- package/src/styles/base/width.scss +2 -0
- package/src/styles/config.scss +153 -51
- package/src/styles/responsive.scss +2 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="container container-joinus">
|
3
3
|
<div class="content">
|
4
|
-
<span class="h0 mn-big">{{ userCount.toLocaleString() }}</span> <!-- используйте toLocaleString для форматирования числа -->
|
5
|
-
<p class="w-m-33r t-center mn-small p-big">Together, we're shaping the future of the globals cannabis community.</p>
|
4
|
+
<span class="h0 mn-b-big">{{ userCount.toLocaleString() }}</span> <!-- используйте toLocaleString для форматирования числа -->
|
5
|
+
<p class="w-m-33r t-center mn-b-small p-big">Together, we're shaping the future of the globals cannabis community.</p>
|
6
6
|
<button class="bg-black t-white button">Join Now</button>
|
7
7
|
</div>
|
8
8
|
</div>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<template>
|
2
2
|
<section class="pd-thin">
|
3
3
|
<div class="o-hidden t-black bg-main pd-big radius-big">
|
4
|
-
<header class="t-center z-index-1 mn-big">
|
5
|
-
<h2 class="mn-l-auto mn-r-auto w-m-40r mn-medium">Stay Updated with The Latest in Cannabis.</h2>
|
4
|
+
<header class="t-center z-index-1 mn-b-big">
|
5
|
+
<h2 class="mn-l-auto mn-r-auto w-m-40r mn-b-medium">Stay Updated with The Latest in Cannabis.</h2>
|
6
6
|
<p class="t-transp p-big">Subscribe to our newsletter for news, insights, and more from the Weeder universe.</p>
|
7
7
|
</header>
|
8
8
|
|
9
|
-
<div class="z-index-1 mn-big w-100 flex-nowrap flex">
|
9
|
+
<div class="z-index-1 mn-b-big w-100 flex-nowrap flex">
|
10
10
|
|
11
11
|
<!-- v-model:field="store.applications.state.form.data.email" -->
|
12
12
|
<FieldBig
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
|
-
class="mn-thin w-100 pd-medium bg-white radius-medium">
|
3
|
+
class="mn-b-thin w-100 pd-medium bg-white radius-medium">
|
4
4
|
|
5
5
|
<div
|
6
6
|
v-if="prop.content"
|
@@ -24,7 +24,7 @@
|
|
24
24
|
br-black-transp-10
|
25
25
|
pd-medium
|
26
26
|
radius-small
|
27
|
-
mn-thin
|
27
|
+
mn-b-thin
|
28
28
|
"
|
29
29
|
/>
|
30
30
|
<button
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
|
-
class="mn-thin w-100 pd-medium bg-white radius-medium">
|
3
|
+
class="mn-b-thin w-100 pd-medium bg-white radius-medium">
|
4
4
|
|
5
5
|
<div
|
6
6
|
v-if="prop.content"
|
@@ -23,7 +23,7 @@
|
|
23
23
|
br-black-transp-10
|
24
24
|
pd-medium
|
25
25
|
radius-small
|
26
|
-
mn-thin
|
26
|
+
mn-b-thin
|
27
27
|
"
|
28
28
|
/>
|
29
29
|
<div class="flex-v-center flex-nowrap flex gap-small">
|
@@ -1,15 +1,29 @@
|
|
1
1
|
<template>
|
2
2
|
<div
|
3
|
-
|
4
|
-
|
3
|
+
v-if="prop.content"
|
4
|
+
class="o-hidden radius-big pos-relative bg-grey mn-b-small w-100"
|
5
|
+
>
|
6
|
+
<img
|
7
|
+
:src="(FILE_SERVER_URL || '') + prop.content"
|
8
|
+
alt="Event image"
|
9
|
+
class="pos-relative z-index-1 d-block mn-auto w-100 object-fit-contain"
|
10
|
+
style="max-height: 40rem"
|
11
|
+
/>
|
12
|
+
|
13
|
+
<img
|
14
|
+
:src="(FILE_SERVER_URL || '') + prop.content"
|
15
|
+
alt="Event Background"
|
16
|
+
class="z-index-0 pos-absolute w-100 h-100 pos-t-0 pos-r-0"
|
17
|
+
style="
|
18
|
+
transform: scale(1.5);
|
19
|
+
filter: blur(2rem);
|
20
|
+
-webkit-filter: blur(2rem);"
|
21
|
+
/>
|
5
22
|
</div>
|
6
23
|
</template>
|
7
24
|
|
8
25
|
<script setup>
|
9
26
|
import { ref } from 'vue';
|
10
|
-
import axios from 'axios';
|
11
|
-
|
12
|
-
const imageUrl = ref(null);
|
13
27
|
|
14
28
|
const props = defineProps([
|
15
29
|
'label',
|
@@ -3,7 +3,7 @@
|
|
3
3
|
@click="onComponentClick"
|
4
4
|
@drop="onDrop"
|
5
5
|
@dragover.prevent
|
6
|
-
class="w-100 radius-big bg-white image-upload-area flex-v-center flex-h-center flex t-black mn-small">
|
6
|
+
class="w-100 radius-big bg-white image-upload-area flex-v-center flex-h-center flex t-black mn-b-small">
|
7
7
|
<img v-if="prop.content" :src="(FILE_SERVER_URL || '') + prop.content" alt="Uploaded image" class="w-100 h-30r object-fit-contain"/>
|
8
8
|
<span v-else class="t-transp pd-extra" >Click or drag-and-drop your image</span>
|
9
9
|
<input type="file" ref="fileInput" tabindex="-1" @change="onFileChange" style="display: none"/>
|
@@ -42,24 +42,24 @@ a<template>
|
|
42
42
|
>
|
43
43
|
<button
|
44
44
|
@click="showMenu = !showMenu"
|
45
|
-
class="mn-small cursor-pointer w-100 i-semi bg-white radius-thin"
|
45
|
+
class="mn-b-small cursor-pointer w-100 i-semi bg-white radius-thin"
|
46
46
|
>
|
47
47
|
{{ block.content ? '...' : '+' }}
|
48
48
|
</button>
|
49
49
|
|
50
50
|
<div
|
51
51
|
v-if="showMenu"
|
52
|
-
class="z-index-5 radius-thin pd-thin bg-white w-max mn-small flex-nowrap flex-column flex"
|
52
|
+
class="z-index-5 radius-thin pd-thin bg-white w-max mn-b-small flex-nowrap flex-column flex"
|
53
53
|
>
|
54
54
|
<span
|
55
55
|
@click="handleDeleteBlock(block)"
|
56
|
-
class="mn-thin w-max t-red bg-white button-small button"
|
56
|
+
class="mn-b-thin w-max t-red bg-white button-small button"
|
57
57
|
>
|
58
58
|
Remove
|
59
59
|
</span>
|
60
60
|
<span
|
61
61
|
@click="handleAddBlock('ImageUpload', '', index)"
|
62
|
-
class="mn-thin w-max t-black bg-white button-small button"
|
62
|
+
class="mn-b-thin w-max t-black bg-white button-small button"
|
63
63
|
>
|
64
64
|
Add Image
|
65
65
|
</span>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<CardHeader
|
10
10
|
:class="{
|
11
|
-
'mn-small pd-medium': type !== 'short',
|
11
|
+
'mn-b-small pd-medium': type !== 'short',
|
12
12
|
'flex-child-order-last flex-child mn-l-small': type === 'short',
|
13
13
|
}"
|
14
14
|
:entity="event"
|
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
<div
|
26
26
|
v-if="event.cover && type !== 'short'"
|
27
|
-
class="o-hidden pos-relative bg-grey mn-small w-100"
|
27
|
+
class="o-hidden pos-relative bg-grey mn-b-small w-100"
|
28
28
|
>
|
29
29
|
<img
|
30
30
|
:src="(FILE_SERVER_URL || '') + event.cover"
|
@@ -60,7 +60,7 @@
|
|
60
60
|
/>
|
61
61
|
|
62
62
|
<div
|
63
|
-
:class="{'mn-small': type !== 'short'}"
|
63
|
+
:class="{'mn-b-small': type !== 'short'}"
|
64
64
|
class="flex-v-center flex-nowrap flex"
|
65
65
|
>
|
66
66
|
<div
|
@@ -87,7 +87,7 @@
|
|
87
87
|
</span>
|
88
88
|
</div>
|
89
89
|
|
90
|
-
<div v-if="type !== 'short'" class="cursor-pointer mn-thin flex-nowrap flex w-100">
|
90
|
+
<div v-if="type !== 'short'" class="cursor-pointer mn-b-thin flex-nowrap flex w-100">
|
91
91
|
|
92
92
|
<h3
|
93
93
|
v-if="type !== 'short'"
|
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
<p
|
106
106
|
v-if="type !== 'short'"
|
107
|
-
class="mn-small p-big"
|
107
|
+
class="mn-b-small p-big"
|
108
108
|
>
|
109
109
|
{{ event.description }}
|
110
110
|
</p>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
:locale="$i18n.locale"
|
7
7
|
class="radius-small bg-grey pd-l-zero pd-r-zero pd-medium"
|
8
8
|
/>
|
9
|
-
<div class="mn-thin br-solid br-1px br-grey bg-grey radius-big">
|
9
|
+
<div class="mn-b-thin br-solid br-1px br-grey bg-grey radius-big">
|
10
10
|
|
11
11
|
<!-- <section class="radius-bl-big radius-br-big pd-medium bg-black t-white">
|
12
12
|
<ul class="flex-nowrap flex">
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<template>
|
2
2
|
<article v-if="event" class="h-100 pd-thin">
|
3
|
-
<div class="mn-thin radius-small w-100 h-10r bg-grey flex-center flex-column flex">
|
3
|
+
<div class="mn-b-thin radius-small w-100 h-10r bg-grey flex-center flex-column flex">
|
4
4
|
<UploadImage
|
5
5
|
v-model:photo="event.cover"
|
6
6
|
:uploadPath="'users/' + auth.state.user._id + '/events'"
|
7
|
-
class="h-4r w-4r aspect-1x1 o-hidden mn-thin radius-extra"
|
7
|
+
class="h-4r w-4r aspect-1x1 o-hidden mn-b-thin radius-extra"
|
8
8
|
/>
|
9
9
|
<h4>Upload Event Cover</h4>
|
10
10
|
</div>
|
@@ -12,20 +12,20 @@
|
|
12
12
|
<Field
|
13
13
|
v-model:field="event.name"
|
14
14
|
placeholder="Event name"
|
15
|
-
class="mn-thin w-100 bg-grey pd-medium radius-small"
|
15
|
+
class="mn-b-thin w-100 bg-grey pd-medium radius-small"
|
16
16
|
/>
|
17
17
|
<Field
|
18
18
|
v-model:field="event.description"
|
19
19
|
type="textfield"
|
20
20
|
placeholder="Enter short description"
|
21
|
-
class="mn-semi w-100 bg-grey pd-medium radius-small"
|
21
|
+
class="mn-b-semi w-100 bg-grey pd-medium radius-small"
|
22
22
|
/>
|
23
23
|
|
24
|
-
<h3 class="mn-small">Date</h3>
|
25
|
-
<VueDatePicker v-model="date" :alt-position="customPosition" range class="mn-semi" />
|
24
|
+
<h3 class="mn-b-small">Date</h3>
|
25
|
+
<VueDatePicker v-model="date" :alt-position="customPosition" range class="mn-b-semi" />
|
26
26
|
|
27
27
|
|
28
|
-
<h3 class="mn-small">Description</h3>
|
28
|
+
<h3 class="mn-b-small">Description</h3>
|
29
29
|
<section v-if="event" class="pd-b-extra w-100 bg-grey pd-big radius-big">
|
30
30
|
<Constructor
|
31
31
|
:content="event.content"
|
@@ -47,14 +47,14 @@
|
|
47
47
|
:isPopupOpen="isPublicationPopup"
|
48
48
|
class="w-m-33r t-left pd-big bg-white radius-big"
|
49
49
|
>
|
50
|
-
<h3 class="mn-small">Final Touches</h3>
|
50
|
+
<h3 class="mn-b-small">Final Touches</h3>
|
51
51
|
|
52
52
|
<BlockTags
|
53
53
|
@tags-changed="newTags => event.tags = newTags"
|
54
54
|
:tags="event.tags"
|
55
55
|
/>
|
56
56
|
|
57
|
-
<h5 class="mn-thin">Add to public:</h5>
|
57
|
+
<h5 class="mn-b-thin">Add to public:</h5>
|
58
58
|
<SelectMulti
|
59
59
|
v-model="selectedOrganization"
|
60
60
|
:options="publics"
|
@@ -63,10 +63,10 @@
|
|
63
63
|
placeholder="Type to search or add tag"
|
64
64
|
label="name"
|
65
65
|
track-by="_id"
|
66
|
-
class="mn-medium bg-grey radius-medium pd-small"
|
66
|
+
class="mn-b-medium bg-grey radius-medium pd-small"
|
67
67
|
/>
|
68
|
-
<h5 v-if="selectedOrganization" class="mn-thin">Options:</h5>
|
69
|
-
<div v-if="selectedOrganization" class="mn-medium br-grey br-2px br-solid pd-small radius-big">
|
68
|
+
<h5 v-if="selectedOrganization" class="mn-b-thin">Options:</h5>
|
69
|
+
<div v-if="selectedOrganization" class="mn-b-medium br-grey br-2px br-solid pd-small radius-big">
|
70
70
|
<Checkbox
|
71
71
|
:label="'Hide Author'"
|
72
72
|
:radio="event.creator.hidden"
|
@@ -14,7 +14,7 @@
|
|
14
14
|
v-if="!isLoading && !event"
|
15
15
|
title="No Event Found"
|
16
16
|
description="Currently, there are no events available. Please check back later."
|
17
|
-
class="pd-medium mn-thin bg-grey radius-big"
|
17
|
+
class="pd-medium mn-b-thin bg-grey radius-big"
|
18
18
|
/>
|
19
19
|
</transition>
|
20
20
|
|
@@ -27,7 +27,7 @@
|
|
27
27
|
:owner="event.owner"
|
28
28
|
:user="auth.state.user._id"
|
29
29
|
:type="'normal'"
|
30
|
-
class="mn-medium bg-grey radius-big"
|
30
|
+
class="mn-b-medium bg-grey radius-big"
|
31
31
|
>
|
32
32
|
<ButtonJoin
|
33
33
|
v-if="auth.state.user._id"
|
@@ -35,7 +35,7 @@
|
|
35
35
|
:hasTicket="event.hasTicket"
|
36
36
|
:targetId="event._id"
|
37
37
|
:userId="auth.state.user._id"
|
38
|
-
class="mn-small w-100 pd-medium mn-auto"
|
38
|
+
class="mn-b-small w-100 pd-medium mn-auto"
|
39
39
|
@updateTicket="handleTicketUpdate"
|
40
40
|
/>
|
41
41
|
|
@@ -51,7 +51,7 @@
|
|
51
51
|
:class="block.class"
|
52
52
|
content="content"
|
53
53
|
v-bind="getBlockProps(block)"
|
54
|
-
class="mn-regular"
|
54
|
+
class="mn-b-regular"
|
55
55
|
/>
|
56
56
|
</section>
|
57
57
|
|
@@ -14,7 +14,7 @@
|
|
14
14
|
v-if="!isLoading && eventsList.length < 1"
|
15
15
|
title="No Events Found"
|
16
16
|
description="Currently, there are no events available. Please check back later."
|
17
|
-
class="pd-medium mn-thin bg-grey radius-big"
|
17
|
+
class="pd-medium mn-b-thin bg-grey radius-big"
|
18
18
|
/>
|
19
19
|
</transition>
|
20
20
|
|
@@ -28,7 +28,7 @@
|
|
28
28
|
:event="event"
|
29
29
|
:user="user"
|
30
30
|
:type="'normal'"
|
31
|
-
class="bg-grey radius-big mn-medium"
|
31
|
+
class="bg-grey radius-big mn-b-medium"
|
32
32
|
:class="{
|
33
33
|
'br-b br-solid br-black-transp-10': index !== eventsList.length - 1
|
34
34
|
}"
|
@@ -20,7 +20,7 @@
|
|
20
20
|
v-if="!isLoading && eventsList.length < 1"
|
21
21
|
title="No Events Today"
|
22
22
|
description="Today, are no events available. Please check back later."
|
23
|
-
class="pd-medium mn-thin bg-grey radius-big"
|
23
|
+
class="pd-medium mn-b-thin bg-grey radius-big"
|
24
24
|
/>
|
25
25
|
</transition>
|
26
26
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="pos-relative w-100">
|
3
|
-
<div class="mn-semi flex-v-center flex-nowrap flex">
|
3
|
+
<div class="mn-b-semi flex-v-center flex-nowrap flex">
|
4
4
|
<h1 class="mn-r-small">Manage Gallery</h1>
|
5
5
|
<button v-if="isEditablePath" @click="openModal(null)" class="t-white t-black bg-second i-big radius-extra">+</button>
|
6
6
|
</div>
|
@@ -21,15 +21,15 @@
|
|
21
21
|
@click="openModal(item.image)"
|
22
22
|
/>
|
23
23
|
<div class="radius-small bg-white" v-else>
|
24
|
-
<img :src="'https://thecommunephuket.com/photos/' + item.cover" class="w-100 radius-small mn-small h-10r object-fit-cover " @click="openModal(item)" />
|
24
|
+
<img :src="'https://thecommunephuket.com/photos/' + item.cover" class="w-100 radius-small mn-b-small h-10r object-fit-cover " @click="openModal(item)" />
|
25
25
|
|
26
|
-
<p class="t-black p-small mn-thin">
|
26
|
+
<p class="t-black p-small mn-b-thin">
|
27
27
|
<span class="uppercase t-transp ">Size</span>
|
28
28
|
<br>
|
29
29
|
<span class="pd-2px radius-big d-inline-block bg-grey">{{item.size.name}}</span>
|
30
30
|
</p>
|
31
31
|
|
32
|
-
<p class="t-black p-small mn-small uppe">
|
32
|
+
<p class="t-black p-small mn-b-small uppe">
|
33
33
|
<span class="uppercase t-transp">Categories</span>
|
34
34
|
<br>
|
35
35
|
<span class="pd-2px radius-big d-inline-block bg-grey t-semi" v-for="category in item.categories">{{category}}</span>
|
@@ -64,8 +64,8 @@
|
|
64
64
|
<div v-if="selectedImage.image !== false && modal === 'edit-modal'" class="flex-v-center flex m modal pd-big">
|
65
65
|
<div class="modal-content radius-small pd-medium bg-white">
|
66
66
|
<span class="close" @click="closeModal">×</span>
|
67
|
-
<img v-if="typeof previewImage === 'string'" :src="previewImage" class="radius-small w-100 mn-small h-20r object-fit-cover " />
|
68
|
-
<img v-if="typeof previewImage === 'object' && selectedImage.image !== null" class="radius-small w-100 mn-small h-20r object-fit-cover " :src="'/photos/' + selectedImage.cover">
|
67
|
+
<img v-if="typeof previewImage === 'string'" :src="previewImage" class="radius-small w-100 mn-b-small h-20r object-fit-cover " />
|
68
|
+
<img v-if="typeof previewImage === 'object' && selectedImage.image !== null" class="radius-small w-100 mn-b-small h-20r object-fit-cover " :src="'/photos/' + selectedImage.cover">
|
69
69
|
|
70
70
|
|
71
71
|
<Select
|
@@ -77,7 +77,7 @@
|
|
77
77
|
bg-grey
|
78
78
|
pd-thin
|
79
79
|
radius-small
|
80
|
-
mn-thin
|
80
|
+
mn-b-thin
|
81
81
|
t-black
|
82
82
|
"
|
83
83
|
/>
|
@@ -91,14 +91,14 @@
|
|
91
91
|
bg-grey
|
92
92
|
pd-thin
|
93
93
|
radius-small
|
94
|
-
mn-medium
|
94
|
+
mn-b-medium
|
95
95
|
t-black
|
96
96
|
"
|
97
97
|
/>
|
98
98
|
|
99
|
-
<EditImages :images="uploadedImages" @update:images="onUpdatedImages" :uploadPath="'photos'" class="mn-semi"/>
|
99
|
+
<EditImages :images="uploadedImages" @update:images="onUpdatedImages" :uploadPath="'photos'" class="mn-b-semi"/>
|
100
100
|
|
101
|
-
<Button :submit="selectedImage._id ? updatePhoto : createPhoto" :callback="closeModal" class="mn-thin">
|
101
|
+
<Button :submit="selectedImage._id ? updatePhoto : createPhoto" :callback="closeModal" class="mn-b-thin">
|
102
102
|
{{selectedImage._id ? 'Update' : 'Create'}}
|
103
103
|
</Button>
|
104
104
|
</div>
|
@@ -53,14 +53,14 @@
|
|
53
53
|
<div v-if="selectedImage.image !== false && modal === 'edit-modal'" class="flex-v-center flex m modal pd-big">
|
54
54
|
<div class="modal-content radius-small pd-medium bg-white">
|
55
55
|
<span class="close" @click="closeModal">×</span>
|
56
|
-
<img v-if="typeof previewImage === 'string'" :src="previewImage" class="radius-small w-100 mn-small h-20r object-fit-cover " />
|
57
|
-
<img v-if="typeof previewImage === 'object' && selectedImage.image !== null" class="radius-small w-100 mn-small h-20r object-fit-cover " :src="'/photos/' + selectedImage.cover">
|
56
|
+
<img v-if="typeof previewImage === 'string'" :src="previewImage" class="radius-small w-100 mn-b-small h-20r object-fit-cover " />
|
57
|
+
<img v-if="typeof previewImage === 'object' && selectedImage.image !== null" class="radius-small w-100 mn-b-small h-20r object-fit-cover " :src="'/photos/' + selectedImage.cover">
|
58
58
|
|
59
59
|
<Upload
|
60
60
|
id="photo"
|
61
61
|
name="photo"
|
62
62
|
type="file"
|
63
|
-
class="t-black bg-grey pd-thin radius-small mn-thin"
|
63
|
+
class="t-black bg-grey pd-thin radius-small mn-b-thin"
|
64
64
|
@file-change="onFileChange"
|
65
65
|
multiple="true"
|
66
66
|
v-if="!selectedImage._id"
|
@@ -76,7 +76,7 @@
|
|
76
76
|
bg-grey
|
77
77
|
pd-thin
|
78
78
|
radius-small
|
79
|
-
mn-thin
|
79
|
+
mn-b-thin
|
80
80
|
t-black
|
81
81
|
"
|
82
82
|
/>
|
@@ -90,14 +90,14 @@
|
|
90
90
|
bg-grey
|
91
91
|
pd-thin
|
92
92
|
radius-small
|
93
|
-
mn-medium
|
93
|
+
mn-b-medium
|
94
94
|
t-black
|
95
95
|
"
|
96
96
|
/>
|
97
97
|
|
98
98
|
|
99
99
|
|
100
|
-
<Button :submit="selectedImage._id ? updatePhoto : createPhoto" :callback="closeModal" class="mn-thin">
|
100
|
+
<Button :submit="selectedImage._id ? updatePhoto : createPhoto" :callback="closeModal" class="mn-b-thin">
|
101
101
|
{{selectedImage._id ? 'Update' : 'Create'}}
|
102
102
|
</Button>
|
103
103
|
</div>
|
@@ -7,13 +7,14 @@
|
|
7
7
|
xmlns="http://www.w3.org/2000/svg"
|
8
8
|
>
|
9
9
|
<path
|
10
|
-
v-show="isLiked"
|
11
10
|
:fill="fill"
|
12
11
|
fill-rule="evenodd"
|
13
12
|
clip-rule="evenodd"
|
14
13
|
d="M1.97578 8.38083L7.62266 13.6527C7.85703 13.8715 8.16641 13.9933 8.48828 13.9933C8.81016 13.9933 9.11953 13.8715 9.35391 13.6527L15.0008 8.38083C15.9508 7.49646 16.4883 6.25583 16.4883 4.95896V4.77771C16.4883 2.59333 14.9102 0.730831 12.757 0.371456C11.332 0.133956 9.88203 0.599581 8.86328 1.61833L8.48828 1.99333L8.11328 1.61833C7.09455 0.599841 5.64436 0.133985 4.21953 0.371456C2.06641 0.730831 0.488281 2.59333 0.488281 4.77771V4.95896C0.488281 6.25583 1.02578 7.49646 1.97578 8.38083ZM2.99941 7.28439L2.99784 7.28293C2.354 6.68356 1.98828 5.84123 1.98828 4.95896V4.77771C1.98828 3.32663 3.03625 2.08988 4.46613 1.85105C5.41318 1.69332 6.37649 2.00286 7.05262 2.67899L8.48828 4.11465L9.54894 3.05399L9.92394 2.67899C10.6001 2.00286 11.5634 1.69332 12.5104 1.85105C13.9403 2.08988 14.9883 3.32663 14.9883 4.77771V4.95896C14.9883 5.84123 14.6226 6.68356 13.9787 7.28293L8.48828 12.4088L2.99941 7.28439Z"
|
15
14
|
/>
|
16
15
|
<path
|
16
|
+
|
17
|
+
v-show="isLiked"
|
17
18
|
:fill="fill"
|
18
19
|
fill-rule="evenodd"
|
19
20
|
clip-rule="evenodd"
|
@@ -6,24 +6,24 @@
|
|
6
6
|
</div>
|
7
7
|
|
8
8
|
<div class="z-index-1 w-1/2">
|
9
|
-
<h2 class="mn-t-medium mn-semi w-m-40r">{{ t('title') }}</h2>
|
10
|
-
<p class="t-transp mn-big p-big w-m-33r">{{ t('description') }}</p>
|
9
|
+
<h2 class="mn-t-medium mn-b-semi w-m-40r">{{ t('title') }}</h2>
|
10
|
+
<p class="t-transp mn-b-big p-big w-m-33r">{{ t('description') }}</p>
|
11
11
|
|
12
|
-
<div class="mn-big gap-medium cols-2">
|
12
|
+
<div class="mn-b-big gap-medium cols-2">
|
13
13
|
<div class="feature">
|
14
|
-
<h3 class="mn-small">{{ t('features.instantUpdates.title') }}</h3>
|
14
|
+
<h3 class="mn-b-small">{{ t('features.instantUpdates.title') }}</h3>
|
15
15
|
<p class="t-transp p-medium">{{ t('features.instantUpdates.text') }}</p>
|
16
16
|
</div>
|
17
17
|
<div class="feature">
|
18
|
-
<h3 class="mn-small">{{ t('features.locate.title') }}</h3>
|
18
|
+
<h3 class="mn-b-small">{{ t('features.locate.title') }}</h3>
|
19
19
|
<p class="t-transp p-medium">{{ t('features.locate.text') }}</p>
|
20
20
|
</div>
|
21
21
|
<div class="feature">
|
22
|
-
<h3 class="mn-small">{{ t('features.wallet.title') }}</h3>
|
22
|
+
<h3 class="mn-b-small">{{ t('features.wallet.title') }}</h3>
|
23
23
|
<p class="t-transp p-medium">{{ t('features.wallet.text') }}</p>
|
24
24
|
</div>
|
25
25
|
<div class="feature">
|
26
|
-
<h3 class="mn-small">{{ t('features.customization.title') }}</h3>
|
26
|
+
<h3 class="mn-b-small">{{ t('features.customization.title') }}</h3>
|
27
27
|
<p class="t-transp p-medium">{{ t('features.customization.text') }}</p>
|
28
28
|
</div>
|
29
29
|
</div>
|
@@ -2,15 +2,15 @@
|
|
2
2
|
<div
|
3
3
|
class="for-transition w-100 pd-medium"
|
4
4
|
>
|
5
|
-
<div class="bg-grey radius-medium pd-medium mn-small">
|
6
|
-
<h2 class="mn-small">About No More Snow CO., LTD.</h2>
|
7
|
-
<p class="mn-small">
|
5
|
+
<div class="bg-grey radius-medium pd-medium mn-b-small">
|
6
|
+
<h2 class="mn-b-small">About No More Snow CO., LTD.</h2>
|
7
|
+
<p class="mn-b-small">
|
8
8
|
Welcome to NO MORE SNOW CO., LTD.! We are dedicated to providing top-notch services and creating a trustworthy environment for our users. Your trust and safety are our priority, and we are committed to being transparent about our policies and practices.
|
9
9
|
</p>
|
10
|
-
<p class="mn-small">
|
10
|
+
<p class="mn-b-small">
|
11
11
|
If you have any questions, concerns, or feedback, please do not hesitate to contact us through the following details. Our team is always here to assist you!
|
12
12
|
</p>
|
13
|
-
<p class="mn-small">
|
13
|
+
<p class="mn-b-small">
|
14
14
|
Address: 10/3 Laemsai Rd, Karon, Mueang Phuket District, Phuket 83100<br>
|
15
15
|
Telephone: +660803202142<br>
|
16
16
|
Email: <a href="mailto:hello@thecommunephuket.com">hello@thecommunephuket.com</a><br>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
:label="category.name"
|
34
34
|
name="categories"
|
35
35
|
:value="category.url"
|
36
|
-
class="cursor-pointer w-100 mn-t-small mn-small bg-black t-white radius-small pd-small"
|
36
|
+
class="cursor-pointer w-100 mn-t-small mn-b-small bg-black t-white radius-small pd-small"
|
37
37
|
:radio="store.marketplace.state.filter.categories"
|
38
38
|
/>
|
39
39
|
</Dropdown>
|
@@ -45,7 +45,7 @@
|
|
45
45
|
h(
|
46
46
|
'div',
|
47
47
|
{
|
48
|
-
class: ['mn-thin', 'mn-t-thin', 'flex-center', 'flex', 'mn-r-small','flex-child','flex-child-shrink-0', 'i-big', 'bg-main', 'radius-thin']
|
48
|
+
class: ['mn-b-thin', 'mn-t-thin', 'flex-center', 'flex', 'mn-r-small','flex-child','flex-child-shrink-0', 'i-big', 'bg-main', 'radius-thin']
|
49
49
|
},
|
50
50
|
iconSlot
|
51
51
|
)
|
@@ -53,7 +53,7 @@
|
|
53
53
|
h(
|
54
54
|
'div',
|
55
55
|
{
|
56
|
-
class: ['w-100', 'mn-thin', 'mn-t-thin', 'mn-r-small', 'i-big', 'flex-v-center', 'flex']
|
56
|
+
class: ['w-100', 'mn-b-thin', 'mn-t-thin', 'mn-r-small', 'i-big', 'flex-v-center', 'flex']
|
57
57
|
},
|
58
58
|
[
|
59
59
|
h(
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<span v-if="typeof product.color === 'string' " class="t-transp">{{product.color}}</span>
|
31
31
|
</p>
|
32
32
|
<!-- Price -->
|
33
|
-
<p class="t-main t-demi price mn-small"><span v-if="editable" >{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}</p>
|
33
|
+
<p class="t-main t-demi price mn-b-small"><span v-if="editable" >{{ product.quantity }} x </span>{{product.price}} {{returnCurrency()}}</p>
|
34
34
|
<!-- Quantity -->
|
35
35
|
<div v-if="editable" class="flex-nojustify flex">
|
36
36
|
<div class="flex-nowrap flex">
|