@seelen-ui/lib 2.3.6 → 2.4.1-next.20250825015552

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 (537) hide show
  1. package/esm/constants/mod.d.ts +17 -9
  2. package/esm/constants/mod.d.ts.map +1 -1
  3. package/esm/constants/mod.js +6 -4
  4. package/esm/handlers/commands.d.ts +17 -8
  5. package/esm/handlers/commands.d.ts.map +1 -1
  6. package/esm/handlers/commands.js +17 -8
  7. package/esm/handlers/events.d.ts +3 -5
  8. package/esm/handlers/events.d.ts.map +1 -1
  9. package/esm/handlers/events.js +3 -5
  10. package/esm/lib.d.ts +1 -1
  11. package/esm/lib.d.ts.map +1 -1
  12. package/esm/lib.js +1 -1
  13. package/esm/resource/mod.d.ts +6 -0
  14. package/esm/resource/mod.d.ts.map +1 -0
  15. package/esm/state/icon_pack.d.ts +23 -52
  16. package/esm/state/icon_pack.d.ts.map +1 -1
  17. package/esm/state/icon_pack.js +137 -131
  18. package/esm/state/mod.d.ts +2 -1
  19. package/esm/state/mod.d.ts.map +1 -1
  20. package/esm/state/mod.js +1 -0
  21. package/esm/state/plugin/mod.d.ts +1 -1
  22. package/esm/state/plugin/mod.d.ts.map +1 -1
  23. package/esm/state/settings/mod.d.ts +6 -5
  24. package/esm/state/settings/mod.d.ts.map +1 -1
  25. package/esm/state/settings/mod.js +5 -8
  26. package/esm/state/settings/settings_by_monitor.d.ts +1 -4
  27. package/esm/state/settings/settings_by_monitor.d.ts.map +1 -1
  28. package/esm/state/settings/settings_by_monitor.js +0 -8
  29. package/esm/state/settings_by_app.d.ts +1 -1
  30. package/esm/state/settings_by_app.d.ts.map +1 -1
  31. package/esm/state/theme/mod.d.ts +19 -3
  32. package/esm/state/theme/mod.d.ts.map +1 -1
  33. package/esm/state/theme/mod.js +96 -0
  34. package/esm/state/wallpaper/mod.d.ts +15 -0
  35. package/esm/state/wallpaper/mod.d.ts.map +1 -0
  36. package/esm/state/wallpaper/mod.js +31 -0
  37. package/esm/state/weg_items.d.ts +6 -9
  38. package/esm/state/weg_items.d.ts.map +1 -1
  39. package/esm/state/weg_items.js +9 -17
  40. package/esm/state/widget/mod.d.ts +9 -4
  41. package/esm/state/widget/mod.d.ts.map +1 -1
  42. package/esm/state/widget/mod.js +31 -12
  43. package/esm/state/wm_layout.d.ts +4 -5
  44. package/esm/state/wm_layout.d.ts.map +1 -1
  45. package/esm/state/wm_layout.js +3 -8
  46. package/esm/system_state/bluetooth/mod.d.ts +2 -2
  47. package/esm/system_state/bluetooth/mod.d.ts.map +1 -1
  48. package/esm/system_state/language.d.ts +1 -1
  49. package/esm/system_state/language.d.ts.map +1 -1
  50. package/esm/system_state/monitors.d.ts +1 -1
  51. package/esm/system_state/monitors.d.ts.map +1 -1
  52. package/esm/system_state/ui_colors.d.ts +1 -1
  53. package/esm/system_state/ui_colors.d.ts.map +1 -1
  54. package/esm/system_state/ui_colors.js +8 -2
  55. package/esm/system_state/user.d.ts +1 -1
  56. package/esm/system_state/user.d.ts.map +1 -1
  57. package/esm/types/CssVariableName.d.ts +5 -0
  58. package/esm/types/CssVariableName.d.ts.map +1 -0
  59. package/esm/types/CustomIconPackEntry.d.ts +16 -0
  60. package/esm/types/CustomIconPackEntry.d.ts.map +1 -0
  61. package/esm/types/DesktopWorkspace.d.ts +5 -0
  62. package/esm/types/DesktopWorkspace.d.ts.map +1 -1
  63. package/esm/types/FocusedApp.d.ts +4 -0
  64. package/esm/types/FocusedApp.d.ts.map +1 -1
  65. package/esm/types/FocusedApp.js +0 -1
  66. package/esm/types/Icon.d.ts +17 -10
  67. package/esm/types/Icon.d.ts.map +1 -1
  68. package/esm/types/IconPack.d.ts +7 -19
  69. package/esm/types/IconPack.d.ts.map +1 -1
  70. package/esm/types/IconPackEntry.d.ts +11 -0
  71. package/esm/types/IconPackEntry.d.ts.map +1 -0
  72. package/esm/types/IconPackId.d.ts +3 -0
  73. package/esm/types/IconPackId.d.ts.map +1 -1
  74. package/esm/types/MediaPlayer.d.ts +2 -0
  75. package/esm/types/MediaPlayer.d.ts.map +1 -1
  76. package/esm/types/MediaPlayerTimeline.d.ts +24 -0
  77. package/esm/types/MediaPlayerTimeline.d.ts.map +1 -0
  78. package/esm/types/MixBlendMode.d.ts +2 -0
  79. package/esm/types/MixBlendMode.d.ts.map +1 -0
  80. package/esm/types/MonitorConfiguration.d.ts +0 -5
  81. package/esm/types/MonitorConfiguration.d.ts.map +1 -1
  82. package/esm/types/MonitorId.d.ts +2 -0
  83. package/esm/types/MonitorId.d.ts.map +1 -0
  84. package/esm/types/MonitorSettingsByWidget.d.ts +1 -10
  85. package/esm/types/MonitorSettingsByWidget.d.ts.map +1 -1
  86. package/esm/types/ObjectFit.d.ts +2 -0
  87. package/esm/types/ObjectFit.d.ts.map +1 -0
  88. package/esm/types/ObjectPosition.d.ts +2 -0
  89. package/esm/types/ObjectPosition.d.ts.map +1 -0
  90. package/esm/types/PhysicalMonitor.d.ts +2 -1
  91. package/esm/types/PhysicalMonitor.d.ts.map +1 -1
  92. package/esm/types/PlaybackSpeed.d.ts +2 -0
  93. package/esm/types/PlaybackSpeed.d.ts.map +1 -0
  94. package/esm/types/PluginId.d.ts +3 -0
  95. package/esm/types/PluginId.d.ts.map +1 -1
  96. package/esm/types/Resource.d.ts +35 -3
  97. package/esm/types/Resource.d.ts.map +1 -1
  98. package/esm/types/ResourceAttribute.d.ts +2 -0
  99. package/esm/types/ResourceAttribute.d.ts.map +1 -0
  100. package/esm/types/ResourceId.d.ts +4 -2
  101. package/esm/types/ResourceId.d.ts.map +1 -1
  102. package/esm/types/ResourceMetadata.d.ts +2 -6
  103. package/esm/types/ResourceMetadata.d.ts.map +1 -1
  104. package/esm/types/SeelenCommandArgument.d.ts +43 -18
  105. package/esm/types/SeelenCommandArgument.d.ts.map +1 -1
  106. package/esm/types/SeelenCommandClosePopupArgs.d.ts +4 -0
  107. package/esm/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
  108. package/esm/types/SeelenCommandClosePopupArgs.js +2 -0
  109. package/esm/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
  110. package/esm/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
  111. package/esm/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
  112. package/esm/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
  113. package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
  114. package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
  115. package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.js +2 -0
  116. package/esm/types/SeelenCommandReturn.d.ts +38 -16
  117. package/esm/types/SeelenCommandReturn.d.ts.map +1 -1
  118. package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
  119. package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
  120. package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.js +2 -0
  121. package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
  122. package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
  123. package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
  124. package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
  125. package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
  126. package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
  127. package/esm/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
  128. package/esm/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
  129. package/esm/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
  130. package/esm/types/SeelenEventPayload.d.ts +10 -14
  131. package/esm/types/SeelenEventPayload.d.ts.map +1 -1
  132. package/esm/types/SeelenWallSettings.d.ts +5 -2
  133. package/esm/types/SeelenWallSettings.d.ts.map +1 -1
  134. package/esm/types/SeelenWegSettings.d.ts +4 -0
  135. package/esm/types/SeelenWegSettings.d.ts.map +1 -1
  136. package/esm/types/Settings.d.ts +23 -16
  137. package/esm/types/Settings.d.ts.map +1 -1
  138. package/esm/types/SettingsByWidget.d.ts +19 -3
  139. package/esm/types/SettingsByWidget.d.ts.map +1 -1
  140. package/esm/types/SharedIconPackEntry.d.ts +12 -0
  141. package/esm/types/SharedIconPackEntry.d.ts.map +1 -0
  142. package/esm/types/SluHotkey.d.ts +8 -0
  143. package/esm/types/SluHotkey.d.ts.map +1 -0
  144. package/esm/types/SluHotkeyAction.d.ts +84 -0
  145. package/esm/types/SluHotkeyAction.d.ts.map +1 -0
  146. package/esm/types/SluHotkeyAction.js +2 -0
  147. package/esm/types/SluPopupConfig.d.ts +2 -0
  148. package/esm/types/SluPopupConfig.d.ts.map +1 -1
  149. package/esm/types/SluShortcutsSettings.d.ts +6 -0
  150. package/esm/types/SluShortcutsSettings.d.ts.map +1 -0
  151. package/esm/types/Theme.d.ts +5 -0
  152. package/esm/types/Theme.d.ts.map +1 -1
  153. package/esm/types/ThemeConfigDefinition.d.ts +6 -0
  154. package/esm/types/ThemeConfigDefinition.d.ts.map +1 -0
  155. package/esm/types/ThemeConfigGroup.d.ts +7 -0
  156. package/esm/types/ThemeConfigGroup.d.ts.map +1 -0
  157. package/esm/types/ThemeConfigGroup.js +1 -0
  158. package/esm/types/ThemeId.d.ts +3 -0
  159. package/esm/types/ThemeId.d.ts.map +1 -1
  160. package/esm/types/ThemeSettings.d.ts +5 -0
  161. package/esm/types/ThemeSettings.d.ts.map +1 -0
  162. package/esm/types/ThemeSettings.js +1 -0
  163. package/esm/types/ThemeSettingsDefinition.d.ts +2 -2
  164. package/esm/types/ThemeSettingsDefinition.d.ts.map +1 -1
  165. package/esm/types/ThemeVariable.d.ts +16 -2
  166. package/esm/types/ThemeVariable.d.ts.map +1 -1
  167. package/esm/types/ThemeVariableWithUnit.d.ts +11 -2
  168. package/esm/types/ThemeVariableWithUnit.d.ts.map +1 -1
  169. package/esm/types/ThirdPartyPlugin.d.ts +2 -2
  170. package/esm/types/ThirdPartyPlugin.d.ts.map +1 -1
  171. package/esm/types/ThirdPartyWidgetSettings.d.ts +1 -1
  172. package/esm/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  173. package/esm/types/UniqueIconPackEntry.d.ts +24 -0
  174. package/esm/types/UniqueIconPackEntry.d.ts.map +1 -0
  175. package/esm/types/UniqueIconPackEntry.js +1 -0
  176. package/esm/types/VirtualDesktopMonitor.d.ts +9 -0
  177. package/esm/types/VirtualDesktopMonitor.d.ts.map +1 -0
  178. package/esm/types/VirtualDesktopMonitor.js +1 -0
  179. package/esm/types/VirtualDesktops.d.ts +15 -0
  180. package/esm/types/VirtualDesktops.d.ts.map +1 -0
  181. package/esm/types/VirtualDesktops.js +1 -0
  182. package/esm/types/Wallpaper.d.ts +11 -0
  183. package/esm/types/Wallpaper.d.ts.map +1 -0
  184. package/esm/types/Wallpaper.js +1 -0
  185. package/esm/types/WallpaperId.d.ts +6 -0
  186. package/esm/types/WallpaperId.d.ts.map +1 -0
  187. package/esm/types/WallpaperId.js +1 -0
  188. package/esm/types/WallpaperInstanceSettings.d.ts +45 -0
  189. package/esm/types/WallpaperInstanceSettings.d.ts.map +1 -0
  190. package/esm/types/WallpaperInstanceSettings.js +1 -0
  191. package/esm/types/WidgetId.d.ts +3 -0
  192. package/esm/types/WidgetId.d.ts.map +1 -1
  193. package/esm/types/WindowManagerLayout.d.ts +1 -2
  194. package/esm/types/WindowManagerLayout.d.ts.map +1 -1
  195. package/esm/types/WmNode.d.ts +40 -15
  196. package/esm/types/WmNode.d.ts.map +1 -1
  197. package/esm/types/WmNodeKind.d.ts +2 -0
  198. package/esm/types/WmNodeKind.d.ts.map +1 -0
  199. package/esm/types/WmNodeKind.js +2 -0
  200. package/esm/types/WmNodeLifetime.d.ts +2 -0
  201. package/esm/types/WmNodeLifetime.d.ts.map +1 -0
  202. package/esm/types/WmNodeLifetime.js +2 -0
  203. package/esm/types/mod.d.ts +215 -201
  204. package/esm/types/mod.d.ts.map +1 -1
  205. package/esm/types/mod.js +215 -201
  206. package/esm/utils/Wrapper.d.ts +3 -0
  207. package/esm/utils/Wrapper.d.ts.map +1 -0
  208. package/esm/utils/Wrapper.js +5 -0
  209. package/package.json +6 -6
  210. package/script/constants/mod.d.ts +17 -9
  211. package/script/constants/mod.d.ts.map +1 -1
  212. package/script/constants/mod.js +6 -4
  213. package/script/handlers/commands.d.ts +17 -8
  214. package/script/handlers/commands.d.ts.map +1 -1
  215. package/script/handlers/commands.js +17 -8
  216. package/script/handlers/events.d.ts +3 -5
  217. package/script/handlers/events.d.ts.map +1 -1
  218. package/script/handlers/events.js +3 -5
  219. package/script/lib.d.ts +1 -1
  220. package/script/lib.d.ts.map +1 -1
  221. package/script/lib.js +1 -1
  222. package/script/resource/mod.d.ts +6 -0
  223. package/script/resource/mod.d.ts.map +1 -0
  224. package/script/state/icon_pack.d.ts +23 -52
  225. package/script/state/icon_pack.d.ts.map +1 -1
  226. package/script/state/icon_pack.js +137 -131
  227. package/script/state/mod.d.ts +2 -1
  228. package/script/state/mod.d.ts.map +1 -1
  229. package/script/state/mod.js +1 -0
  230. package/script/state/plugin/mod.d.ts +1 -1
  231. package/script/state/plugin/mod.d.ts.map +1 -1
  232. package/script/state/settings/mod.d.ts +6 -5
  233. package/script/state/settings/mod.d.ts.map +1 -1
  234. package/script/state/settings/mod.js +5 -9
  235. package/script/state/settings/settings_by_monitor.d.ts +1 -4
  236. package/script/state/settings/settings_by_monitor.d.ts.map +1 -1
  237. package/script/state/settings/settings_by_monitor.js +1 -9
  238. package/script/state/settings_by_app.d.ts +1 -1
  239. package/script/state/settings_by_app.d.ts.map +1 -1
  240. package/script/state/theme/mod.d.ts +19 -3
  241. package/script/state/theme/mod.d.ts.map +1 -1
  242. package/script/state/theme/mod.js +100 -1
  243. package/script/state/wallpaper/mod.d.ts +15 -0
  244. package/script/state/wallpaper/mod.d.ts.map +1 -0
  245. package/script/state/wallpaper/mod.js +36 -0
  246. package/script/state/weg_items.d.ts +6 -9
  247. package/script/state/weg_items.d.ts.map +1 -1
  248. package/script/state/weg_items.js +7 -15
  249. package/script/state/widget/mod.d.ts +9 -4
  250. package/script/state/widget/mod.d.ts.map +1 -1
  251. package/script/state/widget/mod.js +31 -12
  252. package/script/state/wm_layout.d.ts +4 -5
  253. package/script/state/wm_layout.d.ts.map +1 -1
  254. package/script/state/wm_layout.js +5 -11
  255. package/script/system_state/bluetooth/mod.d.ts +2 -2
  256. package/script/system_state/bluetooth/mod.d.ts.map +1 -1
  257. package/script/system_state/language.d.ts +1 -1
  258. package/script/system_state/language.d.ts.map +1 -1
  259. package/script/system_state/monitors.d.ts +1 -1
  260. package/script/system_state/monitors.d.ts.map +1 -1
  261. package/script/system_state/ui_colors.d.ts +1 -1
  262. package/script/system_state/ui_colors.d.ts.map +1 -1
  263. package/script/system_state/ui_colors.js +8 -2
  264. package/script/system_state/user.d.ts +1 -1
  265. package/script/system_state/user.d.ts.map +1 -1
  266. package/script/types/CssVariableName.d.ts +5 -0
  267. package/script/types/CssVariableName.d.ts.map +1 -0
  268. package/script/types/CustomIconPackEntry.d.ts +16 -0
  269. package/script/types/CustomIconPackEntry.d.ts.map +1 -0
  270. package/script/types/DesktopWorkspace.d.ts +5 -0
  271. package/script/types/DesktopWorkspace.d.ts.map +1 -1
  272. package/script/types/FocusedApp.d.ts +4 -0
  273. package/script/types/FocusedApp.d.ts.map +1 -1
  274. package/script/types/FocusedApp.js +0 -1
  275. package/script/types/Icon.d.ts +17 -10
  276. package/script/types/Icon.d.ts.map +1 -1
  277. package/script/types/IconPack.d.ts +7 -19
  278. package/script/types/IconPack.d.ts.map +1 -1
  279. package/script/types/IconPackEntry.d.ts +11 -0
  280. package/script/types/IconPackEntry.d.ts.map +1 -0
  281. package/script/types/IconPackId.d.ts +3 -0
  282. package/script/types/IconPackId.d.ts.map +1 -1
  283. package/script/types/MediaPlayer.d.ts +2 -0
  284. package/script/types/MediaPlayer.d.ts.map +1 -1
  285. package/script/types/MediaPlayerTimeline.d.ts +24 -0
  286. package/script/types/MediaPlayerTimeline.d.ts.map +1 -0
  287. package/script/types/MixBlendMode.d.ts +2 -0
  288. package/script/types/MixBlendMode.d.ts.map +1 -0
  289. package/script/types/MonitorConfiguration.d.ts +0 -5
  290. package/script/types/MonitorConfiguration.d.ts.map +1 -1
  291. package/script/types/MonitorId.d.ts +2 -0
  292. package/script/types/MonitorId.d.ts.map +1 -0
  293. package/script/types/MonitorSettingsByWidget.d.ts +1 -10
  294. package/script/types/MonitorSettingsByWidget.d.ts.map +1 -1
  295. package/script/types/ObjectFit.d.ts +2 -0
  296. package/script/types/ObjectFit.d.ts.map +1 -0
  297. package/script/types/ObjectPosition.d.ts +2 -0
  298. package/script/types/ObjectPosition.d.ts.map +1 -0
  299. package/script/types/PhysicalMonitor.d.ts +2 -1
  300. package/script/types/PhysicalMonitor.d.ts.map +1 -1
  301. package/script/types/PlaybackSpeed.d.ts +2 -0
  302. package/script/types/PlaybackSpeed.d.ts.map +1 -0
  303. package/script/types/PluginId.d.ts +3 -0
  304. package/script/types/PluginId.d.ts.map +1 -1
  305. package/script/types/Resource.d.ts +35 -3
  306. package/script/types/Resource.d.ts.map +1 -1
  307. package/script/types/ResourceAttribute.d.ts +2 -0
  308. package/script/types/ResourceAttribute.d.ts.map +1 -0
  309. package/script/types/ResourceId.d.ts +4 -2
  310. package/script/types/ResourceId.d.ts.map +1 -1
  311. package/script/types/ResourceMetadata.d.ts +2 -6
  312. package/script/types/ResourceMetadata.d.ts.map +1 -1
  313. package/script/types/SeelenCommandArgument.d.ts +43 -18
  314. package/script/types/SeelenCommandArgument.d.ts.map +1 -1
  315. package/script/types/SeelenCommandClosePopupArgs.d.ts +4 -0
  316. package/script/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
  317. package/script/types/SeelenCommandClosePopupArgs.js +3 -0
  318. package/script/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
  319. package/script/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
  320. package/script/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
  321. package/script/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
  322. package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
  323. package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
  324. package/script/types/SeelenCommandRequestToUserInputShortcutArgs.js +3 -0
  325. package/script/types/SeelenCommandReturn.d.ts +38 -16
  326. package/script/types/SeelenCommandReturn.d.ts.map +1 -1
  327. package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
  328. package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
  329. package/script/types/SeelenCommandSetNativeShellWallpaperArgs.js +3 -0
  330. package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
  331. package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
  332. package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
  333. package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
  334. package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
  335. package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
  336. package/script/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
  337. package/script/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
  338. package/script/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
  339. package/script/types/SeelenEventPayload.d.ts +10 -14
  340. package/script/types/SeelenEventPayload.d.ts.map +1 -1
  341. package/script/types/SeelenWallSettings.d.ts +5 -2
  342. package/script/types/SeelenWallSettings.d.ts.map +1 -1
  343. package/script/types/SeelenWegSettings.d.ts +4 -0
  344. package/script/types/SeelenWegSettings.d.ts.map +1 -1
  345. package/script/types/Settings.d.ts +23 -16
  346. package/script/types/Settings.d.ts.map +1 -1
  347. package/script/types/SettingsByWidget.d.ts +19 -3
  348. package/script/types/SettingsByWidget.d.ts.map +1 -1
  349. package/script/types/SharedIconPackEntry.d.ts +12 -0
  350. package/script/types/SharedIconPackEntry.d.ts.map +1 -0
  351. package/script/types/SluHotkey.d.ts +8 -0
  352. package/script/types/SluHotkey.d.ts.map +1 -0
  353. package/script/types/SluHotkeyAction.d.ts +84 -0
  354. package/script/types/SluHotkeyAction.d.ts.map +1 -0
  355. package/script/types/SluHotkeyAction.js +3 -0
  356. package/script/types/SluPopupConfig.d.ts +2 -0
  357. package/script/types/SluPopupConfig.d.ts.map +1 -1
  358. package/script/types/SluShortcutsSettings.d.ts +6 -0
  359. package/script/types/SluShortcutsSettings.d.ts.map +1 -0
  360. package/script/types/Theme.d.ts +5 -0
  361. package/script/types/Theme.d.ts.map +1 -1
  362. package/script/types/ThemeConfigDefinition.d.ts +6 -0
  363. package/script/types/ThemeConfigDefinition.d.ts.map +1 -0
  364. package/script/types/ThemeConfigGroup.d.ts +7 -0
  365. package/script/types/ThemeConfigGroup.d.ts.map +1 -0
  366. package/script/types/ThemeConfigGroup.js +2 -0
  367. package/script/types/ThemeId.d.ts +3 -0
  368. package/script/types/ThemeId.d.ts.map +1 -1
  369. package/script/types/ThemeSettings.d.ts +5 -0
  370. package/script/types/ThemeSettings.d.ts.map +1 -0
  371. package/script/types/ThemeSettings.js +2 -0
  372. package/script/types/ThemeSettingsDefinition.d.ts +2 -2
  373. package/script/types/ThemeSettingsDefinition.d.ts.map +1 -1
  374. package/script/types/ThemeVariable.d.ts +16 -2
  375. package/script/types/ThemeVariable.d.ts.map +1 -1
  376. package/script/types/ThemeVariableWithUnit.d.ts +11 -2
  377. package/script/types/ThemeVariableWithUnit.d.ts.map +1 -1
  378. package/script/types/ThirdPartyPlugin.d.ts +2 -2
  379. package/script/types/ThirdPartyPlugin.d.ts.map +1 -1
  380. package/script/types/ThirdPartyWidgetSettings.d.ts +1 -1
  381. package/script/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  382. package/script/types/UniqueIconPackEntry.d.ts +24 -0
  383. package/script/types/UniqueIconPackEntry.d.ts.map +1 -0
  384. package/script/types/UniqueIconPackEntry.js +2 -0
  385. package/script/types/VirtualDesktopMonitor.d.ts +9 -0
  386. package/script/types/VirtualDesktopMonitor.d.ts.map +1 -0
  387. package/script/types/VirtualDesktopMonitor.js +2 -0
  388. package/script/types/VirtualDesktops.d.ts +15 -0
  389. package/script/types/VirtualDesktops.d.ts.map +1 -0
  390. package/script/types/VirtualDesktops.js +2 -0
  391. package/script/types/Wallpaper.d.ts +11 -0
  392. package/script/types/Wallpaper.d.ts.map +1 -0
  393. package/script/types/Wallpaper.js +2 -0
  394. package/script/types/WallpaperId.d.ts +6 -0
  395. package/script/types/WallpaperId.d.ts.map +1 -0
  396. package/script/types/WallpaperId.js +2 -0
  397. package/script/types/WallpaperInstanceSettings.d.ts +45 -0
  398. package/script/types/WallpaperInstanceSettings.d.ts.map +1 -0
  399. package/script/types/WallpaperInstanceSettings.js +2 -0
  400. package/script/types/WidgetId.d.ts +3 -0
  401. package/script/types/WidgetId.d.ts.map +1 -1
  402. package/script/types/WindowManagerLayout.d.ts +1 -2
  403. package/script/types/WindowManagerLayout.d.ts.map +1 -1
  404. package/script/types/WmNode.d.ts +40 -15
  405. package/script/types/WmNode.d.ts.map +1 -1
  406. package/script/types/WmNodeKind.d.ts +2 -0
  407. package/script/types/WmNodeKind.d.ts.map +1 -0
  408. package/script/types/WmNodeKind.js +3 -0
  409. package/script/types/WmNodeLifetime.d.ts +2 -0
  410. package/script/types/WmNodeLifetime.d.ts.map +1 -0
  411. package/script/types/WmNodeLifetime.js +3 -0
  412. package/script/types/mod.d.ts +215 -201
  413. package/script/types/mod.d.ts.map +1 -1
  414. package/script/types/mod.js +215 -201
  415. package/script/utils/Wrapper.d.ts +3 -0
  416. package/script/utils/Wrapper.d.ts.map +1 -0
  417. package/script/utils/Wrapper.js +8 -0
  418. package/esm/resource.d.ts +0 -6
  419. package/esm/resource.d.ts.map +0 -1
  420. package/esm/types/AhkVar.d.ts +0 -7
  421. package/esm/types/AhkVar.d.ts.map +0 -1
  422. package/esm/types/AhkVarList.d.ts +0 -64
  423. package/esm/types/AhkVarList.d.ts.map +0 -1
  424. package/esm/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
  425. package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  426. package/esm/types/NoFallbackBehavior.d.ts +0 -2
  427. package/esm/types/NoFallbackBehavior.d.ts.map +0 -1
  428. package/esm/types/NodeSubtype.d.ts +0 -2
  429. package/esm/types/NodeSubtype.d.ts.map +0 -1
  430. package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
  431. package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
  432. package/esm/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  433. package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  434. package/esm/types/SeelenWallWallpaper.d.ts +0 -5
  435. package/esm/types/SeelenWallWallpaper.d.ts.map +0 -1
  436. package/esm/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  437. package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  438. package/esm/types/VirtualDesktopStrategy.d.ts +0 -2
  439. package/esm/types/VirtualDesktopStrategy.d.ts.map +0 -1
  440. package/esm/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  441. package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  442. package/esm/types/WmFallbackNode.d.ts +0 -25
  443. package/esm/types/WmFallbackNode.d.ts.map +0 -1
  444. package/esm/types/WmHorizontalNode.d.ts +0 -19
  445. package/esm/types/WmHorizontalNode.d.ts.map +0 -1
  446. package/esm/types/WmLeafNode.d.ts +0 -21
  447. package/esm/types/WmLeafNode.d.ts.map +0 -1
  448. package/esm/types/WmStackNode.d.ts +0 -25
  449. package/esm/types/WmStackNode.d.ts.map +0 -1
  450. package/esm/types/WmVerticalNode.d.ts +0 -19
  451. package/esm/types/WmVerticalNode.d.ts.map +0 -1
  452. package/esm/types/WorkspaceConfiguration.d.ts +0 -8
  453. package/esm/types/WorkspaceConfiguration.d.ts.map +0 -1
  454. package/esm/types/WorkspaceIdentifier.d.ts +0 -6
  455. package/esm/types/WorkspaceIdentifier.d.ts.map +0 -1
  456. package/esm/types/WorkspaceIdentifierType.d.ts +0 -2
  457. package/esm/types/WorkspaceIdentifierType.d.ts.map +0 -1
  458. package/script/resource.d.ts +0 -6
  459. package/script/resource.d.ts.map +0 -1
  460. package/script/types/AhkVar.d.ts +0 -7
  461. package/script/types/AhkVar.d.ts.map +0 -1
  462. package/script/types/AhkVarList.d.ts +0 -64
  463. package/script/types/AhkVarList.d.ts.map +0 -1
  464. package/script/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
  465. package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
  466. package/script/types/NoFallbackBehavior.d.ts +0 -2
  467. package/script/types/NoFallbackBehavior.d.ts.map +0 -1
  468. package/script/types/NodeSubtype.d.ts +0 -2
  469. package/script/types/NodeSubtype.d.ts.map +0 -1
  470. package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
  471. package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
  472. package/script/types/SeelenWallSettingsByMonitor.d.ts +0 -6
  473. package/script/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
  474. package/script/types/SeelenWallWallpaper.d.ts +0 -5
  475. package/script/types/SeelenWallWallpaper.d.ts.map +0 -1
  476. package/script/types/SeelenWegSettingsByMonitor.d.ts +0 -8
  477. package/script/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
  478. package/script/types/VirtualDesktopStrategy.d.ts +0 -2
  479. package/script/types/VirtualDesktopStrategy.d.ts.map +0 -1
  480. package/script/types/WindowManagerSettingsByMonitor.d.ts +0 -9
  481. package/script/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
  482. package/script/types/WmFallbackNode.d.ts +0 -25
  483. package/script/types/WmFallbackNode.d.ts.map +0 -1
  484. package/script/types/WmHorizontalNode.d.ts +0 -19
  485. package/script/types/WmHorizontalNode.d.ts.map +0 -1
  486. package/script/types/WmLeafNode.d.ts +0 -21
  487. package/script/types/WmLeafNode.d.ts.map +0 -1
  488. package/script/types/WmStackNode.d.ts +0 -25
  489. package/script/types/WmStackNode.d.ts.map +0 -1
  490. package/script/types/WmVerticalNode.d.ts +0 -19
  491. package/script/types/WmVerticalNode.d.ts.map +0 -1
  492. package/script/types/WorkspaceConfiguration.d.ts +0 -8
  493. package/script/types/WorkspaceConfiguration.d.ts.map +0 -1
  494. package/script/types/WorkspaceIdentifier.d.ts +0 -6
  495. package/script/types/WorkspaceIdentifier.d.ts.map +0 -1
  496. package/script/types/WorkspaceIdentifierType.d.ts +0 -2
  497. package/script/types/WorkspaceIdentifierType.d.ts.map +0 -1
  498. /package/esm/{resource.js → resource/mod.js} +0 -0
  499. /package/esm/types/{AhkVar.js → CssVariableName.js} +0 -0
  500. /package/esm/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
  501. /package/esm/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
  502. /package/esm/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
  503. /package/esm/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
  504. /package/esm/types/{NodeSubtype.js → MonitorId.js} +0 -0
  505. /package/esm/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
  506. /package/esm/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
  507. /package/esm/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
  508. /package/esm/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
  509. /package/esm/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
  510. /package/esm/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
  511. /package/esm/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
  512. /package/esm/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
  513. /package/esm/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
  514. /package/esm/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
  515. /package/esm/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
  516. /package/esm/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
  517. /package/esm/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
  518. /package/script/{resource.js → resource/mod.js} +0 -0
  519. /package/script/types/{AhkVar.js → CssVariableName.js} +0 -0
  520. /package/script/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
  521. /package/script/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
  522. /package/script/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
  523. /package/script/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
  524. /package/script/types/{NodeSubtype.js → MonitorId.js} +0 -0
  525. /package/script/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
  526. /package/script/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
  527. /package/script/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
  528. /package/script/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
  529. /package/script/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
  530. /package/script/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
  531. /package/script/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
  532. /package/script/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
  533. /package/script/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
  534. /package/script/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
  535. /package/script/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
  536. /package/script/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
  537. /package/script/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"SluPopupConfig.d.ts","sourceRoot":"","sources":["../../src/types/SluPopupConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC9B,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAChC,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"SluPopupConfig.d.ts","sourceRoot":"","sources":["../../src/types/SluPopupConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC9B,OAAO,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAChC,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAChC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { SluHotkey } from './SluHotkey.js';
2
+ export type SluShortcutsSettings = {
3
+ enabled: boolean;
4
+ appCommands: Array<SluHotkey>;
5
+ };
6
+ //# sourceMappingURL=SluShortcutsSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SluShortcutsSettings.d.ts","sourceRoot":"","sources":["../../src/types/SluShortcutsSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,oBAAoB,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;CAAE,CAAC"}
@@ -15,5 +15,10 @@ export type Theme = {
15
15
  styles: {
16
16
  [key in WidgetId]?: string;
17
17
  };
18
+ /**
19
+ * Shared css styles for all widgets, commonly used to set styles
20
+ * for the components library
21
+ */
22
+ sharedStyles: string;
18
23
  };
19
24
  //# sourceMappingURL=Theme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../../src/types/Theme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,OAAO,CAAC;IACZ;;OAEG;IACH,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,QAAQ,EAAE,uBAAuB,CAAC;IAClC;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,QAAQ,CAAC,CAAC,EAAE,MAAM;KAAE,CAAC;CACxC,CAAC"}
1
+ {"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../../src/types/Theme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,OAAO,CAAC;IACZ;;OAEG;IACH,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,QAAQ,EAAE,uBAAuB,CAAC;IAClC;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,QAAQ,CAAC,CAAC,EAAE,MAAM;KAAE,CAAC;IACvC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { ThemeConfigGroup } from './ThemeConfigGroup.js';
2
+ import type { ThemeVariableDefinition } from './ThemeVariableDefinition.js';
3
+ export type ThemeConfigDefinition = {
4
+ 'group': ThemeConfigGroup;
5
+ } | ThemeVariableDefinition;
6
+ //# sourceMappingURL=ThemeConfigDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeConfigDefinition.d.ts","sourceRoot":"","sources":["../../src/types/ThemeConfigDefinition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,qBAAqB,GAAG;IAAE,OAAO,EAAE,gBAAgB,CAAA;CAAE,GAAG,uBAAuB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { ResourceText } from './ResourceText.js';
2
+ import type { ThemeConfigDefinition } from './ThemeConfigDefinition.js';
3
+ export type ThemeConfigGroup = {
4
+ header: ResourceText;
5
+ items: Array<ThemeConfigDefinition>;
6
+ };
7
+ //# sourceMappingURL=ThemeConfigGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeConfigGroup.d.ts","sourceRoot":"","sources":["../../src/types/ThemeConfigGroup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,gBAAgB,GAAG;IAAE,MAAM,EAAE,YAAY,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAA;CAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,3 +1,6 @@
1
1
  import type { ResourceId } from './ResourceId.js';
2
+ /**
3
+ * Visual id composed of the creator username and the resource name. e.g. `@username/resource-name`
4
+ */
2
5
  export type ThemeId = ResourceId;
3
6
  //# sourceMappingURL=ThemeId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeId.d.ts","sourceRoot":"","sources":["../../src/types/ThemeId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"ThemeId.d.ts","sourceRoot":"","sources":["../../src/types/ThemeId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { CssVariableName } from './CssVariableName.js';
2
+ export type ThemeSettings = {
3
+ [key in CssVariableName]?: string;
4
+ };
5
+ //# sourceMappingURL=ThemeSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeSettings.d.ts","sourceRoot":"","sources":["../../src/types/ThemeSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,aAAa,GAAG;KAAG,GAAG,IAAI,eAAe,CAAC,CAAC,EAAE,MAAM;CAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,3 +1,3 @@
1
- import type { ThemeVariableDefinition } from './ThemeVariableDefinition.js';
2
- export type ThemeSettingsDefinition = Array<ThemeVariableDefinition>;
1
+ import type { ThemeConfigDefinition } from './ThemeConfigDefinition.js';
2
+ export type ThemeSettingsDefinition = Array<ThemeConfigDefinition>;
3
3
  //# sourceMappingURL=ThemeSettingsDefinition.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeSettingsDefinition.d.ts","sourceRoot":"","sources":["../../src/types/ThemeSettingsDefinition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,uBAAuB,CAAC,CAAC"}
1
+ {"version":3,"file":"ThemeSettingsDefinition.d.ts","sourceRoot":"","sources":["../../src/types/ThemeSettingsDefinition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,qBAAqB,CAAC,CAAC"}
@@ -1,16 +1,30 @@
1
+ import type { CssVariableName } from './CssVariableName.js';
1
2
  import type { ResourceText } from './ResourceText.js';
2
3
  export type ThemeVariable<T> = {
3
4
  /**
4
5
  * Label to show to the user on Settings.
5
6
  */
6
7
  label: ResourceText;
8
+ /**
9
+ * Extra details to show to the user under the label on Settings.
10
+ */
11
+ description: ResourceText | null;
12
+ /**
13
+ * Will be rendered as a icon with a tooltip side the label.
14
+ */
15
+ tip: ResourceText | null;
7
16
  /**
8
17
  * Css variable name, example: `--my-css-variable`
9
18
  */
10
- name: string;
19
+ name: CssVariableName;
11
20
  /**
12
- * initial variable value, if not manually set by the user.
21
+ * Initial variable value, if not manually set by the user.
13
22
  */
14
23
  initialValue: T;
24
+ /**
25
+ * If present, this will be rendered as a selector of options instead of an input.
26
+ * `initial_value` should be present in this list.
27
+ */
28
+ options: Array<T> | null;
15
29
  };
16
30
  //# sourceMappingURL=ThemeVariable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeVariable.d.ts","sourceRoot":"","sources":["../../src/types/ThemeVariable.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;IAC7B;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC;CACjB,CAAC"}
1
+ {"version":3,"file":"ThemeVariable.d.ts","sourceRoot":"","sources":["../../src/types/ThemeVariable.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI;IAC7B;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;CAC1B,CAAC"}
@@ -1,15 +1,24 @@
1
+ import type { CssVariableName } from './CssVariableName.js';
1
2
  import type { ResourceText } from './ResourceText.js';
2
3
  export type ThemeVariableWithUnit<T> = {
3
4
  /**
4
5
  * Label to show to the user on Settings.
5
6
  */
6
7
  label: ResourceText;
8
+ /**
9
+ * Extra details to show to the user under the label on Settings.
10
+ */
11
+ description: ResourceText | null;
12
+ /**
13
+ * Will be rendered as a icon with a tooltip side the label.
14
+ */
15
+ tip: ResourceText | null;
7
16
  /**
8
17
  * Css variable name, example: `--my-css-variable`
9
18
  */
10
- name: string;
19
+ name: CssVariableName;
11
20
  /**
12
- * initial variable value, if not manually set by the user.
21
+ * Initial variable value, if not manually set by the user.
13
22
  */
14
23
  initialValue: T;
15
24
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeVariableWithUnit.d.ts","sourceRoot":"","sources":["../../src/types/ThemeVariableWithUnit.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI;IACrC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC;IAChB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"ThemeVariableWithUnit.d.ts","sourceRoot":"","sources":["../../src/types/ThemeVariableWithUnit.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI;IACrC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,YAAY,EAAE,CAAC,CAAC;IAChB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
@@ -1,11 +1,11 @@
1
- import type { ResourceId } from './ResourceId.js';
2
1
  import type { TsUnknown } from './TsUnknown.js';
2
+ import type { WidgetId } from './WidgetId.js';
3
3
  export type ThirdPartyPlugin = {
4
4
  /**
5
5
  * The friendly id of the widget that will use this plugin
6
6
  * example: `@username/widget-name`
7
7
  */
8
- target: ResourceId;
8
+ target: WidgetId;
9
9
  /**
10
10
  * The plugin data, this can be anything and depends on the widget using this plugin
11
11
  * to handle it, parse it and use it.
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyPlugin.d.ts","sourceRoot":"","sources":["../../src/types/ThirdPartyPlugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;;OAGG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"ThirdPartyPlugin.d.ts","sourceRoot":"","sources":["../../src/types/ThirdPartyPlugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,MAAM,EAAE,QAAQ,CAAC;IACjB;;;OAGG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC"}
@@ -14,6 +14,6 @@ export type ThirdPartyWidgetSettings = {
14
14
  };
15
15
  } | null;
16
16
  } & ({
17
- [key in string]?: TsUnknown;
17
+ [key in string]?: unknown;
18
18
  });
19
19
  //# sourceMappingURL=ThirdPartyWidgetSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ThirdPartyWidgetSettings.d.ts","sourceRoot":"","sources":["../../src/types/ThirdPartyWidgetSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE;aAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;SAAE;KAAE,GAAG,IAAI,CAAC;CAC3E,GAAG,CAAC;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;CAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"ThirdPartyWidgetSettings.d.ts","sourceRoot":"","sources":["../../src/types/ThirdPartyWidgetSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE;aAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;SAAE;KAAE,GAAG,IAAI,CAAC;CAC3E,GAAG,CAAC;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,OAAO;CAAE,CAAC,CAAC"}
@@ -0,0 +1,24 @@
1
+ import type { Icon } from './Icon.js';
2
+ /**
3
+ * Key can be user model id, filename or a full path.
4
+ * In case of path this should be an executable or a lnk file or any other file that can
5
+ * have an unique/individual icon as are the applications, otherwise use `shared`.
6
+ */
7
+ export type UniqueIconPackEntry = {
8
+ /**
9
+ * Application user model id
10
+ */
11
+ umid: string | null;
12
+ /**
13
+ * Path or filename of the application, mostly this should be present,
14
+ * but cases like PWAs on Edge can have no path and be only an UMID.
15
+ */
16
+ path: string | null;
17
+ /**
18
+ * In case of path be a lnk file this can be set to a different location to use the icon from.
19
+ * If present, icon on this entry will be ignored
20
+ */
21
+ redirect: string | null;
22
+ icon: Icon | null;
23
+ };
24
+ //# sourceMappingURL=UniqueIconPackEntry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UniqueIconPackEntry.d.ts","sourceRoot":"","sources":["../../src/types/UniqueIconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CACnB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import type { DesktopWorkspace } from './DesktopWorkspace.js';
2
+ import type { MonitorId } from './MonitorId.js';
3
+ import type { WorkspaceId } from './WorkspaceId.js';
4
+ export type VirtualDesktopMonitor = {
5
+ id: MonitorId;
6
+ workspaces: Array<DesktopWorkspace>;
7
+ current_workspace: WorkspaceId;
8
+ };
9
+ //# sourceMappingURL=VirtualDesktopMonitor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualDesktopMonitor.d.ts","sourceRoot":"","sources":["../../src/types/VirtualDesktopMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,SAAS,CAAC;IACd,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACpC,iBAAiB,EAAE,WAAW,CAAC;CAChC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ import type { MonitorId } from './MonitorId.js';
2
+ import type { VirtualDesktopMonitor } from './VirtualDesktopMonitor.js';
3
+ export type VirtualDesktops = {
4
+ /**
5
+ * Workspaces per monitor
6
+ */
7
+ monitors: {
8
+ [key in MonitorId]?: VirtualDesktopMonitor;
9
+ };
10
+ /**
11
+ * pinned windows will be not affected by switching workspaces
12
+ */
13
+ pinned: Array<number>;
14
+ };
15
+ //# sourceMappingURL=VirtualDesktops.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VirtualDesktops.d.ts","sourceRoot":"","sources":["../../src/types/VirtualDesktops.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,QAAQ,EAAE;SAAG,GAAG,IAAI,SAAS,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;IACzD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { ResourceMetadata } from './ResourceMetadata.js';
2
+ import type { WallpaperId } from './WallpaperId.js';
3
+ export type Wallpaper = {
4
+ id: WallpaperId;
5
+ metadata: ResourceMetadata;
6
+ url: string | null;
7
+ thumbnail_url: string | null;
8
+ filename: string | null;
9
+ thumbnail_filename: string | null;
10
+ };
11
+ //# sourceMappingURL=Wallpaper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wallpaper.d.ts","sourceRoot":"","sources":["../../src/types/Wallpaper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,WAAW,CAAC;IAChB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CACnC,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { ResourceId } from './ResourceId.js';
2
+ /**
3
+ * Visual id composed of the creator username and the resource name. e.g. `@username/resource-name`
4
+ */
5
+ export type WallpaperId = ResourceId;
6
+ //# sourceMappingURL=WallpaperId.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WallpaperId.d.ts","sourceRoot":"","sources":["../../src/types/WallpaperId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,45 @@
1
+ import type { MixBlendMode } from './MixBlendMode.js';
2
+ import type { ObjectFit } from './ObjectFit.js';
3
+ import type { ObjectPosition } from './ObjectPosition.js';
4
+ import type { PlaybackSpeed } from './PlaybackSpeed.js';
5
+ export type WallpaperInstanceSettings = {
6
+ /**
7
+ * playback speed for video backgrounds
8
+ */
9
+ playbackSpeed: PlaybackSpeed;
10
+ /**
11
+ * will flip the image/video vertically
12
+ */
13
+ flipVertical: boolean;
14
+ /**
15
+ * will flip the image/video horizontally
16
+ */
17
+ flipHorizontal: boolean;
18
+ /**
19
+ * blur factor to apply to the image
20
+ */
21
+ blur: number;
22
+ /**
23
+ * method to fill the monitor background
24
+ */
25
+ objectFit: ObjectFit;
26
+ /**
27
+ * position of the background
28
+ */
29
+ objectPosition: ObjectPosition;
30
+ /**
31
+ * number between 0 and 2
32
+ */
33
+ saturation: number;
34
+ /**
35
+ * number between 0 and 2
36
+ */
37
+ contrast: number;
38
+ /**
39
+ * will overlay the image/video with a color filter
40
+ */
41
+ withOverlay: boolean;
42
+ overlayMixBlendMode: MixBlendMode;
43
+ overlayColor: string;
44
+ };
45
+ //# sourceMappingURL=WallpaperInstanceSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WallpaperInstanceSettings.d.ts","sourceRoot":"","sources":["../../src/types/WallpaperInstanceSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,aAAa,EAAE,aAAa,CAAC;IAC7B;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,cAAc,EAAE,cAAc,CAAC;IAC/B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB,mBAAmB,EAAE,YAAY,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -1,3 +1,6 @@
1
1
  import type { ResourceId } from './ResourceId.js';
2
+ /**
3
+ * Visual id composed of the creator username and the resource name. e.g. `@username/resource-name`
4
+ */
2
5
  export type WidgetId = ResourceId;
3
6
  //# sourceMappingURL=WidgetId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetId.d.ts","sourceRoot":"","sources":["../../src/types/WidgetId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"WidgetId.d.ts","sourceRoot":"","sources":["../../src/types/WidgetId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC"}
@@ -1,7 +1,6 @@
1
- import type { NoFallbackBehavior } from './NoFallbackBehavior.js';
2
1
  import type { WmNode } from './WmNode.js';
3
2
  export type WindowManagerLayout = {
4
3
  structure: WmNode;
5
- noFallbackBehavior: NoFallbackBehavior;
4
+ floatingWindows: Array<number>;
6
5
  };
7
6
  //# sourceMappingURL=WindowManagerLayout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WindowManagerLayout.d.ts","sourceRoot":"","sources":["../../src/types/WindowManagerLayout.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,mBAAmB,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,kBAAkB,EAAE,kBAAkB,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WindowManagerLayout.d.ts","sourceRoot":"","sources":["../../src/types/WindowManagerLayout.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,mBAAmB,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC"}
@@ -1,17 +1,42 @@
1
- import type { WmFallbackNode } from './WmFallbackNode.js';
2
- import type { WmHorizontalNode } from './WmHorizontalNode.js';
3
- import type { WmLeafNode } from './WmLeafNode.js';
4
- import type { WmStackNode } from './WmStackNode.js';
5
- import type { WmVerticalNode } from './WmVerticalNode.js';
1
+ import type { WmNodeKind } from './WmNodeKind.js';
2
+ import type { WmNodeLifetime } from './WmNodeLifetime.js';
6
3
  export type WmNode = {
7
- 'type': 'Vertical';
8
- } & WmVerticalNode | {
9
- 'type': 'Horizontal';
10
- } & WmHorizontalNode | {
11
- 'type': 'Leaf';
12
- } & WmLeafNode | {
13
- 'type': 'Stack';
14
- } & WmStackNode | {
15
- 'type': 'Fallback';
16
- } & WmFallbackNode;
4
+ /**
5
+ * Type determines the behavior of the node
6
+ */
7
+ type: WmNodeKind;
8
+ /**
9
+ * Lifetime of the node
10
+ */
11
+ lifetime: WmNodeLifetime;
12
+ /**
13
+ * Order in how the tree will be traversed (1 = first, 2 = second, etc.)
14
+ */
15
+ priority: number;
16
+ /**
17
+ * How much of the remaining space this node will take
18
+ */
19
+ growFactor: number;
20
+ /**
21
+ * Math Condition for the node to be shown, e.g: n >= 3
22
+ */
23
+ condition: string | null;
24
+ /**
25
+ * Active window handle (HWND) in the node.
26
+ */
27
+ active: number | null;
28
+ /**
29
+ * Window handles (HWND) in the node.
30
+ */
31
+ windows: Array<number>;
32
+ /**
33
+ * Child nodes, this field is ignored for leaf and stack nodes.
34
+ */
35
+ children: Array<WmNode>;
36
+ /**
37
+ * Max amount of windows in the stack. Set it to `null` for unlimited stack.\
38
+ * This field is ignored for non-stack nodes
39
+ */
40
+ maxStackSize: number | null;
41
+ };
17
42
  //# sourceMappingURL=WmNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WmNode.d.ts","sourceRoot":"","sources":["../../src/types/WmNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,MAAM,GACd;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,cAAc,GACvC;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,GAAG,gBAAgB,GAC3C;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,UAAU,GAC/B;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,WAAW,GACjC;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"WmNode.d.ts","sourceRoot":"","sources":["../../src/types/WmNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,MAAM,GAAG;IACnB;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,cAAc,CAAC;IACzB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACvB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;OAGG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type WmNodeKind = 'Leaf' | 'Stack' | 'Vertical' | 'Horizontal';
2
+ //# sourceMappingURL=WmNodeKind.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmNodeKind.d.ts","sourceRoot":"","sources":["../../src/types/WmNodeKind.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,YAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ export {};
@@ -0,0 +1,2 @@
1
+ export type WmNodeLifetime = 'Temporal' | 'Permanent';
2
+ //# sourceMappingURL=WmNodeLifetime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmNodeLifetime.d.ts","sourceRoot":"","sources":["../../src/types/WmNodeLifetime.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,cAAc,GAAG,UAAU,GAAG,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
2
+ export {};