@qite/tide-booking-component 0.0.2-preview.62 → 0.0.2-preview.63

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.
Files changed (102) hide show
  1. package/build/build-cjs/booking-wizard/components/icon.d.ts +7 -7
  2. package/build/build-cjs/booking-wizard/components/labeled-input.d.ts +18 -18
  3. package/build/build-cjs/booking-wizard/components/labeled-select.d.ts +21 -21
  4. package/build/build-cjs/booking-wizard/components/message.d.ts +9 -9
  5. package/build/build-cjs/booking-wizard/components/product-card.d.ts +8 -8
  6. package/build/build-cjs/booking-wizard/components/rating.d.ts +6 -6
  7. package/build/build-cjs/booking-wizard/components/step-indicator.d.ts +6 -6
  8. package/build/build-cjs/booking-wizard/components/step-route.d.ts +9 -9
  9. package/build/build-cjs/booking-wizard/features/booking/api.d.ts +7 -21
  10. package/build/build-cjs/booking-wizard/features/booking/booking-slice.d.ts +24 -110
  11. package/build/build-cjs/booking-wizard/features/booking/booking.d.ts +8 -8
  12. package/build/build-cjs/booking-wizard/features/booking/selectors.d.ts +80 -181
  13. package/build/build-cjs/booking-wizard/features/confirmation/confirmation.d.ts +5 -4
  14. package/build/build-cjs/booking-wizard/features/error/error.d.ts +5 -4
  15. package/build/build-cjs/booking-wizard/features/price-details/price-details-api.d.ts +5 -12
  16. package/build/build-cjs/booking-wizard/features/price-details/price-details-slice.d.ts +66 -105
  17. package/build/build-cjs/booking-wizard/features/price-details/util.d.ts +2 -5
  18. package/build/build-cjs/booking-wizard/features/product-options/no-options.d.ts +2 -2
  19. package/build/build-cjs/booking-wizard/features/product-options/none-option.d.ts +9 -17
  20. package/build/build-cjs/booking-wizard/features/product-options/option-booking-group.d.ts +12 -18
  21. package/build/build-cjs/booking-wizard/features/product-options/option-item.d.ts +11 -11
  22. package/build/build-cjs/booking-wizard/features/product-options/option-pax-card.d.ts +9 -9
  23. package/build/build-cjs/booking-wizard/features/product-options/option-pax-group.d.ts +13 -20
  24. package/build/build-cjs/booking-wizard/features/product-options/option-room.d.ts +9 -16
  25. package/build/build-cjs/booking-wizard/features/product-options/option-unit-group.d.ts +13 -20
  26. package/build/build-cjs/booking-wizard/features/product-options/option-units-card.d.ts +9 -9
  27. package/build/build-cjs/booking-wizard/features/product-options/options-form.d.ts +5 -4
  28. package/build/build-cjs/booking-wizard/features/product-options/validate-form.d.ts +2 -2
  29. package/build/build-cjs/booking-wizard/features/sidebar/index.d.ts +7 -7
  30. package/build/build-cjs/booking-wizard/features/sidebar/sidebar-flight.d.ts +8 -8
  31. package/build/build-cjs/booking-wizard/features/sidebar/sidebar-util.d.ts +9 -27
  32. package/build/build-cjs/booking-wizard/features/sidebar/sidebar.d.ts +24 -28
  33. package/build/build-cjs/booking-wizard/features/summary/summary-flight.d.ts +8 -8
  34. package/build/build-cjs/booking-wizard/features/summary/summary-slice.d.ts +8 -14
  35. package/build/build-cjs/booking-wizard/features/summary/summary.d.ts +5 -4
  36. package/build/build-cjs/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +59 -94
  37. package/build/build-cjs/booking-wizard/features/travelers-form/travelers-form.d.ts +5 -4
  38. package/build/build-cjs/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -16
  39. package/build/build-cjs/booking-wizard/features/travelers-form/validate-form.d.ts +4 -6
  40. package/build/build-cjs/booking-wizard/index.d.ts +12 -12
  41. package/build/build-cjs/booking-wizard/settings-context.d.ts +6 -5
  42. package/build/build-cjs/booking-wizard/store.d.ts +21 -41
  43. package/build/build-cjs/booking-wizard/types.d.ts +99 -98
  44. package/build/build-cjs/booking-wizard/utils/class-util.d.ts +1 -1
  45. package/build/build-cjs/booking-wizard/utils/localization-util.d.ts +1 -1
  46. package/build/build-cjs/booking-wizard/utils/query-string-util.d.ts +6 -21
  47. package/build/build-cjs/booking-wizard/utils/tide-api-utils.d.ts +2 -2
  48. package/build/build-cjs/index.d.ts +2 -2
  49. package/build/build-cjs/index.js +2891 -6614
  50. package/build/build-esm/booking-wizard/components/icon.d.ts +7 -7
  51. package/build/build-esm/booking-wizard/components/labeled-input.d.ts +18 -18
  52. package/build/build-esm/booking-wizard/components/labeled-select.d.ts +21 -21
  53. package/build/build-esm/booking-wizard/components/message.d.ts +9 -9
  54. package/build/build-esm/booking-wizard/components/product-card.d.ts +8 -8
  55. package/build/build-esm/booking-wizard/components/rating.d.ts +6 -6
  56. package/build/build-esm/booking-wizard/components/step-indicator.d.ts +6 -6
  57. package/build/build-esm/booking-wizard/components/step-route.d.ts +9 -9
  58. package/build/build-esm/booking-wizard/features/booking/api.d.ts +7 -21
  59. package/build/build-esm/booking-wizard/features/booking/booking-slice.d.ts +24 -110
  60. package/build/build-esm/booking-wizard/features/booking/booking.d.ts +8 -8
  61. package/build/build-esm/booking-wizard/features/booking/selectors.d.ts +80 -181
  62. package/build/build-esm/booking-wizard/features/confirmation/confirmation.d.ts +5 -4
  63. package/build/build-esm/booking-wizard/features/error/error.d.ts +5 -4
  64. package/build/build-esm/booking-wizard/features/price-details/price-details-api.d.ts +5 -12
  65. package/build/build-esm/booking-wizard/features/price-details/price-details-slice.d.ts +66 -105
  66. package/build/build-esm/booking-wizard/features/price-details/util.d.ts +2 -5
  67. package/build/build-esm/booking-wizard/features/product-options/no-options.d.ts +2 -2
  68. package/build/build-esm/booking-wizard/features/product-options/none-option.d.ts +9 -17
  69. package/build/build-esm/booking-wizard/features/product-options/option-booking-group.d.ts +12 -18
  70. package/build/build-esm/booking-wizard/features/product-options/option-item.d.ts +11 -11
  71. package/build/build-esm/booking-wizard/features/product-options/option-pax-card.d.ts +9 -9
  72. package/build/build-esm/booking-wizard/features/product-options/option-pax-group.d.ts +13 -20
  73. package/build/build-esm/booking-wizard/features/product-options/option-room.d.ts +9 -16
  74. package/build/build-esm/booking-wizard/features/product-options/option-unit-group.d.ts +13 -20
  75. package/build/build-esm/booking-wizard/features/product-options/option-units-card.d.ts +9 -9
  76. package/build/build-esm/booking-wizard/features/product-options/options-form.d.ts +5 -4
  77. package/build/build-esm/booking-wizard/features/product-options/validate-form.d.ts +2 -2
  78. package/build/build-esm/booking-wizard/features/sidebar/index.d.ts +7 -7
  79. package/build/build-esm/booking-wizard/features/sidebar/sidebar-flight.d.ts +8 -8
  80. package/build/build-esm/booking-wizard/features/sidebar/sidebar-util.d.ts +9 -27
  81. package/build/build-esm/booking-wizard/features/sidebar/sidebar.d.ts +24 -28
  82. package/build/build-esm/booking-wizard/features/summary/summary-flight.d.ts +8 -8
  83. package/build/build-esm/booking-wizard/features/summary/summary-slice.d.ts +8 -14
  84. package/build/build-esm/booking-wizard/features/summary/summary.d.ts +5 -4
  85. package/build/build-esm/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +59 -94
  86. package/build/build-esm/booking-wizard/features/travelers-form/travelers-form.d.ts +5 -4
  87. package/build/build-esm/booking-wizard/features/travelers-form/type-ahead-input.d.ts +16 -16
  88. package/build/build-esm/booking-wizard/features/travelers-form/validate-form.d.ts +4 -6
  89. package/build/build-esm/booking-wizard/index.d.ts +12 -12
  90. package/build/build-esm/booking-wizard/settings-context.d.ts +6 -5
  91. package/build/build-esm/booking-wizard/store.d.ts +21 -41
  92. package/build/build-esm/booking-wizard/types.d.ts +99 -98
  93. package/build/build-esm/booking-wizard/utils/class-util.d.ts +1 -1
  94. package/build/build-esm/booking-wizard/utils/localization-util.d.ts +1 -1
  95. package/build/build-esm/booking-wizard/utils/query-string-util.d.ts +6 -21
  96. package/build/build-esm/booking-wizard/utils/tide-api-utils.d.ts +2 -2
  97. package/build/build-esm/index.d.ts +2 -2
  98. package/build/build-esm/index.js +2880 -6479
  99. package/package.json +2 -2
  100. package/src/booking-wizard/features/travelers-form/travelers-form.tsx +21 -9
  101. package/src/booking-wizard/settings-context.ts +1 -0
  102. package/src/booking-wizard/types.ts +1 -0
@@ -1,7 +1,7 @@
1
- import React from "react";
2
- interface IconProps {
3
- name: string;
4
- className?: string;
5
- }
6
- declare const Icon: React.FC<IconProps>;
7
- export default Icon;
1
+ import React from "react";
2
+ interface IconProps {
3
+ name: string;
4
+ className?: string;
5
+ }
6
+ declare const Icon: React.FC<IconProps>;
7
+ export default Icon;
@@ -1,18 +1,18 @@
1
- import React from "react";
2
- interface LabeledInputProps {
3
- name: string;
4
- type?: string;
5
- required?: boolean;
6
- value?: string | number;
7
- defaultValue?: string | number;
8
- min?: string | number;
9
- max?: string | number;
10
- label?: string;
11
- placeholder?: string;
12
- hasError?: boolean;
13
- extraClassName?: string;
14
- onChange?: React.ChangeEventHandler<HTMLInputElement>;
15
- onBlur?: React.FocusEventHandler<HTMLInputElement>;
16
- }
17
- declare const LabeledInput: React.FC<LabeledInputProps>;
18
- export default LabeledInput;
1
+ import React from "react";
2
+ interface LabeledInputProps {
3
+ name: string;
4
+ type?: string;
5
+ required?: boolean;
6
+ value?: string | number;
7
+ defaultValue?: string | number;
8
+ min?: string | number;
9
+ max?: string | number;
10
+ label?: string;
11
+ placeholder?: string;
12
+ hasError?: boolean;
13
+ extraClassName?: string;
14
+ onChange?: React.ChangeEventHandler<HTMLInputElement>;
15
+ onBlur?: React.FocusEventHandler<HTMLInputElement>;
16
+ }
17
+ declare const LabeledInput: React.FC<LabeledInputProps>;
18
+ export default LabeledInput;
@@ -1,21 +1,21 @@
1
- import React from "react";
2
- interface LabeledSelectProps {
3
- name: string;
4
- id?: string;
5
- required?: boolean;
6
- value?: string | number;
7
- defaultValue?: string | number;
8
- label?: string;
9
- hasError?: boolean;
10
- extraClassName?: string;
11
- extraDropdownClassName?: string;
12
- options?: {
13
- key: string;
14
- value: string | number | undefined;
15
- label: string;
16
- }[];
17
- onChange?: React.ChangeEventHandler<HTMLSelectElement>;
18
- onBlur?: React.FocusEventHandler<HTMLSelectElement>;
19
- }
20
- declare const LabeledSelect: React.FC<LabeledSelectProps>;
21
- export default LabeledSelect;
1
+ import React from "react";
2
+ interface LabeledSelectProps {
3
+ name: string;
4
+ id?: string;
5
+ required?: boolean;
6
+ value?: string | number;
7
+ defaultValue?: string | number;
8
+ label?: string;
9
+ hasError?: boolean;
10
+ extraClassName?: string;
11
+ extraDropdownClassName?: string;
12
+ options?: {
13
+ key: string;
14
+ value: string | number | undefined;
15
+ label: string;
16
+ }[];
17
+ onChange?: React.ChangeEventHandler<HTMLSelectElement>;
18
+ onBlur?: React.FocusEventHandler<HTMLSelectElement>;
19
+ }
20
+ declare const LabeledSelect: React.FC<LabeledSelectProps>;
21
+ export default LabeledSelect;
@@ -1,9 +1,9 @@
1
- import React from "react";
2
- interface MessageProps {
3
- type: "error" | "success";
4
- title: string;
5
- actionComponent?: JSX.Element;
6
- children?: JSX.Element | JSX.Element[];
7
- }
8
- declare const Message: React.FC<MessageProps>;
9
- export default Message;
1
+ import React from "react";
2
+ interface MessageProps {
3
+ type: "error" | "success";
4
+ title: string;
5
+ actionComponent?: JSX.Element;
6
+ children?: JSX.Element | JSX.Element[];
7
+ }
8
+ declare const Message: React.FC<MessageProps>;
9
+ export default Message;
@@ -1,8 +1,8 @@
1
- import React from "react";
2
- interface ProductCardProps {
3
- productName: string;
4
- thumbnailUrl?: string;
5
- handleToggleClick: () => void;
6
- }
7
- declare const ProductCard: React.FC<ProductCardProps>;
8
- export default ProductCard;
1
+ import React from "react";
2
+ interface ProductCardProps {
3
+ productName: string;
4
+ thumbnailUrl?: string;
5
+ handleToggleClick: () => void;
6
+ }
7
+ declare const ProductCard: React.FC<ProductCardProps>;
8
+ export default ProductCard;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- interface RatingProps {
3
- rating: number;
4
- }
5
- declare const Rating: React.FC<RatingProps>;
6
- export default Rating;
1
+ import React from "react";
2
+ interface RatingProps {
3
+ rating: number;
4
+ }
5
+ declare const Rating: React.FC<RatingProps>;
6
+ export default Rating;
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- interface StepIndicatorsProps {
3
- currentStep: number;
4
- }
5
- declare const StepIndicators: React.FC<StepIndicatorsProps>;
6
- export default StepIndicators;
1
+ import React from "react";
2
+ interface StepIndicatorsProps {
3
+ currentStep: number;
4
+ }
5
+ declare const StepIndicators: React.FC<StepIndicatorsProps>;
6
+ export default StepIndicators;
@@ -1,9 +1,9 @@
1
- import React from "react";
2
- interface StepRoute {
3
- path: string;
4
- number: number;
5
- title: string;
6
- component: JSX.Element;
7
- }
8
- declare const StepRoute: React.FC<StepRoute>;
9
- export default StepRoute;
1
+ import React from "react";
2
+ interface StepRoute {
3
+ path: string;
4
+ number: number;
5
+ title: string;
6
+ component: JSX.Element;
7
+ }
8
+ declare const StepRoute: React.FC<StepRoute>;
9
+ export default StepRoute;
@@ -1,21 +1,7 @@
1
- import {
2
- BookingPackageRequest,
3
- BookingPackageDetailsRequest,
4
- BookingPackage,
5
- BookingPackageBookRequest,
6
- BookingPriceDetails,
7
- BookingTravelAgent,
8
- TideResponse,
9
- } from "@qite/tide-client/build/types";
10
- declare const packageApi: {
11
- fetchDetails: (
12
- request: BookingPackageRequest<BookingPackageDetailsRequest>,
13
- signal: AbortSignal
14
- ) => Promise<TideResponse<BookingPackage>>;
15
- fetchPriceDetails: (
16
- request: BookingPackageRequest<BookingPackageBookRequest>,
17
- signal: AbortSignal
18
- ) => Promise<BookingPriceDetails>;
19
- fetchAgents: (signal: AbortSignal) => Promise<BookingTravelAgent[]>;
20
- };
21
- export default packageApi;
1
+ import { BookingPackageRequest, BookingPackageDetailsRequest, BookingPackage, BookingPackageBookRequest, BookingPriceDetails, BookingTravelAgent, TideResponse } from "@qite/tide-client/build/types";
2
+ declare const packageApi: {
3
+ fetchDetails: (request: BookingPackageRequest<BookingPackageDetailsRequest>, signal: AbortSignal) => Promise<TideResponse<BookingPackage>>;
4
+ fetchPriceDetails: (request: BookingPackageRequest<BookingPackageBookRequest>, signal: AbortSignal) => Promise<BookingPriceDetails>;
5
+ fetchAgents: (signal: AbortSignal) => Promise<BookingTravelAgent[]>;
6
+ };
7
+ export default packageApi;
@@ -1,110 +1,24 @@
1
- import { BookingAttributes, ProductAttributes } from "../../types";
2
- import {
3
- BookingOptionGroup,
4
- BookingOptionPax,
5
- BookingOptionUnit,
6
- BookingPackage,
7
- BookingPackageRoom,
8
- BookingTravelAgent,
9
- PerBookingPackageOption,
10
- } from "@qite/tide-client/build/types";
11
- export interface BookingState {
12
- officeId: number;
13
- entryStatus: number;
14
- customEntryStatusId?: number;
15
- productAttributes?: ProductAttributes;
16
- bookingAttributes?: BookingAttributes;
17
- calculateDeposit: boolean;
18
- bookingNumber?: string;
19
- isRetry: boolean;
20
- package?: BookingPackage;
21
- agents?: BookingTravelAgent[];
22
- isBusy: boolean;
23
- skipPaymentWithAgent: boolean;
24
- generatePaymentUrl: boolean;
25
- isUnavailable?: boolean;
26
- tagIds?: number[];
27
- agentAdressId?: number;
28
- }
29
- export declare const fetchPackage: import("@reduxjs/toolkit").AsyncThunk<
30
- void,
31
- void,
32
- {}
33
- >;
34
- export declare const setOfficeId: import("@reduxjs/toolkit").ActionCreatorWithPayload<
35
- number,
36
- string
37
- >,
38
- setEntryStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<
39
- number,
40
- string
41
- >,
42
- setCustomEntryStatusId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<
43
- number | undefined,
44
- string
45
- >,
46
- setProductAttributes: import("@reduxjs/toolkit").ActionCreatorWithPayload<
47
- ProductAttributes,
48
- string
49
- >,
50
- setBookingAttributes: import("@reduxjs/toolkit").ActionCreatorWithPayload<
51
- BookingAttributes,
52
- string
53
- >,
54
- setCalculateDeposit: import("@reduxjs/toolkit").ActionCreatorWithPayload<
55
- boolean,
56
- string
57
- >,
58
- setBookingNumber: import("@reduxjs/toolkit").ActionCreatorWithPayload<
59
- string,
60
- string
61
- >,
62
- setIsRetry: import("@reduxjs/toolkit").ActionCreatorWithPayload<
63
- boolean,
64
- string
65
- >,
66
- setFetchingPackage: import("@reduxjs/toolkit").ActionCreatorWithPayload<
67
- boolean,
68
- string
69
- >,
70
- setPackage: import("@reduxjs/toolkit").ActionCreatorWithPayload<
71
- BookingPackage,
72
- string
73
- >,
74
- setPackageRooms: import("@reduxjs/toolkit").ActionCreatorWithPayload<
75
- BookingPackageRoom[],
76
- string
77
- >,
78
- setPackageOptionPax: import("@reduxjs/toolkit").ActionCreatorWithPayload<
79
- BookingOptionPax[],
80
- string
81
- >,
82
- setPackageOptionUnits: import("@reduxjs/toolkit").ActionCreatorWithPayload<
83
- BookingOptionUnit[],
84
- string
85
- >,
86
- setPackageGroups: import("@reduxjs/toolkit").ActionCreatorWithPayload<
87
- BookingOptionGroup<PerBookingPackageOption>[],
88
- string
89
- >,
90
- setSkipPayment: import("@reduxjs/toolkit").ActionCreatorWithPayload<
91
- boolean,
92
- string
93
- >,
94
- setGeneratePaymentUrl: import("@reduxjs/toolkit").ActionCreatorWithPayload<
95
- boolean,
96
- string
97
- >,
98
- setTagIds: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<
99
- number[] | undefined,
100
- string
101
- >,
102
- setAgentAdressId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<
103
- number | undefined,
104
- string
105
- >;
106
- declare const _default: import("redux").Reducer<
107
- BookingState,
108
- import("redux").AnyAction
109
- >;
110
- export default _default;
1
+ import { BookingAttributes, ProductAttributes } from "../../types";
2
+ import { BookingOptionGroup, BookingOptionPax, BookingOptionUnit, BookingPackage, BookingPackageRoom, BookingTravelAgent, PerBookingPackageOption } from "@qite/tide-client/build/types";
3
+ export interface BookingState {
4
+ officeId: number;
5
+ entryStatus: number;
6
+ customEntryStatusId?: number;
7
+ productAttributes?: ProductAttributes;
8
+ bookingAttributes?: BookingAttributes;
9
+ calculateDeposit: boolean;
10
+ bookingNumber?: string;
11
+ isRetry: boolean;
12
+ package?: BookingPackage;
13
+ agents?: BookingTravelAgent[];
14
+ isBusy: boolean;
15
+ skipPaymentWithAgent: boolean;
16
+ generatePaymentUrl: boolean;
17
+ isUnavailable?: boolean;
18
+ tagIds?: number[];
19
+ agentAdressId?: number;
20
+ }
21
+ export declare const fetchPackage: import("@reduxjs/toolkit").AsyncThunk<void, void, {}>;
22
+ export declare const setOfficeId: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>, setEntryStatus: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>, setCustomEntryStatusId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, string>, setProductAttributes: import("@reduxjs/toolkit").ActionCreatorWithPayload<ProductAttributes, string>, setBookingAttributes: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingAttributes, string>, setCalculateDeposit: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, setBookingNumber: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>, setIsRetry: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, setFetchingPackage: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, setPackage: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingPackage, string>, setPackageRooms: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingPackageRoom[], string>, setPackageOptionPax: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingOptionPax[], string>, setPackageOptionUnits: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingOptionUnit[], string>, setPackageGroups: import("@reduxjs/toolkit").ActionCreatorWithPayload<BookingOptionGroup<PerBookingPackageOption>[], string>, setSkipPayment: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, setGeneratePaymentUrl: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, string>, setTagIds: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number[] | undefined, string>, setAgentAdressId: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number | undefined, string>;
23
+ declare const _default: import("redux").Reducer<BookingState, import("redux").AnyAction>;
24
+ export default _default;
@@ -1,8 +1,8 @@
1
- import React from "react";
2
- interface BookingProps {
3
- productCode: string;
4
- productName: string;
5
- thumbnailUrl?: string;
6
- }
7
- declare const Booking: React.FC<BookingProps>;
8
- export default Booking;
1
+ import React from "react";
2
+ interface BookingProps {
3
+ productCode: string;
4
+ productName: string;
5
+ thumbnailUrl?: string;
6
+ }
7
+ declare const Booking: React.FC<BookingProps>;
8
+ export default Booking;
@@ -1,181 +1,80 @@
1
- import {
2
- BookingPackageAddress,
3
- BookingPackageBookRequest,
4
- BookingPackagePax,
5
- BookingPackageRequest,
6
- } from "@qite/tide-client/build/types/offer";
7
- import { RootState } from "../../store";
8
- import { Room } from "../../types";
9
- export declare const selectGeneratePaymentUrl: (state: RootState) => boolean;
10
- export declare const selectSkipPaymentWithAgent: (state: RootState) => boolean;
11
- export declare const selectIsFetchingProductOptions: (
12
- state: RootState
13
- ) => boolean;
14
- export declare const selectDepartureFlight: (
15
- state: RootState
16
- ) =>
17
- | import("@qite/tide-client/build/types/offer").BookingPackageFlight
18
- | undefined;
19
- export declare const selectReturnFlight: (
20
- state: RootState
21
- ) =>
22
- | import("@qite/tide-client/build/types/offer").BookingPackageFlight
23
- | undefined;
24
- export declare const selectPackageRooms: (
25
- state: RootState
26
- ) =>
27
- | import("@qite/tide-client/build/types/offer").BookingPackageRoom[]
28
- | undefined;
29
- export declare const selectPackageOptionUnits: (
30
- state: RootState
31
- ) =>
32
- | import("@qite/tide-client/build/types/offer").BookingOptionUnit[]
33
- | undefined;
34
- export declare const selectPackageOptionPax: (
35
- state: RootState
36
- ) =>
37
- | import("@qite/tide-client/build/types/offer").BookingOptionPax[]
38
- | undefined;
39
- export declare const selectPackageGroups: (
40
- state: RootState
41
- ) =>
42
- | import("@qite/tide-client/build/types/offer").BookingOptionGroup<
43
- import("@qite/tide-client/build/types/offer").PerBookingPackageOption
44
- >[]
45
- | undefined;
46
- export declare const selectPackageDetails: (
47
- state: RootState
48
- ) => import("@qite/tide-client/build/types/offer").BookingPackage | undefined;
49
- export declare const selectActiveOption: (
50
- state: RootState
51
- ) =>
52
- | import("@qite/tide-client/build/types/offer/booking-v2/shared/booking-package-option").BookingPackageOption
53
- | undefined;
54
- export declare const selectIsUnavailable: (
55
- state: RootState
56
- ) => boolean | undefined;
57
- export declare const selectRequestRooms: (
58
- state: RootState
59
- ) =>
60
- | import("@qite/tide-client/build/types/offer").BookingPackageRequestRoom[]
61
- | undefined;
62
- export declare const selectOfficeId: (state: RootState) => number;
63
- export declare const selectEntryStatus: (state: RootState) => number;
64
- export declare const selectCustomEntryStatusId: (
65
- state: RootState
66
- ) => number | undefined;
67
- export declare const selectTagIds: (state: RootState) => number[] | undefined;
68
- export declare const selectAgentAdressId: (
69
- state: RootState
70
- ) => number | undefined;
71
- export declare const selectProductAttributes: (
72
- state: RootState
73
- ) => import("../../types").ProductAttributes | undefined;
74
- export declare const selectBookingAttributes: (
75
- state: RootState
76
- ) => import("../../types").BookingAttributes | undefined;
77
- export declare const selectBookingNumber: (
78
- state: RootState
79
- ) => string | undefined;
80
- export declare const selectBookingRooms: (
81
- state: RootState
82
- ) => Room[] | undefined;
83
- export declare const selectCalculateDeposit: (state: RootState) => boolean;
84
- export declare const selectIsRetry: (state: RootState) => boolean;
85
- export declare const selectStartDate: (state: RootState) => string | undefined;
86
- export declare const selectAgents: (
87
- state: RootState
88
- ) =>
89
- | import("@qite/tide-client/build/types/offer").BookingTravelAgent[]
90
- | undefined;
91
- export declare const selectBookingQuery: (
92
- state: RootState
93
- ) => Record<string, string> | undefined;
94
- export declare const selectBookingQueryString: ((state: {
95
- booking: import("./booking-slice").BookingState;
96
- travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
97
- priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
98
- summary: import("../summary/summary-slice").SummaryState;
99
- }) => string | undefined) &
100
- import("reselect").OutputSelectorFields<
101
- (args_0: Record<string, string> | undefined) => string & {
102
- clearCache: () => void;
103
- }
104
- > & {
105
- clearCache: () => void;
106
- };
107
- export declare const selectMainBookerId: ((state: {
108
- booking: import("./booking-slice").BookingState;
109
- travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
110
- priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
111
- summary: import("../summary/summary-slice").SummaryState;
112
- }) => number | undefined) &
113
- import("reselect").OutputSelectorFields<
114
- (
115
- args_0: import("../../types").TravelersFormValues | undefined
116
- ) => number & {
117
- clearCache: () => void;
118
- }
119
- > & {
120
- clearCache: () => void;
121
- };
122
- export declare const selectBookingPackagePax: ((state: {
123
- booking: import("./booking-slice").BookingState;
124
- travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
125
- priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
126
- summary: import("../summary/summary-slice").SummaryState;
127
- }) => BookingPackagePax[]) &
128
- import("reselect").OutputSelectorFields<
129
- (
130
- args_0: import("../../types").TravelersFormValues | undefined
131
- ) => BookingPackagePax[] & {
132
- clearCache: () => void;
133
- }
134
- > & {
135
- clearCache: () => void;
136
- };
137
- export declare const selectBookingAddress: ((state: {
138
- booking: import("./booking-slice").BookingState;
139
- travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
140
- priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
141
- summary: import("../summary/summary-slice").SummaryState;
142
- }) => BookingPackageAddress | undefined) &
143
- import("reselect").OutputSelectorFields<
144
- (
145
- args_0: import("../../types").TravelersFormValues | undefined,
146
- args_1: BookingPackagePax[]
147
- ) => BookingPackageAddress & {
148
- clearCache: () => void;
149
- }
150
- > & {
151
- clearCache: () => void;
152
- };
153
- export declare const selectBookingPackageBookRequest: ((state: {
154
- booking: import("./booking-slice").BookingState;
155
- travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
156
- priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
157
- summary: import("../summary/summary-slice").SummaryState;
158
- }) => BookingPackageRequest<BookingPackageBookRequest> | null) &
159
- import("reselect").OutputSelectorFields<
160
- (
161
- args_0: number,
162
- args_1: number,
163
- args_2: number | undefined,
164
- args_3: BookingPackagePax[],
165
- args_4: BookingPackageAddress | undefined,
166
- args_5:
167
- | import("@qite/tide-client/build/types/offer").BookingPackage
168
- | undefined,
169
- args_6: boolean,
170
- args_7: number | undefined,
171
- args_8: boolean,
172
- args_9: boolean,
173
- args_10: import("@qite/tide-client/build/types/offer").BookingProductNotification[],
174
- args_11: number[] | undefined,
175
- args_12: number | undefined
176
- ) => BookingPackageRequest<BookingPackageBookRequest> & {
177
- clearCache: () => void;
178
- }
179
- > & {
180
- clearCache: () => void;
181
- };
1
+ import { BookingPackageAddress, BookingPackageBookRequest, BookingPackagePax, BookingPackageRequest } from "@qite/tide-client/build/types/offer";
2
+ import { RootState } from "../../store";
3
+ import { Room } from "../../types";
4
+ export declare const selectGeneratePaymentUrl: (state: RootState) => boolean;
5
+ export declare const selectSkipPaymentWithAgent: (state: RootState) => boolean;
6
+ export declare const selectIsFetchingProductOptions: (state: RootState) => boolean;
7
+ export declare const selectDepartureFlight: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingPackageFlight | undefined;
8
+ export declare const selectReturnFlight: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingPackageFlight | undefined;
9
+ export declare const selectPackageRooms: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingPackageRoom[] | undefined;
10
+ export declare const selectPackageOptionUnits: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingOptionUnit[] | undefined;
11
+ export declare const selectPackageOptionPax: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingOptionPax[] | undefined;
12
+ export declare const selectPackageGroups: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingOptionGroup<import("@qite/tide-client/build/types/offer").PerBookingPackageOption>[] | undefined;
13
+ export declare const selectPackageDetails: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingPackage | undefined;
14
+ export declare const selectActiveOption: (state: RootState) => import("@qite/tide-client/build/types/offer/booking-v2/shared/booking-package-option").BookingPackageOption | undefined;
15
+ export declare const selectIsUnavailable: (state: RootState) => boolean | undefined;
16
+ export declare const selectRequestRooms: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingPackageRequestRoom[] | undefined;
17
+ export declare const selectOfficeId: (state: RootState) => number;
18
+ export declare const selectEntryStatus: (state: RootState) => number;
19
+ export declare const selectCustomEntryStatusId: (state: RootState) => number | undefined;
20
+ export declare const selectTagIds: (state: RootState) => number[] | undefined;
21
+ export declare const selectAgentAdressId: (state: RootState) => number | undefined;
22
+ export declare const selectProductAttributes: (state: RootState) => import("../../types").ProductAttributes | undefined;
23
+ export declare const selectBookingAttributes: (state: RootState) => import("../../types").BookingAttributes | undefined;
24
+ export declare const selectBookingNumber: (state: RootState) => string | undefined;
25
+ export declare const selectBookingRooms: (state: RootState) => Room[] | undefined;
26
+ export declare const selectCalculateDeposit: (state: RootState) => boolean;
27
+ export declare const selectIsRetry: (state: RootState) => boolean;
28
+ export declare const selectStartDate: (state: RootState) => string | undefined;
29
+ export declare const selectAgents: (state: RootState) => import("@qite/tide-client/build/types/offer").BookingTravelAgent[] | undefined;
30
+ export declare const selectBookingQuery: (state: RootState) => Record<string, string> | undefined;
31
+ export declare const selectBookingQueryString: ((state: {
32
+ booking: import("./booking-slice").BookingState;
33
+ travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
34
+ priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
35
+ summary: import("../summary/summary-slice").SummaryState;
36
+ }) => string | undefined) & import("reselect").OutputSelectorFields<(args_0: Record<string, string> | undefined) => string & {
37
+ clearCache: () => void;
38
+ }> & {
39
+ clearCache: () => void;
40
+ };
41
+ export declare const selectMainBookerId: ((state: {
42
+ booking: import("./booking-slice").BookingState;
43
+ travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
44
+ priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
45
+ summary: import("../summary/summary-slice").SummaryState;
46
+ }) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: import("../../types").TravelersFormValues | undefined) => number & {
47
+ clearCache: () => void;
48
+ }> & {
49
+ clearCache: () => void;
50
+ };
51
+ export declare const selectBookingPackagePax: ((state: {
52
+ booking: import("./booking-slice").BookingState;
53
+ travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
54
+ priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
55
+ summary: import("../summary/summary-slice").SummaryState;
56
+ }) => BookingPackagePax[]) & import("reselect").OutputSelectorFields<(args_0: import("../../types").TravelersFormValues | undefined) => BookingPackagePax[] & {
57
+ clearCache: () => void;
58
+ }> & {
59
+ clearCache: () => void;
60
+ };
61
+ export declare const selectBookingAddress: ((state: {
62
+ booking: import("./booking-slice").BookingState;
63
+ travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
64
+ priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
65
+ summary: import("../summary/summary-slice").SummaryState;
66
+ }) => BookingPackageAddress | undefined) & import("reselect").OutputSelectorFields<(args_0: import("../../types").TravelersFormValues | undefined, args_1: BookingPackagePax[]) => BookingPackageAddress & {
67
+ clearCache: () => void;
68
+ }> & {
69
+ clearCache: () => void;
70
+ };
71
+ export declare const selectBookingPackageBookRequest: ((state: {
72
+ booking: import("./booking-slice").BookingState;
73
+ travelersForm: import("../travelers-form/travelers-form-slice").TravelersFormState;
74
+ priceDetails: import("../price-details/price-details-slice").PriceDetailsState;
75
+ summary: import("../summary/summary-slice").SummaryState;
76
+ }) => BookingPackageRequest<BookingPackageBookRequest> | null) & import("reselect").OutputSelectorFields<(args_0: number, args_1: number, args_2: number | undefined, args_3: BookingPackagePax[], args_4: BookingPackageAddress | undefined, args_5: import("@qite/tide-client/build/types/offer").BookingPackage | undefined, args_6: boolean, args_7: number | undefined, args_8: boolean, args_9: boolean, args_10: import("@qite/tide-client/build/types/offer").BookingProductNotification[], args_11: number[] | undefined, args_12: number | undefined) => BookingPackageRequest<BookingPackageBookRequest> & {
77
+ clearCache: () => void;
78
+ }> & {
79
+ clearCache: () => void;
80
+ };
@@ -1,4 +1,5 @@
1
- import React from "react";
2
- interface ConfirmationProps {}
3
- declare const Confirmation: React.FC<ConfirmationProps>;
4
- export default Confirmation;
1
+ import React from "react";
2
+ interface ConfirmationProps {
3
+ }
4
+ declare const Confirmation: React.FC<ConfirmationProps>;
5
+ export default Confirmation;