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