@loczer/storefront-sdk 0.152.0 → 0.153.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 +677 -1139
- package/dist/StorefrontProvider.d.ts.map +1 -0
- package/dist/components/AboutSection/index.d.ts.map +1 -0
- package/dist/components/AboutSection/index.js +6 -6
- package/dist/components/AddressAutocompleteInput/index.d.ts.map +1 -0
- package/dist/components/BikeProductCard/index.d.ts.map +1 -0
- package/dist/components/BookingBikeVariantDialog/index.d.ts +12 -2
- package/dist/components/BookingBikeVariantDialog/index.d.ts.map +1 -0
- package/dist/components/BookingFlowSteps/index.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/BookingPeriodContext.d.ts +9 -0
- package/dist/components/BookingPeriodSelector/BookingPeriodContext.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/BookingEndDateField.d.ts +2 -0
- package/dist/components/BookingPeriodSelector/components/BookingEndDateField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.d.ts +2 -0
- package/dist/components/BookingPeriodSelector/components/BookingEndTimeField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/BookingPeriodFieldErrorMessage.d.ts +7 -0
- package/dist/components/BookingPeriodSelector/components/BookingPeriodFieldErrorMessage.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/BookingStartDateField.d.ts +2 -0
- package/dist/components/BookingPeriodSelector/components/BookingStartDateField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.d.ts +2 -0
- package/dist/components/BookingPeriodSelector/components/BookingStartTimeField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/internal/ModalDayPickerField.d.ts +24 -0
- package/dist/components/BookingPeriodSelector/components/internal/ModalDayPickerField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/components/internal/ModalHourPickerField.d.ts +22 -0
- package/dist/components/BookingPeriodSelector/components/internal/ModalHourPickerField.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/index.d.ts.map +1 -0
- package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts +102 -0
- package/dist/components/BookingPeriodSelector/useBookingPeriodController.d.ts.map +1 -0
- package/dist/components/ContactSection/index.d.ts.map +1 -0
- package/dist/components/ContactSection/index.js +5 -5
- package/dist/components/ContractSaleDocument/AcceptanceModal.d.ts +8 -0
- package/dist/components/ContractSaleDocument/AcceptanceModal.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/Invoice.d.ts +13 -0
- package/dist/components/ContractSaleDocument/Invoice.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/InvoiceDetails.d.ts +18 -0
- package/dist/components/ContractSaleDocument/InvoiceDetails.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/Page.d.ts +8 -0
- package/dist/components/ContractSaleDocument/Page.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/PageFooter.d.ts +11 -0
- package/dist/components/ContractSaleDocument/PageFooter.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/PageHeader.d.ts +11 -0
- package/dist/components/ContractSaleDocument/PageHeader.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/SignatureModal.d.ts +9 -0
- package/dist/components/ContractSaleDocument/SignatureModal.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/TermsAndConditionsContent.d.ts +12 -0
- package/dist/components/ContractSaleDocument/TermsAndConditionsContent.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/ThumbnailSidebar.d.ts +12 -0
- package/dist/components/ContractSaleDocument/ThumbnailSidebar.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/index.d.ts.map +1 -0
- package/dist/components/ContractSaleDocument/language.d.ts +7 -0
- package/dist/components/ContractSaleDocument/language.d.ts.map +1 -0
- package/dist/components/DelayedReveal/index.d.ts.map +1 -0
- package/dist/components/DeliveryAddressSelector/index.d.ts.map +1 -0
- package/dist/components/Footer/BusinessHours.d.ts +17 -0
- package/dist/components/Footer/BusinessHours.d.ts.map +1 -0
- package/dist/components/Footer/businessHoursUtils.d.ts +14 -0
- package/dist/components/Footer/businessHoursUtils.d.ts.map +1 -0
- package/dist/components/Footer/index.d.ts.map +1 -0
- package/dist/components/FulfillmentSection/index.d.ts.map +1 -0
- package/dist/components/Header/index.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts.map +1 -0
- package/dist/components/Map/createMarkerElement.d.ts +2 -0
- package/dist/components/Map/createMarkerElement.d.ts.map +1 -0
- package/dist/components/Map/index.d.ts +101 -1
- package/dist/components/Map/index.d.ts.map +1 -0
- package/dist/components/Map/index.js +4 -3
- package/dist/components/PlatformFooter/index.d.ts.map +1 -0
- package/dist/components/PlaygroundDevFloatingButton/index.d.ts.map +1 -0
- package/dist/components/PoweredByLoczerBadge/index.d.ts.map +1 -0
- package/dist/components/ProductPriceBadge/index.d.ts.map +1 -0
- package/dist/components/ProductWarningNotice/index.d.ts.map +1 -0
- package/dist/components/StepSectionTitle/index.d.ts.map +1 -0
- package/dist/components/StorefrontCartPanel/index.d.ts.map +1 -0
- package/dist/components/StorefrontPopupMessages/index.d.ts.map +1 -0
- package/dist/components/TestimonialsSection/index.d.ts.map +1 -0
- package/dist/components/WhatsAppFloatingButton/WhatsAppFloatingButton.d.ts +5 -0
- package/dist/components/WhatsAppFloatingButton/WhatsAppFloatingButton.d.ts.map +1 -0
- package/dist/components/WhatsAppFloatingButton/index.d.ts.map +1 -0
- package/dist/components/WhatsAppFloatingButton/useWhatsAppFloatingButton.d.ts +11 -0
- package/dist/components/WhatsAppFloatingButton/useWhatsAppFloatingButton.d.ts.map +1 -0
- package/dist/components/payment/MollieCardFieldsForm.d.ts +11 -0
- package/dist/components/payment/MollieCardFieldsForm.d.ts.map +1 -0
- package/dist/components/payment/StripeCardFieldsForm.d.ts +16 -0
- package/dist/components/payment/StripeCardFieldsForm.d.ts.map +1 -0
- package/dist/components/payment/index.d.ts.map +1 -0
- package/dist/data/accessories.d.ts.map +1 -0
- package/dist/data/bikes.d.ts.map +1 -0
- package/dist/data/config.d.ts.map +1 -0
- package/dist/i18n/I18nProvider.d.ts.map +1 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/fr.d.ts.map +1 -0
- package/dist/index.d.ts +5212 -0
- package/dist/lib/apiCall.d.ts.map +1 -0
- package/dist/lib/booking-period-time-slots.d.ts.map +1 -0
- package/dist/lib/booking-period.d.ts.map +1 -0
- package/dist/lib/booking.d.ts.map +1 -0
- package/dist/lib/cart.d.ts.map +1 -0
- package/dist/lib/cartSummary.d.ts.map +1 -0
- package/dist/lib/checkoutPaymentDecision.d.ts.map +1 -0
- package/dist/lib/checkoutPaymentSession.d.ts.map +1 -0
- package/dist/lib/checkoutSubmit.d.ts.map +1 -0
- package/dist/lib/checkoutVerifyCoupon.d.ts.map +1 -0
- package/dist/lib/contactForm.d.ts.map +1 -0
- package/dist/lib/contractSaleDocument.d.ts.map +1 -0
- package/dist/lib/contractSaleDocumentApi.d.ts.map +1 -0
- package/dist/lib/isAutomationRuntime.d.ts.map +1 -0
- package/dist/lib/mollieComponentStyles.d.ts.map +1 -0
- package/dist/lib/playgroundDevSettings.d.ts.map +1 -0
- package/dist/lib/pricing.d.ts.map +1 -0
- package/dist/lib/productImageStyles.d.ts.map +1 -0
- package/dist/lib/productVariants.d.ts.map +1 -0
- package/dist/lib/products.d.ts.map +1 -0
- package/dist/lib/richAddress.d.ts.map +1 -0
- package/dist/lib/securePaymentLink.d.ts.map +1 -0
- package/dist/lib/storefrontAvailability.d.ts.map +1 -0
- package/dist/lib/storefrontImage.d.ts.map +1 -0
- package/dist/lib/storefrontProducts.d.ts.map +1 -0
- package/dist/lib/storefrontReviews.d.ts.map +1 -0
- package/dist/lib/storefrontTimeSlots.d.ts.map +1 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/whatsapp.d.ts.map +1 -0
- package/dist/localization.d.ts +9 -13
- package/dist/localization.d.ts.map +1 -0
- package/dist/pages/BookingPage.d.ts.map +1 -0
- package/dist/pages/CheckoutPage.d.ts.map +1 -0
- package/dist/pages/CheckoutPaymentPage.d.ts.map +1 -0
- package/dist/pages/CheckoutSuccessPage.d.ts.map +1 -0
- package/dist/pages/ContractSaleDocumentPage.d.ts.map +1 -0
- package/dist/pages/ErrorPage.d.ts.map +1 -0
- package/dist/pages/HomePage.d.ts.map +1 -0
- package/dist/pages/NotFoundPage.d.ts.map +1 -0
- package/dist/pages/PaymentLinkPage.d.ts.map +1 -0
- package/dist/pages/PaymentLinkSuccessPage.d.ts.map +1 -0
- package/dist/pages/ProductPage.d.ts.map +1 -0
- package/dist/pages/checkout/components/CheckoutCouponCard.d.ts +15 -0
- package/dist/pages/checkout/components/CheckoutCouponCard.d.ts.map +1 -0
- package/dist/pages/checkout/components/CheckoutDetailsCard.d.ts +9 -0
- package/dist/pages/checkout/components/CheckoutDetailsCard.d.ts.map +1 -0
- package/dist/pages/checkout/components/CheckoutPaymentCard.d.ts +22 -0
- package/dist/pages/checkout/components/CheckoutPaymentCard.d.ts.map +1 -0
- package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.d.ts +23 -0
- package/dist/pages/checkout/components/CheckoutPaymentSummaryCard.d.ts.map +1 -0
- package/dist/pages/checkout/components/CheckoutSummaryColumn.d.ts +7 -0
- package/dist/pages/checkout/components/CheckoutSummaryColumn.d.ts.map +1 -0
- package/dist/pages/checkout/components/MollieCheckoutForm.d.ts +9 -0
- package/dist/pages/checkout/components/MollieCheckoutForm.d.ts.map +1 -0
- package/dist/pages/checkout/components/StripeCheckoutForm.d.ts +8 -0
- package/dist/pages/checkout/components/StripeCheckoutForm.d.ts.map +1 -0
- package/dist/pages/checkout/types.d.ts +14 -0
- package/dist/pages/checkout/types.d.ts.map +1 -0
- package/dist/routes.d.ts +3 -6
- package/dist/routes.d.ts.map +1 -0
- package/dist/static/strings.d.ts +2 -0
- package/dist/static/strings.d.ts.map +1 -0
- package/dist/storefrontSchemas.d.ts +565 -596
- package/dist/storefrontSchemas.d.ts.map +1 -0
- package/dist/ui/badge.d.ts.map +1 -0
- package/dist/ui/button.d.ts.map +1 -0
- package/dist/ui/card.d.ts.map +1 -0
- package/dist/ui/form.d.ts.map +1 -0
- package/dist/ui/input.d.ts.map +1 -0
- package/dist/ui/label.d.ts.map +1 -0
- package/dist/ui/radio-group.d.ts.map +1 -0
- package/dist/ui/select.d.ts.map +1 -0
- package/dist/ui/slot.d.ts.map +1 -0
- package/dist/ui/textarea.d.ts.map +1 -0
- package/dist/ui/tooltip.d.ts.map +1 -0
- package/package.json +4 -2
- package/dist/BookingPage.d.ts +0 -6
- package/dist/CheckoutPage.d.ts +0 -6
- package/dist/CheckoutPaymentPage.d.ts +0 -6
- package/dist/CheckoutSuccessPage.d.ts +0 -6
- package/dist/ContractSaleDocumentPage.d.ts +0 -116
- package/dist/ErrorPage.d.ts +0 -6
- package/dist/HomePage.d.ts +0 -6
- package/dist/I18nProvider.d.ts +0 -23
- package/dist/NotFoundPage.d.ts +0 -6
- package/dist/PaymentLinkPage.d.ts +0 -40
- package/dist/PaymentLinkSuccessPage.d.ts +0 -40
- package/dist/ProductPage.d.ts +0 -6
- package/dist/accessories.d.ts +0 -42
- package/dist/apiCall.d.ts +0 -7
- package/dist/badge.d.ts +0 -14
- package/dist/bikes.d.ts +0 -107
- package/dist/booking-period-time-slots.d.ts +0 -264
- package/dist/booking-period.d.ts +0 -193
- package/dist/booking.d.ts +0 -402
- package/dist/button.d.ts +0 -16
- package/dist/card.d.ts +0 -18
- package/dist/cart.d.ts +0 -30
- package/dist/cartSummary.d.ts +0 -205
- package/dist/checkoutPaymentDecision.d.ts +0 -48
- package/dist/checkoutPaymentSession.d.ts +0 -65
- package/dist/checkoutSubmit.d.ts +0 -97
- package/dist/checkoutVerifyCoupon.d.ts +0 -45
- package/dist/config.d.ts +0 -19
- package/dist/contactForm.d.ts +0 -22
- package/dist/contractSaleDocument.d.ts +0 -242
- package/dist/contractSaleDocumentApi.d.ts +0 -481
- package/dist/en.d.ts +0 -369
- package/dist/form.d.ts +0 -44
- package/dist/fr.d.ts +0 -369
- package/dist/input.d.ts +0 -5
- package/dist/isAutomationRuntime.d.ts +0 -3
- package/dist/label.d.ts +0 -7
- package/dist/mollieComponentStyles.d.ts +0 -3
- package/dist/playgroundDevSettings.d.ts +0 -19
- package/dist/pricing.d.ts +0 -35
- package/dist/productImageStyles.d.ts +0 -25
- package/dist/productVariants.d.ts +0 -16
- package/dist/products.d.ts +0 -224
- package/dist/radio-group.d.ts +0 -14
- package/dist/richAddress.d.ts +0 -24
- package/dist/securePaymentLink.d.ts +0 -125
- package/dist/select.d.ts +0 -41
- package/dist/slot.d.ts +0 -15
- package/dist/storefrontAvailability.d.ts +0 -107
- package/dist/storefrontImage.d.ts +0 -16
- package/dist/storefrontProducts.d.ts +0 -400
- package/dist/storefrontReviews.d.ts +0 -84
- package/dist/storefrontTimeSlots.d.ts +0 -53
- package/dist/textarea.d.ts +0 -5
- package/dist/tooltip.d.ts +0 -43
- package/dist/utils.d.ts +0 -23
- package/dist/whatsapp.d.ts +0 -326
package/dist/en.d.ts
DELETED
|
@@ -1,369 +0,0 @@
|
|
|
1
|
-
export declare const storefront: {
|
|
2
|
-
title: string;
|
|
3
|
-
subtitle: string;
|
|
4
|
-
slug_label: string;
|
|
5
|
-
info: string;
|
|
6
|
-
top_bar_message: string;
|
|
7
|
-
top_bar_whatsapp: string;
|
|
8
|
-
nav_categories: string;
|
|
9
|
-
nav_featured: string;
|
|
10
|
-
nav_products: string;
|
|
11
|
-
nav_contact: string;
|
|
12
|
-
language_toggle: string;
|
|
13
|
-
cta_book_now: string;
|
|
14
|
-
cart_button: string;
|
|
15
|
-
checkout_button: string;
|
|
16
|
-
storefront_popup_title_fallback: string;
|
|
17
|
-
status_open: string;
|
|
18
|
-
hero_title: string;
|
|
19
|
-
hero_description: string;
|
|
20
|
-
feature_secure_payment_title: string;
|
|
21
|
-
feature_secure_payment_description: string;
|
|
22
|
-
feature_delivery_title: string;
|
|
23
|
-
feature_delivery_description: string;
|
|
24
|
-
feature_ready_in_minutes_title: string;
|
|
25
|
-
feature_ready_in_minutes_description: string;
|
|
26
|
-
booking_title: string;
|
|
27
|
-
booking_subtitle: string;
|
|
28
|
-
booking_pickup_label: string;
|
|
29
|
-
booking_delivery_label: string;
|
|
30
|
-
booking_delivery_description: string;
|
|
31
|
-
booking_delivery_start_address_label: string;
|
|
32
|
-
booking_delivery_start_address_placeholder: string;
|
|
33
|
-
booking_delivery_end_address_label: string;
|
|
34
|
-
booking_delivery_end_address_placeholder: string;
|
|
35
|
-
booking_delivery_end_address_helper: string;
|
|
36
|
-
checkout_delivery_address_required: string;
|
|
37
|
-
booking_start_date: string;
|
|
38
|
-
booking_start_time: string;
|
|
39
|
-
booking_end_date: string;
|
|
40
|
-
booking_end_time: string;
|
|
41
|
-
booking_selected_days_tooltip_one: string;
|
|
42
|
-
booking_selected_days_tooltip_other: string;
|
|
43
|
-
booking_minimum_duration: string;
|
|
44
|
-
booking_submit: string;
|
|
45
|
-
flow_step_booking: string;
|
|
46
|
-
flow_step_checkout: string;
|
|
47
|
-
featured_title: string;
|
|
48
|
-
featured_description: string;
|
|
49
|
-
featured_view_all: string;
|
|
50
|
-
about_section_title: string;
|
|
51
|
-
about_section_heading: string;
|
|
52
|
-
about_section_fallback: string;
|
|
53
|
-
testimonials: {
|
|
54
|
-
title: string;
|
|
55
|
-
reviews_label: string;
|
|
56
|
-
view_on_google: string;
|
|
57
|
-
view_original: string;
|
|
58
|
-
google_user: string;
|
|
59
|
-
google_review: string;
|
|
60
|
-
tripadvisor_review: string;
|
|
61
|
-
see_more: string;
|
|
62
|
-
see_less: string;
|
|
63
|
-
};
|
|
64
|
-
availability_in_stock: string;
|
|
65
|
-
availability_low_stock: string;
|
|
66
|
-
availability_out_of_stock: string;
|
|
67
|
-
availability_quantity_unavailable: string;
|
|
68
|
-
availability_checking: string;
|
|
69
|
-
availability_remaining_count_one: string;
|
|
70
|
-
availability_remaining_count_other: string;
|
|
71
|
-
price_from: string;
|
|
72
|
-
price_then: string;
|
|
73
|
-
price_details_aria_label: string;
|
|
74
|
-
price_table_title: string;
|
|
75
|
-
price_table_day_one: string;
|
|
76
|
-
price_table_day_other: string;
|
|
77
|
-
price_table_per_day: string;
|
|
78
|
-
price_table_contact_prompt: string;
|
|
79
|
-
price_unit_day_one: string;
|
|
80
|
-
price_unit_day_other: string;
|
|
81
|
-
products_title: string;
|
|
82
|
-
products_description: string;
|
|
83
|
-
products_page_title: string;
|
|
84
|
-
products_page_subtitle: string;
|
|
85
|
-
booking_summary_title: string;
|
|
86
|
-
filter_all: string;
|
|
87
|
-
product_details_link: string;
|
|
88
|
-
product_cta: string;
|
|
89
|
-
add_to_cart: string;
|
|
90
|
-
add_short: string;
|
|
91
|
-
cart_title: string;
|
|
92
|
-
cart_items_count_one: string;
|
|
93
|
-
cart_items_count_other: string;
|
|
94
|
-
cart_empty: string;
|
|
95
|
-
cart_empty_title: string;
|
|
96
|
-
cart_empty_description: string;
|
|
97
|
-
cart_line_meta: string;
|
|
98
|
-
remove_from_cart: string;
|
|
99
|
-
cart_total_per_day: string;
|
|
100
|
-
cart_clear: string;
|
|
101
|
-
booking_select_variant_cancel: string;
|
|
102
|
-
close_modal: string;
|
|
103
|
-
decrease_quantity: string;
|
|
104
|
-
increase_quantity: string;
|
|
105
|
-
go_back: string;
|
|
106
|
-
back_to_products: string;
|
|
107
|
-
back_to_booking: string;
|
|
108
|
-
product_not_found_title: string;
|
|
109
|
-
product_not_found_description: string;
|
|
110
|
-
product_features_title: string;
|
|
111
|
-
add_to_cart_title: string;
|
|
112
|
-
add_to_cart_description: string;
|
|
113
|
-
product_size_label: string;
|
|
114
|
-
product_variant_label: string;
|
|
115
|
-
quantity_label: string;
|
|
116
|
-
go_to_checkout: string;
|
|
117
|
-
checkout_title: string;
|
|
118
|
-
checkout_subtitle: string;
|
|
119
|
-
checkout_summary_title: string;
|
|
120
|
-
checkout_summary_description: string;
|
|
121
|
-
checkout_estimated_days_one: string;
|
|
122
|
-
checkout_estimated_days_other: string;
|
|
123
|
-
checkout_estimated_total: string;
|
|
124
|
-
checkout_form_title: string;
|
|
125
|
-
checkout_form_description: string;
|
|
126
|
-
checkout_full_name_label: string;
|
|
127
|
-
checkout_full_name_placeholder: string;
|
|
128
|
-
checkout_email_label: string;
|
|
129
|
-
checkout_email_placeholder: string;
|
|
130
|
-
checkout_phone_label: string;
|
|
131
|
-
checkout_phone_placeholder: string;
|
|
132
|
-
checkout_notes_label: string;
|
|
133
|
-
checkout_notes_placeholder: string;
|
|
134
|
-
checkout_continue_to_payment: string;
|
|
135
|
-
checkout_payment_title: string;
|
|
136
|
-
checkout_payment_hold_description: string;
|
|
137
|
-
checkout_payment_hold_form_description: string;
|
|
138
|
-
checkout_payment_hold_amount: string;
|
|
139
|
-
checkout_payment_authorize_button: string;
|
|
140
|
-
checkout_payment_authorizing_button: string;
|
|
141
|
-
checkout_payment_totals_title: string;
|
|
142
|
-
checkout_payment_totals_description: string;
|
|
143
|
-
checkout_payment_amount_due_now: string;
|
|
144
|
-
checkout_payment_total_excluding_tax: string;
|
|
145
|
-
checkout_payment_vat: string;
|
|
146
|
-
checkout_payment_deposit_amount: string;
|
|
147
|
-
checkout_coupon_title: string;
|
|
148
|
-
checkout_coupon_label: string;
|
|
149
|
-
checkout_coupon_placeholder: string;
|
|
150
|
-
checkout_coupon_apply: string;
|
|
151
|
-
checkout_coupon_remove: string;
|
|
152
|
-
checkout_coupon_discount: string;
|
|
153
|
-
checkout_coupon_applied: string;
|
|
154
|
-
checkout_coupon_auto_applied: string;
|
|
155
|
-
checkout_coupon_manual_applied: string;
|
|
156
|
-
checkout_coupon_invalid: string;
|
|
157
|
-
checkout_coupon_error: string;
|
|
158
|
-
checkout_payment_estimated_total_hint: string;
|
|
159
|
-
checkout_payment_method_card: string;
|
|
160
|
-
checkout_payment_method_apple_pay: string;
|
|
161
|
-
checkout_payment_method_other: string;
|
|
162
|
-
checkout_payment_method_apple_pay_placeholder: string;
|
|
163
|
-
checkout_payment_method_other_placeholder_title: string;
|
|
164
|
-
checkout_payment_due_now_helper_deposit_refundable_until: string;
|
|
165
|
-
checkout_payment_due_now_helper_deposit: string;
|
|
166
|
-
checkout_payment_due_now_helper_none: string;
|
|
167
|
-
checkout_payment_provider: string;
|
|
168
|
-
checkout_payment_loading: string;
|
|
169
|
-
checkout_payment_error: string;
|
|
170
|
-
checkout_payment_enable_hint: string;
|
|
171
|
-
checkout_submit: string;
|
|
172
|
-
checkout_success_toast: string;
|
|
173
|
-
checkout_success_title: string;
|
|
174
|
-
checkout_success_description: string;
|
|
175
|
-
checkout_success_back_to_products: string;
|
|
176
|
-
checkout_success_back_home: string;
|
|
177
|
-
checkout_payment_return_loading: string;
|
|
178
|
-
checkout_payment_return_missing_session: string;
|
|
179
|
-
checkout_payment_return_status_error: string;
|
|
180
|
-
checkout_payment_return_refresh_status: string;
|
|
181
|
-
checkout_payment_return_back_to_checkout: string;
|
|
182
|
-
checkout_payment_return_retry_checkout: string;
|
|
183
|
-
checkout_payment_return_go_to_success: string;
|
|
184
|
-
docs_contract_sale_loading: string;
|
|
185
|
-
docs_contract_sale_not_found_title: string;
|
|
186
|
-
docs_contract_sale_load_error: string;
|
|
187
|
-
docs_contract_sale_download_pdf: string;
|
|
188
|
-
docs_contract_sale_back_to_storefront: string;
|
|
189
|
-
docs_contract_sale_language_selector_label: string;
|
|
190
|
-
docs_contract_sale_language_option_fr: string;
|
|
191
|
-
docs_contract_sale_language_option_en: string;
|
|
192
|
-
docs_contract_sale_preparing_pdf: string;
|
|
193
|
-
docs_contract_sale_download_pdf_error: string;
|
|
194
|
-
docs_contract_sale_qr_alt: string;
|
|
195
|
-
docs_contract_sale_invoice_title: string;
|
|
196
|
-
docs_contract_sale_credit_note_title: string;
|
|
197
|
-
docs_contract_sale_page_counter: string;
|
|
198
|
-
docs_contract_sale_invoice_date_label: string;
|
|
199
|
-
docs_contract_sale_credit_note_date_label: string;
|
|
200
|
-
docs_contract_sale_due_date_label: string;
|
|
201
|
-
docs_contract_sale_invoice_recipient_label: string;
|
|
202
|
-
docs_contract_sale_credit_note_recipient_label: string;
|
|
203
|
-
docs_contract_sale_description_label: string;
|
|
204
|
-
docs_contract_sale_quantity_label: string;
|
|
205
|
-
docs_contract_sale_unit_price_label: string;
|
|
206
|
-
docs_contract_sale_line_total_label: string;
|
|
207
|
-
docs_contract_sale_subtotal_label: string;
|
|
208
|
-
docs_contract_sale_tax_label: string;
|
|
209
|
-
docs_contract_sale_total_label: string;
|
|
210
|
-
docs_contract_sale_notes_title: string;
|
|
211
|
-
docs_contract_sale_submitting_signature: string;
|
|
212
|
-
docs_contract_sale_submitting_acceptance: string;
|
|
213
|
-
docs_contract_sale_acceptance_submit_error: string;
|
|
214
|
-
docs_contract_sale_signature_submit_error: string;
|
|
215
|
-
docs_contract_sale_action_signature_ready: string;
|
|
216
|
-
docs_contract_sale_action_signature_locked: string;
|
|
217
|
-
docs_contract_sale_action_acceptance_ready: string;
|
|
218
|
-
docs_contract_sale_action_acceptance_locked: string;
|
|
219
|
-
docs_contract_sale_already_signed: string;
|
|
220
|
-
docs_contract_sale_already_accepted: string;
|
|
221
|
-
docs_contract_sale_end: string;
|
|
222
|
-
docs_contract_sale_acceptance_modal_title: string;
|
|
223
|
-
docs_contract_sale_acceptance_modal_description: string;
|
|
224
|
-
docs_contract_sale_acceptance_modal_accept: string;
|
|
225
|
-
docs_contract_sale_acceptance_modal_accepting: string;
|
|
226
|
-
docs_contract_sale_modal_cancel: string;
|
|
227
|
-
docs_contract_sale_signature_modal_title: string;
|
|
228
|
-
docs_contract_sale_signature_name_label: string;
|
|
229
|
-
docs_contract_sale_signature_phone_label: string;
|
|
230
|
-
docs_contract_sale_signature_canvas_label: string;
|
|
231
|
-
docs_contract_sale_signature_clear: string;
|
|
232
|
-
docs_contract_sale_signature_modal_saving: string;
|
|
233
|
-
docs_contract_sale_signature_modal_submit: string;
|
|
234
|
-
docs_contract_sale_signature_validation_signature: string;
|
|
235
|
-
docs_contract_sale_signature_validation_identity: string;
|
|
236
|
-
docs_contract_sale_signature_acknowledgement: string;
|
|
237
|
-
docs_contract_sale_signature_issuer_label: string;
|
|
238
|
-
docs_contract_sale_signature_customer_label: string;
|
|
239
|
-
docs_contract_sale_signature_date_label: string;
|
|
240
|
-
docs_contract_sale_signature_image_alt: string;
|
|
241
|
-
docs_contract_sale_acceptance_section_accepted_title: string;
|
|
242
|
-
docs_contract_sale_acceptance_section_accepted_date: string;
|
|
243
|
-
docs_contract_sale_acceptance_section_required_title: string;
|
|
244
|
-
docs_contract_sale_acceptance_section_required_description: string;
|
|
245
|
-
accessories_title: string;
|
|
246
|
-
accessories_description: string;
|
|
247
|
-
accessories_badge: string;
|
|
248
|
-
contact_section_title: string;
|
|
249
|
-
contact_section_subtitle: string;
|
|
250
|
-
contact_section_info_title: string;
|
|
251
|
-
contact_section_info_description: string;
|
|
252
|
-
contact_section_info_description_without_whatsapp: string;
|
|
253
|
-
contact_section_whatsapp_label: string;
|
|
254
|
-
contact_section_phone_label: string;
|
|
255
|
-
contact_section_email_label: string;
|
|
256
|
-
contact_section_address_label: string;
|
|
257
|
-
contact_section_form_title: string;
|
|
258
|
-
contact_section_form_description: string;
|
|
259
|
-
contact_form_name_label: string;
|
|
260
|
-
contact_form_name_placeholder: string;
|
|
261
|
-
contact_form_email_label: string;
|
|
262
|
-
contact_form_email_placeholder: string;
|
|
263
|
-
contact_form_phone_label: string;
|
|
264
|
-
contact_form_phone_placeholder: string;
|
|
265
|
-
contact_form_message_label: string;
|
|
266
|
-
contact_form_message_placeholder: string;
|
|
267
|
-
contact_form_privacy_hint: string;
|
|
268
|
-
contact_form_submit_button: string;
|
|
269
|
-
contact_form_submitting_button: string;
|
|
270
|
-
contact_form_success_toast: string;
|
|
271
|
-
contact_form_error_toast: string;
|
|
272
|
-
contact_form_error_message: string;
|
|
273
|
-
contact_form_validation_name_required: string;
|
|
274
|
-
contact_form_validation_email_invalid: string;
|
|
275
|
-
contact_form_validation_phone_invalid: string;
|
|
276
|
-
contact_form_validation_message_required: string;
|
|
277
|
-
contact_form_validation_message_too_long: string;
|
|
278
|
-
footer_brand_title: string;
|
|
279
|
-
footer_brand_description: string;
|
|
280
|
-
footer_contact_title: string;
|
|
281
|
-
footer_whatsapp_link: string;
|
|
282
|
-
footer_hours_title: string;
|
|
283
|
-
footer_business_hours_closed: string;
|
|
284
|
-
footer_business_hours_weekday_range: string;
|
|
285
|
-
footer_business_hours_season_label: string;
|
|
286
|
-
footer_business_hours_season_range: string;
|
|
287
|
-
footer_hours_week: string;
|
|
288
|
-
footer_hours_weekend: string;
|
|
289
|
-
platform_footer_powered_by: string;
|
|
290
|
-
platform_footer_terms: string;
|
|
291
|
-
platform_footer_privacy: string;
|
|
292
|
-
platform_footer_tagline: string;
|
|
293
|
-
secure_payment_link: {
|
|
294
|
-
loading: string;
|
|
295
|
-
title: string;
|
|
296
|
-
subtitle: string;
|
|
297
|
-
secured_badge: string;
|
|
298
|
-
amount_label: string;
|
|
299
|
-
reference_label: string;
|
|
300
|
-
provider_label: string;
|
|
301
|
-
email_label: string;
|
|
302
|
-
back_to_store: string;
|
|
303
|
-
confirmation_loading_title: string;
|
|
304
|
-
confirmation_loading_description: string;
|
|
305
|
-
summary_amount: string;
|
|
306
|
-
providers: {
|
|
307
|
-
stripe_connect_oauth: string;
|
|
308
|
-
mollie_connect_oauth: string;
|
|
309
|
-
};
|
|
310
|
-
statuses: {
|
|
311
|
-
pending: string;
|
|
312
|
-
authorized: string;
|
|
313
|
-
succeeded: string;
|
|
314
|
-
failed: string;
|
|
315
|
-
cancelled: string;
|
|
316
|
-
refunded: string;
|
|
317
|
-
};
|
|
318
|
-
success_titles: {
|
|
319
|
-
pending: string;
|
|
320
|
-
authorized: string;
|
|
321
|
-
succeeded: string;
|
|
322
|
-
failed: string;
|
|
323
|
-
cancelled: string;
|
|
324
|
-
refunded: string;
|
|
325
|
-
};
|
|
326
|
-
mollie: {
|
|
327
|
-
title: string;
|
|
328
|
-
description: string;
|
|
329
|
-
cta: string;
|
|
330
|
-
form_title: string;
|
|
331
|
-
form_description: string;
|
|
332
|
-
};
|
|
333
|
-
form: {
|
|
334
|
-
loading_session: string;
|
|
335
|
-
name_label: string;
|
|
336
|
-
name_placeholder: string;
|
|
337
|
-
email_label: string;
|
|
338
|
-
email_placeholder: string;
|
|
339
|
-
cardholder_name_label: string;
|
|
340
|
-
cardholder_name_placeholder: string;
|
|
341
|
-
card_label: string;
|
|
342
|
-
card_number_label: string;
|
|
343
|
-
card_expiry_label: string;
|
|
344
|
-
card_cvc_label: string;
|
|
345
|
-
name_required: string;
|
|
346
|
-
email_required: string;
|
|
347
|
-
submit_button: string;
|
|
348
|
-
submitting_button: string;
|
|
349
|
-
};
|
|
350
|
-
errors: {
|
|
351
|
-
title: string;
|
|
352
|
-
invalid_link: string;
|
|
353
|
-
load_failed: string;
|
|
354
|
-
session_failed: string;
|
|
355
|
-
mollie_missing_url: string;
|
|
356
|
-
missing_publishable_key: string;
|
|
357
|
-
stripe_not_ready: string;
|
|
358
|
-
mollie_not_ready: string;
|
|
359
|
-
payment_failed: string;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
error_title: string;
|
|
363
|
-
error_description: string;
|
|
364
|
-
not_found_title: string;
|
|
365
|
-
not_found_description: string;
|
|
366
|
-
back_to_home: string;
|
|
367
|
-
};
|
|
368
|
-
|
|
369
|
-
export { }
|
package/dist/form.d.ts
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ClassProp } from 'class-variance-authority/types';
|
|
2
|
-
import { ControllerProps } from '@rpcbase/form';
|
|
3
|
-
import { FieldError } from 'react-hook-form';
|
|
4
|
-
import { FieldPath } from '@rpcbase/form';
|
|
5
|
-
import { FieldValues } from '@rpcbase/form';
|
|
6
|
-
import { FormProviderProps } from 'react-hook-form';
|
|
7
|
-
import { JSX } from 'react/jsx-runtime';
|
|
8
|
-
import * as React_2 from 'react';
|
|
9
|
-
import { VariantProps } from 'class-variance-authority';
|
|
10
|
-
|
|
11
|
-
export declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React_2.JSX.Element;
|
|
12
|
-
|
|
13
|
-
export declare function FormControl({ ...props }: React_2.ComponentProps<typeof Slot>): JSX.Element;
|
|
14
|
-
|
|
15
|
-
export declare function FormDescription({ className, ...props }: React_2.ComponentProps<"p">): JSX.Element;
|
|
16
|
-
|
|
17
|
-
export declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => JSX.Element;
|
|
18
|
-
|
|
19
|
-
export declare function FormItem({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
|
|
20
|
-
|
|
21
|
-
export declare function FormLabel({ className, ...props }: React_2.ComponentProps<typeof Label>): JSX.Element;
|
|
22
|
-
|
|
23
|
-
export declare function FormMessage({ className, children, style, ...props }: React_2.ComponentProps<"p">): JSX.Element;
|
|
24
|
-
|
|
25
|
-
declare const Label: React_2.ForwardRefExoticComponent<React_2.LabelHTMLAttributes<HTMLLabelElement> & VariantProps<(props?: ClassProp | undefined) => string> & React_2.RefAttributes<HTMLLabelElement>>;
|
|
26
|
-
|
|
27
|
-
declare const Slot: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLElement> & {
|
|
28
|
-
children?: React_2.ReactNode;
|
|
29
|
-
} & React_2.RefAttributes<HTMLElement>>;
|
|
30
|
-
|
|
31
|
-
export declare const useFormField: () => {
|
|
32
|
-
invalid: boolean;
|
|
33
|
-
isDirty: boolean;
|
|
34
|
-
isTouched: boolean;
|
|
35
|
-
isValidating: boolean;
|
|
36
|
-
error?: FieldError;
|
|
37
|
-
id: string;
|
|
38
|
-
name: string;
|
|
39
|
-
formItemId: string;
|
|
40
|
-
formDescriptionId: string;
|
|
41
|
-
formMessageId: string;
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export { }
|