@embedpdf-editor/vue3-chapter-viewer 1.0.9-beta.1 → 1.1.0
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +321 -170
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -498,7 +498,7 @@ export declare interface ChapterViewerOptions {
|
|
|
498
498
|
overlapStrategy?: OverlapOwnerStrategy;
|
|
499
499
|
/** manifest 就绪后预取前 N 章第 0 段;滚动时另会预取视口相邻章。默认 1 */
|
|
500
500
|
prefetchChapters?: number;
|
|
501
|
-
/** 滚动按需同时 open 的分段 PDF 上限。默认
|
|
501
|
+
/** 滚动按需同时 open 的分段 PDF 上限。默认 1 */
|
|
502
502
|
maxConcurrentSegmentLoads?: number;
|
|
503
503
|
/** 章节空闲卸载超时(ms)。默认 120000 */
|
|
504
504
|
unloadTimeoutMs?: number;
|