File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ export declare const ViewerCssTheme: {
3
3
readonly LIGHT : 1 ;
4
4
readonly DARK : 2 ;
5
5
} ;
6
+ export declare const hardRefreshAttributes : string [ ] ;
6
7
export declare class PdfjsViewerElement extends HTMLElement {
7
8
constructor ( ) ;
8
9
iframe : PdfjsViewerElementIframe ;
9
10
static get observedAttributes ( ) : string [ ] ;
10
11
connectedCallback ( ) : void ;
11
- attributeChangedCallback ( ) : void ;
12
+ attributeChangedCallback ( name : string ) : void ;
12
13
private onIframeReady ;
13
14
private getIframeSrc ;
14
15
private mountViewer ;
15
16
private getFullPath ;
16
17
private getCssThemeOption ;
17
- setCssTheme ( ) : void ;
18
+ private setCssTheme ;
18
19
private setViewerExtraStyles ;
19
20
initialize : ( ) => Promise < PdfjsViewerElementIframeWindow [ 'PDFViewerApplication' ] > ;
20
21
}
You can’t perform that action at this time.
0 commit comments