react-os-shell 3.11.2 → 3.12.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/Browser-2FY74OL6.js +7 -0
- package/dist/{Browser-FX577ZG2.js.map → Browser-2FY74OL6.js.map} +1 -1
- package/dist/{Calculator-K3KWPHJI.js → Calculator-47JKICCY.js} +4 -4
- package/dist/{Calculator-K3KWPHJI.js.map → Calculator-47JKICCY.js.map} +1 -1
- package/dist/{CurrencyConverter-ROLJLHT4.js → CurrencyConverter-V6MDJF34.js} +4 -4
- package/dist/{CurrencyConverter-ROLJLHT4.js.map → CurrencyConverter-V6MDJF34.js.map} +1 -1
- package/dist/{Documents-JJKFUSJ6.js → Documents-IHK2JMWI.js} +4 -4
- package/dist/{Documents-JJKFUSJ6.js.map → Documents-IHK2JMWI.js.map} +1 -1
- package/dist/Files-JK45SHMI.js +12 -0
- package/dist/{Files-L5SN24XK.js.map → Files-JK45SHMI.js.map} +1 -1
- package/dist/{Notepad-S2EZKPZQ.js → Notepad-2WJML7F3.js} +4 -4
- package/dist/{Notepad-S2EZKPZQ.js.map → Notepad-2WJML7F3.js.map} +1 -1
- package/dist/{PomodoroTimer-IKLRQIU3.js → PomodoroTimer-GH2L545O.js} +5 -5
- package/dist/{PomodoroTimer-IKLRQIU3.js.map → PomodoroTimer-GH2L545O.js.map} +1 -1
- package/dist/Preview-EH5SPVRS.js +8 -0
- package/dist/{Preview-BSQJ3GGL.js.map → Preview-EH5SPVRS.js.map} +1 -1
- package/dist/Spreadsheet-ZYL35FIB.js +7 -0
- package/dist/{Spreadsheet-HF47TRAV.js.map → Spreadsheet-ZYL35FIB.js.map} +1 -1
- package/dist/{Stock-VGTJEM4B.js → Stock-D2GVQNCO.js} +4 -4
- package/dist/{Stock-VGTJEM4B.js.map → Stock-D2GVQNCO.js.map} +1 -1
- package/dist/{Weather-JXDY47YQ.js → Weather-LMBR67BX.js} +4 -4
- package/dist/{Weather-JXDY47YQ.js.map → Weather-LMBR67BX.js.map} +1 -1
- package/dist/{WorldClock-ACR63JED.js → WorldClock-HWHH52IB.js} +4 -4
- package/dist/{WorldClock-ACR63JED.js.map → WorldClock-HWHH52IB.js.map} +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.js +19 -19
- package/dist/{chunk-VGJ3KCOP.js → chunk-55MDWJQ2.js} +3 -3
- package/dist/{chunk-VGJ3KCOP.js.map → chunk-55MDWJQ2.js.map} +1 -1
- package/dist/{chunk-AW2BPHVS.js → chunk-5GXZVC32.js} +4 -4
- package/dist/{chunk-AW2BPHVS.js.map → chunk-5GXZVC32.js.map} +1 -1
- package/dist/{chunk-OKFJBJY6.js → chunk-EOHB7ETC.js} +4 -4
- package/dist/{chunk-OKFJBJY6.js.map → chunk-EOHB7ETC.js.map} +1 -1
- package/dist/{chunk-MRFKIP3G.js → chunk-HDXKSJDT.js} +3 -3
- package/dist/{chunk-MRFKIP3G.js.map → chunk-HDXKSJDT.js.map} +1 -1
- package/dist/{chunk-BI5XBNI5.js → chunk-HT74MVNF.js} +4 -4
- package/dist/{chunk-BI5XBNI5.js.map → chunk-HT74MVNF.js.map} +1 -1
- package/dist/{chunk-NZLE6YR6.js → chunk-JSBH5CKG.js} +4 -4
- package/dist/{chunk-NZLE6YR6.js.map → chunk-JSBH5CKG.js.map} +1 -1
- package/dist/{chunk-HLWEKEKD.js → chunk-PQFF4IXI.js} +20 -6
- package/dist/chunk-PQFF4IXI.js.map +1 -0
- package/dist/{chunk-CCIP3ADU.js → chunk-PXJWC5FZ.js} +5 -5
- package/dist/{chunk-CCIP3ADU.js.map → chunk-PXJWC5FZ.js.map} +1 -1
- package/dist/{chunk-P3DVY4XJ.js → chunk-UY2ZQNVM.js} +4 -4
- package/dist/{chunk-P3DVY4XJ.js.map → chunk-UY2ZQNVM.js.map} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +25 -12
- package/dist/index.js.map +1 -1
- package/dist/{types-CTPtgkiG.d.ts → types-DqonitKD.d.ts} +4 -0
- package/package.json +1 -1
- package/dist/Browser-FX577ZG2.js +0 -7
- package/dist/Files-L5SN24XK.js +0 -12
- package/dist/Preview-BSQJ3GGL.js +0 -8
- package/dist/Spreadsheet-HF47TRAV.js +0 -7
- package/dist/chunk-HLWEKEKD.js.map +0 -1
|
@@ -64,6 +64,10 @@ interface ModalRegistryEntry {
|
|
|
64
64
|
footer?: (entity: any) => ReactNode;
|
|
65
65
|
/** Modal size. */
|
|
66
66
|
size?: string;
|
|
67
|
+
/** Custom open dimensions [width, height] in px (clamped to the viewport).
|
|
68
|
+
* Overrides the size ladder and any stale per-window size the shell
|
|
69
|
+
* persisted — use for content-heavy detail windows that must open large. */
|
|
70
|
+
dimensions?: [number, number];
|
|
67
71
|
/** If true, the component fetches its own data — pass ID, not entity. */
|
|
68
72
|
selfFetching?: boolean;
|
|
69
73
|
/** If true, the component renders its own Modal — skip outer Modal wrapper. */
|
package/package.json
CHANGED
package/dist/Browser-FX577ZG2.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { Browser as default, setBrowserStartUrl } from './chunk-AW2BPHVS.js';
|
|
2
|
-
import './chunk-NZLE6YR6.js';
|
|
3
|
-
import './chunk-HLWEKEKD.js';
|
|
4
|
-
import './chunk-UBN4IUDE.js';
|
|
5
|
-
import './chunk-ZF6AYO4G.js';
|
|
6
|
-
//# sourceMappingURL=Browser-FX577ZG2.js.map
|
|
7
|
-
//# sourceMappingURL=Browser-FX577ZG2.js.map
|
package/dist/Files-L5SN24XK.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export { Files as default, openFilesInTrashMode, setFilesDemoTree } from './chunk-CCIP3ADU.js';
|
|
2
|
-
import './chunk-P3DVY4XJ.js';
|
|
3
|
-
import './chunk-YG45DAUT.js';
|
|
4
|
-
import './chunk-BI5XBNI5.js';
|
|
5
|
-
import './chunk-VENYVK3L.js';
|
|
6
|
-
import './chunk-OKFJBJY6.js';
|
|
7
|
-
import './chunk-NZLE6YR6.js';
|
|
8
|
-
import './chunk-HLWEKEKD.js';
|
|
9
|
-
import './chunk-UBN4IUDE.js';
|
|
10
|
-
import './chunk-ZF6AYO4G.js';
|
|
11
|
-
//# sourceMappingURL=Files-L5SN24XK.js.map
|
|
12
|
-
//# sourceMappingURL=Files-L5SN24XK.js.map
|
package/dist/Preview-BSQJ3GGL.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { Preview as default, setPdfPreview } from './chunk-BI5XBNI5.js';
|
|
2
|
-
import './chunk-VENYVK3L.js';
|
|
3
|
-
import './chunk-NZLE6YR6.js';
|
|
4
|
-
import './chunk-HLWEKEKD.js';
|
|
5
|
-
import './chunk-UBN4IUDE.js';
|
|
6
|
-
import './chunk-ZF6AYO4G.js';
|
|
7
|
-
//# sourceMappingURL=Preview-BSQJ3GGL.js.map
|
|
8
|
-
//# sourceMappingURL=Preview-BSQJ3GGL.js.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { Spreadsheet as default, setSpreadsheetPreview } from './chunk-OKFJBJY6.js';
|
|
2
|
-
import './chunk-NZLE6YR6.js';
|
|
3
|
-
import './chunk-HLWEKEKD.js';
|
|
4
|
-
import './chunk-UBN4IUDE.js';
|
|
5
|
-
import './chunk-ZF6AYO4G.js';
|
|
6
|
-
//# sourceMappingURL=Spreadsheet-HF47TRAV.js.map
|
|
7
|
-
//# sourceMappingURL=Spreadsheet-HF47TRAV.js.map
|