react-os-shell 0.1.27 → 0.1.31
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/Preview-DO7KHVKG.js +6 -0
- package/dist/{Preview-RQPIGKTJ.js.map → Preview-DO7KHVKG.js.map} +1 -1
- package/dist/apps/index.d.ts +4 -2
- package/dist/apps/index.js +2 -2
- package/dist/chunk-RGYSM6P5.js +1264 -0
- package/dist/chunk-RGYSM6P5.js.map +1 -0
- package/dist/index.js +2 -2
- package/package.json +6 -1
- package/dist/Preview-RQPIGKTJ.js +0 -6
- package/dist/chunk-4XBIXMZC.js +0 -483
- package/dist/chunk-4XBIXMZC.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"Preview-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"Preview-DO7KHVKG.js"}
|
package/dist/apps/index.d.ts
CHANGED
|
@@ -13,8 +13,10 @@ interface PdfPreviewData {
|
|
|
13
13
|
filename: string;
|
|
14
14
|
/** Renderer to use. Defaults to `'pdf'`. `'dxf'` requires the consumer to
|
|
15
15
|
* have `dxf-viewer` installed (it's an optional peer dep). `'image'`
|
|
16
|
-
* renders an `<img>` for raster screenshots / photos.
|
|
17
|
-
|
|
16
|
+
* renders an `<img>` for raster screenshots / photos. `'3d'` covers
|
|
17
|
+
* STEP / STL / OBJ / GLTF / 3MF / IGES via the optional
|
|
18
|
+
* `online-3d-viewer` peer dep. */
|
|
19
|
+
kind?: 'pdf' | 'dxf' | 'image' | '3d';
|
|
18
20
|
/** Optional download handler — replaces the built-in "save URL as filename" if supplied. */
|
|
19
21
|
onDownload?: () => void;
|
|
20
22
|
/** Optional email handler — only shown when supplied. */
|
package/dist/apps/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { setPdfPreview } from '../chunk-
|
|
1
|
+
export { setPdfPreview } from '../chunk-RGYSM6P5.js';
|
|
2
2
|
import '../chunk-WIJ45SYD.js';
|
|
3
3
|
import '../chunk-AKZTZLKP.js';
|
|
4
4
|
import '../chunk-RFTLYCSF.js';
|
|
@@ -19,7 +19,7 @@ var Minesweeper = lazy(() => import('../Minesweeper-KAOD327F.js'));
|
|
|
19
19
|
var Email = lazy(() => import('../Email-UCNJ53MV.js'));
|
|
20
20
|
var GeminiChat = lazy(() => import('../GeminiChat-BXLBJFT4.js'));
|
|
21
21
|
var Calendar = lazy(() => import('../Calendar-RQVSPJAJ.js'));
|
|
22
|
-
var Preview = lazy(() => import('../Preview-
|
|
22
|
+
var Preview = lazy(() => import('../Preview-DO7KHVKG.js'));
|
|
23
23
|
var Documents = lazy(() => import('../Documents-3P6JKOLE.js'));
|
|
24
24
|
var utilityApps = {
|
|
25
25
|
"/calculator": { component: Calculator, label: "Calculator", size: "sm", allowPinOnTop: true, utility: true, widget: true, autoHeight: true, dimensions: [280, 420] },
|