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

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 (1231) hide show
  1. package/esm/constants/mod.d.ts.map +1 -0
  2. package/esm/handlers/commands.d.ts.map +1 -0
  3. package/esm/handlers/events.d.ts.map +1 -0
  4. package/esm/handlers/invokers.d.ts.map +1 -0
  5. package/esm/handlers/mod.d.ts.map +1 -0
  6. package/esm/lib.d.ts.map +1 -0
  7. package/esm/state/icon_pack.d.ts +84 -0
  8. package/esm/state/icon_pack.d.ts.map +1 -0
  9. package/esm/state/mod.d.ts.map +1 -0
  10. package/esm/state/placeholder.d.ts +34 -0
  11. package/esm/state/placeholder.d.ts.map +1 -0
  12. package/esm/state/plugin.d.ts +20 -0
  13. package/esm/state/plugin.d.ts.map +1 -0
  14. package/esm/state/profile.d.ts +15 -0
  15. package/esm/state/profile.d.ts.map +1 -0
  16. package/esm/state/settings/declaration.d.ts.map +1 -0
  17. package/esm/state/settings/mod.d.ts +70 -0
  18. package/esm/state/settings/mod.d.ts.map +1 -0
  19. package/esm/state/settings/settings_by_monitor.d.ts +21 -0
  20. package/esm/state/settings/settings_by_monitor.d.ts.map +1 -0
  21. package/esm/state/settings_by_app.d.ts +40 -0
  22. package/esm/state/settings_by_app.d.ts.map +1 -0
  23. package/esm/state/theme.d.ts +19 -0
  24. package/esm/state/theme.d.ts.map +1 -0
  25. package/esm/state/weg_items.d.ts +43 -0
  26. package/esm/state/weg_items.d.ts.map +1 -0
  27. package/esm/state/widget.d.ts +35 -0
  28. package/esm/state/widget.d.ts.map +1 -0
  29. package/esm/state/widget.js +44 -0
  30. package/esm/state/wm_layout.d.ts +18 -0
  31. package/esm/state/wm_layout.d.ts.map +1 -0
  32. package/esm/system_state/application_history.d.ts +32 -0
  33. package/esm/system_state/application_history.d.ts.map +1 -0
  34. package/esm/system_state/language.d.ts.map +1 -0
  35. package/esm/system_state/mod.d.ts.map +1 -0
  36. package/esm/system_state/monitors.d.ts.map +1 -0
  37. package/esm/system_state/ui_colors.d.ts.map +1 -0
  38. package/esm/system_state/user.d.ts +71 -0
  39. package/esm/system_state/user.d.ts.map +1 -0
  40. package/esm/types/AhkVar.d.ts.map +1 -0
  41. package/esm/types/AhkVarList.d.ts +64 -0
  42. package/esm/types/AhkVarList.d.ts.map +1 -0
  43. package/esm/types/AppConfig.d.ts +33 -0
  44. package/esm/types/AppConfig.d.ts.map +1 -0
  45. package/esm/types/AppExtraFlag.d.ts +2 -0
  46. package/esm/types/AppExtraFlag.d.ts.map +1 -0
  47. package/esm/types/AppIdentifier.d.ts +11 -0
  48. package/esm/types/AppIdentifier.d.ts.map +1 -0
  49. package/esm/types/AppIdentifierType.d.ts +2 -0
  50. package/esm/types/AppIdentifierType.d.ts.map +1 -0
  51. package/esm/types/ApplicationHistoryEntry.d.ts +8 -0
  52. package/esm/types/ApplicationHistoryEntry.d.ts.map +1 -0
  53. package/esm/types/Border.d.ts.map +1 -0
  54. package/esm/types/DateToolbarItem.d.ts +62 -0
  55. package/esm/types/DateToolbarItem.d.ts.map +1 -0
  56. package/esm/types/DeviceToolbarItem.d.ts +54 -0
  57. package/esm/types/DeviceToolbarItem.d.ts.map +1 -0
  58. package/esm/types/FancyToolbarSettings.d.ts +28 -0
  59. package/esm/types/FancyToolbarSettings.d.ts.map +1 -0
  60. package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  61. package/esm/types/File.d.ts.map +1 -0
  62. package/esm/types/FloatingWindowSettings.d.ts.map +1 -0
  63. package/esm/types/FocusedApp.d.ts.map +1 -0
  64. package/esm/types/FolderChangedArgs.d.ts +7 -0
  65. package/esm/types/FolderChangedArgs.d.ts.map +1 -0
  66. package/esm/types/FolderType.d.ts +2 -0
  67. package/esm/types/FolderType.d.ts.map +1 -0
  68. package/esm/types/GenericToolbarItem.d.ts +82 -0
  69. package/esm/types/GenericToolbarItem.d.ts.map +1 -0
  70. package/esm/types/HideMode.d.ts +2 -0
  71. package/esm/types/HideMode.d.ts.map +1 -0
  72. package/esm/types/IconPack.d.ts +15 -0
  73. package/esm/types/IconPack.d.ts.map +1 -0
  74. package/esm/types/IconPackId.d.ts +3 -0
  75. package/esm/types/IconPackId.d.ts.map +1 -0
  76. package/esm/types/MatchingStrategy.d.ts +2 -0
  77. package/esm/types/MatchingStrategy.d.ts.map +1 -0
  78. package/esm/types/MediaToolbarItem.d.ts +138 -0
  79. package/esm/types/MediaToolbarItem.d.ts.map +1 -0
  80. package/esm/types/MonitorConfiguration.d.ts +13 -0
  81. package/esm/types/MonitorConfiguration.d.ts.map +1 -0
  82. package/esm/types/NetworkToolbarItem.d.ts +118 -0
  83. package/esm/types/NetworkToolbarItem.d.ts.map +1 -0
  84. package/esm/types/NoFallbackBehavior.d.ts +2 -0
  85. package/esm/types/NoFallbackBehavior.d.ts.map +1 -0
  86. package/esm/types/NodeSubtype.d.ts +2 -0
  87. package/esm/types/NodeSubtype.d.ts.map +1 -0
  88. package/esm/types/NotificationsToolbarItem.d.ts +62 -0
  89. package/esm/types/NotificationsToolbarItem.d.ts.map +1 -0
  90. package/esm/types/PinnedWegItemData.d.ts +36 -0
  91. package/esm/types/PinnedWegItemData.d.ts.map +1 -0
  92. package/esm/types/Placeholder.d.ts +20 -0
  93. package/esm/types/Placeholder.d.ts.map +1 -0
  94. package/esm/types/Plugin.d.ts +12 -0
  95. package/esm/types/Plugin.d.ts.map +1 -0
  96. package/esm/types/PluginId.d.ts +3 -0
  97. package/esm/types/PluginId.d.ts.map +1 -0
  98. package/esm/types/PowerToolbarItem.d.ts +214 -0
  99. package/esm/types/PowerToolbarItem.d.ts.map +1 -0
  100. package/esm/types/Profile.d.ts +8 -0
  101. package/esm/types/Profile.d.ts.map +1 -0
  102. package/esm/types/ProfileSettings.d.ts.map +1 -0
  103. package/esm/types/Rect.d.ts.map +1 -0
  104. package/esm/types/Resource.d.ts +27 -0
  105. package/esm/types/Resource.d.ts.map +1 -0
  106. package/esm/types/ResourceId.d.ts.map +1 -0
  107. package/esm/types/ResourceKind.d.ts +2 -0
  108. package/esm/types/ResourceKind.d.ts.map +1 -0
  109. package/esm/types/ResourceMetadata.d.ts +21 -0
  110. package/esm/types/ResourceMetadata.d.ts.map +1 -0
  111. package/esm/types/ResourceStatus.d.ts +2 -0
  112. package/esm/types/ResourceStatus.d.ts.map +1 -0
  113. package/esm/types/ResourceText.d.ts.map +1 -0
  114. package/esm/types/SeelenLauncherMonitor.d.ts +2 -0
  115. package/esm/types/SeelenLauncherMonitor.d.ts.map +1 -0
  116. package/esm/types/SeelenLauncherRunner.d.ts.map +1 -0
  117. package/esm/types/SeelenLauncherSettings.d.ts +8 -0
  118. package/esm/types/SeelenLauncherSettings.d.ts.map +1 -0
  119. package/esm/types/SeelenWallSettings.d.ts +11 -0
  120. package/esm/types/SeelenWallSettings.d.ts.map +1 -0
  121. package/esm/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  122. package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  123. package/esm/types/SeelenWallWallpaper.d.ts.map +1 -0
  124. package/esm/types/SeelenWegMode.d.ts +2 -0
  125. package/esm/types/SeelenWegMode.d.ts.map +1 -0
  126. package/esm/types/SeelenWegSettings.d.ts +72 -0
  127. package/esm/types/SeelenWegSettings.d.ts.map +1 -0
  128. package/esm/types/SeelenWegSettingsByMonitor.d.ts +8 -0
  129. package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  130. package/esm/types/SeelenWegSide.d.ts +2 -0
  131. package/esm/types/SeelenWegSide.d.ts.map +1 -0
  132. package/esm/types/Settings.d.ts +54 -0
  133. package/esm/types/Settings.d.ts.map +1 -0
  134. package/esm/types/SettingsByWidget.d.ts +8 -0
  135. package/esm/types/SettingsByWidget.d.ts.map +1 -0
  136. package/esm/types/SettingsToolbarItem.d.ts +54 -0
  137. package/esm/types/SettingsToolbarItem.d.ts.map +1 -0
  138. package/esm/types/StyleValue.d.ts.map +1 -0
  139. package/esm/types/TextToolbarItem.d.ts +114 -0
  140. package/esm/types/TextToolbarItem.d.ts.map +1 -0
  141. package/esm/types/Theme.d.ts +17 -0
  142. package/esm/types/Theme.d.ts.map +1 -0
  143. package/esm/types/ThemeId.d.ts +3 -0
  144. package/esm/types/ThemeId.d.ts.map +1 -0
  145. package/esm/types/ToolbarItem.d.ts +38 -0
  146. package/esm/types/ToolbarItem.d.ts.map +1 -0
  147. package/esm/types/ToolbarItem2.d.ts +4 -0
  148. package/esm/types/ToolbarItem2.d.ts.map +1 -0
  149. package/esm/types/TrayToolbarItem.d.ts +54 -0
  150. package/esm/types/TrayToolbarItem.d.ts.map +1 -0
  151. package/esm/types/UpdateChannel.d.ts +2 -0
  152. package/esm/types/UpdateChannel.d.ts.map +1 -0
  153. package/esm/types/UpdaterSettings.d.ts +5 -0
  154. package/esm/types/UpdaterSettings.d.ts.map +1 -0
  155. package/esm/types/User.d.ts.map +1 -0
  156. package/esm/types/UserToolbarItem.d.ts +66 -0
  157. package/esm/types/UserToolbarItem.d.ts.map +1 -0
  158. package/esm/types/VirtualDesktopStrategy.d.ts +2 -0
  159. package/esm/types/VirtualDesktopStrategy.d.ts.map +1 -0
  160. package/esm/types/WegAppGroupItem.d.ts.map +1 -0
  161. package/esm/types/WegItem.d.ts +16 -0
  162. package/esm/types/WegItem.d.ts.map +1 -0
  163. package/esm/types/WegItems.d.ts +11 -0
  164. package/esm/types/WegItems.d.ts.map +1 -0
  165. package/esm/types/WegPinnedItemsVisibility.d.ts +2 -0
  166. package/esm/types/WegPinnedItemsVisibility.d.ts.map +1 -0
  167. package/esm/types/WegTemporalItemsVisibility.d.ts +2 -0
  168. package/esm/types/WegTemporalItemsVisibility.d.ts.map +1 -0
  169. package/esm/types/Widget.d.ts +12 -0
  170. package/esm/types/Widget.d.ts.map +1 -0
  171. package/esm/types/WidgetId.d.ts +3 -0
  172. package/esm/types/WidgetId.d.ts.map +1 -0
  173. package/esm/types/WidgetSettingsDeclarationList.d.ts +3 -0
  174. package/esm/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
  175. package/esm/types/WindowManagerLayout.d.ts +7 -0
  176. package/esm/types/WindowManagerLayout.d.ts.map +1 -0
  177. package/esm/types/WindowManagerSettings.d.ts +43 -0
  178. package/esm/types/WindowManagerSettings.d.ts.map +1 -0
  179. package/esm/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  180. package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  181. package/esm/types/WmFallbackNode.d.ts +25 -0
  182. package/esm/types/WmFallbackNode.d.ts.map +1 -0
  183. package/esm/types/WmHorizontalNode.d.ts +19 -0
  184. package/esm/types/WmHorizontalNode.d.ts.map +1 -0
  185. package/esm/types/WmLeafNode.d.ts +21 -0
  186. package/esm/types/WmLeafNode.d.ts.map +1 -0
  187. package/esm/types/WmNode.d.ts +17 -0
  188. package/esm/types/WmNode.d.ts.map +1 -0
  189. package/esm/types/WmStackNode.d.ts +25 -0
  190. package/esm/types/WmStackNode.d.ts.map +1 -0
  191. package/esm/types/WmVerticalNode.d.ts +19 -0
  192. package/esm/types/WmVerticalNode.d.ts.map +1 -0
  193. package/esm/types/WorkspaceConfiguration.d.ts +8 -0
  194. package/esm/types/WorkspaceConfiguration.d.ts.map +1 -0
  195. package/esm/types/WorkspaceIdentifier.d.ts +6 -0
  196. package/esm/types/WorkspaceIdentifier.d.ts.map +1 -0
  197. package/esm/types/WorkspaceIdentifierType.d.ts +2 -0
  198. package/esm/types/WorkspaceIdentifierType.d.ts.map +1 -0
  199. package/esm/types/WorkspaceToolbarItem.d.ts +56 -0
  200. package/esm/types/WorkspaceToolbarItem.d.ts.map +1 -0
  201. package/esm/types/WorkspaceToolbarItemMode.d.ts +2 -0
  202. package/esm/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  203. package/esm/types/WsdGroup.d.ts +12 -0
  204. package/esm/types/WsdGroup.d.ts.map +1 -0
  205. package/esm/types/WsdGroupEntry.d.ts +8 -0
  206. package/esm/types/WsdGroupEntry.d.ts.map +1 -0
  207. package/esm/types/WsdItem.d.ts +14 -0
  208. package/esm/types/WsdItem.d.ts.map +1 -0
  209. package/esm/types/WsdItemInputNumber.d.ts.map +1 -0
  210. package/esm/types/WsdItemInputText.d.ts.map +1 -0
  211. package/esm/types/WsdItemSelect.d.ts +28 -0
  212. package/esm/types/WsdItemSelect.d.ts.map +1 -0
  213. package/esm/types/WsdItemSelectOption.d.ts.map +1 -0
  214. package/esm/types/WsdItemSelectSubtype.d.ts +2 -0
  215. package/esm/types/WsdItemSelectSubtype.d.ts.map +1 -0
  216. package/esm/types/WsdItemSwitch.d.ts.map +1 -0
  217. package/esm/types/mod.d.ts +99 -0
  218. package/esm/types/mod.d.ts.map +1 -0
  219. package/esm/types/mod.js +98 -0
  220. package/esm/types/serde_json/JsonValue.d.ts.map +1 -0
  221. package/esm/utils/List.d.ts.map +1 -0
  222. package/esm/utils/State.d.ts.map +1 -0
  223. package/esm/utils/enums.d.ts.map +1 -0
  224. package/esm/utils/layered_hitbox.d.ts.map +1 -0
  225. package/esm/utils/mod.d.ts.map +1 -0
  226. package/package.json +9 -9
  227. package/script/constants/mod.d.ts.map +1 -0
  228. package/script/handlers/commands.d.ts.map +1 -0
  229. package/script/handlers/events.d.ts.map +1 -0
  230. package/script/handlers/invokers.d.ts.map +1 -0
  231. package/script/handlers/mod.d.ts.map +1 -0
  232. package/script/lib.d.ts.map +1 -0
  233. package/script/state/icon_pack.d.ts +84 -0
  234. package/script/state/icon_pack.d.ts.map +1 -0
  235. package/script/state/mod.d.ts.map +1 -0
  236. package/script/state/placeholder.d.ts +34 -0
  237. package/script/state/placeholder.d.ts.map +1 -0
  238. package/script/state/plugin.d.ts +20 -0
  239. package/script/state/plugin.d.ts.map +1 -0
  240. package/script/state/profile.d.ts +15 -0
  241. package/script/state/profile.d.ts.map +1 -0
  242. package/script/state/settings/declaration.d.ts.map +1 -0
  243. package/script/state/settings/mod.d.ts +70 -0
  244. package/script/state/settings/mod.d.ts.map +1 -0
  245. package/script/state/settings/settings_by_monitor.d.ts +21 -0
  246. package/script/state/settings/settings_by_monitor.d.ts.map +1 -0
  247. package/script/state/settings_by_app.d.ts +40 -0
  248. package/script/state/settings_by_app.d.ts.map +1 -0
  249. package/script/state/theme.d.ts +19 -0
  250. package/script/state/theme.d.ts.map +1 -0
  251. package/script/state/weg_items.d.ts +43 -0
  252. package/script/state/weg_items.d.ts.map +1 -0
  253. package/script/state/widget.d.ts +35 -0
  254. package/script/state/widget.d.ts.map +1 -0
  255. package/script/state/widget.js +49 -0
  256. package/script/state/wm_layout.d.ts +18 -0
  257. package/script/state/wm_layout.d.ts.map +1 -0
  258. package/script/system_state/application_history.d.ts +32 -0
  259. package/script/system_state/application_history.d.ts.map +1 -0
  260. package/script/system_state/language.d.ts.map +1 -0
  261. package/script/system_state/mod.d.ts.map +1 -0
  262. package/script/system_state/monitors.d.ts.map +1 -0
  263. package/script/system_state/ui_colors.d.ts.map +1 -0
  264. package/script/system_state/user.d.ts +71 -0
  265. package/script/system_state/user.d.ts.map +1 -0
  266. package/script/types/AhkVar.d.ts.map +1 -0
  267. package/script/types/AhkVarList.d.ts +64 -0
  268. package/script/types/AhkVarList.d.ts.map +1 -0
  269. package/script/types/AppConfig.d.ts +33 -0
  270. package/script/types/AppConfig.d.ts.map +1 -0
  271. package/script/types/AppExtraFlag.d.ts +2 -0
  272. package/script/types/AppExtraFlag.d.ts.map +1 -0
  273. package/script/types/AppIdentifier.d.ts +11 -0
  274. package/script/types/AppIdentifier.d.ts.map +1 -0
  275. package/script/types/AppIdentifierType.d.ts +2 -0
  276. package/script/types/AppIdentifierType.d.ts.map +1 -0
  277. package/script/types/ApplicationHistoryEntry.d.ts +8 -0
  278. package/script/types/ApplicationHistoryEntry.d.ts.map +1 -0
  279. package/script/types/Border.d.ts.map +1 -0
  280. package/script/types/DateToolbarItem.d.ts +62 -0
  281. package/script/types/DateToolbarItem.d.ts.map +1 -0
  282. package/script/types/DeviceToolbarItem.d.ts +54 -0
  283. package/script/types/DeviceToolbarItem.d.ts.map +1 -0
  284. package/script/types/FancyToolbarSettings.d.ts +28 -0
  285. package/script/types/FancyToolbarSettings.d.ts.map +1 -0
  286. package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
  287. package/script/types/File.d.ts.map +1 -0
  288. package/script/types/FloatingWindowSettings.d.ts.map +1 -0
  289. package/script/types/FocusedApp.d.ts.map +1 -0
  290. package/script/types/FolderChangedArgs.d.ts +7 -0
  291. package/script/types/FolderChangedArgs.d.ts.map +1 -0
  292. package/script/types/FolderType.d.ts +2 -0
  293. package/script/types/FolderType.d.ts.map +1 -0
  294. package/script/types/GenericToolbarItem.d.ts +82 -0
  295. package/script/types/GenericToolbarItem.d.ts.map +1 -0
  296. package/script/types/HideMode.d.ts +2 -0
  297. package/script/types/HideMode.d.ts.map +1 -0
  298. package/script/types/IconPack.d.ts +15 -0
  299. package/script/types/IconPack.d.ts.map +1 -0
  300. package/script/types/IconPackId.d.ts +3 -0
  301. package/script/types/IconPackId.d.ts.map +1 -0
  302. package/script/types/MatchingStrategy.d.ts +2 -0
  303. package/script/types/MatchingStrategy.d.ts.map +1 -0
  304. package/script/types/MediaToolbarItem.d.ts +138 -0
  305. package/script/types/MediaToolbarItem.d.ts.map +1 -0
  306. package/script/types/MonitorConfiguration.d.ts +13 -0
  307. package/script/types/MonitorConfiguration.d.ts.map +1 -0
  308. package/script/types/NetworkToolbarItem.d.ts +118 -0
  309. package/script/types/NetworkToolbarItem.d.ts.map +1 -0
  310. package/script/types/NoFallbackBehavior.d.ts +2 -0
  311. package/script/types/NoFallbackBehavior.d.ts.map +1 -0
  312. package/script/types/NodeSubtype.d.ts +2 -0
  313. package/script/types/NodeSubtype.d.ts.map +1 -0
  314. package/script/types/NotificationsToolbarItem.d.ts +62 -0
  315. package/script/types/NotificationsToolbarItem.d.ts.map +1 -0
  316. package/script/types/PinnedWegItemData.d.ts +36 -0
  317. package/script/types/PinnedWegItemData.d.ts.map +1 -0
  318. package/script/types/Placeholder.d.ts +20 -0
  319. package/script/types/Placeholder.d.ts.map +1 -0
  320. package/script/types/Plugin.d.ts +12 -0
  321. package/script/types/Plugin.d.ts.map +1 -0
  322. package/script/types/PluginId.d.ts +3 -0
  323. package/script/types/PluginId.d.ts.map +1 -0
  324. package/script/types/PowerToolbarItem.d.ts +214 -0
  325. package/script/types/PowerToolbarItem.d.ts.map +1 -0
  326. package/script/types/Profile.d.ts +8 -0
  327. package/script/types/Profile.d.ts.map +1 -0
  328. package/script/types/ProfileSettings.d.ts.map +1 -0
  329. package/script/types/Rect.d.ts.map +1 -0
  330. package/script/types/Resource.d.ts +27 -0
  331. package/script/types/Resource.d.ts.map +1 -0
  332. package/script/types/ResourceId.d.ts.map +1 -0
  333. package/script/types/ResourceKind.d.ts +2 -0
  334. package/script/types/ResourceKind.d.ts.map +1 -0
  335. package/script/types/ResourceMetadata.d.ts +21 -0
  336. package/script/types/ResourceMetadata.d.ts.map +1 -0
  337. package/script/types/ResourceStatus.d.ts +2 -0
  338. package/script/types/ResourceStatus.d.ts.map +1 -0
  339. package/script/types/ResourceText.d.ts.map +1 -0
  340. package/script/types/SeelenLauncherMonitor.d.ts +2 -0
  341. package/script/types/SeelenLauncherMonitor.d.ts.map +1 -0
  342. package/script/types/SeelenLauncherRunner.d.ts.map +1 -0
  343. package/script/types/SeelenLauncherSettings.d.ts +8 -0
  344. package/script/types/SeelenLauncherSettings.d.ts.map +1 -0
  345. package/script/types/SeelenWallSettings.d.ts +11 -0
  346. package/script/types/SeelenWallSettings.d.ts.map +1 -0
  347. package/script/types/SeelenWallSettingsByMonitor.d.ts +6 -0
  348. package/script/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
  349. package/script/types/SeelenWallWallpaper.d.ts.map +1 -0
  350. package/script/types/SeelenWegMode.d.ts +2 -0
  351. package/script/types/SeelenWegMode.d.ts.map +1 -0
  352. package/script/types/SeelenWegSettings.d.ts +72 -0
  353. package/script/types/SeelenWegSettings.d.ts.map +1 -0
  354. package/script/types/SeelenWegSettingsByMonitor.d.ts +8 -0
  355. package/script/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
  356. package/script/types/SeelenWegSide.d.ts +2 -0
  357. package/script/types/SeelenWegSide.d.ts.map +1 -0
  358. package/script/types/Settings.d.ts +54 -0
  359. package/script/types/Settings.d.ts.map +1 -0
  360. package/script/types/SettingsByWidget.d.ts +8 -0
  361. package/script/types/SettingsByWidget.d.ts.map +1 -0
  362. package/script/types/SettingsToolbarItem.d.ts +54 -0
  363. package/script/types/SettingsToolbarItem.d.ts.map +1 -0
  364. package/script/types/StyleValue.d.ts.map +1 -0
  365. package/script/types/TextToolbarItem.d.ts +114 -0
  366. package/script/types/TextToolbarItem.d.ts.map +1 -0
  367. package/script/types/Theme.d.ts +17 -0
  368. package/script/types/Theme.d.ts.map +1 -0
  369. package/script/types/ThemeId.d.ts +3 -0
  370. package/script/types/ThemeId.d.ts.map +1 -0
  371. package/script/types/ToolbarItem.d.ts +38 -0
  372. package/script/types/ToolbarItem.d.ts.map +1 -0
  373. package/script/types/ToolbarItem2.d.ts +4 -0
  374. package/script/types/ToolbarItem2.d.ts.map +1 -0
  375. package/script/types/TrayToolbarItem.d.ts +54 -0
  376. package/script/types/TrayToolbarItem.d.ts.map +1 -0
  377. package/script/types/UpdateChannel.d.ts +2 -0
  378. package/script/types/UpdateChannel.d.ts.map +1 -0
  379. package/script/types/UpdaterSettings.d.ts +5 -0
  380. package/script/types/UpdaterSettings.d.ts.map +1 -0
  381. package/script/types/User.d.ts.map +1 -0
  382. package/script/types/UserToolbarItem.d.ts +66 -0
  383. package/script/types/UserToolbarItem.d.ts.map +1 -0
  384. package/script/types/VirtualDesktopStrategy.d.ts +2 -0
  385. package/script/types/VirtualDesktopStrategy.d.ts.map +1 -0
  386. package/script/types/WegAppGroupItem.d.ts.map +1 -0
  387. package/script/types/WegItem.d.ts +16 -0
  388. package/script/types/WegItem.d.ts.map +1 -0
  389. package/script/types/WegItems.d.ts +11 -0
  390. package/script/types/WegItems.d.ts.map +1 -0
  391. package/script/types/WegPinnedItemsVisibility.d.ts +2 -0
  392. package/script/types/WegPinnedItemsVisibility.d.ts.map +1 -0
  393. package/script/types/WegTemporalItemsVisibility.d.ts +2 -0
  394. package/script/types/WegTemporalItemsVisibility.d.ts.map +1 -0
  395. package/script/types/Widget.d.ts +12 -0
  396. package/script/types/Widget.d.ts.map +1 -0
  397. package/script/types/WidgetId.d.ts +3 -0
  398. package/script/types/WidgetId.d.ts.map +1 -0
  399. package/script/types/WidgetSettingsDeclarationList.d.ts +3 -0
  400. package/script/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
  401. package/script/types/WindowManagerLayout.d.ts +7 -0
  402. package/script/types/WindowManagerLayout.d.ts.map +1 -0
  403. package/script/types/WindowManagerSettings.d.ts +43 -0
  404. package/script/types/WindowManagerSettings.d.ts.map +1 -0
  405. package/script/types/WindowManagerSettingsByMonitor.d.ts +9 -0
  406. package/script/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
  407. package/script/types/WmFallbackNode.d.ts +25 -0
  408. package/script/types/WmFallbackNode.d.ts.map +1 -0
  409. package/script/types/WmHorizontalNode.d.ts +19 -0
  410. package/script/types/WmHorizontalNode.d.ts.map +1 -0
  411. package/script/types/WmLeafNode.d.ts +21 -0
  412. package/script/types/WmLeafNode.d.ts.map +1 -0
  413. package/script/types/WmNode.d.ts +17 -0
  414. package/script/types/WmNode.d.ts.map +1 -0
  415. package/script/types/WmStackNode.d.ts +25 -0
  416. package/script/types/WmStackNode.d.ts.map +1 -0
  417. package/script/types/WmVerticalNode.d.ts +19 -0
  418. package/script/types/WmVerticalNode.d.ts.map +1 -0
  419. package/script/types/WorkspaceConfiguration.d.ts +8 -0
  420. package/script/types/WorkspaceConfiguration.d.ts.map +1 -0
  421. package/script/types/WorkspaceIdentifier.d.ts +6 -0
  422. package/script/types/WorkspaceIdentifier.d.ts.map +1 -0
  423. package/script/types/WorkspaceIdentifierType.d.ts +2 -0
  424. package/script/types/WorkspaceIdentifierType.d.ts.map +1 -0
  425. package/script/types/WorkspaceToolbarItem.d.ts +56 -0
  426. package/script/types/WorkspaceToolbarItem.d.ts.map +1 -0
  427. package/script/types/WorkspaceToolbarItemMode.d.ts +2 -0
  428. package/script/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
  429. package/script/types/WsdGroup.d.ts +12 -0
  430. package/script/types/WsdGroup.d.ts.map +1 -0
  431. package/script/types/WsdGroupEntry.d.ts +8 -0
  432. package/script/types/WsdGroupEntry.d.ts.map +1 -0
  433. package/script/types/WsdItem.d.ts +14 -0
  434. package/script/types/WsdItem.d.ts.map +1 -0
  435. package/script/types/WsdItemInputNumber.d.ts.map +1 -0
  436. package/script/types/WsdItemInputText.d.ts.map +1 -0
  437. package/script/types/WsdItemSelect.d.ts +28 -0
  438. package/script/types/WsdItemSelect.d.ts.map +1 -0
  439. package/script/types/WsdItemSelectOption.d.ts.map +1 -0
  440. package/script/types/WsdItemSelectSubtype.d.ts +2 -0
  441. package/script/types/WsdItemSelectSubtype.d.ts.map +1 -0
  442. package/script/types/WsdItemSwitch.d.ts.map +1 -0
  443. package/script/types/mod.d.ts +99 -0
  444. package/script/types/mod.d.ts.map +1 -0
  445. package/script/types/mod.js +114 -0
  446. package/script/types/serde_json/JsonValue.d.ts.map +1 -0
  447. package/script/utils/List.d.ts.map +1 -0
  448. package/script/utils/State.d.ts.map +1 -0
  449. package/script/utils/enums.d.ts.map +1 -0
  450. package/script/utils/layered_hitbox.d.ts.map +1 -0
  451. package/script/utils/mod.d.ts.map +1 -0
  452. package/esm/gen/types/AhkVar.d.ts.map +0 -1
  453. package/esm/gen/types/AhkVarList.d.ts +0 -64
  454. package/esm/gen/types/AhkVarList.d.ts.map +0 -1
  455. package/esm/gen/types/AppConfig.d.ts +0 -33
  456. package/esm/gen/types/AppConfig.d.ts.map +0 -1
  457. package/esm/gen/types/AppExtraFlag.d.ts +0 -2
  458. package/esm/gen/types/AppExtraFlag.d.ts.map +0 -1
  459. package/esm/gen/types/AppIdentifier.d.ts +0 -11
  460. package/esm/gen/types/AppIdentifier.d.ts.map +0 -1
  461. package/esm/gen/types/AppIdentifierType.d.ts +0 -2
  462. package/esm/gen/types/AppIdentifierType.d.ts.map +0 -1
  463. package/esm/gen/types/ApplicationHistoryEntry.d.ts +0 -8
  464. package/esm/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
  465. package/esm/gen/types/Border.d.ts.map +0 -1
  466. package/esm/gen/types/DateToolbarItem.d.ts +0 -62
  467. package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
  468. package/esm/gen/types/DeviceToolbarItem.d.ts +0 -54
  469. package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  470. package/esm/gen/types/FancyToolbarSettings.d.ts +0 -28
  471. package/esm/gen/types/FancyToolbarSettings.d.ts.map +0 -1
  472. package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  473. package/esm/gen/types/File.d.ts.map +0 -1
  474. package/esm/gen/types/FloatingWindowSettings.d.ts.map +0 -1
  475. package/esm/gen/types/FocusedApp.d.ts.map +0 -1
  476. package/esm/gen/types/FolderChangedArgs.d.ts +0 -7
  477. package/esm/gen/types/FolderChangedArgs.d.ts.map +0 -1
  478. package/esm/gen/types/FolderType.d.ts +0 -2
  479. package/esm/gen/types/FolderType.d.ts.map +0 -1
  480. package/esm/gen/types/GenericToolbarItem.d.ts +0 -82
  481. package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
  482. package/esm/gen/types/HideMode.d.ts +0 -2
  483. package/esm/gen/types/HideMode.d.ts.map +0 -1
  484. package/esm/gen/types/IconPack.d.ts +0 -15
  485. package/esm/gen/types/IconPack.d.ts.map +0 -1
  486. package/esm/gen/types/IconPackId.d.ts +0 -3
  487. package/esm/gen/types/IconPackId.d.ts.map +0 -1
  488. package/esm/gen/types/MatchingStrategy.d.ts +0 -2
  489. package/esm/gen/types/MatchingStrategy.d.ts.map +0 -1
  490. package/esm/gen/types/MediaToolbarItem.d.ts +0 -138
  491. package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
  492. package/esm/gen/types/MonitorConfiguration.d.ts +0 -13
  493. package/esm/gen/types/MonitorConfiguration.d.ts.map +0 -1
  494. package/esm/gen/types/NetworkToolbarItem.d.ts +0 -118
  495. package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  496. package/esm/gen/types/NoFallbackBehavior.d.ts +0 -2
  497. package/esm/gen/types/NoFallbackBehavior.d.ts.map +0 -1
  498. package/esm/gen/types/NodeSubtype.d.ts +0 -2
  499. package/esm/gen/types/NodeSubtype.d.ts.map +0 -1
  500. package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -62
  501. package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  502. package/esm/gen/types/PinnedWegItemData.d.ts +0 -36
  503. package/esm/gen/types/PinnedWegItemData.d.ts.map +0 -1
  504. package/esm/gen/types/Placeholder.d.ts +0 -16
  505. package/esm/gen/types/Placeholder.d.ts.map +0 -1
  506. package/esm/gen/types/Plugin.d.ts +0 -12
  507. package/esm/gen/types/Plugin.d.ts.map +0 -1
  508. package/esm/gen/types/PluginId.d.ts +0 -3
  509. package/esm/gen/types/PluginId.d.ts.map +0 -1
  510. package/esm/gen/types/PowerToolbarItem.d.ts +0 -214
  511. package/esm/gen/types/PowerToolbarItem.d.ts.map +0 -1
  512. package/esm/gen/types/Profile.d.ts +0 -8
  513. package/esm/gen/types/Profile.d.ts.map +0 -1
  514. package/esm/gen/types/ProfileSettings.d.ts.map +0 -1
  515. package/esm/gen/types/Rect.d.ts.map +0 -1
  516. package/esm/gen/types/Resource.d.ts +0 -27
  517. package/esm/gen/types/Resource.d.ts.map +0 -1
  518. package/esm/gen/types/ResourceId.d.ts.map +0 -1
  519. package/esm/gen/types/ResourceKind.d.ts +0 -2
  520. package/esm/gen/types/ResourceKind.d.ts.map +0 -1
  521. package/esm/gen/types/ResourceMetadata.d.ts +0 -21
  522. package/esm/gen/types/ResourceMetadata.d.ts.map +0 -1
  523. package/esm/gen/types/ResourceStatus.d.ts +0 -2
  524. package/esm/gen/types/ResourceStatus.d.ts.map +0 -1
  525. package/esm/gen/types/ResourceText.d.ts.map +0 -1
  526. package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -2
  527. package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  528. package/esm/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  529. package/esm/gen/types/SeelenLauncherSettings.d.ts +0 -8
  530. package/esm/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  531. package/esm/gen/types/SeelenWallSettings.d.ts +0 -11
  532. package/esm/gen/types/SeelenWallSettings.d.ts.map +0 -1
  533. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  534. package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  535. package/esm/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
  536. package/esm/gen/types/SeelenWegMode.d.ts +0 -2
  537. package/esm/gen/types/SeelenWegMode.d.ts.map +0 -1
  538. package/esm/gen/types/SeelenWegSettings.d.ts +0 -68
  539. package/esm/gen/types/SeelenWegSettings.d.ts.map +0 -1
  540. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  541. package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  542. package/esm/gen/types/SeelenWegSide.d.ts +0 -2
  543. package/esm/gen/types/SeelenWegSide.d.ts.map +0 -1
  544. package/esm/gen/types/Settings.d.ts +0 -54
  545. package/esm/gen/types/Settings.d.ts.map +0 -1
  546. package/esm/gen/types/SettingsByWidget.d.ts +0 -8
  547. package/esm/gen/types/SettingsByWidget.d.ts.map +0 -1
  548. package/esm/gen/types/SettingsToolbarItem.d.ts +0 -54
  549. package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  550. package/esm/gen/types/StyleValue.d.ts.map +0 -1
  551. package/esm/gen/types/TextToolbarItem.d.ts +0 -114
  552. package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
  553. package/esm/gen/types/Theme.d.ts +0 -17
  554. package/esm/gen/types/Theme.d.ts.map +0 -1
  555. package/esm/gen/types/ThemeId.d.ts +0 -3
  556. package/esm/gen/types/ThemeId.d.ts.map +0 -1
  557. package/esm/gen/types/ToolbarItem.d.ts +0 -38
  558. package/esm/gen/types/ToolbarItem.d.ts.map +0 -1
  559. package/esm/gen/types/ToolbarItem2.d.ts +0 -4
  560. package/esm/gen/types/ToolbarItem2.d.ts.map +0 -1
  561. package/esm/gen/types/TrayToolbarItem.d.ts +0 -54
  562. package/esm/gen/types/TrayToolbarItem.d.ts.map +0 -1
  563. package/esm/gen/types/UpdateChannel.d.ts +0 -2
  564. package/esm/gen/types/UpdateChannel.d.ts.map +0 -1
  565. package/esm/gen/types/UpdaterSettings.d.ts +0 -5
  566. package/esm/gen/types/UpdaterSettings.d.ts.map +0 -1
  567. package/esm/gen/types/User.d.ts.map +0 -1
  568. package/esm/gen/types/UserToolbarItem.d.ts +0 -66
  569. package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
  570. package/esm/gen/types/VirtualDesktopStrategy.d.ts +0 -2
  571. package/esm/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
  572. package/esm/gen/types/WegAppGroupItem.d.ts.map +0 -1
  573. package/esm/gen/types/WegItem.d.ts +0 -16
  574. package/esm/gen/types/WegItem.d.ts.map +0 -1
  575. package/esm/gen/types/WegItems.d.ts +0 -7
  576. package/esm/gen/types/WegItems.d.ts.map +0 -1
  577. package/esm/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
  578. package/esm/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
  579. package/esm/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
  580. package/esm/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
  581. package/esm/gen/types/Widget.d.ts +0 -12
  582. package/esm/gen/types/Widget.d.ts.map +0 -1
  583. package/esm/gen/types/WidgetId.d.ts +0 -3
  584. package/esm/gen/types/WidgetId.d.ts.map +0 -1
  585. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
  586. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
  587. package/esm/gen/types/WindowManagerLayout.d.ts +0 -7
  588. package/esm/gen/types/WindowManagerLayout.d.ts.map +0 -1
  589. package/esm/gen/types/WindowManagerSettings.d.ts +0 -43
  590. package/esm/gen/types/WindowManagerSettings.d.ts.map +0 -1
  591. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  592. package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  593. package/esm/gen/types/WmFallbackNode.d.ts +0 -25
  594. package/esm/gen/types/WmFallbackNode.d.ts.map +0 -1
  595. package/esm/gen/types/WmHorizontalNode.d.ts +0 -19
  596. package/esm/gen/types/WmHorizontalNode.d.ts.map +0 -1
  597. package/esm/gen/types/WmLeafNode.d.ts +0 -21
  598. package/esm/gen/types/WmLeafNode.d.ts.map +0 -1
  599. package/esm/gen/types/WmNode.d.ts +0 -17
  600. package/esm/gen/types/WmNode.d.ts.map +0 -1
  601. package/esm/gen/types/WmStackNode.d.ts +0 -25
  602. package/esm/gen/types/WmStackNode.d.ts.map +0 -1
  603. package/esm/gen/types/WmVerticalNode.d.ts +0 -19
  604. package/esm/gen/types/WmVerticalNode.d.ts.map +0 -1
  605. package/esm/gen/types/WorkspaceConfiguration.d.ts +0 -8
  606. package/esm/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
  607. package/esm/gen/types/WorkspaceIdentifier.d.ts +0 -6
  608. package/esm/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
  609. package/esm/gen/types/WorkspaceIdentifierType.d.ts +0 -2
  610. package/esm/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
  611. package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -56
  612. package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  613. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
  614. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  615. package/esm/gen/types/WsdGroup.d.ts +0 -12
  616. package/esm/gen/types/WsdGroup.d.ts.map +0 -1
  617. package/esm/gen/types/WsdGroupEntry.d.ts +0 -8
  618. package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
  619. package/esm/gen/types/WsdItem.d.ts +0 -14
  620. package/esm/gen/types/WsdItem.d.ts.map +0 -1
  621. package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  622. package/esm/gen/types/WsdItemInputText.d.ts.map +0 -1
  623. package/esm/gen/types/WsdItemSelect.d.ts +0 -28
  624. package/esm/gen/types/WsdItemSelect.d.ts.map +0 -1
  625. package/esm/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  626. package/esm/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  627. package/esm/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  628. package/esm/gen/types/WsdItemSwitch.d.ts.map +0 -1
  629. package/esm/gen/types/mod.d.ts +0 -99
  630. package/esm/gen/types/mod.d.ts.map +0 -1
  631. package/esm/gen/types/mod.js +0 -98
  632. package/esm/gen/types/serde_json/JsonValue.d.ts.map +0 -1
  633. package/esm/src/constants/mod.d.ts.map +0 -1
  634. package/esm/src/handlers/commands.d.ts.map +0 -1
  635. package/esm/src/handlers/events.d.ts.map +0 -1
  636. package/esm/src/handlers/invokers.d.ts.map +0 -1
  637. package/esm/src/handlers/mod.d.ts.map +0 -1
  638. package/esm/src/lib.d.ts.map +0 -1
  639. package/esm/src/state/icon_pack.d.ts +0 -84
  640. package/esm/src/state/icon_pack.d.ts.map +0 -1
  641. package/esm/src/state/mod.d.ts.map +0 -1
  642. package/esm/src/state/placeholder.d.ts +0 -34
  643. package/esm/src/state/placeholder.d.ts.map +0 -1
  644. package/esm/src/state/plugin.d.ts +0 -20
  645. package/esm/src/state/plugin.d.ts.map +0 -1
  646. package/esm/src/state/profile.d.ts +0 -15
  647. package/esm/src/state/profile.d.ts.map +0 -1
  648. package/esm/src/state/settings/declaration.d.ts.map +0 -1
  649. package/esm/src/state/settings/mod.d.ts +0 -70
  650. package/esm/src/state/settings/mod.d.ts.map +0 -1
  651. package/esm/src/state/settings/settings_by_monitor.d.ts +0 -21
  652. package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  653. package/esm/src/state/settings_by_app.d.ts +0 -40
  654. package/esm/src/state/settings_by_app.d.ts.map +0 -1
  655. package/esm/src/state/theme.d.ts +0 -19
  656. package/esm/src/state/theme.d.ts.map +0 -1
  657. package/esm/src/state/weg_items.d.ts +0 -43
  658. package/esm/src/state/weg_items.d.ts.map +0 -1
  659. package/esm/src/state/widget.d.ts +0 -35
  660. package/esm/src/state/widget.d.ts.map +0 -1
  661. package/esm/src/state/widget.js +0 -44
  662. package/esm/src/state/wm_layout.d.ts +0 -18
  663. package/esm/src/state/wm_layout.d.ts.map +0 -1
  664. package/esm/src/system_state/application_history.d.ts +0 -32
  665. package/esm/src/system_state/application_history.d.ts.map +0 -1
  666. package/esm/src/system_state/language.d.ts.map +0 -1
  667. package/esm/src/system_state/mod.d.ts.map +0 -1
  668. package/esm/src/system_state/monitors.d.ts.map +0 -1
  669. package/esm/src/system_state/ui_colors.d.ts.map +0 -1
  670. package/esm/src/system_state/user.d.ts +0 -71
  671. package/esm/src/system_state/user.d.ts.map +0 -1
  672. package/esm/src/utils/List.d.ts.map +0 -1
  673. package/esm/src/utils/State.d.ts.map +0 -1
  674. package/esm/src/utils/enums.d.ts.map +0 -1
  675. package/esm/src/utils/layered_hitbox.d.ts.map +0 -1
  676. package/esm/src/utils/mod.d.ts.map +0 -1
  677. package/script/gen/types/AhkVar.d.ts.map +0 -1
  678. package/script/gen/types/AhkVarList.d.ts +0 -64
  679. package/script/gen/types/AhkVarList.d.ts.map +0 -1
  680. package/script/gen/types/AppConfig.d.ts +0 -33
  681. package/script/gen/types/AppConfig.d.ts.map +0 -1
  682. package/script/gen/types/AppExtraFlag.d.ts +0 -2
  683. package/script/gen/types/AppExtraFlag.d.ts.map +0 -1
  684. package/script/gen/types/AppIdentifier.d.ts +0 -11
  685. package/script/gen/types/AppIdentifier.d.ts.map +0 -1
  686. package/script/gen/types/AppIdentifierType.d.ts +0 -2
  687. package/script/gen/types/AppIdentifierType.d.ts.map +0 -1
  688. package/script/gen/types/ApplicationHistoryEntry.d.ts +0 -8
  689. package/script/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
  690. package/script/gen/types/Border.d.ts.map +0 -1
  691. package/script/gen/types/DateToolbarItem.d.ts +0 -62
  692. package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
  693. package/script/gen/types/DeviceToolbarItem.d.ts +0 -54
  694. package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  695. package/script/gen/types/FancyToolbarSettings.d.ts +0 -28
  696. package/script/gen/types/FancyToolbarSettings.d.ts.map +0 -1
  697. package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  698. package/script/gen/types/File.d.ts.map +0 -1
  699. package/script/gen/types/FloatingWindowSettings.d.ts.map +0 -1
  700. package/script/gen/types/FocusedApp.d.ts.map +0 -1
  701. package/script/gen/types/FolderChangedArgs.d.ts +0 -7
  702. package/script/gen/types/FolderChangedArgs.d.ts.map +0 -1
  703. package/script/gen/types/FolderType.d.ts +0 -2
  704. package/script/gen/types/FolderType.d.ts.map +0 -1
  705. package/script/gen/types/GenericToolbarItem.d.ts +0 -82
  706. package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
  707. package/script/gen/types/HideMode.d.ts +0 -2
  708. package/script/gen/types/HideMode.d.ts.map +0 -1
  709. package/script/gen/types/IconPack.d.ts +0 -15
  710. package/script/gen/types/IconPack.d.ts.map +0 -1
  711. package/script/gen/types/IconPackId.d.ts +0 -3
  712. package/script/gen/types/IconPackId.d.ts.map +0 -1
  713. package/script/gen/types/MatchingStrategy.d.ts +0 -2
  714. package/script/gen/types/MatchingStrategy.d.ts.map +0 -1
  715. package/script/gen/types/MediaToolbarItem.d.ts +0 -138
  716. package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
  717. package/script/gen/types/MonitorConfiguration.d.ts +0 -13
  718. package/script/gen/types/MonitorConfiguration.d.ts.map +0 -1
  719. package/script/gen/types/NetworkToolbarItem.d.ts +0 -118
  720. package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  721. package/script/gen/types/NoFallbackBehavior.d.ts +0 -2
  722. package/script/gen/types/NoFallbackBehavior.d.ts.map +0 -1
  723. package/script/gen/types/NodeSubtype.d.ts +0 -2
  724. package/script/gen/types/NodeSubtype.d.ts.map +0 -1
  725. package/script/gen/types/NotificationsToolbarItem.d.ts +0 -62
  726. package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  727. package/script/gen/types/PinnedWegItemData.d.ts +0 -36
  728. package/script/gen/types/PinnedWegItemData.d.ts.map +0 -1
  729. package/script/gen/types/Placeholder.d.ts +0 -16
  730. package/script/gen/types/Placeholder.d.ts.map +0 -1
  731. package/script/gen/types/Plugin.d.ts +0 -12
  732. package/script/gen/types/Plugin.d.ts.map +0 -1
  733. package/script/gen/types/PluginId.d.ts +0 -3
  734. package/script/gen/types/PluginId.d.ts.map +0 -1
  735. package/script/gen/types/PowerToolbarItem.d.ts +0 -214
  736. package/script/gen/types/PowerToolbarItem.d.ts.map +0 -1
  737. package/script/gen/types/Profile.d.ts +0 -8
  738. package/script/gen/types/Profile.d.ts.map +0 -1
  739. package/script/gen/types/ProfileSettings.d.ts.map +0 -1
  740. package/script/gen/types/Rect.d.ts.map +0 -1
  741. package/script/gen/types/Resource.d.ts +0 -27
  742. package/script/gen/types/Resource.d.ts.map +0 -1
  743. package/script/gen/types/ResourceId.d.ts.map +0 -1
  744. package/script/gen/types/ResourceKind.d.ts +0 -2
  745. package/script/gen/types/ResourceKind.d.ts.map +0 -1
  746. package/script/gen/types/ResourceMetadata.d.ts +0 -21
  747. package/script/gen/types/ResourceMetadata.d.ts.map +0 -1
  748. package/script/gen/types/ResourceStatus.d.ts +0 -2
  749. package/script/gen/types/ResourceStatus.d.ts.map +0 -1
  750. package/script/gen/types/ResourceText.d.ts.map +0 -1
  751. package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -2
  752. package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  753. package/script/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  754. package/script/gen/types/SeelenLauncherSettings.d.ts +0 -8
  755. package/script/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  756. package/script/gen/types/SeelenWallSettings.d.ts +0 -11
  757. package/script/gen/types/SeelenWallSettings.d.ts.map +0 -1
  758. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  759. package/script/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  760. package/script/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
  761. package/script/gen/types/SeelenWegMode.d.ts +0 -2
  762. package/script/gen/types/SeelenWegMode.d.ts.map +0 -1
  763. package/script/gen/types/SeelenWegSettings.d.ts +0 -68
  764. package/script/gen/types/SeelenWegSettings.d.ts.map +0 -1
  765. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  766. package/script/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  767. package/script/gen/types/SeelenWegSide.d.ts +0 -2
  768. package/script/gen/types/SeelenWegSide.d.ts.map +0 -1
  769. package/script/gen/types/Settings.d.ts +0 -54
  770. package/script/gen/types/Settings.d.ts.map +0 -1
  771. package/script/gen/types/SettingsByWidget.d.ts +0 -8
  772. package/script/gen/types/SettingsByWidget.d.ts.map +0 -1
  773. package/script/gen/types/SettingsToolbarItem.d.ts +0 -54
  774. package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  775. package/script/gen/types/StyleValue.d.ts.map +0 -1
  776. package/script/gen/types/TextToolbarItem.d.ts +0 -114
  777. package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
  778. package/script/gen/types/Theme.d.ts +0 -17
  779. package/script/gen/types/Theme.d.ts.map +0 -1
  780. package/script/gen/types/ThemeId.d.ts +0 -3
  781. package/script/gen/types/ThemeId.d.ts.map +0 -1
  782. package/script/gen/types/ToolbarItem.d.ts +0 -38
  783. package/script/gen/types/ToolbarItem.d.ts.map +0 -1
  784. package/script/gen/types/ToolbarItem2.d.ts +0 -4
  785. package/script/gen/types/ToolbarItem2.d.ts.map +0 -1
  786. package/script/gen/types/TrayToolbarItem.d.ts +0 -54
  787. package/script/gen/types/TrayToolbarItem.d.ts.map +0 -1
  788. package/script/gen/types/UpdateChannel.d.ts +0 -2
  789. package/script/gen/types/UpdateChannel.d.ts.map +0 -1
  790. package/script/gen/types/UpdaterSettings.d.ts +0 -5
  791. package/script/gen/types/UpdaterSettings.d.ts.map +0 -1
  792. package/script/gen/types/User.d.ts.map +0 -1
  793. package/script/gen/types/UserToolbarItem.d.ts +0 -66
  794. package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
  795. package/script/gen/types/VirtualDesktopStrategy.d.ts +0 -2
  796. package/script/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
  797. package/script/gen/types/WegAppGroupItem.d.ts.map +0 -1
  798. package/script/gen/types/WegItem.d.ts +0 -16
  799. package/script/gen/types/WegItem.d.ts.map +0 -1
  800. package/script/gen/types/WegItems.d.ts +0 -7
  801. package/script/gen/types/WegItems.d.ts.map +0 -1
  802. package/script/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
  803. package/script/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
  804. package/script/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
  805. package/script/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
  806. package/script/gen/types/Widget.d.ts +0 -12
  807. package/script/gen/types/Widget.d.ts.map +0 -1
  808. package/script/gen/types/WidgetId.d.ts +0 -3
  809. package/script/gen/types/WidgetId.d.ts.map +0 -1
  810. package/script/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
  811. package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
  812. package/script/gen/types/WindowManagerLayout.d.ts +0 -7
  813. package/script/gen/types/WindowManagerLayout.d.ts.map +0 -1
  814. package/script/gen/types/WindowManagerSettings.d.ts +0 -43
  815. package/script/gen/types/WindowManagerSettings.d.ts.map +0 -1
  816. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  817. package/script/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  818. package/script/gen/types/WmFallbackNode.d.ts +0 -25
  819. package/script/gen/types/WmFallbackNode.d.ts.map +0 -1
  820. package/script/gen/types/WmHorizontalNode.d.ts +0 -19
  821. package/script/gen/types/WmHorizontalNode.d.ts.map +0 -1
  822. package/script/gen/types/WmLeafNode.d.ts +0 -21
  823. package/script/gen/types/WmLeafNode.d.ts.map +0 -1
  824. package/script/gen/types/WmNode.d.ts +0 -17
  825. package/script/gen/types/WmNode.d.ts.map +0 -1
  826. package/script/gen/types/WmStackNode.d.ts +0 -25
  827. package/script/gen/types/WmStackNode.d.ts.map +0 -1
  828. package/script/gen/types/WmVerticalNode.d.ts +0 -19
  829. package/script/gen/types/WmVerticalNode.d.ts.map +0 -1
  830. package/script/gen/types/WorkspaceConfiguration.d.ts +0 -8
  831. package/script/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
  832. package/script/gen/types/WorkspaceIdentifier.d.ts +0 -6
  833. package/script/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
  834. package/script/gen/types/WorkspaceIdentifierType.d.ts +0 -2
  835. package/script/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
  836. package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -56
  837. package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  838. package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
  839. package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  840. package/script/gen/types/WsdGroup.d.ts +0 -12
  841. package/script/gen/types/WsdGroup.d.ts.map +0 -1
  842. package/script/gen/types/WsdGroupEntry.d.ts +0 -8
  843. package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
  844. package/script/gen/types/WsdItem.d.ts +0 -14
  845. package/script/gen/types/WsdItem.d.ts.map +0 -1
  846. package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  847. package/script/gen/types/WsdItemInputText.d.ts.map +0 -1
  848. package/script/gen/types/WsdItemSelect.d.ts +0 -28
  849. package/script/gen/types/WsdItemSelect.d.ts.map +0 -1
  850. package/script/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  851. package/script/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  852. package/script/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  853. package/script/gen/types/WsdItemSwitch.d.ts.map +0 -1
  854. package/script/gen/types/mod.d.ts +0 -99
  855. package/script/gen/types/mod.d.ts.map +0 -1
  856. package/script/gen/types/mod.js +0 -114
  857. package/script/gen/types/serde_json/JsonValue.d.ts.map +0 -1
  858. package/script/src/constants/mod.d.ts.map +0 -1
  859. package/script/src/handlers/commands.d.ts.map +0 -1
  860. package/script/src/handlers/events.d.ts.map +0 -1
  861. package/script/src/handlers/invokers.d.ts.map +0 -1
  862. package/script/src/handlers/mod.d.ts.map +0 -1
  863. package/script/src/lib.d.ts.map +0 -1
  864. package/script/src/state/icon_pack.d.ts +0 -84
  865. package/script/src/state/icon_pack.d.ts.map +0 -1
  866. package/script/src/state/mod.d.ts.map +0 -1
  867. package/script/src/state/placeholder.d.ts +0 -34
  868. package/script/src/state/placeholder.d.ts.map +0 -1
  869. package/script/src/state/plugin.d.ts +0 -20
  870. package/script/src/state/plugin.d.ts.map +0 -1
  871. package/script/src/state/profile.d.ts +0 -15
  872. package/script/src/state/profile.d.ts.map +0 -1
  873. package/script/src/state/settings/declaration.d.ts.map +0 -1
  874. package/script/src/state/settings/mod.d.ts +0 -70
  875. package/script/src/state/settings/mod.d.ts.map +0 -1
  876. package/script/src/state/settings/settings_by_monitor.d.ts +0 -21
  877. package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  878. package/script/src/state/settings_by_app.d.ts +0 -40
  879. package/script/src/state/settings_by_app.d.ts.map +0 -1
  880. package/script/src/state/theme.d.ts +0 -19
  881. package/script/src/state/theme.d.ts.map +0 -1
  882. package/script/src/state/weg_items.d.ts +0 -43
  883. package/script/src/state/weg_items.d.ts.map +0 -1
  884. package/script/src/state/widget.d.ts +0 -35
  885. package/script/src/state/widget.d.ts.map +0 -1
  886. package/script/src/state/widget.js +0 -49
  887. package/script/src/state/wm_layout.d.ts +0 -18
  888. package/script/src/state/wm_layout.d.ts.map +0 -1
  889. package/script/src/system_state/application_history.d.ts +0 -32
  890. package/script/src/system_state/application_history.d.ts.map +0 -1
  891. package/script/src/system_state/language.d.ts.map +0 -1
  892. package/script/src/system_state/mod.d.ts.map +0 -1
  893. package/script/src/system_state/monitors.d.ts.map +0 -1
  894. package/script/src/system_state/ui_colors.d.ts.map +0 -1
  895. package/script/src/system_state/user.d.ts +0 -71
  896. package/script/src/system_state/user.d.ts.map +0 -1
  897. package/script/src/utils/List.d.ts.map +0 -1
  898. package/script/src/utils/State.d.ts.map +0 -1
  899. package/script/src/utils/enums.d.ts.map +0 -1
  900. package/script/src/utils/layered_hitbox.d.ts.map +0 -1
  901. package/script/src/utils/mod.d.ts.map +0 -1
  902. /package/esm/{src/constants → constants}/mod.d.ts +0 -0
  903. /package/esm/{src/constants → constants}/mod.js +0 -0
  904. /package/esm/{src/handlers → handlers}/commands.d.ts +0 -0
  905. /package/esm/{src/handlers → handlers}/commands.js +0 -0
  906. /package/esm/{src/handlers → handlers}/events.d.ts +0 -0
  907. /package/esm/{src/handlers → handlers}/events.js +0 -0
  908. /package/esm/{src/handlers → handlers}/invokers.d.ts +0 -0
  909. /package/esm/{src/handlers → handlers}/invokers.js +0 -0
  910. /package/esm/{src/handlers → handlers}/mod.d.ts +0 -0
  911. /package/esm/{src/handlers → handlers}/mod.js +0 -0
  912. /package/esm/{src/lib.d.ts → lib.d.ts} +0 -0
  913. /package/esm/{src/lib.js → lib.js} +0 -0
  914. /package/esm/{src/state → state}/icon_pack.js +0 -0
  915. /package/esm/{src/state → state}/mod.d.ts +0 -0
  916. /package/esm/{src/state → state}/mod.js +0 -0
  917. /package/esm/{src/state → state}/placeholder.js +0 -0
  918. /package/esm/{src/state → state}/plugin.js +0 -0
  919. /package/esm/{src/state → state}/profile.js +0 -0
  920. /package/esm/{src/state → state}/settings/declaration.d.ts +0 -0
  921. /package/esm/{src/state → state}/settings/declaration.js +0 -0
  922. /package/esm/{src/state → state}/settings/mod.js +0 -0
  923. /package/esm/{src/state → state}/settings/settings_by_monitor.js +0 -0
  924. /package/esm/{src/state → state}/settings_by_app.js +0 -0
  925. /package/esm/{src/state → state}/theme.js +0 -0
  926. /package/esm/{src/state → state}/weg_items.js +0 -0
  927. /package/esm/{src/state → state}/wm_layout.js +0 -0
  928. /package/esm/{src/system_state → system_state}/application_history.js +0 -0
  929. /package/esm/{src/system_state → system_state}/language.d.ts +0 -0
  930. /package/esm/{src/system_state → system_state}/language.js +0 -0
  931. /package/esm/{src/system_state → system_state}/mod.d.ts +0 -0
  932. /package/esm/{src/system_state → system_state}/mod.js +0 -0
  933. /package/esm/{src/system_state → system_state}/monitors.d.ts +0 -0
  934. /package/esm/{src/system_state → system_state}/monitors.js +0 -0
  935. /package/esm/{src/system_state → system_state}/ui_colors.d.ts +0 -0
  936. /package/esm/{src/system_state → system_state}/ui_colors.js +0 -0
  937. /package/esm/{src/system_state → system_state}/user.js +0 -0
  938. /package/esm/{gen/types → types}/AhkVar.d.ts +0 -0
  939. /package/esm/{gen/types → types}/AhkVar.js +0 -0
  940. /package/esm/{gen/types → types}/AhkVarList.js +0 -0
  941. /package/esm/{gen/types → types}/AppConfig.js +0 -0
  942. /package/esm/{gen/types → types}/AppExtraFlag.js +0 -0
  943. /package/esm/{gen/types → types}/AppIdentifier.js +0 -0
  944. /package/esm/{gen/types → types}/AppIdentifierType.js +0 -0
  945. /package/esm/{gen/types → types}/ApplicationHistoryEntry.js +0 -0
  946. /package/esm/{gen/types → types}/Border.d.ts +0 -0
  947. /package/esm/{gen/types → types}/Border.js +0 -0
  948. /package/esm/{gen/types → types}/DateToolbarItem.js +0 -0
  949. /package/esm/{gen/types → types}/DeviceToolbarItem.js +0 -0
  950. /package/esm/{gen/types → types}/FancyToolbarSettings.js +0 -0
  951. /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
  952. /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
  953. /package/esm/{gen/types → types}/File.d.ts +0 -0
  954. /package/esm/{gen/types → types}/File.js +0 -0
  955. /package/esm/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
  956. /package/esm/{gen/types → types}/FloatingWindowSettings.js +0 -0
  957. /package/esm/{gen/types → types}/FocusedApp.d.ts +0 -0
  958. /package/esm/{gen/types → types}/FocusedApp.js +0 -0
  959. /package/esm/{gen/types → types}/FolderChangedArgs.js +0 -0
  960. /package/esm/{gen/types → types}/FolderType.js +0 -0
  961. /package/esm/{gen/types → types}/GenericToolbarItem.js +0 -0
  962. /package/esm/{gen/types → types}/HideMode.js +0 -0
  963. /package/esm/{gen/types → types}/IconPack.js +0 -0
  964. /package/esm/{gen/types → types}/IconPackId.js +0 -0
  965. /package/esm/{gen/types → types}/MatchingStrategy.js +0 -0
  966. /package/esm/{gen/types → types}/MediaToolbarItem.js +0 -0
  967. /package/esm/{gen/types → types}/MonitorConfiguration.js +0 -0
  968. /package/esm/{gen/types → types}/NetworkToolbarItem.js +0 -0
  969. /package/esm/{gen/types → types}/NoFallbackBehavior.js +0 -0
  970. /package/esm/{gen/types → types}/NodeSubtype.js +0 -0
  971. /package/esm/{gen/types → types}/NotificationsToolbarItem.js +0 -0
  972. /package/esm/{gen/types → types}/PinnedWegItemData.js +0 -0
  973. /package/esm/{gen/types → types}/Placeholder.js +0 -0
  974. /package/esm/{gen/types → types}/Plugin.js +0 -0
  975. /package/esm/{gen/types → types}/PluginId.js +0 -0
  976. /package/esm/{gen/types → types}/PowerToolbarItem.js +0 -0
  977. /package/esm/{gen/types → types}/Profile.js +0 -0
  978. /package/esm/{gen/types → types}/ProfileSettings.d.ts +0 -0
  979. /package/esm/{gen/types → types}/ProfileSettings.js +0 -0
  980. /package/esm/{gen/types → types}/Rect.d.ts +0 -0
  981. /package/esm/{gen/types → types}/Rect.js +0 -0
  982. /package/esm/{gen/types → types}/Resource.js +0 -0
  983. /package/esm/{gen/types → types}/ResourceId.d.ts +0 -0
  984. /package/esm/{gen/types → types}/ResourceId.js +0 -0
  985. /package/esm/{gen/types → types}/ResourceKind.js +0 -0
  986. /package/esm/{gen/types → types}/ResourceMetadata.js +0 -0
  987. /package/esm/{gen/types → types}/ResourceStatus.js +0 -0
  988. /package/esm/{gen/types → types}/ResourceText.d.ts +0 -0
  989. /package/esm/{gen/types → types}/ResourceText.js +0 -0
  990. /package/esm/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
  991. /package/esm/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
  992. /package/esm/{gen/types → types}/SeelenLauncherRunner.js +0 -0
  993. /package/esm/{gen/types → types}/SeelenLauncherSettings.js +0 -0
  994. /package/esm/{gen/types → types}/SeelenWallSettings.js +0 -0
  995. /package/esm/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
  996. /package/esm/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
  997. /package/esm/{gen/types → types}/SeelenWallWallpaper.js +0 -0
  998. /package/esm/{gen/types → types}/SeelenWegMode.js +0 -0
  999. /package/esm/{gen/types → types}/SeelenWegSettings.js +0 -0
  1000. /package/esm/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
  1001. /package/esm/{gen/types → types}/SeelenWegSide.js +0 -0
  1002. /package/esm/{gen/types → types}/Settings.js +0 -0
  1003. /package/esm/{gen/types → types}/SettingsByWidget.js +0 -0
  1004. /package/esm/{gen/types → types}/SettingsToolbarItem.js +0 -0
  1005. /package/esm/{gen/types → types}/StyleValue.d.ts +0 -0
  1006. /package/esm/{gen/types → types}/StyleValue.js +0 -0
  1007. /package/esm/{gen/types → types}/TextToolbarItem.js +0 -0
  1008. /package/esm/{gen/types → types}/Theme.js +0 -0
  1009. /package/esm/{gen/types → types}/ThemeId.js +0 -0
  1010. /package/esm/{gen/types → types}/ToolbarItem.js +0 -0
  1011. /package/esm/{gen/types → types}/ToolbarItem2.js +0 -0
  1012. /package/esm/{gen/types → types}/TrayToolbarItem.js +0 -0
  1013. /package/esm/{gen/types → types}/UpdateChannel.js +0 -0
  1014. /package/esm/{gen/types → types}/UpdaterSettings.js +0 -0
  1015. /package/esm/{gen/types → types}/User.d.ts +0 -0
  1016. /package/esm/{gen/types → types}/User.js +0 -0
  1017. /package/esm/{gen/types → types}/UserToolbarItem.js +0 -0
  1018. /package/esm/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
  1019. /package/esm/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
  1020. /package/esm/{gen/types → types}/WegAppGroupItem.js +0 -0
  1021. /package/esm/{gen/types → types}/WegItem.js +0 -0
  1022. /package/esm/{gen/types → types}/WegItems.js +0 -0
  1023. /package/esm/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
  1024. /package/esm/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
  1025. /package/esm/{gen/types → types}/Widget.js +0 -0
  1026. /package/esm/{gen/types → types}/WidgetId.js +0 -0
  1027. /package/esm/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
  1028. /package/esm/{gen/types → types}/WindowManagerLayout.js +0 -0
  1029. /package/esm/{gen/types → types}/WindowManagerSettings.js +0 -0
  1030. /package/esm/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
  1031. /package/esm/{gen/types → types}/WmFallbackNode.js +0 -0
  1032. /package/esm/{gen/types → types}/WmHorizontalNode.js +0 -0
  1033. /package/esm/{gen/types → types}/WmLeafNode.js +0 -0
  1034. /package/esm/{gen/types → types}/WmNode.js +0 -0
  1035. /package/esm/{gen/types → types}/WmStackNode.js +0 -0
  1036. /package/esm/{gen/types → types}/WmVerticalNode.js +0 -0
  1037. /package/esm/{gen/types → types}/WorkspaceConfiguration.js +0 -0
  1038. /package/esm/{gen/types → types}/WorkspaceIdentifier.js +0 -0
  1039. /package/esm/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
  1040. /package/esm/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
  1041. /package/esm/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
  1042. /package/esm/{gen/types → types}/WsdGroup.js +0 -0
  1043. /package/esm/{gen/types → types}/WsdGroupEntry.js +0 -0
  1044. /package/esm/{gen/types → types}/WsdItem.js +0 -0
  1045. /package/esm/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
  1046. /package/esm/{gen/types → types}/WsdItemInputNumber.js +0 -0
  1047. /package/esm/{gen/types → types}/WsdItemInputText.d.ts +0 -0
  1048. /package/esm/{gen/types → types}/WsdItemInputText.js +0 -0
  1049. /package/esm/{gen/types → types}/WsdItemSelect.js +0 -0
  1050. /package/esm/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
  1051. /package/esm/{gen/types → types}/WsdItemSelectOption.js +0 -0
  1052. /package/esm/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
  1053. /package/esm/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
  1054. /package/esm/{gen/types → types}/WsdItemSwitch.js +0 -0
  1055. /package/esm/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
  1056. /package/esm/{gen/types → types}/serde_json/JsonValue.js +0 -0
  1057. /package/esm/{src/utils → utils}/List.d.ts +0 -0
  1058. /package/esm/{src/utils → utils}/List.js +0 -0
  1059. /package/esm/{src/utils → utils}/State.d.ts +0 -0
  1060. /package/esm/{src/utils → utils}/State.js +0 -0
  1061. /package/esm/{src/utils → utils}/enums.d.ts +0 -0
  1062. /package/esm/{src/utils → utils}/enums.js +0 -0
  1063. /package/esm/{src/utils → utils}/layered_hitbox.d.ts +0 -0
  1064. /package/esm/{src/utils → utils}/layered_hitbox.js +0 -0
  1065. /package/esm/{src/utils → utils}/mod.d.ts +0 -0
  1066. /package/esm/{src/utils → utils}/mod.js +0 -0
  1067. /package/script/{src/constants → constants}/mod.d.ts +0 -0
  1068. /package/script/{src/constants → constants}/mod.js +0 -0
  1069. /package/script/{src/handlers → handlers}/commands.d.ts +0 -0
  1070. /package/script/{src/handlers → handlers}/commands.js +0 -0
  1071. /package/script/{src/handlers → handlers}/events.d.ts +0 -0
  1072. /package/script/{src/handlers → handlers}/events.js +0 -0
  1073. /package/script/{src/handlers → handlers}/invokers.d.ts +0 -0
  1074. /package/script/{src/handlers → handlers}/invokers.js +0 -0
  1075. /package/script/{src/handlers → handlers}/mod.d.ts +0 -0
  1076. /package/script/{src/handlers → handlers}/mod.js +0 -0
  1077. /package/script/{src/lib.d.ts → lib.d.ts} +0 -0
  1078. /package/script/{src/lib.js → lib.js} +0 -0
  1079. /package/script/{src/state → state}/icon_pack.js +0 -0
  1080. /package/script/{src/state → state}/mod.d.ts +0 -0
  1081. /package/script/{src/state → state}/mod.js +0 -0
  1082. /package/script/{src/state → state}/placeholder.js +0 -0
  1083. /package/script/{src/state → state}/plugin.js +0 -0
  1084. /package/script/{src/state → state}/profile.js +0 -0
  1085. /package/script/{src/state → state}/settings/declaration.d.ts +0 -0
  1086. /package/script/{src/state → state}/settings/declaration.js +0 -0
  1087. /package/script/{src/state → state}/settings/mod.js +0 -0
  1088. /package/script/{src/state → state}/settings/settings_by_monitor.js +0 -0
  1089. /package/script/{src/state → state}/settings_by_app.js +0 -0
  1090. /package/script/{src/state → state}/theme.js +0 -0
  1091. /package/script/{src/state → state}/weg_items.js +0 -0
  1092. /package/script/{src/state → state}/wm_layout.js +0 -0
  1093. /package/script/{src/system_state → system_state}/application_history.js +0 -0
  1094. /package/script/{src/system_state → system_state}/language.d.ts +0 -0
  1095. /package/script/{src/system_state → system_state}/language.js +0 -0
  1096. /package/script/{src/system_state → system_state}/mod.d.ts +0 -0
  1097. /package/script/{src/system_state → system_state}/mod.js +0 -0
  1098. /package/script/{src/system_state → system_state}/monitors.d.ts +0 -0
  1099. /package/script/{src/system_state → system_state}/monitors.js +0 -0
  1100. /package/script/{src/system_state → system_state}/ui_colors.d.ts +0 -0
  1101. /package/script/{src/system_state → system_state}/ui_colors.js +0 -0
  1102. /package/script/{src/system_state → system_state}/user.js +0 -0
  1103. /package/script/{gen/types → types}/AhkVar.d.ts +0 -0
  1104. /package/script/{gen/types → types}/AhkVar.js +0 -0
  1105. /package/script/{gen/types → types}/AhkVarList.js +0 -0
  1106. /package/script/{gen/types → types}/AppConfig.js +0 -0
  1107. /package/script/{gen/types → types}/AppExtraFlag.js +0 -0
  1108. /package/script/{gen/types → types}/AppIdentifier.js +0 -0
  1109. /package/script/{gen/types → types}/AppIdentifierType.js +0 -0
  1110. /package/script/{gen/types → types}/ApplicationHistoryEntry.js +0 -0
  1111. /package/script/{gen/types → types}/Border.d.ts +0 -0
  1112. /package/script/{gen/types → types}/Border.js +0 -0
  1113. /package/script/{gen/types → types}/DateToolbarItem.js +0 -0
  1114. /package/script/{gen/types → types}/DeviceToolbarItem.js +0 -0
  1115. /package/script/{gen/types → types}/FancyToolbarSettings.js +0 -0
  1116. /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
  1117. /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
  1118. /package/script/{gen/types → types}/File.d.ts +0 -0
  1119. /package/script/{gen/types → types}/File.js +0 -0
  1120. /package/script/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
  1121. /package/script/{gen/types → types}/FloatingWindowSettings.js +0 -0
  1122. /package/script/{gen/types → types}/FocusedApp.d.ts +0 -0
  1123. /package/script/{gen/types → types}/FocusedApp.js +0 -0
  1124. /package/script/{gen/types → types}/FolderChangedArgs.js +0 -0
  1125. /package/script/{gen/types → types}/FolderType.js +0 -0
  1126. /package/script/{gen/types → types}/GenericToolbarItem.js +0 -0
  1127. /package/script/{gen/types → types}/HideMode.js +0 -0
  1128. /package/script/{gen/types → types}/IconPack.js +0 -0
  1129. /package/script/{gen/types → types}/IconPackId.js +0 -0
  1130. /package/script/{gen/types → types}/MatchingStrategy.js +0 -0
  1131. /package/script/{gen/types → types}/MediaToolbarItem.js +0 -0
  1132. /package/script/{gen/types → types}/MonitorConfiguration.js +0 -0
  1133. /package/script/{gen/types → types}/NetworkToolbarItem.js +0 -0
  1134. /package/script/{gen/types → types}/NoFallbackBehavior.js +0 -0
  1135. /package/script/{gen/types → types}/NodeSubtype.js +0 -0
  1136. /package/script/{gen/types → types}/NotificationsToolbarItem.js +0 -0
  1137. /package/script/{gen/types → types}/PinnedWegItemData.js +0 -0
  1138. /package/script/{gen/types → types}/Placeholder.js +0 -0
  1139. /package/script/{gen/types → types}/Plugin.js +0 -0
  1140. /package/script/{gen/types → types}/PluginId.js +0 -0
  1141. /package/script/{gen/types → types}/PowerToolbarItem.js +0 -0
  1142. /package/script/{gen/types → types}/Profile.js +0 -0
  1143. /package/script/{gen/types → types}/ProfileSettings.d.ts +0 -0
  1144. /package/script/{gen/types → types}/ProfileSettings.js +0 -0
  1145. /package/script/{gen/types → types}/Rect.d.ts +0 -0
  1146. /package/script/{gen/types → types}/Rect.js +0 -0
  1147. /package/script/{gen/types → types}/Resource.js +0 -0
  1148. /package/script/{gen/types → types}/ResourceId.d.ts +0 -0
  1149. /package/script/{gen/types → types}/ResourceId.js +0 -0
  1150. /package/script/{gen/types → types}/ResourceKind.js +0 -0
  1151. /package/script/{gen/types → types}/ResourceMetadata.js +0 -0
  1152. /package/script/{gen/types → types}/ResourceStatus.js +0 -0
  1153. /package/script/{gen/types → types}/ResourceText.d.ts +0 -0
  1154. /package/script/{gen/types → types}/ResourceText.js +0 -0
  1155. /package/script/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
  1156. /package/script/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
  1157. /package/script/{gen/types → types}/SeelenLauncherRunner.js +0 -0
  1158. /package/script/{gen/types → types}/SeelenLauncherSettings.js +0 -0
  1159. /package/script/{gen/types → types}/SeelenWallSettings.js +0 -0
  1160. /package/script/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
  1161. /package/script/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
  1162. /package/script/{gen/types → types}/SeelenWallWallpaper.js +0 -0
  1163. /package/script/{gen/types → types}/SeelenWegMode.js +0 -0
  1164. /package/script/{gen/types → types}/SeelenWegSettings.js +0 -0
  1165. /package/script/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
  1166. /package/script/{gen/types → types}/SeelenWegSide.js +0 -0
  1167. /package/script/{gen/types → types}/Settings.js +0 -0
  1168. /package/script/{gen/types → types}/SettingsByWidget.js +0 -0
  1169. /package/script/{gen/types → types}/SettingsToolbarItem.js +0 -0
  1170. /package/script/{gen/types → types}/StyleValue.d.ts +0 -0
  1171. /package/script/{gen/types → types}/StyleValue.js +0 -0
  1172. /package/script/{gen/types → types}/TextToolbarItem.js +0 -0
  1173. /package/script/{gen/types → types}/Theme.js +0 -0
  1174. /package/script/{gen/types → types}/ThemeId.js +0 -0
  1175. /package/script/{gen/types → types}/ToolbarItem.js +0 -0
  1176. /package/script/{gen/types → types}/ToolbarItem2.js +0 -0
  1177. /package/script/{gen/types → types}/TrayToolbarItem.js +0 -0
  1178. /package/script/{gen/types → types}/UpdateChannel.js +0 -0
  1179. /package/script/{gen/types → types}/UpdaterSettings.js +0 -0
  1180. /package/script/{gen/types → types}/User.d.ts +0 -0
  1181. /package/script/{gen/types → types}/User.js +0 -0
  1182. /package/script/{gen/types → types}/UserToolbarItem.js +0 -0
  1183. /package/script/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
  1184. /package/script/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
  1185. /package/script/{gen/types → types}/WegAppGroupItem.js +0 -0
  1186. /package/script/{gen/types → types}/WegItem.js +0 -0
  1187. /package/script/{gen/types → types}/WegItems.js +0 -0
  1188. /package/script/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
  1189. /package/script/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
  1190. /package/script/{gen/types → types}/Widget.js +0 -0
  1191. /package/script/{gen/types → types}/WidgetId.js +0 -0
  1192. /package/script/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
  1193. /package/script/{gen/types → types}/WindowManagerLayout.js +0 -0
  1194. /package/script/{gen/types → types}/WindowManagerSettings.js +0 -0
  1195. /package/script/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
  1196. /package/script/{gen/types → types}/WmFallbackNode.js +0 -0
  1197. /package/script/{gen/types → types}/WmHorizontalNode.js +0 -0
  1198. /package/script/{gen/types → types}/WmLeafNode.js +0 -0
  1199. /package/script/{gen/types → types}/WmNode.js +0 -0
  1200. /package/script/{gen/types → types}/WmStackNode.js +0 -0
  1201. /package/script/{gen/types → types}/WmVerticalNode.js +0 -0
  1202. /package/script/{gen/types → types}/WorkspaceConfiguration.js +0 -0
  1203. /package/script/{gen/types → types}/WorkspaceIdentifier.js +0 -0
  1204. /package/script/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
  1205. /package/script/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
  1206. /package/script/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
  1207. /package/script/{gen/types → types}/WsdGroup.js +0 -0
  1208. /package/script/{gen/types → types}/WsdGroupEntry.js +0 -0
  1209. /package/script/{gen/types → types}/WsdItem.js +0 -0
  1210. /package/script/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
  1211. /package/script/{gen/types → types}/WsdItemInputNumber.js +0 -0
  1212. /package/script/{gen/types → types}/WsdItemInputText.d.ts +0 -0
  1213. /package/script/{gen/types → types}/WsdItemInputText.js +0 -0
  1214. /package/script/{gen/types → types}/WsdItemSelect.js +0 -0
  1215. /package/script/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
  1216. /package/script/{gen/types → types}/WsdItemSelectOption.js +0 -0
  1217. /package/script/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
  1218. /package/script/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
  1219. /package/script/{gen/types → types}/WsdItemSwitch.js +0 -0
  1220. /package/script/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
  1221. /package/script/{gen/types → types}/serde_json/JsonValue.js +0 -0
  1222. /package/script/{src/utils → utils}/List.d.ts +0 -0
  1223. /package/script/{src/utils → utils}/List.js +0 -0
  1224. /package/script/{src/utils → utils}/State.d.ts +0 -0
  1225. /package/script/{src/utils → utils}/State.js +0 -0
  1226. /package/script/{src/utils → utils}/enums.d.ts +0 -0
  1227. /package/script/{src/utils → utils}/enums.js +0 -0
  1228. /package/script/{src/utils → utils}/layered_hitbox.d.ts +0 -0
  1229. /package/script/{src/utils → utils}/layered_hitbox.js +0 -0
  1230. /package/script/{src/utils → utils}/mod.d.ts +0 -0
  1231. /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 @@
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,8BAA8B,uCAAuC;IACrE,qBAAqB,4BAA4B;IACjD,0BAA0B,kCAAkC;IAC5D,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 @@
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,oBAAoB,2BAA2B;IAC/C,uBAAuB,sCAAsC;IAC7D,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 @@
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"}
@@ -0,0 +1,43 @@
1
+ import type { WegItems as IWegItems } from '../types/mod.js';
2
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
3
+ declare global {
4
+ interface ArgsByCommand {
5
+ [SeelenCommand.StateGetWegItems]: null;
6
+ [SeelenCommand.WegGetItemsForWidget]: null;
7
+ [SeelenCommand.StateWriteWegItems]: {
8
+ items: IWegItems;
9
+ };
10
+ }
11
+ interface ReturnByCommand {
12
+ [SeelenCommand.StateGetWegItems]: IWegItems;
13
+ [SeelenCommand.WegGetItemsForWidget]: IWegItems;
14
+ [SeelenCommand.StateWriteWegItems]: void;
15
+ }
16
+ interface PayloadByEvent {
17
+ [SeelenEvent.StateWegItemsChanged]: IWegItems;
18
+ [SeelenEvent.WegInstanceChanged]: IWegItems;
19
+ }
20
+ }
21
+ export declare class WegItems {
22
+ inner: IWegItems;
23
+ constructor(inner: IWegItems);
24
+ /** Will return the stored/saved weg items */
25
+ static readonly getStored: () => Promise<InstanceType<typeof WegItems>>;
26
+ /** Event triggered when the file where the weg items are stored is changed */
27
+ static readonly onStoredChange: (cb: (instance: WegItems) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
28
+ /** Will return the weg items intance for the current widget */
29
+ static readonly forCurrentWidget: () => Promise<InstanceType<typeof WegItems>>;
30
+ /** Event triggered when the weg items for the current widget are changed */
31
+ static readonly forCurrentWidgetChange: (cb: (instance: WegItems) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
32
+ /** Will store the weg items placeoments on disk */
33
+ save(): Promise<void>;
34
+ }
35
+ declare const WegItemType: {
36
+ Temporal: "Temporal";
37
+ Pinned: "Pinned";
38
+ Separator: "Separator";
39
+ Media: "Media";
40
+ StartMenu: "StartMenu";
41
+ };
42
+ export { WegItemType };
43
+ //# sourceMappingURL=weg_items.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"weg_items.d.ts","sourceRoot":"","sources":["../../src/state/weg_items.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAW,QAAQ,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAU,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKxE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,IAAI,CAAC;QACvC,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,IAAI,CAAC;QAC3C,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE;YAAE,KAAK,EAAE,SAAS,CAAA;SAAE,CAAC;KAC1D;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC;QAC5C,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;QAChD,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;KAC1C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;QAC9C,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC;KAC7C;CACF;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAEnC,6CAA6C;IAC7C,MAAM,CAAC,QAAQ,CAAC,SAAS,+CAA+D;IAExF,8EAA8E;IAC9E,MAAM,CAAC,QAAQ,CAAC,cAAc,4FAAiE;IAE/F,+DAA+D;IAC/D,MAAM,CAAC,QAAQ,CAAC,gBAAgB,+CAG9B;IAEF,4EAA4E;IAC5E,MAAM,CAAC,QAAQ,CAAC,sBAAsB,4FAEnC;IAEH,mDAAmD;IACnD,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB;AAMD,QAAA,MAAM,WAAW;;;;;;CAMf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,35 @@
1
+ import type { Widget, WidgetId } 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.StateGetWidgets]: null;
7
+ }
8
+ interface ReturnByCommand {
9
+ [SeelenCommand.StateGetWidgets]: Widget[];
10
+ }
11
+ interface PayloadByEvent {
12
+ [SeelenEvent.StateWidgetsChanged]: Widget[];
13
+ }
14
+ }
15
+ export declare const SeelenWegWidgetId: WidgetId;
16
+ export declare const SeelenToolbarWidgetId: WidgetId;
17
+ export declare const SeelenWindowManagerWidgetId: WidgetId;
18
+ export declare const SeelenLauncherWidgetId: WidgetId;
19
+ export declare const SeelenWallWidgetId: WidgetId;
20
+ export declare class WidgetList extends List<Widget> {
21
+ static readonly getAsync: () => Promise<InstanceType<typeof WidgetList>>;
22
+ static readonly onChange: (cb: (instance: WidgetList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
23
+ }
24
+ interface WidgetInformation {
25
+ id: WidgetId;
26
+ /** decoded webview label */
27
+ label: string;
28
+ /** base64 url encoded label (used as identifier of the webview) */
29
+ rawLabel: string;
30
+ params: Readonly<Record<string, string>>;
31
+ }
32
+ /** If called on backend context, will return an empty structure */
33
+ export declare function getCurrentWidget(): Readonly<WidgetInformation>;
34
+ export {};
35
+ //# sourceMappingURL=widget.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget.d.ts","sourceRoot":"","sources":["../../src/state/widget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAKxC,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,eAAO,MAAM,iBAAiB,EAAE,QAAwB,CAAC;AACzD,eAAO,MAAM,qBAAqB,EAAE,QAAkC,CAAC;AACvE,eAAO,MAAM,2BAA2B,EAAE,QAAmC,CAAC;AAC9E,eAAO,MAAM,sBAAsB,EAAE,QAA6B,CAAC;AACnE,eAAO,MAAM,kBAAkB,EAAE,QAAsC,CAAC;AAExE,qBAAa,UAAW,SAAQ,IAAI,CAAC,MAAM,CAAC;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,iDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,8FAAgE;CACzF;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,QAAQ,CAAC;IACb,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAC1C;AAmBD,mEAAmE;AACnE,wBAAgB,gBAAgB,IAAI,QAAQ,CAAC,iBAAiB,CAAC,CAa9D"}
@@ -0,0 +1,44 @@
1
+ import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
2
+ import { List } from '../utils/List.js';
3
+ import { createInstanceInvoker, createInstanceOnEvent } from '../utils/State.js';
4
+ import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow';
5
+ import { decodeBase64Url } from '../deps/jsr.io/@std/encoding/1.0.7/base64url.js';
6
+ export const SeelenWegWidgetId = '@seelen/weg';
7
+ export const SeelenToolbarWidgetId = '@seelen/fancy-toolbar';
8
+ export const SeelenWindowManagerWidgetId = '@seelen/window-manager';
9
+ export const SeelenLauncherWidgetId = '@seelen/launcher';
10
+ export const SeelenWallWidgetId = '@seelen/wallpaper-manager';
11
+ export class WidgetList extends List {
12
+ static getAsync = createInstanceInvoker(this, SeelenCommand.StateGetWidgets);
13
+ static onChange = createInstanceOnEvent(this, SeelenEvent.StateWidgetsChanged);
14
+ }
15
+ const CURRENT_WIDGET_INFORMATION = {
16
+ ref: null,
17
+ };
18
+ function _getCurrentWidget() {
19
+ const encodedLabel = getCurrentWebviewWindow().label;
20
+ const decodedLabel = new TextDecoder().decode(decodeBase64Url(encodedLabel));
21
+ const [id, query] = decodedLabel.split('?');
22
+ const params = new URLSearchParams(query);
23
+ return Object.freeze({
24
+ id: id,
25
+ label: decodedLabel,
26
+ rawLabel: encodedLabel,
27
+ params: Object.freeze(Object.fromEntries(params)),
28
+ });
29
+ }
30
+ /** If called on backend context, will return an empty structure */
31
+ export function getCurrentWidget() {
32
+ if (!globalThis.window) {
33
+ return {
34
+ id: '',
35
+ label: '',
36
+ rawLabel: '',
37
+ params: {},
38
+ };
39
+ }
40
+ if (!CURRENT_WIDGET_INFORMATION.ref) {
41
+ CURRENT_WIDGET_INFORMATION.ref = _getCurrentWidget();
42
+ }
43
+ return CURRENT_WIDGET_INFORMATION.ref;
44
+ }
@@ -0,0 +1,18 @@
1
+ import type { NodeSubtype, NoFallbackBehavior } from '../types/mod.js';
2
+ declare const NodeType: {
3
+ Vertical: "Vertical";
4
+ Horizontal: "Horizontal";
5
+ Leaf: "Leaf";
6
+ Stack: "Stack";
7
+ Fallback: "Fallback";
8
+ };
9
+ declare const NodeSubtype: {
10
+ Temporal: "Temporal";
11
+ Permanent: "Permanent";
12
+ };
13
+ declare const NoFallbackBehavior: {
14
+ Float: "Float";
15
+ Unmanaged: "Unmanaged";
16
+ };
17
+ export { NodeSubtype, NodeType, NoFallbackBehavior };
18
+ //# sourceMappingURL=wm_layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wm_layout.d.ts","sourceRoot":"","sources":["../../src/state/wm_layout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAU,MAAM,iBAAiB,CAAC;AAO/E,QAAA,MAAM,QAAQ;;;;;;CAMZ,CAAC;AAEH,QAAA,MAAM,WAAW;;;CAGf,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;CAGtB,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { SeelenCommand, SeelenEvent } from '../lib.js';
2
+ import { List } from '../utils/List.js';
3
+ import type { EventCallback } from '@tauri-apps/api/event';
4
+ import type { ApplicationHistoryEntry, FocusedApp } from '../types/mod.js';
5
+ declare global {
6
+ interface ArgsByCommand {
7
+ [SeelenCommand.GetApplicationHistory]: null;
8
+ [SeelenCommand.GetApplicationHistoryOnMonitor]: null;
9
+ [SeelenCommand.SetApplicationHistoryLimit]: {
10
+ capacity: number;
11
+ };
12
+ }
13
+ interface ReturnByCommand {
14
+ [SeelenCommand.GetApplicationHistory]: ApplicationHistoryEntry[];
15
+ [SeelenCommand.GetApplicationHistoryOnMonitor]: ApplicationHistoryEntry[];
16
+ [SeelenCommand.SetApplicationHistoryLimit]: null;
17
+ }
18
+ interface PayloadByEvent {
19
+ [SeelenEvent.GlobalFocusChanged]: FocusedApp;
20
+ [SeelenEvent.GlobalHistoryChanged]: ApplicationHistoryEntry[];
21
+ [SeelenEvent.HistoryChangedOnMonitor]: ApplicationHistoryEntry[];
22
+ }
23
+ }
24
+ export declare class ApplicationHistory extends List<ApplicationHistoryEntry> {
25
+ static readonly getAsync: () => Promise<InstanceType<typeof ApplicationHistory>>;
26
+ static readonly onChange: (cb: (instance: ApplicationHistory) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
27
+ static readonly onFocusChanged: (subscribtion: EventCallback<FocusedApp>) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
28
+ static readonly getCurrentMonitorHistoryAsync: () => Promise<InstanceType<typeof ApplicationHistory>>;
29
+ static readonly onCurrentMonitorHistoryChanged: (cb: (instance: ApplicationHistory) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
30
+ static readonly setLimitAsync: (capacity: number) => Promise<void>;
31
+ }
32
+ //# sourceMappingURL=application_history.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application_history.d.ts","sourceRoot":"","sources":["../../src/system_state/application_history.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,aAAa,EAAE,WAAW,EAAa,MAAM,WAAW,CAAC;AAE5F,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,KAAK,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE3E,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,qBAAqB,CAAC,EAAE,IAAI,CAAC;QAC5C,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,IAAI,CAAC;QACrD,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE;YAAE,QAAQ,EAAE,MAAM,CAAA;SAAE,CAAC;KAClE;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,qBAAqB,CAAC,EAAE,uBAAuB,EAAE,CAAC;QACjE,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,uBAAuB,EAAE,CAAC;QAC1E,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,IAAI,CAAC;KAClD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,UAAU,CAAC;QAC7C,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,uBAAuB,EAAE,CAAC;QAC9D,CAAC,WAAW,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,EAAE,CAAC;KAClE;CACF;AAED,qBAAa,kBAAmB,SAAQ,IAAI,CAAC,uBAAuB,CAAC;IACnE,MAAM,CAAC,QAAQ,CAAC,QAAQ,yDAAoE;IAC5F,MAAM,CAAC,QAAQ,CAAC,QAAQ,sGAAiE;IACzF,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAkB,aAAa,CAAC,UAAU,CAAC,yDACf;IAE1D,MAAM,CAAC,QAAQ,CAAC,6BAA6B,yDAG3C;IACF,MAAM,CAAC,QAAQ,CAAC,8BAA8B,sGAE3C;IAEH,MAAM,CAAC,QAAQ,CAAC,aAAa,aAA0C,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC,CAE3F;CACH"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../src/system_state/language.ts"],"names":[],"mappings":"AAAA,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,kBAAkB,CAAC,EAAE,IAAI,CAAC;KAC1C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,cAAc,EAAE,CAAC;KACtD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,sBAAsB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxD;CACF;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,cAAc,EAAE,CAAC;CAChC;AAED,qBAAa,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC;IACpD,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAiE;IACzF,MAAM,CAAC,QAAQ,CAAC,QAAQ,gGAAmE;CAC5F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/system_state/mod.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/system_state/monitors.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,CAAC,EAAE,IAAI,CAAC;KACzC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;KACvD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,qBAAqB,CAAC,EAAE,gBAAgB,EAAE,CAAC;KACzD;CACF;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb;AAED,qBAAa,oBAAqB,SAAQ,IAAI,CAAC,gBAAgB,CAAC;IAC9D,MAAM,CAAC,QAAQ,CAAC,QAAQ,2DAAgE;IACxF,MAAM,CAAC,QAAQ,CAAC,QAAQ,wGAAkE;CAC3F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui_colors.d.ts","sourceRoot":"","sources":["../../src/system_state/ui_colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGhE,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,SAAS,CAAC;KAC5C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,aAAa,CAAC,EAAE,SAAS,CAAC;KACxC;CACF;AAED,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAEnC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+CAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,4FAA0D;IAElF,MAAM,CAAC,OAAO,IAAI,QAAQ;IAe1B,kBAAkB,IAAI,IAAI;CAgB3B"}