UNPKG

@alfresco/adf-content-services

Version:
19 lines (18 loc) 1.61 kB
import { FolderDialogComponent } from './folder/folder.dialog'; import { NodeLockDialogComponent } from './node-lock/node-lock.dialog'; import { LibraryDialogComponent } from './library/library.dialog'; import { DownloadZipDialogModule } from './download-zip/download-zip.dialog.module'; import { CategorySelectorDialogComponent } from './category-selector/category-selector.dialog'; import * as i0 from "@angular/core"; import * as i1 from "./download-zip/download-zip.dialog.module"; import * as i2 from "./folder/folder.dialog"; import * as i3 from "./node-lock/node-lock.dialog"; import * as i4 from "./library/library.dialog"; import * as i5 from "./category-selector/category-selector.dialog"; export declare const CONTENT_DIALOG_DIRECTIVES: (typeof NodeLockDialogComponent | typeof FolderDialogComponent | typeof CategorySelectorDialogComponent | typeof LibraryDialogComponent | typeof DownloadZipDialogModule)[]; /** @deprecated use `..CONTENT_DIALOG_DIRECTIVES` or standalone component imports instead */ export declare class DialogModule { static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.DownloadZipDialogModule, typeof i2.FolderDialogComponent, typeof i3.NodeLockDialogComponent, typeof i4.LibraryDialogComponent, typeof i5.CategorySelectorDialogComponent], [typeof i1.DownloadZipDialogModule, typeof i2.FolderDialogComponent, typeof i3.NodeLockDialogComponent, typeof i4.LibraryDialogComponent, typeof i5.CategorySelectorDialogComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>; }