{ "version": 3, "sources": ["src/app/features/trips/components/trips-itinerary-gallery-item/trips-itinerary-gallery-item.component.ts", "src/app/features/trips/components/trips-itinerary-gallery-item/trips-itinerary-gallery-item.component.html", "src/app/features/trips/components/trips-itinerary-gallery/trips-itinerary-gallery.component.ts", "src/app/features/trips/components/trips-itinerary-gallery/trips-itinerary-gallery.component.html", "src/app/features/trips/components/trips-itinerary-exclusion-item/trips-itinerary-exclusion-item.component.ts", "src/app/features/trips/components/trips-itinerary-exclusion-item/trips-itinerary-exclusion-item.component.html", "src/app/features/trips/components/trips-itinerary-inclusion-item/trips-itinerary-inclusion-item.component.ts", "src/app/features/trips/components/trips-itinerary-inclusion-item/trips-itinerary-inclusion-item.component.html", "src/app/features/trips/trips-inclusions-exclusions-section/trips-inclusions-exclusions-section.component.ts", "src/app/features/trips/trips-inclusions-exclusions-section/trips-inclusions-exclusions-section.component.html", "src/app/features/trips/components/trips-itinerary-accommodation-item/trips-itinerary-accommodation-item.component.ts", "src/app/features/trips/components/trips-itinerary-accommodation-item/trips-itinerary-accommodation-item.component.html", "src/app/features/trips/components/trips-itinerary-accommodation/trips-itinerary-accommodation.component.ts", "src/app/features/trips/components/trips-itinerary-accommodation/trips-itinerary-accommodation.component.html", "src/app/features/trips/components/trips-itinerary-breadcrumbs/trips-itinerary-breadcrumbs.component.ts", "src/app/features/trips/components/trips-itinerary-breadcrumbs/trips-itinerary-breadcrumbs.component.html", "src/app/features/trips/components/trips-itinerary-day/trips-itinerary-day.component.ts", "src/app/features/trips/components/trips-itinerary-day/trips-itinerary-day.component.html", "src/app/features/trips/components/trips-itinerary-navigation/trips-itinerary-navigation.component.ts", "src/app/features/trips/components/trips-itinerary-navigation/trips-itinerary-navigation.component.html", "src/app/features/trips/components/trips-itinerary-detail/trips-itinerary-detail.component.ts", "src/app/features/trips/components/trips-itinerary-detail/trips-itinerary-detail.component.html", "src/app/pages/trips-pages/trip-variation-detail-page/trip-variation-detail-page.component.ts", "src/app/pages/trips-pages/trip-variation-detail-page/trip-variation-detail-page.component.html"], "sourcesContent": ["import { Component, Input, OnInit } from '@angular/core';\nimport {\n Configurations,\n Stops,\n} from '@features/lazy-image/components/lazy-picture/lazy-picture.component';\nimport { ImageOrientation } from '@features/trips/components/trips-trip-other-trips-item/trips-trip-other-trips-item.component';\nimport { Asset } from '@generated/graphql';\nimport { LazyPictureComponent } from '../../../lazy-image/components/lazy-picture/lazy-picture.component';\n\n@Component({\n selector: 'app-trips-itinerary-gallery-item',\n templateUrl: './trips-itinerary-gallery-item.component.html',\n\n standalone: true,\n imports: [LazyPictureComponent],\n})\nexport class TripsItineraryGalleryItemComponent implements OnInit {\n @Input() orientation: ImageOrientation;\n @Input() asset: Asset;\n featuredImageConfiguration: Configurations;\n constructor() {}\n\n ngOnInit(): void {\n this.featuredImageConfiguration = {\n [Stops.FALLBACK]: {\n image: this.asset,\n ratioHeight: 9,\n ratioWidth: 16,\n width: 800,\n width2x: 1200,\n width3x: 1600,\n },\n [Stops.BASE]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: 1,\n width: 800,\n width2x: 1200,\n width3x: 1600,\n },\n [Stops.SM]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: 1,\n width: 800,\n width2x: 1200,\n width3x: 1600,\n },\n [Stops.MD]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: this.orientation === 'square' ? 1 : 2,\n width: this.orientation === 'square' ? 800 : 1200,\n width2x: this.orientation === 'square' ? 1000 : 1400,\n width3x: this.orientation === 'square' ? 1200 : 1600,\n },\n [Stops.LG]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: this.orientation === 'square' ? 1 : 2,\n width: this.orientation === 'square' ? 800 : 1200,\n width2x: this.orientation === 'square' ? 1000 : 1400,\n width3x: this.orientation === 'square' ? 1200 : 1600,\n },\n [Stops.XL]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: this.orientation === 'square' ? 1 : 2,\n width: this.orientation === 'square' ? 800 : 1400,\n width2x: this.orientation === 'square' ? 1000 : 1600,\n width3x: this.orientation === 'square' ? 1200 : 1800,\n },\n [Stops.XXL]: {\n image: this.asset,\n ratioHeight: 1,\n ratioWidth: this.orientation === 'square' ? 1 : 2,\n width: this.orientation === 'square' ? 800 : 1400,\n width2x: this.orientation === 'square' ? 1000 : 1600,\n width3x: this.orientation === 'square' ? 1200 : 1800,\n },\n };\n }\n}\n", "
\n {{ exclusion }}\n
\n\n {{ inclusion }}\n
\n\n
\n From\n {{\n itinerary?.startingPrice | currency: 'USD' : 'code' : '1.0-0'\n }}\n
\nper person
\nJump to
\n \n\n
\n