@file-viewer/svelte 2.0.0 → 2.0.2
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.en.md +3 -3
- package/README.md +3 -3
- package/package.json +3 -3
package/README.en.md
CHANGED
|
@@ -49,7 +49,7 @@ The component instance and the action controller both support the same underlyin
|
|
|
49
49
|
|
|
50
50
|
`@file-viewer/svelte` shares the same `@file-viewer/core` capabilities, core browser engine, and format matrix as the other standard component packages, including PDF, Word, Excel, PowerPoint, OFD, CAD/DWG/DXF/DWF, EPUB/UMD, archives, email, Markdown, highlighted code, images, audio, video, 3D models, geospatial files, and structured data assets.
|
|
51
51
|
|
|
52
|
-
See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.
|
|
52
|
+
See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.file-viewer.app/
|
|
53
53
|
|
|
54
54
|
Chinese README: [README.md](./README.md).
|
|
55
55
|
|
|
@@ -169,7 +169,7 @@ Every ecosystem package uses the same `ViewerMountOptions` and `FileViewerOption
|
|
|
169
169
|
- Format parsing, search, zoom, print, export, watermark, lifecycle, and beforeOperation semantics all come from the same core.
|
|
170
170
|
- Releases should pass type checks, component API verification, README generation checks, format-matrix verification, standalone repository export, and browser smoke tests.
|
|
171
171
|
|
|
172
|
-
See the official documentation for options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.
|
|
172
|
+
See the official documentation for options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.file-viewer.app/
|
|
173
173
|
|
|
174
|
-
Online demo: https://viewer.
|
|
174
|
+
Online demo: https://demo.file-viewer.app/. License: Apache-2.0. For second development or commercial use, keep clear Flyfish Viewer attribution; shared compatibility fixes are welcome in the matching component repository.
|
|
175
175
|
<!-- FILE_VIEWER_GENERATED:END -->
|
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ npm install @file-viewer/svelte
|
|
|
49
49
|
|
|
50
50
|
`@file-viewer/svelte` 与纯 Web、Vue3 基线 viewer 共享同一套 `@file-viewer/core` 能力,覆盖 PDF、Word、Excel、PPT、OFD、CAD/DWG/DXF/DWF、EPUB/UMD、压缩包、邮件、Markdown、代码高亮、图片、音频、视频、3D 模型、地理数据和结构化数据资产等预览链路。
|
|
51
51
|
|
|
52
|
-
完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.
|
|
52
|
+
完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.file-viewer.app/
|
|
53
53
|
|
|
54
54
|
English README: [README.en.md](./README.en.md)。
|
|
55
55
|
|
|
@@ -169,7 +169,7 @@ English README: [README.en.md](./README.en.md)。
|
|
|
169
169
|
- 格式解析、搜索、缩放、打印、导出、水印、生命周期和 beforeOperation 语义全部来自同一个 core。
|
|
170
170
|
- 发布前需通过类型检查、组件 API 校验、README 生成校验、格式矩阵校验、独立仓库导出和浏览器 smoke。
|
|
171
171
|
|
|
172
|
-
完整参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出说明见官方文档: https://doc.
|
|
172
|
+
完整参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出说明见官方文档: https://doc.file-viewer.app/
|
|
173
173
|
|
|
174
|
-
在线 Demo: https://viewer.
|
|
174
|
+
在线 Demo: https://demo.file-viewer.app/ 。License: Apache-2.0。二开或商用请保留 Flyfish Viewer 来源说明;如果修复了通用兼容问题,也欢迎贡献回对应组件仓库。
|
|
175
175
|
<!-- FILE_VIEWER_GENERATED:END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/svelte",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standard Svelte component package for Flyfish File Viewer",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "git+https://github.com/flyfish-dev/file-viewer-svelte.git",
|
|
29
29
|
"directory": "packages/components/svelte"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://doc.
|
|
31
|
+
"homepage": "https://doc.file-viewer.app/",
|
|
32
32
|
"bugs": {
|
|
33
33
|
"url": "https://github.com/flyfish-dev/file-viewer-svelte/issues"
|
|
34
34
|
},
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"svelte": ">=3.59 <6"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@file-viewer/core": "^2.0.
|
|
67
|
+
"@file-viewer/core": "^2.0.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"svelte": "^5.46.0",
|