@stacksjs/desktop 0.2.198 → 0.2.200
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.js +1 -223
- package/dist/chunk-0954hbsb.js +315 -0
- package/dist/chunk-ts9f0mxv.js +3 -0
- package/dist/index.js +78 -2256
- package/dist/test-utils.js +1 -105
- package/package.json +1 -1
- package/dist/chunk-2mx7fq49.js +0 -4
- package/dist/chunk-ys4frvmj.js +0 -3960
package/dist/browser.js
CHANGED
|
@@ -1,224 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import {
|
|
3
|
-
DEFAULT_WATCH_INTERVAL_MS,
|
|
4
|
-
MAX_WATCH_INTERVAL_MS,
|
|
5
|
-
MIN_WATCH_INTERVAL_MS,
|
|
6
|
-
MODAL_STYLES,
|
|
7
|
-
TOAST_STYLES,
|
|
8
|
-
alert,
|
|
9
|
-
app,
|
|
10
|
-
appleScript,
|
|
11
|
-
audio,
|
|
12
|
-
battery,
|
|
13
|
-
biometric,
|
|
14
|
-
bluetooth,
|
|
15
|
-
bonjour,
|
|
16
|
-
caffeinate,
|
|
17
|
-
clipboard,
|
|
18
|
-
closeAllModals,
|
|
19
|
-
confirm,
|
|
20
|
-
continuityCamera,
|
|
21
|
-
coreml,
|
|
22
|
-
crashReporter,
|
|
23
|
-
createInterval,
|
|
24
|
-
createTimer,
|
|
25
|
-
decaffeinate,
|
|
26
|
-
deepLinks,
|
|
27
|
-
delay,
|
|
28
|
-
dismissAlertById,
|
|
29
|
-
dismissAllAlerts,
|
|
30
|
-
dragOut,
|
|
31
|
-
fileAssociations,
|
|
32
|
-
focus,
|
|
33
|
-
focusShortcutsReady,
|
|
34
|
-
formatCompact,
|
|
35
|
-
formatDuration,
|
|
36
|
-
formatRemainingTime,
|
|
37
|
-
formatShortcut,
|
|
38
|
-
formatTime,
|
|
39
|
-
fs,
|
|
40
|
-
getActiveAlertCount,
|
|
41
|
-
getActiveModalCount,
|
|
42
|
-
getCaffeinateStatus,
|
|
43
|
-
getCapabilities,
|
|
44
|
-
getCapability,
|
|
45
|
-
getDialogBridgeScript,
|
|
46
|
-
getRegisteredHotkeys,
|
|
47
|
-
globalShortcuts,
|
|
48
|
-
handoff,
|
|
49
|
-
hasFocusShortcuts,
|
|
50
|
-
iap,
|
|
51
|
-
isAvailable,
|
|
52
|
-
isCaffeinated,
|
|
53
|
-
isDragOutAvailable,
|
|
54
|
-
keychain,
|
|
55
|
-
liveActivities,
|
|
56
|
-
localServer,
|
|
57
|
-
location,
|
|
58
|
-
log,
|
|
59
|
-
menu,
|
|
60
|
-
midi,
|
|
61
|
-
nativeAutoLaunch,
|
|
62
|
-
network,
|
|
63
|
-
notifications,
|
|
64
|
-
notify,
|
|
65
|
-
parseShortcut,
|
|
66
|
-
pdf,
|
|
67
|
-
permissions,
|
|
68
|
-
printing,
|
|
69
|
-
prompt,
|
|
70
|
-
redactPII,
|
|
71
|
-
registerHotkey,
|
|
72
|
-
requestNotificationPermission,
|
|
73
|
-
screen,
|
|
74
|
-
screenCapture,
|
|
75
|
-
screenSharing,
|
|
76
|
-
serial,
|
|
77
|
-
serviceMenu,
|
|
78
|
-
shell,
|
|
79
|
-
showAlert,
|
|
80
|
-
showAlertDialog,
|
|
81
|
-
showColorPicker,
|
|
82
|
-
showConfirmDialog,
|
|
83
|
-
showErrorDialog,
|
|
84
|
-
showErrorModal,
|
|
85
|
-
showErrorToast,
|
|
86
|
-
showInfoModal,
|
|
87
|
-
showInfoToast,
|
|
88
|
-
showMessageBox,
|
|
89
|
-
showModal,
|
|
90
|
-
showOpenDialog,
|
|
91
|
-
showQuestionModal,
|
|
92
|
-
showSaveDialog,
|
|
93
|
-
showSuccessModal,
|
|
94
|
-
showSuccessToast,
|
|
95
|
-
showToast,
|
|
96
|
-
showWarningDialog,
|
|
97
|
-
showWarningModal,
|
|
98
|
-
showWarningToast,
|
|
99
|
-
signPayload,
|
|
100
|
-
speech,
|
|
101
|
-
speechRecognition,
|
|
102
|
-
spotlight,
|
|
103
|
-
tags,
|
|
104
|
-
theme,
|
|
105
|
-
touchbar,
|
|
106
|
-
unregisterAllHotkeys,
|
|
107
|
-
unregisterHotkey,
|
|
108
|
-
updater,
|
|
109
|
-
vision,
|
|
110
|
-
watchScreenSharing,
|
|
111
|
-
windowEvents
|
|
112
|
-
} from "./chunk-ys4frvmj.js";
|
|
113
|
-
import"./chunk-2mx7fq49.js";
|
|
114
|
-
export {
|
|
115
|
-
windowEvents,
|
|
116
|
-
watchScreenSharing,
|
|
117
|
-
vision,
|
|
118
|
-
updater,
|
|
119
|
-
unregisterHotkey,
|
|
120
|
-
unregisterAllHotkeys,
|
|
121
|
-
touchbar,
|
|
122
|
-
theme,
|
|
123
|
-
tags,
|
|
124
|
-
spotlight,
|
|
125
|
-
speechRecognition,
|
|
126
|
-
speech,
|
|
127
|
-
signPayload,
|
|
128
|
-
showWarningToast,
|
|
129
|
-
showWarningModal,
|
|
130
|
-
showWarningDialog,
|
|
131
|
-
showToast,
|
|
132
|
-
showSuccessToast,
|
|
133
|
-
showSuccessModal,
|
|
134
|
-
showSaveDialog,
|
|
135
|
-
showQuestionModal,
|
|
136
|
-
showOpenDialog,
|
|
137
|
-
showModal,
|
|
138
|
-
showMessageBox,
|
|
139
|
-
showInfoToast,
|
|
140
|
-
showInfoModal,
|
|
141
|
-
showErrorToast,
|
|
142
|
-
showErrorModal,
|
|
143
|
-
showErrorDialog,
|
|
144
|
-
showConfirmDialog,
|
|
145
|
-
showColorPicker,
|
|
146
|
-
showAlertDialog,
|
|
147
|
-
showAlert,
|
|
148
|
-
shell,
|
|
149
|
-
serviceMenu,
|
|
150
|
-
serial,
|
|
151
|
-
screenSharing,
|
|
152
|
-
screenCapture,
|
|
153
|
-
screen,
|
|
154
|
-
requestNotificationPermission,
|
|
155
|
-
registerHotkey,
|
|
156
|
-
redactPII,
|
|
157
|
-
prompt,
|
|
158
|
-
printing,
|
|
159
|
-
permissions,
|
|
160
|
-
pdf,
|
|
161
|
-
parseShortcut,
|
|
162
|
-
notify,
|
|
163
|
-
notifications,
|
|
164
|
-
network,
|
|
165
|
-
nativeAutoLaunch,
|
|
166
|
-
midi,
|
|
167
|
-
menu,
|
|
168
|
-
log,
|
|
169
|
-
location,
|
|
170
|
-
localServer,
|
|
171
|
-
liveActivities,
|
|
172
|
-
keychain,
|
|
173
|
-
isDragOutAvailable,
|
|
174
|
-
isCaffeinated,
|
|
175
|
-
isAvailable,
|
|
176
|
-
iap,
|
|
177
|
-
hasFocusShortcuts,
|
|
178
|
-
handoff,
|
|
179
|
-
globalShortcuts,
|
|
180
|
-
getRegisteredHotkeys,
|
|
181
|
-
getDialogBridgeScript,
|
|
182
|
-
getCapability,
|
|
183
|
-
getCapabilities,
|
|
184
|
-
getCaffeinateStatus,
|
|
185
|
-
getActiveModalCount,
|
|
186
|
-
getActiveAlertCount,
|
|
187
|
-
fs,
|
|
188
|
-
formatTime,
|
|
189
|
-
formatShortcut,
|
|
190
|
-
formatRemainingTime,
|
|
191
|
-
formatDuration,
|
|
192
|
-
formatCompact,
|
|
193
|
-
focusShortcutsReady,
|
|
194
|
-
focus,
|
|
195
|
-
fileAssociations,
|
|
196
|
-
dragOut,
|
|
197
|
-
dismissAllAlerts,
|
|
198
|
-
dismissAlertById,
|
|
199
|
-
delay,
|
|
200
|
-
deepLinks,
|
|
201
|
-
decaffeinate,
|
|
202
|
-
createTimer,
|
|
203
|
-
createInterval,
|
|
204
|
-
crashReporter,
|
|
205
|
-
coreml,
|
|
206
|
-
continuityCamera,
|
|
207
|
-
confirm,
|
|
208
|
-
closeAllModals,
|
|
209
|
-
clipboard,
|
|
210
|
-
caffeinate,
|
|
211
|
-
bonjour,
|
|
212
|
-
bluetooth,
|
|
213
|
-
biometric,
|
|
214
|
-
battery,
|
|
215
|
-
audio,
|
|
216
|
-
appleScript,
|
|
217
|
-
app,
|
|
218
|
-
alert,
|
|
219
|
-
TOAST_STYLES,
|
|
220
|
-
MODAL_STYLES,
|
|
221
|
-
MIN_WATCH_INTERVAL_MS,
|
|
222
|
-
MAX_WATCH_INTERVAL_MS,
|
|
223
|
-
DEFAULT_WATCH_INTERVAL_MS
|
|
224
|
-
};
|
|
2
|
+
import{$ as eq,$a as ez,A as Zq,Aa as Yz,B as _q,Ba as Zz,C as $q,Ca as _z,D as jq,Da as $z,E as xq,Ea as jz,F as kq,Fa as xz,G as wq,Ga as kz,H as yq,Ha as wz,I as fq,Ia as yz,J as vq,Ja as fz,K as gq,Ka as vz,L as bq,La as gz,M as mq,Ma as bz,N as dq,Na as mz,O as uq,Oa as dz,P as hq,Pa as uz,Q as pq,Qa as hz,R as lq,Ra as pz,S as cq,Sa as lz,T as nq,Ta as cz,U as rq,Ua as nz,V as aq,Va as rz,W as sq,Wa as az,X as oq,Xa as sz,Ya as oz,Z as tq,Za as tz,_ as iq,_a as iz,a as zq,aa as qz,ab as qA,b as Aq,ba as zz,bb as zA,c as Bq,ca as Az,d as Cq,da as Bz,e as Dq,ea as Cz,f as Eq,fa as Dz,g as Fq,ga as Ez,h as Gq,ha as Fz,i as Hq,ia as Gz,j as Iq,ja as Hz,k as Jq,ka as Iz,l as Kq,la as Jz,m as Lq,ma as Kz,n as Mq,na as Lz,o as Nq,oa as Mz,p as Oq,pa as Nz,q as Pq,qa as Oz,r as Qq,ra as Pz,s as Rq,sa as Qz,t as Sq,ta as Rz,u as Tq,ua as Sz,v as Uq,va as Tz,w as Vq,wa as Uz,x as Wq,xa as Vz,y as Xq,ya as Wz,z as Yq,za as Xz}from"./chunk-0954hbsb.js";import"./chunk-ts9f0mxv.js";export{Hz as windowEvents,kz as watchScreenSharing,rz as vision,Gz as updater,pq as unregisterHotkey,lq as unregisterAllHotkeys,Pz as touchbar,Az as theme,uz as tags,cz as spotlight,nz as speechRecognition,Rz as speech,Uz as signPayload,Eq as showWarningToast,Nq as showWarningModal,kq as showWarningDialog,Bq as showToast,Dq as showSuccessToast,Pq as showSuccessModal,Yq as showSaveDialog,Qq as showQuestionModal,Xq as showOpenDialog,Lq as showModal,Zq as showMessageBox,Cq as showInfoToast,Mq as showInfoModal,Fq as showErrorToast,Oq as showErrorModal,xq as showErrorDialog,jq as showConfirmDialog,_q as showColorPicker,$q as showAlertDialog,Aq as showAlert,qz as shell,tz as serviceMenu,iz as serial,xz as screenSharing,Zz as screenCapture,Kz as screen,zq as requestNotificationPermission,hq as registerHotkey,Tz as redactPII,Tq as prompt,Nz as printing,Mz as permissions,hz as pdf,dq as parseShortcut,Gq as notify,iq as notifications,Fz as network,Oz as nativeAutoLaunch,az as midi,Jz as menu,pz as log,Yz as location,vz as localServer,Xz as liveActivities,Lz as keychain,Cz as isDragOutAvailable,vq as isCaffeinated,zA as isAvailable,Vz as iap,yz as hasFocusShortcuts,Wz as handoff,zz as globalShortcuts,cq as getRegisteredHotkeys,wq as getDialogBridgeScript,qA as getCapability,ez as getCapabilities,gq as getCaffeinateStatus,Uq as getActiveModalCount,Jq as getActiveAlertCount,eq as fs,sq as formatTime,uq as formatShortcut,bq as formatRemainingTime,mq as formatDuration,oq as formatCompact,fz as focusShortcutsReady,wz as focus,dz as fileAssociations,Bz as dragOut,Iq as dismissAllAlerts,Hq as dismissAlertById,aq as delay,Dz as deepLinks,fq as decaffeinate,nq as createTimer,rq as createInterval,Sz as crashReporter,sz as coreml,oz as continuityCamera,Rq as confirm,Vq as closeAllModals,tq as clipboard,yq as caffeinate,lz as bonjour,Qz as bluetooth,gz as biometric,Ez as battery,bz as audio,mz as appleScript,Iz as app,Sq as alert,Kq as TOAST_STYLES,Wq as MODAL_STYLES,_z as MIN_WATCH_INTERVAL_MS,$z as MAX_WATCH_INTERVAL_MS,jz as DEFAULT_WATCH_INTERVAL_MS};
|