@files-preview-app/preview-file 1.1.5 → 1.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@files-preview-app/preview-file",
3
- "version": "1.1.5",
4
- "description": "All-in-one universal file preview for React, Angular, Vue, and Vanilla JS. Preview PDF, Word, Excel, PowerPoint, CSV, ZIP, Markdown, 3D Models (STL/OBJ), Images, Video, Audio, and Code with built-in toolbar.",
3
+ "version": "1.2.0",
4
+ "description": "Universal file preview library for Web, React, Angular, and Vue. 100% client-side with zero cloud dependency. Preview PDF, Word, Excel, PowerPoint, CSV, ZIP, Markdown, 3D Models (STL/OBJ), Images, Video, Audio, and Code with built-in toolbar.",
5
5
  "keywords": [
6
6
  "file-preview",
7
7
  "preview-file",
@@ -116,7 +116,9 @@
116
116
  "papaparse": "^5.4.1",
117
117
  "pdfjs-dist": "^4.10.38",
118
118
  "pptx-browser": "^4.1.5",
119
- "three": "^0.186.0"
119
+ "rtf.js": "^3.0.9",
120
+ "three": "^0.186.0",
121
+ "xlsx": "^0.18.5"
120
122
  },
121
123
  "peerDependencies": {
122
124
  "@angular/common": ">=17.0.0",
@@ -141,12 +143,17 @@
141
143
  "@patel.sumit51/plugin-archive": "workspace:*",
142
144
  "@patel.sumit51/plugin-code": "workspace:*",
143
145
  "@patel.sumit51/plugin-csv": "workspace:*",
146
+ "@patel.sumit51/plugin-doc": "workspace:*",
144
147
  "@patel.sumit51/plugin-docx": "workspace:*",
145
148
  "@patel.sumit51/plugin-excel": "workspace:*",
149
+ "@patel.sumit51/plugin-html-preview": "workspace:*",
146
150
  "@patel.sumit51/plugin-markdown": "workspace:*",
147
151
  "@patel.sumit51/plugin-media": "workspace:*",
152
+ "@patel.sumit51/plugin-opendocument": "workspace:*",
148
153
  "@patel.sumit51/plugin-pdf": "workspace:*",
154
+ "@patel.sumit51/plugin-ppt": "workspace:*",
149
155
  "@patel.sumit51/plugin-pptx": "workspace:*",
156
+ "@patel.sumit51/plugin-rtf": "workspace:*",
150
157
  "@patel.sumit51/react": "workspace:*",
151
158
  "@patel.sumit51/vue": "workspace:*",
152
159
  "@types/react": "^18.3.0",