@file-viewer/vue2.7 2.0.1 → 2.0.3

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 CHANGED
@@ -54,7 +54,7 @@ viewer.destroy()
54
54
 
55
55
  `@file-viewer/vue2.7` 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.
56
56
 
57
- See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.flyfish-viewer.app/
57
+ 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/
58
58
 
59
59
  Chinese README: [README.md](./README.md).
60
60
 
@@ -174,7 +174,7 @@ Every ecosystem package uses the same `ViewerMountOptions` and `FileViewerOption
174
174
  - Format parsing, search, zoom, print, export, watermark, lifecycle, and beforeOperation semantics all come from the same core.
175
175
  - Releases should pass type checks, component API verification, README generation checks, format-matrix verification, standalone repository export, and browser smoke tests.
176
176
 
177
- See the official documentation for options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.flyfish-viewer.app/
177
+ See the official documentation for options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.file-viewer.app/
178
178
 
179
- Online demo: https://viewer.flyfish.dev/. 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.
179
+ 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.
180
180
  <!-- FILE_VIEWER_GENERATED:END -->
package/README.md CHANGED
@@ -54,7 +54,7 @@ viewer.destroy()
54
54
 
55
55
  `@file-viewer/vue2.7` 与纯 Web、Vue3 基线 viewer 共享同一套 `@file-viewer/core` 能力,覆盖 PDF、Word、Excel、PPT、OFD、CAD/DWG/DXF/DWF、EPUB/UMD、压缩包、邮件、Markdown、代码高亮、图片、音频、视频、3D 模型、地理数据和结构化数据资产等预览链路。
56
56
 
57
- 完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.flyfish-viewer.app/
57
+ 完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.file-viewer.app/
58
58
 
59
59
  English README: [README.en.md](./README.en.md)。
60
60
 
@@ -174,7 +174,7 @@ English README: [README.en.md](./README.en.md)。
174
174
  - 格式解析、搜索、缩放、打印、导出、水印、生命周期和 beforeOperation 语义全部来自同一个 core。
175
175
  - 发布前需通过类型检查、组件 API 校验、README 生成校验、格式矩阵校验、独立仓库导出和浏览器 smoke。
176
176
 
177
- 完整参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出说明见官方文档: https://doc.flyfish-viewer.app/
177
+ 完整参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出说明见官方文档: https://doc.file-viewer.app/
178
178
 
179
- 在线 Demo: https://viewer.flyfish.dev/ 。License: Apache-2.0。二开或商用请保留 Flyfish Viewer 来源说明;如果修复了通用兼容问题,也欢迎贡献回对应组件仓库。
179
+ 在线 Demo: https://demo.file-viewer.app/ 。License: Apache-2.0。二开或商用请保留 Flyfish Viewer 来源说明;如果修复了通用兼容问题,也欢迎贡献回对应组件仓库。
180
180
  <!-- FILE_VIEWER_GENERATED:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@file-viewer/vue2.7",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Standard Vue 2.7 component package for Flyfish File Viewer",
@@ -25,7 +25,7 @@
25
25
  "url": "git+https://github.com/flyfish-dev/file-viewer-vue2.7.git",
26
26
  "directory": "packages/components/vue2.7"
27
27
  },
28
- "homepage": "https://doc.flyfish-viewer.app/",
28
+ "homepage": "https://doc.file-viewer.app/",
29
29
  "bugs": {
30
30
  "url": "https://github.com/flyfish-dev/file-viewer-vue2.7/issues"
31
31
  },
@@ -49,7 +49,7 @@
49
49
  "vue": ">=2.7 <3"
50
50
  },
51
51
  "dependencies": {
52
- "@file-viewer/core": "^2.0.1"
52
+ "@file-viewer/core": "^2.0.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "typescript": "^6.0.3",