@voyantjs/bookings-ui 0.107.1 → 0.108.1
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/components/option-units-stepper-section.d.ts +9 -1
- package/dist/components/option-units-stepper-section.d.ts.map +1 -1
- package/dist/components/option-units-stepper-section.js +10 -2
- package/dist/components/person-picker-section.d.ts +7 -1
- package/dist/components/person-picker-section.d.ts.map +1 -1
- package/dist/components/person-picker-section.js +2 -2
- package/dist/i18n/en.d.ts +37 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +40 -4
- package/dist/i18n/messages.d.ts +37 -1
- package/dist/i18n/messages.d.ts.map +1 -1
- package/dist/i18n/provider.d.ts +74 -2
- package/dist/i18n/provider.d.ts.map +1 -1
- package/dist/i18n/ro.d.ts +37 -1
- package/dist/i18n/ro.d.ts.map +1 -1
- package/dist/i18n/ro.js +39 -3
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/journey/components/booking-journey.d.ts.map +1 -1
- package/dist/journey/components/booking-journey.js +270 -27
- package/dist/journey/components/journey-steps/accommodation-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/accommodation-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/accommodation-step.js +71 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/addons-step.js +40 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts +8 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/billing-step.js +78 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts +28 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/configure-steps.js +231 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts +11 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/documents-step.js +36 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts +29 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/payment-step.js +224 -0
- package/dist/journey/components/journey-steps/review-step.d.ts +27 -0
- package/dist/journey/components/journey-steps/review-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/review-step.js +18 -0
- package/dist/journey/components/journey-steps/shared.d.ts +75 -0
- package/dist/journey/components/journey-steps/shared.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/shared.js +108 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts +7 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/travelers-step.js +201 -0
- package/dist/journey/components/journey-steps.d.ts +13 -39
- package/dist/journey/components/journey-steps.d.ts.map +1 -1
- package/dist/journey/components/journey-steps.js +16 -613
- package/dist/journey/components/side-panel.d.ts +7 -2
- package/dist/journey/components/side-panel.d.ts.map +1 -1
- package/dist/journey/components/side-panel.js +73 -24
- package/dist/journey/index.d.ts +2 -2
- package/dist/journey/index.d.ts.map +1 -1
- package/dist/journey/index.js +1 -1
- package/dist/journey/lib/pax-band-dependencies.d.ts +27 -0
- package/dist/journey/lib/pax-band-dependencies.d.ts.map +1 -0
- package/dist/journey/lib/pax-band-dependencies.js +50 -0
- package/dist/journey/lib/payment-schedule.d.ts +19 -0
- package/dist/journey/lib/payment-schedule.d.ts.map +1 -0
- package/dist/journey/lib/payment-schedule.js +90 -0
- package/dist/journey/types.d.ts +141 -8
- package/dist/journey/types.d.ts.map +1 -1
- package/dist/journey/types.js +3 -1
- package/package.json +32 -32
package/dist/i18n/provider.d.ts
CHANGED
|
@@ -453,6 +453,8 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
453
453
|
productEmpty: string;
|
|
454
454
|
option: string;
|
|
455
455
|
optionNone: string;
|
|
456
|
+
owned: string;
|
|
457
|
+
supplier: string;
|
|
456
458
|
};
|
|
457
459
|
};
|
|
458
460
|
personPickerSection: {
|
|
@@ -760,12 +762,14 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
760
762
|
};
|
|
761
763
|
bookingJourney: {
|
|
762
764
|
steps: {
|
|
763
|
-
|
|
765
|
+
departure: string;
|
|
764
766
|
billing: string;
|
|
765
767
|
travelers: string;
|
|
768
|
+
options: string;
|
|
766
769
|
accommodation: string;
|
|
767
770
|
addons: string;
|
|
768
771
|
payment: string;
|
|
772
|
+
documents: string;
|
|
769
773
|
review: string;
|
|
770
774
|
billingAndContact: string;
|
|
771
775
|
reviewAndConfirm: string;
|
|
@@ -774,6 +778,10 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
774
778
|
back: string;
|
|
775
779
|
next: string;
|
|
776
780
|
checking: string;
|
|
781
|
+
continue: string;
|
|
782
|
+
edit: string;
|
|
783
|
+
done: string;
|
|
784
|
+
cancel: string;
|
|
777
785
|
};
|
|
778
786
|
values: {
|
|
779
787
|
noValue: string;
|
|
@@ -787,6 +795,10 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
787
795
|
addAtLeastTravelers: string;
|
|
788
796
|
maxTravelersPerBooking: string;
|
|
789
797
|
ageOutOfRange: string;
|
|
798
|
+
dependencyRequires: string;
|
|
799
|
+
dependencyExcludes: string;
|
|
800
|
+
dependencyLimitPerMaster: string;
|
|
801
|
+
dependencyLimitSum: string;
|
|
790
802
|
};
|
|
791
803
|
warnings: {
|
|
792
804
|
phoneMissing: string;
|
|
@@ -840,11 +852,18 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
840
852
|
country: string;
|
|
841
853
|
companyName: string;
|
|
842
854
|
vatId: string;
|
|
855
|
+
leadContactSummaryNote: string;
|
|
856
|
+
leadContactSummaryEmpty: string;
|
|
843
857
|
};
|
|
844
858
|
travelers: {
|
|
845
859
|
title: string;
|
|
860
|
+
partySize: string;
|
|
861
|
+
details: string;
|
|
862
|
+
decrease: string;
|
|
863
|
+
increase: string;
|
|
846
864
|
empty: string;
|
|
847
865
|
addTraveler: string;
|
|
866
|
+
travelerType: string;
|
|
848
867
|
travelerNumber: string;
|
|
849
868
|
ageLabel: string;
|
|
850
869
|
copyFromBilling: string;
|
|
@@ -867,6 +886,11 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
867
886
|
title: string;
|
|
868
887
|
empty: string;
|
|
869
888
|
redirectedAfterConfirm: string;
|
|
889
|
+
linkSentAfterConfirm: string;
|
|
890
|
+
cardOperatorLabel: string;
|
|
891
|
+
cardOperatorDescription: string;
|
|
892
|
+
generateLinkLabel: string;
|
|
893
|
+
generateLinkHint: string;
|
|
870
894
|
inquiryNotice: string;
|
|
871
895
|
bankTransferInstructions: string;
|
|
872
896
|
bankTransferDefaultNote: string;
|
|
@@ -894,6 +918,16 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
894
918
|
internalNotes: string;
|
|
895
919
|
confirmBooking: string;
|
|
896
920
|
confirming: string;
|
|
921
|
+
completeToConfirm: string;
|
|
922
|
+
priceOverrideToggle: string;
|
|
923
|
+
priceOverrideAmount: string;
|
|
924
|
+
priceOverrideReason: string;
|
|
925
|
+
priceOverrideReasonPlaceholder: string;
|
|
926
|
+
priceOverrideReasonRequired: string;
|
|
927
|
+
};
|
|
928
|
+
documents: {
|
|
929
|
+
saveAsDraft: string;
|
|
930
|
+
saveAsDraftHint: string;
|
|
897
931
|
};
|
|
898
932
|
contract: {
|
|
899
933
|
defaultTitle: string;
|
|
@@ -910,6 +944,8 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
910
944
|
sidePanel: {
|
|
911
945
|
youAreBooking: string;
|
|
912
946
|
total: string;
|
|
947
|
+
pricingHint: string;
|
|
948
|
+
pricingHintRooms: string;
|
|
913
949
|
guestSingular: string;
|
|
914
950
|
guestPlural: string;
|
|
915
951
|
filledOf: string;
|
|
@@ -1997,6 +2033,8 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
1997
2033
|
productEmpty: string;
|
|
1998
2034
|
option: string;
|
|
1999
2035
|
optionNone: string;
|
|
2036
|
+
owned: string;
|
|
2037
|
+
supplier: string;
|
|
2000
2038
|
};
|
|
2001
2039
|
};
|
|
2002
2040
|
personPickerSection: {
|
|
@@ -2304,12 +2342,14 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2304
2342
|
};
|
|
2305
2343
|
bookingJourney: {
|
|
2306
2344
|
steps: {
|
|
2307
|
-
|
|
2345
|
+
departure: string;
|
|
2308
2346
|
billing: string;
|
|
2309
2347
|
travelers: string;
|
|
2348
|
+
options: string;
|
|
2310
2349
|
accommodation: string;
|
|
2311
2350
|
addons: string;
|
|
2312
2351
|
payment: string;
|
|
2352
|
+
documents: string;
|
|
2313
2353
|
review: string;
|
|
2314
2354
|
billingAndContact: string;
|
|
2315
2355
|
reviewAndConfirm: string;
|
|
@@ -2318,6 +2358,10 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2318
2358
|
back: string;
|
|
2319
2359
|
next: string;
|
|
2320
2360
|
checking: string;
|
|
2361
|
+
continue: string;
|
|
2362
|
+
edit: string;
|
|
2363
|
+
done: string;
|
|
2364
|
+
cancel: string;
|
|
2321
2365
|
};
|
|
2322
2366
|
values: {
|
|
2323
2367
|
noValue: string;
|
|
@@ -2331,6 +2375,10 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2331
2375
|
addAtLeastTravelers: string;
|
|
2332
2376
|
maxTravelersPerBooking: string;
|
|
2333
2377
|
ageOutOfRange: string;
|
|
2378
|
+
dependencyRequires: string;
|
|
2379
|
+
dependencyExcludes: string;
|
|
2380
|
+
dependencyLimitPerMaster: string;
|
|
2381
|
+
dependencyLimitSum: string;
|
|
2334
2382
|
};
|
|
2335
2383
|
warnings: {
|
|
2336
2384
|
phoneMissing: string;
|
|
@@ -2384,11 +2432,18 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2384
2432
|
country: string;
|
|
2385
2433
|
companyName: string;
|
|
2386
2434
|
vatId: string;
|
|
2435
|
+
leadContactSummaryNote: string;
|
|
2436
|
+
leadContactSummaryEmpty: string;
|
|
2387
2437
|
};
|
|
2388
2438
|
travelers: {
|
|
2389
2439
|
title: string;
|
|
2440
|
+
partySize: string;
|
|
2441
|
+
details: string;
|
|
2442
|
+
decrease: string;
|
|
2443
|
+
increase: string;
|
|
2390
2444
|
empty: string;
|
|
2391
2445
|
addTraveler: string;
|
|
2446
|
+
travelerType: string;
|
|
2392
2447
|
travelerNumber: string;
|
|
2393
2448
|
ageLabel: string;
|
|
2394
2449
|
copyFromBilling: string;
|
|
@@ -2411,6 +2466,11 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2411
2466
|
title: string;
|
|
2412
2467
|
empty: string;
|
|
2413
2468
|
redirectedAfterConfirm: string;
|
|
2469
|
+
linkSentAfterConfirm: string;
|
|
2470
|
+
cardOperatorLabel: string;
|
|
2471
|
+
cardOperatorDescription: string;
|
|
2472
|
+
generateLinkLabel: string;
|
|
2473
|
+
generateLinkHint: string;
|
|
2414
2474
|
inquiryNotice: string;
|
|
2415
2475
|
bankTransferInstructions: string;
|
|
2416
2476
|
bankTransferDefaultNote: string;
|
|
@@ -2438,6 +2498,16 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2438
2498
|
internalNotes: string;
|
|
2439
2499
|
confirmBooking: string;
|
|
2440
2500
|
confirming: string;
|
|
2501
|
+
completeToConfirm: string;
|
|
2502
|
+
priceOverrideToggle: string;
|
|
2503
|
+
priceOverrideAmount: string;
|
|
2504
|
+
priceOverrideReason: string;
|
|
2505
|
+
priceOverrideReasonPlaceholder: string;
|
|
2506
|
+
priceOverrideReasonRequired: string;
|
|
2507
|
+
};
|
|
2508
|
+
documents: {
|
|
2509
|
+
saveAsDraft: string;
|
|
2510
|
+
saveAsDraftHint: string;
|
|
2441
2511
|
};
|
|
2442
2512
|
contract: {
|
|
2443
2513
|
defaultTitle: string;
|
|
@@ -2454,6 +2524,8 @@ export declare const bookingsUiMessageDefinitions: {
|
|
|
2454
2524
|
sidePanel: {
|
|
2455
2525
|
youAreBooking: string;
|
|
2456
2526
|
total: string;
|
|
2527
|
+
pricingHint: string;
|
|
2528
|
+
pricingHintRooms: string;
|
|
2457
2529
|
guestSingular: string;
|
|
2458
2530
|
guestPlural: string;
|
|
2459
2531
|
filledOf: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,aAAa,EAEb,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAKvD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,aAAa,EAEb,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAKvD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGe,CAAA;AAExD,MAAM,MAAM,0BAA0B,GAAG,sBAAsB,CAAC,kBAAkB,CAAC,CAAA;AASnF,wBAAgB,yBAAyB,CAAC,EACxC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,sBAOA;AAED,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IAClC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,GAAG,gBAAgB,CAAC,kBAAkB,CAAC,CASvC;AAED,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,MAAM,EACN,SAAS,GACV,EAAE;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,0BAA0B,GAAG,IAAI,CAAA;CAC9C,2CAWA;AAED,eAAO,MAAM,iBAAiB,4CAA4B,CAAA;AAC1D,eAAO,MAAM,qBAAqB,0BAAgC,CAAA;AAElE,wBAAgB,0BAA0B,yCAEzC;AAED,wBAAgB,8BAA8B,uBAE7C;AAED,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
package/dist/i18n/ro.d.ts
CHANGED
|
@@ -449,6 +449,8 @@ export declare const bookingsUiRo: {
|
|
|
449
449
|
productEmpty: string;
|
|
450
450
|
option: string;
|
|
451
451
|
optionNone: string;
|
|
452
|
+
owned: string;
|
|
453
|
+
supplier: string;
|
|
452
454
|
};
|
|
453
455
|
};
|
|
454
456
|
personPickerSection: {
|
|
@@ -756,12 +758,14 @@ export declare const bookingsUiRo: {
|
|
|
756
758
|
};
|
|
757
759
|
bookingJourney: {
|
|
758
760
|
steps: {
|
|
759
|
-
|
|
761
|
+
departure: string;
|
|
760
762
|
billing: string;
|
|
761
763
|
travelers: string;
|
|
764
|
+
options: string;
|
|
762
765
|
accommodation: string;
|
|
763
766
|
addons: string;
|
|
764
767
|
payment: string;
|
|
768
|
+
documents: string;
|
|
765
769
|
review: string;
|
|
766
770
|
billingAndContact: string;
|
|
767
771
|
reviewAndConfirm: string;
|
|
@@ -770,6 +774,10 @@ export declare const bookingsUiRo: {
|
|
|
770
774
|
back: string;
|
|
771
775
|
next: string;
|
|
772
776
|
checking: string;
|
|
777
|
+
continue: string;
|
|
778
|
+
edit: string;
|
|
779
|
+
done: string;
|
|
780
|
+
cancel: string;
|
|
773
781
|
};
|
|
774
782
|
values: {
|
|
775
783
|
noValue: string;
|
|
@@ -783,6 +791,10 @@ export declare const bookingsUiRo: {
|
|
|
783
791
|
addAtLeastTravelers: string;
|
|
784
792
|
maxTravelersPerBooking: string;
|
|
785
793
|
ageOutOfRange: string;
|
|
794
|
+
dependencyRequires: string;
|
|
795
|
+
dependencyExcludes: string;
|
|
796
|
+
dependencyLimitPerMaster: string;
|
|
797
|
+
dependencyLimitSum: string;
|
|
786
798
|
};
|
|
787
799
|
warnings: {
|
|
788
800
|
phoneMissing: string;
|
|
@@ -836,11 +848,18 @@ export declare const bookingsUiRo: {
|
|
|
836
848
|
country: string;
|
|
837
849
|
companyName: string;
|
|
838
850
|
vatId: string;
|
|
851
|
+
leadContactSummaryNote: string;
|
|
852
|
+
leadContactSummaryEmpty: string;
|
|
839
853
|
};
|
|
840
854
|
travelers: {
|
|
841
855
|
title: string;
|
|
856
|
+
partySize: string;
|
|
857
|
+
details: string;
|
|
858
|
+
decrease: string;
|
|
859
|
+
increase: string;
|
|
842
860
|
empty: string;
|
|
843
861
|
addTraveler: string;
|
|
862
|
+
travelerType: string;
|
|
844
863
|
travelerNumber: string;
|
|
845
864
|
ageLabel: string;
|
|
846
865
|
copyFromBilling: string;
|
|
@@ -863,6 +882,11 @@ export declare const bookingsUiRo: {
|
|
|
863
882
|
title: string;
|
|
864
883
|
empty: string;
|
|
865
884
|
redirectedAfterConfirm: string;
|
|
885
|
+
linkSentAfterConfirm: string;
|
|
886
|
+
cardOperatorLabel: string;
|
|
887
|
+
cardOperatorDescription: string;
|
|
888
|
+
generateLinkLabel: string;
|
|
889
|
+
generateLinkHint: string;
|
|
866
890
|
inquiryNotice: string;
|
|
867
891
|
bankTransferInstructions: string;
|
|
868
892
|
bankTransferDefaultNote: string;
|
|
@@ -890,6 +914,16 @@ export declare const bookingsUiRo: {
|
|
|
890
914
|
internalNotes: string;
|
|
891
915
|
confirmBooking: string;
|
|
892
916
|
confirming: string;
|
|
917
|
+
completeToConfirm: string;
|
|
918
|
+
priceOverrideToggle: string;
|
|
919
|
+
priceOverrideAmount: string;
|
|
920
|
+
priceOverrideReason: string;
|
|
921
|
+
priceOverrideReasonPlaceholder: string;
|
|
922
|
+
priceOverrideReasonRequired: string;
|
|
923
|
+
};
|
|
924
|
+
documents: {
|
|
925
|
+
saveAsDraft: string;
|
|
926
|
+
saveAsDraftHint: string;
|
|
893
927
|
};
|
|
894
928
|
contract: {
|
|
895
929
|
defaultTitle: string;
|
|
@@ -906,6 +940,8 @@ export declare const bookingsUiRo: {
|
|
|
906
940
|
sidePanel: {
|
|
907
941
|
youAreBooking: string;
|
|
908
942
|
total: string;
|
|
943
|
+
pricingHint: string;
|
|
944
|
+
pricingHintRooms: string;
|
|
909
945
|
guestSingular: string;
|
|
910
946
|
guestPlural: string;
|
|
911
947
|
filledOf: string;
|
package/dist/i18n/ro.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ro.d.ts","sourceRoot":"","sources":["../../src/i18n/ro.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ro.d.ts","sourceRoot":"","sources":["../../src/i18n/ro.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+kDK,CAAA"}
|
package/dist/i18n/ro.js
CHANGED
|
@@ -449,6 +449,8 @@ export const bookingsUiRo = {
|
|
|
449
449
|
productEmpty: "Niciun produs gasit.",
|
|
450
450
|
option: "Optiune",
|
|
451
451
|
optionNone: "Fara optiune specifica",
|
|
452
|
+
owned: "Propriu",
|
|
453
|
+
supplier: "Furnizor",
|
|
452
454
|
},
|
|
453
455
|
},
|
|
454
456
|
personPickerSection: {
|
|
@@ -756,12 +758,14 @@ export const bookingsUiRo = {
|
|
|
756
758
|
},
|
|
757
759
|
bookingJourney: {
|
|
758
760
|
steps: {
|
|
759
|
-
|
|
761
|
+
departure: "Plecare",
|
|
760
762
|
billing: "Facturare",
|
|
761
763
|
travelers: "Calatori",
|
|
764
|
+
options: "Optiuni",
|
|
762
765
|
accommodation: "Cazare",
|
|
763
766
|
addons: "Extra",
|
|
764
767
|
payment: "Plata",
|
|
768
|
+
documents: "Documente si note",
|
|
765
769
|
review: "Revizuire",
|
|
766
770
|
billingAndContact: "Facturare si contact",
|
|
767
771
|
reviewAndConfirm: "Revizuire si confirmare",
|
|
@@ -770,6 +774,10 @@ export const bookingsUiRo = {
|
|
|
770
774
|
back: "Inapoi",
|
|
771
775
|
next: "Urmatorul",
|
|
772
776
|
checking: "Se verifica...",
|
|
777
|
+
continue: "Continua",
|
|
778
|
+
edit: "Editeaza",
|
|
779
|
+
done: "Gata",
|
|
780
|
+
cancel: "Anuleaza",
|
|
773
781
|
},
|
|
774
782
|
values: {
|
|
775
783
|
noValue: "—",
|
|
@@ -783,11 +791,15 @@ export const bookingsUiRo = {
|
|
|
783
791
|
addAtLeastTravelers: "Adauga cel putin {count} calator{plural} pentru a continua.",
|
|
784
792
|
maxTravelersPerBooking: "Maximum {count} calatori per rezervare.",
|
|
785
793
|
ageOutOfRange: "Varsta {age} este in afara intervalului acceptat pentru acest produs.",
|
|
794
|
+
dependencyRequires: "{dependent} necesita cel putin un {master}.",
|
|
795
|
+
dependencyExcludes: "{dependent} nu poate fi combinat cu {master}.",
|
|
796
|
+
dependencyLimitPerMaster: "Maximum {limit} {dependent} per {master}.",
|
|
797
|
+
dependencyLimitSum: "Maximum {limit} {dependent} permis.",
|
|
786
798
|
},
|
|
787
799
|
warnings: {
|
|
788
800
|
phoneMissing: "Numarul de telefon lipseste - util pentru contact furnizor in ultimul moment.",
|
|
789
801
|
billingCountryMissing: "Tara de facturare lipseste - taxele nu se calculeaza pana la completare.",
|
|
790
|
-
vatMissing: "Codul
|
|
802
|
+
vatMissing: "Codul fiscal lipseste - necesar pentru facturarea catre companie (B2B).",
|
|
791
803
|
travelerFieldRequired: "{traveler}: {field} este obligatoriu.",
|
|
792
804
|
paymentIntentMissing: "Intentia de plata lipseste - rezervarea va ramane implicit in asteptare.",
|
|
793
805
|
noTravelers: "Nu exista calatori adaugati - este recomandat cel putin unul pentru operare.",
|
|
@@ -835,12 +847,19 @@ export const bookingsUiRo = {
|
|
|
835
847
|
postalCode: "Cod postal",
|
|
836
848
|
country: "Tara",
|
|
837
849
|
companyName: "Nume companie",
|
|
838
|
-
vatId: "Cod
|
|
850
|
+
vatId: "Cod fiscal",
|
|
851
|
+
leadContactSummaryNote: "Datele provin din contactul selectat — editeaza-le mai sus.",
|
|
852
|
+
leadContactSummaryEmpty: "Cauta si selecteaza un contact mai sus, sau creeaza unul nou.",
|
|
839
853
|
},
|
|
840
854
|
travelers: {
|
|
841
855
|
title: "Calatori",
|
|
856
|
+
partySize: "Componenta grupului",
|
|
857
|
+
details: "Detalii calatori",
|
|
858
|
+
decrease: "Scade {label}",
|
|
859
|
+
increase: "Adauga {label}",
|
|
842
860
|
empty: "Alege numarul de calatori in pasul Configurare pentru a adauga detalii.",
|
|
843
861
|
addTraveler: "Adauga calator",
|
|
862
|
+
travelerType: "Tip calator",
|
|
844
863
|
travelerNumber: "Calator {number}",
|
|
845
864
|
ageLabel: "varsta {age}",
|
|
846
865
|
copyFromBilling: "Copiaza din facturare",
|
|
@@ -863,6 +882,11 @@ export const bookingsUiRo = {
|
|
|
863
882
|
title: "Plata",
|
|
864
883
|
empty: "Nu exista metode de plata disponibile pentru aceasta rezervare.",
|
|
865
884
|
redirectedAfterConfirm: "Vei fi redirectionat catre pagina noastra securizata de plata dupa confirmarea rezervarii.",
|
|
885
|
+
linkSentAfterConfirm: "Dupa confirmare se genereaza un link securizat de plata pentru client, care alege cum plateste. Nu se incaseaza nimic acum.",
|
|
886
|
+
cardOperatorLabel: "Link de plata online",
|
|
887
|
+
cardOperatorDescription: "Clientul plateste online printr-un link securizat dupa confirmare. Nu se incaseaza instant; inventarul este rezervat la confirmare.",
|
|
888
|
+
generateLinkLabel: "Genereaza un link de plata online",
|
|
889
|
+
generateLinkHint: "Creeaza un link securizat de plata online pentru aceasta rezervare dupa confirmare. Lasa nebifat pentru a doar rezerva si a incasa mai tarziu.",
|
|
866
890
|
inquiryNotice: "Vom trimite detaliile tale catre operator fara a bloca inventar sau a incasa plata. Operatorul va reveni cu disponibilitate si oferta - de obicei intr-o zi lucratoare.",
|
|
867
891
|
bankTransferInstructions: "Instructiuni transfer bancar",
|
|
868
892
|
bankTransferDefaultNote: "Dupa trimitere, vei primi un email cu detaliile bancare si o referinta de plata. Inventarul este pastrat in asteptarea platii.",
|
|
@@ -890,6 +914,16 @@ export const bookingsUiRo = {
|
|
|
890
914
|
internalNotes: "Note interne (doar operator)",
|
|
891
915
|
confirmBooking: "Confirma rezervarea",
|
|
892
916
|
confirming: "Se confirma...",
|
|
917
|
+
completeToConfirm: "Completeaza sectiunile evidentiate mai sus pentru a confirma.",
|
|
918
|
+
priceOverrideToggle: "Modifica pretul total",
|
|
919
|
+
priceOverrideAmount: "Pret total",
|
|
920
|
+
priceOverrideReason: "Motivul modificarii",
|
|
921
|
+
priceOverrideReasonPlaceholder: "De ce se modifica pretul?",
|
|
922
|
+
priceOverrideReasonRequired: "Este necesar un motiv cand pretul este modificat.",
|
|
923
|
+
},
|
|
924
|
+
documents: {
|
|
925
|
+
saveAsDraft: "Salveaza ca ciorna",
|
|
926
|
+
saveAsDraftHint: "Pastreaza rezervarea ca ciorna. Lasa nebifat pentru a o crea activa - confirmata daca plata este marcata achitata, altfel in asteptarea platii.",
|
|
893
927
|
},
|
|
894
928
|
contract: {
|
|
895
929
|
defaultTitle: "Contract rezervare",
|
|
@@ -906,6 +940,8 @@ export const bookingsUiRo = {
|
|
|
906
940
|
sidePanel: {
|
|
907
941
|
youAreBooking: "Rezervi",
|
|
908
942
|
total: "Total",
|
|
943
|
+
pricingHint: "Adauga calatori pentru a vedea pretul.",
|
|
944
|
+
pricingHintRooms: "Selecteaza camere pentru a vedea pretul.",
|
|
909
945
|
guestSingular: "oaspete",
|
|
910
946
|
guestPlural: "oaspeti",
|
|
911
947
|
filledOf: "{filled} din {total} completati",
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { BookingCancellationDialog, type BookingCancellationDialogProps, } from
|
|
|
3
3
|
export { BookingCombobox, type BookingComboboxProps, } from "./components/booking-combobox.js";
|
|
4
4
|
export { BookingCreatePage, type BookingCreatePageProps, } from "./components/booking-create-page.js";
|
|
5
5
|
export { BookingCreateForm, type BookingCreateFormProps, BookingCreateSheet, type BookingCreateSheetProps, } from "./components/booking-create-sheet.js";
|
|
6
|
+
export { type DepartureSlotSearchRecord, getBookableDepartureSlots, } from "./components/booking-create-utils.js";
|
|
6
7
|
export { BookingBillingContextCard, BookingDetailPage, type BookingDetailPageProps, type BookingDetailPageSlots, type BookingDetailSlotContent, type BookingDetailTabSlot, } from "./components/booking-detail-page.js";
|
|
7
8
|
export { BookingDialog, type BookingDialogProps } from "./components/booking-dialog.js";
|
|
8
9
|
export { BookingDocumentDialog, type BookingDocumentDialogProps, } from "./components/booking-document-dialog.js";
|
|
@@ -24,7 +25,7 @@ export { BookingQuickViewSheet, type BookingQuickViewSheetProps, } from "./compo
|
|
|
24
25
|
export { BookingsPage, type BookingsPageProps } from "./components/bookings-page.js";
|
|
25
26
|
export { FileDropzone, type FileDropzoneProps, type UploadedFile, } from "./components/file-dropzone.js";
|
|
26
27
|
export { IconActionButton, type IconActionButtonProps, } from "./components/icon-action-button.js";
|
|
27
|
-
export { OptionUnitsStepperSection, type OptionUnitsStepperSectionProps, type OptionUnitsStepperValue, } from "./components/option-units-stepper-section.js";
|
|
28
|
+
export { emptyOptionUnitsStepperValue, OptionUnitsStepperSection, type OptionUnitsStepperSectionProps, type OptionUnitsStepperUnit, type OptionUnitsStepperValue, } from "./components/option-units-stepper-section.js";
|
|
28
29
|
export { type PaymentScheduleMode, PaymentScheduleSection, type PaymentScheduleSectionProps, type PaymentScheduleValue, } from "./components/payment-schedule-section.js";
|
|
29
30
|
export { type NewPersonValue, type PersonPickerMode, PersonPickerSection, type PersonPickerSectionProps, type PersonPickerValue, } from "./components/person-picker-section.js";
|
|
30
31
|
export { type PriceBreakdownLine, PriceBreakdownSection, type PriceBreakdownSectionProps, } from "./components/price-breakdown-section.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,KAAK,4BAA4B,GAClC,MAAM,2CAA2C,CAAA;AAClD,OAAO,EACL,yBAAyB,EACzB,KAAK,8BAA8B,GACpC,MAAM,6CAA6C,CAAA;AACpD,OAAO,EACL,eAAe,EACf,KAAK,oBAAoB,GAC1B,MAAM,kCAAkC,CAAA;AACzC,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,KAAK,yBAAyB,EAC9B,yBAAyB,GAC1B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,GAC1B,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AACvF,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,yCAAyC,CAAA;AAChD,OAAO,EACL,mBAAmB,EACnB,KAAK,wBAAwB,GAC9B,MAAM,uCAAuC,CAAA;AAC9C,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,2CAA2C,CAAA;AAClD,OAAO,EACL,mBAAmB,EACnB,KAAK,wBAAwB,GAC9B,MAAM,uCAAuC,CAAA;AAC9C,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,0CAA0C,CAAA;AACjD,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qCAAqC,CAAA;AACpG,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAA;AAC9F,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EACL,WAAW,EACX,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,GACtB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACpF,OAAO,EACL,kCAAkC,EAClC,KAAK,uCAAuC,GAC7C,MAAM,uDAAuD,CAAA;AAC9D,OAAO,EACL,4BAA4B,EAC5B,KAAK,iCAAiC,GACvC,MAAM,iDAAiD,CAAA;AACxD,OAAO,EACL,0BAA0B,EAC1B,KAAK,+BAA+B,GACrC,MAAM,+CAA+C,CAAA;AACtD,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,EAChC,KAAK,yBAAyB,GAC/B,MAAM,0CAA0C,CAAA;AACjD,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,0CAA0C,CAAA;AACjD,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACpF,OAAO,EACL,YAAY,EACZ,KAAK,iBAAiB,EACtB,KAAK,YAAY,GAClB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EACL,gBAAgB,EAChB,KAAK,qBAAqB,GAC3B,MAAM,oCAAoC,CAAA;AAC3C,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,EACzB,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,GAC7B,MAAM,8CAA8C,CAAA;AACrD,OAAO,EACL,KAAK,mBAAmB,EACxB,sBAAsB,EACtB,KAAK,2BAA2B,EAChC,KAAK,oBAAoB,GAC1B,MAAM,0CAA0C,CAAA;AACjD,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,GACvB,MAAM,uCAAuC,CAAA;AAC9C,OAAO,EACL,KAAK,kBAAkB,EACvB,qBAAqB,EACrB,KAAK,0BAA0B,GAChC,MAAM,yCAAyC,CAAA;AAChD,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,GACxB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EACL,KAAK,cAAc,EACnB,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,KAAK,eAAe,GACrB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,KAAK,UAAU,EAAE,MAAM,8BAA8B,CAAA;AAC1F,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,GAC/B,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EACL,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,sCAAsC,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAC1F,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+BAA+B,CAAA;AACpF,OAAO,EACL,mBAAmB,EACnB,sBAAsB,EACtB,KAAK,cAAc,EACnB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,gBAAgB,EAChB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,GAClC,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EACL,KAAK,aAAa,EAClB,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,KAAK,kBAAkB,GACxB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,kBAAkB,EACvB,0BAA0B,EAC1B,YAAY,EACZ,4BAA4B,EAC5B,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,yBAAyB,EACzB,iBAAiB,EACjB,0BAA0B,EAC1B,qBAAqB,EACrB,8BAA8B,GAC/B,MAAM,iBAAiB,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { BookingCancellationDialog, } from "./components/booking-cancellation-di
|
|
|
3
3
|
export { BookingCombobox, } from "./components/booking-combobox.js";
|
|
4
4
|
export { BookingCreatePage, } from "./components/booking-create-page.js";
|
|
5
5
|
export { BookingCreateForm, BookingCreateSheet, } from "./components/booking-create-sheet.js";
|
|
6
|
+
export { getBookableDepartureSlots, } from "./components/booking-create-utils.js";
|
|
6
7
|
export { BookingBillingContextCard, BookingDetailPage, } from "./components/booking-detail-page.js";
|
|
7
8
|
export { BookingDialog } from "./components/booking-dialog.js";
|
|
8
9
|
export { BookingDocumentDialog, } from "./components/booking-document-dialog.js";
|
|
@@ -24,7 +25,7 @@ export { BookingQuickViewSheet, } from "./components/booking-quick-view-sheet.js
|
|
|
24
25
|
export { BookingsPage } from "./components/bookings-page.js";
|
|
25
26
|
export { FileDropzone, } from "./components/file-dropzone.js";
|
|
26
27
|
export { IconActionButton, } from "./components/icon-action-button.js";
|
|
27
|
-
export { OptionUnitsStepperSection, } from "./components/option-units-stepper-section.js";
|
|
28
|
+
export { emptyOptionUnitsStepperValue, OptionUnitsStepperSection, } from "./components/option-units-stepper-section.js";
|
|
28
29
|
export { PaymentScheduleSection, } from "./components/payment-schedule-section.js";
|
|
29
30
|
export { PersonPickerSection, } from "./components/person-picker-section.js";
|
|
30
31
|
export { PriceBreakdownSection, } from "./components/price-breakdown-section.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"booking-journey.d.ts","sourceRoot":"","sources":["../../../src/journey/components/booking-journey.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"booking-journey.d.ts","sourceRoot":"","sources":["../../../src/journey/components/booking-journey.tsx"],"names":[],"mappings":"AA0CA,OAAO,EACL,KAAK,mBAAmB,EAIzB,MAAM,aAAa,CAAA;AAiBpB,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,KAAK,CAAC,YAAY,CAkpB7E"}
|