@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,118 @@
1
+ /**
2
+ * Utilities for {@link https://protobuf.dev/programming-guides/encoding/#varints Varint} encoding
3
+ * of typed integers. Varint encoding represents integers using a variable number of bytes, with
4
+ * smaller values requiring fewer bytes.
5
+ *
6
+ * ```ts
7
+ * import { encodeVarint, decodeVarint } from "@std/encoding/varint";
8
+ * import { assertEquals } from "@std/assert";
9
+ *
10
+ * const buf = new Uint8Array(10);
11
+ * assertEquals(
12
+ * encodeVarint(42n, buf),
13
+ * [new Uint8Array([42]), 1]
14
+ * );
15
+ *
16
+ * assertEquals(
17
+ * decodeVarint(new Uint8Array([42])),
18
+ * [ 42n, 1 ]
19
+ * );
20
+ * ```
21
+ *
22
+ * @module
23
+ */
24
+ /**
25
+ * The maximum value of an unsigned 64-bit integer.
26
+ * Equivalent to `2n**64n - 1n`
27
+ */
28
+ export declare const MaxUint64 = 18446744073709551615n;
29
+ /**
30
+ * The maximum length, in bytes, of a Varint encoded 64-bit integer.
31
+ */
32
+ export declare const MaxVarintLen64 = 10;
33
+ /**
34
+ * The maximum length, in bytes, of a Varint encoded 32-bit integer.
35
+ */
36
+ export declare const MaxVarintLen32 = 5;
37
+ /**
38
+ * Given a non empty `buf`, starting at `offset` (default: 0), begin decoding bytes as
39
+ * Varint encoded bytes, for a maximum of 10 bytes (offset + 10). The returned
40
+ * tuple is of the decoded varint 32-bit number, and the new offset with which
41
+ * to continue decoding other data.
42
+ *
43
+ * If a `bigint` in return is undesired, the `decode32` function will return a
44
+ * `number`, but this should only be used in cases where the varint is
45
+ * _assured_ to be 32-bits. If in doubt, use `decode()`.
46
+ *
47
+ * To know how many bytes the Varint took to encode, simply negate `offset`
48
+ * from the returned new `offset`.
49
+ *
50
+ * @param buf The buffer to decode from.
51
+ * @param offset The offset to start decoding from.
52
+ * @returns A tuple of the decoded varint 64-bit number, and the new offset.
53
+ *
54
+ * @example Usage
55
+ * ```ts
56
+ * import { decodeVarint } from "@std/encoding/varint";
57
+ * import { assertEquals } from "@std/assert";
58
+ *
59
+ * const buf = new Uint8Array([0x8E, 0x02]);
60
+ * assertEquals(decodeVarint(buf), [270n, 2]);
61
+ * ```
62
+ */
63
+ export declare function decodeVarint(buf: Uint8Array, offset?: number): [bigint, number];
64
+ /**
65
+ * Given a `buf`, starting at `offset` (default: 0), begin decoding bytes as
66
+ * Varint encoded bytes, for a maximum of 5 bytes (offset + 5). The returned
67
+ * tuple is of the decoded varint 32-bit number, and the new offset with which
68
+ * to continue decoding other data.
69
+ *
70
+ * Varints are _not 32-bit by default_ so this should only be used in cases
71
+ * where the varint is _assured_ to be 32-bits. If in doubt, use `decode()`.
72
+ *
73
+ * To know how many bytes the Varint took to encode, simply negate `offset`
74
+ * from the returned new `offset`.
75
+ *
76
+ * @param buf The buffer to decode from.
77
+ * @param offset The offset to start decoding from.
78
+ * @returns A tuple of the decoded varint 32-bit number, and the new offset.
79
+ *
80
+ * @example Usage
81
+ * ```ts
82
+ * import { decodeVarint32 } from "@std/encoding/varint";
83
+ * import { assertEquals } from "@std/assert";
84
+ *
85
+ * const buf = new Uint8Array([0x8E, 0x02]);
86
+ * assertEquals(decodeVarint32(buf), [270, 2]);
87
+ * ```
88
+ */
89
+ export declare function decodeVarint32(buf: Uint8Array, offset?: number): [number, number];
90
+ /**
91
+ * Takes unsigned number `num` and converts it into a Varint encoded
92
+ * `Uint8Array`, returning a tuple consisting of a `Uint8Array` slice of the
93
+ * encoded Varint, and an offset where the Varint encoded bytes end within the
94
+ * `Uint8Array`.
95
+ *
96
+ * If `buf` is not given then a Uint8Array will be created.
97
+ * `offset` defaults to `0`.
98
+ *
99
+ * If passed `buf` then that will be written into, starting at `offset`. The
100
+ * resulting returned `Uint8Array` will be a slice of `buf`. The resulting
101
+ * returned number is effectively `offset + bytesWritten`.
102
+ *
103
+ * @param num The number to encode.
104
+ * @param buf The buffer to write into.
105
+ * @param offset The offset to start writing at.
106
+ * @returns A tuple of the encoded Varint `Uint8Array` and the new offset.
107
+ *
108
+ * @example Usage
109
+ * ```ts
110
+ * import { encodeVarint } from "@std/encoding/varint";
111
+ * import { assertEquals } from "@std/assert";
112
+ *
113
+ * const buf = new Uint8Array(10);
114
+ * assertEquals(encodeVarint(42n, buf), [new Uint8Array([42]), 1]);
115
+ * ```
116
+ */
117
+ export declare function encodeVarint(num: bigint | number, buf?: Uint8Array, offset?: number): [Uint8Array, number];
118
+ //# sourceMappingURL=varint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"varint.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.6/varint.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAKH;;;GAGG;AACH,eAAO,MAAM,SAAS,wBAAwB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC;;GAEG;AACH,eAAO,MAAM,cAAc,IAAI,CAAC;AAahC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CA6D1E;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAe5E;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,YAAY,CAC1B,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,GAAG,GAAE,UAA2C,EAChD,MAAM,SAAI,GACT,CAAC,UAAU,EAAE,MAAM,CAAC,CAuBtB"}
@@ -0,0 +1,207 @@
1
+ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2
+ // Copyright 2020 Keith Cirkel. All rights reserved. MIT license.
3
+ // Copyright 2023 Skye "MierenManz". All rights reserved. MIT license.
4
+ /**
5
+ * Utilities for {@link https://protobuf.dev/programming-guides/encoding/#varints Varint} encoding
6
+ * of typed integers. Varint encoding represents integers using a variable number of bytes, with
7
+ * smaller values requiring fewer bytes.
8
+ *
9
+ * ```ts
10
+ * import { encodeVarint, decodeVarint } from "@std/encoding/varint";
11
+ * import { assertEquals } from "@std/assert";
12
+ *
13
+ * const buf = new Uint8Array(10);
14
+ * assertEquals(
15
+ * encodeVarint(42n, buf),
16
+ * [new Uint8Array([42]), 1]
17
+ * );
18
+ *
19
+ * assertEquals(
20
+ * decodeVarint(new Uint8Array([42])),
21
+ * [ 42n, 1 ]
22
+ * );
23
+ * ```
24
+ *
25
+ * @module
26
+ */
27
+ // This implementation is a port of https://deno.land/x/varint@v2.0.0 by @keithamus
28
+ // This module is browser compatible.
29
+ /**
30
+ * The maximum value of an unsigned 64-bit integer.
31
+ * Equivalent to `2n**64n - 1n`
32
+ */
33
+ export const MaxUint64 = 18446744073709551615n;
34
+ /**
35
+ * The maximum length, in bytes, of a Varint encoded 64-bit integer.
36
+ */
37
+ export const MaxVarintLen64 = 10;
38
+ /**
39
+ * The maximum length, in bytes, of a Varint encoded 32-bit integer.
40
+ */
41
+ export const MaxVarintLen32 = 5;
42
+ const MSB = 0x80;
43
+ const REST = 0x7f;
44
+ const SHIFT = 7;
45
+ const MSBN = 0x80n;
46
+ const SHIFTN = 7n;
47
+ // ArrayBuffer and TypedArray's for "pointer casting"
48
+ const AB = new ArrayBuffer(8);
49
+ const U32_VIEW = new Uint32Array(AB);
50
+ const U64_VIEW = new BigUint64Array(AB);
51
+ /**
52
+ * Given a non empty `buf`, starting at `offset` (default: 0), begin decoding bytes as
53
+ * Varint encoded bytes, for a maximum of 10 bytes (offset + 10). The returned
54
+ * tuple is of the decoded varint 32-bit number, and the new offset with which
55
+ * to continue decoding other data.
56
+ *
57
+ * If a `bigint` in return is undesired, the `decode32` function will return a
58
+ * `number`, but this should only be used in cases where the varint is
59
+ * _assured_ to be 32-bits. If in doubt, use `decode()`.
60
+ *
61
+ * To know how many bytes the Varint took to encode, simply negate `offset`
62
+ * from the returned new `offset`.
63
+ *
64
+ * @param buf The buffer to decode from.
65
+ * @param offset The offset to start decoding from.
66
+ * @returns A tuple of the decoded varint 64-bit number, and the new offset.
67
+ *
68
+ * @example Usage
69
+ * ```ts
70
+ * import { decodeVarint } from "@std/encoding/varint";
71
+ * import { assertEquals } from "@std/assert";
72
+ *
73
+ * const buf = new Uint8Array([0x8E, 0x02]);
74
+ * assertEquals(decodeVarint(buf), [270n, 2]);
75
+ * ```
76
+ */
77
+ export function decodeVarint(buf, offset = 0) {
78
+ // Clear the last result from the Two's complement view
79
+ U64_VIEW[0] = 0n;
80
+ // Setup the initiat state of the function
81
+ let intermediate = 0;
82
+ let position = 0;
83
+ let i = offset;
84
+ // If the buffer is empty Throw
85
+ if (buf.length === 0)
86
+ throw new RangeError("Cannot read empty buffer");
87
+ let byte;
88
+ do {
89
+ // Get a single byte from the buffer
90
+ byte = buf[i];
91
+ // 1. Take the lower 7 bits of the byte.
92
+ // 2. Shift the bits into the correct position.
93
+ // 3. Bitwise OR it with the intermediate value
94
+ // QUIRK: in the 5th (and 10th) iteration of this loop it will overflow on the shift.
95
+ // This causes only the lower 4 bits to be shifted into place and removing the upper 3 bits
96
+ intermediate |= (byte & 0b01111111) << position;
97
+ // If position is 28
98
+ // it means that this iteration needs to be written the the two's complement view
99
+ // This only happens once due to the `-4` in this branch
100
+ if (position === 28) {
101
+ // Write to the view
102
+ U32_VIEW[0] = intermediate;
103
+ // set `intermediate` to the remaining 3 bits
104
+ // We only want the remaining three bits because the other 4 have been "consumed" on line 21
105
+ intermediate = (byte & 0b01110000) >>> 4;
106
+ // set `position` to -4 because later 7 will be added, making it 3
107
+ position = -4;
108
+ }
109
+ // Increment the shift position by 7
110
+ position += 7;
111
+ // Increment the iterator by 1
112
+ i++;
113
+ // Keep going while there is a continuation bit
114
+ } while ((byte & 0b10000000) === 0b10000000);
115
+ // subtract the initial offset from `i` to get the bytes read
116
+ const nRead = i - offset;
117
+ // If 10 bytes have been read and intermediate has overflown
118
+ // it means that the varint is malformed
119
+ // If 11 bytes have been read it means that the varint is malformed
120
+ // If `i` is bigger than the buffer it means we overread the buffer and the varint is malformed
121
+ if ((nRead === 10 && intermediate > -1) || nRead === 11 || i > buf.length) {
122
+ throw new RangeError("Cannot decode the varint input: Malformed or overflow varint");
123
+ }
124
+ // Write the intermediate value to the "empty" slot
125
+ // if the first slot is taken. Take the second slot
126
+ U32_VIEW[Number(nRead > 4)] = intermediate;
127
+ return [U64_VIEW[0], i];
128
+ }
129
+ /**
130
+ * Given a `buf`, starting at `offset` (default: 0), begin decoding bytes as
131
+ * Varint encoded bytes, for a maximum of 5 bytes (offset + 5). The returned
132
+ * tuple is of the decoded varint 32-bit number, and the new offset with which
133
+ * to continue decoding other data.
134
+ *
135
+ * Varints are _not 32-bit by default_ so this should only be used in cases
136
+ * where the varint is _assured_ to be 32-bits. If in doubt, use `decode()`.
137
+ *
138
+ * To know how many bytes the Varint took to encode, simply negate `offset`
139
+ * from the returned new `offset`.
140
+ *
141
+ * @param buf The buffer to decode from.
142
+ * @param offset The offset to start decoding from.
143
+ * @returns A tuple of the decoded varint 32-bit number, and the new offset.
144
+ *
145
+ * @example Usage
146
+ * ```ts
147
+ * import { decodeVarint32 } from "@std/encoding/varint";
148
+ * import { assertEquals } from "@std/assert";
149
+ *
150
+ * const buf = new Uint8Array([0x8E, 0x02]);
151
+ * assertEquals(decodeVarint32(buf), [270, 2]);
152
+ * ```
153
+ */
154
+ export function decodeVarint32(buf, offset = 0) {
155
+ let shift = 0;
156
+ let decoded = 0;
157
+ for (let i = offset; i <= Math.min(buf.length, offset + MaxVarintLen32); i += 1, shift += SHIFT) {
158
+ const byte = buf[i];
159
+ decoded += (byte & REST) * Math.pow(2, shift);
160
+ if (!(byte & MSB))
161
+ return [decoded, i + 1];
162
+ }
163
+ throw new RangeError("Cannot decode the varint input: Malformed or overflow varint");
164
+ }
165
+ /**
166
+ * Takes unsigned number `num` and converts it into a Varint encoded
167
+ * `Uint8Array`, returning a tuple consisting of a `Uint8Array` slice of the
168
+ * encoded Varint, and an offset where the Varint encoded bytes end within the
169
+ * `Uint8Array`.
170
+ *
171
+ * If `buf` is not given then a Uint8Array will be created.
172
+ * `offset` defaults to `0`.
173
+ *
174
+ * If passed `buf` then that will be written into, starting at `offset`. The
175
+ * resulting returned `Uint8Array` will be a slice of `buf`. The resulting
176
+ * returned number is effectively `offset + bytesWritten`.
177
+ *
178
+ * @param num The number to encode.
179
+ * @param buf The buffer to write into.
180
+ * @param offset The offset to start writing at.
181
+ * @returns A tuple of the encoded Varint `Uint8Array` and the new offset.
182
+ *
183
+ * @example Usage
184
+ * ```ts
185
+ * import { encodeVarint } from "@std/encoding/varint";
186
+ * import { assertEquals } from "@std/assert";
187
+ *
188
+ * const buf = new Uint8Array(10);
189
+ * assertEquals(encodeVarint(42n, buf), [new Uint8Array([42]), 1]);
190
+ * ```
191
+ */
192
+ export function encodeVarint(num, buf = new Uint8Array(MaxVarintLen64), offset = 0) {
193
+ num = BigInt(num);
194
+ if (num < 0n) {
195
+ throw new RangeError(`Cannot encode the input into varint as it should be non-negative integer: received ${num}`);
196
+ }
197
+ for (let i = offset; i <= Math.min(buf.length, MaxVarintLen64); i += 1) {
198
+ if (num < MSBN) {
199
+ buf[i] = Number(num);
200
+ i += 1;
201
+ return [buf.slice(offset, i), i];
202
+ }
203
+ buf[i] = Number((num & 0xffn) | MSBN);
204
+ num >>= SHIFTN;
205
+ }
206
+ throw new RangeError(`Cannot encode the input ${num} into varint as it overflows uint64`);
207
+ }
@@ -0,0 +1,6 @@
1
+ export type AhkVar = {
2
+ fancy: string;
3
+ ahk: string;
4
+ readonly: boolean;
5
+ };
6
+ //# sourceMappingURL=AhkVar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AhkVar.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AhkVar.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,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,54 @@
1
+ import type { AhkVar } from './AhkVar.js';
2
+ export type AhkVarList = {
3
+ toggleLauncher: AhkVar;
4
+ reserveTop: AhkVar;
5
+ reserveBottom: AhkVar;
6
+ reserveLeft: AhkVar;
7
+ reserveRight: AhkVar;
8
+ reserveFloat: AhkVar;
9
+ reserveStack: AhkVar;
10
+ focusTop: AhkVar;
11
+ focusBottom: AhkVar;
12
+ focusLeft: AhkVar;
13
+ focusRight: AhkVar;
14
+ focusLatest: AhkVar;
15
+ increaseWidth: AhkVar;
16
+ decreaseWidth: AhkVar;
17
+ increaseHeight: AhkVar;
18
+ decreaseHeight: AhkVar;
19
+ restoreSizes: AhkVar;
20
+ switchWorkspace0: AhkVar;
21
+ switchWorkspace1: AhkVar;
22
+ switchWorkspace2: AhkVar;
23
+ switchWorkspace3: AhkVar;
24
+ switchWorkspace4: AhkVar;
25
+ switchWorkspace5: AhkVar;
26
+ switchWorkspace6: AhkVar;
27
+ switchWorkspace7: AhkVar;
28
+ switchWorkspace8: AhkVar;
29
+ switchWorkspace9: AhkVar;
30
+ moveToWorkspace0: AhkVar;
31
+ moveToWorkspace1: AhkVar;
32
+ moveToWorkspace2: AhkVar;
33
+ moveToWorkspace3: AhkVar;
34
+ moveToWorkspace4: AhkVar;
35
+ moveToWorkspace5: AhkVar;
36
+ moveToWorkspace6: AhkVar;
37
+ moveToWorkspace7: AhkVar;
38
+ moveToWorkspace8: AhkVar;
39
+ moveToWorkspace9: AhkVar;
40
+ sendToWorkspace0: AhkVar;
41
+ sendToWorkspace1: AhkVar;
42
+ sendToWorkspace2: AhkVar;
43
+ sendToWorkspace3: AhkVar;
44
+ sendToWorkspace4: AhkVar;
45
+ sendToWorkspace5: AhkVar;
46
+ sendToWorkspace6: AhkVar;
47
+ sendToWorkspace7: AhkVar;
48
+ sendToWorkspace8: AhkVar;
49
+ sendToWorkspace9: AhkVar;
50
+ miscOpenSettings: AhkVar;
51
+ miscToggleLockTracing: AhkVar;
52
+ miscToggleWinEventTracing: AhkVar;
53
+ };
54
+ //# sourceMappingURL=AhkVarList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AhkVarList.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AhkVarList.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,UAAU,GAAG;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC"}
@@ -0,0 +1,33 @@
1
+ import type { AppExtraFlag } from './AppExtraFlag.js';
2
+ import type { AppIdentifier } from './AppIdentifier.js';
3
+ export type AppConfig = {
4
+ /**
5
+ * name of the app
6
+ */
7
+ name: string;
8
+ /**
9
+ * category to group the app under
10
+ */
11
+ category: string | null;
12
+ /**
13
+ * monitor index that the app should be bound to
14
+ */
15
+ boundMonitor: number | null;
16
+ /**
17
+ * workspace index that the app should be bound to
18
+ */
19
+ boundWorkspace: number | null;
20
+ /**
21
+ * app identifier
22
+ */
23
+ identifier: AppIdentifier;
24
+ /**
25
+ * extra specific options/settings for the app
26
+ */
27
+ options: Array<AppExtraFlag>;
28
+ /**
29
+ * is this config bundled with seelen ui.
30
+ */
31
+ isBundled: boolean;
32
+ };
33
+ //# sourceMappingURL=AppConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppConfig.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC7B;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export type AppExtraFlag = 'float' | 'force' | 'unmanage' | 'pinned' | 'hidden';
2
+ //# sourceMappingURL=AppExtraFlag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppExtraFlag.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppExtraFlag.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,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,11 @@
1
+ import type { AppIdentifierType } from './AppIdentifierType.js';
2
+ import type { MatchingStrategy } from './MatchingStrategy.js';
3
+ export type AppIdentifier = {
4
+ id: string;
5
+ kind: AppIdentifierType;
6
+ matchingStrategy: MatchingStrategy;
7
+ negation: boolean;
8
+ and: Array<AppIdentifier>;
9
+ or: Array<AppIdentifier>;
10
+ };
11
+ //# sourceMappingURL=AppIdentifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppIdentifier.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppIdentifier.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,iBAAiB,CAAC;IACxB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC1B,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAC1B,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export type AppIdentifierType = 'Exe' | 'Class' | 'Title' | 'Path';
2
+ //# sourceMappingURL=AppIdentifierType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppIdentifierType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppIdentifierType.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,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,6 @@
1
+ export type Border = {
2
+ enabled: boolean;
3
+ width: number;
4
+ offset: number;
5
+ };
6
+ //# sourceMappingURL=Border.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Border.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Border.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,MAAM,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,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,71 @@
1
+ import type { DateUpdateInterval } from './DateUpdateInterval.js';
2
+ import type { StyleValue } from './StyleValue.js';
3
+ export type DateToolbarItem = {
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
+ * ## Date Item Scope
14
+ * ```ts
15
+ * const date: string; // the formatted date
16
+ * ```
17
+ */
18
+ template: string;
19
+ /**
20
+ * Content to display in tooltip of the item.
21
+ *
22
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
23
+ *
24
+ * ## Date Item Scope
25
+ * ```ts
26
+ * const date: string; // the formatted date
27
+ * ```
28
+ */
29
+ tooltip: string | null;
30
+ /**
31
+ * Badge will be displayed over the item, useful as notifications.
32
+ *
33
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
34
+ *
35
+ * ## Date Item Scope
36
+ * ```ts
37
+ * const date: string; // the formatted date
38
+ * ```
39
+ */
40
+ badge: string | null;
41
+ /**
42
+ * Deprecated use `onClickV2` instead.
43
+ */
44
+ onClick: string | null;
45
+ /**
46
+ * This code will be parsed and executed when the item is clicked.
47
+ *
48
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
49
+ *
50
+ * ## Date Item Scope
51
+ * ```ts
52
+ * const date: string; // the formatted date
53
+ * ```
54
+ */
55
+ onClickV2: string | null;
56
+ /**
57
+ * Styles to be added to the item. This follow the same interface of React's `style` prop.
58
+ */
59
+ style: {
60
+ [key in string]?: StyleValue | null;
61
+ };
62
+ /**
63
+ * @deprecated -- v2 uses settings date format instead (it will perform the minimal updates)
64
+ */
65
+ each: DateUpdateInterval;
66
+ /**
67
+ * @deprecated -- v2 uses settings date format instead
68
+ */
69
+ format: string;
70
+ };
71
+ //# sourceMappingURL=DateToolbarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DateToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;OASG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;OASG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;OASG;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;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export type DateUpdateInterval = 'millisecond' | 'second' | 'minute' | 'hour' | 'day';
2
+ //# sourceMappingURL=DateUpdateInterval.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateUpdateInterval.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DateUpdateInterval.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,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,54 @@
1
+ import type { StyleValue } from './StyleValue.js';
2
+ export type DeviceToolbarItem = {
3
+ /**
4
+ * Id to identify the item, should be unique.
5
+ */
6
+ id: string;
7
+ /**
8
+ * Content to display in the item.
9
+ *
10
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
11
+ *
12
+ * ## Device Item Scope
13
+ * this module does no expand the scope of the item
14
+ */
15
+ template: string;
16
+ /**
17
+ * Content to display in tooltip of the item.
18
+ *
19
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
20
+ *
21
+ * ## Device Item Scope
22
+ * this module does no expand the scope of the item
23
+ */
24
+ tooltip: string | null;
25
+ /**
26
+ * Badge will be displayed over the item, useful as notifications.
27
+ *
28
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
29
+ *
30
+ * ## Device Item Scope
31
+ * this module does no expand the scope of the item
32
+ */
33
+ badge: string | null;
34
+ /**
35
+ * Deprecated use `onClickV2` instead.
36
+ */
37
+ onClick: string | null;
38
+ /**
39
+ * This code will be parsed and executed when the item is clicked.
40
+ *
41
+ * Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
42
+ *
43
+ * ## Device Item Scope
44
+ * this module does no expand the scope of the item
45
+ */
46
+ onClickV2: string | null;
47
+ /**
48
+ * Styles to be added to the item. This follow the same interface of React's `style` prop.
49
+ */
50
+ style: {
51
+ [key in string]?: StyleValue | null;
52
+ };
53
+ };
54
+ //# sourceMappingURL=DeviceToolbarItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeviceToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DeviceToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;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;CAChD,CAAC"}
@@ -0,0 +1 @@
1
+ export {};