@seelen-ui/lib 2.4.10 → 2.5.0

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 (720) hide show
  1. package/esm/gen/types/AppNotification.d.ts +1 -1
  2. package/esm/gen/types/AppsConfigurationList.d.ts +3 -0
  3. package/esm/gen/types/AppsConfigurationList.d.ts.map +1 -0
  4. package/esm/gen/types/BluetoothDevice.d.ts +1 -1
  5. package/esm/gen/types/ContextMenu.d.ts +6 -0
  6. package/esm/gen/types/ContextMenu.d.ts.map +1 -0
  7. package/esm/gen/types/ContextMenuItem.d.ts +26 -0
  8. package/esm/gen/types/ContextMenuItem.d.ts.map +1 -0
  9. package/esm/gen/types/Core.d.ts +7 -0
  10. package/esm/gen/types/Core.d.ts.map +1 -0
  11. package/esm/gen/types/CssStyles.d.ts +1 -1
  12. package/esm/gen/types/CssStyles.d.ts.map +1 -1
  13. package/esm/gen/types/DesktopWorkspace.d.ts +2 -0
  14. package/esm/gen/types/DesktopWorkspace.d.ts.map +1 -1
  15. package/esm/gen/types/Disk.d.ts +11 -0
  16. package/esm/gen/types/Disk.d.ts.map +1 -0
  17. package/esm/gen/types/FolderChangedArgs.d.ts +1 -2
  18. package/esm/gen/types/FolderChangedArgs.d.ts.map +1 -1
  19. package/esm/gen/types/FolderType.d.ts +0 -1
  20. package/esm/gen/types/FolderType.d.ts.map +1 -1
  21. package/esm/gen/types/FolderType.js +0 -1
  22. package/esm/gen/types/Frame.d.ts +7 -0
  23. package/esm/gen/types/Frame.d.ts.map +1 -0
  24. package/esm/gen/types/ImeStatus.d.ts +5 -0
  25. package/esm/gen/types/ImeStatus.d.ts.map +1 -0
  26. package/esm/gen/types/KeyboardLayout.d.ts +1 -1
  27. package/esm/gen/types/MediaPlayerTimeline.d.ts +6 -6
  28. package/esm/gen/types/Memory.d.ts +7 -0
  29. package/esm/gen/types/Memory.d.ts.map +1 -0
  30. package/esm/gen/types/MonitorBrightness.d.ts +8 -0
  31. package/esm/gen/types/MonitorBrightness.d.ts.map +1 -0
  32. package/esm/gen/types/MonitorConfiguration.d.ts +13 -0
  33. package/esm/gen/types/MonitorConfiguration.d.ts.map +1 -1
  34. package/esm/gen/types/MultimonitorBehaviour.d.ts +5 -0
  35. package/esm/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
  36. package/esm/gen/types/MultimonitorBehaviour.js +6 -0
  37. package/esm/gen/types/NetworkStatistics.d.ts +8 -0
  38. package/esm/gen/types/NetworkStatistics.d.ts.map +1 -0
  39. package/esm/gen/types/PhysicalMonitor.d.ts +1 -1
  40. package/esm/gen/types/PhysicalMonitor.d.ts.map +1 -1
  41. package/esm/gen/types/Point.d.ts +5 -0
  42. package/esm/gen/types/Point.d.ts.map +1 -0
  43. package/esm/gen/types/Rect.d.ts +6 -0
  44. package/esm/gen/types/Rect.d.ts.map +1 -1
  45. package/esm/gen/types/Resource.d.ts +3 -1
  46. package/esm/gen/types/Resource.d.ts.map +1 -1
  47. package/esm/gen/types/ResourceId.d.ts +2 -1
  48. package/esm/gen/types/ResourceId.d.ts.map +1 -1
  49. package/esm/gen/types/ResourceMetadata.d.ts +6 -1
  50. package/esm/gen/types/ResourceMetadata.d.ts.map +1 -1
  51. package/esm/gen/types/ResourceText.d.ts +1 -1
  52. package/esm/gen/types/ResourceText.d.ts.map +1 -1
  53. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
  54. package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  55. package/esm/gen/types/SeelenCommandArgument.d.ts +67 -31
  56. package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  57. package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
  58. package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
  59. package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
  60. package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
  61. package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
  62. package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
  63. package/esm/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
  64. package/esm/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
  65. package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
  66. package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
  67. package/esm/gen/types/SeelenCommandReturn.d.ts +72 -35
  68. package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  69. package/esm/gen/types/SeelenCommandRunArgs.d.ts +1 -0
  70. package/esm/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
  71. package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
  72. package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
  73. package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
  74. package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
  75. package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +2 -0
  76. package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
  77. package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
  78. package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
  79. package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
  80. package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
  81. package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
  82. package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
  83. package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
  84. package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
  85. package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
  86. package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
  87. package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
  88. package/esm/gen/types/SeelenCommandWriteFileArgs.js +2 -0
  89. package/esm/gen/types/SeelenEventPayload.d.ts +28 -17
  90. package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
  91. package/esm/gen/types/SeelenWallSettings.d.ts +13 -1
  92. package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -1
  93. package/esm/gen/types/SeelenWegSettings.d.ts +0 -4
  94. package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
  95. package/esm/gen/types/Settings.d.ts +14 -1
  96. package/esm/gen/types/Settings.d.ts.map +1 -1
  97. package/esm/gen/types/SettingsByWidget.d.ts +3 -5
  98. package/esm/gen/types/SettingsByWidget.d.ts.map +1 -1
  99. package/esm/gen/types/SluHotkeyAction.d.ts +1 -1
  100. package/esm/gen/types/SluHotkeyAction.d.ts.map +1 -1
  101. package/esm/gen/types/StartMenuItem.d.ts +4 -0
  102. package/esm/gen/types/StartMenuItem.d.ts.map +1 -1
  103. package/esm/gen/types/StartMenuLayout.d.ts +5 -0
  104. package/esm/gen/types/StartMenuLayout.d.ts.map +1 -0
  105. package/esm/gen/types/StartMenuLayoutItem.d.ts +10 -0
  106. package/esm/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
  107. package/esm/gen/types/StartMenuLayoutItem.js +2 -0
  108. package/esm/gen/types/StartOfWeek.d.ts +6 -0
  109. package/esm/gen/types/StartOfWeek.d.ts.map +1 -0
  110. package/esm/gen/types/StartOfWeek.js +7 -0
  111. package/esm/gen/types/SystemLanguage.d.ts +4 -1
  112. package/esm/gen/types/SystemLanguage.d.ts.map +1 -1
  113. package/esm/gen/types/ThemeSettings.d.ts +1 -1
  114. package/esm/gen/types/ThemeSettings.d.ts.map +1 -1
  115. package/esm/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
  116. package/esm/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  117. package/esm/gen/types/ToolbarItem.d.ts +40 -39
  118. package/esm/gen/types/ToolbarItem.d.ts.map +1 -1
  119. package/esm/gen/types/ToolbarJsScope.d.ts +17 -0
  120. package/esm/gen/types/ToolbarJsScope.d.ts.map +1 -0
  121. package/esm/gen/types/ToolbarJsScope.js +18 -0
  122. package/esm/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
  123. package/esm/gen/types/ToolbarState.d.ts.map +1 -0
  124. package/esm/gen/types/UniqueIconPackEntry.d.ts +4 -0
  125. package/esm/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
  126. package/esm/gen/types/User.d.ts +1 -0
  127. package/esm/gen/types/User.d.ts.map +1 -1
  128. package/esm/gen/types/UserAppWindowPreview.d.ts +7 -0
  129. package/esm/gen/types/UserAppWindowPreview.d.ts.map +1 -0
  130. package/esm/gen/types/UserAppWindowPreview.js +2 -0
  131. package/esm/gen/types/VirtualDesktopMonitor.d.ts +1 -3
  132. package/esm/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
  133. package/esm/gen/types/VirtualDesktops.d.ts +1 -1
  134. package/esm/gen/types/VirtualDesktops.d.ts.map +1 -1
  135. package/esm/gen/types/WallpaperCollection.d.ts +7 -0
  136. package/esm/gen/types/WallpaperCollection.d.ts.map +1 -0
  137. package/esm/gen/types/WegAppGroupItem.d.ts +1 -1
  138. package/esm/gen/types/WegItem.d.ts +3 -0
  139. package/esm/gen/types/WegItem.d.ts.map +1 -1
  140. package/esm/gen/types/WegItemType.d.ts +2 -1
  141. package/esm/gen/types/WegItemType.d.ts.map +1 -1
  142. package/esm/gen/types/WegItemType.js +1 -0
  143. package/esm/gen/types/WidgetConfigDefinition.d.ts +9 -0
  144. package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
  145. package/esm/gen/types/WidgetConfigGroup.d.ts +20 -0
  146. package/esm/gen/types/WidgetConfigGroup.d.ts.map +1 -0
  147. package/esm/gen/types/WidgetLoader.d.ts +1 -0
  148. package/esm/gen/types/WidgetLoader.d.ts.map +1 -1
  149. package/esm/gen/types/WidgetLoader.js +1 -0
  150. package/esm/gen/types/WidgetSelectOption.d.ts +19 -0
  151. package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -0
  152. package/esm/gen/types/WidgetSelectSubtype.d.ts +8 -0
  153. package/esm/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
  154. package/esm/gen/types/WidgetSelectSubtype.js +9 -0
  155. package/esm/gen/types/WidgetSettingColor.d.ts +38 -0
  156. package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -0
  157. package/esm/gen/types/WidgetSettingInputNumber.d.ts +46 -0
  158. package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
  159. package/esm/gen/types/WidgetSettingInputText.d.ts +46 -0
  160. package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -0
  161. package/esm/gen/types/WidgetSettingItem.d.ts +23 -0
  162. package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -0
  163. package/esm/gen/types/WidgetSettingRange.d.ts +46 -0
  164. package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -0
  165. package/esm/gen/types/WidgetSettingSelect.d.ts +44 -0
  166. package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -0
  167. package/esm/gen/types/WidgetSettingSwitch.d.ts +34 -0
  168. package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
  169. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
  170. package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
  171. package/esm/gen/types/WidgetStatus.d.ts +1 -1
  172. package/esm/gen/types/WidgetStatus.d.ts.map +1 -1
  173. package/esm/gen/types/WidgetStatus.js +1 -1
  174. package/esm/gen/types/WidgetTriggerPayload.d.ts +3 -2
  175. package/esm/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
  176. package/esm/gen/types/WindowManagerSettings.d.ts +5 -0
  177. package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -1
  178. package/esm/gen/types/WmAnimations.d.ts +1 -1
  179. package/esm/gen/types/WmDragBehavior.d.ts +5 -0
  180. package/esm/gen/types/WmDragBehavior.d.ts.map +1 -0
  181. package/esm/gen/types/WmDragBehavior.js +6 -0
  182. package/esm/gen/types/WmRenderTree.d.ts +6 -0
  183. package/esm/gen/types/WmRenderTree.d.ts.map +1 -0
  184. package/esm/gen/types/WorkspaceConfiguration.d.ts +8 -0
  185. package/esm/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
  186. package/esm/gen/types/WorkspaceConfiguration.js +2 -0
  187. package/esm/gen/types/mod.d.ts +44 -41
  188. package/esm/gen/types/mod.d.ts.map +1 -1
  189. package/esm/gen/types/mod.js +44 -41
  190. package/esm/src/handlers/commands.d.ts +33 -18
  191. package/esm/src/handlers/commands.d.ts.map +1 -1
  192. package/esm/src/handlers/commands.js +32 -17
  193. package/esm/src/handlers/events.d.ts +12 -9
  194. package/esm/src/handlers/events.d.ts.map +1 -1
  195. package/esm/src/handlers/events.js +11 -8
  196. package/esm/src/lib.d.ts +1 -1
  197. package/esm/src/lib.d.ts.map +1 -1
  198. package/esm/src/state/icon_pack.d.ts.map +1 -1
  199. package/esm/src/state/mod.d.ts +0 -13
  200. package/esm/src/state/mod.d.ts.map +1 -1
  201. package/esm/src/state/mod.js +0 -19
  202. package/esm/src/state/plugin/mod.js +1 -1
  203. package/esm/src/state/settings/mod.d.ts +1 -8
  204. package/esm/src/state/settings/mod.d.ts.map +1 -1
  205. package/esm/src/state/settings/mod.js +1 -23
  206. package/esm/src/state/theme/mod.js +1 -1
  207. package/esm/src/state/widget/interfaces.d.ts +39 -0
  208. package/esm/src/state/widget/interfaces.d.ts.map +1 -0
  209. package/esm/src/state/widget/mod.d.ts +26 -49
  210. package/esm/src/state/widget/mod.d.ts.map +1 -1
  211. package/esm/src/state/widget/mod.js +179 -112
  212. package/esm/src/state/widget/positioning.d.ts +7 -11
  213. package/esm/src/state/widget/positioning.d.ts.map +1 -1
  214. package/esm/src/state/widget/positioning.js +42 -30
  215. package/esm/src/state/widget/sizing.d.ts +8 -6
  216. package/esm/src/state/widget/sizing.d.ts.map +1 -1
  217. package/esm/src/state/widget/sizing.js +46 -22
  218. package/esm/src/system_state/language.d.ts +1 -13
  219. package/esm/src/system_state/language.d.ts.map +1 -1
  220. package/esm/src/system_state/user.d.ts +1 -30
  221. package/esm/src/system_state/user.d.ts.map +1 -1
  222. package/esm/src/system_state/user.js +1 -48
  223. package/package.json +6 -6
  224. package/readme.md +1 -1
  225. package/script/gen/types/AppNotification.d.ts +1 -1
  226. package/script/gen/types/AppsConfigurationList.d.ts +3 -0
  227. package/script/gen/types/AppsConfigurationList.d.ts.map +1 -0
  228. package/script/gen/types/BluetoothDevice.d.ts +1 -1
  229. package/script/gen/types/ContextMenu.d.ts +6 -0
  230. package/script/gen/types/ContextMenu.d.ts.map +1 -0
  231. package/script/gen/types/ContextMenuItem.d.ts +26 -0
  232. package/script/gen/types/ContextMenuItem.d.ts.map +1 -0
  233. package/script/gen/types/Core.d.ts +7 -0
  234. package/script/gen/types/Core.d.ts.map +1 -0
  235. package/script/gen/types/CssStyles.d.ts +1 -1
  236. package/script/gen/types/CssStyles.d.ts.map +1 -1
  237. package/script/gen/types/DesktopWorkspace.d.ts +2 -0
  238. package/script/gen/types/DesktopWorkspace.d.ts.map +1 -1
  239. package/script/gen/types/Disk.d.ts +11 -0
  240. package/script/gen/types/Disk.d.ts.map +1 -0
  241. package/script/gen/types/FolderChangedArgs.d.ts +1 -2
  242. package/script/gen/types/FolderChangedArgs.d.ts.map +1 -1
  243. package/script/gen/types/FolderType.d.ts +0 -1
  244. package/script/gen/types/FolderType.d.ts.map +1 -1
  245. package/script/gen/types/FolderType.js +0 -1
  246. package/script/gen/types/Frame.d.ts +7 -0
  247. package/script/gen/types/Frame.d.ts.map +1 -0
  248. package/script/gen/types/ImeStatus.d.ts +5 -0
  249. package/script/gen/types/ImeStatus.d.ts.map +1 -0
  250. package/script/gen/types/KeyboardLayout.d.ts +1 -1
  251. package/script/gen/types/MediaPlayerTimeline.d.ts +6 -6
  252. package/script/gen/types/Memory.d.ts +7 -0
  253. package/script/gen/types/Memory.d.ts.map +1 -0
  254. package/script/gen/types/MonitorBrightness.d.ts +8 -0
  255. package/script/gen/types/MonitorBrightness.d.ts.map +1 -0
  256. package/script/gen/types/MonitorConfiguration.d.ts +13 -0
  257. package/script/gen/types/MonitorConfiguration.d.ts.map +1 -1
  258. package/script/gen/types/MultimonitorBehaviour.d.ts +5 -0
  259. package/script/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
  260. package/script/gen/types/MultimonitorBehaviour.js +9 -0
  261. package/script/gen/types/NetworkStatistics.d.ts +8 -0
  262. package/script/gen/types/NetworkStatistics.d.ts.map +1 -0
  263. package/script/gen/types/PhysicalMonitor.d.ts +1 -1
  264. package/script/gen/types/PhysicalMonitor.d.ts.map +1 -1
  265. package/script/gen/types/Point.d.ts +5 -0
  266. package/script/gen/types/Point.d.ts.map +1 -0
  267. package/script/gen/types/Rect.d.ts +6 -0
  268. package/script/gen/types/Rect.d.ts.map +1 -1
  269. package/script/gen/types/Resource.d.ts +3 -1
  270. package/script/gen/types/Resource.d.ts.map +1 -1
  271. package/script/gen/types/ResourceId.d.ts +2 -1
  272. package/script/gen/types/ResourceId.d.ts.map +1 -1
  273. package/script/gen/types/ResourceMetadata.d.ts +6 -1
  274. package/script/gen/types/ResourceMetadata.d.ts.map +1 -1
  275. package/script/gen/types/ResourceText.d.ts +1 -1
  276. package/script/gen/types/ResourceText.d.ts.map +1 -1
  277. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
  278. package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
  279. package/script/gen/types/SeelenCommandArgument.d.ts +67 -31
  280. package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
  281. package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
  282. package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
  283. package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
  284. package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
  285. package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
  286. package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
  287. package/script/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
  288. package/script/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
  289. package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
  290. package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
  291. package/script/gen/types/SeelenCommandReturn.d.ts +72 -35
  292. package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
  293. package/script/gen/types/SeelenCommandRunArgs.d.ts +1 -0
  294. package/script/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
  295. package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
  296. package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
  297. package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
  298. package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
  299. package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +3 -0
  300. package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
  301. package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
  302. package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
  303. package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
  304. package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
  305. package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
  306. package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
  307. package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
  308. package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
  309. package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
  310. package/script/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
  311. package/script/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
  312. package/script/gen/types/SeelenCommandWriteFileArgs.js +3 -0
  313. package/script/gen/types/SeelenEventPayload.d.ts +28 -17
  314. package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
  315. package/script/gen/types/SeelenWallSettings.d.ts +13 -1
  316. package/script/gen/types/SeelenWallSettings.d.ts.map +1 -1
  317. package/script/gen/types/SeelenWegSettings.d.ts +0 -4
  318. package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
  319. package/script/gen/types/Settings.d.ts +14 -1
  320. package/script/gen/types/Settings.d.ts.map +1 -1
  321. package/script/gen/types/SettingsByWidget.d.ts +3 -5
  322. package/script/gen/types/SettingsByWidget.d.ts.map +1 -1
  323. package/script/gen/types/SluHotkeyAction.d.ts +1 -1
  324. package/script/gen/types/SluHotkeyAction.d.ts.map +1 -1
  325. package/script/gen/types/StartMenuItem.d.ts +4 -0
  326. package/script/gen/types/StartMenuItem.d.ts.map +1 -1
  327. package/script/gen/types/StartMenuLayout.d.ts +5 -0
  328. package/script/gen/types/StartMenuLayout.d.ts.map +1 -0
  329. package/script/gen/types/StartMenuLayoutItem.d.ts +10 -0
  330. package/script/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
  331. package/script/gen/types/StartMenuLayoutItem.js +3 -0
  332. package/script/gen/types/StartOfWeek.d.ts +6 -0
  333. package/script/gen/types/StartOfWeek.d.ts.map +1 -0
  334. package/script/gen/types/StartOfWeek.js +10 -0
  335. package/script/gen/types/SystemLanguage.d.ts +4 -1
  336. package/script/gen/types/SystemLanguage.d.ts.map +1 -1
  337. package/script/gen/types/ThemeSettings.d.ts +1 -1
  338. package/script/gen/types/ThemeSettings.d.ts.map +1 -1
  339. package/script/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
  340. package/script/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
  341. package/script/gen/types/ToolbarItem.d.ts +40 -39
  342. package/script/gen/types/ToolbarItem.d.ts.map +1 -1
  343. package/script/gen/types/ToolbarJsScope.d.ts +17 -0
  344. package/script/gen/types/ToolbarJsScope.d.ts.map +1 -0
  345. package/script/gen/types/ToolbarJsScope.js +21 -0
  346. package/script/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
  347. package/script/gen/types/ToolbarState.d.ts.map +1 -0
  348. package/script/gen/types/UniqueIconPackEntry.d.ts +4 -0
  349. package/script/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
  350. package/script/gen/types/User.d.ts +1 -0
  351. package/script/gen/types/User.d.ts.map +1 -1
  352. package/script/gen/types/UserAppWindowPreview.d.ts +7 -0
  353. package/script/gen/types/UserAppWindowPreview.d.ts.map +1 -0
  354. package/script/gen/types/UserAppWindowPreview.js +3 -0
  355. package/script/gen/types/VirtualDesktopMonitor.d.ts +1 -3
  356. package/script/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
  357. package/script/gen/types/VirtualDesktops.d.ts +1 -1
  358. package/script/gen/types/VirtualDesktops.d.ts.map +1 -1
  359. package/script/gen/types/WallpaperCollection.d.ts +7 -0
  360. package/script/gen/types/WallpaperCollection.d.ts.map +1 -0
  361. package/script/gen/types/WegAppGroupItem.d.ts +1 -1
  362. package/script/gen/types/WegItem.d.ts +3 -0
  363. package/script/gen/types/WegItem.d.ts.map +1 -1
  364. package/script/gen/types/WegItemType.d.ts +2 -1
  365. package/script/gen/types/WegItemType.d.ts.map +1 -1
  366. package/script/gen/types/WegItemType.js +1 -0
  367. package/script/gen/types/WidgetConfigDefinition.d.ts +9 -0
  368. package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
  369. package/script/gen/types/WidgetConfigGroup.d.ts +20 -0
  370. package/script/gen/types/WidgetConfigGroup.d.ts.map +1 -0
  371. package/script/gen/types/WidgetLoader.d.ts +1 -0
  372. package/script/gen/types/WidgetLoader.d.ts.map +1 -1
  373. package/script/gen/types/WidgetLoader.js +1 -0
  374. package/script/gen/types/WidgetSelectOption.d.ts +19 -0
  375. package/script/gen/types/WidgetSelectOption.d.ts.map +1 -0
  376. package/script/gen/types/WidgetSelectSubtype.d.ts +8 -0
  377. package/script/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
  378. package/script/gen/types/WidgetSelectSubtype.js +12 -0
  379. package/script/gen/types/WidgetSettingColor.d.ts +38 -0
  380. package/script/gen/types/WidgetSettingColor.d.ts.map +1 -0
  381. package/script/gen/types/WidgetSettingInputNumber.d.ts +46 -0
  382. package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
  383. package/script/gen/types/WidgetSettingInputText.d.ts +46 -0
  384. package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -0
  385. package/script/gen/types/WidgetSettingItem.d.ts +23 -0
  386. package/script/gen/types/WidgetSettingItem.d.ts.map +1 -0
  387. package/script/gen/types/WidgetSettingRange.d.ts +46 -0
  388. package/script/gen/types/WidgetSettingRange.d.ts.map +1 -0
  389. package/script/gen/types/WidgetSettingSelect.d.ts +44 -0
  390. package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -0
  391. package/script/gen/types/WidgetSettingSwitch.d.ts +34 -0
  392. package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
  393. package/script/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
  394. package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
  395. package/script/gen/types/WidgetStatus.d.ts +1 -1
  396. package/script/gen/types/WidgetStatus.d.ts.map +1 -1
  397. package/script/gen/types/WidgetStatus.js +1 -1
  398. package/script/gen/types/WidgetTriggerPayload.d.ts +3 -2
  399. package/script/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
  400. package/script/gen/types/WindowManagerSettings.d.ts +5 -0
  401. package/script/gen/types/WindowManagerSettings.d.ts.map +1 -1
  402. package/script/gen/types/WmAnimations.d.ts +1 -1
  403. package/script/gen/types/WmDragBehavior.d.ts +5 -0
  404. package/script/gen/types/WmDragBehavior.d.ts.map +1 -0
  405. package/script/gen/types/WmDragBehavior.js +9 -0
  406. package/script/gen/types/WmRenderTree.d.ts +6 -0
  407. package/script/gen/types/WmRenderTree.d.ts.map +1 -0
  408. package/script/gen/types/WorkspaceConfiguration.d.ts +8 -0
  409. package/script/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
  410. package/script/gen/types/WorkspaceConfiguration.js +3 -0
  411. package/script/gen/types/mod.d.ts +44 -41
  412. package/script/gen/types/mod.d.ts.map +1 -1
  413. package/script/gen/types/mod.js +44 -41
  414. package/script/src/handlers/commands.d.ts +33 -18
  415. package/script/src/handlers/commands.d.ts.map +1 -1
  416. package/script/src/handlers/commands.js +32 -17
  417. package/script/src/handlers/events.d.ts +12 -9
  418. package/script/src/handlers/events.d.ts.map +1 -1
  419. package/script/src/handlers/events.js +11 -8
  420. package/script/src/lib.d.ts +1 -1
  421. package/script/src/lib.d.ts.map +1 -1
  422. package/script/src/state/icon_pack.d.ts.map +1 -1
  423. package/script/src/state/mod.d.ts +0 -13
  424. package/script/src/state/mod.d.ts.map +1 -1
  425. package/script/src/state/mod.js +0 -21
  426. package/script/src/state/plugin/mod.js +1 -1
  427. package/script/src/state/settings/mod.d.ts +1 -8
  428. package/script/src/state/settings/mod.d.ts.map +1 -1
  429. package/script/src/state/settings/mod.js +0 -36
  430. package/script/src/state/theme/mod.js +1 -1
  431. package/script/src/state/widget/interfaces.d.ts +39 -0
  432. package/script/src/state/widget/interfaces.d.ts.map +1 -0
  433. package/script/src/state/widget/mod.d.ts +26 -49
  434. package/script/src/state/widget/mod.d.ts.map +1 -1
  435. package/script/src/state/widget/mod.js +179 -113
  436. package/script/src/state/widget/positioning.d.ts +7 -11
  437. package/script/src/state/widget/positioning.d.ts.map +1 -1
  438. package/script/src/state/widget/positioning.js +45 -31
  439. package/script/src/state/widget/sizing.d.ts +8 -6
  440. package/script/src/state/widget/sizing.d.ts.map +1 -1
  441. package/script/src/state/widget/sizing.js +45 -21
  442. package/script/src/system_state/language.d.ts +1 -13
  443. package/script/src/system_state/language.d.ts.map +1 -1
  444. package/script/src/system_state/user.d.ts +1 -30
  445. package/script/src/system_state/user.d.ts.map +1 -1
  446. package/script/src/system_state/user.js +1 -56
  447. package/esm/gen/types/BluetoothToolbarItem.d.ts +0 -193
  448. package/esm/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
  449. package/esm/gen/types/Brightness.d.ts +0 -6
  450. package/esm/gen/types/Brightness.d.ts.map +0 -1
  451. package/esm/gen/types/DateToolbarItem.d.ts +0 -69
  452. package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
  453. package/esm/gen/types/DeviceToolbarItem.d.ts +0 -61
  454. package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  455. package/esm/gen/types/File.d.ts +0 -5
  456. package/esm/gen/types/File.d.ts.map +0 -1
  457. package/esm/gen/types/GenericToolbarItem.d.ts +0 -89
  458. package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
  459. package/esm/gen/types/KeyboardToolbarItem.d.ts +0 -145
  460. package/esm/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
  461. package/esm/gen/types/LauncherHistory.d.ts +0 -4
  462. package/esm/gen/types/LauncherHistory.d.ts.map +0 -1
  463. package/esm/gen/types/MediaToolbarItem.d.ts +0 -145
  464. package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
  465. package/esm/gen/types/NetworkToolbarItem.d.ts +0 -125
  466. package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  467. package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -69
  468. package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  469. package/esm/gen/types/Placeholder.d.ts.map +0 -1
  470. package/esm/gen/types/PowerToolbarItem.d.ts +0 -265
  471. package/esm/gen/types/PowerToolbarItem.d.ts.map +0 -1
  472. package/esm/gen/types/Profile.d.ts +0 -8
  473. package/esm/gen/types/Profile.d.ts.map +0 -1
  474. package/esm/gen/types/ProfileSettings.d.ts +0 -4
  475. package/esm/gen/types/ProfileSettings.d.ts.map +0 -1
  476. package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
  477. package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
  478. package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
  479. package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
  480. package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
  481. package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
  482. package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
  483. package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
  484. package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
  485. package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
  486. package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -5
  487. package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  488. package/esm/gen/types/SeelenLauncherMonitor.js +0 -6
  489. package/esm/gen/types/SeelenLauncherRunner.d.ts +0 -7
  490. package/esm/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  491. package/esm/gen/types/SeelenLauncherSettings.d.ts +0 -8
  492. package/esm/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  493. package/esm/gen/types/SettingsToolbarItem.d.ts +0 -61
  494. package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  495. package/esm/gen/types/TextToolbarItem.d.ts +0 -121
  496. package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
  497. package/esm/gen/types/ToolbarModuleType.d.ts +0 -16
  498. package/esm/gen/types/ToolbarModuleType.d.ts.map +0 -1
  499. package/esm/gen/types/ToolbarModuleType.js +0 -17
  500. package/esm/gen/types/UserApplication.d.ts +0 -7
  501. package/esm/gen/types/UserApplication.d.ts.map +0 -1
  502. package/esm/gen/types/UserToolbarItem.d.ts +0 -73
  503. package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
  504. package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -63
  505. package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  506. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
  507. package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  508. package/esm/gen/types/WorkspaceToolbarItemMode.js +0 -7
  509. package/esm/gen/types/WsdGroup.d.ts +0 -8
  510. package/esm/gen/types/WsdGroup.d.ts.map +0 -1
  511. package/esm/gen/types/WsdGroupEntry.d.ts +0 -13
  512. package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
  513. package/esm/gen/types/WsdItem.d.ts +0 -20
  514. package/esm/gen/types/WsdItem.d.ts.map +0 -1
  515. package/esm/gen/types/WsdItemColor.d.ts +0 -25
  516. package/esm/gen/types/WsdItemColor.d.ts.map +0 -1
  517. package/esm/gen/types/WsdItemInputNumber.d.ts +0 -26
  518. package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  519. package/esm/gen/types/WsdItemInputText.d.ts +0 -24
  520. package/esm/gen/types/WsdItemInputText.d.ts.map +0 -1
  521. package/esm/gen/types/WsdItemRange.d.ts +0 -27
  522. package/esm/gen/types/WsdItemRange.d.ts.map +0 -1
  523. package/esm/gen/types/WsdItemSelect.d.ts +0 -28
  524. package/esm/gen/types/WsdItemSelect.d.ts.map +0 -1
  525. package/esm/gen/types/WsdItemSelect.js +0 -1
  526. package/esm/gen/types/WsdItemSelectOption.d.ts +0 -16
  527. package/esm/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  528. package/esm/gen/types/WsdItemSelectOption.js +0 -1
  529. package/esm/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  530. package/esm/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  531. package/esm/gen/types/WsdItemSwitch.d.ts +0 -24
  532. package/esm/gen/types/WsdItemSwitch.d.ts.map +0 -1
  533. package/esm/gen/types/WsdItemSwitch.js +0 -1
  534. package/esm/src/state/placeholder.d.ts +0 -2
  535. package/esm/src/state/placeholder.d.ts.map +0 -1
  536. package/esm/src/state/placeholder.js +0 -1
  537. package/esm/src/state/profile.d.ts +0 -6
  538. package/esm/src/state/profile.d.ts.map +0 -1
  539. package/esm/src/state/profile.js +0 -8
  540. package/esm/src/state/settings/settings_by_monitor.d.ts +0 -7
  541. package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  542. package/esm/src/state/settings/settings_by_monitor.js +0 -11
  543. package/esm/src/state/settings_by_app.d.ts +0 -8
  544. package/esm/src/state/settings_by_app.d.ts.map +0 -1
  545. package/esm/src/state/settings_by_app.js +0 -12
  546. package/esm/src/state/startup.d.ts +0 -5
  547. package/esm/src/state/startup.d.ts.map +0 -1
  548. package/esm/src/state/startup.js +0 -9
  549. package/script/gen/types/BluetoothToolbarItem.d.ts +0 -193
  550. package/script/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
  551. package/script/gen/types/Brightness.d.ts +0 -6
  552. package/script/gen/types/Brightness.d.ts.map +0 -1
  553. package/script/gen/types/DateToolbarItem.d.ts +0 -69
  554. package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
  555. package/script/gen/types/DeviceToolbarItem.d.ts +0 -61
  556. package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
  557. package/script/gen/types/File.d.ts +0 -5
  558. package/script/gen/types/File.d.ts.map +0 -1
  559. package/script/gen/types/GenericToolbarItem.d.ts +0 -89
  560. package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
  561. package/script/gen/types/KeyboardToolbarItem.d.ts +0 -145
  562. package/script/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
  563. package/script/gen/types/LauncherHistory.d.ts +0 -4
  564. package/script/gen/types/LauncherHistory.d.ts.map +0 -1
  565. package/script/gen/types/MediaToolbarItem.d.ts +0 -145
  566. package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
  567. package/script/gen/types/NetworkToolbarItem.d.ts +0 -125
  568. package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
  569. package/script/gen/types/NotificationsToolbarItem.d.ts +0 -69
  570. package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
  571. package/script/gen/types/Placeholder.d.ts.map +0 -1
  572. package/script/gen/types/PowerToolbarItem.d.ts +0 -265
  573. package/script/gen/types/PowerToolbarItem.d.ts.map +0 -1
  574. package/script/gen/types/Profile.d.ts +0 -8
  575. package/script/gen/types/Profile.d.ts.map +0 -1
  576. package/script/gen/types/ProfileSettings.d.ts +0 -4
  577. package/script/gen/types/ProfileSettings.d.ts.map +0 -1
  578. package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
  579. package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
  580. package/script/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
  581. package/script/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
  582. package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
  583. package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
  584. package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
  585. package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
  586. package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
  587. package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
  588. package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -5
  589. package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
  590. package/script/gen/types/SeelenLauncherMonitor.js +0 -9
  591. package/script/gen/types/SeelenLauncherRunner.d.ts +0 -7
  592. package/script/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
  593. package/script/gen/types/SeelenLauncherSettings.d.ts +0 -8
  594. package/script/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
  595. package/script/gen/types/SettingsToolbarItem.d.ts +0 -61
  596. package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
  597. package/script/gen/types/TextToolbarItem.d.ts +0 -121
  598. package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
  599. package/script/gen/types/ToolbarModuleType.d.ts +0 -16
  600. package/script/gen/types/ToolbarModuleType.d.ts.map +0 -1
  601. package/script/gen/types/ToolbarModuleType.js +0 -20
  602. package/script/gen/types/UserApplication.d.ts +0 -7
  603. package/script/gen/types/UserApplication.d.ts.map +0 -1
  604. package/script/gen/types/UserToolbarItem.d.ts +0 -73
  605. package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
  606. package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -63
  607. package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
  608. package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
  609. package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
  610. package/script/gen/types/WorkspaceToolbarItemMode.js +0 -10
  611. package/script/gen/types/WsdGroup.d.ts +0 -8
  612. package/script/gen/types/WsdGroup.d.ts.map +0 -1
  613. package/script/gen/types/WsdGroupEntry.d.ts +0 -13
  614. package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
  615. package/script/gen/types/WsdItem.d.ts +0 -20
  616. package/script/gen/types/WsdItem.d.ts.map +0 -1
  617. package/script/gen/types/WsdItemColor.d.ts +0 -25
  618. package/script/gen/types/WsdItemColor.d.ts.map +0 -1
  619. package/script/gen/types/WsdItemInputNumber.d.ts +0 -26
  620. package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
  621. package/script/gen/types/WsdItemInputText.d.ts +0 -24
  622. package/script/gen/types/WsdItemInputText.d.ts.map +0 -1
  623. package/script/gen/types/WsdItemRange.d.ts +0 -27
  624. package/script/gen/types/WsdItemRange.d.ts.map +0 -1
  625. package/script/gen/types/WsdItemSelect.d.ts +0 -28
  626. package/script/gen/types/WsdItemSelect.d.ts.map +0 -1
  627. package/script/gen/types/WsdItemSelect.js +0 -2
  628. package/script/gen/types/WsdItemSelectOption.d.ts +0 -16
  629. package/script/gen/types/WsdItemSelectOption.d.ts.map +0 -1
  630. package/script/gen/types/WsdItemSelectOption.js +0 -2
  631. package/script/gen/types/WsdItemSelectSubtype.d.ts +0 -2
  632. package/script/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
  633. package/script/gen/types/WsdItemSwitch.d.ts +0 -24
  634. package/script/gen/types/WsdItemSwitch.d.ts.map +0 -1
  635. package/script/gen/types/WsdItemSwitch.js +0 -2
  636. package/script/src/state/placeholder.d.ts +0 -2
  637. package/script/src/state/placeholder.d.ts.map +0 -1
  638. package/script/src/state/placeholder.js +0 -2
  639. package/script/src/state/profile.d.ts +0 -6
  640. package/script/src/state/profile.d.ts.map +0 -1
  641. package/script/src/state/profile.js +0 -12
  642. package/script/src/state/settings/settings_by_monitor.d.ts +0 -7
  643. package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
  644. package/script/src/state/settings/settings_by_monitor.js +0 -15
  645. package/script/src/state/settings_by_app.d.ts +0 -8
  646. package/script/src/state/settings_by_app.d.ts.map +0 -1
  647. package/script/src/state/settings_by_app.js +0 -16
  648. package/script/src/state/startup.d.ts +0 -5
  649. package/script/src/state/startup.d.ts.map +0 -1
  650. package/script/src/state/startup.js +0 -13
  651. /package/esm/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
  652. /package/esm/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
  653. /package/esm/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
  654. /package/esm/gen/types/{Brightness.js → Core.js} +0 -0
  655. /package/esm/gen/types/{File.js → Disk.js} +0 -0
  656. /package/esm/gen/types/{LauncherHistory.js → Frame.js} +0 -0
  657. /package/esm/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
  658. /package/esm/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
  659. /package/esm/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
  660. /package/esm/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
  661. /package/esm/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
  662. /package/esm/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
  663. /package/esm/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
  664. /package/esm/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
  665. /package/esm/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
  666. /package/esm/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
  667. /package/esm/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
  668. /package/esm/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
  669. /package/esm/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
  670. /package/esm/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
  671. /package/esm/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
  672. /package/esm/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
  673. /package/esm/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
  674. /package/esm/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
  675. /package/esm/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
  676. /package/esm/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
  677. /package/esm/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
  678. /package/esm/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
  679. /package/esm/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
  680. /package/esm/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
  681. /package/esm/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
  682. /package/esm/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
  683. /package/esm/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
  684. /package/esm/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
  685. /package/esm/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
  686. /package/script/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
  687. /package/script/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
  688. /package/script/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
  689. /package/script/gen/types/{Brightness.js → Core.js} +0 -0
  690. /package/script/gen/types/{File.js → Disk.js} +0 -0
  691. /package/script/gen/types/{LauncherHistory.js → Frame.js} +0 -0
  692. /package/script/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
  693. /package/script/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
  694. /package/script/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
  695. /package/script/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
  696. /package/script/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
  697. /package/script/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
  698. /package/script/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
  699. /package/script/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
  700. /package/script/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
  701. /package/script/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
  702. /package/script/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
  703. /package/script/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
  704. /package/script/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
  705. /package/script/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
  706. /package/script/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
  707. /package/script/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
  708. /package/script/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
  709. /package/script/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
  710. /package/script/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
  711. /package/script/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
  712. /package/script/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
  713. /package/script/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
  714. /package/script/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
  715. /package/script/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
  716. /package/script/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
  717. /package/script/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
  718. /package/script/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
  719. /package/script/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
  720. /package/script/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
@@ -0,0 +1,46 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ export type WidgetSettingRange = {
3
+ /**
4
+ * Default value for the range slider
5
+ */
6
+ defaultValue: number;
7
+ /**
8
+ * Minimum value of the range
9
+ */
10
+ min: number | null;
11
+ /**
12
+ * Maximum value of the range
13
+ */
14
+ max: number | null;
15
+ /**
16
+ * Step increment for the slider
17
+ */
18
+ step: number | null;
19
+ /**
20
+ * Unique key for this setting, used to identify it in the configuration.\
21
+ * Must be unique within the widget. Duplicates will be ignored.
22
+ */
23
+ key: string;
24
+ /**
25
+ * Label to display to the user
26
+ */
27
+ label: ResourceText;
28
+ /**
29
+ * Optional detailed description shown under the label
30
+ */
31
+ description: ResourceText | null;
32
+ /**
33
+ * Optional tooltip icon with extra information
34
+ */
35
+ tip: ResourceText | null;
36
+ /**
37
+ * Whether this setting can be configured per monitor in monitor-specific settings
38
+ */
39
+ allowSetByMonitor: boolean;
40
+ /**
41
+ * Keys of settings that must be enabled for this item to be active.\
42
+ * Uses JavaScript truthy logic (!!value) to determine if dependency is met.
43
+ */
44
+ dependencies: Array<string>;
45
+ };
46
+ //# sourceMappingURL=WidgetSettingRange.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingRange.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingRange.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;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,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,44 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ import type { WidgetSelectOption } from "./WidgetSelectOption.js";
3
+ import type { WidgetSelectSubtype } from "./WidgetSelectSubtype.js";
4
+ export type WidgetSettingSelect = {
5
+ /**
6
+ * Default selected value (must match one of the option values)
7
+ */
8
+ defaultValue: string;
9
+ /**
10
+ * List of available options
11
+ */
12
+ options: Array<WidgetSelectOption>;
13
+ /**
14
+ * How to render the select options
15
+ */
16
+ subtype: WidgetSelectSubtype;
17
+ /**
18
+ * Unique key for this setting, used to identify it in the configuration.\
19
+ * Must be unique within the widget. Duplicates will be ignored.
20
+ */
21
+ key: string;
22
+ /**
23
+ * Label to display to the user
24
+ */
25
+ label: ResourceText;
26
+ /**
27
+ * Optional detailed description shown under the label
28
+ */
29
+ description: ResourceText | null;
30
+ /**
31
+ * Optional tooltip icon with extra information
32
+ */
33
+ tip: ResourceText | null;
34
+ /**
35
+ * Whether this setting can be configured per monitor in monitor-specific settings
36
+ */
37
+ allowSetByMonitor: boolean;
38
+ /**
39
+ * Keys of settings that must be enabled for this item to be active.\
40
+ * Uses JavaScript truthy logic (!!value) to determine if dependency is met.
41
+ */
42
+ dependencies: Array<string>;
43
+ };
44
+ //# sourceMappingURL=WidgetSettingSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingSelect.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingSelect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACnC;;OAEG;IACH,OAAO,EAAE,mBAAmB,CAAC;IAC7B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;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,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,34 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ export type WidgetSettingSwitch = {
3
+ /**
4
+ * Default value for this switch
5
+ */
6
+ defaultValue: boolean;
7
+ /**
8
+ * Unique key for this setting, used to identify it in the configuration.\
9
+ * Must be unique within the widget. Duplicates will be ignored.
10
+ */
11
+ key: string;
12
+ /**
13
+ * Label to display to the user
14
+ */
15
+ label: ResourceText;
16
+ /**
17
+ * Optional detailed description shown under the label
18
+ */
19
+ description: ResourceText | null;
20
+ /**
21
+ * Optional tooltip icon with extra information
22
+ */
23
+ tip: ResourceText | null;
24
+ /**
25
+ * Whether this setting can be configured per monitor in monitor-specific settings
26
+ */
27
+ allowSetByMonitor: boolean;
28
+ /**
29
+ * Keys of settings that must be enabled for this item to be active.\
30
+ * Uses JavaScript truthy logic (!!value) to determine if dependency is met.
31
+ */
32
+ dependencies: Array<string>;
33
+ };
34
+ //# sourceMappingURL=WidgetSettingSwitch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingSwitch.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingSwitch.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;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,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
@@ -1,12 +1,11 @@
1
- import type { WsdGroup } from "./WsdGroup.js";
1
+ import type { WidgetConfigDefinition } from "./WidgetConfigDefinition.js";
2
2
  /**
3
- * The Widget Settings Declaration is a list of groups
4
- * each group is a list of items and can have subgroups with headers.
3
+ * The Widget Settings Declaration is a list of configuration definitions.
4
+ * Each definition can be either a group (with nested items) or a direct configuration item.
5
5
  *
6
- * This declarations will be used to render and store the settings of the widget on a
7
- * friendy way for the users, also will match the styles of the settings window.
8
- *
9
- * With this, custom windows or widgets to configure an specific widget are not needed.
6
+ * This structure is used to render and store widget settings in a user-friendly way,
7
+ * matching the style of the settings window. With this approach, custom configuration
8
+ * windows for specific widgets are not needed.
10
9
  */
11
- export type WidgetSettingsDeclarationList = Array<WsdGroup>;
10
+ export type WidgetSettingsDeclarationList = Array<WidgetConfigDefinition>;
12
11
  //# sourceMappingURL=WidgetSettingsDeclarationList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetSettingsDeclarationList.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingsDeclarationList.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C;;;;;;;;GAQG;AACH,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"WidgetSettingsDeclarationList.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingsDeclarationList.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;;;;;;GAOG;AACH,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC,sBAAsB,CAAC,CAAC"}
@@ -3,6 +3,6 @@ export declare enum WidgetStatus {
3
3
  "Creating" = "Creating",
4
4
  "Mounting" = "Mounting",
5
5
  "Ready" = "Ready",
6
- "CrashedOnLoad" = "CrashedOnLoad"
6
+ "CrashedOnCreation" = "CrashedOnCreation"
7
7
  }
8
8
  //# sourceMappingURL=WidgetStatus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetStatus.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetStatus.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,SAAS,YAAY;IAAE,UAAU,aAAa;IAAE,UAAU,aAAa;IAAE,OAAO,UAAU;IAAE,eAAe,kBAAkB;CAAE"}
1
+ {"version":3,"file":"WidgetStatus.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetStatus.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,SAAS,YAAY;IAAE,UAAU,aAAa;IAAE,UAAU,aAAa;IAAE,OAAO,UAAU;IAAE,mBAAmB,sBAAsB;CAAE"}
@@ -8,5 +8,5 @@ var WidgetStatus;
8
8
  WidgetStatus["Creating"] = "Creating";
9
9
  WidgetStatus["Mounting"] = "Mounting";
10
10
  WidgetStatus["Ready"] = "Ready";
11
- WidgetStatus["CrashedOnLoad"] = "CrashedOnLoad";
11
+ WidgetStatus["CrashedOnCreation"] = "CrashedOnCreation";
12
12
  })(WidgetStatus || (exports.WidgetStatus = WidgetStatus = {}));
@@ -1,5 +1,6 @@
1
1
  import type { Alignment } from "./Alignment.js";
2
2
  import type { MonitorId } from "./MonitorId.js";
3
+ import type { Point } from "./Point.js";
3
4
  import type { TsUnknown } from "./TsUnknown.js";
4
5
  import type { WidgetId } from "./WidgetId.js";
5
6
  /**
@@ -12,7 +13,7 @@ export type WidgetTriggerPayload = {
12
13
  /**
13
14
  * Desired position to show the widget
14
15
  */
15
- desiredPosition?: [number, number] | null;
16
+ desiredPosition?: Point | null;
16
17
  /**
17
18
  * This will be used to align the widget at the desired position
18
19
  * - start will set the widget at the left of point,
@@ -32,7 +33,7 @@ export type WidgetTriggerPayload = {
32
33
  * this can be anything, and depends on the widget to evaluate them.
33
34
  */
34
35
  customArgs?: {
35
- [key in string]?: TsUnknown;
36
+ [key in string]: TsUnknown;
36
37
  } | null;
37
38
  };
38
39
  //# sourceMappingURL=WidgetTriggerPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetTriggerPayload.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetTriggerPayload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAAE,EAAE,EAAE,QAAQ,CAAC;IAAC,SAAS,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5G;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAC1C;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC1B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;KAAE,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"WidgetTriggerPayload.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetTriggerPayload.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAAE,EAAE,EAAE,QAAQ,CAAC;IAAC,SAAS,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAAC,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5G;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC/B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC1B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,SAAS;KAAE,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -3,6 +3,7 @@ import type { FloatingWindowSettings } from "./FloatingWindowSettings.js";
3
3
  import type { PluginId } from "./PluginId.js";
4
4
  import type { Rect } from "./Rect.js";
5
5
  import type { WmAnimations } from "./WmAnimations.js";
6
+ import type { WmDragBehavior } from "./WmDragBehavior.js";
6
7
  export type WindowManagerSettings = {
7
8
  /**
8
9
  * enable or disable the tiling window manager
@@ -44,5 +45,9 @@ export type WindowManagerSettings = {
44
45
  * window manager animations
45
46
  */
46
47
  animations: WmAnimations;
48
+ /**
49
+ * window manager drag behavior
50
+ */
51
+ dragBehavior: WmDragBehavior;
47
52
  };
48
53
  //# sourceMappingURL=WindowManagerSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WindowManagerSettings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WindowManagerSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,qBAAqB,GAAG;IACpC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,sBAAsB,CAAC;IACjC;;OAEG;IACH,aAAa,EAAE,QAAQ,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,YAAY,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"WindowManagerSettings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WindowManagerSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,qBAAqB,GAAG;IACpC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,sBAAsB,CAAC;IACjC;;OAEG;IACH,aAAa,EAAE,QAAQ,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,YAAY,CAAC;IACzB;;OAEG;IACH,YAAY,EAAE,cAAc,CAAC;CAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  export type WmAnimations = {
2
2
  enabled: boolean;
3
- durationMs: bigint;
3
+ durationMs: number;
4
4
  easeFunction: string;
5
5
  };
6
6
  //# sourceMappingURL=WmAnimations.d.ts.map
@@ -0,0 +1,5 @@
1
+ export declare enum WmDragBehavior {
2
+ "Sort" = "Sort",
3
+ "Swap" = "Swap"
4
+ }
5
+ //# sourceMappingURL=WmDragBehavior.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmDragBehavior.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmDragBehavior.ts"],"names":[],"mappings":"AAEA,oBAAY,cAAc;IAAG,MAAM,SAAS;IAAE,MAAM,SAAS;CAAE"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.WmDragBehavior = void 0;
5
+ var WmDragBehavior;
6
+ (function (WmDragBehavior) {
7
+ WmDragBehavior["Sort"] = "Sort";
8
+ WmDragBehavior["Swap"] = "Swap";
9
+ })(WmDragBehavior || (exports.WmDragBehavior = WmDragBehavior = {}));
@@ -0,0 +1,6 @@
1
+ import type { MonitorId } from "./MonitorId.js";
2
+ import type { WindowManagerLayout } from "./WindowManagerLayout.js";
3
+ export type WmRenderTree = {
4
+ [key in MonitorId]: WindowManagerLayout;
5
+ };
6
+ //# sourceMappingURL=WmRenderTree.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WmRenderTree.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmRenderTree.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG;KAAG,GAAG,IAAI,SAAS,GAAG,mBAAmB;CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type WorkspaceConfiguration = {
2
+ /**
3
+ * Id of the wallpaper collection to use in this workspace.\
4
+ * If not set, the monitor's wallpaper collection will be used.
5
+ */
6
+ wallpaperCollection: string | null;
7
+ };
8
+ //# sourceMappingURL=WorkspaceConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkspaceConfiguration.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceConfiguration.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG;IACrC;;;OAGG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +1,3 @@
1
- export * from './WsdItemInputText.js';
2
1
  export * from './KeyboardLayout.js';
3
2
  export * from './BluetoothToyMinor.js';
4
3
  export * from './SeelenCommandMediaToggleMuteArgs.js';
@@ -6,13 +5,14 @@ export * from './SeelenCommandActivateNotificationArgs.js';
6
5
  export * from './SeelenWegMode.js';
7
6
  export * from './MonitorSettingsByWidget.js';
8
7
  export * from './SeelenCommandStateSetCustomIconPackArgs.js';
9
- export * from './PowerToolbarItem.js';
10
8
  export * from './AppExtraFlag.js';
11
9
  export * from './ResourceStatus.js';
12
10
  export * from './AppIdentifier.js';
13
11
  export * from './SeelenWegSide.js';
12
+ export * from './AppsConfigurationList.js';
14
13
  export * from './SeelenCommandSwitchWorkspaceArgs.js';
15
14
  export * from './ThirdPartyPlugin.js';
15
+ export * from './WmRenderTree.js';
16
16
  export * from './TsUnknown.js';
17
17
  export * from './BluetoothImagingSubMinor.js';
18
18
  export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
@@ -20,45 +20,45 @@ export * from './WallpaperKind.js';
20
20
  export * from './ToastActions.js';
21
21
  export * from './ResourceMetadata.js';
22
22
  export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
23
- export * from './ProfileSettings.js';
24
23
  export * from './WidgetId.js';
25
- export * from './KeyboardToolbarItem.js';
24
+ export * from './WorkspaceConfiguration.js';
26
25
  export * from './BLEAppearanceSubCategory.js';
26
+ export * from './Memory.js';
27
+ export * from './ContextMenu.js';
27
28
  export * from './BluetoothPeripheralSubMinor.js';
28
29
  export * from './ResourceKind.js';
29
30
  export * from './WegPinnedItemsVisibility.js';
30
31
  export * from './MediaDevice.js';
31
32
  export * from './SeelenCommandOpenFileArgs.js';
32
- export * from './SeelenCommandWegRequestUpdatePreviewsArgs.js';
33
+ export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
33
34
  export * from './ObjectFit.js';
34
35
  export * from './ToastActionActivationType.js';
35
36
  export * from './ToastProgress.js';
36
37
  export * from './DesktopWorkspace.js';
37
38
  export * from './UpdateChannel.js';
39
+ export * from './Frame.js';
38
40
  export * from './BluetoothMajorServiceClass.js';
39
41
  export * from './MediaPlayer.js';
40
42
  export * from './PowerStatus.js';
41
43
  export * from './PerformanceMode.js';
42
- export * from './SeelenCommandSendKeysArgs.js';
43
44
  export * from './Battery.js';
44
45
  export * from './SeelenWegSettings.js';
45
- export * from './WsdGroupEntry.js';
46
46
  export * from './SeelenCommandMediaNextArgs.js';
47
47
  export * from './WidgetTriggerPayload.js';
48
+ export * from './SeelenCommandWriteFileArgs.js';
48
49
  export * from './FancyToolbarSide.js';
49
50
  export * from './DevicePairingNeededAction.js';
51
+ export * from './WidgetSettingSwitch.js';
50
52
  export * from './SluPopupContent.js';
51
53
  export * from './ThemeConfigGroup.js';
52
54
  export * from './SeelenEventPayload.js';
53
- export * from './SettingsToolbarItem.js';
54
55
  export * from './AppNotification.js';
55
56
  export * from './SeelenCommandWegPinItemArgs.js';
56
57
  export * from './ToastVisual.js';
57
- export * from './BluetoothToolbarItem.js';
58
58
  export * from './CssVariableName.js';
59
- export * from './Profile.js';
60
- export * from './WsdItem.js';
59
+ export * from './Disk.js';
61
60
  export * from './UniqueIconPackEntry.js';
61
+ export * from './WallpaperCollection.js';
62
62
  export * from './ToastSubGroup.js';
63
63
  export * from './MonitorConfiguration.js';
64
64
  export * from './PerformanceModeSettings.js';
@@ -66,32 +66,33 @@ export * from './BluetoothHealthMinor.js';
66
66
  export * from './DevicePairingAnswer.js';
67
67
  export * from './BluetoothImagingMinor.js';
68
68
  export * from './VirtualDesktops.js';
69
- export * from './WsdItemSwitch.js';
70
- export * from './SeelenCommandSetUserFolderLimitArgs.js';
69
+ export * from './ToolbarJsScope.js';
70
+ export * from './WidgetSettingItem.js';
71
+ export * from './Point.js';
71
72
  export * from './SettingsByWidget.js';
72
- export * from './WorkspaceToolbarItem.js';
73
73
  export * from './ToastImagePlacement.js';
74
+ export * from './SeelenCommandReadFileArgs.js';
74
75
  export * from './SystemLanguage.js';
75
76
  export * from './Alignment.js';
77
+ export * from './SeelenCommandRenameWorkspaceArgs.js';
78
+ export * from './StartMenuLayoutItem.js';
76
79
  export * from './UIColors.js';
77
80
  export * from './WmNodeKind.js';
78
- export * from './DeviceToolbarItem.js';
79
- export * from './SeelenCommandSetMainMonitorBrightnessArgs.js';
80
81
  export * from './SluResourceFile.js';
81
82
  export * from './RadioDeviceKind.js';
82
83
  export * from './ToastSubGroupChild.js';
83
84
  export * from './BluetoothMinorClass.js';
84
85
  export * from './WegAppGroupItem.js';
85
- export * from './LauncherHistory.js';
86
86
  export * from './SharedIconPackEntry.js';
87
87
  export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
88
88
  export * from './RemoteDataDeclaration.js';
89
+ export * from './SeelenCommandSetMonitorBrightnessArgs.js';
90
+ export * from './SeelenCommandGetKeyStateArgs.js';
89
91
  export * from './MediaPlayerOwner.js';
90
92
  export * from './VirtualDesktopMonitor.js';
91
- export * from './DateToolbarItem.js';
93
+ export * from './WidgetSettingColor.js';
92
94
  export * from './WlanProfile.js';
93
95
  export * from './WallpaperInstanceSettings.js';
94
- export * from './WorkspaceToolbarItemMode.js';
95
96
  export * from './BluetoothWearableMinor.js';
96
97
  export * from './BluetoothPeripheralMinor.js';
97
98
  export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
@@ -99,44 +100,46 @@ export * from './BluetoothDevice.js';
99
100
  export * from './ToastText.js';
100
101
  export * from './WmAnimations.js';
101
102
  export * from './ToastActionsChild.js';
102
- export * from './UserApplication.js';
103
103
  export * from './SeelenCommandMediaPrevArgs.js';
104
104
  export * from './MediaDeviceSession.js';
105
105
  export * from './ToastAction.js';
106
106
  export * from './WegItems.js';
107
- export * from './ToolbarModuleType.js';
107
+ export * from './ImeStatus.js';
108
108
  export * from './WmNode.js';
109
109
  export * from './ThemeConfigDefinition.js';
110
+ export * from './MonitorBrightness.js';
110
111
  export * from './BluetoothNetworkMinor.js';
111
112
  export * from './PhysicalMonitor.js';
112
113
  export * from './WmNodeLifetime.js';
113
114
  export * from './SeelenCommandClosePopupArgs.js';
114
115
  export * from './SeelenWallSettings.js';
115
- export * from './SeelenLauncherRunner.js';
116
- export * from './SeelenCommandRunAsAdminArgs.js';
117
116
  export * from './SluHotkey.js';
118
117
  export * from './Widget.js';
119
118
  export * from './SeelenCommandStateGetSettingsArgs.js';
120
119
  export * from './SeelenCommandUpdatePopupArgs.js';
121
120
  export * from './Theme.js';
121
+ export * from './WidgetSettingRange.js';
122
122
  export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
123
123
  export * from './BluetoothMajorClass.js';
124
124
  export * from './ToastTemplateType.js';
125
125
  export * from './SeelenCommandGetPopupConfigArgs.js';
126
126
  export * from './PowerMode.js';
127
127
  export * from './ToastHeader.js';
128
+ export * from './WidgetConfigGroup.js';
128
129
  export * from './CssStyles.js';
129
130
  export * from './IconPack.js';
130
131
  export * from './WlanBssEntry.js';
131
132
  export * from './Rect.js';
132
133
  export * from './SluShortcutsSettings.js';
133
- export * from './WsdGroup.js';
134
+ export * from './ContextMenuItem.js';
134
135
  export * from './IconPackEntry.js';
136
+ export * from './SeelenCommandSetSelfPositionArgs.js';
135
137
  export * from './WegItem.js';
136
138
  export * from './ObjectPosition.js';
137
139
  export * from './WegTemporalItemsVisibility.js';
138
140
  export * from './BluetoothComputerMinor.js';
139
141
  export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
142
+ export * from './SeelenCommandTriggerContextMenuArgs.js';
140
143
  export * from './RadioDevice.js';
141
144
  export * from './ToastInput.js';
142
145
  export * from './ToastActionAfterActivationBehavior.js';
@@ -145,8 +148,8 @@ export * from './User.js';
145
148
  export * from './SystrayIconAction.js';
146
149
  export * from './WindowManagerLayout.js';
147
150
  export * from './SeelenCommandStateGetWegItemsArgs.js';
148
- export * from './NetworkToolbarItem.js';
149
151
  export * from './SluHotkeyAction.js';
152
+ export * from './WmDragBehavior.js';
150
153
  export * from './Resource.js';
151
154
  export * from './SeelenCommandWegToggleWindowStateArgs.js';
152
155
  export * from './MatchingStrategy.js';
@@ -154,25 +157,25 @@ export * from './ToastActionButtonStyle.js';
154
157
  export * from './WindowManagerSettings.js';
155
158
  export * from './SeelenCommandSetVolumeLevelArgs.js';
156
159
  export * from './SysTrayIcon.js';
157
- export * from './NotificationsToolbarItem.js';
158
160
  export * from './ToastInputType.js';
159
161
  export * from './ResourceId.js';
160
162
  export * from './ToastImage.js';
161
163
  export * from './WorkspaceId.js';
162
- export * from './TextToolbarItem.js';
163
164
  export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
164
165
  export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
166
+ export * from './ToolbarState.js';
167
+ export * from './StartMenuLayout.js';
165
168
  export * from './SeelenCommandWegCloseAppArgs.js';
166
169
  export * from './WidgetPreset.js';
167
170
  export * from './SeelenCommandGetUserFolderContentArgs.js';
168
- export * from './WsdItemSelectOption.js';
169
- export * from './UserToolbarItem.js';
170
171
  export * from './ToastDuration.js';
171
172
  export * from './ToastGroup.js';
173
+ export * from './WidgetConfigDefinition.js';
172
174
  export * from './SeelenCommandCreatePopupArgs.js';
173
175
  export * from './WidgetSettingsDeclarationList.js';
174
176
  export * from './ThemeSettingsDefinition.js';
175
177
  export * from './AdapterStatus.js';
178
+ export * from './SeelenCommandDestroyWorkspaceArgs.js';
176
179
  export * from './PluginId.js';
177
180
  export * from './FolderType.js';
178
181
  export * from './SeelenCommandRunArgs.js';
@@ -182,24 +185,21 @@ export * from './SeelenCommandNotificationsCloseArgs.js';
182
185
  export * from './Wallpaper.js';
183
186
  export * from './CustomIconPackEntry.js';
184
187
  export * from './Plugin.js';
185
- export * from './WsdItemSelect.js';
186
188
  export * from './ToastBinding.js';
187
189
  export * from './ToastActionPlacement.js';
188
190
  export * from './ToastInputSelection.js';
189
191
  export * from './PlaybackSpeed.js';
190
192
  export * from './HideMode.js';
191
193
  export * from './FolderChangedArgs.js';
192
- export * from './WsdItemInputNumber.js';
193
- export * from './Placeholder.js';
194
194
  export * from './SeelenCommandRequestFocusArgs.js';
195
195
  export * from './BluetoothAudioVideoMinor.js';
196
196
  export * from './WidgetStatus.js';
197
197
  export * from './ToastImageCropType.js';
198
198
  export * from './ToastBindingChild.js';
199
- export * from './MediaToolbarItem.js';
199
+ export * from './MultimonitorBehaviour.js';
200
200
  export * from './ResourceText.js';
201
201
  export * from './ThemeVariable.js';
202
- export * from './File.js';
202
+ export * from './Core.js';
203
203
  export * from './Icon.js';
204
204
  export * from './ThirdPartyWidgetSettings.js';
205
205
  export * from './MediaDeviceType.js';
@@ -210,11 +210,11 @@ export * from './KnownPlugin.js';
210
210
  export * from './ThemeVariableWithUnit.js';
211
211
  export * from './ToolbarItem2.js';
212
212
  export * from './IconPackId.js';
213
- export * from './WsdItemColor.js';
214
213
  export * from './BLEAppearance.js';
215
214
  export * from './PinnedWegItemData.js';
216
215
  export * from './StartMenuItem.js';
217
216
  export * from './BluetoothPhoneMinor.js';
217
+ export * from './WidgetSelectSubtype.js';
218
218
  export * from './SeelenCommandRemoveResourceArgs.js';
219
219
  export * from './Toast.js';
220
220
  export * from './SeelenCommandArgument.js';
@@ -229,38 +229,41 @@ export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
229
229
  export * from './SeelenCommandStateWriteWegItemsArgs.js';
230
230
  export * from './WidgetInstanceMode.js';
231
231
  export * from './AppIdentifierType.js';
232
+ export * from './WidgetSettingInputText.js';
233
+ export * from './WidgetSettingInputNumber.js';
232
234
  export * from './MonitorId.js';
233
235
  export * from './Settings.js';
234
236
  export * from './WallpaperId.js';
235
237
  export * from './FocusedApp.js';
236
238
  export * from './FloatingWindowSettings.js';
237
- export * from './SeelenLauncherMonitor.js';
239
+ export * from './SeelenCommandCreateWorkspaceArgs.js';
238
240
  export * from './RelaunchArguments.js';
239
241
  export * from './ProcessInformation.js';
240
- export * from './WsdItemSelectSubtype.js';
241
242
  export * from './WegItemType.js';
242
243
  export * from './AppConfig.js';
244
+ export * from './NetworkStatistics.js';
243
245
  export * from './UpdaterSettings.js';
244
246
  export * from './SeelenCommandWegKillAppArgs.js';
247
+ export * from './StartOfWeek.js';
245
248
  export * from './SeelenCommandSelectFileOnExplorerArgs.js';
246
- export * from './Brightness.js';
247
249
  export * from './ThemeVariableDefinition.js';
248
250
  export * from './SluPopupConfig.js';
249
251
  export * from './MixBlendMode.js';
250
- export * from './GenericToolbarItem.js';
251
252
  export * from './WegItemSubtype.js';
252
- export * from './WsdItemRange.js';
253
253
  export * from './StyleValue.js';
254
- export * from './SeelenLauncherSettings.js';
255
254
  export * from './SeelenCommandStateWriteSettingsArgs.js';
255
+ export * from './WidgetSelectOption.js';
256
256
  export * from './ThemeId.js';
257
+ export * from './UserAppWindowPreview.js';
257
258
  export * from './NetworkAdapter.js';
258
259
  export * from './UserAppWindow.js';
260
+ export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
259
261
  export * from './MediaPlayerTimeline.js';
260
262
  export * from './BluetoothNetworkSubMinor.js';
261
263
  export * from './SeelenCommandTriggerWidgetArgs.js';
262
264
  export * from './SeelenCommandSetAutoStartArgs.js';
263
265
  export * from './Color.js';
266
+ export * from './WidgetSettingSelect.js';
264
267
  export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
265
268
  export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
266
269
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/gen/types/mod.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/gen/types/mod.ts"],"names":[],"mappings":"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"}