@crm-market/template-shared 1.0.0
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/assets/css/custom.css +70 -0
- package/assets/css/remixicon.css +2782 -0
- package/assets/css/satoshi-font.css +31 -0
- package/assets/fonts/flaticon.css +463 -0
- package/assets/fonts/flaticon.eot +0 -0
- package/assets/fonts/flaticon.html +2153 -0
- package/assets/fonts/flaticon.svg +441 -0
- package/assets/fonts/flaticon.ttf +0 -0
- package/assets/fonts/flaticon.woff +0 -0
- package/assets/fonts/flaticon.woff2 +0 -0
- package/assets/fonts/remixicon.eot +0 -0
- package/assets/fonts/remixicon.svg +8230 -0
- package/assets/fonts/remixicon.ttf +0 -0
- package/assets/fonts/remixicon.woff +0 -0
- package/assets/fonts/remixicon.woff2 +0 -0
- package/assets/scss/_variables.scss +31 -0
- package/assets/scss/components/_about.scss +58 -0
- package/assets/scss/components/_authentication.scss +124 -0
- package/assets/scss/components/_backtoptop.scss +27 -0
- package/assets/scss/components/_banner.scss +396 -0
- package/assets/scss/components/_best-deals.scss +74 -0
- package/assets/scss/components/_blank.scss +40 -0
- package/assets/scss/components/_blog.scss +193 -0
- package/assets/scss/components/_cart.scss +108 -0
- package/assets/scss/components/_categories.scss +82 -0
- package/assets/scss/components/_checkout.scss +110 -0
- package/assets/scss/components/_dashboard.scss +388 -0
- package/assets/scss/components/_faq.scss +22 -0
- package/assets/scss/components/_filter-rang.scss +109 -0
- package/assets/scss/components/_footer.scss +270 -0
- package/assets/scss/components/_global.scss +550 -0
- package/assets/scss/components/_header.scss +587 -0
- package/assets/scss/components/_hurry.scss +52 -0
- package/assets/scss/components/_navbar.scss +1008 -0
- package/assets/scss/components/_offers.scss +689 -0
- package/assets/scss/components/_pagination.scss +71 -0
- package/assets/scss/components/_popup.scss +172 -0
- package/assets/scss/components/_preloader.scss +108 -0
- package/assets/scss/components/_products.scss +1147 -0
- package/assets/scss/components/_rtl.scss +806 -0
- package/assets/scss/components/_services.scss +16 -0
- package/assets/scss/components/_sidebar.scss +259 -0
- package/assets/scss/style.css +6676 -0
- package/assets/scss/style.css.map +1 -0
- package/assets/scss/style.scss +40 -0
- package/assets/webfonts/Satoshi-Bold.eot +0 -0
- package/assets/webfonts/Satoshi-Bold.woff +0 -0
- package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
- package/assets/webfonts/Satoshi-Medium.eot +0 -0
- package/assets/webfonts/Satoshi-Medium.woff +0 -0
- package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
- package/assets/webfonts/Satoshi-Regular.eot +0 -0
- package/assets/webfonts/Satoshi-Regular.woff +0 -0
- package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
- package/components/AboutUs/AboutUsTuan.vue +25 -0
- package/components/AboutUs/Statistics.vue +42 -0
- package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
- package/components/AddAddress/index.vue +70 -0
- package/components/BestSellers/Products.vue +1562 -0
- package/components/BestSellers/RecentlyViewed.vue +304 -0
- package/components/Cart/ProductQuantity.vue +29 -0
- package/components/Cart/index.vue +167 -0
- package/components/Categories/index.vue +305 -0
- package/components/ChangePassword/index.vue +71 -0
- package/components/Checkout/index.vue +192 -0
- package/components/Common/DashboardNavigation.vue +37 -0
- package/components/Common/PageBanner.vue +28 -0
- package/components/Common/ProductCard.vue +152 -0
- package/components/Common/Services.vue +58 -0
- package/components/Contact/ContactForm.vue +91 -0
- package/components/Contact/ContactInfo.vue +74 -0
- package/components/Dashboard/RecentOrder.vue +173 -0
- package/components/Dashboard/index.vue +79 -0
- package/components/EditAddress/index.vue +119 -0
- package/components/EditProfile/index.vue +97 -0
- package/components/FAQ/index.vue +121 -0
- package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
- package/components/FeaturedProduct/Products.vue +1562 -0
- package/components/ForgotPassword/index.vue +51 -0
- package/components/Layout/BackToUp.vue +38 -0
- package/components/Layout/Copyright.vue +25 -0
- package/components/Layout/Footer.vue +183 -0
- package/components/Layout/FooterTwo.vue +165 -0
- package/components/Layout/LocationOption.vue +178 -0
- package/components/Layout/MiddleHeader.vue +229 -0
- package/components/Layout/MiddleHeaderThree.vue +204 -0
- package/components/Layout/MiddleHeaderTwo.vue +240 -0
- package/components/Layout/Navbar.vue +185 -0
- package/components/Layout/NavbarStyleFour.vue +334 -0
- package/components/Layout/NavbarStyleThree.vue +188 -0
- package/components/Layout/NavbarStyleTwo.vue +108 -0
- package/components/Layout/Preloader.vue +18 -0
- package/components/Layout/RTLSwitchBtn.vue +40 -0
- package/components/Layout/ResponsiveNavbar.vue +431 -0
- package/components/Layout/TopHeader.vue +130 -0
- package/components/Login/index.vue +94 -0
- package/components/MyAccount/index.vue +154 -0
- package/components/NewArrivals/Products.vue +1969 -0
- package/components/NewArrivals/RecentlyViewed.vue +304 -0
- package/components/OrderDetails/index.vue +77 -0
- package/components/OrderHistory/index.vue +197 -0
- package/components/PrivacyPolicy/index.vue +112 -0
- package/components/ProductDetails/ProductDetailsTab.vue +343 -0
- package/components/ProductDetails/ProductQuantity.vue +29 -0
- package/components/ProductDetails/RecentlyViewed.vue +304 -0
- package/components/ProductDetails/index.vue +268 -0
- package/components/Products/RecentlyViewed.vue +304 -0
- package/components/Products/index.vue +292 -0
- package/components/Register/index.vue +88 -0
- package/components/TermsConditions/index.vue +112 -0
- package/components/TrendingProducts/FeaturedProducts.vue +304 -0
- package/components/TrendingProducts/Products.vue +1564 -0
- package/components/Wishlist/ProductQuantity.vue +29 -0
- package/components/Wishlist/index.vue +128 -0
- package/composables/useCart.ts +149 -0
- package/composables/useCategories.ts +87 -0
- package/composables/useCheckout.ts +131 -0
- package/composables/useProducts.ts +162 -0
- package/composables/useSiteConfig.ts +236 -0
- package/composables/useTemplateSections.ts +74 -0
- package/e2e/cart.spec.ts +71 -0
- package/e2e/fixtures/mock-api.ts +166 -0
- package/e2e/homepage.spec.ts +65 -0
- package/e2e/layout.spec.ts +73 -0
- package/e2e/navigation.spec.ts +61 -0
- package/e2e/pages/cart.page.ts +44 -0
- package/e2e/pages/homepage.page.ts +46 -0
- package/e2e/playwright.config.ts +32 -0
- package/e2e/products.spec.ts +33 -0
- package/layouts/default.vue +94 -0
- package/layouts/inner.vue +70 -0
- package/nuxt.config.ts +86 -0
- package/package.json +38 -0
- package/pages/about-us.vue +12 -0
- package/pages/address.vue +10 -0
- package/pages/cart.vue +10 -0
- package/pages/categories.vue +10 -0
- package/pages/change-password.vue +10 -0
- package/pages/checkout.vue +10 -0
- package/pages/contact.vue +11 -0
- package/pages/dashboard.vue +10 -0
- package/pages/edit-address.vue +10 -0
- package/pages/edit-profile.vue +10 -0
- package/pages/faq.vue +10 -0
- package/pages/forgot-password.vue +10 -0
- package/pages/login.vue +10 -0
- package/pages/my-account.vue +10 -0
- package/pages/order-details.vue +10 -0
- package/pages/order-history.vue +10 -0
- package/pages/privacy-policy.vue +10 -0
- package/pages/product-details.vue +10 -0
- package/pages/products.vue +10 -0
- package/pages/register.vue +10 -0
- package/pages/terms-conditions.vue +10 -0
- package/pages/wishlist.vue +10 -0
- package/plugins/site-init.client.ts +24 -0
- package/plugins/vuetify.ts +18 -0
- package/types/index.ts +121 -0
- package/utils/image.ts +13 -0
- package/utils/store.ts +21 -0
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="authentication-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="authentication-content">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-lg-5">
|
|
7
|
+
<div class="login h-100 text-center">
|
|
8
|
+
<img
|
|
9
|
+
src="~/assets/images/login.png"
|
|
10
|
+
class="h-100 object-fit-cover"
|
|
11
|
+
alt="login"
|
|
12
|
+
/>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-lg-7">
|
|
16
|
+
<div class="authentication-form">
|
|
17
|
+
<v-tabs v-model="tab" bg-color="white" class="login-tabs">
|
|
18
|
+
<v-tab value="login">Login</v-tab>
|
|
19
|
+
<v-tab value="register">Register</v-tab>
|
|
20
|
+
</v-tabs>
|
|
21
|
+
|
|
22
|
+
<v-card-text>
|
|
23
|
+
<v-tabs-window v-model="tab">
|
|
24
|
+
<v-tabs-window-item value="login">
|
|
25
|
+
<p>
|
|
26
|
+
If you have an account, sign in with your username or
|
|
27
|
+
email address.
|
|
28
|
+
</p>
|
|
29
|
+
<form>
|
|
30
|
+
<div class="form-group mb-4">
|
|
31
|
+
<label class="label">Username or Email Address *</label>
|
|
32
|
+
<input
|
|
33
|
+
type="text"
|
|
34
|
+
class="form-control"
|
|
35
|
+
placeholder="Enter your user name"
|
|
36
|
+
/>
|
|
37
|
+
</div>
|
|
38
|
+
<div class="form-group mb-4">
|
|
39
|
+
<label class="label">Your Password *</label>
|
|
40
|
+
<input
|
|
41
|
+
type="password"
|
|
42
|
+
class="form-control"
|
|
43
|
+
placeholder="Enter your password"
|
|
44
|
+
/>
|
|
45
|
+
</div>
|
|
46
|
+
<div class="d-flex justify-content-between mb-4">
|
|
47
|
+
<div class="form-check">
|
|
48
|
+
<input
|
|
49
|
+
class="form-check-input"
|
|
50
|
+
type="checkbox"
|
|
51
|
+
value=""
|
|
52
|
+
id="flexCheckDefault"
|
|
53
|
+
/>
|
|
54
|
+
<label
|
|
55
|
+
class="form-check-label"
|
|
56
|
+
for="flexCheckDefault"
|
|
57
|
+
>
|
|
58
|
+
Remember
|
|
59
|
+
</label>
|
|
60
|
+
</div>
|
|
61
|
+
<NuxtLink to="/forgot-password" class="text-primary">
|
|
62
|
+
Lost your password?
|
|
63
|
+
</NuxtLink>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="form-group mb-4">
|
|
66
|
+
<button
|
|
67
|
+
type="submit"
|
|
68
|
+
class="btn btn-warning btn-pill text-white w-100 d-block"
|
|
69
|
+
>
|
|
70
|
+
Login
|
|
71
|
+
</button>
|
|
72
|
+
</div>
|
|
73
|
+
<div class="form-group mb-0">
|
|
74
|
+
<p class="text-secondary ms-1 text-primary">
|
|
75
|
+
Don’t have an account?
|
|
76
|
+
<NuxtLink
|
|
77
|
+
to="/register"
|
|
78
|
+
class="text-decoration-none text-primary"
|
|
79
|
+
>
|
|
80
|
+
Register
|
|
81
|
+
</NuxtLink>
|
|
82
|
+
</p>
|
|
83
|
+
</div>
|
|
84
|
+
</form>
|
|
85
|
+
</v-tabs-window-item>
|
|
86
|
+
<v-tabs-window-item value="register">
|
|
87
|
+
<p>
|
|
88
|
+
If you have an account, sign in with your username or
|
|
89
|
+
email address.
|
|
90
|
+
</p>
|
|
91
|
+
<form>
|
|
92
|
+
<div class="form-group mb-4">
|
|
93
|
+
<label class="label">Username *</label>
|
|
94
|
+
<input
|
|
95
|
+
type="text"
|
|
96
|
+
class="form-control"
|
|
97
|
+
placeholder="Enter your user name"
|
|
98
|
+
/>
|
|
99
|
+
</div>
|
|
100
|
+
<div class="form-group mb-4">
|
|
101
|
+
<label class="label">Email Address *</label>
|
|
102
|
+
<input
|
|
103
|
+
type="email"
|
|
104
|
+
class="form-control"
|
|
105
|
+
placeholder="Enter your email address"
|
|
106
|
+
/>
|
|
107
|
+
</div>
|
|
108
|
+
<div class="form-group mb-4">
|
|
109
|
+
<label class="label">Password *</label>
|
|
110
|
+
<input
|
|
111
|
+
type="password"
|
|
112
|
+
class="form-control"
|
|
113
|
+
placeholder="Enter password"
|
|
114
|
+
/>
|
|
115
|
+
</div>
|
|
116
|
+
<div class="form-group mb-4">
|
|
117
|
+
<button
|
|
118
|
+
type="submit"
|
|
119
|
+
class="btn btn-warning btn-pill text-white w-100 d-block"
|
|
120
|
+
>
|
|
121
|
+
Register
|
|
122
|
+
</button>
|
|
123
|
+
</div>
|
|
124
|
+
<div class="form-group mb-0">
|
|
125
|
+
<p class="text-secondary ms-1 text-primary">
|
|
126
|
+
Already have an account?
|
|
127
|
+
<NuxtLink
|
|
128
|
+
to="/login"
|
|
129
|
+
class="text-decoration-none text-primary"
|
|
130
|
+
>
|
|
131
|
+
Login
|
|
132
|
+
</NuxtLink>
|
|
133
|
+
</p>
|
|
134
|
+
</div>
|
|
135
|
+
</form>
|
|
136
|
+
</v-tabs-window-item>
|
|
137
|
+
</v-tabs-window>
|
|
138
|
+
</v-card-text>
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</template>
|
|
146
|
+
|
|
147
|
+
<script>
|
|
148
|
+
export default {
|
|
149
|
+
name: "MyAccount",
|
|
150
|
+
data: () => ({
|
|
151
|
+
tab: null,
|
|
152
|
+
}),
|
|
153
|
+
};
|
|
154
|
+
</script>
|