@roomstay/frontend 2.3.42 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/319.bundle.js +1 -1
- package/dist/572.bundle.js +1 -1
- package/dist/903.bundle.js +1 -1
- package/dist/975.bundle.js +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/src/api/ReservationAPI.d.ts +2 -1
- package/dist/src/api/ReservationAPI.js +24 -2
- package/dist/src/api/ReservationAPI.js.map +1 -1
- package/dist/src/components/generic/BookingWizard/BookingWizard.js +3 -3
- package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
- package/dist/src/components/generic/PaymentCard/InlinePaymentOption.d.ts +1 -0
- package/dist/src/components/generic/PaymentCard/InlinePaymentOption.js +3 -2
- package/dist/src/components/generic/PaymentCard/InlinePaymentOption.js.map +1 -1
- package/dist/src/components/generic/Select/InputSelect.js +1 -1
- package/dist/src/components/generic/Select/InputSelect.js.map +1 -1
- package/dist/src/components/generic/loader/OverlayLoader.d.ts +6 -0
- package/dist/src/components/generic/loader/OverlayLoader.js +18 -0
- package/dist/src/components/generic/loader/OverlayLoader.js.map +1 -0
- package/dist/src/components/steps/confirmation/PaymentInformation.d.ts +2 -1
- package/dist/src/components/steps/confirmation/PaymentInformation.js +8 -3
- package/dist/src/components/steps/confirmation/PaymentInformation.js.map +1 -1
- package/dist/src/components/steps/confirmation/RoomContactDetails.js +32 -2
- package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
- package/dist/src/components/steps/confirmation/StepConfirmationForm.js +44 -13
- package/dist/src/components/steps/confirmation/StepConfirmationForm.js.map +1 -1
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRoomList.js +4 -23
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRoomList.js.map +1 -1
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRooms.js +4 -1
- package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRooms.js.map +1 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetails.js +1 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetails.js.map +1 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.js +1 -1
- package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.js.map +1 -1
- package/dist/src/components/summary/BESummary.js +41 -5
- package/dist/src/components/summary/BESummary.js.map +1 -1
- package/dist/src/components/summary/BESummaryRoomRow.js +6 -0
- package/dist/src/components/summary/BESummaryRoomRow.js.map +1 -1
- package/dist/src/contexts/BasketContext/BasketContextType.d.ts +5 -1
- package/dist/src/contexts/BasketContext/BasketContextType.js.map +1 -1
- package/dist/src/contexts/BasketContext/BasketContextWrapper.js +41 -2
- package/dist/src/contexts/BasketContext/BasketContextWrapper.js.map +1 -1
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +2 -0
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContext.js.map +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.d.ts +4 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.js.map +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +33 -6
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
- package/dist/src/hooks/ConfirmationQuery.d.ts +2 -0
- package/dist/src/hooks/ConfirmationQuery.js +3 -1
- package/dist/src/hooks/ConfirmationQuery.js.map +1 -1
- package/dist/src/models/Api/HotelDTO.d.ts +4 -1
- package/dist/src/models/Api/HotelDTO.js.map +1 -1
- package/dist/src/models/Api/ReservationsDTO.d.ts +4 -0
- package/dist/src/models/Api/ReservationsDTO.js.map +1 -1
- package/dist/src/models/BasketRow.d.ts +2 -1
- package/dist/src/models/BasketRow.js.map +1 -1
- package/dist/src/models/Client/Hotel/Hotel.d.ts +3 -1
- package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
- package/dist/src/models/Confirmation.d.ts +4 -0
- package/dist/src/models/Confirmation.js.map +1 -1
- package/dist/src/models/UserProfile.d.ts +3 -0
- package/dist/src/models/UserProfile.js.map +1 -1
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js +22 -22
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js.map +1 -1
- package/dist/src/translations/Translation.d.ts +2 -0
- package/dist/src/translations/Translation.js +2 -0
- package/dist/src/translations/Translation.js.map +1 -1
- package/dist/src/translations/languages/en-gb.js +2 -0
- package/dist/src/translations/languages/en-gb.js.map +1 -1
- package/dist/test.bundle.js +1 -1
- package/dist/vendors.bundle.js +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EnvironmentName } from '@planpay/web';
|
|
2
|
-
import type { EBookingPaymentMethod } from '@roomstay/core';
|
|
2
|
+
import type { EBookingPaymentMethod, EHotelCardProcessor } from '@roomstay/core';
|
|
3
3
|
import { DeepPartial } from 'react-hook-form';
|
|
4
4
|
import ColorProfile from '../Client/Hotel/ColorProfile';
|
|
5
5
|
import { DistanceUnitType } from '../Client/Hotel/DistanceUnitType.types';
|
|
@@ -24,6 +24,7 @@ export type HotelRoomGroupsDTO = {
|
|
|
24
24
|
name: string;
|
|
25
25
|
type: 'select';
|
|
26
26
|
includeAllAbove: boolean;
|
|
27
|
+
requireInput: boolean;
|
|
27
28
|
options: any;
|
|
28
29
|
};
|
|
29
30
|
};
|
|
@@ -80,6 +81,7 @@ export type HotelDTO = {
|
|
|
80
81
|
weekdayStartsOn?: WeekdayStartsOn;
|
|
81
82
|
crossSellHotelIds?: string[];
|
|
82
83
|
paymentMethods: EBookingPaymentMethod[];
|
|
84
|
+
cardProcessor: EHotelCardProcessor;
|
|
83
85
|
planpay?: {
|
|
84
86
|
username: string;
|
|
85
87
|
minDaysShowPlanpay: number;
|
|
@@ -90,6 +92,7 @@ export type HotelDTO = {
|
|
|
90
92
|
heroImage?: string;
|
|
91
93
|
images?: string[];
|
|
92
94
|
roomGroups: HotelRoomGroupsDTO;
|
|
95
|
+
requireDeposit?: boolean;
|
|
93
96
|
};
|
|
94
97
|
export declare enum VGSCardName {
|
|
95
98
|
Visa = "visa",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HotelDTO.js","sourceRoot":"/","sources":["src/models/Api/HotelDTO.ts"],"names":[],"mappings":";;;AAMA,uDAA+D;
|
|
1
|
+
{"version":3,"file":"HotelDTO.js","sourceRoot":"/","sources":["src/models/Api/HotelDTO.ts"],"names":[],"mappings":";;;AAMA,uDAA+D;AAqG/D,IAAY,WAOX;AAPD,WAAY,WAAW;IACnB,4BAAa,CAAA;IACb,wCAAyB,CAAA;IACzB,0BAAW,CAAA;IACX,wCAAyB,CAAA;IACzB,uCAAwB,CAAA;IACxB,oCAAqB,CAAA;AACzB,CAAC,EAPW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAOtB;AAEY,QAAA,0BAA0B,GAAsD;IACzF,CAAC,wBAAgB,CAAC,IAAI,CAAC,EAAE,WAAW,CAAC,IAAI;IACzC,CAAC,wBAAgB,CAAC,UAAU,CAAC,EAAE,WAAW,CAAC,UAAU;IACrD,CAAC,wBAAgB,CAAC,GAAG,CAAC,EAAE,WAAW,CAAC,GAAG;IACvC,CAAC,wBAAgB,CAAC,eAAe,CAAC,EAAE,WAAW,CAAC,eAAe;IAC/D,CAAC,wBAAgB,CAAC,UAAU,CAAC,EAAE,WAAW,CAAC,UAAU;IACrD,CAAC,wBAAgB,CAAC,QAAQ,CAAC,EAAE,WAAW,CAAC,QAAQ;CACpD,CAAC","sourcesContent":["import type { EnvironmentName } from '@planpay/web';\nimport type { EBookingPaymentMethod, EHotelCardProcessor } from '@roomstay/core';\nimport { DeepPartial } from 'react-hook-form';\n\nimport ColorProfile from '@/models/Client/Hotel/ColorProfile';\nimport { DistanceUnitType } from '@/models/Client/Hotel/DistanceUnitType.types';\nimport { EPaymentCardType } from '@/models/Client/Hotel/Hotel';\nimport HotelAddress from '@/models/Client/Hotel/HotelAddress';\nimport { HotelDataSource } from '@/models/Client/Hotel/HotelDataSource.types';\nimport { WeekdayStartsOn } from '@/models/Client/Hotel/WeekdayStartsOn.types';\n\nexport type HotelServiceDTO = {\n detail: string;\n included: boolean;\n name: string;\n onsite: boolean;\n};\n\nexport type HotelRoomsDTO = {\n [roomTypeCode: string]: HotelRoomDTO;\n};\n\nexport type HotelRoomGroupsDTO = {\n groupName: string;\n id: string;\n filters: { [id: string]: { name: string; type: 'select'; includeAllAbove: boolean; requireInput: boolean; options: any } };\n}[];\n\nexport type HotelRoomAmenitiesDTO = {\n type: string;\n description: string;\n};\n\nexport type HotelRoomDTO = {\n code: string;\n name: string;\n shortDescription: string;\n longDescription: string;\n images: string[];\n quantity: number;\n maxOccupancy: number;\n bedQuantity: number;\n standardNumBeds: number;\n maxRollaways: number;\n bedType: string;\n amenities: HotelRoomAmenitiesDTO[];\n features: HotelRoomAmenitiesDTO[];\n bedTypeOverride?: string;\n roomGroupId?: string;\n roomSize?: number;\n};\n\nexport type HotelDTO = {\n id: number;\n name: string;\n chainId: number;\n chainName: string;\n\n address: HotelAddress;\n phone: string;\n\n latitude: string;\n longitude: string;\n\n utcOffset: string;\n\n languageCode: string;\n currencyCode: string;\n\n checkInTime: string;\n checkOutTime: string;\n\n paymentCardTypes: EPaymentCardType[];\n\n description: string;\n locationDescription: string;\n policies: string;\n\n hotelServices: HotelServiceDTO[];\n businessServices: HotelServiceDTO[];\n\n rooms: { [roomTypeCode: string]: HotelRoomDTO };\n dataSource: HotelDataSource;\n\n // Following fields are only present if dataSource = 'roomstay'\n logo?: string;\n colors: DeepPartial<ColorProfile>;\n distanceUnitType?: DistanceUnitType;\n weekdayStartsOn?: WeekdayStartsOn;\n\n crossSellHotelIds?: string[];\n paymentMethods: EBookingPaymentMethod[];\n cardProcessor: EHotelCardProcessor;\n planpay?: {\n username: string;\n minDaysShowPlanpay: number;\n env: EnvironmentName;\n };\n\n email?: string;\n hotelUrl?: string;\n heroImage?: string;\n images?: string[];\n roomGroups: HotelRoomGroupsDTO;\n requireDeposit?: boolean;\n};\n\nexport enum VGSCardName {\n Visa = 'visa',\n Mastercard = 'mastercard',\n JCB = 'jcb',\n DinersClub = 'dinersclub',\n AmericanExpress = 'amex',\n UnionPay = 'unionpay',\n}\n\nexport const SynxisToVGSCardNameMapping: { [synxisName in EPaymentCardType]: VGSCardName } = {\n [EPaymentCardType.Visa]: VGSCardName.Visa,\n [EPaymentCardType.Mastercard]: VGSCardName.Mastercard,\n [EPaymentCardType.JCB]: VGSCardName.JCB,\n [EPaymentCardType.AmericanExpress]: VGSCardName.AmericanExpress,\n [EPaymentCardType.DinersClub]: VGSCardName.DinersClub,\n [EPaymentCardType.UnionPay]: VGSCardName.UnionPay,\n};\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReservationsDTO.js","sourceRoot":"/","sources":["src/models/Api/ReservationsDTO.ts"],"names":[],"mappings":"","sourcesContent":["import { EBookingPaymentMethod } from '@roomstay/core';\n\nimport RoomNightRateDTO from '@/models/Api/RoomNightRateDTO';\n\ntype ReservationsDTO = {\n roomstayId: string;\n reservations: ReservationDTO[];\n itineraryNumber: string;\n warnings?: string[];\n total?: string;\n payment?: {\n planpay?: {\n id: string;\n checkoutWorkflow: {\n type: string;\n id: string;\n scriptUrl: string;\n };\n };\n };\n};\n\nexport type ReservationAddonDTO = {\n availability: any;\n code: string;\n inclusive: false;\n pricingType: string;\n quantity: number;\n adultQuantity: number;\n childQuantity?: number;\n description: string;\n name: string;\n category: string;\n image: string;\n price: number;\n adultPrice?: number;\n childPrice?: number;\n nights?: number;\n};\n\nexport type ReservationDTO = {\n nights: {\n [date: string]: RoomNightRateDTO;\n };\n guestCounts: {\n adults: number;\n children: number;\n };\n guest: {\n address: {\n line1: string;\n city: string;\n postalCode: string;\n };\n firstName: string;\n lastName: string;\n phone: string;\n email: string;\n };\n paymentCard: {\n type?: string;\n last4: string;\n expiry: string;\n name: string;\n };\n paymentMethod?: EBookingPaymentMethod;\n comments?: string[];\n addons?: ReservationAddonDTO[];\n\n reservationNumber: string;\n cancelPolicy: string;\n cancellationPolicyLongDescription?: string;\n guaranteePolicy: string;\n guaranteePolicyLongDescription?: string;\n roomType: string;\n roomCode: string;\n rate: string;\n images: [string];\n status: string;\n isCancelable: boolean;\n total: {\n beforeTax: number;\n afterTax: number;\n };\n};\n\nexport default ReservationsDTO;\n"]}
|
|
1
|
+
{"version":3,"file":"ReservationsDTO.js","sourceRoot":"/","sources":["src/models/Api/ReservationsDTO.ts"],"names":[],"mappings":"","sourcesContent":["import { EBookingPaymentMethod } from '@roomstay/core';\n\nimport RoomNightRateDTO from '@/models/Api/RoomNightRateDTO';\n\ntype ReservationsDTO = {\n roomstayId: string;\n reservations: ReservationDTO[];\n itineraryNumber: string;\n warnings?: string[];\n total?: string;\n payment?: {\n planpay?: {\n id: string;\n checkoutWorkflow: {\n type: string;\n id: string;\n scriptUrl: string;\n };\n };\n external?: {\n id: string;\n redirectUrl: string;\n };\n };\n};\n\nexport type ReservationAddonDTO = {\n availability: any;\n code: string;\n inclusive: false;\n pricingType: string;\n quantity: number;\n adultQuantity: number;\n childQuantity?: number;\n description: string;\n name: string;\n category: string;\n image: string;\n price: number;\n adultPrice?: number;\n childPrice?: number;\n nights?: number;\n};\n\nexport type ReservationDTO = {\n nights: {\n [date: string]: RoomNightRateDTO;\n };\n guestCounts: {\n adults: number;\n children: number;\n };\n guest: {\n address: {\n line1: string;\n city: string;\n postalCode: string;\n };\n firstName: string;\n lastName: string;\n phone: string;\n email: string;\n };\n paymentCard: {\n type?: string;\n last4: string;\n expiry: string;\n name: string;\n };\n paymentMethod?: EBookingPaymentMethod;\n comments?: string[];\n addons?: ReservationAddonDTO[];\n\n reservationNumber: string;\n cancelPolicy: string;\n cancellationPolicyLongDescription?: string;\n guaranteePolicy: string;\n guaranteePolicyLongDescription?: string;\n roomType: string;\n roomCode: string;\n rate: string;\n images: [string];\n status: string;\n isCancelable: boolean;\n total: {\n beforeTax: number;\n afterTax: number;\n };\n};\n\nexport default ReservationsDTO;\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IRoomstayMember } from '@roomstay/core';
|
|
1
|
+
import { IBookingQuoteResponse, IRoomstayMember } from '@roomstay/core';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
3
|
import { ReservationDTO } from './Api/ReservationsDTO';
|
|
4
4
|
import BasketRowDifferences from './BasketRowDifferences';
|
|
@@ -18,6 +18,7 @@ export default class BasketRow {
|
|
|
18
18
|
private endDate;
|
|
19
19
|
private promoOnly;
|
|
20
20
|
private member?;
|
|
21
|
+
quoteDetails: NonNullable<IBookingQuoteResponse>['rows'][number];
|
|
21
22
|
constructor(rate?: RoomRate, uniqId?: string);
|
|
22
23
|
getStale(): boolean;
|
|
23
24
|
getRate(): RoomRate | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasketRow.js","sourceRoot":"/","sources":["src/models/BasketRow.ts"],"names":[],"mappings":"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","sourcesContent":["import { IRoomstayMember } from '@roomstay/core';\nimport dayjs from 'dayjs';\n\nimport { ReservationDTO } from '@/models/Api/ReservationsDTO';\nimport BasketRowDifferences from '@/models/BasketRowDifferences';\nimport type { Room } from '@/models/Room/Room';\nimport type { RoomRate } from '@/models/Room/RoomRate';\nimport { Color } from '@/util/Color';\nimport { DEFAULT_VALUES } from '@/util/DefaultValueManager';\n\nexport default class BasketRow {\n private uniqId: string;\n\n private room!: Room;\n private rate!: RoomRate | null;\n private isStale!: boolean;\n private adults: number;\n private children: number;\n\n private promoCode: string;\n private promoCodeStatus: 'valid' | 'invalid' | 'new';\n\n private startDate!: dayjs.Dayjs;\n private endDate!: dayjs.Dayjs;\n\n private promoOnly: boolean;\n private member?: Partial<IRoomstayMember>;\n\n public constructor(rate?: RoomRate, uniqId?: string) {\n /*\n Rate is optional since we can create row entries\n on first step, where there is no ability to select rate.\n */\n if (rate) {\n this.setRate(rate);\n }\n\n this.adults = DEFAULT_VALUES.ADULTS ?? 1;\n this.children = DEFAULT_VALUES.CHILDREN ?? 0;\n this.promoCode = '';\n this.promoCodeStatus = 'new';\n this.promoOnly = false;\n\n this.uniqId = uniqId ? uniqId : btoa(((Date.now() % 1000) / 1000) * Math.random() + '');\n }\n\n public getStale() {\n return this.isStale;\n }\n\n public getRate() {\n return this.rate;\n }\n\n public getPromoCode() {\n return this.promoCode.toUpperCase();\n }\n\n public getPromoOnly() {\n return this.promoOnly;\n }\n\n public getPromoCodeColour() {\n if (this.promoCodeStatus === 'valid') {\n return Color.Success;\n } else if (this.promoCodeStatus === 'invalid') {\n return Color.Alert;\n }\n\n return Color.Navy;\n }\n\n public isPromoCodeValid() {\n const rate = this.getRate();\n\n return (rate?.getAveragePrice(true) as number) < (rate?.getAveragePriceBeforeDiscount(true) as number) && this.getPromoCode() && this.getPromoCodeStatus() === 'valid';\n }\n\n public getNumberOfDays() {\n if (this.endDate && this.startDate) {\n return this.endDate.diff(this.startDate, 'day');\n }\n\n return 0;\n }\n\n public getRoom() {\n return this.room;\n }\n\n public getStartDate() {\n return this.startDate;\n }\n\n public getEndDate() {\n return this.endDate;\n }\n\n public getArrivalDate() {\n if (this.startDate) {\n return this.startDate.format('D MMM');\n }\n\n return null;\n }\n\n public getDepartureDate() {\n if (this.endDate) {\n return this.endDate.format('D MMM');\n }\n\n return null;\n }\n\n public getStayDateRange(format = 'ddd D MMM', separator = ',') {\n if (this.startDate && this.endDate) {\n return `${this.startDate.format(format)}${separator} ${this.endDate.format(format)}`;\n }\n }\n\n public getAdults() {\n return this.adults;\n }\n\n public getChildren() {\n return this.children;\n }\n\n public getID() {\n return this.uniqId;\n }\n\n public getPromoCodeStatus() {\n return this.promoCodeStatus;\n }\n\n public isValid(): boolean {\n return this.startDate && this.endDate && !!this.rate;\n }\n\n public setPromoCode(code: string) {\n if (this.promoCode !== code.toUpperCase()) {\n this.setPromoCodeStatus('new');\n this.promoOnly = false;\n }\n\n this.promoCode = code.toUpperCase();\n }\n\n public setPromoOnly(value: boolean) {\n this.promoOnly = value;\n }\n\n public setStale(status: boolean) {\n this.isStale = status;\n }\n\n public setPromoCodeStatus(status: 'valid' | 'invalid' | 'new') {\n this.promoCodeStatus = this.promoCode ? status : 'new';\n }\n\n public setStartDate(date: dayjs.Dayjs) {\n if (this.rate && !date.isSame(this.startDate) && this.startDate) {\n this.rate = null;\n }\n\n if (date?.isValid() || date === undefined) {\n this.startDate = date;\n }\n }\n\n public setEndDate(date: dayjs.Dayjs) {\n if (this.rate && !date.isSame(this.endDate) && this.endDate) {\n this.rate = null;\n }\n\n if (date?.isValid() || date === undefined) {\n this.endDate = date;\n }\n }\n\n public setAdults(adults: number) {\n this.adults = adults;\n }\n\n public setChildren(children: number) {\n this.children = children;\n }\n\n public setRate(rate: RoomRate) {\n this.rate = rate;\n this.room = rate.getRoom();\n }\n\n public setMember(member: Partial<IRoomstayMember>) {\n this.member = member;\n }\n\n public getTotalPrice(beforeTax = false) {\n return this.getRate()?.getTotalPrice(beforeTax);\n }\n\n public checkDiffFromReservation(res: ReservationDTO) {\n const differences: BasketRowDifferences = {};\n\n if (Number(res.total.afterTax).toFixed(2) !== Number(this.getTotalPrice()).toFixed(2)) {\n differences.totalPrice = {\n before: this.getTotalPrice(),\n after: res.total.afterTax,\n };\n }\n\n if (Object.keys(differences).length) {\n differences.id = this.getID();\n\n return differences;\n } else {\n return false;\n }\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"BasketRow.js","sourceRoot":"/","sources":["src/models/BasketRow.ts"],"names":[],"mappings":"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","sourcesContent":["import { IBookingQuoteResponse, IRoomstayMember } from '@roomstay/core';\nimport dayjs from 'dayjs';\n\nimport { ReservationDTO } from '@/models/Api/ReservationsDTO';\nimport BasketRowDifferences from '@/models/BasketRowDifferences';\nimport type { Room } from '@/models/Room/Room';\nimport type { RoomRate } from '@/models/Room/RoomRate';\nimport { Color } from '@/util/Color';\nimport { DEFAULT_VALUES } from '@/util/DefaultValueManager';\n\nexport default class BasketRow {\n private uniqId: string;\n\n private room!: Room;\n private rate!: RoomRate | null;\n private isStale!: boolean;\n private adults: number;\n private children: number;\n\n private promoCode: string;\n private promoCodeStatus: 'valid' | 'invalid' | 'new';\n\n private startDate!: dayjs.Dayjs;\n private endDate!: dayjs.Dayjs;\n\n private promoOnly: boolean;\n private member?: Partial<IRoomstayMember>;\n\n public quoteDetails!: NonNullable<IBookingQuoteResponse>['rows'][number];\n\n public constructor(rate?: RoomRate, uniqId?: string) {\n /*\n Rate is optional since we can create row entries\n on first step, where there is no ability to select rate.\n */\n if (rate) {\n this.setRate(rate);\n }\n\n this.adults = DEFAULT_VALUES.ADULTS ?? 1;\n this.children = DEFAULT_VALUES.CHILDREN ?? 0;\n this.promoCode = '';\n this.promoCodeStatus = 'new';\n this.promoOnly = false;\n\n this.uniqId = uniqId ? uniqId : btoa(((Date.now() % 1000) / 1000) * Math.random() + '');\n }\n\n public getStale() {\n return this.isStale;\n }\n\n public getRate() {\n return this.rate;\n }\n\n public getPromoCode() {\n return this.promoCode.toUpperCase();\n }\n\n public getPromoOnly() {\n return this.promoOnly;\n }\n\n public getPromoCodeColour() {\n if (this.promoCodeStatus === 'valid') {\n return Color.Success;\n } else if (this.promoCodeStatus === 'invalid') {\n return Color.Alert;\n }\n\n return Color.Navy;\n }\n\n public isPromoCodeValid() {\n const rate = this.getRate();\n\n return (rate?.getAveragePrice(true) as number) < (rate?.getAveragePriceBeforeDiscount(true) as number) && this.getPromoCode() && this.getPromoCodeStatus() === 'valid';\n }\n\n public getNumberOfDays() {\n if (this.endDate && this.startDate) {\n return this.endDate.diff(this.startDate, 'day');\n }\n\n return 0;\n }\n\n public getRoom() {\n return this.room;\n }\n\n public getStartDate() {\n return this.startDate;\n }\n\n public getEndDate() {\n return this.endDate;\n }\n\n public getArrivalDate() {\n if (this.startDate) {\n return this.startDate.format('D MMM');\n }\n\n return null;\n }\n\n public getDepartureDate() {\n if (this.endDate) {\n return this.endDate.format('D MMM');\n }\n\n return null;\n }\n\n public getStayDateRange(format = 'ddd D MMM', separator = ',') {\n if (this.startDate && this.endDate) {\n return `${this.startDate.format(format)}${separator} ${this.endDate.format(format)}`;\n }\n }\n\n public getAdults() {\n return this.adults;\n }\n\n public getChildren() {\n return this.children;\n }\n\n public getID() {\n return this.uniqId;\n }\n\n public getPromoCodeStatus() {\n return this.promoCodeStatus;\n }\n\n public isValid(): boolean {\n return this.startDate && this.endDate && !!this.rate;\n }\n\n public setPromoCode(code: string) {\n if (this.promoCode !== code.toUpperCase()) {\n this.setPromoCodeStatus('new');\n this.promoOnly = false;\n }\n\n this.promoCode = code.toUpperCase();\n }\n\n public setPromoOnly(value: boolean) {\n this.promoOnly = value;\n }\n\n public setStale(status: boolean) {\n this.isStale = status;\n }\n\n public setPromoCodeStatus(status: 'valid' | 'invalid' | 'new') {\n this.promoCodeStatus = this.promoCode ? status : 'new';\n }\n\n public setStartDate(date: dayjs.Dayjs) {\n if (this.rate && !date.isSame(this.startDate) && this.startDate) {\n this.rate = null;\n }\n\n if (date?.isValid() || date === undefined) {\n this.startDate = date;\n }\n }\n\n public setEndDate(date: dayjs.Dayjs) {\n if (this.rate && !date.isSame(this.endDate) && this.endDate) {\n this.rate = null;\n }\n\n if (date?.isValid() || date === undefined) {\n this.endDate = date;\n }\n }\n\n public setAdults(adults: number) {\n this.adults = adults;\n }\n\n public setChildren(children: number) {\n this.children = children;\n }\n\n public setRate(rate: RoomRate) {\n this.rate = rate;\n this.room = rate.getRoom();\n }\n\n public setMember(member: Partial<IRoomstayMember>) {\n this.member = member;\n }\n\n public getTotalPrice(beforeTax = false) {\n return this.getRate()?.getTotalPrice(beforeTax);\n }\n\n public checkDiffFromReservation(res: ReservationDTO) {\n const differences: BasketRowDifferences = {};\n\n if (Number(res.total.afterTax).toFixed(2) !== Number(this.getTotalPrice()).toFixed(2)) {\n differences.totalPrice = {\n before: this.getTotalPrice(),\n after: res.total.afterTax,\n };\n }\n\n if (Object.keys(differences).length) {\n differences.id = this.getID();\n\n return differences;\n } else {\n return false;\n }\n }\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { EnvironmentName } from '@planpay/web';
|
|
2
|
-
import { EBookingPaymentMethod, IHotelColorScheme } from '@roomstay/core';
|
|
2
|
+
import { EBookingPaymentMethod, EHotelCardProcessor, IHotelColorScheme } from '@roomstay/core';
|
|
3
3
|
import type { ReactChild } from 'react';
|
|
4
4
|
import type { MemberOnlyModalInputs } from '../../../components/steps/room/MemberSignInModal/MemberSignInModal.types';
|
|
5
5
|
import type { HotelRoomGroupsDTO, HotelRoomsDTO, HotelServiceDTO } from '../../Api/HotelDTO';
|
|
@@ -66,6 +66,8 @@ export interface AdminHotelConfig {
|
|
|
66
66
|
hideByLine?: boolean;
|
|
67
67
|
transportDistances?: TransportDistances;
|
|
68
68
|
roomGroups: HotelRoomGroupsDTO;
|
|
69
|
+
cardProcessor: EHotelCardProcessor;
|
|
70
|
+
requireDeposit?: boolean;
|
|
69
71
|
}
|
|
70
72
|
/**
|
|
71
73
|
* This config comes from hard static local file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Hotel.js","sourceRoot":"/","sources":["src/models/Client/Hotel/Hotel.ts"],"names":[],"mappings":";;;AAgBA,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,+BAAW,CAAA;IACX,qCAAiB,CAAA;IACjB,8BAAU,CAAA;IACV,0CAAsB,CAAA;IACtB,qCAAiB,CAAA;IACjB,mCAAe,CAAA;AACnB,CAAC,EAPW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAO3B","sourcesContent":["import type { EnvironmentName } from '@planpay/web';\nimport { EBookingPaymentMethod, IHotelColorScheme } from '@roomstay/core';\nimport type { ReactChild } from 'react';\n\nimport type { MemberOnlyModalInputs } from '@/components/steps/room/MemberSignInModal/MemberSignInModal.types';\nimport type { HotelRoomGroupsDTO, HotelRoomsDTO, HotelServiceDTO } from '@/models/Api/HotelDTO';\nimport type { TransportDistances } from '@/models/Api/HotelOverrideDTO';\nimport type { HasDatalayerTags } from '@/models/Client/Hotel/Company';\nimport type { DistanceUnitType } from '@/models/Client/Hotel/DistanceUnitType.types';\nimport type HotelAddress from '@/models/Client/Hotel/HotelAddress';\nimport type { HotelDataSource } from '@/models/Client/Hotel/HotelDataSource.types';\nimport type { HotelPerk } from '@/models/Client/Hotel/HotelPerk';\nimport type { HotelRoomOverwrite } from '@/models/Client/Hotel/HotelRoomOverwrite';\nimport type { WeekdayStartsOn } from '@/models/Client/Hotel/WeekdayStartsOn.types';\nimport type { Language } from '@/providers/LanguageProvider';\n\nexport enum EPaymentCardType {\n Visa = 'VI',\n Mastercard = 'MC',\n JCB = 'JC',\n AmericanExpress = 'AX',\n DinersClub = 'DN',\n UnionPay = 'UP',\n}\n\nexport interface IVGSVaultNames {\n standard: string;\n members: string;\n}\n\n/**\n * This config comes from admin\n */\nexport interface AdminHotelConfig {\n hotelID: string;\n name: string;\n address?: HotelAddress;\n latitude?: number;\n longitude?: number;\n phone?: string;\n email?: string;\n checkInTime?: string;\n checkOutTime?: string;\n paymentCardTypes?: EPaymentCardType[];\n description?: string;\n locationDescription?: string;\n policies?: string;\n hotelServices: HotelServiceDTO[];\n businessServices: HotelServiceDTO[];\n rooms: HotelRoomsDTO;\n hasLoadedDetails?: boolean;\n dataSource: HotelDataSource;\n defaultCurrency: string;\n paymentMethods: EBookingPaymentMethod[];\n planpay?: {\n username: string;\n minDaysShowPlanpay: number;\n env: EnvironmentName;\n };\n hotelUrl: string;\n heroImage: string;\n memberOnlyModalImage?: string;\n images?: string[];\n logo: string | ReactChild;\n colors: IHotelColorScheme;\n distanceUnitType: DistanceUnitType;\n startsWeekOnDay?: WeekdayStartsOn;\n crossSellHotelIds?: string[];\n maxOccupancy?: number;\n hideByLine?: boolean;\n transportDistances?: TransportDistances;\n roomGroups: HotelRoomGroupsDTO;\n}\n\n/**\n * This config comes from hard static local file\n */\nexport interface ClientHotelConfig {\n providerHotelID: string;\n shortName?: string;\n defaultDatepickerType?: 'Month' | 'Week';\n // TODO: need to do magic to see if we need to append / prepend stuff, for now we assume that it's only used while on the site.\n checkoutUrl?: string;\n defaultLanguage: Language;\n privacyPolicyUrl: string;\n bookNowPayLaterUrl?: string;\n bestRateNoBSUrl?: string;\n\n memberOnlyRates?: string[];\n memberOnlyPromoCode?: string;\n memberOnlySignupInputs?: MemberOnlyModalInputs;\n googleMapsImage?: string;\n /**\n * Whether to show the Breakfast / Lunch / Dinner included\n */\n showMealPill?: boolean;\n perks: HotelPerk[];\n /**\n * Hide perks on room row\n */\n perksHideOnRoomRow?: boolean;\n /**\n * Hide perks on room detail modal\n */\n perksHideOnRoomDetail?: boolean;\n perksShowDisclaimer?: boolean;\n /** @deprecated Use the vgs.vaultNames.standard property now */\n vgsVaultName?: string;\n vgs?: {\n vaultNames: IVGSVaultNames;\n };\n showAddonLoader: boolean;\n overwrites?: { [code: string]: Partial<HotelRoomOverwrite> };\n forwardFindReservationToSynxis?: boolean;\n additionalOptions?: { [name: string]: any };\n googleReCaptcha?: {\n loadForMembers?: boolean;\n siteKey?: string;\n };\n /**\n * Show description on RoomDetails\n */\n showDescriptionOnRoomDetails?: boolean;\n /**\n * Customize the Member modal colours. Specifically replacing the green (success) with the primary color of hotel (accent)\n */\n memberOnlyModalUsePrimaryColor?: boolean;\n /**\n * Callback to trigger specific events on load of a hotel.\n *\n * This is where you can specify custom fields, language overrides, feature toggles etc.\n */\n onLoad?: () => void;\n}\n\nexport interface ConfigHotel extends ClientHotelConfig, AdminHotelConfig, HasDatalayerTags {}\n\nexport type Hotel = ConfigHotel & {\n lowestPrice?: {\n value: number;\n isLoading: boolean;\n };\n};\n\n/**\n * Used for DetailsHotel event\n */\nexport type InitialHotelDetailsEventPayload = {\n name: string;\n hotelID: number | string;\n hotelUrl: string;\n currency: string;\n language: Language;\n address?: HotelAddress;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"Hotel.js","sourceRoot":"/","sources":["src/models/Client/Hotel/Hotel.ts"],"names":[],"mappings":";;;AAgBA,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,+BAAW,CAAA;IACX,qCAAiB,CAAA;IACjB,8BAAU,CAAA;IACV,0CAAsB,CAAA;IACtB,qCAAiB,CAAA;IACjB,mCAAe,CAAA;AACnB,CAAC,EAPW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAO3B","sourcesContent":["import type { EnvironmentName } from '@planpay/web';\nimport { EBookingPaymentMethod, EHotelCardProcessor, IHotelColorScheme } from '@roomstay/core';\nimport type { ReactChild } from 'react';\n\nimport type { MemberOnlyModalInputs } from '@/components/steps/room/MemberSignInModal/MemberSignInModal.types';\nimport type { HotelRoomGroupsDTO, HotelRoomsDTO, HotelServiceDTO } from '@/models/Api/HotelDTO';\nimport type { TransportDistances } from '@/models/Api/HotelOverrideDTO';\nimport type { HasDatalayerTags } from '@/models/Client/Hotel/Company';\nimport type { DistanceUnitType } from '@/models/Client/Hotel/DistanceUnitType.types';\nimport type HotelAddress from '@/models/Client/Hotel/HotelAddress';\nimport type { HotelDataSource } from '@/models/Client/Hotel/HotelDataSource.types';\nimport type { HotelPerk } from '@/models/Client/Hotel/HotelPerk';\nimport type { HotelRoomOverwrite } from '@/models/Client/Hotel/HotelRoomOverwrite';\nimport type { WeekdayStartsOn } from '@/models/Client/Hotel/WeekdayStartsOn.types';\nimport type { Language } from '@/providers/LanguageProvider';\n\nexport enum EPaymentCardType {\n Visa = 'VI',\n Mastercard = 'MC',\n JCB = 'JC',\n AmericanExpress = 'AX',\n DinersClub = 'DN',\n UnionPay = 'UP',\n}\n\nexport interface IVGSVaultNames {\n standard: string;\n members: string;\n}\n\n/**\n * This config comes from admin\n */\nexport interface AdminHotelConfig {\n hotelID: string;\n name: string;\n address?: HotelAddress;\n latitude?: number;\n longitude?: number;\n phone?: string;\n email?: string;\n checkInTime?: string;\n checkOutTime?: string;\n paymentCardTypes?: EPaymentCardType[];\n description?: string;\n locationDescription?: string;\n policies?: string;\n hotelServices: HotelServiceDTO[];\n businessServices: HotelServiceDTO[];\n rooms: HotelRoomsDTO;\n hasLoadedDetails?: boolean;\n dataSource: HotelDataSource;\n defaultCurrency: string;\n paymentMethods: EBookingPaymentMethod[];\n planpay?: {\n username: string;\n minDaysShowPlanpay: number;\n env: EnvironmentName;\n };\n hotelUrl: string;\n heroImage: string;\n memberOnlyModalImage?: string;\n images?: string[];\n logo: string | ReactChild;\n colors: IHotelColorScheme;\n distanceUnitType: DistanceUnitType;\n startsWeekOnDay?: WeekdayStartsOn;\n crossSellHotelIds?: string[];\n maxOccupancy?: number;\n hideByLine?: boolean;\n transportDistances?: TransportDistances;\n roomGroups: HotelRoomGroupsDTO;\n cardProcessor: EHotelCardProcessor;\n\n requireDeposit?: boolean;\n}\n\n/**\n * This config comes from hard static local file\n */\nexport interface ClientHotelConfig {\n providerHotelID: string;\n shortName?: string;\n defaultDatepickerType?: 'Month' | 'Week';\n // TODO: need to do magic to see if we need to append / prepend stuff, for now we assume that it's only used while on the site.\n checkoutUrl?: string;\n defaultLanguage: Language;\n privacyPolicyUrl: string;\n bookNowPayLaterUrl?: string;\n bestRateNoBSUrl?: string;\n\n memberOnlyRates?: string[];\n memberOnlyPromoCode?: string;\n memberOnlySignupInputs?: MemberOnlyModalInputs;\n googleMapsImage?: string;\n /**\n * Whether to show the Breakfast / Lunch / Dinner included\n */\n showMealPill?: boolean;\n perks: HotelPerk[];\n /**\n * Hide perks on room row\n */\n perksHideOnRoomRow?: boolean;\n /**\n * Hide perks on room detail modal\n */\n perksHideOnRoomDetail?: boolean;\n perksShowDisclaimer?: boolean;\n /** @deprecated Use the vgs.vaultNames.standard property now */\n vgsVaultName?: string;\n vgs?: {\n vaultNames: IVGSVaultNames;\n };\n showAddonLoader: boolean;\n overwrites?: { [code: string]: Partial<HotelRoomOverwrite> };\n forwardFindReservationToSynxis?: boolean;\n additionalOptions?: { [name: string]: any };\n googleReCaptcha?: {\n loadForMembers?: boolean;\n siteKey?: string;\n };\n /**\n * Show description on RoomDetails\n */\n showDescriptionOnRoomDetails?: boolean;\n /**\n * Customize the Member modal colours. Specifically replacing the green (success) with the primary color of hotel (accent)\n */\n memberOnlyModalUsePrimaryColor?: boolean;\n /**\n * Callback to trigger specific events on load of a hotel.\n *\n * This is where you can specify custom fields, language overrides, feature toggles etc.\n */\n onLoad?: () => void;\n}\n\nexport interface ConfigHotel extends ClientHotelConfig, AdminHotelConfig, HasDatalayerTags {}\n\nexport type Hotel = ConfigHotel & {\n lowestPrice?: {\n value: number;\n isLoading: boolean;\n };\n};\n\n/**\n * Used for DetailsHotel event\n */\nexport type InitialHotelDetailsEventPayload = {\n name: string;\n hotelID: number | string;\n hotelUrl: string;\n currency: string;\n language: Language;\n address?: HotelAddress;\n};\n"]}
|
|
@@ -13,6 +13,10 @@ export declare enum EUserProfileFormKey {
|
|
|
13
13
|
}
|
|
14
14
|
export type TUserProfileFormValues = {
|
|
15
15
|
[userProfileKey in EUserProfileFormKey]: string;
|
|
16
|
+
} & {
|
|
17
|
+
AuxInputs?: {
|
|
18
|
+
[key: string]: string | number;
|
|
19
|
+
};
|
|
16
20
|
};
|
|
17
21
|
export interface ConfirmationFormValues {
|
|
18
22
|
IATANumber?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Confirmation.js","sourceRoot":"/","sources":["src/models/Confirmation.ts"],"names":[],"mappings":";;;AAKA,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC3B,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,0CAAmB,CAAA;IACnB,oCAAa,CAAA;IACb,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;AACvB,CAAC,EATW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAS9B","sourcesContent":["import { EBookingPaymentMethod, IBookingPayment } from '@roomstay/core';\n\nimport ReservationsDTO from './Api/ReservationsDTO';\nimport BasketRowDifferences from './BasketRowDifferences';\n\nexport enum EUserProfileFormKey {\n Forename = 'Forename',\n Surname = 'Surname',\n Email = 'Email',\n Phone = 'Phone',\n Address = 'Address',\n City = 'City',\n PostCode = 'PostCode',\n Country = 'Country',\n}\n\nexport type TUserProfileFormValues = {\n [userProfileKey in EUserProfileFormKey]: string;\n};\n\nexport interface ConfirmationFormValues {\n IATANumber?: string;\n userProfiles: TUserProfileFormValues[];\n copyCheckBox?: boolean;\n paymentMethod: EBookingPaymentMethod;\n}\n\nexport interface IBookValidationResult {\n differences: BasketRowDifferences[];\n warnings: string[];\n}\n\nexport type FBookValidationCallback = (validationResult?: IBookValidationResult) => void;\nexport type FBookSuccessCallback = (data: ReservationsDTO) => Promise<void>;\nexport type FBookValidateFunction = () => Promise<boolean>;\nexport type FBookGetPaymentDetails = () => Promise<IBookingPayment>;\n"]}
|
|
1
|
+
{"version":3,"file":"Confirmation.js","sourceRoot":"/","sources":["src/models/Confirmation.ts"],"names":[],"mappings":";;;AAKA,IAAY,mBASX;AATD,WAAY,mBAAmB;IAC3B,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,sCAAe,CAAA;IACf,sCAAe,CAAA;IACf,0CAAmB,CAAA;IACnB,oCAAa,CAAA;IACb,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;AACvB,CAAC,EATW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAS9B","sourcesContent":["import { EBookingPaymentMethod, IBookingPayment } from '@roomstay/core';\n\nimport ReservationsDTO from './Api/ReservationsDTO';\nimport BasketRowDifferences from './BasketRowDifferences';\n\nexport enum EUserProfileFormKey {\n Forename = 'Forename',\n Surname = 'Surname',\n Email = 'Email',\n Phone = 'Phone',\n Address = 'Address',\n City = 'City',\n PostCode = 'PostCode',\n Country = 'Country',\n}\n\nexport type TUserProfileFormValues = {\n [userProfileKey in EUserProfileFormKey]: string;\n} & { AuxInputs?: { [key: string]: string | number } };\n\nexport interface ConfirmationFormValues {\n IATANumber?: string;\n userProfiles: TUserProfileFormValues[];\n copyCheckBox?: boolean;\n paymentMethod: EBookingPaymentMethod;\n}\n\nexport interface IBookValidationResult {\n differences: BasketRowDifferences[];\n warnings: string[];\n}\n\nexport type FBookValidationCallback = (validationResult?: IBookValidationResult) => void;\nexport type FBookSuccessCallback = (data: ReservationsDTO) => Promise<void>;\nexport type FBookValidateFunction = () => Promise<boolean>;\nexport type FBookGetPaymentDetails = () => Promise<IBookingPayment>;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfile.js","sourceRoot":"/","sources":["src/models/UserProfile.ts"],"names":[],"mappings":"","sourcesContent":["type UserProfile = {\n Title?: string;\n FirstName: string;\n MiddleName?: string;\n LastName: string;\n NameSuffix?: string;\n Phone: string;\n Email: string;\n Address: {\n Line1?: string;\n Line2?: string;\n Line3?: string;\n City: string;\n PostalCode: string;\n State?: string;\n Country: string;\n };\n MarketingOptIn: boolean;\n ReservationId?: string;\n};\n\nexport default UserProfile;\n"]}
|
|
1
|
+
{"version":3,"file":"UserProfile.js","sourceRoot":"/","sources":["src/models/UserProfile.ts"],"names":[],"mappings":"","sourcesContent":["type UserProfile = {\n Title?: string;\n FirstName: string;\n MiddleName?: string;\n LastName: string;\n NameSuffix?: string;\n Phone: string;\n Email: string;\n Address: {\n Line1?: string;\n Line2?: string;\n Line3?: string;\n City: string;\n PostalCode: string;\n State?: string;\n Country: string;\n };\n MarketingOptIn: boolean;\n ReservationId?: string;\n AuxInputs?: { [key: string]: string | number };\n};\n\nexport default UserProfile;\n"]}
|
|
@@ -59,28 +59,28 @@ function StepConfirmationComponent() {
|
|
|
59
59
|
raise(event);
|
|
60
60
|
}, []);
|
|
61
61
|
return (react_1.default.createElement("div", { className: "container" },
|
|
62
|
-
react_1.default.createElement(
|
|
63
|
-
|
|
64
|
-
react_1.default.createElement(StepLayout_1.
|
|
65
|
-
|
|
66
|
-
react_1.default.createElement(
|
|
67
|
-
react_1.default.createElement(
|
|
68
|
-
|
|
69
|
-
react_1.default.createElement(
|
|
70
|
-
|
|
71
|
-
react_1.default.createElement(
|
|
72
|
-
|
|
73
|
-
react_1.default.createElement(
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
react_1.default.createElement(StepLayout_1.
|
|
77
|
-
react_1.default.createElement(
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
react_1.default.createElement(StepConfirmationFormProvider_1.default, null)))
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
62
|
+
react_1.default.createElement(contexts_1.ConfirmationFormContextWrapper, null,
|
|
63
|
+
react_1.default.createElement(BEMobileSummary_1.default, null),
|
|
64
|
+
react_1.default.createElement(StepLayout_1.StepLayoutContainer, null,
|
|
65
|
+
react_1.default.createElement(StepLayout_1.StepLayoutLeftContent, null,
|
|
66
|
+
context.screenSize > ScreenSize_1.default.Medium && (react_1.default.createElement(react_1.default.Fragment, null,
|
|
67
|
+
react_1.default.createElement(react_router_dom_1.Link, { to: StepManager_1.default.getPreviousStepUrl(currentStep) },
|
|
68
|
+
react_1.default.createElement(BackButton_1.default, null)),
|
|
69
|
+
react_1.default.createElement("div", { className: "u-marg-top--light u-marg-bottom--heavy" },
|
|
70
|
+
react_1.default.createElement(Headline_1.default, { bold: true }, t(Translation_1.Translation.Navigation.Steps.Confirmation))))),
|
|
71
|
+
react_1.default.createElement("div", { className: "u-marg-top@m-" },
|
|
72
|
+
react_1.default.createElement(StepRoomBestRateAlert_1.default, null))),
|
|
73
|
+
context.screenSize > ScreenSize_1.default.Medium && (react_1.default.createElement(StepLayout_1.StepLayoutRightContent, null,
|
|
74
|
+
react_1.default.createElement(StepRoomHotelDetails_1.default, null)))),
|
|
75
|
+
react_1.default.createElement(LineBreak_1.default, null),
|
|
76
|
+
react_1.default.createElement(StepLayout_1.StepLayoutContainer, null,
|
|
77
|
+
react_1.default.createElement(StepLayout_1.StepLayoutLeftContent, null,
|
|
78
|
+
react_1.default.createElement("div", { className: "block-container" },
|
|
79
|
+
!InlineAddonStepFeature_1.default.isActive() && react_1.default.createElement(AdditionalOffers_1.default, null),
|
|
80
|
+
react_1.default.createElement(StepConfirmationFormProvider_1.default, null))),
|
|
81
|
+
context.screenSize > ScreenSize_1.default.Medium && (react_1.default.createElement(StepLayout_1.StepLayoutRightContent, null,
|
|
82
|
+
react_1.default.createElement(StepConfirmationLimitedOffer_1.default, { endDate: (0, dayjs_1.default)().add(10, 'minute') }),
|
|
83
|
+
react_1.default.createElement(BESummary_1.BESummary, { showImages: true })))))));
|
|
84
84
|
}
|
|
85
85
|
exports.default = StepConfirmationComponent;
|
|
86
86
|
//# sourceMappingURL=StepConfirmationComponent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StepConfirmationComponent.js","sourceRoot":"/","sources":["src/pages/steps/StepConfirmation/StepConfirmationComponent.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAgI;AAChI,6CAAyD;AACzD,kDAA0B;AAC1B,+CAAqD;AACrD,iDAA+C;AAC/C,uDAAwC;AACxC,0DAAuD;AAEvD,iFAAyD;AACzD,6EAAqD;AACrD,uEAA4H;AAC5H,+EAAuD;AACvD,yHAAiG;AACjG,gIAAwG;AACxG,0GAAkF;AAClF,wGAAgF;AAChF,2FAAmE;AACnE,8DAA2D;AAC3D,iDAA6C;AAC7C,wGAAgF;AAChF,mEAA2C;AAC3C,qEAA6C;AAE7C,uIAA+G;AAE/G,SAAS,yBAAyB;IAC9B,MAAM,OAAO,GAAG,IAAA,kBAAU,EAAC,+BAAoB,CAAC,CAAC;IACjD,MAAM,EAAE,WAAW,EAAE,GAAG,IAAA,kBAAU,EAAC,gCAAqB,CAAC,CAAC;IAC1D,MAAM,EAAE,iBAAiB,EAAE,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAExD,MAAM,EAAE,CAAC,EAAE,GAAG,IAAA,8BAAc,GAAE,CAAC;IAE/B,MAAM,EAAE,KAAK,EAAE,GAAG,IAAA,oBAAQ,GAAE,CAAC;IAE7B,IAAA,iBAAS,EAAC,GAAG,EAAE;QACX,MAAM,KAAK,GAAG,IAAI,8BAAqB,CAAC,iBAAiB,CAAC,CAAC;QAC3D,KAAK,CAAC,KAAK,CAAC,CAAC;IACjB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACH,uCAAK,SAAS,EAAC,WAAW;QACtB,8BAAC,yBAAe,OAAG;
|
|
1
|
+
{"version":3,"file":"StepConfirmationComponent.js","sourceRoot":"/","sources":["src/pages/steps/StepConfirmation/StepConfirmationComponent.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAgI;AAChI,6CAAyD;AACzD,kDAA0B;AAC1B,+CAAqD;AACrD,iDAA+C;AAC/C,uDAAwC;AACxC,0DAAuD;AAEvD,iFAAyD;AACzD,6EAAqD;AACrD,uEAA4H;AAC5H,+EAAuD;AACvD,yHAAiG;AACjG,gIAAwG;AACxG,0GAAkF;AAClF,wGAAgF;AAChF,2FAAmE;AACnE,8DAA2D;AAC3D,iDAA6C;AAC7C,wGAAgF;AAChF,mEAA2C;AAC3C,qEAA6C;AAE7C,uIAA+G;AAE/G,SAAS,yBAAyB;IAC9B,MAAM,OAAO,GAAG,IAAA,kBAAU,EAAC,+BAAoB,CAAC,CAAC;IACjD,MAAM,EAAE,WAAW,EAAE,GAAG,IAAA,kBAAU,EAAC,gCAAqB,CAAC,CAAC;IAC1D,MAAM,EAAE,iBAAiB,EAAE,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAExD,MAAM,EAAE,CAAC,EAAE,GAAG,IAAA,8BAAc,GAAE,CAAC;IAE/B,MAAM,EAAE,KAAK,EAAE,GAAG,IAAA,oBAAQ,GAAE,CAAC;IAE7B,IAAA,iBAAS,EAAC,GAAG,EAAE;QACX,MAAM,KAAK,GAAG,IAAI,8BAAqB,CAAC,iBAAiB,CAAC,CAAC;QAC3D,KAAK,CAAC,KAAK,CAAC,CAAC;IACjB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACH,uCAAK,SAAS,EAAC,WAAW;QACtB,8BAAC,yCAA8B;YAC3B,8BAAC,yBAAe,OAAG;YACnB,8BAAC,gCAAmB;gBAChB,8BAAC,kCAAqB;oBACjB,OAAO,CAAC,UAAU,GAAG,oBAAU,CAAC,MAAM,IAAI,CACvC;wBACI,8BAAC,uBAAI,IAAC,EAAE,EAAE,qBAAW,CAAC,kBAAkB,CAAC,WAAW,CAAC;4BACjD,8BAAC,oBAAU,OAAG,CACX;wBACP,uCAAK,SAAS,EAAC,wCAAwC;4BACnD,8BAAC,kBAAQ,IAAC,IAAI,UAAE,CAAC,CAAC,yBAAW,CAAC,UAAU,CAAC,KAAK,CAAC,YAAY,CAAC,CAAY,CACtE,CACP,CACN;oBAED,uCAAK,SAAS,EAAC,eAAe;wBAC1B,8BAAC,+BAAqB,OAAG,CACvB,CACc;gBACvB,OAAO,CAAC,UAAU,GAAG,oBAAU,CAAC,MAAM,IAAI,CACvC,8BAAC,mCAAsB;oBACnB,8BAAC,8BAAoB,OAAG,CACH,CAC5B,CACiB;YACtB,8BAAC,mBAAS,OAAG;YACb,8BAAC,gCAAmB;gBAChB,8BAAC,kCAAqB;oBAClB,uCAAK,SAAS,EAAC,iBAAiB;wBAC3B,CAAC,gCAAsB,CAAC,QAAQ,EAAE,IAAI,8BAAC,0BAAgB,OAAG;wBAC3D,8BAAC,sCAA4B,OAAG,CAC9B,CACc;gBAEvB,OAAO,CAAC,UAAU,GAAG,oBAAU,CAAC,MAAM,IAAI,CACvC,8BAAC,mCAAsB;oBACnB,8BAAC,sCAA4B,IAAC,OAAO,EAAE,IAAA,eAAK,GAAE,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,CAAC,GAAI;oBACpE,8BAAC,qBAAS,IAAC,UAAU,SAAG,CACH,CAC5B,CACiB,CACO,CAC/B,CACT,CAAC;AACN,CAAC;AAED,kBAAe,yBAAyB,CAAC","sourcesContent":["import { BasketContext, BookingEngineContext, ConfirmationFormContextWrapper, FullPageEngineContext } from '@frontend/contexts';\nimport { StepCheckoutViewEvent } from '@frontend/events';\nimport dayjs from 'dayjs';\nimport React, { useContext, useEffect } from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { Link } from 'react-router-dom';\nimport { Translation } from 'translations/Translation';\n\nimport BackButton from '@/components/generic/BackButton';\nimport Headline from '@/components/generic/Headline';\nimport { StepLayoutContainer, StepLayoutLeftContent, StepLayoutRightContent } from '@/components/generic/Layout/StepLayout';\nimport LineBreak from '@/components/generic/LineBreak';\nimport AdditionalOffers from '@/components/steps/confirmation/additionalOffers/AdditionalOffers';\nimport StepConfirmationLimitedOffer from '@/components/steps/confirmation/StepConfirmationLimitedOffer';\nimport StepRoomBestRateAlert from '@/components/steps/room/StepRoomBestRateAlert';\nimport StepRoomHotelDetails from '@/components/steps/room/StepRoomHotelDetails';\nimport BEMobileSummary from '@/components/summary/BEMobileSummary';\nimport { BESummary } from '@/components/summary/BESummary';\nimport { useEvent } from '@/hooks/EventHook';\nimport InlineAddonStepFeature from '@/providers/feature/InlineAddonStepFeature';\nimport ScreenSize from '@/util/ScreenSize';\nimport StepManager from '@/util/StepManager';\n\nimport StepConfirmationFormProvider from '../../../components/steps/confirmation/StepConfirmationFormProvider';\n\nfunction StepConfirmationComponent() {\n const context = useContext(BookingEngineContext);\n const { currentStep } = useContext(FullPageEngineContext);\n const { currentBasketRows } = useContext(BasketContext);\n\n const { t } = useTranslation();\n\n const { raise } = useEvent();\n\n useEffect(() => {\n const event = new StepCheckoutViewEvent(currentBasketRows);\n raise(event);\n }, []);\n\n return (\n <div className=\"container\">\n <ConfirmationFormContextWrapper>\n <BEMobileSummary />\n <StepLayoutContainer>\n <StepLayoutLeftContent>\n {context.screenSize > ScreenSize.Medium && (\n <>\n <Link to={StepManager.getPreviousStepUrl(currentStep)}>\n <BackButton />\n </Link>\n <div className=\"u-marg-top--light u-marg-bottom--heavy\">\n <Headline bold>{t(Translation.Navigation.Steps.Confirmation)}</Headline>\n </div>\n </>\n )}\n\n <div className=\"u-marg-top@m-\">\n <StepRoomBestRateAlert />\n </div>\n </StepLayoutLeftContent>\n {context.screenSize > ScreenSize.Medium && (\n <StepLayoutRightContent>\n <StepRoomHotelDetails />\n </StepLayoutRightContent>\n )}\n </StepLayoutContainer>\n <LineBreak />\n <StepLayoutContainer>\n <StepLayoutLeftContent>\n <div className=\"block-container\">\n {!InlineAddonStepFeature.isActive() && <AdditionalOffers />}\n <StepConfirmationFormProvider />\n </div>\n </StepLayoutLeftContent>\n\n {context.screenSize > ScreenSize.Medium && (\n <StepLayoutRightContent>\n <StepConfirmationLimitedOffer endDate={dayjs().add(10, 'minute')} />\n <BESummary showImages />\n </StepLayoutRightContent>\n )}\n </StepLayoutContainer>\n </ConfirmationFormContextWrapper>\n </div>\n );\n}\n\nexport default StepConfirmationComponent;\n"]}
|
|
@@ -278,6 +278,7 @@ export declare const Translation: {
|
|
|
278
278
|
AlreadyHaveAccount: string;
|
|
279
279
|
AdditionalOfferings: string;
|
|
280
280
|
Address: string;
|
|
281
|
+
AdditionalDetailsTitle: string;
|
|
281
282
|
AlmostDone: string;
|
|
282
283
|
Comments: string;
|
|
283
284
|
ContactInfo: string;
|
|
@@ -329,6 +330,7 @@ export declare const Translation: {
|
|
|
329
330
|
PlanpayHelperText: string;
|
|
330
331
|
CardLabel: string;
|
|
331
332
|
CardSubLabel: string;
|
|
333
|
+
CardThirdPartyLabel: string;
|
|
332
334
|
PlanpayLabel: string;
|
|
333
335
|
PaidWithPlanpay: string;
|
|
334
336
|
UnexpectedErrorFromBookingDatabase: string;
|
|
@@ -281,6 +281,7 @@ exports.Translation = {
|
|
|
281
281
|
AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',
|
|
282
282
|
AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',
|
|
283
283
|
Address: 'Step.Confirmation.Address',
|
|
284
|
+
AdditionalDetailsTitle: 'Step.Confirmation.AdditionalDetailsTitle',
|
|
284
285
|
AlmostDone: 'Step.Confirmation.AlmostDone',
|
|
285
286
|
Comments: 'Step.Confirmation.Comments',
|
|
286
287
|
ContactInfo: 'Step.Confirmation.ContactInfo',
|
|
@@ -332,6 +333,7 @@ exports.Translation = {
|
|
|
332
333
|
PlanpayHelperText: 'Step.Confirmation.PlanpayHelperText',
|
|
333
334
|
CardLabel: 'Step.Confirmation.CardLabel',
|
|
334
335
|
CardSubLabel: 'Step.Confirmation.CardSubLabel',
|
|
336
|
+
CardThirdPartyLabel: 'Step.Confirmation.CardThirdPartyLabel',
|
|
335
337
|
PlanpayLabel: 'Step.Confirmation.PlanpayLabel',
|
|
336
338
|
PaidWithPlanpay: 'Step.Confirmation.PaidWithPlanpay',
|
|
337
339
|
UnexpectedErrorFromBookingDatabase: 'Step.Confirmation.UnexpectedErrorFromBookingDatabase',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Translation.js","sourceRoot":"/","sources":["src/translations/Translation.ts"],"names":[],"mappings":"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","sourcesContent":["export const Translation = {\n Navigation: {\n FindReservation: 'Navigation.FindReservation',\n HotelInfo: 'Navigation.HotelInfo',\n SignUp: {\n Title: 'Navigation.SignUp.Title',\n Inputs: {\n FirstName: 'Navigation.SignUp.Inputs.FirstName',\n LastName: 'Navigation.SignUp.Inputs.LastName',\n SignUpButton: 'Navigation.SignUp.Inputs.SignUpButton',\n\n Password: {\n Label: 'Navigation.SignUp.Inputs.Password.Label',\n Placeholder: 'Navigation.SignUp.Inputs.Password.Placeholder',\n Hint: 'Navigation.SignUp.Inputs.Password.Hint',\n },\n Terms: {\n BaseText: 'Navigation.SignUp.Inputs.Terms.BaseText',\n LinkText: 'Navigation.SignUp.Inputs.Terms.LinkText',\n Error: 'Navigation.SignUp.Inputs.Terms.Error',\n },\n },\n SignIn: 'Navigation.SignUp.SignIn',\n EmailIsInUse: 'Navigation.SignUp.EmailIsInUse',\n VerifyingEmail: {\n Title: 'Navigation.SignUp.VerifyingEmail.Title',\n Detail: 'Navigation.SignUp.VerifyingEmail.Detail',\n },\n },\n SignIn: {\n SignIn: 'Navigation.SignIn.SignIn',\n GetLowerPrices: 'Navigation.SignIn.GetLowerPrices',\n EmailAddress: 'Navigation.SignIn.EmailAddress',\n Password: 'Navigation.SignIn.Password',\n ForgotPassword: 'Navigation.SignIn.ForgotPassword',\n Or: 'Navigation.SignIn.Or',\n DontHaveAnAccount: 'Navigation.SignIn.DontHaveAnAccount',\n SignUp: 'Navigation.SignIn.SignUp',\n },\n ForgotPassword: {\n Title: 'Navigation.ForgotPassword.Title',\n CodeSent: 'Navigation.ForgotPassword.CodeSent',\n Inputs: {\n Email: {\n Label: 'Navigation.ForgotPassword.Inputs.Email.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Email.Placeholder',\n Validation: {\n UserNotFound: 'Navigation.ForgotPassword.Inputs.Email.Validation.UserNotFound',\n },\n },\n Code: {\n Label: 'Navigation.ForgotPassword.Inputs.Code.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Code.Placeholder',\n Helper: 'Navigation.ForgotPassword.Inputs.Code.Helper',\n Validation: {\n InvalidCode: 'Navigation.ForgotPassword.Inputs.Code.Validation.InvalidCode',\n },\n },\n Password: {\n Label: 'Navigation.ForgotPassword.Inputs.Password.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Password.Placeholder',\n },\n RepeatPassword: {\n Label: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Placeholder',\n },\n SubmitButton: {\n Label: 'Navigation.ForgotPassword.Inputs.SubmitButton.Label',\n },\n CancelButton: {\n Label: 'Navigation.ForgotPassword.Inputs.CancelButton.Label',\n },\n },\n },\n SelectStep: 'Navigation.SelectStep',\n Steps: {\n Date: 'Navigation.Steps.Date',\n Hotel: 'Navigation.Steps.Hotel',\n Room: 'Navigation.Steps.Room',\n Addon: 'Navigation.Steps.Addon',\n Confirmation: 'Navigation.Steps.Confirmation',\n Thanks: 'Navigation.Steps.Thanks',\n\n StepProgress: 'Navigation.Steps.StepProgress',\n },\n Back: 'Navigation.Back',\n Menu: {\n YourReservations: 'Navigation.Menu.YourReservations',\n ProfileInformation: 'Navigation.Menu.ProfileInformation',\n PaymentInformation: 'Navigation.Menu.PaymentInformation',\n HotelInformation: 'Navigation.Menu.HotelInformation',\n NeedHelp: 'Navigation.Menu.NeedHelp',\n },\n },\n Step: {\n Date: {\n Reservation: 'Step.Date.Reservation',\n SelectYourDate: 'Step.Date.SelectYourDate',\n Arrival: 'Step.Date.Arrival',\n Departure: 'Step.Date.Departure',\n\n Adult: 'Step.Date.Adult',\n Adult_plural: 'Step.Date.Adult_plural',\n\n Child: 'Step.Date.Child',\n Child_plural: 'Step.Date.Child_plural',\n\n PromoCode: 'Step.Date.PromoCode',\n\n Room: 'Step.Date.Room',\n Room_plural: 'Step.Date.Room_plural',\n\n Legend: {\n Today: 'Step.Date.Legend.Today',\n SelectedDates: 'Step.Date.Legend.SelectedDates',\n AvailableDates: 'Step.Date.Legend.AvailableDates',\n NoAvailability: 'Step.Date.Legend.NoAvailability',\n },\n\n SelectStartDate: 'Step.Date.SelectStartDate',\n SelectCheckoutDate: 'Step.Date.SelectCheckoutDate',\n CheckAvailability: 'Step.Date.CheckAvailability',\n AvailabilityCheckFailed: {\n Title: 'Step.Date.AvailabilityCheckFailed.Title',\n Message: 'Step.Date.AvailabilityCheckFailed.Message',\n },\n PromoCodeTooltip: {\n Checking: 'Step.Date.PromoCodeTooltip.Checking',\n NoValue: 'Step.Date.PromoCodeTooltip.NoValue',\n Valid: 'Step.Date.PromoCodeTooltip.Valid',\n Invalid: 'Step.Date.PromoCodeTooltip.Invalid',\n },\n UpdateAdults: 'Step.Date.UpdateAdults',\n UpdateChildren: 'Step.Date.UpdateChildren',\n SelectArrivalAndDepartureDatesByClickingHere: 'Step.Date.SelectArrivalAndDepartureDatesByClickingHere',\n PromoCodeValidation: {\n Valid: 'Step.Date.PromoCodeValidation.Valid',\n Invalid: 'Step.Date.PromoCodeValidation.Invalid',\n },\n PleaseSelectYourDates: 'Step.Date.PleaseSelectYourDates',\n },\n Hotel: {\n HotelCard: {\n DatesUnavailable: 'Step.Hotel.HotelCard.DatesUnavailable',\n },\n NoHotels: {\n Title: 'Step.Hotel.NoHotels.Title',\n DescriptionLine1: 'Step.Hotel.NoHotels.DescriptionLine1',\n DescriptionLine2: 'Step.Hotel.NoHotels.DescriptionLine2',\n },\n Cities: 'Step.Hotel.Cities',\n ViewRooms: 'Step.Hotel.ViewRooms',\n About: 'Step.Hotel.About',\n Gallery: 'Step.Hotel.Gallery',\n AndYouGetAll: 'Step.Hotel.AndYouGetAll',\n HotelAmenities: 'Step.Hotel.HotelAmenities',\n Policies: 'Step.Hotel.Policies',\n Location: 'Step.Hotel.Location',\n },\n Room: {\n SelectRoom: 'Step.Room.SelectRoom',\n EditingRoom: 'Step.Room.EditingRoom',\n ChooseRoom: 'Step.Room.ChooseRoom',\n\n SortBy: 'Step.Room.SortBy',\n Sort: {\n Recommended: 'Step.Room.Sort.Recommended',\n LowestPrice: 'Step.Room.Sort.LowestPrice',\n HighestPrice: 'Step.Room.Sort.HighestPrice',\n },\n\n FilterBy: 'Step.Room.FilterBy',\n Filter: {\n Budget: 'Step.Room.Filter.Budget',\n Rating: 'Step.Room.Filter.Rating',\n\n Features: 'Step.Room.Filter.Features',\n BedType: 'Step.Room.Filter.BedType',\n RoomType: 'Step.Room.Filter.RoomType',\n RoomCategory: 'Step.Room.Filter.RoomCategory',\n RateType: 'Step.Room.Filter.RateType',\n MatchingRoomsRates: 'Step.Room.Filter.MatchingRoomsRates',\n ShowFilters: 'Step.Room.Filter.ShowFilters',\n },\n\n RoomInfo: {\n ViewRates: 'Step.Room.RoomInfo.ViewRates',\n CloseRates: 'Step.Room.RoomInfo.CloseRates',\n\n MoreDetails: 'Step.Room.RoomInfo.MoreDetails',\n\n MemberOnlyDeal: 'Step.Room.RoomInfo.MemberOnlyDeal',\n MemberOnlyDealsActivated: 'Step.Room.RoomInfo.MemberOnlyDealsActivated',\n DealForMemberOnly: 'Step.Room.RoomInfo.DealForMemberOnly',\n SignUpToSee: 'Step.Room.RoomInfo.SignUpToSee',\n\n PromoCode: {\n MemberDeal: 'Step.Room.RoomInfo.PromoCode.MemberDeal',\n Standard: 'Step.Room.RoomInfo.PromoCode.Standard',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Step.Room.RoomInfo.MemberOnlyRow.MemberOnlyPrices',\n DealsForOnly: 'Step.Room.RoomInfo.MemberOnlyRow.DealsForOnly',\n },\n\n RevealPrice: 'Step.Room.RoomInfo.RevealPrice',\n\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n AddRoom: 'Step.Room.RoomInfo.AddRoom', // AddRoom is for Actual Add Room, and BookNow is for Book now :D\n\n Information: 'Step.Room.RoomInfo.Information',\n RoomAmenities: 'Step.Room.RoomInfo.RoomAmenities',\n\n MemberRateLockedTooltip: 'Step.Room.RoomInfo.MemberRateLockedTooltip',\n ViewPriceBreakdown: 'Step.Room.RoomInfo.ViewPriceBreakdown',\n PriceBreakdown: 'Step.Room.RoomInfo.PriceBreakdown',\n BookThisRateNow: 'Step.Room.RoomInfo.BookThisRateNow',\n Selected: 'Step.Room.RoomInfo.Selected',\n Update: 'Step.Room.RoomInfo.Update',\n Show: 'Step.Room.RoomInfo.Show',\n MoreRates: 'Step.Room.RoomInfo.MoreRates',\n },\n YouHaveBeenAway: 'Step.Room.YouHaveBeenAway',\n UpdateYourSearch: 'Step.Room.UpdateYourSearch',\n NoThanks: 'Step.Room.NoThanks',\n Update: 'Step.Room.Update',\n Summary: {\n NoRemoveLastRate: 'Step.Room.Summary.NoRemoveLastRate',\n RemoveThisRate: 'Step.Room.Summary.RemoveThisRate',\n Fees: 'Step.Room.Summary.Fees',\n Taxes: 'Step.Room.Summary.Taxes',\n },\n NoRoomsFound: {\n NoRoomsFound: 'Step.Room.NoRoomsFound.NoRoomsFound',\n MinNightStay: 'Step.Room.NoRoomsFound.MinNightStay',\n WeApologise: 'Step.Room.NoRoomsFound.WeApologise',\n PleaseCheckYourDates: 'Step.Room.NoRoomsFound.PleaseCheckYourDates',\n NewSearch: 'Step.Room.NoRoomsFound.NewSearch',\n },\n ErrorForm: {\n APIError: 'Step.Room.ErrorForm.APIError',\n Title: 'Step.Room.ErrorForm.Title',\n Description: 'Step.Room.ErrorForm.Description',\n ContactUsButton: 'Step.Room.ErrorForm.ContactUsButton',\n\n ConfirmationMessage: 'Step.Room.ErrorForm.ConfirmationMessage',\n\n Inputs: {\n Name: 'Step.Room.ErrorForm.Inputs.Name',\n Email: 'Step.Room.ErrorForm.Inputs.Email',\n Telephone: 'Step.Room.ErrorForm.Inputs.Telephone',\n },\n },\n\n ReadMore: 'Step.Room.ReadMore',\n CheckOutOtherOptions: 'Step.Room.CheckOutOtherOptions',\n Confirm: 'Step.Room.Confirm',\n Upgrade: 'Step.Room.Upgrade',\n YouWillGetThisAllForFree: 'Step.Room.YouWillGetThisAllForFree',\n CurrentSelectedRoom: 'Step.Room.CurrentSelectedRoom',\n NextStep: 'Step.Room.NextStep',\n NextRoom: 'Step.Room.NextRoom',\n\n MoreDetails: 'Step.Room.MoreDetails',\n ExcludingTaxes: 'Step.Room.ExcludingTaxes',\n Sleeps: 'Step.Room.Sleeps',\n RateTypeFilterLabel: 'Step.Room.RateTypeFilterLabel',\n ChooseRoomBelow: 'Step.Room.ChooseRoomBelow',\n EditThisRoom: 'Step.Room.EditThisRoom',\n RoomRateDetails: 'Step.Room.RoomRateDetails',\n PriceBreakdown: 'Step.Room.PriceBreakdown',\n BreakfastIncluded: 'Step.Room.BreakfastIncluded',\n PromoCodeIsApplied: 'Step.Room.PromoCodeIsApplied',\n AvailableUpgrades: 'Step.Room.AvailableUpgrades',\n AndYouGetAllTheseForFree: 'Step.Room.AndYouGetAllTheseForFree',\n MinimumStay: 'Step.Room.MinimumStay',\n RatesNotFound: 'Step.Room.RatesNotFound',\n RatesNotFoundLine1: 'Step.Room.RatesNotFoundLine1',\n RatesNotFoundLine2: 'Step.Room.RatesNotFoundLine2',\n YouBookedThisRoomRecently: 'Step.Room.YouBookedThisRoomRecently',\n\n CrossSellBlock: {\n AvailabilityNearBy1: 'Step.Room.CrossSellBlock.AvailabilityNearBy1',\n AvailabilityNearBy2: 'Step.Room.CrossSellBlock.AvailabilityNearBy2',\n DateUnavailable: 'Step.Room.CrossSellBlock.DateUnavailable',\n },\n },\n Addon: {\n SelectServiceDate: 'Step.Addon.SelectServiceDate',\n Remove: 'Step.Addon.Remove',\n AddToCart: 'Step.Addon.AddToCart',\n UpdateCart: 'Step.Addon.UpdateCart',\n Quantity: 'Step.Addon.Quantity',\n NotFound: {\n Title: 'Step.Addon.NotFound.Title',\n Message: 'Step.Addon.NotFound.Message',\n },\n IncludingFeesAndTaxes: 'Step.Addon.IncludingFeesAndTaxes',\n },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\n ConfirmReservation: 'Step.Confirmation.ConfirmReservation',\n CreateAnAccount: 'Step.Confirmation.CreateAnAccount',\n GiveUsSomeComments: 'Step.Confirmation.GiveUsSomeComments',\n GuestDetails: 'Step.Confirmation.GuestDetails',\n SignInHere: 'Step.Confirmation.SignInHere',\n Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\n Forename: 'Step.Confirmation.Inputs.Forename',\n Surname: 'Step.Confirmation.Inputs.Surname',\n Month: 'Step.Confirmation.Inputs.Month',\n Phone: 'Step.Confirmation.Inputs.Phone',\n PostCode: 'Step.Confirmation.Inputs.PostCode',\n Year: 'Step.Confirmation.Inputs.Year',\n Password: 'Step.Confirmation.Inputs.Password',\n ConfirmPassword: 'Step.Confirmation.Inputs.ConfirmPassword',\n\n NameOnCard: 'Step.Confirmation.Inputs.NameOnCard',\n SecurityCode: 'Step.Confirmation.Inputs.SecurityCode',\n CardExpiry: 'Step.Confirmation.Inputs.CardExpiry',\n EnterSpecialRequestsHere: 'Step.Confirmation.Inputs.EnterSpecialRequestsHere',\n Required: 'Step.Confirmation.Inputs.Required',\n InvalidEmail: 'Step.Confirmation.Inputs.InvalidEmail',\n\n IATANumber: 'Step.Confirmation.Inputs.IATANumber',\n IATANumberGuide: 'Step.Confirmation.Inputs.IATANumberGuide',\n },\n InputErrors: {\n CardExpiry: {\n Invalid: 'Step.Confirmation.InputErrors.CardExpiry.Invalid',\n },\n },\n Policies: 'Step.Confirmation.Policies',\n Limit: 'Step.Confirmation.Limit',\n TimeDeal: 'Step.Confirmation.TimeDeal',\n WantMoreRooms: 'Step.Confirmation.WantMoreRooms',\n YouCanAddAndEditRooms: 'Step.Confirmation.YouCanAddAndEditRooms',\n AddMoreRooms: 'Step.Confirmation.AddMoreRooms',\n EmailSpecialOffers: 'Step.Confirmation.EmailSpecialOffers',\n Acknowledgement: 'Step.Confirmation.Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'Step.Confirmation.IHaveUnderstoodPrivacyPolicy',\n PrivacyPolicy: 'Step.Confirmation.PrivacyPolicy',\n PrivacyPolicyError: 'Step.Confirmation.PrivacyPolicyError',\n PlanpayHelperText: 'Step.Confirmation.PlanpayHelperText',\n CardLabel: 'Step.Confirmation.CardLabel',\n CardSubLabel: 'Step.Confirmation.CardSubLabel',\n PlanpayLabel: 'Step.Confirmation.PlanpayLabel',\n PaidWithPlanpay: 'Step.Confirmation.PaidWithPlanpay',\n UnexpectedErrorFromBookingDatabase: 'Step.Confirmation.UnexpectedErrorFromBookingDatabase',\n UnexpectedErrorOnCommittingReservation: 'Step.Confirmation.UnexpectedErrorOnCommittingReservation',\n FailedToCommitReservation: 'Step.Confirmation.FailedToCommitReservation',\n PaymentCard: {\n CardHolderName: 'Step.Confirmation.PaymentCard.CardHolderName',\n ExpiryDate: 'Step.Confirmation.PaymentCard.ExpiryDate',\n },\n NoAdditionalOfferings: 'Step.Confirmation.NoAdditionalOfferings',\n SSLSecure: 'Step.Confirmation.SSLSecure',\n YourTotalPriceHasChanged: 'Step.Confirmation.YourTotalPriceHasChanged',\n ConfirmationCheckoutTitle: 'Step.Confirmation.ConfirmationCheckoutTitle',\n RevertsIn: 'Step.Confirmation.RevertsIn',\n TakeMeBack: 'Step.Confirmation.TakeMeBack',\n ContinueWithReservation: 'Step.Confirmation.ContinueWithReservation',\n Secured: 'Step.Confirmation.Secured',\n YourRoomIs: 'Step.Confirmation.YourRoomIs',\n BeingHeldFor: 'Step.Confirmation.BeingHeldFor',\n PrivacyPolicyDetail: 'Step.Confirmation.PrivacyPolicyDetail',\n EditThisProperty: 'Step.Confirmation.EditThisProperty',\n },\n Thanks: {\n AddOnItems: 'Step.Thanks.AddOnItems',\n GoBackHome: 'Step.Thanks.GoBackHome',\n InvoiceNumber: 'Step.Thanks.InvoiceNumber',\n ThankYouHeadline: 'Step.Thanks.ThankYouHeadline',\n IncludingTaxes: 'Step.Thanks.IncludingTaxes',\n Errors: {\n CancelFailed: 'Step.Thanks.Errors.Failed',\n },\n },\n General: {\n YourCartIsEmpty: 'Step.General.YourCartIsEmpty',\n RoomTotal: 'Step.General.RoomTotal',\n AlternateCurrencyInformation: 'Step.General.AlternateCurrencyInformation',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'MemberOnlyPopup.Errors.SignupFailed.Title',\n Message: 'MemberOnlyPopup.Errors.SignupFailed.Message',\n },\n ReCaptcha: {\n PleaseTick: 'MemberOnlyPopup.Errors.ReCaptcha.PleaseTick',\n ValidationError: 'MemberOnlyPopup.Errors.ReCaptcha.ValidationError',\n },\n RequiredFields: {\n Title: 'MemberOnlyPopup.RequiredFields.Title',\n Message: 'MemberOnlyPopup.RequiredFields.Message',\n },\n },\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\n Fields: {\n FirstName: 'MemberOnlyPopup.Fields.FirstName',\n LastName: 'MemberOnlyPopup.Fields.LastName',\n Email: {\n Label: 'MemberOnlyPopup.Fields.Email.Label',\n Validation: {\n Invalid: 'MemberOnlyPopup.Fields.Email.Label',\n },\n },\n },\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Custom.BookNowPayLaterInfoBlock.BookNowPayLater',\n IfYourDreamsChange: 'Custom.BookNowPayLaterInfoBlock.IfYourDreamsChange',\n },\n },\n Misc: {\n From: 'Misc.From',\n Night: 'Misc.Night',\n Night_plural: 'Misc.Night_plural',\n Stay: 'Misc.Stay',\n PerRoom: 'Misc.PerRoom',\n PerNight: 'Misc.PerNight',\n\n ClearAll: 'Misc.ClearAll',\n Clear: 'Misc.Clear',\n\n ApplyChanges: 'Misc.ApplyChanges',\n\n CheckIn: 'Misc.CheckIn',\n CheckOut: 'Misc.CheckOut',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\n\n Edit: 'Misc.Edit',\n Remove: 'Misc.Remove',\n\n Optional: 'Misc.Optional',\n\n Room: 'Misc.Room',\n Rates: 'Misc.Rates',\n Cancel: 'Misc.Cancel',\n\n By: 'Misc.By',\n\n GuaranteePolicy: 'Misc.GuaranteePolicy',\n CancellationPolicy: 'Misc.CancellationPolicy',\n\n RoomAddedNotification: 'Misc.RoomAddedNotification',\n RoomUpdatedNotification: 'Misc.RoomUpdatedNotification',\n\n ApplyCode: 'Misc.ApplyCode',\n AddAnotherRoom: 'Misc.AddAnotherRoom',\n\n Pills: {\n BuyNowPayLater: 'Misc.Pills.BuyNowPayLater',\n PeopleBooked: 'Misc.Pills.PeopleBooked',\n PeopleBookedShort: 'Misc.Pills.PeopleBookedShort',\n },\n Alerts: {\n BestRatePerks: 'Misc.Alerts.BestRatePerks',\n BestRatePerksAlert: 'Misc.Alerts.BestRatePerksAlert',\n YouAreEditing: 'Misc.Alerts.YouAreEditing',\n YouAreEditingAlert: 'Misc.Alerts.YouAreEditingAlert',\n BookDirect: 'Misc.Alerts.BookDirect',\n },\n Perks: {\n AndYouGetAll: 'Misc.Perks.AndYouGetAll',\n TheseForFree: 'Misc.Perks.TheseForFree',\n Breakfast: 'Misc.Perks.Breakfast',\n SuperspeedWifi: 'Misc.Perks.SuperspeedWifi',\n SocialHour: 'Misc.Perks.SocialHour',\n InRoomMinibar: 'Misc.Perks.InRoomMinibar',\n SelfServiceLaundry: 'Misc.Perks.SelfServiceLaundry',\n Hour24Gym: 'Misc.Perks.Hour24Gym',\n AllDaySnacks: 'Misc.Perks.AllDaySnacks',\n FreeLootBag: 'Misc.Perks.FreeLootBag',\n AirConditioning: 'Misc.Perks.AirConditioning',\n SmokingFree: 'Misc.Perks.SmokingFree',\n },\n QTY: 'Misc.QTY',\n Person: 'Misc.Person',\n PersonPerNight: 'Misc.PersonPerNight',\n AdultPerNight: 'Misc.AdultPerNight',\n PerRoomDay: 'Misc.PerRoomDay',\n SeeDetails: 'Misc.SeeDetails',\n UnexpectedError: 'Misc.UnexpectedError',\n CheckRates: 'Misc.CheckRates',\n BookNow: 'Misc.BookNow',\n Cancelled: 'Misc.Cancelled',\n Save: 'Misc.Save',\n SaveAllChanges: 'Misc.SaveAllChanges',\n Submit: 'Misc.Submit',\n Abort: 'Misc.Abort',\n YesImSure: 'Misc.YesImSure',\n ThisWillCancel: 'Misc.ThisWillCancel',\n CancellingReservation: 'Misc.CancellingReservation',\n Loading: 'Misc.Loading',\n BookAHotel: 'Misc.BookAHotel',\n ChooseHotel: 'Misc.ChooseHotel',\n Guests: 'Misc.Guests',\n Dates: 'Misc.Dates',\n Apply: 'Misc.Apply',\n ChooseDates: 'Misc.ChooseDates',\n HowManyGuests: 'Misc.HowManyGuests',\n And: 'Misc.And',\n LogOut: 'Misc.LogOut',\n Yes: 'Misc.Yes',\n To: 'Misc.To',\n ApplyNow: 'Misc.ApplyNow',\n PerksDisclaimer: 'Misc.PerksDisclaimer',\n },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n GoToYourReservations: 'FindReservation.GoToYourReservations',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Question: 'FindReservation.Question',\n Answer1: 'FindReservation.Answer1',\n Answer2: 'FindReservation.Answer2',\n YourItinerary: 'FindReservation.YourItinerary',\n Adults: 'FindReservation.Adults',\n Children: 'FindReservation.Children',\n Back: 'FindReservation.Back',\n OrUseConfirmationItineraryNumber: 'FindReservation.OrUseConfirmationItineraryNumber',\n NoOnlineAccount: 'FindReservation.NoOnlineAccount',\n SignUpToSaveTime: 'FindReservation.SignUpToSaveTime',\n SignInToLogin: 'FindReservation.SignInToLogin',\n },\n UserPortal: {\n HomeScreen: {\n BackToBooking: 'UserPortal.HomeScreen.BackToBooking',\n Title: 'UserPortal.HomeScreen.Title',\n Subtitle: 'UserPortal.HomeScreen.Subtitle',\n ViewAllBookings: 'UserPortal.HomeScreen.ViewAllBookings',\n },\n ProfileScreen: {\n Validation: {\n Password: {\n DoesNotMatch: 'UserPortal.ProfileScreen.Validation.Password.DoesNotMatch',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Password.IsNotValid',\n },\n Phone: {\n IsTooLong: 'UserPortal.ProfileScreen.Validation.Phone.IsTooLong',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Phone.IsNotValid',\n },\n Email: {\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Email.IsNotValid',\n },\n Common: {\n ThisField: 'UserPortal.ProfileScreen.Validation.Common.ThisField',\n IsRequired: 'UserPortal.ProfileScreen.Validation.Common.IsRequired',\n },\n },\n Field: {\n Forename: 'UserPortal.ProfileScreen.Field.Forename',\n Surname: 'UserPortal.ProfileScreen.Field.Surname',\n Address: 'UserPortal.ProfileScreen.Field.Address',\n City: 'UserPortal.ProfileScreen.Field.City',\n CurrentPassword: 'UserPortal.ProfileScreen.Field.CurrentPassword',\n NewPassword: 'UserPortal.ProfileScreen.Field.NewPassword',\n ConfirmPassword: 'UserPortal.ProfileScreen.Field.ConfirmPassword',\n Country: 'UserPortal.ProfileScreen.Field.Country',\n Zip: 'UserPortal.ProfileScreen.Field.Zip',\n },\n DetailsSavedSuccessfully: 'UserPortal.ProfileScreen.DetailsSavedSuccessfully',\n },\n PaymentInformationScreen: {\n DeleteCard: 'UserPortal.PaymentInformationScreen.DeleteCard',\n SaveCard: 'UserPortal.PaymentInformationScreen.SaveCard',\n MarkAsDefault: 'UserPortal.PaymentInformationScreen.MarkAsDefault',\n SavedCards: 'UserPortal.PaymentInformationScreen.SavedCards',\n YouDontHaveAnyCardsYet: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYet',\n AddNewCard: 'UserPortal.PaymentInformationScreen.AddNewCard',\n DefaultCard: 'UserPortal.PaymentInformationScreen.DefaultCard',\n },\n HelpScreen: {\n NeedSomeHelp: 'UserPortal.HelpScreen.NeedSomeHelp',\n Name: 'UserPortal.HelpScreen.Name',\n Telephone: 'UserPortal.HelpScreen.Telephone',\n Message: 'UserPortal.HelpScreen.Message',\n },\n ReservationSingleScreen: {\n Itinerary: 'UserPortal.ReservationSingleScreen.Itinerary',\n },\n },\n Reservation: {\n MoreDetails: 'Reservation.MoreDetails',\n ModifyThisRoom: 'Reservation.ModifyThisRoom',\n CancelReservation: 'Reservation.CancelReservation',\n BackToYourAccount: 'Reservation.BackToYourAccount',\n BookAgain: 'Reservation.BookAgain',\n Policies: 'Reservation.Policies',\n Policy1: 'Reservation.Policy1',\n Policy2: 'Reservation.Policy2',\n PriceNote: 'Reservation.PriceNote',\n Print: 'Reservation.Print',\n Share: 'Reservation.Share',\n Total: 'Reservation.Total',\n CodeNumberInformation: 'Reservation.CodeNumberInformation',\n HotelInformation: 'Reservation.HotelInformation',\n BackToBooking: 'Reservation.BackToBooking',\n CheckIn: 'Reservation.CheckIn',\n CheckOut: 'Reservation.CheckOut',\n Before: 'Reservation.Before',\n After: 'Reservation.After',\n BackToYourReservations: 'Reservation.BackToYourReservations',\n ModifyReservation: 'Reservation.ModifyReservation',\n Modify: 'Reservation.Modify',\n YourReservationPage: {\n Title: 'Reservation.YourReservationPage.Title',\n UpcomingStays: 'Reservation.YourReservationPage.UpcomingStays',\n PastStays: 'Reservation.YourReservationPage.PastStays',\n CancelledStays: 'Reservation.YourReservationPage.CancelledStays',\n EmptyStays: 'Reservation.YourReservationPage.EmptyStays',\n EmptyCancelledStays: 'Reservation.YourReservationPage.EmptyCancelledStays',\n EmptyStaysDescription: 'Reservation.YourReservationPage.EmptyStaysDescription',\n EmptyCancelledDescriptionStays: 'Reservation.YourReservationPage.EmptyCancelledDescriptionStays',\n },\n EmptyPage: {\n Title: 'Reservation.EmptyPage.Title',\n SubTitle: 'Reservation.EmptyPage.SubTitle',\n Message: 'Reservation.EmptyPage.Message',\n SubMessage: 'Reservation.EmptyPage.SubMessage',\n SearchRooms: 'Reservation.EmptyPage.SearchRooms',\n SeeAll: 'Reservation.EmptyPage.SeeAll',\n },\n CancelledPage: {\n AlertDescription: 'Reservation.CancelledPage.AlertDescription',\n AlertTitle: 'Reservation.CancelledPage.AlertTitle',\n },\n Notification: {\n ThisRoomIsCancelled: {\n Title: 'Reservation.Notification.ThisRoomIsCancelled.Title',\n Detail: 'Reservation.Notification.ThisRoomIsCancelled.Detail',\n },\n },\n },\n RecentSearch: {\n SeeAllRooms: 'RecentSearch.SeeAllRooms',\n RecentSearches: 'RecentSearch.RecentSearches',\n },\n};\n"]}
|
|
1
|
+
{"version":3,"file":"Translation.js","sourceRoot":"/","sources":["src/translations/Translation.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACvB,UAAU,EAAE;QACR,eAAe,EAAE,4BAA4B;QAC7C,SAAS,EAAE,sBAAsB;QACjC,MAAM,EAAE;YACJ,KAAK,EAAE,yBAAyB;YAChC,MAAM,EAAE;gBACJ,SAAS,EAAE,oCAAoC;gBAC/C,QAAQ,EAAE,mCAAmC;gBAC7C,YAAY,EAAE,uCAAuC;gBAErD,QAAQ,EAAE;oBACN,KAAK,EAAE,yCAAyC;oBAChD,WAAW,EAAE,+CAA+C;oBAC5D,IAAI,EAAE,wCAAwC;iBACjD;gBACD,KAAK,EAAE;oBACH,QAAQ,EAAE,yCAAyC;oBACnD,QAAQ,EAAE,yCAAyC;oBACnD,KAAK,EAAE,sCAAsC;iBAChD;aACJ;YACD,MAAM,EAAE,0BAA0B;YAClC,YAAY,EAAE,gCAAgC;YAC9C,cAAc,EAAE;gBACZ,KAAK,EAAE,wCAAwC;gBAC/C,MAAM,EAAE,yCAAyC;aACpD;SACJ;QACD,MAAM,EAAE;YACJ,MAAM,EAAE,0BAA0B;YAClC,cAAc,EAAE,kCAAkC;YAClD,YAAY,EAAE,gCAAgC;YAC9C,QAAQ,EAAE,4BAA4B;YACtC,cAAc,EAAE,kCAAkC;YAClD,EAAE,EAAE,sBAAsB;YAC1B,iBAAiB,EAAE,qCAAqC;YACxD,MAAM,EAAE,0BAA0B;SACrC;QACD,cAAc,EAAE;YACZ,KAAK,EAAE,iCAAiC;YACxC,QAAQ,EAAE,oCAAoC;YAC9C,MAAM,EAAE;gBACJ,KAAK,EAAE;oBACH,KAAK,EAAE,8CAA8C;oBACrD,WAAW,EAAE,oDAAoD;oBACjE,UAAU,EAAE;wBACR,YAAY,EAAE,gEAAgE;qBACjF;iBACJ;gBACD,IAAI,EAAE;oBACF,KAAK,EAAE,6CAA6C;oBACpD,WAAW,EAAE,mDAAmD;oBAChE,MAAM,EAAE,8CAA8C;oBACtD,UAAU,EAAE;wBACR,WAAW,EAAE,8DAA8D;qBAC9E;iBACJ;gBACD,QAAQ,EAAE;oBACN,KAAK,EAAE,iDAAiD;oBACxD,WAAW,EAAE,uDAAuD;iBACvE;gBACD,cAAc,EAAE;oBACZ,KAAK,EAAE,uDAAuD;oBAC9D,WAAW,EAAE,6DAA6D;iBAC7E;gBACD,YAAY,EAAE;oBACV,KAAK,EAAE,qDAAqD;iBAC/D;gBACD,YAAY,EAAE;oBACV,KAAK,EAAE,qDAAqD;iBAC/D;aACJ;SACJ;QACD,UAAU,EAAE,uBAAuB;QACnC,KAAK,EAAE;YACH,IAAI,EAAE,uBAAuB;YAC7B,KAAK,EAAE,wBAAwB;YAC/B,IAAI,EAAE,uBAAuB;YAC7B,KAAK,EAAE,wBAAwB;YAC/B,YAAY,EAAE,+BAA+B;YAC7C,MAAM,EAAE,yBAAyB;YAEjC,YAAY,EAAE,+BAA+B;SAChD;QACD,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE;YACF,gBAAgB,EAAE,kCAAkC;YACpD,kBAAkB,EAAE,oCAAoC;YACxD,kBAAkB,EAAE,oCAAoC;YACxD,gBAAgB,EAAE,kCAAkC;YACpD,QAAQ,EAAE,0BAA0B;SACvC;KACJ;IACD,IAAI,EAAE;QACF,IAAI,EAAE;YACF,WAAW,EAAE,uBAAuB;YACpC,cAAc,EAAE,0BAA0B;YAC1C,OAAO,EAAE,mBAAmB;YAC5B,SAAS,EAAE,qBAAqB;YAEhC,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,wBAAwB;YAEtC,KAAK,EAAE,iBAAiB;YACxB,YAAY,EAAE,wBAAwB;YAEtC,SAAS,EAAE,qBAAqB;YAEhC,IAAI,EAAE,gBAAgB;YACtB,WAAW,EAAE,uBAAuB;YAEpC,MAAM,EAAE;gBACJ,KAAK,EAAE,wBAAwB;gBAC/B,aAAa,EAAE,gCAAgC;gBAC/C,cAAc,EAAE,iCAAiC;gBACjD,cAAc,EAAE,iCAAiC;aACpD;YAED,eAAe,EAAE,2BAA2B;YAC5C,kBAAkB,EAAE,8BAA8B;YAClD,iBAAiB,EAAE,6BAA6B;YAChD,uBAAuB,EAAE;gBACrB,KAAK,EAAE,yCAAyC;gBAChD,OAAO,EAAE,2CAA2C;aACvD;YACD,gBAAgB,EAAE;gBACd,QAAQ,EAAE,qCAAqC;gBAC/C,OAAO,EAAE,oCAAoC;gBAC7C,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,oCAAoC;aAChD;YACD,YAAY,EAAE,wBAAwB;YACtC,cAAc,EAAE,0BAA0B;YAC1C,4CAA4C,EAAE,wDAAwD;YACtG,mBAAmB,EAAE;gBACjB,KAAK,EAAE,qCAAqC;gBAC5C,OAAO,EAAE,uCAAuC;aACnD;YACD,qBAAqB,EAAE,iCAAiC;SAC3D;QACD,KAAK,EAAE;YACH,SAAS,EAAE;gBACP,gBAAgB,EAAE,uCAAuC;aAC5D;YACD,QAAQ,EAAE;gBACN,KAAK,EAAE,2BAA2B;gBAClC,gBAAgB,EAAE,sCAAsC;gBACxD,gBAAgB,EAAE,sCAAsC;aAC3D;YACD,MAAM,EAAE,mBAAmB;YAC3B,SAAS,EAAE,sBAAsB;YACjC,KAAK,EAAE,kBAAkB;YACzB,OAAO,EAAE,oBAAoB;YAC7B,YAAY,EAAE,yBAAyB;YACvC,cAAc,EAAE,2BAA2B;YAC3C,QAAQ,EAAE,qBAAqB;YAC/B,QAAQ,EAAE,qBAAqB;SAClC;QACD,IAAI,EAAE;YACF,UAAU,EAAE,sBAAsB;YAClC,WAAW,EAAE,uBAAuB;YACpC,UAAU,EAAE,sBAAsB;YAElC,MAAM,EAAE,kBAAkB;YAC1B,IAAI,EAAE;gBACF,WAAW,EAAE,4BAA4B;gBACzC,WAAW,EAAE,4BAA4B;gBACzC,YAAY,EAAE,6BAA6B;aAC9C;YAED,QAAQ,EAAE,oBAAoB;YAC9B,MAAM,EAAE;gBACJ,MAAM,EAAE,yBAAyB;gBACjC,MAAM,EAAE,yBAAyB;gBAEjC,QAAQ,EAAE,2BAA2B;gBACrC,OAAO,EAAE,0BAA0B;gBACnC,QAAQ,EAAE,2BAA2B;gBACrC,YAAY,EAAE,+BAA+B;gBAC7C,QAAQ,EAAE,2BAA2B;gBACrC,kBAAkB,EAAE,qCAAqC;gBACzD,WAAW,EAAE,8BAA8B;aAC9C;YAED,QAAQ,EAAE;gBACN,SAAS,EAAE,8BAA8B;gBACzC,UAAU,EAAE,+BAA+B;gBAE3C,WAAW,EAAE,gCAAgC;gBAE7C,cAAc,EAAE,mCAAmC;gBACnD,wBAAwB,EAAE,6CAA6C;gBACvE,iBAAiB,EAAE,sCAAsC;gBACzD,WAAW,EAAE,gCAAgC;gBAE7C,SAAS,EAAE;oBACP,UAAU,EAAE,yCAAyC;oBACrD,QAAQ,EAAE,uCAAuC;iBACpD;gBAED,aAAa,EAAE;oBACX,gBAAgB,EAAE,mDAAmD;oBACrE,YAAY,EAAE,+CAA+C;iBAChE;gBAED,WAAW,EAAE,gCAAgC;gBAE7C,aAAa,EAAE,kCAAkC;gBACjD,OAAO,EAAE,4BAA4B;gBAErC,WAAW,EAAE,gCAAgC;gBAC7C,aAAa,EAAE,kCAAkC;gBAEjD,uBAAuB,EAAE,4CAA4C;gBACrE,kBAAkB,EAAE,uCAAuC;gBAC3D,cAAc,EAAE,mCAAmC;gBACnD,eAAe,EAAE,oCAAoC;gBACrD,QAAQ,EAAE,6BAA6B;gBACvC,MAAM,EAAE,2BAA2B;gBACnC,IAAI,EAAE,yBAAyB;gBAC/B,SAAS,EAAE,8BAA8B;aAC5C;YACD,eAAe,EAAE,2BAA2B;YAC5C,gBAAgB,EAAE,4BAA4B;YAC9C,QAAQ,EAAE,oBAAoB;YAC9B,MAAM,EAAE,kBAAkB;YAC1B,OAAO,EAAE;gBACL,gBAAgB,EAAE,oCAAoC;gBACtD,cAAc,EAAE,kCAAkC;gBAClD,IAAI,EAAE,wBAAwB;gBAC9B,KAAK,EAAE,yBAAyB;aACnC;YACD,YAAY,EAAE;gBACV,YAAY,EAAE,qCAAqC;gBACnD,YAAY,EAAE,qCAAqC;gBACnD,WAAW,EAAE,oCAAoC;gBACjD,oBAAoB,EAAE,6CAA6C;gBACnE,SAAS,EAAE,kCAAkC;aAChD;YACD,SAAS,EAAE;gBACP,QAAQ,EAAE,8BAA8B;gBACxC,KAAK,EAAE,2BAA2B;gBAClC,WAAW,EAAE,iCAAiC;gBAC9C,eAAe,EAAE,qCAAqC;gBAEtD,mBAAmB,EAAE,yCAAyC;gBAE9D,MAAM,EAAE;oBACJ,IAAI,EAAE,iCAAiC;oBACvC,KAAK,EAAE,kCAAkC;oBACzC,SAAS,EAAE,sCAAsC;iBACpD;aACJ;YAED,QAAQ,EAAE,oBAAoB;YAC9B,oBAAoB,EAAE,gCAAgC;YACtD,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,mBAAmB;YAC5B,wBAAwB,EAAE,oCAAoC;YAC9D,mBAAmB,EAAE,+BAA+B;YACpD,QAAQ,EAAE,oBAAoB;YAC9B,QAAQ,EAAE,oBAAoB;YAE9B,WAAW,EAAE,uBAAuB;YACpC,cAAc,EAAE,0BAA0B;YAC1C,MAAM,EAAE,kBAAkB;YAC1B,mBAAmB,EAAE,+BAA+B;YACpD,eAAe,EAAE,2BAA2B;YAC5C,YAAY,EAAE,wBAAwB;YACtC,eAAe,EAAE,2BAA2B;YAC5C,cAAc,EAAE,0BAA0B;YAC1C,iBAAiB,EAAE,6BAA6B;YAChD,kBAAkB,EAAE,8BAA8B;YAClD,iBAAiB,EAAE,6BAA6B;YAChD,wBAAwB,EAAE,oCAAoC;YAC9D,WAAW,EAAE,uBAAuB;YACpC,aAAa,EAAE,yBAAyB;YACxC,kBAAkB,EAAE,8BAA8B;YAClD,kBAAkB,EAAE,8BAA8B;YAClD,yBAAyB,EAAE,qCAAqC;YAEhE,cAAc,EAAE;gBACZ,mBAAmB,EAAE,8CAA8C;gBACnE,mBAAmB,EAAE,8CAA8C;gBACnE,eAAe,EAAE,0CAA0C;aAC9D;SACJ;QACD,KAAK,EAAE;YACH,iBAAiB,EAAE,8BAA8B;YACjD,MAAM,EAAE,mBAAmB;YAC3B,SAAS,EAAE,sBAAsB;YACjC,UAAU,EAAE,uBAAuB;YACnC,QAAQ,EAAE,qBAAqB;YAC/B,QAAQ,EAAE;gBACN,KAAK,EAAE,2BAA2B;gBAClC,OAAO,EAAE,6BAA6B;aACzC;YACD,qBAAqB,EAAE,kCAAkC;SAC5D;QACD,YAAY,EAAE;YACV,yBAAyB,EAAE,6CAA6C;YACxE,kBAAkB,EAAE,sCAAsC;YAC1D,mBAAmB,EAAE,uCAAuC;YAC5D,OAAO,EAAE,2BAA2B;YACpC,sBAAsB,EAAE,0CAA0C;YAClE,UAAU,EAAE,8BAA8B;YAC1C,QAAQ,EAAE,4BAA4B;YACtC,WAAW,EAAE,+BAA+B;YAC5C,kBAAkB,EAAE,sCAAsC;YAC1D,eAAe,EAAE,mCAAmC;YACpD,kBAAkB,EAAE,sCAAsC;YAC1D,YAAY,EAAE,gCAAgC;YAC9C,UAAU,EAAE,8BAA8B;YAC1C,MAAM,EAAE;gBACJ,OAAO,EAAE,kCAAkC;gBAC3C,UAAU,EAAE,qCAAqC;gBACjD,IAAI,EAAE,+BAA+B;gBACrC,OAAO,EAAE,kCAAkC;gBAC3C,iBAAiB,EAAE,4CAA4C;gBAC/D,KAAK,EAAE,gCAAgC;gBACvC,QAAQ,EAAE,mCAAmC;gBAC7C,OAAO,EAAE,kCAAkC;gBAC3C,KAAK,EAAE,gCAAgC;gBACvC,KAAK,EAAE,gCAAgC;gBACvC,QAAQ,EAAE,mCAAmC;gBAC7C,IAAI,EAAE,+BAA+B;gBACrC,QAAQ,EAAE,mCAAmC;gBAC7C,eAAe,EAAE,0CAA0C;gBAE3D,UAAU,EAAE,qCAAqC;gBACjD,YAAY,EAAE,uCAAuC;gBACrD,UAAU,EAAE,qCAAqC;gBACjD,wBAAwB,EAAE,mDAAmD;gBAC7E,QAAQ,EAAE,mCAAmC;gBAC7C,YAAY,EAAE,uCAAuC;gBAErD,UAAU,EAAE,qCAAqC;gBACjD,eAAe,EAAE,0CAA0C;aAC9D;YACD,WAAW,EAAE;gBACT,UAAU,EAAE;oBACR,OAAO,EAAE,kDAAkD;iBAC9D;aACJ;YACD,QAAQ,EAAE,4BAA4B;YACtC,KAAK,EAAE,yBAAyB;YAChC,QAAQ,EAAE,4BAA4B;YACtC,aAAa,EAAE,iCAAiC;YAChD,qBAAqB,EAAE,yCAAyC;YAChE,YAAY,EAAE,gCAAgC;YAC9C,kBAAkB,EAAE,sCAAsC;YAC1D,eAAe,EAAE,mCAAmC;YACpD,4BAA4B,EAAE,gDAAgD;YAC9E,aAAa,EAAE,iCAAiC;YAChD,kBAAkB,EAAE,sCAAsC;YAC1D,iBAAiB,EAAE,qCAAqC;YACxD,SAAS,EAAE,6BAA6B;YACxC,YAAY,EAAE,gCAAgC;YAC9C,mBAAmB,EAAE,uCAAuC;YAC5D,YAAY,EAAE,gCAAgC;YAC9C,eAAe,EAAE,mCAAmC;YACpD,kCAAkC,EAAE,sDAAsD;YAC1F,sCAAsC,EAAE,0DAA0D;YAClG,yBAAyB,EAAE,6CAA6C;YACxE,WAAW,EAAE;gBACT,cAAc,EAAE,8CAA8C;gBAC9D,UAAU,EAAE,0CAA0C;aACzD;YACD,qBAAqB,EAAE,yCAAyC;YAChE,SAAS,EAAE,6BAA6B;YACxC,wBAAwB,EAAE,4CAA4C;YACtE,yBAAyB,EAAE,6CAA6C;YACxE,SAAS,EAAE,6BAA6B;YACxC,UAAU,EAAE,8BAA8B;YAC1C,uBAAuB,EAAE,2CAA2C;YACpE,OAAO,EAAE,2BAA2B;YACpC,UAAU,EAAE,8BAA8B;YAC1C,YAAY,EAAE,gCAAgC;YAC9C,mBAAmB,EAAE,uCAAuC;YAC5D,gBAAgB,EAAE,oCAAoC;SACzD;QACD,MAAM,EAAE;YACJ,UAAU,EAAE,wBAAwB;YACpC,UAAU,EAAE,wBAAwB;YACpC,aAAa,EAAE,2BAA2B;YAC1C,gBAAgB,EAAE,8BAA8B;YAChD,cAAc,EAAE,4BAA4B;YAC5C,MAAM,EAAE;gBACJ,YAAY,EAAE,2BAA2B;aAC5C;SACJ;QACD,OAAO,EAAE;YACL,eAAe,EAAE,8BAA8B;YAC/C,SAAS,EAAE,wBAAwB;YACnC,4BAA4B,EAAE,2CAA2C;SAC5E;KACJ;IACD,eAAe,EAAE;QACb,MAAM,EAAE;YACJ,YAAY,EAAE;gBACV,KAAK,EAAE,2CAA2C;gBAClD,OAAO,EAAE,6CAA6C;aACzD;YACD,SAAS,EAAE;gBACP,UAAU,EAAE,6CAA6C;gBACzD,eAAe,EAAE,kDAAkD;aACtE;YACD,cAAc,EAAE;gBACZ,KAAK,EAAE,sCAAsC;gBAC7C,OAAO,EAAE,wCAAwC;aACpD;SACJ;QACD,QAAQ,EAAE,0BAA0B;QACpC,QAAQ,EAAE,0BAA0B;QACpC,gBAAgB,EAAE,kCAAkC;QACpD,mBAAmB,EAAE,qCAAqC;QAC1D,kBAAkB,EAAE,oCAAoC;QACxD,MAAM,EAAE;YACJ,SAAS,EAAE,kCAAkC;YAC7C,QAAQ,EAAE,iCAAiC;YAC3C,KAAK,EAAE;gBACH,KAAK,EAAE,oCAAoC;gBAC3C,UAAU,EAAE;oBACR,OAAO,EAAE,oCAAoC;iBAChD;aACJ;SACJ;KACJ;IACD,MAAM,EAAE;QACJ,wBAAwB,EAAE;YACtB,eAAe,EAAE,iDAAiD;YAClE,kBAAkB,EAAE,oDAAoD;SAC3E;KACJ;IACD,IAAI,EAAE;QACF,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,YAAY;QACnB,YAAY,EAAE,mBAAmB;QACjC,IAAI,EAAE,WAAW;QACjB,OAAO,EAAE,cAAc;QACvB,QAAQ,EAAE,eAAe;QAEzB,QAAQ,EAAE,eAAe;QACzB,KAAK,EAAE,YAAY;QAEnB,YAAY,EAAE,mBAAmB;QAEjC,OAAO,EAAE,cAAc;QACvB,QAAQ,EAAE,eAAe;QAEzB,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QAEnB,OAAO,EAAE,cAAc;QACvB,KAAK,EAAE,YAAY;QAEnB,IAAI,EAAE,WAAW;QACjB,MAAM,EAAE,aAAa;QAErB,QAAQ,EAAE,eAAe;QAEzB,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,aAAa;QAErB,EAAE,EAAE,SAAS;QAEb,eAAe,EAAE,sBAAsB;QACvC,kBAAkB,EAAE,yBAAyB;QAE7C,qBAAqB,EAAE,4BAA4B;QACnD,uBAAuB,EAAE,8BAA8B;QAEvD,SAAS,EAAE,gBAAgB;QAC3B,cAAc,EAAE,qBAAqB;QAErC,KAAK,EAAE;YACH,cAAc,EAAE,2BAA2B;YAC3C,YAAY,EAAE,yBAAyB;YACvC,iBAAiB,EAAE,8BAA8B;SACpD;QACD,MAAM,EAAE;YACJ,aAAa,EAAE,2BAA2B;YAC1C,kBAAkB,EAAE,gCAAgC;YACpD,aAAa,EAAE,2BAA2B;YAC1C,kBAAkB,EAAE,gCAAgC;YACpD,UAAU,EAAE,wBAAwB;SACvC;QACD,KAAK,EAAE;YACH,YAAY,EAAE,yBAAyB;YACvC,YAAY,EAAE,yBAAyB;YACvC,SAAS,EAAE,sBAAsB;YACjC,cAAc,EAAE,2BAA2B;YAC3C,UAAU,EAAE,uBAAuB;YACnC,aAAa,EAAE,0BAA0B;YACzC,kBAAkB,EAAE,+BAA+B;YACnD,SAAS,EAAE,sBAAsB;YACjC,YAAY,EAAE,yBAAyB;YACvC,WAAW,EAAE,wBAAwB;YACrC,eAAe,EAAE,4BAA4B;YAC7C,WAAW,EAAE,wBAAwB;SACxC;QACD,GAAG,EAAE,UAAU;QACf,MAAM,EAAE,aAAa;QACrB,cAAc,EAAE,qBAAqB;QACrC,aAAa,EAAE,oBAAoB;QACnC,UAAU,EAAE,iBAAiB;QAC7B,UAAU,EAAE,iBAAiB;QAC7B,eAAe,EAAE,sBAAsB;QACvC,UAAU,EAAE,iBAAiB;QAC7B,OAAO,EAAE,cAAc;QACvB,SAAS,EAAE,gBAAgB;QAC3B,IAAI,EAAE,WAAW;QACjB,cAAc,EAAE,qBAAqB;QACrC,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QACnB,SAAS,EAAE,gBAAgB;QAC3B,cAAc,EAAE,qBAAqB;QACrC,qBAAqB,EAAE,4BAA4B;QACnD,OAAO,EAAE,cAAc;QACvB,UAAU,EAAE,iBAAiB;QAC7B,WAAW,EAAE,kBAAkB;QAC/B,MAAM,EAAE,aAAa;QACrB,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,kBAAkB;QAC/B,aAAa,EAAE,oBAAoB;QACnC,GAAG,EAAE,UAAU;QACf,MAAM,EAAE,aAAa;QACrB,GAAG,EAAE,UAAU;QACf,EAAE,EAAE,SAAS;QACb,QAAQ,EAAE,eAAe;QACzB,eAAe,EAAE,sBAAsB;KAC1C;IACD,eAAe,EAAE;QACb,mBAAmB,EAAE,qCAAqC;QAC1D,eAAe,EAAE,iCAAiC;QAClD,oBAAoB,EAAE,sCAAsC;QAC5D,YAAY,EAAE,8BAA8B;QAC5C,YAAY,EAAE,8BAA8B;QAC5C,mBAAmB,EAAE,qCAAqC;QAC1D,QAAQ,EAAE,0BAA0B;QACpC,OAAO,EAAE,yBAAyB;QAClC,OAAO,EAAE,yBAAyB;QAClC,aAAa,EAAE,+BAA+B;QAC9C,MAAM,EAAE,wBAAwB;QAChC,QAAQ,EAAE,0BAA0B;QACpC,IAAI,EAAE,sBAAsB;QAC5B,gCAAgC,EAAE,kDAAkD;QACpF,eAAe,EAAE,iCAAiC;QAClD,gBAAgB,EAAE,kCAAkC;QACpD,aAAa,EAAE,+BAA+B;KACjD;IACD,UAAU,EAAE;QACR,UAAU,EAAE;YACR,aAAa,EAAE,qCAAqC;YACpD,KAAK,EAAE,6BAA6B;YACpC,QAAQ,EAAE,gCAAgC;YAC1C,eAAe,EAAE,uCAAuC;SAC3D;QACD,aAAa,EAAE;YACX,UAAU,EAAE;gBACR,QAAQ,EAAE;oBACN,YAAY,EAAE,2DAA2D;oBACzE,UAAU,EAAE,yDAAyD;iBACxE;gBACD,KAAK,EAAE;oBACH,SAAS,EAAE,qDAAqD;oBAChE,UAAU,EAAE,sDAAsD;iBACrE;gBACD,KAAK,EAAE;oBACH,UAAU,EAAE,sDAAsD;iBACrE;gBACD,MAAM,EAAE;oBACJ,SAAS,EAAE,sDAAsD;oBACjE,UAAU,EAAE,uDAAuD;iBACtE;aACJ;YACD,KAAK,EAAE;gBACH,QAAQ,EAAE,yCAAyC;gBACnD,OAAO,EAAE,wCAAwC;gBACjD,OAAO,EAAE,wCAAwC;gBACjD,IAAI,EAAE,qCAAqC;gBAC3C,eAAe,EAAE,gDAAgD;gBACjE,WAAW,EAAE,4CAA4C;gBACzD,eAAe,EAAE,gDAAgD;gBACjE,OAAO,EAAE,wCAAwC;gBACjD,GAAG,EAAE,oCAAoC;aAC5C;YACD,wBAAwB,EAAE,mDAAmD;SAChF;QACD,wBAAwB,EAAE;YACtB,UAAU,EAAE,gDAAgD;YAC5D,QAAQ,EAAE,8CAA8C;YACxD,aAAa,EAAE,mDAAmD;YAClE,UAAU,EAAE,gDAAgD;YAC5D,sBAAsB,EAAE,4DAA4D;YACpF,UAAU,EAAE,gDAAgD;YAC5D,WAAW,EAAE,iDAAiD;SACjE;QACD,UAAU,EAAE;YACR,YAAY,EAAE,oCAAoC;YAClD,IAAI,EAAE,4BAA4B;YAClC,SAAS,EAAE,iCAAiC;YAC5C,OAAO,EAAE,+BAA+B;SAC3C;QACD,uBAAuB,EAAE;YACrB,SAAS,EAAE,8CAA8C;SAC5D;KACJ;IACD,WAAW,EAAE;QACT,WAAW,EAAE,yBAAyB;QACtC,cAAc,EAAE,4BAA4B;QAC5C,iBAAiB,EAAE,+BAA+B;QAClD,iBAAiB,EAAE,+BAA+B;QAClD,SAAS,EAAE,uBAAuB;QAClC,QAAQ,EAAE,sBAAsB;QAChC,OAAO,EAAE,qBAAqB;QAC9B,OAAO,EAAE,qBAAqB;QAC9B,SAAS,EAAE,uBAAuB;QAClC,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,KAAK,EAAE,mBAAmB;QAC1B,qBAAqB,EAAE,mCAAmC;QAC1D,gBAAgB,EAAE,8BAA8B;QAChD,aAAa,EAAE,2BAA2B;QAC1C,OAAO,EAAE,qBAAqB;QAC9B,QAAQ,EAAE,sBAAsB;QAChC,MAAM,EAAE,oBAAoB;QAC5B,KAAK,EAAE,mBAAmB;QAC1B,sBAAsB,EAAE,oCAAoC;QAC5D,iBAAiB,EAAE,+BAA+B;QAClD,MAAM,EAAE,oBAAoB;QAC5B,mBAAmB,EAAE;YACjB,KAAK,EAAE,uCAAuC;YAC9C,aAAa,EAAE,+CAA+C;YAC9D,SAAS,EAAE,2CAA2C;YACtD,cAAc,EAAE,gDAAgD;YAChE,UAAU,EAAE,4CAA4C;YACxD,mBAAmB,EAAE,qDAAqD;YAC1E,qBAAqB,EAAE,uDAAuD;YAC9E,8BAA8B,EAAE,gEAAgE;SACnG;QACD,SAAS,EAAE;YACP,KAAK,EAAE,6BAA6B;YACpC,QAAQ,EAAE,gCAAgC;YAC1C,OAAO,EAAE,+BAA+B;YACxC,UAAU,EAAE,kCAAkC;YAC9C,WAAW,EAAE,mCAAmC;YAChD,MAAM,EAAE,8BAA8B;SACzC;QACD,aAAa,EAAE;YACX,gBAAgB,EAAE,4CAA4C;YAC9D,UAAU,EAAE,sCAAsC;SACrD;QACD,YAAY,EAAE;YACV,mBAAmB,EAAE;gBACjB,KAAK,EAAE,oDAAoD;gBAC3D,MAAM,EAAE,qDAAqD;aAChE;SACJ;KACJ;IACD,YAAY,EAAE;QACV,WAAW,EAAE,0BAA0B;QACvC,cAAc,EAAE,6BAA6B;KAChD;CACJ,CAAC","sourcesContent":["export const Translation = {\n Navigation: {\n FindReservation: 'Navigation.FindReservation',\n HotelInfo: 'Navigation.HotelInfo',\n SignUp: {\n Title: 'Navigation.SignUp.Title',\n Inputs: {\n FirstName: 'Navigation.SignUp.Inputs.FirstName',\n LastName: 'Navigation.SignUp.Inputs.LastName',\n SignUpButton: 'Navigation.SignUp.Inputs.SignUpButton',\n\n Password: {\n Label: 'Navigation.SignUp.Inputs.Password.Label',\n Placeholder: 'Navigation.SignUp.Inputs.Password.Placeholder',\n Hint: 'Navigation.SignUp.Inputs.Password.Hint',\n },\n Terms: {\n BaseText: 'Navigation.SignUp.Inputs.Terms.BaseText',\n LinkText: 'Navigation.SignUp.Inputs.Terms.LinkText',\n Error: 'Navigation.SignUp.Inputs.Terms.Error',\n },\n },\n SignIn: 'Navigation.SignUp.SignIn',\n EmailIsInUse: 'Navigation.SignUp.EmailIsInUse',\n VerifyingEmail: {\n Title: 'Navigation.SignUp.VerifyingEmail.Title',\n Detail: 'Navigation.SignUp.VerifyingEmail.Detail',\n },\n },\n SignIn: {\n SignIn: 'Navigation.SignIn.SignIn',\n GetLowerPrices: 'Navigation.SignIn.GetLowerPrices',\n EmailAddress: 'Navigation.SignIn.EmailAddress',\n Password: 'Navigation.SignIn.Password',\n ForgotPassword: 'Navigation.SignIn.ForgotPassword',\n Or: 'Navigation.SignIn.Or',\n DontHaveAnAccount: 'Navigation.SignIn.DontHaveAnAccount',\n SignUp: 'Navigation.SignIn.SignUp',\n },\n ForgotPassword: {\n Title: 'Navigation.ForgotPassword.Title',\n CodeSent: 'Navigation.ForgotPassword.CodeSent',\n Inputs: {\n Email: {\n Label: 'Navigation.ForgotPassword.Inputs.Email.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Email.Placeholder',\n Validation: {\n UserNotFound: 'Navigation.ForgotPassword.Inputs.Email.Validation.UserNotFound',\n },\n },\n Code: {\n Label: 'Navigation.ForgotPassword.Inputs.Code.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Code.Placeholder',\n Helper: 'Navigation.ForgotPassword.Inputs.Code.Helper',\n Validation: {\n InvalidCode: 'Navigation.ForgotPassword.Inputs.Code.Validation.InvalidCode',\n },\n },\n Password: {\n Label: 'Navigation.ForgotPassword.Inputs.Password.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.Password.Placeholder',\n },\n RepeatPassword: {\n Label: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Label',\n Placeholder: 'Navigation.ForgotPassword.Inputs.RepeatPassword.Placeholder',\n },\n SubmitButton: {\n Label: 'Navigation.ForgotPassword.Inputs.SubmitButton.Label',\n },\n CancelButton: {\n Label: 'Navigation.ForgotPassword.Inputs.CancelButton.Label',\n },\n },\n },\n SelectStep: 'Navigation.SelectStep',\n Steps: {\n Date: 'Navigation.Steps.Date',\n Hotel: 'Navigation.Steps.Hotel',\n Room: 'Navigation.Steps.Room',\n Addon: 'Navigation.Steps.Addon',\n Confirmation: 'Navigation.Steps.Confirmation',\n Thanks: 'Navigation.Steps.Thanks',\n\n StepProgress: 'Navigation.Steps.StepProgress',\n },\n Back: 'Navigation.Back',\n Menu: {\n YourReservations: 'Navigation.Menu.YourReservations',\n ProfileInformation: 'Navigation.Menu.ProfileInformation',\n PaymentInformation: 'Navigation.Menu.PaymentInformation',\n HotelInformation: 'Navigation.Menu.HotelInformation',\n NeedHelp: 'Navigation.Menu.NeedHelp',\n },\n },\n Step: {\n Date: {\n Reservation: 'Step.Date.Reservation',\n SelectYourDate: 'Step.Date.SelectYourDate',\n Arrival: 'Step.Date.Arrival',\n Departure: 'Step.Date.Departure',\n\n Adult: 'Step.Date.Adult',\n Adult_plural: 'Step.Date.Adult_plural',\n\n Child: 'Step.Date.Child',\n Child_plural: 'Step.Date.Child_plural',\n\n PromoCode: 'Step.Date.PromoCode',\n\n Room: 'Step.Date.Room',\n Room_plural: 'Step.Date.Room_plural',\n\n Legend: {\n Today: 'Step.Date.Legend.Today',\n SelectedDates: 'Step.Date.Legend.SelectedDates',\n AvailableDates: 'Step.Date.Legend.AvailableDates',\n NoAvailability: 'Step.Date.Legend.NoAvailability',\n },\n\n SelectStartDate: 'Step.Date.SelectStartDate',\n SelectCheckoutDate: 'Step.Date.SelectCheckoutDate',\n CheckAvailability: 'Step.Date.CheckAvailability',\n AvailabilityCheckFailed: {\n Title: 'Step.Date.AvailabilityCheckFailed.Title',\n Message: 'Step.Date.AvailabilityCheckFailed.Message',\n },\n PromoCodeTooltip: {\n Checking: 'Step.Date.PromoCodeTooltip.Checking',\n NoValue: 'Step.Date.PromoCodeTooltip.NoValue',\n Valid: 'Step.Date.PromoCodeTooltip.Valid',\n Invalid: 'Step.Date.PromoCodeTooltip.Invalid',\n },\n UpdateAdults: 'Step.Date.UpdateAdults',\n UpdateChildren: 'Step.Date.UpdateChildren',\n SelectArrivalAndDepartureDatesByClickingHere: 'Step.Date.SelectArrivalAndDepartureDatesByClickingHere',\n PromoCodeValidation: {\n Valid: 'Step.Date.PromoCodeValidation.Valid',\n Invalid: 'Step.Date.PromoCodeValidation.Invalid',\n },\n PleaseSelectYourDates: 'Step.Date.PleaseSelectYourDates',\n },\n Hotel: {\n HotelCard: {\n DatesUnavailable: 'Step.Hotel.HotelCard.DatesUnavailable',\n },\n NoHotels: {\n Title: 'Step.Hotel.NoHotels.Title',\n DescriptionLine1: 'Step.Hotel.NoHotels.DescriptionLine1',\n DescriptionLine2: 'Step.Hotel.NoHotels.DescriptionLine2',\n },\n Cities: 'Step.Hotel.Cities',\n ViewRooms: 'Step.Hotel.ViewRooms',\n About: 'Step.Hotel.About',\n Gallery: 'Step.Hotel.Gallery',\n AndYouGetAll: 'Step.Hotel.AndYouGetAll',\n HotelAmenities: 'Step.Hotel.HotelAmenities',\n Policies: 'Step.Hotel.Policies',\n Location: 'Step.Hotel.Location',\n },\n Room: {\n SelectRoom: 'Step.Room.SelectRoom',\n EditingRoom: 'Step.Room.EditingRoom',\n ChooseRoom: 'Step.Room.ChooseRoom',\n\n SortBy: 'Step.Room.SortBy',\n Sort: {\n Recommended: 'Step.Room.Sort.Recommended',\n LowestPrice: 'Step.Room.Sort.LowestPrice',\n HighestPrice: 'Step.Room.Sort.HighestPrice',\n },\n\n FilterBy: 'Step.Room.FilterBy',\n Filter: {\n Budget: 'Step.Room.Filter.Budget',\n Rating: 'Step.Room.Filter.Rating',\n\n Features: 'Step.Room.Filter.Features',\n BedType: 'Step.Room.Filter.BedType',\n RoomType: 'Step.Room.Filter.RoomType',\n RoomCategory: 'Step.Room.Filter.RoomCategory',\n RateType: 'Step.Room.Filter.RateType',\n MatchingRoomsRates: 'Step.Room.Filter.MatchingRoomsRates',\n ShowFilters: 'Step.Room.Filter.ShowFilters',\n },\n\n RoomInfo: {\n ViewRates: 'Step.Room.RoomInfo.ViewRates',\n CloseRates: 'Step.Room.RoomInfo.CloseRates',\n\n MoreDetails: 'Step.Room.RoomInfo.MoreDetails',\n\n MemberOnlyDeal: 'Step.Room.RoomInfo.MemberOnlyDeal',\n MemberOnlyDealsActivated: 'Step.Room.RoomInfo.MemberOnlyDealsActivated',\n DealForMemberOnly: 'Step.Room.RoomInfo.DealForMemberOnly',\n SignUpToSee: 'Step.Room.RoomInfo.SignUpToSee',\n\n PromoCode: {\n MemberDeal: 'Step.Room.RoomInfo.PromoCode.MemberDeal',\n Standard: 'Step.Room.RoomInfo.PromoCode.Standard',\n },\n\n MemberOnlyRow: {\n MemberOnlyPrices: 'Step.Room.RoomInfo.MemberOnlyRow.MemberOnlyPrices',\n DealsForOnly: 'Step.Room.RoomInfo.MemberOnlyRow.DealsForOnly',\n },\n\n RevealPrice: 'Step.Room.RoomInfo.RevealPrice',\n\n IncludesTaxes: 'Step.Room.RoomInfo.IncludesTaxes',\n AddRoom: 'Step.Room.RoomInfo.AddRoom', // AddRoom is for Actual Add Room, and BookNow is for Book now :D\n\n Information: 'Step.Room.RoomInfo.Information',\n RoomAmenities: 'Step.Room.RoomInfo.RoomAmenities',\n\n MemberRateLockedTooltip: 'Step.Room.RoomInfo.MemberRateLockedTooltip',\n ViewPriceBreakdown: 'Step.Room.RoomInfo.ViewPriceBreakdown',\n PriceBreakdown: 'Step.Room.RoomInfo.PriceBreakdown',\n BookThisRateNow: 'Step.Room.RoomInfo.BookThisRateNow',\n Selected: 'Step.Room.RoomInfo.Selected',\n Update: 'Step.Room.RoomInfo.Update',\n Show: 'Step.Room.RoomInfo.Show',\n MoreRates: 'Step.Room.RoomInfo.MoreRates',\n },\n YouHaveBeenAway: 'Step.Room.YouHaveBeenAway',\n UpdateYourSearch: 'Step.Room.UpdateYourSearch',\n NoThanks: 'Step.Room.NoThanks',\n Update: 'Step.Room.Update',\n Summary: {\n NoRemoveLastRate: 'Step.Room.Summary.NoRemoveLastRate',\n RemoveThisRate: 'Step.Room.Summary.RemoveThisRate',\n Fees: 'Step.Room.Summary.Fees',\n Taxes: 'Step.Room.Summary.Taxes',\n },\n NoRoomsFound: {\n NoRoomsFound: 'Step.Room.NoRoomsFound.NoRoomsFound',\n MinNightStay: 'Step.Room.NoRoomsFound.MinNightStay',\n WeApologise: 'Step.Room.NoRoomsFound.WeApologise',\n PleaseCheckYourDates: 'Step.Room.NoRoomsFound.PleaseCheckYourDates',\n NewSearch: 'Step.Room.NoRoomsFound.NewSearch',\n },\n ErrorForm: {\n APIError: 'Step.Room.ErrorForm.APIError',\n Title: 'Step.Room.ErrorForm.Title',\n Description: 'Step.Room.ErrorForm.Description',\n ContactUsButton: 'Step.Room.ErrorForm.ContactUsButton',\n\n ConfirmationMessage: 'Step.Room.ErrorForm.ConfirmationMessage',\n\n Inputs: {\n Name: 'Step.Room.ErrorForm.Inputs.Name',\n Email: 'Step.Room.ErrorForm.Inputs.Email',\n Telephone: 'Step.Room.ErrorForm.Inputs.Telephone',\n },\n },\n\n ReadMore: 'Step.Room.ReadMore',\n CheckOutOtherOptions: 'Step.Room.CheckOutOtherOptions',\n Confirm: 'Step.Room.Confirm',\n Upgrade: 'Step.Room.Upgrade',\n YouWillGetThisAllForFree: 'Step.Room.YouWillGetThisAllForFree',\n CurrentSelectedRoom: 'Step.Room.CurrentSelectedRoom',\n NextStep: 'Step.Room.NextStep',\n NextRoom: 'Step.Room.NextRoom',\n\n MoreDetails: 'Step.Room.MoreDetails',\n ExcludingTaxes: 'Step.Room.ExcludingTaxes',\n Sleeps: 'Step.Room.Sleeps',\n RateTypeFilterLabel: 'Step.Room.RateTypeFilterLabel',\n ChooseRoomBelow: 'Step.Room.ChooseRoomBelow',\n EditThisRoom: 'Step.Room.EditThisRoom',\n RoomRateDetails: 'Step.Room.RoomRateDetails',\n PriceBreakdown: 'Step.Room.PriceBreakdown',\n BreakfastIncluded: 'Step.Room.BreakfastIncluded',\n PromoCodeIsApplied: 'Step.Room.PromoCodeIsApplied',\n AvailableUpgrades: 'Step.Room.AvailableUpgrades',\n AndYouGetAllTheseForFree: 'Step.Room.AndYouGetAllTheseForFree',\n MinimumStay: 'Step.Room.MinimumStay',\n RatesNotFound: 'Step.Room.RatesNotFound',\n RatesNotFoundLine1: 'Step.Room.RatesNotFoundLine1',\n RatesNotFoundLine2: 'Step.Room.RatesNotFoundLine2',\n YouBookedThisRoomRecently: 'Step.Room.YouBookedThisRoomRecently',\n\n CrossSellBlock: {\n AvailabilityNearBy1: 'Step.Room.CrossSellBlock.AvailabilityNearBy1',\n AvailabilityNearBy2: 'Step.Room.CrossSellBlock.AvailabilityNearBy2',\n DateUnavailable: 'Step.Room.CrossSellBlock.DateUnavailable',\n },\n },\n Addon: {\n SelectServiceDate: 'Step.Addon.SelectServiceDate',\n Remove: 'Step.Addon.Remove',\n AddToCart: 'Step.Addon.AddToCart',\n UpdateCart: 'Step.Addon.UpdateCart',\n Quantity: 'Step.Addon.Quantity',\n NotFound: {\n Title: 'Step.Addon.NotFound.Title',\n Message: 'Step.Addon.NotFound.Message',\n },\n IncludingFeesAndTaxes: 'Step.Addon.IncludingFeesAndTaxes',\n },\n Confirmation: {\n ApplySameInfoToOtherRooms: 'Step.Confirmation.ApplySameInfoToOtherRooms',\n AlreadyHaveAccount: 'Step.Confirmation.AlreadyHaveAccount',\n AdditionalOfferings: 'Step.Confirmation.AdditionalOfferings',\n Address: 'Step.Confirmation.Address',\n AdditionalDetailsTitle: 'Step.Confirmation.AdditionalDetailsTitle',\n AlmostDone: 'Step.Confirmation.AlmostDone',\n Comments: 'Step.Confirmation.Comments',\n ContactInfo: 'Step.Confirmation.ContactInfo',\n ConfirmReservation: 'Step.Confirmation.ConfirmReservation',\n CreateAnAccount: 'Step.Confirmation.CreateAnAccount',\n GiveUsSomeComments: 'Step.Confirmation.GiveUsSomeComments',\n GuestDetails: 'Step.Confirmation.GuestDetails',\n SignInHere: 'Step.Confirmation.SignInHere',\n Inputs: {\n Address: 'Step.Confirmation.Inputs.Address',\n CardNumber: 'Step.Confirmation.Inputs.CardNumber',\n City: 'Step.Confirmation.Inputs.City',\n Country: 'Step.Confirmation.Inputs.Country',\n CreditOrDebitCard: 'Step.Confirmation.Inputs.CreditOrDebitCard',\n Email: 'Step.Confirmation.Inputs.Email',\n Forename: 'Step.Confirmation.Inputs.Forename',\n Surname: 'Step.Confirmation.Inputs.Surname',\n Month: 'Step.Confirmation.Inputs.Month',\n Phone: 'Step.Confirmation.Inputs.Phone',\n PostCode: 'Step.Confirmation.Inputs.PostCode',\n Year: 'Step.Confirmation.Inputs.Year',\n Password: 'Step.Confirmation.Inputs.Password',\n ConfirmPassword: 'Step.Confirmation.Inputs.ConfirmPassword',\n\n NameOnCard: 'Step.Confirmation.Inputs.NameOnCard',\n SecurityCode: 'Step.Confirmation.Inputs.SecurityCode',\n CardExpiry: 'Step.Confirmation.Inputs.CardExpiry',\n EnterSpecialRequestsHere: 'Step.Confirmation.Inputs.EnterSpecialRequestsHere',\n Required: 'Step.Confirmation.Inputs.Required',\n InvalidEmail: 'Step.Confirmation.Inputs.InvalidEmail',\n\n IATANumber: 'Step.Confirmation.Inputs.IATANumber',\n IATANumberGuide: 'Step.Confirmation.Inputs.IATANumberGuide',\n },\n InputErrors: {\n CardExpiry: {\n Invalid: 'Step.Confirmation.InputErrors.CardExpiry.Invalid',\n },\n },\n Policies: 'Step.Confirmation.Policies',\n Limit: 'Step.Confirmation.Limit',\n TimeDeal: 'Step.Confirmation.TimeDeal',\n WantMoreRooms: 'Step.Confirmation.WantMoreRooms',\n YouCanAddAndEditRooms: 'Step.Confirmation.YouCanAddAndEditRooms',\n AddMoreRooms: 'Step.Confirmation.AddMoreRooms',\n EmailSpecialOffers: 'Step.Confirmation.EmailSpecialOffers',\n Acknowledgement: 'Step.Confirmation.Acknowledgement',\n IHaveUnderstoodPrivacyPolicy: 'Step.Confirmation.IHaveUnderstoodPrivacyPolicy',\n PrivacyPolicy: 'Step.Confirmation.PrivacyPolicy',\n PrivacyPolicyError: 'Step.Confirmation.PrivacyPolicyError',\n PlanpayHelperText: 'Step.Confirmation.PlanpayHelperText',\n CardLabel: 'Step.Confirmation.CardLabel',\n CardSubLabel: 'Step.Confirmation.CardSubLabel',\n CardThirdPartyLabel: 'Step.Confirmation.CardThirdPartyLabel',\n PlanpayLabel: 'Step.Confirmation.PlanpayLabel',\n PaidWithPlanpay: 'Step.Confirmation.PaidWithPlanpay',\n UnexpectedErrorFromBookingDatabase: 'Step.Confirmation.UnexpectedErrorFromBookingDatabase',\n UnexpectedErrorOnCommittingReservation: 'Step.Confirmation.UnexpectedErrorOnCommittingReservation',\n FailedToCommitReservation: 'Step.Confirmation.FailedToCommitReservation',\n PaymentCard: {\n CardHolderName: 'Step.Confirmation.PaymentCard.CardHolderName',\n ExpiryDate: 'Step.Confirmation.PaymentCard.ExpiryDate',\n },\n NoAdditionalOfferings: 'Step.Confirmation.NoAdditionalOfferings',\n SSLSecure: 'Step.Confirmation.SSLSecure',\n YourTotalPriceHasChanged: 'Step.Confirmation.YourTotalPriceHasChanged',\n ConfirmationCheckoutTitle: 'Step.Confirmation.ConfirmationCheckoutTitle',\n RevertsIn: 'Step.Confirmation.RevertsIn',\n TakeMeBack: 'Step.Confirmation.TakeMeBack',\n ContinueWithReservation: 'Step.Confirmation.ContinueWithReservation',\n Secured: 'Step.Confirmation.Secured',\n YourRoomIs: 'Step.Confirmation.YourRoomIs',\n BeingHeldFor: 'Step.Confirmation.BeingHeldFor',\n PrivacyPolicyDetail: 'Step.Confirmation.PrivacyPolicyDetail',\n EditThisProperty: 'Step.Confirmation.EditThisProperty',\n },\n Thanks: {\n AddOnItems: 'Step.Thanks.AddOnItems',\n GoBackHome: 'Step.Thanks.GoBackHome',\n InvoiceNumber: 'Step.Thanks.InvoiceNumber',\n ThankYouHeadline: 'Step.Thanks.ThankYouHeadline',\n IncludingTaxes: 'Step.Thanks.IncludingTaxes',\n Errors: {\n CancelFailed: 'Step.Thanks.Errors.Failed',\n },\n },\n General: {\n YourCartIsEmpty: 'Step.General.YourCartIsEmpty',\n RoomTotal: 'Step.General.RoomTotal',\n AlternateCurrencyInformation: 'Step.General.AlternateCurrencyInformation',\n },\n },\n MemberOnlyPopup: {\n Errors: {\n SignupFailed: {\n Title: 'MemberOnlyPopup.Errors.SignupFailed.Title',\n Message: 'MemberOnlyPopup.Errors.SignupFailed.Message',\n },\n ReCaptcha: {\n PleaseTick: 'MemberOnlyPopup.Errors.ReCaptcha.PleaseTick',\n ValidationError: 'MemberOnlyPopup.Errors.ReCaptcha.ValidationError',\n },\n RequiredFields: {\n Title: 'MemberOnlyPopup.RequiredFields.Title',\n Message: 'MemberOnlyPopup.RequiredFields.Message',\n },\n },\n Headline: 'MemberOnlyPopup.Headline',\n Subtitle: 'MemberOnlyPopup.Subtitle',\n SubmitButtonText: 'MemberOnlyPopup.SubmitButtonText',\n AgreeToReceiveDeals: 'MemberOnlyPopup.AgreeToReceiveDeals',\n UnsubscribeAnytime: 'MemberOnlyPopup.UnsubscribeAnytime',\n Fields: {\n FirstName: 'MemberOnlyPopup.Fields.FirstName',\n LastName: 'MemberOnlyPopup.Fields.LastName',\n Email: {\n Label: 'MemberOnlyPopup.Fields.Email.Label',\n Validation: {\n Invalid: 'MemberOnlyPopup.Fields.Email.Label',\n },\n },\n },\n },\n Custom: {\n BookNowPayLaterInfoBlock: {\n BookNowPayLater: 'Custom.BookNowPayLaterInfoBlock.BookNowPayLater',\n IfYourDreamsChange: 'Custom.BookNowPayLaterInfoBlock.IfYourDreamsChange',\n },\n },\n Misc: {\n From: 'Misc.From',\n Night: 'Misc.Night',\n Night_plural: 'Misc.Night_plural',\n Stay: 'Misc.Stay',\n PerRoom: 'Misc.PerRoom',\n PerNight: 'Misc.PerNight',\n\n ClearAll: 'Misc.ClearAll',\n Clear: 'Misc.Clear',\n\n ApplyChanges: 'Misc.ApplyChanges',\n\n CheckIn: 'Misc.CheckIn',\n CheckOut: 'Misc.CheckOut',\n\n Before: 'Misc.Before',\n After: 'Misc.After',\n\n Summary: 'Misc.Summary',\n Total: 'Misc.Total',\n\n Edit: 'Misc.Edit',\n Remove: 'Misc.Remove',\n\n Optional: 'Misc.Optional',\n\n Room: 'Misc.Room',\n Rates: 'Misc.Rates',\n Cancel: 'Misc.Cancel',\n\n By: 'Misc.By',\n\n GuaranteePolicy: 'Misc.GuaranteePolicy',\n CancellationPolicy: 'Misc.CancellationPolicy',\n\n RoomAddedNotification: 'Misc.RoomAddedNotification',\n RoomUpdatedNotification: 'Misc.RoomUpdatedNotification',\n\n ApplyCode: 'Misc.ApplyCode',\n AddAnotherRoom: 'Misc.AddAnotherRoom',\n\n Pills: {\n BuyNowPayLater: 'Misc.Pills.BuyNowPayLater',\n PeopleBooked: 'Misc.Pills.PeopleBooked',\n PeopleBookedShort: 'Misc.Pills.PeopleBookedShort',\n },\n Alerts: {\n BestRatePerks: 'Misc.Alerts.BestRatePerks',\n BestRatePerksAlert: 'Misc.Alerts.BestRatePerksAlert',\n YouAreEditing: 'Misc.Alerts.YouAreEditing',\n YouAreEditingAlert: 'Misc.Alerts.YouAreEditingAlert',\n BookDirect: 'Misc.Alerts.BookDirect',\n },\n Perks: {\n AndYouGetAll: 'Misc.Perks.AndYouGetAll',\n TheseForFree: 'Misc.Perks.TheseForFree',\n Breakfast: 'Misc.Perks.Breakfast',\n SuperspeedWifi: 'Misc.Perks.SuperspeedWifi',\n SocialHour: 'Misc.Perks.SocialHour',\n InRoomMinibar: 'Misc.Perks.InRoomMinibar',\n SelfServiceLaundry: 'Misc.Perks.SelfServiceLaundry',\n Hour24Gym: 'Misc.Perks.Hour24Gym',\n AllDaySnacks: 'Misc.Perks.AllDaySnacks',\n FreeLootBag: 'Misc.Perks.FreeLootBag',\n AirConditioning: 'Misc.Perks.AirConditioning',\n SmokingFree: 'Misc.Perks.SmokingFree',\n },\n QTY: 'Misc.QTY',\n Person: 'Misc.Person',\n PersonPerNight: 'Misc.PersonPerNight',\n AdultPerNight: 'Misc.AdultPerNight',\n PerRoomDay: 'Misc.PerRoomDay',\n SeeDetails: 'Misc.SeeDetails',\n UnexpectedError: 'Misc.UnexpectedError',\n CheckRates: 'Misc.CheckRates',\n BookNow: 'Misc.BookNow',\n Cancelled: 'Misc.Cancelled',\n Save: 'Misc.Save',\n SaveAllChanges: 'Misc.SaveAllChanges',\n Submit: 'Misc.Submit',\n Abort: 'Misc.Abort',\n YesImSure: 'Misc.YesImSure',\n ThisWillCancel: 'Misc.ThisWillCancel',\n CancellingReservation: 'Misc.CancellingReservation',\n Loading: 'Misc.Loading',\n BookAHotel: 'Misc.BookAHotel',\n ChooseHotel: 'Misc.ChooseHotel',\n Guests: 'Misc.Guests',\n Dates: 'Misc.Dates',\n Apply: 'Misc.Apply',\n ChooseDates: 'Misc.ChooseDates',\n HowManyGuests: 'Misc.HowManyGuests',\n And: 'Misc.And',\n LogOut: 'Misc.LogOut',\n Yes: 'Misc.Yes',\n To: 'Misc.To',\n ApplyNow: 'Misc.ApplyNow',\n PerksDisclaimer: 'Misc.PerksDisclaimer',\n },\n FindReservation: {\n FindYourReservation: 'FindReservation.FindYourReservation',\n FindReservation: 'FindReservation.FindReservation',\n GoToYourReservations: 'FindReservation.GoToYourReservations',\n Confirmation: 'FindReservation.Confirmation',\n EmailAddress: 'FindReservation.EmailAddress',\n InvalidEmailAddress: 'FindReservation.InvalidEmailAddress',\n Question: 'FindReservation.Question',\n Answer1: 'FindReservation.Answer1',\n Answer2: 'FindReservation.Answer2',\n YourItinerary: 'FindReservation.YourItinerary',\n Adults: 'FindReservation.Adults',\n Children: 'FindReservation.Children',\n Back: 'FindReservation.Back',\n OrUseConfirmationItineraryNumber: 'FindReservation.OrUseConfirmationItineraryNumber',\n NoOnlineAccount: 'FindReservation.NoOnlineAccount',\n SignUpToSaveTime: 'FindReservation.SignUpToSaveTime',\n SignInToLogin: 'FindReservation.SignInToLogin',\n },\n UserPortal: {\n HomeScreen: {\n BackToBooking: 'UserPortal.HomeScreen.BackToBooking',\n Title: 'UserPortal.HomeScreen.Title',\n Subtitle: 'UserPortal.HomeScreen.Subtitle',\n ViewAllBookings: 'UserPortal.HomeScreen.ViewAllBookings',\n },\n ProfileScreen: {\n Validation: {\n Password: {\n DoesNotMatch: 'UserPortal.ProfileScreen.Validation.Password.DoesNotMatch',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Password.IsNotValid',\n },\n Phone: {\n IsTooLong: 'UserPortal.ProfileScreen.Validation.Phone.IsTooLong',\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Phone.IsNotValid',\n },\n Email: {\n IsNotValid: 'UserPortal.ProfileScreen.Validation.Email.IsNotValid',\n },\n Common: {\n ThisField: 'UserPortal.ProfileScreen.Validation.Common.ThisField',\n IsRequired: 'UserPortal.ProfileScreen.Validation.Common.IsRequired',\n },\n },\n Field: {\n Forename: 'UserPortal.ProfileScreen.Field.Forename',\n Surname: 'UserPortal.ProfileScreen.Field.Surname',\n Address: 'UserPortal.ProfileScreen.Field.Address',\n City: 'UserPortal.ProfileScreen.Field.City',\n CurrentPassword: 'UserPortal.ProfileScreen.Field.CurrentPassword',\n NewPassword: 'UserPortal.ProfileScreen.Field.NewPassword',\n ConfirmPassword: 'UserPortal.ProfileScreen.Field.ConfirmPassword',\n Country: 'UserPortal.ProfileScreen.Field.Country',\n Zip: 'UserPortal.ProfileScreen.Field.Zip',\n },\n DetailsSavedSuccessfully: 'UserPortal.ProfileScreen.DetailsSavedSuccessfully',\n },\n PaymentInformationScreen: {\n DeleteCard: 'UserPortal.PaymentInformationScreen.DeleteCard',\n SaveCard: 'UserPortal.PaymentInformationScreen.SaveCard',\n MarkAsDefault: 'UserPortal.PaymentInformationScreen.MarkAsDefault',\n SavedCards: 'UserPortal.PaymentInformationScreen.SavedCards',\n YouDontHaveAnyCardsYet: 'UserPortal.PaymentInformationScreen.YouDontHaveAnyCardsYet',\n AddNewCard: 'UserPortal.PaymentInformationScreen.AddNewCard',\n DefaultCard: 'UserPortal.PaymentInformationScreen.DefaultCard',\n },\n HelpScreen: {\n NeedSomeHelp: 'UserPortal.HelpScreen.NeedSomeHelp',\n Name: 'UserPortal.HelpScreen.Name',\n Telephone: 'UserPortal.HelpScreen.Telephone',\n Message: 'UserPortal.HelpScreen.Message',\n },\n ReservationSingleScreen: {\n Itinerary: 'UserPortal.ReservationSingleScreen.Itinerary',\n },\n },\n Reservation: {\n MoreDetails: 'Reservation.MoreDetails',\n ModifyThisRoom: 'Reservation.ModifyThisRoom',\n CancelReservation: 'Reservation.CancelReservation',\n BackToYourAccount: 'Reservation.BackToYourAccount',\n BookAgain: 'Reservation.BookAgain',\n Policies: 'Reservation.Policies',\n Policy1: 'Reservation.Policy1',\n Policy2: 'Reservation.Policy2',\n PriceNote: 'Reservation.PriceNote',\n Print: 'Reservation.Print',\n Share: 'Reservation.Share',\n Total: 'Reservation.Total',\n CodeNumberInformation: 'Reservation.CodeNumberInformation',\n HotelInformation: 'Reservation.HotelInformation',\n BackToBooking: 'Reservation.BackToBooking',\n CheckIn: 'Reservation.CheckIn',\n CheckOut: 'Reservation.CheckOut',\n Before: 'Reservation.Before',\n After: 'Reservation.After',\n BackToYourReservations: 'Reservation.BackToYourReservations',\n ModifyReservation: 'Reservation.ModifyReservation',\n Modify: 'Reservation.Modify',\n YourReservationPage: {\n Title: 'Reservation.YourReservationPage.Title',\n UpcomingStays: 'Reservation.YourReservationPage.UpcomingStays',\n PastStays: 'Reservation.YourReservationPage.PastStays',\n CancelledStays: 'Reservation.YourReservationPage.CancelledStays',\n EmptyStays: 'Reservation.YourReservationPage.EmptyStays',\n EmptyCancelledStays: 'Reservation.YourReservationPage.EmptyCancelledStays',\n EmptyStaysDescription: 'Reservation.YourReservationPage.EmptyStaysDescription',\n EmptyCancelledDescriptionStays: 'Reservation.YourReservationPage.EmptyCancelledDescriptionStays',\n },\n EmptyPage: {\n Title: 'Reservation.EmptyPage.Title',\n SubTitle: 'Reservation.EmptyPage.SubTitle',\n Message: 'Reservation.EmptyPage.Message',\n SubMessage: 'Reservation.EmptyPage.SubMessage',\n SearchRooms: 'Reservation.EmptyPage.SearchRooms',\n SeeAll: 'Reservation.EmptyPage.SeeAll',\n },\n CancelledPage: {\n AlertDescription: 'Reservation.CancelledPage.AlertDescription',\n AlertTitle: 'Reservation.CancelledPage.AlertTitle',\n },\n Notification: {\n ThisRoomIsCancelled: {\n Title: 'Reservation.Notification.ThisRoomIsCancelled.Title',\n Detail: 'Reservation.Notification.ThisRoomIsCancelled.Detail',\n },\n },\n },\n RecentSearch: {\n SeeAllRooms: 'RecentSearch.SeeAllRooms',\n RecentSearches: 'RecentSearch.RecentSearches',\n },\n};\n"]}
|