nuxeo-development-framework 5.0.8 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,7 @@ import * as i0 from "@angular/core";
25
25
  export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
26
26
  #private;
27
27
  private injectorObj;
28
+ ignoreBreadcrumbFolders: any[];
28
29
  subscriptions: Subscription[];
29
30
  contextMenuActions: any[];
30
31
  fileManager: DxFileManagerComponent;
@@ -147,7 +148,7 @@ export declare class FileManagerAbstract implements OnInit, AfterViewChecked {
147
148
  ngAfterViewChecked(): void;
148
149
  init(id: any, breadcrumbs?: any, currentFolder?: any): void;
149
150
  getFolderChildren(id: any, payload?: PaginationPayload, showLoading?: boolean, loadFolders?: boolean): Observable<any>;
150
- expandComp(entries: Observable<any>, breadcrumbs: any, indexNextNode?: number): any;
151
+ expandComp(entries: Observable<any>, breadcrumbs: any): any;
151
152
  getCurrentDirectory(): any;
152
153
  reinitializeFolderTree(id: any, directory: any, node?: any): Promise<void>;
153
154
  showNoDataImage(data: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.0.8",
3
+ "version": "5.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",