@netless/app-slide 0.2.45-alpha.2 → 0.2.46
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/dist/index.d.ts +2 -0
- package/dist/main.cjs.js +4 -4
- package/dist/main.cjs.js.map +1 -1
- package/dist/main.es.js +11 -4
- package/dist/main.es.js.map +1 -1
- package/dist/main.iife.js +4 -4
- package/dist/main.iife.js.map +1 -1
- package/package.json +2 -2
- package/src/SlideDocsViewer/index.ts +7 -0
- package/src/SlideDocsViewer/style.scss +1 -1
- package/src/index.ts +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -945,6 +945,8 @@ declare class SlideDocsViewer {
|
|
|
945
945
|
protected onRenderStart: () => void;
|
|
946
946
|
protected onRenderEnd: () => void;
|
|
947
947
|
onPageChanged: () => void;
|
|
948
|
+
private _onPageChangedTimer;
|
|
949
|
+
private _onPageChanged;
|
|
948
950
|
protected refreshPages: () => void;
|
|
949
951
|
protected getPageIndex(page: number): number;
|
|
950
952
|
unmount(): this;
|