@myparcel/delivery-options
Advanced tools
Comparing version 6.0.0-alpha.16 to 6.0.0-alpha.17
@@ -368,10 +368,25 @@ import { AllowedComponentProps } from 'vue'; | ||
/** | ||
* Stores the selected delivery date for home delivery. | ||
*/ | ||
export declare const FIELD_DELIVERY_DATE = "deliveryDate"; | ||
/** | ||
* Stores the selected delivery moment for home delivery. | ||
*/ | ||
export declare const FIELD_DELIVERY_MOMENT = "deliveryMoment"; | ||
/** | ||
* Stores whether home delivery or pickup is selected. | ||
*/ | ||
export declare const FIELD_HOME_OR_PICKUP = "homeOrPickup"; | ||
/** | ||
* Stores the selected pickup location if pickup is selected. | ||
*/ | ||
export declare const FIELD_PICKUP_LOCATION = "pickupLocation"; | ||
/** | ||
* Stores the selected shipment options for home delivery. | ||
*/ | ||
export declare const FIELD_SHIPMENT_OPTIONS = "shipmentOptions"; | ||
@@ -563,3 +578,3 @@ | ||
export declare const OUTPUT_EVENT_DEBOUNCE_DELAY = 50; | ||
export declare const OUTPUT_EVENT_DEBOUNCE_DELAY = 10; | ||
@@ -786,7 +801,9 @@ export declare const padStart: (input: string | number, length: number) => string; | ||
export declare const useSelectedPickupLocation: () => { | ||
locationCode: Ref<string>; | ||
declare interface UseSelectedPickupLocation { | ||
location: ComputedRef<ResolvedPickupLocation | undefined>; | ||
}; | ||
locationCode: Ref<string | undefined>; | ||
} | ||
export declare const useSelectedPickupLocation: () => UseSelectedPickupLocation; | ||
export declare const useShipmentOptionsOptions: () => ComputedRef<SelectOption[]>; | ||
@@ -793,0 +810,0 @@ |
{ | ||
"name": "@myparcel/delivery-options", | ||
"version": "6.0.0-alpha.16", | ||
"version": "6.0.0-alpha.17", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1330238
28840