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: {
33 readonly LIGHT : 1 ;
44 readonly DARK : 2 ;
55} ;
6+ export declare const hardRefreshAttributes : string [ ] ;
67export declare class PdfjsViewerElement extends HTMLElement {
78 constructor ( ) ;
89 iframe : PdfjsViewerElementIframe ;
910 static get observedAttributes ( ) : string [ ] ;
1011 connectedCallback ( ) : void ;
11- attributeChangedCallback ( ) : void ;
12+ attributeChangedCallback ( name : string ) : void ;
1213 private onIframeReady ;
1314 private getIframeSrc ;
1415 private mountViewer ;
1516 private getFullPath ;
1617 private getCssThemeOption ;
17- setCssTheme ( ) : void ;
18+ private setCssTheme ;
1819 private setViewerExtraStyles ;
1920 initialize : ( ) => Promise < PdfjsViewerElementIframeWindow [ 'PDFViewerApplication' ] > ;
2021}
You can’t perform that action at this time.
0 commit comments