@loczer/storefront-sdk 0.163.0 → 0.165.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/dist/StorefrontProvider.d.ts +29 -3
- package/dist/StorefrontProvider.d.ts.map +1 -1
- package/dist/StorefrontProvider.js +68 -58
- package/dist/chunks/booking-engine/dist/schemas/{base-booking-D9k8ehGi.js → base-booking-BMAjsw9r.js} +29 -26
- package/dist/chunks/booking-engine/dist/schemas/booking-engine-configuration-DTJD2G9w.js +123 -0
- package/dist/chunks/booking-engine/dist/schemas/{cart-inputs-ByBK0IVJ.js → cart-inputs-BI_9nAXG.js} +1 -1
- package/dist/chunks/booking-engine/dist/schemas/{public-booking-engine-configuration-DKoak4s5.js → public-booking-engine-configuration-CrwffLO4.js} +1 -1
- package/dist/chunks/ui/dist/{MorphingModalWizard-D7hc-dDP.js → MorphingModalWizard-BuRND-yE.js} +3 -3
- package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id-CNQuVmXa.js +6 -0
- package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/projection/node/create-projection-node-DL2q-YuA.js +9 -0
- package/dist/chunks/ui/dist/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash-C-3PLS5x.js +6 -0
- package/dist/components/AboutSection/index.js +1 -1
- package/dist/components/BikeProductCard/index.d.ts +2 -1
- package/dist/components/BikeProductCard/index.d.ts.map +1 -1
- package/dist/components/BikeProductCard/index.js +59 -41
- package/dist/components/BookingBikeVariantDialog/index.js +1 -1
- package/dist/components/BookingFlowSteps/index.js +8 -8
- package/dist/components/BookingPeriodSelector/components/BookingEndDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingMobileDateDrawer.js +28 -28
- package/dist/components/BookingPeriodSelector/components/BookingStartDateField.js +1 -1
- package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.js +1 -1
- package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts.map +1 -1
- package/dist/components/BookingPeriodSelector/useBookingPeriodController.js +197 -203
- package/dist/components/ContactSection/index.js +4 -4
- package/dist/components/Header/index.js +1 -1
- package/dist/components/PoweredByLoczerBadge/index.js +1 -1
- package/dist/components/ProductPriceBadge/index.js +1 -1
- package/dist/components/ProductWarningNotice/index.js +10 -10
- package/dist/components/StorefrontCancellationPolicyNotice/index.d.ts +11 -0
- package/dist/components/StorefrontCancellationPolicyNotice/index.d.ts.map +1 -0
- package/dist/components/StorefrontCancellationPolicyNotice/index.js +93 -0
- package/dist/components/payment/MollieCardFieldsForm.js +1 -1
- package/dist/components/payment/StripeCardFieldsForm.js +13 -13
- package/dist/i18n/en.d.ts +12 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +12 -0
- package/dist/i18n/fr.d.ts +12 -0
- package/dist/i18n/fr.d.ts.map +1 -1
- package/dist/i18n/fr.js +12 -0
- package/dist/index.d.ts +116 -7
- package/dist/index.js +312 -305
- package/dist/lib/cart.js +1 -1
- package/dist/lib/cartSummary.d.ts.map +1 -1
- package/dist/lib/cartSummary.js +28 -28
- package/dist/lib/checkoutPaymentDecision.d.ts +8 -0
- package/dist/lib/checkoutPaymentDecision.d.ts.map +1 -1
- package/dist/lib/checkoutPaymentDecision.js +14 -6
- package/dist/lib/checkoutPaymentSession.d.ts +1 -0
- package/dist/lib/checkoutPaymentSession.d.ts.map +1 -1
- package/dist/lib/checkoutPaymentSession.js +12 -11
- package/dist/lib/checkoutSubmit.js +4 -4
- package/dist/lib/productVariants.d.ts.map +1 -1
- package/dist/lib/productVariants.js +34 -15
- package/dist/lib/products.d.ts +4 -0
- package/dist/lib/products.d.ts.map +1 -1
- package/dist/lib/products.js +74 -39
- package/dist/lib/securePaymentLink.d.ts +1 -0
- package/dist/lib/securePaymentLink.d.ts.map +1 -1
- package/dist/lib/securePaymentLink.js +1 -0
- package/dist/lib/storefrontAvailability.d.ts +9 -0
- package/dist/lib/storefrontAvailability.d.ts.map +1 -1
- package/dist/lib/storefrontAvailability.js +28 -18
- package/dist/pages/BookingPage.d.ts.map +1 -1
- package/dist/pages/BookingPage.js +290 -289
- package/dist/pages/CheckoutPage.d.ts.map +1 -1
- package/dist/pages/CheckoutPage.js +224 -216
- package/dist/pages/CheckoutPaymentPage.d.ts.map +1 -1
- package/dist/pages/CheckoutPaymentPage.js +92 -92
- package/dist/pages/ContractSaleDocumentPage.js +3 -3
- package/dist/pages/HomePage.d.ts.map +1 -1
- package/dist/pages/HomePage.js +167 -161
- package/dist/pages/PaymentLinkPage.d.ts.map +1 -1
- package/dist/pages/PaymentLinkPage.js +62 -62
- package/dist/pages/PaymentLinkSuccessPage.js +7 -7
- package/dist/pages/ProductPage.d.ts.map +1 -1
- package/dist/pages/ProductPage.js +161 -161
- package/dist/pages/checkout/components/CheckoutCouponCard.js +6 -6
- package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.js +15 -15
- package/dist/storefront.css +1 -1
- package/dist/storefrontSchemas.d.ts +14 -2
- package/dist/storefrontSchemas.d.ts.map +1 -1
- package/dist/storefrontSchemas.js +4 -4
- package/dist/ui/day-picker.js +5 -5
- package/package.json +2 -2
- package/dist/chunks/booking-engine/dist/schemas/booking-engine-configuration-BKlzwJJX.js +0 -105
- package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id-DunDwGdX.js +0 -6
- package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node-BDwaGtmx.js +0 -9
- package/dist/chunks/ui/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash-h54_qXon.js +0 -4
package/dist/index.js
CHANGED
|
@@ -1,351 +1,358 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { storefrontCheckoutModeSchema as p, storefrontConfigurationSchema as h, storefrontContentSchema as d, storefrontFaqItemSchema as g, storefrontFaqSchema as
|
|
3
|
-
import { DEFAULT_STOREFRONT_PRESET as y, STOREFRONT_PRESETS as I, getStorefrontPreset as
|
|
4
|
-
import { BOOKING_SEARCH_KEYS as M, TIME_OPTIONS as
|
|
2
|
+
import { storefrontCheckoutModeSchema as p, storefrontConfigurationSchema as h, storefrontContentSchema as d, storefrontFaqItemSchema as g, storefrontFaqSchema as P, storefrontFulfillmentModeSchema as T, storefrontLocalizedRichTextSchema as x, storefrontModalMessageSchema as C, storefrontModulesSchema as R, storefrontReviewsModuleSchema as D, storefrontRichTextSchema as A, storefrontSettingsSchema as O, storefrontShopSchema as E, storefrontStatusSchema as b, storefrontWorkspaceSchema as B } from "./storefrontSchemas.js";
|
|
3
|
+
import { DEFAULT_STOREFRONT_PRESET as y, STOREFRONT_PRESETS as I, getStorefrontPreset as _ } from "./data/config.js";
|
|
4
|
+
import { BOOKING_SEARCH_KEYS as M, TIME_OPTIONS as L, applyBookingParamsToSearch as U, createBookingPeriodConfigFromBookingEngineConfiguration as v, createBookingPeriodConfigFromStorefrontConfiguration as N, getBookingDurationLabel as q, getBookingDurationMinutes as V, getBookingParamsFromSearch as w, getBookingSessionStorageKey as z, getDefaultBookingParams as H, getDefaultBookingParamsForStorefrontConfiguration as K, pickBookingSearchParams as W, readBookingSearchParamsFromSessionStorage as G, readBookingSearchParamsFromStorage as Y, resolveBookingSearchParams as J, resolveBookingSearchParamsFromSessionStorage as j, writeBookingSearchParamsToSessionStorage as Q, writeBookingSearchParamsToStorage as X } from "./lib/booking.js";
|
|
5
5
|
import { StorefrontCartProvider as $, useStorefrontCart as ee } from "./lib/cart.js";
|
|
6
6
|
import { buildStorefrontCartSummary as te } from "./lib/cartSummary.js";
|
|
7
|
-
import { CATALOG_PRODUCT_BASE_RATE_UNSET as ae, buildStorefrontProductSlug as ce,
|
|
8
|
-
import { buildDailyPriceRows as
|
|
9
|
-
import { formatPriceMinor as
|
|
10
|
-
import { ROUTE as
|
|
11
|
-
import { buildWhatsAppHref as
|
|
12
|
-
import { ROUTE as
|
|
13
|
-
import { ROUTE as
|
|
14
|
-
import { ROUTE as
|
|
15
|
-
import { ROUTE as
|
|
16
|
-
import { ROUTE as
|
|
17
|
-
import { Layout as
|
|
18
|
-
import { Footer as
|
|
19
|
-
import { Header as
|
|
20
|
-
import { DelayedPlaceholder as
|
|
21
|
-
import { PlatformFooter as
|
|
22
|
-
import { PoweredByLoczerBadge as
|
|
23
|
-
import { BookingPeriodSelector as
|
|
24
|
-
import { BookingFlowSteps as
|
|
25
|
-
import { DeliveryAddressSelector as
|
|
26
|
-
import { ContactSection as
|
|
27
|
-
import { TestimonialsSection as
|
|
28
|
-
import { AboutSection as
|
|
29
|
-
import { WhatsAppFloatingButton as
|
|
30
|
-
import { useWhatsAppFloatingButton as
|
|
31
|
-
import { StepSectionTitle as
|
|
32
|
-
import { StorefrontCartPanel as
|
|
33
|
-
import { ProductPriceBadge as
|
|
34
|
-
import { ProductWarningNotice as
|
|
35
|
-
import { ContractSaleDocument as
|
|
7
|
+
import { CATALOG_PRODUCT_BASE_RATE_UNSET as ae, buildStorefrontProductSlug as ce, buildVariantStorefrontProductId as ne, compareCatalogProducts as ie, compareStorefrontAccessoryProducts as me, compareStorefrontBikeProducts as Se, findStorefrontProduct as se, findStorefrontProductBySlug as ue, getCatalogProductBaseRateMinor as le, getCatalogProductPaginationSort as fe, getCatalogProductSortFieldForPriceUnit as pe, getStorefrontBaseDailyRateMinor as he, getStorefrontCheckoutProductId as de, getStorefrontRepresentedVariantId as ge, toStorefrontAccessoryProducts as Pe, toStorefrontBikeProducts as Te, toStorefrontBookingProducts as xe, toStorefrontBookingProductsCollections as Ce } from "./lib/products.js";
|
|
8
|
+
import { buildDailyPriceRows as De, buildPriceTierLabels as Ae, calculateDailyPriceForQuantity as Oe, formatStorefrontPriceMinor as Ee } from "./lib/pricing.js";
|
|
9
|
+
import { formatPriceMinor as Be, getAvailabilityVariant as ke, getMinDayPriceMinor as ye } from "./lib/utils.js";
|
|
10
|
+
import { ROUTE as _e, requestSchema as Fe, responseSchema as Me } from "./lib/contactForm.js";
|
|
11
|
+
import { buildWhatsAppHref as Ue, resolveStorefrontWhatsAppContact as ve, resolveStorefrontWhatsAppHref as Ne } from "./lib/whatsapp.js";
|
|
12
|
+
import { ROUTE as Ve, requestDeliveryRefinement as we, requestCheckoutItemSchema as ze, requestBaseSchema as He, requestSchema as Ke, responseSchema as We } from "./lib/checkoutSubmit.js";
|
|
13
|
+
import { ROUTE as Ye, requestSchema as Je, responseSchema as je, storefrontPublicAccessoryProductSchema as Qe, storefrontPublicBikeAvailabilityStatusSchema as Xe, storefrontPublicBikeProductSchema as Ze, storefrontPublicProductDisplayModeSchema as $e, storefrontPublicProductPriceSchema as eo, storefrontPublicProductVariantAttributeSchema as oo, storefrontPublicProductVariantIdentifierSchema as to, storefrontPublicProductVariantSchema as ro } from "./lib/storefrontProducts.js";
|
|
14
|
+
import { ROUTE as co, buildStorefrontAvailabilityKey as no, doesStorefrontAvailabilityDisplaySoldOut as io, getStorefrontAvailabilityIssue as mo, getStorefrontAvailabilityStatus as So, isStorefrontAvailabilityInsufficient as so, publicAvailabilityDisplayModeSchema as uo, shouldBlockStorefrontUnavailableItem as lo, storefrontAvailabilityProductSchema as fo, requestSchema as po, responseSchema as ho, storefrontAvailabilityScheduleSchema as go, storefrontPublicAvailabilityRecordSchema as Po } from "./lib/storefrontAvailability.js";
|
|
15
|
+
import { ROUTE as xo, buildStorefrontImageUrl as Co, requestSchema as Ro } from "./lib/storefrontImage.js";
|
|
16
|
+
import { ROUTE as Ao, timeSlotJourneySchema as Oo, storefrontTimeSlotSchema as Eo, requestSchema as bo, responseSchema as Bo } from "./lib/storefrontTimeSlots.js";
|
|
17
|
+
import { Layout as yo } from "./components/Layout/index.js";
|
|
18
|
+
import { Footer as _o } from "./components/Footer/index.js";
|
|
19
|
+
import { Header as Mo } from "./components/Header/index.js";
|
|
20
|
+
import { DelayedPlaceholder as Uo, DelayedReveal as vo } from "./components/DelayedReveal/index.js";
|
|
21
|
+
import { PlatformFooter as qo } from "./components/PlatformFooter/index.js";
|
|
22
|
+
import { PoweredByLoczerBadge as wo } from "./components/PoweredByLoczerBadge/index.js";
|
|
23
|
+
import { BookingPeriodSelector as Ho } from "./components/BookingPeriodSelector/index.js";
|
|
24
|
+
import { BookingFlowSteps as Wo } from "./components/BookingFlowSteps/index.js";
|
|
25
|
+
import { DeliveryAddressSelector as Yo } from "./components/DeliveryAddressSelector/index.js";
|
|
26
|
+
import { ContactSection as jo } from "./components/ContactSection/index.js";
|
|
27
|
+
import { TestimonialsSection as Xo } from "./components/TestimonialsSection/index.js";
|
|
28
|
+
import { AboutSection as $o } from "./components/AboutSection/index.js";
|
|
29
|
+
import { WhatsAppFloatingButton as ot } from "./components/WhatsAppFloatingButton/WhatsAppFloatingButton.js";
|
|
30
|
+
import { useWhatsAppFloatingButton as rt } from "./components/WhatsAppFloatingButton/useWhatsAppFloatingButton.js";
|
|
31
|
+
import { StepSectionTitle as ct } from "./components/StepSectionTitle/index.js";
|
|
32
|
+
import { StorefrontCartPanel as it } from "./components/StorefrontCartPanel/index.js";
|
|
33
|
+
import { ProductPriceBadge as St } from "./components/ProductPriceBadge/index.js";
|
|
34
|
+
import { ProductWarningNotice as ut } from "./components/ProductWarningNotice/index.js";
|
|
35
|
+
import { ContractSaleDocument as ft } from "./components/ContractSaleDocument/Invoice.js";
|
|
36
36
|
import "react/jsx-runtime";
|
|
37
37
|
import "react";
|
|
38
38
|
import "@rpcbase/client";
|
|
39
39
|
import "@rpcbase/router";
|
|
40
|
-
import { cn as
|
|
40
|
+
import { cn as ht } from "@rpcbase/ui";
|
|
41
41
|
import "lucide-react";
|
|
42
42
|
import "react-i18next";
|
|
43
|
-
import { getLocalizedEntry as
|
|
44
|
-
import { Badge as
|
|
45
|
-
import { Button as
|
|
46
|
-
import { Card as Dt, CardAction as At, CardContent as Ot, CardDescription as bt, CardFooter as Et, CardHeader as Bt, CardTitle as kt } from "./ui/card.js";
|
|
47
|
-
import { loader as It, useOptionalStorefront as Ft, useStorefront as _t, useStorefrontConfig as Mt, useStorefrontProducts as Ut, useStorefrontWorkspaceLanguage as vt } from "./StorefrontProvider.js";
|
|
48
|
-
import { RadioGroup as Nt, RadioGroupItem as qt } from "./ui/radio-group.js";
|
|
43
|
+
import { getLocalizedEntry as gt, getLocalizedValue as Pt } from "./localization.js";
|
|
44
|
+
import { Badge as xt, badgeVariants as Ct } from "./ui/badge.js";
|
|
45
|
+
import { Button as Dt, buttonVariants as At } from "./ui/button.js";
|
|
49
46
|
import "./chunks/ui/dist/ResponsiveDialog-D8YzB_3J.js";
|
|
50
|
-
import {
|
|
47
|
+
import { Card as Et, CardAction as bt, CardContent as Bt, CardDescription as kt, CardFooter as yt, CardHeader as It, CardTitle as _t } from "./ui/card.js";
|
|
48
|
+
import { loader as Mt, useOptionalStorefront as Lt, useStorefront as Ut, useStorefrontBookingProducts as vt, useStorefrontConfig as Nt, useStorefrontProducts as qt, useStorefrontWorkspaceLanguage as Vt } from "./StorefrontProvider.js";
|
|
49
|
+
import { RadioGroup as zt, RadioGroupItem as Ht } from "./ui/radio-group.js";
|
|
50
|
+
import { Input as Wt } from "./ui/input.js";
|
|
51
51
|
import "@rpcbase/form";
|
|
52
52
|
import "./lib/checkoutPaymentDecision.js";
|
|
53
53
|
import "./lib/checkoutVerifyCoupon.js";
|
|
54
|
-
import { Form as
|
|
55
|
-
import { Textarea as
|
|
54
|
+
import { Form as Yt, FormControl as Jt, FormDescription as jt, FormField as Qt, FormItem as Xt, FormLabel as Zt, FormMessage as $t, useFormField as er } from "./ui/form.js";
|
|
55
|
+
import { Textarea as tr } from "./ui/textarea.js";
|
|
56
56
|
import "./pages/checkout/types.js";
|
|
57
|
-
import { accessories as
|
|
58
|
-
import { default as
|
|
59
|
-
import { contractSaleDocumentAcceptanceLevelSchema as
|
|
60
|
-
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as
|
|
61
|
-
import { storefront as
|
|
62
|
-
import { storefront as
|
|
63
|
-
import { default as
|
|
64
|
-
import { Label as
|
|
65
|
-
import { Select as
|
|
66
|
-
import { bookingCustomerInputSchema as
|
|
67
|
-
import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as
|
|
68
|
-
import { createLocalizedStringEntry as
|
|
69
|
-
import { priceSchema as
|
|
70
|
-
import { baseAssetSchema as
|
|
71
|
-
import { baseBookingItemSchema as
|
|
72
|
-
import { richTextJsonDocSchema as
|
|
73
|
-
import { currencyCodeSchema as
|
|
74
|
-
import { isoDateSchema as
|
|
75
|
-
import { fulfillmentModeSchema as
|
|
76
|
-
import { DEFAULT_PAYMENT_POLICIES as
|
|
77
|
-
import { BookingEndDateField as
|
|
78
|
-
import { BookingEndTimeField as
|
|
79
|
-
import { BookingMobileDateDrawer as
|
|
80
|
-
import { BookingPeriodProvider as
|
|
81
|
-
import { BookingStartDateField as
|
|
82
|
-
import { BookingStartTimeField as
|
|
57
|
+
import { accessories as ar } from "./data/accessories.js";
|
|
58
|
+
import { default as nr } from "./data/bikes.js";
|
|
59
|
+
import { contractSaleDocumentAcceptanceLevelSchema as mr, contractSaleDocumentAcceptanceRecordSchema as Sr, contractSaleDocumentAcceptanceSchema as sr, contractSaleDocumentAddressSchema as ur, contractSaleDocumentContactSchema as lr, contractSaleDocumentKindSchema as fr, contractSaleDocumentLanguageCodeSchema as pr, contractSaleDocumentLanguageSchema as hr, contractSaleDocumentLineItemSchema as dr, contractSaleDocumentSchema as gr, contractSaleDocumentSignatureSchema as Pr } from "./lib/contractSaleDocument.js";
|
|
60
|
+
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as xr, DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE as Cr, GET_CONTRACT_SALE_DOCUMENT_ROUTE as Rr, acceptContractSaleDocumentRequestSchema as Dr, acceptContractSaleDocumentResponseSchema as Ar, contractSaleDocumentAcceptanceInputSchema as Or, contractSaleDocumentAcceptanceRecordInputSchema as Er, contractSaleDocumentApiAcceptanceRecordSchema as br, contractSaleDocumentApiAcceptanceSchema as Br, contractSaleDocumentApiSchema as kr, contractSaleDocumentApiSignatureSchema as yr, contractSaleDocumentReferenceSchema as Ir, contractSaleDocumentReferenceTypeSchema as _r, contractSaleDocumentSignatureInputSchema as Fr, downloadContractSaleDocumentPdfRequestSchema as Mr, getContractSaleDocumentRequestSchema as Lr, getContractSaleDocumentResponseSchema as Ur } from "./lib/contractSaleDocumentApi.js";
|
|
61
|
+
import { storefront as Nr } from "./i18n/en.js";
|
|
62
|
+
import { storefront as Vr } from "./i18n/fr.js";
|
|
63
|
+
import { default as zr } from "./routes.js";
|
|
64
|
+
import { Label as Kr } from "./ui/label.js";
|
|
65
|
+
import { Select as Gr, SelectContent as Yr, SelectGroup as Jr, SelectIcon as jr, SelectItem as Qr, SelectItemIndicator as Xr, SelectItemText as Zr, SelectLabel as $r, SelectScrollDownButton as ea, SelectScrollUpButton as oa, SelectSeparator as ta, SelectTrigger as ra, SelectValue as aa } from "./ui/select.js";
|
|
66
|
+
import { bookingCustomerInputSchema as na, bookingDeliveryOptionSchema as ia, bookingScheduleInputSchema as ma, cartItemInputSchema as Sa, createBookingInputBaseSchema as sa, createBookingInputSchema as ua, validateBookingDeliveryAddress as la } from "./chunks/booking-engine/dist/schemas/cart-inputs-BI_9nAXG.js";
|
|
67
|
+
import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as pa, PRODUCT_VARIANT_CODE_MAX_LENGTH as ha, accessoryProductSchema as da, bikeProductSchema as ga, eBikeProductSchema as Pa, isProductVariantCodeIdentifierKind as Ta, productKindSchema as xa, productSchema as Ca, productStorefrontDisplayModeSchema as Ra, productVariantAttributeSchema as Da, productVariantCodeSchema as Aa, productVariantIdentifierSchema as Oa, productVariantSchema as Ea } from "./chunks/booking-engine/dist/models/Product.shared-BiDGmurZ.js";
|
|
68
|
+
import { createLocalizedStringEntry as Ba, getLocalizedStringValue as ka, localizedStringArraySchema as ya, localizedStringEntrySchema as Ia, localizedStringSchema as _a } from "./chunks/booking-engine/dist/models/LocalizedString--6q77SPQ.js";
|
|
69
|
+
import { priceSchema as Ma, priceUnitSchema as La } from "./chunks/booking-engine/dist/models/Price-BlFRDHXV.js";
|
|
70
|
+
import { baseAssetSchema as va, baseAssetStatusSchema as Na } from "./chunks/booking-engine/dist/schemas/base-asset-GJ9eIvIL.js";
|
|
71
|
+
import { baseBookingItemSchema as Va, baseBookingSchema as wa, baseBookingStateSchema as za } from "./chunks/booking-engine/dist/schemas/base-booking-BMAjsw9r.js";
|
|
72
|
+
import { richTextJsonDocSchema as Ka, richTextSchema as Wa, richTextVersionSchema as Ga } from "./chunks/booking-engine/dist/schemas/rich-text-CqXhNDN3.js";
|
|
73
|
+
import { currencyCodeSchema as Ja, currencyMinorUnitDigits as ja, majorToMinor as Qa, minorToMajor as Xa, moneyMinorSchema as Za, signedMoneyMinorSchema as $a } from "./chunks/booking-engine/dist/schemas/money-Dy4b9loa.js";
|
|
74
|
+
import { isoDateSchema as oc, shopConfigurationSchema as tc, shopExtraTimeSlotRuleSchema as rc, shopOpeningDayIndexSchema as ac, shopOpeningDaySchema as cc, shopOpeningHoursOverrideSchema as nc, shopOpeningHoursPeriodSchema as ic, shopOpeningSlotSchema as mc, timeOfDaySchema as Sc } from "./chunks/booking-engine/dist/schemas/shop-opening-hours-DqNWstqT.js";
|
|
75
|
+
import { fulfillmentModeSchema as uc, publicBookingEngineConfigurationSchema as lc, publicCheckoutConfigurationSchema as fc, publicCheckoutDynamicOptionsSchema as pc } from "./chunks/booking-engine/dist/schemas/public-booking-engine-configuration-CrwffLO4.js";
|
|
76
|
+
import { DEFAULT_CANCELLATION_POLICY as dc, DEFAULT_PAYMENT_POLICIES as gc, cancellationPolicySchema as Pc, cancellationPolicyTierSchema as Tc, paymentPoliciesSchema as xc } from "./chunks/booking-engine/dist/schemas/booking-engine-configuration-DTJD2G9w.js";
|
|
77
|
+
import { BookingEndDateField as Rc } from "./components/BookingPeriodSelector/components/BookingEndDateField.js";
|
|
78
|
+
import { BookingEndTimeField as Ac } from "./components/BookingPeriodSelector/components/BookingEndTimeField.js";
|
|
79
|
+
import { BookingMobileDateDrawer as Ec } from "./components/BookingPeriodSelector/components/BookingMobileDateDrawer.js";
|
|
80
|
+
import { BookingPeriodProvider as Bc, useBookingPeriod as kc } from "./components/BookingPeriodSelector/BookingPeriodContext.js";
|
|
81
|
+
import { BookingStartDateField as Ic } from "./components/BookingPeriodSelector/components/BookingStartDateField.js";
|
|
82
|
+
import { BookingStartTimeField as Fc } from "./components/BookingPeriodSelector/components/BookingStartTimeField.js";
|
|
83
83
|
export {
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
xr as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE,
|
|
85
|
+
$o as AboutSection,
|
|
86
86
|
M as BOOKING_SEARCH_KEYS,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
87
|
+
xt as Badge,
|
|
88
|
+
Rc as BookingEndDateField,
|
|
89
|
+
Ac as BookingEndTimeField,
|
|
90
|
+
Wo as BookingFlowSteps,
|
|
91
|
+
Ec as BookingMobileDateDrawer,
|
|
92
|
+
Bc as BookingPeriodProvider,
|
|
93
|
+
Ho as BookingPeriodSelector,
|
|
94
|
+
Ic as BookingStartDateField,
|
|
95
|
+
Fc as BookingStartTimeField,
|
|
96
|
+
Dt as Button,
|
|
97
97
|
ae as CATALOG_PRODUCT_BASE_RATE_UNSET,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
98
|
+
Et as Card,
|
|
99
|
+
bt as CardAction,
|
|
100
|
+
Bt as CardContent,
|
|
101
|
+
kt as CardDescription,
|
|
102
|
+
yt as CardFooter,
|
|
103
|
+
It as CardHeader,
|
|
104
|
+
_t as CardTitle,
|
|
105
|
+
jo as ContactSection,
|
|
106
|
+
ft as ContractSaleDocument,
|
|
107
|
+
dc as DEFAULT_CANCELLATION_POLICY,
|
|
108
|
+
gc as DEFAULT_PAYMENT_POLICIES,
|
|
108
109
|
y as DEFAULT_STOREFRONT_PRESET,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
110
|
+
Cr as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE,
|
|
111
|
+
Uo as DelayedPlaceholder,
|
|
112
|
+
vo as DelayedReveal,
|
|
113
|
+
Yo as DeliveryAddressSelector,
|
|
114
|
+
_o as Footer,
|
|
115
|
+
Yt as Form,
|
|
116
|
+
Jt as FormControl,
|
|
117
|
+
jt as FormDescription,
|
|
118
|
+
Qt as FormField,
|
|
119
|
+
Xt as FormItem,
|
|
120
|
+
Zt as FormLabel,
|
|
121
|
+
$t as FormMessage,
|
|
122
|
+
Rr as GET_CONTRACT_SALE_DOCUMENT_ROUTE,
|
|
123
|
+
Mo as Header,
|
|
124
|
+
Wt as Input,
|
|
125
|
+
Kr as Label,
|
|
126
|
+
yo as Layout,
|
|
127
|
+
pa as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND,
|
|
128
|
+
ha as PRODUCT_VARIANT_CODE_MAX_LENGTH,
|
|
129
|
+
qo as PlatformFooter,
|
|
130
|
+
wo as PoweredByLoczerBadge,
|
|
131
|
+
St as ProductPriceBadge,
|
|
132
|
+
ut as ProductWarningNotice,
|
|
133
|
+
_e as ROUTE,
|
|
134
|
+
zt as RadioGroup,
|
|
135
|
+
Ht as RadioGroupItem,
|
|
136
|
+
co as STOREFRONT_AVAILABILITY_ROUTE,
|
|
137
|
+
Ve as STOREFRONT_CHECKOUT_SUBMIT_ROUTE,
|
|
138
|
+
xo as STOREFRONT_IMAGE_ROUTE,
|
|
138
139
|
I as STOREFRONT_PRESETS,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
140
|
+
Ye as STOREFRONT_PRODUCTS_ROUTE,
|
|
141
|
+
Ao as STOREFRONT_TIME_SLOTS_ROUTE,
|
|
142
|
+
Gr as Select,
|
|
143
|
+
Yr as SelectContent,
|
|
144
|
+
Jr as SelectGroup,
|
|
145
|
+
jr as SelectIcon,
|
|
146
|
+
Qr as SelectItem,
|
|
147
|
+
Xr as SelectItemIndicator,
|
|
148
|
+
Zr as SelectItemText,
|
|
149
|
+
$r as SelectLabel,
|
|
150
|
+
ea as SelectScrollDownButton,
|
|
151
|
+
oa as SelectScrollUpButton,
|
|
152
|
+
ta as SelectSeparator,
|
|
153
|
+
ra as SelectTrigger,
|
|
154
|
+
aa as SelectValue,
|
|
155
|
+
ct as StepSectionTitle,
|
|
156
|
+
it as StorefrontCartPanel,
|
|
156
157
|
$ as StorefrontCartProvider,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
158
|
+
L as TIME_OPTIONS,
|
|
159
|
+
Xo as TestimonialsSection,
|
|
160
|
+
tr as Textarea,
|
|
161
|
+
ot as WhatsAppFloatingButton,
|
|
162
|
+
Dr as acceptContractSaleDocumentRequestSchema,
|
|
163
|
+
Ar as acceptContractSaleDocumentResponseSchema,
|
|
164
|
+
ar as accessories,
|
|
165
|
+
da as accessoryProductSchema,
|
|
166
|
+
U as applyBookingParamsToSearch,
|
|
167
|
+
Ct as badgeVariants,
|
|
168
|
+
va as baseAssetSchema,
|
|
169
|
+
Na as baseAssetStatusSchema,
|
|
170
|
+
Va as baseBookingItemSchema,
|
|
171
|
+
wa as baseBookingSchema,
|
|
172
|
+
za as baseBookingStateSchema,
|
|
173
|
+
ga as bikeProductSchema,
|
|
174
|
+
nr as bikes,
|
|
175
|
+
na as bookingCustomerInputSchema,
|
|
176
|
+
ia as bookingDeliveryOptionSchema,
|
|
177
|
+
ma as bookingScheduleInputSchema,
|
|
178
|
+
De as buildDailyPriceRows,
|
|
179
|
+
Ae as buildPriceTierLabels,
|
|
180
|
+
no as buildStorefrontAvailabilityKey,
|
|
180
181
|
te as buildStorefrontCartSummary,
|
|
181
|
-
|
|
182
|
+
Co as buildStorefrontImageUrl,
|
|
182
183
|
ce as buildStorefrontProductSlug,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
br as
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
184
|
+
ne as buildVariantStorefrontProductId,
|
|
185
|
+
Ue as buildWhatsAppHref,
|
|
186
|
+
At as buttonVariants,
|
|
187
|
+
Oe as calculateDailyPriceForQuantity,
|
|
188
|
+
Pc as cancellationPolicySchema,
|
|
189
|
+
Tc as cancellationPolicyTierSchema,
|
|
190
|
+
Sa as cartItemInputSchema,
|
|
191
|
+
ht as cn,
|
|
192
|
+
ie as compareCatalogProducts,
|
|
193
|
+
me as compareStorefrontAccessoryProducts,
|
|
194
|
+
Se as compareStorefrontBikeProducts,
|
|
195
|
+
Or as contractSaleDocumentAcceptanceInputSchema,
|
|
196
|
+
mr as contractSaleDocumentAcceptanceLevelSchema,
|
|
197
|
+
Er as contractSaleDocumentAcceptanceRecordInputSchema,
|
|
198
|
+
Sr as contractSaleDocumentAcceptanceRecordSchema,
|
|
199
|
+
sr as contractSaleDocumentAcceptanceSchema,
|
|
200
|
+
ur as contractSaleDocumentAddressSchema,
|
|
201
|
+
br as contractSaleDocumentApiAcceptanceRecordSchema,
|
|
202
|
+
Br as contractSaleDocumentApiAcceptanceSchema,
|
|
203
|
+
kr as contractSaleDocumentApiSchema,
|
|
204
|
+
yr as contractSaleDocumentApiSignatureSchema,
|
|
205
|
+
lr as contractSaleDocumentContactSchema,
|
|
206
|
+
fr as contractSaleDocumentKindSchema,
|
|
207
|
+
pr as contractSaleDocumentLanguageCodeSchema,
|
|
208
|
+
hr as contractSaleDocumentLanguageSchema,
|
|
209
|
+
dr as contractSaleDocumentLineItemSchema,
|
|
210
|
+
Ir as contractSaleDocumentReferenceSchema,
|
|
211
|
+
_r as contractSaleDocumentReferenceTypeSchema,
|
|
212
|
+
gr as contractSaleDocumentSchema,
|
|
213
|
+
Fr as contractSaleDocumentSignatureInputSchema,
|
|
214
|
+
Pr as contractSaleDocumentSignatureSchema,
|
|
215
|
+
sa as createBookingInputBaseSchema,
|
|
216
|
+
ua as createBookingInputSchema,
|
|
217
|
+
v as createBookingPeriodConfigFromBookingEngineConfiguration,
|
|
214
218
|
N as createBookingPeriodConfigFromStorefrontConfiguration,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
219
|
+
Ba as createLocalizedStringEntry,
|
|
220
|
+
Ja as currencyCodeSchema,
|
|
221
|
+
ja as currencyMinorUnitDigits,
|
|
222
|
+
io as doesStorefrontAvailabilityDisplaySoldOut,
|
|
223
|
+
Mr as downloadContractSaleDocumentPdfRequestSchema,
|
|
224
|
+
Pa as eBikeProductSchema,
|
|
225
|
+
se as findStorefrontProduct,
|
|
226
|
+
ue as findStorefrontProductBySlug,
|
|
227
|
+
Be as formatPriceMinor,
|
|
228
|
+
Ee as formatStorefrontPriceMinor,
|
|
229
|
+
uc as fulfillmentModeSchema,
|
|
230
|
+
ke as getAvailabilityVariant,
|
|
227
231
|
q as getBookingDurationLabel,
|
|
228
232
|
V as getBookingDurationMinutes,
|
|
229
233
|
w as getBookingParamsFromSearch,
|
|
230
234
|
z as getBookingSessionStorageKey,
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
235
|
+
le as getCatalogProductBaseRateMinor,
|
|
236
|
+
fe as getCatalogProductPaginationSort,
|
|
237
|
+
pe as getCatalogProductSortFieldForPriceUnit,
|
|
238
|
+
Lr as getContractSaleDocumentRequestSchema,
|
|
239
|
+
Ur as getContractSaleDocumentResponseSchema,
|
|
236
240
|
H as getDefaultBookingParams,
|
|
237
241
|
K as getDefaultBookingParamsForStorefrontConfiguration,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
242
|
+
gt as getLocalizedEntry,
|
|
243
|
+
ka as getLocalizedStringValue,
|
|
244
|
+
Pt as getLocalizedValue,
|
|
245
|
+
ye as getMinDayPriceMinor,
|
|
246
|
+
mo as getStorefrontAvailabilityIssue,
|
|
247
|
+
So as getStorefrontAvailabilityStatus,
|
|
248
|
+
he as getStorefrontBaseDailyRateMinor,
|
|
249
|
+
de as getStorefrontCheckoutProductId,
|
|
250
|
+
_ as getStorefrontPreset,
|
|
251
|
+
ge as getStorefrontRepresentedVariantId,
|
|
252
|
+
Ta as isProductVariantCodeIdentifierKind,
|
|
253
|
+
so as isStorefrontAvailabilityInsufficient,
|
|
254
|
+
oc as isoDateSchema,
|
|
255
|
+
Mt as loader,
|
|
256
|
+
ya as localizedStringArraySchema,
|
|
257
|
+
Ia as localizedStringEntrySchema,
|
|
258
|
+
_a as localizedStringSchema,
|
|
259
|
+
Qa as majorToMinor,
|
|
260
|
+
Xa as minorToMajor,
|
|
261
|
+
Za as moneyMinorSchema,
|
|
262
|
+
xc as paymentPoliciesSchema,
|
|
259
263
|
W as pickBookingSearchParams,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
264
|
+
Ma as priceSchema,
|
|
265
|
+
La as priceUnitSchema,
|
|
266
|
+
xa as productKindSchema,
|
|
267
|
+
Ca as productSchema,
|
|
268
|
+
Ra as productStorefrontDisplayModeSchema,
|
|
269
|
+
Da as productVariantAttributeSchema,
|
|
270
|
+
Aa as productVariantCodeSchema,
|
|
271
|
+
Oa as productVariantIdentifierSchema,
|
|
272
|
+
Ea as productVariantSchema,
|
|
273
|
+
uo as publicAvailabilityDisplayModeSchema,
|
|
274
|
+
lc as publicBookingEngineConfigurationSchema,
|
|
275
|
+
fc as publicCheckoutConfigurationSchema,
|
|
276
|
+
pc as publicCheckoutDynamicOptionsSchema,
|
|
273
277
|
G as readBookingSearchParamsFromSessionStorage,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
278
|
+
Y as readBookingSearchParamsFromStorage,
|
|
279
|
+
Fe as requestSchema,
|
|
280
|
+
J as resolveBookingSearchParams,
|
|
277
281
|
j as resolveBookingSearchParamsFromSessionStorage,
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
282
|
+
ve as resolveStorefrontWhatsAppContact,
|
|
283
|
+
Ne as resolveStorefrontWhatsAppHref,
|
|
284
|
+
Me as responseSchema,
|
|
285
|
+
Ka as richTextJsonDocSchema,
|
|
286
|
+
Wa as richTextSchema,
|
|
287
|
+
Ga as richTextVersionSchema,
|
|
288
|
+
tc as shopConfigurationSchema,
|
|
289
|
+
rc as shopExtraTimeSlotRuleSchema,
|
|
290
|
+
ac as shopOpeningDayIndexSchema,
|
|
291
|
+
cc as shopOpeningDaySchema,
|
|
292
|
+
nc as shopOpeningHoursOverrideSchema,
|
|
293
|
+
ic as shopOpeningHoursPeriodSchema,
|
|
294
|
+
mc as shopOpeningSlotSchema,
|
|
295
|
+
lo as shouldBlockStorefrontUnavailableItem,
|
|
296
|
+
$a as signedMoneyMinorSchema,
|
|
297
|
+
fo as storefrontAvailabilityProductSchema,
|
|
298
|
+
po as storefrontAvailabilityRequestSchema,
|
|
299
|
+
ho as storefrontAvailabilityResponseSchema,
|
|
300
|
+
go as storefrontAvailabilityScheduleSchema,
|
|
297
301
|
p as storefrontCheckoutModeSchema,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
302
|
+
we as storefrontCheckoutSubmitDeliveryRefinement,
|
|
303
|
+
ze as storefrontCheckoutSubmitItemSchema,
|
|
304
|
+
He as storefrontCheckoutSubmitRequestBaseSchema,
|
|
305
|
+
Ke as storefrontCheckoutSubmitRequestSchema,
|
|
306
|
+
We as storefrontCheckoutSubmitResponseSchema,
|
|
303
307
|
h as storefrontConfigurationSchema,
|
|
304
308
|
d as storefrontContentSchema,
|
|
305
|
-
|
|
309
|
+
Nr as storefrontEn,
|
|
306
310
|
g as storefrontFaqItemSchema,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
+
P as storefrontFaqSchema,
|
|
312
|
+
Vr as storefrontFr,
|
|
313
|
+
T as storefrontFulfillmentModeSchema,
|
|
314
|
+
Ro as storefrontImageRequestSchema,
|
|
311
315
|
x as storefrontLocalizedRichTextSchema,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
316
|
+
C as storefrontModalMessageSchema,
|
|
317
|
+
R as storefrontModulesSchema,
|
|
318
|
+
Je as storefrontProductsRequestSchema,
|
|
319
|
+
je as storefrontProductsResponseSchema,
|
|
320
|
+
Qe as storefrontPublicAccessoryProductSchema,
|
|
321
|
+
Po as storefrontPublicAvailabilityRecordSchema,
|
|
322
|
+
Xe as storefrontPublicBikeAvailabilityStatusSchema,
|
|
323
|
+
Ze as storefrontPublicBikeProductSchema,
|
|
324
|
+
$e as storefrontPublicProductDisplayModeSchema,
|
|
325
|
+
eo as storefrontPublicProductPriceSchema,
|
|
326
|
+
oo as storefrontPublicProductVariantAttributeSchema,
|
|
327
|
+
to as storefrontPublicProductVariantIdentifierSchema,
|
|
328
|
+
ro as storefrontPublicProductVariantSchema,
|
|
325
329
|
D as storefrontReviewsModuleSchema,
|
|
326
330
|
A as storefrontRichTextSchema,
|
|
327
|
-
|
|
331
|
+
zr as storefrontRoutes,
|
|
328
332
|
O as storefrontSettingsSchema,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
E as storefrontShopSchema,
|
|
334
|
+
b as storefrontStatusSchema,
|
|
335
|
+
Oo as storefrontTimeSlotJourneySchema,
|
|
336
|
+
Eo as storefrontTimeSlotSchema,
|
|
337
|
+
bo as storefrontTimeSlotsRequestSchema,
|
|
338
|
+
Bo as storefrontTimeSlotsResponseSchema,
|
|
335
339
|
B as storefrontWorkspaceSchema,
|
|
336
|
-
|
|
337
|
-
|
|
340
|
+
Sc as timeOfDaySchema,
|
|
341
|
+
Pe as toStorefrontAccessoryProducts,
|
|
338
342
|
Te as toStorefrontBikeProducts,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
+
xe as toStorefrontBookingProducts,
|
|
344
|
+
Ce as toStorefrontBookingProductsCollections,
|
|
345
|
+
kc as useBookingPeriod,
|
|
346
|
+
er as useFormField,
|
|
347
|
+
Lt as useOptionalStorefront,
|
|
348
|
+
Ut as useStorefront,
|
|
349
|
+
vt as useStorefrontBookingProducts,
|
|
343
350
|
ee as useStorefrontCart,
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
351
|
+
Nt as useStorefrontConfig,
|
|
352
|
+
qt as useStorefrontProducts,
|
|
353
|
+
Vt as useStorefrontWorkspaceLanguage,
|
|
354
|
+
rt as useWhatsAppFloatingButton,
|
|
355
|
+
la as validateBookingDeliveryAddress,
|
|
349
356
|
Q as writeBookingSearchParamsToSessionStorage,
|
|
350
357
|
X as writeBookingSearchParamsToStorage
|
|
351
358
|
};
|