@fde-desktop/fde-core 0.3.7 → 0.3.8

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.
@@ -1,28 +0,0 @@
1
- export { useOpenApp } from '@presentation/Hooks/useOpenApp';
2
- export { useFdeApi } from '@presentation/Hooks/useFdeApi';
3
- export { useNotifications } from '@presentation/Hooks/useNotifications';
4
- export { useSystemTheme } from '@presentation/Hooks/useSystemTheme';
5
- export { useAnimationDuration } from '@presentation/Hooks/useAnimationDuration';
6
- export { useAppName } from '@presentation/Hooks/useAppName';
7
- export { useClock } from '@presentation/Hooks/useClock';
8
- export { useCollapsible } from '@presentation/Hooks/useCollapsible';
9
- export { useContextMenu } from '@presentation/Hooks/useContextMenu';
10
- export { useDeviceDetection } from '@presentation/Hooks/useDeviceDetection';
11
- export { useDownload } from '@presentation/Hooks/useDownload';
12
- export { useFcIcon } from '@presentation/Hooks/useFcIcon';
13
- export { useFiIcon } from '@presentation/Hooks/useFiIcon';
14
- export { useFolderName } from '@presentation/Hooks/useFolderName';
15
- export { useIsDirty } from '@presentation/Hooks/useIsDirty';
16
- export { useJsDos } from '@presentation/Hooks/useJsDos';
17
- export { useLanguageSync } from '@presentation/Hooks/useLanguageSync';
18
- export { useResolvedUrl } from '@presentation/Hooks/useResolvedUrl';
19
- export { useSearchFilter } from '@presentation/Hooks/useSearchFilter';
20
- export { useTaskbarHeight } from '@presentation/Hooks/useTaskbarHeight';
21
- export { useTaskbarContextMenu } from '@presentation/Hooks/useTaskbarContextMenu';
22
- export { useVscIcon } from '@presentation/Hooks/useVscIcon';
23
- export { useWindowButtonRegistry } from '@presentation/Hooks/useWindowButtonRegistry';
24
- export { useApplyFont } from '@presentation/Hooks/useApplyFont';
25
- export { useFontDownload } from '@presentation/Hooks/useFontDownload';
26
- export { useDynamicIcon } from '@presentation/Hooks/useDynamicIcon';
27
- export { useAdaptiveDimensions } from '@presentation/Hooks/useAdaptiveDimensions';
28
- export { useCustomAppHMR } from '@shared/Hooks/useCustomAppHMR';
@@ -1,2 +0,0 @@
1
- import { default as i18n } from 'i18next';
2
- export default i18n;
@@ -1,108 +0,0 @@
1
- import e from "react";
2
- //#region ../../node_modules/.bun/react-icons@5.6.0+b1ab299f0a400331/node_modules/react-icons/lib/iconContext.mjs
3
- var t = {
4
- color: void 0,
5
- size: void 0,
6
- className: void 0,
7
- style: void 0,
8
- attr: void 0
9
- }, n = e.createContext && /* @__PURE__ */ e.createContext(t), r = [
10
- "attr",
11
- "size",
12
- "title"
13
- ];
14
- function i(e, t) {
15
- if (e == null) return {};
16
- var n, r, i = a(e, t);
17
- if (Object.getOwnPropertySymbols) {
18
- var o = Object.getOwnPropertySymbols(e);
19
- for (r = 0; r < o.length; r++) n = o[r], t.indexOf(n) === -1 && {}.propertyIsEnumerable.call(e, n) && (i[n] = e[n]);
20
- }
21
- return i;
22
- }
23
- function a(e, t) {
24
- if (e == null) return {};
25
- var n = {};
26
- for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
27
- if (t.indexOf(r) !== -1) continue;
28
- n[r] = e[r];
29
- }
30
- return n;
31
- }
32
- function o() {
33
- return o = Object.assign ? Object.assign.bind() : function(e) {
34
- for (var t = 1; t < arguments.length; t++) {
35
- var n = arguments[t];
36
- for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
37
- }
38
- return e;
39
- }, o.apply(null, arguments);
40
- }
41
- function s(e, t) {
42
- var n = Object.keys(e);
43
- if (Object.getOwnPropertySymbols) {
44
- var r = Object.getOwnPropertySymbols(e);
45
- t && (r = r.filter(function(t) {
46
- return Object.getOwnPropertyDescriptor(e, t).enumerable;
47
- })), n.push.apply(n, r);
48
- }
49
- return n;
50
- }
51
- function c(e) {
52
- for (var t = 1; t < arguments.length; t++) {
53
- var n = arguments[t] == null ? {} : arguments[t];
54
- t % 2 ? s(Object(n), !0).forEach(function(t) {
55
- l(e, t, n[t]);
56
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : s(Object(n)).forEach(function(t) {
57
- Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
58
- });
59
- }
60
- return e;
61
- }
62
- function l(e, t, n) {
63
- return (t = u(t)) in e ? Object.defineProperty(e, t, {
64
- value: n,
65
- enumerable: !0,
66
- configurable: !0,
67
- writable: !0
68
- }) : e[t] = n, e;
69
- }
70
- function u(e) {
71
- var t = d(e, "string");
72
- return typeof t == "symbol" ? t : t + "";
73
- }
74
- function d(e, t) {
75
- if (typeof e != "object" || !e) return e;
76
- var n = e[Symbol.toPrimitive];
77
- if (n !== void 0) {
78
- var r = n.call(e, t || "default");
79
- if (typeof r != "object") return r;
80
- throw TypeError("@@toPrimitive must return a primitive value.");
81
- }
82
- return (t === "string" ? String : Number)(e);
83
- }
84
- function f(t) {
85
- return t && t.map((t, n) => /* @__PURE__ */ e.createElement(t.tag, c({ key: n }, t.attr), f(t.child)));
86
- }
87
- function p(t) {
88
- return (n) => /* @__PURE__ */ e.createElement(m, o({ attr: c({}, t.attr) }, n), f(t.child));
89
- }
90
- function m(a) {
91
- var s = (t) => {
92
- var { attr: n, size: s, title: l } = a, u = i(a, r), d = s || t.size || "1em", f;
93
- return t.className && (f = t.className), a.className && (f = (f ? f + " " : "") + a.className), /* @__PURE__ */ e.createElement("svg", o({
94
- stroke: "currentColor",
95
- fill: "currentColor",
96
- strokeWidth: "0"
97
- }, t.attr, n, u, {
98
- className: f,
99
- style: c(c({ color: a.color || t.color }, t.style), a.style),
100
- height: d,
101
- width: d,
102
- xmlns: "http://www.w3.org/2000/svg"
103
- }), l && /* @__PURE__ */ e.createElement("title", null, l), a.children);
104
- };
105
- return n === void 0 ? s(t) : /* @__PURE__ */ e.createElement(n.Consumer, null, (e) => s(e));
106
- }
107
- //#endregion
108
- export { p as t };
@@ -1,6 +0,0 @@
1
- export { initializeFdeApi, isFdeApiInitialized } from '@infrastructure/Adapters/FdeApiAdapter';
2
- export { IndexedDBFileSystem } from '@infrastructure/Adapters/IndexedDBFileSystem';
3
- export { DockerFileSystemAdapter } from '@infrastructure/Adapters/DockerFileSystemAdapter';
4
- export { WindowManagerAdapter } from '@infrastructure/Adapters/WindowManagerAdapter';
5
- export { toMantineTheme } from '@infrastructure/Adapters/MantineThemeAdapter';
6
- export { prefetchApps } from '@infrastructure/prefetchApps';
@@ -1,11 +0,0 @@
1
- export type { AppEntry } from '@shared/Interfaces/IAppEntry';
2
- export type { WindowContentProps, AppComponent, MenuBarBuilder, MenuBarComponentProps, MenuBarComponent, AppRegistration, } from '@shared/Interfaces/IWindowContentProps';
3
- export type { DesktopState, NotificationItem, ClipboardState, ClipboardAction, } from '@shared/Interfaces/IDesktopState';
4
- export type { CustomAppState, MountedAppState } from '@shared/Interfaces/ICustomAppStore';
5
- export type { IFileSystem, FsManifest, FsManifestFile } from '@shared/Interfaces/IFileSystem';
6
- export type { WindowEntity } from '@shared/Interfaces/WindowEntity';
7
- export type { FileNode } from '@shared/Interfaces/FileNode';
8
- export type { FolderNode } from '@shared/Interfaces/FolderNode';
9
- export type { AppMenuElement } from '@shared/Interfaces/IAppMenuElement';
10
- export type { MenuPosition } from '@shared/Interfaces/IMenuPosition';
11
- export type { CreateFolderOptions } from '@shared/Interfaces/CreateFolderOptions';
@@ -1,8 +0,0 @@
1
- export { useDesktopStore, fileSystem, resetFileSystem, resetWindowManager, } from '@presentation/Store/desktopStore';
2
- export { useSettingsStore } from '@presentation/Store/settingsStore';
3
- export { useCustomAppStore } from '@presentation/Store/customAppStore';
4
- export { useAppTempMemoryStore } from '@presentation/Store/AppTempMemory';
5
- export type { DesktopState, NotificationItem } from '@shared/Interfaces/IDesktopState';
6
- export type { ISettingsState } from '@shared/Interfaces/ISettingsState';
7
- export type { CustomThemeColors } from '@shared/Interfaces/ISettingsState';
8
- export type { CustomAppState, MountedAppState } from '@shared/Interfaces/ICustomAppStore';
@@ -1,4 +0,0 @@
1
- export type { WindowInput, WindowState } from '@shared/Types/WindowTypes';
2
- export type { FSNode } from '@shared/Types/FileSystemTypes';
3
- export type { DesktopIconInput } from '@shared/Types/DesktopIconTypes';
4
- export type { LoadingState } from '@shared/Types/LoadingState';
@@ -1,14 +0,0 @@
1
- export { getRuntime, isDocker, isBrowser, isElectron, isDev } from '@shared/Utils/getRuntime';
2
- export { generateUUID, uuidv4 } from '@shared/Utils/uuid';
3
- export { waitForContainer } from '@shared/Utils/waitForContainer';
4
- export { getBaseUrl, resolveUrl } from '@shared/Utils/getBaseUrl';
5
- export { sortNodes, sortDesktopIcons, sortDesktopIconsByMode } from '@shared/Utils/sortNodes';
6
- export { formatBytes } from '@shared/Utils/formatBytes';
7
- export { hashBlob } from '@shared/Utils/hashBlob';
8
- export { getAppIdForMime } from '@shared/Utils/getAppIdForMime';
9
- export { getMimeTypeFromExtension } from '@shared/Utils/getMimeTypeFromExtension';
10
- export { getFileExtension } from '@shared/Utils/getFileExtension';
11
- export { getFourRandomColors } from '@shared/Utils/getFourRandomColors';
12
- export { buildBreadcrumbs } from '@shared/Utils/buildBreadcrumbs';
13
- export { isNewerVersion } from '@shared/Utils/isNewerVersion';
14
- export { clearBrowserData } from '@shared/Utils/clearBrowserData';