@loczer/storefront-sdk 0.150.0 → 0.151.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/booking-period-time-slots.d.ts +19 -0
- package/dist/booking-period.d.ts +14 -0
- package/dist/checkoutSubmit.d.ts +36 -0
- package/dist/index.js +258 -256
- package/dist/lib/booking-period.d.ts +9 -0
- package/dist/lib/booking-period.js +168 -150
- package/dist/lib/checkoutSubmit.d.ts +34 -0
- package/dist/lib/checkoutSubmit.js +14 -12
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,331 +1,333 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
-
import { storefrontCheckoutModeSchema as
|
|
2
|
+
import { storefrontCheckoutModeSchema as p, storefrontConfigurationSchema as h, storefrontContentSchema as d, storefrontFaqItemSchema as g, storefrontFaqSchema as P, storefrontFulfillmentModeSchema as x, storefrontLocalizedRichTextSchema as D, storefrontModalMessageSchema as T, storefrontModulesSchema as C, storefrontReviewsModuleSchema as R, storefrontRichTextSchema as A, storefrontSettingsSchema as b, storefrontShopSchema as k, storefrontStatusSchema as y, storefrontWorkspaceSchema as O } from "./storefrontSchemas.js";
|
|
3
3
|
import { DEFAULT_STOREFRONT_PRESET as E, STOREFRONT_PRESETS as I, getStorefrontPreset as F } from "./data/config.js";
|
|
4
4
|
import { BOOKING_SEARCH_KEYS as M, TIME_OPTIONS as v, applyBookingParamsToSearch as L, createBookingPeriodConfigFromStorefrontConfiguration as U, getBookingDurationLabel as N, getBookingDurationMinutes as V, getBookingParamsFromSearch as q, getBookingSessionStorageKey as z, getDefaultBookingParams as H, getDefaultBookingParamsForStorefrontConfiguration as K, pickBookingSearchParams as W, readBookingSearchParamsFromSessionStorage as w, readBookingSearchParamsFromStorage as G, resolveBookingSearchParams as Y, resolveBookingSearchParamsFromSessionStorage as j, writeBookingSearchParamsToSessionStorage as J, writeBookingSearchParamsToStorage as Q } from "./lib/booking.js";
|
|
5
5
|
import { StorefrontCartProvider as Z, useStorefrontCart as $ } from "./lib/cart.js";
|
|
6
6
|
import { buildStorefrontCartSummary as oe } from "./lib/cartSummary.js";
|
|
7
7
|
import { buildStorefrontProductSlug as re, compareStorefrontAccessoryProducts as ae, compareStorefrontBikeProducts as ce, findStorefrontProduct as ne, findStorefrontProductBySlug as ie, getStorefrontBaseDailyRateMinor as me, getStorefrontCheckoutProductId as Se, getStorefrontRepresentedVariantId as se, toStorefrontAccessoryProducts as ue, toStorefrontBikeProducts as le } from "./lib/products.js";
|
|
8
|
-
import { buildDailyPriceRows as
|
|
9
|
-
import { formatPriceMinor as xe, getAvailabilityVariant as
|
|
8
|
+
import { buildDailyPriceRows as pe, buildPriceTierLabels as he, calculateDailyPriceForQuantity as de, formatStorefrontPriceMinor as ge } from "./lib/pricing.js";
|
|
9
|
+
import { formatPriceMinor as xe, getAvailabilityVariant as De, getMinDayPriceMinor as Te } from "./lib/utils.js";
|
|
10
10
|
import { ROUTE as Re, requestSchema as Ae, responseSchema as be } from "./lib/contactForm.js";
|
|
11
|
-
import { buildWhatsAppHref as
|
|
12
|
-
import { ROUTE as Ie,
|
|
13
|
-
import { ROUTE as
|
|
14
|
-
import { ROUTE as
|
|
15
|
-
import { ROUTE as
|
|
16
|
-
import { Layout as
|
|
17
|
-
import { Footer as
|
|
18
|
-
import { Header as
|
|
19
|
-
import { DelayedPlaceholder as
|
|
20
|
-
import { PlatformFooter as
|
|
21
|
-
import { PoweredByLoczerBadge as
|
|
11
|
+
import { buildWhatsAppHref as ye, resolveStorefrontWhatsAppContact as Oe, resolveStorefrontWhatsAppHref as Be } from "./lib/whatsapp.js";
|
|
12
|
+
import { ROUTE as Ie, requestDeliveryRefinement as Fe, requestCheckoutItemSchema as _e, requestBaseSchema as Me, requestSchema as ve, responseSchema as Le } from "./lib/checkoutSubmit.js";
|
|
13
|
+
import { ROUTE as Ne, requestSchema as Ve, responseSchema as qe, storefrontPublicAccessoryProductSchema as ze, storefrontPublicBikeAvailabilityStatusSchema as He, storefrontPublicBikeProductSchema as Ke, storefrontPublicProductDisplayModeSchema as We, storefrontPublicProductPriceSchema as we, storefrontPublicProductVariantAttributeSchema as Ge, storefrontPublicProductVariantIdentifierSchema as Ye, storefrontPublicProductVariantSchema as je } from "./lib/storefrontProducts.js";
|
|
14
|
+
import { ROUTE as Qe, buildStorefrontAvailabilityKey as Xe, doesStorefrontAvailabilityDisplaySoldOut as Ze, getStorefrontAvailabilityIssue as $e, getStorefrontAvailabilityStatus as eo, isStorefrontAvailabilityInsufficient as oo, publicAvailabilityDisplayModeSchema as to, shouldBlockStorefrontUnavailableItem as ro, storefrontAvailabilityProductSchema as ao, requestSchema as co, responseSchema as no, storefrontAvailabilityScheduleSchema as io, storefrontPublicAvailabilityRecordSchema as mo } from "./lib/storefrontAvailability.js";
|
|
15
|
+
import { ROUTE as so, buildStorefrontImageUrl as uo, requestSchema as lo } from "./lib/storefrontImage.js";
|
|
16
|
+
import { Layout as po } from "./components/Layout/index.js";
|
|
17
|
+
import { Footer as go } from "./components/Footer/index.js";
|
|
18
|
+
import { Header as xo } from "./components/Header/index.js";
|
|
19
|
+
import { DelayedPlaceholder as To, DelayedReveal as Co } from "./components/DelayedReveal/index.js";
|
|
20
|
+
import { PlatformFooter as Ao } from "./components/PlatformFooter/index.js";
|
|
21
|
+
import { PoweredByLoczerBadge as ko } from "./components/PoweredByLoczerBadge/index.js";
|
|
22
22
|
import { BookingPeriodSelector as Oo } from "./components/BookingPeriodSelector/index.js";
|
|
23
|
-
import { BookingFlowSteps as
|
|
24
|
-
import { DeliveryAddressSelector as
|
|
25
|
-
import { ContactSection as
|
|
26
|
-
import { TestimonialsSection as
|
|
27
|
-
import { AboutSection as
|
|
28
|
-
import { WhatsAppFloatingButton as
|
|
29
|
-
import { useWhatsAppFloatingButton as
|
|
30
|
-
import { StepSectionTitle as
|
|
31
|
-
import { StorefrontCartPanel as
|
|
32
|
-
import { ProductPriceBadge as
|
|
33
|
-
import { ProductWarningNotice as
|
|
34
|
-
import { ContractSaleDocument as
|
|
23
|
+
import { BookingFlowSteps as Eo } from "./components/BookingFlowSteps/index.js";
|
|
24
|
+
import { DeliveryAddressSelector as Fo } from "./components/DeliveryAddressSelector/index.js";
|
|
25
|
+
import { ContactSection as Mo } from "./components/ContactSection/index.js";
|
|
26
|
+
import { TestimonialsSection as Lo } from "./components/TestimonialsSection/index.js";
|
|
27
|
+
import { AboutSection as No } from "./components/AboutSection/index.js";
|
|
28
|
+
import { WhatsAppFloatingButton as qo } from "./components/WhatsAppFloatingButton/WhatsAppFloatingButton.js";
|
|
29
|
+
import { useWhatsAppFloatingButton as Ho } from "./components/WhatsAppFloatingButton/useWhatsAppFloatingButton.js";
|
|
30
|
+
import { StepSectionTitle as Wo } from "./components/StepSectionTitle/index.js";
|
|
31
|
+
import { StorefrontCartPanel as Go } from "./components/StorefrontCartPanel/index.js";
|
|
32
|
+
import { ProductPriceBadge as jo } from "./components/ProductPriceBadge/index.js";
|
|
33
|
+
import { ProductWarningNotice as Qo } from "./components/ProductWarningNotice/index.js";
|
|
34
|
+
import { ContractSaleDocument as Zo } from "./components/ContractSaleDocument/Invoice.js";
|
|
35
35
|
import "react/jsx-runtime";
|
|
36
36
|
import "react";
|
|
37
37
|
import "@rpcbase/client";
|
|
38
38
|
import "@rpcbase/router";
|
|
39
|
-
import { cn as
|
|
39
|
+
import { cn as et } from "@rpcbase/ui";
|
|
40
40
|
import "lucide-react";
|
|
41
41
|
import "react-i18next";
|
|
42
|
-
import { getLocalizedEntry as
|
|
43
|
-
import { Badge as
|
|
44
|
-
import { Button as
|
|
45
|
-
import { Card as
|
|
46
|
-
import { loader as
|
|
47
|
-
import { RadioGroup as
|
|
42
|
+
import { getLocalizedEntry as tt, getLocalizedValue as rt } from "./localization.js";
|
|
43
|
+
import { Badge as ct, badgeVariants as nt } from "./ui/badge.js";
|
|
44
|
+
import { Button as mt, buttonVariants as St } from "./ui/button.js";
|
|
45
|
+
import { Card as ut, CardAction as lt, CardContent as ft, CardDescription as pt, CardFooter as ht, CardHeader as dt, CardTitle as gt } from "./ui/card.js";
|
|
46
|
+
import { loader as xt, useOptionalStorefront as Dt, useStorefront as Tt, useStorefrontConfig as Ct, useStorefrontProducts as Rt, useStorefrontWorkspaceLanguage as At } from "./StorefrontProvider.js";
|
|
47
|
+
import { RadioGroup as kt, RadioGroupItem as yt } from "./ui/radio-group.js";
|
|
48
48
|
import "./chunks/pkg/ui/dist/ResponsiveDialog-D8YzB_3J.js";
|
|
49
|
-
import { Input as
|
|
49
|
+
import { Input as Bt } from "./ui/input.js";
|
|
50
50
|
import "@rpcbase/form";
|
|
51
51
|
import "./lib/checkoutPaymentDecision.js";
|
|
52
52
|
import "./lib/checkoutVerifyCoupon.js";
|
|
53
|
-
import { Form as
|
|
54
|
-
import { Textarea as
|
|
53
|
+
import { Form as It, FormControl as Ft, FormDescription as _t, FormField as Mt, FormItem as vt, FormLabel as Lt, FormMessage as Ut, useFormField as Nt } from "./ui/form.js";
|
|
54
|
+
import { Textarea as qt } from "./ui/textarea.js";
|
|
55
55
|
import "./pages/checkout/types.js";
|
|
56
|
-
import { accessories as
|
|
57
|
-
import { default as
|
|
58
|
-
import { contractSaleDocumentAcceptanceLevelSchema as
|
|
59
|
-
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as
|
|
60
|
-
import { storefront as
|
|
61
|
-
import { storefront as
|
|
62
|
-
import { default as
|
|
56
|
+
import { accessories as Ht } from "./data/accessories.js";
|
|
57
|
+
import { default as Wt } from "./data/bikes.js";
|
|
58
|
+
import { contractSaleDocumentAcceptanceLevelSchema as Gt, contractSaleDocumentAcceptanceRecordSchema as Yt, contractSaleDocumentAcceptanceSchema as jt, contractSaleDocumentAddressSchema as Jt, contractSaleDocumentContactSchema as Qt, contractSaleDocumentKindSchema as Xt, contractSaleDocumentLanguageCodeSchema as Zt, contractSaleDocumentLanguageSchema as $t, contractSaleDocumentLineItemSchema as er, contractSaleDocumentSchema as or, contractSaleDocumentSignatureSchema as tr } from "./lib/contractSaleDocument.js";
|
|
59
|
+
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as ar, DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE as cr, GET_CONTRACT_SALE_DOCUMENT_ROUTE as nr, acceptContractSaleDocumentRequestSchema as ir, acceptContractSaleDocumentResponseSchema as mr, contractSaleDocumentAcceptanceInputSchema as Sr, contractSaleDocumentAcceptanceRecordInputSchema as sr, contractSaleDocumentApiAcceptanceRecordSchema as ur, contractSaleDocumentApiAcceptanceSchema as lr, contractSaleDocumentApiSchema as fr, contractSaleDocumentApiSignatureSchema as pr, contractSaleDocumentReferenceSchema as hr, contractSaleDocumentReferenceTypeSchema as dr, contractSaleDocumentSignatureInputSchema as gr, downloadContractSaleDocumentPdfRequestSchema as Pr, getContractSaleDocumentRequestSchema as xr, getContractSaleDocumentResponseSchema as Dr } from "./lib/contractSaleDocumentApi.js";
|
|
60
|
+
import { storefront as Cr } from "./i18n/en.js";
|
|
61
|
+
import { storefront as Ar } from "./i18n/fr.js";
|
|
62
|
+
import { default as kr } from "./routes.js";
|
|
63
63
|
import { Label as Or } from "./ui/label.js";
|
|
64
|
-
import { Select as
|
|
65
|
-
import { bookingCustomerInputSchema as
|
|
66
|
-
import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as
|
|
67
|
-
import { createLocalizedStringEntry as
|
|
68
|
-
import { priceSchema as
|
|
69
|
-
import { baseAssetSchema as
|
|
70
|
-
import { baseBookingItemSchema as
|
|
71
|
-
import { richTextJsonDocSchema as
|
|
72
|
-
import { currencyCodeSchema as
|
|
73
|
-
import { isoDateSchema as
|
|
74
|
-
import { fulfillmentModeSchema as
|
|
75
|
-
import { DEFAULT_PAYMENT_POLICIES as
|
|
76
|
-
import { BookingEndDateField as
|
|
77
|
-
import { BookingEndTimeField as
|
|
78
|
-
import { BookingPeriodProvider as
|
|
79
|
-
import { BookingStartDateField as
|
|
80
|
-
import { BookingStartTimeField as
|
|
64
|
+
import { Select as Er, SelectContent as Ir, SelectGroup as Fr, SelectItem as _r, SelectLabel as Mr, SelectScrollDownButton as vr, SelectScrollUpButton as Lr, SelectSeparator as Ur, SelectTrigger as Nr, SelectValue as Vr } from "./ui/select.js";
|
|
65
|
+
import { bookingCustomerInputSchema as zr, bookingDeliveryOptionSchema as Hr, bookingScheduleInputSchema as Kr, cartItemInputSchema as Wr, createBookingInputBaseSchema as wr, createBookingInputSchema as Gr, validateBookingDeliveryAddress as Yr } from "./chunks/pkg/booking-engine/dist/schemas/cart-inputs-DYgEGJ5M.js";
|
|
66
|
+
import { PRODUCT_VARIANT_CODE_IDENTIFIER_KIND as Jr, PRODUCT_VARIANT_CODE_MAX_LENGTH as Qr, accessoryProductSchema as Xr, bikeProductSchema as Zr, eBikeProductSchema as $r, isProductVariantCodeIdentifierKind as ea, productKindSchema as oa, productSchema as ta, productStorefrontDisplayModeSchema as ra, productVariantAttributeSchema as aa, productVariantCodeSchema as ca, productVariantIdentifierSchema as na, productVariantSchema as ia } from "./chunks/pkg/booking-engine/dist/models/Product.shared-BiDGmurZ.js";
|
|
67
|
+
import { createLocalizedStringEntry as Sa, getLocalizedStringValue as sa, localizedStringArraySchema as ua, localizedStringEntrySchema as la, localizedStringSchema as fa } from "./chunks/pkg/booking-engine/dist/models/LocalizedString--6q77SPQ.js";
|
|
68
|
+
import { priceSchema as ha, priceUnitSchema as da } from "./chunks/pkg/booking-engine/dist/models/Price-BlFRDHXV.js";
|
|
69
|
+
import { baseAssetSchema as Pa, baseAssetStatusSchema as xa } from "./chunks/pkg/booking-engine/dist/schemas/base-asset-GJ9eIvIL.js";
|
|
70
|
+
import { baseBookingItemSchema as Ta, baseBookingSchema as Ca, baseBookingStateSchema as Ra } from "./chunks/pkg/booking-engine/dist/schemas/base-booking-D9k8ehGi.js";
|
|
71
|
+
import { richTextJsonDocSchema as ba, richTextSchema as ka, richTextVersionSchema as ya } from "./chunks/pkg/booking-engine/dist/schemas/rich-text-CqXhNDN3.js";
|
|
72
|
+
import { currencyCodeSchema as Ba, currencyMinorUnitDigits as Ea, majorToMinor as Ia, minorToMajor as Fa, moneyMinorSchema as _a, signedMoneyMinorSchema as Ma } from "./chunks/pkg/booking-engine/dist/schemas/money-Dy4b9loa.js";
|
|
73
|
+
import { isoDateSchema as La, shopConfigurationSchema as Ua, shopOpeningDayIndexSchema as Na, shopOpeningDaySchema as Va, shopOpeningHoursOverrideSchema as qa, shopOpeningHoursPeriodSchema as za, shopOpeningSlotSchema as Ha, timeOfDaySchema as Ka } from "./chunks/pkg/booking-engine/dist/schemas/shop-opening-hours-B47MMaoD.js";
|
|
74
|
+
import { fulfillmentModeSchema as wa, publicBookingEngineConfigurationSchema as Ga, publicCheckoutConfigurationSchema as Ya, publicCheckoutDynamicOptionsSchema as ja } from "./chunks/pkg/booking-engine/dist/schemas/public-booking-engine-configuration-C9VB-WhU.js";
|
|
75
|
+
import { DEFAULT_PAYMENT_POLICIES as Qa, paymentPoliciesSchema as Xa } from "./chunks/pkg/booking-engine/dist/schemas/booking-engine-configuration-CnBdp3jk.js";
|
|
76
|
+
import { BookingEndDateField as $a } from "./components/BookingPeriodSelector/components/BookingEndDateField.js";
|
|
77
|
+
import { BookingEndTimeField as oc } from "./components/BookingPeriodSelector/components/BookingEndTimeField.js";
|
|
78
|
+
import { BookingPeriodProvider as rc, useBookingPeriod as ac } from "./components/BookingPeriodSelector/BookingPeriodContext.js";
|
|
79
|
+
import { BookingStartDateField as nc } from "./components/BookingPeriodSelector/components/BookingStartDateField.js";
|
|
80
|
+
import { BookingStartTimeField as mc } from "./components/BookingPeriodSelector/components/BookingStartTimeField.js";
|
|
81
81
|
export {
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
ar as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE,
|
|
83
|
+
No as AboutSection,
|
|
84
84
|
M as BOOKING_SEARCH_KEYS,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
85
|
+
ct as Badge,
|
|
86
|
+
$a as BookingEndDateField,
|
|
87
|
+
oc as BookingEndTimeField,
|
|
88
|
+
Eo as BookingFlowSteps,
|
|
89
|
+
rc as BookingPeriodProvider,
|
|
90
90
|
Oo as BookingPeriodSelector,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
91
|
+
nc as BookingStartDateField,
|
|
92
|
+
mc as BookingStartTimeField,
|
|
93
|
+
mt as Button,
|
|
94
|
+
ut as Card,
|
|
95
|
+
lt as CardAction,
|
|
96
|
+
ft as CardContent,
|
|
97
|
+
pt as CardDescription,
|
|
98
|
+
ht as CardFooter,
|
|
99
|
+
dt as CardHeader,
|
|
100
|
+
gt as CardTitle,
|
|
101
|
+
Mo as ContactSection,
|
|
102
|
+
Zo as ContractSaleDocument,
|
|
103
|
+
Qa as DEFAULT_PAYMENT_POLICIES,
|
|
104
104
|
E as DEFAULT_STOREFRONT_PRESET,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
105
|
+
cr as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE,
|
|
106
|
+
To as DelayedPlaceholder,
|
|
107
|
+
Co as DelayedReveal,
|
|
108
|
+
Fo as DeliveryAddressSelector,
|
|
109
|
+
go as Footer,
|
|
110
|
+
It as Form,
|
|
111
|
+
Ft as FormControl,
|
|
112
|
+
_t as FormDescription,
|
|
113
|
+
Mt as FormField,
|
|
114
|
+
vt as FormItem,
|
|
115
|
+
Lt as FormLabel,
|
|
116
|
+
Ut as FormMessage,
|
|
117
|
+
nr as GET_CONTRACT_SALE_DOCUMENT_ROUTE,
|
|
118
|
+
xo as Header,
|
|
119
|
+
Bt as Input,
|
|
120
120
|
Or as Label,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
121
|
+
po as Layout,
|
|
122
|
+
Jr as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND,
|
|
123
|
+
Qr as PRODUCT_VARIANT_CODE_MAX_LENGTH,
|
|
124
|
+
Ao as PlatformFooter,
|
|
125
|
+
ko as PoweredByLoczerBadge,
|
|
126
|
+
jo as ProductPriceBadge,
|
|
127
|
+
Qo as ProductWarningNotice,
|
|
128
128
|
Re as ROUTE,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
kt as RadioGroup,
|
|
130
|
+
yt as RadioGroupItem,
|
|
131
|
+
Qe as STOREFRONT_AVAILABILITY_ROUTE,
|
|
132
132
|
Ie as STOREFRONT_CHECKOUT_SUBMIT_ROUTE,
|
|
133
|
-
|
|
133
|
+
so as STOREFRONT_IMAGE_ROUTE,
|
|
134
134
|
I as STOREFRONT_PRESETS,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
135
|
+
Ne as STOREFRONT_PRODUCTS_ROUTE,
|
|
136
|
+
Er as Select,
|
|
137
|
+
Ir as SelectContent,
|
|
138
|
+
Fr as SelectGroup,
|
|
139
|
+
_r as SelectItem,
|
|
140
|
+
Mr as SelectLabel,
|
|
141
|
+
vr as SelectScrollDownButton,
|
|
142
|
+
Lr as SelectScrollUpButton,
|
|
143
|
+
Ur as SelectSeparator,
|
|
144
|
+
Nr as SelectTrigger,
|
|
145
|
+
Vr as SelectValue,
|
|
146
|
+
Wo as StepSectionTitle,
|
|
147
|
+
Go as StorefrontCartPanel,
|
|
148
148
|
Z as StorefrontCartProvider,
|
|
149
149
|
v as TIME_OPTIONS,
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
Lo as TestimonialsSection,
|
|
151
|
+
qt as Textarea,
|
|
152
|
+
qo as WhatsAppFloatingButton,
|
|
153
|
+
ir as acceptContractSaleDocumentRequestSchema,
|
|
154
|
+
mr as acceptContractSaleDocumentResponseSchema,
|
|
155
|
+
Ht as accessories,
|
|
156
|
+
Xr as accessoryProductSchema,
|
|
157
157
|
L as applyBookingParamsToSearch,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
158
|
+
nt as badgeVariants,
|
|
159
|
+
Pa as baseAssetSchema,
|
|
160
|
+
xa as baseAssetStatusSchema,
|
|
161
|
+
Ta as baseBookingItemSchema,
|
|
162
|
+
Ca as baseBookingSchema,
|
|
163
|
+
Ra as baseBookingStateSchema,
|
|
164
|
+
Zr as bikeProductSchema,
|
|
165
|
+
Wt as bikes,
|
|
166
|
+
zr as bookingCustomerInputSchema,
|
|
167
|
+
Hr as bookingDeliveryOptionSchema,
|
|
168
|
+
Kr as bookingScheduleInputSchema,
|
|
169
|
+
pe as buildDailyPriceRows,
|
|
170
170
|
he as buildPriceTierLabels,
|
|
171
|
-
|
|
171
|
+
Xe as buildStorefrontAvailabilityKey,
|
|
172
172
|
oe as buildStorefrontCartSummary,
|
|
173
|
-
|
|
173
|
+
uo as buildStorefrontImageUrl,
|
|
174
174
|
re as buildStorefrontProductSlug,
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
ye as buildWhatsAppHref,
|
|
176
|
+
St as buttonVariants,
|
|
177
177
|
de as calculateDailyPriceForQuantity,
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
Wr as cartItemInputSchema,
|
|
179
|
+
et as cn,
|
|
180
180
|
ae as compareStorefrontAccessoryProducts,
|
|
181
181
|
ce as compareStorefrontBikeProducts,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
182
|
+
Sr as contractSaleDocumentAcceptanceInputSchema,
|
|
183
|
+
Gt as contractSaleDocumentAcceptanceLevelSchema,
|
|
184
|
+
sr as contractSaleDocumentAcceptanceRecordInputSchema,
|
|
185
|
+
Yt as contractSaleDocumentAcceptanceRecordSchema,
|
|
186
|
+
jt as contractSaleDocumentAcceptanceSchema,
|
|
187
|
+
Jt as contractSaleDocumentAddressSchema,
|
|
188
|
+
ur as contractSaleDocumentApiAcceptanceRecordSchema,
|
|
189
|
+
lr as contractSaleDocumentApiAcceptanceSchema,
|
|
190
|
+
fr as contractSaleDocumentApiSchema,
|
|
191
|
+
pr as contractSaleDocumentApiSignatureSchema,
|
|
192
|
+
Qt as contractSaleDocumentContactSchema,
|
|
193
|
+
Xt as contractSaleDocumentKindSchema,
|
|
194
|
+
Zt as contractSaleDocumentLanguageCodeSchema,
|
|
195
|
+
$t as contractSaleDocumentLanguageSchema,
|
|
196
|
+
er as contractSaleDocumentLineItemSchema,
|
|
197
|
+
hr as contractSaleDocumentReferenceSchema,
|
|
198
|
+
dr as contractSaleDocumentReferenceTypeSchema,
|
|
199
|
+
or as contractSaleDocumentSchema,
|
|
200
|
+
gr as contractSaleDocumentSignatureInputSchema,
|
|
201
|
+
tr as contractSaleDocumentSignatureSchema,
|
|
202
|
+
wr as createBookingInputBaseSchema,
|
|
203
|
+
Gr as createBookingInputSchema,
|
|
204
204
|
U as createBookingPeriodConfigFromStorefrontConfiguration,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
205
|
+
Sa as createLocalizedStringEntry,
|
|
206
|
+
Ba as currencyCodeSchema,
|
|
207
|
+
Ea as currencyMinorUnitDigits,
|
|
208
|
+
Ze as doesStorefrontAvailabilityDisplaySoldOut,
|
|
209
|
+
Pr as downloadContractSaleDocumentPdfRequestSchema,
|
|
210
|
+
$r as eBikeProductSchema,
|
|
211
211
|
ne as findStorefrontProduct,
|
|
212
212
|
ie as findStorefrontProductBySlug,
|
|
213
213
|
xe as formatPriceMinor,
|
|
214
214
|
ge as formatStorefrontPriceMinor,
|
|
215
|
-
|
|
216
|
-
|
|
215
|
+
wa as fulfillmentModeSchema,
|
|
216
|
+
De as getAvailabilityVariant,
|
|
217
217
|
N as getBookingDurationLabel,
|
|
218
218
|
V as getBookingDurationMinutes,
|
|
219
219
|
q as getBookingParamsFromSearch,
|
|
220
220
|
z as getBookingSessionStorageKey,
|
|
221
|
-
|
|
222
|
-
|
|
221
|
+
xr as getContractSaleDocumentRequestSchema,
|
|
222
|
+
Dr as getContractSaleDocumentResponseSchema,
|
|
223
223
|
H as getDefaultBookingParams,
|
|
224
224
|
K as getDefaultBookingParamsForStorefrontConfiguration,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
225
|
+
tt as getLocalizedEntry,
|
|
226
|
+
sa as getLocalizedStringValue,
|
|
227
|
+
rt as getLocalizedValue,
|
|
228
|
+
Te as getMinDayPriceMinor,
|
|
229
|
+
$e as getStorefrontAvailabilityIssue,
|
|
230
|
+
eo as getStorefrontAvailabilityStatus,
|
|
231
231
|
me as getStorefrontBaseDailyRateMinor,
|
|
232
232
|
Se as getStorefrontCheckoutProductId,
|
|
233
233
|
F as getStorefrontPreset,
|
|
234
234
|
se as getStorefrontRepresentedVariantId,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
235
|
+
ea as isProductVariantCodeIdentifierKind,
|
|
236
|
+
oo as isStorefrontAvailabilityInsufficient,
|
|
237
|
+
La as isoDateSchema,
|
|
238
|
+
xt as loader,
|
|
239
|
+
ua as localizedStringArraySchema,
|
|
240
|
+
la as localizedStringEntrySchema,
|
|
241
|
+
fa as localizedStringSchema,
|
|
242
|
+
Ia as majorToMinor,
|
|
243
|
+
Fa as minorToMajor,
|
|
244
|
+
_a as moneyMinorSchema,
|
|
245
|
+
Xa as paymentPoliciesSchema,
|
|
246
246
|
W as pickBookingSearchParams,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
247
|
+
ha as priceSchema,
|
|
248
|
+
da as priceUnitSchema,
|
|
249
|
+
oa as productKindSchema,
|
|
250
|
+
ta as productSchema,
|
|
251
|
+
ra as productStorefrontDisplayModeSchema,
|
|
252
|
+
aa as productVariantAttributeSchema,
|
|
253
|
+
ca as productVariantCodeSchema,
|
|
254
|
+
na as productVariantIdentifierSchema,
|
|
255
|
+
ia as productVariantSchema,
|
|
256
|
+
to as publicAvailabilityDisplayModeSchema,
|
|
257
|
+
Ga as publicBookingEngineConfigurationSchema,
|
|
258
|
+
Ya as publicCheckoutConfigurationSchema,
|
|
259
|
+
ja as publicCheckoutDynamicOptionsSchema,
|
|
260
260
|
w as readBookingSearchParamsFromSessionStorage,
|
|
261
261
|
G as readBookingSearchParamsFromStorage,
|
|
262
262
|
Ae as requestSchema,
|
|
263
263
|
Y as resolveBookingSearchParams,
|
|
264
264
|
j as resolveBookingSearchParamsFromSessionStorage,
|
|
265
|
-
|
|
265
|
+
Oe as resolveStorefrontWhatsAppContact,
|
|
266
266
|
Be as resolveStorefrontWhatsAppHref,
|
|
267
267
|
be as responseSchema,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
Fe as
|
|
285
|
-
_e as
|
|
286
|
-
Me as
|
|
268
|
+
ba as richTextJsonDocSchema,
|
|
269
|
+
ka as richTextSchema,
|
|
270
|
+
ya as richTextVersionSchema,
|
|
271
|
+
Ua as shopConfigurationSchema,
|
|
272
|
+
Na as shopOpeningDayIndexSchema,
|
|
273
|
+
Va as shopOpeningDaySchema,
|
|
274
|
+
qa as shopOpeningHoursOverrideSchema,
|
|
275
|
+
za as shopOpeningHoursPeriodSchema,
|
|
276
|
+
Ha as shopOpeningSlotSchema,
|
|
277
|
+
ro as shouldBlockStorefrontUnavailableItem,
|
|
278
|
+
Ma as signedMoneyMinorSchema,
|
|
279
|
+
ao as storefrontAvailabilityProductSchema,
|
|
280
|
+
co as storefrontAvailabilityRequestSchema,
|
|
281
|
+
no as storefrontAvailabilityResponseSchema,
|
|
282
|
+
io as storefrontAvailabilityScheduleSchema,
|
|
283
|
+
p as storefrontCheckoutModeSchema,
|
|
284
|
+
Fe as storefrontCheckoutSubmitDeliveryRefinement,
|
|
285
|
+
_e as storefrontCheckoutSubmitItemSchema,
|
|
286
|
+
Me as storefrontCheckoutSubmitRequestBaseSchema,
|
|
287
|
+
ve as storefrontCheckoutSubmitRequestSchema,
|
|
288
|
+
Le as storefrontCheckoutSubmitResponseSchema,
|
|
287
289
|
h as storefrontConfigurationSchema,
|
|
288
290
|
d as storefrontContentSchema,
|
|
289
|
-
|
|
291
|
+
Cr as storefrontEn,
|
|
290
292
|
g as storefrontFaqItemSchema,
|
|
291
293
|
P as storefrontFaqSchema,
|
|
292
|
-
|
|
294
|
+
Ar as storefrontFr,
|
|
293
295
|
x as storefrontFulfillmentModeSchema,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
lo as storefrontImageRequestSchema,
|
|
297
|
+
D as storefrontLocalizedRichTextSchema,
|
|
298
|
+
T as storefrontModalMessageSchema,
|
|
297
299
|
C as storefrontModulesSchema,
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
300
|
+
Ve as storefrontProductsRequestSchema,
|
|
301
|
+
qe as storefrontProductsResponseSchema,
|
|
302
|
+
ze as storefrontPublicAccessoryProductSchema,
|
|
303
|
+
mo as storefrontPublicAvailabilityRecordSchema,
|
|
304
|
+
He as storefrontPublicBikeAvailabilityStatusSchema,
|
|
305
|
+
Ke as storefrontPublicBikeProductSchema,
|
|
306
|
+
We as storefrontPublicProductDisplayModeSchema,
|
|
307
|
+
we as storefrontPublicProductPriceSchema,
|
|
308
|
+
Ge as storefrontPublicProductVariantAttributeSchema,
|
|
309
|
+
Ye as storefrontPublicProductVariantIdentifierSchema,
|
|
310
|
+
je as storefrontPublicProductVariantSchema,
|
|
309
311
|
R as storefrontReviewsModuleSchema,
|
|
310
312
|
A as storefrontRichTextSchema,
|
|
311
|
-
|
|
313
|
+
kr as storefrontRoutes,
|
|
312
314
|
b as storefrontSettingsSchema,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
k as storefrontShopSchema,
|
|
316
|
+
y as storefrontStatusSchema,
|
|
317
|
+
O as storefrontWorkspaceSchema,
|
|
318
|
+
Ka as timeOfDaySchema,
|
|
317
319
|
ue as toStorefrontAccessoryProducts,
|
|
318
320
|
le as toStorefrontBikeProducts,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
ac as useBookingPeriod,
|
|
322
|
+
Nt as useFormField,
|
|
323
|
+
Dt as useOptionalStorefront,
|
|
324
|
+
Tt as useStorefront,
|
|
323
325
|
$ as useStorefrontCart,
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
326
|
+
Ct as useStorefrontConfig,
|
|
327
|
+
Rt as useStorefrontProducts,
|
|
328
|
+
At as useStorefrontWorkspaceLanguage,
|
|
329
|
+
Ho as useWhatsAppFloatingButton,
|
|
330
|
+
Yr as validateBookingDeliveryAddress,
|
|
329
331
|
J as writeBookingSearchParamsToSessionStorage,
|
|
330
332
|
Q as writeBookingSearchParamsToStorage
|
|
331
333
|
};
|