@loczer/storefront-sdk 0.226.0 → 0.227.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/chunks/pkg/booking-engine/dist/{schemas-DGn2a1my.js → schemas-DW5gdDYz.js} +4 -3
- package/dist/chunks/pkg/booking-engine/dist/utils/opening-hours-period-TCyLhzZw.js +82 -0
- package/dist/components/ContractSaleDocument/InvoiceDetails.d.ts.map +1 -1
- package/dist/components/ContractSaleDocument/InvoiceDetails.js +83 -28
- package/dist/components/Footer/businessHoursStatus.d.ts.map +1 -1
- package/dist/components/Footer/businessHoursStatus.js +21 -36
- package/dist/components/Footer/businessHoursUtils.d.ts.map +1 -1
- package/dist/components/Footer/businessHoursUtils.js +2 -1
- package/dist/i18n/en.d.ts +6 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +6 -0
- package/dist/i18n/fr.d.ts +6 -0
- package/dist/i18n/fr.d.ts.map +1 -1
- package/dist/i18n/fr.js +6 -0
- package/dist/index.d.ts +144 -0
- package/dist/index.js +75 -74
- package/dist/lib/booking-period.d.ts.map +1 -1
- package/dist/lib/booking-period.js +120 -138
- package/dist/lib/booking.js +1 -1
- package/dist/lib/checkoutSubmit.js +1 -1
- package/dist/lib/contractSaleDocument.d.ts +41 -0
- package/dist/lib/contractSaleDocument.d.ts.map +1 -1
- package/dist/lib/contractSaleDocument.js +40 -30
- package/dist/lib/contractSaleDocumentApi.d.ts +60 -0
- package/dist/lib/contractSaleDocumentApi.d.ts.map +1 -1
- package/dist/pages/ContractSaleDocumentPage.d.ts +20 -0
- package/dist/pages/ContractSaleDocumentPage.d.ts.map +1 -1
- package/dist/storefront.css +1 -1
- package/dist/storefrontSchemas.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -91,6 +91,16 @@ export declare const acceptContractSaleDocumentResponseSchema: z.ZodObject<{
|
|
|
91
91
|
}, z.core.$strict>>;
|
|
92
92
|
email: z.ZodOptional<z.ZodString>;
|
|
93
93
|
phone: z.ZodOptional<z.ZodString>;
|
|
94
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
95
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
96
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
97
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
98
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
99
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
100
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
101
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
102
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
103
|
+
}, z.core.$strict>>;
|
|
94
104
|
}, z.core.$strip>;
|
|
95
105
|
recipient: z.ZodObject<{
|
|
96
106
|
name: z.ZodString;
|
|
@@ -115,6 +125,16 @@ export declare const acceptContractSaleDocumentResponseSchema: z.ZodObject<{
|
|
|
115
125
|
}, z.core.$strict>>;
|
|
116
126
|
email: z.ZodOptional<z.ZodString>;
|
|
117
127
|
phone: z.ZodOptional<z.ZodString>;
|
|
128
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
129
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
130
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
131
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
132
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
133
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
134
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
135
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
136
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
137
|
+
}, z.core.$strict>>;
|
|
118
138
|
}, z.core.$strip>;
|
|
119
139
|
items: z.ZodArray<z.ZodObject<{
|
|
120
140
|
id: z.ZodNumber;
|
|
@@ -1146,6 +1166,16 @@ export declare const contractSaleDocumentApiSchema: z.ZodObject<{
|
|
|
1146
1166
|
}, z.core.$strict>>;
|
|
1147
1167
|
email: z.ZodOptional<z.ZodString>;
|
|
1148
1168
|
phone: z.ZodOptional<z.ZodString>;
|
|
1169
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1170
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1171
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1172
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1173
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1174
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1175
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1176
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1177
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1178
|
+
}, z.core.$strict>>;
|
|
1149
1179
|
}, z.core.$strip>;
|
|
1150
1180
|
recipient: z.ZodObject<{
|
|
1151
1181
|
name: z.ZodString;
|
|
@@ -1170,6 +1200,16 @@ export declare const contractSaleDocumentApiSchema: z.ZodObject<{
|
|
|
1170
1200
|
}, z.core.$strict>>;
|
|
1171
1201
|
email: z.ZodOptional<z.ZodString>;
|
|
1172
1202
|
phone: z.ZodOptional<z.ZodString>;
|
|
1203
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1204
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1205
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1206
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1207
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1208
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1209
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1210
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1211
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1212
|
+
}, z.core.$strict>>;
|
|
1173
1213
|
}, z.core.$strip>;
|
|
1174
1214
|
items: z.ZodArray<z.ZodObject<{
|
|
1175
1215
|
id: z.ZodNumber;
|
|
@@ -1293,6 +1333,16 @@ export declare const contractSaleDocumentContactSchema: z.ZodObject<{
|
|
|
1293
1333
|
}, z.core.$strict>>;
|
|
1294
1334
|
email: z.ZodOptional<z.ZodString>;
|
|
1295
1335
|
phone: z.ZodOptional<z.ZodString>;
|
|
1336
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1337
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1338
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1339
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1340
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1341
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1342
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1343
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1344
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1345
|
+
}, z.core.$strict>>;
|
|
1296
1346
|
}, z.core.$strip>;
|
|
1297
1347
|
|
|
1298
1348
|
export declare type ContractSaleDocumentData = z.infer<typeof contractSaleDocumentSchema>;
|
|
@@ -1428,6 +1478,16 @@ export declare const contractSaleDocumentSchema: z.ZodObject<{
|
|
|
1428
1478
|
}, z.core.$strict>>;
|
|
1429
1479
|
email: z.ZodOptional<z.ZodString>;
|
|
1430
1480
|
phone: z.ZodOptional<z.ZodString>;
|
|
1481
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1482
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1483
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1484
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1485
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1486
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1487
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1488
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1489
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1490
|
+
}, z.core.$strict>>;
|
|
1431
1491
|
}, z.core.$strip>;
|
|
1432
1492
|
recipient: z.ZodObject<{
|
|
1433
1493
|
name: z.ZodString;
|
|
@@ -1452,6 +1512,16 @@ export declare const contractSaleDocumentSchema: z.ZodObject<{
|
|
|
1452
1512
|
}, z.core.$strict>>;
|
|
1453
1513
|
email: z.ZodOptional<z.ZodString>;
|
|
1454
1514
|
phone: z.ZodOptional<z.ZodString>;
|
|
1515
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1516
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1517
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1521
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1522
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1523
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1524
|
+
}, z.core.$strict>>;
|
|
1455
1525
|
}, z.core.$strip>;
|
|
1456
1526
|
items: z.ZodArray<z.ZodObject<{
|
|
1457
1527
|
id: z.ZodNumber;
|
|
@@ -1890,6 +1960,16 @@ export declare const getContractSaleDocumentResponseSchema: z.ZodObject<{
|
|
|
1890
1960
|
}, z.core.$strict>>;
|
|
1891
1961
|
email: z.ZodOptional<z.ZodString>;
|
|
1892
1962
|
phone: z.ZodOptional<z.ZodString>;
|
|
1963
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1964
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1965
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
1966
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1967
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
1968
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
1969
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
1970
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
1971
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
1972
|
+
}, z.core.$strict>>;
|
|
1893
1973
|
}, z.core.$strip>;
|
|
1894
1974
|
recipient: z.ZodObject<{
|
|
1895
1975
|
name: z.ZodString;
|
|
@@ -1914,6 +1994,16 @@ export declare const getContractSaleDocumentResponseSchema: z.ZodObject<{
|
|
|
1914
1994
|
}, z.core.$strict>>;
|
|
1915
1995
|
email: z.ZodOptional<z.ZodString>;
|
|
1916
1996
|
phone: z.ZodOptional<z.ZodString>;
|
|
1997
|
+
legalIdentity: z.ZodOptional<z.ZodObject<{
|
|
1998
|
+
legalName: z.ZodOptional<z.ZodString>;
|
|
1999
|
+
registeredAddress: z.ZodOptional<z.ZodString>;
|
|
2000
|
+
companyRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
2001
|
+
establishmentRegistrationNumber: z.ZodOptional<z.ZodString>;
|
|
2002
|
+
vatNumber: z.ZodOptional<z.ZodString>;
|
|
2003
|
+
legalForm: z.ZodOptional<z.ZodString>;
|
|
2004
|
+
shareCapital: z.ZodOptional<z.ZodString>;
|
|
2005
|
+
tradeRegister: z.ZodOptional<z.ZodString>;
|
|
2006
|
+
}, z.core.$strict>>;
|
|
1917
2007
|
}, z.core.$strip>;
|
|
1918
2008
|
items: z.ZodArray<z.ZodObject<{
|
|
1919
2009
|
id: z.ZodNumber;
|
|
@@ -2541,6 +2631,28 @@ declare type MoneyMinor_2 = number;
|
|
|
2541
2631
|
|
|
2542
2632
|
export declare const moneyMinorSchema: z.ZodNumber;
|
|
2543
2633
|
|
|
2634
|
+
export declare type OpeningHoursDateRange = {
|
|
2635
|
+
startDate: string;
|
|
2636
|
+
endDate: string;
|
|
2637
|
+
};
|
|
2638
|
+
|
|
2639
|
+
export declare type OpeningHoursOverrideLike = {
|
|
2640
|
+
date: string;
|
|
2641
|
+
openingSlots: readonly OpeningHoursSlotLike[];
|
|
2642
|
+
};
|
|
2643
|
+
|
|
2644
|
+
export declare type OpeningHoursPeriodLike = OpeningHoursDateRange & {
|
|
2645
|
+
openingHours: readonly {
|
|
2646
|
+
day: number;
|
|
2647
|
+
openingSlots: readonly OpeningHoursSlotLike[];
|
|
2648
|
+
}[];
|
|
2649
|
+
};
|
|
2650
|
+
|
|
2651
|
+
export declare type OpeningHoursSlotLike = {
|
|
2652
|
+
start: string;
|
|
2653
|
+
end: string;
|
|
2654
|
+
};
|
|
2655
|
+
|
|
2544
2656
|
export declare type PaymentPolicies = z.infer<typeof paymentPoliciesSchema>;
|
|
2545
2657
|
|
|
2546
2658
|
export declare const paymentPoliciesSchema: z.ZodObject<{
|
|
@@ -3077,6 +3189,26 @@ export declare const resolveBookingSearchParams: (searchParams: URLSearchParams,
|
|
|
3077
3189
|
|
|
3078
3190
|
export declare const resolveBookingSearchParamsFromSessionStorage: (searchParams: URLSearchParams, storeSlug?: string) => URLSearchParams;
|
|
3079
3191
|
|
|
3192
|
+
export declare type ResolvedOpeningHoursForDate<TPeriod extends OpeningHoursPeriodLike, TOverride extends OpeningHoursOverrideLike> = {
|
|
3193
|
+
period: TPeriod | undefined;
|
|
3194
|
+
override: TOverride | undefined;
|
|
3195
|
+
weekday: number | null;
|
|
3196
|
+
openingSlots: readonly OpeningHoursSlotLike[] | undefined;
|
|
3197
|
+
};
|
|
3198
|
+
|
|
3199
|
+
/**
|
|
3200
|
+
* Shared date-to-slots resolution used by both booking validation and the
|
|
3201
|
+
* storefront. Date-specific overrides take precedence over seasonal hours.
|
|
3202
|
+
*/
|
|
3203
|
+
export declare function resolveOpeningHoursForDate<TPeriod extends OpeningHoursPeriodLike, TOverride extends OpeningHoursOverrideLike>(periods: readonly TPeriod[], overrides: readonly TOverride[] | undefined, isoDate: string): ResolvedOpeningHoursForDate<TPeriod, TOverride>;
|
|
3204
|
+
|
|
3205
|
+
/**
|
|
3206
|
+
* Resolves the opening-hours period for a business date. Exact coverage wins.
|
|
3207
|
+
* When no period covers the requested year, the most recent past period whose
|
|
3208
|
+
* calendar range recurs over that month/day is used as a graceful fallback.
|
|
3209
|
+
*/
|
|
3210
|
+
export declare function resolveOpeningHoursPeriodForDate<T extends OpeningHoursDateRange>(periods: readonly T[], isoDate: string): T | undefined;
|
|
3211
|
+
|
|
3080
3212
|
export declare const resolveStorefrontCartItemProduct: (item: StorefrontCartItem, products: StorefrontProductsCollections) => StorefrontProduct | null;
|
|
3081
3213
|
|
|
3082
3214
|
export declare const resolveStorefrontMapsHref: (shop: StorefrontContactShop | undefined) => string | undefined;
|
|
@@ -4352,6 +4484,12 @@ export declare const storefrontEn: {
|
|
|
4352
4484
|
docs_contract_sale_due_date_label: string;
|
|
4353
4485
|
docs_contract_sale_invoice_recipient_label: string;
|
|
4354
4486
|
docs_contract_sale_credit_note_recipient_label: string;
|
|
4487
|
+
docs_contract_sale_legal_form_label: string;
|
|
4488
|
+
docs_contract_sale_legal_share_capital_label: string;
|
|
4489
|
+
docs_contract_sale_legal_company_registration_label: string;
|
|
4490
|
+
docs_contract_sale_legal_establishment_registration_label: string;
|
|
4491
|
+
docs_contract_sale_legal_vat_number_label: string;
|
|
4492
|
+
docs_contract_sale_legal_trade_register_label: string;
|
|
4355
4493
|
docs_contract_sale_rental_details_title: string;
|
|
4356
4494
|
docs_contract_sale_booking_number_label: string;
|
|
4357
4495
|
docs_contract_sale_rental_start_label: string;
|
|
@@ -4906,6 +5044,12 @@ export declare const storefrontFr: {
|
|
|
4906
5044
|
docs_contract_sale_due_date_label: string;
|
|
4907
5045
|
docs_contract_sale_invoice_recipient_label: string;
|
|
4908
5046
|
docs_contract_sale_credit_note_recipient_label: string;
|
|
5047
|
+
docs_contract_sale_legal_form_label: string;
|
|
5048
|
+
docs_contract_sale_legal_share_capital_label: string;
|
|
5049
|
+
docs_contract_sale_legal_company_registration_label: string;
|
|
5050
|
+
docs_contract_sale_legal_establishment_registration_label: string;
|
|
5051
|
+
docs_contract_sale_legal_vat_number_label: string;
|
|
5052
|
+
docs_contract_sale_legal_trade_register_label: string;
|
|
4909
5053
|
docs_contract_sale_rental_details_title: string;
|
|
4910
5054
|
docs_contract_sale_booking_number_label: string;
|
|
4911
5055
|
docs_contract_sale_rental_start_label: string;
|
package/dist/index.js
CHANGED
|
@@ -10,87 +10,88 @@ import { DEFAULT_CANCELLATION_POLICY as V, DEFAULT_PAYMENT_POLICIES as H, cancel
|
|
|
10
10
|
import { fulfillmentModeSchema as K, publicBookingEngineConfigurationSchema as q, publicCheckoutConfigurationSchema as J, publicCheckoutDynamicOptionsSchema as Y } from "./chunks/pkg/booking-engine/dist/schemas/public-booking-engine-configuration-CEM9mexX.js";
|
|
11
11
|
import { DEFAULT_BOOKING_DELIVERY_OPTION as X, bookingCustomerInputSchema as Z, bookingDeliveryOptionSchema as Q, bookingScheduleInputSchema as $, cartItemInputSchema as ee, createBookingInputBaseSchema as te, createBookingInputSchema as ne, resolveBookingDeliveryOption as re, validateBookingDeliveryAddress as ie } from "./chunks/pkg/booking-engine/dist/schemas/cart-inputs-epi7FXIk.js";
|
|
12
12
|
import { bookingInsuranceConsentSourceSchema as ae, bookingInsuranceItemSnapshotSchema as oe, bookingInsuranceSnapshotSchema as se, buildBookingInsuranceSnapshot as ce, calculateInsuranceCalendarDays as le, insuranceProviderSchema as ue } from "./chunks/pkg/booking-engine/dist/schemas/insurance-DXc34Bzy.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import "./chunks/pkg/booking-engine/dist/schemas-
|
|
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 { ROUTE as
|
|
30
|
-
import { ROUTE as
|
|
31
|
-
import { ROUTE as
|
|
32
|
-
import { ROUTE as
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { storefront as
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
13
|
+
import { resolveOpeningHoursForDate as de, resolveOpeningHoursPeriodForDate as fe } from "./chunks/pkg/booking-engine/dist/utils/opening-hours-period-TCyLhzZw.js";
|
|
14
|
+
import { assetIdSchema as pe, baseAssetSchema as me, baseAssetStatusSchema as he } from "./chunks/pkg/booking-engine/dist/schemas/base-asset-BhIOL2rP.js";
|
|
15
|
+
import { baseBookingItemSchema as ge, baseBookingSchema as _e, baseBookingStateSchema as ve } from "./chunks/pkg/booking-engine/dist/schemas/base-booking-C9kJFMIu.js";
|
|
16
|
+
import "./chunks/pkg/booking-engine/dist/schemas-DW5gdDYz.js";
|
|
17
|
+
import { STOREFRONT_HERO_MODES as ye, storefrontCheckoutModeSchema as be, storefrontConfigurationSchema as xe, storefrontContentSchema as Se, storefrontFaqItemSchema as Ce, storefrontFaqSchema as we, storefrontFulfillmentModeSchema as Te, storefrontHeroModeSchema as Ee, storefrontInformationSchema as De, storefrontLocalizedRichTextSchema as Oe, storefrontModalMessageSchema as ke, storefrontModulesSchema as Ae, storefrontReviewsModuleSchema as je, storefrontRichTextSchema as Me, storefrontSettingsSchema as Ne, storefrontShopSchema as Pe, storefrontStatusSchema as Fe, storefrontWorkspaceSchema as Ie } from "./storefrontSchemas.js";
|
|
18
|
+
import { BOOKING_SEARCH_KEYS as Le, TIME_OPTIONS as Re, applyBookingParamsToSearch as ze, createBookingPeriodConfigFromBookingEngineConfiguration as Be, createBookingPeriodConfigFromShopConfiguration as Ve, createBookingPeriodConfigFromStorefrontConfiguration as He, getBookingParamsFromSearch as Ue, getBookingSessionStorageKey as We, getDefaultBookingParams as Ge, getDefaultBookingParamsForStorefrontConfiguration as Ke, pickBookingSearchParams as qe, readBookingSearchParamsFromSessionStorage as Je, readBookingSearchParamsFromStorage as Ye, resolveBookingSearchParams as Xe, resolveBookingSearchParamsFromSessionStorage as Ze, writeBookingSearchParamsToSessionStorage as Qe, writeBookingSearchParamsToStorage as $e } from "./lib/booking.js";
|
|
19
|
+
import { getLocalizedEntry as et, getLocalizedValue as tt } from "./localization.js";
|
|
20
|
+
import { CATALOG_PRODUCT_BASE_RATE_UNSET as nt, buildStorefrontProductSlug as rt, buildVariantStorefrontProductId as it, compareCatalogProducts as at, compareStorefrontAccessoryProducts as ot, compareStorefrontBikeProducts as st, findStorefrontInsurancePricingBike as ct, findStorefrontProduct as lt, findStorefrontProductBySlug as ut, getCatalogProductBaseRateMinor as dt, getCatalogProductPaginationSort as ft, getCatalogProductSortFieldForPriceUnit as pt, getStorefrontBaseDailyRateMinor as mt, getStorefrontCheckoutProductId as ht, getStorefrontProductSelectionDisplayName as gt, getStorefrontRepresentedVariantId as _t, toStorefrontAccessoryProducts as vt, toStorefrontBikeProducts as yt, toStorefrontBookingProducts as bt, toStorefrontBookingProductsCollections as xt } from "./lib/products.js";
|
|
21
|
+
import { StorefrontCartProvider as St, resolveStorefrontCartItemProduct as Ct, useStorefrontCart as wt } from "./lib/cart.js";
|
|
22
|
+
import { cn as Tt, formatPriceMinor as Et, getAvailabilityVariant as Dt, getMinDayPriceMinor as Ot } from "./lib/utils.js";
|
|
23
|
+
import { buildPriceTierLabels as kt, buildRentalPriceRows as At, calculateBookingRentalUnitSummary as jt, calculateRentalPriceForQuantity as Mt, formatRentalUnitQuantity as Nt, formatStorefrontPriceMinor as Pt, getPricingUnitLabel as Ft } from "./lib/pricing.js";
|
|
24
|
+
import { buildStorefrontCartSummary as It } from "./lib/cartSummary.js";
|
|
25
|
+
import { ROUTE as Lt, requestSchema as Rt, responseSchema as zt } from "./lib/contactForm.js";
|
|
26
|
+
import { formatStorefrontPhoneDisplay as Bt, resolveStorefrontMapsHref as Vt, resolveStorefrontPhoneContact as Ht } from "./lib/storefrontContact.js";
|
|
27
|
+
import { STOREFRONT_ITINERARIES_FEATURED_ROUTE as Ut, STOREFRONT_ITINERARIES_LIST_ROUTE as Wt, STOREFRONT_ITINERARY_DETAIL_ROUTE as Gt, storefrontItinerariesFeaturedRequestSchema as Kt, storefrontItinerariesFeaturedResponseSchema as qt, storefrontItinerariesListRequestSchema as Jt, storefrontItinerariesListResponseSchema as Yt, storefrontItineraryBoundsSchema as Xt, storefrontItineraryCoordinateSchema as Zt, storefrontItineraryDetailRequestSchema as Qt, storefrontItineraryDetailResponseSchema as $t, storefrontItineraryDetailSchema as en, storefrontItineraryDifficultySchema as tn, storefrontItineraryLocalizedStringSchema as nn, storefrontItineraryMetricsSchema as rn, storefrontItineraryPreviewSchema as an, storefrontItineraryStepSchema as on, storefrontItinerarySummarySchema as sn, storefrontItineraryTripTypeSchema as cn } from "./lib/storefrontItineraries.js";
|
|
28
|
+
import { buildWhatsAppHref as ln, resolveStorefrontWhatsAppContact as un, resolveStorefrontWhatsAppHref as dn } from "./lib/whatsapp.js";
|
|
29
|
+
import { ROUTE as fn, requestBaseSchema as pn, requestCheckoutItemSchema as mn, requestDeliveryRefinement as hn, requestSchema as gn, responseSchema as _n } from "./lib/checkoutSubmit.js";
|
|
30
|
+
import { ROUTE as vn, requestSchema as yn, responseSchema as bn, storefrontPublicAccessoryProductSchema as xn, storefrontPublicBikeAvailabilityStatusSchema as Sn, storefrontPublicBikeProductSchema as Cn, storefrontPublicProductDisplayModeSchema as wn, storefrontPublicProductPriceSchema as Tn, storefrontPublicProductVariantAttributeSchema as En, storefrontPublicProductVariantIdentifierSchema as Dn, storefrontPublicProductVariantSchema as On } from "./lib/storefrontProducts.js";
|
|
31
|
+
import { ROUTE as kn, buildStorefrontAvailabilityKey as An, doesStorefrontAvailabilityDisplaySoldOut as jn, getStorefrontAvailabilityIssue as Mn, getStorefrontAvailabilityStatus as Nn, isStorefrontAvailabilityInsufficient as Pn, publicAvailabilityDisplayModeSchema as Fn, requestSchema as In, responseSchema as Ln, shouldBlockStorefrontUnavailableItem as Rn, storefrontAvailabilityProductSchema as zn, storefrontAvailabilityScheduleSchema as Bn, storefrontPublicAvailabilityRecordSchema as Vn } from "./lib/storefrontAvailability.js";
|
|
32
|
+
import { ROUTE as Hn, buildStorefrontImageUrl as Un, requestSchema as Wn } from "./lib/storefrontImage.js";
|
|
33
|
+
import { ROUTE as Gn, requestSchema as Kn, responseSchema as qn, storefrontTimeSlotSchema as Jn, timeSlotJourneySchema as Yn } from "./lib/storefrontTimeSlots.js";
|
|
34
|
+
import { Footer as Xn } from "./components/Footer/index.js";
|
|
35
|
+
import { Badge as Zn, badgeVariants as Qn } from "./ui/badge.js";
|
|
36
|
+
import { Button as $n, buttonVariants as er, storefrontButtonRadiusClassName as tr } from "./ui/button.js";
|
|
37
|
+
import { LanguageSelector as nr } from "./components/LanguageSelector/index.js";
|
|
38
|
+
import { StorefrontContext as rr, useOptionalStorefront as ir, useStorefront as ar, useStorefrontBookingProducts as or, useStorefrontConfig as sr, useStorefrontItineraries as cr, useStorefrontProducts as lr, useStorefrontWorkspaceLanguage as ur } from "./StorefrontContext.js";
|
|
39
|
+
import { Header as dr } from "./components/Header/index.js";
|
|
40
|
+
import { storefront as fr } from "./i18n/en.js";
|
|
41
|
+
import { storefront as pr } from "./i18n/fr.js";
|
|
42
|
+
import { PoweredByLoczerBadge as mr } from "./components/PoweredByLoczerBadge/index.js";
|
|
43
|
+
import { PlatformFooter as hr } from "./components/PlatformFooter/index.js";
|
|
44
|
+
import { useWhatsAppFloatingButton as gr } from "./components/WhatsAppFloatingButton/useWhatsAppFloatingButton.js";
|
|
45
|
+
import { WhatsAppFloatingButton as _r } from "./components/WhatsAppFloatingButton/WhatsAppFloatingButton.js";
|
|
45
46
|
import "./components/WhatsAppFloatingButton/index.js";
|
|
46
|
-
import { Layout as
|
|
47
|
-
import { DelayedPlaceholder as
|
|
48
|
-
import { BookingPeriodProvider as
|
|
49
|
-
import { Label as
|
|
50
|
-
import { BookingStartDateField as
|
|
51
|
-
import { BookingStartTimeField as
|
|
52
|
-
import { BookingEndDateField as
|
|
53
|
-
import { BookingEndTimeField as
|
|
54
|
-
import { BookingTimeSlotsStatus as
|
|
55
|
-
import { BookingMobileDateDrawer as
|
|
56
|
-
import { BookingPeriodSelector as
|
|
57
|
-
import { BookingFlowSteps as
|
|
58
|
-
import { Input as
|
|
59
|
-
import { DeliveryAddressSelector as
|
|
60
|
-
import { Form as
|
|
61
|
-
import { Textarea as
|
|
62
|
-
import { ContactSection as
|
|
63
|
-
import { TestimonialsSection as
|
|
64
|
-
import { AboutSection as
|
|
65
|
-
import { AdminFloatingButton as
|
|
47
|
+
import { Layout as vr } from "./components/Layout/index.js";
|
|
48
|
+
import { DelayedPlaceholder as yr, DelayedReveal as br } from "./components/DelayedReveal/index.js";
|
|
49
|
+
import { BookingPeriodProvider as xr, useBookingPeriod as Sr } from "./components/BookingPeriodSelector/BookingPeriodContext.js";
|
|
50
|
+
import { Label as Cr } from "./ui/label.js";
|
|
51
|
+
import { BookingStartDateField as wr } from "./components/BookingPeriodSelector/components/BookingStartDateField.js";
|
|
52
|
+
import { BookingStartTimeField as Tr } from "./components/BookingPeriodSelector/components/BookingStartTimeField.js";
|
|
53
|
+
import { BookingEndDateField as Er } from "./components/BookingPeriodSelector/components/BookingEndDateField.js";
|
|
54
|
+
import { BookingEndTimeField as Dr } from "./components/BookingPeriodSelector/components/BookingEndTimeField.js";
|
|
55
|
+
import { BookingTimeSlotsStatus as Or } from "./components/BookingPeriodSelector/components/BookingTimeSlotsStatus.js";
|
|
56
|
+
import { BookingMobileDateDrawer as kr } from "./components/BookingPeriodSelector/components/BookingMobileDateDrawer.js";
|
|
57
|
+
import { BookingPeriodSelector as Ar } from "./components/BookingPeriodSelector/index.js";
|
|
58
|
+
import { BookingFlowSteps as jr } from "./components/BookingFlowSteps/index.js";
|
|
59
|
+
import { Input as Mr } from "./ui/input.js";
|
|
60
|
+
import { DeliveryAddressSelector as Nr } from "./components/DeliveryAddressSelector/index.js";
|
|
61
|
+
import { Form as Pr, FormControl as Fr, FormDescription as Ir, FormField as Lr, FormItem as Rr, FormLabel as zr, FormMessage as Br, useFormField as Vr } from "./ui/form.js";
|
|
62
|
+
import { Textarea as Hr } from "./ui/textarea.js";
|
|
63
|
+
import { ContactSection as Ur } from "./components/ContactSection/index.js";
|
|
64
|
+
import { TestimonialsSection as Wr } from "./components/TestimonialsSection/index.js";
|
|
65
|
+
import { AboutSection as Gr } from "./components/AboutSection/index.js";
|
|
66
|
+
import { AdminFloatingButton as Kr } from "./components/AdminFloatingButton/AdminFloatingButton.js";
|
|
66
67
|
import "./components/AdminFloatingButton/index.js";
|
|
67
|
-
import { ItineraryListItem as
|
|
68
|
-
import { ItineraryRouteMap as
|
|
69
|
-
import { ItinerariesSection as
|
|
68
|
+
import { ItineraryListItem as qr } from "./components/Itineraries/ItineraryListItem.js";
|
|
69
|
+
import { ItineraryRouteMap as Jr } from "./components/Itineraries/ItineraryRouteMap.js";
|
|
70
|
+
import { ItinerariesSection as Yr } from "./components/Itineraries/ItinerariesSection.js";
|
|
70
71
|
import "./components/Itineraries/index.js";
|
|
71
|
-
import { StepSectionTitle as
|
|
72
|
-
import { Card as
|
|
73
|
-
import { ProductWarningNotice as
|
|
74
|
-
import { StorefrontCartPanel as
|
|
75
|
-
import { ProductPriceBadge as
|
|
76
|
-
import { ContractSaleDocument as
|
|
72
|
+
import { StepSectionTitle as Xr } from "./components/StepSectionTitle/index.js";
|
|
73
|
+
import { Card as Zr, CardAction as Qr, CardContent as $r, CardDescription as ei, CardFooter as ti, CardHeader as ni, CardTitle as ri } from "./ui/card.js";
|
|
74
|
+
import { ProductWarningNotice as ii } from "./components/ProductWarningNotice/index.js";
|
|
75
|
+
import { StorefrontCartPanel as ai } from "./components/StorefrontCartPanel/index.js";
|
|
76
|
+
import { ProductPriceBadge as oi } from "./components/ProductPriceBadge/index.js";
|
|
77
|
+
import { ContractSaleDocument as si } from "./components/ContractSaleDocument/Invoice.js";
|
|
77
78
|
import "./components/ContractSaleDocument/index.js";
|
|
78
|
-
import { RadioGroup as
|
|
79
|
+
import { RadioGroup as ci, RadioGroupItem as li } from "./ui/radio-group.js";
|
|
79
80
|
import "./pages/HomePage.js";
|
|
80
81
|
import "./pages/BookingPage.js";
|
|
81
82
|
import "./pages/ProductPage.js";
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
83
|
+
import ui from "./pages/ItinerariesPage.js";
|
|
84
|
+
import di, { loader as fi } from "./pages/ItineraryDetailsPage.js";
|
|
85
|
+
import pi from "./pages/RentalTermsPage.js";
|
|
86
|
+
import mi from "./pages/InsuranceTermsPage.js";
|
|
86
87
|
import "./pages/CheckoutPage.js";
|
|
87
88
|
import "./pages/CheckoutSuccessPage.js";
|
|
88
89
|
import "./pages/NotFoundPage.js";
|
|
89
|
-
import { accessories as
|
|
90
|
-
import
|
|
91
|
-
import { contractSaleDocumentAcceptanceLevelSchema as
|
|
92
|
-
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as
|
|
93
|
-
import
|
|
94
|
-
import { loader as
|
|
95
|
-
import { Select as
|
|
96
|
-
export { ki as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE, Ur as AboutSection, Wr as AdminFloatingButton, Fe as BOOKING_SEARCH_KEYS, Yn as Badge, wr as BookingEndDateField, Tr as BookingEndTimeField, kr as BookingFlowSteps, Dr as BookingMobileDateDrawer, yr as BookingPeriodProvider, Or as BookingPeriodSelector, Sr as BookingStartDateField, Cr as BookingStartTimeField, Er as BookingTimeSlotsStatus, Zn as Button, et as CATALOG_PRODUCT_BASE_RATE_UNSET, Yr as Card, Xr as CardAction, Zr as CardContent, Qr as CardDescription, $r as CardFooter, ei as CardHeader, ti as CardTitle, Vr as ContactSection, ai as ContractSaleDocument, X as DEFAULT_BOOKING_DELIVERY_OPTION, V as DEFAULT_CANCELLATION_POLICY, H as DEFAULT_PAYMENT_POLICIES, m as DEFAULT_PRODUCT_KIND, Ai as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE, _r as DelayedPlaceholder, vr as DelayedReveal, jr as DeliveryAddressSelector, Jn as Footer, Mr as Form, Nr as FormControl, Pr as FormDescription, Fr as FormField, Ir as FormItem, Lr as FormLabel, Rr as FormMessage, ji as GET_CONTRACT_SALE_DOCUMENT_ROUTE, lr as Header, Ar as Input, fi as InsuranceTermsPage, ci as ItinerariesPage, qr as ItinerariesSection, li as ItineraryDetailsPage, Gr as ItineraryListItem, Kr as ItineraryRouteMap, xr as Label, er as LanguageSelector, gr as Layout, h as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND, g as PRODUCT_VARIANT_CODE_MAX_LENGTH, pr as PlatformFooter, fr as PoweredByLoczerBadge, ii as ProductPriceBadge, ni as ProductWarningNotice, Ft as ROUTE, oi as RadioGroup, si as RadioGroupItem, di as RentalTermsPage, Dn as STOREFRONT_AVAILABILITY_ROUTE, un as STOREFRONT_CHECKOUT_SUBMIT_ROUTE, _e as STOREFRONT_HERO_MODES, Bn as STOREFRONT_IMAGE_ROUTE, Vt as STOREFRONT_ITINERARIES_FEATURED_ROUTE, Ht as STOREFRONT_ITINERARIES_LIST_ROUTE, Ut as STOREFRONT_ITINERARY_DETAIL_ROUTE, gn as STOREFRONT_PRODUCTS_ROUTE, Un as STOREFRONT_TIME_SLOTS_ROUTE, Ji as Select, Yi as SelectContent, Xi as SelectGroup, Zi as SelectIcon, Qi as SelectItem, $i as SelectItemIndicator, ea as SelectItemText, ta as SelectLabel, na as SelectScrollDownButton, ra as SelectScrollUpButton, ia as SelectSeparator, aa as SelectTrigger, oa as SelectValue, Jr as StepSectionTitle, ri as StorefrontCartPanel, bt as StorefrontCartProvider, tr as StorefrontContext, Ie as TIME_OPTIONS, Hr as TestimonialsSection, Br as Textarea, hr as WhatsAppFloatingButton, Mi as acceptContractSaleDocumentRequestSchema, Ni as acceptContractSaleDocumentResponseSchema, pi as accessories, _ as accessoryProductSchema, Le as applyBookingParamsToSearch, de as assetIdSchema, Xn as badgeVariants, fe as baseAssetSchema, pe as baseAssetStatusSchema, me as baseBookingItemSchema, he as baseBookingSchema, ge as baseBookingStateSchema, v as bikeProductSchema, mi as bikes, Z as bookingCustomerInputSchema, Q as bookingDeliveryOptionSchema, ae as bookingInsuranceConsentSourceSchema, oe as bookingInsuranceItemSnapshotSchema, se as bookingInsuranceSnapshotSchema, $ as bookingScheduleInputSchema, ce as buildBookingInsuranceSnapshot, Dt as buildPriceTierLabels, Ot as buildRentalPriceRows, On as buildStorefrontAvailabilityKey, Pt as buildStorefrontCartSummary, Vn as buildStorefrontImageUrl, tt as buildStorefrontProductSlug, nt as buildVariantStorefrontProductId, sn as buildWhatsAppHref, Qn as buttonVariants, kt as calculateBookingRentalUnitSummary, le as calculateInsuranceCalendarDays, At as calculateRentalPriceForQuantity, U as cancellationPolicySchema, W as cancellationPolicyTierSchema, ee as cartItemInputSchema, Ct as cn, rt as compareCatalogProducts, it as compareStorefrontAccessoryProducts, at as compareStorefrontBikeProducts, Pi as contractSaleDocumentAcceptanceInputSchema, hi as contractSaleDocumentAcceptanceLevelSchema, Fi as contractSaleDocumentAcceptanceRecordInputSchema, gi as contractSaleDocumentAcceptanceRecordSchema, _i as contractSaleDocumentAcceptanceSchema, vi as contractSaleDocumentAddressSchema, Ii as contractSaleDocumentApiAcceptanceRecordSchema, Li as contractSaleDocumentApiAcceptanceSchema, Ri as contractSaleDocumentApiSchema, zi as contractSaleDocumentApiSignatureSchema, yi as contractSaleDocumentAppendixKindSchema, bi as contractSaleDocumentAppendixSchema, xi as contractSaleDocumentContactSchema, Si as contractSaleDocumentKindSchema, Ci as contractSaleDocumentLanguageCodeSchema, wi as contractSaleDocumentLanguageSchema, Ti as contractSaleDocumentLineItemSchema, Bi as contractSaleDocumentReferenceSchema, Vi as contractSaleDocumentReferenceTypeSchema, Ei as contractSaleDocumentRentalSchema, Di as contractSaleDocumentSchema, Hi as contractSaleDocumentSignatureInputSchema, Oi as contractSaleDocumentSignatureSchema, te as createBookingInputBaseSchema, ne as createBookingInputSchema, Re as createBookingPeriodConfigFromBookingEngineConfiguration, ze as createBookingPeriodConfigFromShopConfiguration, Be as createBookingPeriodConfigFromStorefrontConfiguration, e as createLocalizedStringEntry, a as currencyCodeSchema, o as currencyMinorUnitDigits, kn as doesStorefrontAvailabilityDisplaySoldOut, Ui as downloadContractSaleDocumentPdfRequestSchema, y as eBikeProductSchema, ot as findStorefrontInsurancePricingBike, st as findStorefrontProduct, ct as findStorefrontProductBySlug, wt as formatPriceMinor, jt as formatRentalUnitQuantity, Rt as formatStorefrontPhoneDisplay, Mt as formatStorefrontPriceMinor, K as fulfillmentModeSchema, Tt as getAvailabilityVariant, Ve as getBookingParamsFromSearch, He as getBookingSessionStorageKey, lt as getCatalogProductBaseRateMinor, ut as getCatalogProductPaginationSort, dt as getCatalogProductSortFieldForPriceUnit, Wi as getContractSaleDocumentRequestSchema, Gi as getContractSaleDocumentResponseSchema, Ue as getDefaultBookingParams, We as getDefaultBookingParamsForStorefrontConfiguration, Qe as getLocalizedEntry, t as getLocalizedStringValue, $e as getLocalizedValue, Et as getMinDayPriceMinor, Nt as getPricingUnitLabel, An as getStorefrontAvailabilityIssue, jn as getStorefrontAvailabilityStatus, ft as getStorefrontBaseDailyRateMinor, pt as getStorefrontCheckoutProductId, mt as getStorefrontProductSelectionDisplayName, ht as getStorefrontRepresentedVariantId, ue as insuranceProviderSchema, b as isProductVariantCodeIdentifierKind, Mn as isStorefrontAvailabilityInsufficient, M as isoDateSchema, ui as itineraryDetailsLoader, qi as loader, n as localizedStringArraySchema, r as localizedStringEntrySchema, i as localizedStringSchema, s as majorToMinor, c as minorToMajor, l as moneyMinorSchema, G as paymentPoliciesSchema, Ge as pickBookingSearchParams, d as priceSchema, f as priceUnitSchema, p as productIdSchema, x as productInsuranceSchema, S as productKindSchema, C as productSchema, w as productStorefrontDisplayModeSchema, T as productVariantAttributeSchema, E as productVariantCodeSchema, D as productVariantIdentifierSchema, O as productVariantSchema, Nn as publicAvailabilityDisplayModeSchema, q as publicBookingEngineConfigurationSchema, J as publicCheckoutConfigurationSchema, Y as publicCheckoutDynamicOptionsSchema, Ke as readBookingSearchParamsFromSessionStorage, qe as readBookingSearchParamsFromStorage, It as requestSchema, re as resolveBookingDeliveryOption, Je as resolveBookingSearchParams, Ye as resolveBookingSearchParamsFromSessionStorage, xt as resolveStorefrontCartItemProduct, zt as resolveStorefrontMapsHref, Bt as resolveStorefrontPhoneContact, cn as resolveStorefrontWhatsAppContact, ln as resolveStorefrontWhatsAppHref, Lt as responseSchema, k as richTextJsonDocSchema, A as richTextSchema, j as richTextVersionSchema, N as shopConfigurationSchema, P as shopExtraTimeSlotRuleSchema, F as shopOpeningDayIndexSchema, I as shopOpeningDaySchema, L as shopOpeningHoursOverrideSchema, R as shopOpeningHoursPeriodSchema, z as shopOpeningSlotSchema, In as shouldBlockStorefrontUnavailableItem, u as signedMoneyMinorSchema, Ln as storefrontAvailabilityProductSchema, Pn as storefrontAvailabilityRequestSchema, Fn as storefrontAvailabilityResponseSchema, Rn as storefrontAvailabilityScheduleSchema, $n as storefrontButtonRadiusClassName, ve as storefrontCheckoutModeSchema, pn as storefrontCheckoutSubmitDeliveryRefinement, fn as storefrontCheckoutSubmitItemSchema, dn as storefrontCheckoutSubmitRequestBaseSchema, mn as storefrontCheckoutSubmitRequestSchema, hn as storefrontCheckoutSubmitResponseSchema, ye as storefrontConfigurationSchema, be as storefrontContentSchema, ur as storefrontEn, xe as storefrontFaqItemSchema, Se as storefrontFaqSchema, dr as storefrontFr, Ce as storefrontFulfillmentModeSchema, we as storefrontHeroModeSchema, Hn as storefrontImageRequestSchema, Te as storefrontInformationSchema, Wt as storefrontItinerariesFeaturedRequestSchema, Gt as storefrontItinerariesFeaturedResponseSchema, Kt as storefrontItinerariesListRequestSchema, qt as storefrontItinerariesListResponseSchema, Jt as storefrontItineraryBoundsSchema, Yt as storefrontItineraryCoordinateSchema, Xt as storefrontItineraryDetailRequestSchema, Zt as storefrontItineraryDetailResponseSchema, Qt as storefrontItineraryDetailSchema, $t as storefrontItineraryDifficultySchema, en as storefrontItineraryLocalizedStringSchema, tn as storefrontItineraryMetricsSchema, nn as storefrontItineraryPreviewSchema, rn as storefrontItineraryStepSchema, an as storefrontItinerarySummarySchema, on as storefrontItineraryTripTypeSchema, Ee as storefrontLocalizedRichTextSchema, De as storefrontModalMessageSchema, Oe as storefrontModulesSchema, _n as storefrontProductsRequestSchema, vn as storefrontProductsResponseSchema, yn as storefrontPublicAccessoryProductSchema, zn as storefrontPublicAvailabilityRecordSchema, bn as storefrontPublicBikeAvailabilityStatusSchema, xn as storefrontPublicBikeProductSchema, Sn as storefrontPublicProductDisplayModeSchema, Cn as storefrontPublicProductPriceSchema, wn as storefrontPublicProductVariantAttributeSchema, Tn as storefrontPublicProductVariantIdentifierSchema, En as storefrontPublicProductVariantSchema, ke as storefrontReviewsModuleSchema, Ae as storefrontRichTextSchema, Ki as storefrontRoutes, je as storefrontSettingsSchema, Me as storefrontShopSchema, Ne as storefrontStatusSchema, qn as storefrontTimeSlotJourneySchema, Kn as storefrontTimeSlotSchema, Wn as storefrontTimeSlotsRequestSchema, Gn as storefrontTimeSlotsResponseSchema, Pe as storefrontWorkspaceSchema, B as timeOfDaySchema, gt as toStorefrontAccessoryProducts, _t as toStorefrontBikeProducts, vt as toStorefrontBookingProducts, yt as toStorefrontBookingProductsCollections, br as useBookingPeriod, zr as useFormField, nr as useOptionalStorefront, rr as useStorefront, ir as useStorefrontBookingProducts, St as useStorefrontCart, ar as useStorefrontConfig, or as useStorefrontItineraries, sr as useStorefrontProducts, cr as useStorefrontWorkspaceLanguage, mr as useWhatsAppFloatingButton, ie as validateBookingDeliveryAddress, Xe as writeBookingSearchParamsToSessionStorage, Ze as writeBookingSearchParamsToStorage };
|
|
90
|
+
import { accessories as hi } from "./data/accessories.js";
|
|
91
|
+
import gi from "./data/bikes.js";
|
|
92
|
+
import { contractSaleDocumentAcceptanceLevelSchema as _i, contractSaleDocumentAcceptanceRecordSchema as vi, contractSaleDocumentAcceptanceSchema as yi, contractSaleDocumentAddressSchema as bi, contractSaleDocumentAppendixKindSchema as xi, contractSaleDocumentAppendixSchema as Si, contractSaleDocumentContactSchema as Ci, contractSaleDocumentKindSchema as wi, contractSaleDocumentLanguageCodeSchema as Ti, contractSaleDocumentLanguageSchema as Ei, contractSaleDocumentLineItemSchema as Di, contractSaleDocumentRentalSchema as Oi, contractSaleDocumentSchema as ki, contractSaleDocumentSignatureSchema as Ai } from "./lib/contractSaleDocument.js";
|
|
93
|
+
import { ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE as ji, DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE as Mi, GET_CONTRACT_SALE_DOCUMENT_ROUTE as Ni, acceptContractSaleDocumentRequestSchema as Pi, acceptContractSaleDocumentResponseSchema as Fi, contractSaleDocumentAcceptanceInputSchema as Ii, contractSaleDocumentAcceptanceRecordInputSchema as Li, contractSaleDocumentApiAcceptanceRecordSchema as Ri, contractSaleDocumentApiAcceptanceSchema as zi, contractSaleDocumentApiSchema as Bi, contractSaleDocumentApiSignatureSchema as Vi, contractSaleDocumentReferenceSchema as Hi, contractSaleDocumentReferenceTypeSchema as Ui, contractSaleDocumentSignatureInputSchema as Wi, downloadContractSaleDocumentPdfRequestSchema as Gi, getContractSaleDocumentRequestSchema as Ki, getContractSaleDocumentResponseSchema as qi } from "./lib/contractSaleDocumentApi.js";
|
|
94
|
+
import Ji from "./routes.js";
|
|
95
|
+
import { loader as Yi } from "./StorefrontProvider.js";
|
|
96
|
+
import { Select as Xi, SelectContent as Zi, SelectGroup as Qi, SelectIcon as $i, SelectItem as ea, SelectItemIndicator as ta, SelectItemText as na, SelectLabel as ra, SelectScrollDownButton as ia, SelectScrollUpButton as aa, SelectSeparator as oa, SelectTrigger as sa, SelectValue as ca } from "./ui/select.js";
|
|
97
|
+
export { ji as ACCEPT_CONTRACT_SALE_DOCUMENT_ROUTE, Gr as AboutSection, Kr as AdminFloatingButton, Le as BOOKING_SEARCH_KEYS, Zn as Badge, Er as BookingEndDateField, Dr as BookingEndTimeField, jr as BookingFlowSteps, kr as BookingMobileDateDrawer, xr as BookingPeriodProvider, Ar as BookingPeriodSelector, wr as BookingStartDateField, Tr as BookingStartTimeField, Or as BookingTimeSlotsStatus, $n as Button, nt as CATALOG_PRODUCT_BASE_RATE_UNSET, Zr as Card, Qr as CardAction, $r as CardContent, ei as CardDescription, ti as CardFooter, ni as CardHeader, ri as CardTitle, Ur as ContactSection, si as ContractSaleDocument, X as DEFAULT_BOOKING_DELIVERY_OPTION, V as DEFAULT_CANCELLATION_POLICY, H as DEFAULT_PAYMENT_POLICIES, m as DEFAULT_PRODUCT_KIND, Mi as DOWNLOAD_CONTRACT_SALE_DOCUMENT_PDF_ROUTE, yr as DelayedPlaceholder, br as DelayedReveal, Nr as DeliveryAddressSelector, Xn as Footer, Pr as Form, Fr as FormControl, Ir as FormDescription, Lr as FormField, Rr as FormItem, zr as FormLabel, Br as FormMessage, Ni as GET_CONTRACT_SALE_DOCUMENT_ROUTE, dr as Header, Mr as Input, mi as InsuranceTermsPage, ui as ItinerariesPage, Yr as ItinerariesSection, di as ItineraryDetailsPage, qr as ItineraryListItem, Jr as ItineraryRouteMap, Cr as Label, nr as LanguageSelector, vr as Layout, h as PRODUCT_VARIANT_CODE_IDENTIFIER_KIND, g as PRODUCT_VARIANT_CODE_MAX_LENGTH, hr as PlatformFooter, mr as PoweredByLoczerBadge, oi as ProductPriceBadge, ii as ProductWarningNotice, Lt as ROUTE, ci as RadioGroup, li as RadioGroupItem, pi as RentalTermsPage, kn as STOREFRONT_AVAILABILITY_ROUTE, fn as STOREFRONT_CHECKOUT_SUBMIT_ROUTE, ye as STOREFRONT_HERO_MODES, Hn as STOREFRONT_IMAGE_ROUTE, Ut as STOREFRONT_ITINERARIES_FEATURED_ROUTE, Wt as STOREFRONT_ITINERARIES_LIST_ROUTE, Gt as STOREFRONT_ITINERARY_DETAIL_ROUTE, vn as STOREFRONT_PRODUCTS_ROUTE, Gn as STOREFRONT_TIME_SLOTS_ROUTE, Xi as Select, Zi as SelectContent, Qi as SelectGroup, $i as SelectIcon, ea as SelectItem, ta as SelectItemIndicator, na as SelectItemText, ra as SelectLabel, ia as SelectScrollDownButton, aa as SelectScrollUpButton, oa as SelectSeparator, sa as SelectTrigger, ca as SelectValue, Xr as StepSectionTitle, ai as StorefrontCartPanel, St as StorefrontCartProvider, rr as StorefrontContext, Re as TIME_OPTIONS, Wr as TestimonialsSection, Hr as Textarea, _r as WhatsAppFloatingButton, Pi as acceptContractSaleDocumentRequestSchema, Fi as acceptContractSaleDocumentResponseSchema, hi as accessories, _ as accessoryProductSchema, ze as applyBookingParamsToSearch, pe as assetIdSchema, Qn as badgeVariants, me as baseAssetSchema, he as baseAssetStatusSchema, ge as baseBookingItemSchema, _e as baseBookingSchema, ve as baseBookingStateSchema, v as bikeProductSchema, gi as bikes, Z as bookingCustomerInputSchema, Q as bookingDeliveryOptionSchema, ae as bookingInsuranceConsentSourceSchema, oe as bookingInsuranceItemSnapshotSchema, se as bookingInsuranceSnapshotSchema, $ as bookingScheduleInputSchema, ce as buildBookingInsuranceSnapshot, kt as buildPriceTierLabels, At as buildRentalPriceRows, An as buildStorefrontAvailabilityKey, It as buildStorefrontCartSummary, Un as buildStorefrontImageUrl, rt as buildStorefrontProductSlug, it as buildVariantStorefrontProductId, ln as buildWhatsAppHref, er as buttonVariants, jt as calculateBookingRentalUnitSummary, le as calculateInsuranceCalendarDays, Mt as calculateRentalPriceForQuantity, U as cancellationPolicySchema, W as cancellationPolicyTierSchema, ee as cartItemInputSchema, Tt as cn, at as compareCatalogProducts, ot as compareStorefrontAccessoryProducts, st as compareStorefrontBikeProducts, Ii as contractSaleDocumentAcceptanceInputSchema, _i as contractSaleDocumentAcceptanceLevelSchema, Li as contractSaleDocumentAcceptanceRecordInputSchema, vi as contractSaleDocumentAcceptanceRecordSchema, yi as contractSaleDocumentAcceptanceSchema, bi as contractSaleDocumentAddressSchema, Ri as contractSaleDocumentApiAcceptanceRecordSchema, zi as contractSaleDocumentApiAcceptanceSchema, Bi as contractSaleDocumentApiSchema, Vi as contractSaleDocumentApiSignatureSchema, xi as contractSaleDocumentAppendixKindSchema, Si as contractSaleDocumentAppendixSchema, Ci as contractSaleDocumentContactSchema, wi as contractSaleDocumentKindSchema, Ti as contractSaleDocumentLanguageCodeSchema, Ei as contractSaleDocumentLanguageSchema, Di as contractSaleDocumentLineItemSchema, Hi as contractSaleDocumentReferenceSchema, Ui as contractSaleDocumentReferenceTypeSchema, Oi as contractSaleDocumentRentalSchema, ki as contractSaleDocumentSchema, Wi as contractSaleDocumentSignatureInputSchema, Ai as contractSaleDocumentSignatureSchema, te as createBookingInputBaseSchema, ne as createBookingInputSchema, Be as createBookingPeriodConfigFromBookingEngineConfiguration, Ve as createBookingPeriodConfigFromShopConfiguration, He as createBookingPeriodConfigFromStorefrontConfiguration, e as createLocalizedStringEntry, a as currencyCodeSchema, o as currencyMinorUnitDigits, jn as doesStorefrontAvailabilityDisplaySoldOut, Gi as downloadContractSaleDocumentPdfRequestSchema, y as eBikeProductSchema, ct as findStorefrontInsurancePricingBike, lt as findStorefrontProduct, ut as findStorefrontProductBySlug, Et as formatPriceMinor, Nt as formatRentalUnitQuantity, Bt as formatStorefrontPhoneDisplay, Pt as formatStorefrontPriceMinor, K as fulfillmentModeSchema, Dt as getAvailabilityVariant, Ue as getBookingParamsFromSearch, We as getBookingSessionStorageKey, dt as getCatalogProductBaseRateMinor, ft as getCatalogProductPaginationSort, pt as getCatalogProductSortFieldForPriceUnit, Ki as getContractSaleDocumentRequestSchema, qi as getContractSaleDocumentResponseSchema, Ge as getDefaultBookingParams, Ke as getDefaultBookingParamsForStorefrontConfiguration, et as getLocalizedEntry, t as getLocalizedStringValue, tt as getLocalizedValue, Ot as getMinDayPriceMinor, Ft as getPricingUnitLabel, Mn as getStorefrontAvailabilityIssue, Nn as getStorefrontAvailabilityStatus, mt as getStorefrontBaseDailyRateMinor, ht as getStorefrontCheckoutProductId, gt as getStorefrontProductSelectionDisplayName, _t as getStorefrontRepresentedVariantId, ue as insuranceProviderSchema, b as isProductVariantCodeIdentifierKind, Pn as isStorefrontAvailabilityInsufficient, M as isoDateSchema, fi as itineraryDetailsLoader, Yi as loader, n as localizedStringArraySchema, r as localizedStringEntrySchema, i as localizedStringSchema, s as majorToMinor, c as minorToMajor, l as moneyMinorSchema, G as paymentPoliciesSchema, qe as pickBookingSearchParams, d as priceSchema, f as priceUnitSchema, p as productIdSchema, x as productInsuranceSchema, S as productKindSchema, C as productSchema, w as productStorefrontDisplayModeSchema, T as productVariantAttributeSchema, E as productVariantCodeSchema, D as productVariantIdentifierSchema, O as productVariantSchema, Fn as publicAvailabilityDisplayModeSchema, q as publicBookingEngineConfigurationSchema, J as publicCheckoutConfigurationSchema, Y as publicCheckoutDynamicOptionsSchema, Je as readBookingSearchParamsFromSessionStorage, Ye as readBookingSearchParamsFromStorage, Rt as requestSchema, re as resolveBookingDeliveryOption, Xe as resolveBookingSearchParams, Ze as resolveBookingSearchParamsFromSessionStorage, de as resolveOpeningHoursForDate, fe as resolveOpeningHoursPeriodForDate, Ct as resolveStorefrontCartItemProduct, Vt as resolveStorefrontMapsHref, Ht as resolveStorefrontPhoneContact, un as resolveStorefrontWhatsAppContact, dn as resolveStorefrontWhatsAppHref, zt as responseSchema, k as richTextJsonDocSchema, A as richTextSchema, j as richTextVersionSchema, N as shopConfigurationSchema, P as shopExtraTimeSlotRuleSchema, F as shopOpeningDayIndexSchema, I as shopOpeningDaySchema, L as shopOpeningHoursOverrideSchema, R as shopOpeningHoursPeriodSchema, z as shopOpeningSlotSchema, Rn as shouldBlockStorefrontUnavailableItem, u as signedMoneyMinorSchema, zn as storefrontAvailabilityProductSchema, In as storefrontAvailabilityRequestSchema, Ln as storefrontAvailabilityResponseSchema, Bn as storefrontAvailabilityScheduleSchema, tr as storefrontButtonRadiusClassName, be as storefrontCheckoutModeSchema, hn as storefrontCheckoutSubmitDeliveryRefinement, mn as storefrontCheckoutSubmitItemSchema, pn as storefrontCheckoutSubmitRequestBaseSchema, gn as storefrontCheckoutSubmitRequestSchema, _n as storefrontCheckoutSubmitResponseSchema, xe as storefrontConfigurationSchema, Se as storefrontContentSchema, fr as storefrontEn, Ce as storefrontFaqItemSchema, we as storefrontFaqSchema, pr as storefrontFr, Te as storefrontFulfillmentModeSchema, Ee as storefrontHeroModeSchema, Wn as storefrontImageRequestSchema, De as storefrontInformationSchema, Kt as storefrontItinerariesFeaturedRequestSchema, qt as storefrontItinerariesFeaturedResponseSchema, Jt as storefrontItinerariesListRequestSchema, Yt as storefrontItinerariesListResponseSchema, Xt as storefrontItineraryBoundsSchema, Zt as storefrontItineraryCoordinateSchema, Qt as storefrontItineraryDetailRequestSchema, $t as storefrontItineraryDetailResponseSchema, en as storefrontItineraryDetailSchema, tn as storefrontItineraryDifficultySchema, nn as storefrontItineraryLocalizedStringSchema, rn as storefrontItineraryMetricsSchema, an as storefrontItineraryPreviewSchema, on as storefrontItineraryStepSchema, sn as storefrontItinerarySummarySchema, cn as storefrontItineraryTripTypeSchema, Oe as storefrontLocalizedRichTextSchema, ke as storefrontModalMessageSchema, Ae as storefrontModulesSchema, yn as storefrontProductsRequestSchema, bn as storefrontProductsResponseSchema, xn as storefrontPublicAccessoryProductSchema, Vn as storefrontPublicAvailabilityRecordSchema, Sn as storefrontPublicBikeAvailabilityStatusSchema, Cn as storefrontPublicBikeProductSchema, wn as storefrontPublicProductDisplayModeSchema, Tn as storefrontPublicProductPriceSchema, En as storefrontPublicProductVariantAttributeSchema, Dn as storefrontPublicProductVariantIdentifierSchema, On as storefrontPublicProductVariantSchema, je as storefrontReviewsModuleSchema, Me as storefrontRichTextSchema, Ji as storefrontRoutes, Ne as storefrontSettingsSchema, Pe as storefrontShopSchema, Fe as storefrontStatusSchema, Yn as storefrontTimeSlotJourneySchema, Jn as storefrontTimeSlotSchema, Kn as storefrontTimeSlotsRequestSchema, qn as storefrontTimeSlotsResponseSchema, Ie as storefrontWorkspaceSchema, B as timeOfDaySchema, vt as toStorefrontAccessoryProducts, yt as toStorefrontBikeProducts, bt as toStorefrontBookingProducts, xt as toStorefrontBookingProductsCollections, Sr as useBookingPeriod, Vr as useFormField, ir as useOptionalStorefront, ar as useStorefront, or as useStorefrontBookingProducts, wt as useStorefrontCart, sr as useStorefrontConfig, cr as useStorefrontItineraries, lr as useStorefrontProducts, ur as useStorefrontWorkspaceLanguage, gr as useWhatsAppFloatingButton, ie as validateBookingDeliveryAddress, Qe as writeBookingSearchParamsToSessionStorage, $e as writeBookingSearchParamsToStorage };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"booking-period.d.ts","sourceRoot":"","sources":["../../src/lib/booking-period.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"booking-period.d.ts","sourceRoot":"","sources":["../../src/lib/booking-period.ts"],"names":[],"mappings":"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"}
|