{"version":3,"file":"index-D4DnB_Qm.js","sources":["../../../app/assets/javascripts/concepts/listings/row/for_searching/default/index.ts"],"sourcesContent":["\n// region JS Imports\n\n// region External Modules\nimport u from \"umbrellajs\"\n// endregion External Modules\n\n// Private Modules\nimport ImageLazyLoading from \"widgets/image_lazyloading\"\nimport ListingsCarousel from \"concepts/listings/carousel\"\n// Private Modules\n\n// region Public Components\n// endregion Public Components\n\n// region Private Components\nimport WithToggle from \"concepts/listings/pictures_and_map_browser/with_toggle/index\"\nimport {\n init as building_follow_button_init,\n} from \"concepts/buildings/building_follow_button/index\"\n\nimport {\n init as neighbourhood_follow_button_init,\n} from \"concepts/neighbourhoods/neighbourhood_follow_button/index\"\n\nimport {\n init as listing_shortlist_button_init,\n} from \"concepts/listings/listing_shortlist_button/index\"\n\nimport * as ListerSpeakingLanguagesBadge from \"concepts/listings/feature/lister_speaking_languages/badge_with_popover\"\n// endregion Private Components\n\n// endregion JS Imports\n\n\nconst CELL_CLASS_NAME = \"cell--listings--row--for-searching--default\"\nconst CELL_INITIALIZED_CLASS_NAME = `${CELL_CLASS_NAME}--js-spacious-initialized`\n\nconst IMAGE_CELL_CLASS_NAME = \"cell--listings--row--for-searching--default__section-listing-image\"\n\n\nconst init = () => {\n ImageLazyLoading.default_lazyload_instance().update()\n\n u(`.${CELL_CLASS_NAME}`).each((el) => {\n const $el = u(el)\n\n if (el.classList.contains(CELL_INITIALIZED_CLASS_NAME)) { return }\n el.classList.add(CELL_INITIALIZED_CLASS_NAME)\n\n $el.on(\"click\", (e) => {\n const $this = u(e.target as HTMLElement)\n\n // If user clicks on a non-link, go to full listing page\n if ($this.closest(`.${IMAGE_CELL_CLASS_NAME}`).length === 0 && $this.closest(\"a\").length === 0){\n window.open($el.data(\"full-listing-page-path\"), \"_blank\")\n }\n })\n })\n WithToggle.init()\n ListingsCarousel.init()\n ListerSpeakingLanguagesBadge.initAllMatchingElements()\n building_follow_button_init()\n neighbourhood_follow_button_init()\n listing_shortlist_button_init().done()\n}\n\n\nexport default {init}\n"],"names":["CELL_CLASS_NAME","CELL_INITIALIZED_CLASS_NAME","IMAGE_CELL_CLASS_NAME","init","ImageLazyLoading","u","el","$el","$this","WithToggle","ListingsCarousel","ListerSpeakingLanguagesBadge.initAllMatchingElements","building_follow_button_init","neighbourhood_follow_button_init","listing_shortlist_button_init","Listings_Row_ForSearching_Default"],"mappings":"yUAmCA,MAAMA,EAAkB,8CAClBC,EAA8B,GAAG,OAAAD,EAAe,6BAEhDE,EAAwB,qEAGxBC,EAAO,IAAM,CACAC,EAAA,4BAA4B,OAAO,EAEpDC,EAAE,IAAI,OAAAL,EAAiB,EAAE,KAAMM,GAAO,CAC9B,MAAAC,EAAMF,EAAEC,CAAE,EAEZA,EAAG,UAAU,SAASL,CAA2B,IAClDK,EAAA,UAAU,IAAIL,CAA2B,EAExCM,EAAA,GAAG,QAAU,GAAM,CACf,MAAAC,EAAQH,EAAE,EAAE,MAAqB,EAGnCG,EAAM,QAAQ,IAAI,OAAAN,EAAuB,EAAE,SAAW,GAAKM,EAAM,QAAQ,GAAG,EAAE,SAAW,GAC3F,OAAO,KAAKD,EAAI,KAAK,wBAAwB,EAAG,QAAQ,CAC1D,CACD,EAAA,CACF,EACDE,EAAW,KAAK,EAChBC,EAAiB,KAAK,EACtBC,EAAqD,EACzBC,EAAA,EACKC,EAAA,EACjCC,EAAA,EAAgC,KAAK,CACvC,EAGeC,EAAA,CAAC,KAAAZ,CAAI"}