@craft-native/react 0.0.74 → 0.0.75

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/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ # MIT License
2
+
3
+ Copyright (c) 2025 Stacks.js
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craft-native/react",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "homepage": "https://github.com/craft-native/craft/tree/main/packages/react#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,13 +0,0 @@
1
- /**
2
- * Hook to interact with SQLite database
3
- */
4
- export declare function useDatabase(dbPath: string): {
5
- execute: (sql: string, params?: any[]) => Promise<any>;
6
- query: <T = any>(sql: string, params?: any[]) => Promise<T[]>;
7
- transaction: (callback: (tx: {
8
- execute: (sql: string, params?: any[]) => Promise<any>;
9
- }) => Promise<void>) => Promise<void>;
10
- loading: boolean;
11
- error: Error | null;
12
- };
13
- //# sourceMappingURL=useDatabase.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useDatabase.d.ts","sourceRoot":"","sources":["../../src/hooks/useDatabase.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM;mBAM1B,MAAM,WAAU,GAAG,EAAE;YAoB1B,CAAC,aAAa,MAAM,WAAU,GAAG,EAAE,KAAQ,OAAO,CAAC,CAAC,EAAE,CAAC;4BAoB7C,CAAC,EAAE,EAAE;QAAE,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,GAAG,CAAC,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC;;;EAqCrG"}
@@ -1,15 +0,0 @@
1
- /**
2
- * Hook to interact with the file system
3
- */
4
- export declare function useFileSystem(): {
5
- readFile: (path: string, encoding?: 'utf8' | 'binary') => Promise<any>;
6
- writeFile: (path: string, data: string | Uint8Array, encoding?: 'utf8' | 'binary') => Promise<void>;
7
- readDir: (path: string) => Promise<any>;
8
- mkdir: (path: string, recursive?: boolean) => Promise<void>;
9
- remove: (path: string, recursive?: boolean) => Promise<void>;
10
- exists: (path: string) => Promise<any>;
11
- stat: (path: string) => Promise<any>;
12
- loading: boolean;
13
- error: Error | null;
14
- };
15
- //# sourceMappingURL=useFileSystem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useFileSystem.d.ts","sourceRoot":"","sources":["../../src/hooks/useFileSystem.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,aAAa;qBAMZ,MAAM,aAAY,MAAM,GAAG,QAAQ;sBAoBnC,MAAM,QAAQ,MAAM,GAAG,UAAU,aAAY,MAAM,GAAG,QAAQ;oBAmB9D,MAAM;kBAoBN,MAAM;mBAmBN,MAAM;mBAmBN,MAAM;iBAeN,MAAM;;;EA8BtB"}
@@ -1,21 +0,0 @@
1
- interface HttpOptions {
2
- method?: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
3
- headers?: Record<string, string>;
4
- body?: any;
5
- timeout?: number;
6
- }
7
- interface DownloadOptions {
8
- onProgress?: (progress: number) => void;
9
- }
10
- /**
11
- * Hook to make HTTP requests
12
- */
13
- export declare function useHttp(): {
14
- fetch: <T = any>(url: string, options?: HttpOptions) => Promise<T>;
15
- download: (url: string, path: string, options?: DownloadOptions) => Promise<void>;
16
- upload: (url: string, filePath: string, options?: HttpOptions & DownloadOptions) => Promise<any>;
17
- loading: boolean;
18
- error: Error | null;
19
- };
20
- export {};
21
- //# sourceMappingURL=useHttp.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useHttp.d.ts","sourceRoot":"","sources":["../../src/hooks/useHttp.ts"],"names":[],"mappings":"AAGA,UAAU,WAAW;IACnB,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,eAAe;IACvB,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,OAAO;YAMZ,CAAC,aAAa,MAAM,YAAW,WAAW,KAAQ,OAAO,CAAC,CAAC,CAAC;oBAoBvD,MAAM,QAAQ,MAAM,YAAW,eAAe;kBA4B9C,MAAM,YAAY,MAAM,YAAW,WAAW,GAAG,eAAe;;;EAmC/E"}
@@ -1,20 +0,0 @@
1
- interface NotificationOptions {
2
- title: string;
3
- body?: string;
4
- icon?: string;
5
- silent?: boolean;
6
- tag?: string;
7
- actions?: Array<{
8
- action: string;
9
- title: string;
10
- }>;
11
- }
12
- /**
13
- * Hook to send system notifications
14
- */
15
- export declare function useNotification(): {
16
- send: (options: NotificationOptions) => Promise<void>;
17
- requestPermission: () => Promise<boolean>;
18
- };
19
- export {};
20
- //# sourceMappingURL=useNotification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useNotification.d.ts","sourceRoot":"","sources":["../../src/hooks/useNotification.ts"],"names":[],"mappings":"AAGA,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,eAAe;oBAIX,mBAAmB;;EAiBtC"}
@@ -1,22 +0,0 @@
1
- interface TrayMenuItem {
2
- label: string;
3
- id: string;
4
- enabled?: boolean;
5
- checked?: boolean;
6
- type?: 'normal' | 'separator' | 'checkbox';
7
- submenu?: TrayMenuItem[];
8
- }
9
- /**
10
- * Hook to manage system tray icon
11
- */
12
- export declare function useTray(): {
13
- isVisible: boolean;
14
- create: (icon?: string, tooltip?: string) => Promise<void>;
15
- destroy: () => Promise<void>;
16
- setIcon: (icon: string) => Promise<void>;
17
- setTooltip: (tooltip: string) => Promise<void>;
18
- setMenu: (menu: TrayMenuItem[]) => Promise<void>;
19
- setTitle: (title: string) => Promise<void>;
20
- };
21
- export {};
22
- //# sourceMappingURL=useTray.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useTray.d.ts","sourceRoot":"","sources":["../../src/hooks/useTray.ts"],"names":[],"mappings":"AAGA,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;IAC3C,OAAO,CAAC,EAAE,YAAY,EAAE,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,OAAO;;oBAKL,MAAM,YAAY,MAAM;;oBAezB,MAAM;0BAQH,MAAM;oBAQT,YAAY,EAAE;sBAQb,MAAM;EAgBvB"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Hook to manage application window
3
- */
4
- export declare function useWindow(): {
5
- isFullscreen: boolean;
6
- isMaximized: boolean;
7
- isMinimized: boolean;
8
- setTitle: (title: string) => Promise<void>;
9
- setSize: (width: number, height: number) => Promise<void>;
10
- setPosition: (x: number, y: number) => Promise<void>;
11
- maximize: () => Promise<void>;
12
- minimize: () => Promise<void>;
13
- restore: () => Promise<void>;
14
- toggleFullscreen: () => Promise<void>;
15
- close: () => Promise<void>;
16
- center: () => Promise<void>;
17
- setAlwaysOnTop: (alwaysOnTop: boolean) => Promise<void>;
18
- };
19
- //# sourceMappingURL=useWindow.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useWindow.d.ts","sourceRoot":"","sources":["../../src/hooks/useWindow.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,wBAAgB,SAAS;;;;sBAOP,MAAM;qBAQN,MAAM,UAAU,MAAM;qBAQ1B,MAAM,KAAK,MAAM;;;;;;;kCA2CP,OAAO;EAsB9B"}
package/dist/index.d.ts DELETED
@@ -1,114 +0,0 @@
1
- interface CraftAPI {
2
- getPlatform(): Promise<{
3
- platform: string;
4
- version: string;
5
- }>;
6
- getDeviceInfo(): Promise<{
7
- platform: string;
8
- model: string;
9
- os_version: string;
10
- }>;
11
- showToast(message: string, duration: 'short' | 'long'): Promise<void>;
12
- haptic(type: string): Promise<void>;
13
- requestPermission(permission: string): Promise<{
14
- granted: boolean;
15
- message: string;
16
- }>;
17
- on(event: string, callback: (...args: any[]) => void): void;
18
- off(event: string, callback: (...args: any[]) => void): void;
19
- emit(event: string, data?: any): void;
20
- invoke(method: string, params?: any): Promise<any>;
21
- }
22
- declare global {
23
- interface Window {
24
- craft?: CraftAPI;
25
- }
26
- }
27
- /**
28
- * Hook to access the Craft API
29
- * @returns The Craft API object or null if not available
30
- */
31
- export declare function useCraft(): {
32
- craft: CraftAPI | null;
33
- isReady: boolean;
34
- };
35
- /**
36
- * Hook to get platform information
37
- * @returns Platform information and loading state
38
- */
39
- export declare function usePlatform(): {
40
- platform: {
41
- platform: string;
42
- version: string;
43
- } | null;
44
- loading: boolean;
45
- error: Error | null;
46
- };
47
- /**
48
- * Hook to get device information
49
- * @returns Device information and loading state
50
- */
51
- export declare function useDeviceInfo(): {
52
- deviceInfo: {
53
- platform: string;
54
- model: string;
55
- os_version: string;
56
- } | null;
57
- loading: boolean;
58
- error: Error | null;
59
- };
60
- /**
61
- * Hook to show toast notifications
62
- * @returns Function to show toast
63
- */
64
- export declare function useToast(): {
65
- showToast: (message: string, duration?: 'short' | 'long') => Promise<void>;
66
- };
67
- /**
68
- * Hook to trigger haptic feedback
69
- * @returns Function to trigger haptic
70
- */
71
- export declare function useHaptic(): {
72
- haptic: (type?: string) => Promise<void>;
73
- };
74
- /**
75
- * Hook to request permissions
76
- * @returns Function to request permission and permission state
77
- */
78
- export declare function usePermission(permission: string): {
79
- granted: boolean | null;
80
- request: () => Promise<void>;
81
- loading: boolean;
82
- error: Error | null;
83
- };
84
- /**
85
- * Hook to listen to Craft events
86
- * @param event Event name to listen to
87
- * @param callback Callback function
88
- */
89
- export declare function useCraftEvent(event: string, callback: (...args: any[]) => void): void;
90
- /**
91
- * Hook to invoke Craft methods
92
- * @returns Function to invoke methods
93
- */
94
- export declare function useCraftInvoke(): {
95
- invoke: (method: string, params?: any) => Promise<any>;
96
- isReady: boolean;
97
- };
98
- /**
99
- * Hook to check if running on mobile
100
- * @returns Whether running on mobile platform
101
- */
102
- export declare function useIsMobile(): boolean;
103
- /**
104
- * Hook to check if running on desktop
105
- * @returns Whether running on desktop platform
106
- */
107
- export declare function useIsDesktop(): boolean;
108
- export * from './hooks/useWindow';
109
- export * from './hooks/useTray';
110
- export * from './hooks/useNotification';
111
- export * from './hooks/useFileSystem';
112
- export * from './hooks/useDatabase';
113
- export * from './hooks/useHttp';
114
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,UAAU,QAAQ;IAChB,WAAW,IAAI,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9D,aAAa,IAAI,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAClF,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACtF,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,GAAG,IAAI,CAAC;IAC5D,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,GAAG,IAAI,CAAC;IAC7D,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC;IACtC,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;CACpD;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,KAAK,CAAC,EAAE,QAAQ,CAAC;KAClB;CACF;AAED;;;GAGG;AACH,wBAAgB,QAAQ;;;EAwBvB;AAED;;;GAGG;AACH,wBAAgB,WAAW;;kBAE4B,MAAM;iBAAW,MAAM;;;;EAc7E;AAED;;;GAGG;AACH,wBAAgB,aAAa;;kBAE8B,MAAM;eAAS,MAAM;oBAAc,MAAM;;;;EAcnG;AAED;;;GAGG;AACH,wBAAgB,QAAQ;yBAIJ,MAAM,aAAY,OAAO,GAAG,MAAM;EAWrD;AAED;;;GAGG;AACH,wBAAgB,SAAS;oBAIR,MAAM;EAWtB;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM;;;;;EA0B/C;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,QAkB9E;AAED;;;GAGG;AACH,wBAAgB,cAAc;qBAIX,MAAM,WAAW,GAAG;;EAUtC;AAED;;;GAGG;AACH,wBAAgB,WAAW,YAO1B;AAED;;;GAGG;AACH,wBAAgB,YAAY,YAO3B;AAGD,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC"}