@seelen-ui/lib 2.1.0 → 2.1.3-next.20250205133355

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 (1233) hide show
  1. package/esm/constants/mod.d.ts.map +1 -0
  2. package/esm/handlers/commands.d.ts +74 -0
  3. package/esm/handlers/commands.d.ts.map +1 -0
  4. package/esm/handlers/commands.js +75 -0
  5. package/esm/handlers/events.d.ts +51 -0
  6. package/esm/handlers/events.d.ts.map +1 -0
  7. package/esm/handlers/events.js +52 -0
  8. package/esm/handlers/invokers.d.ts.map +1 -0
  9. package/esm/handlers/mod.d.ts.map +1 -0
  10. package/esm/lib.d.ts.map +1 -0
  11. package/esm/state/icon_pack.d.ts +84 -0
  12. package/esm/state/icon_pack.d.ts.map +1 -0
  13. package/esm/state/mod.d.ts.map +1 -0
  14. package/esm/state/placeholder.d.ts +34 -0
  15. package/esm/state/placeholder.d.ts.map +1 -0
  16. package/esm/state/plugin.d.ts +20 -0
  17. package/esm/state/plugin.d.ts.map +1 -0
  18. package/esm/state/profile.d.ts +15 -0
  19. package/esm/state/profile.d.ts.map +1 -0
  20. package/esm/state/settings/declaration.d.ts.map +1 -0
  21. package/esm/state/settings/mod.d.ts +70 -0
  22. package/esm/state/settings/mod.d.ts.map +1 -0
  23. package/esm/state/settings/settings_by_monitor.d.ts +21 -0
  24. package/esm/state/settings/settings_by_monitor.d.ts.map +1 -0
  25. package/esm/state/settings_by_app.d.ts +40 -0
  26. package/esm/state/settings_by_app.d.ts.map +1 -0
  27. package/esm/state/theme.d.ts +19 -0
  28. package/esm/state/theme.d.ts.map +1 -0
  29. package/esm/state/weg_items.d.ts +43 -0
  30. package/esm/state/weg_items.d.ts.map +1 -0
  31. package/esm/state/widget.d.ts +35 -0
  32. package/esm/state/widget.d.ts.map +1 -0
  33. package/esm/state/widget.js +44 -0
  34. package/esm/state/wm_layout.d.ts +18 -0
  35. package/esm/state/wm_layout.d.ts.map +1 -0
  36. package/esm/system_state/language.d.ts.map +1 -0
  37. package/esm/system_state/mod.d.ts +5 -0
  38. package/esm/system_state/mod.d.ts.map +1 -0
  39. package/esm/system_state/mod.js +4 -0
  40. package/esm/system_state/monitors.d.ts.map +1 -0
  41. package/esm/system_state/ui_colors.d.ts.map +1 -0
  42. package/esm/system_state/user.d.ts +71 -0
  43. package/esm/system_state/user.d.ts.map +1 -0
  44. package/esm/types/AhkVar.d.ts.map +1 -0
  45. package/esm/types/AhkVarList.d.ts +64 -0
  46. package/esm/types/AhkVarList.d.ts.map +1 -0
  47. package/esm/types/AppConfig.d.ts +33 -0
  48. package/esm/types/AppConfig.d.ts.map +1 -0
  49. package/esm/types/AppExtraFlag.d.ts +2 -0
  50. package/esm/types/AppExtraFlag.d.ts.map +1 -0
  51. package/esm/types/AppIdentifier.d.ts +11 -0
  52. package/esm/types/AppIdentifier.d.ts.map +1 -0
  53. package/esm/types/AppIdentifierType.d.ts +2 -0
  54. package/esm/types/AppIdentifierType.d.ts.map +1 -0
  55. package/esm/types/Border.d.ts.map +1 -0
  56. package/esm/types/DateToolbarItem.d.ts +62 -0
  57. package/esm/types/DateToolbarItem.d.ts.map +1 -0
  58. package/esm/types/DeviceToolbarItem.d.ts +54 -0
  59. package/esm/types/DeviceToolbarItem.d.ts.map +1 -0
  60. package/esm/types/FancyToolbarSettings.d.ts +28 -0
  61. package/esm/types/FancyToolbarSettings.d.ts.map +1 -0
  62. package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  63. package/esm/types/File.d.ts.map +1 -0
  64. package/esm/types/FloatingWindowSettings.d.ts.map +1 -0
  65. package/esm/types/FolderChangedArgs.d.ts +7 -0
  66. package/esm/types/FolderChangedArgs.d.ts.map +1 -0
  67. package/esm/types/FolderType.d.ts +2 -0
  68. package/esm/types/FolderType.d.ts.map +1 -0
  69. package/esm/types/GenericToolbarItem.d.ts +82 -0
  70. package/esm/types/GenericToolbarItem.d.ts.map +1 -0
  71. package/esm/types/HideMode.d.ts +2 -0
  72. package/esm/types/HideMode.d.ts.map +1 -0
  73. package/esm/types/IconPack.d.ts +15 -0
  74. package/esm/types/IconPack.d.ts.map +1 -0
  75. package/esm/types/IconPackId.d.ts +3 -0
  76. package/esm/types/IconPackId.d.ts.map +1 -0
  77. package/esm/types/MatchingStrategy.d.ts +2 -0
  78. package/esm/types/MatchingStrategy.d.ts.map +1 -0
  79. package/esm/types/MediaToolbarItem.d.ts +138 -0
  80. package/esm/types/MediaToolbarItem.d.ts.map +1 -0
  81. package/esm/types/MonitorConfiguration.d.ts +13 -0
  82. package/esm/types/MonitorConfiguration.d.ts.map +1 -0
  83. package/esm/types/NetworkToolbarItem.d.ts +118 -0
  84. package/esm/types/NetworkToolbarItem.d.ts.map +1 -0
  85. package/esm/types/NoFallbackBehavior.d.ts +2 -0
  86. package/esm/types/NoFallbackBehavior.d.ts.map +1 -0
  87. package/esm/types/NodeSubtype.d.ts +2 -0
  88. package/esm/types/NodeSubtype.d.ts.map +1 -0
  89. package/esm/types/NotificationsToolbarItem.d.ts +62 -0
  90. package/esm/types/NotificationsToolbarItem.d.ts.map +1 -0
  91. package/esm/types/PinnedWegItemData.d.ts +36 -0
  92. package/esm/types/PinnedWegItemData.d.ts.map +1 -0
  93. package/esm/types/Placeholder.d.ts +20 -0
  94. package/esm/types/Placeholder.d.ts.map +1 -0
  95. package/esm/types/Plugin.d.ts +12 -0
  96. package/esm/types/Plugin.d.ts.map +1 -0
  97. package/esm/types/PluginId.d.ts +3 -0
  98. package/esm/types/PluginId.d.ts.map +1 -0
  99. package/esm/types/PowerToolbarItem.d.ts +214 -0
  100. package/esm/types/PowerToolbarItem.d.ts.map +1 -0
  101. package/esm/types/Profile.d.ts +8 -0
  102. package/esm/types/Profile.d.ts.map +1 -0
  103. package/esm/types/ProfileSettings.d.ts.map +1 -0
  104. package/esm/types/Rect.d.ts.map +1 -0
  105. package/esm/types/Resource.d.ts +27 -0
  106. package/esm/types/Resource.d.ts.map +1 -0
  107. package/esm/types/ResourceId.d.ts.map +1 -0
  108. package/esm/types/ResourceKind.d.ts +2 -0
  109. package/esm/types/ResourceKind.d.ts.map +1 -0
  110. package/esm/types/ResourceMetadata.d.ts +21 -0
  111. package/esm/types/ResourceMetadata.d.ts.map +1 -0
  112. package/esm/types/ResourceStatus.d.ts +2 -0
  113. package/esm/types/ResourceStatus.d.ts.map +1 -0
  114. package/esm/types/ResourceText.d.ts.map +1 -0
  115. package/esm/types/SeelenLauncherMonitor.d.ts +2 -0
  116. package/esm/types/SeelenLauncherMonitor.d.ts.map +1 -0
  117. package/esm/types/SeelenLauncherRunner.d.ts.map +1 -0
  118. package/esm/types/SeelenLauncherSettings.d.ts +8 -0
  119. package/esm/types/SeelenLauncherSettings.d.ts.map +1 -0
  120. package/esm/types/SeelenWallSettings.d.ts +11 -0
  121. package/esm/types/SeelenWallSettings.d.ts.map +1 -0
  122. package/esm/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  123. package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  124. package/esm/types/SeelenWallWallpaper.d.ts.map +1 -0
  125. package/esm/types/SeelenWegMode.d.ts +2 -0
  126. package/esm/types/SeelenWegMode.d.ts.map +1 -0
  127. package/esm/types/SeelenWegSettings.d.ts +72 -0
  128. package/esm/types/SeelenWegSettings.d.ts.map +1 -0
  129. package/esm/types/SeelenWegSettingsByMonitor.d.ts +8 -0
  130. package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  131. package/esm/types/SeelenWegSide.d.ts +2 -0
  132. package/esm/types/SeelenWegSide.d.ts.map +1 -0
  133. package/esm/types/Settings.d.ts +54 -0
  134. package/esm/types/Settings.d.ts.map +1 -0
  135. package/esm/types/SettingsByWidget.d.ts +8 -0
  136. package/esm/types/SettingsByWidget.d.ts.map +1 -0
  137. package/esm/types/SettingsToolbarItem.d.ts +54 -0
  138. package/esm/types/SettingsToolbarItem.d.ts.map +1 -0
  139. package/esm/types/StyleValue.d.ts.map +1 -0
  140. package/esm/types/TextToolbarItem.d.ts +114 -0
  141. package/esm/types/TextToolbarItem.d.ts.map +1 -0
  142. package/esm/types/Theme.d.ts +17 -0
  143. package/esm/types/Theme.d.ts.map +1 -0
  144. package/esm/types/ThemeId.d.ts +3 -0
  145. package/esm/types/ThemeId.d.ts.map +1 -0
  146. package/esm/types/ToolbarItem.d.ts +38 -0
  147. package/esm/types/ToolbarItem.d.ts.map +1 -0
  148. package/esm/types/ToolbarItem2.d.ts +4 -0
  149. package/esm/types/ToolbarItem2.d.ts.map +1 -0
  150. package/esm/types/TrayToolbarItem.d.ts +54 -0
  151. package/esm/types/TrayToolbarItem.d.ts.map +1 -0
  152. package/esm/types/UpdateChannel.d.ts +2 -0
  153. package/esm/types/UpdateChannel.d.ts.map +1 -0
  154. package/esm/types/UpdaterSettings.d.ts +5 -0
  155. package/esm/types/UpdaterSettings.d.ts.map +1 -0
  156. package/esm/types/User.d.ts.map +1 -0
  157. package/esm/types/UserToolbarItem.d.ts +66 -0
  158. package/esm/types/UserToolbarItem.d.ts.map +1 -0
  159. package/esm/types/VirtualDesktopStrategy.d.ts +2 -0
  160. package/esm/types/VirtualDesktopStrategy.d.ts.map +1 -0
  161. package/esm/types/WegAppGroupItem.d.ts.map +1 -0
  162. package/esm/types/WegItem.d.ts +16 -0
  163. package/esm/types/WegItem.d.ts.map +1 -0
  164. package/esm/types/WegItems.d.ts +11 -0
  165. package/esm/types/WegItems.d.ts.map +1 -0
  166. package/esm/types/WegPinnedItemsVisibility.d.ts +2 -0
  167. package/esm/types/WegPinnedItemsVisibility.d.ts.map +1 -0
  168. package/esm/types/WegTemporalItemsVisibility.d.ts +2 -0
  169. package/esm/types/WegTemporalItemsVisibility.d.ts.map +1 -0
  170. package/esm/types/Widget.d.ts +12 -0
  171. package/esm/types/Widget.d.ts.map +1 -0
  172. package/esm/types/WidgetId.d.ts +3 -0
  173. package/esm/types/WidgetId.d.ts.map +1 -0
  174. package/esm/types/WidgetSettingsDeclarationList.d.ts +3 -0
  175. package/esm/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
  176. package/esm/types/WindowManagerLayout.d.ts +7 -0
  177. package/esm/types/WindowManagerLayout.d.ts.map +1 -0
  178. package/esm/types/WindowManagerSettings.d.ts +43 -0
  179. package/esm/types/WindowManagerSettings.d.ts.map +1 -0
  180. package/esm/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  181. package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  182. package/esm/types/WmFallbackNode.d.ts +25 -0
  183. package/esm/types/WmFallbackNode.d.ts.map +1 -0
  184. package/esm/types/WmHorizontalNode.d.ts +19 -0
  185. package/esm/types/WmHorizontalNode.d.ts.map +1 -0
  186. package/esm/types/WmLeafNode.d.ts +21 -0
  187. package/esm/types/WmLeafNode.d.ts.map +1 -0
  188. package/esm/types/WmNode.d.ts +17 -0
  189. package/esm/types/WmNode.d.ts.map +1 -0
  190. package/esm/types/WmStackNode.d.ts +25 -0
  191. package/esm/types/WmStackNode.d.ts.map +1 -0
  192. package/esm/types/WmVerticalNode.d.ts +19 -0
  193. package/esm/types/WmVerticalNode.d.ts.map +1 -0
  194. package/esm/types/WorkspaceConfiguration.d.ts +8 -0
  195. package/esm/types/WorkspaceConfiguration.d.ts.map +1 -0
  196. package/esm/types/WorkspaceIdentifier.d.ts +6 -0
  197. package/esm/types/WorkspaceIdentifier.d.ts.map +1 -0
  198. package/esm/types/WorkspaceIdentifierType.d.ts +2 -0
  199. package/esm/types/WorkspaceIdentifierType.d.ts.map +1 -0
  200. package/esm/types/WorkspaceToolbarItem.d.ts +56 -0
  201. package/esm/types/WorkspaceToolbarItem.d.ts.map +1 -0
  202. package/esm/types/WorkspaceToolbarItemMode.d.ts +2 -0
  203. package/esm/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  204. package/esm/types/WsdGroup.d.ts +12 -0
  205. package/esm/types/WsdGroup.d.ts.map +1 -0
  206. package/esm/types/WsdGroupEntry.d.ts +8 -0
  207. package/esm/types/WsdGroupEntry.d.ts.map +1 -0
  208. package/esm/types/WsdItem.d.ts +14 -0
  209. package/esm/types/WsdItem.d.ts.map +1 -0
  210. package/esm/types/WsdItemInputNumber.d.ts.map +1 -0
  211. package/esm/types/WsdItemInputText.d.ts.map +1 -0
  212. package/esm/types/WsdItemSelect.d.ts +28 -0
  213. package/esm/types/WsdItemSelect.d.ts.map +1 -0
  214. package/esm/types/WsdItemSelectOption.d.ts.map +1 -0
  215. package/esm/types/WsdItemSelectSubtype.d.ts +2 -0
  216. package/esm/types/WsdItemSelectSubtype.d.ts.map +1 -0
  217. package/esm/types/WsdItemSwitch.d.ts.map +1 -0
  218. package/esm/types/mod.d.ts +97 -0
  219. package/esm/types/mod.d.ts.map +1 -0
  220. package/esm/types/mod.js +96 -0
  221. package/esm/types/serde_json/JsonValue.d.ts.map +1 -0
  222. package/esm/utils/List.d.ts.map +1 -0
  223. package/esm/utils/State.d.ts.map +1 -0
  224. package/esm/utils/enums.d.ts.map +1 -0
  225. package/esm/utils/layered_hitbox.d.ts.map +1 -0
  226. package/esm/utils/mod.d.ts.map +1 -0
  227. package/package.json +9 -9
  228. package/script/constants/mod.d.ts.map +1 -0
  229. package/script/handlers/commands.d.ts +74 -0
  230. package/script/handlers/commands.d.ts.map +1 -0
  231. package/script/handlers/commands.js +78 -0
  232. package/script/handlers/events.d.ts +51 -0
  233. package/script/handlers/events.d.ts.map +1 -0
  234. package/script/handlers/events.js +55 -0
  235. package/script/handlers/invokers.d.ts.map +1 -0
  236. package/script/handlers/mod.d.ts.map +1 -0
  237. package/script/lib.d.ts.map +1 -0
  238. package/script/state/icon_pack.d.ts +84 -0
  239. package/script/state/icon_pack.d.ts.map +1 -0
  240. package/script/state/mod.d.ts.map +1 -0
  241. package/script/state/placeholder.d.ts +34 -0
  242. package/script/state/placeholder.d.ts.map +1 -0
  243. package/script/state/plugin.d.ts +20 -0
  244. package/script/state/plugin.d.ts.map +1 -0
  245. package/script/state/profile.d.ts +15 -0
  246. package/script/state/profile.d.ts.map +1 -0
  247. package/script/state/settings/declaration.d.ts.map +1 -0
  248. package/script/state/settings/mod.d.ts +70 -0
  249. package/script/state/settings/mod.d.ts.map +1 -0
  250. package/script/state/settings/settings_by_monitor.d.ts +21 -0
  251. package/script/state/settings/settings_by_monitor.d.ts.map +1 -0
  252. package/script/state/settings_by_app.d.ts +40 -0
  253. package/script/state/settings_by_app.d.ts.map +1 -0
  254. package/script/state/theme.d.ts +19 -0
  255. package/script/state/theme.d.ts.map +1 -0
  256. package/script/state/weg_items.d.ts +43 -0
  257. package/script/state/weg_items.d.ts.map +1 -0
  258. package/script/state/widget.d.ts +35 -0
  259. package/script/state/widget.d.ts.map +1 -0
  260. package/script/state/widget.js +49 -0
  261. package/script/state/wm_layout.d.ts +18 -0
  262. package/script/state/wm_layout.d.ts.map +1 -0
  263. package/script/system_state/language.d.ts.map +1 -0
  264. package/script/system_state/mod.d.ts +5 -0
  265. package/script/system_state/mod.d.ts.map +1 -0
  266. package/script/system_state/mod.js +20 -0
  267. package/script/system_state/monitors.d.ts.map +1 -0
  268. package/script/system_state/ui_colors.d.ts.map +1 -0
  269. package/script/system_state/user.d.ts +71 -0
  270. package/script/system_state/user.d.ts.map +1 -0
  271. package/script/types/AhkVar.d.ts.map +1 -0
  272. package/script/types/AhkVarList.d.ts +64 -0
  273. package/script/types/AhkVarList.d.ts.map +1 -0
  274. package/script/types/AppConfig.d.ts +33 -0
  275. package/script/types/AppConfig.d.ts.map +1 -0
  276. package/script/types/AppExtraFlag.d.ts +2 -0
  277. package/script/types/AppExtraFlag.d.ts.map +1 -0
  278. package/script/types/AppIdentifier.d.ts +11 -0
  279. package/script/types/AppIdentifier.d.ts.map +1 -0
  280. package/script/types/AppIdentifierType.d.ts +2 -0
  281. package/script/types/AppIdentifierType.d.ts.map +1 -0
  282. package/script/types/Border.d.ts.map +1 -0
  283. package/script/types/DateToolbarItem.d.ts +62 -0
  284. package/script/types/DateToolbarItem.d.ts.map +1 -0
  285. package/script/types/DeviceToolbarItem.d.ts +54 -0
  286. package/script/types/DeviceToolbarItem.d.ts.map +1 -0
  287. package/script/types/FancyToolbarSettings.d.ts +28 -0
  288. package/script/types/FancyToolbarSettings.d.ts.map +1 -0
  289. package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  290. package/script/types/File.d.ts.map +1 -0
  291. package/script/types/FloatingWindowSettings.d.ts.map +1 -0
  292. package/script/types/FolderChangedArgs.d.ts +7 -0
  293. package/script/types/FolderChangedArgs.d.ts.map +1 -0
  294. package/script/types/FolderType.d.ts +2 -0
  295. package/script/types/FolderType.d.ts.map +1 -0
  296. package/script/types/GenericToolbarItem.d.ts +82 -0
  297. package/script/types/GenericToolbarItem.d.ts.map +1 -0
  298. package/script/types/HideMode.d.ts +2 -0
  299. package/script/types/HideMode.d.ts.map +1 -0
  300. package/script/types/IconPack.d.ts +15 -0
  301. package/script/types/IconPack.d.ts.map +1 -0
  302. package/script/types/IconPackId.d.ts +3 -0
  303. package/script/types/IconPackId.d.ts.map +1 -0
  304. package/script/types/MatchingStrategy.d.ts +2 -0
  305. package/script/types/MatchingStrategy.d.ts.map +1 -0
  306. package/script/types/MediaToolbarItem.d.ts +138 -0
  307. package/script/types/MediaToolbarItem.d.ts.map +1 -0
  308. package/script/types/MonitorConfiguration.d.ts +13 -0
  309. package/script/types/MonitorConfiguration.d.ts.map +1 -0
  310. package/script/types/NetworkToolbarItem.d.ts +118 -0
  311. package/script/types/NetworkToolbarItem.d.ts.map +1 -0
  312. package/script/types/NoFallbackBehavior.d.ts +2 -0
  313. package/script/types/NoFallbackBehavior.d.ts.map +1 -0
  314. package/script/types/NodeSubtype.d.ts +2 -0
  315. package/script/types/NodeSubtype.d.ts.map +1 -0
  316. package/script/types/NotificationsToolbarItem.d.ts +62 -0
  317. package/script/types/NotificationsToolbarItem.d.ts.map +1 -0
  318. package/script/types/PinnedWegItemData.d.ts +36 -0
  319. package/script/types/PinnedWegItemData.d.ts.map +1 -0
  320. package/script/types/Placeholder.d.ts +20 -0
  321. package/script/types/Placeholder.d.ts.map +1 -0
  322. package/script/types/Plugin.d.ts +12 -0
  323. package/script/types/Plugin.d.ts.map +1 -0
  324. package/script/types/PluginId.d.ts +3 -0
  325. package/script/types/PluginId.d.ts.map +1 -0
  326. package/script/types/PowerToolbarItem.d.ts +214 -0
  327. package/script/types/PowerToolbarItem.d.ts.map +1 -0
  328. package/script/types/Profile.d.ts +8 -0
  329. package/script/types/Profile.d.ts.map +1 -0
  330. package/script/types/ProfileSettings.d.ts.map +1 -0
  331. package/script/types/Rect.d.ts.map +1 -0
  332. package/script/types/Resource.d.ts +27 -0
  333. package/script/types/Resource.d.ts.map +1 -0
  334. package/script/types/ResourceId.d.ts.map +1 -0
  335. package/script/types/ResourceKind.d.ts +2 -0
  336. package/script/types/ResourceKind.d.ts.map +1 -0
  337. package/script/types/ResourceMetadata.d.ts +21 -0
  338. package/script/types/ResourceMetadata.d.ts.map +1 -0
  339. package/script/types/ResourceStatus.d.ts +2 -0
  340. package/script/types/ResourceStatus.d.ts.map +1 -0
  341. package/script/types/ResourceText.d.ts.map +1 -0
  342. package/script/types/SeelenLauncherMonitor.d.ts +2 -0
  343. package/script/types/SeelenLauncherMonitor.d.ts.map +1 -0
  344. package/script/types/SeelenLauncherRunner.d.ts.map +1 -0
  345. package/script/types/SeelenLauncherSettings.d.ts +8 -0
  346. package/script/types/SeelenLauncherSettings.d.ts.map +1 -0
  347. package/script/types/SeelenWallSettings.d.ts +11 -0
  348. package/script/types/SeelenWallSettings.d.ts.map +1 -0
  349. package/script/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  350. package/script/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  351. package/script/types/SeelenWallWallpaper.d.ts.map +1 -0
  352. package/script/types/SeelenWegMode.d.ts +2 -0
  353. package/script/types/SeelenWegMode.d.ts.map +1 -0
  354. package/script/types/SeelenWegSettings.d.ts +72 -0
  355. package/script/types/SeelenWegSettings.d.ts.map +1 -0
  356. package/script/types/SeelenWegSettingsByMonitor.d.ts +8 -0
  357. package/script/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  358. package/script/types/SeelenWegSide.d.ts +2 -0
  359. package/script/types/SeelenWegSide.d.ts.map +1 -0
  360. package/script/types/Settings.d.ts +54 -0
  361. package/script/types/Settings.d.ts.map +1 -0
  362. package/script/types/SettingsByWidget.d.ts +8 -0
  363. package/script/types/SettingsByWidget.d.ts.map +1 -0
  364. package/script/types/SettingsToolbarItem.d.ts +54 -0
  365. package/script/types/SettingsToolbarItem.d.ts.map +1 -0
  366. package/script/types/StyleValue.d.ts.map +1 -0
  367. package/script/types/TextToolbarItem.d.ts +114 -0
  368. package/script/types/TextToolbarItem.d.ts.map +1 -0
  369. package/script/types/Theme.d.ts +17 -0
  370. package/script/types/Theme.d.ts.map +1 -0
  371. package/script/types/ThemeId.d.ts +3 -0
  372. package/script/types/ThemeId.d.ts.map +1 -0
  373. package/script/types/ToolbarItem.d.ts +38 -0
  374. package/script/types/ToolbarItem.d.ts.map +1 -0
  375. package/script/types/ToolbarItem2.d.ts +4 -0
  376. package/script/types/ToolbarItem2.d.ts.map +1 -0
  377. package/script/types/TrayToolbarItem.d.ts +54 -0
  378. package/script/types/TrayToolbarItem.d.ts.map +1 -0
  379. package/script/types/UpdateChannel.d.ts +2 -0
  380. package/script/types/UpdateChannel.d.ts.map +1 -0
  381. package/script/types/UpdaterSettings.d.ts +5 -0
  382. package/script/types/UpdaterSettings.d.ts.map +1 -0
  383. package/script/types/User.d.ts.map +1 -0
  384. package/script/types/UserToolbarItem.d.ts +66 -0
  385. package/script/types/UserToolbarItem.d.ts.map +1 -0
  386. package/script/types/VirtualDesktopStrategy.d.ts +2 -0
  387. package/script/types/VirtualDesktopStrategy.d.ts.map +1 -0
  388. package/script/types/WegAppGroupItem.d.ts.map +1 -0
  389. package/script/types/WegItem.d.ts +16 -0
  390. package/script/types/WegItem.d.ts.map +1 -0
  391. package/script/types/WegItems.d.ts +11 -0
  392. package/script/types/WegItems.d.ts.map +1 -0
  393. package/script/types/WegPinnedItemsVisibility.d.ts +2 -0
  394. package/script/types/WegPinnedItemsVisibility.d.ts.map +1 -0
  395. package/script/types/WegTemporalItemsVisibility.d.ts +2 -0
  396. package/script/types/WegTemporalItemsVisibility.d.ts.map +1 -0
  397. package/script/types/Widget.d.ts +12 -0
  398. package/script/types/Widget.d.ts.map +1 -0
  399. package/script/types/WidgetId.d.ts +3 -0
  400. package/script/types/WidgetId.d.ts.map +1 -0
  401. package/script/types/WidgetSettingsDeclarationList.d.ts +3 -0
  402. package/script/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
  403. package/script/types/WindowManagerLayout.d.ts +7 -0
  404. package/script/types/WindowManagerLayout.d.ts.map +1 -0
  405. package/script/types/WindowManagerSettings.d.ts +43 -0
  406. package/script/types/WindowManagerSettings.d.ts.map +1 -0
  407. package/script/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  408. package/script/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  409. package/script/types/WmFallbackNode.d.ts +25 -0
  410. package/script/types/WmFallbackNode.d.ts.map +1 -0
  411. package/script/types/WmHorizontalNode.d.ts +19 -0
  412. package/script/types/WmHorizontalNode.d.ts.map +1 -0
  413. package/script/types/WmLeafNode.d.ts +21 -0
  414. package/script/types/WmLeafNode.d.ts.map +1 -0
  415. package/script/types/WmNode.d.ts +17 -0
  416. package/script/types/WmNode.d.ts.map +1 -0
  417. package/script/types/WmStackNode.d.ts +25 -0
  418. package/script/types/WmStackNode.d.ts.map +1 -0
  419. package/script/types/WmVerticalNode.d.ts +19 -0
  420. package/script/types/WmVerticalNode.d.ts.map +1 -0
  421. package/script/types/WorkspaceConfiguration.d.ts +8 -0
  422. package/script/types/WorkspaceConfiguration.d.ts.map +1 -0
  423. package/script/types/WorkspaceIdentifier.d.ts +6 -0
  424. package/script/types/WorkspaceIdentifier.d.ts.map +1 -0
  425. package/script/types/WorkspaceIdentifierType.d.ts +2 -0
  426. package/script/types/WorkspaceIdentifierType.d.ts.map +1 -0
  427. package/script/types/WorkspaceToolbarItem.d.ts +56 -0
  428. package/script/types/WorkspaceToolbarItem.d.ts.map +1 -0
  429. package/script/types/WorkspaceToolbarItemMode.d.ts +2 -0
  430. package/script/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  431. package/script/types/WsdGroup.d.ts +12 -0
  432. package/script/types/WsdGroup.d.ts.map +1 -0
  433. package/script/types/WsdGroupEntry.d.ts +8 -0
  434. package/script/types/WsdGroupEntry.d.ts.map +1 -0
  435. package/script/types/WsdItem.d.ts +14 -0
  436. package/script/types/WsdItem.d.ts.map +1 -0
  437. package/script/types/WsdItemInputNumber.d.ts.map +1 -0
  438. package/script/types/WsdItemInputText.d.ts.map +1 -0
  439. package/script/types/WsdItemSelect.d.ts +28 -0
  440. package/script/types/WsdItemSelect.d.ts.map +1 -0
  441. package/script/types/WsdItemSelectOption.d.ts.map +1 -0
  442. package/script/types/WsdItemSelectSubtype.d.ts +2 -0
  443. package/script/types/WsdItemSelectSubtype.d.ts.map +1 -0
  444. package/script/types/WsdItemSwitch.d.ts.map +1 -0
  445. package/script/types/mod.d.ts +97 -0
  446. package/script/types/mod.d.ts.map +1 -0
  447. package/script/types/mod.js +112 -0
  448. package/script/types/serde_json/JsonValue.d.ts.map +1 -0
  449. package/script/utils/List.d.ts.map +1 -0
  450. package/script/utils/State.d.ts.map +1 -0
  451. package/script/utils/enums.d.ts.map +1 -0
  452. package/script/utils/layered_hitbox.d.ts.map +1 -0
  453. package/script/utils/mod.d.ts.map +1 -0
  454. package/esm/gen/types/AhkVar.d.ts.map +0 -1
  455. package/esm/gen/types/AhkVarList.d.ts +0 -64
  456. package/esm/gen/types/AhkVarList.d.ts.map +0 -1
  457. package/esm/gen/types/AppConfig.d.ts +0 -33
  458. package/esm/gen/types/AppConfig.d.ts.map +0 -1
  459. package/esm/gen/types/AppExtraFlag.d.ts +0 -2
  460. package/esm/gen/types/AppExtraFlag.d.ts.map +0 -1
  461. package/esm/gen/types/AppIdentifier.d.ts +0 -11
  462. package/esm/gen/types/AppIdentifier.d.ts.map +0 -1
  463. package/esm/gen/types/AppIdentifierType.d.ts +0 -2
  464. package/esm/gen/types/AppIdentifierType.d.ts.map +0 -1
  465. package/esm/gen/types/ApplicationHistoryEntry.d.ts +0 -8
  466. package/esm/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
  467. package/esm/gen/types/ApplicationHistoryEntry.js +0 -1
  468. package/esm/gen/types/Border.d.ts.map +0 -1
  469. package/esm/gen/types/DateToolbarItem.d.ts +0 -62
  470. package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
  471. package/esm/gen/types/DeviceToolbarItem.d.ts +0 -54
  472. package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  473. package/esm/gen/types/FancyToolbarSettings.d.ts +0 -28
  474. package/esm/gen/types/FancyToolbarSettings.d.ts.map +0 -1
  475. package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  476. package/esm/gen/types/File.d.ts.map +0 -1
  477. package/esm/gen/types/FloatingWindowSettings.d.ts.map +0 -1
  478. package/esm/gen/types/FocusedApp.d.ts +0 -8
  479. package/esm/gen/types/FocusedApp.d.ts.map +0 -1
  480. package/esm/gen/types/FocusedApp.js +0 -2
  481. package/esm/gen/types/FolderChangedArgs.d.ts +0 -7
  482. package/esm/gen/types/FolderChangedArgs.d.ts.map +0 -1
  483. package/esm/gen/types/FolderType.d.ts +0 -2
  484. package/esm/gen/types/FolderType.d.ts.map +0 -1
  485. package/esm/gen/types/GenericToolbarItem.d.ts +0 -82
  486. package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
  487. package/esm/gen/types/HideMode.d.ts +0 -2
  488. package/esm/gen/types/HideMode.d.ts.map +0 -1
  489. package/esm/gen/types/IconPack.d.ts +0 -15
  490. package/esm/gen/types/IconPack.d.ts.map +0 -1
  491. package/esm/gen/types/IconPackId.d.ts +0 -3
  492. package/esm/gen/types/IconPackId.d.ts.map +0 -1
  493. package/esm/gen/types/MatchingStrategy.d.ts +0 -2
  494. package/esm/gen/types/MatchingStrategy.d.ts.map +0 -1
  495. package/esm/gen/types/MediaToolbarItem.d.ts +0 -138
  496. package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
  497. package/esm/gen/types/MonitorConfiguration.d.ts +0 -13
  498. package/esm/gen/types/MonitorConfiguration.d.ts.map +0 -1
  499. package/esm/gen/types/NetworkToolbarItem.d.ts +0 -118
  500. package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  501. package/esm/gen/types/NoFallbackBehavior.d.ts +0 -2
  502. package/esm/gen/types/NoFallbackBehavior.d.ts.map +0 -1
  503. package/esm/gen/types/NodeSubtype.d.ts +0 -2
  504. package/esm/gen/types/NodeSubtype.d.ts.map +0 -1
  505. package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -62
  506. package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  507. package/esm/gen/types/PinnedWegItemData.d.ts +0 -36
  508. package/esm/gen/types/PinnedWegItemData.d.ts.map +0 -1
  509. package/esm/gen/types/Placeholder.d.ts +0 -16
  510. package/esm/gen/types/Placeholder.d.ts.map +0 -1
  511. package/esm/gen/types/Plugin.d.ts +0 -12
  512. package/esm/gen/types/Plugin.d.ts.map +0 -1
  513. package/esm/gen/types/PluginId.d.ts +0 -3
  514. package/esm/gen/types/PluginId.d.ts.map +0 -1
  515. package/esm/gen/types/PowerToolbarItem.d.ts +0 -214
  516. package/esm/gen/types/PowerToolbarItem.d.ts.map +0 -1
  517. package/esm/gen/types/Profile.d.ts +0 -8
  518. package/esm/gen/types/Profile.d.ts.map +0 -1
  519. package/esm/gen/types/ProfileSettings.d.ts.map +0 -1
  520. package/esm/gen/types/Rect.d.ts.map +0 -1
  521. package/esm/gen/types/Resource.d.ts +0 -27
  522. package/esm/gen/types/Resource.d.ts.map +0 -1
  523. package/esm/gen/types/ResourceId.d.ts.map +0 -1
  524. package/esm/gen/types/ResourceKind.d.ts +0 -2
  525. package/esm/gen/types/ResourceKind.d.ts.map +0 -1
  526. package/esm/gen/types/ResourceMetadata.d.ts +0 -21
  527. package/esm/gen/types/ResourceMetadata.d.ts.map +0 -1
  528. package/esm/gen/types/ResourceStatus.d.ts +0 -2
  529. package/esm/gen/types/ResourceStatus.d.ts.map +0 -1
  530. package/esm/gen/types/ResourceText.d.ts.map +0 -1
  531. package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -2
  532. package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  533. package/esm/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  534. package/esm/gen/types/SeelenLauncherSettings.d.ts +0 -8
  535. package/esm/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  536. package/esm/gen/types/SeelenWallSettings.d.ts +0 -11
  537. package/esm/gen/types/SeelenWallSettings.d.ts.map +0 -1
  538. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  539. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  540. package/esm/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
  541. package/esm/gen/types/SeelenWegMode.d.ts +0 -2
  542. package/esm/gen/types/SeelenWegMode.d.ts.map +0 -1
  543. package/esm/gen/types/SeelenWegSettings.d.ts +0 -68
  544. package/esm/gen/types/SeelenWegSettings.d.ts.map +0 -1
  545. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  546. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  547. package/esm/gen/types/SeelenWegSide.d.ts +0 -2
  548. package/esm/gen/types/SeelenWegSide.d.ts.map +0 -1
  549. package/esm/gen/types/Settings.d.ts +0 -54
  550. package/esm/gen/types/Settings.d.ts.map +0 -1
  551. package/esm/gen/types/SettingsByWidget.d.ts +0 -8
  552. package/esm/gen/types/SettingsByWidget.d.ts.map +0 -1
  553. package/esm/gen/types/SettingsToolbarItem.d.ts +0 -54
  554. package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  555. package/esm/gen/types/StyleValue.d.ts.map +0 -1
  556. package/esm/gen/types/TextToolbarItem.d.ts +0 -114
  557. package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
  558. package/esm/gen/types/Theme.d.ts +0 -17
  559. package/esm/gen/types/Theme.d.ts.map +0 -1
  560. package/esm/gen/types/ThemeId.d.ts +0 -3
  561. package/esm/gen/types/ThemeId.d.ts.map +0 -1
  562. package/esm/gen/types/ToolbarItem.d.ts +0 -38
  563. package/esm/gen/types/ToolbarItem.d.ts.map +0 -1
  564. package/esm/gen/types/ToolbarItem2.d.ts +0 -4
  565. package/esm/gen/types/ToolbarItem2.d.ts.map +0 -1
  566. package/esm/gen/types/TrayToolbarItem.d.ts +0 -54
  567. package/esm/gen/types/TrayToolbarItem.d.ts.map +0 -1
  568. package/esm/gen/types/UpdateChannel.d.ts +0 -2
  569. package/esm/gen/types/UpdateChannel.d.ts.map +0 -1
  570. package/esm/gen/types/UpdaterSettings.d.ts +0 -5
  571. package/esm/gen/types/UpdaterSettings.d.ts.map +0 -1
  572. package/esm/gen/types/User.d.ts.map +0 -1
  573. package/esm/gen/types/UserToolbarItem.d.ts +0 -66
  574. package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
  575. package/esm/gen/types/VirtualDesktopStrategy.d.ts +0 -2
  576. package/esm/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
  577. package/esm/gen/types/WegAppGroupItem.d.ts.map +0 -1
  578. package/esm/gen/types/WegItem.d.ts +0 -16
  579. package/esm/gen/types/WegItem.d.ts.map +0 -1
  580. package/esm/gen/types/WegItems.d.ts +0 -7
  581. package/esm/gen/types/WegItems.d.ts.map +0 -1
  582. package/esm/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
  583. package/esm/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
  584. package/esm/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
  585. package/esm/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
  586. package/esm/gen/types/Widget.d.ts +0 -12
  587. package/esm/gen/types/Widget.d.ts.map +0 -1
  588. package/esm/gen/types/WidgetId.d.ts +0 -3
  589. package/esm/gen/types/WidgetId.d.ts.map +0 -1
  590. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
  591. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
  592. package/esm/gen/types/WindowManagerLayout.d.ts +0 -7
  593. package/esm/gen/types/WindowManagerLayout.d.ts.map +0 -1
  594. package/esm/gen/types/WindowManagerSettings.d.ts +0 -43
  595. package/esm/gen/types/WindowManagerSettings.d.ts.map +0 -1
  596. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  597. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  598. package/esm/gen/types/WmFallbackNode.d.ts +0 -25
  599. package/esm/gen/types/WmFallbackNode.d.ts.map +0 -1
  600. package/esm/gen/types/WmHorizontalNode.d.ts +0 -19
  601. package/esm/gen/types/WmHorizontalNode.d.ts.map +0 -1
  602. package/esm/gen/types/WmLeafNode.d.ts +0 -21
  603. package/esm/gen/types/WmLeafNode.d.ts.map +0 -1
  604. package/esm/gen/types/WmNode.d.ts +0 -17
  605. package/esm/gen/types/WmNode.d.ts.map +0 -1
  606. package/esm/gen/types/WmStackNode.d.ts +0 -25
  607. package/esm/gen/types/WmStackNode.d.ts.map +0 -1
  608. package/esm/gen/types/WmVerticalNode.d.ts +0 -19
  609. package/esm/gen/types/WmVerticalNode.d.ts.map +0 -1
  610. package/esm/gen/types/WorkspaceConfiguration.d.ts +0 -8
  611. package/esm/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
  612. package/esm/gen/types/WorkspaceIdentifier.d.ts +0 -6
  613. package/esm/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
  614. package/esm/gen/types/WorkspaceIdentifierType.d.ts +0 -2
  615. package/esm/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
  616. package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -56
  617. package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  618. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
  619. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  620. package/esm/gen/types/WsdGroup.d.ts +0 -12
  621. package/esm/gen/types/WsdGroup.d.ts.map +0 -1
  622. package/esm/gen/types/WsdGroupEntry.d.ts +0 -8
  623. package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
  624. package/esm/gen/types/WsdItem.d.ts +0 -14
  625. package/esm/gen/types/WsdItem.d.ts.map +0 -1
  626. package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  627. package/esm/gen/types/WsdItemInputText.d.ts.map +0 -1
  628. package/esm/gen/types/WsdItemSelect.d.ts +0 -28
  629. package/esm/gen/types/WsdItemSelect.d.ts.map +0 -1
  630. package/esm/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  631. package/esm/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  632. package/esm/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  633. package/esm/gen/types/WsdItemSwitch.d.ts.map +0 -1
  634. package/esm/gen/types/mod.d.ts +0 -99
  635. package/esm/gen/types/mod.d.ts.map +0 -1
  636. package/esm/gen/types/mod.js +0 -98
  637. package/esm/gen/types/serde_json/JsonValue.d.ts.map +0 -1
  638. package/esm/src/constants/mod.d.ts.map +0 -1
  639. package/esm/src/handlers/commands.d.ts +0 -77
  640. package/esm/src/handlers/commands.d.ts.map +0 -1
  641. package/esm/src/handlers/commands.js +0 -78
  642. package/esm/src/handlers/events.d.ts +0 -53
  643. package/esm/src/handlers/events.d.ts.map +0 -1
  644. package/esm/src/handlers/events.js +0 -54
  645. package/esm/src/handlers/invokers.d.ts.map +0 -1
  646. package/esm/src/handlers/mod.d.ts.map +0 -1
  647. package/esm/src/lib.d.ts.map +0 -1
  648. package/esm/src/state/icon_pack.d.ts +0 -84
  649. package/esm/src/state/icon_pack.d.ts.map +0 -1
  650. package/esm/src/state/mod.d.ts.map +0 -1
  651. package/esm/src/state/placeholder.d.ts +0 -34
  652. package/esm/src/state/placeholder.d.ts.map +0 -1
  653. package/esm/src/state/plugin.d.ts +0 -20
  654. package/esm/src/state/plugin.d.ts.map +0 -1
  655. package/esm/src/state/profile.d.ts +0 -15
  656. package/esm/src/state/profile.d.ts.map +0 -1
  657. package/esm/src/state/settings/declaration.d.ts.map +0 -1
  658. package/esm/src/state/settings/mod.d.ts +0 -70
  659. package/esm/src/state/settings/mod.d.ts.map +0 -1
  660. package/esm/src/state/settings/settings_by_monitor.d.ts +0 -21
  661. package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  662. package/esm/src/state/settings_by_app.d.ts +0 -40
  663. package/esm/src/state/settings_by_app.d.ts.map +0 -1
  664. package/esm/src/state/theme.d.ts +0 -19
  665. package/esm/src/state/theme.d.ts.map +0 -1
  666. package/esm/src/state/weg_items.d.ts +0 -43
  667. package/esm/src/state/weg_items.d.ts.map +0 -1
  668. package/esm/src/state/widget.d.ts +0 -35
  669. package/esm/src/state/widget.d.ts.map +0 -1
  670. package/esm/src/state/widget.js +0 -44
  671. package/esm/src/state/wm_layout.d.ts +0 -18
  672. package/esm/src/state/wm_layout.d.ts.map +0 -1
  673. package/esm/src/system_state/application_history.d.ts +0 -32
  674. package/esm/src/system_state/application_history.d.ts.map +0 -1
  675. package/esm/src/system_state/application_history.js +0 -15
  676. package/esm/src/system_state/language.d.ts.map +0 -1
  677. package/esm/src/system_state/mod.d.ts +0 -6
  678. package/esm/src/system_state/mod.d.ts.map +0 -1
  679. package/esm/src/system_state/mod.js +0 -5
  680. package/esm/src/system_state/monitors.d.ts.map +0 -1
  681. package/esm/src/system_state/ui_colors.d.ts.map +0 -1
  682. package/esm/src/system_state/user.d.ts +0 -71
  683. package/esm/src/system_state/user.d.ts.map +0 -1
  684. package/esm/src/utils/List.d.ts.map +0 -1
  685. package/esm/src/utils/State.d.ts.map +0 -1
  686. package/esm/src/utils/enums.d.ts.map +0 -1
  687. package/esm/src/utils/layered_hitbox.d.ts.map +0 -1
  688. package/esm/src/utils/mod.d.ts.map +0 -1
  689. package/script/gen/types/AhkVar.d.ts.map +0 -1
  690. package/script/gen/types/AhkVarList.d.ts +0 -64
  691. package/script/gen/types/AhkVarList.d.ts.map +0 -1
  692. package/script/gen/types/AppConfig.d.ts +0 -33
  693. package/script/gen/types/AppConfig.d.ts.map +0 -1
  694. package/script/gen/types/AppExtraFlag.d.ts +0 -2
  695. package/script/gen/types/AppExtraFlag.d.ts.map +0 -1
  696. package/script/gen/types/AppIdentifier.d.ts +0 -11
  697. package/script/gen/types/AppIdentifier.d.ts.map +0 -1
  698. package/script/gen/types/AppIdentifierType.d.ts +0 -2
  699. package/script/gen/types/AppIdentifierType.d.ts.map +0 -1
  700. package/script/gen/types/ApplicationHistoryEntry.d.ts +0 -8
  701. package/script/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
  702. package/script/gen/types/ApplicationHistoryEntry.js +0 -2
  703. package/script/gen/types/Border.d.ts.map +0 -1
  704. package/script/gen/types/DateToolbarItem.d.ts +0 -62
  705. package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
  706. package/script/gen/types/DeviceToolbarItem.d.ts +0 -54
  707. package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  708. package/script/gen/types/FancyToolbarSettings.d.ts +0 -28
  709. package/script/gen/types/FancyToolbarSettings.d.ts.map +0 -1
  710. package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  711. package/script/gen/types/File.d.ts.map +0 -1
  712. package/script/gen/types/FloatingWindowSettings.d.ts.map +0 -1
  713. package/script/gen/types/FocusedApp.d.ts +0 -8
  714. package/script/gen/types/FocusedApp.d.ts.map +0 -1
  715. package/script/gen/types/FocusedApp.js +0 -3
  716. package/script/gen/types/FolderChangedArgs.d.ts +0 -7
  717. package/script/gen/types/FolderChangedArgs.d.ts.map +0 -1
  718. package/script/gen/types/FolderType.d.ts +0 -2
  719. package/script/gen/types/FolderType.d.ts.map +0 -1
  720. package/script/gen/types/GenericToolbarItem.d.ts +0 -82
  721. package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
  722. package/script/gen/types/HideMode.d.ts +0 -2
  723. package/script/gen/types/HideMode.d.ts.map +0 -1
  724. package/script/gen/types/IconPack.d.ts +0 -15
  725. package/script/gen/types/IconPack.d.ts.map +0 -1
  726. package/script/gen/types/IconPackId.d.ts +0 -3
  727. package/script/gen/types/IconPackId.d.ts.map +0 -1
  728. package/script/gen/types/MatchingStrategy.d.ts +0 -2
  729. package/script/gen/types/MatchingStrategy.d.ts.map +0 -1
  730. package/script/gen/types/MediaToolbarItem.d.ts +0 -138
  731. package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
  732. package/script/gen/types/MonitorConfiguration.d.ts +0 -13
  733. package/script/gen/types/MonitorConfiguration.d.ts.map +0 -1
  734. package/script/gen/types/NetworkToolbarItem.d.ts +0 -118
  735. package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  736. package/script/gen/types/NoFallbackBehavior.d.ts +0 -2
  737. package/script/gen/types/NoFallbackBehavior.d.ts.map +0 -1
  738. package/script/gen/types/NodeSubtype.d.ts +0 -2
  739. package/script/gen/types/NodeSubtype.d.ts.map +0 -1
  740. package/script/gen/types/NotificationsToolbarItem.d.ts +0 -62
  741. package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  742. package/script/gen/types/PinnedWegItemData.d.ts +0 -36
  743. package/script/gen/types/PinnedWegItemData.d.ts.map +0 -1
  744. package/script/gen/types/Placeholder.d.ts +0 -16
  745. package/script/gen/types/Placeholder.d.ts.map +0 -1
  746. package/script/gen/types/Plugin.d.ts +0 -12
  747. package/script/gen/types/Plugin.d.ts.map +0 -1
  748. package/script/gen/types/PluginId.d.ts +0 -3
  749. package/script/gen/types/PluginId.d.ts.map +0 -1
  750. package/script/gen/types/PowerToolbarItem.d.ts +0 -214
  751. package/script/gen/types/PowerToolbarItem.d.ts.map +0 -1
  752. package/script/gen/types/Profile.d.ts +0 -8
  753. package/script/gen/types/Profile.d.ts.map +0 -1
  754. package/script/gen/types/ProfileSettings.d.ts.map +0 -1
  755. package/script/gen/types/Rect.d.ts.map +0 -1
  756. package/script/gen/types/Resource.d.ts +0 -27
  757. package/script/gen/types/Resource.d.ts.map +0 -1
  758. package/script/gen/types/ResourceId.d.ts.map +0 -1
  759. package/script/gen/types/ResourceKind.d.ts +0 -2
  760. package/script/gen/types/ResourceKind.d.ts.map +0 -1
  761. package/script/gen/types/ResourceMetadata.d.ts +0 -21
  762. package/script/gen/types/ResourceMetadata.d.ts.map +0 -1
  763. package/script/gen/types/ResourceStatus.d.ts +0 -2
  764. package/script/gen/types/ResourceStatus.d.ts.map +0 -1
  765. package/script/gen/types/ResourceText.d.ts.map +0 -1
  766. package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -2
  767. package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  768. package/script/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  769. package/script/gen/types/SeelenLauncherSettings.d.ts +0 -8
  770. package/script/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  771. package/script/gen/types/SeelenWallSettings.d.ts +0 -11
  772. package/script/gen/types/SeelenWallSettings.d.ts.map +0 -1
  773. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  774. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  775. package/script/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
  776. package/script/gen/types/SeelenWegMode.d.ts +0 -2
  777. package/script/gen/types/SeelenWegMode.d.ts.map +0 -1
  778. package/script/gen/types/SeelenWegSettings.d.ts +0 -68
  779. package/script/gen/types/SeelenWegSettings.d.ts.map +0 -1
  780. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  781. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  782. package/script/gen/types/SeelenWegSide.d.ts +0 -2
  783. package/script/gen/types/SeelenWegSide.d.ts.map +0 -1
  784. package/script/gen/types/Settings.d.ts +0 -54
  785. package/script/gen/types/Settings.d.ts.map +0 -1
  786. package/script/gen/types/SettingsByWidget.d.ts +0 -8
  787. package/script/gen/types/SettingsByWidget.d.ts.map +0 -1
  788. package/script/gen/types/SettingsToolbarItem.d.ts +0 -54
  789. package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  790. package/script/gen/types/StyleValue.d.ts.map +0 -1
  791. package/script/gen/types/TextToolbarItem.d.ts +0 -114
  792. package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
  793. package/script/gen/types/Theme.d.ts +0 -17
  794. package/script/gen/types/Theme.d.ts.map +0 -1
  795. package/script/gen/types/ThemeId.d.ts +0 -3
  796. package/script/gen/types/ThemeId.d.ts.map +0 -1
  797. package/script/gen/types/ToolbarItem.d.ts +0 -38
  798. package/script/gen/types/ToolbarItem.d.ts.map +0 -1
  799. package/script/gen/types/ToolbarItem2.d.ts +0 -4
  800. package/script/gen/types/ToolbarItem2.d.ts.map +0 -1
  801. package/script/gen/types/TrayToolbarItem.d.ts +0 -54
  802. package/script/gen/types/TrayToolbarItem.d.ts.map +0 -1
  803. package/script/gen/types/UpdateChannel.d.ts +0 -2
  804. package/script/gen/types/UpdateChannel.d.ts.map +0 -1
  805. package/script/gen/types/UpdaterSettings.d.ts +0 -5
  806. package/script/gen/types/UpdaterSettings.d.ts.map +0 -1
  807. package/script/gen/types/User.d.ts.map +0 -1
  808. package/script/gen/types/UserToolbarItem.d.ts +0 -66
  809. package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
  810. package/script/gen/types/VirtualDesktopStrategy.d.ts +0 -2
  811. package/script/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
  812. package/script/gen/types/WegAppGroupItem.d.ts.map +0 -1
  813. package/script/gen/types/WegItem.d.ts +0 -16
  814. package/script/gen/types/WegItem.d.ts.map +0 -1
  815. package/script/gen/types/WegItems.d.ts +0 -7
  816. package/script/gen/types/WegItems.d.ts.map +0 -1
  817. package/script/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
  818. package/script/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
  819. package/script/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
  820. package/script/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
  821. package/script/gen/types/Widget.d.ts +0 -12
  822. package/script/gen/types/Widget.d.ts.map +0 -1
  823. package/script/gen/types/WidgetId.d.ts +0 -3
  824. package/script/gen/types/WidgetId.d.ts.map +0 -1
  825. package/script/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
  826. package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
  827. package/script/gen/types/WindowManagerLayout.d.ts +0 -7
  828. package/script/gen/types/WindowManagerLayout.d.ts.map +0 -1
  829. package/script/gen/types/WindowManagerSettings.d.ts +0 -43
  830. package/script/gen/types/WindowManagerSettings.d.ts.map +0 -1
  831. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  832. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  833. package/script/gen/types/WmFallbackNode.d.ts +0 -25
  834. package/script/gen/types/WmFallbackNode.d.ts.map +0 -1
  835. package/script/gen/types/WmHorizontalNode.d.ts +0 -19
  836. package/script/gen/types/WmHorizontalNode.d.ts.map +0 -1
  837. package/script/gen/types/WmLeafNode.d.ts +0 -21
  838. package/script/gen/types/WmLeafNode.d.ts.map +0 -1
  839. package/script/gen/types/WmNode.d.ts +0 -17
  840. package/script/gen/types/WmNode.d.ts.map +0 -1
  841. package/script/gen/types/WmStackNode.d.ts +0 -25
  842. package/script/gen/types/WmStackNode.d.ts.map +0 -1
  843. package/script/gen/types/WmVerticalNode.d.ts +0 -19
  844. package/script/gen/types/WmVerticalNode.d.ts.map +0 -1
  845. package/script/gen/types/WorkspaceConfiguration.d.ts +0 -8
  846. package/script/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
  847. package/script/gen/types/WorkspaceIdentifier.d.ts +0 -6
  848. package/script/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
  849. package/script/gen/types/WorkspaceIdentifierType.d.ts +0 -2
  850. package/script/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
  851. package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -56
  852. package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  853. package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
  854. package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  855. package/script/gen/types/WsdGroup.d.ts +0 -12
  856. package/script/gen/types/WsdGroup.d.ts.map +0 -1
  857. package/script/gen/types/WsdGroupEntry.d.ts +0 -8
  858. package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
  859. package/script/gen/types/WsdItem.d.ts +0 -14
  860. package/script/gen/types/WsdItem.d.ts.map +0 -1
  861. package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  862. package/script/gen/types/WsdItemInputText.d.ts.map +0 -1
  863. package/script/gen/types/WsdItemSelect.d.ts +0 -28
  864. package/script/gen/types/WsdItemSelect.d.ts.map +0 -1
  865. package/script/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  866. package/script/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  867. package/script/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  868. package/script/gen/types/WsdItemSwitch.d.ts.map +0 -1
  869. package/script/gen/types/mod.d.ts +0 -99
  870. package/script/gen/types/mod.d.ts.map +0 -1
  871. package/script/gen/types/mod.js +0 -114
  872. package/script/gen/types/serde_json/JsonValue.d.ts.map +0 -1
  873. package/script/src/constants/mod.d.ts.map +0 -1
  874. package/script/src/handlers/commands.d.ts +0 -77
  875. package/script/src/handlers/commands.d.ts.map +0 -1
  876. package/script/src/handlers/commands.js +0 -81
  877. package/script/src/handlers/events.d.ts +0 -53
  878. package/script/src/handlers/events.d.ts.map +0 -1
  879. package/script/src/handlers/events.js +0 -57
  880. package/script/src/handlers/invokers.d.ts.map +0 -1
  881. package/script/src/handlers/mod.d.ts.map +0 -1
  882. package/script/src/lib.d.ts.map +0 -1
  883. package/script/src/state/icon_pack.d.ts +0 -84
  884. package/script/src/state/icon_pack.d.ts.map +0 -1
  885. package/script/src/state/mod.d.ts.map +0 -1
  886. package/script/src/state/placeholder.d.ts +0 -34
  887. package/script/src/state/placeholder.d.ts.map +0 -1
  888. package/script/src/state/plugin.d.ts +0 -20
  889. package/script/src/state/plugin.d.ts.map +0 -1
  890. package/script/src/state/profile.d.ts +0 -15
  891. package/script/src/state/profile.d.ts.map +0 -1
  892. package/script/src/state/settings/declaration.d.ts.map +0 -1
  893. package/script/src/state/settings/mod.d.ts +0 -70
  894. package/script/src/state/settings/mod.d.ts.map +0 -1
  895. package/script/src/state/settings/settings_by_monitor.d.ts +0 -21
  896. package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  897. package/script/src/state/settings_by_app.d.ts +0 -40
  898. package/script/src/state/settings_by_app.d.ts.map +0 -1
  899. package/script/src/state/theme.d.ts +0 -19
  900. package/script/src/state/theme.d.ts.map +0 -1
  901. package/script/src/state/weg_items.d.ts +0 -43
  902. package/script/src/state/weg_items.d.ts.map +0 -1
  903. package/script/src/state/widget.d.ts +0 -35
  904. package/script/src/state/widget.d.ts.map +0 -1
  905. package/script/src/state/widget.js +0 -49
  906. package/script/src/state/wm_layout.d.ts +0 -18
  907. package/script/src/state/wm_layout.d.ts.map +0 -1
  908. package/script/src/system_state/application_history.d.ts +0 -32
  909. package/script/src/system_state/application_history.d.ts.map +0 -1
  910. package/script/src/system_state/application_history.js +0 -19
  911. package/script/src/system_state/language.d.ts.map +0 -1
  912. package/script/src/system_state/mod.d.ts +0 -6
  913. package/script/src/system_state/mod.d.ts.map +0 -1
  914. package/script/src/system_state/mod.js +0 -21
  915. package/script/src/system_state/monitors.d.ts.map +0 -1
  916. package/script/src/system_state/ui_colors.d.ts.map +0 -1
  917. package/script/src/system_state/user.d.ts +0 -71
  918. package/script/src/system_state/user.d.ts.map +0 -1
  919. package/script/src/utils/List.d.ts.map +0 -1
  920. package/script/src/utils/State.d.ts.map +0 -1
  921. package/script/src/utils/enums.d.ts.map +0 -1
  922. package/script/src/utils/layered_hitbox.d.ts.map +0 -1
  923. package/script/src/utils/mod.d.ts.map +0 -1
  924. /package/esm/{src/constants → constants}/mod.d.ts +0 -0
  925. /package/esm/{src/constants → constants}/mod.js +0 -0
  926. /package/esm/{src/handlers → handlers}/invokers.d.ts +0 -0
  927. /package/esm/{src/handlers → handlers}/invokers.js +0 -0
  928. /package/esm/{src/handlers → handlers}/mod.d.ts +0 -0
  929. /package/esm/{src/handlers → handlers}/mod.js +0 -0
  930. /package/esm/{src/lib.d.ts → lib.d.ts} +0 -0
  931. /package/esm/{src/lib.js → lib.js} +0 -0
  932. /package/esm/{src/state → state}/icon_pack.js +0 -0
  933. /package/esm/{src/state → state}/mod.d.ts +0 -0
  934. /package/esm/{src/state → state}/mod.js +0 -0
  935. /package/esm/{src/state → state}/placeholder.js +0 -0
  936. /package/esm/{src/state → state}/plugin.js +0 -0
  937. /package/esm/{src/state → state}/profile.js +0 -0
  938. /package/esm/{src/state → state}/settings/declaration.d.ts +0 -0
  939. /package/esm/{src/state → state}/settings/declaration.js +0 -0
  940. /package/esm/{src/state → state}/settings/mod.js +0 -0
  941. /package/esm/{src/state → state}/settings/settings_by_monitor.js +0 -0
  942. /package/esm/{src/state → state}/settings_by_app.js +0 -0
  943. /package/esm/{src/state → state}/theme.js +0 -0
  944. /package/esm/{src/state → state}/weg_items.js +0 -0
  945. /package/esm/{src/state → state}/wm_layout.js +0 -0
  946. /package/esm/{src/system_state → system_state}/language.d.ts +0 -0
  947. /package/esm/{src/system_state → system_state}/language.js +0 -0
  948. /package/esm/{src/system_state → system_state}/monitors.d.ts +0 -0
  949. /package/esm/{src/system_state → system_state}/monitors.js +0 -0
  950. /package/esm/{src/system_state → system_state}/ui_colors.d.ts +0 -0
  951. /package/esm/{src/system_state → system_state}/ui_colors.js +0 -0
  952. /package/esm/{src/system_state → system_state}/user.js +0 -0
  953. /package/esm/{gen/types → types}/AhkVar.d.ts +0 -0
  954. /package/esm/{gen/types → types}/AhkVar.js +0 -0
  955. /package/esm/{gen/types → types}/AhkVarList.js +0 -0
  956. /package/esm/{gen/types → types}/AppConfig.js +0 -0
  957. /package/esm/{gen/types → types}/AppExtraFlag.js +0 -0
  958. /package/esm/{gen/types → types}/AppIdentifier.js +0 -0
  959. /package/esm/{gen/types → types}/AppIdentifierType.js +0 -0
  960. /package/esm/{gen/types → types}/Border.d.ts +0 -0
  961. /package/esm/{gen/types → types}/Border.js +0 -0
  962. /package/esm/{gen/types → types}/DateToolbarItem.js +0 -0
  963. /package/esm/{gen/types → types}/DeviceToolbarItem.js +0 -0
  964. /package/esm/{gen/types → types}/FancyToolbarSettings.js +0 -0
  965. /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
  966. /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
  967. /package/esm/{gen/types → types}/File.d.ts +0 -0
  968. /package/esm/{gen/types → types}/File.js +0 -0
  969. /package/esm/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
  970. /package/esm/{gen/types → types}/FloatingWindowSettings.js +0 -0
  971. /package/esm/{gen/types → types}/FolderChangedArgs.js +0 -0
  972. /package/esm/{gen/types → types}/FolderType.js +0 -0
  973. /package/esm/{gen/types → types}/GenericToolbarItem.js +0 -0
  974. /package/esm/{gen/types → types}/HideMode.js +0 -0
  975. /package/esm/{gen/types → types}/IconPack.js +0 -0
  976. /package/esm/{gen/types → types}/IconPackId.js +0 -0
  977. /package/esm/{gen/types → types}/MatchingStrategy.js +0 -0
  978. /package/esm/{gen/types → types}/MediaToolbarItem.js +0 -0
  979. /package/esm/{gen/types → types}/MonitorConfiguration.js +0 -0
  980. /package/esm/{gen/types → types}/NetworkToolbarItem.js +0 -0
  981. /package/esm/{gen/types → types}/NoFallbackBehavior.js +0 -0
  982. /package/esm/{gen/types → types}/NodeSubtype.js +0 -0
  983. /package/esm/{gen/types → types}/NotificationsToolbarItem.js +0 -0
  984. /package/esm/{gen/types → types}/PinnedWegItemData.js +0 -0
  985. /package/esm/{gen/types → types}/Placeholder.js +0 -0
  986. /package/esm/{gen/types → types}/Plugin.js +0 -0
  987. /package/esm/{gen/types → types}/PluginId.js +0 -0
  988. /package/esm/{gen/types → types}/PowerToolbarItem.js +0 -0
  989. /package/esm/{gen/types → types}/Profile.js +0 -0
  990. /package/esm/{gen/types → types}/ProfileSettings.d.ts +0 -0
  991. /package/esm/{gen/types → types}/ProfileSettings.js +0 -0
  992. /package/esm/{gen/types → types}/Rect.d.ts +0 -0
  993. /package/esm/{gen/types → types}/Rect.js +0 -0
  994. /package/esm/{gen/types → types}/Resource.js +0 -0
  995. /package/esm/{gen/types → types}/ResourceId.d.ts +0 -0
  996. /package/esm/{gen/types → types}/ResourceId.js +0 -0
  997. /package/esm/{gen/types → types}/ResourceKind.js +0 -0
  998. /package/esm/{gen/types → types}/ResourceMetadata.js +0 -0
  999. /package/esm/{gen/types → types}/ResourceStatus.js +0 -0
  1000. /package/esm/{gen/types → types}/ResourceText.d.ts +0 -0
  1001. /package/esm/{gen/types → types}/ResourceText.js +0 -0
  1002. /package/esm/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
  1003. /package/esm/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
  1004. /package/esm/{gen/types → types}/SeelenLauncherRunner.js +0 -0
  1005. /package/esm/{gen/types → types}/SeelenLauncherSettings.js +0 -0
  1006. /package/esm/{gen/types → types}/SeelenWallSettings.js +0 -0
  1007. /package/esm/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
  1008. /package/esm/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
  1009. /package/esm/{gen/types → types}/SeelenWallWallpaper.js +0 -0
  1010. /package/esm/{gen/types → types}/SeelenWegMode.js +0 -0
  1011. /package/esm/{gen/types → types}/SeelenWegSettings.js +0 -0
  1012. /package/esm/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
  1013. /package/esm/{gen/types → types}/SeelenWegSide.js +0 -0
  1014. /package/esm/{gen/types → types}/Settings.js +0 -0
  1015. /package/esm/{gen/types → types}/SettingsByWidget.js +0 -0
  1016. /package/esm/{gen/types → types}/SettingsToolbarItem.js +0 -0
  1017. /package/esm/{gen/types → types}/StyleValue.d.ts +0 -0
  1018. /package/esm/{gen/types → types}/StyleValue.js +0 -0
  1019. /package/esm/{gen/types → types}/TextToolbarItem.js +0 -0
  1020. /package/esm/{gen/types → types}/Theme.js +0 -0
  1021. /package/esm/{gen/types → types}/ThemeId.js +0 -0
  1022. /package/esm/{gen/types → types}/ToolbarItem.js +0 -0
  1023. /package/esm/{gen/types → types}/ToolbarItem2.js +0 -0
  1024. /package/esm/{gen/types → types}/TrayToolbarItem.js +0 -0
  1025. /package/esm/{gen/types → types}/UpdateChannel.js +0 -0
  1026. /package/esm/{gen/types → types}/UpdaterSettings.js +0 -0
  1027. /package/esm/{gen/types → types}/User.d.ts +0 -0
  1028. /package/esm/{gen/types → types}/User.js +0 -0
  1029. /package/esm/{gen/types → types}/UserToolbarItem.js +0 -0
  1030. /package/esm/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
  1031. /package/esm/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
  1032. /package/esm/{gen/types → types}/WegAppGroupItem.js +0 -0
  1033. /package/esm/{gen/types → types}/WegItem.js +0 -0
  1034. /package/esm/{gen/types → types}/WegItems.js +0 -0
  1035. /package/esm/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
  1036. /package/esm/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
  1037. /package/esm/{gen/types → types}/Widget.js +0 -0
  1038. /package/esm/{gen/types → types}/WidgetId.js +0 -0
  1039. /package/esm/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
  1040. /package/esm/{gen/types → types}/WindowManagerLayout.js +0 -0
  1041. /package/esm/{gen/types → types}/WindowManagerSettings.js +0 -0
  1042. /package/esm/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
  1043. /package/esm/{gen/types → types}/WmFallbackNode.js +0 -0
  1044. /package/esm/{gen/types → types}/WmHorizontalNode.js +0 -0
  1045. /package/esm/{gen/types → types}/WmLeafNode.js +0 -0
  1046. /package/esm/{gen/types → types}/WmNode.js +0 -0
  1047. /package/esm/{gen/types → types}/WmStackNode.js +0 -0
  1048. /package/esm/{gen/types → types}/WmVerticalNode.js +0 -0
  1049. /package/esm/{gen/types → types}/WorkspaceConfiguration.js +0 -0
  1050. /package/esm/{gen/types → types}/WorkspaceIdentifier.js +0 -0
  1051. /package/esm/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
  1052. /package/esm/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
  1053. /package/esm/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
  1054. /package/esm/{gen/types → types}/WsdGroup.js +0 -0
  1055. /package/esm/{gen/types → types}/WsdGroupEntry.js +0 -0
  1056. /package/esm/{gen/types → types}/WsdItem.js +0 -0
  1057. /package/esm/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
  1058. /package/esm/{gen/types → types}/WsdItemInputNumber.js +0 -0
  1059. /package/esm/{gen/types → types}/WsdItemInputText.d.ts +0 -0
  1060. /package/esm/{gen/types → types}/WsdItemInputText.js +0 -0
  1061. /package/esm/{gen/types → types}/WsdItemSelect.js +0 -0
  1062. /package/esm/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
  1063. /package/esm/{gen/types → types}/WsdItemSelectOption.js +0 -0
  1064. /package/esm/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
  1065. /package/esm/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
  1066. /package/esm/{gen/types → types}/WsdItemSwitch.js +0 -0
  1067. /package/esm/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
  1068. /package/esm/{gen/types → types}/serde_json/JsonValue.js +0 -0
  1069. /package/esm/{src/utils → utils}/List.d.ts +0 -0
  1070. /package/esm/{src/utils → utils}/List.js +0 -0
  1071. /package/esm/{src/utils → utils}/State.d.ts +0 -0
  1072. /package/esm/{src/utils → utils}/State.js +0 -0
  1073. /package/esm/{src/utils → utils}/enums.d.ts +0 -0
  1074. /package/esm/{src/utils → utils}/enums.js +0 -0
  1075. /package/esm/{src/utils → utils}/layered_hitbox.d.ts +0 -0
  1076. /package/esm/{src/utils → utils}/layered_hitbox.js +0 -0
  1077. /package/esm/{src/utils → utils}/mod.d.ts +0 -0
  1078. /package/esm/{src/utils → utils}/mod.js +0 -0
  1079. /package/script/{src/constants → constants}/mod.d.ts +0 -0
  1080. /package/script/{src/constants → constants}/mod.js +0 -0
  1081. /package/script/{src/handlers → handlers}/invokers.d.ts +0 -0
  1082. /package/script/{src/handlers → handlers}/invokers.js +0 -0
  1083. /package/script/{src/handlers → handlers}/mod.d.ts +0 -0
  1084. /package/script/{src/handlers → handlers}/mod.js +0 -0
  1085. /package/script/{src/lib.d.ts → lib.d.ts} +0 -0
  1086. /package/script/{src/lib.js → lib.js} +0 -0
  1087. /package/script/{src/state → state}/icon_pack.js +0 -0
  1088. /package/script/{src/state → state}/mod.d.ts +0 -0
  1089. /package/script/{src/state → state}/mod.js +0 -0
  1090. /package/script/{src/state → state}/placeholder.js +0 -0
  1091. /package/script/{src/state → state}/plugin.js +0 -0
  1092. /package/script/{src/state → state}/profile.js +0 -0
  1093. /package/script/{src/state → state}/settings/declaration.d.ts +0 -0
  1094. /package/script/{src/state → state}/settings/declaration.js +0 -0
  1095. /package/script/{src/state → state}/settings/mod.js +0 -0
  1096. /package/script/{src/state → state}/settings/settings_by_monitor.js +0 -0
  1097. /package/script/{src/state → state}/settings_by_app.js +0 -0
  1098. /package/script/{src/state → state}/theme.js +0 -0
  1099. /package/script/{src/state → state}/weg_items.js +0 -0
  1100. /package/script/{src/state → state}/wm_layout.js +0 -0
  1101. /package/script/{src/system_state → system_state}/language.d.ts +0 -0
  1102. /package/script/{src/system_state → system_state}/language.js +0 -0
  1103. /package/script/{src/system_state → system_state}/monitors.d.ts +0 -0
  1104. /package/script/{src/system_state → system_state}/monitors.js +0 -0
  1105. /package/script/{src/system_state → system_state}/ui_colors.d.ts +0 -0
  1106. /package/script/{src/system_state → system_state}/ui_colors.js +0 -0
  1107. /package/script/{src/system_state → system_state}/user.js +0 -0
  1108. /package/script/{gen/types → types}/AhkVar.d.ts +0 -0
  1109. /package/script/{gen/types → types}/AhkVar.js +0 -0
  1110. /package/script/{gen/types → types}/AhkVarList.js +0 -0
  1111. /package/script/{gen/types → types}/AppConfig.js +0 -0
  1112. /package/script/{gen/types → types}/AppExtraFlag.js +0 -0
  1113. /package/script/{gen/types → types}/AppIdentifier.js +0 -0
  1114. /package/script/{gen/types → types}/AppIdentifierType.js +0 -0
  1115. /package/script/{gen/types → types}/Border.d.ts +0 -0
  1116. /package/script/{gen/types → types}/Border.js +0 -0
  1117. /package/script/{gen/types → types}/DateToolbarItem.js +0 -0
  1118. /package/script/{gen/types → types}/DeviceToolbarItem.js +0 -0
  1119. /package/script/{gen/types → types}/FancyToolbarSettings.js +0 -0
  1120. /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
  1121. /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
  1122. /package/script/{gen/types → types}/File.d.ts +0 -0
  1123. /package/script/{gen/types → types}/File.js +0 -0
  1124. /package/script/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
  1125. /package/script/{gen/types → types}/FloatingWindowSettings.js +0 -0
  1126. /package/script/{gen/types → types}/FolderChangedArgs.js +0 -0
  1127. /package/script/{gen/types → types}/FolderType.js +0 -0
  1128. /package/script/{gen/types → types}/GenericToolbarItem.js +0 -0
  1129. /package/script/{gen/types → types}/HideMode.js +0 -0
  1130. /package/script/{gen/types → types}/IconPack.js +0 -0
  1131. /package/script/{gen/types → types}/IconPackId.js +0 -0
  1132. /package/script/{gen/types → types}/MatchingStrategy.js +0 -0
  1133. /package/script/{gen/types → types}/MediaToolbarItem.js +0 -0
  1134. /package/script/{gen/types → types}/MonitorConfiguration.js +0 -0
  1135. /package/script/{gen/types → types}/NetworkToolbarItem.js +0 -0
  1136. /package/script/{gen/types → types}/NoFallbackBehavior.js +0 -0
  1137. /package/script/{gen/types → types}/NodeSubtype.js +0 -0
  1138. /package/script/{gen/types → types}/NotificationsToolbarItem.js +0 -0
  1139. /package/script/{gen/types → types}/PinnedWegItemData.js +0 -0
  1140. /package/script/{gen/types → types}/Placeholder.js +0 -0
  1141. /package/script/{gen/types → types}/Plugin.js +0 -0
  1142. /package/script/{gen/types → types}/PluginId.js +0 -0
  1143. /package/script/{gen/types → types}/PowerToolbarItem.js +0 -0
  1144. /package/script/{gen/types → types}/Profile.js +0 -0
  1145. /package/script/{gen/types → types}/ProfileSettings.d.ts +0 -0
  1146. /package/script/{gen/types → types}/ProfileSettings.js +0 -0
  1147. /package/script/{gen/types → types}/Rect.d.ts +0 -0
  1148. /package/script/{gen/types → types}/Rect.js +0 -0
  1149. /package/script/{gen/types → types}/Resource.js +0 -0
  1150. /package/script/{gen/types → types}/ResourceId.d.ts +0 -0
  1151. /package/script/{gen/types → types}/ResourceId.js +0 -0
  1152. /package/script/{gen/types → types}/ResourceKind.js +0 -0
  1153. /package/script/{gen/types → types}/ResourceMetadata.js +0 -0
  1154. /package/script/{gen/types → types}/ResourceStatus.js +0 -0
  1155. /package/script/{gen/types → types}/ResourceText.d.ts +0 -0
  1156. /package/script/{gen/types → types}/ResourceText.js +0 -0
  1157. /package/script/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
  1158. /package/script/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
  1159. /package/script/{gen/types → types}/SeelenLauncherRunner.js +0 -0
  1160. /package/script/{gen/types → types}/SeelenLauncherSettings.js +0 -0
  1161. /package/script/{gen/types → types}/SeelenWallSettings.js +0 -0
  1162. /package/script/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
  1163. /package/script/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
  1164. /package/script/{gen/types → types}/SeelenWallWallpaper.js +0 -0
  1165. /package/script/{gen/types → types}/SeelenWegMode.js +0 -0
  1166. /package/script/{gen/types → types}/SeelenWegSettings.js +0 -0
  1167. /package/script/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
  1168. /package/script/{gen/types → types}/SeelenWegSide.js +0 -0
  1169. /package/script/{gen/types → types}/Settings.js +0 -0
  1170. /package/script/{gen/types → types}/SettingsByWidget.js +0 -0
  1171. /package/script/{gen/types → types}/SettingsToolbarItem.js +0 -0
  1172. /package/script/{gen/types → types}/StyleValue.d.ts +0 -0
  1173. /package/script/{gen/types → types}/StyleValue.js +0 -0
  1174. /package/script/{gen/types → types}/TextToolbarItem.js +0 -0
  1175. /package/script/{gen/types → types}/Theme.js +0 -0
  1176. /package/script/{gen/types → types}/ThemeId.js +0 -0
  1177. /package/script/{gen/types → types}/ToolbarItem.js +0 -0
  1178. /package/script/{gen/types → types}/ToolbarItem2.js +0 -0
  1179. /package/script/{gen/types → types}/TrayToolbarItem.js +0 -0
  1180. /package/script/{gen/types → types}/UpdateChannel.js +0 -0
  1181. /package/script/{gen/types → types}/UpdaterSettings.js +0 -0
  1182. /package/script/{gen/types → types}/User.d.ts +0 -0
  1183. /package/script/{gen/types → types}/User.js +0 -0
  1184. /package/script/{gen/types → types}/UserToolbarItem.js +0 -0
  1185. /package/script/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
  1186. /package/script/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
  1187. /package/script/{gen/types → types}/WegAppGroupItem.js +0 -0
  1188. /package/script/{gen/types → types}/WegItem.js +0 -0
  1189. /package/script/{gen/types → types}/WegItems.js +0 -0
  1190. /package/script/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
  1191. /package/script/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
  1192. /package/script/{gen/types → types}/Widget.js +0 -0
  1193. /package/script/{gen/types → types}/WidgetId.js +0 -0
  1194. /package/script/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
  1195. /package/script/{gen/types → types}/WindowManagerLayout.js +0 -0
  1196. /package/script/{gen/types → types}/WindowManagerSettings.js +0 -0
  1197. /package/script/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
  1198. /package/script/{gen/types → types}/WmFallbackNode.js +0 -0
  1199. /package/script/{gen/types → types}/WmHorizontalNode.js +0 -0
  1200. /package/script/{gen/types → types}/WmLeafNode.js +0 -0
  1201. /package/script/{gen/types → types}/WmNode.js +0 -0
  1202. /package/script/{gen/types → types}/WmStackNode.js +0 -0
  1203. /package/script/{gen/types → types}/WmVerticalNode.js +0 -0
  1204. /package/script/{gen/types → types}/WorkspaceConfiguration.js +0 -0
  1205. /package/script/{gen/types → types}/WorkspaceIdentifier.js +0 -0
  1206. /package/script/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
  1207. /package/script/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
  1208. /package/script/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
  1209. /package/script/{gen/types → types}/WsdGroup.js +0 -0
  1210. /package/script/{gen/types → types}/WsdGroupEntry.js +0 -0
  1211. /package/script/{gen/types → types}/WsdItem.js +0 -0
  1212. /package/script/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
  1213. /package/script/{gen/types → types}/WsdItemInputNumber.js +0 -0
  1214. /package/script/{gen/types → types}/WsdItemInputText.d.ts +0 -0
  1215. /package/script/{gen/types → types}/WsdItemInputText.js +0 -0
  1216. /package/script/{gen/types → types}/WsdItemSelect.js +0 -0
  1217. /package/script/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
  1218. /package/script/{gen/types → types}/WsdItemSelectOption.js +0 -0
  1219. /package/script/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
  1220. /package/script/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
  1221. /package/script/{gen/types → types}/WsdItemSwitch.js +0 -0
  1222. /package/script/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
  1223. /package/script/{gen/types → types}/serde_json/JsonValue.js +0 -0
  1224. /package/script/{src/utils → utils}/List.d.ts +0 -0
  1225. /package/script/{src/utils → utils}/List.js +0 -0
  1226. /package/script/{src/utils → utils}/State.d.ts +0 -0
  1227. /package/script/{src/utils → utils}/State.js +0 -0
  1228. /package/script/{src/utils → utils}/enums.d.ts +0 -0
  1229. /package/script/{src/utils → utils}/enums.js +0 -0
  1230. /package/script/{src/utils → utils}/layered_hitbox.d.ts +0 -0
  1231. /package/script/{src/utils → utils}/layered_hitbox.js +0 -0
  1232. /package/script/{src/utils → utils}/mod.d.ts +0 -0
  1233. /package/script/{src/utils → utils}/mod.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/constants/mod.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuET,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;AAE7E,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,4DAA4D;IAC5D,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,EAAqE,CAAC"}
@@ -0,0 +1,74 @@
1
+ export declare enum SeelenCommand {
2
+ Run = "run",
3
+ IsDevMode = "is_dev_mode",
4
+ IsAppxPackage = "is_appx_package",
5
+ OpenFile = "open_file",
6
+ RunAsAdmin = "run_as_admin",
7
+ SelectFileOnExplorer = "select_file_on_explorer",
8
+ IsVirtualDesktopSupported = "is_virtual_desktop_supported",
9
+ GetUserEnvs = "get_user_envs",
10
+ ShowAppSettings = "show_app_settings",
11
+ SwitchWorkspace = "switch_workspace",
12
+ SendKeys = "send_keys",
13
+ GetIcon = "get_icon",
14
+ SimulateFullscreen = "simulate_fullscreen",
15
+ CheckForUpdates = "check_for_updates",
16
+ InstallLastAvailableUpdate = "install_last_available_update",
17
+ SystemGetMonitors = "get_connected_monitors",
18
+ SystemGetColors = "get_system_colors",
19
+ SystemGetLanguages = "get_system_languages",
20
+ SetAutoStart = "set_auto_start",
21
+ GetAutoStartStatus = "get_auto_start_status",
22
+ StateGetThemes = "state_get_themes",
23
+ StateGetWegItems = "state_get_weg_items",
24
+ StateGetToolbarItems = "state_get_toolbar_items",
25
+ StateWriteWegItems = "state_write_weg_items",
26
+ StateGetSettings = "state_get_settings",
27
+ StateWriteSettings = "state_write_settings",
28
+ StateGetDefaultSettings = "state_get_default_settings",
29
+ StateGetDefaultMonitorSettings = "state_get_default_monitor_settings",
30
+ StateGetSpecificAppsConfigurations = "state_get_specific_apps_configurations",
31
+ StateGetWallpaper = "state_get_wallpaper",
32
+ StateSetWallpaper = "state_set_wallpaper",
33
+ StateGetHistory = "state_get_history",
34
+ StateGetPlugins = "state_get_plugins",
35
+ StateGetWidgets = "state_get_widgets",
36
+ StateGetIconPacks = "state_get_icon_packs",
37
+ StateGetProfiles = "state_get_profiles",
38
+ GetUser = "get_user",
39
+ GetUserFolderContent = "get_user_folder_content",
40
+ SetUserFolderLimit = "set_user_folder_limit",
41
+ MediaPrev = "media_prev",
42
+ MediaTogglePlayPause = "media_toggle_play_pause",
43
+ MediaNext = "media_next",
44
+ SetVolumeLevel = "set_volume_level",
45
+ MediaToggleMute = "media_toggle_mute",
46
+ MediaSetDefaultDevice = "media_set_default_device",
47
+ GetMainMonitorBrightness = "get_main_monitor_brightness",
48
+ SetMainMonitorBrightness = "set_main_monitor_brightness",
49
+ LogOut = "log_out",
50
+ Suspend = "suspend",
51
+ Restart = "restart",
52
+ Shutdown = "shutdown",
53
+ Lock = "lock",
54
+ WegGetItemsForWidget = "weg_get_items_for_widget",
55
+ WegCloseApp = "weg_close_app",
56
+ WegKillApp = "weg_kill_app",
57
+ WegToggleWindowState = "weg_toggle_window_state",
58
+ WegRequestUpdatePreviews = "weg_request_update_previews",
59
+ WegPinItem = "weg_pin_item",
60
+ SetWindowPosition = "set_window_position",
61
+ RequestFocus = "request_focus",
62
+ LauncherGetApps = "launcher_get_apps",
63
+ TempGetByEventTrayInfo = "temp_get_by_event_tray_info",
64
+ OnClickTrayIcon = "on_click_tray_icon",
65
+ OnContextMenuTrayIcon = "on_context_menu_tray_icon",
66
+ WlanGetProfiles = "wlan_get_profiles",
67
+ WlanStartScanning = "wlan_start_scanning",
68
+ WlanStopScanning = "wlan_stop_scanning",
69
+ WlanConnect = "wlan_connect",
70
+ WlanDisconnect = "wlan_disconnect",
71
+ NotificationsClose = "notifications_close",
72
+ NotificationsCloseAll = "notifications_close_all"
73
+ }
74
+ //# sourceMappingURL=commands.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../src/handlers/commands.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,GAAG,QAAQ;IACX,SAAS,gBAAgB;IACzB,aAAa,oBAAoB;IACjC,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,0BAA0B,kCAAkC;IAC5D,iBAAiB,2BAA2B;IAC5C,eAAe,sBAAsB;IACrC,kBAAkB,yBAAyB;IAC3C,YAAY,mBAAmB;IAC/B,kBAAkB,0BAA0B;IAC5C,cAAc,qBAAqB;IACnC,gBAAgB,wBAAwB;IACxC,oBAAoB,4BAA4B;IAChD,kBAAkB,0BAA0B;IAC5C,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,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,iBAAiB,yBAAyB;IAC1C,gBAAgB,uBAAuB;IACvC,OAAO,aAAa;IACpB,oBAAoB,4BAA4B;IAChD,kBAAkB,0BAA0B;IAC5C,SAAS,eAAe;IACxB,oBAAoB,4BAA4B;IAChD,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,wBAAwB,gCAAgC;IACxD,wBAAwB,gCAAgC;IACxD,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,oBAAoB,6BAA6B;IACjD,WAAW,kBAAkB;IAC7B,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,wBAAwB,gCAAgC;IACxD,UAAU,iBAAiB;IAC3B,iBAAiB,wBAAwB;IACzC,YAAY,kBAAkB;IAC9B,eAAe,sBAAsB;IACrC,sBAAsB,gCAAgC;IACtD,eAAe,uBAAuB;IACtC,qBAAqB,8BAA8B;IACnD,eAAe,sBAAsB;IACrC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,kBAAkB,wBAAwB;IAC1C,qBAAqB,4BAA4B;CAClD"}
@@ -0,0 +1,75 @@
1
+ // This file was generated via rust macros. Don't modify manually.
2
+ export var SeelenCommand;
3
+ (function (SeelenCommand) {
4
+ SeelenCommand["Run"] = "run";
5
+ SeelenCommand["IsDevMode"] = "is_dev_mode";
6
+ SeelenCommand["IsAppxPackage"] = "is_appx_package";
7
+ SeelenCommand["OpenFile"] = "open_file";
8
+ SeelenCommand["RunAsAdmin"] = "run_as_admin";
9
+ SeelenCommand["SelectFileOnExplorer"] = "select_file_on_explorer";
10
+ SeelenCommand["IsVirtualDesktopSupported"] = "is_virtual_desktop_supported";
11
+ SeelenCommand["GetUserEnvs"] = "get_user_envs";
12
+ SeelenCommand["ShowAppSettings"] = "show_app_settings";
13
+ SeelenCommand["SwitchWorkspace"] = "switch_workspace";
14
+ SeelenCommand["SendKeys"] = "send_keys";
15
+ SeelenCommand["GetIcon"] = "get_icon";
16
+ SeelenCommand["SimulateFullscreen"] = "simulate_fullscreen";
17
+ SeelenCommand["CheckForUpdates"] = "check_for_updates";
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";
22
+ SeelenCommand["SetAutoStart"] = "set_auto_start";
23
+ SeelenCommand["GetAutoStartStatus"] = "get_auto_start_status";
24
+ SeelenCommand["StateGetThemes"] = "state_get_themes";
25
+ SeelenCommand["StateGetWegItems"] = "state_get_weg_items";
26
+ SeelenCommand["StateGetToolbarItems"] = "state_get_toolbar_items";
27
+ SeelenCommand["StateWriteWegItems"] = "state_write_weg_items";
28
+ SeelenCommand["StateGetSettings"] = "state_get_settings";
29
+ SeelenCommand["StateWriteSettings"] = "state_write_settings";
30
+ SeelenCommand["StateGetDefaultSettings"] = "state_get_default_settings";
31
+ SeelenCommand["StateGetDefaultMonitorSettings"] = "state_get_default_monitor_settings";
32
+ SeelenCommand["StateGetSpecificAppsConfigurations"] = "state_get_specific_apps_configurations";
33
+ SeelenCommand["StateGetWallpaper"] = "state_get_wallpaper";
34
+ SeelenCommand["StateSetWallpaper"] = "state_set_wallpaper";
35
+ SeelenCommand["StateGetHistory"] = "state_get_history";
36
+ SeelenCommand["StateGetPlugins"] = "state_get_plugins";
37
+ SeelenCommand["StateGetWidgets"] = "state_get_widgets";
38
+ SeelenCommand["StateGetIconPacks"] = "state_get_icon_packs";
39
+ SeelenCommand["StateGetProfiles"] = "state_get_profiles";
40
+ SeelenCommand["GetUser"] = "get_user";
41
+ SeelenCommand["GetUserFolderContent"] = "get_user_folder_content";
42
+ SeelenCommand["SetUserFolderLimit"] = "set_user_folder_limit";
43
+ SeelenCommand["MediaPrev"] = "media_prev";
44
+ SeelenCommand["MediaTogglePlayPause"] = "media_toggle_play_pause";
45
+ SeelenCommand["MediaNext"] = "media_next";
46
+ SeelenCommand["SetVolumeLevel"] = "set_volume_level";
47
+ SeelenCommand["MediaToggleMute"] = "media_toggle_mute";
48
+ SeelenCommand["MediaSetDefaultDevice"] = "media_set_default_device";
49
+ SeelenCommand["GetMainMonitorBrightness"] = "get_main_monitor_brightness";
50
+ SeelenCommand["SetMainMonitorBrightness"] = "set_main_monitor_brightness";
51
+ SeelenCommand["LogOut"] = "log_out";
52
+ SeelenCommand["Suspend"] = "suspend";
53
+ SeelenCommand["Restart"] = "restart";
54
+ SeelenCommand["Shutdown"] = "shutdown";
55
+ SeelenCommand["Lock"] = "lock";
56
+ SeelenCommand["WegGetItemsForWidget"] = "weg_get_items_for_widget";
57
+ SeelenCommand["WegCloseApp"] = "weg_close_app";
58
+ SeelenCommand["WegKillApp"] = "weg_kill_app";
59
+ SeelenCommand["WegToggleWindowState"] = "weg_toggle_window_state";
60
+ SeelenCommand["WegRequestUpdatePreviews"] = "weg_request_update_previews";
61
+ SeelenCommand["WegPinItem"] = "weg_pin_item";
62
+ SeelenCommand["SetWindowPosition"] = "set_window_position";
63
+ SeelenCommand["RequestFocus"] = "request_focus";
64
+ SeelenCommand["LauncherGetApps"] = "launcher_get_apps";
65
+ SeelenCommand["TempGetByEventTrayInfo"] = "temp_get_by_event_tray_info";
66
+ SeelenCommand["OnClickTrayIcon"] = "on_click_tray_icon";
67
+ SeelenCommand["OnContextMenuTrayIcon"] = "on_context_menu_tray_icon";
68
+ SeelenCommand["WlanGetProfiles"] = "wlan_get_profiles";
69
+ SeelenCommand["WlanStartScanning"] = "wlan_start_scanning";
70
+ SeelenCommand["WlanStopScanning"] = "wlan_stop_scanning";
71
+ SeelenCommand["WlanConnect"] = "wlan_connect";
72
+ SeelenCommand["WlanDisconnect"] = "wlan_disconnect";
73
+ SeelenCommand["NotificationsClose"] = "notifications_close";
74
+ SeelenCommand["NotificationsCloseAll"] = "notifications_close_all";
75
+ })(SeelenCommand || (SeelenCommand = {}));
@@ -0,0 +1,51 @@
1
+ export declare enum SeelenEvent {
2
+ WorkspacesChanged = "workspaces-changed",
3
+ ActiveWorkspaceChanged = "active-workspace-changed",
4
+ GlobalFocusChanged = "global-focus-changed",
5
+ GlobalMouseMove = "global-mouse-move",
6
+ HandleLayeredHitboxes = "handle-layered",
7
+ SystemMonitorsChanged = "system::monitors-changed",
8
+ SystemLanguagesChanged = "system::languages-changed",
9
+ UserChanged = "user-changed",
10
+ UserFolderChanged = "user-folder-changed",
11
+ MediaSessions = "media-sessions",
12
+ MediaInputs = "media-inputs",
13
+ MediaOutputs = "media-outputs",
14
+ NetworkDefaultLocalIp = "network-default-local-ip",
15
+ NetworkAdapters = "network-adapters",
16
+ NetworkInternetConnection = "network-internet-connection",
17
+ NetworkWlanScanned = "wlan-scanned",
18
+ Notifications = "notifications",
19
+ PowerStatus = "power-status",
20
+ BatteriesStatus = "batteries-status",
21
+ ColorsChanged = "colors-changed",
22
+ TrayInfo = "tray-info",
23
+ ToolbarOverlaped = "set-auto-hide",
24
+ WegOverlaped = "set-auto-hide",
25
+ WegInstanceChanged = "weg::instance-changed",
26
+ WMSetReservation = "set-reservation",
27
+ WMUpdateHeight = "update-height",
28
+ WMUpdateWidth = "update-width",
29
+ WMResetWorkspaceSize = "reset-workspace-size",
30
+ WMFocus = "focus",
31
+ WMSetActiveWorkspace = "set-active-workspace",
32
+ WMAddWindow = "add-window",
33
+ WMUpdateWindow = "update-window",
34
+ WMRemoveWindow = "remove-window",
35
+ WMForceRetiling = "wm-force-retiling",
36
+ WMSetLayout = "wm-set-layout",
37
+ WMSetOverlayVisibility = "wm-set-overlay-visibility",
38
+ WMSetActiveWindow = "wm-set-active-window",
39
+ WallStop = "wall-stop",
40
+ StateSettingsChanged = "settings-changed",
41
+ StateWegItemsChanged = "weg-items",
42
+ StateToolbarItemsChanged = "toolbar-items",
43
+ StateThemesChanged = "themes",
44
+ StateSettingsByAppChanged = "settings-by-app",
45
+ StateHistoryChanged = "history",
46
+ StateIconPacksChanged = "icon-packs",
47
+ StatePluginsChanged = "plugins-changed",
48
+ StateWidgetsChanged = "widgets-changed",
49
+ StateProfilesChanged = "profiles-changed"
50
+ }
51
+ //# sourceMappingURL=events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../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,WAAW,iBAAiB;IAC5B,iBAAiB,wBAAwB;IACzC,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,kBAAkB,0BAA0B;IAC5C,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,wBAAwB,kBAAkB;IAC1C,kBAAkB,WAAW;IAC7B,yBAAyB,oBAAoB;IAC7C,mBAAmB,YAAY;IAC/B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,oBAAoB,qBAAqB;CAC1C"}
@@ -0,0 +1,52 @@
1
+ // This file was generated via rust macros. Don't modify manually.
2
+ export var SeelenEvent;
3
+ (function (SeelenEvent) {
4
+ SeelenEvent["WorkspacesChanged"] = "workspaces-changed";
5
+ SeelenEvent["ActiveWorkspaceChanged"] = "active-workspace-changed";
6
+ SeelenEvent["GlobalFocusChanged"] = "global-focus-changed";
7
+ SeelenEvent["GlobalMouseMove"] = "global-mouse-move";
8
+ SeelenEvent["HandleLayeredHitboxes"] = "handle-layered";
9
+ SeelenEvent["SystemMonitorsChanged"] = "system::monitors-changed";
10
+ SeelenEvent["SystemLanguagesChanged"] = "system::languages-changed";
11
+ SeelenEvent["UserChanged"] = "user-changed";
12
+ SeelenEvent["UserFolderChanged"] = "user-folder-changed";
13
+ SeelenEvent["MediaSessions"] = "media-sessions";
14
+ SeelenEvent["MediaInputs"] = "media-inputs";
15
+ SeelenEvent["MediaOutputs"] = "media-outputs";
16
+ SeelenEvent["NetworkDefaultLocalIp"] = "network-default-local-ip";
17
+ SeelenEvent["NetworkAdapters"] = "network-adapters";
18
+ SeelenEvent["NetworkInternetConnection"] = "network-internet-connection";
19
+ SeelenEvent["NetworkWlanScanned"] = "wlan-scanned";
20
+ SeelenEvent["Notifications"] = "notifications";
21
+ SeelenEvent["PowerStatus"] = "power-status";
22
+ SeelenEvent["BatteriesStatus"] = "batteries-status";
23
+ SeelenEvent["ColorsChanged"] = "colors-changed";
24
+ SeelenEvent["TrayInfo"] = "tray-info";
25
+ SeelenEvent["ToolbarOverlaped"] = "set-auto-hide";
26
+ SeelenEvent["WegOverlaped"] = "set-auto-hide";
27
+ SeelenEvent["WegInstanceChanged"] = "weg::instance-changed";
28
+ SeelenEvent["WMSetReservation"] = "set-reservation";
29
+ SeelenEvent["WMUpdateHeight"] = "update-height";
30
+ SeelenEvent["WMUpdateWidth"] = "update-width";
31
+ SeelenEvent["WMResetWorkspaceSize"] = "reset-workspace-size";
32
+ SeelenEvent["WMFocus"] = "focus";
33
+ SeelenEvent["WMSetActiveWorkspace"] = "set-active-workspace";
34
+ SeelenEvent["WMAddWindow"] = "add-window";
35
+ SeelenEvent["WMUpdateWindow"] = "update-window";
36
+ SeelenEvent["WMRemoveWindow"] = "remove-window";
37
+ SeelenEvent["WMForceRetiling"] = "wm-force-retiling";
38
+ SeelenEvent["WMSetLayout"] = "wm-set-layout";
39
+ SeelenEvent["WMSetOverlayVisibility"] = "wm-set-overlay-visibility";
40
+ SeelenEvent["WMSetActiveWindow"] = "wm-set-active-window";
41
+ SeelenEvent["WallStop"] = "wall-stop";
42
+ SeelenEvent["StateSettingsChanged"] = "settings-changed";
43
+ SeelenEvent["StateWegItemsChanged"] = "weg-items";
44
+ SeelenEvent["StateToolbarItemsChanged"] = "toolbar-items";
45
+ SeelenEvent["StateThemesChanged"] = "themes";
46
+ SeelenEvent["StateSettingsByAppChanged"] = "settings-by-app";
47
+ SeelenEvent["StateHistoryChanged"] = "history";
48
+ SeelenEvent["StateIconPacksChanged"] = "icon-packs";
49
+ SeelenEvent["StatePluginsChanged"] = "plugins-changed";
50
+ SeelenEvent["StateWidgetsChanged"] = "widgets-changed";
51
+ SeelenEvent["StateProfilesChanged"] = "profiles-changed";
52
+ })(SeelenEvent || (SeelenEvent = {}));
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invokers.d.ts","sourceRoot":"","sources":["../../src/handlers/invokers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACjF,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,aAAa,CAAC;AAE/C,cAAc,eAAe,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAc,SAAQ,MAAM,CAAC,aAAa,EAAE,OAAO,CAAC;QAC5D,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 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/handlers/mod.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../src/lib.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,84 @@
1
+ import type { IconPack } from '../types/mod.js';
2
+ import { List } from '../utils/List.js';
3
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
4
+ export interface GetIconArgs {
5
+ path?: string | null;
6
+ umid?: string | null;
7
+ }
8
+ declare global {
9
+ interface ArgsByCommand {
10
+ [SeelenCommand.StateGetIconPacks]: null;
11
+ [SeelenCommand.GetIcon]: GetIconArgs;
12
+ }
13
+ interface ReturnByCommand {
14
+ [SeelenCommand.StateGetIconPacks]: IconPack[];
15
+ [SeelenCommand.GetIcon]: string | null;
16
+ }
17
+ interface PayloadByEvent {
18
+ [SeelenEvent.StateIconPacksChanged]: IconPack[];
19
+ }
20
+ }
21
+ export declare class IconPackList extends List<IconPack> {
22
+ static readonly getAsync: () => Promise<InstanceType<typeof IconPackList>>;
23
+ static readonly onChange: (cb: (instance: IconPackList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
24
+ }
25
+ /**
26
+ * Class helper to allow easy use of icon packs
27
+ */
28
+ export declare class IconPackManager {
29
+ private iconPackPath;
30
+ private _iconPacks;
31
+ private _actives;
32
+ private callbacks;
33
+ private constructor();
34
+ get iconPacks(): IconPackList;
35
+ private set iconPacks(value);
36
+ get actives(): string[];
37
+ private set actives(value);
38
+ /**
39
+ * Creates an instance of IconPackManager. This intance will be updated when
40
+ * the list of icon packs or the settings changes, so just having one global instance is enough.
41
+ *
42
+ * @returns A new instance of IconPackManager
43
+ */
44
+ static create(): Promise<IconPackManager>;
45
+ /**
46
+ * Register a callback to be called when the list of active icon packs changes
47
+ *
48
+ * @param cb The callback to be called when the list of icon packs changes
49
+ * @example
50
+ * const manager = await IconPackManager.create();
51
+ * manager.onChange(() => {
52
+ * console.log("Icon packs changed: ", manager.actives);
53
+ * });
54
+ */
55
+ onChange(cb: () => void): void;
56
+ /**
57
+ * Return the icon URL for an app or file, in case of no icon available will return `null`
58
+ *
59
+ * @param filePath The path to the app could be umid, full path.
60
+ * @example
61
+ * const iconUrl = instance.getIcon({
62
+ * path: "C:\\Program Files\\Steam\\steam.exe"
63
+ * });
64
+ * const iconUrl = instance.getIcon({
65
+ * umid: "Seelen.SeelenUI_p6yyn03m1894e!App"
66
+ * });
67
+ */
68
+ getIcon({ path, umid }: GetIconArgs): string | null;
69
+ /**
70
+ * Return the icon Path for an app or file, in case of no icon available will return `null`.
71
+ * This method doesn't take in care icon packs, just extracts the inherited icon into system's icon pack.
72
+ *
73
+ * @param filePath The path to the app could be umid o full path
74
+ * @example
75
+ * const iconPath = instance.extractIcon({
76
+ * path: "C:\\Program Files\\Steam\\steam.exe"
77
+ * });
78
+ * const iconPath = instance.extractIcon({
79
+ * umid: "Seelen.SeelenUI_p6yyn03m1894e!App"
80
+ * });
81
+ */
82
+ static extractIcon(obj: GetIconArgs): Promise<string | null>;
83
+ }
84
+ //# sourceMappingURL=icon_pack.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAU,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKxE,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,IAAI,CAAC;QACxC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC;KACtC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,QAAQ,EAAE,CAAC;QAC9C,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACxC;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,qBAAqB,CAAC,EAAE,QAAQ,EAAE,CAAC;KACjD;CACF;AAED,qBAAa,YAAa,SAAQ,IAAI,CAAC,QAAQ,CAAC;IAC9C,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAgE;IACxF,MAAM,CAAC,QAAQ,CAAC,QAAQ,gGAAkE;CAC3F;AAED;;GAEG;AACH,qBAAa,eAAe;IAIxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IALlB,OAAO,CAAC,SAAS,CAA8B;IAE/C,OAAO;IAMP,IAAW,SAAS,IAAI,YAAY,CAEnC;IAED,OAAO,KAAK,SAAS,QAGpB;IAED,IAAW,OAAO,IAAI,MAAM,EAAE,CAE7B;IAED,OAAO,KAAK,OAAO,QAGlB;IAED;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAetD;;;;;;;;;OASG;IACI,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIrC;;;;;;;;;;;OAWG;IACI,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,WAAW,GAAG,MAAM,GAAG,IAAI;IA4B1D;;;;;;;;;;;;OAYG;WACW,WAAW,CAAC,GAAG,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;CAGpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/state/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGhE,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAE7B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;KACvC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,gBAAgB,CAAC;KACnD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;KACrD;CACF;AAED,UAAU,gBAAgB;IACxB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACvB;AAED,qBAAa,eAAe;IACP,KAAK,EAAE,gBAAgB;gBAAvB,KAAK,EAAE,gBAAgB;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,mGAAgE;CACzF;AAED,qBAAa,gBAAgB;IAC3B,WAAW,EAAE,MAAM,CAAa;IAChC,MAAM,EAAE,MAAM,CAAa;IAC3B,WAAW,EAAE,MAAM,CAAM;IACzB,QAAQ,EAAE,MAAM,CAAM;IACtB,IAAI,EAAE,MAAM,EAAE,CAAM;CACrB"}
@@ -0,0 +1,34 @@
1
+ import type { Placeholder, WorkspaceToolbarItemMode } from '../types/mod.js';
2
+ import type { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
3
+ declare global {
4
+ interface ArgsByCommand {
5
+ [SeelenCommand.StateGetToolbarItems]: null;
6
+ }
7
+ interface ReturnByCommand {
8
+ [SeelenCommand.StateGetToolbarItems]: Placeholder;
9
+ }
10
+ interface PayloadByEvent {
11
+ [SeelenEvent.StateToolbarItemsChanged]: Placeholder;
12
+ }
13
+ }
14
+ declare const ToolbarModuleType: {
15
+ Notifications: "notifications";
16
+ Text: "text";
17
+ Generic: "generic";
18
+ Date: "date";
19
+ Power: "power";
20
+ Network: "network";
21
+ Media: "media";
22
+ User: "user";
23
+ Tray: "tray";
24
+ Device: "device";
25
+ Settings: "settings";
26
+ Workspaces: "workspaces";
27
+ };
28
+ declare const WorkspaceToolbarItemMode: {
29
+ Dotted: "dotted";
30
+ Named: "named";
31
+ Numbered: "numbered";
32
+ };
33
+ export { ToolbarModuleType, WorkspaceToolbarItemMode };
34
+ //# sourceMappingURL=placeholder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../src/state/placeholder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAe,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,IAAI,CAAC;KAC5C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,WAAW,CAAC;KACnD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,wBAAwB,CAAC,EAAE,WAAW,CAAC;KACrD;CACF;AAMD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;CAarB,CAAC;AAEH,QAAA,MAAM,wBAAwB;;;;CAI5B,CAAC;AAEH,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
2
+ import { List } from '../utils/List.js';
3
+ import type { Plugin } from '../types/mod.js';
4
+ declare global {
5
+ interface ArgsByCommand {
6
+ [SeelenCommand.StateGetPlugins]: null;
7
+ }
8
+ interface ReturnByCommand {
9
+ [SeelenCommand.StateGetPlugins]: Plugin[];
10
+ }
11
+ interface PayloadByEvent {
12
+ [SeelenEvent.StatePluginsChanged]: Plugin[];
13
+ }
14
+ }
15
+ export declare class PluginList extends List<Plugin> {
16
+ static readonly getAsync: () => Promise<InstanceType<typeof PluginList>>;
17
+ static readonly onChange: (cb: (instance: PluginList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
18
+ forCurrentWidget(): Plugin[];
19
+ }
20
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/state/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG9C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;KACvC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;KAC3C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7C;CACF;AAED,qBAAa,UAAW,SAAQ,IAAI,CAAC,MAAM,CAAC;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,iDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,8FAAgE;IAExF,gBAAgB,IAAI,MAAM,EAAE;CAI7B"}
@@ -0,0 +1,15 @@
1
+ import type { Profile } from '../types/mod.js';
2
+ import { SeelenCommand } from '../handlers/mod.js';
3
+ import { List } from '../utils/List.js';
4
+ declare global {
5
+ interface ArgsByCommand {
6
+ [SeelenCommand.StateGetProfiles]: null;
7
+ }
8
+ interface ReturnByCommand {
9
+ [SeelenCommand.StateGetProfiles]: Profile[];
10
+ }
11
+ }
12
+ export declare class ProfileList extends List<Profile> {
13
+ static readonly getAsync: () => Promise<InstanceType<typeof ProfileList>>;
14
+ }
15
+ //# sourceMappingURL=profile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/state/profile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,IAAI,CAAC;KACxC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,CAAC;KAC7C;CACF;AAED,qBAAa,WAAY,SAAQ,IAAI,CAAC,OAAO,CAAC;IAC5C,MAAM,CAAC,QAAQ,CAAC,QAAQ,kDAA+D;CACxF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"declaration.d.ts","sourceRoot":"","sources":["../../../src/state/settings/declaration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
@@ -0,0 +1,70 @@
1
+ import { SeelenCommand, SeelenEvent } from '../../handlers/mod.js';
2
+ import type { FancyToolbarSettings, HideMode, SeelenLauncherMonitor, SeelenLauncherSettings, SeelenWallSettings, SeelenWegMode, SeelenWegSettings, SeelenWegSide, Settings as ISettings, UpdateChannel, VirtualDesktopStrategy, WidgetId, WindowManagerSettings } from '../../types/mod.js';
3
+ declare global {
4
+ interface ArgsByCommand {
5
+ [SeelenCommand.StateGetSettings]: {
6
+ path?: string;
7
+ };
8
+ [SeelenCommand.StateWriteSettings]: {
9
+ settings: ISettings;
10
+ };
11
+ [SeelenCommand.StateGetDefaultSettings]: null;
12
+ }
13
+ interface ReturnByCommand {
14
+ [SeelenCommand.StateGetSettings]: ISettings;
15
+ [SeelenCommand.StateWriteSettings]: void;
16
+ [SeelenCommand.StateGetDefaultSettings]: ISettings;
17
+ }
18
+ interface PayloadByEvent {
19
+ [SeelenEvent.StateSettingsChanged]: ISettings;
20
+ }
21
+ }
22
+ export declare class Settings {
23
+ inner: ISettings;
24
+ constructor(inner: ISettings);
25
+ static readonly default: () => Promise<InstanceType<typeof Settings>>;
26
+ static readonly getAsync: () => Promise<InstanceType<typeof Settings>>;
27
+ static readonly onChange: (cb: (instance: Settings) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
28
+ static loadCustom(path: string): Promise<Settings>;
29
+ getWidgetConfig(id: WidgetId): Record<string, unknown> | undefined;
30
+ private getBundledWidgetConfig;
31
+ get fancyToolbar(): FancyToolbarSettings;
32
+ get seelenweg(): SeelenWegSettings;
33
+ get windowManager(): WindowManagerSettings;
34
+ get launcher(): SeelenLauncherSettings;
35
+ get wall(): SeelenWallSettings;
36
+ /** Will store the settings on disk */
37
+ save(): Promise<void>;
38
+ }
39
+ declare const VirtualDesktopStrategy: {
40
+ Native: "Native";
41
+ Seelen: "Seelen";
42
+ };
43
+ declare const SeelenWegMode: {
44
+ FullWidth: "FullWidth";
45
+ MinContent: "MinContent";
46
+ };
47
+ declare const HideMode: {
48
+ Never: "Never";
49
+ Always: "Always";
50
+ OnOverlap: "OnOverlap";
51
+ };
52
+ declare const SeelenWegSide: {
53
+ Left: "Left";
54
+ Right: "Right";
55
+ Top: "Top";
56
+ Bottom: "Bottom";
57
+ };
58
+ declare const SeelenLauncherMonitor: {
59
+ Primary: "Primary";
60
+ MouseOver: "MouseOver";
61
+ };
62
+ declare const UpdateChannel: {
63
+ Release: "Release";
64
+ Beta: "Beta";
65
+ Nightly: "Nightly";
66
+ };
67
+ export { HideMode, SeelenLauncherMonitor, SeelenWegMode, SeelenWegSide, UpdateChannel, VirtualDesktopStrategy };
68
+ export * from './settings_by_monitor.js';
69
+ export * from './declaration.js';
70
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/state/settings/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEnE,OAAO,KAAK,EACV,oBAAoB,EACpB,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,QAAQ,IAAI,SAAS,EACrB,aAAa,EACb,sBAAsB,EACtB,QAAQ,EACR,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAY5B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE;YAAE,QAAQ,EAAE,SAAS,CAAA;SAAE,CAAC;QAC5D,CAAC,aAAa,CAAC,uBAAuB,CAAC,EAAE,IAAI,CAAC;KAC/C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC;QAC5C,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;QACzC,CAAC,aAAa,CAAC,uBAAuB,CAAC,EAAE,SAAS,CAAC;KACpD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;KAC/C;CACF;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IACnC,MAAM,CAAC,QAAQ,CAAC,OAAO,+CAAsE;IAC7F,MAAM,CAAC,QAAQ,CAAC,QAAQ,+CAA+D;IACvF,MAAM,CAAC,QAAQ,CAAC,QAAQ,4FAAiE;WAE5E,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIxD,eAAe,CAAC,EAAE,EAAE,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;IAIlE,OAAO,CAAC,sBAAsB;IAM9B,IAAI,YAAY,IAAI,oBAAoB,CAEvC;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,aAAa,IAAI,qBAAqB,CAEzC;IAED,IAAI,QAAQ,IAAI,sBAAsB,CAErC;IAED,IAAI,IAAI,IAAI,kBAAkB,CAE7B;IAED,sCAAsC;IACtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB;AAMD,QAAA,MAAM,sBAAsB;;;CAG1B,CAAC;AAEH,QAAA,MAAM,aAAa;;;CAGjB,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;CAIZ,CAAC;AAEH,QAAA,MAAM,aAAa;;;;;CAKjB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;CAGzB,CAAC;AAEH,QAAA,MAAM,aAAa;;;;CAIjB,CAAC;AAEH,OAAO,EAAE,QAAQ,EAAE,qBAAqB,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,sBAAsB,EAAE,CAAC;AAChH,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { SeelenCommand } from '../../handlers/mod.js';
2
+ import type { MonitorConfiguration as IMonitorConfiguration, WorkspaceIdentifierType } from '../../types/mod.js';
3
+ declare global {
4
+ interface ArgsByCommand {
5
+ [SeelenCommand.StateGetDefaultMonitorSettings]: null;
6
+ }
7
+ interface ReturnByCommand {
8
+ [SeelenCommand.StateGetDefaultMonitorSettings]: IMonitorConfiguration;
9
+ }
10
+ }
11
+ export declare class MonitorConfiguration {
12
+ inner: IMonitorConfiguration;
13
+ constructor(inner: IMonitorConfiguration);
14
+ static readonly default: () => Promise<InstanceType<typeof MonitorConfiguration>>;
15
+ }
16
+ declare const WorkspaceIdentifierType: {
17
+ Name: "Name";
18
+ Index: "Index";
19
+ };
20
+ export { WorkspaceIdentifierType };
21
+ //# sourceMappingURL=settings_by_monitor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings_by_monitor.d.ts","sourceRoot":"","sources":["../../../src/state/settings/settings_by_monitor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAIjH,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,IAAI,CAAC;KACtD;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,qBAAqB,CAAC;KACvE;CACF;AAED,qBAAa,oBAAoB;IACZ,KAAK,EAAE,qBAAqB;gBAA5B,KAAK,EAAE,qBAAqB;IAC/C,MAAM,CAAC,QAAQ,CAAC,OAAO,2DAGrB;CACH;AAMD,QAAA,MAAM,uBAAuB;;;CAG3B,CAAC;AAEH,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -0,0 +1,40 @@
1
+ import type { AppConfig, AppExtraFlag, AppIdentifierType, MatchingStrategy } from '../types/mod.js';
2
+ import { List } from '../utils/List.js';
3
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
4
+ declare global {
5
+ interface ArgsByCommand {
6
+ [SeelenCommand.StateGetSpecificAppsConfigurations]: null;
7
+ }
8
+ interface ReturnByCommand {
9
+ [SeelenCommand.StateGetSpecificAppsConfigurations]: AppConfig[];
10
+ }
11
+ interface PayloadByEvent {
12
+ [SeelenEvent.StateSettingsByAppChanged]: AppConfig[];
13
+ }
14
+ }
15
+ export declare class AppConfigurationList extends List<AppConfig> {
16
+ static readonly getAsync: () => Promise<InstanceType<typeof AppConfigurationList>>;
17
+ static readonly onChange: (cb: (instance: AppConfigurationList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
18
+ }
19
+ declare const AppExtraFlag: {
20
+ Float: "float";
21
+ Force: "force";
22
+ Unmanage: "unmanage";
23
+ Pinned: "pinned";
24
+ Hidden: "hidden";
25
+ };
26
+ declare const AppIdentifierType: {
27
+ Exe: "Exe";
28
+ Class: "Class";
29
+ Title: "Title";
30
+ Path: "Path";
31
+ };
32
+ declare const MatchingStrategy: {
33
+ Equals: "Equals";
34
+ StartsWith: "StartsWith";
35
+ EndsWith: "EndsWith";
36
+ Contains: "Contains";
37
+ Regex: "Regex";
38
+ };
39
+ export { AppExtraFlag, AppIdentifierType, MatchingStrategy };
40
+ //# sourceMappingURL=settings_by_app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings_by_app.d.ts","sourceRoot":"","sources":["../../src/state/settings_by_app.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACpG,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,kCAAkC,CAAC,EAAE,IAAI,CAAC;KAC1D;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,kCAAkC,CAAC,EAAE,SAAS,EAAE,CAAC;KACjE;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,yBAAyB,CAAC,EAAE,SAAS,EAAE,CAAC;KACtD;CACF;AAED,qBAAa,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC;IACvD,MAAM,CAAC,QAAQ,CAAC,QAAQ,2DAAiF;IACzG,MAAM,CAAC,QAAQ,CAAC,QAAQ,wGAAsE;CAC/F;AAMD,QAAA,MAAM,YAAY;;;;;;CAMhB,CAAC;AAEH,QAAA,MAAM,iBAAiB;;;;;CAKrB,CAAC;AAEH,QAAA,MAAM,gBAAgB;;;;;;CAMpB,CAAC;AAEH,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { Theme } from '../types/mod.js';
2
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
3
+ import { List } from '../utils/List.js';
4
+ declare global {
5
+ interface ArgsByCommand {
6
+ [SeelenCommand.StateGetThemes]: null;
7
+ }
8
+ interface ReturnByCommand {
9
+ [SeelenCommand.StateGetThemes]: Theme[];
10
+ }
11
+ interface PayloadByEvent {
12
+ [SeelenEvent.StateThemesChanged]: Theme[];
13
+ }
14
+ }
15
+ export declare class ThemeList extends List<Theme> {
16
+ static readonly getAsync: () => Promise<InstanceType<typeof ThemeList>>;
17
+ static readonly onChange: (cb: (instance: ThemeList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
18
+ }
19
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/state/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC;KACtC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,KAAK,EAAE,CAAC;KACzC;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,KAAK,EAAE,CAAC;KAC3C;CACF;AAED,qBAAa,SAAU,SAAQ,IAAI,CAAC,KAAK,CAAC;IACxC,MAAM,CAAC,QAAQ,CAAC,QAAQ,gDAA6D;IACrF,MAAM,CAAC,QAAQ,CAAC,QAAQ,6FAA+D;CACxF"}