AuthLayout
Slots
Name | Description |
---|---|
description | |
default |
Props
Name | Type | Description | Default |
---|---|---|---|
title | string | "" | |
description | string | "" | |
link-text | string | "" | |
link-url | string | "/" | |
remove | boolean | false |
Data
Name | Type | Description | Initial value |
---|---|---|---|
whiteLogo | unknown | null | |
colorLogo | unknown | null | |
authContent | unknown | null |
Computed Properties
Name | Type | Description |
---|---|---|
titleAuth | object | Dependencies: authContent |
image | object | Dependencies: authContent |
logoWithImage | object | Dependencies: authContent |
logoWithoutImage | object | Dependencies: authContent |
DjAccountLayout
Slots
Name | Description |
---|---|
default |
Props
Name | Type | Description | Default |
---|---|---|---|
id-account-link | string | "Profil" |
Computed Properties
Name | Type | Description |
---|---|---|
fullName | string | Dependencies: $auth |
accountLinkActiveTrue | unknown | Dependencies: $t , $core , idAccountLink |
ShopWidget
Data
Name | Type | Description | Initial value |
---|---|---|---|
filter_brand | array | [] | |
filter_supplier | unknown | null | |
filter_attribute | unknown | null | |
page | number | 0 | |
keyword | object | this.$route.query.keyword |
Computed Properties
Name | Type | Description |
---|---|---|
facets | object | Dependencies: $store |
brand | unknown | Dependencies: $store |
suppliers | unknown | Dependencies: $store |
attributes | unknown | Dependencies: $store |
selectedAttributes | object | Dependencies: $store |
productFilters | object | Dependencies: filter_brand , filter_supplier , filter_attribute , page , keyword |
ProductDetail
Props
Name | Type | Description | Default |
---|---|---|---|
product | object | ||
reviews | array | [] |
Data
Name | Type | Description | Initial value |
---|---|---|---|
catalogMode | unknown | process.env.catalog_mode == 'true' ? true : false |
Computed Properties
Name | Type | Description |
---|---|---|
offerToDisplay | unknown | Dependencies: offers , $core |
productPictures | unknown | Dependencies: $core , product |
LayoutShopTemplate
Props
Name | Type | Description | Default |
---|---|---|---|
product-thumbnails | object | ||
category-name | string | null | |
search-word | string | null | |
supplier-name | string | null |
Data
Name | Type | Description | Initial value |
---|---|---|---|
listView | boolean | false | |
page | number | 1 | |
pageSize | number | 20 | |
query | boolean | false | |
ListProducts | unknown | null | |
attrs | object | {"class":"mb-6","elevation":1} |
Computed Properties
Name | Type | Description |
---|---|---|
totalElements | unknown | Dependencies: $core , productThumbnails |
totalPages | unknown | Dependencies: $core , productThumbnails |
products | unknown | Dependencies: $core , productThumbnails |
isLoading | object | Dependencies: $store |
paginationLenght | unknown | Dependencies: total , pageSize |
Events
Name | Description |
---|---|
list-view | Arguments
|
Methods
handleChangePagination()
Syntax
async handleChangePagination(value: unknown): Promise<void>
handleChangeViewMode()
Syntax
handleChangeViewMode(): void
handleChangeSort()
Syntax
handleChangeSort(event: unknown): void
update()
Syntax
async update(event: unknown): Promise<void>
VendorListPage
Data
Name | Type | Description | Initial value |
---|---|---|---|
suppliers | array | [] | |
searchName | string | "" | |
supplierActiv | array | [] | |
y | number | 0 |
Computed Properties
Name | Type | Description |
---|---|---|
filteredList | unknown | Dependencies: suppliers , searchName |
VendorStoreTemplate
Props
Name | Type | Description |
---|---|---|
supplier | object | |
supplier-id | string |
Data
Name | Type | Description | Initial value |
---|---|---|---|
bestSellerItems | unknown | null | |
products | unknown | null | |
swiperOption | object | {"loop":false,"slidesPerView":4,"spaceBetween":1,"navigation":{"nextEl":".dj-carousel__next","prevEl":".dj-carousel__prev"},"breakpoints":{"undefined":{"slidesPerView":2}}} |
Computed Properties
Name | Type | Description |
---|---|---|
productsList | object | Dependencies: $store |
ForgotPasswordTemplate
Data
Name | Type | Description | Initial value |
---|---|---|---|
showMessage | boolean | false | |
show1 | boolean | false | |
email | unknown | null | |
withUser | boolean | true | |
valid | boolean | true | |
error | unknown | null |
Computed Properties
Name | Type | Description |
---|---|---|
toggleshow | object | Dependencies: showMessage |
isComplete | object | Dependencies: email |
getEndpointResetPasswordPage | string |
Methods
sendResetLink()
Syntax
sendResetLink(): void
LoginTemplate
Data
Name | Type | Description | Initial value |
---|---|---|---|
show1 | boolean | false | |
username | unknown | null | |
password | unknown | null | |
altLogo | string | "" | |
headerLogo | string | "" | |
bgLogin | string | "" | |
cssBg | string | "" | |
withUser | boolean | true | |
valid | boolean | true | |
error | unknown | null | |
isLoading | boolean | false |
Methods
handleSubmit()
Syntax
async handleSubmit(): Promise<void>
PublicRegisterTemplate
Data
Name | Type | Description | Initial value |
---|---|---|---|
error | unknown | null | |
valid | boolean | true | |
username | unknown | null | |
password | string | "" | |
e1 | number | 1 | |
civilities | array | ["MR","MRS"] | |
currencies | array | ["EUR","USD"] | |
accountName | string | "" | |
accountManager | string | "" | |
website | string | "" | |
currency | string | "EUR" | |
companyRegistrationName | string | "" | |
businessRegistrationNumber | string | "" | |
VATNumber | string | "" | |
civility | string | "" | |
firstName | string | "" | |
lastName | string | "" | |
email | string | "" | |
confirmpassword | string | "" | |
country | string | "France" | |
country2 | string | "France" | |
label | string | "" | |
label2 | string | "" | |
fullName | string | "" | |
fullName2 | string | "" | |
address | string | "" | |
address2 | string | "" | |
addressCompl | string | "" | |
addressCompl2 | string | "" | |
city | string | "" | |
city2 | string | "" | |
state | string | "" | |
state2 | string | "" | |
zipcode | string | "" | |
zipcode2 | string | "" | |
phone | string | "" | |
phone2 | string | "" | |
billing | boolean | true | |
billing2 | boolean | false | |
show1 | boolean | false | |
show2 | boolean | false | |
shipping | boolean | true | |
shipping2 | boolean | true | |
toggleshow | boolean | false | |
altLogo | string | "" | |
headerLogo | string | "" | |
IsShipping | boolean | false | |
apiRes | string | "" | |
manualAccountCheck | boolean | false |
Computed Properties
Name | Type | Description |
---|---|---|
ValidationURL | string |
Events
Name | Description |
---|---|
change-title | Arguments
|
remove-title | Arguments
|
Methods
cancel()
Syntax
cancel(): void
BackStep1()
Syntax
BackStep1(): void
validateStep1()
Syntax
validateStep1(): void
validateStep2()
Syntax
async validateStep2(): Promise<void>
ResetPasswordTemplate
Data
Name | Type | Description | Initial value |
---|---|---|---|
showMessage | boolean | false | |
show1 | boolean | false | |
show2 | boolean | false | |
password | unknown | null | |
cpassword | unknown | null | |
withUser | boolean | true | |
valid | boolean | true | |
error | unknown | null |
Computed Properties
Name | Type | Description |
---|---|---|
toggleshow | object | Dependencies: showMessage |
Methods
resetPassword()
Syntax
resetPassword(): void
ValidateTemplate
Data
Name | Type | Description | Initial value |
---|---|---|---|
show1 | boolean | false | |
altLogo | string | "" | |
headerLogo | string | "" | |
bgLogin | string | "" | |
cssBg | string | "" | |
withUser | boolean | true | |
valid | boolean | true | |
error | unknown | null | |
activer | string | "" | |
res | unknown | null | |
mailSended | boolean | false | |
sucessMailSended | boolean | false | |
isLoading | boolean | false |
Computed Properties
Name | Type | Description |
---|---|---|
title | unknown | Dependencies: res , $t |
validationUrlEndpoint | string |
Methods
resendValidationRequestEmail()
Syntax
async resendValidationRequestEmail(): Promise<void>