@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
@@ -10,10 +10,11 @@ var SeelenEvent;
10
10
  SeelenEvent["HandleLayeredHitboxes"] = "handle-layered";
11
11
  SeelenEvent["SystemMonitorsChanged"] = "system::monitors-changed";
12
12
  SeelenEvent["SystemLanguagesChanged"] = "system::languages-changed";
13
+ SeelenEvent["SystemMonitorsBrightnessChanged"] = "system::monitors-brightness-changed";
13
14
  SeelenEvent["UserChanged"] = "user-changed";
14
- SeelenEvent["UserFolderChanged"] = "user-folder-changed";
15
- SeelenEvent["UserApplicationsChanged"] = "user::applications-changed";
15
+ SeelenEvent["UserFolderChanged"] = "user::known-folder-changed";
16
16
  SeelenEvent["UserAppWindowsChanged"] = "user::windows-changed";
17
+ SeelenEvent["UserAppWindowsPreviewsChanged"] = "user::windows-previews-changed";
17
18
  SeelenEvent["MediaSessions"] = "media-sessions";
18
19
  SeelenEvent["MediaDevices"] = "media::devices";
19
20
  SeelenEvent["MediaInputs"] = "media-inputs";
@@ -27,24 +28,26 @@ var SeelenEvent;
27
28
  SeelenEvent["PowerMode"] = "power-mode";
28
29
  SeelenEvent["BatteriesStatus"] = "batteries-status";
29
30
  SeelenEvent["ColorsChanged"] = "colors-changed";
30
- SeelenEvent["WMSetReservation"] = "set-reservation";
31
- SeelenEvent["WMForceRetiling"] = "wm-force-retiling";
32
- SeelenEvent["WMSetLayout"] = "wm-set-layout";
31
+ SeelenEvent["WMSetReservation"] = "wm::set-reservation";
32
+ SeelenEvent["WMForceRetiling"] = "wm::force-retiling";
33
+ SeelenEvent["WMTreeChanged"] = "wm::tree-changed";
33
34
  SeelenEvent["PopupContentChanged"] = "popup-content-changed";
34
35
  SeelenEvent["StateSettingsChanged"] = "settings-changed";
35
36
  SeelenEvent["StateWegItemsChanged"] = "weg-items";
36
- SeelenEvent["StateToolbarItemsChanged"] = "toolbar-items";
37
37
  SeelenEvent["StateThemesChanged"] = "themes";
38
38
  SeelenEvent["StateSettingsByAppChanged"] = "settings-by-app";
39
- SeelenEvent["StateHistoryChanged"] = "history";
40
39
  SeelenEvent["StateIconPacksChanged"] = "icon-packs";
41
40
  SeelenEvent["StatePluginsChanged"] = "plugins-changed";
42
41
  SeelenEvent["StateWidgetsChanged"] = "widgets-changed";
43
42
  SeelenEvent["StateWallpapersChanged"] = "UserResources::wallpapers-changed";
44
- SeelenEvent["StateProfilesChanged"] = "profiles-changed";
45
43
  SeelenEvent["SystemTrayChanged"] = "system-tray::changed";
46
44
  SeelenEvent["StatePerformanceModeChanged"] = "state::performance-mode-changed";
47
45
  SeelenEvent["WidgetTriggered"] = "widget::triggered";
48
46
  SeelenEvent["RadiosChanged"] = "radio::changed";
47
+ SeelenEvent["SystemDisksChanged"] = "system::disks-changed";
48
+ SeelenEvent["SystemNetworkChanged"] = "system::network-changed";
49
+ SeelenEvent["SystemMemoryChanged"] = "system::memory-changed";
50
+ SeelenEvent["SystemCoresChanged"] = "system::cores-changed";
49
51
  SeelenEvent["BluetoothDevicesChanged"] = "bluetooth-devices-changed";
52
+ SeelenEvent["StartMenuItemsChanged"] = "start-menu::items-changed";
50
53
  })(SeelenEvent || (exports.SeelenEvent = SeelenEvent = {}));
@@ -3,5 +3,5 @@ export * from "./state/mod.js";
3
3
  export * from "./system_state/mod.js";
4
4
  export * from "./utils/mod.js";
5
5
  export * from "./resource/mod.js";
6
- export { invoke, SeelenCommand, SeelenEvent, subscribe } from "./handlers/mod.js";
6
+ export { type AllSeelenCommandReturns, invoke, SeelenCommand, SeelenEvent, subscribe } from "./handlers/mod.js";
7
7
  //# sourceMappingURL=lib.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../src/src/lib.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../src/src/lib.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../../src/src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,IAAI,KAAK,EACb,QAAQ,EACR,QAAQ,IAAI,SAAS,EACrB,wBAAwB,EAEzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAsC,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,qBAAa,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC;IAC/C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC;IAIxC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E;AAED;;GAEG;AACH,qBAAa,eAAe;IASxB,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE;IACzC,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE;IATxC,OAAO,CAAC,SAAS,CAA8B;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,qBAAqB,CAAS;IAGtC,OAAO,CAAC,eAAe,CAAkB;IAEzC,SAAS,aACG,mBAAmB,EAAE,QAAQ,EAAE,EAC/B,kBAAkB,EAAE,MAAM,EAAE;IAGxC,IAAI,SAAS,IAAI,QAAQ,EAAE,CAE1B;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,CAEhC;IAED,SAAS,CAAC,qBAAqB,IAAI,IAAI;IAwBvC,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAUtC;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAUtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACU,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC;IA6B1D;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACI,WAAW,CAAC,IAAI,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IA6EzD,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IAKtE;;;OAGG;IACI,kBAAkB,IAAI,KAAK,GAAG,IAAI;IASzC;;;OAGG;IACI,cAAc,IAAI,KAAK,GAAG,IAAI;IAKrC;;;OAGG;IACI,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAUpD;;;OAGG;IACI,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAKhD;;;;;;;;;;;;OAYG;WACW,qBAAqB,CACjC,GAAG,EAAE,wBAAwB,GAC5B,OAAO,CAAC,IAAI,CAAC;IAIhB;;;OAGG;WACW,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGhD"}
1
+ {"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../../src/src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,IAAI,KAAK,EACb,QAAQ,EACR,QAAQ,IAAI,SAAS,EACrB,wBAAwB,EAEzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAsC,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,qBAAa,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC;IAC/C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC;IAIxC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E;AAED;;GAEG;AACH,qBAAa,eAAe;IASxB,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE;IACzC,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE;IATxC,OAAO,CAAC,SAAS,CAA8B;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,qBAAqB,CAAS;IAGtC,OAAO,CAAC,eAAe,CAAkB;IAEzC,SAAS,aACG,mBAAmB,EAAE,QAAQ,EAAE,EAC/B,kBAAkB,EAAE,MAAM,EAAE;IAGxC,IAAI,SAAS,IAAI,QAAQ,EAAE,CAE1B;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,CAEhC;IAED,SAAS,CAAC,qBAAqB,IAAI,IAAI;IAwBvC,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAUtC;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAUtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACU,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC;IA6B1D;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACI,WAAW,CAAC,IAAI,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IA8EzD,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IAKtE;;;OAGG;IACI,kBAAkB,IAAI,KAAK,GAAG,IAAI;IASzC;;;OAGG;IACI,cAAc,IAAI,KAAK,GAAG,IAAI;IAKrC;;;OAGG;IACI,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAUpD;;;OAGG;IACI,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAKhD;;;;;;;;;;;;OAYG;WACW,qBAAqB,CACjC,GAAG,EAAE,wBAAwB,GAC5B,OAAO,CAAC,IAAI,CAAC;IAIhB;;;OAGG;WACW,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGhD"}
@@ -1,22 +1,9 @@
1
- import { type UnSubscriber } from "../handlers/mod.js";
2
- import type { LauncherHistory as ILauncherHistory } from "../../gen/types/mod.js";
3
1
  export * from "./theme/mod.js";
4
2
  export * from "./settings/mod.js";
5
3
  export * from "./weg_items.js";
6
4
  export * from "./wm_layout.js";
7
- export * from "./placeholder.js";
8
- export * from "./settings_by_app.js";
9
- export * from "./settings/settings_by_monitor.js";
10
5
  export * from "./icon_pack.js";
11
6
  export * from "./plugin/mod.js";
12
7
  export * from "./widget/mod.js";
13
- export * from "./profile.js";
14
8
  export * from "./wallpaper/mod.js";
15
- export * from "./startup.js";
16
- export declare class LauncherHistory {
17
- inner: ILauncherHistory;
18
- constructor(inner: ILauncherHistory);
19
- static getAsync(): Promise<LauncherHistory>;
20
- static onChange(cb: (payload: LauncherHistory) => void): Promise<UnSubscriber>;
21
- }
22
9
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/src/state/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,eAAe,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAElF,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,qBAAa,eAAe;IACP,KAAK,EAAE,gBAAgB;gBAAvB,KAAK,EAAE,gBAAgB;IAE1C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,eAAe,CAAC;IAI3C,MAAM,CAAC,QAAQ,CACb,EAAE,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,GACrC,OAAO,CAAC,YAAY,CAAC;CAGzB"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/src/state/mod.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
@@ -14,32 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.LauncherHistory = void 0;
18
- const mod_js_1 = require("../handlers/mod.js");
19
- const State_js_1 = require("../utils/State.js");
20
17
  __exportStar(require("./theme/mod.js"), exports);
21
18
  __exportStar(require("./settings/mod.js"), exports);
22
19
  __exportStar(require("./weg_items.js"), exports);
23
20
  __exportStar(require("./wm_layout.js"), exports);
24
- __exportStar(require("./placeholder.js"), exports);
25
- __exportStar(require("./settings_by_app.js"), exports);
26
- __exportStar(require("./settings/settings_by_monitor.js"), exports);
27
21
  __exportStar(require("./icon_pack.js"), exports);
28
22
  __exportStar(require("./plugin/mod.js"), exports);
29
23
  __exportStar(require("./widget/mod.js"), exports);
30
- __exportStar(require("./profile.js"), exports);
31
24
  __exportStar(require("./wallpaper/mod.js"), exports);
32
- __exportStar(require("./startup.js"), exports);
33
- class LauncherHistory {
34
- inner;
35
- constructor(inner) {
36
- this.inner = inner;
37
- }
38
- static getAsync() {
39
- return (0, State_js_1.newFromInvoke)(this, mod_js_1.SeelenCommand.StateGetHistory);
40
- }
41
- static onChange(cb) {
42
- return (0, State_js_1.newOnEvent)(cb, this, mod_js_1.SeelenEvent.StateHistoryChanged);
43
- }
44
- }
45
- exports.LauncherHistory = LauncherHistory;
@@ -13,7 +13,7 @@ class PluginList extends List_js_1.List {
13
13
  return (0, State_js_1.newOnEvent)(cb, this, mod_js_1.SeelenEvent.StatePluginsChanged);
14
14
  }
15
15
  forCurrentWidget() {
16
- const target = mod_js_2.Widget.getCurrentWidgetId();
16
+ const target = mod_js_2.Widget.self.id;
17
17
  return this.inner.filter((plugin) => plugin.target === target);
18
18
  }
19
19
  }
@@ -1,5 +1,5 @@
1
1
  import { type UnSubscriber } from "../../handlers/mod.js";
2
- import type { FancyToolbarSettings, SeelenLauncherSettings, SeelenWallSettings, SeelenWegSettings, Settings as ISettings, ThirdPartyWidgetSettings, WindowManagerSettings } from "../../../gen/types/mod.js";
2
+ import type { Settings as ISettings, ThirdPartyWidgetSettings } from "../../../gen/types/mod.js";
3
3
  export interface Settings extends ISettings {
4
4
  }
5
5
  export declare class Settings {
@@ -18,14 +18,7 @@ export declare class Settings {
18
18
  * - the monitor patch settings (if apply)
19
19
  */
20
20
  getCurrentWidgetConfig(): ThirdPartyWidgetSettings;
21
- private getBundledWidgetConfig;
22
- get fancyToolbar(): FancyToolbarSettings;
23
- get seelenweg(): SeelenWegSettings;
24
- get windowManager(): WindowManagerSettings;
25
- get launcher(): SeelenLauncherSettings;
26
- get wall(): SeelenWallSettings;
27
21
  /** Will store the settings on disk */
28
22
  save(): Promise<void>;
29
23
  }
30
- export * from "./settings_by_monitor.js";
31
24
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/settings/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAEtF,OAAO,KAAK,EACV,oBAAoB,EACpB,sBAAsB,EACtB,kBAAkB,EAClB,iBAAiB,EACjB,QAAQ,IAAI,SAAS,EACrB,wBAAwB,EAExB,qBAAqB,EACtB,MAAM,2BAA2B,CAAC;AAYnC,MAAM,WAAW,QAAS,SAAQ,SAAS;CAAG;AAC9C,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAInC,MAAM,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC;IAInC,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;IAIvE,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIlD;;;;;;;OAOG;IACH,sBAAsB,IAAI,wBAAwB;IAkBlD,OAAO,CAAC,sBAAsB;IAM9B,IAAI,YAAY,IAAI,oBAAoB,CAEvC;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,aAAa,IAAI,qBAAqB,CAEzC;IAED,IAAI,QAAQ,IAAI,sBAAsB,CAErC;IAED,IAAI,IAAI,IAAI,kBAAkB,CAE7B;IAED,sCAAsC;IACtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB;AAED,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/settings/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAEtF,OAAO,KAAK,EAAE,QAAQ,IAAI,SAAS,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAKjG,MAAM,WAAW,QAAS,SAAQ,SAAS;CAAG;AAC9C,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAInC,MAAM,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC;IAInC,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,QAAQ,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;IAIvE,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIlD;;;;;;;OAOG;IACH,sBAAsB,IAAI,wBAAwB;IAkBlD,sCAAsC;IACtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB"}
@@ -1,18 +1,4 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
3
  exports.Settings = void 0;
18
4
  const mod_js_1 = require("../../handlers/mod.js");
@@ -59,31 +45,9 @@ class Settings {
59
45
  ...(monitor || {}),
60
46
  };
61
47
  }
62
- getBundledWidgetConfig(id) {
63
- const config = this.inner.byWidget[id];
64
- if (!config)
65
- throw new Error("Bundled widget settings not found");
66
- return config;
67
- }
68
- get fancyToolbar() {
69
- return this.getBundledWidgetConfig(mod_js_3.SeelenToolbarWidgetId);
70
- }
71
- get seelenweg() {
72
- return this.getBundledWidgetConfig(mod_js_3.SeelenWegWidgetId);
73
- }
74
- get windowManager() {
75
- return this.getBundledWidgetConfig(mod_js_3.SeelenWindowManagerWidgetId);
76
- }
77
- get launcher() {
78
- return this.getBundledWidgetConfig(mod_js_3.SeelenLauncherWidgetId);
79
- }
80
- get wall() {
81
- return this.getBundledWidgetConfig(mod_js_3.SeelenWallWidgetId);
82
- }
83
48
  /** Will store the settings on disk */
84
49
  save() {
85
50
  return (0, mod_js_2.invoke)(mod_js_1.SeelenCommand.StateWriteSettings, { settings: this.inner });
86
51
  }
87
52
  }
88
53
  exports.Settings = Settings;
89
- __exportStar(require("./settings_by_monitor.js"), exports);
@@ -37,7 +37,7 @@ class Theme {
37
37
  }
38
38
  /** Will add the styles targeting the current widget id */
39
39
  applyToDocument(varValues = {}) {
40
- const widgetId = mod_js_2.Widget.getCurrentWidgetId();
40
+ const widgetId = mod_js_2.Widget.self.id;
41
41
  let styles = ``;
42
42
  this.forEachVariableDefinition((def) => {
43
43
  if (!isValidCssVariableName(def.name)) {
@@ -0,0 +1,39 @@
1
+ export interface WidgetInformation {
2
+ /** decoded webview label */
3
+ label: string;
4
+ /** Will be present if the widget replicas is set to by monitor */
5
+ monitorId: string | null;
6
+ /** Will be present if the widget replicas is set to multiple */
7
+ instanceId: string | null;
8
+ /** params present on the webview label */
9
+ params: {
10
+ readonly [key in string]?: string;
11
+ };
12
+ }
13
+ export interface InitWidgetOptions {
14
+ /**
15
+ * Will auto size the widget to the content size of the element
16
+ * @example
17
+ * autoSizeByContent: document.body,
18
+ * autoSizeByContent: document.getElementById("root"),
19
+ * @default undefined
20
+ */
21
+ autoSizeByContent?: HTMLElement | null;
22
+ /**
23
+ * Will save the position and size of the widget on change.
24
+ * This is intedeed to be used when the size and position of the widget is
25
+ * allowed to be changed by the user, Normally used on desktop widgets.
26
+ *
27
+ * @default widget.preset === "Desktop"
28
+ */
29
+ saveAndRestoreLastRect?: boolean;
30
+ }
31
+ export interface ReadyWidgetOptions {
32
+ /**
33
+ * If show the widget on Ready
34
+ *
35
+ * @default !widget.lazy
36
+ */
37
+ show?: boolean;
38
+ }
39
+ //# sourceMappingURL=interfaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../src/src/state/widget/interfaces.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,kEAAkE;IAClE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gEAAgE;IAChE,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,0CAA0C;IAC1C,MAAM,EAAE;QAAE,QAAQ,EAAE,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM;KAAE,CAAC;CAC/C;AAED,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACvC;;;;;;OAMG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB"}
@@ -1,49 +1,17 @@
1
- import { type ThirdPartyWidgetSettings, type Widget as IWidget, type WidgetId, type WidgetTriggerPayload } from "../../../gen/types/mod.js";
2
- import { type UnSubscriber } from "../../handlers/mod.js";
3
- import { List } from "../../utils/List.js";
1
+ import { type Frame, type Rect, type ThirdPartyWidgetSettings, type Widget as IWidget, type WidgetId, type WidgetTriggerPayload } from "../../../gen/types/mod.js";
4
2
  import { type WebviewWindow } from "@tauri-apps/api/webviewWindow";
5
- export declare const SeelenSettingsWidgetId: WidgetId;
6
- export declare const SeelenPopupWidgetId: WidgetId;
7
- export declare const SeelenWegWidgetId: WidgetId;
8
- export declare const SeelenToolbarWidgetId: WidgetId;
9
- export declare const SeelenWindowManagerWidgetId: WidgetId;
10
- export declare const SeelenLauncherWidgetId: WidgetId;
11
- export declare const SeelenWallWidgetId: WidgetId;
12
- export declare class WidgetList extends List<IWidget> {
13
- static getAsync(): Promise<WidgetList>;
14
- static onChange(cb: (payload: WidgetList) => void): Promise<UnSubscriber>;
15
- findById(id: WidgetId): IWidget | undefined;
16
- }
17
- export interface WidgetInformation {
18
- /** decoded webview label */
19
- label: string;
20
- /** Will be present if the widget replicas is set to by monitor */
21
- monitorId: string | null;
22
- /** Will be present if the widget replicas is set to multiple */
23
- instanceId: string | null;
24
- /** params present on the webview label */
25
- params: {
26
- readonly [key in string]?: string;
27
- };
28
- }
29
- export interface InitWidgetOptions {
30
- /**
31
- * @default !widget.lazy
32
- */
33
- show?: boolean;
34
- /**
35
- * Will auto size the widget to the content size of the element
36
- * @example
37
- * autoSizeByContent: document.body,
38
- * autoSizeByContent: document.getElementById("root"),
39
- * @default undefined
40
- */
41
- autoSizeByContent?: HTMLElement | null;
42
- }
3
+ import type { InitWidgetOptions, ReadyWidgetOptions, WidgetInformation } from "./interfaces.js";
43
4
  /**
44
5
  * Represents the widget instance running in the current webview
45
6
  */
46
7
  export declare class Widget {
8
+ /**
9
+ * Alternative accesor for the current running widget.\
10
+ * Will throw if the library is being used on a non Seelen UI environment
11
+ */
12
+ static getCurrent(): Widget;
13
+ /** The current running widget */
14
+ static get self(): Widget;
47
15
  /** widget id */
48
16
  readonly id: WidgetId;
49
17
  /** widget definition */
@@ -53,15 +21,12 @@ export declare class Widget {
53
21
  /** current webview window */
54
22
  readonly webview: WebviewWindow;
55
23
  private autoSizer?;
56
- private initOptions;
57
24
  private runtimeState;
58
25
  private constructor();
59
- private static getDecodedWebviewLabel;
60
- /** Will throw if the library is being used on a non Seelen UI environment */
61
- static getCurrentWidgetId(): WidgetId;
62
- /** Will throw if the library is being used on a non Seelen UI environment */
63
- static getCurrent(): Widget;
64
- private static getEntryDefaultValues;
26
+ /** Returns the current window id of the widget */
27
+ get windowId(): number;
28
+ /** Returns the current position and size of the widget */
29
+ get frame(): Frame;
65
30
  /** Returns the default config of the widget, declared on the widget definition */
66
31
  getDefaultConfig(): ThirdPartyWidgetSettings;
67
32
  private applyInvisiblePreset;
@@ -88,7 +53,19 @@ export declare class Widget {
88
53
  * If the widget is not lazy this will inmediately show the widget.
89
54
  * Lazy widget should be shown on trigger action.
90
55
  */
91
- ready(): Promise<void>;
56
+ ready(options?: ReadyWidgetOptions): Promise<void>;
92
57
  onTrigger(cb: (args: WidgetTriggerPayload) => void): void;
58
+ /** If animations are enabled this will animate the movement of the widget */
59
+ setPosition(rect: Rect): Promise<void>;
60
+ show(): Promise<void>;
61
+ /** Will force foreground the widget */
62
+ focus(): Promise<void>;
63
+ hide(closeAfterInactivity?: boolean): void;
93
64
  }
65
+ export declare const SeelenSettingsWidgetId: WidgetId;
66
+ export declare const SeelenPopupWidgetId: WidgetId;
67
+ export declare const SeelenWegWidgetId: WidgetId;
68
+ export declare const SeelenToolbarWidgetId: WidgetId;
69
+ export declare const SeelenWindowManagerWidgetId: WidgetId;
70
+ export declare const SeelenWallWidgetId: WidgetId;
94
71
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/widget/mod.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,MAAM,IAAI,OAAO,EACtB,KAAK,QAAQ,EAGb,KAAK,oBAAoB,EAE1B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAsC,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC9F,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAA2B,KAAK,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAS5F,eAAO,MAAM,sBAAsB,EAAE,QAAyC,CAAC;AAC/E,eAAO,MAAM,mBAAmB,EAAE,QAAsC,CAAC;AACzE,eAAO,MAAM,iBAAiB,EAAE,QAAoC,CAAC;AACrE,eAAO,MAAM,qBAAqB,EAAE,QAA8C,CAAC;AACnF,eAAO,MAAM,2BAA2B,EAAE,QAA+C,CAAC;AAC1F,eAAO,MAAM,sBAAsB,EAAE,QAAyC,CAAC;AAC/E,eAAO,MAAM,kBAAkB,EAAE,QAAkD,CAAC;AAEpF,qBAAa,UAAW,SAAQ,IAAI,CAAC,OAAO,CAAC;IAC3C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,UAAU,CAAC;IAItC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,UAAU,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;IAIzE,QAAQ,CAAC,EAAE,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS;CAG5C;AAED,MAAM,WAAW,iBAAiB;IAChC,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,kEAAkE;IAClE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,gEAAgE;IAChE,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,0CAA0C;IAC1C,MAAM,EAAE;QAAE,QAAQ,EAAE,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM;KAAE,CAAC;CAC/C;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACxC;AAOD;;GAEG;AACH,qBAAa,MAAM;IACjB,gBAAgB;IAChB,SAAgB,EAAE,EAAE,QAAQ,CAAC;IAC7B,wBAAwB;IACxB,SAAgB,GAAG,EAAE,OAAO,CAAC;IAC7B,0CAA0C;IAC1C,SAAgB,OAAO,EAAE,iBAAiB,CAAC;IAC3C,6BAA6B;IAC7B,SAAgB,OAAO,EAAE,aAAa,CAAC;IAEvC,OAAO,CAAC,SAAS,CAAC,CAAkB;IACpC,OAAO,CAAC,WAAW,CAAyB;IAC5C,OAAO,CAAC,YAAY,CAGlB;IAEF,OAAO;IAiBP,OAAO,CAAC,MAAM,CAAC,sBAAsB;IAUrC,6EAA6E;IAC7E,MAAM,CAAC,kBAAkB,IAAI,QAAQ;IAIrC,6EAA6E;IAC7E,MAAM,CAAC,UAAU,IAAI,MAAM;IAU3B,OAAO,CAAC,MAAM,CAAC,qBAAqB;IAUpC,kFAAkF;IAC3E,gBAAgB,IAAI,wBAAwB;IAUnD,OAAO,CAAC,oBAAoB;IAa5B,+DAA+D;YACjD,kBAAkB;IAShC,gEAAgE;YAClD,kBAAkB;IAShC,6DAA6D;YAC/C,gBAAgB;IA0C9B;;;OAGG;IACU,sBAAsB,IAAI,OAAO,CAAC,IAAI,CAAC;IAuCpD;;;;OAIG;IACU,IAAI,CAAC,OAAO,GAAE,iBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA8BjE;;;;;OAKG;IACU,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAqB5B,SAAS,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAAG,IAAI;CAOjE"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/src/state/widget/mod.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,IAAI,EACT,KAAK,wBAAwB,EAC7B,KAAK,MAAM,IAAI,OAAO,EAEtB,KAAK,QAAQ,EAIb,KAAK,oBAAoB,EAC1B,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAA2B,KAAK,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAM5F,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAkBhG;;GAEG;AACH,qBAAa,MAAM;IACjB;;;OAGG;IACH,MAAM,CAAC,UAAU,IAAI,MAAM;IAU3B,iCAAiC;IACjC,MAAM,KAAK,IAAI,IAAI,MAAM,CAExB;IAED,gBAAgB;IAChB,SAAgB,EAAE,EAAE,QAAQ,CAAC;IAC7B,wBAAwB;IACxB,SAAgB,GAAG,EAAE,OAAO,CAAC;IAC7B,0CAA0C;IAC1C,SAAgB,OAAO,EAAE,iBAAiB,CAAC;IAC3C,6BAA6B;IAC7B,SAAgB,OAAO,EAAE,aAAa,CAAC;IAEvC,OAAO,CAAC,SAAS,CAAC,CAAkB;IAEpC,OAAO,CAAC,YAAY,CAalB;IAEF,OAAO;IAiBP,kDAAkD;IAClD,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,0DAA0D;IAC1D,IAAI,KAAK,IAAI,KAAK,CAOjB;IAED,kFAAkF;IAC3E,gBAAgB,IAAI,wBAAwB;IAQnD,OAAO,CAAC,oBAAoB;IAa5B,+DAA+D;YACjD,kBAAkB;IAIhC,gEAAgE;YAClD,kBAAkB;IAIhC,6DAA6D;YAC/C,gBAAgB;IAiD9B;;;OAGG;IACU,sBAAsB,IAAI,OAAO,CAAC,IAAI,CAAC;IAwCpD;;;;OAIG;IACU,IAAI,CAAC,OAAO,GAAE,iBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA+CjE;;;;;OAKG;IACU,KAAK,CAAC,OAAO,GAAE,kBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAwB5D,SAAS,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,GAAG,IAAI;IAMhE,6EAA6E;IACtE,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBhC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAKlC,uCAAuC;IAC1B,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAU5B,IAAI,CAAC,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI;CAMlD;AAWD,eAAO,MAAM,sBAAsB,EAAE,QAAyC,CAAC;AAC/E,eAAO,MAAM,mBAAmB,EAAE,QAAsC,CAAC;AACzE,eAAO,MAAM,iBAAiB,EAAE,QAAoC,CAAC;AACrE,eAAO,MAAM,qBAAqB,EAAE,QAA8C,CAAC;AACnF,eAAO,MAAM,2BAA2B,EAAE,QAA+C,CAAC;AAC1F,eAAO,MAAM,kBAAkB,EAAE,QAAkD,CAAC"}