@seelen-ui/lib 2.4.11 → 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.
- package/esm/gen/types/AppNotification.d.ts +1 -1
- package/esm/gen/types/AppsConfigurationList.d.ts +3 -0
- package/esm/gen/types/AppsConfigurationList.d.ts.map +1 -0
- package/esm/gen/types/BluetoothDevice.d.ts +1 -1
- package/esm/gen/types/ContextMenu.d.ts +6 -0
- package/esm/gen/types/ContextMenu.d.ts.map +1 -0
- package/esm/gen/types/ContextMenuItem.d.ts +26 -0
- package/esm/gen/types/ContextMenuItem.d.ts.map +1 -0
- package/esm/gen/types/Core.d.ts +7 -0
- package/esm/gen/types/Core.d.ts.map +1 -0
- package/esm/gen/types/CssStyles.d.ts +1 -1
- package/esm/gen/types/CssStyles.d.ts.map +1 -1
- package/esm/gen/types/DesktopWorkspace.d.ts +2 -0
- package/esm/gen/types/DesktopWorkspace.d.ts.map +1 -1
- package/esm/gen/types/Disk.d.ts +11 -0
- package/esm/gen/types/Disk.d.ts.map +1 -0
- package/esm/gen/types/FolderChangedArgs.d.ts +1 -2
- package/esm/gen/types/FolderChangedArgs.d.ts.map +1 -1
- package/esm/gen/types/FolderType.d.ts +0 -1
- package/esm/gen/types/FolderType.d.ts.map +1 -1
- package/esm/gen/types/FolderType.js +0 -1
- package/esm/gen/types/Frame.d.ts +7 -0
- package/esm/gen/types/Frame.d.ts.map +1 -0
- package/esm/gen/types/ImeStatus.d.ts +5 -0
- package/esm/gen/types/ImeStatus.d.ts.map +1 -0
- package/esm/gen/types/KeyboardLayout.d.ts +1 -1
- package/esm/gen/types/MediaPlayerTimeline.d.ts +6 -6
- package/esm/gen/types/Memory.d.ts +7 -0
- package/esm/gen/types/Memory.d.ts.map +1 -0
- package/esm/gen/types/MonitorBrightness.d.ts +8 -0
- package/esm/gen/types/MonitorBrightness.d.ts.map +1 -0
- package/esm/gen/types/MonitorConfiguration.d.ts +13 -0
- package/esm/gen/types/MonitorConfiguration.d.ts.map +1 -1
- package/esm/gen/types/MultimonitorBehaviour.d.ts +5 -0
- package/esm/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
- package/esm/gen/types/MultimonitorBehaviour.js +6 -0
- package/esm/gen/types/NetworkStatistics.d.ts +8 -0
- package/esm/gen/types/NetworkStatistics.d.ts.map +1 -0
- package/esm/gen/types/PhysicalMonitor.d.ts +1 -1
- package/esm/gen/types/PhysicalMonitor.d.ts.map +1 -1
- package/esm/gen/types/Point.d.ts +5 -0
- package/esm/gen/types/Point.d.ts.map +1 -0
- package/esm/gen/types/Rect.d.ts +6 -0
- package/esm/gen/types/Rect.d.ts.map +1 -1
- package/esm/gen/types/Resource.d.ts +3 -1
- package/esm/gen/types/Resource.d.ts.map +1 -1
- package/esm/gen/types/ResourceId.d.ts +2 -1
- package/esm/gen/types/ResourceId.d.ts.map +1 -1
- package/esm/gen/types/ResourceMetadata.d.ts +6 -1
- package/esm/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/esm/gen/types/ResourceText.d.ts +1 -1
- package/esm/gen/types/ResourceText.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +67 -31
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts +72 -35
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandRunArgs.d.ts +1 -0
- package/esm/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
- package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +2 -0
- package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
- package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.js +2 -0
- package/esm/gen/types/SeelenEventPayload.d.ts +28 -17
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/SeelenWallSettings.d.ts +13 -1
- package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/esm/gen/types/SeelenWegSettings.d.ts +0 -4
- package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/gen/types/Settings.d.ts +14 -1
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/SettingsByWidget.d.ts +3 -5
- package/esm/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/esm/gen/types/SluHotkeyAction.d.ts +1 -1
- package/esm/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/esm/gen/types/StartMenuItem.d.ts +4 -0
- package/esm/gen/types/StartMenuItem.d.ts.map +1 -1
- package/esm/gen/types/StartMenuLayout.d.ts +5 -0
- package/esm/gen/types/StartMenuLayout.d.ts.map +1 -0
- package/esm/gen/types/StartMenuLayoutItem.d.ts +10 -0
- package/esm/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
- package/esm/gen/types/StartMenuLayoutItem.js +2 -0
- package/esm/gen/types/StartOfWeek.d.ts +6 -0
- package/esm/gen/types/StartOfWeek.d.ts.map +1 -0
- package/esm/gen/types/StartOfWeek.js +7 -0
- package/esm/gen/types/SystemLanguage.d.ts +4 -1
- package/esm/gen/types/SystemLanguage.d.ts.map +1 -1
- package/esm/gen/types/ThemeSettings.d.ts +1 -1
- package/esm/gen/types/ThemeSettings.d.ts.map +1 -1
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/esm/gen/types/ToolbarItem.d.ts +40 -39
- package/esm/gen/types/ToolbarItem.d.ts.map +1 -1
- package/esm/gen/types/ToolbarJsScope.d.ts +17 -0
- package/esm/gen/types/ToolbarJsScope.d.ts.map +1 -0
- package/esm/gen/types/ToolbarJsScope.js +18 -0
- package/esm/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
- package/esm/gen/types/ToolbarState.d.ts.map +1 -0
- package/esm/gen/types/UniqueIconPackEntry.d.ts +4 -0
- package/esm/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
- package/esm/gen/types/User.d.ts +1 -0
- package/esm/gen/types/User.d.ts.map +1 -1
- package/esm/gen/types/UserAppWindowPreview.d.ts +7 -0
- package/esm/gen/types/UserAppWindowPreview.d.ts.map +1 -0
- package/esm/gen/types/UserAppWindowPreview.js +2 -0
- package/esm/gen/types/VirtualDesktopMonitor.d.ts +1 -3
- package/esm/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
- package/esm/gen/types/VirtualDesktops.d.ts +1 -1
- package/esm/gen/types/VirtualDesktops.d.ts.map +1 -1
- package/esm/gen/types/WallpaperCollection.d.ts +7 -0
- package/esm/gen/types/WallpaperCollection.d.ts.map +1 -0
- package/esm/gen/types/WegAppGroupItem.d.ts +1 -1
- package/esm/gen/types/WegItem.d.ts +3 -0
- package/esm/gen/types/WegItem.d.ts.map +1 -1
- package/esm/gen/types/WegItemType.d.ts +2 -1
- package/esm/gen/types/WegItemType.d.ts.map +1 -1
- package/esm/gen/types/WegItemType.js +1 -0
- package/esm/gen/types/WidgetConfigDefinition.d.ts +9 -0
- package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
- package/esm/gen/types/WidgetConfigGroup.d.ts +20 -0
- package/esm/gen/types/WidgetConfigGroup.d.ts.map +1 -0
- package/esm/gen/types/WidgetLoader.d.ts +1 -0
- package/esm/gen/types/WidgetLoader.d.ts.map +1 -1
- package/esm/gen/types/WidgetLoader.js +1 -0
- package/esm/gen/types/WidgetSelectOption.d.ts +19 -0
- package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -0
- package/esm/gen/types/WidgetSelectSubtype.d.ts +8 -0
- package/esm/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
- package/esm/gen/types/WidgetSelectSubtype.js +9 -0
- package/esm/gen/types/WidgetSettingColor.d.ts +38 -0
- package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingInputNumber.d.ts +46 -0
- package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingInputText.d.ts +46 -0
- package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingItem.d.ts +23 -0
- package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingRange.d.ts +46 -0
- package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingSelect.d.ts +44 -0
- package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingSwitch.d.ts +34 -0
- package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
- package/esm/gen/types/WidgetStatus.d.ts +1 -1
- package/esm/gen/types/WidgetStatus.d.ts.map +1 -1
- package/esm/gen/types/WidgetStatus.js +1 -1
- package/esm/gen/types/WidgetTriggerPayload.d.ts +3 -2
- package/esm/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
- package/esm/gen/types/WindowManagerSettings.d.ts +5 -0
- package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/esm/gen/types/WmAnimations.d.ts +1 -1
- package/esm/gen/types/WmDragBehavior.d.ts +5 -0
- package/esm/gen/types/WmDragBehavior.d.ts.map +1 -0
- package/esm/gen/types/WmDragBehavior.js +6 -0
- package/esm/gen/types/WmRenderTree.d.ts +6 -0
- package/esm/gen/types/WmRenderTree.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceConfiguration.d.ts +8 -0
- package/esm/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceConfiguration.js +2 -0
- package/esm/gen/types/mod.d.ts +44 -41
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +44 -41
- package/esm/src/handlers/commands.d.ts +33 -18
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +32 -17
- package/esm/src/handlers/events.d.ts +12 -9
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +11 -8
- package/esm/src/lib.d.ts +1 -1
- package/esm/src/lib.d.ts.map +1 -1
- package/esm/src/state/icon_pack.d.ts.map +1 -1
- package/esm/src/state/mod.d.ts +0 -13
- package/esm/src/state/mod.d.ts.map +1 -1
- package/esm/src/state/mod.js +0 -19
- package/esm/src/state/plugin/mod.js +1 -1
- package/esm/src/state/settings/mod.d.ts +1 -8
- package/esm/src/state/settings/mod.d.ts.map +1 -1
- package/esm/src/state/settings/mod.js +1 -23
- package/esm/src/state/theme/mod.js +1 -1
- package/esm/src/state/widget/interfaces.d.ts +39 -0
- package/esm/src/state/widget/interfaces.d.ts.map +1 -0
- package/esm/src/state/widget/mod.d.ts +26 -49
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +179 -112
- package/esm/src/state/widget/positioning.d.ts +7 -11
- package/esm/src/state/widget/positioning.d.ts.map +1 -1
- package/esm/src/state/widget/positioning.js +42 -30
- package/esm/src/state/widget/sizing.d.ts +8 -6
- package/esm/src/state/widget/sizing.d.ts.map +1 -1
- package/esm/src/state/widget/sizing.js +46 -22
- package/esm/src/system_state/language.d.ts +1 -13
- package/esm/src/system_state/language.d.ts.map +1 -1
- package/esm/src/system_state/user.d.ts +1 -30
- package/esm/src/system_state/user.d.ts.map +1 -1
- package/esm/src/system_state/user.js +1 -48
- package/package.json +6 -6
- package/readme.md +1 -1
- package/script/gen/types/AppNotification.d.ts +1 -1
- package/script/gen/types/AppsConfigurationList.d.ts +3 -0
- package/script/gen/types/AppsConfigurationList.d.ts.map +1 -0
- package/script/gen/types/BluetoothDevice.d.ts +1 -1
- package/script/gen/types/ContextMenu.d.ts +6 -0
- package/script/gen/types/ContextMenu.d.ts.map +1 -0
- package/script/gen/types/ContextMenuItem.d.ts +26 -0
- package/script/gen/types/ContextMenuItem.d.ts.map +1 -0
- package/script/gen/types/Core.d.ts +7 -0
- package/script/gen/types/Core.d.ts.map +1 -0
- package/script/gen/types/CssStyles.d.ts +1 -1
- package/script/gen/types/CssStyles.d.ts.map +1 -1
- package/script/gen/types/DesktopWorkspace.d.ts +2 -0
- package/script/gen/types/DesktopWorkspace.d.ts.map +1 -1
- package/script/gen/types/Disk.d.ts +11 -0
- package/script/gen/types/Disk.d.ts.map +1 -0
- package/script/gen/types/FolderChangedArgs.d.ts +1 -2
- package/script/gen/types/FolderChangedArgs.d.ts.map +1 -1
- package/script/gen/types/FolderType.d.ts +0 -1
- package/script/gen/types/FolderType.d.ts.map +1 -1
- package/script/gen/types/FolderType.js +0 -1
- package/script/gen/types/Frame.d.ts +7 -0
- package/script/gen/types/Frame.d.ts.map +1 -0
- package/script/gen/types/ImeStatus.d.ts +5 -0
- package/script/gen/types/ImeStatus.d.ts.map +1 -0
- package/script/gen/types/KeyboardLayout.d.ts +1 -1
- package/script/gen/types/MediaPlayerTimeline.d.ts +6 -6
- package/script/gen/types/Memory.d.ts +7 -0
- package/script/gen/types/Memory.d.ts.map +1 -0
- package/script/gen/types/MonitorBrightness.d.ts +8 -0
- package/script/gen/types/MonitorBrightness.d.ts.map +1 -0
- package/script/gen/types/MonitorConfiguration.d.ts +13 -0
- package/script/gen/types/MonitorConfiguration.d.ts.map +1 -1
- package/script/gen/types/MultimonitorBehaviour.d.ts +5 -0
- package/script/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
- package/script/gen/types/MultimonitorBehaviour.js +9 -0
- package/script/gen/types/NetworkStatistics.d.ts +8 -0
- package/script/gen/types/NetworkStatistics.d.ts.map +1 -0
- package/script/gen/types/PhysicalMonitor.d.ts +1 -1
- package/script/gen/types/PhysicalMonitor.d.ts.map +1 -1
- package/script/gen/types/Point.d.ts +5 -0
- package/script/gen/types/Point.d.ts.map +1 -0
- package/script/gen/types/Rect.d.ts +6 -0
- package/script/gen/types/Rect.d.ts.map +1 -1
- package/script/gen/types/Resource.d.ts +3 -1
- package/script/gen/types/Resource.d.ts.map +1 -1
- package/script/gen/types/ResourceId.d.ts +2 -1
- package/script/gen/types/ResourceId.d.ts.map +1 -1
- package/script/gen/types/ResourceMetadata.d.ts +6 -1
- package/script/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/script/gen/types/ResourceText.d.ts +1 -1
- package/script/gen/types/ResourceText.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +67 -31
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandReturn.d.ts +72 -35
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandRunArgs.d.ts +1 -0
- package/script/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
- package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +3 -0
- package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
- package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.js +3 -0
- package/script/gen/types/SeelenEventPayload.d.ts +28 -17
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/SeelenWallSettings.d.ts +13 -1
- package/script/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/script/gen/types/SeelenWegSettings.d.ts +0 -4
- package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/gen/types/Settings.d.ts +14 -1
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/SettingsByWidget.d.ts +3 -5
- package/script/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/script/gen/types/SluHotkeyAction.d.ts +1 -1
- package/script/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/script/gen/types/StartMenuItem.d.ts +4 -0
- package/script/gen/types/StartMenuItem.d.ts.map +1 -1
- package/script/gen/types/StartMenuLayout.d.ts +5 -0
- package/script/gen/types/StartMenuLayout.d.ts.map +1 -0
- package/script/gen/types/StartMenuLayoutItem.d.ts +10 -0
- package/script/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
- package/script/gen/types/StartMenuLayoutItem.js +3 -0
- package/script/gen/types/StartOfWeek.d.ts +6 -0
- package/script/gen/types/StartOfWeek.d.ts.map +1 -0
- package/script/gen/types/StartOfWeek.js +10 -0
- package/script/gen/types/SystemLanguage.d.ts +4 -1
- package/script/gen/types/SystemLanguage.d.ts.map +1 -1
- package/script/gen/types/ThemeSettings.d.ts +1 -1
- package/script/gen/types/ThemeSettings.d.ts.map +1 -1
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/script/gen/types/ToolbarItem.d.ts +40 -39
- package/script/gen/types/ToolbarItem.d.ts.map +1 -1
- package/script/gen/types/ToolbarJsScope.d.ts +17 -0
- package/script/gen/types/ToolbarJsScope.d.ts.map +1 -0
- package/script/gen/types/ToolbarJsScope.js +21 -0
- package/script/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
- package/script/gen/types/ToolbarState.d.ts.map +1 -0
- package/script/gen/types/UniqueIconPackEntry.d.ts +4 -0
- package/script/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
- package/script/gen/types/User.d.ts +1 -0
- package/script/gen/types/User.d.ts.map +1 -1
- package/script/gen/types/UserAppWindowPreview.d.ts +7 -0
- package/script/gen/types/UserAppWindowPreview.d.ts.map +1 -0
- package/script/gen/types/UserAppWindowPreview.js +3 -0
- package/script/gen/types/VirtualDesktopMonitor.d.ts +1 -3
- package/script/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
- package/script/gen/types/VirtualDesktops.d.ts +1 -1
- package/script/gen/types/VirtualDesktops.d.ts.map +1 -1
- package/script/gen/types/WallpaperCollection.d.ts +7 -0
- package/script/gen/types/WallpaperCollection.d.ts.map +1 -0
- package/script/gen/types/WegAppGroupItem.d.ts +1 -1
- package/script/gen/types/WegItem.d.ts +3 -0
- package/script/gen/types/WegItem.d.ts.map +1 -1
- package/script/gen/types/WegItemType.d.ts +2 -1
- package/script/gen/types/WegItemType.d.ts.map +1 -1
- package/script/gen/types/WegItemType.js +1 -0
- package/script/gen/types/WidgetConfigDefinition.d.ts +9 -0
- package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
- package/script/gen/types/WidgetConfigGroup.d.ts +20 -0
- package/script/gen/types/WidgetConfigGroup.d.ts.map +1 -0
- package/script/gen/types/WidgetLoader.d.ts +1 -0
- package/script/gen/types/WidgetLoader.d.ts.map +1 -1
- package/script/gen/types/WidgetLoader.js +1 -0
- package/script/gen/types/WidgetSelectOption.d.ts +19 -0
- package/script/gen/types/WidgetSelectOption.d.ts.map +1 -0
- package/script/gen/types/WidgetSelectSubtype.d.ts +8 -0
- package/script/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
- package/script/gen/types/WidgetSelectSubtype.js +12 -0
- package/script/gen/types/WidgetSettingColor.d.ts +38 -0
- package/script/gen/types/WidgetSettingColor.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingInputNumber.d.ts +46 -0
- package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingInputText.d.ts +46 -0
- package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingItem.d.ts +23 -0
- package/script/gen/types/WidgetSettingItem.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingRange.d.ts +46 -0
- package/script/gen/types/WidgetSettingRange.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingSelect.d.ts +44 -0
- package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingSwitch.d.ts +34 -0
- package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
- package/script/gen/types/WidgetStatus.d.ts +1 -1
- package/script/gen/types/WidgetStatus.d.ts.map +1 -1
- package/script/gen/types/WidgetStatus.js +1 -1
- package/script/gen/types/WidgetTriggerPayload.d.ts +3 -2
- package/script/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
- package/script/gen/types/WindowManagerSettings.d.ts +5 -0
- package/script/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/script/gen/types/WmAnimations.d.ts +1 -1
- package/script/gen/types/WmDragBehavior.d.ts +5 -0
- package/script/gen/types/WmDragBehavior.d.ts.map +1 -0
- package/script/gen/types/WmDragBehavior.js +9 -0
- package/script/gen/types/WmRenderTree.d.ts +6 -0
- package/script/gen/types/WmRenderTree.d.ts.map +1 -0
- package/script/gen/types/WorkspaceConfiguration.d.ts +8 -0
- package/script/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/script/gen/types/WorkspaceConfiguration.js +3 -0
- package/script/gen/types/mod.d.ts +44 -41
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +44 -41
- package/script/src/handlers/commands.d.ts +33 -18
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +32 -17
- package/script/src/handlers/events.d.ts +12 -9
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +11 -8
- package/script/src/lib.d.ts +1 -1
- package/script/src/lib.d.ts.map +1 -1
- package/script/src/state/icon_pack.d.ts.map +1 -1
- package/script/src/state/mod.d.ts +0 -13
- package/script/src/state/mod.d.ts.map +1 -1
- package/script/src/state/mod.js +0 -21
- package/script/src/state/plugin/mod.js +1 -1
- package/script/src/state/settings/mod.d.ts +1 -8
- package/script/src/state/settings/mod.d.ts.map +1 -1
- package/script/src/state/settings/mod.js +0 -36
- package/script/src/state/theme/mod.js +1 -1
- package/script/src/state/widget/interfaces.d.ts +39 -0
- package/script/src/state/widget/interfaces.d.ts.map +1 -0
- package/script/src/state/widget/mod.d.ts +26 -49
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +179 -113
- package/script/src/state/widget/positioning.d.ts +7 -11
- package/script/src/state/widget/positioning.d.ts.map +1 -1
- package/script/src/state/widget/positioning.js +45 -31
- package/script/src/state/widget/sizing.d.ts +8 -6
- package/script/src/state/widget/sizing.d.ts.map +1 -1
- package/script/src/state/widget/sizing.js +45 -21
- package/script/src/system_state/language.d.ts +1 -13
- package/script/src/system_state/language.d.ts.map +1 -1
- package/script/src/system_state/user.d.ts +1 -30
- package/script/src/system_state/user.d.ts.map +1 -1
- package/script/src/system_state/user.js +1 -56
- package/esm/gen/types/BluetoothToolbarItem.d.ts +0 -193
- package/esm/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Brightness.d.ts +0 -6
- package/esm/gen/types/Brightness.d.ts.map +0 -1
- package/esm/gen/types/DateToolbarItem.d.ts +0 -69
- package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/DeviceToolbarItem.d.ts +0 -61
- package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/File.d.ts +0 -5
- package/esm/gen/types/File.d.ts.map +0 -1
- package/esm/gen/types/GenericToolbarItem.d.ts +0 -89
- package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/KeyboardToolbarItem.d.ts +0 -145
- package/esm/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/LauncherHistory.d.ts +0 -4
- package/esm/gen/types/LauncherHistory.d.ts.map +0 -1
- package/esm/gen/types/MediaToolbarItem.d.ts +0 -145
- package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/NetworkToolbarItem.d.ts +0 -125
- package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -69
- package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Placeholder.d.ts.map +0 -1
- package/esm/gen/types/PowerToolbarItem.d.ts +0 -265
- package/esm/gen/types/PowerToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Profile.d.ts +0 -8
- package/esm/gen/types/Profile.d.ts.map +0 -1
- package/esm/gen/types/ProfileSettings.d.ts +0 -4
- package/esm/gen/types/ProfileSettings.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -5
- package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherMonitor.js +0 -6
- package/esm/gen/types/SeelenLauncherRunner.d.ts +0 -7
- package/esm/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherSettings.d.ts +0 -8
- package/esm/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
- package/esm/gen/types/SettingsToolbarItem.d.ts +0 -61
- package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/TextToolbarItem.d.ts +0 -121
- package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/ToolbarModuleType.d.ts +0 -16
- package/esm/gen/types/ToolbarModuleType.d.ts.map +0 -1
- package/esm/gen/types/ToolbarModuleType.js +0 -17
- package/esm/gen/types/UserApplication.d.ts +0 -7
- package/esm/gen/types/UserApplication.d.ts.map +0 -1
- package/esm/gen/types/UserToolbarItem.d.ts +0 -73
- package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -63
- package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItemMode.js +0 -7
- package/esm/gen/types/WsdGroup.d.ts +0 -8
- package/esm/gen/types/WsdGroup.d.ts.map +0 -1
- package/esm/gen/types/WsdGroupEntry.d.ts +0 -13
- package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/esm/gen/types/WsdItem.d.ts +0 -20
- package/esm/gen/types/WsdItem.d.ts.map +0 -1
- package/esm/gen/types/WsdItemColor.d.ts +0 -25
- package/esm/gen/types/WsdItemColor.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputNumber.d.ts +0 -26
- package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputText.d.ts +0 -24
- package/esm/gen/types/WsdItemInputText.d.ts.map +0 -1
- package/esm/gen/types/WsdItemRange.d.ts +0 -27
- package/esm/gen/types/WsdItemRange.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelect.d.ts +0 -28
- package/esm/gen/types/WsdItemSelect.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelect.js +0 -1
- package/esm/gen/types/WsdItemSelectOption.d.ts +0 -16
- package/esm/gen/types/WsdItemSelectOption.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelectOption.js +0 -1
- package/esm/gen/types/WsdItemSelectSubtype.d.ts +0 -2
- package/esm/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSwitch.d.ts +0 -24
- package/esm/gen/types/WsdItemSwitch.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSwitch.js +0 -1
- package/esm/src/state/placeholder.d.ts +0 -2
- package/esm/src/state/placeholder.d.ts.map +0 -1
- package/esm/src/state/placeholder.js +0 -1
- package/esm/src/state/profile.d.ts +0 -6
- package/esm/src/state/profile.d.ts.map +0 -1
- package/esm/src/state/profile.js +0 -8
- package/esm/src/state/settings/settings_by_monitor.d.ts +0 -7
- package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/esm/src/state/settings/settings_by_monitor.js +0 -11
- package/esm/src/state/settings_by_app.d.ts +0 -8
- package/esm/src/state/settings_by_app.d.ts.map +0 -1
- package/esm/src/state/settings_by_app.js +0 -12
- package/esm/src/state/startup.d.ts +0 -5
- package/esm/src/state/startup.d.ts.map +0 -1
- package/esm/src/state/startup.js +0 -9
- package/script/gen/types/BluetoothToolbarItem.d.ts +0 -193
- package/script/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Brightness.d.ts +0 -6
- package/script/gen/types/Brightness.d.ts.map +0 -1
- package/script/gen/types/DateToolbarItem.d.ts +0 -69
- package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/script/gen/types/DeviceToolbarItem.d.ts +0 -61
- package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/File.d.ts +0 -5
- package/script/gen/types/File.d.ts.map +0 -1
- package/script/gen/types/GenericToolbarItem.d.ts +0 -89
- package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/script/gen/types/KeyboardToolbarItem.d.ts +0 -145
- package/script/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
- package/script/gen/types/LauncherHistory.d.ts +0 -4
- package/script/gen/types/LauncherHistory.d.ts.map +0 -1
- package/script/gen/types/MediaToolbarItem.d.ts +0 -145
- package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/script/gen/types/NetworkToolbarItem.d.ts +0 -125
- package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/script/gen/types/NotificationsToolbarItem.d.ts +0 -69
- package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Placeholder.d.ts.map +0 -1
- package/script/gen/types/PowerToolbarItem.d.ts +0 -265
- package/script/gen/types/PowerToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Profile.d.ts +0 -8
- package/script/gen/types/Profile.d.ts.map +0 -1
- package/script/gen/types/ProfileSettings.d.ts +0 -4
- package/script/gen/types/ProfileSettings.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -5
- package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherMonitor.js +0 -9
- package/script/gen/types/SeelenLauncherRunner.d.ts +0 -7
- package/script/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherSettings.d.ts +0 -8
- package/script/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
- package/script/gen/types/SettingsToolbarItem.d.ts +0 -61
- package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/TextToolbarItem.d.ts +0 -121
- package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/script/gen/types/ToolbarModuleType.d.ts +0 -16
- package/script/gen/types/ToolbarModuleType.d.ts.map +0 -1
- package/script/gen/types/ToolbarModuleType.js +0 -20
- package/script/gen/types/UserApplication.d.ts +0 -7
- package/script/gen/types/UserApplication.d.ts.map +0 -1
- package/script/gen/types/UserToolbarItem.d.ts +0 -73
- package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -63
- package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItemMode.js +0 -10
- package/script/gen/types/WsdGroup.d.ts +0 -8
- package/script/gen/types/WsdGroup.d.ts.map +0 -1
- package/script/gen/types/WsdGroupEntry.d.ts +0 -13
- package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/script/gen/types/WsdItem.d.ts +0 -20
- package/script/gen/types/WsdItem.d.ts.map +0 -1
- package/script/gen/types/WsdItemColor.d.ts +0 -25
- package/script/gen/types/WsdItemColor.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputNumber.d.ts +0 -26
- package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputText.d.ts +0 -24
- package/script/gen/types/WsdItemInputText.d.ts.map +0 -1
- package/script/gen/types/WsdItemRange.d.ts +0 -27
- package/script/gen/types/WsdItemRange.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelect.d.ts +0 -28
- package/script/gen/types/WsdItemSelect.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelect.js +0 -2
- package/script/gen/types/WsdItemSelectOption.d.ts +0 -16
- package/script/gen/types/WsdItemSelectOption.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelectOption.js +0 -2
- package/script/gen/types/WsdItemSelectSubtype.d.ts +0 -2
- package/script/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
- package/script/gen/types/WsdItemSwitch.d.ts +0 -24
- package/script/gen/types/WsdItemSwitch.d.ts.map +0 -1
- package/script/gen/types/WsdItemSwitch.js +0 -2
- package/script/src/state/placeholder.d.ts +0 -2
- package/script/src/state/placeholder.d.ts.map +0 -1
- package/script/src/state/placeholder.js +0 -2
- package/script/src/state/profile.d.ts +0 -6
- package/script/src/state/profile.d.ts.map +0 -1
- package/script/src/state/profile.js +0 -12
- package/script/src/state/settings/settings_by_monitor.d.ts +0 -7
- package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/script/src/state/settings/settings_by_monitor.js +0 -15
- package/script/src/state/settings_by_app.d.ts +0 -8
- package/script/src/state/settings_by_app.d.ts.map +0 -1
- package/script/src/state/settings_by_app.js +0 -16
- package/script/src/state/startup.d.ts +0 -5
- package/script/src/state/startup.d.ts.map +0 -1
- package/script/src/state/startup.js +0 -13
- /package/esm/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
- /package/esm/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
- /package/esm/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
- /package/esm/gen/types/{Brightness.js → Core.js} +0 -0
- /package/esm/gen/types/{File.js → Disk.js} +0 -0
- /package/esm/gen/types/{LauncherHistory.js → Frame.js} +0 -0
- /package/esm/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
- /package/esm/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
- /package/esm/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
- /package/esm/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
- /package/esm/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
- /package/esm/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
- /package/esm/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
- /package/esm/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
- /package/esm/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
- /package/esm/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
- /package/esm/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
- /package/esm/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
- /package/esm/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
- /package/esm/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
- /package/esm/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
- /package/esm/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
- /package/esm/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
- /package/esm/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
- /package/esm/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
- /package/esm/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
- /package/esm/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
- /package/esm/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
- /package/esm/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
- /package/script/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
- /package/script/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
- /package/script/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
- /package/script/gen/types/{Brightness.js → Core.js} +0 -0
- /package/script/gen/types/{File.js → Disk.js} +0 -0
- /package/script/gen/types/{LauncherHistory.js → Frame.js} +0 -0
- /package/script/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
- /package/script/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
- /package/script/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
- /package/script/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
- /package/script/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
- /package/script/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
- /package/script/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
- /package/script/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
- /package/script/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
- /package/script/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
- /package/script/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
- /package/script/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
- /package/script/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
- /package/script/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
- /package/script/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
- /package/script/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
- /package/script/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
- /package/script/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
- /package/script/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
- /package/script/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
- /package/script/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
- /package/script/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
- /package/script/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
- /package/script/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
- /package/script/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
- /package/script/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
|
@@ -2,9 +2,12 @@ import type { SeelenCommandActivateNotificationArgs } from "./SeelenCommandActiv
|
|
|
2
2
|
import type { SeelenCommandClosePopupArgs } from "./SeelenCommandClosePopupArgs.js";
|
|
3
3
|
import type { SeelenCommandConfirmBluetoothDevicePairingArgs } from "./SeelenCommandConfirmBluetoothDevicePairingArgs.js";
|
|
4
4
|
import type { SeelenCommandCreatePopupArgs } from "./SeelenCommandCreatePopupArgs.js";
|
|
5
|
+
import type { SeelenCommandCreateWorkspaceArgs } from "./SeelenCommandCreateWorkspaceArgs.js";
|
|
6
|
+
import type { SeelenCommandDestroyWorkspaceArgs } from "./SeelenCommandDestroyWorkspaceArgs.js";
|
|
5
7
|
import type { SeelenCommandDisconnectBluetoothDeviceArgs } from "./SeelenCommandDisconnectBluetoothDeviceArgs.js";
|
|
6
8
|
import type { SeelenCommandForgetBluetoothDeviceArgs } from "./SeelenCommandForgetBluetoothDeviceArgs.js";
|
|
7
9
|
import type { SeelenCommandGetIconArgs } from "./SeelenCommandGetIconArgs.js";
|
|
10
|
+
import type { SeelenCommandGetKeyStateArgs } from "./SeelenCommandGetKeyStateArgs.js";
|
|
8
11
|
import type { SeelenCommandGetPopupConfigArgs } from "./SeelenCommandGetPopupConfigArgs.js";
|
|
9
12
|
import type { SeelenCommandGetUserFolderContentArgs } from "./SeelenCommandGetUserFolderContentArgs.js";
|
|
10
13
|
import type { SeelenCommandMediaNextArgs } from "./SeelenCommandMediaNextArgs.js";
|
|
@@ -14,38 +17,41 @@ import type { SeelenCommandMediaToggleMuteArgs } from "./SeelenCommandMediaToggl
|
|
|
14
17
|
import type { SeelenCommandMediaTogglePlayPauseArgs } from "./SeelenCommandMediaTogglePlayPauseArgs.js";
|
|
15
18
|
import type { SeelenCommandNotificationsCloseArgs } from "./SeelenCommandNotificationsCloseArgs.js";
|
|
16
19
|
import type { SeelenCommandOpenFileArgs } from "./SeelenCommandOpenFileArgs.js";
|
|
20
|
+
import type { SeelenCommandReadFileArgs } from "./SeelenCommandReadFileArgs.js";
|
|
17
21
|
import type { SeelenCommandRemoveResourceArgs } from "./SeelenCommandRemoveResourceArgs.js";
|
|
22
|
+
import type { SeelenCommandRenameWorkspaceArgs } from "./SeelenCommandRenameWorkspaceArgs.js";
|
|
18
23
|
import type { SeelenCommandRequestFocusArgs } from "./SeelenCommandRequestFocusArgs.js";
|
|
19
24
|
import type { SeelenCommandRequestPairBluetoothDeviceArgs } from "./SeelenCommandRequestPairBluetoothDeviceArgs.js";
|
|
20
25
|
import type { SeelenCommandRequestToUserInputShortcutArgs } from "./SeelenCommandRequestToUserInputShortcutArgs.js";
|
|
21
26
|
import type { SeelenCommandRunArgs } from "./SeelenCommandRunArgs.js";
|
|
22
|
-
import type { SeelenCommandRunAsAdminArgs } from "./SeelenCommandRunAsAdminArgs.js";
|
|
23
27
|
import type { SeelenCommandSelectFileOnExplorerArgs } from "./SeelenCommandSelectFileOnExplorerArgs.js";
|
|
24
|
-
import type { SeelenCommandSendKeysArgs } from "./SeelenCommandSendKeysArgs.js";
|
|
25
28
|
import type { SeelenCommandSendSystemTrayIconActionArgs } from "./SeelenCommandSendSystemTrayIconActionArgs.js";
|
|
26
29
|
import type { SeelenCommandSetAppWindowsPositionsArgs } from "./SeelenCommandSetAppWindowsPositionsArgs.js";
|
|
27
30
|
import type { SeelenCommandSetAutoStartArgs } from "./SeelenCommandSetAutoStartArgs.js";
|
|
28
31
|
import type { SeelenCommandSetCurrentWidgetStatusArgs } from "./SeelenCommandSetCurrentWidgetStatusArgs.js";
|
|
29
|
-
import type {
|
|
32
|
+
import type { SeelenCommandSetMonitorBrightnessArgs } from "./SeelenCommandSetMonitorBrightnessArgs.js";
|
|
30
33
|
import type { SeelenCommandSetNativeShellWallpaperArgs } from "./SeelenCommandSetNativeShellWallpaperArgs.js";
|
|
31
34
|
import type { SeelenCommandSetRadioStateArgs } from "./SeelenCommandSetRadioStateArgs.js";
|
|
32
|
-
import type {
|
|
35
|
+
import type { SeelenCommandSetSelfPositionArgs } from "./SeelenCommandSetSelfPositionArgs.js";
|
|
33
36
|
import type { SeelenCommandSetVolumeLevelArgs } from "./SeelenCommandSetVolumeLevelArgs.js";
|
|
34
37
|
import type { SeelenCommandStateGetSettingsArgs } from "./SeelenCommandStateGetSettingsArgs.js";
|
|
35
38
|
import type { SeelenCommandStateGetWegItemsArgs } from "./SeelenCommandStateGetWegItemsArgs.js";
|
|
36
39
|
import type { SeelenCommandStateSetCustomIconPackArgs } from "./SeelenCommandStateSetCustomIconPackArgs.js";
|
|
37
40
|
import type { SeelenCommandStateWriteSettingsArgs } from "./SeelenCommandStateWriteSettingsArgs.js";
|
|
41
|
+
import type { SeelenCommandStateWriteToolbarItemsArgs } from "./SeelenCommandStateWriteToolbarItemsArgs.js";
|
|
38
42
|
import type { SeelenCommandStateWriteWegItemsArgs } from "./SeelenCommandStateWriteWegItemsArgs.js";
|
|
39
43
|
import type { SeelenCommandSwitchWorkspaceArgs } from "./SeelenCommandSwitchWorkspaceArgs.js";
|
|
40
44
|
import type { SeelenCommandSystemSetKeyboardLayoutArgs } from "./SeelenCommandSystemSetKeyboardLayoutArgs.js";
|
|
45
|
+
import type { SeelenCommandTriggerContextMenuArgs } from "./SeelenCommandTriggerContextMenuArgs.js";
|
|
41
46
|
import type { SeelenCommandTriggerWidgetArgs } from "./SeelenCommandTriggerWidgetArgs.js";
|
|
42
47
|
import type { SeelenCommandUpdatePopupArgs } from "./SeelenCommandUpdatePopupArgs.js";
|
|
48
|
+
import type { SeelenCommandWallpaperSaveThumbnailArgs } from "./SeelenCommandWallpaperSaveThumbnailArgs.js";
|
|
43
49
|
import type { SeelenCommandWegCloseAppArgs } from "./SeelenCommandWegCloseAppArgs.js";
|
|
44
50
|
import type { SeelenCommandWegKillAppArgs } from "./SeelenCommandWegKillAppArgs.js";
|
|
45
51
|
import type { SeelenCommandWegPinItemArgs } from "./SeelenCommandWegPinItemArgs.js";
|
|
46
|
-
import type { SeelenCommandWegRequestUpdatePreviewsArgs } from "./SeelenCommandWegRequestUpdatePreviewsArgs.js";
|
|
47
52
|
import type { SeelenCommandWegToggleWindowStateArgs } from "./SeelenCommandWegToggleWindowStateArgs.js";
|
|
48
53
|
import type { SeelenCommandWlanConnectArgs } from "./SeelenCommandWlanConnectArgs.js";
|
|
54
|
+
import type { SeelenCommandWriteFileArgs } from "./SeelenCommandWriteFileArgs.js";
|
|
49
55
|
/**
|
|
50
56
|
* Internal used as mapping of commands to their arguments
|
|
51
57
|
*/
|
|
@@ -54,31 +60,41 @@ export type SeelenCommandArgument = {
|
|
|
54
60
|
} | {
|
|
55
61
|
"switch_workspace": SeelenCommandSwitchWorkspaceArgs;
|
|
56
62
|
} | {
|
|
57
|
-
"
|
|
63
|
+
"create_workspace": SeelenCommandCreateWorkspaceArgs;
|
|
58
64
|
} | {
|
|
59
|
-
"
|
|
65
|
+
"destroy_workspace": SeelenCommandDestroyWorkspaceArgs;
|
|
60
66
|
} | {
|
|
61
|
-
"
|
|
67
|
+
"rename_workspace": SeelenCommandRenameWorkspaceArgs;
|
|
62
68
|
} | {
|
|
63
|
-
"
|
|
69
|
+
"wallpaper_next": null;
|
|
64
70
|
} | {
|
|
65
|
-
"
|
|
71
|
+
"wallpaper_prev": null;
|
|
66
72
|
} | {
|
|
67
|
-
"
|
|
73
|
+
"wallpaper_save_thumbnail": SeelenCommandWallpaperSaveThumbnailArgs;
|
|
68
74
|
} | {
|
|
69
75
|
"open_file": SeelenCommandOpenFileArgs;
|
|
70
76
|
} | {
|
|
71
77
|
"select_file_on_explorer": SeelenCommandSelectFileOnExplorerArgs;
|
|
72
78
|
} | {
|
|
73
|
-
"
|
|
79
|
+
"run": SeelenCommandRunArgs;
|
|
74
80
|
} | {
|
|
75
|
-
"
|
|
81
|
+
"is_dev_mode": null;
|
|
76
82
|
} | {
|
|
77
|
-
"
|
|
83
|
+
"is_appx_package": null;
|
|
78
84
|
} | {
|
|
79
|
-
"
|
|
85
|
+
"has_fixed_runtime": null;
|
|
80
86
|
} | {
|
|
81
|
-
"
|
|
87
|
+
"get_focused_app": null;
|
|
88
|
+
} | {
|
|
89
|
+
"get_mouse_position": null;
|
|
90
|
+
} | {
|
|
91
|
+
"get_key_state": SeelenCommandGetKeyStateArgs;
|
|
92
|
+
} | {
|
|
93
|
+
"get_user_envs": null;
|
|
94
|
+
} | {
|
|
95
|
+
"show_start_menu": null;
|
|
96
|
+
} | {
|
|
97
|
+
"get_icon": SeelenCommandGetIconArgs;
|
|
82
98
|
} | {
|
|
83
99
|
"show_desktop": null;
|
|
84
100
|
} | {
|
|
@@ -117,14 +133,14 @@ export type SeelenCommandArgument = {
|
|
|
117
133
|
"state_write_weg_items": SeelenCommandStateWriteWegItemsArgs;
|
|
118
134
|
} | {
|
|
119
135
|
"state_get_toolbar_items": null;
|
|
136
|
+
} | {
|
|
137
|
+
"state_write_toolbar_items": SeelenCommandStateWriteToolbarItemsArgs;
|
|
120
138
|
} | {
|
|
121
139
|
"state_get_settings": SeelenCommandStateGetSettingsArgs;
|
|
122
140
|
} | {
|
|
123
141
|
"state_write_settings": SeelenCommandStateWriteSettingsArgs;
|
|
124
142
|
} | {
|
|
125
|
-
"
|
|
126
|
-
} | {
|
|
127
|
-
"state_get_history": null;
|
|
143
|
+
"state_get_settings_by_app": null;
|
|
128
144
|
} | {
|
|
129
145
|
"state_get_plugins": null;
|
|
130
146
|
} | {
|
|
@@ -135,8 +151,6 @@ export type SeelenCommandArgument = {
|
|
|
135
151
|
"state_get_wallpapers": null;
|
|
136
152
|
} | {
|
|
137
153
|
"state_add_icon_to_custom_icon_pack": SeelenCommandStateSetCustomIconPackArgs;
|
|
138
|
-
} | {
|
|
139
|
-
"state_get_profiles": null;
|
|
140
154
|
} | {
|
|
141
155
|
"state_delete_cached_icons": null;
|
|
142
156
|
} | {
|
|
@@ -145,10 +159,18 @@ export type SeelenCommandArgument = {
|
|
|
145
159
|
"state_get_performance_mode": null;
|
|
146
160
|
} | {
|
|
147
161
|
"trigger_widget": SeelenCommandTriggerWidgetArgs;
|
|
162
|
+
} | {
|
|
163
|
+
"trigger_context_menu": SeelenCommandTriggerContextMenuArgs;
|
|
148
164
|
} | {
|
|
149
165
|
"set_current_widget_status": SeelenCommandSetCurrentWidgetStatusArgs;
|
|
150
166
|
} | {
|
|
151
167
|
"get_self_window_handle": null;
|
|
168
|
+
} | {
|
|
169
|
+
"set_self_position": SeelenCommandSetSelfPositionArgs;
|
|
170
|
+
} | {
|
|
171
|
+
"write_data_file": SeelenCommandWriteFileArgs;
|
|
172
|
+
} | {
|
|
173
|
+
"read_data_file": SeelenCommandReadFileArgs;
|
|
152
174
|
} | {
|
|
153
175
|
"get_native_shell_wallpaper": null;
|
|
154
176
|
} | {
|
|
@@ -157,12 +179,10 @@ export type SeelenCommandArgument = {
|
|
|
157
179
|
"get_user": null;
|
|
158
180
|
} | {
|
|
159
181
|
"get_user_folder_content": SeelenCommandGetUserFolderContentArgs;
|
|
160
|
-
} | {
|
|
161
|
-
"set_user_folder_limit": SeelenCommandSetUserFolderLimitArgs;
|
|
162
|
-
} | {
|
|
163
|
-
"get_user_applications": null;
|
|
164
182
|
} | {
|
|
165
183
|
"get_user_app_windows": null;
|
|
184
|
+
} | {
|
|
185
|
+
"get_user_app_windows_previews": null;
|
|
166
186
|
} | {
|
|
167
187
|
"get_media_devices": null;
|
|
168
188
|
} | {
|
|
@@ -180,9 +200,9 @@ export type SeelenCommandArgument = {
|
|
|
180
200
|
} | {
|
|
181
201
|
"media_set_default_device": SeelenCommandMediaSetDefaultDeviceArgs;
|
|
182
202
|
} | {
|
|
183
|
-
"
|
|
203
|
+
"get_all_monitors_brightness": null;
|
|
184
204
|
} | {
|
|
185
|
-
"
|
|
205
|
+
"set_monitor_brightness": SeelenCommandSetMonitorBrightnessArgs;
|
|
186
206
|
} | {
|
|
187
207
|
"get_power_status": null;
|
|
188
208
|
} | {
|
|
@@ -207,16 +227,14 @@ export type SeelenCommandArgument = {
|
|
|
207
227
|
"weg_kill_app": SeelenCommandWegKillAppArgs;
|
|
208
228
|
} | {
|
|
209
229
|
"weg_toggle_window_state": SeelenCommandWegToggleWindowStateArgs;
|
|
210
|
-
} | {
|
|
211
|
-
"weg_request_update_previews": SeelenCommandWegRequestUpdatePreviewsArgs;
|
|
212
230
|
} | {
|
|
213
231
|
"weg_pin_item": SeelenCommandWegPinItemArgs;
|
|
232
|
+
} | {
|
|
233
|
+
"wm_get_render_tree": null;
|
|
214
234
|
} | {
|
|
215
235
|
"set_app_windows_positions": SeelenCommandSetAppWindowsPositionsArgs;
|
|
216
236
|
} | {
|
|
217
237
|
"request_focus": SeelenCommandRequestFocusArgs;
|
|
218
|
-
} | {
|
|
219
|
-
"launcher_get_apps": null;
|
|
220
238
|
} | {
|
|
221
239
|
"create_popup": SeelenCommandCreatePopupArgs;
|
|
222
240
|
} | {
|
|
@@ -235,6 +253,12 @@ export type SeelenCommandArgument = {
|
|
|
235
253
|
"wlan_connect": SeelenCommandWlanConnectArgs;
|
|
236
254
|
} | {
|
|
237
255
|
"wlan_disconnect": null;
|
|
256
|
+
} | {
|
|
257
|
+
"get_network_default_local_ip": null;
|
|
258
|
+
} | {
|
|
259
|
+
"get_network_adapters": null;
|
|
260
|
+
} | {
|
|
261
|
+
"get_network_internet_connection": null;
|
|
238
262
|
} | {
|
|
239
263
|
"get_system_tray_icons": null;
|
|
240
264
|
} | {
|
|
@@ -251,6 +275,14 @@ export type SeelenCommandArgument = {
|
|
|
251
275
|
"get_radios": null;
|
|
252
276
|
} | {
|
|
253
277
|
"set_radios_state": SeelenCommandSetRadioStateArgs;
|
|
278
|
+
} | {
|
|
279
|
+
"get_system_disks": null;
|
|
280
|
+
} | {
|
|
281
|
+
"get_system_network": null;
|
|
282
|
+
} | {
|
|
283
|
+
"get_system_memory": null;
|
|
284
|
+
} | {
|
|
285
|
+
"get_system_cores": null;
|
|
254
286
|
} | {
|
|
255
287
|
"get_bluetooth_devices": null;
|
|
256
288
|
} | {
|
|
@@ -265,5 +297,9 @@ export type SeelenCommandArgument = {
|
|
|
265
297
|
"disconnect_bluetooth_device": SeelenCommandDisconnectBluetoothDeviceArgs;
|
|
266
298
|
} | {
|
|
267
299
|
"forget_bluetooth_device": SeelenCommandForgetBluetoothDeviceArgs;
|
|
300
|
+
} | {
|
|
301
|
+
"get_start_menu_items": null;
|
|
302
|
+
} | {
|
|
303
|
+
"get_native_start_menu": null;
|
|
268
304
|
};
|
|
269
305
|
//# sourceMappingURL=SeelenCommandArgument.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandArgument.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandArgument.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,qDAAqD,CAAC;AAC1H,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAClH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AAC1G,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAC5F,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AAC1G,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AACpG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,KAAK,EAAE
|
|
1
|
+
{"version":3,"file":"SeelenCommandArgument.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandArgument.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandCreateWorkspaceArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandCreateWorkspaceArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,MAAM,gCAAgC,GAAG;IAAE,SAAS,EAAE,SAAS,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandDestroyWorkspaceArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandDestroyWorkspaceArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,iCAAiC,GAAG;IAAE,WAAW,EAAE,WAAW,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandGetKeyStateArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandGetKeyStateArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,4BAA4B,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandReadFileArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandReadFileArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,yBAAyB,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandRenameWorkspaceArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandRenameWorkspaceArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,gCAAgC,GAAG;IAAE,WAAW,EAAE,WAAW,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -2,40 +2,45 @@ import type { AppConfig } from "./AppConfig.js";
|
|
|
2
2
|
import type { AppNotification } from "./AppNotification.js";
|
|
3
3
|
import type { Battery } from "./Battery.js";
|
|
4
4
|
import type { BluetoothDevice } from "./BluetoothDevice.js";
|
|
5
|
-
import type { Brightness } from "./Brightness.js";
|
|
6
5
|
import type { Color } from "./Color.js";
|
|
6
|
+
import type { Core } from "./Core.js";
|
|
7
7
|
import type { DevicePairingNeededAction } from "./DevicePairingNeededAction.js";
|
|
8
|
-
import type {
|
|
8
|
+
import type { Disk } from "./Disk.js";
|
|
9
9
|
import type { FocusedApp } from "./FocusedApp.js";
|
|
10
10
|
import type { IconPack } from "./IconPack.js";
|
|
11
|
-
import type { LauncherHistory } from "./LauncherHistory.js";
|
|
12
11
|
import type { MediaDevice } from "./MediaDevice.js";
|
|
13
12
|
import type { MediaPlayer } from "./MediaPlayer.js";
|
|
13
|
+
import type { Memory } from "./Memory.js";
|
|
14
|
+
import type { MonitorBrightness } from "./MonitorBrightness.js";
|
|
14
15
|
import type { MonitorConfiguration } from "./MonitorConfiguration.js";
|
|
16
|
+
import type { NetworkAdapter } from "./NetworkAdapter.js";
|
|
17
|
+
import type { NetworkStatistics } from "./NetworkStatistics.js";
|
|
15
18
|
import type { PerformanceMode } from "./PerformanceMode.js";
|
|
16
19
|
import type { PhysicalMonitor } from "./PhysicalMonitor.js";
|
|
17
|
-
import type { Placeholder } from "./Placeholder.js";
|
|
18
20
|
import type { Plugin } from "./Plugin.js";
|
|
19
21
|
import type { PowerMode } from "./PowerMode.js";
|
|
20
22
|
import type { PowerStatus } from "./PowerStatus.js";
|
|
21
|
-
import type { Profile } from "./Profile.js";
|
|
22
23
|
import type { RadioDevice } from "./RadioDevice.js";
|
|
23
24
|
import type { Settings } from "./Settings.js";
|
|
24
25
|
import type { SluPopupConfig } from "./SluPopupConfig.js";
|
|
25
26
|
import type { StartMenuItem } from "./StartMenuItem.js";
|
|
27
|
+
import type { StartMenuLayout } from "./StartMenuLayout.js";
|
|
26
28
|
import type { SysTrayIcon } from "./SysTrayIcon.js";
|
|
27
29
|
import type { SystemLanguage } from "./SystemLanguage.js";
|
|
28
30
|
import type { Theme } from "./Theme.js";
|
|
31
|
+
import type { ToolbarState } from "./ToolbarState.js";
|
|
29
32
|
import type { UIColors } from "./UIColors.js";
|
|
30
33
|
import type { User } from "./User.js";
|
|
31
34
|
import type { UserAppWindow } from "./UserAppWindow.js";
|
|
32
|
-
import type {
|
|
35
|
+
import type { UserAppWindowPreview } from "./UserAppWindowPreview.js";
|
|
33
36
|
import type { VirtualDesktops } from "./VirtualDesktops.js";
|
|
34
37
|
import type { Wallpaper } from "./Wallpaper.js";
|
|
35
38
|
import type { WallpaperInstanceSettings } from "./WallpaperInstanceSettings.js";
|
|
36
39
|
import type { WegItems } from "./WegItems.js";
|
|
37
40
|
import type { Widget } from "./Widget.js";
|
|
38
41
|
import type { WlanProfile } from "./WlanProfile.js";
|
|
42
|
+
import type { WmRenderTree } from "./WmRenderTree.js";
|
|
43
|
+
import type { WorkspaceId } from "./WorkspaceId.js";
|
|
39
44
|
/**
|
|
40
45
|
* Internal used as mapping of commands to their return types
|
|
41
46
|
*/
|
|
@@ -44,33 +49,43 @@ export type SeelenCommandReturn = {
|
|
|
44
49
|
} | {
|
|
45
50
|
"switch_workspace": null;
|
|
46
51
|
} | {
|
|
47
|
-
"
|
|
52
|
+
"create_workspace": WorkspaceId;
|
|
48
53
|
} | {
|
|
49
|
-
"
|
|
54
|
+
"destroy_workspace": null;
|
|
50
55
|
} | {
|
|
51
|
-
"
|
|
56
|
+
"rename_workspace": null;
|
|
52
57
|
} | {
|
|
53
|
-
"
|
|
58
|
+
"wallpaper_next": null;
|
|
54
59
|
} | {
|
|
55
|
-
"
|
|
60
|
+
"wallpaper_prev": null;
|
|
56
61
|
} | {
|
|
57
|
-
"
|
|
62
|
+
"wallpaper_save_thumbnail": null;
|
|
58
63
|
} | {
|
|
59
64
|
"open_file": null;
|
|
60
65
|
} | {
|
|
61
66
|
"select_file_on_explorer": null;
|
|
67
|
+
} | {
|
|
68
|
+
"run": null;
|
|
69
|
+
} | {
|
|
70
|
+
"is_dev_mode": boolean;
|
|
71
|
+
} | {
|
|
72
|
+
"is_appx_package": boolean;
|
|
73
|
+
} | {
|
|
74
|
+
"has_fixed_runtime": boolean;
|
|
75
|
+
} | {
|
|
76
|
+
"get_focused_app": FocusedApp;
|
|
77
|
+
} | {
|
|
78
|
+
"get_mouse_position": [number, number];
|
|
79
|
+
} | {
|
|
80
|
+
"get_key_state": boolean;
|
|
62
81
|
} | {
|
|
63
82
|
"get_user_envs": {
|
|
64
|
-
[key in string]
|
|
83
|
+
[key in string]: string;
|
|
65
84
|
};
|
|
66
85
|
} | {
|
|
67
|
-
"
|
|
68
|
-
} | {
|
|
69
|
-
"send_keys": null;
|
|
86
|
+
"show_start_menu": null;
|
|
70
87
|
} | {
|
|
71
88
|
"get_icon": null;
|
|
72
|
-
} | {
|
|
73
|
-
"simulate_fullscreen": null;
|
|
74
89
|
} | {
|
|
75
90
|
"show_desktop": null;
|
|
76
91
|
} | {
|
|
@@ -108,15 +123,15 @@ export type SeelenCommandReturn = {
|
|
|
108
123
|
} | {
|
|
109
124
|
"state_write_weg_items": null;
|
|
110
125
|
} | {
|
|
111
|
-
"state_get_toolbar_items":
|
|
126
|
+
"state_get_toolbar_items": ToolbarState;
|
|
127
|
+
} | {
|
|
128
|
+
"state_write_toolbar_items": null;
|
|
112
129
|
} | {
|
|
113
130
|
"state_get_settings": Settings;
|
|
114
131
|
} | {
|
|
115
132
|
"state_write_settings": null;
|
|
116
133
|
} | {
|
|
117
|
-
"
|
|
118
|
-
} | {
|
|
119
|
-
"state_get_history": LauncherHistory;
|
|
134
|
+
"state_get_settings_by_app": Array<AppConfig>;
|
|
120
135
|
} | {
|
|
121
136
|
"state_get_plugins": Array<Plugin>;
|
|
122
137
|
} | {
|
|
@@ -127,8 +142,6 @@ export type SeelenCommandReturn = {
|
|
|
127
142
|
"state_get_wallpapers": Array<Wallpaper>;
|
|
128
143
|
} | {
|
|
129
144
|
"state_add_icon_to_custom_icon_pack": null;
|
|
130
|
-
} | {
|
|
131
|
-
"state_get_profiles": Array<Profile>;
|
|
132
145
|
} | {
|
|
133
146
|
"state_delete_cached_icons": null;
|
|
134
147
|
} | {
|
|
@@ -137,10 +150,18 @@ export type SeelenCommandReturn = {
|
|
|
137
150
|
"state_get_performance_mode": PerformanceMode;
|
|
138
151
|
} | {
|
|
139
152
|
"trigger_widget": null;
|
|
153
|
+
} | {
|
|
154
|
+
"trigger_context_menu": null;
|
|
140
155
|
} | {
|
|
141
156
|
"set_current_widget_status": null;
|
|
142
157
|
} | {
|
|
143
158
|
"get_self_window_handle": number;
|
|
159
|
+
} | {
|
|
160
|
+
"set_self_position": null;
|
|
161
|
+
} | {
|
|
162
|
+
"write_data_file": null;
|
|
163
|
+
} | {
|
|
164
|
+
"read_data_file": string;
|
|
144
165
|
} | {
|
|
145
166
|
"get_native_shell_wallpaper": string;
|
|
146
167
|
} | {
|
|
@@ -148,13 +169,13 @@ export type SeelenCommandReturn = {
|
|
|
148
169
|
} | {
|
|
149
170
|
"get_user": User;
|
|
150
171
|
} | {
|
|
151
|
-
"get_user_folder_content": Array<
|
|
152
|
-
} | {
|
|
153
|
-
"set_user_folder_limit": null;
|
|
154
|
-
} | {
|
|
155
|
-
"get_user_applications": Array<UserApplication>;
|
|
172
|
+
"get_user_folder_content": Array<string>;
|
|
156
173
|
} | {
|
|
157
174
|
"get_user_app_windows": Array<UserAppWindow>;
|
|
175
|
+
} | {
|
|
176
|
+
"get_user_app_windows_previews": {
|
|
177
|
+
[key in number]: UserAppWindowPreview;
|
|
178
|
+
};
|
|
158
179
|
} | {
|
|
159
180
|
"get_media_devices": [Array<MediaDevice>, Array<MediaDevice>];
|
|
160
181
|
} | {
|
|
@@ -172,9 +193,9 @@ export type SeelenCommandReturn = {
|
|
|
172
193
|
} | {
|
|
173
194
|
"media_set_default_device": null;
|
|
174
195
|
} | {
|
|
175
|
-
"
|
|
196
|
+
"get_all_monitors_brightness": Array<MonitorBrightness>;
|
|
176
197
|
} | {
|
|
177
|
-
"
|
|
198
|
+
"set_monitor_brightness": null;
|
|
178
199
|
} | {
|
|
179
200
|
"get_power_status": PowerStatus;
|
|
180
201
|
} | {
|
|
@@ -199,16 +220,14 @@ export type SeelenCommandReturn = {
|
|
|
199
220
|
"weg_kill_app": null;
|
|
200
221
|
} | {
|
|
201
222
|
"weg_toggle_window_state": null;
|
|
202
|
-
} | {
|
|
203
|
-
"weg_request_update_previews": null;
|
|
204
223
|
} | {
|
|
205
224
|
"weg_pin_item": null;
|
|
225
|
+
} | {
|
|
226
|
+
"wm_get_render_tree": WmRenderTree;
|
|
206
227
|
} | {
|
|
207
228
|
"set_app_windows_positions": null;
|
|
208
229
|
} | {
|
|
209
230
|
"request_focus": null;
|
|
210
|
-
} | {
|
|
211
|
-
"launcher_get_apps": Array<StartMenuItem>;
|
|
212
231
|
} | {
|
|
213
232
|
"create_popup": string;
|
|
214
233
|
} | {
|
|
@@ -227,6 +246,12 @@ export type SeelenCommandReturn = {
|
|
|
227
246
|
"wlan_connect": boolean;
|
|
228
247
|
} | {
|
|
229
248
|
"wlan_disconnect": null;
|
|
249
|
+
} | {
|
|
250
|
+
"get_network_default_local_ip": string;
|
|
251
|
+
} | {
|
|
252
|
+
"get_network_adapters": Array<NetworkAdapter>;
|
|
253
|
+
} | {
|
|
254
|
+
"get_network_internet_connection": boolean;
|
|
230
255
|
} | {
|
|
231
256
|
"get_system_tray_icons": Array<SysTrayIcon>;
|
|
232
257
|
} | {
|
|
@@ -243,6 +268,14 @@ export type SeelenCommandReturn = {
|
|
|
243
268
|
"get_radios": Array<RadioDevice>;
|
|
244
269
|
} | {
|
|
245
270
|
"set_radios_state": null;
|
|
271
|
+
} | {
|
|
272
|
+
"get_system_disks": Array<Disk>;
|
|
273
|
+
} | {
|
|
274
|
+
"get_system_network": Array<NetworkStatistics>;
|
|
275
|
+
} | {
|
|
276
|
+
"get_system_memory": Memory;
|
|
277
|
+
} | {
|
|
278
|
+
"get_system_cores": Array<Core>;
|
|
246
279
|
} | {
|
|
247
280
|
"get_bluetooth_devices": Array<BluetoothDevice>;
|
|
248
281
|
} | {
|
|
@@ -257,5 +290,9 @@ export type SeelenCommandReturn = {
|
|
|
257
290
|
"disconnect_bluetooth_device": null;
|
|
258
291
|
} | {
|
|
259
292
|
"forget_bluetooth_device": null;
|
|
293
|
+
} | {
|
|
294
|
+
"get_start_menu_items": Array<StartMenuItem>;
|
|
295
|
+
} | {
|
|
296
|
+
"get_native_start_menu": StartMenuLayout;
|
|
260
297
|
};
|
|
261
298
|
//# sourceMappingURL=SeelenCommandReturn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandReturn.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandReturn.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"SeelenCommandReturn.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandReturn.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandRunArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandRunArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,oBAAoB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"SeelenCommandRunArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandRunArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,oBAAoB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandSetAppWindowsPositionsArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandSetAppWindowsPositionsArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,uCAAuC,GAAG;IAAE,SAAS,EAAE;SAAG,GAAG,IAAI,MAAM,
|
|
1
|
+
{"version":3,"file":"SeelenCommandSetAppWindowsPositionsArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandSetAppWindowsPositionsArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,uCAAuC,GAAG;IAAE,SAAS,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,IAAI;KAAE,CAAC;CAAE,CAAC"}
|