@seelen-ui/lib 0.1.2 → 0.1.3-next.20241218174913

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.
Files changed (754) hide show
  1. package/esm/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts +17 -0
  2. package/esm/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts.map +1 -0
  3. package/esm/deps/jsr.io/@std/encoding/1.0.6/_base32_common.js +183 -0
  4. package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts +2 -0
  5. package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts.map +1 -0
  6. package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.js +26 -0
  7. package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts +59 -0
  8. package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts.map +1 -0
  9. package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.js +152 -0
  10. package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts +38 -0
  11. package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.js +69 -0
  13. package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts +38 -0
  14. package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.js +131 -0
  16. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts +38 -0
  17. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.js +163 -0
  19. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts +38 -0
  20. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.js +81 -0
  22. package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts +37 -0
  23. package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.js +109 -0
  25. package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts +22 -0
  26. package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.js +22 -0
  28. package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts +118 -0
  29. package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.js +207 -0
  31. package/esm/gen/types/AhkVar.d.ts +6 -0
  32. package/esm/gen/types/AhkVar.d.ts.map +1 -0
  33. package/esm/gen/types/AhkVar.js +2 -0
  34. package/esm/gen/types/AhkVarList.d.ts +54 -0
  35. package/esm/gen/types/AhkVarList.d.ts.map +1 -0
  36. package/esm/gen/types/AppConfig.d.ts +33 -0
  37. package/esm/gen/types/AppConfig.d.ts.map +1 -0
  38. package/esm/gen/types/AppConfig.js +1 -0
  39. package/esm/gen/types/AppExtraFlag.d.ts +2 -0
  40. package/esm/gen/types/AppExtraFlag.d.ts.map +1 -0
  41. package/esm/gen/types/AppExtraFlag.js +2 -0
  42. package/esm/gen/types/AppIdentifier.d.ts +11 -0
  43. package/esm/gen/types/AppIdentifier.d.ts.map +1 -0
  44. package/esm/gen/types/AppIdentifier.js +1 -0
  45. package/esm/gen/types/AppIdentifierType.d.ts +2 -0
  46. package/esm/gen/types/AppIdentifierType.d.ts.map +1 -0
  47. package/esm/gen/types/AppIdentifierType.js +2 -0
  48. package/esm/gen/types/Border.d.ts +6 -0
  49. package/esm/gen/types/Border.d.ts.map +1 -0
  50. package/esm/gen/types/Border.js +2 -0
  51. package/esm/gen/types/DateToolbarItem.d.ts +71 -0
  52. package/esm/gen/types/DateToolbarItem.d.ts.map +1 -0
  53. package/esm/gen/types/DateToolbarItem.js +1 -0
  54. package/esm/gen/types/DateUpdateInterval.d.ts +2 -0
  55. package/esm/gen/types/DateUpdateInterval.d.ts.map +1 -0
  56. package/esm/gen/types/DateUpdateInterval.js +2 -0
  57. package/esm/gen/types/DeviceToolbarItem.d.ts +54 -0
  58. package/esm/gen/types/DeviceToolbarItem.d.ts.map +1 -0
  59. package/esm/gen/types/DeviceToolbarItem.js +1 -0
  60. package/esm/gen/types/FancyToolbarSettings.d.ts +32 -0
  61. package/esm/gen/types/FancyToolbarSettings.d.ts.map +1 -0
  62. package/esm/gen/types/FancyToolbarSettings.js +1 -0
  63. package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts +4 -0
  64. package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  65. package/esm/gen/types/FancyToolbarSettingsByMonitor.js +2 -0
  66. package/esm/gen/types/FloatingWindowSettings.d.ts +5 -0
  67. package/esm/gen/types/FloatingWindowSettings.d.ts.map +1 -0
  68. package/esm/gen/types/FloatingWindowSettings.js +2 -0
  69. package/esm/gen/types/GenericToolbarItem.d.ts +82 -0
  70. package/esm/gen/types/GenericToolbarItem.d.ts.map +1 -0
  71. package/esm/gen/types/GenericToolbarItem.js +1 -0
  72. package/esm/gen/types/HideMode.d.ts +2 -0
  73. package/esm/gen/types/HideMode.d.ts.map +1 -0
  74. package/esm/gen/types/HideMode.js +2 -0
  75. package/esm/gen/types/IconPack.d.ts +13 -0
  76. package/esm/gen/types/IconPack.d.ts.map +1 -0
  77. package/esm/gen/types/IconPack.js +1 -0
  78. package/esm/gen/types/MatchingStrategy.d.ts +2 -0
  79. package/esm/gen/types/MatchingStrategy.d.ts.map +1 -0
  80. package/esm/gen/types/MatchingStrategy.js +2 -0
  81. package/esm/gen/types/MediaToolbarItem.d.ts +138 -0
  82. package/esm/gen/types/MediaToolbarItem.d.ts.map +1 -0
  83. package/esm/gen/types/MediaToolbarItem.js +1 -0
  84. package/esm/gen/types/MonitorConfiguration.d.ts +16 -0
  85. package/esm/gen/types/MonitorConfiguration.d.ts.map +1 -0
  86. package/esm/gen/types/MonitorConfiguration.js +1 -0
  87. package/esm/gen/types/NetworkToolbarItem.d.ts +118 -0
  88. package/esm/gen/types/NetworkToolbarItem.d.ts.map +1 -0
  89. package/esm/gen/types/NetworkToolbarItem.js +1 -0
  90. package/esm/gen/types/NoFallbackBehavior.d.ts +2 -0
  91. package/esm/gen/types/NoFallbackBehavior.d.ts.map +1 -0
  92. package/esm/gen/types/NoFallbackBehavior.js +2 -0
  93. package/esm/gen/types/NodeSubtype.d.ts +2 -0
  94. package/esm/gen/types/NodeSubtype.d.ts.map +1 -0
  95. package/esm/gen/types/NodeSubtype.js +2 -0
  96. package/esm/gen/types/NotificationsToolbarItem.d.ts +62 -0
  97. package/esm/gen/types/NotificationsToolbarItem.d.ts.map +1 -0
  98. package/esm/gen/types/NotificationsToolbarItem.js +1 -0
  99. package/esm/gen/types/PinnedWegItemData.d.ts +29 -0
  100. package/esm/gen/types/PinnedWegItemData.d.ts.map +1 -0
  101. package/esm/gen/types/PinnedWegItemData.js +2 -0
  102. package/esm/gen/types/Placeholder.d.ts +21 -0
  103. package/esm/gen/types/Placeholder.d.ts.map +1 -0
  104. package/esm/gen/types/Placeholder.js +1 -0
  105. package/esm/gen/types/PlaceholderInfo.d.ts +19 -0
  106. package/esm/gen/types/PlaceholderInfo.d.ts.map +1 -0
  107. package/esm/gen/types/PlaceholderInfo.js +2 -0
  108. package/esm/gen/types/Plugin.d.ts +11 -0
  109. package/esm/gen/types/Plugin.d.ts.map +1 -0
  110. package/esm/gen/types/Plugin.js +1 -0
  111. package/esm/gen/types/PluginId.d.ts +3 -0
  112. package/esm/gen/types/PluginId.d.ts.map +1 -0
  113. package/esm/gen/types/PluginId.js +1 -0
  114. package/esm/gen/types/PowerToolbarItem.d.ts +214 -0
  115. package/esm/gen/types/PowerToolbarItem.d.ts.map +1 -0
  116. package/esm/gen/types/PowerToolbarItem.js +1 -0
  117. package/esm/gen/types/Profile.d.ts +8 -0
  118. package/esm/gen/types/Profile.d.ts.map +1 -0
  119. package/esm/gen/types/Profile.js +1 -0
  120. package/esm/gen/types/ProfileSettings.d.ts +4 -0
  121. package/esm/gen/types/ProfileSettings.d.ts.map +1 -0
  122. package/esm/gen/types/ProfileSettings.js +2 -0
  123. package/esm/gen/types/Rect.d.ts +7 -0
  124. package/esm/gen/types/Rect.d.ts.map +1 -0
  125. package/esm/gen/types/Rect.js +2 -0
  126. package/esm/gen/types/ResourceId.d.ts +2 -0
  127. package/esm/gen/types/ResourceId.d.ts.map +1 -0
  128. package/esm/gen/types/ResourceId.js +2 -0
  129. package/esm/gen/types/ResourceMetadata.d.ts +8 -0
  130. package/esm/gen/types/ResourceMetadata.d.ts.map +1 -0
  131. package/esm/gen/types/ResourceMetadata.js +2 -0
  132. package/esm/gen/types/SeelenLauncherMonitor.d.ts +2 -0
  133. package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +1 -0
  134. package/esm/gen/types/SeelenLauncherMonitor.js +2 -0
  135. package/esm/gen/types/SeelenLauncherRunner.d.ts +7 -0
  136. package/esm/gen/types/SeelenLauncherRunner.d.ts.map +1 -0
  137. package/esm/gen/types/SeelenLauncherRunner.js +2 -0
  138. package/esm/gen/types/SeelenLauncherSettings.d.ts +8 -0
  139. package/esm/gen/types/SeelenLauncherSettings.d.ts.map +1 -0
  140. package/esm/gen/types/SeelenLauncherSettings.js +1 -0
  141. package/esm/gen/types/SeelenWallSettings.d.ts +11 -0
  142. package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -0
  143. package/esm/gen/types/SeelenWallSettings.js +1 -0
  144. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  145. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  146. package/esm/gen/types/SeelenWallSettingsByMonitor.js +1 -0
  147. package/esm/gen/types/SeelenWallWallpaper.d.ts +5 -0
  148. package/esm/gen/types/SeelenWallWallpaper.d.ts.map +1 -0
  149. package/esm/gen/types/SeelenWallWallpaper.js +2 -0
  150. package/esm/gen/types/SeelenWegMode.d.ts +2 -0
  151. package/esm/gen/types/SeelenWegMode.d.ts.map +1 -0
  152. package/esm/gen/types/SeelenWegMode.js +2 -0
  153. package/esm/gen/types/SeelenWegSettings.d.ts +58 -0
  154. package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -0
  155. package/esm/gen/types/SeelenWegSettings.js +1 -0
  156. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts +4 -0
  157. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  158. package/esm/gen/types/SeelenWegSettingsByMonitor.js +2 -0
  159. package/esm/gen/types/SeelenWegSide.d.ts +2 -0
  160. package/esm/gen/types/SeelenWegSide.d.ts.map +1 -0
  161. package/esm/gen/types/SeelenWegSide.js +2 -0
  162. package/esm/gen/types/Settings.d.ts +84 -0
  163. package/esm/gen/types/Settings.d.ts.map +1 -0
  164. package/esm/gen/types/Settings.js +1 -0
  165. package/esm/gen/types/SettingsToolbarItem.d.ts +54 -0
  166. package/esm/gen/types/SettingsToolbarItem.d.ts.map +1 -0
  167. package/esm/gen/types/SettingsToolbarItem.js +1 -0
  168. package/esm/gen/types/StyleValue.d.ts +2 -0
  169. package/esm/gen/types/StyleValue.d.ts.map +1 -0
  170. package/esm/gen/types/StyleValue.js +2 -0
  171. package/esm/gen/types/TextToolbarItem.d.ts +114 -0
  172. package/esm/gen/types/TextToolbarItem.d.ts.map +1 -0
  173. package/esm/gen/types/TextToolbarItem.js +1 -0
  174. package/esm/gen/types/Theme.d.ts +15 -0
  175. package/esm/gen/types/Theme.d.ts.map +1 -0
  176. package/esm/gen/types/Theme.js +1 -0
  177. package/esm/gen/types/ThemeInfo.d.ts +23 -0
  178. package/esm/gen/types/ThemeInfo.d.ts.map +1 -0
  179. package/esm/gen/types/ThemeInfo.js +2 -0
  180. package/esm/gen/types/ToolbarItem.d.ts +35 -0
  181. package/esm/gen/types/ToolbarItem.d.ts.map +1 -0
  182. package/esm/gen/types/ToolbarItem.js +1 -0
  183. package/esm/gen/types/ToolbarItem2.d.ts +3 -0
  184. package/esm/gen/types/ToolbarItem2.d.ts.map +1 -0
  185. package/esm/gen/types/ToolbarItem2.js +1 -0
  186. package/esm/gen/types/TrayToolbarItem.d.ts +54 -0
  187. package/esm/gen/types/TrayToolbarItem.d.ts.map +1 -0
  188. package/esm/gen/types/TrayToolbarItem.js +1 -0
  189. package/esm/gen/types/UpdateChannel.d.ts +2 -0
  190. package/esm/gen/types/UpdateChannel.d.ts.map +1 -0
  191. package/esm/gen/types/UpdateChannel.js +2 -0
  192. package/esm/gen/types/UpdaterSettings.d.ts +5 -0
  193. package/esm/gen/types/UpdaterSettings.d.ts.map +1 -0
  194. package/esm/gen/types/UpdaterSettings.js +1 -0
  195. package/esm/gen/types/VirtualDesktopStrategy.d.ts +2 -0
  196. package/esm/gen/types/VirtualDesktopStrategy.d.ts.map +1 -0
  197. package/esm/gen/types/VirtualDesktopStrategy.js +2 -0
  198. package/esm/gen/types/WManagerLayoutInfo.d.ts +19 -0
  199. package/esm/gen/types/WManagerLayoutInfo.d.ts.map +1 -0
  200. package/esm/gen/types/WManagerLayoutInfo.js +2 -0
  201. package/esm/gen/types/WegItem.d.ts +14 -0
  202. package/esm/gen/types/WegItem.d.ts.map +1 -0
  203. package/esm/gen/types/WegItem.js +1 -0
  204. package/esm/gen/types/WegItems.d.ts +7 -0
  205. package/esm/gen/types/WegItems.d.ts.map +1 -0
  206. package/esm/gen/types/WegItems.js +1 -0
  207. package/esm/gen/types/Widget.d.ts +8 -0
  208. package/esm/gen/types/Widget.d.ts.map +1 -0
  209. package/esm/gen/types/Widget.js +1 -0
  210. package/esm/gen/types/WidgetId.d.ts +3 -0
  211. package/esm/gen/types/WidgetId.d.ts.map +1 -0
  212. package/esm/gen/types/WidgetId.js +1 -0
  213. package/esm/gen/types/WindowManagerLayout.d.ts +9 -0
  214. package/esm/gen/types/WindowManagerLayout.d.ts.map +1 -0
  215. package/esm/gen/types/WindowManagerLayout.js +1 -0
  216. package/esm/gen/types/WindowManagerSettings.d.ts +42 -0
  217. package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -0
  218. package/esm/gen/types/WindowManagerSettings.js +1 -0
  219. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  220. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  221. package/esm/gen/types/WindowManagerSettingsByMonitor.js +1 -0
  222. package/esm/gen/types/WmFallbackNode.d.ts +25 -0
  223. package/esm/gen/types/WmFallbackNode.d.ts.map +1 -0
  224. package/esm/gen/types/WmFallbackNode.js +1 -0
  225. package/esm/gen/types/WmHorizontalNode.d.ts +19 -0
  226. package/esm/gen/types/WmHorizontalNode.d.ts.map +1 -0
  227. package/esm/gen/types/WmHorizontalNode.js +1 -0
  228. package/esm/gen/types/WmLeafNode.d.ts +21 -0
  229. package/esm/gen/types/WmLeafNode.d.ts.map +1 -0
  230. package/esm/gen/types/WmLeafNode.js +1 -0
  231. package/esm/gen/types/WmNode.d.ts +17 -0
  232. package/esm/gen/types/WmNode.d.ts.map +1 -0
  233. package/esm/gen/types/WmNode.js +1 -0
  234. package/esm/gen/types/WmStackNode.d.ts +25 -0
  235. package/esm/gen/types/WmStackNode.d.ts.map +1 -0
  236. package/esm/gen/types/WmStackNode.js +1 -0
  237. package/esm/gen/types/WmVerticalNode.d.ts +19 -0
  238. package/esm/gen/types/WmVerticalNode.d.ts.map +1 -0
  239. package/esm/gen/types/WmVerticalNode.js +1 -0
  240. package/esm/gen/types/WorkspaceConfiguration.d.ts +8 -0
  241. package/esm/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
  242. package/esm/gen/types/WorkspaceConfiguration.js +1 -0
  243. package/esm/gen/types/WorkspaceIdentifier.d.ts +6 -0
  244. package/esm/gen/types/WorkspaceIdentifier.d.ts.map +1 -0
  245. package/esm/gen/types/WorkspaceIdentifier.js +1 -0
  246. package/esm/gen/types/WorkspaceIdentifierType.d.ts +2 -0
  247. package/esm/gen/types/WorkspaceIdentifierType.d.ts.map +1 -0
  248. package/esm/gen/types/WorkspaceIdentifierType.js +2 -0
  249. package/esm/gen/types/WorkspaceToolbarItem.d.ts +56 -0
  250. package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +1 -0
  251. package/esm/gen/types/WorkspaceToolbarItem.js +1 -0
  252. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +2 -0
  253. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  254. package/esm/gen/types/WorkspaceToolbarItemMode.js +2 -0
  255. package/esm/gen/types/mod.d.ts +76 -0
  256. package/esm/gen/types/mod.d.ts.map +1 -0
  257. package/esm/gen/types/mod.js +75 -0
  258. package/esm/gen/types/serde_json/JsonValue.d.ts +4 -0
  259. package/esm/gen/types/serde_json/JsonValue.d.ts.map +1 -0
  260. package/esm/gen/types/serde_json/JsonValue.js +2 -0
  261. package/esm/{handlers/invokers.d.ts → src/handlers/commands.d.ts} +7 -16
  262. package/esm/src/handlers/commands.d.ts.map +1 -0
  263. package/esm/{handlers/invokers.js → src/handlers/commands.js} +6 -6
  264. package/{script → esm/src}/handlers/events.d.ts +2 -1
  265. package/esm/src/handlers/events.d.ts.map +1 -0
  266. package/esm/{handlers → src/handlers}/events.js +2 -1
  267. package/esm/src/handlers/invokers.d.ts +26 -0
  268. package/esm/src/handlers/invokers.d.ts.map +1 -0
  269. package/esm/src/handlers/invokers.js +13 -0
  270. package/esm/src/handlers/mod.d.ts +4 -0
  271. package/esm/src/handlers/mod.d.ts.map +1 -0
  272. package/esm/src/handlers/mod.js +3 -0
  273. package/esm/src/lib.d.ts +5 -0
  274. package/esm/src/lib.d.ts.map +1 -0
  275. package/esm/src/lib.js +4 -0
  276. package/esm/{state → src/state}/icon_pack.d.ts +1 -1
  277. package/esm/src/state/icon_pack.d.ts.map +1 -0
  278. package/esm/{state → src/state}/icon_pack.js +1 -1
  279. package/esm/src/state/mod.d.ts +40 -0
  280. package/esm/src/state/mod.d.ts.map +1 -0
  281. package/esm/{state/index.js → src/state/mod.js} +7 -7
  282. package/esm/src/state/placeholder.d.ts.map +1 -0
  283. package/esm/src/state/plugin.d.ts +26 -0
  284. package/esm/src/state/plugin.d.ts.map +1 -0
  285. package/esm/src/state/plugin.js +12 -0
  286. package/esm/src/state/profile.d.ts +23 -0
  287. package/esm/src/state/profile.d.ts.map +1 -0
  288. package/esm/src/state/profile.js +6 -0
  289. package/esm/src/state/settings.d.ts +51 -0
  290. package/esm/src/state/settings.d.ts.map +1 -0
  291. package/esm/src/state/settings.js +42 -0
  292. package/esm/src/state/settings_by_app.d.ts.map +1 -0
  293. package/esm/src/state/settings_by_monitor.d.ts +20 -0
  294. package/esm/src/state/settings_by_monitor.d.ts.map +1 -0
  295. package/esm/src/state/settings_by_monitor.js +16 -0
  296. package/esm/src/state/theme.d.ts +37 -0
  297. package/esm/src/state/theme.d.ts.map +1 -0
  298. package/esm/src/state/theme.js +7 -0
  299. package/esm/src/state/weg_items.d.ts +27 -0
  300. package/esm/src/state/weg_items.d.ts.map +1 -0
  301. package/esm/src/state/weg_items.js +17 -0
  302. package/esm/src/state/widget.d.ts +27 -0
  303. package/esm/src/state/widget.d.ts.map +1 -0
  304. package/esm/src/state/widget.js +7 -0
  305. package/esm/src/state/wm_layout.d.ts.map +1 -0
  306. package/esm/src/system_state/mod.d.ts +3 -0
  307. package/esm/src/system_state/mod.d.ts.map +1 -0
  308. package/esm/src/system_state/mod.js +2 -0
  309. package/esm/src/system_state/monitors.d.ts +25 -0
  310. package/esm/src/system_state/monitors.d.ts.map +1 -0
  311. package/esm/src/system_state/monitors.js +7 -0
  312. package/esm/src/system_state/uiColors.d.ts +33 -0
  313. package/esm/src/system_state/uiColors.d.ts.map +1 -0
  314. package/esm/{system_state/index.js → src/system_state/uiColors.js} +12 -12
  315. package/esm/src/utils/List.d.ts +25 -0
  316. package/esm/src/utils/List.d.ts.map +1 -0
  317. package/esm/src/utils/List.js +36 -0
  318. package/esm/src/utils/State.d.ts +11 -0
  319. package/esm/src/utils/State.d.ts.map +1 -0
  320. package/esm/src/utils/State.js +13 -0
  321. package/esm/src/utils/layered_hitbox.d.ts.map +1 -0
  322. package/esm/{utils → src/utils}/layered_hitbox.js +1 -1
  323. package/{script/utils/index.d.ts → esm/src/utils/mod.d.ts} +8 -5
  324. package/esm/src/utils/mod.d.ts.map +1 -0
  325. package/esm/{utils/index.js → src/utils/mod.js} +8 -7
  326. package/package.json +9 -7
  327. package/readme.md +1 -1
  328. package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts +17 -0
  329. package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts.map +1 -0
  330. package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.js +187 -0
  331. package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts +2 -0
  332. package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts.map +1 -0
  333. package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.js +29 -0
  334. package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts +59 -0
  335. package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts.map +1 -0
  336. package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.js +156 -0
  337. package/script/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts +38 -0
  338. package/script/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts.map +1 -0
  339. package/script/deps/jsr.io/@std/encoding/1.0.6/base32.js +73 -0
  340. package/script/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts +38 -0
  341. package/script/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts.map +1 -0
  342. package/script/deps/jsr.io/@std/encoding/1.0.6/base58.js +135 -0
  343. package/script/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts +38 -0
  344. package/script/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +1 -0
  345. package/script/deps/jsr.io/@std/encoding/1.0.6/base64.js +167 -0
  346. package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts +38 -0
  347. package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +1 -0
  348. package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.js +108 -0
  349. package/script/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts +37 -0
  350. package/script/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +1 -0
  351. package/script/deps/jsr.io/@std/encoding/1.0.6/hex.js +113 -0
  352. package/script/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts +22 -0
  353. package/script/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts.map +1 -0
  354. package/script/deps/jsr.io/@std/encoding/1.0.6/mod.js +38 -0
  355. package/script/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts +118 -0
  356. package/script/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts.map +1 -0
  357. package/script/deps/jsr.io/@std/encoding/1.0.6/varint.js +213 -0
  358. package/script/gen/types/AhkVar.d.ts +6 -0
  359. package/script/gen/types/AhkVar.d.ts.map +1 -0
  360. package/script/gen/types/AhkVar.js +3 -0
  361. package/script/gen/types/AhkVarList.d.ts +54 -0
  362. package/script/gen/types/AhkVarList.d.ts.map +1 -0
  363. package/script/gen/types/AppConfig.d.ts +33 -0
  364. package/script/gen/types/AppConfig.d.ts.map +1 -0
  365. package/script/gen/types/AppConfig.js +2 -0
  366. package/script/gen/types/AppExtraFlag.d.ts +2 -0
  367. package/script/gen/types/AppExtraFlag.d.ts.map +1 -0
  368. package/script/gen/types/AppExtraFlag.js +3 -0
  369. package/script/gen/types/AppIdentifier.d.ts +11 -0
  370. package/script/gen/types/AppIdentifier.d.ts.map +1 -0
  371. package/script/gen/types/AppIdentifier.js +2 -0
  372. package/script/gen/types/AppIdentifierType.d.ts +2 -0
  373. package/script/gen/types/AppIdentifierType.d.ts.map +1 -0
  374. package/script/gen/types/AppIdentifierType.js +3 -0
  375. package/script/gen/types/Border.d.ts +6 -0
  376. package/script/gen/types/Border.d.ts.map +1 -0
  377. package/script/gen/types/Border.js +3 -0
  378. package/script/gen/types/DateToolbarItem.d.ts +71 -0
  379. package/script/gen/types/DateToolbarItem.d.ts.map +1 -0
  380. package/script/gen/types/DateToolbarItem.js +2 -0
  381. package/script/gen/types/DateUpdateInterval.d.ts +2 -0
  382. package/script/gen/types/DateUpdateInterval.d.ts.map +1 -0
  383. package/script/gen/types/DateUpdateInterval.js +3 -0
  384. package/script/gen/types/DeviceToolbarItem.d.ts +54 -0
  385. package/script/gen/types/DeviceToolbarItem.d.ts.map +1 -0
  386. package/script/gen/types/DeviceToolbarItem.js +2 -0
  387. package/script/gen/types/FancyToolbarSettings.d.ts +32 -0
  388. package/script/gen/types/FancyToolbarSettings.d.ts.map +1 -0
  389. package/script/gen/types/FancyToolbarSettings.js +2 -0
  390. package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts +4 -0
  391. package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  392. package/script/gen/types/FancyToolbarSettingsByMonitor.js +3 -0
  393. package/script/gen/types/FloatingWindowSettings.d.ts +5 -0
  394. package/script/gen/types/FloatingWindowSettings.d.ts.map +1 -0
  395. package/script/gen/types/FloatingWindowSettings.js +3 -0
  396. package/script/gen/types/GenericToolbarItem.d.ts +82 -0
  397. package/script/gen/types/GenericToolbarItem.d.ts.map +1 -0
  398. package/script/gen/types/GenericToolbarItem.js +2 -0
  399. package/script/gen/types/HideMode.d.ts +2 -0
  400. package/script/gen/types/HideMode.d.ts.map +1 -0
  401. package/script/gen/types/HideMode.js +3 -0
  402. package/script/gen/types/IconPack.d.ts +13 -0
  403. package/script/gen/types/IconPack.d.ts.map +1 -0
  404. package/script/gen/types/IconPack.js +2 -0
  405. package/script/gen/types/MatchingStrategy.d.ts +2 -0
  406. package/script/gen/types/MatchingStrategy.d.ts.map +1 -0
  407. package/script/gen/types/MatchingStrategy.js +3 -0
  408. package/script/gen/types/MediaToolbarItem.d.ts +138 -0
  409. package/script/gen/types/MediaToolbarItem.d.ts.map +1 -0
  410. package/script/gen/types/MediaToolbarItem.js +2 -0
  411. package/script/gen/types/MonitorConfiguration.d.ts +16 -0
  412. package/script/gen/types/MonitorConfiguration.d.ts.map +1 -0
  413. package/script/gen/types/MonitorConfiguration.js +2 -0
  414. package/script/gen/types/NetworkToolbarItem.d.ts +118 -0
  415. package/script/gen/types/NetworkToolbarItem.d.ts.map +1 -0
  416. package/script/gen/types/NetworkToolbarItem.js +2 -0
  417. package/script/gen/types/NoFallbackBehavior.d.ts +2 -0
  418. package/script/gen/types/NoFallbackBehavior.d.ts.map +1 -0
  419. package/script/gen/types/NoFallbackBehavior.js +3 -0
  420. package/script/gen/types/NodeSubtype.d.ts +2 -0
  421. package/script/gen/types/NodeSubtype.d.ts.map +1 -0
  422. package/script/gen/types/NodeSubtype.js +3 -0
  423. package/script/gen/types/NotificationsToolbarItem.d.ts +62 -0
  424. package/script/gen/types/NotificationsToolbarItem.d.ts.map +1 -0
  425. package/script/gen/types/NotificationsToolbarItem.js +2 -0
  426. package/script/gen/types/PinnedWegItemData.d.ts +29 -0
  427. package/script/gen/types/PinnedWegItemData.d.ts.map +1 -0
  428. package/script/gen/types/PinnedWegItemData.js +3 -0
  429. package/script/gen/types/Placeholder.d.ts +21 -0
  430. package/script/gen/types/Placeholder.d.ts.map +1 -0
  431. package/script/gen/types/Placeholder.js +2 -0
  432. package/script/gen/types/PlaceholderInfo.d.ts +19 -0
  433. package/script/gen/types/PlaceholderInfo.d.ts.map +1 -0
  434. package/script/gen/types/PlaceholderInfo.js +3 -0
  435. package/script/gen/types/Plugin.d.ts +11 -0
  436. package/script/gen/types/Plugin.d.ts.map +1 -0
  437. package/script/gen/types/Plugin.js +2 -0
  438. package/script/gen/types/PluginId.d.ts +3 -0
  439. package/script/gen/types/PluginId.d.ts.map +1 -0
  440. package/script/gen/types/PluginId.js +2 -0
  441. package/script/gen/types/PowerToolbarItem.d.ts +214 -0
  442. package/script/gen/types/PowerToolbarItem.d.ts.map +1 -0
  443. package/script/gen/types/PowerToolbarItem.js +2 -0
  444. package/script/gen/types/Profile.d.ts +8 -0
  445. package/script/gen/types/Profile.d.ts.map +1 -0
  446. package/script/gen/types/Profile.js +2 -0
  447. package/script/gen/types/ProfileSettings.d.ts +4 -0
  448. package/script/gen/types/ProfileSettings.d.ts.map +1 -0
  449. package/script/gen/types/ProfileSettings.js +3 -0
  450. package/script/gen/types/Rect.d.ts +7 -0
  451. package/script/gen/types/Rect.d.ts.map +1 -0
  452. package/script/gen/types/Rect.js +3 -0
  453. package/script/gen/types/ResourceId.d.ts +2 -0
  454. package/script/gen/types/ResourceId.d.ts.map +1 -0
  455. package/script/gen/types/ResourceId.js +3 -0
  456. package/script/gen/types/ResourceMetadata.d.ts +8 -0
  457. package/script/gen/types/ResourceMetadata.d.ts.map +1 -0
  458. package/script/gen/types/ResourceMetadata.js +3 -0
  459. package/script/gen/types/SeelenLauncherMonitor.d.ts +2 -0
  460. package/script/gen/types/SeelenLauncherMonitor.d.ts.map +1 -0
  461. package/script/gen/types/SeelenLauncherMonitor.js +3 -0
  462. package/script/gen/types/SeelenLauncherRunner.d.ts +7 -0
  463. package/script/gen/types/SeelenLauncherRunner.d.ts.map +1 -0
  464. package/script/gen/types/SeelenLauncherRunner.js +3 -0
  465. package/script/gen/types/SeelenLauncherSettings.d.ts +8 -0
  466. package/script/gen/types/SeelenLauncherSettings.d.ts.map +1 -0
  467. package/script/gen/types/SeelenLauncherSettings.js +2 -0
  468. package/script/gen/types/SeelenWallSettings.d.ts +11 -0
  469. package/script/gen/types/SeelenWallSettings.d.ts.map +1 -0
  470. package/script/gen/types/SeelenWallSettings.js +2 -0
  471. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  472. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  473. package/script/gen/types/SeelenWallSettingsByMonitor.js +2 -0
  474. package/script/gen/types/SeelenWallWallpaper.d.ts +5 -0
  475. package/script/gen/types/SeelenWallWallpaper.d.ts.map +1 -0
  476. package/script/gen/types/SeelenWallWallpaper.js +3 -0
  477. package/script/gen/types/SeelenWegMode.d.ts +2 -0
  478. package/script/gen/types/SeelenWegMode.d.ts.map +1 -0
  479. package/script/gen/types/SeelenWegMode.js +3 -0
  480. package/script/gen/types/SeelenWegSettings.d.ts +58 -0
  481. package/script/gen/types/SeelenWegSettings.d.ts.map +1 -0
  482. package/script/gen/types/SeelenWegSettings.js +2 -0
  483. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts +4 -0
  484. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  485. package/script/gen/types/SeelenWegSettingsByMonitor.js +3 -0
  486. package/script/gen/types/SeelenWegSide.d.ts +2 -0
  487. package/script/gen/types/SeelenWegSide.d.ts.map +1 -0
  488. package/script/gen/types/SeelenWegSide.js +3 -0
  489. package/script/gen/types/Settings.d.ts +84 -0
  490. package/script/gen/types/Settings.d.ts.map +1 -0
  491. package/script/gen/types/Settings.js +2 -0
  492. package/script/gen/types/SettingsToolbarItem.d.ts +54 -0
  493. package/script/gen/types/SettingsToolbarItem.d.ts.map +1 -0
  494. package/script/gen/types/SettingsToolbarItem.js +2 -0
  495. package/script/gen/types/StyleValue.d.ts +2 -0
  496. package/script/gen/types/StyleValue.d.ts.map +1 -0
  497. package/script/gen/types/StyleValue.js +3 -0
  498. package/script/gen/types/TextToolbarItem.d.ts +114 -0
  499. package/script/gen/types/TextToolbarItem.d.ts.map +1 -0
  500. package/script/gen/types/TextToolbarItem.js +2 -0
  501. package/script/gen/types/Theme.d.ts +15 -0
  502. package/script/gen/types/Theme.d.ts.map +1 -0
  503. package/script/gen/types/Theme.js +2 -0
  504. package/script/gen/types/ThemeInfo.d.ts +23 -0
  505. package/script/gen/types/ThemeInfo.d.ts.map +1 -0
  506. package/script/gen/types/ThemeInfo.js +3 -0
  507. package/script/gen/types/ToolbarItem.d.ts +35 -0
  508. package/script/gen/types/ToolbarItem.d.ts.map +1 -0
  509. package/script/gen/types/ToolbarItem.js +2 -0
  510. package/script/gen/types/ToolbarItem2.d.ts +3 -0
  511. package/script/gen/types/ToolbarItem2.d.ts.map +1 -0
  512. package/script/gen/types/ToolbarItem2.js +2 -0
  513. package/script/gen/types/TrayToolbarItem.d.ts +54 -0
  514. package/script/gen/types/TrayToolbarItem.d.ts.map +1 -0
  515. package/script/gen/types/TrayToolbarItem.js +2 -0
  516. package/script/gen/types/UpdateChannel.d.ts +2 -0
  517. package/script/gen/types/UpdateChannel.d.ts.map +1 -0
  518. package/script/gen/types/UpdateChannel.js +3 -0
  519. package/script/gen/types/UpdaterSettings.d.ts +5 -0
  520. package/script/gen/types/UpdaterSettings.d.ts.map +1 -0
  521. package/script/gen/types/UpdaterSettings.js +2 -0
  522. package/script/gen/types/VirtualDesktopStrategy.d.ts +2 -0
  523. package/script/gen/types/VirtualDesktopStrategy.d.ts.map +1 -0
  524. package/script/gen/types/VirtualDesktopStrategy.js +3 -0
  525. package/script/gen/types/WManagerLayoutInfo.d.ts +19 -0
  526. package/script/gen/types/WManagerLayoutInfo.d.ts.map +1 -0
  527. package/script/gen/types/WManagerLayoutInfo.js +3 -0
  528. package/script/gen/types/WegItem.d.ts +14 -0
  529. package/script/gen/types/WegItem.d.ts.map +1 -0
  530. package/script/gen/types/WegItem.js +2 -0
  531. package/script/gen/types/WegItems.d.ts +7 -0
  532. package/script/gen/types/WegItems.d.ts.map +1 -0
  533. package/script/gen/types/WegItems.js +2 -0
  534. package/script/gen/types/Widget.d.ts +8 -0
  535. package/script/gen/types/Widget.d.ts.map +1 -0
  536. package/script/gen/types/Widget.js +2 -0
  537. package/script/gen/types/WidgetId.d.ts +3 -0
  538. package/script/gen/types/WidgetId.d.ts.map +1 -0
  539. package/script/gen/types/WidgetId.js +2 -0
  540. package/script/gen/types/WindowManagerLayout.d.ts +9 -0
  541. package/script/gen/types/WindowManagerLayout.d.ts.map +1 -0
  542. package/script/gen/types/WindowManagerLayout.js +2 -0
  543. package/script/gen/types/WindowManagerSettings.d.ts +42 -0
  544. package/script/gen/types/WindowManagerSettings.d.ts.map +1 -0
  545. package/script/gen/types/WindowManagerSettings.js +2 -0
  546. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  547. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  548. package/script/gen/types/WindowManagerSettingsByMonitor.js +2 -0
  549. package/script/gen/types/WmFallbackNode.d.ts +25 -0
  550. package/script/gen/types/WmFallbackNode.d.ts.map +1 -0
  551. package/script/gen/types/WmFallbackNode.js +2 -0
  552. package/script/gen/types/WmHorizontalNode.d.ts +19 -0
  553. package/script/gen/types/WmHorizontalNode.d.ts.map +1 -0
  554. package/script/gen/types/WmHorizontalNode.js +2 -0
  555. package/script/gen/types/WmLeafNode.d.ts +21 -0
  556. package/script/gen/types/WmLeafNode.d.ts.map +1 -0
  557. package/script/gen/types/WmLeafNode.js +2 -0
  558. package/script/gen/types/WmNode.d.ts +17 -0
  559. package/script/gen/types/WmNode.d.ts.map +1 -0
  560. package/script/gen/types/WmNode.js +2 -0
  561. package/script/gen/types/WmStackNode.d.ts +25 -0
  562. package/script/gen/types/WmStackNode.d.ts.map +1 -0
  563. package/script/gen/types/WmStackNode.js +2 -0
  564. package/script/gen/types/WmVerticalNode.d.ts +19 -0
  565. package/script/gen/types/WmVerticalNode.d.ts.map +1 -0
  566. package/script/gen/types/WmVerticalNode.js +2 -0
  567. package/script/gen/types/WorkspaceConfiguration.d.ts +8 -0
  568. package/script/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
  569. package/script/gen/types/WorkspaceConfiguration.js +2 -0
  570. package/script/gen/types/WorkspaceIdentifier.d.ts +6 -0
  571. package/script/gen/types/WorkspaceIdentifier.d.ts.map +1 -0
  572. package/script/gen/types/WorkspaceIdentifier.js +2 -0
  573. package/script/gen/types/WorkspaceIdentifierType.d.ts +2 -0
  574. package/script/gen/types/WorkspaceIdentifierType.d.ts.map +1 -0
  575. package/script/gen/types/WorkspaceIdentifierType.js +3 -0
  576. package/script/gen/types/WorkspaceToolbarItem.d.ts +56 -0
  577. package/script/gen/types/WorkspaceToolbarItem.d.ts.map +1 -0
  578. package/script/gen/types/WorkspaceToolbarItem.js +2 -0
  579. package/script/gen/types/WorkspaceToolbarItemMode.d.ts +2 -0
  580. package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  581. package/script/gen/types/WorkspaceToolbarItemMode.js +3 -0
  582. package/script/gen/types/mod.d.ts +76 -0
  583. package/script/gen/types/mod.d.ts.map +1 -0
  584. package/script/gen/types/mod.js +91 -0
  585. package/script/gen/types/serde_json/JsonValue.d.ts +4 -0
  586. package/script/gen/types/serde_json/JsonValue.d.ts.map +1 -0
  587. package/script/gen/types/serde_json/JsonValue.js +3 -0
  588. package/script/{handlers/invokers.d.ts → src/handlers/commands.d.ts} +7 -16
  589. package/script/src/handlers/commands.d.ts.map +1 -0
  590. package/script/{handlers/invokers.js → src/handlers/commands.js} +6 -7
  591. package/{esm → script/src}/handlers/events.d.ts +2 -1
  592. package/script/src/handlers/events.d.ts.map +1 -0
  593. package/script/{handlers → src/handlers}/events.js +2 -1
  594. package/script/src/handlers/invokers.d.ts +26 -0
  595. package/script/src/handlers/invokers.d.ts.map +1 -0
  596. package/script/{handlers/index.js → src/handlers/invokers.js} +12 -14
  597. package/script/src/handlers/mod.d.ts +4 -0
  598. package/script/src/handlers/mod.d.ts.map +1 -0
  599. package/script/src/handlers/mod.js +19 -0
  600. package/script/src/lib.d.ts +5 -0
  601. package/script/src/lib.d.ts.map +1 -0
  602. package/script/{lib.js → src/lib.js} +4 -4
  603. package/script/{state → src/state}/icon_pack.d.ts +1 -1
  604. package/script/src/state/icon_pack.d.ts.map +1 -0
  605. package/script/{state → src/state}/icon_pack.js +2 -2
  606. package/script/src/state/mod.d.ts +40 -0
  607. package/script/src/state/mod.d.ts.map +1 -0
  608. package/script/{state/index.js → src/state/mod.js} +7 -7
  609. package/script/src/state/placeholder.d.ts.map +1 -0
  610. package/script/src/state/plugin.d.ts +26 -0
  611. package/script/src/state/plugin.d.ts.map +1 -0
  612. package/script/src/state/plugin.js +16 -0
  613. package/script/src/state/profile.d.ts +23 -0
  614. package/script/src/state/profile.d.ts.map +1 -0
  615. package/script/src/state/profile.js +10 -0
  616. package/script/src/state/settings.d.ts +51 -0
  617. package/script/src/state/settings.d.ts.map +1 -0
  618. package/script/src/state/settings.js +46 -0
  619. package/script/src/state/settings_by_app.d.ts.map +1 -0
  620. package/script/src/state/settings_by_monitor.d.ts +20 -0
  621. package/script/src/state/settings_by_monitor.d.ts.map +1 -0
  622. package/script/src/state/settings_by_monitor.js +20 -0
  623. package/script/src/state/theme.d.ts +37 -0
  624. package/script/src/state/theme.d.ts.map +1 -0
  625. package/script/src/state/theme.js +11 -0
  626. package/script/src/state/weg_items.d.ts +27 -0
  627. package/script/src/state/weg_items.d.ts.map +1 -0
  628. package/script/src/state/weg_items.js +21 -0
  629. package/script/src/state/widget.d.ts +27 -0
  630. package/script/src/state/widget.d.ts.map +1 -0
  631. package/script/src/state/widget.js +11 -0
  632. package/script/src/state/wm_layout.d.ts.map +1 -0
  633. package/script/src/system_state/mod.d.ts +3 -0
  634. package/script/src/system_state/mod.d.ts.map +1 -0
  635. package/script/src/system_state/mod.js +18 -0
  636. package/script/src/system_state/monitors.d.ts +25 -0
  637. package/script/src/system_state/monitors.d.ts.map +1 -0
  638. package/script/src/system_state/monitors.js +11 -0
  639. package/script/src/system_state/uiColors.d.ts +33 -0
  640. package/script/src/system_state/uiColors.d.ts.map +1 -0
  641. package/script/{system_state/index.js → src/system_state/uiColors.js} +12 -12
  642. package/script/src/utils/List.d.ts +25 -0
  643. package/script/src/utils/List.d.ts.map +1 -0
  644. package/script/src/utils/List.js +40 -0
  645. package/script/src/utils/State.d.ts +11 -0
  646. package/script/src/utils/State.d.ts.map +1 -0
  647. package/script/src/utils/State.js +17 -0
  648. package/script/src/utils/layered_hitbox.d.ts.map +1 -0
  649. package/script/{utils → src/utils}/layered_hitbox.js +3 -3
  650. package/{esm/utils/index.d.ts → script/src/utils/mod.d.ts} +8 -5
  651. package/script/src/utils/mod.d.ts.map +1 -0
  652. package/script/{utils/index.js → src/utils/mod.js} +8 -7
  653. package/esm/_dnt.shims.d.ts +0 -5
  654. package/esm/_dnt.shims.d.ts.map +0 -1
  655. package/esm/_dnt.shims.js +0 -61
  656. package/esm/handlers/events.d.ts.map +0 -1
  657. package/esm/handlers/index.d.ts +0 -11
  658. package/esm/handlers/index.d.ts.map +0 -1
  659. package/esm/handlers/index.js +0 -16
  660. package/esm/handlers/invokers.d.ts.map +0 -1
  661. package/esm/lib.d.ts +0 -5
  662. package/esm/lib.d.ts.map +0 -1
  663. package/esm/lib.js +0 -4
  664. package/esm/state/icon_pack.d.ts.map +0 -1
  665. package/esm/state/index.d.ts +0 -24
  666. package/esm/state/index.d.ts.map +0 -1
  667. package/esm/state/placeholder.d.ts.map +0 -1
  668. package/esm/state/plugin.d.ts +0 -17
  669. package/esm/state/plugin.d.ts.map +0 -1
  670. package/esm/state/plugin.js +0 -31
  671. package/esm/state/profile.d.ts +0 -16
  672. package/esm/state/profile.d.ts.map +0 -1
  673. package/esm/state/profile.js +0 -13
  674. package/esm/state/settings.d.ts +0 -175
  675. package/esm/state/settings.d.ts.map +0 -1
  676. package/esm/state/settings.js +0 -195
  677. package/esm/state/settings_by_app.d.ts.map +0 -1
  678. package/esm/state/settings_by_monitor.d.ts +0 -43
  679. package/esm/state/settings_by_monitor.d.ts.map +0 -1
  680. package/esm/state/settings_by_monitor.js +0 -46
  681. package/esm/state/theme.d.ts +0 -31
  682. package/esm/state/theme.d.ts.map +0 -1
  683. package/esm/state/weg_items.d.ts +0 -36
  684. package/esm/state/weg_items.d.ts.map +0 -1
  685. package/esm/state/weg_items.js +0 -8
  686. package/esm/state/widget.d.ts +0 -4
  687. package/esm/state/widget.d.ts.map +0 -1
  688. package/esm/state/widget.js +0 -3
  689. package/esm/state/wm_layout.d.ts.map +0 -1
  690. package/esm/system_state/index.d.ts +0 -19
  691. package/esm/system_state/index.d.ts.map +0 -1
  692. package/esm/utils/hooks.d.ts +0 -2
  693. package/esm/utils/hooks.d.ts.map +0 -1
  694. package/esm/utils/hooks.js +0 -43
  695. package/esm/utils/index.d.ts.map +0 -1
  696. package/esm/utils/layered_hitbox.d.ts.map +0 -1
  697. package/script/_dnt.shims.d.ts +0 -5
  698. package/script/_dnt.shims.d.ts.map +0 -1
  699. package/script/_dnt.shims.js +0 -65
  700. package/script/handlers/events.d.ts.map +0 -1
  701. package/script/handlers/index.d.ts +0 -11
  702. package/script/handlers/index.d.ts.map +0 -1
  703. package/script/handlers/invokers.d.ts.map +0 -1
  704. package/script/lib.d.ts +0 -5
  705. package/script/lib.d.ts.map +0 -1
  706. package/script/state/icon_pack.d.ts.map +0 -1
  707. package/script/state/index.d.ts +0 -24
  708. package/script/state/index.d.ts.map +0 -1
  709. package/script/state/placeholder.d.ts.map +0 -1
  710. package/script/state/plugin.d.ts +0 -17
  711. package/script/state/plugin.d.ts.map +0 -1
  712. package/script/state/plugin.js +0 -36
  713. package/script/state/profile.d.ts +0 -16
  714. package/script/state/profile.d.ts.map +0 -1
  715. package/script/state/profile.js +0 -17
  716. package/script/state/settings.d.ts +0 -175
  717. package/script/state/settings.d.ts.map +0 -1
  718. package/script/state/settings.js +0 -234
  719. package/script/state/settings_by_app.d.ts.map +0 -1
  720. package/script/state/settings_by_monitor.d.ts +0 -43
  721. package/script/state/settings_by_monitor.d.ts.map +0 -1
  722. package/script/state/settings_by_monitor.js +0 -56
  723. package/script/state/theme.d.ts +0 -31
  724. package/script/state/theme.d.ts.map +0 -1
  725. package/script/state/weg_items.d.ts +0 -36
  726. package/script/state/weg_items.d.ts.map +0 -1
  727. package/script/state/weg_items.js +0 -11
  728. package/script/state/widget.d.ts +0 -4
  729. package/script/state/widget.d.ts.map +0 -1
  730. package/script/state/widget.js +0 -7
  731. package/script/state/wm_layout.d.ts.map +0 -1
  732. package/script/system_state/index.d.ts +0 -19
  733. package/script/system_state/index.d.ts.map +0 -1
  734. package/script/utils/hooks.d.ts +0 -2
  735. package/script/utils/hooks.d.ts.map +0 -1
  736. package/script/utils/hooks.js +0 -44
  737. package/script/utils/index.d.ts.map +0 -1
  738. package/script/utils/layered_hitbox.d.ts.map +0 -1
  739. /package/esm/{state/theme.js → gen/types/AhkVarList.js} +0 -0
  740. /package/esm/{state → src/state}/placeholder.d.ts +0 -0
  741. /package/esm/{state → src/state}/placeholder.js +0 -0
  742. /package/esm/{state → src/state}/settings_by_app.d.ts +0 -0
  743. /package/esm/{state → src/state}/settings_by_app.js +0 -0
  744. /package/esm/{state → src/state}/wm_layout.d.ts +0 -0
  745. /package/esm/{state → src/state}/wm_layout.js +0 -0
  746. /package/esm/{utils → src/utils}/layered_hitbox.d.ts +0 -0
  747. /package/script/{state/theme.js → gen/types/AhkVarList.js} +0 -0
  748. /package/script/{state → src/state}/placeholder.d.ts +0 -0
  749. /package/script/{state → src/state}/placeholder.js +0 -0
  750. /package/script/{state → src/state}/settings_by_app.d.ts +0 -0
  751. /package/script/{state → src/state}/settings_by_app.js +0 -0
  752. /package/script/{state → src/state}/wm_layout.d.ts +0 -0
  753. /package/script/{state → src/state}/wm_layout.js +0 -0
  754. /package/script/{utils → src/utils}/layered_hitbox.d.ts +0 -0
@@ -0,0 +1,19 @@
1
+ import type { NodeSubtype } from './NodeSubtype.js';
2
+ import type { WmNode } from './WmNode.js';
3
+ export type WmHorizontalNode = {
4
+ subtype: NodeSubtype;
5
+ /**
6
+ * Order in how the tree will be traversed (1 = first, 2 = second, etc.)
7
+ */
8
+ priority: number;
9
+ /**
10
+ * How much of the remaining space this node will take
11
+ */
12
+ growFactor: number;
13
+ /**
14
+ * Math Condition for the node to be shown, e.g: n >= 3
15
+ */
16
+ condition: string | null;
17
+ children: Array<WmNode>;
18
+ };
19
+ //# sourceMappingURL=WmHorizontalNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmHorizontalNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmHorizontalNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,21 @@
1
+ import type { NodeSubtype } from './NodeSubtype.js';
2
+ export type WmLeafNode = {
3
+ subtype: NodeSubtype;
4
+ /**
5
+ * Order in how the tree will be traversed (1 = first, 2 = second, etc.)
6
+ */
7
+ priority: number;
8
+ /**
9
+ * How much of the remaining space this node will take
10
+ */
11
+ growFactor: number;
12
+ /**
13
+ * Math Condition for the node to be shown, e.g: n >= 3
14
+ */
15
+ condition: string | null;
16
+ /**
17
+ * window handle (HWND) in the node
18
+ */
19
+ handle: number | null;
20
+ };
21
+ //# sourceMappingURL=WmLeafNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmLeafNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmLeafNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ import type { WmFallbackNode } from './WmFallbackNode.js';
2
+ import type { WmHorizontalNode } from './WmHorizontalNode.js';
3
+ import type { WmLeafNode } from './WmLeafNode.js';
4
+ import type { WmStackNode } from './WmStackNode.js';
5
+ import type { WmVerticalNode } from './WmVerticalNode.js';
6
+ export type WmNode = {
7
+ 'type': 'Vertical';
8
+ } & WmVerticalNode | {
9
+ 'type': 'Horizontal';
10
+ } & WmHorizontalNode | {
11
+ 'type': 'Leaf';
12
+ } & WmLeafNode | {
13
+ 'type': 'Stack';
14
+ } & WmStackNode | {
15
+ 'type': 'Fallback';
16
+ } & WmFallbackNode;
17
+ //# sourceMappingURL=WmNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,MAAM,GACd;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,cAAc,GACvC;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,GAAG,gBAAgB,GAC3C;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,UAAU,GAC/B;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,WAAW,GACjC;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,cAAc,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,25 @@
1
+ import type { NodeSubtype } from './NodeSubtype.js';
2
+ export type WmStackNode = {
3
+ subtype: NodeSubtype;
4
+ /**
5
+ * Order in how the tree will be traversed (1 = first, 2 = second, etc.)
6
+ */
7
+ priority: number;
8
+ /**
9
+ * How much of the remaining space this node will take
10
+ */
11
+ growFactor: number;
12
+ /**
13
+ * Math Condition for the node to be shown, e.g: n >= 3
14
+ */
15
+ condition: string | null;
16
+ /**
17
+ * active window handle (HWND) in the node
18
+ */
19
+ active: number | null;
20
+ /**
21
+ * window handles (HWND) in the node
22
+ */
23
+ handles: Array<number>;
24
+ };
25
+ //# sourceMappingURL=WmStackNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmStackNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmStackNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,19 @@
1
+ import type { NodeSubtype } from './NodeSubtype.js';
2
+ import type { WmNode } from './WmNode.js';
3
+ export type WmVerticalNode = {
4
+ subtype: NodeSubtype;
5
+ /**
6
+ * Order in how the tree will be traversed (1 = first, 2 = second, etc.)
7
+ */
8
+ priority: number;
9
+ /**
10
+ * How much of the remaining space this node will take
11
+ */
12
+ growFactor: number;
13
+ /**
14
+ * Math Condition for the node to be shown, e.g: n >= 3
15
+ */
16
+ condition: string | null;
17
+ children: Array<WmNode>;
18
+ };
19
+ //# sourceMappingURL=WmVerticalNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmVerticalNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmVerticalNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import type { SeelenWallWallpaper } from './SeelenWallWallpaper.js';
2
+ import type { WorkspaceIdentifier } from './WorkspaceIdentifier.js';
3
+ export type WorkspaceConfiguration = {
4
+ identifier: WorkspaceIdentifier;
5
+ layout: string | null;
6
+ backgrounds: Array<SeelenWallWallpaper> | null;
7
+ };
8
+ //# sourceMappingURL=WorkspaceConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceConfiguration.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,EAAE,mBAAmB,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,KAAK,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC;CAChD,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { WorkspaceIdentifierType } from './WorkspaceIdentifierType.js';
2
+ export type WorkspaceIdentifier = {
3
+ id: string;
4
+ kind: WorkspaceIdentifierType;
5
+ };
6
+ //# sourceMappingURL=WorkspaceIdentifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceIdentifier.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceIdentifier.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,uBAAuB,CAAA;CAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export type WorkspaceIdentifierType = 'Name' | 'Index';
2
+ //# sourceMappingURL=WorkspaceIdentifierType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceIdentifierType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceIdentifierType.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,uBAAuB,GAAG,MAAM,GAAG,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ export {};
@@ -0,0 +1,56 @@
1
+ import type { StyleValue } from './StyleValue.js';
2
+ import type { WorkspaceToolbarItemMode } from './WorkspaceToolbarItemMode.js';
3
+ export type WorkspaceToolbarItem = {
4
+ /**
5
+ * Id to identify the item, should be unique.
6
+ */
7
+ id: string;
8
+ /**
9
+ * Content to display in the item.
10
+ *
11
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
12
+ *
13
+ * ## Workspace Item Scope
14
+ * this module does no expand the scope of the item
15
+ */
16
+ template: string;
17
+ /**
18
+ * Content to display in tooltip of the item.
19
+ *
20
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
21
+ *
22
+ * ## Workspace Item Scope
23
+ * this module does no expand the scope of the item
24
+ */
25
+ tooltip: string | null;
26
+ /**
27
+ * Badge will be displayed over the item, useful as notifications.
28
+ *
29
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
30
+ *
31
+ * ## Workspace Item Scope
32
+ * this module does no expand the scope of the item
33
+ */
34
+ badge: string | null;
35
+ /**
36
+ * Deprecated use `onClickV2` instead.
37
+ */
38
+ onClick: string | null;
39
+ /**
40
+ * This code will be parsed and executed when the item is clicked.
41
+ *
42
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
43
+ *
44
+ * ## Workspace Item Scope
45
+ * this module does no expand the scope of the item
46
+ */
47
+ onClickV2: string | null;
48
+ /**
49
+ * Styles to be added to the item. This follow the same interface of React's `style` prop.
50
+ */
51
+ style: {
52
+ [key in string]?: StyleValue | null;
53
+ };
54
+ mode: WorkspaceToolbarItemMode;
55
+ };
56
+ //# sourceMappingURL=WorkspaceToolbarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C,IAAI,EAAE,wBAAwB,CAAC;CAChC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export type WorkspaceToolbarItemMode = 'dotted' | 'named' | 'numbered';
2
+ //# sourceMappingURL=WorkspaceToolbarItemMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceToolbarItemMode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceToolbarItemMode.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,wBAAwB,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ export {};
@@ -0,0 +1,76 @@
1
+ export * from './AhkVar.js';
2
+ export * from './AhkVarList.js';
3
+ export * from './AppConfig.js';
4
+ export * from './AppExtraFlag.js';
5
+ export * from './AppIdentifier.js';
6
+ export * from './AppIdentifierType.js';
7
+ export * from './Border.js';
8
+ export * from './DateToolbarItem.js';
9
+ export * from './DateUpdateInterval.js';
10
+ export * from './DeviceToolbarItem.js';
11
+ export * from './FancyToolbarSettings.js';
12
+ export * from './FancyToolbarSettingsByMonitor.js';
13
+ export * from './FloatingWindowSettings.js';
14
+ export * from './GenericToolbarItem.js';
15
+ export * from './HideMode.js';
16
+ export * from './IconPack.js';
17
+ export * from './MatchingStrategy.js';
18
+ export * from './MediaToolbarItem.js';
19
+ export * from './MonitorConfiguration.js';
20
+ export * from './NetworkToolbarItem.js';
21
+ export * from './NodeSubtype.js';
22
+ export * from './NoFallbackBehavior.js';
23
+ export * from './NotificationsToolbarItem.js';
24
+ export * from './PinnedWegItemData.js';
25
+ export * from './Placeholder.js';
26
+ export * from './PlaceholderInfo.js';
27
+ export * from './Plugin.js';
28
+ export * from './PluginId.js';
29
+ export * from './PowerToolbarItem.js';
30
+ export * from './Profile.js';
31
+ export * from './ProfileSettings.js';
32
+ export * from './Rect.js';
33
+ export * from './ResourceId.js';
34
+ export * from './ResourceMetadata.js';
35
+ export * from './SeelenLauncherMonitor.js';
36
+ export * from './SeelenLauncherRunner.js';
37
+ export * from './SeelenLauncherSettings.js';
38
+ export * from './SeelenWallSettings.js';
39
+ export * from './SeelenWallSettingsByMonitor.js';
40
+ export * from './SeelenWallWallpaper.js';
41
+ export * from './SeelenWegMode.js';
42
+ export * from './SeelenWegSettings.js';
43
+ export * from './SeelenWegSettingsByMonitor.js';
44
+ export * from './SeelenWegSide.js';
45
+ export * from './Settings.js';
46
+ export * from './SettingsToolbarItem.js';
47
+ export * from './StyleValue.js';
48
+ export * from './TextToolbarItem.js';
49
+ export * from './Theme.js';
50
+ export * from './ThemeInfo.js';
51
+ export * from './ToolbarItem.js';
52
+ export * from './ToolbarItem2.js';
53
+ export * from './TrayToolbarItem.js';
54
+ export * from './UpdateChannel.js';
55
+ export * from './UpdaterSettings.js';
56
+ export * from './VirtualDesktopStrategy.js';
57
+ export * from './WegItem.js';
58
+ export * from './WegItems.js';
59
+ export * from './Widget.js';
60
+ export * from './WidgetId.js';
61
+ export * from './WindowManagerLayout.js';
62
+ export * from './WindowManagerSettings.js';
63
+ export * from './WindowManagerSettingsByMonitor.js';
64
+ export * from './WManagerLayoutInfo.js';
65
+ export * from './WmFallbackNode.js';
66
+ export * from './WmHorizontalNode.js';
67
+ export * from './WmLeafNode.js';
68
+ export * from './WmNode.js';
69
+ export * from './WmStackNode.js';
70
+ export * from './WmVerticalNode.js';
71
+ export * from './WorkspaceConfiguration.js';
72
+ export * from './WorkspaceIdentifier.js';
73
+ export * from './WorkspaceIdentifierType.js';
74
+ export * from './WorkspaceToolbarItem.js';
75
+ export * from './WorkspaceToolbarItemMode.js';
76
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/gen/types/mod.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC"}
@@ -0,0 +1,75 @@
1
+ export * from './AhkVar.js';
2
+ export * from './AhkVarList.js';
3
+ export * from './AppConfig.js';
4
+ export * from './AppExtraFlag.js';
5
+ export * from './AppIdentifier.js';
6
+ export * from './AppIdentifierType.js';
7
+ export * from './Border.js';
8
+ export * from './DateToolbarItem.js';
9
+ export * from './DateUpdateInterval.js';
10
+ export * from './DeviceToolbarItem.js';
11
+ export * from './FancyToolbarSettings.js';
12
+ export * from './FancyToolbarSettingsByMonitor.js';
13
+ export * from './FloatingWindowSettings.js';
14
+ export * from './GenericToolbarItem.js';
15
+ export * from './HideMode.js';
16
+ export * from './IconPack.js';
17
+ export * from './MatchingStrategy.js';
18
+ export * from './MediaToolbarItem.js';
19
+ export * from './MonitorConfiguration.js';
20
+ export * from './NetworkToolbarItem.js';
21
+ export * from './NodeSubtype.js';
22
+ export * from './NoFallbackBehavior.js';
23
+ export * from './NotificationsToolbarItem.js';
24
+ export * from './PinnedWegItemData.js';
25
+ export * from './Placeholder.js';
26
+ export * from './PlaceholderInfo.js';
27
+ export * from './Plugin.js';
28
+ export * from './PluginId.js';
29
+ export * from './PowerToolbarItem.js';
30
+ export * from './Profile.js';
31
+ export * from './ProfileSettings.js';
32
+ export * from './Rect.js';
33
+ export * from './ResourceId.js';
34
+ export * from './ResourceMetadata.js';
35
+ export * from './SeelenLauncherMonitor.js';
36
+ export * from './SeelenLauncherRunner.js';
37
+ export * from './SeelenLauncherSettings.js';
38
+ export * from './SeelenWallSettings.js';
39
+ export * from './SeelenWallSettingsByMonitor.js';
40
+ export * from './SeelenWallWallpaper.js';
41
+ export * from './SeelenWegMode.js';
42
+ export * from './SeelenWegSettings.js';
43
+ export * from './SeelenWegSettingsByMonitor.js';
44
+ export * from './SeelenWegSide.js';
45
+ export * from './Settings.js';
46
+ export * from './SettingsToolbarItem.js';
47
+ export * from './StyleValue.js';
48
+ export * from './TextToolbarItem.js';
49
+ export * from './Theme.js';
50
+ export * from './ThemeInfo.js';
51
+ export * from './ToolbarItem.js';
52
+ export * from './ToolbarItem2.js';
53
+ export * from './TrayToolbarItem.js';
54
+ export * from './UpdateChannel.js';
55
+ export * from './UpdaterSettings.js';
56
+ export * from './VirtualDesktopStrategy.js';
57
+ export * from './WegItem.js';
58
+ export * from './WegItems.js';
59
+ export * from './Widget.js';
60
+ export * from './WidgetId.js';
61
+ export * from './WindowManagerLayout.js';
62
+ export * from './WindowManagerSettings.js';
63
+ export * from './WindowManagerSettingsByMonitor.js';
64
+ export * from './WManagerLayoutInfo.js';
65
+ export * from './WmFallbackNode.js';
66
+ export * from './WmHorizontalNode.js';
67
+ export * from './WmLeafNode.js';
68
+ export * from './WmNode.js';
69
+ export * from './WmStackNode.js';
70
+ export * from './WmVerticalNode.js';
71
+ export * from './WorkspaceConfiguration.js';
72
+ export * from './WorkspaceIdentifier.js';
73
+ export * from './WorkspaceIdentifierType.js';
74
+ export * from './WorkspaceToolbarItem.js';
75
+ export * from './WorkspaceToolbarItemMode.js';
@@ -0,0 +1,4 @@
1
+ export type JsonValue = number | string | boolean | Array<JsonValue> | {
2
+ [key in string]?: JsonValue;
3
+ } | null;
4
+ //# sourceMappingURL=JsonValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JsonValue.d.ts","sourceRoot":"","sources":["../../../../src/gen/types/serde_json/JsonValue.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;CAAE,GAAG,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ export {};
@@ -1,6 +1,3 @@
1
- import { type InvokeArgs, type InvokeOptions } from '@tauri-apps/api/core';
2
- import type { Plugin } from '../state/plugin.js';
3
- import type { Profile } from '../state/profile.js';
4
1
  export declare enum SeelenCommand {
5
2
  Run = "run",
6
3
  IsDevMode = "is_dev_mode",
@@ -13,11 +10,13 @@ export declare enum SeelenCommand {
13
10
  SwitchWorkspace = "switch_workspace",
14
11
  SendKeys = "send_keys",
15
12
  GetIcon = "get_icon",
16
- GetSystemColors = "get_system_colors",
17
13
  SimulateFullscreen = "simulate_fullscreen",
18
14
  CheckForUpdates = "check_for_updates",
19
15
  /** Restart the app after install the update so it returns a promise resolved with `never` */
20
16
  InstallLastAvailableUpdate = "install_last_available_update",
17
+ SystemGetMonitors = "get_connected_monitors",
18
+ SystemGetColors = "get_system_colors",
19
+ SystemGetLanguages = "get_system_languages",
21
20
  SetAutoStart = "set_auto_start",
22
21
  GetAutoStartStatus = "get_auto_start_status",
23
22
  StateGetThemes = "state_get_themes",
@@ -25,13 +24,15 @@ export declare enum SeelenCommand {
25
24
  StateGetLayouts = "state_get_layouts",
26
25
  StateGetWegItems = "state_get_weg_items",
27
26
  StateGetSettings = "state_get_settings",
27
+ StateGetDefaultSettings = "state_get_default_settings",
28
+ StateGetDefaultMonitorSettings = "state_get_default_monitor_settings",
28
29
  StateGetSpecificAppsConfigurations = "state_get_specific_apps_configurations",
29
30
  StateGetWallpaper = "state_get_wallpaper",
30
31
  StateSetWallpaper = "state_set_wallpaper",
31
32
  StateGetHistory = "state_get_history",
32
33
  StateGetPlugins = "state_get_plugins",
33
34
  StateGetWidgets = "state_get_widgets",
34
- stateGetProfiles = "state_get_profiles",
35
+ StateGetProfiles = "state_get_profiles",
35
36
  MediaPrev = "media_prev",
36
37
  MediaTogglePlayPause = "media_toggle_play_pause",
37
38
  MediaNext = "media_next",
@@ -62,14 +63,4 @@ export declare enum SeelenCommand {
62
63
  NotificationsClose = "notifications_close",
63
64
  NotificationsCloseAll = "notifications_close_all"
64
65
  }
65
- type ReturnTypeByCommand = Record<SeelenCommand, unknown> & {
66
- [SeelenCommand.IsDevMode]: boolean;
67
- [SeelenCommand.CheckForUpdates]: boolean;
68
- [SeelenCommand.InstallLastAvailableUpdate]: never;
69
- [SeelenCommand.StateGetPlugins]: Plugin[];
70
- [SeelenCommand.stateGetProfiles]: Profile[];
71
- };
72
- export type SeelenCommandReturn<T extends SeelenCommand> = ReturnTypeByCommand[T];
73
- export declare function invoke<T extends SeelenCommand>(command: T, args?: InvokeArgs, options?: InvokeOptions): Promise<SeelenCommandReturn<T>>;
74
- export {};
75
- //# sourceMappingURL=invokers.d.ts.map
66
+ //# sourceMappingURL=commands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IAEvB,GAAG,QAAQ;IACX,SAAS,gBAAgB;IACzB,QAAQ,cAAc;IACtB,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,yBAAyB,iCAAiC;IAC1D,WAAW,kBAAkB;IAC7B,eAAe,sBAAsB;IACrC,eAAe,qBAAqB;IACpC,QAAQ,cAAc;IACtB,OAAO,aAAa;IACpB,kBAAkB,wBAAwB;IAC1C,eAAe,sBAAsB;IACrC,6FAA6F;IAC7F,0BAA0B,kCAAkC;IAE5D,iBAAiB,2BAA2B;IAC5C,eAAe,sBAAsB;IACrC,kBAAkB,yBAAyB;IAG3C,YAAY,mBAAmB;IAC/B,kBAAkB,0BAA0B;IAC5C,cAAc,qBAAqB;IACnC,oBAAoB,2BAA2B;IAC/C,eAAe,sBAAsB;IACrC,gBAAgB,wBAAwB;IACxC,gBAAgB,uBAAuB;IACvC,uBAAuB,+BAA+B;IACtD,8BAA8B,uCAAuC;IACrE,kCAAkC,2CAA2C;IAC7E,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,gBAAgB,uBAAuB;IAGvC,SAAS,eAAe;IACxB,oBAAoB,4BAA4B;IAChD,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAGlD,wBAAwB,gCAAgC;IACxD,wBAAwB,gCAAgC;IAGxD,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IAGrB,WAAW,kBAAkB;IAC7B,oBAAoB,4BAA4B;IAChD,wBAAwB,gCAAgC;IACxD,UAAU,iBAAiB;IAG3B,iBAAiB,wBAAwB;IACzC,YAAY,kBAAkB;IAG9B,eAAe,sBAAsB;IAGrC,sBAAsB,gCAAgC;IACtD,eAAe,uBAAuB;IACtC,qBAAqB,8BAA8B;IAGnD,eAAe,sBAAsB;IACrC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAGlC,kBAAkB,wBAAwB;IAC1C,qBAAqB,4BAA4B;CAClD"}
@@ -1,4 +1,3 @@
1
- import { invoke as tauriInvoke } from '@tauri-apps/api/core';
2
1
  export var SeelenCommand;
3
2
  (function (SeelenCommand) {
4
3
  // General
@@ -13,11 +12,13 @@ export var SeelenCommand;
13
12
  SeelenCommand["SwitchWorkspace"] = "switch_workspace";
14
13
  SeelenCommand["SendKeys"] = "send_keys";
15
14
  SeelenCommand["GetIcon"] = "get_icon";
16
- SeelenCommand["GetSystemColors"] = "get_system_colors";
17
15
  SeelenCommand["SimulateFullscreen"] = "simulate_fullscreen";
18
16
  SeelenCommand["CheckForUpdates"] = "check_for_updates";
19
17
  /** Restart the app after install the update so it returns a promise resolved with `never` */
20
18
  SeelenCommand["InstallLastAvailableUpdate"] = "install_last_available_update";
19
+ SeelenCommand["SystemGetMonitors"] = "get_connected_monitors";
20
+ SeelenCommand["SystemGetColors"] = "get_system_colors";
21
+ SeelenCommand["SystemGetLanguages"] = "get_system_languages";
21
22
  // Seelen Settings
22
23
  SeelenCommand["SetAutoStart"] = "set_auto_start";
23
24
  SeelenCommand["GetAutoStartStatus"] = "get_auto_start_status";
@@ -26,13 +27,15 @@ export var SeelenCommand;
26
27
  SeelenCommand["StateGetLayouts"] = "state_get_layouts";
27
28
  SeelenCommand["StateGetWegItems"] = "state_get_weg_items";
28
29
  SeelenCommand["StateGetSettings"] = "state_get_settings";
30
+ SeelenCommand["StateGetDefaultSettings"] = "state_get_default_settings";
31
+ SeelenCommand["StateGetDefaultMonitorSettings"] = "state_get_default_monitor_settings";
29
32
  SeelenCommand["StateGetSpecificAppsConfigurations"] = "state_get_specific_apps_configurations";
30
33
  SeelenCommand["StateGetWallpaper"] = "state_get_wallpaper";
31
34
  SeelenCommand["StateSetWallpaper"] = "state_set_wallpaper";
32
35
  SeelenCommand["StateGetHistory"] = "state_get_history";
33
36
  SeelenCommand["StateGetPlugins"] = "state_get_plugins";
34
37
  SeelenCommand["StateGetWidgets"] = "state_get_widgets";
35
- SeelenCommand["stateGetProfiles"] = "state_get_profiles";
38
+ SeelenCommand["StateGetProfiles"] = "state_get_profiles";
36
39
  // Media
37
40
  SeelenCommand["MediaPrev"] = "media_prev";
38
41
  SeelenCommand["MediaTogglePlayPause"] = "media_toggle_play_pause";
@@ -72,6 +75,3 @@ export var SeelenCommand;
72
75
  SeelenCommand["NotificationsClose"] = "notifications_close";
73
76
  SeelenCommand["NotificationsCloseAll"] = "notifications_close_all";
74
77
  })(SeelenCommand || (SeelenCommand = {}));
75
- export function invoke(command, args, options) {
76
- return tauriInvoke(command, args, options);
77
- }
@@ -3,8 +3,9 @@ export declare enum SeelenEvent {
3
3
  ActiveWorkspaceChanged = "active-workspace-changed",
4
4
  GlobalFocusChanged = "global-focus-changed",
5
5
  GlobalMouseMove = "global-mouse-move",
6
- GlobalMonitorsChanged = "global-monitors-changed",
7
6
  HandleLayeredHitboxes = "handle-layered",
7
+ SystemMonitorsChanged = "system::monitors-changed",
8
+ SystemLanguagesChanged = "system::languages-changed",
8
9
  MediaSessions = "media-sessions",
9
10
  MediaInputs = "media-inputs",
10
11
  MediaOutputs = "media-outputs",
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,iBAAiB,uBAAuB;IACxC,sBAAsB,6BAA6B;IACnD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,aAAa,mBAAmB;IAChC,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,QAAQ,cAAc;IACtB,gBAAgB,kBAAkB;IAClC,YAAY,kBAAkB;IAC9B,mBAAmB,uBAAuB;IAC1C,uBAAuB,2BAA2B;IAClD,oBAAoB,yBAAyB;IAC7C,aAAa,iBAAiB;IAC9B,gBAAgB,oBAAoB;IACpC,gBAAgB,oBAAoB;IACpC,cAAc,kBAAkB;IAChC,aAAa,iBAAiB;IAC9B,oBAAoB,yBAAyB;IAC7C,OAAO,UAAU;IACjB,oBAAoB,yBAAyB;IAC7C,WAAW,eAAe;IAC1B,cAAc,kBAAkB;IAChC,cAAc,kBAAkB;IAChC,eAAe,sBAAsB;IACrC,WAAW,kBAAkB;IAC7B,sBAAsB,8BAA8B;IACpD,iBAAiB,yBAAyB;IAC1C,QAAQ,cAAc;IACtB,oBAAoB,qBAAqB;IACzC,oBAAoB,cAAc;IAClC,kBAAkB,WAAW;IAC7B,wBAAwB,iBAAiB;IACzC,mBAAmB,YAAY;IAC/B,yBAAyB,oBAAoB;IAC7C,mBAAmB,YAAY;IAC/B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,oBAAoB,qBAAqB;CAC1C"}
@@ -5,8 +5,9 @@ export var SeelenEvent;
5
5
  SeelenEvent["ActiveWorkspaceChanged"] = "active-workspace-changed";
6
6
  SeelenEvent["GlobalFocusChanged"] = "global-focus-changed";
7
7
  SeelenEvent["GlobalMouseMove"] = "global-mouse-move";
8
- SeelenEvent["GlobalMonitorsChanged"] = "global-monitors-changed";
9
8
  SeelenEvent["HandleLayeredHitboxes"] = "handle-layered";
9
+ SeelenEvent["SystemMonitorsChanged"] = "system::monitors-changed";
10
+ SeelenEvent["SystemLanguagesChanged"] = "system::languages-changed";
10
11
  SeelenEvent["MediaSessions"] = "media-sessions";
11
12
  SeelenEvent["MediaInputs"] = "media-inputs";
12
13
  SeelenEvent["MediaOutputs"] = "media-outputs";
@@ -0,0 +1,26 @@
1
+ import { type InvokeArgs, type InvokeOptions } from '@tauri-apps/api/core';
2
+ import { type EventCallback, type Options as ListenerOptions, type UnlistenFn } from '@tauri-apps/api/event';
3
+ import type { SeelenCommand } from './commands.js';
4
+ import type { SeelenEvent } from '../lib.js';
5
+ export * from './commands.js';
6
+ declare global {
7
+ interface ArgsByCommand extends Record<SeelenCommand, InvokeArgs | null> {
8
+ [SeelenCommand.IsDevMode]: null;
9
+ [SeelenCommand.CheckForUpdates]: null;
10
+ [SeelenCommand.InstallLastAvailableUpdate]: null;
11
+ }
12
+ interface ReturnByCommand extends Record<SeelenCommand, unknown> {
13
+ [SeelenCommand.IsDevMode]: boolean;
14
+ [SeelenCommand.CheckForUpdates]: boolean;
15
+ [SeelenCommand.InstallLastAvailableUpdate]: never;
16
+ }
17
+ interface PayloadByEvent extends Record<SeelenEvent, unknown> {
18
+ }
19
+ }
20
+ /**
21
+ * Will call to the background process
22
+ * @return Result of the command
23
+ */
24
+ export declare function invoke<T extends SeelenCommand>(command: T, args?: NonNullable<ArgsByCommand[T]>, options?: InvokeOptions): Promise<ReturnByCommand[T]>;
25
+ export declare function subscribe<T extends SeelenEvent>(event: T, cb: EventCallback<PayloadByEvent[T]>, options?: ListenerOptions): Promise<UnlistenFn>;
26
+ //# sourceMappingURL=invokers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invokers.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/invokers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,EAAE,KAAK,aAAa,EAAU,KAAK,OAAO,IAAI,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAErH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAE7C,cAAc,eAAe,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAc,SAAQ,MAAM,CAAC,aAAa,EAAE,UAAU,GAAG,IAAI,CAAC;QACtE,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;QAChC,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;QACtC,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,IAAI,CAAC;KAClD;IAED,UAAU,eAAgB,SAAQ,MAAM,CAAC,aAAa,EAAE,OAAO,CAAC;QAC9D,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;QACnC,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;QACzC,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,KAAK,CAAC;KACnD;IAED,UAAU,cAAe,SAAQ,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC;KAAG;CACjE;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,aAAa,EAC5C,OAAO,EAAE,CAAC,EACV,IAAI,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EACpC,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAE7B;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,WAAW,EAC7C,KAAK,EAAE,CAAC,EACR,EAAE,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,EACpC,OAAO,CAAC,EAAE,eAAe,GACxB,OAAO,CAAC,UAAU,CAAC,CAErB"}
@@ -0,0 +1,13 @@
1
+ import { invoke as tauriInvoke } from '@tauri-apps/api/core';
2
+ import { listen } from '@tauri-apps/api/event';
3
+ export * from './commands.js';
4
+ /**
5
+ * Will call to the background process
6
+ * @return Result of the command
7
+ */
8
+ export function invoke(command, args, options) {
9
+ return tauriInvoke(command, args, options);
10
+ }
11
+ export function subscribe(event, cb, options) {
12
+ return listen(event, cb, options);
13
+ }
@@ -0,0 +1,4 @@
1
+ export * from './invokers.js';
2
+ export * from './events.js';
3
+ export * from './commands.js';
4
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/mod.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}