@ozdao/prometheus-framework 0.2.48 → 0.2.50

Sign up to get free protection for your applications and to get access to all the features.
Files changed (227) hide show
  1. package/dist/auth.server.js +27 -25
  2. package/dist/auth.server.mjs +27 -25
  3. package/dist/community.server.js +1 -1
  4. package/dist/community.server.mjs +1 -1
  5. package/dist/events.server.js +1 -1
  6. package/dist/events.server.mjs +1 -1
  7. package/dist/files.server.js +1 -1
  8. package/dist/files.server.mjs +1 -1
  9. package/dist/gallery.server.js +1 -1
  10. package/dist/gallery.server.mjs +1 -1
  11. package/dist/index-3981e903.mjs +217 -0
  12. package/dist/index-4eecfdb9.js +216 -0
  13. package/dist/main-203b36b6.mjs +13628 -0
  14. package/dist/main-_b1_i8mt.mjs +13606 -0
  15. package/dist/main-a7ae4ce5.js +91 -0
  16. package/dist/main-uiQFxEks.js +91 -0
  17. package/dist/middlewares.server.js +1 -1
  18. package/dist/middlewares.server.mjs +1 -1
  19. package/dist/node_modules/vue-select/dist/vue-select.es.cjs +1 -3
  20. package/dist/node_modules/vue-select/dist/vue-select.es.js +49 -645
  21. package/dist/organizations.server.js +13 -27
  22. package/dist/organizations.server.mjs +13 -27
  23. package/dist/products.server.js +95 -15
  24. package/dist/products.server.mjs +95 -15
  25. package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -1
  26. package/dist/prometheus-framework/src/components/Button/Button.vue.js +2 -225
  27. package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
  28. package/dist/prometheus-framework/src/components/Button/Button.vue2.js +225 -2
  29. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -1
  30. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +61 -2
  31. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -1
  32. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +2 -61
  33. package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -1
  34. package/dist/prometheus-framework/src/components/Field/Field.vue.js +2 -76
  35. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
  36. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +76 -2
  37. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -1
  38. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +1 -1
  39. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.cjs +1 -1
  40. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.js +6 -6
  41. package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +1 -1
  42. package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +2 -44
  43. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -1
  44. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +44 -2
  45. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -1
  46. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +3 -3
  47. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
  48. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +1 -1
  49. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
  50. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +3 -3
  51. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
  52. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +44 -32
  53. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
  54. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +3 -3
  55. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
  56. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +3 -3
  57. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
  58. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +3 -3
  59. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
  60. package/dist/prometheus-framework/src/modules/auth/store/auth.js +45 -44
  61. package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -1
  62. package/dist/prometheus-framework/src/modules/auth/store/invites.js +5 -5
  63. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  64. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
  65. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  66. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +3 -3
  67. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
  68. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +1 -1
  69. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
  70. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
  71. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  72. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +3 -3
  73. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  74. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +1 -1
  75. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  76. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +2 -2
  77. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  78. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +2 -2
  79. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  80. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
  81. package/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -1
  82. package/dist/prometheus-framework/src/modules/globals/store/globals.js +22 -21
  83. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  84. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +3 -3
  85. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -1
  86. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +11 -2
  87. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -1
  88. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +2 -11
  89. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -1
  90. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +1 -1
  91. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -1
  92. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +1 -1
  93. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.cjs +1 -1
  94. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.js +1 -1
  95. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
  96. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +17 -17
  97. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  98. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +49 -42
  99. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.cjs +1 -1
  100. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.js +47 -15
  101. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
  102. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
  103. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
  104. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +38 -37
  105. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  106. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +249 -61
  107. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  108. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +78 -45
  109. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  110. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +161 -86
  111. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  112. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +3 -3
  113. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
  114. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +1 -1
  115. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  116. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +2 -2
  117. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  118. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +52 -54
  119. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  120. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +20 -26
  121. package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs +1 -1
  122. package/dist/prometheus-framework/src/modules/organizations/organizations.client.js +40 -46
  123. package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -1
  124. package/dist/prometheus-framework/src/modules/organizations/store/departments.js +34 -30
  125. package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -1
  126. package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +30 -28
  127. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  128. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +18 -18
  129. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -1
  130. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +1 -1
  131. package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.cjs +1 -1
  132. package/dist/prometheus-framework/src/modules/products/components/blocks/ListPositions.vue.js +1 -1
  133. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  134. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +1 -1
  135. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -1
  136. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +1 -1
  137. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -1
  138. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +33 -28
  139. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  140. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +123 -113
  141. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -1
  142. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +1 -1
  143. package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.cjs +1 -1
  144. package/dist/prometheus-framework/src/modules/products/components/sections/EditModifications.vue.js +1 -1
  145. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  146. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +2 -2
  147. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  148. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  149. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  150. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  151. package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -1
  152. package/dist/prometheus-framework/src/modules/products/store/products.js +1 -1
  153. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  154. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +1 -1
  155. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  156. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +3 -3
  157. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -1
  158. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +1 -1
  159. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
  160. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +3 -3
  161. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -1
  162. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +1 -1
  163. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  164. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +1 -1
  165. package/dist/prometheus-framework.cjs.js +1 -1
  166. package/dist/prometheus-framework.es.js +1 -1
  167. package/dist/reports.server.js +1 -1
  168. package/dist/reports.server.mjs +1 -1
  169. package/dist/style.css +1 -1
  170. package/dist/web-7p76PGnO.mjs +55 -0
  171. package/dist/web-c63f0ecc.js +1 -0
  172. package/dist/web-d8173758.mjs +55 -0
  173. package/dist/web-dn8vgptQ.js +1 -0
  174. package/package.json +1 -1
  175. package/src/components/SelectMulti/SelectMulti.vue +1 -1
  176. package/src/modules/auth/components/pages/Invite.vue +17 -6
  177. package/src/modules/auth/controllers/auth.controller.js +24 -16
  178. package/src/modules/auth/controllers/invites.controller.js +17 -8
  179. package/src/modules/auth/store/auth.js +8 -1
  180. package/src/modules/auth/store/invites.js +1 -0
  181. package/src/modules/globals/store/globals.js +5 -1
  182. package/src/modules/landing/components/blocks/MapBlock.vue +37 -0
  183. package/src/modules/landing/components/pages/404.vue +3 -0
  184. package/src/modules/landing/components/pages/Governance.vue +155 -0
  185. package/src/modules/landing/components/pages/Home.vue +52 -0
  186. package/src/modules/landing/components/pages/Hotel.vue +54 -0
  187. package/src/modules/landing/components/pages/Page.vue +184 -0
  188. package/src/modules/landing/components/sections/AboutSection.vue +69 -0
  189. package/src/modules/landing/components/sections/Examples.vue +90 -0
  190. package/src/modules/landing/components/sections/FeatureSection.vue +80 -0
  191. package/src/modules/landing/components/sections/GiftSection.vue +63 -0
  192. package/src/modules/landing/components/sections/HeroSection.vue +74 -0
  193. package/src/modules/landing/components/sections/HowItWorksSection.vue +88 -0
  194. package/src/modules/landing/components/sections/HowToBuyWDR.vue +131 -0
  195. package/src/modules/landing/components/sections/InstagramSection.vue +181 -0
  196. package/src/modules/landing/components/sections/MapSection.vue +91 -0
  197. package/src/modules/landing/components/sections/SectionsSection.vue +69 -0
  198. package/src/modules/landing/components/sections/SliderFeatures.vue +131 -0
  199. package/src/modules/landing/components/sections/WhatIsWDRSection.vue +116 -0
  200. package/src/modules/landing/router/landing.js +34 -0
  201. package/src/modules/middlewares/server/verifySignUp.js +4 -0
  202. package/src/modules/organizations/components/blocks/CardDepartment.vue +3 -3
  203. package/src/modules/organizations/components/blocks/DepartmentMemberModify.vue +52 -44
  204. package/src/modules/organizations/components/blocks/User.vue +42 -10
  205. package/src/modules/organizations/components/pages/Department.vue +7 -6
  206. package/src/modules/organizations/components/pages/DepartmentEdit.vue +110 -134
  207. package/src/modules/organizations/components/pages/Members.vue +85 -26
  208. package/src/modules/organizations/components/pages/Organization.vue +60 -4
  209. package/src/modules/organizations/components/sections/MembersAdd.vue +27 -34
  210. package/src/modules/organizations/components/sections/Organizations.vue +0 -1
  211. package/src/modules/organizations/controllers/memberships.controller.js +6 -2
  212. package/src/modules/organizations/controllers/organizations.controller.js +1 -1
  213. package/src/modules/organizations/models/department.model.js +0 -19
  214. package/src/modules/organizations/models/membership.model.js +4 -0
  215. package/src/modules/organizations/organizations.client.js +1 -6
  216. package/src/modules/organizations/store/departments.js +48 -44
  217. package/src/modules/organizations/store/memberships.js +11 -3
  218. package/src/modules/products/components/blocks/CardPosition.vue +2 -2
  219. package/src/modules/products/components/pages/Product.vue +6 -1
  220. package/src/modules/products/components/pages/ProductEdit.vue +48 -28
  221. package/src/modules/products/controllers/products.controller.js +87 -24
  222. package/src/modules/products/models/product.model.js +16 -1
  223. package/src/modules/products/store/products.js +1 -1
  224. package/src/modules/users/components/pages/ProfileOrganizations.vue +41 -7
  225. package/src/modules/organizations/components/sections/FeedDepartments.vue +0 -64
  226. package/src/modules/organizations/components/sections/MembersList.vue +0 -85
  227. package/src/modules/organizations/store/invites.js +0 -93
@@ -0,0 +1,69 @@
1
+ <template>
2
+ <section id="about" class="section">
3
+
4
+ <div class="cols-2-golden-ration bg-white radius-big flex-nowrap">
5
+ <!-- Left col -->
6
+ <div class="pd-big text-about flex-v-center flex col">
7
+ <h3 class="mn-b-medium">{{t('title')}}</h3>
8
+ <p class="mn-b-big">{{t('description')}}</p>
9
+ </div>
10
+ <!-- Right col -->
11
+ <div class="brand-photocol col">
12
+ <video class="video" autoplay playsinline muted loop preload >
13
+ <source src="@/assets/videos/hotel.webm">
14
+ </video>
15
+ </div>
16
+ </div>
17
+ </section>
18
+ </template>
19
+
20
+
21
+ <script setup>
22
+ import { computed, onMounted, reactive, toRefs } from 'vue'
23
+
24
+ import { useRoute,useRouter } from 'vue-router'
25
+ import { useI18n } from 'vue-i18n'
26
+
27
+ const route = useRoute()
28
+ const router = useRouter()
29
+
30
+ const text = {
31
+ messages: {
32
+ en: {
33
+ title: "CANNABIS FRIENDLY HOTEL IN PHUKET 🌿😌",
34
+ description: "We invite you to enjoy the best views of Phuket whilst consuming our superior quality products which are conveniently located at our on-site dispensary. At Fingan House, we encourage the exploration of Phuket’s finest cannabis products and are proud to provide a fully stocked bar of our signature product offerings to those looking to enjoy their experience to the fullest. Whether you’re a seasoned veteran or completely new to the scene, our team of friendly experts is available to assist you in selecting the perfect strain for the occasion.",
35
+ calltoaction: "Like it? Check out Airbnb and start your mary jane adventure ✈️",
36
+ button: "Read more"
37
+ },
38
+ ru: {
39
+ title: "КАННАБИС ФРЕНДЛИ ОТЕЛЬ НА ПХУКЕТЕ 🌿😌",
40
+ description: "Расположенный в центре Раваи, вы можете наслаждаться потрясающим 360-градусным видом на Пхукет, куря убийственную травку на крыше Fingan House. Приходите полюбоваться удивительными закатами в 18:00 или увидеть ночные огни Пхукета во всей красе после захода солнца. Купите немного каннабиса и наслаждайтесь видами — это действительно так просто! Не умеете крутить? Не беспокойтесь — у Фингана есть помощник, который может бесплатно скрутить для вас косяк.",
41
+ calltoaction: "Нравится? Загляните на Airbnb и начните свое травяное приключение ✈️",
42
+ button: "Узнать больше"
43
+ }
44
+ }
45
+ }
46
+
47
+ const { t } = useI18n(text)
48
+ </script>
49
+
50
+ <style lang="scss">
51
+ #about {
52
+
53
+ .brand-photocol {
54
+ object-fit: cover;
55
+ min-height: 24rem;
56
+ height: 100%;
57
+
58
+ video {
59
+ position: absolute;
60
+ left: 0;
61
+ right: 0;
62
+ object-fit: cover;
63
+ width: 100%;
64
+ min-height: 100%;
65
+ }
66
+ }
67
+ }
68
+
69
+ </style>
@@ -0,0 +1,90 @@
1
+ <template>
2
+ <section class="pd-big">
3
+ <header class="mn-b-big t-center">
4
+ <h2 class="mn-center text-fade-in"><span class="text-splitted">Example of the Signals</span></h2>
5
+ </header>
6
+ <div class="cols-4 gap-medium">
7
+ <img v-for="(signal,index) in signals" class="signal" :src="/images/examples/' + signal">
8
+ </div>
9
+ </section>
10
+ </template>
11
+
12
+ <script setup>
13
+ /////////////////////////////
14
+ // COMPONENT DEPENDENCIES
15
+ /////////////////////////////
16
+ // VUE DEPENDENCIES
17
+ import { onMounted } from 'vue';
18
+ // GSAP DEPENDENCIES
19
+ import { gsap } from "gsap/dist/gsap";
20
+ import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
21
+ /////////////////////////////
22
+ // CREATED
23
+ /////////////////////////////
24
+ gsap.registerPlugin(ScrollTrigger);
25
+
26
+ let signals = [
27
+ '01.png',
28
+ '02.png',
29
+ '03.png',
30
+ '04.png',
31
+ ]
32
+
33
+ /////////////////////////////
34
+ // MOUNTED
35
+ /////////////////////////////
36
+ onMounted(() => {
37
+ gsap.set('.signal', {
38
+ // maxHeight: 0,
39
+ force3D:false,
40
+ opacity: 0,
41
+ // y: 50,
42
+ });
43
+
44
+ gsap.set('.signal-child ', {
45
+ opacity: 0,
46
+ force3D:false,
47
+ y: 50,
48
+ });
49
+
50
+ ScrollTrigger.batch('.signal', {
51
+ onEnter: batch => {
52
+ batch.forEach((card, index) => {
53
+ gsap.to(card, {
54
+ opacity: 1,
55
+ // maxHeight: 1000,
56
+ duration: 1.5,
57
+ ease: "power2.inOut",
58
+ y: 0,
59
+ stagger: 0.1,
60
+ delay: index * 0.3
61
+ })
62
+
63
+ gsap.to(card.children, {
64
+ opacity: 1,
65
+ duration: 1.5,
66
+ ease: "power2.inOut",
67
+ y: 0,
68
+ stagger: 0.1,
69
+ delay: index * 0.3
70
+ })
71
+ })
72
+ },
73
+ // onLeaveBack: batch => {
74
+ // batch.forEach((card, index) => gsap.to(card.children, {
75
+ // opacity: 0,
76
+ // duration: 1.5,
77
+ // ease: "power2.inOut",
78
+ // y: 50,
79
+ // stagger: 0.1,
80
+ // delay: index * 0.3
81
+ // }))
82
+ // },
83
+ start: "top 70%",
84
+ });
85
+ })
86
+
87
+ </script>
88
+
89
+ <style lang="scss">
90
+ </style>
@@ -0,0 +1,80 @@
1
+ <template>
2
+ <section class="cols-2-golden-ration pd-thin gap-thin">
3
+ <div id="feature" class="cols-2">
4
+
5
+ <div class="col">
6
+ <h2 class="h1" v-html="t('title')"></h2>
7
+ </div>
8
+
9
+
10
+ </div>
11
+
12
+ <ul class="cols-2 gap-thin">
13
+ <li class="pd-medium bg-grey radius-big p-big t-semi">{{t('friendly')}}</li>
14
+ <li class="pd-medium bg-grey radius-big p-big t-semi">{{t('fast')}}</li>
15
+ <li class="pd-medium bg-grey radius-big p-big t-semi">{{t('reasonable')}}</li>
16
+ <li class="pd-medium bg-grey radius-big p-big t-semi">{{t('premium')}}</li>
17
+ <li class="pd-medium bg-grey radius-big p-big t-semi">{{t('refund')}}</li>
18
+ </ul>
19
+
20
+ </section>
21
+ </template>
22
+
23
+
24
+ <script setup>
25
+ import { useI18n } from 'vue-i18n'
26
+
27
+ const text = {
28
+ messages: {
29
+ en: {
30
+ title: 'Best Quality.<br><b class="t-white">Reasonable Price.</b>',
31
+ friendly: 'Friendly Service',
32
+ fast: 'Fast Shipment',
33
+ reasonable: 'Reasonable Prices',
34
+ premium: 'Premium Medical Grade',
35
+ refund: 'Refund Policy'
36
+ },
37
+ ru: {
38
+ title: 'Лучшее качество.<br><b class="t-white">Разумная цена.</b>',
39
+ subtitle: 'Мы придаем большое значение высокому качеству товаров и удовлетворенности клиентов',
40
+ friendly: 'Дружелюбный Сервис',
41
+ fast: 'Быстрая Доставка',
42
+ reasonable: 'Разумные Цены',
43
+ premium: 'Лабораторное качество',
44
+ refund: 'Политика возврата'
45
+ }
46
+ }
47
+ }
48
+
49
+ const { t } = useI18n(text)
50
+ </script>
51
+
52
+ <style lang="scss">
53
+ #feature {
54
+ background-size: cover;
55
+ background-position: center center;
56
+ border-radius: 2rem;
57
+ padding: 4rem;
58
+
59
+ .col {
60
+ ul {
61
+ li {
62
+ line-height: 1.5;
63
+ margin-bottom: 1rem;
64
+ color: white;
65
+
66
+
67
+
68
+ &:before {
69
+ content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
70
+ color: black; /* Change the color */
71
+ font-weight: bold; /* If you want it to be bold */
72
+ display: inline-block; /* Needed to add space between the bullet and the text */
73
+ width: 1em; /* Also needed for space (tweak if needed) */
74
+ margin-left: -1em; /* Also needed for space (tweak if needed) */
75
+ }
76
+ }
77
+ }
78
+ }
79
+ }
80
+ </style>
@@ -0,0 +1,63 @@
1
+ <template>
2
+ <section id="gift" class="section">
3
+
4
+ <div class="t-center section-1-col">
5
+ <p class="mn-b-small">
6
+ Looking for a beautiful and stylish gift?
7
+ </p>
8
+ <h3 class="mn-b-medium">
9
+ Gift Certificate is a simple way to donate money<br><b>and make suprise for someone</b>
10
+ </h3>
11
+
12
+ <router-link to="/catalog/products/7070249d-c84a-4bb4-bfac-a58b65353209">
13
+ <button class="button">Buy now</button>
14
+ </router-link>
15
+ </div>
16
+
17
+ </section>
18
+ </template>
19
+
20
+
21
+ <script setup>
22
+ import { computed, onMounted, reactive, toRefs } from 'vue'
23
+
24
+ import { useRoute,useRouter } from 'vue-router'
25
+ const route = useRoute()
26
+ const router = useRouter()
27
+ </script>
28
+
29
+ <style lang="scss">
30
+ #gift {
31
+ b {
32
+ color: #00ff88;
33
+ }
34
+
35
+ .section-1-col {
36
+ display: block;
37
+ padding: 10rem 3rem;
38
+ color: black;
39
+ border-radius: 2rem;
40
+ background: #00ff88;
41
+ background-image: url("@/assets/images/backgrounds/cerificat.jpg");
42
+ background-repeat: no-repeat;
43
+ background-size: cover;
44
+ background-position: center bottom;
45
+ overflow: hidden;
46
+ .button {
47
+ margin: 0 auto;
48
+ background: white;
49
+ color: #00ff88;
50
+ // box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
51
+ // border: 1px solid #f7f7f7;
52
+ opacity: 1;
53
+
54
+ &:hover {
55
+ background: #00ff88;
56
+ color: white;
57
+ }
58
+ }
59
+
60
+ }
61
+ }
62
+
63
+ </style>
@@ -0,0 +1,74 @@
1
+ <script setup>
2
+ import { useRouter } from 'vue-router'
3
+
4
+ import { useI18n } from 'vue-i18n'
5
+
6
+ const router = useRouter()
7
+
8
+ const text = {
9
+ messages: {
10
+ en: {
11
+ HERO: {
12
+ TITLE: "Phuket №1 Weed Shop with<br><b class='t-white'>Sameday Delivery</b>",
13
+ DESCRIPTION: "Weeder Delivery stocks a wide range of quality CBD & high THC weed strains available for purchase whether you are a local, expat or tourist. We also receive new cannabis strains for our clients to enjoy daily!",
14
+ ACTION: "Open Marketplace →",
15
+ SUBACTION: "Get Recomendation"
16
+ }
17
+ },
18
+ ru: {
19
+ HERO: {
20
+ TITLE: "Лучшая доставка травки<br><b class='t-white'> на Пхукете за 1 час</b>",
21
+ DESCRIPTION: "Weeder Delivery предлагает широкий ассортимент качественных сортов с CBD и высоким содержанием THC, доступных для покупки независимо от того, являетесь ли вы местным, эмигрантом или туристом. Мы также ежедневно получаем новые сорта каннабиса для наших клиентов!",
22
+ ACTION: "Открыть Маркетплейс →",
23
+ SUBACTION: "Получить рекомендацию"
24
+ }
25
+ }
26
+ }
27
+ }
28
+
29
+ const { t } = useI18n(text)
30
+ </script>
31
+
32
+
33
+ <template>
34
+ <div
35
+ id="hero"
36
+ class="t-center cols-1 flex-center flex section"
37
+ >
38
+
39
+ <div
40
+ class="flex-column flex-center flex pd-big radius-medium col"
41
+ >
42
+ <h1
43
+ class="mn-b-medium"
44
+ v-html="t('HERO.TITLE')"
45
+ ></h1>
46
+
47
+ <p
48
+ class="w-m-60r mn-b-big t-transp p-big"
49
+ v-html="t('HERO.DESCRIPTION')"
50
+ ></p>
51
+
52
+ <div
53
+ class="mobile-w-100 t-white gap-small cols-2"
54
+ >
55
+ <button
56
+ @click="router.push('/catalog')"
57
+ class="w-100 bg-dark t-white button">
58
+ {{t('HERO.ACTION')}}
59
+ </button>
60
+
61
+ <button
62
+ @click="store.commit('toggleBackCall')"
63
+ class="w-100 bg-light t-dark br-light button">
64
+ {{t('HERO.SUBACTION')}}
65
+ </button>
66
+ </div>
67
+
68
+ </div>
69
+
70
+ </div>
71
+ </template>
72
+
73
+ <style lang="scss" scoped>
74
+ </style>
@@ -0,0 +1,88 @@
1
+ <template>
2
+ <section id="howtobuy" class="pd-thin pd-t-big">
3
+
4
+ <div class="mn-b-big t-center title">
5
+ <h2 class="mn-b-small">{{t('title')}}</h2>
6
+ <p class="t-transp">{{t('subtitle')}}</p>
7
+ </div>
8
+
9
+ <div class="cols-3">
10
+
11
+ <div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
12
+ <img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/1.jpg">
13
+ <div>
14
+ <h3 class="mn-b-medium">{{t('steps.step1.headline')}}</h3>
15
+ <p class="t-transp">{{t('steps.step1.text')}}</p>
16
+ </div>
17
+ </div>
18
+
19
+ <div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
20
+ <img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/2.jpg">
21
+ <div>
22
+ <h3 class="mn-b-medium">{{t('steps.step2.headline')}}</h3>
23
+ <p class="t-transp">{{t('steps.step2.text')}}</p>
24
+ </div>
25
+ </div>
26
+
27
+ <div class="cols-2 gap-medium radius-big bg-black t-white pd-medium">
28
+ <img class="radius-medium w-100 mn-b-medium" src="@/assets/images/howitworks/3.jpg">
29
+ <div>
30
+ <h3 class="mn-b-medium">{{t('steps.step3.headline')}}</h3>
31
+ <p class="t-transp">{{t('steps.step3.text')}}</p>
32
+ </div>
33
+ </div>
34
+ </div>
35
+
36
+ </section>
37
+ </template>
38
+
39
+
40
+ <script setup>
41
+ import { useI18n } from 'vue-i18n'
42
+
43
+ const text = {
44
+ messages: {
45
+ en: {
46
+ title: 'How It Works 🚚',
47
+ subtitle: 'Get High THC Cannabis Delivered To Your Home Or Hotel',
48
+ steps: {
49
+ step1: {
50
+ headline: 'Build Your Box',
51
+ text: 'Select from a diverse choice of strains. Our selection of the highest quality cannabis allows you to enjoy the best possible experience.',
52
+ },
53
+ step2: {
54
+ headline: 'We Pack & Deliver',
55
+ text: 'Expertly selected, our products are grown organically, indoor to enhance the quality. Our clean and safe delivery process preserves that quality until your arrival at the hotel.',
56
+ },
57
+ step3: {
58
+ headline: 'Enjoy. Love. Repeat.',
59
+ text: 'When you arrive, everything will be all set. We strive for you to have the best experience at the best price.',
60
+ },
61
+ }
62
+ },
63
+ ru: {
64
+ title: 'Процесс Покупки 🚚',
65
+ subtitle: 'Получите высокачественный каннабис, доставленный до вашего дома или отеля',
66
+ steps: {
67
+ step1: {
68
+ headline: 'Выберите травку и оформите заказ',
69
+ text: 'Выберите из нашиъ разнообразных сортов. Наш выбор каннабиса высочайшего качества позволит вам получить наилучшие впечатления.',
70
+ },
71
+ step2: {
72
+ headline: 'Мы упакуем заказ и оформим доставку',
73
+ text: 'Наши продукты, отобранные экспертами, выращиваются органически в помещении для повышения качества. Наш чистый и безопасный процесс доставки сохраняет это качество до вашего прибытия в отель.',
74
+ },
75
+ step3: {
76
+ headline: 'Получите травку. Насладитесь. Повторите шаг 1.',
77
+ text: 'Когда вы получите товар, все будет готово. Мы стремимся к тому, чтобы вы получили лучший опыт по лучшей цене.',
78
+ },
79
+ }
80
+ }
81
+ }
82
+ }
83
+
84
+ const { t } = useI18n(text)
85
+ </script>
86
+
87
+ <style lang="scss">
88
+ </style>
@@ -0,0 +1,131 @@
1
+ <template>
2
+ <section class="cols-2 gap-thin">
3
+ <div class="pd-big bg-main radius-big">
4
+ <h2 class="mn-b-small">{{ t('buyTokenTitle') }}</h2>
5
+ <p class="mn-b-semi p-big t-transp">{{ t('description') }}</p>
6
+ <h3 class="mn-b-small">{{ t('purchaseDetailsTitle') }}</h3>
7
+ <ol class="mn-b-big">
8
+ <li class="mn-b-small radius-small bg-black-transp-5 pd-small">{{ t('step1') }}</li>
9
+ <li class="mn-b-small radius-small bg-black-transp-5 pd-small">{{ t('step2') }}</li>
10
+ <li class="mn-b-small radius-small bg-black-transp-5 pd-small">{{ t('step3') }}</li>
11
+ <li class="mn-b-small radius-small bg-black-transp-5 pd-small">{{ t('step4') }}</li>
12
+ </ol>
13
+
14
+
15
+ <h4 class="mn-b-small">{{ t('privateRoundTitle') }}</h4>
16
+
17
+ {{ t('privateRoundText1') }}
18
+ <a>hello@weeder.delivery</a>
19
+ {{ t('privateRoundText2') }}
20
+ </div>
21
+
22
+ <div class="flex-column pd-big flex-nowrap flex h-100 bg-grey radius-big o-hidden coming-soon">
23
+ <div class="
24
+ w-100 h-100
25
+ rainbow
26
+ flex-v-center flex-h-center
27
+ flex-column flex
28
+ pd-big mn-b-medium
29
+ radius-big o-hidden"
30
+ >
31
+ <img class="mn-b-small" src="/logo/logo-disabled.png">
32
+ <p class="t-semi uppercase">{{ t('comingSoon') }}</p>
33
+ </div>
34
+ <p class="mn-b-small">
35
+ To add WDT, you need to install MetaMask. Please install it if you haven't already.
36
+ </p>
37
+ <ConnectMetamask class="w-100" />
38
+ </div>
39
+ </section>
40
+ </template>
41
+
42
+ <script setup>
43
+ import { useI18n } from 'vue-i18n';
44
+ import ConnectMetamask from '@/components/elements/ConnectMetamask.vue'
45
+ import ButtonAddWDT from '@/components/elements/ButtonAddWDT.vue'
46
+ import ButtonSwitchToPolygon from '@/components/elements/ButtonSwitchToPolygon.vue'
47
+
48
+ const text = {
49
+ messages: {
50
+ en: {
51
+ howToBuyTitle: 'How To Buy WDT?',
52
+ description:
53
+ 'Weeder Token is a revolutionary cryptocurrency designed for the cannabis industry. With Weeder Token, you can easily buy, sell and trade cannabis products around the world.',
54
+ purchaseDetailsTitle: 'Purchasing details:',
55
+ step1: 'Create a cryptocurrency wallet that supports ERC20 tokens.',
56
+ step2: 'Buy Ethereum (ETH) or any other supported cryptocurrency.',
57
+ step3: 'Transfer your ETH or other cryptocurrency to your wallet.',
58
+ step4: 'Visit our token sale platform (coming soon) and follow the instructions to purchase WDT tokens.',
59
+ privateRoundTitle: 'Interested in a private round?',
60
+ privateRoundText1: 'If you want to participate in a private round, please email us at',
61
+ privateRoundText2: 'and we will get back to you with more information.',
62
+ buyTokenTitle: 'Buy Weeder Token',
63
+ comingSoon: 'Here will be UI for exchange WDT',
64
+ },
65
+ ru: {
66
+ howToBuyTitle: 'Как купить WDT?',
67
+ description:
68
+ 'Weeder Token - это революционная криптовалюта, разработанная для индустрии каннабиса. С Weeder Token вы можете легко покупать, продавать и обменивать продукты каннабиса по всему миру.',
69
+ purchaseDetailsTitle: 'Процесс покупки:',
70
+ step1: '1. Создайте криптовалютный кошелек, поддерживающий токены ERC20.',
71
+ step2: '2. Купите Ethereum (ETH) или другую поддерживаемую криптовалюту.',
72
+ step3: '3. Переведите свои ETH или другую криптовалюту на свой кошелек.',
73
+ step4: '4. Посетите нашу платформу продажи токенов (скоро будет доступна) и следуйте инструкциям для покупки токенов WDT.',
74
+ privateRoundTitle: 'Хотите участвовать в приватном раунде?',
75
+ privateRoundText1: 'Если вы хотите участвовать в приватном раунде, пожалуйста, напишите нам на почту',
76
+ privateRoundText2: 'и мы свяжемся с вами с дополнительной информацией.',
77
+ buyTokenTitle: 'Купить Weeder Token',
78
+ comingSoon: 'Здесь будет интерфейс для обмена WDT',
79
+ },
80
+ }
81
+ }
82
+
83
+ const { t } = useI18n(text);
84
+ </script>
85
+
86
+ <style lang="scss" scoped>
87
+ .weeder-token {
88
+ display: flex;
89
+ justify-content: space-between;
90
+ align-items: flex-start;
91
+ padding: 20px;
92
+ max-width: 800px;
93
+ margin: auto;
94
+ }
95
+
96
+ .content {
97
+ flex: 1;
98
+ margin-right: 20px;
99
+ }
100
+
101
+ .purchase-form {
102
+ flex: 1;
103
+ }
104
+
105
+ .rainbow {
106
+ position: relative;
107
+ z-index: 0;
108
+ padding: 2rem;
109
+
110
+ &::before {
111
+ content: '';
112
+ position: absolute;
113
+ z-index: -2;
114
+ left: -50%;
115
+ top: -50%;
116
+ width: 200%;
117
+ height: 200%;
118
+ background-color: #399953;
119
+ background-repeat: no-repeat;
120
+ background-size: 50% 50%, 50% 50%;
121
+ background-position: 0 0, 100% 0, 100% 100%, 0 100%;
122
+ background-image:
123
+ linear-gradient(#00ff88, #fff),
124
+ linear-gradient(#00ff88, #fff),
125
+ linear-gradient(white, white),
126
+ linear-gradient(white, #fff);
127
+ animation: rotate 4s linear infinite;
128
+ }
129
+ }
130
+
131
+ </style>