web / usePackstationFinder
Function: usePackstationFinder() ​
usePackstationFinder():
object
Defined in: apps/web/app/composables/usePackstationFinder/usePackstationFinder.ts:11
Returns ​
object
data ​
data:
Ref<{packstations:PackstationList;preferredProfilesData:PreferredDeliveryLocationShippingProfilesData;searchParams:PackstationsSearchParams; }, {packstations:PackstationList;preferredProfilesData:PreferredDeliveryLocationShippingProfilesData;searchParams:PackstationsSearchParams; }>
deliveryLocationAvailable ​
deliveryLocationAvailable:
ComputedRef<boolean>
getShippingProfilesData() ​
getShippingProfilesData: () =>
Promise<void>
Returns ​
Promise<void>
hasPreferredDeliveryLocation ​
hasPreferredDeliveryLocation:
ComputedRef<boolean>
loading ​
loading:
Ref<boolean,boolean> =false
resetComponent() ​
resetComponent: () =>
void
Returns ​
void
submitForm() ​
submitForm: () =>
Promise<void>
Returns ​
Promise<void>
validationSchema ​
validationSchema:
TypedSchema<{searchParams?: {city?:string;street?:string;zipcode?:string; }; }, {searchParams: {city?:string;street?:string;zipcode?:string; }; }>