@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
package/esm/gen/types/mod.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './WsdItemInputText.js';
|
|
2
1
|
export * from './KeyboardLayout.js';
|
|
3
2
|
export * from './BluetoothToyMinor.js';
|
|
4
3
|
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
@@ -6,13 +5,14 @@ export * from './SeelenCommandActivateNotificationArgs.js';
|
|
|
6
5
|
export * from './SeelenWegMode.js';
|
|
7
6
|
export * from './MonitorSettingsByWidget.js';
|
|
8
7
|
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
9
|
-
export * from './PowerToolbarItem.js';
|
|
10
8
|
export * from './AppExtraFlag.js';
|
|
11
9
|
export * from './ResourceStatus.js';
|
|
12
10
|
export * from './AppIdentifier.js';
|
|
13
11
|
export * from './SeelenWegSide.js';
|
|
12
|
+
export * from './AppsConfigurationList.js';
|
|
14
13
|
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
15
14
|
export * from './ThirdPartyPlugin.js';
|
|
15
|
+
export * from './WmRenderTree.js';
|
|
16
16
|
export * from './TsUnknown.js';
|
|
17
17
|
export * from './BluetoothImagingSubMinor.js';
|
|
18
18
|
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
@@ -20,45 +20,45 @@ export * from './WallpaperKind.js';
|
|
|
20
20
|
export * from './ToastActions.js';
|
|
21
21
|
export * from './ResourceMetadata.js';
|
|
22
22
|
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
23
|
-
export * from './ProfileSettings.js';
|
|
24
23
|
export * from './WidgetId.js';
|
|
25
|
-
export * from './
|
|
24
|
+
export * from './WorkspaceConfiguration.js';
|
|
26
25
|
export * from './BLEAppearanceSubCategory.js';
|
|
26
|
+
export * from './Memory.js';
|
|
27
|
+
export * from './ContextMenu.js';
|
|
27
28
|
export * from './BluetoothPeripheralSubMinor.js';
|
|
28
29
|
export * from './ResourceKind.js';
|
|
29
30
|
export * from './WegPinnedItemsVisibility.js';
|
|
30
31
|
export * from './MediaDevice.js';
|
|
31
32
|
export * from './SeelenCommandOpenFileArgs.js';
|
|
32
|
-
export * from './
|
|
33
|
+
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
33
34
|
export * from './ObjectFit.js';
|
|
34
35
|
export * from './ToastActionActivationType.js';
|
|
35
36
|
export * from './ToastProgress.js';
|
|
36
37
|
export * from './DesktopWorkspace.js';
|
|
37
38
|
export * from './UpdateChannel.js';
|
|
39
|
+
export * from './Frame.js';
|
|
38
40
|
export * from './BluetoothMajorServiceClass.js';
|
|
39
41
|
export * from './MediaPlayer.js';
|
|
40
42
|
export * from './PowerStatus.js';
|
|
41
43
|
export * from './PerformanceMode.js';
|
|
42
|
-
export * from './SeelenCommandSendKeysArgs.js';
|
|
43
44
|
export * from './Battery.js';
|
|
44
45
|
export * from './SeelenWegSettings.js';
|
|
45
|
-
export * from './WsdGroupEntry.js';
|
|
46
46
|
export * from './SeelenCommandMediaNextArgs.js';
|
|
47
47
|
export * from './WidgetTriggerPayload.js';
|
|
48
|
+
export * from './SeelenCommandWriteFileArgs.js';
|
|
48
49
|
export * from './FancyToolbarSide.js';
|
|
49
50
|
export * from './DevicePairingNeededAction.js';
|
|
51
|
+
export * from './WidgetSettingSwitch.js';
|
|
50
52
|
export * from './SluPopupContent.js';
|
|
51
53
|
export * from './ThemeConfigGroup.js';
|
|
52
54
|
export * from './SeelenEventPayload.js';
|
|
53
|
-
export * from './SettingsToolbarItem.js';
|
|
54
55
|
export * from './AppNotification.js';
|
|
55
56
|
export * from './SeelenCommandWegPinItemArgs.js';
|
|
56
57
|
export * from './ToastVisual.js';
|
|
57
|
-
export * from './BluetoothToolbarItem.js';
|
|
58
58
|
export * from './CssVariableName.js';
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './WsdItem.js';
|
|
59
|
+
export * from './Disk.js';
|
|
61
60
|
export * from './UniqueIconPackEntry.js';
|
|
61
|
+
export * from './WallpaperCollection.js';
|
|
62
62
|
export * from './ToastSubGroup.js';
|
|
63
63
|
export * from './MonitorConfiguration.js';
|
|
64
64
|
export * from './PerformanceModeSettings.js';
|
|
@@ -66,32 +66,33 @@ export * from './BluetoothHealthMinor.js';
|
|
|
66
66
|
export * from './DevicePairingAnswer.js';
|
|
67
67
|
export * from './BluetoothImagingMinor.js';
|
|
68
68
|
export * from './VirtualDesktops.js';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
69
|
+
export * from './ToolbarJsScope.js';
|
|
70
|
+
export * from './WidgetSettingItem.js';
|
|
71
|
+
export * from './Point.js';
|
|
71
72
|
export * from './SettingsByWidget.js';
|
|
72
|
-
export * from './WorkspaceToolbarItem.js';
|
|
73
73
|
export * from './ToastImagePlacement.js';
|
|
74
|
+
export * from './SeelenCommandReadFileArgs.js';
|
|
74
75
|
export * from './SystemLanguage.js';
|
|
75
76
|
export * from './Alignment.js';
|
|
77
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
78
|
+
export * from './StartMenuLayoutItem.js';
|
|
76
79
|
export * from './UIColors.js';
|
|
77
80
|
export * from './WmNodeKind.js';
|
|
78
|
-
export * from './DeviceToolbarItem.js';
|
|
79
|
-
export * from './SeelenCommandSetMainMonitorBrightnessArgs.js';
|
|
80
81
|
export * from './SluResourceFile.js';
|
|
81
82
|
export * from './RadioDeviceKind.js';
|
|
82
83
|
export * from './ToastSubGroupChild.js';
|
|
83
84
|
export * from './BluetoothMinorClass.js';
|
|
84
85
|
export * from './WegAppGroupItem.js';
|
|
85
|
-
export * from './LauncherHistory.js';
|
|
86
86
|
export * from './SharedIconPackEntry.js';
|
|
87
87
|
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
88
88
|
export * from './RemoteDataDeclaration.js';
|
|
89
|
+
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
90
|
+
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
89
91
|
export * from './MediaPlayerOwner.js';
|
|
90
92
|
export * from './VirtualDesktopMonitor.js';
|
|
91
|
-
export * from './
|
|
93
|
+
export * from './WidgetSettingColor.js';
|
|
92
94
|
export * from './WlanProfile.js';
|
|
93
95
|
export * from './WallpaperInstanceSettings.js';
|
|
94
|
-
export * from './WorkspaceToolbarItemMode.js';
|
|
95
96
|
export * from './BluetoothWearableMinor.js';
|
|
96
97
|
export * from './BluetoothPeripheralMinor.js';
|
|
97
98
|
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
@@ -99,44 +100,46 @@ export * from './BluetoothDevice.js';
|
|
|
99
100
|
export * from './ToastText.js';
|
|
100
101
|
export * from './WmAnimations.js';
|
|
101
102
|
export * from './ToastActionsChild.js';
|
|
102
|
-
export * from './UserApplication.js';
|
|
103
103
|
export * from './SeelenCommandMediaPrevArgs.js';
|
|
104
104
|
export * from './MediaDeviceSession.js';
|
|
105
105
|
export * from './ToastAction.js';
|
|
106
106
|
export * from './WegItems.js';
|
|
107
|
-
export * from './
|
|
107
|
+
export * from './ImeStatus.js';
|
|
108
108
|
export * from './WmNode.js';
|
|
109
109
|
export * from './ThemeConfigDefinition.js';
|
|
110
|
+
export * from './MonitorBrightness.js';
|
|
110
111
|
export * from './BluetoothNetworkMinor.js';
|
|
111
112
|
export * from './PhysicalMonitor.js';
|
|
112
113
|
export * from './WmNodeLifetime.js';
|
|
113
114
|
export * from './SeelenCommandClosePopupArgs.js';
|
|
114
115
|
export * from './SeelenWallSettings.js';
|
|
115
|
-
export * from './SeelenLauncherRunner.js';
|
|
116
|
-
export * from './SeelenCommandRunAsAdminArgs.js';
|
|
117
116
|
export * from './SluHotkey.js';
|
|
118
117
|
export * from './Widget.js';
|
|
119
118
|
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
120
119
|
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
121
120
|
export * from './Theme.js';
|
|
121
|
+
export * from './WidgetSettingRange.js';
|
|
122
122
|
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
123
123
|
export * from './BluetoothMajorClass.js';
|
|
124
124
|
export * from './ToastTemplateType.js';
|
|
125
125
|
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
126
126
|
export * from './PowerMode.js';
|
|
127
127
|
export * from './ToastHeader.js';
|
|
128
|
+
export * from './WidgetConfigGroup.js';
|
|
128
129
|
export * from './CssStyles.js';
|
|
129
130
|
export * from './IconPack.js';
|
|
130
131
|
export * from './WlanBssEntry.js';
|
|
131
132
|
export * from './Rect.js';
|
|
132
133
|
export * from './SluShortcutsSettings.js';
|
|
133
|
-
export * from './
|
|
134
|
+
export * from './ContextMenuItem.js';
|
|
134
135
|
export * from './IconPackEntry.js';
|
|
136
|
+
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
135
137
|
export * from './WegItem.js';
|
|
136
138
|
export * from './ObjectPosition.js';
|
|
137
139
|
export * from './WegTemporalItemsVisibility.js';
|
|
138
140
|
export * from './BluetoothComputerMinor.js';
|
|
139
141
|
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
142
|
+
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
140
143
|
export * from './RadioDevice.js';
|
|
141
144
|
export * from './ToastInput.js';
|
|
142
145
|
export * from './ToastActionAfterActivationBehavior.js';
|
|
@@ -145,8 +148,8 @@ export * from './User.js';
|
|
|
145
148
|
export * from './SystrayIconAction.js';
|
|
146
149
|
export * from './WindowManagerLayout.js';
|
|
147
150
|
export * from './SeelenCommandStateGetWegItemsArgs.js';
|
|
148
|
-
export * from './NetworkToolbarItem.js';
|
|
149
151
|
export * from './SluHotkeyAction.js';
|
|
152
|
+
export * from './WmDragBehavior.js';
|
|
150
153
|
export * from './Resource.js';
|
|
151
154
|
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
152
155
|
export * from './MatchingStrategy.js';
|
|
@@ -154,25 +157,25 @@ export * from './ToastActionButtonStyle.js';
|
|
|
154
157
|
export * from './WindowManagerSettings.js';
|
|
155
158
|
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
156
159
|
export * from './SysTrayIcon.js';
|
|
157
|
-
export * from './NotificationsToolbarItem.js';
|
|
158
160
|
export * from './ToastInputType.js';
|
|
159
161
|
export * from './ResourceId.js';
|
|
160
162
|
export * from './ToastImage.js';
|
|
161
163
|
export * from './WorkspaceId.js';
|
|
162
|
-
export * from './TextToolbarItem.js';
|
|
163
164
|
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
164
165
|
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
166
|
+
export * from './ToolbarState.js';
|
|
167
|
+
export * from './StartMenuLayout.js';
|
|
165
168
|
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
166
169
|
export * from './WidgetPreset.js';
|
|
167
170
|
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
168
|
-
export * from './WsdItemSelectOption.js';
|
|
169
|
-
export * from './UserToolbarItem.js';
|
|
170
171
|
export * from './ToastDuration.js';
|
|
171
172
|
export * from './ToastGroup.js';
|
|
173
|
+
export * from './WidgetConfigDefinition.js';
|
|
172
174
|
export * from './SeelenCommandCreatePopupArgs.js';
|
|
173
175
|
export * from './WidgetSettingsDeclarationList.js';
|
|
174
176
|
export * from './ThemeSettingsDefinition.js';
|
|
175
177
|
export * from './AdapterStatus.js';
|
|
178
|
+
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
176
179
|
export * from './PluginId.js';
|
|
177
180
|
export * from './FolderType.js';
|
|
178
181
|
export * from './SeelenCommandRunArgs.js';
|
|
@@ -182,24 +185,21 @@ export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
|
182
185
|
export * from './Wallpaper.js';
|
|
183
186
|
export * from './CustomIconPackEntry.js';
|
|
184
187
|
export * from './Plugin.js';
|
|
185
|
-
export * from './WsdItemSelect.js';
|
|
186
188
|
export * from './ToastBinding.js';
|
|
187
189
|
export * from './ToastActionPlacement.js';
|
|
188
190
|
export * from './ToastInputSelection.js';
|
|
189
191
|
export * from './PlaybackSpeed.js';
|
|
190
192
|
export * from './HideMode.js';
|
|
191
193
|
export * from './FolderChangedArgs.js';
|
|
192
|
-
export * from './WsdItemInputNumber.js';
|
|
193
|
-
export * from './Placeholder.js';
|
|
194
194
|
export * from './SeelenCommandRequestFocusArgs.js';
|
|
195
195
|
export * from './BluetoothAudioVideoMinor.js';
|
|
196
196
|
export * from './WidgetStatus.js';
|
|
197
197
|
export * from './ToastImageCropType.js';
|
|
198
198
|
export * from './ToastBindingChild.js';
|
|
199
|
-
export * from './
|
|
199
|
+
export * from './MultimonitorBehaviour.js';
|
|
200
200
|
export * from './ResourceText.js';
|
|
201
201
|
export * from './ThemeVariable.js';
|
|
202
|
-
export * from './
|
|
202
|
+
export * from './Core.js';
|
|
203
203
|
export * from './Icon.js';
|
|
204
204
|
export * from './ThirdPartyWidgetSettings.js';
|
|
205
205
|
export * from './MediaDeviceType.js';
|
|
@@ -210,11 +210,11 @@ export * from './KnownPlugin.js';
|
|
|
210
210
|
export * from './ThemeVariableWithUnit.js';
|
|
211
211
|
export * from './ToolbarItem2.js';
|
|
212
212
|
export * from './IconPackId.js';
|
|
213
|
-
export * from './WsdItemColor.js';
|
|
214
213
|
export * from './BLEAppearance.js';
|
|
215
214
|
export * from './PinnedWegItemData.js';
|
|
216
215
|
export * from './StartMenuItem.js';
|
|
217
216
|
export * from './BluetoothPhoneMinor.js';
|
|
217
|
+
export * from './WidgetSelectSubtype.js';
|
|
218
218
|
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
219
219
|
export * from './Toast.js';
|
|
220
220
|
export * from './SeelenCommandArgument.js';
|
|
@@ -229,37 +229,40 @@ export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
|
229
229
|
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
230
230
|
export * from './WidgetInstanceMode.js';
|
|
231
231
|
export * from './AppIdentifierType.js';
|
|
232
|
+
export * from './WidgetSettingInputText.js';
|
|
233
|
+
export * from './WidgetSettingInputNumber.js';
|
|
232
234
|
export * from './MonitorId.js';
|
|
233
235
|
export * from './Settings.js';
|
|
234
236
|
export * from './WallpaperId.js';
|
|
235
237
|
export * from './FocusedApp.js';
|
|
236
238
|
export * from './FloatingWindowSettings.js';
|
|
237
|
-
export * from './
|
|
239
|
+
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
238
240
|
export * from './RelaunchArguments.js';
|
|
239
241
|
export * from './ProcessInformation.js';
|
|
240
|
-
export * from './WsdItemSelectSubtype.js';
|
|
241
242
|
export * from './WegItemType.js';
|
|
242
243
|
export * from './AppConfig.js';
|
|
244
|
+
export * from './NetworkStatistics.js';
|
|
243
245
|
export * from './UpdaterSettings.js';
|
|
244
246
|
export * from './SeelenCommandWegKillAppArgs.js';
|
|
247
|
+
export * from './StartOfWeek.js';
|
|
245
248
|
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
246
|
-
export * from './Brightness.js';
|
|
247
249
|
export * from './ThemeVariableDefinition.js';
|
|
248
250
|
export * from './SluPopupConfig.js';
|
|
249
251
|
export * from './MixBlendMode.js';
|
|
250
|
-
export * from './GenericToolbarItem.js';
|
|
251
252
|
export * from './WegItemSubtype.js';
|
|
252
|
-
export * from './WsdItemRange.js';
|
|
253
253
|
export * from './StyleValue.js';
|
|
254
|
-
export * from './SeelenLauncherSettings.js';
|
|
255
254
|
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
255
|
+
export * from './WidgetSelectOption.js';
|
|
256
256
|
export * from './ThemeId.js';
|
|
257
|
+
export * from './UserAppWindowPreview.js';
|
|
257
258
|
export * from './NetworkAdapter.js';
|
|
258
259
|
export * from './UserAppWindow.js';
|
|
260
|
+
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
259
261
|
export * from './MediaPlayerTimeline.js';
|
|
260
262
|
export * from './BluetoothNetworkSubMinor.js';
|
|
261
263
|
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
262
264
|
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
263
265
|
export * from './Color.js';
|
|
266
|
+
export * from './WidgetSettingSelect.js';
|
|
264
267
|
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
265
268
|
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
@@ -1,19 +1,24 @@
|
|
|
1
1
|
export declare enum SeelenCommand {
|
|
2
2
|
StateGetVirtualDesktops = "get_virtual_desktops",
|
|
3
3
|
SwitchWorkspace = "switch_workspace",
|
|
4
|
+
CreateWorkspace = "create_workspace",
|
|
5
|
+
DestroyWorkspace = "destroy_workspace",
|
|
6
|
+
RenameWorkspace = "rename_workspace",
|
|
7
|
+
WallpaperNext = "wallpaper_next",
|
|
8
|
+
WallpaperPrev = "wallpaper_prev",
|
|
9
|
+
WallpaperSaveThumbnail = "wallpaper_save_thumbnail",
|
|
10
|
+
OpenFile = "open_file",
|
|
11
|
+
SelectFileOnExplorer = "select_file_on_explorer",
|
|
4
12
|
Run = "run",
|
|
5
|
-
RunAsAdmin = "run_as_admin",
|
|
6
|
-
GetFocusedApp = "get_focused_app",
|
|
7
|
-
GetMousePosition = "get_mouse_position",
|
|
8
13
|
IsDevMode = "is_dev_mode",
|
|
9
14
|
IsAppxPackage = "is_appx_package",
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
HasFixedRuntime = "has_fixed_runtime",
|
|
16
|
+
GetFocusedApp = "get_focused_app",
|
|
17
|
+
GetMousePosition = "get_mouse_position",
|
|
18
|
+
GetKeyState = "get_key_state",
|
|
12
19
|
GetUserEnvs = "get_user_envs",
|
|
13
|
-
|
|
14
|
-
SendKeys = "send_keys",
|
|
20
|
+
ShowStartMenu = "show_start_menu",
|
|
15
21
|
GetIcon = "get_icon",
|
|
16
|
-
SimulateFullscreen = "simulate_fullscreen",
|
|
17
22
|
ShowDesktop = "show_desktop",
|
|
18
23
|
RequestToUserInputShortcut = "request_to_user_input_shortcut",
|
|
19
24
|
CheckForUpdates = "check_for_updates",
|
|
@@ -33,29 +38,31 @@ export declare enum SeelenCommand {
|
|
|
33
38
|
StateGetWegItems = "state_get_weg_items",
|
|
34
39
|
StateWriteWegItems = "state_write_weg_items",
|
|
35
40
|
StateGetToolbarItems = "state_get_toolbar_items",
|
|
41
|
+
StateWriteToolbarItems = "state_write_toolbar_items",
|
|
36
42
|
StateGetSettings = "state_get_settings",
|
|
37
43
|
StateWriteSettings = "state_write_settings",
|
|
38
|
-
|
|
39
|
-
StateGetHistory = "state_get_history",
|
|
44
|
+
StateGetSettingsByApp = "state_get_settings_by_app",
|
|
40
45
|
StateGetPlugins = "state_get_plugins",
|
|
41
46
|
StateGetWidgets = "state_get_widgets",
|
|
42
47
|
StateGetIconPacks = "state_get_icon_packs",
|
|
43
48
|
StateGetWallpapers = "state_get_wallpapers",
|
|
44
49
|
StateSetCustomIconPack = "state_add_icon_to_custom_icon_pack",
|
|
45
|
-
StateGetProfiles = "state_get_profiles",
|
|
46
50
|
StateDeleteCachedIcons = "state_delete_cached_icons",
|
|
47
51
|
StateRequestWallpaperAddition = "state_request_wallpaper_addition",
|
|
48
52
|
StateGetPerformanceMode = "state_get_performance_mode",
|
|
49
53
|
TriggerWidget = "trigger_widget",
|
|
54
|
+
TriggerContextMenu = "trigger_context_menu",
|
|
50
55
|
SetCurrentWidgetStatus = "set_current_widget_status",
|
|
51
56
|
GetSelfWindowId = "get_self_window_handle",
|
|
57
|
+
SetSelfPosition = "set_self_position",
|
|
58
|
+
WriteFile = "write_data_file",
|
|
59
|
+
ReadFile = "read_data_file",
|
|
52
60
|
GetNativeShellWallpaper = "get_native_shell_wallpaper",
|
|
53
61
|
SetNativeShellWallpaper = "set_native_shell_wallpaper",
|
|
54
62
|
GetUser = "get_user",
|
|
55
63
|
GetUserFolderContent = "get_user_folder_content",
|
|
56
|
-
SetUserFolderLimit = "set_user_folder_limit",
|
|
57
|
-
GerUserApplications = "get_user_applications",
|
|
58
64
|
GetUserAppWindows = "get_user_app_windows",
|
|
65
|
+
GetUserAppWindowsPreviews = "get_user_app_windows_previews",
|
|
59
66
|
GetMediaDevices = "get_media_devices",
|
|
60
67
|
GetMediaSessions = "get_media_sessions",
|
|
61
68
|
MediaPrev = "media_prev",
|
|
@@ -64,8 +71,8 @@ export declare enum SeelenCommand {
|
|
|
64
71
|
SetVolumeLevel = "set_volume_level",
|
|
65
72
|
MediaToggleMute = "media_toggle_mute",
|
|
66
73
|
MediaSetDefaultDevice = "media_set_default_device",
|
|
67
|
-
|
|
68
|
-
|
|
74
|
+
GetAllMonitorsBrightness = "get_all_monitors_brightness",
|
|
75
|
+
SetMonitorBrightness = "set_monitor_brightness",
|
|
69
76
|
GetPowerStatus = "get_power_status",
|
|
70
77
|
GetPowerMode = "get_power_mode",
|
|
71
78
|
GetBatteries = "get_batteries",
|
|
@@ -78,11 +85,10 @@ export declare enum SeelenCommand {
|
|
|
78
85
|
WegCloseApp = "weg_close_app",
|
|
79
86
|
WegKillApp = "weg_kill_app",
|
|
80
87
|
WegToggleWindowState = "weg_toggle_window_state",
|
|
81
|
-
WegRequestUpdatePreviews = "weg_request_update_previews",
|
|
82
88
|
WegPinItem = "weg_pin_item",
|
|
89
|
+
WmGetRenderTree = "wm_get_render_tree",
|
|
83
90
|
SetAppWindowsPositions = "set_app_windows_positions",
|
|
84
91
|
RequestFocus = "request_focus",
|
|
85
|
-
LauncherGetApps = "launcher_get_apps",
|
|
86
92
|
CreatePopup = "create_popup",
|
|
87
93
|
UpdatePopup = "update_popup",
|
|
88
94
|
ClosePopup = "close_popup",
|
|
@@ -92,6 +98,9 @@ export declare enum SeelenCommand {
|
|
|
92
98
|
WlanStopScanning = "wlan_stop_scanning",
|
|
93
99
|
WlanConnect = "wlan_connect",
|
|
94
100
|
WlanDisconnect = "wlan_disconnect",
|
|
101
|
+
GetNetworkDefaultLocalIp = "get_network_default_local_ip",
|
|
102
|
+
GetNetworkAdapters = "get_network_adapters",
|
|
103
|
+
GetNetworkInternetConnection = "get_network_internet_connection",
|
|
95
104
|
GetSystemTrayIcons = "get_system_tray_icons",
|
|
96
105
|
SendSystemTrayIconAction = "send_system_tray_icon_action",
|
|
97
106
|
GetNotifications = "get_notifications",
|
|
@@ -100,12 +109,18 @@ export declare enum SeelenCommand {
|
|
|
100
109
|
ActivateNotification = "activate_notification",
|
|
101
110
|
GetRadios = "get_radios",
|
|
102
111
|
SetRadioState = "set_radios_state",
|
|
112
|
+
GetSystemDisks = "get_system_disks",
|
|
113
|
+
GetSystemNetwork = "get_system_network",
|
|
114
|
+
GetSystemMemory = "get_system_memory",
|
|
115
|
+
GetSystemCores = "get_system_cores",
|
|
103
116
|
GetBluetoothDevices = "get_bluetooth_devices",
|
|
104
117
|
StartBluetoothScanning = "start_bluetooth_scanning",
|
|
105
118
|
StopBluetoothScanning = "stop_bluetooth_scanning",
|
|
106
119
|
RequestPairBluetoothDevice = "request_pair_bluetooth_device",
|
|
107
120
|
ConfirmBluetoothDevicePairing = "confirm_bluetooth_device_pairing",
|
|
108
121
|
DisconnectBluetoothDevice = "disconnect_bluetooth_device",
|
|
109
|
-
ForgetBluetoothDevice = "forget_bluetooth_device"
|
|
122
|
+
ForgetBluetoothDevice = "forget_bluetooth_device",
|
|
123
|
+
GetStartMenuItems = "get_start_menu_items",
|
|
124
|
+
GetNativeStartMenu = "get_native_start_menu"
|
|
110
125
|
}
|
|
111
126
|
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,uBAAuB,yBAAyB;IAChD,eAAe,qBAAqB;IACpC,
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,uBAAuB,yBAAyB;IAChD,eAAe,qBAAqB;IACpC,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,aAAa,mBAAmB;IAChC,sBAAsB,6BAA6B;IACnD,QAAQ,cAAc;IACtB,oBAAoB,4BAA4B;IAChD,GAAG,QAAQ;IACX,SAAS,gBAAgB;IACzB,aAAa,oBAAoB;IACjC,eAAe,sBAAsB;IACrC,aAAa,oBAAoB;IACjC,gBAAgB,uBAAuB;IACvC,WAAW,kBAAkB;IAC7B,WAAW,kBAAkB;IAC7B,aAAa,oBAAoB;IACjC,OAAO,aAAa;IACpB,WAAW,iBAAiB;IAC5B,0BAA0B,mCAAmC;IAC7D,eAAe,sBAAsB;IACrC,0BAA0B,kCAAkC;IAC5D,8BAA8B,gCAAgC;IAC9D,iBAAiB,2BAA2B;IAC5C,eAAe,sBAAsB;IACrC,kBAAkB,yBAAyB;IAC3C,uBAAuB,+BAA+B;IACtD,uBAAuB,+BAA+B;IACtD,8BAA8B,uCAAuC;IACrE,gCAAgC,yCAAyC;IACzE,YAAY,mBAAmB;IAC/B,kBAAkB,0BAA0B;IAC5C,cAAc,oBAAoB;IAClC,cAAc,qBAAqB;IACnC,gBAAgB,wBAAwB;IACxC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,sBAAsB,8BAA8B;IACpD,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,qBAAqB,8BAA8B;IACnD,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,iBAAiB,yBAAyB;IAC1C,kBAAkB,yBAAyB;IAC3C,sBAAsB,uCAAuC;IAC7D,sBAAsB,8BAA8B;IACpD,6BAA6B,qCAAqC;IAClE,uBAAuB,+BAA+B;IACtD,aAAa,mBAAmB;IAChC,kBAAkB,yBAAyB;IAC3C,sBAAsB,8BAA8B;IACpD,eAAe,2BAA2B;IAC1C,eAAe,sBAAsB;IACrC,SAAS,oBAAoB;IAC7B,QAAQ,mBAAmB;IAC3B,uBAAuB,+BAA+B;IACtD,uBAAuB,+BAA+B;IACtD,OAAO,aAAa;IACpB,oBAAoB,4BAA4B;IAChD,iBAAiB,yBAAyB;IAC1C,yBAAyB,kCAAkC;IAC3D,eAAe,sBAAsB;IACrC,gBAAgB,uBAAuB;IACvC,SAAS,eAAe;IACxB,oBAAoB,4BAA4B;IAChD,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,wBAAwB,gCAAgC;IACxD,oBAAoB,2BAA2B;IAC/C,cAAc,qBAAqB;IACnC,YAAY,mBAAmB;IAC/B,YAAY,kBAAkB;IAC9B,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,WAAW,kBAAkB;IAC7B,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,UAAU,iBAAiB;IAC3B,eAAe,uBAAuB;IACtC,sBAAsB,8BAA8B;IACpD,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,wBAAwB,iCAAiC;IACzD,kBAAkB,yBAAyB;IAC3C,4BAA4B,oCAAoC;IAChE,kBAAkB,0BAA0B;IAC5C,wBAAwB,iCAAiC;IACzD,gBAAgB,sBAAsB;IACtC,kBAAkB,wBAAwB;IAC1C,qBAAqB,4BAA4B;IACjD,oBAAoB,0BAA0B;IAC9C,SAAS,eAAe;IACxB,aAAa,qBAAqB;IAClC,cAAc,qBAAqB;IACnC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;IAC7C,sBAAsB,6BAA6B;IACnD,qBAAqB,4BAA4B;IACjD,0BAA0B,kCAAkC;IAC5D,6BAA6B,qCAAqC;IAClE,yBAAyB,gCAAgC;IACzD,qBAAqB,4BAA4B;IACjD,iBAAiB,yBAAyB;IAC1C,kBAAkB,0BAA0B;CAC7C"}
|
|
@@ -3,19 +3,24 @@ export var SeelenCommand;
|
|
|
3
3
|
(function (SeelenCommand) {
|
|
4
4
|
SeelenCommand["StateGetVirtualDesktops"] = "get_virtual_desktops";
|
|
5
5
|
SeelenCommand["SwitchWorkspace"] = "switch_workspace";
|
|
6
|
+
SeelenCommand["CreateWorkspace"] = "create_workspace";
|
|
7
|
+
SeelenCommand["DestroyWorkspace"] = "destroy_workspace";
|
|
8
|
+
SeelenCommand["RenameWorkspace"] = "rename_workspace";
|
|
9
|
+
SeelenCommand["WallpaperNext"] = "wallpaper_next";
|
|
10
|
+
SeelenCommand["WallpaperPrev"] = "wallpaper_prev";
|
|
11
|
+
SeelenCommand["WallpaperSaveThumbnail"] = "wallpaper_save_thumbnail";
|
|
12
|
+
SeelenCommand["OpenFile"] = "open_file";
|
|
13
|
+
SeelenCommand["SelectFileOnExplorer"] = "select_file_on_explorer";
|
|
6
14
|
SeelenCommand["Run"] = "run";
|
|
7
|
-
SeelenCommand["RunAsAdmin"] = "run_as_admin";
|
|
8
|
-
SeelenCommand["GetFocusedApp"] = "get_focused_app";
|
|
9
|
-
SeelenCommand["GetMousePosition"] = "get_mouse_position";
|
|
10
15
|
SeelenCommand["IsDevMode"] = "is_dev_mode";
|
|
11
16
|
SeelenCommand["IsAppxPackage"] = "is_appx_package";
|
|
12
|
-
SeelenCommand["
|
|
13
|
-
SeelenCommand["
|
|
17
|
+
SeelenCommand["HasFixedRuntime"] = "has_fixed_runtime";
|
|
18
|
+
SeelenCommand["GetFocusedApp"] = "get_focused_app";
|
|
19
|
+
SeelenCommand["GetMousePosition"] = "get_mouse_position";
|
|
20
|
+
SeelenCommand["GetKeyState"] = "get_key_state";
|
|
14
21
|
SeelenCommand["GetUserEnvs"] = "get_user_envs";
|
|
15
|
-
SeelenCommand["
|
|
16
|
-
SeelenCommand["SendKeys"] = "send_keys";
|
|
22
|
+
SeelenCommand["ShowStartMenu"] = "show_start_menu";
|
|
17
23
|
SeelenCommand["GetIcon"] = "get_icon";
|
|
18
|
-
SeelenCommand["SimulateFullscreen"] = "simulate_fullscreen";
|
|
19
24
|
SeelenCommand["ShowDesktop"] = "show_desktop";
|
|
20
25
|
SeelenCommand["RequestToUserInputShortcut"] = "request_to_user_input_shortcut";
|
|
21
26
|
SeelenCommand["CheckForUpdates"] = "check_for_updates";
|
|
@@ -35,29 +40,31 @@ export var SeelenCommand;
|
|
|
35
40
|
SeelenCommand["StateGetWegItems"] = "state_get_weg_items";
|
|
36
41
|
SeelenCommand["StateWriteWegItems"] = "state_write_weg_items";
|
|
37
42
|
SeelenCommand["StateGetToolbarItems"] = "state_get_toolbar_items";
|
|
43
|
+
SeelenCommand["StateWriteToolbarItems"] = "state_write_toolbar_items";
|
|
38
44
|
SeelenCommand["StateGetSettings"] = "state_get_settings";
|
|
39
45
|
SeelenCommand["StateWriteSettings"] = "state_write_settings";
|
|
40
|
-
SeelenCommand["
|
|
41
|
-
SeelenCommand["StateGetHistory"] = "state_get_history";
|
|
46
|
+
SeelenCommand["StateGetSettingsByApp"] = "state_get_settings_by_app";
|
|
42
47
|
SeelenCommand["StateGetPlugins"] = "state_get_plugins";
|
|
43
48
|
SeelenCommand["StateGetWidgets"] = "state_get_widgets";
|
|
44
49
|
SeelenCommand["StateGetIconPacks"] = "state_get_icon_packs";
|
|
45
50
|
SeelenCommand["StateGetWallpapers"] = "state_get_wallpapers";
|
|
46
51
|
SeelenCommand["StateSetCustomIconPack"] = "state_add_icon_to_custom_icon_pack";
|
|
47
|
-
SeelenCommand["StateGetProfiles"] = "state_get_profiles";
|
|
48
52
|
SeelenCommand["StateDeleteCachedIcons"] = "state_delete_cached_icons";
|
|
49
53
|
SeelenCommand["StateRequestWallpaperAddition"] = "state_request_wallpaper_addition";
|
|
50
54
|
SeelenCommand["StateGetPerformanceMode"] = "state_get_performance_mode";
|
|
51
55
|
SeelenCommand["TriggerWidget"] = "trigger_widget";
|
|
56
|
+
SeelenCommand["TriggerContextMenu"] = "trigger_context_menu";
|
|
52
57
|
SeelenCommand["SetCurrentWidgetStatus"] = "set_current_widget_status";
|
|
53
58
|
SeelenCommand["GetSelfWindowId"] = "get_self_window_handle";
|
|
59
|
+
SeelenCommand["SetSelfPosition"] = "set_self_position";
|
|
60
|
+
SeelenCommand["WriteFile"] = "write_data_file";
|
|
61
|
+
SeelenCommand["ReadFile"] = "read_data_file";
|
|
54
62
|
SeelenCommand["GetNativeShellWallpaper"] = "get_native_shell_wallpaper";
|
|
55
63
|
SeelenCommand["SetNativeShellWallpaper"] = "set_native_shell_wallpaper";
|
|
56
64
|
SeelenCommand["GetUser"] = "get_user";
|
|
57
65
|
SeelenCommand["GetUserFolderContent"] = "get_user_folder_content";
|
|
58
|
-
SeelenCommand["SetUserFolderLimit"] = "set_user_folder_limit";
|
|
59
|
-
SeelenCommand["GerUserApplications"] = "get_user_applications";
|
|
60
66
|
SeelenCommand["GetUserAppWindows"] = "get_user_app_windows";
|
|
67
|
+
SeelenCommand["GetUserAppWindowsPreviews"] = "get_user_app_windows_previews";
|
|
61
68
|
SeelenCommand["GetMediaDevices"] = "get_media_devices";
|
|
62
69
|
SeelenCommand["GetMediaSessions"] = "get_media_sessions";
|
|
63
70
|
SeelenCommand["MediaPrev"] = "media_prev";
|
|
@@ -66,8 +73,8 @@ export var SeelenCommand;
|
|
|
66
73
|
SeelenCommand["SetVolumeLevel"] = "set_volume_level";
|
|
67
74
|
SeelenCommand["MediaToggleMute"] = "media_toggle_mute";
|
|
68
75
|
SeelenCommand["MediaSetDefaultDevice"] = "media_set_default_device";
|
|
69
|
-
SeelenCommand["
|
|
70
|
-
SeelenCommand["
|
|
76
|
+
SeelenCommand["GetAllMonitorsBrightness"] = "get_all_monitors_brightness";
|
|
77
|
+
SeelenCommand["SetMonitorBrightness"] = "set_monitor_brightness";
|
|
71
78
|
SeelenCommand["GetPowerStatus"] = "get_power_status";
|
|
72
79
|
SeelenCommand["GetPowerMode"] = "get_power_mode";
|
|
73
80
|
SeelenCommand["GetBatteries"] = "get_batteries";
|
|
@@ -80,11 +87,10 @@ export var SeelenCommand;
|
|
|
80
87
|
SeelenCommand["WegCloseApp"] = "weg_close_app";
|
|
81
88
|
SeelenCommand["WegKillApp"] = "weg_kill_app";
|
|
82
89
|
SeelenCommand["WegToggleWindowState"] = "weg_toggle_window_state";
|
|
83
|
-
SeelenCommand["WegRequestUpdatePreviews"] = "weg_request_update_previews";
|
|
84
90
|
SeelenCommand["WegPinItem"] = "weg_pin_item";
|
|
91
|
+
SeelenCommand["WmGetRenderTree"] = "wm_get_render_tree";
|
|
85
92
|
SeelenCommand["SetAppWindowsPositions"] = "set_app_windows_positions";
|
|
86
93
|
SeelenCommand["RequestFocus"] = "request_focus";
|
|
87
|
-
SeelenCommand["LauncherGetApps"] = "launcher_get_apps";
|
|
88
94
|
SeelenCommand["CreatePopup"] = "create_popup";
|
|
89
95
|
SeelenCommand["UpdatePopup"] = "update_popup";
|
|
90
96
|
SeelenCommand["ClosePopup"] = "close_popup";
|
|
@@ -94,6 +100,9 @@ export var SeelenCommand;
|
|
|
94
100
|
SeelenCommand["WlanStopScanning"] = "wlan_stop_scanning";
|
|
95
101
|
SeelenCommand["WlanConnect"] = "wlan_connect";
|
|
96
102
|
SeelenCommand["WlanDisconnect"] = "wlan_disconnect";
|
|
103
|
+
SeelenCommand["GetNetworkDefaultLocalIp"] = "get_network_default_local_ip";
|
|
104
|
+
SeelenCommand["GetNetworkAdapters"] = "get_network_adapters";
|
|
105
|
+
SeelenCommand["GetNetworkInternetConnection"] = "get_network_internet_connection";
|
|
97
106
|
SeelenCommand["GetSystemTrayIcons"] = "get_system_tray_icons";
|
|
98
107
|
SeelenCommand["SendSystemTrayIconAction"] = "send_system_tray_icon_action";
|
|
99
108
|
SeelenCommand["GetNotifications"] = "get_notifications";
|
|
@@ -102,6 +111,10 @@ export var SeelenCommand;
|
|
|
102
111
|
SeelenCommand["ActivateNotification"] = "activate_notification";
|
|
103
112
|
SeelenCommand["GetRadios"] = "get_radios";
|
|
104
113
|
SeelenCommand["SetRadioState"] = "set_radios_state";
|
|
114
|
+
SeelenCommand["GetSystemDisks"] = "get_system_disks";
|
|
115
|
+
SeelenCommand["GetSystemNetwork"] = "get_system_network";
|
|
116
|
+
SeelenCommand["GetSystemMemory"] = "get_system_memory";
|
|
117
|
+
SeelenCommand["GetSystemCores"] = "get_system_cores";
|
|
105
118
|
SeelenCommand["GetBluetoothDevices"] = "get_bluetooth_devices";
|
|
106
119
|
SeelenCommand["StartBluetoothScanning"] = "start_bluetooth_scanning";
|
|
107
120
|
SeelenCommand["StopBluetoothScanning"] = "stop_bluetooth_scanning";
|
|
@@ -109,4 +122,6 @@ export var SeelenCommand;
|
|
|
109
122
|
SeelenCommand["ConfirmBluetoothDevicePairing"] = "confirm_bluetooth_device_pairing";
|
|
110
123
|
SeelenCommand["DisconnectBluetoothDevice"] = "disconnect_bluetooth_device";
|
|
111
124
|
SeelenCommand["ForgetBluetoothDevice"] = "forget_bluetooth_device";
|
|
125
|
+
SeelenCommand["GetStartMenuItems"] = "get_start_menu_items";
|
|
126
|
+
SeelenCommand["GetNativeStartMenu"] = "get_native_start_menu";
|
|
112
127
|
})(SeelenCommand || (SeelenCommand = {}));
|
|
@@ -5,10 +5,11 @@ export declare enum SeelenEvent {
|
|
|
5
5
|
HandleLayeredHitboxes = "handle-layered",
|
|
6
6
|
SystemMonitorsChanged = "system::monitors-changed",
|
|
7
7
|
SystemLanguagesChanged = "system::languages-changed",
|
|
8
|
+
SystemMonitorsBrightnessChanged = "system::monitors-brightness-changed",
|
|
8
9
|
UserChanged = "user-changed",
|
|
9
|
-
UserFolderChanged = "user-folder-changed",
|
|
10
|
-
UserApplicationsChanged = "user::applications-changed",
|
|
10
|
+
UserFolderChanged = "user::known-folder-changed",
|
|
11
11
|
UserAppWindowsChanged = "user::windows-changed",
|
|
12
|
+
UserAppWindowsPreviewsChanged = "user::windows-previews-changed",
|
|
12
13
|
MediaSessions = "media-sessions",
|
|
13
14
|
MediaDevices = "media::devices",
|
|
14
15
|
MediaInputs = "media-inputs",
|
|
@@ -22,25 +23,27 @@ export declare enum SeelenEvent {
|
|
|
22
23
|
PowerMode = "power-mode",
|
|
23
24
|
BatteriesStatus = "batteries-status",
|
|
24
25
|
ColorsChanged = "colors-changed",
|
|
25
|
-
WMSetReservation = "set-reservation",
|
|
26
|
-
WMForceRetiling = "wm
|
|
27
|
-
|
|
26
|
+
WMSetReservation = "wm::set-reservation",
|
|
27
|
+
WMForceRetiling = "wm::force-retiling",
|
|
28
|
+
WMTreeChanged = "wm::tree-changed",
|
|
28
29
|
PopupContentChanged = "popup-content-changed",
|
|
29
30
|
StateSettingsChanged = "settings-changed",
|
|
30
31
|
StateWegItemsChanged = "weg-items",
|
|
31
|
-
StateToolbarItemsChanged = "toolbar-items",
|
|
32
32
|
StateThemesChanged = "themes",
|
|
33
33
|
StateSettingsByAppChanged = "settings-by-app",
|
|
34
|
-
StateHistoryChanged = "history",
|
|
35
34
|
StateIconPacksChanged = "icon-packs",
|
|
36
35
|
StatePluginsChanged = "plugins-changed",
|
|
37
36
|
StateWidgetsChanged = "widgets-changed",
|
|
38
37
|
StateWallpapersChanged = "UserResources::wallpapers-changed",
|
|
39
|
-
StateProfilesChanged = "profiles-changed",
|
|
40
38
|
SystemTrayChanged = "system-tray::changed",
|
|
41
39
|
StatePerformanceModeChanged = "state::performance-mode-changed",
|
|
42
40
|
WidgetTriggered = "widget::triggered",
|
|
43
41
|
RadiosChanged = "radio::changed",
|
|
44
|
-
|
|
42
|
+
SystemDisksChanged = "system::disks-changed",
|
|
43
|
+
SystemNetworkChanged = "system::network-changed",
|
|
44
|
+
SystemMemoryChanged = "system::memory-changed",
|
|
45
|
+
SystemCoresChanged = "system::cores-changed",
|
|
46
|
+
BluetoothDevicesChanged = "bluetooth-devices-changed",
|
|
47
|
+
StartMenuItemsChanged = "start-menu::items-changed"
|
|
45
48
|
}
|
|
46
49
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,WAAW,iBAAiB;IAC5B,iBAAiB
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,oBAAoB,cAAc;IAClC,kBAAkB,WAAW;IAC7B,yBAAyB,oBAAoB;IAC7C,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;CACpD"}
|