{"version":3,"file":"841.9fbded8d333d72d5.js","sources":["webpack:///./src/app/core/constants/states.ts","webpack:///./src/app/shared/components/favorite-property/favorite-property.component.html","webpack:///./src/app/shared/components/favorite-property/favorite-property.component.ts","webpack:///./src/app/shared/components/property-list/label/label.component.html","webpack:///./src/app/shared/components/property-list/label/label.component.ts","webpack:///./src/app/shared/components/property-list/status/status.component.ts","webpack:///./src/app/shared/components/property-list/status/status.component.html","webpack:///./src/app/shared/components/property-share-button/property-share-button.component.ts","webpack:///./src/app/shared/components/property-share-button/property-share-button.component.html","webpack:///./src/app/graphql/mutations/share.mutations.ts","webpack:///./src/app/core/services/share.service.ts","webpack:///./node_modules/@angular/cdk/fesm2022/clipboard.mjs","webpack:///./src/app/shared/components/property-share-modal/copy-link/copy-link.component.ts","webpack:///./src/app/shared/components/property-share-modal/copy-link/copy-link.component.html","webpack:///./src/app/shared/components/property-share-modal/share-emails/share-emails.component.html","webpack:///./src/app/shared/components/property-share-modal/share-emails/share-emails.component.ts","webpack:///./src/app/shared/components/property-share-modal/property-share-modal.component.html","webpack:///./src/app/shared/components/property-share-modal/property-share-modal.component.ts"],"sourceRoot":"webpack:///","sourcesContent":["export interface IState {\n name: string;\n abbr: string;\n center: { lat: number; lng: number };\n}\n\nconst STATES: IState[] = [\n { name: 'Alabama', abbr: 'AL', center: { lat: 32.806671, lng: -86.79113 } },\n { name: 'Alaska', abbr: 'AK', center: { lat: 61.370716, lng: -152.404419 } },\n { name: 'Arizona', abbr: 'AZ', center: { lat: 33.729759, lng: -111.431221 } },\n { name: 'Arkansas', abbr: 'AR', center: { lat: 34.969704, lng: -92.373123 } },\n {\n name: 'California',\n abbr: 'CA',\n center: { lat: 36.116203, lng: -119.681564 },\n },\n {\n name: 'Colorado',\n abbr: 'CO',\n center: { lat: 39.550051, lng: -105.782067 },\n },\n {\n name: 'Connecticut',\n abbr: 'CT',\n center: { lat: 41.597782, lng: -72.755371 },\n },\n { name: 'Delaware', abbr: 'DE', center: { lat: 39.318523, lng: -75.507141 } },\n { name: 'Florida', abbr: 'FL', center: { lat: 27.766279, lng: -81.686783 } },\n { name: 'Georgia', abbr: 'GA', center: { lat: 32.673539, lng: -84.49727 } },\n { name: 'Hawaii', abbr: 'HI', center: { lat: 20.902977, lng: -156.357437 } },\n { name: 'Idaho', abbr: 'ID', center: { lat: 44.068202, lng: -114.742043 } },\n { name: 'Illinois', abbr: 'IL', center: { lat: 40.349457, lng: -88.986137 } },\n { name: 'Indiana', abbr: 'IN', center: { lat: 40.267194, lng: -86.134902 } },\n { name: 'Iowa', abbr: 'IA', center: { lat: 42.011539, lng: -93.210526 } },\n { name: 'Kansas', abbr: 'KS', center: { lat: 38.5266, lng: -96.726486 } },\n { name: 'Kentucky', abbr: 'KY', center: { lat: 37.66814, lng: -84.670067 } },\n {\n name: 'Louisiana',\n abbr: 'LA',\n center: { lat: 31.169546, lng: -91.867805 },\n },\n { name: 'Maine', abbr: 'ME', center: { lat: 45.367584, lng: -68.972168 } },\n { name: 'Maryland', abbr: 'MD', center: { lat: 39.045753, lng: -76.641273 } },\n {\n name: 'Massachusetts',\n abbr: 'MA',\n center: { lat: 42.407211, lng: -71.382439 },\n },\n { name: 'Michigan', abbr: 'MI', center: { lat: 44.3467, lng: -85.4102 } },\n { name: 'Minnesota', abbr: 'MN', center: { lat: 46.2807, lng: -94.3053 } },\n {\n name: 'Mississippi',\n abbr: 'MS',\n center: { lat: 32.741646, lng: -89.678696 },\n },\n { name: 'Missouri', abbr: 'MO', center: { lat: 38.5739, lng: -92.6032 } },\n { name: 'Montana', abbr: 'MT', center: { lat: 46.921925, lng: -110.454353 } },\n { name: 'Nebraska', abbr: 'NE', center: { lat: 41.12537, lng: -98.268082 } },\n { name: 'Nevada', abbr: 'NV', center: { lat: 38.313515, lng: -117.055374 } },\n {\n name: 'New Hampshire',\n abbr: 'NH',\n center: { lat: 43.452492, lng: -71.563896 },\n },\n {\n name: 'New Jersey',\n abbr: 'NJ',\n center: { lat: 40.190362, lng: -74.672041 },\n },\n {\n name: 'New Mexico',\n abbr: 'NM',\n center: { lat: 34.840515, lng: -106.248482 },\n },\n { name: 'New York', abbr: 'NY', center: { lat: 42.165726, lng: -74.948051 } },\n {\n name: 'North Carolina',\n abbr: 'NC',\n center: { lat: 35.6301, lng: -79.8064 },\n },\n {\n name: 'North Dakota',\n abbr: 'ND',\n center: { lat: 47.528912, lng: -99.784012 },\n },\n { name: 'Ohio', abbr: 'OH', center: { lat: 40.388783, lng: -82.764915 } },\n { name: 'Oklahoma', abbr: 'OK', center: { lat: 35.565342, lng: -96.928917 } },\n { name: 'Oregon', abbr: 'OR', center: { lat: 44.572021, lng: -122.070938 } },\n {\n name: 'Pennsylvania',\n abbr: 'PA',\n center: { lat: 40.590752, lng: -77.209755 },\n },\n {\n name: 'Rhode Island',\n abbr: 'RI',\n center: { lat: 41.680893, lng: -71.51178 },\n },\n {\n name: 'South Carolina',\n abbr: 'SC',\n center: { lat: 33.8569, lng: -80.945 },\n },\n {\n name: 'South Dakota',\n abbr: 'SD',\n center: { lat: 44.299782, lng: -99.438828 },\n },\n {\n name: 'Tennessee',\n abbr: 'TN',\n center: { lat: 35.747845, lng: -86.692345 },\n },\n { name: 'Texas', abbr: 'TX', center: { lat: 31.054487, lng: -97.563461 } },\n { name: 'Utah', abbr: 'UT', center: { lat: 39.32098, lng: -111.093735 } },\n { name: 'Vermont', abbr: 'VT', center: { lat: 44.045876, lng: -72.710686 } },\n { name: 'Virginia', abbr: 'VA', center: { lat: 37.7693, lng: -78.17 } },\n {\n name: 'Washington',\n abbr: 'WA',\n center: { lat: 47.400902, lng: -121.490494 },\n },\n {\n name: 'West Virginia',\n abbr: 'WV',\n center: { lat: 38.4912, lng: -80.9544 },\n },\n { name: 'Wisconsin', abbr: 'WI', center: { lat: 44.2685, lng: -89.6165 } },\n { name: 'Wyoming', abbr: 'WY', center: { lat: 42.755966, lng: -107.30249 } },\n];\n\nexport default STATES;\n","\n
Favorite
\n\n \n\n \n\n \n\n","import { Component, Input, OnInit } from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\n\nimport { Store } from '@ngrx/store';\nimport { AppState } from '@state/app.state';\nimport {\n setPropertyAsFavoriteAction,\n removePropertyFromFavoritesAction,\n} from '@state/favorites/favorites.actions';\nimport { selectAuthToken } from '@state/auth/auth.selectors';\n\nimport { IProperty } from '@shared/models/properties';\nimport { FeatureFlagsService } from '@core/services/feature-flags.service';\n\n@UntilDestroy()\n@Component({\n selector: 'app-shared-favorite-property',\n templateUrl: './favorite-property.component.html',\n styleUrls: ['./favorite-property.component.scss'],\n})\nexport class FavoritePropertyComponent implements OnInit {\n @Input() property?: IProperty;\n @Input() iconSize = 28;\n @Input() full = false;\n\n protected isLoggedIn = false;\n protected featureFlag$ = this.featureFlagsService.isEnabled(\n 'fe_favorite_property'\n );\n\n constructor(\n private store: Store,\n private featureFlagsService: FeatureFlagsService\n ) {}\n\n ngOnInit(): void {\n this.store\n .select(selectAuthToken)\n .pipe(untilDestroyed(this))\n .subscribe((token) => {\n this.isLoggedIn = !!token;\n });\n }\n\n handleFavorite(e: Event) {\n if (!this.property) return;\n if (this.property.isFavorite) {\n this.store.dispatch(\n removePropertyFromFavoritesAction({ propertyId: this.property.id })\n );\n } else {\n this.store.dispatch(\n setPropertyAsFavoriteAction({ propertyId: this.property.id })\n );\n }\n }\n}\n","\n
\n {{\n property.organization.shortName || property.organization.name\n }}\n Off-market\n
\n
\n","import { Component, Input } from '@angular/core';\n\nimport { IProperty } from '@shared/models/properties';\n\n@Component({\n selector: 'app-property-list-label',\n templateUrl: './label.component.html',\n styleUrls: ['./label.component.scss'],\n})\nexport class PropertyListLabelComponent {\n @Input({ required: true }) property: IProperty | null = null;\n}\n","import { Component, Input } from '@angular/core';\n\nimport { TPropertyStatus } from '@shared/models/properties';\n\n@Component({\n selector: 'app-property-list-status',\n templateUrl: './status.component.html',\n styleUrls: ['./status.component.scss'],\n})\nexport class PropertyListStatusComponent {\n @Input({ required: true }) status: TPropertyStatus = 'OPEN';\n}\n","
\n {{\n (status === 'OPEN' ? 'active' : status)\n | stringTransform: 'capitalizeFirstLetter'\n }}\n
\n","import {\n Component,\n Output,\n EventEmitter,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'app-property-share-button',\n templateUrl: './property-share-button.component.html',\n styleUrls: ['./property-share-button.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PropertyShareButtonComponent {\n @Output() handleOpen = new EventEmitter();\n\n openModal(event: MouseEvent): void {\n event.preventDefault();\n event.stopPropagation();\n this.handleOpen.emit();\n }\n}\n","
\n \n Share\n
\n","import { gql, TypedDocumentNode } from 'apollo-angular';\n\nimport {\n ISharePropertyInput,\n ISharePropertyResult,\n} from '@shared/models/share';\n\nimport { MUTATION_ERROR_FRAGMENT } from '../errors.fragments';\n\nexport const SHARE_PROPERTY: TypedDocumentNode<\n ISharePropertyResult,\n ISharePropertyInput\n> = gql`\n ${MUTATION_ERROR_FRAGMENT}\n mutation shareProperty($id: ID!, $input: SharePropertyInput) {\n shareProperty(id: $id, input: $input) {\n result {\n id\n }\n errors {\n ...ErrorFragment\n }\n }\n }\n`;\n","import { Injectable } from '@angular/core';\nimport { catchError, Observable } from 'rxjs';\nimport { Apollo, MutationResult } from 'apollo-angular';\n\nimport { SHARE_PROPERTY } from '@graphql/mutations/share.mutations';\nimport {\n ISharePropertyInput,\n ISharePropertyResult,\n} from '@shared/models/share';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ShareService {\n constructor(private apollo: Apollo) {}\n\n shareProperty(\n input: ISharePropertyInput\n ): Observable> {\n return this.apollo\n .mutate({\n mutation: SHARE_PROPERTY,\n variables: input,\n })\n .pipe(\n catchError((error) => {\n throw error;\n })\n );\n }\n}\n","import { DOCUMENT } from '@angular/common';\nimport * as i0 from '@angular/core';\nimport { Injectable, Inject, InjectionToken, EventEmitter, Directive, Optional, Input, Output, NgModule } from '@angular/core';\n\n/**\n * A pending copy-to-clipboard operation.\n *\n * The implementation of copying text to the clipboard modifies the DOM and\n * forces a re-layout. This re-layout can take too long if the string is large,\n * causing the execCommand('copy') to happen too long after the user clicked.\n * This results in the browser refusing to copy. This object lets the\n * re-layout happen in a separate tick from copying by providing a copy function\n * that can be called later.\n *\n * Destroy must be called when no longer in use, regardless of whether `copy` is\n * called.\n */\nclass PendingCopy {\n constructor(text, _document) {\n this._document = _document;\n const textarea = (this._textarea = this._document.createElement('textarea'));\n const styles = textarea.style;\n // Hide the element for display and accessibility. Set a fixed position so the page layout\n // isn't affected. We use `fixed` with `top: 0`, because focus is moved into the textarea\n // for a split second and if it's off-screen, some browsers will attempt to scroll it into view.\n styles.position = 'fixed';\n styles.top = styles.opacity = '0';\n styles.left = '-999em';\n textarea.setAttribute('aria-hidden', 'true');\n textarea.value = text;\n // Making the textarea `readonly` prevents the screen from jumping on iOS Safari (see #25169).\n textarea.readOnly = true;\n // The element needs to be inserted into the fullscreen container, if the page\n // is in fullscreen mode, otherwise the browser won't execute the copy command.\n (this._document.fullscreenElement || this._document.body).appendChild(textarea);\n }\n /** Finishes copying the text. */\n copy() {\n const textarea = this._textarea;\n let successful = false;\n try {\n // Older browsers could throw if copy is not supported.\n if (textarea) {\n const currentFocus = this._document.activeElement;\n textarea.select();\n textarea.setSelectionRange(0, textarea.value.length);\n successful = this._document.execCommand('copy');\n if (currentFocus) {\n currentFocus.focus();\n }\n }\n }\n catch {\n // Discard error.\n // Initial setting of {@code successful} will represent failure here.\n }\n return successful;\n }\n /** Cleans up DOM changes used to perform the copy operation. */\n destroy() {\n const textarea = this._textarea;\n if (textarea) {\n textarea.remove();\n this._textarea = undefined;\n }\n }\n}\n\n/**\n * A service for copying text to the clipboard.\n */\nclass Clipboard {\n constructor(document) {\n this._document = document;\n }\n /**\n * Copies the provided text into the user's clipboard.\n *\n * @param text The string to copy.\n * @returns Whether the operation was successful.\n */\n copy(text) {\n const pendingCopy = this.beginCopy(text);\n const successful = pendingCopy.copy();\n pendingCopy.destroy();\n return successful;\n }\n /**\n * Prepares a string to be copied later. This is useful for large strings\n * which take too long to successfully render and be copied in the same tick.\n *\n * The caller must call `destroy` on the returned `PendingCopy`.\n *\n * @param text The string to copy.\n * @returns the pending copy operation.\n */\n beginCopy(text) {\n return new PendingCopy(text, this._document);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: Clipboard, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }\n static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: Clipboard, providedIn: 'root' }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: Clipboard, decorators: [{\n type: Injectable,\n args: [{ providedIn: 'root' }]\n }], ctorParameters: function () { return [{ type: undefined, decorators: [{\n type: Inject,\n args: [DOCUMENT]\n }] }]; } });\n\n/** Injection token that can be used to provide the default options to `CdkCopyToClipboard`. */\nconst CDK_COPY_TO_CLIPBOARD_CONFIG = new InjectionToken('CDK_COPY_TO_CLIPBOARD_CONFIG');\n/**\n * Provides behavior for a button that when clicked copies content into user's\n * clipboard.\n */\nclass CdkCopyToClipboard {\n constructor(_clipboard, _ngZone, config) {\n this._clipboard = _clipboard;\n this._ngZone = _ngZone;\n /** Content to be copied. */\n this.text = '';\n /**\n * How many times to attempt to copy the text. This may be necessary for longer text, because\n * the browser needs time to fill an intermediate textarea element and copy the content.\n */\n this.attempts = 1;\n /**\n * Emits when some text is copied to the clipboard. The\n * emitted value indicates whether copying was successful.\n */\n this.copied = new EventEmitter();\n /** Copies that are currently being attempted. */\n this._pending = new Set();\n if (config && config.attempts != null) {\n this.attempts = config.attempts;\n }\n }\n /** Copies the current text to the clipboard. */\n copy(attempts = this.attempts) {\n if (attempts > 1) {\n let remainingAttempts = attempts;\n const pending = this._clipboard.beginCopy(this.text);\n this._pending.add(pending);\n const attempt = () => {\n const successful = pending.copy();\n if (!successful && --remainingAttempts && !this._destroyed) {\n // We use 1 for the timeout since it's more predictable when flushing in unit tests.\n this._currentTimeout = this._ngZone.runOutsideAngular(() => setTimeout(attempt, 1));\n }\n else {\n this._currentTimeout = null;\n this._pending.delete(pending);\n pending.destroy();\n this.copied.emit(successful);\n }\n };\n attempt();\n }\n else {\n this.copied.emit(this._clipboard.copy(this.text));\n }\n }\n ngOnDestroy() {\n if (this._currentTimeout) {\n clearTimeout(this._currentTimeout);\n }\n this._pending.forEach(copy => copy.destroy());\n this._pending.clear();\n this._destroyed = true;\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: CdkCopyToClipboard, deps: [{ token: Clipboard }, { token: i0.NgZone }, { token: CDK_COPY_TO_CLIPBOARD_CONFIG, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"14.0.0\", version: \"16.1.1\", type: CdkCopyToClipboard, selector: \"[cdkCopyToClipboard]\", inputs: { text: [\"cdkCopyToClipboard\", \"text\"], attempts: [\"cdkCopyToClipboardAttempts\", \"attempts\"] }, outputs: { copied: \"cdkCopyToClipboardCopied\" }, host: { listeners: { \"click\": \"copy()\" } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: CdkCopyToClipboard, decorators: [{\n type: Directive,\n args: [{\n selector: '[cdkCopyToClipboard]',\n host: {\n '(click)': 'copy()',\n },\n }]\n }], ctorParameters: function () { return [{ type: Clipboard }, { type: i0.NgZone }, { type: undefined, decorators: [{\n type: Optional\n }, {\n type: Inject,\n args: [CDK_COPY_TO_CLIPBOARD_CONFIG]\n }] }]; }, propDecorators: { text: [{\n type: Input,\n args: ['cdkCopyToClipboard']\n }], attempts: [{\n type: Input,\n args: ['cdkCopyToClipboardAttempts']\n }], copied: [{\n type: Output,\n args: ['cdkCopyToClipboardCopied']\n }] } });\n\nclass ClipboardModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: ClipboardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"16.1.1\", ngImport: i0, type: ClipboardModule, declarations: [CdkCopyToClipboard], exports: [CdkCopyToClipboard] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: ClipboardModule }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"16.1.1\", ngImport: i0, type: ClipboardModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [CdkCopyToClipboard],\n exports: [CdkCopyToClipboard],\n }]\n }] });\n\n/**\n * Generated bundle index. Do not edit.\n */\n\nexport { CDK_COPY_TO_CLIPBOARD_CONFIG, CdkCopyToClipboard, Clipboard, ClipboardModule, PendingCopy };\n","import { Component, Input, Output, EventEmitter } from '@angular/core';\nimport { Clipboard } from '@angular/cdk/clipboard';\n\nimport { SharePropertySource } from '@shared/models/share';\n\n@Component({\n selector: 'app-property-share-copy-link',\n templateUrl: './copy-link.component.html',\n styleUrls: ['./copy-link.component.scss'],\n})\nexport class PropertyShareCopyLinkComponent {\n @Input({ required: true }) propertyUrl: string = '';\n @Output() shareAPI = new EventEmitter();\n\n protected copied = false;\n\n constructor(private clipboard: Clipboard) {}\n\n copyValue() {\n this.shareAPI.emit('DIRECT_LINK');\n this.clipboard.copy(this.propertyUrl);\n this.copied = true;\n setTimeout(() => {\n this.copied = false;\n }, 3000);\n }\n}\n","
\n
{{ copied ? 'Link copied!' : propertyUrl }}
\n Copy\n
\n","
\n
0\" class=\"emails\">\n
\n
{{ email }}
\n \n
\n
\n\n
\n
\n \n \n \n
\n \n +\n \n
\n\n
\n \n Send\n \n \n Cancel\n \n
\n\n
\n Add at least one email address to send.\n
\n\n \n {{ sendResp.message }}\n
\n\n","import { Component, Input, Output, EventEmitter } from '@angular/core';\n\nimport { ShareService } from '@core/services/share.service';\n\n@Component({\n selector: 'app-property-share-emails',\n templateUrl: './share-emails.component.html',\n styleUrls: ['./share-emails.component.scss'],\n})\nexport class PropertyShareEmailsComponent {\n @Input({ required: true }) propertyId: string = '';\n @Output() handleClose = new EventEmitter();\n\n constructor(private shareService: ShareService) {}\n\n protected emailValue = '';\n protected emailInvalid = false;\n protected emails: string[] = [];\n\n protected sending = false;\n protected sendResp:\n | { type: 'success' | 'error'; message: string }\n | undefined;\n\n addEmail() {\n this.sendResp = undefined;\n if (this.isValidEmail(this.emailValue)) {\n this.emails.push(this.emailValue);\n this.emailValue = '';\n this.emailInvalid = false;\n } else {\n this.emailInvalid = true;\n }\n }\n\n removeEmail(index: number) {\n this.emails.splice(index, 1);\n }\n\n isValidEmail(email: string): boolean {\n const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$/;\n return emailRegex.test(email);\n }\n\n responseError() {\n this.sendResp = {\n type: 'error',\n message: 'Failed to share property. Please try again later.',\n };\n }\n\n async handleSend() {\n this.sending = true;\n this.sendResp = undefined;\n\n this.shareService\n .shareProperty({\n id: this.propertyId,\n input: {\n source: 'EMAIL',\n emails: this.emails,\n },\n })\n .subscribe({\n next: (res) => {\n if (\n res.data?.shareProperty.errors &&\n res.data?.shareProperty.errors.length\n ) {\n this.responseError();\n return;\n }\n this.sendResp = {\n type: 'success',\n message: 'Property shared successfully!',\n };\n this.emails = [];\n this.emailValue = '';\n },\n error: this.responseError,\n complete: () => {\n this.sending = false;\n setTimeout(() => {\n this.sendResp = undefined;\n }, 7000);\n },\n });\n }\n}\n","\n
\n
\n Property:\n {{ property.city || '' | stringTransform: 'capitalizeEachWord' }},\n {{ property.state }}\n {{ property.zip }}\n
\n
\n Property: {{ property.houseNumber }}\n {{\n property.street || '' | stringTransform: 'capitalizeEachWord'\n }},\n {{ property.city || '' | stringTransform: 'capitalizeEachWord' }},\n {{ property.state }}\n {{ property.zip }}\n
\n\n \n
\n \n
\n \n
\n Facebook\n
\n \n
\n \n
\n Email\n
\n \n
\n \n
\n WhatsApp\n \n \n
\n \"X\n
\n X\n \n
\n\n \n
\n\n \n \n \n
\n\n","import {\n Component,\n Input,\n Output,\n EventEmitter,\n OnInit,\n OnChanges,\n SimpleChanges,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';\nimport { Clipboard } from '@angular/cdk/clipboard';\n\nimport { IUser } from '@shared/models/user';\nimport { IProperty } from '@shared/models/properties';\nimport { SharePropertySource } from '@shared/models/share';\nimport { ShareService } from '@core/services/share.service';\n\nimport { Store } from '@ngrx/store';\nimport { AppState } from '@state/app.state';\nimport { selectAuthUser } from '@state/auth/auth.selectors';\n\nimport { environment } from '../../../../environments/environment';\n\nconst stripHtml = (html: string): string => {\n const textWithLineBreaks = html\n .replace(/ /gi, ' ')\n .replace(/
/gi, '\\n')\n .replace(/
/gi, '\\n')\n .replace(/
  • /gi, '\\n- ');\n const cleanText = textWithLineBreaks.replace(/<\\/?[^>]+(>|$)/g, '');\n return cleanText.trim();\n};\n\nconst capitalizeEachWord = (str: string): string => {\n return str\n .toLowerCase()\n .split(' ')\n .map((word) => word.charAt(0).toUpperCase() + word.slice(1))\n .join(' ');\n};\n\n@UntilDestroy()\n@Component({\n selector: 'app-property-share-modal',\n templateUrl: './property-share-modal.component.html',\n styleUrls: ['./property-share-modal.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PropertyShareModalComponent implements OnInit, OnChanges {\n @Input({ required: true }) open = false;\n @Input({ required: true }) property: IProperty | undefined;\n @Output() handleClose = new EventEmitter();\n\n protected shareEmails = false;\n protected user: IUser | undefined;\n\n protected appUrl = environment.url;\n protected propertyUrl = '';\n protected composedUrl = '';\n protected fbUrl =\n 'https://www.facebook.com/dialog/feed?app_id=1587162092149188&display=popup&redirect_uri=https://www.facebook.com';\n protected emailAnchor = '';\n\n constructor(\n private store: Store,\n private shareService: ShareService,\n private clipboard: Clipboard\n ) {}\n\n closeModal() {\n this.handleClose.emit();\n }\n\n ngOnInit(): void {\n this.store\n .select(selectAuthUser)\n .pipe(untilDestroyed(this))\n .subscribe((user) => {\n this.user = user;\n if (this.property && this.user) {\n this.propertyUrl = `${this.appUrl}/properties/${this.property.id}?refCode=${this.user.referralCode}&campaignName=`;\n } else if (this.property) {\n this.propertyUrl = `${this.appUrl}/properties/${this.property.id}?campaignName=`;\n }\n this.composedUrl = encodeURIComponent(\n 'Check out this property on Rebuilt: ' + this.propertyUrl\n );\n this.emailAnchor = `mailto:?subject=${encodeURIComponent(\n 'Rebuilt Marketplace Property'\n )}&body=${this.composedUrl}EMAIL`;\n });\n }\n\n async shareAPI(source: SharePropertySource) {\n if (this.property && this.user) {\n const input = {\n id: this.property.id,\n input: { source },\n };\n this.shareService.shareProperty(input).subscribe();\n }\n }\n\n ngOnChanges(changes: SimpleChanges): void {\n if (changes['open']) {\n const previousValue = changes['open'].previousValue;\n const currentValue = changes['open'].currentValue;\n // When 'open' changes from false to true, reset the shareEmails state\n if (!previousValue && currentValue) {\n this.shareEmails = false;\n }\n }\n }\n\n getFormattedPrice(): string {\n if (!this.property) return '$0.00';\n if (!this.property.price.includes('$')) {\n // Format price to USD currency without cents if it doesn't include the dollar sign\n const formattedPrice = new Intl.NumberFormat('en-US', {\n style: 'currency',\n currency: 'USD',\n minimumFractionDigits: 0,\n maximumFractionDigits: 0,\n }).format(parseFloat(this.property.price));\n return formattedPrice;\n } else {\n // Remove spaces if price already includes a dollar sign\n return this.property.price.replace(/\\s+/g, '');\n }\n }\n\n shareFacebook() {\n if (this.property) {\n let fbPostContent = `Check out this property on the Rebuilt Marketplace:`;\n fbPostContent += `\\n${capitalizeEachWord(\n this.property.city\n )}, ${this.property.state.toUpperCase()} ${this.property.zip}`;\n\n fbPostContent += `\\n\\nAsking: ${this.getFormattedPrice()}`;\n fbPostContent +=\n `\\n${this.property.bedrooms} Beds, ${this.property.bathrooms} ` +\n `Baths, ${this.property.squareFoot} Sqft`;\n if (this.property.yearBuilt) {\n fbPostContent += `, Built in ${this.property.yearBuilt}`;\n }\n\n if (this.property.dispositionAgent) {\n fbPostContent += `\\n\\nQuestions? Call ${capitalizeEachWord(\n this.property.dispositionAgent.normalizedFullName\n )} at ${this.property.dispositionAgent.phoneNumber}`;\n }\n\n if (this.property.description) {\n fbPostContent += `\\n\\nDescription:\\n${stripHtml(\n this.property.description\n )}`;\n }\n if (this.property.repairs) {\n fbPostContent += `\\n\\nRepairs:\\n${stripHtml(this.property.repairs)}`;\n }\n fbPostContent += `\\n\\n${this.propertyUrl}FACEBOOK`;\n\n this.clipboard.copy(fbPostContent);\n if (this.user) this.shareAPI('FACEBOOK');\n window.alert(\n 'The property info has been copied to your clipboard. Facebook will open in a new tab, just paste the content into your post.'\n );\n window.open(this.fbUrl, '_blank');\n }\n }\n}\n"],"names":["__WEBPACK_DEFAULT_EXPORT__","name","abbr","center","lat","lng","i0","ctx_r2","iconSize","ctx_r3","ctx_r4","$event","_r6","ctx_r5","handleFavorite","FavoritePropertyComponent_div_0_div_1_Template","FavoritePropertyComponent_div_0_app_shared_icon_2_Template","FavoritePropertyComponent_div_0_app_shared_icon_3_Template","FavoritePropertyComponent_div_0_app_shared_icon_4_Template","ctx_r0","full","property","isFavorite","FavoritePropertyComponent","_class","constructor","store","featureFlagsService","this","isLoggedIn","featureFlag$","isEnabled","ngOnInit","select","selectAuthToken","pipe","untilDestroyed","subscribe","token","e","dispatch","removePropertyFromFavoritesAction","propertyId","id","setPropertyAsFavoriteAction","i1","i2","_angular_core__WEBPACK_IMPORTED_MODULE_3__","Xpm","selectors","inputs","decls","vars","consts","template","rf","ctx","FavoritePropertyComponent_div_0_Template","__decorate","UntilDestroy","ctx_r1","organization","shortName","PropertyListLabelComponent_ng_container_0_span_2_Template","PropertyListLabelComponent_ng_container_0_span_3_Template","_c0","offMarket","PropertyListLabelComponent","PropertyListLabelComponent_ng_container_0_Template","PropertyListStatusComponent","status","PropertyShareButtonComponent","handleOpen","EventEmitter","openModal","event","preventDefault","stopPropagation","emit","outputs","SHARE_PROPERTY","gql","MUTATION_ERROR_FRAGMENT","ShareService","apollo","shareProperty","input","mutate","mutation","variables","catchError","error","factory","ɵfac","providedIn","PendingCopy","text","_document","textarea","_textarea","createElement","styles","style","position","top","opacity","left","setAttribute","value","readOnly","fullscreenElement","body","appendChild","copy","successful","currentFocus","activeElement","setSelectionRange","length","execCommand","focus","destroy","remove","undefined","Clipboard","document","pendingCopy","beginCopy","t","DOCUMENT","ɵprov","PropertyShareCopyLinkComponent","clipboard","propertyUrl","shareAPI","copied","copyValue","setTimeout","i_r5","_r7","index","ctx_r6","removeEmail","email_r4","PropertyShareEmailsComponent_div_1_div_1_Template","emails","sendResp","type","message","PropertyShareEmailsComponent","shareService","handleClose","emailValue","emailInvalid","sending","addEmail","isValidEmail","push","splice","email","test","responseError","handleSend","_this","_asyncToGenerator","source","next","res","data","errors","complete","PropertyShareEmailsComponent_div_1_Template","PropertyShareEmailsComponent_div_13_Template","PropertyShareEmailsComponent_div_14_Template","_c1","city","state","zip","houseNumber","street","shareFacebook","ctx_r7","shareEmails","ctx_r8","ctx_r9","ctx_r10","composedUrl","_r12","ctx_r11","_r14","ctx_r13","closeModal","PropertyShareModalComponent_app_shared_modal_0_div_2_Template","PropertyShareModalComponent_app_shared_modal_0_div_3_Template","PropertyShareModalComponent_app_shared_modal_0_ng_container_4_Template","PropertyShareModalComponent_app_shared_modal_0_ng_container_5_Template","open","user","stripHtml","html","replace","trim","capitalizeEachWord","str","toLowerCase","split","map","word","charAt","toUpperCase","slice","join","PropertyShareModalComponent","appUrl","environment","url","fbUrl","emailAnchor","selectAuthUser","referralCode","encodeURIComponent","ngOnChanges","changes","previousValue","currentValue","getFormattedPrice","price","includes","Intl","NumberFormat","currency","minimumFractionDigits","maximumFractionDigits","format","parseFloat","fbPostContent","bedrooms","bathrooms","squareFoot","yearBuilt","dispositionAgent","normalizedFullName","phoneNumber","description","repairs","window","alert","i3","core","features","PropertyShareModalComponent_app_shared_modal_0_Template"],"mappings":"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","debug_id":"51fcdd4a-22ca-5e24-8972-ae6c2a76ed68"}