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