{"version":3,"file":"latest-article-list-B0ZBCCW0.js","sources":["../../src/project/AramcoLife/article/latest-article-list/latest-article-list.ts"],"sourcesContent":["import { type Module } from \"~/foundation/Bootstrapper/types\";\r\nimport { type LatestArticleListProps } from \"~/feature/Article/generated-types\";\r\nimport { loadMore } from \"../../load-more/load-more.ts\";\r\nimport { breakpointIndex, currentWindowWidth, onWindowResize } from \"~/foundation/Events/onWindowResize\";\r\nimport slider from \"~/foundation/Slider/slider\";\r\nimport { bootstrapConstructorOnElement } from \"~/foundation/Bootstrapper\";\r\nimport { lifeSearchService } from \"~/project/AramcoLife/services/lifeSearchService.ts\"; // eslint-disable-line\r\n\r\n\r\nconst initializeSlider = async (swiper: HTMLElement) => {\r\n\tif (!swiper.className.includes(\"swiper-initialized\")) {\r\n\t\tawait bootstrapConstructorOnElement(swiper, slider, \"slider\")\r\n\t}\r\n}\r\n\r\nconst latestArticleList: Module = async (domReference, props) => {\r\n\tconst loadMoreButton = domReference.querySelector(\"[data-load-more-button]\") as HTMLButtonElement;\r\n\tconst appendContainer = domReference.querySelector(\"[data-append-container]\") as HTMLElement;\r\n\tconst swiper = domReference.querySelector(\"[data-swiper-lazy]\");\r\n\tconst pageSize = props.listLength;\r\n\r\n\tif (swiper && (currentWindowWidth < breakpointIndex.md)) {\r\n\t\tawait initializeSlider(swiper);\r\n\t}\r\n\r\n\tonWindowResize(() => {\r\n\t\tif (swiper && (currentWindowWidth < breakpointIndex.md)) {\r\n\t\t\tinitializeSlider(swiper);\r\n\t\t}\r\n\t});\r\n\r\n\tif (loadMoreButton && appendContainer) {\r\n\t\tloadMore(loadMoreButton, appendContainer, pageSize, lifeSearchService.articleTeaser);\r\n\t}\r\n}\r\n\r\nexport default latestArticleList;"],"names":["initializeSlider","swiper","bootstrapConstructorOnElement","slider","latestArticleList","domReference","props","loadMoreButton","appendContainer","pageSize","currentWindowWidth","breakpointIndex","onWindowResize","loadMore","lifeSearchService"],"mappings":"gMASA,MAAMA,EAAmB,MAAOC,GAAwB,CAClDA,EAAO,UAAU,SAAS,oBAAoB,GAC5C,MAAAC,EAA8BD,EAAQE,EAAQ,QAAQ,CAE9D,EAEMC,EAAoD,MAAOC,EAAcC,IAAU,CAClF,MAAAC,EAAiBF,EAAa,cAAc,yBAAyB,EACrEG,EAAkBH,EAAa,cAAc,yBAAyB,EACtEJ,EAASI,EAAa,cAA2B,oBAAoB,EACrEI,EAAWH,EAAM,WAEnBL,GAAWS,EAAqBC,EAAgB,IACnD,MAAMX,EAAiBC,CAAM,EAG9BW,EAAe,IAAM,CAChBX,GAAWS,EAAqBC,EAAgB,IACnDX,EAAiBC,CAAM,CACxB,CACA,EAEGM,GAAkBC,GACrBK,EAASN,EAAgBC,EAAiBC,EAAUK,EAAkB,aAAa,CAErF"}