@voyant-travel/flights-react 0.119.2

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 (187) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +74 -0
  3. package/dist/admin/index.d.ts +134 -0
  4. package/dist/admin/index.d.ts.map +1 -0
  5. package/dist/admin/index.js +122 -0
  6. package/dist/admin/pages/flight-book-page.d.ts +12 -0
  7. package/dist/admin/pages/flight-book-page.d.ts.map +1 -0
  8. package/dist/admin/pages/flight-book-page.js +40 -0
  9. package/dist/admin/pages/flights-index-page.d.ts +14 -0
  10. package/dist/admin/pages/flights-index-page.d.ts.map +1 -0
  11. package/dist/admin/pages/flights-index-page.js +28 -0
  12. package/dist/client.d.ts +16 -0
  13. package/dist/client.d.ts.map +1 -0
  14. package/dist/client.js +75 -0
  15. package/dist/components/airline-logo.d.ts +19 -0
  16. package/dist/components/airline-logo.d.ts.map +1 -0
  17. package/dist/components/airline-logo.js +18 -0
  18. package/dist/components/airport-combobox.d.ts +20 -0
  19. package/dist/components/airport-combobox.d.ts.map +1 -0
  20. package/dist/components/airport-combobox.js +31 -0
  21. package/dist/components/billing-pickers.d.ts +19 -0
  22. package/dist/components/billing-pickers.d.ts.map +1 -0
  23. package/dist/components/billing-pickers.js +148 -0
  24. package/dist/components/flight-baggage-step.d.ts +32 -0
  25. package/dist/components/flight-baggage-step.d.ts.map +1 -0
  26. package/dist/components/flight-baggage-step.js +119 -0
  27. package/dist/components/flight-billing-step.d.ts +69 -0
  28. package/dist/components/flight-billing-step.d.ts.map +1 -0
  29. package/dist/components/flight-billing-step.js +117 -0
  30. package/dist/components/flight-booking-journey.d.ts +31 -0
  31. package/dist/components/flight-booking-journey.d.ts.map +1 -0
  32. package/dist/components/flight-booking-journey.js +103 -0
  33. package/dist/components/flight-booking-ledger.d.ts +53 -0
  34. package/dist/components/flight-booking-ledger.d.ts.map +1 -0
  35. package/dist/components/flight-booking-ledger.js +104 -0
  36. package/dist/components/flight-booking-page.d.ts +25 -0
  37. package/dist/components/flight-booking-page.d.ts.map +1 -0
  38. package/dist/components/flight-booking-page.js +175 -0
  39. package/dist/components/flight-booking-shell-helpers.d.ts +29 -0
  40. package/dist/components/flight-booking-shell-helpers.d.ts.map +1 -0
  41. package/dist/components/flight-booking-shell-helpers.js +204 -0
  42. package/dist/components/flight-booking-shell-panels.d.ts +24 -0
  43. package/dist/components/flight-booking-shell-panels.d.ts.map +1 -0
  44. package/dist/components/flight-booking-shell-panels.js +39 -0
  45. package/dist/components/flight-booking-shell-types.d.ts +49 -0
  46. package/dist/components/flight-booking-shell-types.d.ts.map +1 -0
  47. package/dist/components/flight-booking-shell-types.js +18 -0
  48. package/dist/components/flight-booking-shell.d.ts +12 -0
  49. package/dist/components/flight-booking-shell.d.ts.map +1 -0
  50. package/dist/components/flight-booking-shell.js +210 -0
  51. package/dist/components/flight-contact-form.d.ts +16 -0
  52. package/dist/components/flight-contact-form.d.ts.map +1 -0
  53. package/dist/components/flight-contact-form.js +25 -0
  54. package/dist/components/flight-fare-upsell-step.d.ts +26 -0
  55. package/dist/components/flight-fare-upsell-step.d.ts.map +1 -0
  56. package/dist/components/flight-fare-upsell-step.js +169 -0
  57. package/dist/components/flight-filters-bar.d.ts +19 -0
  58. package/dist/components/flight-filters-bar.d.ts.map +1 -0
  59. package/dist/components/flight-filters-bar.js +98 -0
  60. package/dist/components/flight-itinerary.d.ts +28 -0
  61. package/dist/components/flight-itinerary.d.ts.map +1 -0
  62. package/dist/components/flight-itinerary.js +110 -0
  63. package/dist/components/flight-offer-detail.d.ts +21 -0
  64. package/dist/components/flight-offer-detail.d.ts.map +1 -0
  65. package/dist/components/flight-offer-detail.js +49 -0
  66. package/dist/components/flight-offer-row.d.ts +25 -0
  67. package/dist/components/flight-offer-row.d.ts.map +1 -0
  68. package/dist/components/flight-offer-row.js +78 -0
  69. package/dist/components/flight-order-confirmation.d.ts +13 -0
  70. package/dist/components/flight-order-confirmation.d.ts.map +1 -0
  71. package/dist/components/flight-order-confirmation.js +46 -0
  72. package/dist/components/flight-passenger-form.d.ts +49 -0
  73. package/dist/components/flight-passenger-form.d.ts.map +1 -0
  74. package/dist/components/flight-passenger-form.js +159 -0
  75. package/dist/components/flight-payment-selector.d.ts +13 -0
  76. package/dist/components/flight-payment-selector.d.ts.map +1 -0
  77. package/dist/components/flight-payment-selector.js +32 -0
  78. package/dist/components/flight-payment-step.d.ts +32 -0
  79. package/dist/components/flight-payment-step.d.ts.map +1 -0
  80. package/dist/components/flight-payment-step.js +81 -0
  81. package/dist/components/flight-search-form.d.ts +14 -0
  82. package/dist/components/flight-search-form.d.ts.map +1 -0
  83. package/dist/components/flight-search-form.js +58 -0
  84. package/dist/components/flight-seat-map.d.ts +32 -0
  85. package/dist/components/flight-seat-map.d.ts.map +1 -0
  86. package/dist/components/flight-seat-map.js +101 -0
  87. package/dist/components/flight-seats-step.d.ts +40 -0
  88. package/dist/components/flight-seats-step.d.ts.map +1 -0
  89. package/dist/components/flight-seats-step.js +214 -0
  90. package/dist/components/flight-services-step.d.ts +27 -0
  91. package/dist/components/flight-services-step.d.ts.map +1 -0
  92. package/dist/components/flight-services-step.js +123 -0
  93. package/dist/components/flights-page-panels.d.ts +27 -0
  94. package/dist/components/flights-page-panels.d.ts.map +1 -0
  95. package/dist/components/flights-page-panels.js +40 -0
  96. package/dist/components/flights-page-types.d.ts +39 -0
  97. package/dist/components/flights-page-types.d.ts.map +1 -0
  98. package/dist/components/flights-page-types.js +1 -0
  99. package/dist/components/flights-page-utils.d.ts +14 -0
  100. package/dist/components/flights-page-utils.d.ts.map +1 -0
  101. package/dist/components/flights-page-utils.js +79 -0
  102. package/dist/components/flights-page.d.ts +4 -0
  103. package/dist/components/flights-page.d.ts.map +1 -0
  104. package/dist/components/flights-page.js +209 -0
  105. package/dist/components/passenger-contact-picker.d.ts +16 -0
  106. package/dist/components/passenger-contact-picker.d.ts.map +1 -0
  107. package/dist/components/passenger-contact-picker.js +45 -0
  108. package/dist/components/pax-cabin-popover.d.ts +18 -0
  109. package/dist/components/pax-cabin-popover.d.ts.map +1 -0
  110. package/dist/components/pax-cabin-popover.js +35 -0
  111. package/dist/components/popular-routes.d.ts +42 -0
  112. package/dist/components/popular-routes.d.ts.map +1 -0
  113. package/dist/components/popular-routes.js +108 -0
  114. package/dist/hooks/index.d.ts +13 -0
  115. package/dist/hooks/index.d.ts.map +1 -0
  116. package/dist/hooks/index.js +12 -0
  117. package/dist/hooks/use-aircraft.d.ts +17 -0
  118. package/dist/hooks/use-aircraft.d.ts.map +1 -0
  119. package/dist/hooks/use-aircraft.js +18 -0
  120. package/dist/hooks/use-airlines.d.ts +18 -0
  121. package/dist/hooks/use-airlines.d.ts.map +1 -0
  122. package/dist/hooks/use-airlines.js +18 -0
  123. package/dist/hooks/use-airport-search.d.ts +28 -0
  124. package/dist/hooks/use-airport-search.d.ts.map +1 -0
  125. package/dist/hooks/use-airport-search.js +23 -0
  126. package/dist/hooks/use-airports.d.ts +21 -0
  127. package/dist/hooks/use-airports.d.ts.map +1 -0
  128. package/dist/hooks/use-airports.js +17 -0
  129. package/dist/hooks/use-flight-ancillaries.d.ts +63 -0
  130. package/dist/hooks/use-flight-ancillaries.d.ts.map +1 -0
  131. package/dist/hooks/use-flight-ancillaries.js +24 -0
  132. package/dist/hooks/use-flight-book.d.ts +139 -0
  133. package/dist/hooks/use-flight-book.d.ts.map +1 -0
  134. package/dist/hooks/use-flight-book.js +24 -0
  135. package/dist/hooks/use-flight-offer.d.ts +106 -0
  136. package/dist/hooks/use-flight-offer.d.ts.map +1 -0
  137. package/dist/hooks/use-flight-offer.js +20 -0
  138. package/dist/hooks/use-flight-order.d.ts +286 -0
  139. package/dist/hooks/use-flight-order.d.ts.map +1 -0
  140. package/dist/hooks/use-flight-order.js +38 -0
  141. package/dist/hooks/use-flight-orders.d.ts +147 -0
  142. package/dist/hooks/use-flight-orders.d.ts.map +1 -0
  143. package/dist/hooks/use-flight-orders.js +31 -0
  144. package/dist/hooks/use-flight-search.d.ts +110 -0
  145. package/dist/hooks/use-flight-search.d.ts.map +1 -0
  146. package/dist/hooks/use-flight-search.js +18 -0
  147. package/dist/hooks/use-flight-seat-map.d.ts +49 -0
  148. package/dist/hooks/use-flight-seat-map.d.ts.map +1 -0
  149. package/dist/hooks/use-flight-seat-map.js +23 -0
  150. package/dist/hooks/use-saved-payment-methods.d.ts +23 -0
  151. package/dist/hooks/use-saved-payment-methods.d.ts.map +1 -0
  152. package/dist/hooks/use-saved-payment-methods.js +20 -0
  153. package/dist/i18n/en.d.ts +465 -0
  154. package/dist/i18n/en.d.ts.map +1 -0
  155. package/dist/i18n/en.js +520 -0
  156. package/dist/i18n/index.d.ts +5 -0
  157. package/dist/i18n/index.d.ts.map +1 -0
  158. package/dist/i18n/index.js +3 -0
  159. package/dist/i18n/messages.d.ts +392 -0
  160. package/dist/i18n/messages.d.ts.map +1 -0
  161. package/dist/i18n/messages.js +1 -0
  162. package/dist/i18n/provider.d.ts +952 -0
  163. package/dist/i18n/provider.d.ts.map +1 -0
  164. package/dist/i18n/provider.js +44 -0
  165. package/dist/i18n/ro.d.ts +465 -0
  166. package/dist/i18n/ro.d.ts.map +1 -0
  167. package/dist/i18n/ro.js +520 -0
  168. package/dist/index.d.ts +7 -0
  169. package/dist/index.d.ts.map +1 -0
  170. package/dist/index.js +6 -0
  171. package/dist/provider.d.ts +2 -0
  172. package/dist/provider.d.ts.map +1 -0
  173. package/dist/provider.js +1 -0
  174. package/dist/query-keys.d.ts +42 -0
  175. package/dist/query-keys.d.ts.map +1 -0
  176. package/dist/query-keys.js +22 -0
  177. package/dist/query-options.d.ts +827 -0
  178. package/dist/query-options.d.ts.map +1 -0
  179. package/dist/query-options.js +58 -0
  180. package/dist/schemas.d.ts +1658 -0
  181. package/dist/schemas.d.ts.map +1 -0
  182. package/dist/schemas.js +295 -0
  183. package/dist/ui.d.ts +31 -0
  184. package/dist/ui.d.ts.map +1 -0
  185. package/dist/ui.js +28 -0
  186. package/package.json +148 -0
  187. package/src/styles.css +11 -0
@@ -0,0 +1,465 @@
1
+ export declare const flightsUiEn: {
2
+ common: {
3
+ noValue: string;
4
+ total: string;
5
+ included: string;
6
+ free: string;
7
+ selected: string;
8
+ recommended: string;
9
+ passengerSingular: string;
10
+ passengerPlural: string;
11
+ pax: string;
12
+ adultPerPassenger: string;
13
+ passengerTypeLabels: {
14
+ adult: string;
15
+ child: string;
16
+ infant: string;
17
+ senior: string;
18
+ youth: string;
19
+ };
20
+ cabinLabels: {
21
+ economy: string;
22
+ premium_economy: string;
23
+ business: string;
24
+ first: string;
25
+ };
26
+ genderLabels: {
27
+ M: string;
28
+ F: string;
29
+ X: string;
30
+ };
31
+ documentTypeLabels: {
32
+ passport: string;
33
+ national_id: string;
34
+ visa: string;
35
+ };
36
+ orderStatusLabels: {
37
+ pending: string;
38
+ confirmed: string;
39
+ ticketed: string;
40
+ cancelled: string;
41
+ failed: string;
42
+ };
43
+ legLabels: {
44
+ itinerary: string;
45
+ outbound: string;
46
+ return: string;
47
+ leg: string;
48
+ };
49
+ stops: {
50
+ nonstop: string;
51
+ oneStop: string;
52
+ manyStops: string;
53
+ via: string;
54
+ upToOne: string;
55
+ upToMany: string;
56
+ };
57
+ };
58
+ flightsPage: {
59
+ title: string;
60
+ description: string;
61
+ searchFailed: string;
62
+ selectedOutbound: string;
63
+ selectedReturn: string;
64
+ change: string;
65
+ tripTotal: string;
66
+ tripTotalDescription: string;
67
+ continueToBooking: string;
68
+ pickedOfferMissing: string;
69
+ outboundOfferMissing: string;
70
+ pickOutboundAgain: string;
71
+ availableFlights: string;
72
+ outboundHeading: string;
73
+ returnHeading: string;
74
+ tripHeading: string;
75
+ searching: string;
76
+ zeroOffers: string;
77
+ offersSummary: string;
78
+ pageSummary: string;
79
+ previous: string;
80
+ next: string;
81
+ flightOffer: string;
82
+ bookThisFlight: string;
83
+ selectOutbound: string;
84
+ selectReturn: string;
85
+ noFilteredResults: string;
86
+ noRouteResults: string;
87
+ };
88
+ flightBookingPage: {
89
+ title: string;
90
+ descriptionTrip: string;
91
+ descriptionOffer: string;
92
+ offerNotInSessionTitle: string;
93
+ offerNotInSessionDescription: string;
94
+ backToFlightSearch: string;
95
+ backToResults: string;
96
+ offerUnavailable: string;
97
+ segmentNotFound: string;
98
+ paymentBrandLabels: {
99
+ visa: string;
100
+ mastercard: string;
101
+ amex: string;
102
+ revolut: string;
103
+ bank_transfer: string;
104
+ };
105
+ };
106
+ passengerContactPicker: {
107
+ trigger: string;
108
+ searchPlaceholder: string;
109
+ searching: string;
110
+ empty: string;
111
+ addNewContact: string;
112
+ emptyName: string;
113
+ };
114
+ billingPickers: {
115
+ personTrigger: string;
116
+ personSearchPlaceholder: string;
117
+ peopleSearching: string;
118
+ peopleEmpty: string;
119
+ orgTrigger: string;
120
+ orgSearchPlaceholder: string;
121
+ orgsSearching: string;
122
+ orgsEmpty: string;
123
+ emptyName: string;
124
+ };
125
+ airportCombobox: {
126
+ placeholder: string;
127
+ searchPlaceholder: string;
128
+ searching: string;
129
+ empty: string;
130
+ };
131
+ flightBaggageStep: {
132
+ unavailable: string;
133
+ title: string;
134
+ description: string;
135
+ sameForBothDirections: string;
136
+ bags: string;
137
+ noCheckedBag: string;
138
+ };
139
+ flightBillingStep: {
140
+ title: string;
141
+ description: string;
142
+ tabs: {
143
+ personal: string;
144
+ company: string;
145
+ };
146
+ fields: {
147
+ firstName: string;
148
+ lastName: string;
149
+ companyName: string;
150
+ vatNumber: string;
151
+ email: string;
152
+ phone: string;
153
+ workPhone: string;
154
+ streetAddress: string;
155
+ addressLine2: string;
156
+ city: string;
157
+ postalCode: string;
158
+ country: string;
159
+ };
160
+ placeholders: {
161
+ vatNumber: string;
162
+ streetAddress: string;
163
+ addressLine2: string;
164
+ searchPassengers: string;
165
+ };
166
+ saveDefault: string;
167
+ pickFromPassengers: string;
168
+ noMatchingPassengers: string;
169
+ validation: {
170
+ emailRequired: string;
171
+ emailInvalid: string;
172
+ streetAddressRequired: string;
173
+ cityRequired: string;
174
+ countryRequired: string;
175
+ firstNameRequired: string;
176
+ lastNameRequired: string;
177
+ companyNameRequired: string;
178
+ vatNumberRequired: string;
179
+ };
180
+ };
181
+ flightBookingJourney: {
182
+ steps: {
183
+ review: string;
184
+ passengers: string;
185
+ contact: string;
186
+ confirm: string;
187
+ };
188
+ reviewTitle: string;
189
+ backToResults: string;
190
+ back: string;
191
+ booking: string;
192
+ confirmBooking: string;
193
+ continue: string;
194
+ rows: {
195
+ total: string;
196
+ passengers: string;
197
+ contact: string;
198
+ payment: string;
199
+ offerExpires: string;
200
+ };
201
+ confirmDescription: string;
202
+ };
203
+ flightBookingLedger: {
204
+ flight: string;
205
+ outbound: string;
206
+ return: string;
207
+ passengers: string;
208
+ working: string;
209
+ billing: string;
210
+ payment: string;
211
+ };
212
+ flightBookingShell: {
213
+ steps: {
214
+ review: string;
215
+ fares: string;
216
+ passengers: string;
217
+ bags: string;
218
+ seats: string;
219
+ services: string;
220
+ billing: string;
221
+ payment: string;
222
+ confirm: string;
223
+ };
224
+ seatMapsUnavailable: string;
225
+ backToResults: string;
226
+ back: string;
227
+ booking: string;
228
+ confirmBooking: string;
229
+ continue: string;
230
+ reviewTrip: string;
231
+ reviewFlight: string;
232
+ confirmTitle: string;
233
+ rows: {
234
+ passengers: string;
235
+ documents: string;
236
+ contact: string;
237
+ billedTo: string;
238
+ payment: string;
239
+ };
240
+ documentsAllAdded: string;
241
+ documentsSomeAdded: string;
242
+ documentsAddAtCheckIn: string;
243
+ confirmDescription: string;
244
+ lineItems: {
245
+ fare: string;
246
+ seatsPicked: string;
247
+ specialAssistance: string;
248
+ };
249
+ segmentNotFound: string;
250
+ };
251
+ flightContactForm: {
252
+ title: string;
253
+ description: string;
254
+ email: string;
255
+ phone: string;
256
+ emailPlaceholder: string;
257
+ phonePlaceholder: string;
258
+ validation: {
259
+ emailRequired: string;
260
+ emailInvalid: string;
261
+ };
262
+ };
263
+ flightFareUpsellStep: {
264
+ unavailable: string;
265
+ title: string;
266
+ description: string;
267
+ sameForAllPassengers: string;
268
+ resetToBasic: string;
269
+ appliesToAllPassengers: string;
270
+ cabinBag: string;
271
+ noCabinBag: string;
272
+ checkedBag: string;
273
+ noCheckedBag: string;
274
+ freeSeatSelection: string;
275
+ standardSeatSelection: string;
276
+ noSeatSelection: string;
277
+ priorityBoarding: string;
278
+ loungeAccess: string;
279
+ freeChanges: string;
280
+ changesForFee: string;
281
+ refundable: string;
282
+ nonRefundable: string;
283
+ };
284
+ flightSearchForm: {
285
+ roundTrip: string;
286
+ oneWay: string;
287
+ fromPlaceholder: string;
288
+ toPlaceholder: string;
289
+ departPlaceholder: string;
290
+ returnPlaceholder: string;
291
+ swapAriaLabel: string;
292
+ search: string;
293
+ searching: string;
294
+ };
295
+ flightFiltersBar: {
296
+ clearAll: string;
297
+ airlines: string;
298
+ filterAirlinesPlaceholder: string;
299
+ noAirlines: string;
300
+ clearFilter: string;
301
+ stops: string;
302
+ price: string;
303
+ maximumPrice: string;
304
+ noCap: string;
305
+ clear: string;
306
+ };
307
+ flightItinerary: {
308
+ totalDuration: string;
309
+ layover: string;
310
+ layoverIn: string;
311
+ operatedBy: string;
312
+ terminal: string;
313
+ aircraft: string;
314
+ };
315
+ flightOfferDetail: {
316
+ fareBreakdown: string;
317
+ validatingCarrier: string;
318
+ expires: string;
319
+ lastTicketing: string;
320
+ instantTicketing: string;
321
+ base: string;
322
+ tax: string;
323
+ };
324
+ flightOfferRow: {
325
+ select: string;
326
+ codeshare: string;
327
+ interline: string;
328
+ };
329
+ flightOrderConfirmation: {
330
+ bookingConfirmed: string;
331
+ ticketDeadline: string;
332
+ passengers: string;
333
+ contact: string;
334
+ itinerary: string;
335
+ dob: string;
336
+ cancelBooking: string;
337
+ cancelling: string;
338
+ };
339
+ flightPassengerForm: {
340
+ documentsRequiredNotice: string;
341
+ fields: {
342
+ firstName: string;
343
+ middleName: string;
344
+ lastName: string;
345
+ dateOfBirth: string;
346
+ gender: string;
347
+ travelDocument: string;
348
+ documentType: string;
349
+ documentNumber: string;
350
+ countryOfIssue: string;
351
+ countryOfNationality: string;
352
+ expiryDate: string;
353
+ };
354
+ placeholders: {
355
+ asOnPassport: string;
356
+ optional: string;
357
+ selectDate: string;
358
+ select: string;
359
+ asPrintedOnDocument: string;
360
+ };
361
+ addNow: string;
362
+ skipDocuments: string;
363
+ validation: {
364
+ firstNameRequired: string;
365
+ lastNameRequired: string;
366
+ dateOfBirthRequired: string;
367
+ documentNumberRequired: string;
368
+ documentCountryRequired: string;
369
+ documentExpiryRequired: string;
370
+ };
371
+ };
372
+ flightPaymentSelector: {
373
+ title: string;
374
+ description: string;
375
+ intents: {
376
+ hold: {
377
+ title: string;
378
+ description: string;
379
+ };
380
+ card: {
381
+ title: string;
382
+ description: string;
383
+ };
384
+ ticket_on_credit: {
385
+ title: string;
386
+ description: string;
387
+ };
388
+ };
389
+ };
390
+ flightPaymentStep: {
391
+ agencyCreditLabel: string;
392
+ agencyCreditDescription: string;
393
+ };
394
+ flightSeatMap: {
395
+ cabin: string;
396
+ pickingSeatFor: string;
397
+ window: string;
398
+ aisle: string;
399
+ noCharge: string;
400
+ pickedBy: string;
401
+ categories: {
402
+ exit_row: string;
403
+ extra_legroom: string;
404
+ preferred: string;
405
+ premium: string;
406
+ bulkhead: string;
407
+ standard: string;
408
+ };
409
+ legend: {
410
+ available: string;
411
+ preferred: string;
412
+ exitRow: string;
413
+ picked: string;
414
+ taken: string;
415
+ };
416
+ };
417
+ flightSeatsStep: {
418
+ title: string;
419
+ description: string;
420
+ modes: {
421
+ skip: {
422
+ title: string;
423
+ body: string;
424
+ };
425
+ auto: {
426
+ title: string;
427
+ body: string;
428
+ };
429
+ now: {
430
+ title: string;
431
+ body: string;
432
+ };
433
+ };
434
+ seatMapUnavailable: string;
435
+ };
436
+ flightServicesStep: {
437
+ title: string;
438
+ description: string;
439
+ servicesUnavailable: string;
440
+ specialAssistance: string;
441
+ noAssistanceNeeded: string;
442
+ extras: string;
443
+ };
444
+ paxCabinPopover: {
445
+ adults: string;
446
+ adultsSublabel: string;
447
+ children: string;
448
+ childrenSublabel: string;
449
+ infants: string;
450
+ infantsSublabel: string;
451
+ cabin: string;
452
+ decrease: string;
453
+ increase: string;
454
+ };
455
+ popularRoutes: {
456
+ title: string;
457
+ defaults: {
458
+ originLabel: string;
459
+ destinationLabel: string;
460
+ tag: string;
461
+ hint: string;
462
+ }[];
463
+ };
464
+ };
465
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAihBK,CAAA"}