@pilotdev/pilot-web-2d 25.8.3-alpha → 25.8.4-alpha
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.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -613,6 +613,8 @@ export interface IDocumentPrintOverlay {
|
|
|
613
613
|
updateProgress(progress: number, total: number): void;
|
|
614
614
|
}
|
|
615
615
|
export class DocumentPrintOverlay extends LoadingSpinner implements IDocumentPrintOverlay {
|
|
616
|
+
|
|
617
|
+
constructor(_rootContainer: HTMLElement);
|
|
616
618
|
open(determinate: boolean): void;
|
|
617
619
|
close(): void;
|
|
618
620
|
updateProgress(progress: number, total: number): void;
|