This commit is contained in:
eromano
2022-11-25 12:33:14 +01:00
committed by Amedeo Lepore
parent 166056874c
commit 76bb642423
167 changed files with 1076 additions and 1002 deletions

View File

@@ -15,8 +15,6 @@
* limitations under the License.
*/
//TODO FIX documentation
import {
Component, EventEmitter,
Input, OnChanges, Output, TemplateRef,
@@ -56,14 +54,6 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy {
@Input()
allowThumbnails = true;
/** The template for the right sidebar. The template context contains the loaded node data. */
@Input()
sidebarRightTemplate: TemplateRef<any> = null;
/** The template for the left sidebar. The template context contains the loaded node data. */
@Input()
sidebarLeftTemplate: TemplateRef<any> = null;
/** The template for the pdf thumbnails. */
@Input()
thumbnailsTemplate: TemplateRef<any> = null;