"use strict";var gridLinksEls=Array.from(document.querySelectorAll(".js-grid_links_module")),gridLinksModules=[];gridLinksEls.forEach(function(n){var t="#"+n.id,i=new Vue({el:t,data:{displayList:!1,isLoaded:!1},methods:{hideDescriptions:function(){var n=this,t=Array.from(this.$el.querySelectorAll(".js-activity-feed-item-synopsis"));t.map(function(t){var u=t.clientHeight,i=t.closest(".js-activity-feed-item-content"),r;n.displayList?i.removeAttribute("style"):(r=parseInt(getComputedStyle(i).paddingBottom,10),i.style.transform="translateY("+(r+u)+"px)")})},displayGrid:function(){this.displayList=!this.displayList},checkGrid:function(){this.displayList=window.innerWidth<768?!0:!1}},mounted:function(){var n=this;this.hideDescriptions();n.displayList=n.$el.dataset.view=="True";window.addEventListener("resize",_.throttle(function(){n.hideDescriptions()}),500);setTimeout(function(){n.isLoaded=!0},500)}})})