react-os-shell 4.11.0 → 4.11.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-V3F6MZ6J.js → Browser-OO5A5MCO.js} +4 -4
- package/dist/{Browser-V3F6MZ6J.js.map → Browser-OO5A5MCO.js.map} +1 -1
- package/dist/{Documents-3V7XPDOS.js → Documents-V6UUFZDR.js} +4 -4
- package/dist/{Documents-3V7XPDOS.js.map → Documents-V6UUFZDR.js.map} +1 -1
- package/dist/{Files-TH37G6YY.js → Files-XNVUBQ2S.js} +4 -4
- package/dist/{Files-TH37G6YY.js.map → Files-XNVUBQ2S.js.map} +1 -1
- package/dist/{Notepad-OXSKELWV.js → Notepad-2J7U6U23.js} +4 -4
- package/dist/{Notepad-OXSKELWV.js.map → Notepad-2J7U6U23.js.map} +1 -1
- package/dist/{Preview-J6YDYCX4.js → Preview-YWVKSSAM.js} +4 -4
- package/dist/{Preview-J6YDYCX4.js.map → Preview-YWVKSSAM.js.map} +1 -1
- package/dist/{Spreadsheet-BSBZ46CE.js → Spreadsheet-LQN4GG2D.js} +5 -5
- package/dist/{Spreadsheet-BSBZ46CE.js.map → Spreadsheet-LQN4GG2D.js.map} +1 -1
- package/dist/apps/index.js +8 -8
- package/dist/{chunk-GP4Y3VCB.js → chunk-DC6BYGZ6.js} +12 -7
- package/dist/chunk-DC6BYGZ6.js.map +1 -0
- package/dist/{chunk-J4XK47N3.js → chunk-TUXLGFXJ.js} +4 -4
- package/dist/{chunk-J4XK47N3.js.map → chunk-TUXLGFXJ.js.map} +1 -1
- package/dist/chunk-V2JNA3GW.js +7 -0
- package/dist/{chunk-VG2WSTEJ.js.map → chunk-V2JNA3GW.js.map} +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-GP4Y3VCB.js.map +0 -1
- package/dist/chunk-VG2WSTEJ.js +0 -7
package/dist/index.js
CHANGED
|
@@ -12,11 +12,11 @@ import { setPdfPreview } from './chunk-BV6SQ46N.js';
|
|
|
12
12
|
import { playNotification, playStartup, soundsEnabled, getSoundConfig, SOUND_PACK_KEYS, SOUND_PACKS, SOUND_TYPES, SOUND_TYPE_LABELS, setSoundForType, previewSound, setAllSounds, playLogout } from './chunk-D7PYW2QS.js';
|
|
13
13
|
import { useAuth } from './chunk-KILLK5UH.js';
|
|
14
14
|
export { setShellAuthBridge } from './chunk-KILLK5UH.js';
|
|
15
|
-
import { EditableGrid } from './chunk-
|
|
16
|
-
export { EditableGrid } from './chunk-
|
|
15
|
+
import { withSpareRow, EditableGrid } from './chunk-DC6BYGZ6.js';
|
|
16
|
+
export { EditableGrid } from './chunk-DC6BYGZ6.js';
|
|
17
17
|
import './chunk-4SQU5YV6.js';
|
|
18
|
-
import { APP_VERSION, VERSION } from './chunk-
|
|
19
|
-
export { VERSION } from './chunk-
|
|
18
|
+
import { APP_VERSION, VERSION } from './chunk-V2JNA3GW.js';
|
|
19
|
+
export { VERSION } from './chunk-V2JNA3GW.js';
|
|
20
20
|
import { registerModalEscapeInterceptor, useIsMobile, cancelWindowFront, requestWindowFront, useWindowManager, PopupMenu, PopupMenuLabel, PopupMenuDivider, PopupMenuItem, WINDOW_REGISTRY, isPageEntry, Modal, setPerfCollecting, drainPerfEvents, useShellPrefs, markMenuOpen, SIDEBAR_STRIP_W, forgetMaximizedWindowBoxes, ModalActions, useModalActive, client_default, LoadingSpinner, isShellApiClientConfigured, useUndo, CancelButton, setWindowPosition } from './chunk-E2EGGV2Z.js';
|
|
21
21
|
export { CancelButton, ConfirmProvider, CopyButton, DocFavStar, Modal, ModalActions, PopupMenu, PopupMenuDivider, PopupMenuItem, PopupMenuLabel, ShellPrefsProvider, UndoProvider, WindowCrashedFallback, WindowErrorBoundary, WindowManagerProvider, WindowTitle, beginWindowGesture, commitExposeHighlight, confirm, confirmDestructive, exitExposeMode, getActiveWindowRoute, getExposeHighlight, getWindowPosition, isEntityEntry, isPageEntry, markMenuOpen, prompt, registerModalEscapeInterceptor, requestWindowFront, setExposeHighlight, setShellApiClient, setShellWindowRegistry, setWindowDefaultPosition, setWindowPosition, subscribeExposeHighlight, toggleExposeMode, useIsActiveWindow, useLocalStoragePrefs, useModalActive, useShellPrefs, useUndo, useUndoable, useUndoableState, useWidgetSettings, useWindowDirty, useWindowManager, useWindowMenuItem, useWindowTitle } from './chunk-E2EGGV2Z.js';
|
|
22
22
|
import { glassStyle, startMenuCategories, navSections, isSection, GLASS_INPUT_BG, navIcons, isReachable, sectionIcons, useShellAuth, visibleChildren } from './chunk-RVT2A2MO.js';
|
|
@@ -9229,7 +9229,7 @@ function BulkImportGrid({ columns, onImport, description, mergeDuplicates = fals
|
|
|
9229
9229
|
});
|
|
9230
9230
|
});
|
|
9231
9231
|
while (cleaned.length < 15) cleaned.push(Array(colCount).fill(""));
|
|
9232
|
-
setGridData(cleaned);
|
|
9232
|
+
setGridData(withSpareRow(cleaned, colCount));
|
|
9233
9233
|
}, [colCount, columns]);
|
|
9234
9234
|
const handleCSV = (e) => {
|
|
9235
9235
|
const file = e.target.files?.[0];
|