hwobs-manager.component.d.ts 674 B

123456789101112131415
  1. import { HwobsDir, HwobsFile, HwobsService } from '../service-hwobs/hwobs.service';
  2. import * as i0 from "@angular/core";
  3. export declare class HwobsManagerComponent {
  4. private hwobs;
  5. dirs: HwobsDir[];
  6. files: HwobsFile[];
  7. prefix: string;
  8. openFile(file: any): void;
  9. openDir(dir?: HwobsDir | null, type?: string): void;
  10. showName(name: string): string;
  11. constructor(hwobs: HwobsService);
  12. listDir(prefix: string): Promise<void>;
  13. static ɵfac: i0.ɵɵFactoryDeclaration<HwobsManagerComponent, never>;
  14. static ɵcmp: i0.ɵɵComponentDeclaration<HwobsManagerComponent, "fm-storage-hwobs-manager", never, {}, {}, never, never, true, never>;
  15. }