{"version":3,"sources":["common/js/components/testimonialsComponent.js"],"names":["$","noColumns","noRows","hideButtonIfAllItemsAreVisible","length","hide","breakpoint","value","slice","show","on"],"mappings":"AAAAA,EAAE,WACA,IAAIC,UAAY,EACZC,OAAS,EAeb,SAASC,iCACgD,IAAnDH,EAAE,sCAAsCI,QAC1CJ,EAAE,sCAAsCK,OAhBnB,OAArBC,WAAWC,OACbN,UAAY,EACZC,OAAS,GACqB,OAArBI,WAAWC,QACpBN,UAAY,EACZC,OAAS,GAEXF,EAAE,+BAA+BK,OACjCL,EAAE,sCAAsCQ,MAAM,EAAGP,UAAYC,QAAQO,OACrEN,iCACAH,EAAE,sCAAsCU,GAAG,QAAS,WAClDV,EAAE,sCAAsCQ,MAAM,EAAGP,UAAYC,QAAQO,OACrEN","file":"../../../../common/js/components/testimonialsComponent-799f065a11.js","sourcesContent":["$(function () {\n var noColumns = 3;\n var noRows = 2;\n if (breakpoint.value === 'xs') {\n noColumns = 1;\n noRows = 3;\n } else if (breakpoint.value === 'sm') {\n noColumns = 2;\n noRows = 2;\n }\n $(\".testimonialsComponent-item\").hide();\n $(\".testimonialsComponent-item:hidden\").slice(0, noColumns * noRows).show();\n hideButtonIfAllItemsAreVisible();\n $('.testimonialsComponent-btnLoadMore').on('click', function () {\n $(\".testimonialsComponent-item:hidden\").slice(0, noColumns * noRows).show();\n hideButtonIfAllItemsAreVisible();\n });\n function hideButtonIfAllItemsAreVisible() {\n if ($(\".testimonialsComponent-item:hidden\").length === 0) {\n $('.testimonialsComponent-btnLoadMore').hide();\n }\n }\n});"]}