@seelen-ui/lib 2.3.6 → 2.4.1-next.20250825015552
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/constants/mod.d.ts +17 -9
- package/esm/constants/mod.d.ts.map +1 -1
- package/esm/constants/mod.js +6 -4
- package/esm/handlers/commands.d.ts +17 -8
- package/esm/handlers/commands.d.ts.map +1 -1
- package/esm/handlers/commands.js +17 -8
- package/esm/handlers/events.d.ts +3 -5
- package/esm/handlers/events.d.ts.map +1 -1
- package/esm/handlers/events.js +3 -5
- package/esm/lib.d.ts +1 -1
- package/esm/lib.d.ts.map +1 -1
- package/esm/lib.js +1 -1
- package/esm/resource/mod.d.ts +6 -0
- package/esm/resource/mod.d.ts.map +1 -0
- package/esm/state/icon_pack.d.ts +23 -52
- package/esm/state/icon_pack.d.ts.map +1 -1
- package/esm/state/icon_pack.js +137 -131
- package/esm/state/mod.d.ts +2 -1
- package/esm/state/mod.d.ts.map +1 -1
- package/esm/state/mod.js +1 -0
- package/esm/state/plugin/mod.d.ts +1 -1
- package/esm/state/plugin/mod.d.ts.map +1 -1
- package/esm/state/settings/mod.d.ts +6 -5
- package/esm/state/settings/mod.d.ts.map +1 -1
- package/esm/state/settings/mod.js +5 -8
- package/esm/state/settings/settings_by_monitor.d.ts +1 -4
- package/esm/state/settings/settings_by_monitor.d.ts.map +1 -1
- package/esm/state/settings/settings_by_monitor.js +0 -8
- package/esm/state/settings_by_app.d.ts +1 -1
- package/esm/state/settings_by_app.d.ts.map +1 -1
- package/esm/state/theme/mod.d.ts +19 -3
- package/esm/state/theme/mod.d.ts.map +1 -1
- package/esm/state/theme/mod.js +96 -0
- package/esm/state/wallpaper/mod.d.ts +15 -0
- package/esm/state/wallpaper/mod.d.ts.map +1 -0
- package/esm/state/wallpaper/mod.js +31 -0
- package/esm/state/weg_items.d.ts +6 -9
- package/esm/state/weg_items.d.ts.map +1 -1
- package/esm/state/weg_items.js +9 -17
- package/esm/state/widget/mod.d.ts +9 -4
- package/esm/state/widget/mod.d.ts.map +1 -1
- package/esm/state/widget/mod.js +31 -12
- package/esm/state/wm_layout.d.ts +4 -5
- package/esm/state/wm_layout.d.ts.map +1 -1
- package/esm/state/wm_layout.js +3 -8
- package/esm/system_state/bluetooth/mod.d.ts +2 -2
- package/esm/system_state/bluetooth/mod.d.ts.map +1 -1
- package/esm/system_state/language.d.ts +1 -1
- package/esm/system_state/language.d.ts.map +1 -1
- package/esm/system_state/monitors.d.ts +1 -1
- package/esm/system_state/monitors.d.ts.map +1 -1
- package/esm/system_state/ui_colors.d.ts +1 -1
- package/esm/system_state/ui_colors.d.ts.map +1 -1
- package/esm/system_state/ui_colors.js +8 -2
- package/esm/system_state/user.d.ts +1 -1
- package/esm/system_state/user.d.ts.map +1 -1
- package/esm/types/CssVariableName.d.ts +5 -0
- package/esm/types/CssVariableName.d.ts.map +1 -0
- package/esm/types/CustomIconPackEntry.d.ts +16 -0
- package/esm/types/CustomIconPackEntry.d.ts.map +1 -0
- package/esm/types/DesktopWorkspace.d.ts +5 -0
- package/esm/types/DesktopWorkspace.d.ts.map +1 -1
- package/esm/types/FocusedApp.d.ts +4 -0
- package/esm/types/FocusedApp.d.ts.map +1 -1
- package/esm/types/FocusedApp.js +0 -1
- package/esm/types/Icon.d.ts +17 -10
- package/esm/types/Icon.d.ts.map +1 -1
- package/esm/types/IconPack.d.ts +7 -19
- package/esm/types/IconPack.d.ts.map +1 -1
- package/esm/types/IconPackEntry.d.ts +11 -0
- package/esm/types/IconPackEntry.d.ts.map +1 -0
- package/esm/types/IconPackId.d.ts +3 -0
- package/esm/types/IconPackId.d.ts.map +1 -1
- package/esm/types/MediaPlayer.d.ts +2 -0
- package/esm/types/MediaPlayer.d.ts.map +1 -1
- package/esm/types/MediaPlayerTimeline.d.ts +24 -0
- package/esm/types/MediaPlayerTimeline.d.ts.map +1 -0
- package/esm/types/MixBlendMode.d.ts +2 -0
- package/esm/types/MixBlendMode.d.ts.map +1 -0
- package/esm/types/MonitorConfiguration.d.ts +0 -5
- package/esm/types/MonitorConfiguration.d.ts.map +1 -1
- package/esm/types/MonitorId.d.ts +2 -0
- package/esm/types/MonitorId.d.ts.map +1 -0
- package/esm/types/MonitorSettingsByWidget.d.ts +1 -10
- package/esm/types/MonitorSettingsByWidget.d.ts.map +1 -1
- package/esm/types/ObjectFit.d.ts +2 -0
- package/esm/types/ObjectFit.d.ts.map +1 -0
- package/esm/types/ObjectPosition.d.ts +2 -0
- package/esm/types/ObjectPosition.d.ts.map +1 -0
- package/esm/types/PhysicalMonitor.d.ts +2 -1
- package/esm/types/PhysicalMonitor.d.ts.map +1 -1
- package/esm/types/PlaybackSpeed.d.ts +2 -0
- package/esm/types/PlaybackSpeed.d.ts.map +1 -0
- package/esm/types/PluginId.d.ts +3 -0
- package/esm/types/PluginId.d.ts.map +1 -1
- package/esm/types/Resource.d.ts +35 -3
- package/esm/types/Resource.d.ts.map +1 -1
- package/esm/types/ResourceAttribute.d.ts +2 -0
- package/esm/types/ResourceAttribute.d.ts.map +1 -0
- package/esm/types/ResourceId.d.ts +4 -2
- package/esm/types/ResourceId.d.ts.map +1 -1
- package/esm/types/ResourceMetadata.d.ts +2 -6
- package/esm/types/ResourceMetadata.d.ts.map +1 -1
- package/esm/types/SeelenCommandArgument.d.ts +43 -18
- package/esm/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/types/SeelenCommandClosePopupArgs.d.ts +4 -0
- package/esm/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandClosePopupArgs.js +2 -0
- package/esm/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
- package/esm/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
- package/esm/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.js +2 -0
- package/esm/types/SeelenCommandReturn.d.ts +38 -16
- package/esm/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.js +2 -0
- package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
- package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
- package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
- package/esm/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
- package/esm/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenEventPayload.d.ts +10 -14
- package/esm/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/types/SeelenWallSettings.d.ts +5 -2
- package/esm/types/SeelenWallSettings.d.ts.map +1 -1
- package/esm/types/SeelenWegSettings.d.ts +4 -0
- package/esm/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/types/Settings.d.ts +23 -16
- package/esm/types/Settings.d.ts.map +1 -1
- package/esm/types/SettingsByWidget.d.ts +19 -3
- package/esm/types/SettingsByWidget.d.ts.map +1 -1
- package/esm/types/SharedIconPackEntry.d.ts +12 -0
- package/esm/types/SharedIconPackEntry.d.ts.map +1 -0
- package/esm/types/SluHotkey.d.ts +8 -0
- package/esm/types/SluHotkey.d.ts.map +1 -0
- package/esm/types/SluHotkeyAction.d.ts +84 -0
- package/esm/types/SluHotkeyAction.d.ts.map +1 -0
- package/esm/types/SluHotkeyAction.js +2 -0
- package/esm/types/SluPopupConfig.d.ts +2 -0
- package/esm/types/SluPopupConfig.d.ts.map +1 -1
- package/esm/types/SluShortcutsSettings.d.ts +6 -0
- package/esm/types/SluShortcutsSettings.d.ts.map +1 -0
- package/esm/types/Theme.d.ts +5 -0
- package/esm/types/Theme.d.ts.map +1 -1
- package/esm/types/ThemeConfigDefinition.d.ts +6 -0
- package/esm/types/ThemeConfigDefinition.d.ts.map +1 -0
- package/esm/types/ThemeConfigGroup.d.ts +7 -0
- package/esm/types/ThemeConfigGroup.d.ts.map +1 -0
- package/esm/types/ThemeConfigGroup.js +1 -0
- package/esm/types/ThemeId.d.ts +3 -0
- package/esm/types/ThemeId.d.ts.map +1 -1
- package/esm/types/ThemeSettings.d.ts +5 -0
- package/esm/types/ThemeSettings.d.ts.map +1 -0
- package/esm/types/ThemeSettings.js +1 -0
- package/esm/types/ThemeSettingsDefinition.d.ts +2 -2
- package/esm/types/ThemeSettingsDefinition.d.ts.map +1 -1
- package/esm/types/ThemeVariable.d.ts +16 -2
- package/esm/types/ThemeVariable.d.ts.map +1 -1
- package/esm/types/ThemeVariableWithUnit.d.ts +11 -2
- package/esm/types/ThemeVariableWithUnit.d.ts.map +1 -1
- package/esm/types/ThirdPartyPlugin.d.ts +2 -2
- package/esm/types/ThirdPartyPlugin.d.ts.map +1 -1
- package/esm/types/ThirdPartyWidgetSettings.d.ts +1 -1
- package/esm/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/esm/types/UniqueIconPackEntry.d.ts +24 -0
- package/esm/types/UniqueIconPackEntry.d.ts.map +1 -0
- package/esm/types/UniqueIconPackEntry.js +1 -0
- package/esm/types/VirtualDesktopMonitor.d.ts +9 -0
- package/esm/types/VirtualDesktopMonitor.d.ts.map +1 -0
- package/esm/types/VirtualDesktopMonitor.js +1 -0
- package/esm/types/VirtualDesktops.d.ts +15 -0
- package/esm/types/VirtualDesktops.d.ts.map +1 -0
- package/esm/types/VirtualDesktops.js +1 -0
- package/esm/types/Wallpaper.d.ts +11 -0
- package/esm/types/Wallpaper.d.ts.map +1 -0
- package/esm/types/Wallpaper.js +1 -0
- package/esm/types/WallpaperId.d.ts +6 -0
- package/esm/types/WallpaperId.d.ts.map +1 -0
- package/esm/types/WallpaperId.js +1 -0
- package/esm/types/WallpaperInstanceSettings.d.ts +45 -0
- package/esm/types/WallpaperInstanceSettings.d.ts.map +1 -0
- package/esm/types/WallpaperInstanceSettings.js +1 -0
- package/esm/types/WidgetId.d.ts +3 -0
- package/esm/types/WidgetId.d.ts.map +1 -1
- package/esm/types/WindowManagerLayout.d.ts +1 -2
- package/esm/types/WindowManagerLayout.d.ts.map +1 -1
- package/esm/types/WmNode.d.ts +40 -15
- package/esm/types/WmNode.d.ts.map +1 -1
- package/esm/types/WmNodeKind.d.ts +2 -0
- package/esm/types/WmNodeKind.d.ts.map +1 -0
- package/esm/types/WmNodeKind.js +2 -0
- package/esm/types/WmNodeLifetime.d.ts +2 -0
- package/esm/types/WmNodeLifetime.d.ts.map +1 -0
- package/esm/types/WmNodeLifetime.js +2 -0
- package/esm/types/mod.d.ts +215 -201
- package/esm/types/mod.d.ts.map +1 -1
- package/esm/types/mod.js +215 -201
- package/esm/utils/Wrapper.d.ts +3 -0
- package/esm/utils/Wrapper.d.ts.map +1 -0
- package/esm/utils/Wrapper.js +5 -0
- package/package.json +6 -6
- package/script/constants/mod.d.ts +17 -9
- package/script/constants/mod.d.ts.map +1 -1
- package/script/constants/mod.js +6 -4
- package/script/handlers/commands.d.ts +17 -8
- package/script/handlers/commands.d.ts.map +1 -1
- package/script/handlers/commands.js +17 -8
- package/script/handlers/events.d.ts +3 -5
- package/script/handlers/events.d.ts.map +1 -1
- package/script/handlers/events.js +3 -5
- package/script/lib.d.ts +1 -1
- package/script/lib.d.ts.map +1 -1
- package/script/lib.js +1 -1
- package/script/resource/mod.d.ts +6 -0
- package/script/resource/mod.d.ts.map +1 -0
- package/script/state/icon_pack.d.ts +23 -52
- package/script/state/icon_pack.d.ts.map +1 -1
- package/script/state/icon_pack.js +137 -131
- package/script/state/mod.d.ts +2 -1
- package/script/state/mod.d.ts.map +1 -1
- package/script/state/mod.js +1 -0
- package/script/state/plugin/mod.d.ts +1 -1
- package/script/state/plugin/mod.d.ts.map +1 -1
- package/script/state/settings/mod.d.ts +6 -5
- package/script/state/settings/mod.d.ts.map +1 -1
- package/script/state/settings/mod.js +5 -9
- package/script/state/settings/settings_by_monitor.d.ts +1 -4
- package/script/state/settings/settings_by_monitor.d.ts.map +1 -1
- package/script/state/settings/settings_by_monitor.js +1 -9
- package/script/state/settings_by_app.d.ts +1 -1
- package/script/state/settings_by_app.d.ts.map +1 -1
- package/script/state/theme/mod.d.ts +19 -3
- package/script/state/theme/mod.d.ts.map +1 -1
- package/script/state/theme/mod.js +100 -1
- package/script/state/wallpaper/mod.d.ts +15 -0
- package/script/state/wallpaper/mod.d.ts.map +1 -0
- package/script/state/wallpaper/mod.js +36 -0
- package/script/state/weg_items.d.ts +6 -9
- package/script/state/weg_items.d.ts.map +1 -1
- package/script/state/weg_items.js +7 -15
- package/script/state/widget/mod.d.ts +9 -4
- package/script/state/widget/mod.d.ts.map +1 -1
- package/script/state/widget/mod.js +31 -12
- package/script/state/wm_layout.d.ts +4 -5
- package/script/state/wm_layout.d.ts.map +1 -1
- package/script/state/wm_layout.js +5 -11
- package/script/system_state/bluetooth/mod.d.ts +2 -2
- package/script/system_state/bluetooth/mod.d.ts.map +1 -1
- package/script/system_state/language.d.ts +1 -1
- package/script/system_state/language.d.ts.map +1 -1
- package/script/system_state/monitors.d.ts +1 -1
- package/script/system_state/monitors.d.ts.map +1 -1
- package/script/system_state/ui_colors.d.ts +1 -1
- package/script/system_state/ui_colors.d.ts.map +1 -1
- package/script/system_state/ui_colors.js +8 -2
- package/script/system_state/user.d.ts +1 -1
- package/script/system_state/user.d.ts.map +1 -1
- package/script/types/CssVariableName.d.ts +5 -0
- package/script/types/CssVariableName.d.ts.map +1 -0
- package/script/types/CustomIconPackEntry.d.ts +16 -0
- package/script/types/CustomIconPackEntry.d.ts.map +1 -0
- package/script/types/DesktopWorkspace.d.ts +5 -0
- package/script/types/DesktopWorkspace.d.ts.map +1 -1
- package/script/types/FocusedApp.d.ts +4 -0
- package/script/types/FocusedApp.d.ts.map +1 -1
- package/script/types/FocusedApp.js +0 -1
- package/script/types/Icon.d.ts +17 -10
- package/script/types/Icon.d.ts.map +1 -1
- package/script/types/IconPack.d.ts +7 -19
- package/script/types/IconPack.d.ts.map +1 -1
- package/script/types/IconPackEntry.d.ts +11 -0
- package/script/types/IconPackEntry.d.ts.map +1 -0
- package/script/types/IconPackId.d.ts +3 -0
- package/script/types/IconPackId.d.ts.map +1 -1
- package/script/types/MediaPlayer.d.ts +2 -0
- package/script/types/MediaPlayer.d.ts.map +1 -1
- package/script/types/MediaPlayerTimeline.d.ts +24 -0
- package/script/types/MediaPlayerTimeline.d.ts.map +1 -0
- package/script/types/MixBlendMode.d.ts +2 -0
- package/script/types/MixBlendMode.d.ts.map +1 -0
- package/script/types/MonitorConfiguration.d.ts +0 -5
- package/script/types/MonitorConfiguration.d.ts.map +1 -1
- package/script/types/MonitorId.d.ts +2 -0
- package/script/types/MonitorId.d.ts.map +1 -0
- package/script/types/MonitorSettingsByWidget.d.ts +1 -10
- package/script/types/MonitorSettingsByWidget.d.ts.map +1 -1
- package/script/types/ObjectFit.d.ts +2 -0
- package/script/types/ObjectFit.d.ts.map +1 -0
- package/script/types/ObjectPosition.d.ts +2 -0
- package/script/types/ObjectPosition.d.ts.map +1 -0
- package/script/types/PhysicalMonitor.d.ts +2 -1
- package/script/types/PhysicalMonitor.d.ts.map +1 -1
- package/script/types/PlaybackSpeed.d.ts +2 -0
- package/script/types/PlaybackSpeed.d.ts.map +1 -0
- package/script/types/PluginId.d.ts +3 -0
- package/script/types/PluginId.d.ts.map +1 -1
- package/script/types/Resource.d.ts +35 -3
- package/script/types/Resource.d.ts.map +1 -1
- package/script/types/ResourceAttribute.d.ts +2 -0
- package/script/types/ResourceAttribute.d.ts.map +1 -0
- package/script/types/ResourceId.d.ts +4 -2
- package/script/types/ResourceId.d.ts.map +1 -1
- package/script/types/ResourceMetadata.d.ts +2 -6
- package/script/types/ResourceMetadata.d.ts.map +1 -1
- package/script/types/SeelenCommandArgument.d.ts +43 -18
- package/script/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/types/SeelenCommandClosePopupArgs.d.ts +4 -0
- package/script/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandClosePopupArgs.js +3 -0
- package/script/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
- package/script/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
- package/script/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.js +3 -0
- package/script/types/SeelenCommandReturn.d.ts +38 -16
- package/script/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.js +3 -0
- package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
- package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
- package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
- package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/script/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
- package/script/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
- package/script/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenEventPayload.d.ts +10 -14
- package/script/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/types/SeelenWallSettings.d.ts +5 -2
- package/script/types/SeelenWallSettings.d.ts.map +1 -1
- package/script/types/SeelenWegSettings.d.ts +4 -0
- package/script/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/types/Settings.d.ts +23 -16
- package/script/types/Settings.d.ts.map +1 -1
- package/script/types/SettingsByWidget.d.ts +19 -3
- package/script/types/SettingsByWidget.d.ts.map +1 -1
- package/script/types/SharedIconPackEntry.d.ts +12 -0
- package/script/types/SharedIconPackEntry.d.ts.map +1 -0
- package/script/types/SluHotkey.d.ts +8 -0
- package/script/types/SluHotkey.d.ts.map +1 -0
- package/script/types/SluHotkeyAction.d.ts +84 -0
- package/script/types/SluHotkeyAction.d.ts.map +1 -0
- package/script/types/SluHotkeyAction.js +3 -0
- package/script/types/SluPopupConfig.d.ts +2 -0
- package/script/types/SluPopupConfig.d.ts.map +1 -1
- package/script/types/SluShortcutsSettings.d.ts +6 -0
- package/script/types/SluShortcutsSettings.d.ts.map +1 -0
- package/script/types/Theme.d.ts +5 -0
- package/script/types/Theme.d.ts.map +1 -1
- package/script/types/ThemeConfigDefinition.d.ts +6 -0
- package/script/types/ThemeConfigDefinition.d.ts.map +1 -0
- package/script/types/ThemeConfigGroup.d.ts +7 -0
- package/script/types/ThemeConfigGroup.d.ts.map +1 -0
- package/script/types/ThemeConfigGroup.js +2 -0
- package/script/types/ThemeId.d.ts +3 -0
- package/script/types/ThemeId.d.ts.map +1 -1
- package/script/types/ThemeSettings.d.ts +5 -0
- package/script/types/ThemeSettings.d.ts.map +1 -0
- package/script/types/ThemeSettings.js +2 -0
- package/script/types/ThemeSettingsDefinition.d.ts +2 -2
- package/script/types/ThemeSettingsDefinition.d.ts.map +1 -1
- package/script/types/ThemeVariable.d.ts +16 -2
- package/script/types/ThemeVariable.d.ts.map +1 -1
- package/script/types/ThemeVariableWithUnit.d.ts +11 -2
- package/script/types/ThemeVariableWithUnit.d.ts.map +1 -1
- package/script/types/ThirdPartyPlugin.d.ts +2 -2
- package/script/types/ThirdPartyPlugin.d.ts.map +1 -1
- package/script/types/ThirdPartyWidgetSettings.d.ts +1 -1
- package/script/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/script/types/UniqueIconPackEntry.d.ts +24 -0
- package/script/types/UniqueIconPackEntry.d.ts.map +1 -0
- package/script/types/UniqueIconPackEntry.js +2 -0
- package/script/types/VirtualDesktopMonitor.d.ts +9 -0
- package/script/types/VirtualDesktopMonitor.d.ts.map +1 -0
- package/script/types/VirtualDesktopMonitor.js +2 -0
- package/script/types/VirtualDesktops.d.ts +15 -0
- package/script/types/VirtualDesktops.d.ts.map +1 -0
- package/script/types/VirtualDesktops.js +2 -0
- package/script/types/Wallpaper.d.ts +11 -0
- package/script/types/Wallpaper.d.ts.map +1 -0
- package/script/types/Wallpaper.js +2 -0
- package/script/types/WallpaperId.d.ts +6 -0
- package/script/types/WallpaperId.d.ts.map +1 -0
- package/script/types/WallpaperId.js +2 -0
- package/script/types/WallpaperInstanceSettings.d.ts +45 -0
- package/script/types/WallpaperInstanceSettings.d.ts.map +1 -0
- package/script/types/WallpaperInstanceSettings.js +2 -0
- package/script/types/WidgetId.d.ts +3 -0
- package/script/types/WidgetId.d.ts.map +1 -1
- package/script/types/WindowManagerLayout.d.ts +1 -2
- package/script/types/WindowManagerLayout.d.ts.map +1 -1
- package/script/types/WmNode.d.ts +40 -15
- package/script/types/WmNode.d.ts.map +1 -1
- package/script/types/WmNodeKind.d.ts +2 -0
- package/script/types/WmNodeKind.d.ts.map +1 -0
- package/script/types/WmNodeKind.js +3 -0
- package/script/types/WmNodeLifetime.d.ts +2 -0
- package/script/types/WmNodeLifetime.d.ts.map +1 -0
- package/script/types/WmNodeLifetime.js +3 -0
- package/script/types/mod.d.ts +215 -201
- package/script/types/mod.d.ts.map +1 -1
- package/script/types/mod.js +215 -201
- package/script/utils/Wrapper.d.ts +3 -0
- package/script/utils/Wrapper.d.ts.map +1 -0
- package/script/utils/Wrapper.js +8 -0
- package/esm/resource.d.ts +0 -6
- package/esm/resource.d.ts.map +0 -1
- package/esm/types/AhkVar.d.ts +0 -7
- package/esm/types/AhkVar.d.ts.map +0 -1
- package/esm/types/AhkVarList.d.ts +0 -64
- package/esm/types/AhkVarList.d.ts.map +0 -1
- package/esm/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
- package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/NoFallbackBehavior.d.ts +0 -2
- package/esm/types/NoFallbackBehavior.d.ts.map +0 -1
- package/esm/types/NodeSubtype.d.ts +0 -2
- package/esm/types/NodeSubtype.d.ts.map +0 -1
- package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
- package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
- package/esm/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/SeelenWallWallpaper.d.ts +0 -5
- package/esm/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/esm/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/VirtualDesktopStrategy.d.ts +0 -2
- package/esm/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/esm/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/WmFallbackNode.d.ts +0 -25
- package/esm/types/WmFallbackNode.d.ts.map +0 -1
- package/esm/types/WmHorizontalNode.d.ts +0 -19
- package/esm/types/WmHorizontalNode.d.ts.map +0 -1
- package/esm/types/WmLeafNode.d.ts +0 -21
- package/esm/types/WmLeafNode.d.ts.map +0 -1
- package/esm/types/WmStackNode.d.ts +0 -25
- package/esm/types/WmStackNode.d.ts.map +0 -1
- package/esm/types/WmVerticalNode.d.ts +0 -19
- package/esm/types/WmVerticalNode.d.ts.map +0 -1
- package/esm/types/WorkspaceConfiguration.d.ts +0 -8
- package/esm/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/esm/types/WorkspaceIdentifier.d.ts +0 -6
- package/esm/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/esm/types/WorkspaceIdentifierType.d.ts +0 -2
- package/esm/types/WorkspaceIdentifierType.d.ts.map +0 -1
- package/script/resource.d.ts +0 -6
- package/script/resource.d.ts.map +0 -1
- package/script/types/AhkVar.d.ts +0 -7
- package/script/types/AhkVar.d.ts.map +0 -1
- package/script/types/AhkVarList.d.ts +0 -64
- package/script/types/AhkVarList.d.ts.map +0 -1
- package/script/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
- package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/script/types/NoFallbackBehavior.d.ts +0 -2
- package/script/types/NoFallbackBehavior.d.ts.map +0 -1
- package/script/types/NodeSubtype.d.ts +0 -2
- package/script/types/NodeSubtype.d.ts.map +0 -1
- package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
- package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
- package/script/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/script/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/script/types/SeelenWallWallpaper.d.ts +0 -5
- package/script/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/script/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/script/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/script/types/VirtualDesktopStrategy.d.ts +0 -2
- package/script/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/script/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/script/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/script/types/WmFallbackNode.d.ts +0 -25
- package/script/types/WmFallbackNode.d.ts.map +0 -1
- package/script/types/WmHorizontalNode.d.ts +0 -19
- package/script/types/WmHorizontalNode.d.ts.map +0 -1
- package/script/types/WmLeafNode.d.ts +0 -21
- package/script/types/WmLeafNode.d.ts.map +0 -1
- package/script/types/WmStackNode.d.ts +0 -25
- package/script/types/WmStackNode.d.ts.map +0 -1
- package/script/types/WmVerticalNode.d.ts +0 -19
- package/script/types/WmVerticalNode.d.ts.map +0 -1
- package/script/types/WorkspaceConfiguration.d.ts +0 -8
- package/script/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/script/types/WorkspaceIdentifier.d.ts +0 -6
- package/script/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/script/types/WorkspaceIdentifierType.d.ts +0 -2
- package/script/types/WorkspaceIdentifierType.d.ts.map +0 -1
- /package/esm/{resource.js → resource/mod.js} +0 -0
- /package/esm/types/{AhkVar.js → CssVariableName.js} +0 -0
- /package/esm/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
- /package/esm/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
- /package/esm/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
- /package/esm/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
- /package/esm/types/{NodeSubtype.js → MonitorId.js} +0 -0
- /package/esm/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
- /package/esm/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
- /package/esm/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
- /package/esm/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
- /package/esm/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
- /package/esm/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
- /package/esm/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
- /package/esm/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
- /package/esm/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
- /package/esm/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
- /package/esm/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
- /package/esm/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
- /package/esm/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
- /package/script/{resource.js → resource/mod.js} +0 -0
- /package/script/types/{AhkVar.js → CssVariableName.js} +0 -0
- /package/script/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
- /package/script/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
- /package/script/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
- /package/script/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
- /package/script/types/{NodeSubtype.js → MonitorId.js} +0 -0
- /package/script/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
- /package/script/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
- /package/script/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
- /package/script/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
- /package/script/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
- /package/script/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
- /package/script/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
- /package/script/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
- /package/script/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
- /package/script/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
- /package/script/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
- /package/script/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
- /package/script/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
package/esm/types/Icon.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../src/types/Icon.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG;
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../src/types/Icon.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,oBAAoB,EAAE,OAAO,CAAC;CAC/B,CAAC"}
|
package/esm/types/IconPack.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Icon } from './Icon.js';
|
|
2
|
+
import type { IconPackEntry } from './IconPackEntry.js';
|
|
2
3
|
import type { IconPackId } from './IconPackId.js';
|
|
3
4
|
import type { ResourceMetadata } from './ResourceMetadata.js';
|
|
4
5
|
export type IconPack = {
|
|
@@ -9,29 +10,16 @@ export type IconPack = {
|
|
|
9
10
|
*/
|
|
10
11
|
missing: Icon | null;
|
|
11
12
|
/**
|
|
12
|
-
*
|
|
13
|
-
* In case of path this should be an executable or a lnk file, otherwise use `files`.
|
|
14
|
-
*
|
|
15
|
-
* Value is the path to the icon relative to the icon pack folder.
|
|
13
|
+
* Icons defined in this icon pack
|
|
16
14
|
*/
|
|
17
|
-
|
|
18
|
-
[key in string]?: Icon;
|
|
19
|
-
};
|
|
15
|
+
entries: Array<IconPackEntry>;
|
|
20
16
|
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* Key is the extension, value is the relative path to the icon
|
|
17
|
+
* This lists will be downloaded and stored locally
|
|
24
18
|
*/
|
|
25
|
-
|
|
26
|
-
[key in string]?: Icon;
|
|
27
|
-
};
|
|
19
|
+
remoteEntries: Array<IconPackEntry>;
|
|
28
20
|
/**
|
|
29
|
-
*
|
|
30
|
-
* we recomend following the widget id + icon name to avoid collisions
|
|
31
|
-
* e.g. "@username/widgetid::iconname" but you can use whatever you want
|
|
21
|
+
* Indicates if the icon pack icons was downloaded from `remote_entries`
|
|
32
22
|
*/
|
|
33
|
-
|
|
34
|
-
[key in string]?: Icon;
|
|
35
|
-
};
|
|
23
|
+
downloaded: boolean;
|
|
36
24
|
};
|
|
37
25
|
//# sourceMappingURL=IconPack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconPack.d.ts","sourceRoot":"","sources":["../../src/types/IconPack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,UAAU,CAAC;IACf,QAAQ,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB
|
|
1
|
+
{"version":3,"file":"IconPack.d.ts","sourceRoot":"","sources":["../../src/types/IconPack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,UAAU,CAAC;IACf,QAAQ,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC9B;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IACpC;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { CustomIconPackEntry } from './CustomIconPackEntry.js';
|
|
2
|
+
import type { SharedIconPackEntry } from './SharedIconPackEntry.js';
|
|
3
|
+
import type { UniqueIconPackEntry } from './UniqueIconPackEntry.js';
|
|
4
|
+
export type IconPackEntry = {
|
|
5
|
+
'type': 'unique';
|
|
6
|
+
} & UniqueIconPackEntry | {
|
|
7
|
+
'type': 'shared';
|
|
8
|
+
} & SharedIconPackEntry | {
|
|
9
|
+
'type': 'custom';
|
|
10
|
+
} & CustomIconPackEntry;
|
|
11
|
+
//# sourceMappingURL=IconPackEntry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPackEntry.d.ts","sourceRoot":"","sources":["../../src/types/IconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,aAAa,GACrB;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAC1C;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAC1C;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconPackId.d.ts","sourceRoot":"","sources":["../../src/types/IconPackId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"IconPackId.d.ts","sourceRoot":"","sources":["../../src/types/IconPackId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import type { MediaPlayerOwner } from './MediaPlayerOwner.js';
|
|
2
|
+
import type { MediaPlayerTimeline } from './MediaPlayerTimeline.js';
|
|
2
3
|
export type MediaPlayer = {
|
|
3
4
|
umid: string;
|
|
4
5
|
title: string;
|
|
5
6
|
author: string;
|
|
6
7
|
thumbnail: string | null;
|
|
7
8
|
owner: MediaPlayerOwner;
|
|
9
|
+
timeline: MediaPlayerTimeline;
|
|
8
10
|
playing: boolean;
|
|
9
11
|
default: boolean;
|
|
10
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MediaPlayer.d.ts","sourceRoot":"","sources":["../../src/types/MediaPlayer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"MediaPlayer.d.ts","sourceRoot":"","sources":["../../src/types/MediaPlayer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,EAAE,gBAAgB,CAAC;IACxB,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type MediaPlayerTimeline = {
|
|
2
|
+
/**
|
|
3
|
+
* The starting timestamp in nanoseconds (aparently it's always 0)
|
|
4
|
+
*/
|
|
5
|
+
start: bigint;
|
|
6
|
+
/**
|
|
7
|
+
* The total duration of the media item in nanoseconds
|
|
8
|
+
*/
|
|
9
|
+
end: bigint;
|
|
10
|
+
/**
|
|
11
|
+
* Current playback position in nanoseconds
|
|
12
|
+
*/
|
|
13
|
+
position: bigint;
|
|
14
|
+
/**
|
|
15
|
+
* The earliest timestamp at which the current media item can currently seek to. (in nanoseconds)
|
|
16
|
+
*/
|
|
17
|
+
minSeek: bigint;
|
|
18
|
+
/**
|
|
19
|
+
* The furthest timestamp at which the content can currently seek to. (in nanoseconds)
|
|
20
|
+
*/
|
|
21
|
+
maxSeek: bigint;
|
|
22
|
+
lastUpdatedTime: bigint;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=MediaPlayerTimeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MediaPlayerTimeline.d.ts","sourceRoot":"","sources":["../../src/types/MediaPlayerTimeline.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export type MixBlendMode = 'normal' | 'multiply' | 'screen' | 'overlay' | 'darken' | 'lighten' | 'color-dodge' | 'color-burn' | 'hard-light' | 'soft-light' | 'difference' | 'exclusion' | 'hue' | 'saturation' | 'color' | 'luminosity' | 'plus-darker' | 'plus-lighter';
|
|
2
|
+
//# sourceMappingURL=MixBlendMode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MixBlendMode.d.ts","sourceRoot":"","sources":["../../src/types/MixBlendMode.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,YAAY,GACpB,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,SAAS,GACT,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,KAAK,GACL,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,aAAa,GACb,cAAc,CAAC"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import type { MonitorSettingsByWidget } from './MonitorSettingsByWidget.js';
|
|
2
|
-
import type { WorkspaceConfiguration } from './WorkspaceConfiguration.js';
|
|
3
2
|
export type MonitorConfiguration = {
|
|
4
3
|
/**
|
|
5
4
|
* dictionary of settings by widget
|
|
6
5
|
*/
|
|
7
6
|
byWidget: MonitorSettingsByWidget;
|
|
8
|
-
/**
|
|
9
|
-
* list of settings by workspace on this monitor
|
|
10
|
-
*/
|
|
11
|
-
workspacesV2: Array<WorkspaceConfiguration>;
|
|
12
7
|
};
|
|
13
8
|
//# sourceMappingURL=MonitorConfiguration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonitorConfiguration.d.ts","sourceRoot":"","sources":["../../src/types/MonitorConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"MonitorConfiguration.d.ts","sourceRoot":"","sources":["../../src/types/MonitorConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,EAAE,uBAAuB,CAAC;CACnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorId.d.ts","sourceRoot":"","sources":["../../src/types/MonitorId.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC"}
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
import type { FancyToolbarSettingsByMonitor } from './FancyToolbarSettingsByMonitor.js';
|
|
2
|
-
import type { SeelenWallSettingsByMonitor } from './SeelenWallSettingsByMonitor.js';
|
|
3
|
-
import type { SeelenWegSettingsByMonitor } from './SeelenWegSettingsByMonitor.js';
|
|
4
1
|
import type { ThirdPartyWidgetSettings } from './ThirdPartyWidgetSettings.js';
|
|
5
2
|
import type { WidgetId } from './WidgetId.js';
|
|
6
|
-
import type { WindowManagerSettingsByMonitor } from './WindowManagerSettingsByMonitor.js';
|
|
7
3
|
export type MonitorSettingsByWidget = {
|
|
8
|
-
'@seelen/weg': SeelenWegSettingsByMonitor;
|
|
9
|
-
'@seelen/fancy-toolbar': FancyToolbarSettingsByMonitor;
|
|
10
|
-
'@seelen/window-manager': WindowManagerSettingsByMonitor;
|
|
11
|
-
'@seelen/wallpaper-manager': SeelenWallSettingsByMonitor;
|
|
12
|
-
} & ({
|
|
13
4
|
[key in WidgetId]?: ThirdPartyWidgetSettings;
|
|
14
|
-
}
|
|
5
|
+
};
|
|
15
6
|
//# sourceMappingURL=MonitorSettingsByWidget.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonitorSettingsByWidget.d.ts","sourceRoot":"","sources":["../../src/types/MonitorSettingsByWidget.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"MonitorSettingsByWidget.d.ts","sourceRoot":"","sources":["../../src/types/MonitorSettingsByWidget.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,uBAAuB,GAAG;KAAG,GAAG,IAAI,QAAQ,CAAC,CAAC,EAAE,wBAAwB;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectFit.d.ts","sourceRoot":"","sources":["../../src/types/ObjectFit.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ObjectPosition.d.ts","sourceRoot":"","sources":["../../src/types/ObjectPosition.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhysicalMonitor.d.ts","sourceRoot":"","sources":["../../src/types/PhysicalMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,eAAe,GAAG;IAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"PhysicalMonitor.d.ts","sourceRoot":"","sources":["../../src/types/PhysicalMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,eAAe,GAAG;IAAE,EAAE,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlaybackSpeed.d.ts","sourceRoot":"","sources":["../../src/types/PlaybackSpeed.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,IAAI,CAAC"}
|
package/esm/types/PluginId.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluginId.d.ts","sourceRoot":"","sources":["../../src/types/PluginId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"PluginId.d.ts","sourceRoot":"","sources":["../../src/types/PluginId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC"}
|
package/esm/types/Resource.d.ts
CHANGED
|
@@ -1,32 +1,64 @@
|
|
|
1
|
+
import type { ResourceAttribute } from './ResourceAttribute.js';
|
|
1
2
|
import type { ResourceId } from './ResourceId.js';
|
|
2
3
|
import type { ResourceKind } from './ResourceKind.js';
|
|
3
4
|
import type { ResourceMetadata } from './ResourceMetadata.js';
|
|
4
5
|
import type { ResourceStatus } from './ResourceStatus.js';
|
|
5
6
|
export type Resource = {
|
|
7
|
+
/**
|
|
8
|
+
* unique id
|
|
9
|
+
*/
|
|
6
10
|
id: string;
|
|
11
|
+
/**
|
|
12
|
+
* id of the document containing the resource
|
|
13
|
+
*/
|
|
14
|
+
dataId: string;
|
|
15
|
+
/**
|
|
16
|
+
* user id who created the resource
|
|
17
|
+
*/
|
|
7
18
|
creatorId: string;
|
|
8
19
|
/**
|
|
9
20
|
* visual id composed of creator username and resource name
|
|
10
21
|
*/
|
|
11
22
|
friendlyId: ResourceId;
|
|
23
|
+
kind: ResourceKind;
|
|
12
24
|
metadata: ResourceMetadata;
|
|
13
25
|
createdAt: string;
|
|
14
26
|
updatedAt: string;
|
|
27
|
+
/**
|
|
28
|
+
* current status
|
|
29
|
+
*/
|
|
15
30
|
status: ResourceStatus;
|
|
31
|
+
/**
|
|
32
|
+
* if status == ResourceStatus::Rejected, this is the reason for rejection
|
|
33
|
+
*/
|
|
16
34
|
rejectedReason: string | null;
|
|
35
|
+
/**
|
|
36
|
+
* date when the resource was reviewed
|
|
37
|
+
*/
|
|
17
38
|
reviewedAt: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* user id who reviewed the resource
|
|
41
|
+
*/
|
|
18
42
|
reviewedBy: string | null;
|
|
19
43
|
/**
|
|
20
44
|
* should be filled if `status == ResourceStatus::Deleted`
|
|
21
45
|
*/
|
|
22
46
|
deletedAt: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* resource attributes
|
|
49
|
+
*/
|
|
50
|
+
attributes: Array<ResourceAttribute>;
|
|
51
|
+
/**
|
|
52
|
+
* resource version (increased every time the resource is updated)
|
|
53
|
+
*/
|
|
23
54
|
version: number;
|
|
24
|
-
kind: ResourceKind;
|
|
25
55
|
/**
|
|
26
|
-
*
|
|
56
|
+
* number of stars
|
|
27
57
|
*/
|
|
28
|
-
dataId: string;
|
|
29
58
|
stars: number;
|
|
59
|
+
/**
|
|
60
|
+
* number of downloads
|
|
61
|
+
*/
|
|
30
62
|
downloads: number;
|
|
31
63
|
};
|
|
32
64
|
//# sourceMappingURL=Resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../src/types/Resource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,cAAc,CAAC;IACvB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,
|
|
1
|
+
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../src/types/Resource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACrC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResourceAttribute.d.ts","sourceRoot":"","sources":["../../src/types/ResourceAttribute.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG,YAAY,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* Visual id composed of the creator username and the resource name. e.g. `@username/resource-name`
|
|
3
3
|
*/
|
|
4
|
-
export type ResourceId = string
|
|
4
|
+
export type ResourceId = string & {
|
|
5
|
+
__brand: 'ResourceId';
|
|
6
|
+
};
|
|
5
7
|
//# sourceMappingURL=ResourceId.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceId.d.ts","sourceRoot":"","sources":["../../src/types/ResourceId.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC"}
|
|
1
|
+
{"version":3,"file":"ResourceId.d.ts","sourceRoot":"","sources":["../../src/types/ResourceId.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG;IAAE,OAAO,EAAE,YAAY,CAAA;CAAE,CAAC"}
|
|
@@ -30,13 +30,9 @@ export type ResourceMetadata = {
|
|
|
30
30
|
* match the current app version, the resource will be shown with a warning message
|
|
31
31
|
*/
|
|
32
32
|
appTargetVersion: [number, number, number] | null;
|
|
33
|
-
|
|
34
|
-
* internal field used by the app on load of the resource
|
|
35
|
-
*/
|
|
33
|
+
path: string;
|
|
36
34
|
filename: string;
|
|
37
|
-
/**
|
|
38
|
-
* internal field that indicates if the resource is bundled
|
|
39
|
-
*/
|
|
40
35
|
bundled: boolean;
|
|
36
|
+
downloaded_at: string | null;
|
|
41
37
|
};
|
|
42
38
|
//# sourceMappingURL=ResourceMetadata.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../src/types/ResourceMetadata.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD
|
|
1
|
+
{"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../src/types/ResourceMetadata.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { SeelenCommandClosePopupArgs } from './SeelenCommandClosePopupArgs.js';
|
|
1
2
|
import type { SeelenCommandConfirmBluetoothDevicePairArgs } from './SeelenCommandConfirmBluetoothDevicePairArgs.js';
|
|
3
|
+
import type { SeelenCommandCreatePopupArgs } from './SeelenCommandCreatePopupArgs.js';
|
|
2
4
|
import type { SeelenCommandForgetBluetoothDeviceArgs } from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
3
5
|
import type { SeelenCommandGetIconArgs } from './SeelenCommandGetIconArgs.js';
|
|
4
6
|
import type { SeelenCommandGetPopupConfigArgs } from './SeelenCommandGetPopupConfigArgs.js';
|
|
@@ -13,23 +15,28 @@ import type { SeelenCommandOnClickTrayIconArgs } from './SeelenCommandOnClickTra
|
|
|
13
15
|
import type { SeelenCommandOnContextMenuTrayIconArgs } from './SeelenCommandOnContextMenuTrayIconArgs.js';
|
|
14
16
|
import type { SeelenCommandOpenFileArgs } from './SeelenCommandOpenFileArgs.js';
|
|
15
17
|
import type { SeelenCommandPairBluetoothDeviceArgs } from './SeelenCommandPairBluetoothDeviceArgs.js';
|
|
18
|
+
import type { SeelenCommandRemoveResourceArgs } from './SeelenCommandRemoveResourceArgs.js';
|
|
16
19
|
import type { SeelenCommandRequestFocusArgs } from './SeelenCommandRequestFocusArgs.js';
|
|
20
|
+
import type { SeelenCommandRequestToUserInputShortcutArgs } from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
17
21
|
import type { SeelenCommandRunArgs } from './SeelenCommandRunArgs.js';
|
|
18
22
|
import type { SeelenCommandRunAsAdminArgs } from './SeelenCommandRunAsAdminArgs.js';
|
|
19
23
|
import type { SeelenCommandSelectFileOnExplorerArgs } from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
20
24
|
import type { SeelenCommandSendKeysArgs } from './SeelenCommandSendKeysArgs.js';
|
|
21
25
|
import type { SeelenCommandSetAutoStartArgs } from './SeelenCommandSetAutoStartArgs.js';
|
|
22
26
|
import type { SeelenCommandSetMainMonitorBrightnessArgs } from './SeelenCommandSetMainMonitorBrightnessArgs.js';
|
|
27
|
+
import type { SeelenCommandSetNativeShellWallpaperArgs } from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
23
28
|
import type { SeelenCommandSetUserFolderLimitArgs } from './SeelenCommandSetUserFolderLimitArgs.js';
|
|
24
29
|
import type { SeelenCommandSetVolumeLevelArgs } from './SeelenCommandSetVolumeLevelArgs.js';
|
|
25
30
|
import type { SeelenCommandSetWindowPositionArgs } from './SeelenCommandSetWindowPositionArgs.js';
|
|
26
31
|
import type { SeelenCommandStateGetSettingsArgs } from './SeelenCommandStateGetSettingsArgs.js';
|
|
27
|
-
import type {
|
|
32
|
+
import type { SeelenCommandStateGetWegItemsArgs } from './SeelenCommandStateGetWegItemsArgs.js';
|
|
33
|
+
import type { SeelenCommandStateSetCustomIconPackArgs } from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
28
34
|
import type { SeelenCommandStateWriteSettingsArgs } from './SeelenCommandStateWriteSettingsArgs.js';
|
|
29
35
|
import type { SeelenCommandStateWriteWegItemsArgs } from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
30
36
|
import type { SeelenCommandSwitchWorkspaceArgs } from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
31
37
|
import type { SeelenCommandSystemSetKeyboardLayoutArgs } from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
32
38
|
import type { SeelenCommandTranslateTextArgs } from './SeelenCommandTranslateTextArgs.js';
|
|
39
|
+
import type { SeelenCommandUpdatePopupArgs } from './SeelenCommandUpdatePopupArgs.js';
|
|
33
40
|
import type { SeelenCommandWegCloseAppArgs } from './SeelenCommandWegCloseAppArgs.js';
|
|
34
41
|
import type { SeelenCommandWegKillAppArgs } from './SeelenCommandWegKillAppArgs.js';
|
|
35
42
|
import type { SeelenCommandWegPinItemArgs } from './SeelenCommandWegPinItemArgs.js';
|
|
@@ -40,25 +47,27 @@ import type { SeelenCommandWlanConnectArgs } from './SeelenCommandWlanConnectArg
|
|
|
40
47
|
* Internal used as mapping of commands to their arguments
|
|
41
48
|
*/
|
|
42
49
|
export type SeelenCommandArgument = {
|
|
50
|
+
'get_virtual_desktops': null;
|
|
51
|
+
} | {
|
|
52
|
+
'switch_workspace': SeelenCommandSwitchWorkspaceArgs;
|
|
53
|
+
} | {
|
|
43
54
|
'run': SeelenCommandRunArgs;
|
|
55
|
+
} | {
|
|
56
|
+
'run_as_admin': SeelenCommandRunAsAdminArgs;
|
|
57
|
+
} | {
|
|
58
|
+
'get_focused_app': null;
|
|
44
59
|
} | {
|
|
45
60
|
'is_dev_mode': null;
|
|
46
61
|
} | {
|
|
47
62
|
'is_appx_package': null;
|
|
48
63
|
} | {
|
|
49
64
|
'open_file': SeelenCommandOpenFileArgs;
|
|
50
|
-
} | {
|
|
51
|
-
'run_as_admin': SeelenCommandRunAsAdminArgs;
|
|
52
65
|
} | {
|
|
53
66
|
'select_file_on_explorer': SeelenCommandSelectFileOnExplorerArgs;
|
|
54
|
-
} | {
|
|
55
|
-
'is_virtual_desktop_supported': null;
|
|
56
67
|
} | {
|
|
57
68
|
'get_user_envs': null;
|
|
58
69
|
} | {
|
|
59
70
|
'show_app_settings': null;
|
|
60
|
-
} | {
|
|
61
|
-
'switch_workspace': SeelenCommandSwitchWorkspaceArgs;
|
|
62
71
|
} | {
|
|
63
72
|
'send_keys': SeelenCommandSendKeysArgs;
|
|
64
73
|
} | {
|
|
@@ -67,6 +76,8 @@ export type SeelenCommandArgument = {
|
|
|
67
76
|
'simulate_fullscreen': null;
|
|
68
77
|
} | {
|
|
69
78
|
'show_desktop': null;
|
|
79
|
+
} | {
|
|
80
|
+
'request_to_user_input_shortcut': SeelenCommandRequestToUserInputShortcutArgs;
|
|
70
81
|
} | {
|
|
71
82
|
'check_for_updates': null;
|
|
72
83
|
} | {
|
|
@@ -83,14 +94,22 @@ export type SeelenCommandArgument = {
|
|
|
83
94
|
'get_system_languages': null;
|
|
84
95
|
} | {
|
|
85
96
|
'set_system_keyboard_layout': SeelenCommandSystemSetKeyboardLayoutArgs;
|
|
97
|
+
} | {
|
|
98
|
+
'state_get_default_settings': null;
|
|
99
|
+
} | {
|
|
100
|
+
'state_get_default_monitor_settings': null;
|
|
101
|
+
} | {
|
|
102
|
+
'state_get_default_wallpaper_settings': null;
|
|
86
103
|
} | {
|
|
87
104
|
'set_auto_start': SeelenCommandSetAutoStartArgs;
|
|
88
105
|
} | {
|
|
89
106
|
'get_auto_start_status': null;
|
|
107
|
+
} | {
|
|
108
|
+
'remove_resource': SeelenCommandRemoveResourceArgs;
|
|
90
109
|
} | {
|
|
91
110
|
'state_get_themes': null;
|
|
92
111
|
} | {
|
|
93
|
-
'state_get_weg_items':
|
|
112
|
+
'state_get_weg_items': SeelenCommandStateGetWegItemsArgs;
|
|
94
113
|
} | {
|
|
95
114
|
'state_write_weg_items': SeelenCommandStateWriteWegItemsArgs;
|
|
96
115
|
} | {
|
|
@@ -99,16 +118,8 @@ export type SeelenCommandArgument = {
|
|
|
99
118
|
'state_get_settings': SeelenCommandStateGetSettingsArgs;
|
|
100
119
|
} | {
|
|
101
120
|
'state_write_settings': SeelenCommandStateWriteSettingsArgs;
|
|
102
|
-
} | {
|
|
103
|
-
'state_get_default_settings': null;
|
|
104
|
-
} | {
|
|
105
|
-
'state_get_default_monitor_settings': null;
|
|
106
121
|
} | {
|
|
107
122
|
'state_get_specific_apps_configurations': null;
|
|
108
|
-
} | {
|
|
109
|
-
'state_get_wallpaper': null;
|
|
110
|
-
} | {
|
|
111
|
-
'state_set_wallpaper': SeelenCommandStateSetWallpaperArgs;
|
|
112
123
|
} | {
|
|
113
124
|
'state_get_history': null;
|
|
114
125
|
} | {
|
|
@@ -117,10 +128,20 @@ export type SeelenCommandArgument = {
|
|
|
117
128
|
'state_get_widgets': null;
|
|
118
129
|
} | {
|
|
119
130
|
'state_get_icon_packs': null;
|
|
131
|
+
} | {
|
|
132
|
+
'state_get_wallpapers': null;
|
|
133
|
+
} | {
|
|
134
|
+
'state_add_icon_to_custom_icon_pack': SeelenCommandStateSetCustomIconPackArgs;
|
|
120
135
|
} | {
|
|
121
136
|
'state_get_profiles': null;
|
|
122
137
|
} | {
|
|
123
138
|
'state_delete_cached_icons': null;
|
|
139
|
+
} | {
|
|
140
|
+
'state_request_wallpaper_addition': null;
|
|
141
|
+
} | {
|
|
142
|
+
'get_native_shell_wallpaper': null;
|
|
143
|
+
} | {
|
|
144
|
+
'set_native_shell_wallpaper': SeelenCommandSetNativeShellWallpaperArgs;
|
|
124
145
|
} | {
|
|
125
146
|
'get_user': null;
|
|
126
147
|
} | {
|
|
@@ -177,8 +198,6 @@ export type SeelenCommandArgument = {
|
|
|
177
198
|
'shutdown': null;
|
|
178
199
|
} | {
|
|
179
200
|
'lock': null;
|
|
180
|
-
} | {
|
|
181
|
-
'weg_get_items_for_widget': null;
|
|
182
201
|
} | {
|
|
183
202
|
'weg_close_app': SeelenCommandWegCloseAppArgs;
|
|
184
203
|
} | {
|
|
@@ -195,6 +214,12 @@ export type SeelenCommandArgument = {
|
|
|
195
214
|
'request_focus': SeelenCommandRequestFocusArgs;
|
|
196
215
|
} | {
|
|
197
216
|
'launcher_get_apps': null;
|
|
217
|
+
} | {
|
|
218
|
+
'create_popup': SeelenCommandCreatePopupArgs;
|
|
219
|
+
} | {
|
|
220
|
+
'update_popup': SeelenCommandUpdatePopupArgs;
|
|
221
|
+
} | {
|
|
222
|
+
'close_popup': SeelenCommandClosePopupArgs;
|
|
198
223
|
} | {
|
|
199
224
|
'get_popup_config': SeelenCommandGetPopupConfigArgs;
|
|
200
225
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandArgument.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandArgument.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,2CAA2C,EAAE,MAAM,kDAAkD,CAAC;AACpH,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,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AAC1G,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,gDAAgD,CAAC;AAChH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AACpG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAC5F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAClG,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAChG,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"SeelenCommandArgument.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandArgument.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandClosePopupArgs.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandClosePopupArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2BAA2B,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandCreatePopupArgs.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandCreatePopupArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,4BAA4B,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandRemoveResourceArgs.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandRemoveResourceArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,+BAA+B,GAAG;IAAE,EAAE,EAAE,UAAU,CAAC;IAAC,IAAI,EAAE,YAAY,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeelenCommandRequestToUserInputShortcutArgs.d.ts","sourceRoot":"","sources":["../../src/types/SeelenCommandRequestToUserInputShortcutArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2CAA2C,GAAG;IAAE,aAAa,EAAE,MAAM,CAAA;CAAE,CAAC"}
|