UNPKG

764 BTypeScriptView Raw
1import { LocationProgress, ProgressLocationService } from './progress-location-service';
2import { DisposableCollection, Disposable } from '../common';
3import { ProgressBarOptions } from './progress-bar-factory';
4export declare class ProgressBar implements Disposable {
5 protected readonly progressLocationService: ProgressLocationService;
6 protected readonly options: ProgressBarOptions;
7 protected readonly toDispose: DisposableCollection;
8 dispose(): void;
9 protected progressBar: HTMLDivElement;
10 protected progressBarContainer: HTMLDivElement;
11 constructor();
12 protected init(): void;
13 protected onProgress(event: LocationProgress): void;
14 protected setVisible(visible: boolean): void;
15}
16//# sourceMappingURL=progress-bar.d.ts.map
\No newline at end of file