AUI.add("liferay-thumbnails-preview",function(d){var f=d.Component.create({ATTRS:{popover:{},previewIndex:{},resourceURL:{},selectedIndex:{}},AUGMENTS:[Liferay.PortletBase],NAME:"thumbnailsPreview",prototype:{initializer:function(a){a=this.one("#contentPreviewContainer");this.set("previewIndex",this.get("selectedIndex"));a&&a.delegate("tap",d.bind(this._onContentPreviewTap,this),".content-preview-link")},_onContentPreviewTap:function(a){var b=a.currentTarget.ancestor("li").attr("data-hasContent");
this.fire("previewChange",{hasContent:b});a=a.currentTarget.ancestor("li").attr("data-index");var b=this.get("previewIndex"),c=this.get("selectedIndex"),c=this.one("#FullContent"+c),e=this.one("#FullContentHidden"+a);this.one("#PreviewContent"+b).removeClass("active");this.one("#PreviewContent"+a).addClass("active");c.html(e.html());this.set("previewIndex",a)}}});Liferay.ThumbnailsPreview=f},"",{requires:["aui-base","aui-popover","event-hover","liferay-portlet-base","widget-anim"]});
