@alfresco/aca-preview
Advanced tools
Comparing version 4.0.0-4912999639 to 4.0.0-4926331085
@@ -26,10 +26,8 @@ /*! | ||
import { Location } from '@angular/common'; | ||
import { ActivatedRoute, Router } from '@angular/router'; | ||
import { ActivatedRoute } from '@angular/router'; | ||
import { UserPreferencesService } from '@alfresco/adf-core'; | ||
import { Store } from '@ngrx/store'; | ||
import { AppStore } from '@alfresco/aca-shared/store'; | ||
import { PageComponent, AppExtensionService, AppHookService, ContentApiService, DocumentBasePageService } from '@alfresco/aca-shared'; | ||
import { PageComponent, AppHookService, ContentApiService } from '@alfresco/aca-shared'; | ||
import { ContentActionRef, ViewerExtensionRef } from '@alfresco/adf-extensions'; | ||
import { Actions } from '@ngrx/effects'; | ||
import { NodesApiService, UploadService } from '@alfresco/adf-content-services'; | ||
import { NodesApiService } from '@alfresco/adf-content-services'; | ||
import * as i0 from "@angular/core"; | ||
@@ -40,5 +38,3 @@ export declare class PreviewComponent extends PageComponent implements OnInit, OnDestroy { | ||
private route; | ||
private router; | ||
private nodesApiService; | ||
private uploadService; | ||
private actions$; | ||
@@ -63,3 +59,3 @@ private location; | ||
private containersSkipNavigation; | ||
constructor(contentApi: ContentApiService, preferences: UserPreferencesService, route: ActivatedRoute, router: Router, nodesApiService: NodesApiService, uploadService: UploadService, actions$: Actions, location: Location, store: Store<AppStore>, extensions: AppExtensionService, content: DocumentBasePageService, appHookService: AppHookService); | ||
constructor(contentApi: ContentApiService, preferences: UserPreferencesService, route: ActivatedRoute, nodesApiService: NodesApiService, actions$: Actions, location: Location, appHookService: AppHookService); | ||
ngOnInit(): void; | ||
@@ -66,0 +62,0 @@ ngOnDestroy(): void; |
{ | ||
"name": "@alfresco/aca-preview", | ||
"version": "4.0.0-4912999639", | ||
"version": "4.0.0-4926331085", | ||
"license": "LGPL-3.0", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
210075
1735