react-os-shell 0.4.0 → 0.6.1
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-6JQTSHQF.js → Browser-XZEAEJLW.js} +4 -4
- package/dist/{Browser-6JQTSHQF.js.map → Browser-XZEAEJLW.js.map} +1 -1
- package/dist/{Calculator-6ANBG6S2.js → Calculator-Y7TKDGFS.js} +5 -5
- package/dist/{Calculator-6ANBG6S2.js.map → Calculator-Y7TKDGFS.js.map} +1 -1
- package/dist/{Calendar-R4IBIPIU.js → Calendar-LUQWUGFY.js} +4 -4
- package/dist/{Calendar-R4IBIPIU.js.map → Calendar-LUQWUGFY.js.map} +1 -1
- package/dist/{CurrencyConverter-RVLGYNDE.js → CurrencyConverter-GZFBW5PE.js} +5 -5
- package/dist/{CurrencyConverter-RVLGYNDE.js.map → CurrencyConverter-GZFBW5PE.js.map} +1 -1
- package/dist/{Documents-AUK2YPDI.js → Documents-IT4EQ5CF.js} +4 -4
- package/dist/{Documents-AUK2YPDI.js.map → Documents-IT4EQ5CF.js.map} +1 -1
- package/dist/{Email-7FJHS6Y7.js → Email-SNA6KIKR.js} +4 -4
- package/dist/{Email-7FJHS6Y7.js.map → Email-SNA6KIKR.js.map} +1 -1
- package/dist/Files-E4XEDYAP.js +11 -0
- package/dist/{Files-PGN4HKTC.js.map → Files-E4XEDYAP.js.map} +1 -1
- package/dist/{Minesweeper-ZDK33A6S.js → Minesweeper-6GUVR7CV.js} +4 -4
- package/dist/{Minesweeper-ZDK33A6S.js.map → Minesweeper-6GUVR7CV.js.map} +1 -1
- package/dist/{Notepad-SRHBJ75G.js → Notepad-PQHDQH2L.js} +4 -4
- package/dist/{Notepad-SRHBJ75G.js.map → Notepad-PQHDQH2L.js.map} +1 -1
- package/dist/{PomodoroTimer-OJMQVA4G.js → PomodoroTimer-3W7AYUDV.js} +5 -5
- package/dist/{PomodoroTimer-OJMQVA4G.js.map → PomodoroTimer-3W7AYUDV.js.map} +1 -1
- package/dist/Preview-BUVU7RTT.js +8 -0
- package/dist/{Preview-Z5HQ4O3X.js.map → Preview-BUVU7RTT.js.map} +1 -1
- package/dist/{Sidebar-4V6NQROQ.js → Sidebar-Q3PRJ2FP.js} +74 -23
- package/dist/Sidebar-Q3PRJ2FP.js.map +1 -0
- package/dist/Spreadsheet-G4HT4C7B.js +6 -0
- package/dist/{Spreadsheet-UWKFN6PH.js.map → Spreadsheet-G4HT4C7B.js.map} +1 -1
- package/dist/{Weather-ZYNKEAOJ.js → Weather-CXK57AZW.js} +5 -5
- package/dist/{Weather-ZYNKEAOJ.js.map → Weather-CXK57AZW.js.map} +1 -1
- package/dist/{WorldClock-A6P3MXEI.js → WorldClock-LBWQKKOA.js} +5 -5
- package/dist/{WorldClock-A6P3MXEI.js.map → WorldClock-LBWQKKOA.js.map} +1 -1
- package/dist/apps/index.js +20 -20
- package/dist/{chunk-GI7ABQPU.js → chunk-3RQ5TVEL.js} +3 -3
- package/dist/{chunk-GI7ABQPU.js.map → chunk-3RQ5TVEL.js.map} +1 -1
- package/dist/{chunk-NRT2CU5Q.js → chunk-HG3O6XHN.js} +3 -3
- package/dist/{chunk-NRT2CU5Q.js.map → chunk-HG3O6XHN.js.map} +1 -1
- package/dist/{chunk-Z4JTKA7I.js → chunk-KSRZU3GT.js} +3 -3
- package/dist/{chunk-Z4JTKA7I.js.map → chunk-KSRZU3GT.js.map} +1 -1
- package/dist/{chunk-5PZGJUQX.js → chunk-MGPY5446.js} +4 -4
- package/dist/{chunk-5PZGJUQX.js.map → chunk-MGPY5446.js.map} +1 -1
- package/dist/{chunk-6YY6A6SV.js → chunk-NVAWKCAI.js} +3 -3
- package/dist/{chunk-6YY6A6SV.js.map → chunk-NVAWKCAI.js.map} +1 -1
- package/dist/{chunk-LZCEK7JF.js → chunk-XNXIIGHP.js} +4 -4
- package/dist/{chunk-LZCEK7JF.js.map → chunk-XNXIIGHP.js.map} +1 -1
- package/dist/{chunk-SSA762W5.js → chunk-ZF6AYO4G.js} +3 -3
- package/dist/chunk-ZF6AYO4G.js.map +1 -0
- package/dist/index.d.ts +16 -1
- package/dist/index.js +160 -39
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/Files-PGN4HKTC.js +0 -11
- package/dist/Preview-Z5HQ4O3X.js +0 -8
- package/dist/Sidebar-4V6NQROQ.js.map +0 -1
- package/dist/Spreadsheet-UWKFN6PH.js +0 -6
- package/dist/chunk-SSA762W5.js.map +0 -1
package/dist/apps/index.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export { openFilesInTrashMode } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
export { setPdfPreview } from '../chunk-
|
|
1
|
+
export { openFilesInTrashMode } from '../chunk-MGPY5446.js';
|
|
2
|
+
import '../chunk-XNXIIGHP.js';
|
|
3
|
+
export { setPdfPreview } from '../chunk-HG3O6XHN.js';
|
|
4
4
|
import '../chunk-KUIPWCTJ.js';
|
|
5
5
|
import '../chunk-WIJ45SYD.js';
|
|
6
|
-
export { setSpreadsheetPreview } from '../chunk-
|
|
7
|
-
import '../chunk-
|
|
6
|
+
export { setSpreadsheetPreview } from '../chunk-NVAWKCAI.js';
|
|
7
|
+
import '../chunk-3RQ5TVEL.js';
|
|
8
8
|
import '../chunk-PLGHQ7QW.js';
|
|
9
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-ZF6AYO4G.js';
|
|
10
10
|
import { lazy } from 'react';
|
|
11
11
|
|
|
12
|
-
var Calculator = lazy(() => import('../Calculator-
|
|
13
|
-
var Spreadsheet = lazy(() => import('../Spreadsheet-
|
|
14
|
-
var Weather = lazy(() => import('../Weather-
|
|
15
|
-
var CurrencyConverter = lazy(() => import('../CurrencyConverter-
|
|
16
|
-
var PomodoroTimer = lazy(() => import('../PomodoroTimer-
|
|
17
|
-
var Notepad = lazy(() => import('../Notepad-
|
|
18
|
-
var WorldClock = lazy(() => import('../WorldClock-
|
|
12
|
+
var Calculator = lazy(() => import('../Calculator-Y7TKDGFS.js'));
|
|
13
|
+
var Spreadsheet = lazy(() => import('../Spreadsheet-G4HT4C7B.js'));
|
|
14
|
+
var Weather = lazy(() => import('../Weather-CXK57AZW.js'));
|
|
15
|
+
var CurrencyConverter = lazy(() => import('../CurrencyConverter-GZFBW5PE.js'));
|
|
16
|
+
var PomodoroTimer = lazy(() => import('../PomodoroTimer-3W7AYUDV.js'));
|
|
17
|
+
var Notepad = lazy(() => import('../Notepad-PQHDQH2L.js'));
|
|
18
|
+
var WorldClock = lazy(() => import('../WorldClock-LBWQKKOA.js'));
|
|
19
19
|
var TodoList = lazy(() => import('../TodoList-QGXCDEIE.js'));
|
|
20
20
|
var Chess = lazy(() => import('../Chess-C5BY45NA.js'));
|
|
21
21
|
var Checkers = lazy(() => import('../Checkers-MIAHIKJH.js'));
|
|
22
22
|
var Sudoku = lazy(() => import('../Sudoku-XHLYCEVT.js'));
|
|
23
23
|
var Tetris = lazy(() => import('../Tetris-ZHCZYL24.js'));
|
|
24
24
|
var Game2048 = lazy(() => import('../Game2048-3RH3ELRD.js'));
|
|
25
|
-
var Minesweeper = lazy(() => import('../Minesweeper-
|
|
26
|
-
var Email = lazy(() => import('../Email-
|
|
27
|
-
var Calendar = lazy(() => import('../Calendar-
|
|
28
|
-
var Preview = lazy(() => import('../Preview-
|
|
29
|
-
var Documents = lazy(() => import('../Documents-
|
|
30
|
-
var Files = lazy(() => import('../Files-
|
|
31
|
-
var Browser = lazy(() => import('../Browser-
|
|
25
|
+
var Minesweeper = lazy(() => import('../Minesweeper-6GUVR7CV.js'));
|
|
26
|
+
var Email = lazy(() => import('../Email-SNA6KIKR.js'));
|
|
27
|
+
var Calendar = lazy(() => import('../Calendar-LUQWUGFY.js'));
|
|
28
|
+
var Preview = lazy(() => import('../Preview-BUVU7RTT.js'));
|
|
29
|
+
var Documents = lazy(() => import('../Documents-IT4EQ5CF.js'));
|
|
30
|
+
var Files = lazy(() => import('../Files-E4XEDYAP.js'));
|
|
31
|
+
var Browser = lazy(() => import('../Browser-XZEAEJLW.js'));
|
|
32
32
|
var utilityApps = {
|
|
33
33
|
"/calculator": { component: Calculator, label: "Calculator", size: "sm", allowPinOnTop: true, utility: true, widget: true, autoHeight: true, dimensions: [280, 420] },
|
|
34
34
|
"/spreadsheet": { component: Spreadsheet, label: "Spreadsheets", size: "2xl", appStyle: true, multiInstance: true },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { confirm } from './chunk-PLGHQ7QW.js';
|
|
2
|
-
import { glassStyle, GLASS_DIVIDER, navIcons } from './chunk-
|
|
2
|
+
import { glassStyle, GLASS_DIVIDER, navIcons } from './chunk-ZF6AYO4G.js';
|
|
3
3
|
import { createContext, useRef, useEffect, useSyncExternalStore, useContext, useState, useCallback, isValidElement, cloneElement, useLayoutEffect, Suspense, useMemo } from 'react';
|
|
4
4
|
import { useLocation } from 'react-router-dom';
|
|
5
5
|
import { createPortal } from 'react-dom';
|
|
@@ -2354,5 +2354,5 @@ function WindowManagerProvider({ children }) {
|
|
|
2354
2354
|
}
|
|
2355
2355
|
|
|
2356
2356
|
export { CancelButton, CopyButton, DocFavStar, LoadingSpinner, Modal, ModalActions, PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ThumbCard, WINDOW_REGISTRY, WindowManagerProvider, WindowTitle, activateModal, client_default, commitExposeHighlight, exitExposeMode, getActiveModalId, getActiveWindowRoute, getExposeHighlight, isEntityEntry, isPageEntry, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, subscribeExposeHighlight, toggleExposeMode, useIsMobile, useModalActive, useWidgetSettings, useWindowManager, useWindowMenuItem, useWindowTitle };
|
|
2357
|
-
//# sourceMappingURL=chunk-
|
|
2358
|
-
//# sourceMappingURL=chunk-
|
|
2357
|
+
//# sourceMappingURL=chunk-3RQ5TVEL.js.map
|
|
2358
|
+
//# sourceMappingURL=chunk-3RQ5TVEL.js.map
|