@embedpdf-editor/react-chapter-viewer 0.1.0 → 0.2.1
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/README.md +351 -46
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +584 -557
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -284,7 +284,7 @@ export declare class ChapterScrollPlugin extends BasePlugin<ChapterScrollPluginC
|
|
|
284
284
|
private chapterManagerUnsubs;
|
|
285
285
|
constructor(id: string, registry: PluginRegistry);
|
|
286
286
|
initialize(config: ChapterScrollPluginConfig): Promise<void>;
|
|
287
|
-
/** 章节 PDF 在
|
|
287
|
+
/** 章节 PDF 在 core 中是否已可渲染(documentId === chapterId) */
|
|
288
288
|
private isChapterDocumentReady;
|
|
289
289
|
private refreshLayout;
|
|
290
290
|
/** 对已打开且可渲染的章节补采页尺寸 */
|