@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
@@ -1,41 +1,42 @@
1
- import type { BluetoothToolbarItem } from "./BluetoothToolbarItem.js";
2
- import type { DateToolbarItem } from "./DateToolbarItem.js";
3
- import type { DeviceToolbarItem } from "./DeviceToolbarItem.js";
4
- import type { GenericToolbarItem } from "./GenericToolbarItem.js";
5
- import type { KeyboardToolbarItem } from "./KeyboardToolbarItem.js";
6
- import type { MediaToolbarItem } from "./MediaToolbarItem.js";
7
- import type { NetworkToolbarItem } from "./NetworkToolbarItem.js";
8
- import type { NotificationsToolbarItem } from "./NotificationsToolbarItem.js";
9
- import type { PowerToolbarItem } from "./PowerToolbarItem.js";
10
- import type { SettingsToolbarItem } from "./SettingsToolbarItem.js";
11
- import type { TextToolbarItem } from "./TextToolbarItem.js";
12
- import type { UserToolbarItem } from "./UserToolbarItem.js";
13
- import type { WorkspaceToolbarItem } from "./WorkspaceToolbarItem.js";
1
+ import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
2
+ import type { StyleValue } from "./StyleValue.js";
3
+ import type { ToolbarJsScope } from "./ToolbarJsScope.js";
14
4
  export type ToolbarItem = {
15
- "type": "Text";
16
- } & TextToolbarItem | {
17
- "type": "Generic";
18
- } & GenericToolbarItem | {
19
- "type": "Date";
20
- } & DateToolbarItem | {
21
- "type": "Power";
22
- } & PowerToolbarItem | {
23
- "type": "Keyboard";
24
- } & KeyboardToolbarItem | {
25
- "type": "Network";
26
- } & NetworkToolbarItem | {
27
- "type": "Bluetooth";
28
- } & BluetoothToolbarItem | {
29
- "type": "Media";
30
- } & MediaToolbarItem | {
31
- "type": "User";
32
- } & UserToolbarItem | {
33
- "type": "Notifications";
34
- } & NotificationsToolbarItem | {
35
- "type": "Device";
36
- } & DeviceToolbarItem | {
37
- "type": "Settings";
38
- } & SettingsToolbarItem | {
39
- "type": "Workspaces";
40
- } & WorkspaceToolbarItem;
5
+ /**
6
+ * Id to identify the item, should be unique. Preferably a uuid.
7
+ */
8
+ id: string;
9
+ /**
10
+ * List of scopes to be loaded in the item js execution scope.
11
+ */
12
+ scopes: Array<ToolbarJsScope>;
13
+ /**
14
+ * JS function definition for content to display in the item.
15
+ */
16
+ template: string;
17
+ /**
18
+ * JS function definition for content to display in tooltip of the item.
19
+ */
20
+ tooltip: string | null;
21
+ /**
22
+ * JS function definition badge content, will be displayed over the item, useful as notifications.
23
+ */
24
+ badge: string | null;
25
+ /**
26
+ * JS function definition that will be executed when the item is clicked.
27
+ */
28
+ onClick: string | null;
29
+ /**
30
+ * Styles to be added to the item. This follow the same interface of React's `style` prop.
31
+ */
32
+ style: {
33
+ [key in string]: StyleValue | null;
34
+ };
35
+ /**
36
+ * Remote data to be added to the item scope.
37
+ */
38
+ remoteData: {
39
+ [key in string]: RemoteDataDeclaration;
40
+ };
41
+ };
41
42
  //# sourceMappingURL=ToolbarItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,MAAM,MAAM,WAAW,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,gBAAgB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,GAAG,oBAAoB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,gBAAgB,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GAAG;IAAE,MAAM,EAAE,eAAe,CAAA;CAAE,GAAG,wBAAwB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"ToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAC9B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,UAAU,GAAG,IAAI;KAAE,CAAC;IAC9C;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ export declare enum ToolbarJsScope {
2
+ "Date" = "Date",
3
+ "Notifications" = "Notifications",
4
+ "Media" = "Media",
5
+ "Network" = "Network",
6
+ "Keyboard" = "Keyboard",
7
+ "User" = "User",
8
+ "Bluetooth" = "Bluetooth",
9
+ "Power" = "Power",
10
+ "FocusedApp" = "FocusedApp",
11
+ "Workspaces" = "Workspaces",
12
+ "Disk" = "Disk",
13
+ "NetworkStatistics" = "NetworkStatistics",
14
+ "Memory" = "Memory",
15
+ "Cpu" = "Cpu"
16
+ }
17
+ //# sourceMappingURL=ToolbarJsScope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolbarJsScope.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarJsScope.ts"],"names":[],"mappings":"AAEA,oBAAY,cAAc;IAAG,MAAM,SAAS;IAAE,eAAe,kBAAkB;IAAE,OAAO,UAAU;IAAE,SAAS,YAAY;IAAE,UAAU,aAAa;IAAE,MAAM,SAAS;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,YAAY,eAAe;IAAE,YAAY,eAAe;IAAE,MAAM,SAAS;IAAE,mBAAmB,sBAAsB;IAAE,QAAQ,WAAW;IAAE,KAAK,QAAQ;CAAE"}
@@ -0,0 +1,21 @@
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.ToolbarJsScope = void 0;
5
+ var ToolbarJsScope;
6
+ (function (ToolbarJsScope) {
7
+ ToolbarJsScope["Date"] = "Date";
8
+ ToolbarJsScope["Notifications"] = "Notifications";
9
+ ToolbarJsScope["Media"] = "Media";
10
+ ToolbarJsScope["Network"] = "Network";
11
+ ToolbarJsScope["Keyboard"] = "Keyboard";
12
+ ToolbarJsScope["User"] = "User";
13
+ ToolbarJsScope["Bluetooth"] = "Bluetooth";
14
+ ToolbarJsScope["Power"] = "Power";
15
+ ToolbarJsScope["FocusedApp"] = "FocusedApp";
16
+ ToolbarJsScope["Workspaces"] = "Workspaces";
17
+ ToolbarJsScope["Disk"] = "Disk";
18
+ ToolbarJsScope["NetworkStatistics"] = "NetworkStatistics";
19
+ ToolbarJsScope["Memory"] = "Memory";
20
+ ToolbarJsScope["Cpu"] = "Cpu";
21
+ })(ToolbarJsScope || (exports.ToolbarJsScope = ToolbarJsScope = {}));
@@ -1,5 +1,5 @@
1
1
  import type { ToolbarItem2 } from "./ToolbarItem2.js";
2
- export type Placeholder = {
2
+ export type ToolbarState = {
3
3
  /**
4
4
  * Whether the reordering possible on the toolbar
5
5
  */
@@ -17,4 +17,4 @@ export type Placeholder = {
17
17
  */
18
18
  right: Array<ToolbarItem2>;
19
19
  };
20
- //# sourceMappingURL=Placeholder.d.ts.map
20
+ //# sourceMappingURL=ToolbarState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolbarState.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IAC3B;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC1B;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAAE,CAAC"}
@@ -20,5 +20,9 @@ export type UniqueIconPackEntry = {
20
20
  */
21
21
  redirect: string | null;
22
22
  icon: Icon | null;
23
+ /**
24
+ * Source file modification time for cache invalidation
25
+ */
26
+ sourceMtime?: string | null;
23
27
  };
24
28
  //# sourceMappingURL=UniqueIconPackEntry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniqueIconPackEntry.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UniqueIconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAClC;;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;IAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"UniqueIconPackEntry.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UniqueIconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAClC;;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;IAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -5,5 +5,6 @@ export type User = {
5
5
  email: string | null;
6
6
  oneDrivePath: string | null;
7
7
  profilePicturePath: string | null;
8
+ xboxGamertag: string | null;
8
9
  };
9
10
  //# sourceMappingURL=User.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/gen/types/User.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/gen/types/User.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ export type UserAppWindowPreview = {
2
+ hash: string;
3
+ path: string;
4
+ width: number;
5
+ height: number;
6
+ };
7
+ //# sourceMappingURL=UserAppWindowPreview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserAppWindowPreview.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserAppWindowPreview.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,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,9 +1,7 @@
1
1
  import type { DesktopWorkspace } from "./DesktopWorkspace.js";
2
- import type { MonitorId } from "./MonitorId.js";
3
2
  import type { WorkspaceId } from "./WorkspaceId.js";
4
3
  export type VirtualDesktopMonitor = {
5
- id: MonitorId;
6
4
  workspaces: Array<DesktopWorkspace>;
7
- current_workspace: WorkspaceId;
5
+ active_workspace: WorkspaceId;
8
6
  };
9
7
  //# sourceMappingURL=VirtualDesktopMonitor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualDesktopMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/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;IAAE,EAAE,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,iBAAiB,EAAE,WAAW,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"VirtualDesktopMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktopMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG;IAAE,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,gBAAgB,EAAE,WAAW,CAAC;CAAE,CAAC"}
@@ -5,7 +5,7 @@ export type VirtualDesktops = {
5
5
  * Workspaces per monitor
6
6
  */
7
7
  monitors: {
8
- [key in MonitorId]?: VirtualDesktopMonitor;
8
+ [key in MonitorId]: VirtualDesktopMonitor;
9
9
  };
10
10
  /**
11
11
  * pinned windows will be not affected by switching workspaces
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualDesktops.d.ts","sourceRoot":"","sources":["../../../src/gen/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;IAC9B;;OAEG;IACH,QAAQ,EAAE;SAAG,GAAG,IAAI,SAAS,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;IACzD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"VirtualDesktops.d.ts","sourceRoot":"","sources":["../../../src/gen/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;IAC9B;;OAEG;IACH,QAAQ,EAAE;SAAG,GAAG,IAAI,SAAS,GAAG,qBAAqB;KAAE,CAAC;IACxD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { WallpaperId } from "./WallpaperId.js";
2
+ export type WallpaperCollection = {
3
+ id: string;
4
+ name: string;
5
+ wallpapers: Array<WallpaperId>;
6
+ };
7
+ //# sourceMappingURL=WallpaperCollection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WallpaperCollection.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WallpaperCollection.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAAE,CAAC"}
@@ -7,6 +7,6 @@ export type WegAppGroupItem = {
7
7
  * last time the app was active, timestamp in milliseconds,
8
8
  * could be 0 if we don't know when the app was actived
9
9
  */
10
- lastActive: bigint;
10
+ lastActive: number;
11
11
  };
12
12
  //# sourceMappingURL=WegAppGroupItem.d.ts.map
@@ -12,5 +12,8 @@ export type WegItem = {
12
12
  } | {
13
13
  "type": "StartMenu";
14
14
  id: string;
15
+ } | {
16
+ "type": "ShowDesktop";
17
+ id: string;
15
18
  };
16
19
  //# sourceMappingURL=WegItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WegItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,OAAO,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"WegItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,OAAO,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,aAAa,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -3,6 +3,7 @@ export declare enum WegItemType {
3
3
  "Temporal" = "Temporal",
4
4
  "Separator" = "Separator",
5
5
  "Media" = "Media",
6
- "StartMenu" = "StartMenu"
6
+ "StartMenu" = "StartMenu",
7
+ "ShowDesktop" = "ShowDesktop"
7
8
  }
8
9
  //# sourceMappingURL=WegItemType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WegItemType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItemType.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,WAAW,cAAc;CAAE"}
1
+ {"version":3,"file":"WegItemType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItemType.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,WAAW,cAAc;IAAE,aAAa,gBAAgB;CAAE"}
@@ -9,4 +9,5 @@ var WegItemType;
9
9
  WegItemType["Separator"] = "Separator";
10
10
  WegItemType["Media"] = "Media";
11
11
  WegItemType["StartMenu"] = "StartMenu";
12
+ WegItemType["ShowDesktop"] = "ShowDesktop";
12
13
  })(WegItemType || (exports.WegItemType = WegItemType = {}));
@@ -0,0 +1,9 @@
1
+ import type { WidgetConfigGroup } from "./WidgetConfigGroup.js";
2
+ import type { WidgetSettingItem } from "./WidgetSettingItem.js";
3
+ /**
4
+ * A widget configuration definition that can be either a group container or a settings item
5
+ */
6
+ export type WidgetConfigDefinition = {
7
+ "group": WidgetConfigGroup;
8
+ } | WidgetSettingItem;
9
+ //# sourceMappingURL=WidgetConfigDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetConfigDefinition.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetConfigDefinition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IAAE,OAAO,EAAE,iBAAiB,CAAA;CAAE,GAAG,iBAAiB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ import type { WidgetConfigDefinition } from "./WidgetConfigDefinition.js";
3
+ /**
4
+ * A group of widget configuration items with a label
5
+ */
6
+ export type WidgetConfigGroup = {
7
+ /**
8
+ * Label for this group, can use `t::` prefix for translation
9
+ */
10
+ label: ResourceText;
11
+ /**
12
+ * Optional description or tooltip for this group
13
+ */
14
+ description: ResourceText | null;
15
+ /**
16
+ * List of items or nested groups in this group
17
+ */
18
+ items: Array<WidgetConfigDefinition>;
19
+ };
20
+ //# sourceMappingURL=WidgetConfigGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetConfigGroup.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetConfigGroup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;CAAE,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export declare enum WidgetLoader {
2
2
  "Legacy" = "Legacy",
3
+ "InternalReact" = "InternalReact",
3
4
  "Internal" = "Internal",
4
5
  "ThirdParty" = "ThirdParty"
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetLoader.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetLoader.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,YAAY,eAAe;CAAE"}
1
+ {"version":3,"file":"WidgetLoader.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetLoader.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,QAAQ,WAAW;IAAE,eAAe,kBAAkB;IAAE,UAAU,aAAa;IAAE,YAAY,eAAe;CAAE"}
@@ -5,6 +5,7 @@ exports.WidgetLoader = void 0;
5
5
  var WidgetLoader;
6
6
  (function (WidgetLoader) {
7
7
  WidgetLoader["Legacy"] = "Legacy";
8
+ WidgetLoader["InternalReact"] = "InternalReact";
8
9
  WidgetLoader["Internal"] = "Internal";
9
10
  WidgetLoader["ThirdParty"] = "ThirdParty";
10
11
  })(WidgetLoader || (exports.WidgetLoader = WidgetLoader = {}));
@@ -0,0 +1,19 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ /**
3
+ * An option in a select widget setting
4
+ */
5
+ export type WidgetSelectOption = {
6
+ /**
7
+ * Optional React icon name to display with this option
8
+ */
9
+ icon: string | null;
10
+ /**
11
+ * Label to display for this option (can use `t::` prefix)
12
+ */
13
+ label: ResourceText;
14
+ /**
15
+ * Value to store when this option is selected (must be unique)
16
+ */
17
+ value: string;
18
+ };
19
+ //# sourceMappingURL=WidgetSelectOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSelectOption.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSelectOption.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Visual style for rendering select options
3
+ */
4
+ export declare enum WidgetSelectSubtype {
5
+ "List" = "List",
6
+ "Inline" = "Inline"
7
+ }
8
+ //# sourceMappingURL=WidgetSelectSubtype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSelectSubtype.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSelectSubtype.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,mBAAmB;IAAG,MAAM,SAAS;IAAE,QAAQ,WAAW;CAAE"}
@@ -0,0 +1,12 @@
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.WidgetSelectSubtype = void 0;
5
+ /**
6
+ * Visual style for rendering select options
7
+ */
8
+ var WidgetSelectSubtype;
9
+ (function (WidgetSelectSubtype) {
10
+ WidgetSelectSubtype["List"] = "List";
11
+ WidgetSelectSubtype["Inline"] = "Inline";
12
+ })(WidgetSelectSubtype || (exports.WidgetSelectSubtype = WidgetSelectSubtype = {}));
@@ -0,0 +1,38 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ export type WidgetSettingColor = {
3
+ /**
4
+ * Default color value (hex format: #RRGGBB or #RRGGBBAA)
5
+ */
6
+ defaultValue: string;
7
+ /**
8
+ * Whether to allow alpha/transparency channel
9
+ */
10
+ allowAlpha: boolean;
11
+ /**
12
+ * Unique key for this setting, used to identify it in the configuration.\
13
+ * Must be unique within the widget. Duplicates will be ignored.
14
+ */
15
+ key: string;
16
+ /**
17
+ * Label to display to the user
18
+ */
19
+ label: ResourceText;
20
+ /**
21
+ * Optional detailed description shown under the label
22
+ */
23
+ description: ResourceText | null;
24
+ /**
25
+ * Optional tooltip icon with extra information
26
+ */
27
+ tip: ResourceText | null;
28
+ /**
29
+ * Whether this setting can be configured per monitor in monitor-specific settings
30
+ */
31
+ allowSetByMonitor: boolean;
32
+ /**
33
+ * Keys of settings that must be enabled for this item to be active.\
34
+ * Uses JavaScript truthy logic (!!value) to determine if dependency is met.
35
+ */
36
+ dependencies: Array<string>;
37
+ };
38
+ //# sourceMappingURL=WidgetSettingColor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingColor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingColor.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,UAAU,EAAE,OAAO,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,46 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ export type WidgetSettingInputNumber = {
3
+ /**
4
+ * Default numeric value
5
+ */
6
+ defaultValue: number;
7
+ /**
8
+ * Minimum allowed value
9
+ */
10
+ min: number | null;
11
+ /**
12
+ * Maximum allowed value
13
+ */
14
+ max: number | null;
15
+ /**
16
+ * Step increment for input controls
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=WidgetSettingInputNumber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingInputNumber.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingInputNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,wBAAwB,GAAG;IACvC;;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,46 @@
1
+ import type { ResourceText } from "./ResourceText.js";
2
+ export type WidgetSettingInputText = {
3
+ /**
4
+ * Default text value
5
+ */
6
+ defaultValue: string;
7
+ /**
8
+ * Whether to render as a multiline textarea
9
+ */
10
+ multiline: boolean;
11
+ /**
12
+ * Minimum text length validation
13
+ */
14
+ minLength: number | null;
15
+ /**
16
+ * Maximum text length validation
17
+ */
18
+ maxLength: 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=WidgetSettingInputText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingInputText.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingInputText.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,sBAAsB,GAAG;IACrC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;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,23 @@
1
+ import type { WidgetSettingColor } from "./WidgetSettingColor.js";
2
+ import type { WidgetSettingInputNumber } from "./WidgetSettingInputNumber.js";
3
+ import type { WidgetSettingInputText } from "./WidgetSettingInputText.js";
4
+ import type { WidgetSettingRange } from "./WidgetSettingRange.js";
5
+ import type { WidgetSettingSelect } from "./WidgetSettingSelect.js";
6
+ import type { WidgetSettingSwitch } from "./WidgetSettingSwitch.js";
7
+ /**
8
+ * Individual widget setting item with type-specific configuration
9
+ */
10
+ export type WidgetSettingItem = {
11
+ "type": "Switch";
12
+ } & WidgetSettingSwitch | {
13
+ "type": "Select";
14
+ } & WidgetSettingSelect | {
15
+ "type": "InputText";
16
+ } & WidgetSettingInputText | {
17
+ "type": "InputNumber";
18
+ } & WidgetSettingInputNumber | {
19
+ "type": "Range";
20
+ } & WidgetSettingRange | {
21
+ "type": "Color";
22
+ } & WidgetSettingColor;
23
+ //# sourceMappingURL=WidgetSettingItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetSettingItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,GAAG,sBAAsB,GAAG;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,GAAG,wBAAwB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,kBAAkB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,kBAAkB,CAAC"}